@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
* {
	padding: 0;
	font-size: 18px;
	color: #54535a;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	position: relative;
	overflow-x : hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h1.mainCopy {
	width: 60%;
	font-size: 48px;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 767px) {
h1, h1.mainCopy, h2 {
	font-size: 66%;
}
}
h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 24px 0;
}
h3 {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 auto;
	margin: 32px 0 24px;
	position: relative;
	padding: 4px 40px;
	min-width: 120px;
	max-width: 100%;
	color: #4b89ac;
	background: #FFF;
	border-bottom: solid 3px #4b89ac;
	box-sizing: border-box;
}
h3:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
h3:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #4b89ac;
	z-index: 1;
}
h4 {
	font-weight: bold;
	color: #4b89ac;
	font-size: 1.1em;
	margin: 24px 0 16px;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
img {
	border: none;
}
/* ==============================
　　ヘッダー・ナビゲーション
================================*/
.inner {
	width: 98%;
	margin: 0 auto;
	position: relative;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/*--------header-----------*/

#top-head {
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	height: 56px;
	background: #fff;
}
#top-head a, #top-head {
	color: #4b89ac;
	text-decoration: none;
	font-size: 14px;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
}
#top-head .logo a {
	position: absolute;
	width: 100%;
	height: 56px;
}

@media screen and (max-width: 1024px) {
.logo img {
	/*width: 260px;*/
	height: 44px;
}
}
#global-nav ul {
	list-style: none;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #4884a5;
}
#global-nav ul li a {
	padding: 5px 5px;
	position: relative;
	display: inline-block;
}
#global-nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#global-nav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
nav span {
	background: #666;
	height: 2px;
	display: block;
	position: relative;
	width: 50px;
	left: 0;
}
/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background: rgba(255,255,255,0.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	position: relative;
	font-size: 24px;
	color: #4884a5;
}
#top-head.fixed .logo a {
	position: absolute;
	width: 100%;
	height: 30px;
}
#top-head.fixed #global-nav ul li a {
	color: #4884a5;
	padding: 2px 5px;
}
/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #4884a5;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
.head-inner {
	display: none;
}
.slick-next {
	right: 0;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	margin-top: 0;
	background: rgba(255,255,255,0.8);
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 36px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
 #top-head .fixed .logo, #top-head .logo {
 position: absolute;
 margin: 3px 0 0 10px;
}
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #4884a5;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
	padding: 10px 0;
	color: #fff;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}

/*------------タブレット用------------------*/

@media screen and (max-width: 1024px) {
.head-inner {
	display: none;
}
.slick-next {
	right: 0;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	margin-left: 10px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #4884a5;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 0;
}
#global-nav ul li {
	float: none;
	position: static;
	padding: 18px 0;
	color: #fff;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 0;
}
#nav-toggle {
	display: block;
	right: 25px;
	top: 16px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
.mainArea {
	width: 100%;
	background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(250, 238, 238, 1))/*,url(../../agency/images/akuru/mainImg_pc.png) no-repeat right*/;
	z-index: 1;
	/*url(../../agency/images/akuru/mainImg_pc.jpg) no-repeat center;*/
	position: relative;
	overflow: hidden;
	height: 550px;
	top: 0;
}
.mainImg img{
	max-width:100%;
}

@media screen and (max-width: 1024px) {
.mainArea {
	margin-top: 56px;
}
}
.mainImg img {
	display: block;
	margin: 0 auto;
}
.mainImg2 {
	display: none;
}
.mainImg2 img {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	min-width: 295px;
}

@media screen and (max-width: 768px) {
.mainArea {
	width: 100%;
	background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(250, 238, 238, 1)),/*url(../../agency/images/akuru/mainImg_pc.png) no-repeat right*/;
	background-size: cover;
	z-index: 1;
	position: relative;
	overflow: hidden;
	height: 550px;
	top: 0;
	padding: 0px 40px;
}
.mainImg2 {
	display: block;
	position: relative;
	overflow: hidden;
	height: 550px;
	text-align: center;
	width: 100%;
}
.mainImg {
	display: none;
}
}
.mainImg {
	top: 0;
	margin: 0px auto;
	width: 76%;
	height: 530px;
	overflow: hidden;
}
.mainImg p {
	width: 60%;
	color: #4B89AC;
	font-weight: bold;
}
.copyArea {
	float: left;
	width: 800px;
}

