/*----------------------------------------------------
	サイト固有
----------------------------------------------------*/

.lh15{
	line-height:1.5em
}

.bold{
	font-weight:bold;
}

.font10{
	font-size:80%;
}

.font16{
	font-size:110%;
}

.font18{
	font-size:120%;
}

.f28{
	font-size:28px;
}

.mb05{
	margin-bottom:5px;
}

.font20{
	font-size:130%;
}

.green{
	color:#1f7fb2;
	text-decoration:underline;
}

.txt_left{
	text-align:left;
}

.txt_center{
	text-align:center;
}
.green:hover{
	color:#1f7fb2;
}

.mb40{
	margin-bottom:40px!important;
}
.white-color{
	color:#FFF;
}
.red-color {
	color:red;
}
.blue-color {
	color:#337ab7;
}
.green-color {
	color:#1f7fb2;
}
.white-back{
	background-color:#FFF;
}
.main-color{/*--メイン文字カラー--*/
	color:#0097d2;
}
.main-back{/*--メイン背景カラー--*/
	background-color:#0097d2;
}
.sub-color{/*--サブ文字カラー--*/
	color:#FFF;
}
.sub-back{/*--サブ背景カラー--*/
	background-color:#ebf6fb;
}

.clearfix {
    min-height: 1px !important;
}

.mt05{
	margin-top:5px;
}

.gray{
	color:#777;
}
/*----------------------------------------------------
	header-content
----------------------------------------------------*/
.head-content{
	display:table;
	border-collapse:collapse;
	table-layout: auto;
	height:60px;
	width:100%;
}
.head-content li {
	display:table-cell;
	padding:5px 10px;
	height:60px;
	vertical-align:top;
}
.logo-wrapp {
	width:32%;
}
.icon-link-wrapp {
	display:inline-block;
	    margin-top: -2px;
}
.icon-link-wrapp a {
	margin-left:1em;
}
.icon-link-wrapp i {
	padding-right:5px;
	font-size:20px;
	position:relative;
	top:2px;
}
.tel-text {
	font-size:13px;
	line-height:1.2em;
}
.tel {
	font-size:30px;
}
.tel i:before {
	color:#12a73b;
	font-size:30px;
	padding:0 5px 0 10px;
}


.tel {
	font-size:26px;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	.head-content{
		background-color:#fff;
		display:block;
		position:relative;
	}
	.head-content li {
		display:inline-block;
		padding:5px 0px;
		height:auto;
	}
	.head-content .w90 {
		position:absolute;
		right:0;
		width:20px;
	}
	.sp-icon-wrapp {
		position:absolute;
		right:45px;
		top:12px;
	}
	.icon-link-wrapp a {
		margin-left: 1em;
		display:block;
		float: left;
	}

	.icon-link-wrapp p {
		font-size:10px;
		text-align: center;
	}

	.icon-link-wrapp i {
		padding-right:0px;
		font-size:1.8em;
		position:relative;
		top:2px;
	}

	.icon-phone2:before {
		content: "";
		display: inline-block;
		width: 25px;
		height: 21px;
		background: url(../images/header_tel_sp.png) no-repeat;
		background-size: contain;
	}


	.logo-wrapp {
		width:180px;
	}
	.logo-wrapp a {
		display:inline-block;
max-width: 160px;
margin-top: 13px;
	}
	/*  sp-sub-navibox  */
	.sp-sub-navibox .col-wrapp {
		border-collapse:collapse;
	}
	.sp-sub-navibox .col {
		vertical-align:middle;
		background: #ededed;
	}
	.sp-sub-navibox a {
		display:block;
		text-align:center;
		padding:10px;
	}
	.sp-sub-navibox a i {
		color:#1f7fb2;
		font-size:1.6em;
	}
	.sp-sub-navibox a span {
		padding-top: 8px;
		display: block;
		font-size: 13px;
	}
	.sp-bl-1 {
		border-left:1px solid #ccc;
	}

}
/*----------------------------------------------------
	foot-content
----------------------------------------------------*/
.concierge_btn {
	margin-bottom:200px;
}
.foot-link-wrapp {
	border-bottom:1px solid #cdcfcf;
	padding-bottom:15px;
}
.foot-link-wrapp p {
	font-weight:bold;
	font-size:18px;
	margin-top:30px;
	margin-bottom:25px;
}
.foot-link-wrapp ul li {
	display:inline-block;
	padding:0 30px 10px 0;
}
/*.foot-link-wrapp ul li:hover {
	text-decoration:underline;
}*/
.foot-tel-wrapp {
	display:inline-block;
	margin-top:50px;
	margin-bottom:70px;
}

