html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
 	box-sizing: inherit;
}
.clearFix{
	zoom:1;
	_height:1%;
}
.clearFix:after{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 160%;
	color: #333;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
.material-icons{
	font-size:120%;
	vertical-align:middle;
	margin:0 5px;
}
.pc{ display:block; }
.tablet{ display:none; }
.sp{ display:none; }
.pc_tablet{ display:block; }
.sp_tablet{ display:none; }
.pc_tablet_inline{ display:inline-block; }

@media screen and (max-width:949px){
	.pc{ display:none; }
	.tablet{ display:block; }
	.sp{ display:none; }
	.pc_tablet{ display:block; }
	.sp_tablet{ display:block; }
	.pc_tablet_inline{ display:inline-block; }
}
@media screen and (max-width:640px){
	.pc{ display:none; }
	.tablet{ display:none; }
	.sp{ display:block; }
	.pc_tablet{ display:none; }
	.sp_tablet{ display:block; }
	.pc_tablet_inline{ display:none; }
}
p{
	font-family: "メイリオ", Meiryo, "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.noto{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	color:#52b5ea;
}
a.txtlink{
	color:#52b5ea;
}
a.blank_txtlink{
	color:#52b5ea;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
}
a.blank_txtlink::after{
	width:16px;
	min-height:16px;
	margin-left:5px;
	background:url(../../img/common/target_blank_blue.png) right 50% no-repeat;
	background-size:16px auto;
	display:inline-block;
	content:'';
	vertical-align:top;
}
a.btn_txtlink{
	color:#333;
	font-weight:normal;
	padding-left:22px;
	background:url(../../img/common/btn_arrow_txtlink_S.png) 0 50% no-repeat;
	min-height:17px;
	display:block;
}
.phonelink a{
	color:#333;
}
.link::before,
.link::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #FFF;
	border-radius: 4px;
	behavior: url(PIE.htc);
}
.link::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.section_wrapper{
	border-top:1px solid #e8e8e8;
	background:url(../img/common/back_gray.gif) repeat;
	width:100%;
	overflow:hidden;
}
section{
	margin:0 auto;
	padding:30px 0 50px;
	width:950px;
}
@media screen and (max-width:949px) {
	section{
		margin:0 auto;
		padding:20px 15px;
		width:100%;
	}
}
@media screen and (max-width: 640px) {
	section{
		padding:20px 15px;
		width:100%;
	}
}

section h2{
	text-align:center;
	font-weight: 500;
	font-size:26px;
	color:#555;
	line-height:1.5;
	display:block;
	margin:0 auto;
}
section h2 .contents{
	border-bottom:1px solid #ddd;
	padding:0 0 12px;
	display:inline-block;
}
section h2 strong{
	font-size:31px;
	color:#555;
	font-weight: 500;
}
section h3{
	line-height:1.5;
	font-size:20px;
	font-weight:500;
	padding:0 0 10px 20px;
	border-left:5px solid #52b5ea;
	border-bottom:1px solid #52b5ea;
	margin:0 0 30px 0;
	color:#139de7;
}
section h3 strong{
	font-size:30px;
}
@media screen and (max-width:949px) {
	section h2{
		font-size:22px;
	}
	section h3{
		line-height:1.3;
		font-size:1rem;
		padding-left:10px;
	}
	section h3 strong{
		font-size:1.1rem;
	}
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
}

figure {
	margin: 0;
	padding: 0;
}

