<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------------
        CSS for TS-Framework.
                ver 00
------------------------------------------------------------------------------*/
/*------------------------------------------------
  Global Configurations.
------------------------------------------------*/
/* PCとスマートフォンの共通スタイル */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling */
  min-height: 100vh;
}
body {
  background: #ffffff;
  color: #000000;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'MS PGothic', arial, helvetica, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
}
a:link {
  color: #877300;
  text-decoration: underline;
}
a:visited {
  color: #877300;
  text-decoration: underline;
}
a:hover {
  color: #877300;
  text-decoration: none;
}
a:active {
  color: #877300;
  text-decoration: none;
}
#wrapper {
  max-width: 100%;
  background: #ffffff;
  min-width: 780px;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  width: 100%;
  position: relative;
  min-height: 100%;
}
.fs9 {
  font-size: 9px;
  line-height: 1.5;
}
.fs10 {
  font-size: 10px;
  line-height: 1.5;
}
.fs11 {
  font-size: 11px;
  line-height: 1.5;
}
.fs12 {
  font-size: 12px;
  line-height: 1.5;
}
.fs13 {
  font-size: 13px;
  line-height: 1.5;
}
.fs14 {
  font-size: 14px;
  line-height: 1.5;
}
.fs15 {
  font-size: 15px;
  line-height: 1.5;
}
.fs16 {
  font-size: 16px;
  line-height: 1.5;
}
.fs17 {
  font-size: 17px;
  line-height: 1.5;
}
.fs18 {
  font-size: 18px;
  line-height: 1.5;
}
.fs19 {
  font-size: 19px;
  line-height: 1.5;
}
.fs20 {
  font-size: 20px;
  line-height: 1.5;
}
.fs21 {
  font-size: 21px;
  line-height: 1.5;
}
.fs22 {
  font-size: 22px;
  line-height: 1.5;
}
.fs23 {
  font-size: 23px;
  line-height: 1.5;
}
.fs24 {
  font-size: 24px;
  line-height: 1.5;
}
.fs25 {
  font-size: 25px;
  line-height: 1.5;
}
.fs26 {
  font-size: 26px;
  line-height: 1.5;
}
.fs27 {
  font-size: 27px;
  line-height: 1.5;
}
.fs28 {
  font-size: 28px;
  line-height: 1.5;
}
.fs29 {
  font-size: 29px;
  line-height: 1.5;
}
.fs30 {
  font-size: 30px;
  line-height: 1.5;
}
.fs31 {
  font-size: 31px;
  line-height: 1.5;
}
.fs32 {
  font-size: 32px;
  line-height: 1.5;
}
.fs33 {
  font-size: 33px;
  line-height: 1.5;
}
.fs34 {
  font-size: 34px;
  line-height: 1.5;
}
.fs35 {
  font-size: 35px;
  line-height: 1.5;
}
.fs36 {
  font-size: 36px;
  line-height: 1.5;
}
.fs37 {
  font-size: 37px;
  line-height: 1.5;
}
.fs38 {
  font-size: 38px;
  line-height: 1.5;
}
.fs39 {
  font-size: 39px;
  line-height: 1.5;
}
.fs40 {
  font-size: 40px;
  line-height: 1.5;
}
.left {
  float: left;
}
.right {
  float: right;
}
.red {
  color: #FA6163 !important;
}
.bold {
  font-weight: bold !important;
}
.margin{
	padding-top: 80px;
	margin-top: -80px;
}
/*------------------------------------------------
  maincontents
------------------------------------------------*/
/*
.ctop{position:fixed;top:0;width:850px;}
.ctop .topimg{width:204px;}
.ctop .seimg{width:16px;}
.ctop .c_cont{width:100%;margin:0 auto;}
.c_cont .topdiv{margin:3px 0 0 607px;}
.c_cont .se_div{background:url(../images/se.png) no-repeat;font-size:10px;width:175px;height:23px;padding:5px 10px 5px 20px;margin:3px 0 0 607px;-moz-background-size:contain;background-size:contain;line-height:1;}
.c_cont #key{margin-left:2px;width:135px;height:15px;}
*/
.bg {
  height: 100%;
  width: 100%;
  display: inline-block;
  z-index: 15;
}
#right {
  background-color: #ffffff;
  padding: 80px 0px 0px 0px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
}
input:focus {
  border-right: none;
  outline: none;
}
#keyword {
  position: absolute;
  width: 400px;
  padding: 0.5em 0 0.5em 0.3em;
  border: solid 3px #5B9FA5;
  border-right: solid 46px #5B9FA5;
  border-radius: 6px;
  z-index: 5;
  top: 20px;
  left: 0px;
  font-size: 16px;
}
#window {
  position: absolute;
  left: 467px;
  padding: 0.4em 0.5em;
  background-color: #5B9FA5;
  z-index: 10;
  top: 33px;
}
#right::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../images/magnifyingglass_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  padding: 12px;
  top: 28px;
  left: 411px;
  z-index: 30;
}
input[type=submit] {
  display: none;
}
.search_area {
  margin: 7% 0 10% 0;
}
#maincontents {
  max-width: 850px;
  margin: 0 auto 0;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#88ffffff, EndColorStr=#88ffffff); /*IE8以下用*/
  padding-top: 35px;
  color: #333333;
  margin-bottom: 50px;
  padding: 5% 10% 10px 10%;
}
#maincontents_top {
  width: 780px;
  margin: 30px auto 0;
  background: #ffffff;
  padding: 35px;
  color: #333333;
  margin-bottom: 300px;
}
.main {
  margin: 0% auto 10% auto;
  text-align: center;
}
.campaign_title {
  position: relative;
  margin: 0 32% 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #A6884E;
  display: block;
}

