@charset "UTF-8";

html, body {/*chrome scrollTop 対策*/
	overflow-x: hidden;
	overflow-y: auto;
}

html { font-size: 62.5%; }

body{
	font-family:Verdana,”Hiragino Kaku Gothic ProN”,”游ゴシック”,YuGothic,Meiryo,sans-serif;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	color: #435b5b;
	margin: 0;
	padding: 0;
	min-width:1080px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

#content {
	padding-bottom: 60px;
}

.container {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	padding: 0 40px;
}

.side_content {
	width: 300px;
	float: left;
	/*overflow: hidden;*/
}

.main_content {
	width: 655px;
	float: right;
	overflow: hidden;
}

p {
	margin-top: 0;
	text-align: justify;
}



a{
	transition-duration:0.4s;
	color: #435b5b;
	text-decoration: none;
}
a:focus{
	outline: none;
}

.wf1{
	/*font-family: "じゅん 201","Jun 201";*/
	font-family: "新丸ゴ R","Shin Maru Go Regular";
}

.sponly{
	display: none;
}

.btn_mobmenu{
	display: none;
}

.under_yellow {
	display: inline-block;
	position: relative;
	padding: 0;
	text-decoration: none;
	color: #435b5b;
	z-index: 2;
}
.under_yellow::before {
	content: "";
	height: 12px;
	width: 100%;
	border-radius: 6px;
	position: absolute;
	background-color: #fff263;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.under_yellow:hover::before{
	background-color: #ffcf21;
	-webkit-transform:scale(1.0);
	transform:scale(1.0);
}

a:hover img{
	/*opacity: 0.8;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);*/
}

a.hover_img:hover img {
	opacity: 0.8;
}

p {
	text-align: justify;
}





.kadomaru {
	border-radius: 40px;
	overflow: hidden;
}

.kadomaru img {
	vertical-align: bottom;
}

.fs12px {
	font-size: 12px;
	font-size: 1.2rem;
}

.fs13px {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
}

.fs14px {
	font-size: 14px;
	font-size: 1.4rem;
}

.fs16px {
	font-size: 16px;
	font-size: 1.6rem;
}

.fs18px {
	font-size: 18px;
	font-size: 1.8rem;
}

.fcolor_red {
	color: #ba4242;
}

.padding_r_40px{
	padding-right: 40px;
}

.padding_lr_15px {
	padding: 0 15px;
}

.padding_tb_10px {
	padding: 10px 0;
}

.margin_b_0px {
	margin-bottom: 0px !important;
}

.margin_b_40px {
	margin-bottom: 40px !important;
}

.margin_b_60px {
	margin-bottom: 60px !important;
}

.margin_b_80px {
	margin-bottom: 80px !important;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.text_r {
	text-align: right;
}



#opening{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
}

#opening .symbol{
	display: none;
	/*margin: 76px auto 0;*/
	margin: 150px auto 0;
	text-align: center;
	width: 480px;
}
#opening .symbol img{
	width: 100%;
	height: auto;
}



h2 {
	background-color: rgba(67, 91, 91, 0.1);
	padding: 15px 25px 10px;
	border-radius: 20px;
}

h2 img {
	height: 23px;
	width: auto;
}

h2.subtitle_ari img {
	height: 47px;
	width: auto;
}

.midashi_h2 {
	text-align: center;
	margin-bottom: 70px;
	background-color: transparent;
}
.midashi_h2 img {
	height: 35px;
	width: auto;
	vertical-align: bottom;
}


h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h3 img {
	height: 21px;
	width: auto;
	margin-left: 20px;
}

.setsumei_ea h3 {
	background-color: rgba(67, 91, 91, 0.1);
	padding: 7px 0 5px 15px;
	border-radius: 10px;
}
.setsumei_ea h3 img {
	width: 241px;
	height: 17px;
	margin-left: 0px;
}


.fadein_block{
	opacity:0;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition:1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein_block.act{
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
}

header {
	position: relative;
	height: 351px;
}
.home header{
	/*height: 553px;*/
	height: 700px;
}

.oshirase_wrap{
	position: relative;
}

#oshirase {
	width: 100%;
	box-sizing: border-box;
	/*padding-left: 55px;*/
	vertical-align: bottom;
	position: absolute;
	margin-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	height: 50px;
	z-index: 99;
	border-radius: 20px;
}

#oshirase #oshirase_more {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff263;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: absolute;
	top: 10px;
	left:10px;
	font-size: 18px;
	font-size: 1.8rem;
}

#oshirase_cont{
	margin: 5px 10px 5px 40px;
	padding: 0;
	list-style: none;
	position: absolute;
	/*width: calc(100% - 20px);*/
}
.home #oshirase_cont{
	margin: 10px 60px 10px 40px;
	width: calc(100% - 60px);
}

#oshirase_cont li{
	/*display: none;*/
	/*height: 24px;*/
	padding: 8px 0;
}

#oshirase_cont a{
	display: inline-block;
	position: relative;
	padding: 0;
	text-decoration: underline;
	color: #435b5b;
}
#oshirase_cont a:hover{
	color:#fff263;
}

