@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

/* menu */
.menu ul li a{
	color: #fff;
  font-weight: bold;
}

/* header */





.head_up{
	display: flex;
	position: relative;
	align-items: center;
	/* max-width: 1200px; */
	height: 70px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
  background: rgba(11,52,101,1);
}


.h_logo p{
  font-size: 24px;
  font-weight: 600;
  vertical-align: middle;
}

.h_logo div:first-child p{
  font-size: 16px;
  line-height: 1em;
  margin-left: 3px;
}

.h_logo_txt{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 0px;
  margin: 0 0 0 20px;
}

.h_logo_txt p{
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 600;
}

.h_btn_l{
  display:flex;
  align-items: center;
  margin-left:auto;
}

.h_btn_l p{
  color:#fff;
}

.h_btn_l_btn_sub ul{
  display: flex;
  width: 260px;
  justify-content: space-between;
}

.h_btn_l_btn_sub ul li{
	background: #fff;
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0b3465;
	font-size: 14px;
  font-weight: bold;
	border: 1px solid #fff;
	letter-spacing: 2px;
}

.h_btn_l_btn_sub ul li:hover{
  background: #0b3465;
  color:#fff;  
  transition-duration: 0.6s;
}

.h_btn_l_btn_sub ul a{
	text-decoration: none;
}

.h_btn_l_btn{
  display: flex;
}

.h_btn_l_btn a{
  text-decoration: none;
}

.h_req{
    display: flex;
    position: relative;
    flex-direction: column;
    background: #8b0303;
	  border:1px solid #8b0303;
	  box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 70px;
    margin: 0 0 0 30px;
}

.h_req > p{
	margin: 5px 0 0;
}

.req_icon_hover{
	display:none;
}

.h_req:hover{
	background:#fff;
	border:1px solid #8b0303;
	transition-duration: 0.6s;
}

.h_req:hover .req_icon{
	display:none;
}

.h_req:hover .req_icon_hover{
	display:block;
	transition-duration: 0.6s;
}

.h_req:hover p{
	color: #8b0303;
	transition-duration: 0.6s;
}

