@charset "UTF-8";
/* CSS Document */
img {
	vertical-align: bottom;
	}

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;
	}		
	
/*-----------------------*/	
		
	
.t9 {
	font-size:0.9rem !important;
	}
		
.t11 {
	font-size:1.1rem !important;
	}
	
.t12 {
	font-size:1.2rem !important;
	}
	
.t13 {
	font-size:1.3rem !important;
	}
	
.t14 {
	font-size:1.4rem !important;
	}
	
.t15 {
	font-size:1.5rem !important;
	}
	
.t16 {
	font-size:1.6rem !important;
	}
	
.t18 {
	font-size:1.8rem !important;
	}

.t20 {
	font-size:2rem !important;
	}	

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

/*-----------------------*/	
			
	
.bold {
	font-weight:bold !important;
	}

.ls0 {
	letter-spacing:0 !important;
	}			
	
.right {
	text-align:right;
	}
	
.center {
	text-align:center;
	}
	
.left {
	text-align:left;
	}	
	

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


	
.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:table;
	padding:22px 30px;
	text-align:center;
	margin:auto;
	min-width:200px;
	border:1px solid #969696;
	color: #969696;
	font-size:1.35rem;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	}	
	
.button a:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
/*-----------------------*/			
	
.mt5 {
	margin-top:5px !important;
	}

.mt10 {
	margin-top:10px !important;
	}
	
.mt20 {
	margin-top:20px !important;
	}
	
.mt30 {
	margin-top:30px !important;
	}
	
.mt40 {
	margin-top:40px !important;
	}
	
.mt50 {
	margin-top:50px !important;
	}			
	
.mt100 {
	margin-top:100px !important;
	}	
	
.mb10 {
	margin-bottom:10px !important;
	}
	
.mb20 {
	margin-bottom:20px !important;
	}
	
.mb30 {
	margin-bottom:30px !important;
	}						
	
.mb40 {
	margin-bottom:40px !important;
	}
	
.pt0 {
	padding-top:0 !important;
	}
	
.pb0 {
	padding-bottom:0 !important;
	}

.mb0 {
	margin-bottom:0 !important;
	}

.mt0 {
	margin-top:0 !important;
	}				
		
	
/*-----------------------*/	


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


/*form--------------------------*/
	
input[type="text"],
input[type="tel"],
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:16px 20px;
    width: 100%;
    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;
    font-family:"メイリオ", Meiryo, sans-serif !important;
    font-size: 1.5rem;
	}

input[type="text"]:focus,
input[type="tel"]: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(../../../../image/common/arrow_bottom.svg) no-repeat 95% 50% !important;
  background-size: 8px !important;
  height: 56px;
	padding: 2px 10px;
	width:200px;
	position:relative;
  font-family:"メイリオ", Meiryo, sans-serif !important;
	font-size: 1.5rem;
	}	
	
input[type="checkbox"],
input[type="radio"] {
	width:20px;
	height:20px;
	}
	
input[type="submit"] {
	border:none;
	}
	
input.short {
	width:200px !important;
	}	

input.medium,
select.medium {
  width: 90%;
	max-width:340px !important;
	}	 

input.min,
select.min {
  width: 32%;
	max-width:200px !important;
	}	  		


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

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

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

.clear {
	clear:both;
}

/*---------------------------------
	テーブル
-----------------------------------*/
.nowrap {
	white-space: nowrap;
	}

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

table > tbody > tr > td {
	line-height: 160%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px 10px;
	}

/*---------------------------------
	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 a {
	color:#b11f14;
	}
	
/*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-nav {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top:20px;
	}
.form-nav li {
	border:1px solid #666;
	background:#fff;
	padding:25px 0;
	text-align:center;
	position:relative;
	-webkit-flex: 1;
    flex: 1;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	}	
	
.form-nav li + li {
	margin-left: 7vw;
	}
	
.form-nav li + li:before {
	content: "";
    position: absolute;
    display: block;
    left: -3.5vw;
    top: 50%;
    margin: -7px 0 0 -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #888888;
	}
	
.mw_wp_form_input .form-nav_item01,
.mw_wp_form_preview .form-nav_item02,
.mw_wp_form_complete .form-nav_item03 {
	background:#666;
	color:#fff;
	}	
	
form dl.form {
	margin-top:30px;
	text-align:left;
	line-height:1.5;
	margin-bottom:50px;
	border-bottom:1px solid #e4e4e4;
	}
	
form dl.form dt {
    padding: 25px 0 5px;
    font-size: 1.5rem;
	font-weight: bold;
	}
	
form dl.form dt span {
	margin-right:10px;
	background-color: #e3e3e3;
	color: grey;
	padding:4px 8px;
	font-size:1.1rem;
	 border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	}
	
form dl.form .hissu {
	background-color: #b11f14;
    color: #fff;
	}	
	
form dl.form dd {
	padding: 5px 0 25px 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
	}	
	
form dl.form dd div + div {
	margin-top:10px;
	}	
		
form .agree {
	margin:25px 0;
	text-align:center;
	position:relative;
	}	
	
form .submit {
	background:#333 !important;
	display: block;
    margin: auto;
	color:#fff !important;
	padding:30px 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	clear:both;
	}	
	
.mw_wp_form .error {
	position: absolute;
    left: 10px;
    display: inline-block;
    padding: 9px 11px;
    font-size: 13px;
    font-weight: 700;
    background-color: #99001c;
    color: #fff !important;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 100;
	}	
	
.mw_wp_form .error:before {
    position: absolute;
    top: -8px;
    left: 9px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent #99001c;
    border-style: solid;
    border-width: 0 5px 9px;
	}
	
form .agree .error	{
	left: 50%;
    bottom: -36px;
    margin-left: -136px;
	}	
	
.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 {
	padding:30px;
	border:1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	height:200px;
	overflow:scroll;
	text-align: left;
	} 

.privacy p {
	line-height:1.6;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	text-align: left !important;
	}
	
.privacy dl {
	line-height:1.5;
	text-align:left;
	margin-top:15px;
	font-size:1.2rem;
	} 	
	
.privacy dt {
	font-size: 1.5rem;
    margin-bottom: 3px;
	}	
	
.privacy dd + dt {
	margin-top:15px;
	}


/*spMenu--------------------------*/
	


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

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

html {
	font-size:62.5%;
	font-family:'Shippori Mincho', sans-serif;
	color:#4d4d4d;
	letter-spacing:0.1px;
	overflow-x: hidden;
	}
	
html * {
	font-weight:300;
	}	

body {
	-webkit-print-color-adjust: exact;
	font-size:1.4rem;
	width: 100vw;
	overflow-x: hidden;
	}	

.inner {
	width:92%;
	max-width: 1000px;
	margin:auto;
	}

.inner.wid_min {
	max-width: 1000px;
}	