<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==========================================
 フォーム共通
===========================================*/

#err {
  color: red;
}
.finish_ttl {
  font-size: 24px;
}
.finish_txt01 {
  font-size: 18px;
}
.finish_txt02 {
  font-size: 18px;
  margin-bottom: 80px;
}

/*==========================================
 汎用
===========================================*/

.pc-none {
  display: none;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.pc-none {
  display: block;
}
.ml {
  margin-left: 20px;
}
.check-ml {
  margin-left: -0.5em !important;
}
}
/*=== モバイルで表示・非表示 ===*/
.sp_block, .sp_inblock {
  display: none;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.sp_block {
  display: block !important;
}
.sp_inblock {
  display: inline-block !important;
}
.sp_none {
  display: none !important;
}
}

/* clearfix */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.txt_elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lineY {
  background: linear-gradient(transparent 50%, rgba(255,247,153,1) 50%);
}
.mb2em {
  margin-bottom: 2em;
}
.pd02 {
  padding-left: 2%;
  padding-right: 2%;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.fwb {
  font-weight: bold;
}
.fs10 {
  font-size: 10px;
}
.Lt03 {
  letter-spacing: -0.3px;
}
.ovfh {
  overflow: hidden;
}
.dspC {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pc_left960 {
  float: left;
}
.pc_right960 {
  float: right;
}

@media screen and (max-width:767px) {
.pc_left960 {
  float: none;
}
.pc_right960 {
  float: none;
}
}
.pc_left767 {
  float: left;
}
.pc_right767 {
  float: right;
}

@media screen and (max-width:767px) {
.pc_left767 {
  float: none;
}
.pc_right767 {
  float: none;
}
}
/*==========================================
 パンくず
===========================================*/

.breadcrumbs {
  margin: 146px auto 0;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  padding: 10px 2% 0;
}

@media screen and (max-width: 767px) {
.breadcrumbs {
  margin: 68px auto 0;
/*  display: none; */
}
}

/*IE*/
@media all and (-ms-high-contrast:none) {
.contentShare a {
  padding: 7px 20px 1px;
}
}
.contentShare a:hover {
  background: #FFF;
  color: #3b5998;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*==========================================
 content
===========================================*/

.contentArea {
  margin-bottom: 150px;
}

@media screen and (max-width:767px) {
  .contentArea {
  /*  margin-bottom: 0;*/
  overflow-x:hidden;
  }
  }
.contentTtl {
  padding: 40px 0 50px;
  text-align: center;
}
.contentBox {
  margin-top: 45px;
  margin-bottom: 100px;
}
.contentBoxSub {
  overflow: hidden;
}
.contentInner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contentFigure {
}

/*====================================
　メイン画像
====================================*/	

.contentMain_Area {
  max-width: 960px;
  width: 100%;
  margin: 90px auto 0;
  padding: 0 2%;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
.contentMain_Area {
}
}
.contentMain {
  background: url(../img/formlist/Request03.jpg) no-repeat;
  position: relative;
  padding-bottom: 267px;
  height: 0;
  background-size: cover;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
.contentMain {
  padding-bottom: 450px;
}
}
.contentMain_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
.contentMain_img {
  bottom: 50px;
  width: 100%;
  text-align: center;
}
}
.contentMain_img_txt {
  color: #fff;
  position: absolute;
  left: 2%;
  top: 20%;
  line-height: 2.2;
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
.contentMain_img_txt {
  left: 2%;
  top: 50px;
  width: 96%;
}
}
.contentMain_cap {
  background-color: rgba(124,39,54,0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contentMain_cap_txt {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 2.4px;
  font-size: 24px;
  line-height: 63px;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
.contentMain_cap_txt {
  font-size: 20px;
}
}
.contentMain_txt01 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.contentMain_txt02 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.red {
  color: #d24f71;
  font-weight: bold;
}
.pink {
  color: #d94c6f;
  font-weight: bold;
}



/*==========================================
 見出し
===========================================*/

/*==h2==*/

.contentTtl_h2_cap {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  line-height: 1;
}
.contentTtl_h2 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: bold;
}
/*==h3==*/

.contentTtl_h3 {
  font-size: 16px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 50px;
  padding-bottom: 8px;
}

@media screen and (max-width:480px) {
.contentTtl_h3 {
  display: block;
}
}
.contentTtl_h3:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  left: 0;
}
.contentTtl_h3:after {
  content: "";
  display: block;
  width: 90px;
  border-bottom: 1px solid #1A1A1A;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  margin-left: 70%;
  right: 0;
}

@media screen and (max-width:480px) {
.contentTtl_h3:after {
  width: 100px;
  margin-left: 0;
  right: inherit;
}
}
.contentTtl_h3_inner {
  padding-left: 24px;
  letter-spacing: 0.6px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width:480px) {
.contentTtl_h3_inner {
  padding: 0 24px;
  font-size: 22px;
}
}
/*==h4--*/

.contentTtl_h4 {
  font-weight: bold;
  margin-bottom: 40px;
}



/*====================================
　フォーム
====================================*/	





form #mail_form {
  text-shadow : 0px 1px 0px #ffffff;
}
form #mail_form table {
  padding-top: 15px;
  overflow : hidden;
  font-weight: 500;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form table {
  width: 96%;
  margin: 0 auto;
}
}
form #mail_form table th {
  clear : both;
  width : 30%;
  text-align : left;
  border-top : 1px dashed #e5e5e5;
  padding : 28px 0 28px 3%;
  vertical-align: middle;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form table th {
  width : 100%;
  display: block;
  float : none;
  text-align : left;
  padding : 28px 0 5px;
}
}
.vaLign_0 {
  vertical-align: inherit !important;
}
form #mail_form table td {
  width : 70%;
  border-top : 1px dashed #e5e5e5;
  padding : 28px 0 28px 2%;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form table td {
  width : 100%;
  display: block;
  float : none;
  border-top : none;
  padding : 10px 0 28px 0px;
  background : none;
}
}
@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form table th span {
  font-weight : normal;
}
}
.BD_none {
  border: none !important;
}
.last_dot {
  border-bottom : none;
}
form #mail_form input, select[name="select"] {
  /*height : 45px;*/
  border : 1px solid #cccccc;
  border-radius : 10px;
  vertical-align: middle;
  padding-left: 2%;
}
form #mail_form input#day1,
form #mail_form input#day2 {
  height : 45px;
  width: 230px;
  border : 1px solid #cccccc;
  border-radius : 10px;
  vertical-align: middle;
  padding-left: 2%;
  margin-right: 20px;
}
form #mail_form .day {
  height : 45px;
  border : 1px solid #cccccc;
  border-radius : 10px;
  vertical-align: middle;
  width: 200px;
  padding-left: 2%;
  margin-left: 10px;
  margin-right:20px;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form input#day1,