.tel-title {
	font-size:20px;
}
.tel-number {
	font-size:55px;
}
.tel-number i:before {
	color:#12a73b;
	font-size:55px;
	padding-right:10px;
}
.tel-text2 {
	font-weight:bold;
	font-size:16px;
	padding:5px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.copy {
	background:#114046;
	text-align:center;
	padding:15px;
	margin-top:25px;
}
.copy p {
	color:#fff;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	.concierge_btn {
	    margin-bottom: 60px;
	}
	.foot-link-wrapp {
		padding-bottom:15px;
	}
	.foot-link-wrapp p {
		text-align:center;
	}
	.foot-link-wrapp ul li {
		width:50%;
		float:left;
		padding:0px 0 10px;
		text-align: center;
	}
	.copy {
		margin-top:0px;
	}
	.foot-tel-wrapp {
		margin-top:30px;
		margin-bottom:30px;
	}
	.tel-title {
		font-size:16px;
	}
	.tel-number {
		font-size:36px;
	}
	.tel-number i:before {
		color:#12a73b;
		font-size:36px;
		padding-right:10px;
	}
	.tel-text2 {
		font-weight:bold;
		font-size:16px;
		padding:5px 0;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
	}
	.square_btn {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		display: block;
		padding: 0.5em 1em;
		text-decoration: none;
		border-radius: 4px;
		background: #ededed;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
		/* border-bottom: solid 3px #b13e00; */
	}
	.square_btn .head-tel {
		/*font-size: 20px;
		line-height: 1.2em;
		padding: 1em;
		color: #1f7fb2;*/
		font-size: 200%;
line-height: 1.2em;
padding: 0.2em 0.1em;
color: #1f7fb2;
	}
	.square_btn p {
	}
	.square_btn i:before {
		color:#1f7fb2;
		font-size:30px;
		padding-right:5px;
		position:relative;
		top:1px;
	}
	.square_btn:active{
	    -ms-transform: translateY(4px);
	    -webkit-transform: translateY(4px);
	    transform: translateY(4px);
	    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	    border-bottom: none;
	}

}
/*----------------------------------------------------
	共通CSS
----------------------------------------------------*/
/***
 * CSSリセット
***/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
	letter-spacing: -.03em;
}
a {
	color: #3e3a39;
}
ul,
ol {
	list-style: none;
}
p,
dt,
dl,
li {
  margin: 0;
  line-height: 1.4;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	border: none;
}
img,
iframe {
	vertical-align: bottom;
}
html {
	overflow-x: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
	padding-top: 100px;
	color: #3e3a39;
}
body[data-page-load="true"] {
	opacity: 1;
	pointer-events: auto;
}
::placeholder {
	color: #a9a7a6;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px) {
	html {
		overflow-x: hidden;
	}
	body {/*mywidthが100%になるタイミングとセット*/
		overflow-x : hidden;
		overflow-y : auto;
		padding-top: 50px !important;
		font-size: 14px;
	}
}

.mywidth{
	max-width:1520px;
	margin:auto;
	padding:0 60px;
}
#footer .mywidth,
#detail .mywidth,
.top .mywidth {
	width: 100%;
	max-width:1520px;
}
.mywidth.large{
	max-width:1720px !important;
}

@media screen and (max-width:1024px){
	.mywidth{
		margin:auto;
		max-width:1160px;
		padding:0 30px;
	}
	#footer .mywidth,
	#detail .mywidth,
	.top .mywidth {
		max-width:1460px;
	}
	.mywidth.large{
		max-width:1660px !important;
	}
}