@media screen and (min-width: 768px) {
.copyArea {
	margin: 0 auto;
	width: 76%;
}
}

@media screen and (max-width: 1024px) {
.mainImg {
	width: 96%;
}
.imgWanco {
	width: 300px;
}
}

@media screen and (max-width: 767px) {
.mainImg {
	width: 98%;
}
h2 {
	font-size: 23px;
}
h3, h4 {
	font-size: 18px;
}
.fbox1 h3, .fbox2 h3, .fbox3 h3 {
	font-size: 90%;
}
h1.mainCopy {
	font-size: 76%;
	float: none;
	width: 98%;
}
.imgWanco {
	float: none;
	width: 220px;
	margin: 0 auto;
	display: block;
}
.mainImg p span {
	font-size: 0.4em;
}
.mainImg p {
	width: 76%;
}
}
h1.mainCopy {
	z-index: 100;
	font-size: 2.1em;
	font-weight: bold;
	float: left;
	font-family: "NotoSans_Japanese";
	color: #4B89AC;
}
.main_content {
	width: 76%;
	text-align: center;
	margin: 56px auto;
}
.carousel-wrapper img {
	width: 100%;
	max-width: 318px;
}
.main_content p {
	text-align: left;
	margin: 24px 0;
}
.container, .f_container {
	width: 68%;
	margin: 0 auto;
	padding: 56px 0;
	transition: ease .5s;
	opacity: 0;
	transform: translateX(-50px);
}
.container {
	text-align: center;
}
.f_container img {
	float: left;
}
.f_container p {
	float: right;
	width: 50%;
	margin: 24px 0;
}
.container p {
	margin: 24px 0;
	text-align: left;
}
.container ul {
	list-style: circle;
	margin: 24px;
}
.container ul li {
	text-align: left;
}
.y_outer {
	background: #FFFBE7;
	padding: 6px 0 0;
}

@media screen and (max-width: 1024px) {
.container, .f_container, .main_content {
	width: 96%;
}
.f_container img, .f_container p, .container p {
	float: none;
}
.f_container p {
	width: 98%;
}
}

@media screen and (max-width: 768px) {
.sample img, .container img {
	width: 96%;
}
.f_container img {
	width: 58%;
	margin: 0 auto;
	display: block;
}
	.top_entryArea {
	z-index:1;
	position:relative;
	width:80%;
	margin:-100px auto 0;
	padding: 0px;
	text-align: center;
}
}
.wrapper_main {
	background: #FAEE5A;
	padding: 56px 0 60px 0;
}

/*お申込みボタン*/
.top_entryArea {
	z-index:1;
	position:relative;
	width:30%;
	margin:-110px auto 0;
	padding: 8px 0;
	text-align: center;
}
.top_btnArea {
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	padding: 8px 40px;
	border-radius: 25px;
	margin-top: 8px;
	border:solid 3px #4B89AC;
}
.top_btnArea:active {
	border-bottom: none;
}
.top_btnArea:hover {
	background:#4B89AC;
}
.top_entryBtn {
	text-decoration: none;
	color:#4B89AC;
	font-weight: bold;
	font-size: 120%;
	display: block;
}
.top_entryBtn:hover {
	color:#fff;
}

/*お申込みボタン*/
.entryArea {
	padding: 24px 0;
	text-align: center;
	background: #FAEE5A;
}