.h_req p,.h_res p{
  padding: 0 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.h_res > p{
	margin: 5px 0 0;
}

.req_icon_hover{
	display:none;
}

.h_res:hover{
	background:#fff;
	border:1px solid #aea73c;
	transition-duration: 0.6s;
}

.h_res:hover .req_icon{
	display:none;
}

.h_res:hover .req_icon_hover{
	display:block;
	transition-duration: 0.6s;
}

.h_res:hover p{
	color: #aea73c;
	transition-duration: 0.6s;
}

/*
.h_res{
  display: flex;
  position: relative;
  flex-direction: column;
  background: url(../img/common/btn_reserve.png);
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin: 0 0 0 30px;
}

.h_res:hover{
  background: url(../img/common/btn_reserve_hover.png);
      transition-duration: 0.6s;
}

*/


/*資料請求リンク*/
.btn_req_link{
  margin: 40px auto;
  max-width: 1000px;
}

.btn_req_link a:hover{
  opacity: 0.6;
  transition-duration: 0.6s;
}

.btn_req_box{
  max-width: 1000px;
  margin: 0 auto 50px;
  border-top: 1px solid #0b3465;
  padding: 50px 10px;
  box-sizing: border-box;
  background: #555;
  background-size: cover;
}

.btn_req_h{
  text-align: center;
  margin: 0 0 30px;
}

.btn_req_h > h3{
  font-size: 28px;
  letter-spacing: 3px;
  margin: 0 0 20px;
  color: #fff;
}

.btn_req_h > h3 span{
	color: #ffdb58;
}

.btn_req_h > p{
  color: #fff;
}

.btn_req_flow{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 730px;
}

.btn_req_flow_list{
  width: 42%;
  text-align: center;
  background: rgba(255,255,255,0.85);
  border: 1px solid #4d4d4d;
  min-height: 170px;
  padding: 20px 0 10px;
  position: relative;
}

.btn_req_flow >.btn_req_flow_list:first-child::after{
  content: "";
  position: absolute;
  background: url(../../img/top/info_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 28px;
  right: -9%;
  top: 50%;
  transform: translate(41%,-50%);
}

.btn_req_flow_list h4{
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 15px;
  color: #000;
  line-height: 1.5em;
}

.btn_req_flow_list h4 span{
  font-size: 16px;
}

.btn_req_flow_list p{
  line-height: 1.8em;
  font-size: 14px;
  color: #000;
  letter-spacing: 0px;
}

.btn_req_link_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
  border: 1px solid #fff;
  background: rgba(11,52,102,0.2);
  max-width: 900px;
}

.btn_req_link_p{
  width: 70%;
}

.btn_req_link_p p{
  text-align: center;
  color: #fff;
}
.btn_req_link_btn{
  display: flex;
  position: relative;
  flex-direction: column;
  background: #0b3465;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100px;
}
.btn_req_link_btn div img{
  max-width: 24px;
  margin: 0 auto;
  display: block;
}
.btn_req_link_btn div img:nth-child(2){
  display: none;
}
.btn_req_link_btn div p{
  color: #fff;
  font-size: 18px;
  margin: 5px 0 0;
}

.btn_req_link_btn:hover {
  background: #fff;
  transition-duration: 0.6s;
}

.btn_req_link_btn:hover p{
  color: #0b3465;
  transition-duration: 0.6s;
}

.btn_req_link_btn:hover .btn_req_icon2{
  display: none;
}

.btn_req_link_btn:hover .btn_req_icon_hover2{
  display: block;
  transition-duration: 0.6s;
}

.app_flow_box{
	display: flex;
      flex-wrap: wrap;
    /* width: 100%; */
    justify-content: center;
    align-items: center;
	position: relative;
}

.app_flow_box::after{
	content: "";
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 17px solid #fff;
    border-bottom: 14px solid transparent;
    right: 50%;
    top: auto;
    bottom: -65px;
    transform: translateX(50%) translateY(-50%) rotate(90deg);
}

.app_flow_t{
	display: flex;
    flex-direction: column;
	max-width: 720px;
    width: 100%;
}

.app_flow_img{
	  margin: 0 auto;
    width: 100%;
    text-align: center;
}

.app_flow_img a{
  max-width: 720px;
  display:block;
  margin:0 auto;
}

.app_flow_img img{
	width: 100%;
  max-width: 720px;
}

.app_flow_img_sp{
	display:none;
}

.app_flow_b{
	margin: 60px 0 0;
}

.app_flow_b p{
	font-size: 18px;
    color: #fff;
}

.app_flow_b h3{
	font-size: 36px;
    color: #fff;
    margin: 10px 0 0;
    letter-spacing: 2px;
}

.app_flow_b h3 span{
	
    color: #ffdb58;
}

.btn_app_link a{
	height: 40px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    text-decoration: none;
    border-radius: 40px;
    width: 90%;
    box-sizing: border-box;
    margin: 10px auto !important;
    border: 1px solid #8b0303 !important;
    background: #8b0303 !important;
}

.btn_app_link a:hover{
    background: #fff !important;
}

.btn_app_link p{
	color: #fff;
	position: relative;
	padding: 0 10px 0 0;
}

.btn_app_link p:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    border-top: 4px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 4px solid transparent;
    transform: translate(0px,-50%);
}

.btn_app_link a:hover p{
	color:#8b0303;
}

.btn_app_link a:hover p:after{
    border-left: 7px solid #8b0303;
}

/*-----------------------
         STEP 
-----------------------*/

