@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body {
	height:100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.4rem;
	line-height: 1.75em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

select::-ms-expand {
  display: none;
}

/*
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ol, ul, li, form, input, textarea, button,
table, tr, th, td, article, aside, footer, header,
hgroup, nav, section, a, span, img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*/

body {
	min-width: 950px;
}

a {
	color: #000;
	font-size: 1.5rem;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}

a img {
	transition: opacity 0.3s ease-out;
}
a:hover img {
	opacity: 0.7;
}
figure {
	text-align: center;
	line-height: 0;
}
.sp {
	display: none;
}
.wrap {
	width: 96%;
	max-width: 950px;
	margin: auto;
}
.text-align-center {
	text-align: center;
}
.fwb {
	font-weight: bold;
}
.color-red {
	color: #8c0721;
}
.highlight {
	background: linear-gradient(transparent 65%, #ffe144 50%);
}
.udl {
  border-bottom: 1px solid #111;
}



/* ------------------------------
    flex
------------------------------ */
.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


/* ------------------------------
    main
------------------------------ */
.txt {
  font-size: 1.67rem;
  line-height: 1.55;
  color:#111;
  margin-bottom: 22px;
}
.ttl{
  text-align: center;
}
.sec-ttl {
  background: #95701b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 143px;
  border-top: 4px solid #2f1e10;
  margin-bottom:  40px;
}
.sec-ttl2 {
  height: 250px;
  padding: 40px 0 0;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  background: url(../img/ttl_ptn2_bg.png) repeat-x center top;
  background-size: cover;
}
  .sec-ttl2 span {
    padding-top: 2px;
    display: block;
  }

.contents-wrap {
	box-shadow:0 0 4px 2px rgba(0,0,0, .3);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.contents-wrap.w935 {
	width: 935px;
}
.contents-wrap.w950 {
	width: 950px;
}

/* ------------------------------
*  mv
------------------------------ */
#mv{
	background-image: url(../img/header_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 65px;
}
#mv .header-bg{
  background: url(../img/header_line_bg.png) repeat-x 0 0;
  position: relative;
  padding-top: 65px;
  z-index: 9998;
}
#mv .header-bg:before{
  content: "";
  display: inline-block;
  width: 75px;
  height: 65px;
  background-image: url(../img/header_emblem.png);
  background-size:  contain;
  vertical-align: middle;
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%,0);
}
#mv .header-bg .main-title img{
	display: none;
}
#mv .header-bg .main-title {
	background: url(../img/main.png) no-repeat center top;
 
	height: 682px;
  position: relative;
  left:3px;
  margin:0 auto 57px;
  max-width:1137px;
}
#mv .line{
  height: 62px;
  padding-top: 20px;
}
#mv .line p {
  font-size: 2.4rem;
  color: #4a311c;
  text-align: left;
  line-height: 20px;
  max-width: 950px;
  margin: 0 auto;
  font-weight: 500;
}

#mv .lead-contents{
  background: url(../img/header_lead_bg.png) repeat-x center bottom;
  background-size: contain;
  padding-bottom: 360px;
  
  position: relative;
  z-index: 9998;
}
#mv .lead-contents .wrap{
  padding-left: 17px;
}
#mv .lead-contents .ttl{
  padding:0 26px 20px 16px;
}
#mv .lead-contents p {
	margin-bottom: 30px;
}
  #mv .lead-contents p.txt {
    margin-bottom: 30px;
    padding-left: 17px;
  }
#mv .lead-contents ul {
	margin-bottom: 56px;
  padding-left: 17px;
}
#mv .lead-contents ul li {
/*
	font-family: 'Noto Serif JP', serif ;
  */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
	font-size: 2.4rem;
  line-height: 1.4;
  padding-left: 42px;
  margin-bottom: 18px;
	background: url('../img/ico_check.png') no-repeat left 0.4rem;
  color:#111;
}


/* ------------------------------
*  cta
------------------------------ */
.cta {
  display: none;
}
.cta_bg {
  height: 186px;
  padding: 48px 0 0;
  line-height: 1;
  text-align: center;
  background: url(../img/ttl_ptn2_bg.png) repeat-x center top;
  background-size: cover;
}