.btnArea {
	width: 24%;
	background: #ff5f5f;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	padding: 12px 18px 8px;
	border-radius: 25px;
	margin-top: 8px;
	border-bottom: solid 5px #BC4343;
}
.btnArea:active {
	border-bottom: none;
	border-top: solid 5px #FC7575;
	padding: 10px 18px 10px;
}
.btnArea:hover {
	background:#FC7575;
}
.entryBtn {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

.btnArea2 {
	width: 24%;
	background: #5f94ff;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	padding: 12px 18px 8px;
	border-radius: 25px;
	margin-top: 8px;
	border-bottom: 5px solid #4365bc;
}

.btnArea2:active {
	border-bottom: none;
	border-top: solid 5px #85abf8;
	padding: 10px 18px 10px;
}

.btnArea2:hover {
	background:#85abf8;
}

@media screen and (max-width: 1024px) {
.fboxArea {
	width: 98%;
}
}

@media screen and (max-width: 767px) {
.entryBtn {
	font-size: 100%;
}
.btnArea {
	width: 60%;
}
.fboxArea .fbox1, .fboxArea .fbox2, .fboxArea .fbox3 {
	float: none;
	width: 90%;
	margin: 8px auto;
	padding: 0 0 2px 0;
}
}
/* ==============================
　　　　　　　　フッター
================================*/
.footerMark {
	margin: 0 auto;
	padding: 24px;
	background-color: #FFFBE7;
}
.footerMark p {
	font-size: 70%;
}
.leftBox, .leftBox img {
	float: left;
	margin-right: 6px;
}
.leftBox p {
	margin-left: 8px;
}
.leftBox {
	width: 25%;
	margin: 0 4%;
}

@media screen and (max-width: 767px) {
.leftBox p img {
	float: left;
}
.footerMark p {
	font-size: 60%;
}
.leftBox {
	width: 28%;
	margin: 0 2%;
}
}
.copyright {
	font-size: 64%;
	color: #777;
	text-align: center;
	margin: 18px 0;
}
.cautionBox {
	position: relative;
	margin: 36px 0;
	padding: 14px 28px 2px;
	background: #FCF2F2;
}
.cautionBox p {
	text-align: left;
}
.cautionTitle {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	padding: 2px 24px;
	height: 28px;
	line-height: 1.7em;
	vertical-align: middle;
	font-size: 17px;
	background: #E76262;
	color: #ffffff;
	font-weight: bold;
}
/*--merit--*/
.fboxArea {
	width: 76%;
	text-align: center;
	margin: 0px auto;
}
.fboxArea p {
	margin: 8px;
	text-align: left;
}
.fbox1, .fbox2, .fbox3 {
	width: 29%;
	margin: 0 2%;
	float: left;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 3px 3px 0 0px #B5AC3D;
}
.fbox1 h3, .fbox2 h3, .fbox3 h3 {
	margin: 0 0 32px 0;
	background: none;
	font-size: 138%;
	padding: 18px 0 8px 0;
}
.fbox1 img, .fbox2 img, .fbox3 img {
	max-width: 208px;
}
.slider {
	float: left;
	display: block;
	margin: 0 1%;
	width: 31%
}
.slider img {
	width: 100%;
}
.fboxArea {
	margin: 0 auto;
}
.img_problem {
	display: block;
	margin-bottom: 18px;
}
.problem p {
	position: relative;
	display: inline-block;
	margin: 0 0 34px 0;
	padding: 14px 14px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 21px;
	background: #4B89AC;
	border: solid 3px #4B89AC;
	box-sizing: border-box;
	font-weight: bold;
}
.problem p:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #4B89AC;
	z-index: 2;
}
.problem p:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #4B89AC;
	z-index: 1;
}
.merit {
	padding: 12px;
	margin: 0 0 10px;
	width: 100%;
}
.merit img{
    max-width:100%;
}
.solution {
	padding: 0 20px;
}
.solution span {
	font-weight: bold;
	font-size: 110%;
}
.sample {
	padding: 56px 0;
	margin: 0 auto;
	width: 100%;
	background: #4b89ac;
}
.sample p {
	margin: 24px auto;
	text-align: left;
}
.sample img {
	margin: 0 auto;
	display: block;
}
.sample h2 {
	color: #fff;
}
/*--FAQ--*/
.faqarea {
	color: #4b89ac;
	margin: 0 auto;
}
.faqarea p {
	color: #4b89ac;
	font-size: 16px;
	margin: 24px 8px;
}
.faqBox1, .faqBox2 {
	margin: 2%;
	width: 46%;
	height: 360px;
	float: left;
}
.faqBox1 p, .faqBox2 p {
	padding: 0 18px;
}
.faqBox1 {
	border: solid 3px #4b89ac;
}
.faqBox2 {
	border: solid 3px #faee5a;
}
.box-title1, .box-title2 {
	padding: 8px 16px;
	font-weight: bold;
}
.box-title1 {
	background: #4b89ac;
	color: #FFF;
}
.box-title2 {
	background: #faee5a;
	color: #4b89ac;
}