#header{
	width:100%;
	background-color:rgba(255,255,255,0.9);
	position: fixed;
    top: 0;
    z-index: 999;
    height:64px;
}
@media screen and (max-width:1400px){
	#header{
		background-color:rgba(255,255,255,0);
	}
	#header > .mywidth{
		background-color:rgba(255,255,255,0.9);
	}
}
.foot-content{

}
#footer{
	width:100%;
}
#scroll-top .serch-btn {
	border-radius: 50%;
	border:1px solid #fff;
	background:rgba(73, 175, 182, 0.8);
	bottom: 130px;
	display: block;
	float: right;
	height: 110px;
	padding: 5px;
	position: fixed;
	right: 30px;
	width: 110px;
	z-index:99;
}
#scroll-top .serch-btn2 {
	border-radius: 50%;
	border:1px solid #fff;
	background: rgba(253, 100, 101, 0.8);
	bottom: 10px;
	display: block;
	float: right;
	height: 110px;
	padding: 5px;
	position: fixed;
	right: 30px;
	width: 110px;
	color:#fff;
	z-index:99;
}
#scroll-top a:before {
	color:#fff;
	position:relative;
	font-size:3.3em;
	font-weight:normal;
	left:28%;
	top:10px;
}
#scroll-top .serch-btn:after {
	content:"探す！";
	color:#fff;
	position:relative;
	top:40%;
	left:-10%;
	font-size:16px;
	display:inline-block;
}
#scroll-top .serch-btn2:after {
	content:"探して！";
	color:#fff;
	position:relative;
	top:20%;
	left:20%;
	font-size:16px;
	display:inline-block;
}
.top #main-wrapp{
	margin-top:30px;
	margin-bottom:100px;
	overflow:hidden;
}
#main-wrapp{
	margin-top:90px;
	margin-bottom:100px;
	overflow:hidden;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	html {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		overflow-x:hidden;
	}

	img{
		max-width: 100%;
		height: auto;
		width:auto;
	}
	body{/*mywidthが100%になるタイミングとセット*/
		min-width:0;
		overflow-x : hidden;
		overflow-y : auto;
		padding-top:50px;
	}
	.mywidth{
		width:100%;
		margin:auto;
		padding:0 20px;
	}
	.mywidth.tight{width:100%;}

	.top #main-wrapp{
		margin-top:20px;
		margin-bottom:40px;
		overflow:hidden;
	}
	#main-wrapp{
		margin-top:24px;
		margin-bottom:70px;
		overflow:hidden;
	}
	#detail #scroll-top .serch-btn {
		border-radius: 50%;
		border:1px solid #fff;
		background: rgba(73, 175, 182, 0.8);
		bottom: 140px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
	}
	#detail #scroll-top .serch-btn2 {
		border-radius: 50%;
		border:1px solid #fff;
		background: rgba(253, 100, 101, 0.8);
		bottom: 70px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
		color:#fff;
	}

	#scroll-top .serch-btn {
		border-radius: 50%;
		border:1px solid #fff;
		background: url("../images/scroll-top-top.png") no-repeat scroll 50% center rgba(73, 175, 182, 0.8);
		bottom: 80px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
		-webkit-appearance: none;
	}
	#scroll-top .serch-btn2 {
		border-radius: 50%;
		border:1px solid #fff;
		background: url("../images/scroll-top-top.png") no-repeat scroll 50% center rgba(253, 100, 101, 0.8);
		bottom: 10px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
		color:#fff;
	}
	#scroll-top a:before {
		color:#fff;
		position:relative;
		font-size:1.6em;
		font-weight:normal;
		left:32%;
		top:2px;
	}
	#scroll-top .serch-btn:after {
		content:"探す!";
		color:#fff;
		position:relative;
		top: 23px;
    	right: 0;
		font-size:12px;
		font-weight:bold;
		display:inline-block;
	}
	#scroll-top .serch-btn2:after {
		content:"探して!";
		color:#fff;
		position:relative;
		top:5px;
		left: 50%;
    	transform: translateX(-50%);
		font-size:12px;
		font-weight:bold;
		display:inline-block;
	}

}
/*----------------------------------------
text-decoration
----------------------------------------*/
.underline {
	text-decoration:underline;
}
/*----------------------------------------
border汎用
----------------------------------------*/
.border-b-none {
	border-bottom:none !important;
}
.border-r1 {
	border-right:1px solid #abaaaa;
}
.border-l1 {
	border-left:1px solid #abaaaa;
}
.border-b1 {
	border-bottom:1px solid #abaaaa;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
.sp-border-b-none {
	border-bottom:none !important;
}
}
/*----------------------------------------
リンク汎用
----------------------------------------*/
.opa:hover {
	opacity:0.6;
	cursor:pointer;
}
.opa2:hover {
	opacity:0.6;
}
.opa2 {
 transition: opacity 0.3s ease-out;
}
/*----------------------------------------
ポジション汎用
----------------------------------------*/
.relative{
	position:relative;
}
/*----------------------------------------
ラインハイト汎用
----------------------------------------*/
.lh2em {
	line-height:2em;
}
/*----------------------------------------
角丸汎用
----------------------------------------*/
.maru3{
	border-radius: 3px;
}
.maru5{
	border-radius: 5px;
}
.maru10{
	border-radius: 10px;
}
.maru-t3{
	border-radius:3px 3px 0px 0px;
}
.maru-t5{
	border-radius: 5px 5px 0px 0px;
}
.maru-t10{
	border-radius: 0px 0px 10px 10px;
}
.maru-b3{
	border-radius: 0px 0px 3px 3px;
}
.maru-b5{
	border-radius: 0px 0px 5px 5px;
}
.maru-b10{
	border-radius: 0px 0px 10px 10px;
}
.maru-r3{
	border-radius: 0px 3px 3px 0px;
}
.maru-r5{
	border-radius: 0px 5px 5px 0px;
}
.maru-r10{
	border-radius: 0px 10px 10px 0px;
}
.maru-l3{
	border-radius: 3px 0px 0px 3px;
}
.maru-l5{
	border-radius: 5px 0px 0px 5px;
}
.maru-l10{
	border-radius: 10px 0px 0px 10px;
}
/*----------------------------------------
ディスプレイ汎用
----------------------------------------*/
.inline{
	display:inline;
}
.inline-block{
	display:inline-block;
}
.block{
	display:block;
}
/*----------------------------------------
フロート汎用
----------------------------------------*/
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cf:after{
	clear:both;
}
.cf{
	overflow:hidden;
}
/*----------------------------------------
バーティカルアライン汎用
----------------------------------------*/
.va-t{
	vertical-align:top !important;
}
.va-m{
	vertical-align:middle !important;
}
.va-b{
	vertical-align:bottom !important;
}
.va-base{
	vertical-align:baseline !important;
}
/*----------------------------------------
幅汎用
----------------------------------------*/
.w30{
	width:30px;
}
.w50{
	width:50px;
}
.w90{
	width:90px;
}
.w180{
	width:180px;
}
/*----------------------------------------
パーセント汎用
----------------------------------------*/
.par5{
	width:5%;
}
.par10{
	width:10%;
}
.par15{
	width:15%;
}
.par20{
	width:20%;
}
.par25{
	width:25%;
}
.par30{
	width:30%;
}
.par33{
	width:33.33%;
}
.par35{
	width:35%;
}
.par40{
	width:40%;
}
.par45{
	width:45%;
}
.par50{
	width:50%;
}
.par55{
	width:55%;
}
.par60{
	width:60%;
}
.par65{
	width:65%;
}
.par70{
	width:70%;
}
.par75{
	width:75%;
}
.par80{
	width:80%;
}
.par85{
	width:85%;
}
.par90{
	width:90%;
}
.par95{
	width:95%;
}
.par100{
	width:100%;
}
/*----------------------------------------
マージン汎用
----------------------------------------*/
.ma{
	margin:auto;
}
.m5{
	margin:5px;
}
.m10{
	margin:10px;
}
.m15{
	margin:15px;
}
.m20{
	margin:20px;
}
.m25{
	margin:25px;
}
.m30{
	margin:30px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.ml25{
	margin-left:25px;
}
.ml30{
	margin-left:30px;
}

.ml80{
	margin-left:80px;
}





.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.mr25{
	margin-right:25px;
}
.mr30{
	margin-right:30px;
}
/*----------------------------------------
パディング汎用
----------------------------------------*/
.pa{
	padding:auto;
}
.pt5{
	padding-top:5px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.pt20{
	padding-top:20px;
}
.pt25{
	padding-top:25px;
}
.pt30{
	padding-top:30px;
}
.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.pb15{
	padding-bottom:15px;
}
.pb20{
	padding-bottom:20px;
}
.pb25{
	padding-bottom:25px;
}
.pb30{
	padding-bottom:30px;
}
.pl5{
	padding-left:5px;
}
.pl10{
	padding-left:10px;
}
.pl15{
	padding-left:15px;
}
.pl20{
	padding-left:20px;
}
.pl25{
	padding-left:25px;
}
.pl30{
	padding-left:30px;
}
.pr5{
	padding-right:5px;
}
.pr10{
	padding-right:10px;
}
.pr15{
	padding-right:15px;
}
.pr20{
	padding-right:20px;
}
.pr25{
	padding-right:25px;
}
.pr30{
	padding-right:30px;
}
.p5{
	padding:5px;
}
.p10{
	padding:10px;
}
.p15{
	padding:15px;
}
.p20{
	padding:20px;
}
.p25{
	padding:25px;
}
.p30{
	padding:30px;
}
/*----------------------------------------
フォントウェイト汎用
----------------------------------------*/
.tx-bold{
	font-weight:bold;
}
.tx-normal{
	font-weight:normal;
}
/*----------------------------------------
テキストアライン汎用
----------------------------------------*/
.tx-center{
	text-align:center;
}
.tx-left{
	text-align:left;
}
.tx-right{
	text-align:right;
}
/*----------------------------------------
ナビゲーションPC(ヘッダー)
----------------------------------------*/
#head-navi-pc{
	background-color:pink;
}
#foot-navi-pc{
	background-color:pink;
}
#head-navi-pc > .ul-wrap > ul {
	font-size: 12px;
	text-align: center;
	display: table;
	table-layout: fixed;
	width:100%;
}
#head-navi-pc > .ul-wrap > ul > li {
	position:relative;
	display: table-cell;
	vertical-align:middle;
	border-right:1px dotted #FFF;
}
#head-navi-pc > .ul-wrap > ul > li:first-child {
	border-left:1px dotted #FFF;
}
#head-navi-pc > .ul-wrap > ul > li > a {
	padding: 10px 0;
	text-decoration: none;
	display: block;
}
#head-navi-pc > .ul-wrap > ul > li > a:hover {
	opacity:0.5;
}
/*----------------------------------------
ナビゲーションPC(フッター)
----------------------------------------*/
#foot-navi-pc{
	background-color:pink;
}
#foot-navi-pc > .ul-wrap > ul {
	font-size: 12px;
	text-align: center;
	display: table;
	table-layout: fixed;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	width:100%;
}
#foot-navi-pc > .ul-wrap > ul > li {
	display: table-cell;
	border-right:1px dotted #CCC;
	-webkit-box-shadow: 1px 0 0 #FFF;
	-moz-box-shadow: 1px 0 0 #FFF;
	box-shadow: 1px 0 0 #FFF;
}
#foot-navi-pc > .ul-wrap > ul > li:first-child {
	border-left:1px dotted #CCC;
	-webkit-box-shadow: 1px 0 0 #FFF;
	-moz-box-shadow: 1px 0 0 #FFF;
	box-shadow: 1px 0 0 #FFF;
}
#foot-navi-pc > .ul-wrap > ul > li > a {
	padding: 10px 0;
	text-decoration: none;
	display: block;
}
#foot-navi-pc > .ul-wrap > ul > li > a:hover {
	opacity:0.5;
}
/*----------------------------------------
スマホ出しわけ
----------------------------------------*/
.sp-only{
	display:none !important;
}
.pc-only{
	display:block;
}
.pc-only.col{
	display:table-cell;
}
.pc-only.col-wrapp{
	display:table;
}

