@charset "utf-8";



/* CMS Template(CSS編集はCMS管理画面から)

/common/css/common.css

 Update:  <mt:Date format="%Y-%m-%d %p %I:%M"> */





/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

/* common reset ==== */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, ection, summary,time, mark, audio, video { margin: 0; padding : 0; border: 0; font-style : normal; font-weight: normal;font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
html { overflow-y: scroll; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
input, textarea{ margin: 0; padding: 0; vertical-align: middle; }
ol, ul{ list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
a:focus { outline: none; }
a { -webkit-tap-highlight-color: transparent; }
main { display: block; overflow: hidden; }
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input[type="text"]:focus,button{ outline: 0; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/* common ==== */

html { -webkit-text-size-adjust: 100%; font-size: 62.5%; overflow-x: hidden;}



body {
	color: #333333;
	font-size: 1.7rem;
	line-height: 1.7;
  font-family:"游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button, input, select, textarea, option {
  font-family : inherit;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, YuGothic, "Original Yu Gothic", "Yu Gothic", sans-serif;
	}
}



/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
.head-in{
  max-width: 1200px;
  margin: 30px auto;
}
.tit-area{
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.tit-area h1{
  font-weight: bold;
  font-size: 3.6rem;
}
.contact-box{
  max-width: 1200px;
  margin: 50px auto 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.txt-box{ width: 46.25%;}
.txt-box > p{
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.txt-box figure{
  margin-bottom: 30px;
  text-align: center;
}
.txt-box .note p{
  color: #db0000;
  font-weight: bold;
  margin-bottom: 40px;
}
.txt-box .c-tel{
  display: block;
  position: relative;
  border: 4px solid #f2f2f2;
  text-align: center;
  padding: 40px 20px 20px;
}
.txt-box .c-tel dt{
  font-weight: bold;
  color: #fff;
  display: block;
  width: 18em;
  position: absolute;
  padding: 5px 0;
  background: #c1291f;
  top: -15px; left: 0; right: 0;
  margin: auto;
}
.txt-box .c-tel a{
  text-decoration: none;
  font-weight: bold;
  color: #c1291f;
  font-size: 4.3rem;
  line-height: 1.3;
}
.form-box{ width: 48%; }
.input-box{
  background: #f6f6f6;
  padding: 25px 35px;
  margin-top: 30px;
}
.input-box dt{ font-weight: bold;}
/*.input-box dt span{ font-weight: bold; color: #c1291f;}*/

.input-box dt span,
div.contact-box div.form-box p span.hissu{
  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;
}



.input-box dl+dl{ margin-top: 12px;}

.input-box dd p{ font-size: 1.4rem;}
.input-box dd .attention{
  text-indent: -1em;
  padding-left: 1em;
}
.input-box dd p a{ color: #0064ca;}
.input-box dd p a:hover{ text-decoration: none;}
.input-box input,.input-box select,.input-box button,.input-box textarea{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}
.input-box input[type=text]{
  background: #fff;
  width: 100%;
  font-size: 1.7rem;
  padding: 5px 10px;
  border: 1px solid #fff;
  margin-bottom: 5px;
}

@media all and (-ms-high-contrast: none) {
  .input-box input[type=text]{
    padding: 10px;
  }
}
.input-box input:focus,.input-box select:focus,.input-box textarea:focus{
  border: 1px solid #E89700;
}
.input-box input:focus::-webkit-input-placeholder {	color: transparent;}
.input-box input:focus::-moz-placeholder {	color: transparent;}
.input-box input:focus::-ms-input-placeholder {	color: transparent;}
.input-box input:focus::placeholder {	color: transparent;}
.input-box select{
  padding: 5px 35px 5px 10px;
  font-size: 1.7rem;
  margin-bottom: 5px;
  border: 1px solid #fff;
  background:#fff url("../img/ico_down.png") right 10px center / 15px auto no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .input-box select {
     padding: 8px 35px 8px 10px;
  }
}

.input-box select::-ms-expand { display: none;}
.input-box input[type=checkbox],
.input-box input[type=radio]{ display: none;}

.input-box textarea{
  width: 100%;
  padding: 5px 10px;
  line-height: normal;
  height: 6em;
  border: 1px solid #fff;
  background: #fff;
  font-size: 1.7rem;
}

.input-box .check ul,.input-box .r-radio ul{
  display: flex;
  flex-wrap: wrap;
}
.input-box .check li,.input-box .r-radio li{
  margin-right: 15px;
}
.input-box .r-radio li span,
.input-box .check li span,
.input-box .agree span{
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

.input-box .r-radio li span::before,
.input-box .check li span::before,
.input-box .agree span::before{
  content: "";
  display: block;
  width: 20px; height: 20px;
  background: #fff;
  flex-shrink: 0;
  margin-right: 5px;
  border: 2px solid #d1d1d1;
  transition: .3s;
}
.input-box .r-radio li span::before{
  border-radius: 50%;
}
.input-box .r-radio li span::after{
  content: "";
  position: absolute;
  display: block;
  width: 10px; height: 10px;
  background: #c1291f;
  border-radius: 50%;
  top: 0; bottom: 0; left: 5px;
  margin: auto;
  transition: .1s;
  opacity: 0;
}
.input-box .check li span::after,
.input-box .agree span::after{
  content: "";
  position: absolute;
  display: block;
  width: 6px; height: 10px;
  top: -2px; bottom: 0; left: 7px;
  margin: auto;
  border-right: 2px solid #c1291f;
  border-bottom: 2px solid #c1291f;
  transform: rotate(45deg);
  transition: .1s;
  opacity: 0;
}

.input-box .r-radio li input:checked + span::before,
.input-box .check li input:checked + span::before,
.input-box .agree input:checked + span::before{ border-color: #c1291f;}

.input-box .r-radio li input:checked + span::after,
.input-box .check li input:checked + span::after,
.input-box .agree input:checked + span::after { opacity: 1;}

.input-box .name ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.input-box .name li{ width: 48%;}
.input-box .post input{ width: 20%;}
.input-box .post input:first-of-type{ width: 15%;}
.input-box .tel input{ max-width: 200px;}
.input-box .agree{
  display: inline-block;
  margin: 15px 0;
  transition: .3s;
  border: 1px solid #fff;
}
.input-box .agree:hover{ border: 1px solid #E89700;}
.input-box .agree span{
  padding: 10px 15px;
  background: #fff;
}
.input-box .agree span::before{
  width: 25px; height: 25px;
  margin-right: 7px;
}
.input-box .agree span::after{
  width: 7px; height: 11px;
  top: -4px; bottom: 0; left: 24px;
}

.btn-area {margin: 30px auto; }
.btn-area button,.top-btn a{
  background: #c1291f;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  font-size: 2rem;
  padding: 25px 20px;
  position: relative;
  transition: .3s;
}
.btn-area button::before,.top-btn a::before{
  content: "";
  position: absolute;
  display: block;
  top: 0; bottom: 0; right: 15px;
  margin: auto;
  width: 12px; height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn-area button:hover,
.top-btn a:hover{ opacity: .7;}

.copy{
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: #2c2c2c;
  padding: 80px 0;
}

.input-box .error input,.input-box .error select,
.input-box .error textarea,
.input-box .error .agree span{
  background-color: #FDEBEC;
  border-color: #CC0003;
}
.input-box .error .agree{ border-color: #CC0003; }
.input-box .err-txt{
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #c1291f;
  padding-left: 20px;
  background: url("../img/ico_warning.png") left center / 15px auto no-repeat;
}
.input-box .error select{
  background-image: url("../img/ico_down02.png");
}
.input-box .error select option{ background: #fff;}


.confirm .form-box,
.thanks .form-box{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.confirm .form-box > p,
.thanks .form-box > p{ text-align: center;}
.confirm .input-box dl{
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.confirm .input-box dl + dl{ margin-top: 0;}
.confirm .input-box dt{
  text-align: right;
  width: 40%;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #e5e5e5;
}
.confirm .input-box dd{
  flex: 1;
}
.confirm .btn-area ul{
  display: flex;
  justify-content: space-between;
  max-width: 745px;
  margin: 0 auto;
}
.confirm .back-btn{ width: 34%;}
.confirm .back-btn button{ background: #3d3d3d;}
.confirm .back-btn button::before{
  right: auto; left: 15px;
  transform: rotate(-130deg);
}
.confirm .sbmt-btn{ width: 62%;}

.thanks .input-box{
  padding: 60px 35px;
}
.thanks .input-box > p{
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.thanks .dl-box a{
  display: block;
  max-width: 460px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  border: 1px solid #dcdcdc;
  transition: .3s;
}
.thanks .dl-box a:hover{ opacity: .7;}
.thanks .dl-box p{
  font-weight: bold;
  font-size: 2rem;
  background: #666666 url("../img/ico_dl.png") 15px center / 25px auto no-repeat;
  padding: 10px 10px 10px 55px;
}
.top-btn a{
  text-decoration: none;
  text-align: center;
  max-width: 360px;
  margin: 60px auto 0;
}
/*All END*/


 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
  .number a{ pointer-events: none;}
	
/*tablet PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  body{ font-size: 1.4rem;}
  .head-in{ margin: 15px 0;}
  .head-in p{
    margin-left: 10px;
    max-width: 100px;
  }
  
  .tit-area{ padding: 15px 0;}
  .tit-area h1{ font-size: 1.8rem;}
  .contact-box{ margin: 25px 15px 40px; }
  .txt-box{ width: 100%; margin-bottom: 30px;}
  
  .txt-box > p{ margin-bottom: 15px; }
  .txt-box figure{ margin-bottom: 15px;}
  
  .txt-box .c-tel{ padding: 30px 15px 15px;}
  
  .txt-box .c-tel dt{
    left: 50%; right: auto;
    transform: translate(-50%, 0);
  }
  
  .txt-box .c-tel a{ font-size: 3.2rem;}
  .form-box{ width: 100%; }
  .input-box{ padding: 15px; margin-top: 15px;}
  .input-box dd p{ font-size: 1.2rem;}
  
  .input-box input[type=text]{
    font-size: 1.4rem;
    padding: 8px 5px;
    line-height: normal;
  }
  .input-box select{
    font-size: 1.4rem;
    padding: 7px 25px 7px 5px;
    background-size: 10px auto;
  }
  .input-box textarea{ padding: 8px 5px; font-size: 1.4rem;}
  .input-box .name li{ width: 100%;}
  .input-box .name li+li{ margin-top: 5px;}
  .btn-area{ margin-top: 15px 0;}
  .btn-area button,.top-btn a{
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 15px;
  }
  .btn-area button::before,
  .top-btn a::before{ width: 9px; height: 9px;}
  .copy{ padding: 40px 0;}
  .input-box .err-txt{ font-size: 1.2rem;}
  
  .confirm .form-box > p,
  .thanks .form-box > p{ text-align: left;}
  .confirm .input-box dl{
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .confirm .input-box dl + dl{ margin-top: 15px;}
  .confirm .input-box dt{
    text-align: left;
    width: 100%;
    padding: 0; bottom: 0;
    border: none;
  }
  .thanks .input-box{ padding: 30px 15px;}
  .thanks .input-box > p{ font-size: 1.6rem; margin-bottom: 15px;}
  
  .thanks .dl-box p{ font-size: 1.6rem;}
  .top-btn a{ margin-top: 30px; width: 80%; padding: 15px;}
  
/*smartPhone END*/
}