.campaign_title:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    width: 2px;
    height: 62px;
    background: #A6884E;
    border-radius: 3px;
    transform: rotate(-30deg);
}
       
.campaign_title:after {
    position: absolute;
    content: "";
    right: 0;
    top: -1px;
    width: 2px;
    height: 62px;
    background: #A6884E;
    border-radius: 3px;
    transform: rotate(30deg);
}



.logo {
  text-align: center;
  width: 40%;
  margin: 0 auto 5%;
}
.logo img {
  position: relative;
}
.main_title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  font-weight: bold;
  color: #333;
  margin: 0px auto 40px;
  padding-left: 40px;
}
.main_title::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/question_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0.8em;
  left: -25px;
  bottom: 10%;
}
.sub_title {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #333;
}
.sub_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  border: 2px solid #A6884E;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
}
.title {
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
#question-list {
  margin: 0 auto 7% auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 735px;
}
#question-list a {
  margin-bottom: 1.2em;
  background-color: #F9F7F1;
  padding: 2% 3.5%;
  border-radius: 28px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-shadow: 0px 2px 4px 0px rgba(102, 51, 0, 0.2);
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*
#question-list a:first-of-type{
	margin-right: 5%;
}
*/
#question-list a:hover {
  box-shadow: 0px 3.5px 4px 0px rgba(102, 51, 0, 0.3);
}
a .margin_none {
  margin-bottom: 0;
}
#anchor_area {}
.anchor_area_group {
  padding: 10% 0 5% 0;
}

#anchor_area .anchor_area_group {
  display:flex;
  flex-wrap: wrap;
}


#anchor_area a {
  font-weight: bold;
  font-weight: 700;
}
#anchor_area li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 34px;
  transform: translateX(5%);
  width: calc(50% - 34px);
  box-sizing: border-box;
  color:#A6884E;
}

/*--#anchor_area li:last-child {
  margin-bottom: 0;
}--*/

#anchor_area li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#anchor_area li:nth-of-type(1)::before,
#anchor_area li:nth-of-type(3)::before, 
#anchor_area li:nth-of-type(5)::before,
#anchor_area li:nth-of-type(7)::before,
#anchor_area li:nth-of-type(9)::before,
#anchor_area li:nth-of-type(11)::before,
#anchor_area li:nth-of-type(13)::before,
#anchor_area li:nth-of-type(15)::before{
  background-color: #5B9FA5;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

