@charset "UTF-8";
/*▽▽▽▽▽▽▽▽▽▽　共通　▽▽▽▽▽▽▽▽▽▽*/
article {
  overflow: hidden;
}

.wrap_form {
  margin: 0 -3em;
}
#chap1 .wrap_form, #chap2 .wrap_form, #chap3 .wrap_form {
  margin-top: 4em;
  padding: 4em 3em 5em 3em;
}
#chap3 .wrap_form {
  padding-bottom: 4em;
}
.wrap_form .btn {
  max-width: 47em;
  margin: 0 auto;
}
.wrap_form .store {
  max-width: 47em;
  margin: 1.07143em auto 0 auto;
}
.wrap_form .store1 {
  max-width: 47em;
  margin: 0.1em auto 0 auto;
}
.wrap_form .reco_txt {
  max-width: 54.83333em;
  margin: 0.83333em auto 0 auto;
}
.reco_txt_para {
    font-size: 12px;
    line-height: 1.7142;;
   margin-right:37%;
   margin-left:2%
}
.reco_txt_imp {
  font-size: 12px;
   margin-left:2.2%;
}
.mark {
    position: absolute;
    left: 0;
    text-indent: 3.5rem;
}
h2 {
  min-height: 8.57143em;
  margin-right: -2.14286em;
  margin-left: -2.14286em;
  border: none;
  background: #00197f;
  background: #00278d;
  background: -moz-linear-gradient(top, #00197f 0%, #003399 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00197f 0%, #003399 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00197f 0%, #003399 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 14px;
  font-size: 1.4rem;
}
h2 .h2 {
  max-width: 75.71429em;
  margin: 0 auto;
  padding: 0 2.14286em 0 10.71429em;
}
h2 .h2:before {
  left: 1.85714em;
  top: -0.71429em;
  width: 7.14286em;
  padding-top: 10.35714em;
  background-size: 7.14286em 10.35714em;
  z-index: 10;
}
#chap1 h2 .h2:before {
  background-image: url("../../common/img/point_1_pc.png");
}
#chap2 h2 .h2:before {
  background-image: url("../../common/img/point_2_pc.png");
}
#chap3 h2 .h2:before {
  background-image: url("../../common/img/point_3_pc.png");
}
h2 .h2 .sub {
  display: block;
  position: relative;
  padding: 0.64286em 0 0.5em 0;
  background: #000066;
  border-bottom: solid 1px #E7ECEB;
  line-height: 1;
  font-family: "Open Sans", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
  font-weight: normal;
}
h2 .h2 .sub:before, h2 .h2 .sub:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 200em;
  background: #000066;
  border-bottom: solid 1px #E7ECEB;
  padding-top: 2.14286em;
}
h2 .h2 .sub:before {
  left: -200em;
}
h2 .h2 .sub:after {
  right: -200em;
}
h2 .h2 .ttl {
  display: block;
  height: 0;
  padding-top: 4.28571em;
  margin-left: -0.28571em;
  margin-top: 1.07143em;
  text-shadow: none;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
#chap1 h2 .h2 .ttl {
  background-image: url("../../common/img/chap1_h2_pc.png");
}
#chap2 h2 .h2 .ttl {
  background-image: url("../../common/img/chap2_h2_pc.png");
}
#chap3 h2 .h2 .ttl {
  background-image: url("../../common/img/chap3_h2_pc.png");
}

/*▽▽▽▽▽▽▽▽▽▽　ヘッダー　▽▽▽▽▽▽▽▽▽▽*/
#head {
  min-height: 8.0em;
  background: #FFF;
  border-bottom: solid 3px #000066;
}

.wrap_head {
  position: relative;
  max-width: 106em;
  margin: 0 auto;
  padding: 0 3em;
}
.wrap_head:after, .wrap_head:before {
  content: "";
  display: table;
  clear: both;
}