/*----------------------------------------------------
	カラム操作
----------------------------------------------------*/
.col-wrapp{
	display:table;
	width:100%;
	table-layout: fixed;
	border-collapse:separate;
	border-spacing:5px 0px;
}
.col{
	display:table-cell;
	vertical-align: top;
}
.col img{
	max-width: 100%;
	height:auto;
	border:none;
}
.ng-margin5 > .col-wrapp{
	border-spacing:5px 0px !important;
}
.ng-margin10 > .col-wrapp{
	border-spacing:10px 0px !important;
}
.ng-margin15 > .col-wrapp{
	border-spacing:15px 0px !important;
}
.ng-margin20 > .col-wrapp{
	border-spacing:20px 0px !important;
}
.ng-margin25 > .col-wrapp{
	border-spacing:25px 0px !important;
}
.ng-margin30 > .col-wrapp{
	border-spacing:30px 0px !important;
}
.ng-margin35 > .col-wrapp{
	border-spacing:35px 0px !important;
}
.ng-margin40 > .col-wrapp{
	border-spacing:40px 0px !important;
}
.ng-margin5{
	margin-left:-5px;
	margin-right:-5px;
}
.ng-margin10{
	margin-left:-10px;
	margin-right:-10px;
}
.ng-margin15{
	margin-left:-15px;
	margin-right:-15px;
}
.ng-margin20{
	margin-left:-20px;
	margin-right:-20px;
}
.ng-margin25{
	margin-left:-25px;
	margin-right:-25px;
}
.ng-margin30{
	margin-left:-30px;
	margin-right:-30px;
}
.ng-margin35{
	margin-left:-35px;
	margin-right:-35px;
}
.ng-margin40{
	margin-left:-40px;
	margin-right:-40px;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	.pc-only{
		display:none !important;
	}
	.sp-only{
		display:block !important;
	}
	.sp-only.col-wrapp{
		display:table !important;
	}
	.sp-only.col{
		display:table-cell !important;
	}
	.sp-tx-center{
		text-align:center;
	}
	.sp-tx-left{
		text-align:left;
	}
	.sp-tx-right{
		text-align:left;
	}
	.col.change650{
		display:block !important;
		width:100% !important;
	}
	.sp-pb0 {
		padding-bottom:0px;
	}
	.sp-pb10 {
		padding-bottom:10px;
	}
	.sp-mt0 {
		margin-top:0px;
	}
	.sp-mt10 {
		margin-top:10px;
	}
	.sp-mt20 {
		margin-top:20px;
	}
	.sp-mt30 {
		margin-top:30px;
	}
	.sp-mt40 {
		margin-top:40px;
	}
	.sp-mt50 {
		margin-top:50px;
	}
	.sp-par33 {
		width:33.33%;
	}
	.sp-par50 {
		width:50%;
	}
	.sp-par70 {
		width:70%;
	}
	.sp-par80 {
		width:80%;
	}
	.sp-par90 {
		width:90%;
	}
	.sp-par100 {
		width:100%;
	}
	.sp-f18{
		font-size:18px;
	}
}