.oshirase_open{
	background-color: #fff;
	/*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
	height: auto !important;
	overflow: visible !important;
	bottom:-50px;
}
.home .oshirase_open{
	bottom:auto;
}

.oshirase_open #oshirase_cont{
	position: relative;
}

.oshirase_open #oshirase_cont li{
	border-top:dashed 1px #435b5b;
}
.oshirase_open #oshirase_cont li:first-child{
	border-top:none;
}


.home #oshirase {
	padding: 0;
	width: 400px;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	height:40px;
	overflow: hidden;
	z-index: 100;
	top:100px;
	left: 15px;
	border-radius: 20px;
}
.home #oshirase #oshirase_more {
	left: 8px;
	top:15px;
	background-color: #fff263;
	font-size: 18px;
	font-size: 1.8rem;
}


#contact_info {
	margin:40px 0 5px;
	position: relative;
}
#contact_info .yoyaku .title{
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	font-weight: bold;
}
#contact_info .yoyaku .title::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #FFF263;
	border-radius: 100%;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	z-index: -1;
}
#contact_info .yoyaku .btn_area{
	display: flex;
	justify-content: space-between;
}
#contact_info .yoyaku .btn_area a{
	width: 49%;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
	padding: 10px 0;
	transition: .3s;
}
#contact_info .yoyaku .btn_area a .hosoku{
	font-size: 10px;
	display: block;
}
#contact_info .yoyaku .btn_area .btn_line{
	background-color: #26B740;
}
#contact_info .yoyaku .btn_area .btn_line:hover{
	background-color: #7ed68e;
}
#contact_info .yoyaku .btn_area .btn_line::before{
	content: url(../images/icon_line.svg);
	display: block;
	width: 30px;
	height: auto;
	margin: 0 auto;
}
#contact_info .yoyaku .btn_area .btn_tel{
	background-color: #888;
	font-size: 16px;
}
#contact_info .yoyaku .btn_area .btn_tel:hover{
	background-color: #bbb;
}
#contact_info .yoyaku .btn_area .btn_tel::before{
	content: url(../images/icon_tel.svg);
	display: block;
	width: 22px;
	height: auto;
	margin: 2px auto;
}
#contact_info .yoyaku .btn_area .btn_tel .hosoku{
	letter-spacing: -.1em;
}
#contact_info .uketsuke {
	background-color: rgba(255,255,255,.3);
	margin: 5px 0;
	padding: 10px;
	font-size: 12px;
	box-sizing: border-box;
}
#contact_info .uketsuke .pt{
	margin-left: 4.3em;
}
#contact_info .seo_area{
	position: absolute;
	font-size: 12px;
	left: 15px;
	top:50%;
	transform: translateY(-50%);	
}
#contact_info .seo_area p{
	margin: 0;
}
@media (min-width: 601px) {
	.home #contact_info {
		position: absolute;
		top:0;
		left: 0;
		margin: 0;
		width: 100%;
		background-color: rgba(255,255,255,.3);
	}
	.home #contact_info .uketsuke{
		position: absolute;
		top:0;
		right: 15px;
		background-color: transparent;
		padding: 0;
	}
	.home #contact_info .uketsuke .pt{
		margin-left: 0;
		margin-right: 1em;
	}
	.home #contact_info .uketsuke br{
		display: none;
	}
	.home #contact_info .yoyaku{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 28px 10px 10px 0;
	}
	.home #contact_info .yoyaku .title{
		margin-bottom: 0;
		font-size: 14px;
		margin-right: 10px;
	}
	.home #contact_info .yoyaku .btn_area a{
		width: 190px;
		box-sizing: border-box;
		margin: 0 2px;
		position: relative;
		padding: 8px 0 8px 30px;
		font-size: 16px;
	}
	.home #contact_info .yoyaku .btn_area .btn_line::before{
		position: absolute;
		left: 11px;
	}
	.home #contact_info .yoyaku .btn_area .btn_tel{
		font-size: 18px;
	}
	.home #contact_info .yoyaku .btn_area .btn_tel:before{
		position: absolute;
		left: 16px;
	}
	.home #contact_info .yoyaku .btn_area .btn_tel .hosoku{
		margin-top: -3px;
	}
	.home #contact_info .yoyaku .title::before{
		width: 30px;
		height: 30px;
		top:calc(50% - 15px);
		left: -8px;
	}
}


.show_contact_info{
	animation:ci-fadein 0.5s 0s forwards;
}
@keyframes ci-fadein{
	0%{opacity:0;}
	100%{opacity:1;}
}



#header_logo {
	text-align: center;
	margin: 30px 0 0;
}

.home #header_logo {
	/*margin: 75px 0 20px;*/
	padding: 120px 0 30px;
}

#header_logo img {
	width: 250px;
	height: auto;
}

.home #header_logo img {
	width: 480px;
}


.paypay{
	position: absolute;
	width: 130px;
	height: auto;
	right: 30px;
	top:480px;
	opacity: 0;
}
.paypay.ani{
	animation:paypay_ani .5s forwards;
}
@keyframes paypay_ani{
	from{opacity: 0; transform:translateX(100px) rotateZ(30deg);}
	to{opacity: 1; transform:translateX(0) rotateZ(10deg);}
}

nav.mainnav {
	width: 100%;
	width: 965px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
}

nav.mainnav ul {
	/*overflow: hidden;*/
	width: 960px;
	padding: 0;
	list-style: none;
	margin: 0 auto;
}

nav.mainnav ul li {
	float: left;
	width: 90px;
	margin:0 15px;
	position: relative;
	padding: 11px 0 12px;
}
nav.mainnav:not(.clone) ul li:first-child{
	display: none;
}

nav.mainnav ul li a {
	display: block;
	position: relative;
	text-align: center;
	font-size: 13px;
}

nav.mainnav ul li a.active:after
/*nav.mainnav ul li a:hover:after*/ {
	content:"";
	width: 60px;
	height: 4px;
	border-radius: 4px;
	background-color: #435b5b;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 30px);
}