/*▽▽▽▽▽▽▽▽▽▽　ヘッダー下補足情報　▽▽▽▽▽▽▽▽▽▽*/
#agency {
  padding-left: 0;
}

#tel {
  padding-right: 0;
}

#info {
  padding-right: 0;
  padding-left: 0;
}
#info a {
  margin: 0 auto;
  max-width: 88.33333em;
  padding: 0 2.5em;
}

/*▽▽▽▽▽▽▽▽▽▽　導入部　▽▽▽▽▽▽▽▽▽▽*/
#intro h1 {
  padding: 3em 3em 3em 3em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003399+0,003399+60,FFFFFF+100 */
  background: #003399;
  /* Old browsers */
  background: -moz-linear-gradient(left, #003399 0%, #003399 60%, #FFFFFF 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003399 0%, #003399 60%, #FFFFFF 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003399 0%, #003399 60%, #FFFFFF 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003399', endColorstr='#FFFFFF',GradientType=1 );
  /* IE6-9 */
}

#intro h1 span {
  display: block;
  width: 100%;
  max-width: 100em;
  margin: 0 auto;
  padding-top: 13em;
  background-image: url("../../common/img/main_h1_pc.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

#intro_nav_pc {
  max-width: 106em;
  padding: 0 3em;
  margin: 0 auto;
}
#intro_nav_pc .ttl {
  width: 61.8%;
  margin: 1.66667em 0 0.83333em 0;
  padding-bottom: 0.27778em;
  border-top: none;
  border-bottom: dotted 1px #966626;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  color: #301100;
}
#intro_nav_pc .ttl:before, #intro_nav_pc .ttl:after {
  content: normal;
}
#intro_nav_pc .ttl + ul {
  width: 61.8%;
  padding: 0;
}
#intro_nav_pc .ttl + ul:after, #intro_nav_pc .ttl + ul:before {
  content: "";
  display: table;
  clear: both;
}

#intro .wrap_form {
  position: relative;
  max-width: 106em;
  padding: 3em;
  margin: 0 auto;
}
#intro .wrap_form .btn,
#intro .wrap_form .store {
  width: 61.8%;
  margin-right: 0;
  margin-left: 0;
}
#intro .wrap_form .reco_txt {
  margin-right: 0;
  margin-left: 0;
}
#intro .wrap_form:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 35.1%;
  height: 55.5em;
  background-image: url("../../common/img/main_img_pc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}

.reco_txt2 {
  padding: 3.0em 0 4.0em 0;
}
.reco_txt2 p {
  max-width: 88.33333em;
  padding: 0 2.5em;
  margin: 0 auto;
}

.reco_txt10 {
  margin:0 200px;
}
.reco_txt10 p {
  max-width: 88.33333em;
  padding: 0 2.5em;
  margin: 0 auto;
}

/*▽▽▽▽▽▽▽▽▽▽　3つの理由　▽▽▽▽▽▽▽▽▽▽*/
#chap1,
#chap2,
#chap3 {
  padding: 0 3em;
}

.wrap_detail {
  max-width: 100em;
  margin: 3.5em auto 0 auto;
}
h2 + .wrap_detail {
  margin-top: 4.0em;
}
.wrap_detail h3 {
  padding: 1.25em 0 0.53571em 0;
  font-size: 28px;
  font-size: 2.8rem;
}
.wrap_detail h3 .sab {
  font-size: 24px;
  font-size: 2.4rem;
}

.wrap_detail h3 + p {
  font-size: 16px;
  font-size: 1.6rem;
}

#chap1 .wrap_detail h3 {
  padding-bottom: 0.35714em;
}
#chap1 .wrap_detail + .wrap_detail h3 .sab {
  /*本文を変更した場合は削除してくだざい*/
  text-indent: -0.4em;
}
#chap1 .wrap_detail .detail_col {
  width: 46%;
}
#chap1 .wrap_detail .detail_col + .detail_list {
  margin-left: 6%;
  margin-top: 2.2em;
}