/* 171020 汎用クラス追加 */
.red {
	color:#ff0000;
}




/* SPヘッダーに探す！追加 css */
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px) {
	.icon-link-wrapp a.search {
		padding-top: 24px;
    	position: relative;
	}
	.icon-link-wrapp a.search:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 28px;
		height: 24px;
		background: url(../images/search_icon_sp.png) no-repeat;
		background-size: contain;
	}
}


.news_detail a{
	    color: #1f7fb2;
}


/* 220831 リンク用 緑文字 アンダーライン サイズ一定 */
.tx-green-uline {
	color: #1f7fb2 !important;
	text-decoration: underline;
}

/* 220831 リスト 役物あり */
ul.disc {
	list-style: disc outside;
	margin-left: 20px;
}
ul.disc li {
	margin-bottom: 15px;
}


/* 220831 絵文字風アイコン */
img.emoji {
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
	margin-right: 3px;
}








/**
 * ヘッダー
**/
#header{
	width: 100%;
	background-color: #fff;
	position: fixed;
  top: 0;
  z-index: 999;
  height: 100px;
	padding: 0 30px;
	box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
#header .wrap{
	display: flex;
	align-items: center;
	max-width: 1400px;
  height: 100px;
	margin: 0 auto;
}
#header .wrap a.top-logo-wrap {
  margin: 0 auto 0 0;
  width: 353px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .wrap .link02{
	display: flex;
	margin-left: 30px;
}
#header .wrap .link02 li a{
	display: flex;
	justify-content: center;
	align-items: baseline;
	position: relative;
	width: 100px;
	height: 100px;
	padding-top: 58px;
	color: #1f7fb2;
	font-weight: bold;
	letter-spacing: -.05em;
}
#header .wrap .link02 li i{
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 33px;
}
#header .wrap .link02 li span{
	margin-left: 3px;
}
#header .wrap .switch{
	width: 100px;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px){
	#header {
		height: 50px;
		padding: 0 5px 0 20px;
	}
	#header .wrap{
		height: 50px;
	}
	#header .wrap a.top-logo-wrap {
		max-width: 176px;
		width: 176px;
	}
	#header .wrap .link02 li a{
		width: 50px;
		height: 50px;
		padding-top: 30px;
		font-size: 10px;
	}
	#header .wrap .link02 li i{
		top: 10px;
		font-size: 20px;
	}
	#header .wrap .link02 li span{
		display: inline-block;
		transform: scale(.9);
	}
	#header .wrap .switch{
		width: 50px;
		height: 50px;
	}
}