nav.mainnav ul li img {
	display: block;
	width: 90px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

nav.mainnav ul li img:first-child {
	width: 28px;
	height: auto;
	margin-bottom: 10px;
}

nav.mainnav ul li a:not(.active):hover img:first-child{
	-ms-animation:icon-bound 1s ease infinite;
	-webkit-animation:icon-bound 1s ease infinite;
	animation:icon-bound 1s ease infinite;
}
/*@keyframes icon-dance{
	0%{transform:translateY(-10px) rotateZ(10deg);}
	49%{transform:translateY(-10px) rotateZ(10deg);}
	50%{transform:translateY(-10px) rotateZ(-10deg);}
	100%{transform:translateY(-10px) rotateZ(-10deg);}
}*/
@-ms-keyframes icon-bound{
	0%{-ms-transform:translateY(0);}
	20%{-ms-transform:translateY(-20px);}
	35%{-ms-transform:translateY(0px);}
	45%{-ms-transform:translateY(-5px);}
	50%{-ms-transform:translateY(0px);}
	55%{-ms-transform:translateY(-3px);}
	60%{-ms-transform:translateY(0);}
	100%{-ms-transform:translateY(0);}
}
@-webkit-keyframes icon-bound{
	0%{-webkit-transform:translateY(0);}
	20%{-webkit-transform:translateY(-20px);}
	35%{-webkit-transform:translateY(0px);}
	45%{-webkit-transform:translateY(-5px);}
	50%{-webkit-transform:translateY(0px);}
	55%{-webkit-transform:translateY(-3px);}
	60%{-webkit-transform:translateY(0);}
	100%{-webkit-transform:translateY(0);}
}
@keyframes icon-bound{
	0%{transform:translateY(0);}
	20%{transform:translateY(-20px);}
	35%{transform:translateY(0px);}
	45%{transform:translateY(-5px);}
	50%{transform:translateY(0px);}
	55%{transform:translateY(-3px);}
	60%{transform:translateY(0);}
	100%{transform:translateY(0);}
}

nav.mainnav.clone{
	position:fixed;
	top:-200px;
	z-index: 999;
	width: 100%;
	/*background-image: url(../images/bg.png);*/
	background-color: #fff;
	height: 90px;
	text-align: center;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	padding:2px 0 0;
	transition:0.5s;
}
nav.mainnav.clone.active{
	top:0;
}
nav.mainnav.clone a img{
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}
nav.mainnav.clone a img:first-child{
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
	margin-bottom: 0;
}
nav.mainnav.clone ul li{
	width:82px;
	margin:5px 12px 0;
	padding: 10px 0 10px;
}
nav.mainnav.clone ul li a{
	font-size: 12px;
}
nav.mainnav.clone ul li a.active:after
/*nav.mainnav ul li a:hover:after*/ {
	width: 50px;
	bottom: -8px;
	left: 17px;
}

.blog_badge {
	background-color: #fff263;
	border-radius: 12px;
	color: #284439;
	display: none;
	font-size: 12px;
	height: 22px;
	line-height: 21px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 20px;
	width: 22px;
}

#side_nav {
	margin-bottom: 10px;
}

#side_nav ul {
	border-top: 1px dashed #ccbd96;;
	list-style: none;
	padding: 0;
	margin: 0;
}

#side_nav ul li {
	height: 66px;
	border-bottom: 1px dashed #ccbd96;
}

#side_nav ul li a {
	display: block;
	height: 36px;
	padding: 15px 0 15px 20px;
	overflow: hidden;
}

#side_nav ul li a div {
	float: left;
}

#side_nav ul li a div.icon {
	width: 35px;
	text-align: center;
}

#side_nav ul li a div.icon img {
	height: 35px;
	width: auto;
}

#side_nav ul li a div.icon1 img{
	height: 40px;
}

#side_nav ul li a div.icon2 img{
	-webkit-transform:translateX(3px);
	transform:translateX(3px);
}

#side_nav ul li a div.icon4 img{
	height: 43px;
}

#side_nav ul li a div.icon5 img{
	height: 33px;
}

#side_nav ul li a div.title {
	margin-left: 10px;
	padding-top: 9px;
	display: inline-block;
	position: relative;
	z-index: 2;
}

#side_nav ul li a div.title img {
	height: 18px;
	width: auto;
}

#side_nav ul li a div.nav1 img {
	width: 140px;
}

#side_nav ul li a div.nav2 img {
	width: 216px;
}

#side_nav ul li a div.nav3 img {
	width: 215px;
}

#side_nav ul li a div.nav4 img {
	width: 127px;
}

#side_nav ul li a div.nav5 img {
	width: 118px;
}

#side_nav ul li a:hover div.title:before {
	background-color: #fff263;
	border-radius: 6px;
	bottom: -2px;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

#bread {
	width: 1010px;
	color: #638281;
	background-color: rgba(97, 91, 91, 0.05);
	padding: 10px 30px;
	border-radius: 25px;
	margin: 35px auto 40px;
	font-size: 14px;
	font-size: 1.4rem;
}

#bread a {
	display: inline-block;
	position: relative;
	padding: 0;
	text-decoration: none;
	color: #638281;
	z-index: 2;
}
#bread a:hover::before {
	content: "";
	height: 12px;
	width: 100%;
	border-radius: 6px;
	position: absolute;
	background-color: #fff263;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition:0.5s;
}



#slider {
	width: 100%;
	height: 224px;
	overflow: hidden;
	margin: 40px 0 100px;
	position: relative;
}

/*#slider ul {
	width: 2000px;
}

#slider li {
	margin-right: 50px;
	width: 340px;
	height: 224px;
	float: left;
}

#slider li img {
	width: 340px;
	height: auto;
	vertical-align: bottom;
}*/

#slider .bx-wrapper{
	position: absolute;
	top:0;
	left:-100%;
	right:-100%;
	margin: auto;
	width: 3000px;
}

#slider div img {
	width: 340px;
	height: auto;
	vertical-align: bottom;
}

#kokoroto {
	background-color: #fff;
	padding: 50px;
	width: 563px;
	margin: 0 auto 90px;
	text-align: center;
}

#kokoroto img {
	width: 459px;
	height: 47px;
	display: block;
	margin: 0 auto 40px;
}

#kokoroto p {
	line-height: 32px;
	text-align: left;
	margin-bottom: 40px;
	letter-spacing: 2px;
}


.chiryo_list {
	margin-bottom: 140px;
}

.chiryo_list .yoko3box,
.chiryo_list .yoko4box {
	overflow: hidden;
	width: 922px;
	margin: 0 auto 80px;

}