/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
	background-image: url(../img/header_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center 64%;
  margin-bottom: 46px;
}
.sec01 .sec-ttl {
	margin-bottom: 47px;
	padding: 20px 0;
  font-size:4.1rem;
  line-height: 1.2;
}
.sec01 .contents-wrap{
  padding:18px 14px;
  margin-bottom: 55px;
}
.sec01 .contents-wrap .inner-box{
  margin:0 auto;
  border:4px solid #bfa55a;
  padding:33px 27px;
  
  background: url(../img/frame_bottom.png) no-repeat center 98%;
}

.sec01 .txt {
  padding:0 26px;
}
.sec01 ul li {
	padding-left: 40px;
	margin-bottom: 44px;
	font-size: 1.7rem;
	line-height: 1.5;
	background: url(../img/sec01_ico_check.png) no-repeat left 0.1em;
  position: relative;
}
.sec01 ul li+li:before{
  content: "";
  display:block;
  position: absolute;
  width:100%;
  height:6px;
  background: url(../img/frame_line.png) no-repeat 40% 50%;
  top:-28px;
}
.sec01 ul li:last-child{
  margin-bottom: 16px;
}

/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
  background: url(../img/gold_bg.jpg) repeat center top;
  background-size: cover;
  padding-bottom: 55px;
}
.sec02 .sec-ttl2{
  margin-bottom: 18px;
  padding-top:64px;
}
.sec02 .contents-wrap {
	padding: 34px 14px 30px;
}
.sec02 .contents-wrap .inner-box{
  width:907px;
  margin:0 auto 35px;
  border:4px solid #bfa55a;
  padding:33px 0 40px;
  background-image: url(../img/frame_bottom.png) , url(../img/frame_top.png);
  background-repeat: no-repeat , no-repeat;
  background-position: center 99% , center 1.2%
}
  .sec02 .contents-wrap .inner-box:last-child{
    margin-bottom: 0;
  }

.sec02 .contents-wrap .contents-sub-title{
	margin-bottom: 30px;
	padding-top: 48px;
  text-align: center;
}
.sec02 .contents-wrap .contents-sub-title2{
	font-size: 3.6rem;
  color:#8c0000;
  font-weight: bold;
  text-align: center;
  padding:20px 0 45px;
}
.sec02 .txt-box1 {
  padding :0 26px;
}
.sec02 .txt-box2 {
  padding :0 0 0 26px;
}
.sec02 .txt-box3 {
  padding :10px 0 0 26px;
}
.sec02 .fig1{
  padding: 0 60px 0 34px;
}
.sec02 .fig2{
  padding: 0 32px 30px 54px;
}
.sec02 .fig3{
  padding: 0 14px 0 37px;
}
.sec02 .fig4{
  padding: 0 62px 0 60px;
}
.sec02 .txt-box p {
  margin-bottom: 22px;
  font-size: 1.7rem;
  line-height: 1.55;
}
.sec02 p.txt{
  padding:0 20px 0 26px;
}
.sec02 p.txt.main{
  padding:0 16px 0 16px;
  font-size: 1.67rem;
}

/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
	background-color: #f7f9e1;
  padding-bottom: 12px;
}
.sec03 .sec-ttl {
	margin-bottom: 35px;
	padding: 40px 0 0;
  font-size:6.2rem;
  line-height: 1;
}
.sec03 .contents-wrap {
	padding: 22px 16px 30px 16px;
  margin-bottom: 30px;
}
.sec03 .contents-wrap .voice_txt {
  padding:0 6px 0 10px;
}
.sec03 .contents-wrap .voice_txt p {
  font-size: 1.67rem;
  line-height: 1.55;
  color:#111;
}
  .sec03 .contents-wrap .voice_txt p+p {
    margin-top: 22px;
  }
.sec03 .contents-wrap dl{
  padding-bottom: 10px;
  padding-top: 8px;
  border-bottom: 1px dotted #cccccc;
  margin:0 auto 18px;
}
.sec03 .contents-wrap dt{
  color:#8c0000;
  font-size:3.1rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 9px;
  letter-spacing: -0.15rem;
}
.sec03 .contents-wrap dd{
  font-size:1.87rem;
  text-align: right;
  font-weight: bold;
  line-height: 1.2;
  padding-right: 10px;
}