.Remaining {
	width: 70%;
    height: 50px;
    position: relative;
    margin: 0 auto 70px;
    z-index: -1;
}
.Remaining .one {
	position:absolute;
	width:33%; /* 250px [250/840*100] */
	top:0;
	left:0;
	z-index:12;
}
.Remaining .two {
	position:absolute;
	width:37%; /* 290px [290/840*100] */
	top:0;
	left:29%; /* 240px [240/840*100] */
	z-index:11;
}
.Remaining .three {
	position:absolute;
	width:37%; /* 290px [290/840*100] */
	top:0;
	left:62%; /* 520px [520/840*100] */
	z-index:10;
}

.Remaining .allow div {
	height:50px;
	position:relative;
}
.Remaining .allow p {
	height:50px;
	line-height:50px;
	color:#fff;
	position: absolute;
	top:0;
	font-size:16px;
	z-index:15;
}
.Remaining .allow.one p { left:20px; }
.Remaining .allow.two p { left:70px; }
.Remaining .allow.three p { left:70px; }


.Remaining .allow span.bg {
	background: #0b3465;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.Remaining .allow span.try {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #0b3465;
    position: absolute;
    right: -25px;
    top: 0;
}
.Remaining .allow.beafter span.bg {
	    background: #7099c3;
}
.Remaining .allow.beafter span.try {
	border-color: transparent transparent transparent #7099c3;
}
.Remaining .allow.beafter-end span.bg {
	background: #a8c3de;
}
.Remaining .allow.beafter-end span.try {
	border-color: transparent transparent transparent #a8c3de;
}

/* flex
=======================================================================*/

.form_list_flex{
	display: flex;
	width: auto;
    align-items: center;
}

.form_list_flex02{
	display: flex;
    align-items: center;
}

.form_list_flex03{
	display: flex;
    flex-direction: column;
}
.form_list_flex p{
	width: 40px;
}

.form_list_flex03 p{
	width:100%;
}

.form_ul {
	max-width: 460px;
  padding: 0;
}

.form_ul li{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 0 10px;
}

.formlist_h{
	margin: 30px 0 0px;
}

.formlist_h p{
	font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}

.radio_list01{
	width: 126px;
}

.select_daylist01{
	width: 120px;
}

.select_daylist02{
	width: 80px;
	margin: 0 0 0 20px;
}

.checklist_flex{
	display: flex;
    flex-wrap: wrap;
}

.checklist_flex label{
	margin: 0 20px 20px 0;
}

.list_mt{
	margin: 20px 0 0;
}


.must_box{
	background:#fdf2f4;
}


.form_privacy{
	margin: 30px 0 10px;
}
.form_privacy h2{
	margin: 0 0 10px;
	font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}

.form_privacy p{
	font-size: 14px;
    margin: 0 0 20px;
}

.form_privacy_p{
	font-size: 14px;
    font-weight: bold;
	margin: 0 0 10px !important;
}

.mail_list_box{
	width: 60% !important;
}

.mail_list{
	width: 100% !important;
}

.form_news_p{
  font-size: 18px;
  color: #c10505;
  font-weight: bold;
}

.pass_color{
  color: #c70000;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: bold;
}

/* inner
=======================================================================*/
.inner{
	padding:0 10px;
}

input::placeholder {
  color: #c3c3c3;
  font-size: 14px;
}


/* 完了画面
=======================================================================*/
.complete {
	text-align:center;
	max-width: 1000px;
    margin: 0 auto;
}
.complete .title {
	font-size: 22px;
    line-height: 1.7;
    padding: 40px 0;
    color: #000;
    font-weight: bold;
}
.complete .title + p {
	margin: 0 0 50px 0;
}

.complete .btn_top {
	background: #fff;
    padding: 15px 50px;
    font-size: 15px;
    margin: 0 0 20px 0;
    display: inline-block;
	border: 1px solid;
}



/* Description
=======================================================================*/
.description {
	padding: 10px 2%;
    border: solid 1px #c10505;
    font-size: 14px;
    width: 100%;
    max-width: 840px;
    text-align: center;
    margin: 30px auto 10px;
    box-sizing: border-box;
    line-height: 1.7;
}


