@charset "utf-8";
/* CSS Form */


/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/* common */
.disnone { display: none;}
.mainvis img {
  max-width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}

main h1 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 50px 0 20px 0;
  padding: 25px 8px 25px 8px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 48%);
  padding-left: calc(50vw - 48%);  
  display: flex;
  font-size: 24px; font-size: 2.4rem;
  font-weight:bold;
}
main p {
  margin-bottom: 15px;
}

.lead { margin: 0 8px 30px 8px;}
h2 {
  font-size: 18px; font-size: 1.8rem;
  margin: 0 0 22px 0;
  font-weight: bold;
}
.btn-area {
  max-width: 850px;
  margin: 0 auto 0 auto;
  padding: 0 8px 0 8px;
  text-align: center;
}
.btn-area p{
  font-size: 14px; font-size: 1.4rem;
  margin: 0 0 30px 0;
  text-align: left;
}

/* flow */
.flow { margin: 0 0 40px 0;}
.flow{
  overflow: hidden;
  width: 100%;
} 
.flow li{
  float: left;
  margin: 0 .5em 0 1em;
} 
.flow div{
  background: #EFFAFF;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}
.flow li.current div { background: #afddf2;}
.flow p{ display: inline;} 
.flow div::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.7em;
  border-width: 1.7em 0 1.7em 1em;
  border-style: solid;
  border-color: #EFFAFF #EFFAFF #EFFAFF transparent;
  left: -1em;
}
.flow div::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.7em;
  border-top: 1.7em solid transparent;
  border-bottom: 1.7em solid transparent;
  border-left: 1em solid #EFFAFF;
  right: -1em;
}
.flow li.current div { background: #afddf2;}

.flow li.current div::before {
  border-width: 1.7em 0 1.7em 1em;
  border-style: solid;
  border-color: #afddf2 #afddf2 #afddf2 transparent;
}
.flow li.current div::after {
  border-top: 1.7em solid transparent;
  border-bottom: 1.7em solid transparent;
  border-left: 1em solid #afddf2;
}
.flow li:first-child div::before { border: none;} 
.flow .current,
.flow .current:hover{
  font-weight: bold;
  background: none;
} 
.flow .current::after,
.flow .current::before{
  content: normal;
}
.flow li p { font-size: 14px !important;font-size: 1.4rem !important;}
.flow li p span { font-size: 19px !important;font-size: 1.9rem !important; padding: 0 10px 0 5px; line-height: 1.0;}

/* form */
.contact-box {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  border-top: 1px solid #D4D4D4;
}
.contact-box dl {
  display: flex;
  border-bottom: 1px solid #D4D4D4;
}
.contact-box dt {
  width: 30%;
  display: flex;
  align-items: center;
  background: #F0F0F0;
  padding: 15px 50px 15px 20px;
  position: relative;
}
.contact-box dt.need-box {
  background: #EFFAFF;
}
.contact-box dd {
  width: 70%;
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 20px;
  flex-wrap: wrap;
}
.contact-box dd h2{
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.contact-box dd p{
  font-size: 13px; font-size: 1.3rem;
  margin: 0 0 15px 0;
}
.contact-box dd li { margin-bottom: 10px;}
.contact-box dd li:last-child { margin-bottom: 0px;}

.contact-box i,.lead i,
.lead p span {
  background-color: #c1291f;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}
.contact-box i {
  position: absolute; top:17px; right: 10px;
}
.contact-box .need,.lead .need { background-color: #E75656;}
.contact-box .any { background-color: #aa9e7e;}

/* input */
main input, main button, main textarea, main select {
	margin: 0;padding: 0;background: none;border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 5px 8px 5px;
	font-size: 16px;font-size: 1.6rem;
	background: #fbfeff;
	}
.contact-box textarea {
	font-size: 16px !important;font-size: 1.6rem !important;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;font-weight: 500;/*pc and sp*/
	}

.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box input[type="number"],
.contact-box textarea {
    min-width: 80%;
    border: 1px solid #e3e4e6;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus{
  background: #FFFFFF;
  border: 1px solid #E7C075;
}
::-webkit-input-placeholder {	color:#a8a8a8;}
::-moz-placeholder { color:#a8a8a8;	}
:-ms-input-placeholder { color:#a8a8a8;}
:-moz-placeholder {	color:#a8a8a8;}

.contact-box input[type="tel"] {
    min-width: 0;
    width: 11em;
}
.contact-box input.short{
    min-width: 0;
    width: 11em;
}
.contact-box textarea {
    width: 100%;
    min-height: 10em;
}
.contact-box textarea.message2 {
    min-height: 3em;
}
.contact-box select {
    padding: .3em .6em;
    border: 1px solid #e3e4e6;
    background: #fbfeff;
}
textarea {  
    resize: none;  
}
/* button */
 main .button{  
  width: auto;
  margin: 0 auto 0 auto;
  padding:25px 50px;
	-moz-box-shadow: 1px 1px 4px 0px #adadad;
	-webkit-box-shadow: 1px 1px 4px 0px #adadad;
	box-shadow: 1px 1px 4px 0px #adadad;
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-size: 18px !important;font-size: 1.8rem !important;
  font-weight: bold;
	text-decoration:none;
  position: relative;
  background: url(../img/arrow_white.png) no-repeat #2dabf9;
  background-size: 11px 10px;
  background-position: 96% 49%;
}

main .button.return {
  margin: 0 auto 0 auto;
  padding:25px 23px;
	-moz-box-shadow: 1px 1px 4px 0px #adadad;
	-webkit-box-shadow: 1px 1px 4px 0px #adadad;
	box-shadow: 1px 1px 4px 0px #adadad;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-size: 18px !important;font-size: 1.8rem !important;
  font-weight: bold;
	text-decoration:none;
  position: relative;
  background:url(../img/arrow_white2.png) no-repeat #666666;
 /* transform: rotate(180deg);*/
  background-size: 11px 10px;
  background-position: 7% 49%;
}
.btn-area ul {
  width: 70%;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
}
main ul li:nth-of-type(1) {
  margin-right: 0px;
  min-width: 150px;
}
main ul li:nth-of-type(2) {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main ul .button { width: 90%;}
main .button:hover { background-color:#0688fa;}
main .button.return:hover { background-color:#838383;}


/* エラー */

/* label */
.contact-box .labelTxt{
	margin: 20px 0 5px 0;
	display: block;
}

/* radio checkbox */
input[type=radio], input[type=checkbox] { display: none;}
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0px 5px 0px 42px;
  /*  margin: 0 20px 7px 0;
  padding: 8px 12px 7px 42px;*/
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
.radio:hover, .checkbox:hover {
  background-color: #e0f1f3;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #58bbdb;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 2px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #58bbdb;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #58bbdb;
  border-bottom: 3px solid #58bbdb;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/* finish */
.finish-box .inr {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f8f8;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 700px;
	margin: 0 auto 20px;
}
.finish-box .inr .photo {
	flex-shrink: 0;
  margin: 0 20px 20px 20px;
}
.finish-box2 .inr {
  padding: 20px;
  -webkit-border-radius: 5px;
	border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #d1f3fa;
  max-width: 700px;
	margin: 0 auto 40px;
}

.finish-box h3 {
  font-size: 16px; font-size: 1.6rem;
  font-weight: bold;
}
.finish-box p,.finish-box2 p {
  font-size: 14px; font-size: 1.4rem;
  margin: 0 0 15px 0;
}
.finish-box p a,.finish-box2 p a {
  font-size: 16px; font-size: 1.6rem;
  margin: 0 0 15px 0;
}
.finish-box ul {
  margin: 0 0 20px 35px;
}
.finish-box li {
  font-size: 11px; font-size: 1.1rem;
}
.finish-box img,.finish-box2 img {
  margin: 0 15px 0 0;
}


/* All END */


/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～ 
---------------------------------------------------- */
@media screen and (min-width: 961px) {
	


/* (PC) 961px～  END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
	
	.spOnly { display: none; }
	
	
/*(tablet and PC) 769px～  END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet　only)  769～960px
---------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 960px) {


/* 769～960p x*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	.pcOnly { display: none; }
  
  main h1 {
  margin: 25px 0 20px 0;
  font-size: 1.8rem;
  }
  
  .contact-box dl {
  display:block;
  border-bottom: 1px solid #D4D4D4;
  }
.contact-box dt {
    width: 100%;
    display:block;
    align-items: center;
    background: #F0F0F0;
    padding: 15px 50px 15px 20px;
    position: relative;
  }
  .contact-box dt.need-box {
    background: #EFFAFF;
  }
  .contact-box dd {
    width: 100%;
    display:block;
    align-items: center;
    padding: 15px 20px 15px 20px;
    flex-wrap: wrap;
  }
  .contact-box input {
    margin-bottom: 30px;
  }
  .contact-box input.short{
    min-width: 0;
    width: 38%;
  }
	main .button {
    width: 96%;
    margin: 0 2% 0 2%;
    padding:25px 0;
    background: url(../img/arrow_white.png) no-repeat #2dabf9;
    background-size: 11px 10px;
    background-position: 96% 49%;
  }
  .btn-area ul {
    width: 94%;
    margin: 0 8px 0 8px;
    display: flex;
    justify-content: center;
  }
  main ul li:nth-of-type(1) {
    margin-right: 15px;
    min-width: 80px;
  }
  main ul li:nth-of-type(2) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .flow { margin: 0 0 40px 0;}
  .flow{
    overflow: hidden;
    width: 100%;
  } 
  .flow li{
    float: left;
    margin: 0 .5em 0 0.7em;
  } 
  .flow div{
    background: #EFFAFF;
    padding: .7em 0.2em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
  }
  .flow li.current div { background: #afddf2;}
  .flow p{ display: inline;} 
  .flow div::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.7em;
    border-width: 1.7em 0 1.7em 1em;
    border-style: solid;
    border-color: #EFFAFF #EFFAFF #EFFAFF transparent;
    left: -1em;
  }
  .flow div::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.7em;
    border-top: 1.7em solid transparent;
    border-bottom: 1.7em solid transparent;
    border-left: 1em solid #EFFAFF;
    right: -1em;
  }
  .flow li.current div { background: #afddf2;}

  .flow li.current div::before {
    border-width: 1.7em 0 1.7em 1em;
    border-style: solid;
    border-color: #afddf2 #afddf2 #afddf2 transparent;
  }
  .flow li.current div::after {
    border-top: 1.7em solid transparent;
    border-bottom: 1.7em solid transparent;
    border-left: 1em solid #afddf2;
  }
  .flow li:first-child div::before { border: none;} 
  .flow .current,
  .flow .current:hover{
    font-weight: bold;
    background: none;
  } 
  .flow .current::after,
  .flow .current::before{
    content: normal;
  }
  .flow li p { font-size: 9px !important;font-size: 0.9rem !important;}
  .flow li p span { font-size: 9px !important;font-size: 0.9rem !important; padding: 0 3px 0 0px; line-height: 1.0;}
  .radio:before { 
    top: 50%;
    margin-top: -7px;
  }
  .finish-box .inr,.finish-box2 .inr {
    margin: 0 8px 20px;
    padding: 10px 8px 10px 8px;
  }
  .finish-box .inr .photo {
    width: 20%;
    margin: 0 15px 15px 10px;
  }
  .finish-box ul {
    margin: 0 0 20px 8px;
  }

/* smartPhone END */
}

@media screen and (max-width: 499px) {
    .contact-box input{
        width: 100%;
        min-width: 100%;
    }
    .contact-box input + .note {
        margin: 0;
    }
}