/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
	background-image: url(../img/header_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center 240px;
  padding-bottom: 32px;
}
.sec04 .sec-ttl2 {
	margin-bottom: 32px;
}
.sec04 .contents-sub-title{
  margin-bottom: 38px;
}
.sec04 .contents-sub-title2{
	font-size: 3.75rem;
  color:#8c0721;
  font-weight: bold;
  text-align: center;
  padding:25px 0 26px;
}
.sec04 .wrap {
	padding: 0 26px;
}
.sec04 .way-contents{
  margin:60px auto 30px ;
}
.sec04 .about-box{
  margin-top:50px;
}
.sec04 .way-contents .txt-box{
  width:570px;
  padding-right: 34px;
}
.sec04 .way-contents .fig-box{
  width:320px;
  line-height: 1;
}
  .sec04 .way-contents .fig-box.fig1{
    padding-top:114px;
  }
.sec04 .way-contents p,
.sec04 .way-contents dt,
.sec04 .way-contents dd{
  margin-bottom: 22px;
  font-size: 1.7rem;
  line-height: 1.6;
}
.sec04 .way-contents dt{
  font-size: 1.87rem;
  font-weight: bold;
}
ul.list01,
ul.list02{
  margin-bottom: 22px;
}
ul.list01 li {
  font-size: 3.1rem;
  line-height: 1.4;
}
ul.list01 li:before {
  content: "●";
  color: #8c0721;
}
ul.list02 li {
  margin-bottom: 20px;
  font-size: 1.7rem;
  line-height: 1.42;
}
ul.list02 li span{
  font-weight: bold;
  color:#333333;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 20px;
}
ul.list02 li span:before {
  content: "●";
}