/* address_area
=======================================================================*/
.Inputright .address_area {
	padding: 28px 0;
}


/* radio_area
=======================================================================*/
.Inputright .radio_area {
	padding: 28px 0;
}

.radio_area{
	display:flex;
	padding: 0 0 20px;
    /*border-bottom: 1px solid;*/
}

.radio_area .Inputright > div{
	padding: 15px 0 0;
}
/* annotation
=======================================================================*/
.annotation {
	display:block;
	width:90%;
	max-width:840px;
	font-size:13px;
	color:#fe2929;
	margin:4px auto;
}
.required {
}


/* required object
=======================================================================*/
.any_tx,.required_tx {
    font-size: 11px !important;
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 6px 6px;
    border-radius: 2px;
    line-height: 1;
    vertical-align: 1px;
    color: #fff;
}
.any_tx {
	background: #6388ff;
}
.required_tx {
	background: #e4002e;
}
.any_tx.min,.required_tx.min {
	font-size: 10px !important;
    padding: 2px 3px;
    line-height: 1;
    margin: 0 8px 0 0;
}


/* Subheading
=======================================================================*/
.Inputarea .Captx {
	clear:both;
	font-size:14px;
	display:block;
	line-height: normal !important;
	padding: 30px 0 10px 0;
}
.Inputarea .Captx.Captx_first {
	padding-top:0;
}
.Inputarea .Captx_bottom {
	padding: 4px 0 0 0;
    font-size: 11px;
    color: #AEB7C9;
}


/* Mail area
=======================================================================*/
#Mail_area {
    margin: 30px auto;
	max-width: 840px;
}

/* Input Wrap */
#Mail_area > div:first-child{
	/*border-top: 1px solid;*/
}

.Inputarea {
	display: flex;
	/*border-bottom: 1px solid;*/
    padding: 0px;
}
.Inputleft {
	width: 320px;
    padding: 0 0 0 20px;
    background: #005fad;
    color: #fff;
    margin: 10px 20px 10px 0px;
	box-sizing: border-box;
}

.Inputright {
	width:60%;
}


/* Input inner */
.Inputleft div {
	padding: 25px 20px 25px 0;
}
.Inputleft div p {
    font-size: 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.Inputleft div p label{
	font-weight: bold;
	width: 220px;
	line-height: 1.4em;
    font-size: 14px;
}
.Inputright div {
	padding: 10px 0;
	letter-spacing: 2px;
    font-size: 14px;
}
.Inputright > div > div:nth-child(3){
	/*padding: 0 0 20px;*/
}
.Inputright div .conf {
	width: 100%;
	max-width: 500px;
    height: auto;
    line-height: 1.4;
    padding: 0 0 3px 20px;
}









/*-----------------------
    Input Type Style
-----------------------*/

/* text */
input:focus,textarea:focus {
	background:#F7EBCA;
}
.Inputright div input[type="text"],.Inputright div input[type="tel"],.Inputright div input[type="email"] {
	width: 90%;
    font-size: 14px;
    padding: 7px 13px;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 3px;
    margin: 0 10px 0 0;
}
.w75 { width:75% !important; }
.w50 { width:50% !important; }
.w60 { width:60% !important; }
.w25 { width:25% !important; }
.w35 { width:35% !important; }



/* radio */
.Inputright div input[type="radio"] {
	margin: 5px 10px;
}
.radio_area label span {
	transition:.4s;
	padding-left: 32px;
	position:relative;
	margin-right: 20px;
	cursor:pointer;
}
.Inputright div input[type="radio"]:checked + span {
}
.radio_area label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:#fff;
}
.radio_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:#fe2929;
  transition:.4s;
  opacity:0;
}

.Inputright div input[type="radio"]:checked + span::after {
  border-radius: 50%;
  background: #fe2929;
  opacity:1;
}



/* check box */

.Checklist {
	width:100%;
	overflow:hidden;
}