.detail_list li .fl,
.detail_list li .fl2,
.detail_list li .fl.br, .detail_plan li .fl {
  padding-left: 0.2em;
  padding-right: 0.2em;
  text-shadow: 0px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 1px 1px #FFF, 0px -2px 1px #FFF, 2px 0px 1px #FFF, 0px 2px 1px #FFF, -2px 2px 1px #FFF, 0px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 1px 1px #FFF, 0px -2px 1px #FFF, 2px 0px 1px #FFF, 0px 2px 1px #FFF, -2px 2px 1px #FFF, 0px -1px 1px #FFF, 1px 0px 1px #FFF, 0px 1px 1px #FFF, -1px 1px 1px #FFF, 0px -2px 1px #FFF, 2px 0px 1px #FFF, 0px 2px 1px #FFF, -2px 2px 1px #FFF, 2px 0px 1px #666, 0px 2px 1px #666, 3px 0px 1px #666, 0px 3px 1px #666;
}

.detail_list li {
  margin-top: 0.83333em;
  padding-left: 4.16667em;
  padding-top: 0.5em;
  min-height: 3.33333em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.detail_list li .fl,
.detail_list li .fl2,
.detail_list li .fl.br {
  font-size: 24px;
  font-size: 2.4rem;
}
.detail_list li#point01_1 {
  padding-top: 0.5em;
}
.detail_list li#point01_3, .detail_list li#point01_4, .detail_list li#point02_2, .detail_list li#point02_3, .detail_list li#point02_6, .detail_list li#point02_7 {
  padding-top: 0.5em;
}
.detail_list li#point01_6 .fl {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 0.15em;
}
.detail_list li .sub {
  margin-top: 0.15em;
}

#chap2 .detail_list {
  padding-top: 1.0em;
}

#chap3 .wrap_detail h3 {
  text-align: center;
}
#chap3 .wrap_detail h3 + p {
  text-align: center;
}

.review {
  margin: 0 auto;
  max-width: 100em;
}
.review h3 {
  margin-top: 2.22222em;
  margin-bottom: 1.11111em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #5F554E;
}
.review p {
  margin-top: 1.07143em;
  padding: 2.14286em 5em 2em 2.14286em;
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
}
.review p.voice_1 {
  background-image: url("../../common/img/chap1_voice1.gif");
}
.review p.voice_2 {
  background-image: url("../../common/img/chap1_voice2.gif");
}
.review p.voice_3 {
  background-image: url("../../common/img/chap2_voice1.gif");
}
.review p.voice_4 {
  background-image: url("../../common/img/chap2_voice2.gif");
}
.review p.voice_5 {
  background-image: url("../../common/img/chap2_voice3.gif");
}
.review p.voice_6 {
  background-image: url("../../common/img/chap2_voice4.gif");
}
.review .voice_5,
.review .voice_6 {
  display: block;
}

#chap2 .review {
  margin-top: 3.5em;
}
#chap2 .review div {
  overflow: hidden;
}
#chap2 .review div:after, #chap2 .review div:before {
  content: "";
  display: table;
  clear: both;
}
#chap2 .review div p {
  float: left;
  width: 49%;
  padding-bottom: 73.42857em;
  margin-bottom: -71.42857em;
}
#chap2 .review div p:nth-child(2n) {
  margin-left: 2%;
}
#chap2 .review h3 + div {
  margin-top: -1.5em;
}

#chap1_message {
  margin: 3.5em -3em 0 -3em;
  padding: 4em 3em;
}
#chap1_message div {
  position: relative;
  max-width: 100em;
  min-height: 20em;
  margin: 0 auto;
  padding-left: 20em;
}
#chap1_message .img {
  position: absolute;
  left: 0;
  width: 20%;
  max-width: 30em;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
}
#chap1_message .txt {
  width: 100%;
  height: 0;
  padding-top: 19.375%;
  overflow: hidden;
  background-image: url("../../common/img/chap1_messe.gif");
  background-position: right bottom;
  background-repeat: no-repeat;
}