.chiryo_list .yoko3box section {
	width: 274px;
	float: left;
	margin-left: 50px;
}
.chiryo_list .yoko3box section:first-child {
	margin-left: 0;
}

.chiryo_list .yoko4box section {
	width: 209px;
	float: left;
	margin-left: 28px;
}
.chiryo_list .yoko4box section:first-child {
	margin-left: 0;
}

.chiryo_list a:hover .under_yellow::before{
	background-color: #ffcf21;
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}

.chiryo_list .chiryo_syurui {
	border: 4px solid #435b5b;
	padding: 20px 5px 30px;
	text-align: center;
}
.chiryo_list .chiryo_syurui--yoko3,
.chiryo_list .chiryo_syurui--yoko2 {
	width: 256px;
}
.chiryo_list .chiryo_syurui--yoko4 {
	width: 191px;
}

.chiryo_list .chiryo_syurui .cmt{
	margin: -10px 0 10px;
}

.chiryo_list .chiryo_syurui .cmt img  {
	height: 15px;
	width: auto;
}

.chiryo_list .chiryo_syurui .title img {
	height: 22px;
	width: auto;
}

.chiryo_list section p {
	width: 250px;
	margin: 15px auto;
}

.chiryo_list .chiryo_img {
	width: 240px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.chiryo_list .chiryo_img img {
	width: 240px;
	height: auto;
	vertical-align: bottom;
}


.chiryo_list .chiryo_syurui .icon {
	height: 65px;
	padding-bottom: 15px;
}

.chiryo_list .chiryo_syurui .icon img {
	width: auto;
}

.chiryo_list .chiryo_syurui .cmt {
	margin-bottom: 7px;
}

.chiryo_list .chiryo_1 .title img {
	width: 200px;
}
.chiryo_list .chiryo_1 .icon img {
	height: 65px;
}

.chiryo_list .chiryo_2 .title img {
	width: 248px;
}
.chiryo_list .chiryo_2 .icon img {
	height: 55px;
    margin: 5px 0 0 15px;
}

.chiryo_list .chiryo_3 .title img {
	width: 256px;
}
.chiryo_list .chiryo_3 .icon img {
	height: 53px;
	margin-top: 10px;
}

.chiryo_list .chiryo_4 .title img {
	width: 168px;
}
.chiryo_list .chiryo_4 .icon img {
	height: 65px;
	margin-left: 4px;
}

.chiryo_list .chiryo_5 .title img {
	width: 140px;
}
.chiryo_list .chiryo_5 .icon img {
	height: 63px;
}

.chiryo_list .chiryo_6 .title img {
	width: 185px;
}
.chiryo_list .chiryo_6 .icon img {
	height: 63px;
}

.chiryo_list .chiryo_7 .title img {
	width: 110px;
}
.chiryo_list .chiryo_7 .icon img {
	height: 63px;
}

.chiryo_list .chiryo_8 .title img {
	width: 166px;
}
.chiryo_list .chiryo_8 .icon img {
	height: 59px;
	padding-top: 6px;
}

.chiryo_list .chiryo_9 .title img {
	width: 170px;
}
.chiryo_list .chiryo_9 .icon img {
	height: 48px;
	padding-top: 6px;
}

.chiryo_list .chiryo_10 .title img {
	width: 193px;
}
.chiryo_list .chiryo_10 .icon img {
	height: 54px;
	padding-top: 6px;
}




.chiryo_list .yoko2box {
	width: 588px;
	overflow: hidden;
	margin: 0 auto 30px;
}

.chiryo_list .yoko2box a {
	display: block;
	margin-bottom: 40px;
}


#blog_area {
	width: 888px;
	margin: 0 auto;
	overflow: hidden;
}

#blog_wrap {
	width: 972px;
}

#blog_area .kiji {
	display: inline-block;
	width: 240px;
	height: auto;
	vertical-align: top;
	margin-right: 76px;
	margin-bottom: 60px;
}

#blog_area .kiji .kadomaru{
	width: 240px;
	height: 190px;
}

#blog_area .kiji img {
	width: 240px;
	height: auto;
	/*transition-duration:0.1s;*/
}

#blog_area .kiji:hover .kadomaru{
	/*opacity: 0.8;*/
	border: solid 5px #fff263;
	transition-duration:0.1s;
	box-sizing:border-box;
}

#blog_area .kiji h3 {
	margin-bottom: 7px;
	text-align: justify;
}

.midashi {
	width: 655px;
	margin-bottom: 30px;
}

.midashi_title {
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	position: relative;
}
.midashi_title h1{
	font-size: 46px;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.5;
	margin: .2em 0;
	font-feature-settings : "palt";
}
.midashi_title h1 span{
	display: block;
	font-size: 16px;
	letter-spacing: .1em;
}
.midashi_title > img {
	width: 655px;
	height: 339px;
	vertical-align: bottom;
}

.midashi_title--kyosei h1 {
	position: absolute;
	top: 40px;
	left: 30px;
	margin: 0;
}
.midashi_title--kyosei h1 span{
	margin-left: 3px;
}
.midashi_title--kyosei h1 img {
	width: 340px;
	height: 83px;
}

.midashi_title--profile {
	border-radius: 30px;
}

.midashi_title--profile > img {
	height: 267px;
}

.midashi_title--profile h1 {
	position: absolute;
	bottom: 15px;
	left: 30px;
	margin: 0;
}
.midashi_title--profile h1 span{
	margin-left: 5px;
}
.midashi_title--profile h1 img {
	width: 276px;
	height: 75px;
}

.midashi_title--ptraining h1 {
	position: absolute;
	bottom: 15px;
	left: 30px;
	margin: 0;
	color: #fff;
}
.midashi_title--ptraining h1 span{
	margin-left: 5px;
}
.midashi_title--ptraining h1 img {
	width: 462px;
	height: 84px;
}


.midashi_title--innai {
	border-radius: 30px;
}
.midashi_title--innai > img {
	height: 267px;
}
.midashi_title--innai h1 {
	position: absolute;
	bottom: 20px;
	left: 30px;
	margin: 0;
}
.midashi_title--innai h1 img {
	width: 298px;
	height: 75px;
}