/* 元のボタン非表示 */
.Inputright div input[type="checkbox"] {
	margin: 5px 10px;
}

/* 通常チェックリスト */
.Checklist li {
	width:30%;
	float:left;
	list-style-type:none;
	height:30px;
}

.check_area label span {
	transition: .4s;
    padding: 6px 0 10px 32px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}
.check_area input[type="checkbox"]:checked + span {
}
.check_area label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background:#fff;
}
.check_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fe2929;
  border-right: 3px solid #fe2929;
  transition:.4s;
  opacity:0;
}
.check_area input[type="checkbox"]:checked + span::after {
  opacity:1;
}
.check_area textarea {
	width:60%;
	height:50px;
}



/* select */
.select_label {
	display:inline-block;
	position:relative;
}
select {
	width:180px;
	font-size:14px;
	padding: 7px 8px;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position:relative;
	background:#fff url(../_img/select_allow.png) no-repeat center right;
	background-size:15px;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 3px;
}

select.must_select{
	background:#fdf2f4 url(../_img/select_allow.png) no-repeat center right !important;
	background-size:15px !important;

}

.select_list_address{
	min-width: 189px;
	width:auto;
	margin: 0 10px 0 0;
	box-sizing: border-box;
}

.select_list_address02{
	min-width: 189px;
	width:auto;
	margin: 0 !important;
	box-sizing: border-box;
}



/* select custom [birth] */
.sw20 { width:100px !important; display:inline !important; }
.sw10 { width:70px !important; margin-left:0 !important; }


/* text custom [yoyaku] */
.Inputarea input[name="yoyaku"] {
	width:160px !important;
	margin-left:0;
	margin-right:10px !important;
}



/* select custom [ytime] */
.Inputarea select[name="ytime"] {
	width:160px;
	margin-left:0;
	display:inline;
}



/* textarea */
textarea {
	width: 90%;
    height: 140px;
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #aaa;
    line-height: 1.5;
    border-radius: 2px;
    background: #fff;
}

/* check box custom [agreement] */
.agreement_tx {
	border-top:1px dashed #525F68;
    padding: 15px 0;
    font-size: 10px;
    line-height: 2;
    color: #ccc;
    margin-top: 10px;
}
.agreement_check {
	display:block;
	width:90%;
	
}

.SubmitBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* submit [input] */
#Submit {
	width: 260px;
    height: 60px;
    margin: 100px auto 0;
    position: relative;
}
#Submit .SubmitBtn {
    background: url(../_img/arrow_01.png) no-repeat scroll 94% center #0056bd;
	text-align: center;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 1;
    transition: background 0.5s,color 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    padding: 20px 0;
    font-weight: normal;
    border-radius: 5px;
}
#Submit div.SubmitBtn {
	border-color:#CCCCCC;
	background:#EAEAEA;
	color:#AEAEAE;
	z-index:9;
	cursor:default;
}
#Submit input.SubmitBtn:hover {
	background: url(../_img/arrow_01.png) no-repeat scroll 95% center #ff5200;
}


/* submit [confirm] */
#SubmitConfirm {
	width:242px;
	margin:30px auto;
}
#SubmitConfirm .SubmitBtn {
	background: url(../_img/arrow_01.png) no-repeat scroll right 10px center #ff5200;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #fff;
    margin: 30px auto;
    display: block;
    width: 240px;
    line-height: 1;
    transition: background 0.5s,color 0.5s;
    cursor: pointer;
    padding: 20px 0;
	border-radius:5px;
}
#SubmitConfirm .SubmitBtn:hover {
	background: url(../_img/arrow_01.png) no-repeat scroll 95% center #ff5200;
}
#SubmitConfirm .SubmitBtn_min {
	text-align:center;
	border: none;
	border-radius:5px;
	font-size:13px;
	color:#666666;
	margin:30px auto;
	display:block;
	width:140px;
	height:36px;
	line-height:36px;
	transition:background 0.5s,color 0.5s;
	cursor:pointer;
}
#SubmitConfirm .SubmitBtn_min:hover {
	background:#CFCFCF;
}

