@charset "utf-8";
body {
  /***	フォント関連設定	***/
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 112.5%; /* 18px */
  font-size: 125%; /* 20px */
  line-height: 1.7;
  /***	背景＆文字色設定	***/
  background: #fff;
  color: #222;
  font-feature-settings: "palt";
  text-align: justify;
}
/***	ヘッダー画像	***/
h1 {
  height: 621px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: url("../images/header_01.webp") center center no-repeat;
  text-indent: -9999px;
}
.no-webp h1 {
  height: 621px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: url("../images/header_01.png") center center no-repeat;
  text-indent: -9999px;
}
h2 {
  margin: 0 auto;
  text-align: center;
  padding: 3em 0;
}

h3 {
  margin: 0 auto;
  text-align: center;
  padding: 5em 0;
}
a {
  cursor: pointer;
}
img {
  display: block; /*	ブロック要素としてふるまう：中揃えで表示	*/
  margin: 0 auto;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
/*---	背景の設定---*/
#wrapper {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.png") center center repeat-y;
}

/*背景を重ねた時用*/
.wrapper {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.png") center center repeat-y;
}
.bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg2{
  background-color: #f0f0f0;
}

.bg3{
  background-color: #d9e5e9;
}


/*---	背景ここまで---*/
footer {
  margin: 0 auto;
  padding: 1em 0;
  background: #f0f0f0;
  color: #333;
  text-align: center;
  font-size: 75%;
}
footer a {
  color: #333;
  text-decoration: underline;
}
footer a:hover {
  color: #c1a886;
}
address {
  font-style: normal;
}
/***	テキスト装飾設定	***/
.large {
  font-size: 120%;
}
.xlarge {
  font-size: 144%;
}
.xxlarge {
  font-size: 172.8%;
}
.small {
  font-size: 82.5%;
}
.xsmall {
  font-size: 62.5%;
}
.xxsmall {
  font-size: 56.25%;
}
.u {
  text-decoration: underline;
}
.red {
  color: red;
}
.highlight {
  background-color: #fff266;
}
.redhigh {
  color: red;
  background-color: #fff266;
}

.center{
  text-align: center;
  margin: 0 auto;
}
/***	テキスト装飾設定ここまで	***/
/***	フレックスボックス設定　	***/

.mail_box{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom:1em ;
}
.bold{
  font-weight: bold;
}


.box img {}
.box_flex {
  width: calc(100% / 2);
}
.box_pict {
  width: 100%;
  margin: 0 auto 2em;
  padding: 0;
  text-align: center;
  
}

.contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-bottom:3em ;

}

.contents{
  width:32%;
  margin:0em 0em 2em;
  padding:30px 25px 15px 25px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  box-shadow: 0 0 10px rgba(17,55,103,0.2);
  }
  .contents_title{
  margin:0 0 15px 0;
  padding:0 0 5px 0;
  font-size:120%;
  font-weight:bold;
  line-height:150%;
  text-align:center;
  border-bottom:1px solid #c1a886;
  color: #c1a886;
  }
  .contents_pict{
  width:100%;
  margin:0 auto;
  padding:0;
  text-align:center;
  }
  .contents_text{
    padding: 0.5em 0;
    
    }
  .l_c{
      margin:0 auto;

    }