form #mail_form input#day2 {
  margin-bottom: 10px;
}
}
form #mail_form select#time,
form #mail_form select#time2 {
  height : 45px;
  border : 1px solid #cccccc;
  border-radius : 10px;
  vertical-align: middle;
  width: 100px;
  padding-left: 2%;
  margin-left: 10px;
}
form #mail_form input:focus, form #mail_form textarea:focus {
  box-shadow : 0px 0px 5px #55ccff;
  border : 1px solid #55ccff;
  background : #ffffff;
}
form #mail_form p.normal input {
  border: none !important;
}
form #mail_form input#sonota {
/*  width : 200px;
  height: 30px;*/
}
form #mail_form input#sonota_soudan {
  width: 100%;
  max-width: 588px;
  height: 45px;
  margin-top: 10px;
}
form #mail_form input#adult,form #mail_form input#child {
  max-width: 80px;
  width : 100%;
  height: 45px;
  font-size: 16px;
  padding-left: 2%;
}
form #mail_form input#sonota_soudan, form #mail_form input#name, form #mail_form input#kana, form #mail_form input#other, form #mail_form input#read, form #mail_form input#gakku, form #mail_form input#chu_gakku, form #mail_form input#mail_address, form #mail_form input#mail_address_confirm, form #mail_form input#phone, form #mail_form input#preview, form #mail_form input#sonota,form #mail_form input#address_1, form #mail_form input#address_2, form #mail_form input#address_3, form #mail_form input#event {
  max-width: 588px;
  width : 100%;
  height: 45px;
  font-size: 16px;
  padding-left: 2%;
}
@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form input#name, form #mail_form input#kana, form #mail_form input#other, form #mail_form input#read, form #mail_form input#mail_address, form #mail_form input#mail_address_confirm, form #mail_form input#postal, form #mail_form input#address_1, form #mail_form input#address_2, form #mail_form input#address_3, form #mail_form input#phone, form #mail_form input#event, form #mail_form textarea#mail_contents, form #mail_form input#textfield, form #mail_form input#gakku, form #mail_form input#chu_gakku, form #mail_form input#sonota_soudan, form #mail_form input#datepicker, form #mail_form input#sonota,form #mail_form input#event{
  max-width : 100%;
}
}
@media screen and (min-width: 768px) and (max-width : 959px) {
  form #mail_form input#sonota_soudan, form #mail_form input#name, form #mail_form input#kana, form #mail_form input#other, form #mail_form input#read, form #mail_form input#gakku, form #mail_form input#chu_gakku, form #mail_form input#mail_address, form #mail_form input#mail_address_confirm, form #mail_form input#phone, form #mail_form input#preview, form #mail_form input#sonota {
    max-width: 588px;
    width : 95%;
    height: 45px;
    font-size: 16px;
    padding-left: 2%;
  }
}
form #mail_form input#other {
  margin-left: 10px;
}