.SubmitBtn{
    margin:0;
}





/*-----------------------
          error
-----------------------*/

.form_err {
}
.form_err_radio label {
	background-color:#EBC1C2 !important;
	border-radius:3px !important;
}
.send_err {
	background-color:#EDD7D7 !important;
	width:80%;
	max-width:810px;
	margin:15px auto;
	padding:15px;
	border:solid 1px #fe2929;
	color:#fe2929;
}

.input_err {
	font-size: 12px;
    color: #fe2929;
	letter-spacing: 1px;
    margin: 0 0 10px 0;
    display: none;
}






/* 必須項目数メッセージ */
.message {
	background-color: rgba(255,255,255,0.7);
	width: 160px;
	height: auto;
	padding: 10px 3px;
	text-align: center;
	position: fixed;
	bottom:20px;
	left: 20px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
	border-radius:6px;
	z-index:10000;
	color:#444444;
	border:solid 1px #CCCCCC;
}
.message span {
	font-size:26px !important;
	color:#FF8E00;

}

.form_consent_box{
	display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}

.form_consent_box p{
	margin: 0 0 0 20px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.submit_required_mark{
  margin: 0 20px 0 0;
}

.btn_img_app:hover{
  opacity:0.6;
  transition-duration: 0.6s;
}

/*
.menu ul li:nth-of-type(2) a::before, .menu ul li:nth-of-type(6) a::before, .menu ul li:nth-of-type(7) a::before, .menu ul li:nth-of-type(8) a::before, .menu ul li:nth-of-type(9) a::before {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    font-weight: bold;
    margin: 0 auto;
    content: "NEW";
    color: #0b3465;
    text-align: center;
    font-size: 10px;
    width: 45px;
    padding: 4px 0 0 0;
    height: 12px;
    line-height: 1;
    font-weight: bold;
    transform: scale(0.85);
    background: #ddddc7;
    letter-spacing: 1px;
}
*/

.form_w01{
  max-width: 189px;
}

.pc_none{
	display:none;
}

.sp_none{
	display:block;
}

.pc_none2{
	display:none;
}

.sp_none2{
	display:block;
}
@media screen and (max-width: 1300px) {
  .Inputarea {
    display: block;
    /*border-bottom: 1px solid;*/
      padding: 0px;
  }
  .radio_area{
    display: block;
  }
  .Inputleft{
    width: 0;
    width: 100%;
  }
}


@media screen and (max-width: 1000px) {
  .Inputarea {
    display: block;
    /*border-bottom: 1px solid;*/
      padding: 0px;
  }
}

@media screen and (max-width: 1000px) {
.app_flow_img{
	display:none;
}

.app_flow_img_sp{
	display:block;
	margin: 0 0 40px;
}

.app_flow_img_sp img{
	max-height: 400px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.app_flow_b h3 {
    font-size: 28px;
}

}







@media screen and (max-width: 960px) {

.pc_none2{
	display:block;
}

.sp_none2{
	display:none !important;
}



.h_logo{
  position: relative;
  top:auto;
  left:auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.h_logo img {
    height: auto;
}

.h_logo > div{
    max-width: 180px;
    margin: 0 auto;
}

.h_logo > div:nth-child(2){
  margin:2px 0 0;
}

.h_logo div:first-child p {
    font-size: 12px;
    line-height: 1em;
    margin-left: 3px;
}

.h_logo p {
    font-size: 19px;
    font-weight: 600;
    vertical-align: middle;
}

.mobile_nav{
 display: flex !important;
 justify-content: center;
 align-items: center;
 height:80px;
 background: rgba(11,52,101,1);
 border-bottom: 1px solid #fff;
}

#gloval-nav ul li:nth-child(1) a{
	border-top:none;
}

.gnav ul{
 width:100%;
 letter-spacing: 3px;
}

	
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 30px;
}


.f_req_res_box{
  flex-direction: column;
  padding: 60px 0 0;
}
.f_req{
  margin: 0;
}
.f_res{
  margin: 20px 0px 0 0px;
}

.btn_menu{
 flex-direction:column;
 margin-bottom:20px;
}

.btn_menu li:nth-child(1){
 margin-right:auto;
 margin-bottom:20px;
 
}




}


/*-------------------- 
  width 0 - 640px
--------------------*/
@media screen and (max-width:640px) {
.Remaining .allow p {
	font-size:12px;
}
.Remaining .allow.one p {
	left:10px;
}
.Remaining .allow.two p {
	left:45px;
}
.Remaining .allow.three p {
	left:45px;
}




}


/* 【SP】ウィンドウ幅が650px以下の場合に適用するCSS */
@media screen and (max-width: 650px) {

.pc_none{
	display:block;
}

.sp_none{
	display:none;
}

.description p{
	font-size: 14px;
	text-align: left;
}

.mail_list_box {
    width: 100% !important;
}

.form_list_flex {
    flex-wrap: wrap;
    max-width: 460px;
	width:auto;
	justify-content: center;
}

.form_list_flex02 {
    width: 100%;
	margin: 10px 0;
}

.form_list_flex p {
    margin: 0 10px 0 0;
}

.form_ul_li01_sp{
    margin: 0!important;
}

.form_mrl_auto_sp{
  margin: 0 auto !important;
}

.radio_list01 {
    margin: 10px 0 20px;
}

.select_daylist01 {
    width: 70px;
}

.select_daylist02 {
    width: 60px;
    margin: 0 0 0 10px;
}

.form_privacy h2 {
    letter-spacing: 0px;
    font-size: 14px;
}

.form_privacy p {
    font-size: 12px;
}

.Remaining {
	width:100%;
  margin: 0 auto;
}

.Inputleft div p {
    text-align: left;
    font-size: 20px;
}
.Inputright {
    padding-bottom: 0;
}
.Remaining .allow span.try {
    border-width: 20px 0 20px 10px;
    right: -10px;
}

#Submit {
    width:100%!important;
}
#Submit .SubmitBtn {
	width: 100% !important;
}