/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
	background-image: url(../img/header_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center 100%;
  padding:48px 0 40px;
}
.sec05 .sec-ttl3 {
	margin-bottom: 50px;
  text-align: center;
}
.sec05 .txt-box {
  padding:28px 42px 0 26px;
}
.sec05 .txt-box p {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sec05 p.txt{
  padding:0 20px 0 26px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
  .sec05 p.txt:nth-of-type(6){
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }
.sec05 .fig3{
  position: relative;
}
.sec05 .fig3 img{
  position: relative;
  left:-40px;
}
.sec05 .sign{
  text-align: right;
  padding:0 36px 0
}
  .sec05 .sign img{
    display: inline-block;
  }




/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	figure {
		width: 100%;
		text-align: center;
	}
	img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	p {
		font-size: 1.4rem;
	}

	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	.txt {
    font-size: 1.4rem;
	}
  .udl::after {
    bottom: 0px;
  }

/* ------------------------------
    main
------------------------------ */
  .txt {
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
  .sec-ttl {
    height: 100px;
    margin-bottom:  40px;
  }
  .sec-ttl2 {
    height: auto;
    padding: 40px 0 0;
    font-size: 2.4rem;
  }
  .contents-wrap.w935 {
    width: 96%;
  }
  .contents-wrap.w950 {
    width: 96%;
  }


	/* ------------------------------
	*  mv
	------------------------------ */
  #mv{
    background-image: url(../img/sp/header_bg.jpg);
    background-position: center 44px;
  }
	#mv .header-bg .main-title.sp img {
		display: block;
		width: 100%;
	}
	#mv .header-bg .main-title{
    background: none;
    background-position: 0 0;
		height: auto;
		line-height: 0;
    margin:0 auto 1%;
    left:0;
	}
  #mv .header-bg{
    background: url(../img/sp/header_line_bg.png) repeat-x 0 0;
    position: relative;
    padding-top: 44px;
  }
  #mv .header-bg:before{
    width: 44px;
    height: 44px;
    background-image: url(../img/sp/header_emblem.png);
  }
  #mv .line{
    height: auto;
    padding: 2% 2% 4%;
  }
  #mv .line p {
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.2;
  }
  #mv .lead-contents{
    padding-top:3%;
    padding-bottom: 30%;
  }
  #mv .lead-contents .wrap{
    padding-left: 0;
  }
  #mv .lead-contents .ttl{
    padding:4% 3% 8%;
  }
  #mv .lead-contents p {
    margin: 0 3% 8%;
  }
    #mv .lead-contents p.txt {
      padding-left: 0;
    }
  #mv .lead-contents ul {
    margin:0 auto;
    width:94%;
    padding-left: 0;
  }
  #mv .lead-contents ul li {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 26px;
    background: url('../img/ico_check.png') no-repeat left 0.2rem;
    background-size: 20px;
  }
  

	/* ------------------------------
	*  cta
	------------------------------ */
  .cta {
    line-height: 1;
    text-align: center;
    padding: 0;
    display: block;
  }
  .cta_bg{
    height: auto;
    padding: 3% 0 2%;
  }
  .cta_bg img{
    display:none;
  }
	.cta_bg a {
    display: block;
		width: 90%;
		margin: auto;
		padding-top: 21.72%;
		background: url(../img/sp/btn_cta.png) 50% 50% no-repeat;
		background-size: 100%;
	}
	.cta_bg input[type="submit"] {
		width: 100%;
		margin: auto;
		padding-top: 15%;
		background: url(../img/sp/btn_cta.png) 50% 50% no-repeat;
		background-size: contain;
	}
  /*
	.box_input {
		width: 97%;
		height: 50px;
	}
	.box_input:before {
		width: 28px;
		height: 20px;
		line-height: 20px;
		font-size: 1.0rem;
	}
	input[type="text"] {
		padding-left: 50px;
		line-height: 50px;
		font-size: 1.6rem;
	}
	input[type="submit"] {
		width: 100%;
		margin: auto;
		padding-top: 15%;
		background: url(../img/sp/btn_cta.png) 50% 50% no-repeat;
		background-size: contain;
	}
	.form_txt {
		 width: 97%;
	}
*/

	/* ------------------------------
	*  sec01
	------------------------------ */
	.sec01 {
		padding: 5% 0 3%;
		min-height: auto;
    margin-bottom: 0;
	}
	@media (orientation: landscape) {
		.sec01 {
			background-position: left top;
		}
	}
  .sec01 .sec-ttl {
    margin-bottom: 5%;
    padding: 4% 0;
    font-size:2.6rem;
  }
    .android .sec01 .sec-ttl {
      padding: 6% 0;
      font-size:2.3rem;
    }
  .sec01 .contents-wrap{
    padding: 3%;
    margin-bottom: 5%;
  }
  .sec01 .contents-wrap .inner-box{
    padding:5% 3% 0;
  }
  .sec01 .txt {
    padding:0 3%;
  }
  .sec01 ul li {
    padding-left: 32px;
    margin-bottom: 36px;
    font-size: 1.4rem;
    background-size: 22px;
  }
  .sec01 ul li+li:before{
    background: url(../img/frame_line.png) no-repeat 36% 0%;
    top:-23px;
  }

	/* ------------------------------
	*  sec02
	------------------------------ */
	.sec02 {
		padding: 0 0 5% 0;
	}
  .sec02 .flex{
    display: block;
  }
  .sec02 .sec-ttl2{
    margin-bottom: 5%;
    padding :8% 2% 5%;
  }
  .sec02 .contents-wrap {
    padding: 5% 3%;
    margin-bottom: 3%;
  }
  .sec02 .contents-wrap .inner-box{
    width:100%;
    margin:0 auto 5%;
    padding:8% 3% 0;
  }
  .sec02 .contents-wrap .contents-sub-title{
    margin-bottom: 6%;
    padding-top: 0;
  }
  .sec02 .contents-wrap .contents-sub-title2{
    font-size: 2.8rem;
    line-height: 1.4;
    padding:5% 0;
  }
    .android .sec02 .contents-wrap .contents-sub-title2{
      font-size: 2.6rem;
    }
  .sec02 .txt-box1,
  .sec02 .txt-box2,
  .sec02 .txt-box3{
    padding :0;
  }
  .sec02 .fig1{
    padding: 2% 16% 5%;
  }
  .sec02 .fig2{
    padding: 2% 5% 5%;
  }
  .sec02 .fig3{
    padding: 3% 5% 5%;
  }
  .sec02 .fig4{
    padding: 1% 5% 8%;
  }
  .sec02 .txt-box p {
    font-size: 1.4rem;
  }
  .sec02 p.txt{
    padding:0;
  }
  .sec02 p.txt.main,
  .sec02 p.txt{
    padding:0;
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
  

	/* ------------------------------
	*  sec03
	------------------------------ */
  .sec03 {
    padding:0 0 5%;
  }
  .sec03 .sec-ttl {
    margin-bottom: 5%;
    padding: 6% 0;
    font-size:5.2rem;
  }
    .android .sec03 .sec-ttl {
      font-size:4.6rem;
      padding:8% 0;
    }
  .sec03 .contents-wrap {
    padding: 5% 3%;
    margin-bottom: 5%;
  }
  .sec03 .contents-wrap .voice_txt {
    padding:0;
  }
  .sec03 .contents-wrap .voice_txt p {
    font-size: 1.4rem;
    line-height: 1.55;
  }
  .sec03 .contents-wrap dl{
    padding-bottom: 3%;
    padding-top: 0;
    margin-bottom: 5%;
  }
  .sec03 .contents-wrap dt{
    font-size:2.4rem;
    padding-bottom: 3%;
  }
  .sec03 .contents-wrap dd{
    font-size:1.62rem;
    padding-right: 0;
  }

	/* ------------------------------
	*  sec04
	------------------------------ */
	.sec04 {
		padding: 0 0 5% 0;
	}
  .sec04 .flex{
    display: block;
  }
  .sec04 .sec-ttl2 {
    margin-bottom: 5%;
    font-size: 3.6vw;
    padding-top: 5%;
    padding-bottom: 3%;
    height: auto;
  }
    .sec04 .sec-ttl2 img {
      width:60%;
      min-width: 300px;
      margin-bottom: 3%;
    }
    .sec04 .contents-sub-title{
      margin: 0 3% 1% 3%;
    }
      .sec04 .contents-sub-title img{
        display: inline-block;
      }
      .sec04 .contents-sub-title.num01 img{
        max-width:150px;
        width:80%;
      }
      .sec04 .contents-sub-title.num02 img{
        max-width:220px;
        width:80%;
      }
      .sec04 .contents-sub-title.num03 img{
        max-width:300px;
        width:80%;
      }
        .android .sec04 .contents-sub-title.num03 img{
          width:90%;
        }
    
    .sec04 .contents-sub-title2{
      font-size: 2.6rem;
      padding:8% 0 4%;
    }
    .sec04 .wrap {
      padding:0;
    }
    .sec04 .txt{
      margin:0 auto;
      padding:0 3%;
    }
    
  .sec04 .way-contents{
    margin:10% 0 12%;
  }
  .sec04 .about-box{
    margin-top:0;
  }
  .sec04 .way-contents .txt-box{
    width:100%;
    padding-right: 0;
  }
  .sec04 .way-contents .fig-box{
    width:100%;
  }
  .sec04 .way-contents .fig-box.fig1{
    padding-top:0;
  }
  .sec04 .way-contents p,
  .sec04 .way-contents dt,
  .sec04 .way-contents dd{
    font-size: 1.4rem;
    line-height: 1.55;
  }
  .sec04 .way-contents dt{
    font-size: 1.6rem;
    margin-bottom: 0;
  }
    
    ul.list01{
      margin:0 auto 5%;
      width:95.1%;
    }
    ul.list02{
      margin:0 auto 8%;
      width:96%;
    }
    ul.list01 li {
      font-size: 1.72rem;
    }
    ul.list02 li {
      margin-bottom: 5%;
      font-size: 1.4rem;
    }
    ul.list02 li span{
      font-size: 1.9rem;
      margin-bottom: 2%;
    }

	/* ------------------------------
	*  sec05
	------------------------------ */
	.sec05 {
    padding-bottom: 5%;
	}
	.sec05 .flex {
    display: block;
	}
  .sec05 .sec-ttl3 {
    margin:0 auto 5%;
    width:96%;
  }
  .sec05 .txt-box {
    padding:0 3%;
  }
  .sec05 .txt-box p {
    margin-bottom: 22px;
    font-size: 1.4rem;
  }
  .sec05 p.txt{
    padding:0 3%;
    margin-bottom: 22px;
    font-size: 1.4rem;
  }
  .sec05 .fig3 img{
    width:60%;
    left:0;
  }
  .sec05 .sign{
    padding-right:3%;
    padding-top: 3%;
  }
}