/**
 * フッター
**/
#footer{
	width: 100%;
}
.foot-content{
	background: #fef6ee;
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 40px calc(50vw - 50%) 80px;
	justify-content: space-between;
	align-items: center;
}
.footer-logo {
	width: 40%;
	padding-left: 35px;
}
/*
.footer_link03 {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 40px;
}
.footer_link03 li {
	width: 280px;
}
.footer_link03 li:nth-child(even) {
	margin-left: 10%;
}
.footer_link03 li:nth-child(n+3) {
	margin-top: 40px;
}
.footer_link03 li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	color: #3e3a39;
	letter-spacing: -.05em;
}
.footer_link03 li a::after {
	content: '';
	font-weight: bold;
	font-size: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	transform: rotate(45deg);
}
*/
/* 2024/08/09 　.footer_link03を、.footer_link_migration に置き換える */
.footer_link_migration {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	justify-content: space-between;
}
.footer_link_migration li {
	width: 49%;
	font-size: 16px;
	font-weight: bold;
}
.footer_link_migration li a {
	display: block;
	position: relative;
	background: #fff;
	border: solid 1px #1f7fb2;
	border-radius: 5px;
	color: #1f7fb2;
	padding: 15px 5px 15px 45px;
}
.footer_link_migration li a::before {
	position: absolute;
	font: normal normal normal 24px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	left: 12px;
	top: 50%;
	color: #1f7fb2;
	transform: translateY(-50%);
	display: inline-block;
}
.footer_link_migration li a.mig-about::before {
	content: "\f06c";
}
.footer_link_migration li a.mig-faq::before {
	content: "\f059";
}
.footer_link_migration li a.mig-feature::before {
	content: "\f118";
}
.footer_link_migration li a.mig-flow::before {
	content: "\f040";
}
.footer_link_migration li a.mig-benefit::before {
	content: "\f005";
}
.footer_link_migration li a.mig-experience::before {
	content: "\f075";
}
@media screen and (max-width:650px) {
	.footer_link_migration {
		gap: 12px 4%;
	}
	.footer_link_migration li {
		width: 48%;
		font-size: 12px;
	}
	.footer_link_migration li a {
		padding: 15px 5px 15px 35px;
	}
	.footer_link_migration li a::before {
		font: normal normal normal 18px/1 FontAwesome;
		left: 12px;
	}
}