#anchor_area li:nth-of-type(2)::before,
#anchor_area li:nth-of-type(4)::before, 
#anchor_area li:nth-of-type(6)::before,
#anchor_area li:nth-of-type(8)::before,
#anchor_area li:nth-of-type(10)::before,
#anchor_area li:nth-of-type(12)::before,
#anchor_area li:nth-of-type(14)::before,
#anchor_area li:nth-of-type(16)::before{
  background-color: #A6884E;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.accordion_area .odd{
  margin-bottom: 5%;
  margin-top: 5%;
}

.accordion_area .odd h2.title{
  background-color: #E2EAEB;
  color: #5B9FA5;
  padding: 0.5em 0;
}

.accordion_area .odd .accordion .accordion_box h3.accordion_htxt::before{
  background-color: #5B9FA5;
}

.accordion_area .even{
  margin-bottom: 5%;
  margin-top: 5%;
}

.accordion_area .even h2.title{
  background-color: #F0ECE3;
  color: #A6884E;
  padding: 0.5em 0;
}

.accordion_area .even .accordion .accordion_box h3.accordion_htxt::before{
  background-color: #A6884E;
}

#green {
  margin-bottom: 5%;
  margin-top: 5%;
}
#green h2 {
  padding: 0.5em 0;
}
#blue {
  margin-bottom: 5%;
}
#blue h2 {
  padding: 0.5em 0;
}
#pink {
  margin-bottom: 5%;
}
#pink h2 {
  padding: 0.5em 0;
}
#yellow {
  margin-bottom: 5%;
}
#yellow h2 {
  padding: 0.5em 0;
}
#darkviolet {
  margin-bottom: 10%;
}
#darkviolet h2 {
  padding: 0.5em 0;
}
#anchor_area li.green::before {
  background-color: #A9D18E;
}
#anchor_area li.pink::before {
  background-color: #ffadb6;
}
#anchor_area li.blue::before {
  background-color: #60C0CE;
}
#anchor_area li.yellow::before {
  background-color: #FFCD2D;
}
#anchor_area li.darkviolet::before {
  background-color: #9966CC;
}
/*　タイトルとQの背景色　*/
/*----#green .title, #green .accordion .accordion_box h3.accordion_htxt::before {
  background-color: #A9D18E;
}
#pink .title, #pink .accordion .accordion_box h3.accordion_htxt::before {
  background-color: #ffadb6;
}
#blue .title, #blue .accordion .accordion_box h3.accordion_htxt::before {
  background-color: #60C0CE;
}
#yellow .title, #yellow .accordion .accordion_box h3.accordion_htxt::before {
  background-color: #FFCD2D;
}
#darkviolet .title, #darkviolet .accordion .accordion_box h3.accordion_htxt::before {
  background-color: #9966CC;
}---*/
.anchor_txt {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}
.faq {
  margin-top: 16px;
  overflow: hidden;
}
/*------------------------------------------------
  inq
------------------------------------------------*/

.footer{
	margin-top: auto;
	margin-bottom: -4vh;
}

#inq {
  background-color: #A6884E;
  position: unset;
  width: 100%;
}
#inq .inq_inner {
  margin: 0 auto;
  background: #F9F7F1;
  padding: 3% 5% 3% 5%;
  border-left: 10em solid #A6884E;
  border-right: 10em solid #A6884E;
  max-width: 780px;
}
#inq .inq_inner .icon_area02 {
  text-align: center;
  margin-bottom: 20px;
}

#inq span {
  font-size: 35px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
#inq .inq_inner .txt02 {
  width: 85%;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#inq .inq_inner .txt03 {
  width: 85%;
  font-size: 12px;
  line-height: 1.2;
  color: red;
  margin: 0 auto;
  padding-bottom: 20px;
}
#inq .inq_inner .btn01 {
  text-align: center;
  margin-bottom: 20px;
}
#inq .inq_inner .btn01 a {
  position: relative;
  display: inline-block;
  background-color: #333;
  font-size: 16px;
  text-decoration: none;
  line-height: 50px;
  color: #ffffff;
  margin: 0 auto;
  width: 265px;
  border-radius: 5px;
  font-weight: bold;
}
#inq .inq_inner .btn01 a::after {
  position: absolute;
  content: "";
  display: block;
  top: 49%;
  right: 33px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: ease-out 0.3s;
}
#inq .inq_inner .btn01 a:hover::after {
  right: 20px;
  transition: ease-out 0.3s;
}