@media screen and (max-width: 1024px) {
.faqBox1, .faqBox2 {
	float: none;
	margin: 24px auto;
	width: 76%;
	height: auto;
	font-size: 98%;
}
}

@media screen and (max-width: 768px) {
.faqBox1, .faqBox2 {
	margin: 0 auto 16px;
	width: 96%;
	height: auto;
	font-size: 98%;
}
}
.sp {
	display: none;
}

@media screen and (max-width: 768px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
}
/*--fade in--*/
.fuwatAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fuwatAnime;
	-ms-animation-name: fuwatAnime;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fuwatAnime {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
/*料金表*/
.listArea {
	margin: 0 auto;
}
.priceList {
	margin: 0 auto;
	border-radius: 25px;
	border: 0px;
	border-color: #4b89ac;
	margin-top: 24px;
	width: 90%;
	border-collapse: collapse;
}
.priceList td, .priceList th, .priceList tr {
	color: #4b89ac;
}
.priceList td {
	padding: 18px 0;
	text-align: center;
}
.font_gray span, .font_red span {
	font-size: 140%;
	font-weight: bold;
	color: #4b89ac;
}
.font_gray {
	background: #F0F0F0;
}
.font_red span {
	color: #FF5F5F;
}
.priceList th {
	color: #4b89ac;
	padding: 16px;
}

@media screen and (max-width: 768px) {
.priceList {
	width: 98%;
	font-size: 100%;
}
.priceList td, .priceList th, .priceList tr, .font_gray span, .font_red span {
	font-size: 96%;
}
}
.company {
	padding: 24px;
	background-color: #FFFBE7;
}
.company p {
	text-align: center;
	width: 68%;
	margin: 0 auto;
	font-size: 90%;
}
.company p span {
	font-size: 130%;
	font-weight: bold;
}
.company a span{
	font-size: 100%;
	color:#4b89ac;
}
.company a {
	color:#4b89ac;

}
.f_image {
	float: left;
	width: 46%;
	margin: 2%;
}
.f_imageArea {
	width: 68%;
	background: #fff;
	box-shadow: 3px 3px 0 0px #386681;
	margin: 0 auto;
}
.f_imageArea img {
	margin: 2%;
}
#css-slider {
	width: 98%;
	height: 205px;
	overflow: hidden;
	margin: 0 auto;
}
.slide-item {
	width: 320px;
	height: 205px;
	float: left;
	position: relative;
	margin: 0 8px;
}
.slider-wrapper {
	width: 300%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 14s infinite;
}
 @keyframes slider {
 0% {
transform: translateX(0);
}
 33% {
transform: translateX(-300px);
}
 66% {
transform: translateX(-600px);
}
 100% {
transform: translateX(0);
}
}
/*top btn*/
#topBtn {
	position: fixed; /*固定*/
	bottom: 20px;
	right: 20px;
	display: block;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 20px;
	border-radius: 30px;
	padding-top: 24px;
	box-sizing: border-box;
}
#topBtn:before {
	content: '\25B2';
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
#topBtn:hover {
	opacity: 0.7;
}
.fontBold{
    font-weight: bold;
}
.fontBig{
    font-size:130%;   
}
.box_caution{
    border:3px dotted #4b89ac;
    width:68%;
    margin:1em auto;
    text-align: left;
    padding:1em;
    font-weight:bold;
    color: #4b89ac;
}
.box_caution ul{
    list-style: none;
    position: relative;
}
.box_caution ul li{
    padding-left:1em;

}
.box_caution ul li:before{
    content: '※';
    position: absolute;
    left:0;
}
.box_caution ul li, .box_caution p,.box_caution a{
       color: #4b89ac;
}