.footer_link02 {
	width: 100%;
	margin: 75px 0;
}
.footer_link02 ul {
	display: flex;
	justify-content: center;
}
.footer_link02 li + li {
	border-left: 2px solid currentcolor;
}
.footer_link02 a {
	font-weight: bold;
	font-size: 22px;
	padding: 0 30px;
	letter-spacing: -.05em;
}
.footer_link02 dt {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer_link02 dd li {
	display: inline-block;
}
.footer-tel {
	width: 100%;
	display: flex;
}
.footer-tel a + a {
	margin-left: 60px;
}

/* 2024/08/09 フッタバナー */
.footer-bnr {
	margin-top: 40px;
}
.footer-bnr ul {
	display: flex;
	justify-content: center;
	column-gap: 30px;
}

.footer-search-content {
	padding: 80px 0;
}
.footer_link01 {
	padding-bottom: 75px;
}
.footer_link01 dt {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -.05em;
	margin-bottom: 35px;
}
.footer_link01 dd ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-left: -3%;
}
.footer_link01 dd li {
	width: 10%;
	margin-top: 40px;
}
.footer_link01 dd li:not(:nth-child(10n+1)) {
	border-left: 2px solid currentcolor;
}
.footer_link01 dd li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3e3a39;
	font-weight: bold;
	font-size: 20px;
	height: 30px;
	letter-spacing: -.1em;
}
.footer_link04 {
	padding-bottom: 100px;
}
.footer_link04 dt {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -.05em;
	margin-bottom: 35px;
}
.footer_link04 dd ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
}
.footer_link04 dd li {
	width: 25%;
	margin-top: 40px;
}
.footer_link04 dd li a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -.1em;
}
.footer_link04 dd li a::before {
	content: '';
	width: 16px;
	height: 2px;
	background: currentcolor;
	margin-right: 25px;
}
.footer-search::after {
	display: none;
}
.footer-search span {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 20px;
}
.copy {
	width: 100vw;
	background: #1f7fb2;
	text-align: center;
	margin: 0 calc(50% - 50vw);
	padding: 30px calc(50vw - 50%);
}
.copy p {
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .04em;
	font-weight: normal;
}

@media screen and (max-width: 1300px){
	.foot-content {
		display: block;
	}
	.footer-logo {
		display: inline-block;
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 70px;
	}
	.footer_link03 {
		width: auto;
		justify-content: center;
		padding-right: 0;
		margin-left: -60px;
	}
	.footer_link03 li {
		width: 50%;
		padding-left: 60px;
	}
	.footer_link03 li:nth-child(even) {
		margin-left: 0;
	}
	.footer_link03 li:nth-child(n+3) {
		margin-top: 40px;
	}
	.footer_link02 {
		width: auto;
	}
	.footer_link02 ul {
		display: block;
	}
	.footer_link02 li {
		border-top: 1px solid currentcolor;
	}
	.footer_link02 li + li {
		border-left: 0;
	}
	.footer_link02 a {
		display: block;
		padding: 30px;
		text-align: center;
	}
	.footer-tel {
		width: auto;
	}
	.footer-tel a + a {
		margin-left: 30px;
	}
	.footer_link01 dt {
		text-align: center;
	}
	.footer_link01 dd ul {
		margin-left: 0;
		justify-content: center;
	}
	.footer_link01 dd li {
		width: 14.285%;
	}
	.footer_link01 dd li:not(:nth-child(10n+1)) {
		border-left: 0;
	}
	.footer_link01 dd li:not(:nth-child(7n+1)) {
		border-left: 1px solid currentcolor;
	}
	.footer_link04 dt {
		text-align: center;
	}
	.footer_link04 dd li {
		width: 33.333%;
	}
}

@media screen and (max-width: 991px){
	.footer-logo {
		display: block;
		width: 265px;
		margin: 0 auto 35px;
	}
	.footer_link03 {
		margin-left: -30px;;
	}
	.footer_link03 li {
		padding-left: 30px;
	}
	.footer_link03 li:nth-child(n+3) {
		margin-top: 20px;
	}
	.footer_link02 a {
		padding: 20px;
		font-size: 16px;
	}
	.footer_link01 dd ul {
		margin-top: -20px;
	}
	.footer_link01 dd li {
		margin-top: 20px;
		width: 20%;
	}
	.footer_link01 dd li:not(:nth-child(7n+1)) {
		border-left: 0;
	}
	.footer_link01 dd li:not(:nth-child(5n+1)) {
		border-left: 1px solid currentcolor;
	}
	.footer_link04 dd li {
		width: 50%;
	}
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px){
	.foot-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_link03 {
		margin-left: -30px;;
	}
	.footer_link03 li {
		padding-left: 30px;
	}
	.footer_link03 li a {
		font-size: 10px;
	}
	.footer_link03 li a::after {
		width: 5px;
		height: 5px;
		border-width: 1px;
	}
	.footer_link02 {
		margin: 35px 0 10px;
	}
	.footer_link02 a {
		padding: 15px;
		font-size: 11px;
	}
	.footer-tel {
		display: block;
	}
	.footer-tel a + a {
		margin-left: 0;
		display: block;
		margin-top: 15px;
	}
	.footer-search-content {
		padding: 30px 0;
	}
	.footer_link01 {
		padding-bottom: 30px;
	}
	.footer_link01 dt {
		font-size: 14px;
		letter-spacing: -.1em;
		margin-bottom: 15px;
	}
	.footer_link01 dd li a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #3e3a39;
		font-weight: bold;
		font-size: 10px;
		height: 15px;
		letter-spacing: -.1em;
	}
	.footer_link04 {
		padding-bottom: 30px;
	}
	.footer_link04 dt {
		font-size: 14px;
		letter-spacing: -.1em;
		margin-bottom: 15px;
	}
	.footer_link04 dt {
		font-size: 14px;
		letter-spacing: -.1em;
		margin-bottom: 15px;
	}
	.footer_link04 dd li {
		width: 50%;
	}
	.footer_link04 dd li a {
		font-size: 10px;
	}
	.footer_link04 dd ul {
		margin-top: -20px;
	}
	.footer_link04 dd li {
		margin-top: 20px;
	}
	.footer_link04 dd li a::before {
		width: 8px;
		height: 1px;
		margin-right: 10px;
	}
	.footer-search span {
		font-size: 14px;
		right: 8px;
	}
	.copy {
		padding: 15px calc(50vw - 50%);
	}
	.copy p {
		font-size: 10px;
	}
}


