@charset "UTF-8";
/* CSS Document */

a img:hover, a:hover  {
	opacity: 0.7;
	 filter: alpha(opacity=70);
	 -moz-opacity: 0.7;
	 -webkit-transition: 0.7s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
	
p {
	max-height: 100%;/*for android*/
	}
	
h1,
h2,
h3,
h4,
h5,
p,
dt,
dd {
	line-height:1.5;
	}		
		
.txt {
	line-height:1.7;
	line-break: strict;
	max-height: 100%;/*for android*/
	text-align:justify;
	}
	
.txt2 {
	line-height:2.4;
	line-break: strict;
	max-height: 100%;/*for android*/
	}	
	
.txt p + p {
	margin-top:1.3em;
	}
	
.txt2 p + p {
	margin-top:2.2em;
	}
	
/*-----------------------*/	
		
	
.t9 {
	font-size:0.9rem;
	}
		
.t11 {
	font-size:1.1rem;
	}
	
.t12 {
	font-size:1.2rem;
	}
	
.t13 {
	font-size:1.3rem;
	}
	
.t14 {
	font-size:1.4rem;
	}
	
.t15 {
	font-size:1.5rem;
	}
	
.t16 {
	font-size:1.6rem;
	}
	
.t18 {
	font-size:1.8rem;
	}

.t20 {
	font-size:2rem;
	}	

.t21 {
	font-size:2.1rem;
	}
	
.t22 {
	font-size:2.2rem;
	}	
	
.t23 {
	font-size:2.3rem;
	}
	

/*-----------------------*/	
			
	
.bold {
	font-weight:bold;
	}
	
.bold2 {
	font-weight: 700;
	}	
		
.ls0 {
	letter-spacing:0 !important;
	}			
	
.right {
	text-align:right;
	}
	
.center {
	text-align:center;
	}
	
.left {
	text-align:left;
	}	
	
	
/*-----------------------*/		
	
		
.photoR {
	float: right;
 	margin:20px 0 20px 4em;
	}
	
.photoL {
	float: left;
	margin:20px 4em 20px 0;
	}
	
	
/*-----------------------*/		
		
	
.link:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
.link2:before {
	content: "\f054";
    font-family: FontAwesome;
	vertical-align:baseline;
	margin-right:0.5em;
	}
	
.link3:before {
	content: "\f105";
	font-size: 1.5rem;
    font-family: FontAwesome;
	vertical-align:central;
	margin-right:0.3em;
	}
	
	
/*-----------------------*/				

	
.button a {
	display:block;
	padding:15px 0;
	text-align:center;
	margin:auto;
	color:#FFF;
	border:1px solid #FFF;
	width:220px;
	font-size:1.3rem;
	}	
	
.button a:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
	
/*-----------------------*/		
	
	
.mt5 {
	margin-top:5px;
	}

.mt10 {
	margin-top:10px;
	}
	
.mt20 {
	margin-top:20px;
	}
	
.mt30 {
	margin-top:30px;
	}
	
.mt40 {
	margin-top:40px;
	}
	
.mt50 {
	margin-top:50px;
	}			
	
.mt100 {
	margin-top:100px;
	}	
	
.mb10 {
	margin-bottom:10px;
	}
	
.mb20 {
	margin-bottom:20px;
	}
	
.mb30 {
	margin-bottom:30px;
	}						
	

/*-----------------------*/	


.cf:before,
.cf:after {
	content:"";display:table;
	}
	
.cf:after {
	clear:both;
	}
	
.cf {
	*zoom:1;
	}


/*form--------------------------*/
	
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
textarea,
select {
    background-color: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
	font-size:16px;
    margin: 0;
    outline: 0;
    padding:10px;
    max-width: 90%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	line-height:1; 
	}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus{
    background: #d2d9dd;
	}
	
select{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:#e8eeef url(../../../img/common/arrow.svg) 92% 50% no-repeat !important;
	background-size:10%;
    height: 35px;
    width: 200px;
	padding: 0 10px;	
	}
	
input[type="submit"] {
	border:none;
	}	


/*objectfit--------------------------*/

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
	}	
	

/*---------------------------------
	UTILITY
-----------------------------------*/

.clear {
	clear:both;
}

/*---------------------------------
	テーブル
-----------------------------------*/
.nowrap {
	white-space: nowrap;
	}
	
table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	}
	
table th, table td {
	padding:20px;
	vertical-align:middle;
	}	

table.tb_solid {
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin: 0px 0px 0px 1px;
	}
	
.tb_solid > tbody > tr > th {
	vertical-align: middle;
	white-space: nowrap;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:10px 10px;
	}

.tb_solid > tbody > tr > td {
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:10px 10px;
	}



/*---------------------------------
	子要素の高さを合わせる
-----------------------------------*/
.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}


/*---------------------------------
	WordPress
-----------------------------------*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
	padding: 0px 0px 10px 20px;
   float: right;
}

.wp-caption {
   text-align: left;
   font-size:90%;
  	margin: 0px 0px 20px 0px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption-text {
	text-align:center;
   font-size: 100%;
   line-height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*topicpass--------------------------------------*/	
	