@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form input#other {
  margin-left: 0;
}
}
form #mail_form ul li label:hover {
  cursor : pointer;
}
form #mail_form input[type="checkbox"] {
  width: 12px;
  height: 13px;
  margin-top: 0;
}
form #mail_form input#textfield {
  width : 170px;
  height: 30px;
  margin-left: 10px;
}

@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form input#textfield {
  width : 98%;
  height: 30px;
}
form #mail_form ul li input {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
}
form #mail_form textarea#mail_contents {
  max-width: 588px;
  width: 100%;
  height : 225px;
  resize : vertical;
  border : 1px solid #cccccc;
  border-radius : 5px;
  padding: 10px 2%;
  font-size: 16px;
  font-family: initial;
}
@media screen and (min-width: 768px) and (max-width : 959px) {
  form #mail_form textarea#mail_contents {
    max-width: 588px;
    width: 96%;
    height : 225px;
    resize : vertical;
    border : 1px solid #cccccc;
    border-radius : 5px;
    padding: 10px 2%;
    font-size: 16px;
    font-family: initial;
  }
}
@media screen and (min-width: 0px) and (max-width : 767px) {
form #mail_form textarea#mail_contents {
  width : 100%;
}
}
form #mail_form input#mail_submit_button {
  width : auto;
  height : auto;
  padding : 4px 10px;
  vertical-align : middle;
  color : #444444;
  background : #eeeeee;
  border : 1px solid #cccccc;
  border-radius : 3px;
  font-weight : bold;
}
form #mail_form input#mail_submit_button:hover {
  cursor : pointer;
  color : #106dff;
  background : #e0e0e0;
}
.form01 label {
  display: block;
  margin: 5px 0;
  font-weight: 500;
}



/*必須マーク*/
.mustTxt {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.mustImg01 {
  margin-left: 39%;
}
.mustImg02 {
  margin-left: 58%;
}
.mustImg03 {
  margin-left: 52%;
}
.mustImg04 {
  margin-left: 31%;
}
.mustImg05 {
  margin-left: 5%;
}
.mustImg06 {
  margin-left: 27%;
}
.mustImg {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width : 960px) {
.mustImg {
  margin-left: 10%;
}
}
@media screen and (max-width : 767px) {
.mustImg05 {
  margin-left: 0;
}
}

/*====================================
　アイジーを知ったきっかけ
====================================*/	


.anq {
  margin: 0 auto;
  width: 95%;
  font-size: 100%;
}
.anq01,.anq02,.anq03,.anq04,.anq05 {
  padding: 20px 2%;
}
.anq02,.anq04 {
  background-color: #f7f7f7;
}
.anq05 li {
  line-height: 45px;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.anq05 li {
  line-height: inherit;
}
}
.anq p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 50px;
  font-size: 18px;
}
.anq label {
  /*  display: inline-block;*/
  margin: 5px auto;
  font-weight: 500;
}