.midashi_title--itamichiryo h1 {
	position: absolute;
	margin: 0;
	bottom: 15px;
	right: 30px;
	color: #fff;
	text-align: right;
}
.midashi_title--itamichiryo h1 span{
	margin-right: 10px;
}
.midashi_title--itamichiryo h1 img {
	width: 530px;
	height: 85px;
}


.midashi_title--iroiro > img {
	height: 337px;
}
.midashi_title--iroiro h1 {
	position: absolute;
	top: 40px;
	left: 35px;
	margin: 0;
	color: #fff;
}
.midashi_title--iroiro h1 span{
	margin-left: 5px;
}
.midashi_title--iroiro h1 img {
	width: 429px;
	height: 85px;
}

.midashi_title--ryokin {
	border-radius: 30px;
}
.midashi_title--ryokin > img {
	height: 339px;
}
.midashi_title--ryokin h1 {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	text-align: right;
}
.midashi_title--ryokin h1 span{
	margin-right: 10px;
}
.midashi_title--ryokin h1 img {
	width: 460px;
	height: 85px;
}

.midashi_title--sejyutsunaiyo {
	border-radius: 30px;
}
.midashi_title--sejyutsunaiyo > img {
	height: 339px;
}

.midashi_title--sejyutsunaiyo h1 {
	position: absolute;
	top: 12px;
	left: 30px;
}
.midashi_title--sejyutsunaiyo h1 img {
	width: 477px;
	height: 79px;
}

.midashi_title--qa {
	border-radius: 30px;
}
.midashi_title--qa > img {
	height: 339px;
}

.midashi_title--qa h1 {
	position: absolute;
	bottom: 15px;
	left: 30px;
	margin: 0;
	color: #fff;
}
.midashi_title--qa h1 img {
	width: 415px;
	height: 79px;
}

.midashi_title--blog {
	border-radius: 30px;
}
.midashi_title--blog > img {
	height: 266px;
}

.midashi_title--blog h1 {
	position: absolute;
	bottom: 15px;
	left: 30px;
	margin: 0;
	color: #fff;
}
.midashi_title--blog h1 img {
	width: 475px;
	height: 78px;
}
.midashi_title--jiko h1 {
	position: absolute;
	bottom: 5px;
	left: 30px;
	margin: 0;
	color: #fff;
}
.midashi_title--jiko h1 img {
	width: 340px;
	height: 83px;
}
.midashi_title--access h1 {
	position: absolute;
	bottom: 20px;
	left: 30px;
	margin: 0;
	color: #fff;
}
.midashi_title--access {
	border-radius: 30px;
}
.midashi_title--access > img {
	height: 267px;
}


.midashi_cmt {
	border-radius: 0 0 30px 30px;
	background-color: #fff;
	padding: 20px 30px 15px 15px;
}

.list_aomaru {
	list-style: none;
	padding: 0;
	overflow: hidden;
	color: #747c66;
}

.list_aomaru li {
	float: left;
	padding-left: 45px;
	position: relative;
	width: 260px;
	margin-bottom: 7px;
}

.list_aomaru li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #b0d1d0;
	position: absolute;
	top: 6px;
	left: 20px;
}

.setsumei {
	line-height: 34px;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
	margin-bottom: 80px;
	width: 605px;
}

.method_image {
	text-align: center;
	margin: 40px 0 50px;
}

.method_image--am img {
	width: 240px;
	height: 152px;
	margin-right: 60px;
}

.method_image--tt img {
	width: 340px;
	height: 161px;
	margin-left:50px;
}

.method_image--bm img {
	width: 300px;
	height: 164px;
	margin-left: 100px;
}

.method_image--su img {
	width: 287px;
	height: 158px;
}

.method_image--ea img {
	width: 436px;
	height: 190px;
}
.method_image--jibaiseki img {
	width: 308px;
	height: 112px;
}




.methodexp_2box {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
}

.methodexp_2box .box_r {
	float: right;
	width: 224px;
}

.methodexp_2box .box_r div {
	margin-bottom: 7px;
}

.methodexp_2box .box_r div img {
	width: 224px;
	height: 224px;
	vertical-align: bottom;
}

.methodexp_2box .box_l {
	width: 336px;
	float: left;
}