/* ------------------------------
    contact
------------------------------ */
#contact {
  background: url(../img/gold_bg.jpg) repeat center top;
  background-size: cover;
  padding-bottom: 40px;
}
#contact .sec-ttl2 {
  margin-bottom: 38px;
}
#contact .contents-wrap {
  padding: 37px 26px 60px;
}
  #contact .contents-wrap .formwrap {
    position: relative;
  }
.form {
  width: 726px;
  margin: 0 auto;
  padding: 20px 0 16px;
}
.form .box {
  border-bottom: 1px dotted #000;
}
.form .box:last-of-type {
  border-bottom: none;
}
.form .box p {
  font-size: 1.4rem;
}
.form dl {
  display: flex;
}
.form dl dt {
  padding: 17px 35px 0 8px;
  vertical-align: top;
  width: 240px;
  font-weight: bold;
  position: relative;
  color: #333;
  font-size: 1.8rem;
}
.form dl dt .must {
  display: inline-block;
  color: #fff;
  background: #b12416;
  font-size: 1.3rem;
  padding: 0 .4em;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 35px;
  top: 22px;
}
.form dl dd {
  font-size: 1.8rem;
  width: calc(100% - 240px);
  padding: 17px 0;
  color: #333;
}
.form .address dl dd {
  padding-bottom: 10px;
}
.form .address p.a_right {
  margin-bottom: .5em;
  padding-left: 145px;
  font-size: 1.36rem;
}
.form dl dd .ph {
  font-size: 1.4rem;
  margin-left: .5em;
}
.form .message dl dd .ph {
  display: block;
  margin: .5em 0 1em;
}