#wrapper img {
	max-width: 100%;
	vertical-align:bottom;
}
#wrapper img.w70 {
	width: 70%;
	vertical-align:bottom;
}
.shadow{
	box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 1px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.contact_btn{
	display:block;
	position:relative;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../img/common/btn_arrow_contact1minute.png) no-repeat #f59203;
	text-shadow: 1px 1px 1px #bf7803;
	box-shadow: 0 3px 0 rgba(164,97,1,1);
	-moz-box-shadow: 0 3px 0 rgba(164,97,1,1);
	-webkit-box-shadow: 0 3px 0 rgba(164,97,1,1);
	-o-box-shadow: 0 3px 0 rgba(164,97,1,1);
	-ms-box-shadow: 0 3px 0 rgba(164,97,1,1);
	behavior: url(PIE.htc);
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
}
.salonhoken1_btn{
	display:block;
	position:relative;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../img/common/back_blue.gif) repeat;
	box-shadow: 0 3px 0 rgba(26,139,206,1);
	-moz-box-shadow: 0 3px 0 rgba(26,139,206,1);
	-webkit-box-shadow: 0 3px 0 rgba(26,139,206,1);
	-o-box-shadow: 0 3px 0 rgba(26,139,206,1);
	-ms-box-shadow: 0 3px 0 rgba(26,139,206,1);
	behavior: url(PIE.htc);
}
.salonhoken1_btn::before,
.salonhoken1_btn::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #FFF;
	border-radius: 4px;
	behavior: url(PIE.htc);
}
.salonhoken1_btn::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.salonhoken1_btn::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	behavior: url(PIE.htc);
}
.salonhoken2_btn{
	display:block;
	position:relative;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../img/common/back_green.gif) repeat;
	box-shadow: 0 3px 0 rgba(18,138,103,1);
	-moz-box-shadow: 0 3px 0 rgba(18,138,103,1);
	-webkit-box-shadow: 0 3px 0 rgba(18,138,103,1);
	-o-box-shadow: 0 3px 0 rgba(18,138,103,1);
	-ms-box-shadow: 0 3px 0 rgba(18,138,103,1);
	behavior: url(PIE.htc);
}
.salonhoken2_btn::before,
.salonhoken2_btn::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #FFF;
	border-radius: 4px;
	behavior: url(PIE.htc);
}
.salonhoken2_btn::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	behavior: url(PIE.htc);
}
.salonhoken2_btn::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	behavior: url(PIE.htc);
}

/***************** #sec_contact *****************/
#sec_contact{
	border:1px solid #e8e8e8;
	background:#FFF;
	padding:20px;
	margin:30px auto 0;
}
#sec_contact > .clearFix{
	padding-top:20px;
}
#sec_contact .contact{
	float:left;
	width:475px;
	margin-right:30px;
}
#sec_contact .contact a{
	font-size:20px;
	padding:25px;
	color:#555;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	width:100%;
	display:block;
	position:relative;
	background:url(../../img/common/btn_mail_orange.png) 25px 25px no-repeat #fcf2dc;
	background-size:36px 22px;
	border:1px solid #fcf2dc;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 3px 0 rgba(236,204,136,1);
	-webkit-box-shadow: 0 3px 0 rgba(236,204,136,1);
	behavior: url(PIE.htc);
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec_contact .contact a.link::before,
#sec_contact .contact a.link::after{
	background-color:#f59203;
}
#sec_contact .tel{
	float:left;
	overflow:hidden;
}
#sec_contact .tel::before{
	width:59px;
	height:46px;
	margin-top:20px;
	margin-right:9px;
	display:inline-block;
	content:'';
	background:url(../../img/common/icon_tel_blue.png) 0 0 no-repeat;
	background-size:cover;
	vertical-align:bottom;
	float:left;
}
#sec_contact .tel .telnumb{
	font-size:19px;
	font-weight:bold;
	color:#555;
	line-height:1.3;
	padding:8px 0 0 0;
	float:left;
}
#sec_contact .tel .telnumb .tel_wrapper{
	color:#555 !important;
	font-size:33px;
}
#sec_contact .tel .telnumb .tel_wrapper a{
	color:#555;
}
#sec_contact .tel .caution{
	font-size:0.8rem;
	padding-top:30px;
	width:80px;
	float:left;
}
@media screen and (max-width:949px){
	#sec_contact{
		width:94%;
		margin:30px 3% 0;
	}
	#sec_contact h2{
		padding:0 0 15px 26px;
		width:100%;
	}
	#sec_contact .contact{
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	#sec_contact .contact a{
		padding:15px 15px 15px 54px;
		background:url(../../img/common/btn_mail_orange.png) 15px 15px no-repeat #fcf2dc;
		background-size:36px 22px;
		font-size:1rem;
	}
	#sec_contact .tel{
		float:none;
		text-align:center;
		margin:0 auto;
	}
	#sec_contact .tel::before{
		width:59px;
		height:46px;
		margin-top:15px;
		margin-right:0;
		display:inline-block;
		float:none;
	}
	#sec_contact .tel .telnumb{
		font-size:0.9rem;
		display:inline-block;
		float:none;
	}
	#sec_contact .tel .caution{
		padding-top:0;
		padding-left:68px;
		width:100%;
		display:inline;
	}
	#sec_contact .tel .caution br{
		display:none;
	}
}
@media screen and (max-width:640px){
	#sec_contact .tel .telnumb .tel_wrapper{
		color:#555 !important;
		font-size:1.8rem;
	}
}