.methodexp_2box_img_l {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.methodexp_2box_img_l .box_r {
	float: right;
	width: 280px;
	padding-top: 10px;
}

.methodexp_2box_img_l .box_l {
	width: 282px;
	float: left;
}

.methodexp_2box_img_l .box_l img {
	width: 282px;
	height: auto;
	vertical-align: bottom;
}







.step_setsumei {
	margin-bottom: 100px;
}

.step_setsumei_box {
	width: 550px;
	margin: 40px auto 0;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 20px;
}

.boxwidth_207px {
	width: 207px;
}

.boxwidth_316px {
	width: 316px;
}

.step_setsumei_box .box_l {
	float: left;
}

.step_setsumei_box .box_r {
	float: right;
}

.step_setsumei_box .setsumei_image img {
	width: 207px;
	height: 207px;
}

.step_setsumei_box .setsumei_text {
	position: relative;
}

.step_setsumei_box .setsumei_text div {
	background-color: #fff;
	vertical-align: middle;
	height: 207px;
	padding: 0 35px;
	display: table-cell;
}

.step_setsumei_box .setsumei_text div p {
	margin: 0;
}

.step_setsumei_box .setsumei_text .step_icon {
	width: 65px;
	height: 71px;
	position: absolute;
	background-color: transparent;
	top: -50px;
	left: 40px;
	padding: 0;
}

.step_setsumei_box .setsumei_text .onebox {
	padding: 50px 35px 40px;
	height: auto;
	width: 480px;
}

.content_text {
	width: 600px;
	margin: 0 auto;
}


.menu_setsumei {
	width: 520px;
	margin: 40px auto 0;
	overflow: hidden;
}

.menu_setsumei .menu_box {
	width: 234px;
	margin: 0 auto 45px;
	float: left;
	margin-left: 52px;
	position: relative;
	padding-top: 40px;
}

.menu_setsumei .box_l {
	margin-left: 0px;
}

.menu_setsumei .menu_box div {
	width: 224px;
	height: 224px;
	margin: 0 auto;
}

.menu_setsumei .menu_box div img {
	width: 224px;
	height: 224px;
}

.menu_setsumei .menu_box p {
	text-align: center;
	margin-top: 10px;
}

.menu_setsumei .menu_box .menu_icon {
	position: absolute;
	background-color: transparent;
	top: 0px;
	left: 25px;
	padding: 0;
}

.menu_setsumei .menu_box .menu_icon img {
	width: 65px;
	height: 71px;
}










.prof_2box {
	overflow: hidden;
	width: 640px;
	margin: 0 auto;
}

.prof_2box > div {
	float: right;
	width: 297px;
}

.prof_2box > div:first-child {
	float: left;
}

.prof_2box > div img {
	width: 297px;
	height: auto;
}

.prof_2box > div p {
	padding: 0 15px;
	margin-top: 10px;
}

.incho {
	overflow: hidden;
	margin-left: 200px;
	font-size: 14px;
}

.incho .photo{
	width: 150px;
	float: left;
}

.incho .photo img{
	max-width: 100%;
	height: auto;
}

.incho .txt{
	float: right;
	width: 260px;
	margin:0 20px;
	padding:5px 0;
}

.incho .txt .shomei{
	display: block;
	border-bottom: 1px dashed #ccbd96;
	margin-bottom: 10px;
}

/*.incho img {
	width: 635px;
	height: 426px;
}

.incho .shomei {
	text-align: right;
	margin-top: 15px;
}

.incho .shomei img {
	width: 258px;
	height: 40px;
	margin-right: 30px;
}*/

.innnai_syashin {
	width: 605px;
	margin: 0 auto;
}
.innnai_syashin .oneimg img {
	width: 605px;
	height: auto;
}

.innnai_syashin .miniphoto {
	overflow: hidden;
	height: 580px;
	width: 605px;
	position: relative;
	margin-top: 112px;
	margin-bottom: 95px;
}

.innnai_syashin .miniphoto div img {
	width: 171px;
	height: 184px;
}

.innnai_syashin .miniphoto .pos1 {
	position: absolute;
	top: 0;
	right: 90px;
}

.innnai_syashin .miniphoto .pos2 {
	position: absolute;
	top: 190px;
	right: 90px;
	width: 171px;
	text-align: center;
}

.innnai_syashin .miniphoto .pos3 {
	position: absolute;
	top: 207px;
	left: 80px;
}

.innnai_syashin .miniphoto .pos4 {
	position: absolute;
	top: 356px;
	left: 201px;
}

.innnai_syashin .miniphoto .pos5 {
	position: absolute;
	top: 546px;
	left: 201px;
	width: 171px;
	text-align: center;
}



.syokai_text {
	width: 565px;
	margin: 30px auto;
}

.twoimg {
	overflow: hidden;
}

.imgh_219 img {
	height: 219px;
	width: auto;
}

.imgh_238 img {
	height: 238px;
	width: auto;
}

.imgh_270 img {
	height: 270px;
	width: auto;
}

.imgh_273 img {
	height: 273px;
	width: auto;
}

.imgh_287 img {
	height: 287px;
	width: auto;
}

.imgh_331 img {
	height: 331px;
	width: auto;
}

.imgh_347 img {
	height: 347px;
	width: auto;
}

.imgh_353 img {
	height: 353px;
	width: auto;
}

.training_img {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.training_img p {
	margin-right: 20px;
	margin-top: 60px;
}

.training_img div img {
	height: 432px;
	width: auto;
}

.kiki {
	width: 600px;
	margin: 0 auto 30px;
}

.kiki_text {
	clear: both;
	padding: 20px 15px;
}

.kiki_oneimg {
	width: 588px;
	margin: 0 auto;
}

.sokichiryo {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
}

.sokichiryo div {
	float: right;
	height: 171px;
	width: 244px;
	margin-top: 15px;
}

.sokichiryo div img {
	height: 171px;
	width: 244px;
}


.setsumei--sokichiryo {
	width: auto;
	float: left;
	width: 300px;
}

.setsumei_ea {
	width: 600px;
	margin: 0 auto;
}

.setsumei_ea .methodexp_2box .box_l p {
	width: 320px;
	margin: 0 auto;
}

.setsumei_ea .methodexp_2box .box_r .genri_image {
	width: 208px;
	margin: 20px auto 0;
}
.setsumei_ea .methodexp_2box .box_r .genri_image img {
	width: 208px;
	height: 330px;
}

#map_area {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

#map_area .shoyojikan {
	background-color: #fff;
	padding: 20px 30px;
	position: absolute;
	top: 0;
	right: 20px;
}

#map_area .map {
	padding-top: 105px;
	margin-bottom: 30px;
/*	width: 500px;
	height: 397px;
	margin: 0 auto;*/
}

#route {
	width: 628px;

}

#route .route_2box {
	overflow: hidden;
	width: 628px;
}

#route .route_2box div {
	width: 297px;
}

#route .route_2box h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px;
}

#route .route_2box div div img {
	width: 297px;
	height: auto;
}

#route .mapline {
	text-align: center;
	margin: 10px 0;
}
#route .mapline img {
	vertical-align: bottom;
}

#route .route_1box > div {
	width: 297px;
	position: relative;
	margin: 0 auto;
}

#route .route_1box > div div img {
	width: 297px;
	height: auto;
}

#route .route_1box > div p {
	margin-bottom: 0;
}

.ryokinhyo {
	width: 546px;
	background-color: #fff;
	padding: 45px 50px 20px;
	margin: 30px auto 70px;
}