@media screen and (min-width: 0px) and (max-width : 767px) {
.anq label {
  display: inline-block;
  width: 100%;
  height: auto;/*margin: 5px auto;*/
}
}
.kikkake {
  clear: both;
  margin-left: 0.8em;
}
.kikkake li {
  display: inline-block;
  float: left;
  min-width: 33%;
}
.komoku {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
  clear: both;
}
@media screen and (min-width: 768px) and (max-width : 959px) {
  .kikkake li {
    display: inline-block;
    float: left;
    min-width: 45%;
  }
}
@media screen and (min-width: 0px) and (max-width : 767px) {
.sumai {
  margin-bottom: 0 !important;
}
.kikkake li {
  display: block;
  float: none;
  min-width: 33%;
}
}
/*お知りになったきっかけ　吹き出し*/
.gp {
  position: relative;
}
.anq a {
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
.img_baloon {
  visibility: hidden;
  position: absolute;
  top: -215px;
  left: 40px;
  z-index: 2;
  opacity: 0;
  transition: .5s all;
  max-width: inherit;
}
.img_baloon_web {
  visibility: hidden;
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 2;
  opacity: 0;
  transition: .5s all;
  max-width: inherit;
}
.anq a:hover + .img_baloon, .anq a:hover + .img_baloon_web {
  visibility: visible;
  opacity: 1;
  transition: .5s all;
  border: 1px solid #dddddd;
}

@media screen and (min-width: 0px) and (max-width : 767px) {
.anq a {
  text-decoration: none!important;
  color: #6d6461;
  position: relative;
}
.anq a:hover + .img_baloon, .anq a:hover + .img_baloon_web {
  visibility: hidden;
  opacity: 1;
  transition: .5s all;
}
}
.anq_ttl {
  overflow: hidden;
  text-align: center;
  margin: 50px auto 10px;
  width: 93%;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.anq_ttl {
  width: auto;
  font-size: 16px;
}
}
.anq_ttl_inner {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.anq_ttl_inner {
  margin: 0 2em;
  padding: 0 0.5em;
  text-align: center;
}
}
.anq_ttl_inner::before,
.anq_ttl_inner::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #c9c9c9;
}
.anq_ttl_inner::before {
  right: 100%;
}
.anq_ttl_inner::after {
  left: 100%;
}
.anq_ttl_comment {
  font-weight: 500;
  font-size: 16px;
  display: block;
  text-align: center;
}
.kibou {
  padding: 0 2%;
  display: inline-block;
}
.tsukihi {
  padding: 0 2%;
  display: inline-block;
}



/*====================================
　送信ボタン・個人情報保護法
====================================*/  

.normal, .normal_style2 {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0 2%;
}
.normal_prvc {
  border-bottom: 1px solid #000;
  font-weight: 500;
}
.normal_prvc:hover {
  opacity: 0.3;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -webkit-transition:0.3s all;
  -moz-transition:0.3s all;
  -ms-transition:0.3s all ;
  -o-transition:0.3s all ;
  transition:0.3s all ;
}
.normal2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 2%;
}
form #mail_form input.normal2_btn {
  background-color: #1779bc;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 2%;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  height: inherit;
  border-radius: 0;
  -webkit-transition:0.3s all;
  -moz-transition:0.3s all;
  -ms-transition:0.3s all ;
  -o-transition:0.3s all ;
  transition:0.3s all ;
}
form #mail_form input.normal2_btn:hover {
  background-color: #fff;
  border-color: #1779bc;
  color: #1779bc;
  -webkit-transition:0.3s all;
  -moz-transition:0.3s all;
  -ms-transition:0.3s all ;
  -o-transition:0.3s all ;
  transition:0.3s all ;
  cursor: pointer;
}
.normal2 input[type=submit]{
  font-family: FontAwesome ,YuGothic, '游ゴシック', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.preview_comment {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.text_ch {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.idou label {
  display: inline-block;
  width: 100px;
}
.ml30 {
  margin-left: 30px;
}



.mail-regist-text02 {
  width: 800px;
  margin: 50px auto 50px auto;
  font-size: 13px;
  list-style: 1.8;
  text-align: left;
  padding: 15px;
}
.hp {
  width: 100%;
  background-color: #eee9e4;
  clear: both;
}

@media screen and (min-width: 0px) and (max-width:767px) {
#form_finish {
  width: 100%;
  text-align: center;
}
#form_finish p {
  text-align: left;
  width: 90%;
  margin: 20px auto 30px;
}
.mail-regist-text02 {
  width: 90%;
  line-height: 1.5;
}
}



#form_titile {
  width: 100%;
}
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.last_dot1 {
  border-bottom-style: none;
}

/* プレイスホルダー */

::-webkit-input-placeholder {
 color: #878787;
 font-family: YuGothic, '游ゴシック', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 16px;
}
::-moz-placeholder {
 color: #878787;
 font-family: YuGothic, '游ゴシック', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 16px;
}
:-ms-input-placeholder {
 color: #878787;
 font-family: YuGothic, '游ゴシック', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 16px;
}
input[type="image"] {
  border: none !important;
}

/*==========================================
 個別相談会
===========================================*/