/********** nothome(home以外タイトル有ページ) **********/
.nothome #mainimgwrap{
	width:100%;
}
.nothome #mainimgwrap .mainimg{
	width:950px;
	margin:0 auto;
	height:168px;
}
.nothome #mainimgwrap .mainimg h1{
	padding-top:25px;
	font-size:33px;
	color:#555;
	line-height:1.2;
}
.nothome #mainimgwrap .mainimg p{
	margin-top:20px;
}
@media screen and (max-width:949px){
	.nothome #mainimgwrap .mainimg{
		width:100%;
		height:0;
		padding:18% 0 0;
	}
	.nothome #mainimgwrap .mainimg h1{
		padding-top:10px;
		font-size:1.2rem;
		margin-top:-18%;
		margin-left:15px;
	}
	.nothome #mainimgwrap .mainimg p{
		margin-top:10px;
		margin-left:15px;
		font-size:0.7rem;
	}
}
@media screen and (max-width: 640px){
	.nothome #mainimgwrap .mainimg{
		padding:34% 0 0;
	}
	.nothome #mainimgwrap .mainimg h1{
		margin-top:-34%;
	}
	.nothome #mainimgwrap .mainimg p{
		margin-top:5px;
		width:40%;
	}
}

/********* nothome2(privacy,policy,sitemap,law,sales-policy) *****************/
.nothome2 #mainimgwrap{
	background:#c7edf7;
}
.nothome2 #mainimgwrap .mainimg{
	width:950px;
	background:#c7edf7;
	height:75px;
	margin:0 auto;
}
.nothome2 #mainimgwrap .mainimg h1{
	padding-top:25px;
	font-size:20px;
	color:#555;
	line-height:1.2;
	text-align:center;
}
.nothome2 #mainimgwrap .mainimg h1 span{
	font-size:15px;
	line-height:1.5;
}
.nothome2 #mainimgwrap .mainimg h1 br{
	display:none;
}
@media screen and (max-width:949px){
	.nothome2 #mainimgwrap .mainimg{
		width:100%;
		background:#c7edf7;
		padding:0;
		height:auto;
	}
	.nothome2 #mainimgwrap .mainimg h1{
		width:100%;
		margin:0;
		padding:10px 15px;
		font-size:1.1rem;
	}
	.nothome2 #mainimgwrap .mainimg h1 span{
		font-size:0.8rem;
	}
	.nothome2 #mainimgwrap .mainimg h1 br{
		display:block;
	}
}
.nothome2 .text-right{
	margin-top: 20px;
	text-align:right;
}
.nothome2 #sec1{
	margin:0 auto;
	padding:25px 0 30px;
	width:800px;
}
@media screen and (max-width:949px) {
	.nothome2 #sec1{
		margin:0 auto;
		padding:20px 15px;
		width:100%;
	}
}
@media screen and (max-width: 640px) {
	.nothome2 #sec1{
		padding:20px 15px;
		width:100%;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.nothome2 #sec1 p{
	margin-bottom:5px;
}
.nothome2 #sec1 dt{
	font-weight:bold;
}
.nothome2 #sec1 dd,
.nothome2 #sec1 ol,
.nothome2 #sec1 ul{
	margin-bottom:20px;
	font-family: "メイリオ", Meiryo, "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.nothome2 #sec1 ol li,