.ryokin_tbl {
	font-size: 18px;
	font-size: 1.8rem;
}
.ryokin_tbl  td {
	padding-bottom: 22px;
	text-align: right;
	width: 180px;
	padding-right: 10px;
	vertical-align: top;
}
.ryokin_tbl  td:first-child {
	width: 360px;
	text-align: left;
	padding-left: 10px;
}
.ryokin_tbl--osusume td{
	width: 96px;
}
.ryokin_tbl--osusume td:first-child{
	width: 430px;
}

.ryokin_tbl_ttl{
	margin-top: 1em;
}
.ryokin_chu {
	margin: 10px 0;
    padding-left: 2em;
    list-style: none;
}
.ryokin_chu li{
	position: relative;
}
.ryokin_chu li:before{
	content:"※";
	position: absolute;
	left: -1.2em;
}

.dash_line {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #8c8b8b;
	border-color: #a7c6c5;
	margin: 0 0 25px;
}

.concept {
	margin: 0 auto 50px;
	width: 620px;
	/*overflow: hidden;*/
}

.concept .concept_title {
	overflow: hidden;
	padding-bottom: 20px;
}

.concept .concept_title div {
	float: left;
}

.concept .concept_title .icon img {
	width: 60px;
	height: 75px;
	vertical-align: bottom;
}

.concept .concept_title .title {
	margin-left: 35px;
	padding-top: 26px;
	font-size: 24px;
	color: #435b5b;
	letter-spacing: .1em;
}

.concept .concept_title .title img {
	width: auto;
	height: 24px;
	vertical-align: bottom;
}

.concept .exp {
	/*overflow: hidden;*/
	margin-top: 10px;
	display: table;
}

.concept .exp .image {
	/*float: left;*/
	display: table-cell;
	width: 300px;
	text-align: center;
	vertical-align: top;
}

.concept .exp .image--1 img {
	width: 230px;
	height: 185px;
	vertical-align: bottom;
	margin-top: 20px;
}

.concept .exp .image--2 img {
	width: 207px;
	height: 230px;
	vertical-align: bottom;
	margin-left: 50px;
	margin-top: -10px;
}

.concept .exp .image--3 img {
	width: 222px;
	height: 189px;
	vertical-align: bottom;
	margin-top: -10px;
}

.concept .exp .text {
	/*float: right;*/
	width: 300px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.qacate{
	font-weight: normal;
	font-size: 22px;
    letter-spacing: 3px;
    padding-bottom: 15px;
    margin: 80px 0 30px;
}

.qa {
	width: 620px;
	margin: 0 auto 30px;
}

.qa .question {
	overflow: hidden;
}

.qa .question img {
	float: left;
	width: 46px;
	height: 46px;
}

.qa .question p {
	padding-top: 10px;
	margin-left: 60px;
}

.qa .answer {
	background-color: #fff;
	border-radius: 20px;
	width: 520px;
	margin-left: 40px;
	padding: 20px 30px;
}

.qa .answer p {
	margin: 10px 0;
}

.qa .answer img{
	max-width: 100%;
	height: auto;
}


#blog_nav {
	margin-bottom: 60px;
}

#blog_nav .blog_category_title {
	overflow: hidden;
	height: 70px;
	border-bottom: 1px dashed #ccbd96;
}

#blog_nav .blog_category_title .icon {
	float: left;
	width: 56px;
	text-align: center;
	padding: 24px 0;
}

#blog_nav .blog_category_title .icon img {
	width: 22px;
	height: 17px;
	vertical-align: bottom;
}

#blog_nav .blog_category_title .title {
	padding: 23px 0;
	font-size: 18px;
	font-size: 1.8rem;
}

#blog_nav .tsukibetsu {
	position: relative;
	height: 60px;
}

#blog_nav .tsukibetsu .icon {
	float: left;
	width: 56px;
	text-align: center;
	padding: 14px 0;
}

#blog_nav .tsukibetsu .title {
	line-height: 60px;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0;
	margin-bottom: 0;
}

#blog_nav .blog_category_title .title img {
	width: auto;
	height: 18px;
	vertical-align: bottom;
}

#blog_nav .blog_category {
	margin: 0;
}

#blog_nav .blog_category li {
	list-style: none;
}

#blog_nav .blog_category li a {
	display: block;
	line-height: 60px;
	border-bottom: 1px dashed #ccbd96;
	padding-left: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
#blog_nav .blog_category li a:hover{
	padding-left: 30px;
	text-decoration: underline;
	/*background-color: #fff263;*/
}


#blog_nav  #tsukibetsu_more{
	display: inline-block;
	width: 22px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff263;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 17px;
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 3px;
}

.blog_category--tsukibetsu{
	display: none;
}
.blog_category--tsukibetsu a span::before{
	content:" (";
}
.blog_category--tsukibetsu a span::after{
	content:")";
}

#saishin_kiji {
	margin-bottom: 80px;
}

#saishin_kiji .saishin_kiji_title {
	overflow: hidden;
	height: 64px;
	border-bottom: 1px dashed #ccbd96;
	margin-bottom: 10px;
}

#saishin_kiji .saishin_kiji_title .icon {
	float: left;
	width: 56px;
	text-align: center;
	padding: 21px 0 22px;
}

#saishin_kiji .saishin_kiji_title .icon img {
	width: 21px;
	height: 27px;
	vertical-align: bottom;
}

#saishin_kiji .saishin_kiji_title .title img {
	padding: 26px 0 20px;
	height: 18px;
	width: auto;
}

#saishin_kiji ul {
	margin: 0;
}

#saishin_kiji ul li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 14px;
	font-size: 1.4rem;
}

#saishin_kiji a{
	position: relative;
	display: block;
}
#saishin_kiji a:hover{
	text-decoration: underline;
	/*background-color: #fff263;*/
/*	-webkit-transform:translateX(10px);
	transform:translateX(10px);*/
}

