@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
/*=================================
	reset.css
================================ */
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  vertical-align: bottom;
}
ol, ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a, a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: opacity 0.6s ease-in-out;
}
/*=================================
	common
================================ */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  width: 100%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  background: #ffffff;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
}
#header {
  background-color: #fff;
}
.logo_section {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.logo img {
  width: auto;
  height: 50px
}
.header_title {
  margin-left: 20px;
  padding: 0 0.3em;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 4px;
  background-color: #20AEE5;
}
#footer {
  width: 100%;
  color: #fff;
  background: #555;
}
.footer_text {
  width: 70%;
  margin: 0 auto;
  padding: 40px 0;
  align-items: center;
  justify-content: space-between;
}
.footer_title {
  font-weight: 700;
}
.footer_info {
  font-size: 1.2rem;
  text-align: left;
}
.copy {
  padding: 10px 0;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
    #footer .flx{
        flex-direction: column;
    }
    .footer_text {
  width:90%;
 padding: 20px 0 10px;
    }
    .footer_info {
        margin-top:1.5rem;
    }
}



/*=================================
	contents
================================ */

.wrapper {
    padding-bottom:8vh;
  background: #f5f5f5;
}
.wrapper .title_section {
      width: 100%;
padding: 8vh 0 15vh 8vw;
  background: url(../images/iryou_header_v3.jpg) no-repeat top right;
  background-size: cover;
}
.wrapper.secont {
    padding-top:80px;
}

.main_title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .18em;
}

.sub_title {
  display: block;
  font-size: 2.0rem;
}
.title_data {
  margin-top: 30px;
}
.title_data dl {
  display: flex;
}
.title_data dl + dl {
  margin-top: 10px;
}
.title_data dl dt {
  color: #fff;
  margin-right: 10px;
  padding: 0 .3em;
  font-size: 1.2rem;
  border-radius: 4px;
  background: #999;
}
.title_data dl dd {
  font-size: 1.4rem;
}



.container{
      width: calc(100% - 7vw);
          margin-left: 7vw;
      padding: 80px 9vw 80px;
    background-color: #fff;
    }

.wrapper.topcont .container {
  margin-top: -40px;
}

.wrapper2 {
    padding-bottom:8vh;
  font-family: 'Noto Serif JP', sans-serif;
  background: #f5f5f5;
}
.wrapper2 .title_section {
      width: 100%;
    padding: 7vh 0 7vh 8vw;
}
.wrapper2 .main_title {
  width: 100%;
}






.flow_list {
  position: relative;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_list li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #aaa;
  font-size: 1.3rem;
  letter-spacing: .05em;
}
.flow_list li:before {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  z-index: 2;
}
.flow_list li:after {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #f5f5f5;
}
.flow_list li:first-child:after {
  content: none;
}
.flow_list li.active, .flow_list li.comp {
  color: #20AEE5;
}
.flow_list li.active:before, .flow_list li.comp:before, .flow_list li.active:after, .flow_list li.comp:after {
  background-color: #20AEE5;
}
.flx {
  display: flex;
}
.kc {
  color: #00008B;
  background: rgba(255,255,255,0.5);
}
.main_section {
  margin-top: 100px;
}
.c_title {
  font-size: 2rem;
}
.form_complete .c_title {
  font-size: 2.4rem;
}
.s_title {
  position: relative;
  padding: 1rem 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
}
.s_title:before {
  content: '';
  position: absolute;
  width: 20%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #20AEE5;
}

.section{
	margin-top:50px;
}