.nothome2 #sec1 ul li{
	padding-left:1em;
	text-indent:-1em;
}
.nothome2 #sec1 .spacer-b20{
	margin-bottom:20px;
}
.nothome2 #sec1 a{
	color:#333;
}
.nothome2 #sec1 .corp{
	display:flex;
	justify-content:space-between;
}
.nothome2 #sec1 .corp dl{
	width:48%;
	border:1px solid #e8e8e8;
	background:#FFF;
	padding:20px;
}
.nothome2 #sec1 .corp dl dt{
	margin-bottom:10px;
	font-weight:normal;
}
.nothome2 #sec1 .corp dl dd{
	margin-bottom:0;
}
.nothome2 #sec1 .hokenNo{
	margin-top:10px;
	text-align:right;
}
@media screen and (max-width:640px){
	.nothome2 #sec1 .corp{
		display:block;
		font-size:11px;
	}
	.nothome2 #sec1 .corp dl{
		width:100%;
		padding:10px;
	}
	.nothome2 #sec1.corp dl:first-child{
		margin-bottom:15px;
	}
}

#news article{
	padding-bottom:50px;
}
#news .cnt{
	margin:0 auto;
	padding-bottom:30px;
	width:800px;
}
#news .cnt p,
#news .cnt ul{
	margin-bottom:30px;
	font-size:15px;
	line-height:1.5;
}
#news .cnt p a,
#news .cnt ul a{
	color:#289ddc;
}
@media screen and (max-width:768px){
	#news .cnt{
		margin:0 auto;
		padding:20px 15px 0;
		width:100%;
	}
	#news .cnt p,
	#news .cnt ul{
		font-size:13px;
	}
}

#sitemap #sec1{
	padding-bottom:100px;
}
#sitemap #sec1 ul li{
	width:400px;
	margin-bottom:20px;
	font-size:14px;
	float:left;
}
#sitemap #sec1 ul li i{
	color:#52b5ea;
}
#sitemap #sec1 ul li a{
	text-decoration:none;
}
@media screen and (max-width:949px){
	#sitemap #sec1 ul li{
		width:100%;
		margin-bottom:20px;
		font-size:14px;
		float:none;
	}
}

#law table,
#fd table,
#sales-policy table{
	margin-bottom:50px;
	width:100%;
	font-family: "メイリオ", Meiryo, "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}
#law table, #law td, #law th,
#fd table, #fd td, #fd th,
#sales-policy table, #sales-policy td, #sales-policy th{
	border: 1px solid #ddd;
	border-collapse: collapse;
}
#law td, #law th,
#fd td, #fd th,
#sales-policy td, #sales-policy th {
	padding:15px;
	text-align:left;
}
#law th,
#fd th,
#sales-policy th{
	background:#fafafa;
}
#law th,
#sales-policy th{
	width:30%;
}
#law td,
#sales-policy td {
	width:70%;
}
/*
#sitemap #sec1 .btn_txtlink{
	background:url(../../img/common/btn_arrow_txtlink_S.png) 0 10% no-repeat;
	background-size:15px 15px;
	min-height:15px;
}
#sitemap #sec1 .clearFix .lbox{
	width:500px;
	float:left;
	margin-right:40px;
}
#sitemap #sec1 .clearFix .rbox{
	width:260px;
	float:left;
}
#sitemap #sec1 .clearFix li{
	margin-bottom:20px;
}
@media screen and (max-width:949px){
	#sitemap #sec1 .clearFix .lbox{
		width:100%;
		float:none;
		margin-right:0px;
	}
	#sitemap #sec1 .clearFix .rbox{
		width:100%;
		float:none;
	}
}
*/