input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  background: #fff;
  padding: 10px 15px;
  height: 32px;
  width: 100%;
  border: 1px solid #333333;
  color: #333;
  font-size: 1.4rem;
}

.form .inner{
  display: inline-block;
  width: 314px;
}
.form .check_wrap .formErrorContent{
  margin-top: -27px;
}

textarea {
  background: #fff;
  border: 1px solid #333333;
  color: #333;
  line-height: 1.6;
  padding: 15px;
  height: 225px;
  resize: vertical;
  width: 100%;
}

.check_wrap {
  display: flex;
}
.check_wrap div {
  position: relative;
}

input[type='radio'],
input[type='checkbox'] {
  visibility: hidden;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  position: relative;
  padding-left: 1.8em;
  font-size: 1.8rem;
  margin: 0 2.5em 0 .5em;
}

input[type='radio'] + label::before,
input[type='checkbox'] + label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .2em;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}

input[type='radio']:checked + label::after,
input[type='checkbox']:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b12416;
}
.btn input[type="button"] {
	display: block;
	width: 703px;
  height:110px;
	margin: 0 auto 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/btn_cta.png) 50% 50% no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.btn input[type="button"]:hover {
	opacity: .7;
}
p.privacy {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 30px;
  margin-bottom: 105px;
}

/*完了画面*/
#contact.thanks{
  min-height: calc(100vh - 123px);
}
.thanks .formwrap .txt span{
  display: block;
  font-size: 3rem;
  margin-bottom: 1em;
  text-align: center;
}

/* ------------------------------
*  footer
------------------------------ */
.footer {
	margin:0 auto;
}
.footer p.copy {
	font-size: 1.8rem;
	text-align: center;
  color:#111;
}
.footer ul{
  margin: 0 auto 10px;
  text-align: center;
}
.footer ul li {
	font-size: 1.8rem;
	border-left: 1px solid #111;
  display:inline-block;
}
.footer ul li:first-child {
	border-left: none;
}
.footer ul li a {
	padding: 0 1em;
	font-size: 1.8rem;
  color:#111;
}