.contentLead {
  background-color: #f0f0f0;
  padding: 0 2%;
  margin-bottom: 50px;
}
.contentLead_inner {
  font-size: 18px;
  line-height: 2.2;
  padding: 50px 0;
  background: url(../img/formlist/Showroom01.png) no-repeat;
  background-position: left center;
}
.contentLead02_area {
  margin-bottom: 30px;
}
@media screen and (max-width:960px) {
.contentLead02_area {
}
}
.contentLead02 {
  position: relative;
  margin-bottom: 35px;
  padding: 0 2%;
}
.contentLead02::after {
  position: absolute;
  border-top: 21px solid #995252;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  content: '';
  left: 47.8%;
  bottom: -20px;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.contentLead02::after {
  left: 45%;
}
}
.contentLead02_list {
  line-height: 2.2;
}
.contentLead02_inner {
  background-color: #995252;
  padding: 20px 2%;
}
.contentLead02_cap {
  color: #fff;
  font-size: 20px;
}
.contentLead02_txt {
  color: #26676d;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.contentLead02_txt {
  padding: 10px 2%;
}
}
.leadList {
  border: 10px solid #f0f0f0;
  width: 24.2%;
  height: 130px;
  margin-right: 1%;
  float: left;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.leadList {
  width: 49.5%;
  margin-bottom: 5px;
}
}
@media screen and (min-width: 0px) and (max-width:480px) {
.leadList {
  margin-bottom: 5px;
  font-size: 12px;
}
}
.contentLead02_list02,
.contentLead02_list03 {
  padding-top: 40px;
}
.contentLead02_list01,
.contentLead02_list04 {
  padding-top: 25px;
}
.contentLead02_list04 {
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.contentLead02_list02 {
  margin-right: 0;
}
}
@media screen and (min-width: 0px) and (max-width:480px) {
.contentLead02_list02,
.contentLead02_list03 {
  padding-top: 45px;
}
.contentLead02_list01,
.contentLead02_list04 {
  padding-top: 35px;
}
}
.build_td label, .Request .naiyou label {
  font-weight: 500;
}
.table02_Back {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.table02_Back {
  padding: 60px 2% 50px;
}
}
.table02_ttl {
  background-color: #f7f7f7;
  overflow: hidden;
  margin: 0 auto;
  width: 93%;
  font-size: 18px;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.table02_ttl {
  font-size: 16px;
  width: auto;
}
}
.table02_ttl_inner {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.table02_ttl_inner {
  margin: 0 2em;
  padding: 0 0.5em;
  text-align: center;
}
}
.table02_ttl_inner::before,
.table02_ttl_inner::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #c9c9c9;
}
.table02_ttl_inner::before {
  right: 100%;
}
.table02_ttl_inner::after {
  left: 100%;
}

.etc_comment {
  background-color: #f7f7f7;
  margin-top: 20px;
  max-width: 588px;
  width: 100%;
  font-size: 14px;
  padding: 14px 3.2%;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.etc_comment {
  margin: 20px auto 0;
  max-width: 100%;
}
}
.mailMaga label {
  display: inline-block;
  width: 36%;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.mailMaga label {
}
}
.text_ch .spspace {
  font-size: 16px;
  font-weight: 500;
}
.field label {
  display: inline-block;
  width: 36%;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.field label {
  width: 100%;
}
}
.yosanInput {
  margin-right: 10px;
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width:480px) {
.yosanInput {
  max-width: 190px;
}
}
.choiceList01 {
  margin-bottom: 15px;
}
.choice {
  margin-right: 20px;
}
.indivShowroom_ttl {
  font-size: 20px;
  text-align: center;
	margin-bottom: 40px;
}
.indivShowroom_item_list {
  width: 32.5%;
  float: left;
  background-color: #f7f7f7;
  margin-right: 1%;
  padding: 30px 2% 20px;
  min-height: 330px;
}
@media screen and (min-width: 0px) and (max-width:767px) {
.indivShowroom_item_list {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}
}

.indivShowroom_item_list:last-child {
  margin-right: 0;
}
.indivShowroom_img {
  text-align: center;
  margin-bottom: 10px;
}
.indivShowroom_name {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.indivShowroom_address {
  font-weight: 500;
}


/*==========================================
 SP表示　店舗選択ボタン
===========================================*/
@media screen and (min-width: 0px) and (max-width:767px) {
.sp-reserve-btn.indivShowroom_item_list {
 min-height:110px;
}
.sp-reserve-btn .sp-reserve-row{
  display:flex;
  justify-content: space-between;
}
.sp-reserve-btn .indivShowroom_img{
 max-width:100px;
 width:20%;
}
.sp-reserve-btn .indivShowroom_name{
 width:76%;
 text-align:left;
}
}






</pre></body></html>