.any_tx, .required_tx{
	float:right;
}

.form_list_flex02 {
  justify-content: space-between;
}

.Inputright div .conf {
    line-height: 1.6;
    font-size: 14px;
    border: none;
    padding: 0;
}
.Inputleft div p {
    padding: 0;
    font-size: 14px;
	display: block;
}

.Remaining .allow div {
	height:40px;
}
.Remaining .allow p {
	height:40px;
	line-height:40px;
	font-size:11px;
}
.Remaining .allow.one p {
	left:5px;
}
.Remaining .allow.two p {
	left:35px;
}
.Remaining .allow.three p {
	left:35px;
}
.Remaining .allow span.try {
	border-width: 20px 0 20px 10px;
    right: -10px;
}



.complete {
	width:100%;
	/*margin:0 5%;*/
}
.complete .title {
    font-size: 19px;
    line-height: 1.7;
    padding: 10px 0;
    font-weight: bold;
    margin: 10px 0 0;
}
.complete .title + p {
	font-size: 14px;
}



#inquiry .main {margin:0 0 50px 0;}
.btn_top {margin: 0 0 10px 0;}

.w75 { width:90% !important; }
.w50 { width:90% !important; }
.w60 { width:90% !important; }
.w25 { width:30% !important; }



.Inputright div input[type="text"], .Inputright div input[type="tel"], .Inputright div input[type="email"] {
    padding: 10px;
}




	/*-----------------------
			Mail area 
	-----------------------*/
	
	/* Input Wrap */
	.Inputarea {
		display: block;
	}
	.Inputleft {
		width:100%;
		border-right:none;
    	padding: 10px 0 0 0;
	}
	.Inputright {
		width:100%;
		padding-bottom:20px;
	}
	
	/* Input inner */
	.Inputleft div {
		line-height:normal;
		padding:0 8px 10px 8px;
	}
	.Inputright div {
		padding:0;
		text-align: center;
	}
	.Inputright > div > div:nth-child(3) {
		/*
		padding: 5px 8px 0;
		*/
	}
	.Inputright div .conf {
		margin-top:0;
	}


	.radio_area {
		flex-direction: column;
		padding:0;
	}
	.radio_area .Inputright > div{
		padding:0;
	}
	
	
	
	
	
	
	
	/*-----------------------
		Input Type Style
	-----------------------*/
	
	#name,#kana,#tel { width:92%; }
	#zip { width:50%; }
	#add1,#add2,#add3,#mail,#mail_con { width:92%; }
	
	#pref,#ytime { width:180px; }
	
	/* text custom [yoyaku] */
	.Inputarea input[name="yoyaku"] {
		width:60% !important;
		margin:0 0 10px 0 !important;
		display:block;
	}
	
	/* select custom [ytime] */
	.Inputarea select[name="ytime"] {
		width:40%;
		display:block;
	}
	
	/* check box */
	.Checklist li {
		width:45%;
		float:left;
		margin:0 2.5%;
	}
	
	/* textarea */
	textarea {
		width:88%;
	}
	
	/* submit [input] */
	#Submit {
		margin:0 auto 20px auto;
	}
	#Submit .SubmitBtn,#Submit .SubmitBtn:hover {
	}



	/* submit [confirm] */
	#SubmitConfirm {
		width: 100%;
		margin:30px 0;
	}
	#SubmitConfirm .SubmitBtn,#SubmitConfirm .SubmitBtn:hover {
		margin:30px auto;
		width:100%;
		line-height:40px;
		padding: 10px 0;
	}

	#Submit div.SubmitBtn{
		font-size: 16px;
	}








	/* 必須項目数メッセージ */
	.message {
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		height: auto;
		padding: 10px 0;
		margin:0;
		text-align: center;
		position: fixed;
		bottom:0;
		left:0;
		font-size: 15px;
		line-height: 1.8em;
		font-weight: bold;
		border-radius:0;
		z-index:10000;
		color:#444444;
		border:none;
		border-top:solid 1px #CCCCCC;
	}
	.message span {
		font-size:22px !important;
		margin:0 4px;
	}
	.message br {
		display:none;
	}