.blog_page_wrap {
	width: 652px !important;
	margin: 40px auto 0 !important;
	overflow: hidden;
}

.blog_page_wrap .kiji {
	margin-left: 41px;
	margin-right: 41px !important;
}

.blog_page_wrap .kiji div {
	background-color: rgba(67, 91, 91, 0.1);
}


.main_content .wp-pagenavi {
  margin-top: 30px;
  text-align: center;
}

.main_content .wp-pagenavi a,
.main_content .wp-pagenavi span
 {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 25px;
  	margin:0 5px;
}
.main_content .wp-pagenavi .extend {
  background-color: transparent;
  color: #435b5b;
}
.main_content .wp-pagenavi .current {
  background-color: #435b5b;
  color: #fff;
}
.main_content .wp-pagenavi .page,
.main_content .wp-pagenavi .previouspostslink,
.main_content .wp-pagenavi .nextpostslink,
.main_content .wp-pagenavi .last,
.main_content .wp-pagenavi .first {
  background-color: rgba(67, 91, 91, 0.1);
  color: #435b5b;
}

.main_content .wp-pagenavi a:hover {
	background-color: #fff263;
	/*color: #fff;*/
}

.kiji_page_contents {
	margin-top: 40px;
	margin-bottom: 60px;
}

.kiji_page_contents img {
	vertical-align: bottom;
	margin: 20px 0 36px;
	max-width: 100%;
	height: auto;
}

.blog_kiji_nav {
	overflow: hidden;
	margin: 60px 0;
}

.blog_kiji_nav a {
	display: block;
	width: 250px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 15px;
	box-sizing:border-box;
	border:solid 5px #fff;
}

.blog_kiji_nav .prev {
	background-image: url(../images/yajirushi-l.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 45px;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
}
.blog_kiji_nav .prev:hover{
	background-position: 10px 50%;
	border:solid 5px #fff263;
}

.blog_kiji_nav .next {
	background-image: url(../images/yajirushi-r.png);
	background-position: 210px 50%;
	background-repeat: no-repeat;
	padding-right: 45px;
	font-size: 16px;
	font-size: 1.6rem;
	float: right;
}
.blog_kiji_nav .next:hover{
	background-position: 220px 50%;
	border:solid 5px #fff263;
}

.blogpage article h3{
	background-color: rgba(67, 91, 91, 0.1);
    padding: 15px 25px 10px;
    border-radius: 20px;
}



.bnr_area {
}
.bnr_insta {
	display: flex;
	width: 750px;
	height: 160px;
	max-width: 90%;
	border-radius: 20px;
	background-color: #475B5B;
	margin: 0 auto;
	margin-bottom: 100px;
	box-sizing: border-box;
	overflow: hidden;
}
.bnr_insta .logo{
	display: flex;
	width: 33.3333%;
	justify-content: center;
}
.bnr_insta .logo img{
	width: 66.66%;
	transition: .2s;
}
.bnr_insta .txt{
	display: flex;
	width: 66.6666%;
	color: #fff;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-align: center;
}
.bnr_insta .txt::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/insta_photo2.jpg);
	background-size: cover;
	z-index: -1;
	position: absolute;
	opacity: .1;
}
.bnr_insta:hover .logo img{
	transform: scale(1.05);
}










footer {
	background-color: rgba(97, 91, 91, 0.05);
	padding: 100px 0;
	position: relative;
	margin-top: 0;
}

.footer_container {
	width: 935px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_info {
	width: 458px;
	float: left;
}

.footer_logo {
	display: block;
	width: 458px;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 25px;
}

.eigyo {
	width: 458px;
	margin-bottom: 25px;
}

.eigyo img {
	width: 458px;
	height: auto;
	vertical-align: bottom;
}

.tel_add {
	overflow: hidden;
	width: 458px;
	overflow: hidden;
	vertical-align: top;
}

.tel {
	width: 260px;
	float: left;
}

.tel img {
	width: 220px;
}

.tel span {
	display: block;
}

.add {
	width: 190px;
	float: right;
}

#map_footer {
	float: right;
	width: 400px;
	height: auto;
	padding-top: 30px;
}


.tel_add .tel img {
	width: 220px;
	vertical-align: bottom;
}

footer .link{
	margin-top: 10px;
}
footer .link span{
	font-size: 23px;
}

#totop {
	display: block;
	opacity: 0;
	width: 48px;
	height: 48px;
	background-color: #fff263;
	color: #435b5b;
	border-radius: 25px;
	text-align: center;
	position: fixed;
	bottom: 50px;
	right: 50px;
}
#totop:hover{
	background-color:#ffcf21;
}
#totop span {
	display: block;
	padding-top: 10px;
	font-size: 28px;
	font-size: 2.8rem;
}

.totop-appear{
	-webkit-animation:totop-in 1s;
	-webkit-animation-fill-mode: forwards;
	animation:totop-in 1s;
	animation-fill-mode: forwards;
}
@-webkit-keyframes totop-in{
	0%{opacity: 0; -webkit-transform:translateY(200px);}
	40%{-webkit-transform:translateY(0);}
	50%{-webkit-transform:translateY(15px);}
	70%{-webkit-transform:translateY(0);}
	80%{-webkit-transform:translateY(5px);}
	90%{-webkit-transform:translateY(0);}
	100%{opacity: 1; -webkit-transform:translateY(0);}
}
@keyframes totop-in{
	0%{opacity: 0; transform:translateY(200px);}
	40%{transform:translateY(0);}
	50%{transform:translateY(15px);}
	70%{transform:translateY(0);}
	80%{transform:translateY(5px);}
	90%{transform:translateY(0);}
	100%{opacity: 1; transform:translateY(0);}
}


.fix_side_content {
    position: fixed;
    top: 100px;
    width: 300px;
}


#jikotejun{
	margin-top: 50px;
}

.jikotofaq{
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 30px;
	border-top: dashed 1px;
	text-align: center;
}
.jikotofaq p{
	text-align: justify;
}