/***	画像右寄せ設定	***/
.pic_right {
  float: right;
  margin: 10px -15px 10px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/***	PC・スマホ改行設定	***/
.pconly {
  display: block;
}
.sponly {
  display: none;
}
/*
 *		class-name　案件ごとのコンテンツ内容
 */
 .onayami {
  margin: 0 auto;
  padding-bottom: 2.5em;
  background-color: #FFFFFF;
}

.mv{
	width: 850px;
	text-align: left;
	background-color: #fff;
	margin: 0 auto 15px;
	padding: 30px;
}
.last {
margin-bottom: 5em;

}
.last_p {
  padding-bottom:2em;
  }

.custamer_voice{
	margin: 20px auto 20px;
	border: solid #c2a884;
	width: 950px;

}

/* 余白の設定 */

.pc_padding{
  padding: em;
  width: 850px;

}

.p50{
	padding: 100px 0;
	
}
.cv_h{
	padding: 2em 1em;
	text-align: center;
}

.cv1{
	padding-top: 30px;
}
.cv{
	padding: 30px 0 30px 0;
}

/* 余白の設定ここまで */

.prof_right{

	text-align:right;
	float: right;
	
	
}
.prof_right_1{
	float: right;
	padding-left: 30px;
	margin-right: -20px;
	width: 225px;
}



.con_class_step {
  margin: 0 auto;
  padding-bottom: 2.5em;
}

.voice_bg {
  background-color: #F2F2F2;
}
.voice_section {
  padding-top: 2.5em;
}
.class-name {}
.wrap_class-name {
  margin: 0 auto;
  width: 820px;
  max-width: 96%;
}
.con_class-name {}
.con_class-name p {}
.profile {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.png") center center repeat-y;
  border: solid #D8D8D8;
  width: 950px;
  padding: 2em 0;
}
.text {
  width: 850px;
  margin: 0 auto;
}
.text_image {
  margin: 0;
  width: 300px;
}
/*
 *		class-name　案件ごとのコンテンツ内容　ここまで
 */
/*--------------------画像セクション--------------------*/
 .image_section01 {
  background: url("../images/header_10.webp") center center no-repeat;
  height: 705px;
}
.no-webp .image_section01 {
  background: url("../images/header_10.png") center center no-repeat;
  height: 705px;
}

/*--------------------ここまで--------------------*/
/***	formの設定	***/

.form {
  margin: 0 auto;
  padding: 20px 0;
  background: #f0f0f0;
}
.form_title {
  padding-bottom: 1.5em;
}
.submit {
  margin: 0 auto;
  padding: 10px 0 40px;
  width: 920px;
  max-width: 96%;
  ;
}
.submit .btn {
  display: block;
  margin: 25px auto 0;
  max-width: 96%;
}
.deco {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 6px 4px;
  width: 840px;
  max-width: 96%;
  height: 108px;
  border: 4px solid #a4a4a4;
  background: #fff;
  color: #1698c7;
  font-size: 1.5em;
  text-align: center;
}
.deco::placeholder {
  color: #AAA;
}
.btn {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.btn:hover {
  animation-duration: 0.8s;
}
.optin {
  font-size: 0.9em;
  padding: 1.3em;
  text-align: center;
}
/***	form設定ここまで	***/
/***	常時表示ボタン設定	***/
.flbtn {
  position: fixed;
  z-index: 9999;
  display: block;
  opacity: 0;
  bottom: 1em;
  right: 0.5em;
  margin: 0 auto;
  width: 360px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.flbtn a {
  display: block;
  width: 336px;
  height: 81px;
  text-indent: -9999px;
  opacity: 0;
  opacity: 1;
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 0.6s;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
@keyframes btn-animation {
  0% {
    transform: translateY(0.5em);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0.5em);
  }
}
@media screen and (max-width: 1023px) { /***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/



  /***	ヘッダー画像	***/
  h1 {
    width: 100%;
    height: 0;
    padding-top: calc(836 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp h1 {
    width: 100%;
    height: 0;
    padding-top: calc(836 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  h2 {
  }
  .sp1{
    padding: 2em 1em;
  }
  .sp2{
    padding: 0.5em 1.5em;
  }
  .sp3{
    padding: 4em 4em;
  }
  .sp4{
    padding: 3em 2em;
  }

  h3 {
    padding: 3em 0.5em;
  }
  footer {
    padding-bottom: calc((180 / 840) * 96vw + 1.5em);
  }
  /***	テキスト装飾設定	***/
  .xlarge {
    font-size: 125%;
  }
  .xxlarge {
    font-size: 150%;
  }
  /***	PC・スマホ改行設定	***/
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  /***	案件ごとスマホ対応用	***/

  .onayami {
    margin: 0 auto;
    padding-bottom: 1em;
    background-color: #FFFFFF;
  }

  .profile {
    width: 95%;
    padding: 1em 0;
    font-size: 85%;
  }
  .text {
    width: 95%;
    margin: 0 auto;
  }
  .title {
    padding: 0 2em;
    max-width: 100%;
  }
  .text_image {
    margin: 0 auto;
    width: 300px;
  }



.mv{
	width: 90%;
	text-align: left;
	background-color: #fff;
	margin: 0 auto 15px;
	padding: 30px;
}
.custamer_voice{
	margin: 20px auto 20px;
	border: solid #c2a884;
	width: 96%;
  font-size: 85%;

}
.sp_cv{
margin: 0 auto;
width: 70%;
padding-bottom:0.5em;

}
.cv_h{
	padding: 1em 1em 0;
	text-align: center;
}

.pc_padding{
  padding: 1em 1em;

}
.text{
  width: 100%;
  padding: 0 1em;
}


  /***	フレックスボックス設定　	***/
  .mail_box{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-bottom:1em ;
  }
  .bold{
    font-weight: bold;
    font-size: 85%;
  }
  
  
  .box img {}
  .box_flex {
    width: 100%;
  }
  .box_pict {
    width: 96%;
    margin: 0 auto 2em;
    padding: 0;
    text-align: center;
    
  }
  
  .contents_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-bottom:3em ;
  
  }
  
  .contents{
    width: 96%;
    margin:0 auto 2em;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  
    box-shadow: 0 0 10px rgba(17,55,103,0.2);
    }
    .contents_title{
    margin:0 0 15px 0;
    padding:0 0 5px 0;
    font-size:120%;
    font-weight:bold;
    line-height:150%;
    text-align:center;
    border-bottom:1px solid #c1a886;
    color: #c1a886;
    }
    .contents_pict{
    width:100%;
    margin:0 auto;
    padding:0;
    text-align:center;
    }
    .contents_text{
      padding: 0.5em 0;
      
      }
    .l_c{
        margin:0 auto;
  
      }
      .prof_right_1{
        float: right;
        padding-left: 3em;
        margin-right: 0;
        width: 60%;
      }

  /*--------------------スマホ用画像セクション--------------------*/
  .image_section01 {
    width: 100%;
    height: 0;
    padding-top: calc(999 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_08.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .image_section02 {
    width: 100%;
    height: 0;
    padding-top: calc(723 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_09.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .image_section03 {
    width: 100%;
    height: 0;
    padding-top: calc(749 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_10.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp .image_section01 {
    width: 100%;
    height: 0;
    padding-top: calc(999 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_08.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp .image_section02 {
    width: 100%;
    height: 0;
    padding-top: calc(723 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_09.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp .image_section03 {
    width: 100%;
    height: 0;
    padding-top: calc(749 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_10.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*--------------------ここまで--------------------*/
  /**formの設定 */
  .form {
    padding: 1.5vw 0;
  }
  .form_title {
    padding: 1em 0.5em 0.5em;
  }
  .submit {
    padding: 1.5vw;
  }
  .deco {
    margin: 1.5vw auto;
    padding: 1% 1.5vw;
    height: 4em;
    font-size: 1em;
  }
  .submit .btn {
    margin-top: 4%;
  }
  .flbtn {
    left: 1.5vw;
    bottom: 0.5em;
  }
  .flbtn a {
    width: 96vw;
    height: calc((181 / 860) * 100vw);
  }
  .optin {
    font-size: 0.5em;
    padding: 0.5em;
    text-align: center;
  }

}
@media screen and (max-width: 599px) { /***	幅599px以下に適用：スマホ	***/
}
/*
 *		特商法
 */
.page_laws #wrapper {
  margin: 0 auto 2em;
  padding: 3em;
  width: 800px;
  background: #fff;
  max-width: 100%;
  font-size: 75%;
}
.page_laws #wrapper h2 {
  margin: 0 auto;
  font-size: 2em;
  text-align: center;
}
.page_laws #wrapper h3 {
  margin-top: 2em;
  font-size: 1.25em;
}
.page_laws #wrapper h4 {
  margin-top: 2em;
}
.page_laws table {
  margin: 1.5em auto;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
}
.page_laws th {
  padding: 0.5em;
  width: 28%;
  border-top: 1px solid #fff;
  background-color: #EBEBEB;
}
.page_laws td {
  padding: 0.5em;
  font-size: 0.8em;
  background-color: #FFFFFF;
}