/**
 * 固定ボタン
**/
#scroll-top .serch-btn {
	border-radius: 50%;
	border: 1px solid #fff;
	background: rgba(73, 175, 182, 0.8);
	bottom: 130px;
	display: block;
	float: right;
	height: 110px;
	padding: 5px;
	position: fixed;
	right: 30px;
	width: 110px;
	z-index: 99;
}
#scroll-top .serch-btn2 {
	border-radius: 50%;
	border: 1px solid #fff;
	background: rgba(253, 100, 101, 0.8);
	bottom: 10px;
	display: block;
	float: right;
	height: 110px;
	padding: 5px;
	position: fixed;
	right: 30px;
	width: 110px;
	color: #fff;
	z-index: 99;
}
#scroll-top a::before {
	color: #fff;
	position: relative;
	font-size: 3.3em;
	font-weight: normal;
	left: 28%;
	top: 10px;
}
#scroll-top .serch-btn::after {
	content: "探す！";
	color: #fff;
	position: relative;
	top: 40%;
	left: -10%;
	font-size: 16px;
	display: inline-block;
}
#scroll-top .serch-btn2::after {
	content: "探して！";
	color: #fff;
	position: relative;
	top: 20%;
	left: 20%;
	font-size: 16px;
	display: inline-block;
}
.top #main-wrapp{
	margin-bottom: 100px;
	overflow: hidden;
}
#main-wrapp{
	margin-top: 50px;
	margin-bottom: 100px;
	overflow: hidden;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px){
	.top #main-wrapp{
		margin-top: 20px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	#main-wrapp{
		margin-top: 10px;
		margin-bottom: 70px;
		overflow: hidden;
	}
	#detail #scroll-top .serch-btn {
		border-radius: 50%;
		border: 1px solid #fff;
		background: rgba(73, 175, 182, 0.8);
		bottom: 140px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
	}
	#detail #scroll-top .serch-btn2 {
		border-radius: 50%;
		border: 1px solid #fff;
		background: rgba(253, 100, 101, 0.8);
		bottom: 70px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
		color: #fff;
	}

	#scroll-top .serch-btn {
		border-radius: 50%;
		border: 1px solid #fff;
		bottom: 80px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
	}
	#scroll-top .serch-btn2 {
		border-radius: 50%;
		border: 1px solid #fff;
		bottom: 10px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
		color: #fff;
	}
	#scroll-top a::before {
		color: #fff;
		position: relative;
		font-size: 1.6em;
		font-weight: normal;
		left: 32%;
		top: 2px;
	}
	#scroll-top .serch-btn2::after {
		content: "探して!";
		color: #fff;
		position: relative;
		top: 5px;
		left: 50%;
    	transform: translateX(-50%);
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
	}

}

@media only screen and (min-width: 401px) and (max-width: 650px) {
	#scroll-top .serch-btn::after {
		content: "探す!";
		color: #fff;
		position: relative;
		top: 23px;
    	right: 0;
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
	}
}
@media screen and (max-width: 400px) {
	#scroll-top .serch-btn::after {
		content: "探す!";
		color: #fff;
		position: relative;
		top: 23px;
    	right: 0;
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
	}
}



/* SPヘッダーに探す！追加 css */
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px) {
	#header .wrap .link02 li.search a {
		padding-top: 24px;
    	position: relative;
	}
	#header .wrap .link02 li.search a::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 28px;
		height: 24px;
		background: url(../images/search_icon_sp.png) no-repeat;
		background-size: contain;
	}
}