#end_message {
  margin: 0 -3em;
  padding: 6em 3em;
}
#end_message .txt {
  height: 0;
  max-width: 55.55556em;
  margin: 0 auto;
  padding-top: 6.38889em;
  overflow: hidden;
  background-image: url("../../common/img/end_messe.gif");
  background-position: center top;
  background-repeat: no-repeat;
}
#end_message .txt2 {
  max-width: 66.66667em;
  margin: 0 auto 1.33333em auto;
  font-size: 15px;
  font-size: 1.5rem;
}
#end_message .txt2 .br {
  display: inline-block;
}

.reco_txt5 {
  margin-top: 2.14286em;
  margin-bottom: 0.35714em;
  text-align: center;
}

.detail_plan li {
  min-height: 8.0em; /* WRQ-5579 */
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0.9375em;
}
.detail_plan li:first-child {
  margin-top: 0.9375em;
}
.detail_plan li .plan_name {
  padding: 0.3125em 0.3125em 0.375em 2.5em;
  line-height: 1.625em;
}
.detail_plan li .plan_name:before {
  left: 0.25em;
  top: 0.25em;
  width: 1.3em;
  height: 1.1em;
  padding-top: 0.2em;
  line-height: 1.1em;
  font-size: 20px;
  font-size: 2rem;
}
.detail_plan li .plan_txt {
  padding: 0.66667em 0.27778em 0.55556em 0.27778em;
  line-height: 1.33333em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
}
.detail_plan li .fl {
  padding-top: 0.33333em;
  font-size: 24px;
  font-size: 2.4rem;
}

.reco_txt4 {
  max-width: 100em;
  padding: 3.0em 0 0 0;
  margin: 0 auto;
}

#end_hdi {
  padding: 6.0em 0;
}
#end_hdi .wrap_end_hdi {
  max-width: 106em;
  padding: 0 3em;
  margin: 0 auto;
}
#end_hdi h3 {
  height: 0;
  min-height: 0;
  /*padding-top: 4.61111em;*/
  padding-top: 6.38888em;
  overflow: hidden;
  background-image: url("../../common/img/foot_hdi_txt.gif");
  background-repeat: no-repeat;
  background-position: right top;
}
#end_hdi h3 img {
  top: 1.05em;
}

.hdi_txt {
  line-height: 2.0;
  padding-top: 1em;
}

.hdi_sters {
  position: relative;
  min-height: 8.08333em;
  padding: 0 0 1.25em 14.58333em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #E7ECEB;
}
.hdi_sters img {
  width: 13.33333em;
}

.hdi_sters_add_txt {
  position: relative;
  padding-top: 3em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #E7ECEB;
  float: right;
}
.hdi_sters_add_img img {
  width: 20em;
}
 .hdi_sters_add_img_1 img {
  width: 21em;
  padding-right: 0.1em;
  padding-left: 1em;
}
#number {
  margin-top: 0;
}
#number p {
  max-width: 90.90909em;
  margin: 0 auto;
}

/*▽▽▽▽▽▽▽▽▽▽　フッター　▽▽▽▽▽▽▽▽▽▽*/
#footer ul {
  border: none;
  text-align: center;
}
#footer li {
  display: inline;
  display: inline-block;
  margin-left: 2em;
  margin-top: 0;
}
#footer li:first-child {
  margin-left: 0;
}
#footer a {
  display: inline;
  display: inline-block;
}
#footer ul + p {
  margin-top: 2.91667em;
}
.dairiten{
  margin:20px auto;
  width:1000px;
  border: 1px solid #ccc;
}
.dairiten h3{
 background:#efefef;
  padding:10px;
  font-size:14px;
 
}
.dairiten p{
  padding:10px;
}