.footer_block2 p {
  text-align: center;
  line-height: 1.2;
}
.footer_block1_text p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

/* //////
others_content/////////////////////////////// */
#scroll-top {
  position: fixed;
  bottom: 5%;
  right: 18%;
  z-index: 999;
  opacity: 0;
}
.page-to_link {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border: solid 2px #5CA5AC;
  width: 50px;
  height: 50px;
  border-radius: 47px;
}
.page-to_link::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #5CA5AC;
  border-bottom: 2px solid #5CA5AC;
  transform: rotate(-226deg);
  transition: all 0.1s 0.1s ease-in-out;
  right: 19px;
  top: 20px;
  margin: 0px;
  padding:0px;
}
#scroll-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#scroll-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media screen and (max-width:1440px) {
  #scroll-top {
    right: 5%;
  }
}
@media screen and (max-width:1250px) {
  #scroll-top {
    right: 3%;
  }
}
@media screen and (max-width:430px) {
  .campaign_title {
    position: relative;
    margin: 0 9% 10px!important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #A6884E;
    display: block;
  }
	
  #scroll-top {
    bottom: 12%;
  }
  .page-to_link {
    width: 35px;
    height: 35px;
  }
  #scroll-top {
    right: 2%;
  }
  .page-to_link::after {
    right: 11px;
    top: 13px;
  }
}

.links_content-button a {
  text-decoration: none;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  transform: translateX(5px);
}

.links_content-button {
  margin-top: 30px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.links_content-button::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  height: 2px;
  background: #AA8B4F;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.5s;
}
@media (any-hover: hover) {
  .links_content-button:hover::before {
    transform: scale(1, 1);
  }
}
.links_content-button::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/decoration_3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
  top: 2px;
  left: -4px;
}