.section_s {
  margin-top: 30px;
}
.form_row {
  display: flex;
  margin-top: 40px;
}
.confirm .form_row {
  margin-top: 15px;
}
.f_label {
  width: 250px;
  font-weight: 700;
}
.f_desc {
  width: calc(100% - 250px);
}
.form_complete .section p {
  margin-top: 2rem;
}
.scroll {
   width: 100%;
  height: 180px;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #ececec;
  overflow: auto;
}
.privacy {
  text-align: center;
  margin: 4rem auto;
}
.f_label {
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.must {
  padding: 4px 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  border-radius: 3px;
  background-color: #20AEE5;
}



@media screen and (max-width: 1024px) {
    .topcont .main_title{
        width:60%;
    }
    .wrapper .title_section {
padding: 6vh 0 10vh 8vw;
  background-size: auto 80%;
}
	.flx{
		display:block;
	}
	.shiryo a{
		width:250px;
	}
}
@media screen and (max-width: 768px) {
        .topcont .main_title{
        width:90%;
    }
        .wrapper .title_section {
        padding: 3vh 4vw;
  background: url(../images/mv.png) no-repeat center right;
			
  background-size: auto 60%;
}
    .main_title {
  font-size: 2.2rem;
}  
    .container {
          width: 100%;
        margin-left: 0;
            padding: 40px 4%;
    }
    .wrapper.topcont .container {
    margin-top: 0;
}   
    
    .section {
  margin-top: 40px;
}
        .flow_list {
                      margin: 0 auto 3rem;
    }
    .flow_list li {
  padding:0 1rem;
      
    }

    .f_label,
    .f_desc {
  width: 100%;
}
    .f_label{
justify-content: flex-start;
        margin-bottom: 1rem;
    }
    .must{
        margin-left:1.5rem;
    }
    .form_row{
        flex-direction: column;
            margin-top: 3rem;
    }
    .confirm .form_row {
    margin-top:2rem;
}
       .confirm .form_row .f_label{
        margin-bottom: 0;
    }
	
	.shiryo a{
		width:150px;
		font-size:1.2rem;
	}
}


@media screen and (max-width: 420px) {
	.shiryo a{
		width:auto;
	}
	.wrapper .title_section {
        padding: 3vh 4vw;
  background: url(../images/mv.png) no-repeat right;
			
  background-size: auto 40%;
}
}


/*------------------------------------------------
	form
------------------------------------------------*/
::-webkit-input-placeholder, :-ms-input-placeholder, :-moz-placeholder, ::placeholder {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #cdcdcd;
}
.form_section .flx div {
  position: relative;
}
.form_section .flx div + div {
  margin-left: 30px;
}
.form_section input:not(.input_button):not(.input_check), .form_section textarea, .selectboxsec {
  max-width: 47rem;
  width: 100%;
  height: 6rem;
  padding-left: 1rem;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 4px;
}
.selectboxsec {
  max-width: 8rem;
  height: 4rem;
  width: 100%;
}
.form_section input.text_sbox {
  max-width: 7.5rem !important;
}
.form_section .check_wrapper input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 2.375rem;
  height: 2.375rem;
}
.form_section .radio_wrapper input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 2.375rem;
  height: 2.375rem;
}
.input_radio, .input_check {
  display: none;
}
.label_radio, .label_checkb {
  position: relative;
  display: block;
  cursor: pointer;
}
.radio_txt {
  position: relative;
  display: inline-block;
}
.radio_txt::before, .radio_txt::after {
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio_txt::before {
  position: relative;
  display: inline-block;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  top: 15px;
  margin-right: 10px;
  border-radius: 50%;
}
.radio_txt::after {
  position: absolute;
  display: block;
  left: 4px;
  top: 15px;
  width: 14px;
  height: 14px;
  background: #20AEE5;
  border-radius: 50%;
  opacity: 0;
}
.form_section input[type=radio]:checked + .radio_txt:after {
  opacity: 1;
}
.label_checkb input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox_txt {
  position: relative;
  display: inline-block;
}
.checkbox_txt::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f5f8fa;
  border: 1px solid #cbd6e2;
}
.input_check:checked + .checkbox_txt::before {
  background: #20AEE5;
}
.input_check:checked + .checkbox_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.bottom_btn {
  margin-top: 50px;
  display: flex;

  justify-content: center;
}
.btn_submit, .btn_gray {
  display: inline-block;
  padding: 20px 35px;
  color: #fff !important;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  letter-spacing: .08em;
}
.btm_btn{
     cursor: pointer;
}
.bottom_btn .btn_submit {
  background: #419CF7;
}
.bottom_btn .btn_gray {
  background: #999 !important;
}
.btm_btn + .btm_btn {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    .flx.check_wrappwer{
        flex-direction: column;
    }
         .form_section .flx.check_wrappwer div + div {
    margin-left: 0;
}    
}

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






.flow{
	width: 80%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    font-size: 15px;
	position: relative;
}

.flow_title{
	width: 30%;
	max-width:180px;
	min-width: 170px;
    background: #e5e5e5;
    box-sizing: border-box;
    padding: 20px 0 0px;
    min-height: 100px;
}

.flow_title p{
	text-align: center;
    color: #4D4D4D;
    line-height: 1.9em;
}

.flow_title p span{
	font-weight: 400;
}

.flow_detail{
	width: calc(100% - 180px);
    box-sizing: border-box;
    padding: 15px 30px;
}

.flow_detail p{
	
	text-align:justify;
}

.important{
	margin-top:1.0rem;
	font-weight: 500;
}

.important span{
		font-size:2rem;
	font-weight:bolder;
}

.secound:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    background: url(../images/under.png) no-repeat center center;
    background-size: contain;
}



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


	.flow{
	margin:0 auto;
		width:95%;
}


}



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


	.flow{
	display:block;
		width:100%;
		padding:30px 0;
}
	.flow_detail{
		width:100%;
		padding: 15px 0;
	}
	.flow_title{
		width:auto;
		margin:0 auto;
	}

}




/*セクション2*/

.cancel{
	margin:30px 0;
}

.name{
	margin:1.0rem 2.0rem;
	border-left: solid 1px #E6E6E6;
	padding-left:1.0rem;
}

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

.name{
	margin:1.0rem 0.5rem;
}

}


.form a{
	width: 280px;
	color: #f8f8f8; /* 文字の色 */
	background: #419CF7; /* ボタンの背景色 */
	transition: .2s;
	box-shadow: 0 3px 0 #00000029;
	padding: 20px 0;
	margin:50px auto 0;
	font-size: 16px;
}

.btn a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}

.btn a{
	 /* 文字のサイズ */
	text-decoration: none;
	text-align: center;
	
	 /* ボタンの幅 */
	display: block;
		border:solid 2px #419CF7;
	border-radius: 3px;
}

.shiryo a{
	color:#419CF7;
	padding: 8px 20px;
	    margin: 30px 0 0 30px ;

}