@media screen and (max-width: 768px) {
  #contact {
    padding-bottom: 10%;
  }
  #contact .sec-ttl2 {
    margin-bottom: 5%;
    font-size: 3.6vw;
    padding-top: 5%;
    padding-bottom: 3%;
    height: auto;
  }
    #contact .sec-ttl2 img {
      width:60%;
      min-width: 300px;
      margin-bottom: 3%;
    }
  #contact .contents-wrap {
    padding: 5% 3%;
  }
  .formwrap .txt {
    font-size: 1.4rem;
    padding:0;
  }
  .form {
    padding: 0;
    width:100%;
  }
  .form .box p {
    font-size: 3.2vw;
  }
  .form .address p.a_right {
    text-align: left;
    font-size: 1.26rem;
    width:100%;
    padding:0;
    line-height: 1.2;
  }
  .form dl {
    display: block;
  }
  .form dl dt {
    padding: 4% 0 0 0;
    width: 100%;
  }
  .form dl dt .must {
    position: relative;
    font-size: 2.8vw;
    height: 4vw;
    line-height: 4vw;
    margin-left: 1em;
    right: auto;
    top: -.2em;
  }
  .form dl dd {
    font-size: 3.2vw;
    width: 100%;
    padding: 2% 0 4%;
  }
  .form .address dl dd {
    padding-bottom: 2%;
  }
  .form dl dd .ph {
    display: block;
    font-size: 3.2vw;
    margin-left: 0;
    margin-top: .5em;
  }
  .form .message dl dd .ph {
    margin: 0 0 1em;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    padding: .5em;
    height: 8vw;
    width: 100%;
    font-size: 3.6vw;
  }
  textarea {
    padding: .5em;
    height: 10em;
  }
  .check_wrap > div {
    min-width: 9em;
  }
  input[type='radio'] + label,
  input[type='checkbox'] + label {
    display: inline-block;
    width: 100%;
    font-size: 3.6vw;
    margin-right: 1em;
  }

  input[type='radio'] + label::before,
  input[type='checkbox'] + label::before {
    top: .3em;
  }

  input[type='radio']:checked + label::after,
  input[type='checkbox']:checked + label::after {
    left: .25em;
    top: .55em;
    width: .5em;
    height: .5em;
  }
 .btn input[type="button"] {
    display: block;
		width: 100%;
    height:auto;
		margin: auto;
		padding-top: 21.72%;
		background: url(../img/sp/btn_cta.png) 50% 50% no-repeat;
		background-size: 100%;
  }
  .form .inner{
    width: 100%;
   }
  p.privacy {
    font-size: 3.2vw;
    padding:0;
    margin-bottom: 8%;
  }
  
  /*完了画面*/
  #contact.thanks{
    min-height: calc(100vh - 20.8vw);
  }
  .thanks .formwrap .txt span{
    font-size: 6vw;
  }
  
	/* ------------------------------
	*  footer
	------------------------------ */
	.footer{
		padding: 4% 0;
	}
	.footer > .flex{
		display: block;
	}
	.footer ul{
		justify-content: center;
	}
	.footer ul li,
	.footer ul li a{
		font-size: 1.2rem;
	}
	.footer p.copy{
		font-size: 1rem;
	}

}


	/* ------------------------------
	*  thanks
	------------------------------ */
.thanks{
	background: url(../img/header_bg.jpg) repeat center top;
  background-size: cover;
}
.thanksWrap .contents_box01{
	padding-bottom: 0;
}
.thanksWrap .contents_box01 .contents-wrap{
	padding: 3em 0;
  width:950px;
  margin-bottom: 2em;
}
.thanksWrap .sec-ttl2{
	height: auto;
	font-size: 5rem;
	color: #fff;
	font-weight: bold;
	padding: 1em 0 .8em;
  margin-bottom: .8em;
}
.thanksWrap .ttl{
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.thanksWrap .txt{
	padding: 0 40px;
	margin: 40px 0;
  text-align: center;
  line-height: 1.6;
}
.thanksWrap .btn{
	width: 300px;
	text-align: center;
	margin: 0 auto;
}
.thanksWrap .btn a{
	display: block;
	background: #ffbb01;
	color: #111;
	line-height: 1.0;
	font-size: 1.8rem;
	border-radius: .1em;
	padding: 1em 0;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
	
  .thanksWrap .contents_box01 .contents-wrap{
    width:96%;
  }
  .thanksWrap .sec-ttl2{
    font-size: 3.2rem;
  }
	.thanksWrap .contents_box01 .txt{
		width: 100%!important;
		text-align: justify;
		margin: 5% auto 8%;
    padding:0 20px;
	}
	.thanksWrap .ttl{
		font-size: 2.0rem;
		margin-bottom: 1em;
	}
	.thanksWrap .btn{
		width: 92%;
	}
	.thanksWrap .btn a{
		font-size: 1.6rem;
	}
}




/* ------------------------------
*  fixbtn
------------------------------ */
.fixbtn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    max-width: 100%;
    z-index: 9999;
}
.fixbtn img{
    max-width:100%;
    margin: 0 auto;
}

@media screen and (max-width : 768px){
  .fixbtn{
    padding: 3% 0;
  }
  .fixbtn img{
    max-width:90%;
  }
}