.footer_block2 p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.footer_block1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_block2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5% 0 5% 0;
}
.footer_block2_text {
  border-right: 1px solid #333333;
}
.footer_block2_text02 {
  padding-left: 30px;
  transform: translateY(-1px);
}
.top_button {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.top_button a {
  font-weight: bold;
  text-align: justify;
  font-size: 16px;
  color: #877300;
}
.footer_block1_img {
  max-width: 100%;
}
.footer_block1_img img {
  width: 70%;
  transform: translate(12px, -19px);
}
.footer_block2_text_br {
  padding-right: 30px;
}
.footer_block2_text02 span {
  font-size: 35px;
}
.time_icon {
  position: relative;
}
.time_icon::before {
  content: "";
  display: inline-block;
  background-image: url(../images/watch_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  transform: translateY(8px);
}
.phone_icon {
  position: relative;
}
.phone_icon::before {
  content: "";
  display: inline-block;
  background-image: url("../images/iPhone_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  transform: translateY(5px);
}
.js-pagetop {
  right: 15%;
}
.js-pagetop a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  background-color: #DCC07E;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-family: 'Inclusive Sans', sans-serif;
}
.js-pagetop a::after {
  content: '';
  display: block;
  width: 8px; /* 矢印の大きさの指定 */
  height: 8px; /* 矢印の大きさの指定 */
  border-top: 2px solid #ffffff; /* 矢印の太さの指定 */
  border-left: 2px solid #ffffff; /* 矢印の太さの指定 */
  top: 12px;
  position: absolute;
  transform: rotate(45deg);
  right: 35px;
}
.js-pagetop span {
  position: absolute;
  right: 7px;
  bottom: 26px;
}
tablet_br {
  display: none;
}
.sp_br {
  display: none;
}
/* PCのスタイル */
@media screen and (max-width: 1400px) {
  .js-pagetop {
    right: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .footer_block2 p {
    font-size: 16px;
    line-height: 0.05;
  }
  #inq span {
    font-size: 25px;
  }
  .time_icon::before {
    width: 35px;
    height: 35px;
  }
  .phone_icon::before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 960px) {
  /*------------------------------------------------
	  maincontents
	------------------------------------------------*/
  #wrapper {
    width: 100%;
    background: #ffffff;
    min-width: 780px;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  }
  .smp {
    display: none;
  }
  .title {
    font-size: 18px;
    line-height: 42px;
    padding: 0 35px;
    margin: 35px -35px 0 !important;
  }
	
  .campaign_title {
    position: relative;
    margin: 0 26% 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #A6884E;
    display: block;
  }
  .icon_area img {
    width: 50%;
  }
  #inq .inq_inner {
    margin: 0 auto;
  }
  #inq .inq_inner .icon_area02 img {
    width: 60px;
    height: 63px;
  }
  #inq .inq_inner .btn01 a {
    width: 280px;
    border-radius: 5px;
  }
  #inq .inq_inner .btn01 a::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 19px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #inq .inq_inner {
    border-left: 5em solid #A6884E;
    border-right: 5em solid #A6884E;
    max-width: 780px;
  }
  #question-list {
    display: block;
    width: 100%;
  }
  .tablet_br {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .pc_br {
    display: none;
  }
  .footer_block1_img img {
    width: 75%;
    transform: translateY(-12px);
  }
  #inq .inq_inner {
    padding: 5% 5% 5% 5%;
  }
  .footer_block2 {
    padding: 2.5% 0 8% 0;
  }
  .main {
    margin-top: 5%;
  }
  #right {
    padding: 81px 165px 0px 0px;
    margin: 0 -82px 0;
    z-index: 9999;
  }
	#keyword {
  left: 10%;
}
	#right::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../images/magnifyingglass_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  padding: 12px;
  top: 28px;
  left: 493px;
  z-index: 30;
}
}
/* スマートフォンのスタイル */
@media screen and (max-width: 768px) {
  /*------------------------------------------------
	  Global Configurations.
	------------------------------------------------*/
  #wrapper {
    width: 100%;
    min-width: 100%;
    background: none;
    overflow-y: visible;
    overflow-x: clip; 
  }
  #wrapper_smp {
    z-index: -1;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #question-list {
    margin: 0 auto 7% auto;
    display: block;
    width: 90%;
  }
  .main {
    margin-top: 0%;
  }
  /*------------------------------------------------
	  maincontents
	------------------------------------------------*/
  /*
	.ctop{left:0;}
	.ctop .topimg{width:150px; float:left;}
	.ctop .seimg{width:10px;}
	.ctop .c_cont{width:850px;margin:0 auto;}
	.c_cont .topdiv{background:#fff;height:27px;padding:5px 0;float:left;border:#ddd 1px solid;margin:0px;}
	.c_cont .se_div{margin-left:2px;background:url(../images/se.png) no-repeat #FFF;font-size:10px;width:135px;height:27px;padding:5px 10px 5px 20px;margin-top:0px;float:left;margin:0 0 0 0px;border:#ddd 1px solid;}
	.c_cont .topdiv img{margin:3px 0 0 0px;}
	.se_div img{margin:5px 0 0 0px;}
	.c_cont #key{margin-left:2px;width:105px;height:19px;}
	*/
  #maincontents {
    padding: 5% 5% 10px 5%;
    margin-bottom: 0;
  }
  #maincontents_top {
    width: 90%;
    padding: 5%;
  }
  .main_title {
    margin: 28px 0 20px 0;
  }
  .sub_title::after {
    bottom: -20px;
  }
  .sub_title {
    font-size: 20px;
  }
  #question-list a {
    padding: 2% 5%;
  }
  #question-list {
    margin: 15% 0 8% 0;
  }
  #question-list a {
    line-height: 2;
  }
  .anchor_area_group {
    padding: 0;
    margin: 15% 0 0% 0;
  }
  #anchor_area p {
    transform: translateX(0);
  }
  .sub_title::after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    border: 2px solid #A6884E;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
  }
  .pc {
    display: none;
  }
  .title {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
  }
  .gotop {
    right: 2vw;
    bottom: 2vw;
  }
  .gotop a {
    width: 60px;
    height: 32px;
    font-size: 10px;
    padding-top: 28px;
  }
  .gotop a::before {
    top: 14px;
  }
  .logo {
    margin-top: 40px;
  }
  .icon_area img {
    width: 100%;
  }
  /*------------------------------------------------
	  inq
	------------------------------------------------*/
  #inq .inq_inner {
    padding: 5%;
  }
  #inq .inq_inner .icon_area02 img {
    width: 50px;
    height: auto;
  }
  #inq .inq_inner .txt02 {
    width: 90%;
  }
  #inq .inq_inner .btn01 a {
    width: 50%;
    border-radius: 5px;
  }
  .js-pagetop a::after {
    content: '';
    display: block;
    width: 8px; /* 矢印の大きさの指定 */
    height: 8px; /* 矢印の大きさの指定 */
    border-top: 2px solid #ffffff; /* 矢印の太さの指定 */
    border-left: 2px solid #ffffff; /* 矢印の太さの指定 */
    top: 12px;
    position: absolute;
    transform: rotate(45deg);
    right: 35px;
  }
  .js-pagetop span {
    position: absolute;
    right: 7px;
    bottom: 26px;
  }
  #inq .inq_inner {
    border-left: 1em solid #A6884E;
    border-right: 1em solid #A6884E;
  }
	
  .footer_block1 {
    display: block;
  }
  .footer_block1_img {
    max-width: 15%;
    margin: 0 auto;
    display: block;
    padding-top: 0%;
  }
  .footer_block1_img img {
    width: 100%;
    margin: 0 auto;
  }
  .footer_block2 {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 2.5% 0 5% 0;
  }
  .footer_block2_text {
    border: none;
  }
  .footer_block2_text_br {
    padding: 0px 0 4% 0;
  }
  .footer_block2_text02 {
    padding-left: 0px;
  }
  #inq .inq_inner .txt03 {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .main {
    margin-top: 7%;
  }
  .search_area {
    margin: 12% 0 10% 0;
  }
  .main_title {
    margin: 0 0 30px 0;
    font-size: 30px;
  }
  .main_title::before {
    width: 0px;
    padding: 0.8em;
    left: -9px;
    bottom: 10%;
  }
  #right {
    padding: 80px 18px 0px 27px;
    background-color: #ffffff;
    margin: 0px -26px 0px;
  }
  #right::after {
    left: 84%;
    z-index: 30;
  }
  #keyword {
    position: absolute;
    width: 75%;
    padding: 0.6em 0 0.6em 0.3em;
    left: 0;
	right: 0;
	margin: 0 0 0 6.5%;
  }
  .logo {
    margin-top: 30px;
    width: 70%;
  }
  .sp_br {
    display: block;
  }
  .footer_block2 {
    padding: 2.5% 0 10% 0;
  }
  #inq span {
    font-size: 20px;
  }
  .sp_br {
    display: block;
  }
  .time_icon::before {
    content: "";
    display: inline-block;
    background-image: url(../images/watch_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    transform: translateY(12px);
  }
  #inq .inq_inner .btn01 a {
    width: 90%;
    border-radius: 5px;
  }
	.campaign_title {
    position: relative;
    margin: 0 9% 10px!important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #A6884E;
    display: block;
  }
  .phone_icon::before {
    content: "";
    display: inline-block;
    background-image: url("../images/iPhone_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    transform: translateY(11px);
  }

  .footer_block1_img {
    max-width: 25%;
    margin: 0 auto;
    display: block;
    padding-top: 5%;
  }
  .footer_block2_text_br {
    padding: 0px 0 10% 0;
  }
  #question-list {
    margin: 20% auto 10%;
  }
  #anchor_area .anchor_area_group {
    padding: 0;
    margin: 20% 0 0% 0;
	display:block;
    flex-wrap: nowrap;
  }
	
  #anchor_area li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 34px;
    transform: translateX(5%);
    width: 100%;
    box-sizing: border-box;
    color:#A6884E;
  }
  #question-list a {
    line-height: 1.5;
  }
  #question-list a {
    padding: 2.5% 8%;
	width: 84%;
  }
 #inq {
    background-color: #A6884E;
  }
	
	#inq .inq_inner {
    border-left: 1em solid #A6884E;
    border-right: 1em solid #A6884E;
  }
  #inq .inq_inner .btn01 {
    margin-bottom: 28px;
  }
}</pre></body></html>