#tpp {
	background:#f2f2f2 !important;
	padding:7px 0 !important;
	font-size:1.1rem;
	line-height: 1.3em;
	width: 100%;
	}
	
#tpp .inner {
	padding:0 !important;
	}	

#tpp a {
	color:#0071b8;
	}
	
/*pagenav--------------------------------------*/			
	
#nextprev-link {
	padding:15px;
	overflow:hidden;
	margin-top:0 !important;
	}	
	
.wp-pagenavi {
	line-height:3;
	text-align:center;
	font-size:1.1rem;
	}	
	
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 10px !important;
	}
	
.wp-pagenavi span.current {
	font-weight:normal !important;
	background: #959595 !important;
    color: #fff !important;
	border-color: #959595 !important;
	}	
	
.prev_link {
	float:left;
	}
	
.next_link {
	float:right;
	}	
		
		
/*form--------------------------------------*/

.form {
	margin-top:60px;
	border:1px solid #0071b8;
	padding:40px;
	}	
	
.form dl {
	text-align:left;
	margin:40px auto;
	line-height:1.5;
	}
	
.form dt {
	padding:28px 20px;
	width:180px;
	font-size:1.4rem;
	float:left;
	clear:left;
	}
	
.form dt span {
	margin-left:10px;
	background:#0071b8;
	padding:2px 5px;
	color:#FFF;
	font-size:1.1rem;
	 border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	} 	
	
.form dd {
	padding:20px 0 20px 230px;
	border-bottom:1px solid #e4e4e4;
	}	
	
.mw_wp_form_preview dd {
	padding:28px 0 28px 230px;
	min-height:1.5em;
	}	
	
.mw_wp_form_preview dd h6 {
	padding-top:0;
	}			
	
	
.form select {
    background-image:url(../../../image/common/arrow.svg) 92% 45% no-repeat;
	background-size:10%;
    height: 35px;
    width: 200px;
	padding: 0 10px;	
	}	
	
.form .agree {
	margin:20px 0;
	text-align:center;
	}	
	
.form .submit {
	background:#999 !important;
	display: block;
    margin: auto;
	color:#fff !important;
	padding:30px 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	}	
	
.mw_wp_form .error {
	color:#e43e78;
	}	
	
.mw_wp_form_complete .button {
	margin-top:30px;
	}	
	
.mw_wp_form_complete .button a {
	background:#ec6300;
	color:#FFF;
	width:240px;
	border-radius:8px;
	-webkit-border-radius:8px; 
	-moz-border-radius:8px;
	border:none;
	padding:25px 0;
	}
	

/*privacy--------------------------------------*/

.privacy p {
	line-height:1.8;
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	}
	
.privacy dl {
	line-height:1.5;
	text-align:left;
	margin-top:30px;
	} 	
	
.privacy dt {
	font-size: 1.7rem;
    margin-bottom: 5px;
	color:#0071b8;
	}	
	
.privacy dd + dt {
	margin-top:30px;
	}	

/*---------------------------------
	pcサイト spサイト
-----------------------------------*/
.sp {
	display: none;
}

.pc {
	display: none;
}


/*spMenu--------------------------*/
#headerMenu {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #29ABE2;
  	}	

#headerMenu .fa {
	padding:23px 0 9px;
	color:#29ABE2;
	}
	
.toggleButton {
	height:100%;
	}

#toggleMenu {
    display: none;
    z-index: 50;
    width: 100%;
    position: absolute;
    top: 63px;
    left: 0;
	text-align: center;
	font-size:1.3rem;
	letter-spacing:0.1em;
	}

#toggleMenu li a {
	display: block;
    padding: 18px 0 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: #36C0F3;
}

#toggleMenu #close {
    color:#36C0F3;
    display: block;
    padding: 18px 0 16px;
    border-bottom: 1px solid #36C0F3;
    background: #fff;
	cursor:pointer;
}

#toggleMenu #close:before {
	content: "\f00d";
	font-size: 1.5rem;
    font-family: FontAwesome;
	vertical-align:central;
	margin-right:0.3em;
	}

/*---------------------------------
	全画面グレー
-----------------------------------*/
div#glayLayer {
	position:fixed;
	left:0;
	top:0;
	z-index: 91;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}
* html div#glayLayer {
	position:absolute;
}


/*フォーカスの線を消す--------------------------*/
*:focus {
  outline: none;
}		


/*layout--------------------------*/

a { text-decoration:none;
	color:#4d4d4d;
	}

html {
	font-size:62.5%;
	font-family:'YakuHanJP','Noto Sans Japanese', sans-serif;
	color:#666666;
	letter-spacing:0.5px;
	overflow-x: hidden;
	}
	
html* {
	line-height:100%;
	}	

body {
	font-size:1.4rem;
	}
	

.inner {
	margin:auto;
	}

	
	