.btn_req_flow_list {
    width: 90%;
    text-align: center;
    background: rgba(255,255,255,0.85);
    border: 1px solid #4d4d4d;
    min-height: 160px;
    padding: 20px 0 0;
    position: relative;
    margin: 0 0 40px;
}

.btn_req_flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
}

.btn_req_flow > div:last-of-type{
  margin:0 auto;
}

.btn_req_flow >.btn_req_flow_list:first-child::after, .btn_req_flow >.btn_req_flow_list:nth-child(2)::after {
    width: 22px;
    height: 28px;
    right: 50%;
    top: auto;
    bottom: -47px;
    transform: translateX(50%) translateY(-50%) rotate(90deg);
}

.btn_req_h > h3 {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 2px;
}

.btn_req_h > p {
    font-size: 14px;
    letter-spacing: 1px;
}

.app_flow_b p {
    font-size: 14px;
}

.app_flow_b h3 {
    font-size: 18px;
    line-height: 1.4em;
}


.app_flow_box::after {
    border-top: 14px solid transparent;
    border-left: 17px solid #fff;
    border-bottom: 14px solid transparent;
    bottom: -35px;
}


	
	

}

@media screen and (max-width: 350px) {
.submit_required_mark {
  margin: 0 10px 0 0;
}

.form_consent_box p {
  font-size: 12px;
}

}
@media all and (-ms-high-contrast: none) {
  .menu ul li a{
    font-weight: normal;
  }
}