@charset "utf-8";
body{
  position: relative;
}
.font01,.btn1,h2,h3,dt,dd{
  font-family: 'Kaisei Tokumin', serif;
}
.bg{
  background-image: url(images/bg01.png), url(images/bg02.jpg);
  background-size: 3418px auto, 100% auto;
  background-position: 48% 110px, center top;
  background-repeat: repeat-y, repeat;
}
.wrapper1920{
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1060px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.relative{
  position: relative;
}
.flexbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 0px;
}
.txt01{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.txt01 a{
  text-decoration: underline;
}
.center{
  text-align: center;
}
.ib{
  display: inline-block;
}
.pb_1em{
  padding-left: 1em;
}
@media screen and (min-width:768px) {
  body{
    min-width: 1160px;
  }
  .sp{
    display: none;
  }
}
@media screen and (max-width:767px) {
  .pc{
    display: none;
  }
  .wrapper{
    padding: 0 23px;
  }
  .txt01{
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 20px;
  }
  .bg{
    background-image: url(images/bg02.jpg);
    background-size: 100% auto;
  }
}
@media screen and (max-width:375px) {
  .wrapper{
    padding: 0 15px;
  }
}




header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 15px 0;
  background: url(images/header.png);
  background-position: center;
}
#mainnav ul {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#mainnav ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  display: block;
  transition: 0.2s;
  border: 5px solid #000;
  background: #fff;
}
#mainnav ul li a{
  display: block;
  white-space: nowrap;
  padding: 8.5px 15px;
}
.mv_bg{
  overflow: hidden;
  background: url(images/mv_bg.jpg);
  background-position: 0 0;
  background-size: 100% 100%;
}
.mv>div {
  position: relative;
  width: 2250px;
  left: calc(50vw - 1125px);
}
.mv .mv_txt {
  position: absolute;
  top: 11.5%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  z-index: 9;
}
.mv .mv_txt .flexbox {
  justify-content: center;
  align-items: center;
}
.mv .mv_txt .flexbox:first-child {
  font-size: 10px;
}
.mv .mv_txt01 {
  border: 2px solid #CE433A;
  color: #CE433A;
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.1;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
}
.mv .mv_txt02 {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  margin-left: 12px;
  margin-right: 5px;
}
.mv .mv_txt02 span {
  font-size: .7em;
}
.mv .mv_txt03 {
  height: 93px;
  background-image: url(images/mv_posya.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 4em;
  font-weight: 600;
  color: #fff;
  /*
  text-shadow: 0.25em 0.25em 0 #CE433A, -0.25em -0.25em 0 #CE433A,
              -0.25em 0.25em 0 #CE433A, 0.25em -0.25em 0 #CE433A,
              0 0.25em 0 #CE433A,  0 -0.25em 0 #CE433A,
              -0.25em 0 0 #CE433A, 0.25em 0 0 #CE433A;
*/
}
.mv .mv_txt03 span {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  transform: rotate(8deg);
}
.mv .mv_txt03 span::before,
.mv .mv_txt06 a::before,
.mv .mv_txt06 span small::before,
.mv .mv_txt06 span em::before {
  position: absolute;
  -webkit-text-stroke: 7px #fff;
  text-stroke: 7px #fff;
  top: .16em;
  right: 0;
  z-index: -1;
}
.mv .mv_txt03 span::before {
  content: 'ポス屋';
  top: .45em;
  -webkit-text-stroke-color: #CE433A;
  text-stroke-color: #CE433A;
}
.mv_logo {
  max-width: 622px;
  margin:  .5% auto .5%;
}
.mv .mv_txt .mv_logo+.flexbox {
  font-size: 10px;
}
.mv .mv_txt04 {
  font-size: 1.8em;
  line-height: 1.5;
  transform: rotate(-9deg) translate3d(0, 0, 0) translateZ(0);
  color: #fff;
  font-weight: 600;
  background: #CE433A;
  width: 115px;
  height: 115px;
  border-radius: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}
.mv .mv_txt05 {
  margin-left: .7em;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}
.mv .mv_txt05 span{
  font-size: 1.23em;
  color: #CE433A;
  background-image: url(images/mv_txtbg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.mv .mv_txt06 {
  font-size: 10px;
  line-height: 1.1;
  margin-top: 3%;
  /*
  text-shadow: 0.25em 0.25em 0 #FFF, -0.25em -0.25em 0 #FFF,
              -0.25em 0.25em 0 #FFF, 0.25em -0.25em 0 #FFF,
              0 0.25em 0 #FFF,  0 -0.25em 0 #FFF,
              -0.25em 0 0 #FFF, 0.25em 0 0 #FFF;
*/
}
.mv .mv_txt06 a::before {
  content: '050-3557-0187';
}
.mv .mv_txt06 a {
  position: relative;
  font-size: 4em;
  padding-left: 1.1em;
  background-image: url(images/mv_tel.svg);
  background-repeat: no-repeat;
  background-position: 0 13px;
  background-size: 40px;
}
.mv .mv_txt06 span {
  display: block;
  font-size: 3.3em;
}
.mv .mv_txt06 span small {
  font-size: .6em;
  font-weight: inherit;
  position: relative;
}
.mv .mv_txt06 span small::before {
  content: '【受付時間】';
}
.mv .mv_txt06 span em {
  position: relative;
}
.mv .mv_txt06 span em::before {
  content: '平日10:00～19:00';
}
.mv .mv_txt07 {
  margin-top: 1.5%;
  max-width: 48.9%;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
}
.mv img{
  position: relative;
  z-index: 9;
}
@media  screen and (min-width:768px) and (max-width:1400px) {
  .mv_bg{
    background-position: 0 bottom;
    background-size: 100% 590px;
  }
  .mv>div{
    width: 1800px;
    left: calc(50vw - 900px);
  }
  .mv>div>picture{
    position: relative;
    left: calc(-0px);
  }
  .mv .mv_txt {
    top: 13.5%;
  }
  .mv .mv_txt .flexbox:first-child {
    font-size: 8px;
  }
  .mv .mv_txt06 a::before,
  .mv .mv_txt06 span small::before,
  .mv .mv_txt06 span em::before {
    -webkit-text-stroke-width: 5px;
    text-stroke-width: 5px;
    top: .19em;
  }
  .mv .mv_txt01{
    width: 62px;
    height: 62px;
  }
  .mv .mv_txt03{
    height: 73px;
  }
  .mv_logo{
    width: 490px;
  }
  .mv .mv_txt .mv_logo+.flexbox {
    font-size: 8px;
  }
  .mv .mv_txt04{
    width: 92px;
    height: 92px;
  }
  .mv .mv_txt06{
    font-size: 9px;
    margin-top: 2.3%;
  }
  .mv .mv_txt06 a{
    padding-left: 1em;
    background-size: 30px;
  }
  .mv .mv_txt07{
    margin-top: -1%;
    transform: scale(.77);
  }
}
@media  screen and (min-width:768px) and (max-width:1160px) {
  .mv>div{
    width: 1800px;
    left: calc(50% - 900px);
  }
}
@media  screen and (max-width:767px) {
  header{
    z-index: unset;
  }
  .mv>div{
    width: 100%;
    left: 0;
  }
  .mv .mv_txt{
    top: 6.5%;
  }
  .mv .mv_txt .flexbox:first-child{
    font-size: 1.3vw;
  }
  .mv .mv_txt03 span::before,
  .mv .mv_txt06 a::before,
  .mv .mv_txt06 span small::before,
  .mv .mv_txt06 span em::before {
    -webkit-text-stroke-width: 1vw;
    text-stroke-width: 1vw;
    top: .175em;
  }
  .mv .mv_txt01{
    width: 9.9vw;
    height: 9.9vw;
    border-width: 1px;
  }
  .mv .mv_txt03{
    height: 12.2vw;
  }
  .mv .mv_txt03 span::before{
    top: .45em;
  }
  .mv_logo{
    width: 80.6vw;
    margin: .5% auto 3.5%;
  }
  .mv .mv_txt .mv_logo+.flexbox{
    font-size: 1.54vw;
  }
  .mv .mv_txt04{
    width: 17.62vw;
    height: 17.62vw;
  }
  .mv .mv_txt06{
    font-size: 1.9vw;
    margin-top: 48vw;
  }
  .mv .mv_txt06 a{
    background-position: 0 2.5vw;
    background-size: 7vw;
  }
  .mv .mv_txt07{
    max-width: unset;
    margin-top: 0;
  }
  .mv .mv_txt07 a{
    margin-top: 1.5vw;
    min-width: unset;
    max-width: unset;
    height: 12.5vw;
    font-size: 4.3vw;
  }
}



.menubtn {
  position: fixed;
  right: 15px;
  top:10px;
  z-index: 99999999;
  width: 49px;
  height: 56px;
  background: url(images/menubtn.png) no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.menubtn div {
  width: 19px;
  height: 18px;
}
.menubtn div span {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
  height: 3px;
  background: #000;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.menubtn div span:last-child {
  margin-bottom: 0;
}
.menubtn.on div span.top {
  transform: translateY(8px) rotate(-45deg);
}
.menubtn.on div span.middle {
  opacity: 0;
}
.menubtn.on div span.bottom {
  transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width:767px) {
  .menubtn {
    visibility: visible;
    opacity: 1;
  }
  #mainnav {
    position: fixed;
    width: 298px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 100;
    background: url(./images/bg_menu.png);
    padding: 160px 45px 50px;
    visibility: hidden;
    opacity: 0;
    transform: translatex(105%);
    transition: .2s;
    overflow: auto;
  }
  #mainnav.on {
    visibility: visible;
    opacity: 1;
    transform: translatex(0);
  }
  #mainnav ul {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    flex-direction: column;
  }
  #mainnav ul li{
    margin: 7.5px 0;
    padding: 0;
  }
  #mainnav ul li a {
    padding: 0 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 43px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
}



h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 30px;
}
.contentbox{
  border: 12px solid #000;
  background: #fff;
  padding: 0 0 4%;
}
.contentboxhead {
  font-size: 33px;
  line-height: 1.21;
  position: relative;
  padding: 4% 5% 5%;
  display: flex;
  align-items: center;
  gap: 3%;
}
.contentboxhead::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(images/border_dashed.svg);
  background-size: auto 100%;
}
.contentbox .contentboxinner{
  padding: 0 6.075%;
}
.contentbox .contentboxinner+.contentboxhead{
  margin-top: 6%;
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .contentbox{
    border-width: 6px;
    padding-bottom: 15px;
  }
  .contentboxhead{
    font-size: 20px;
    padding: 9px 9px 12px;
  }
  .contentboxhead::after{
    height: 3px;
  }
  .contentbox .contentboxinner{
    padding: 0 9px;
  }
  .contentbox .contentboxinner+.contentboxhead{
    margin-top: 30px;
  }
}



#form{
  padding: 60px 0 20px;
}
#form .forma{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 3%;
}
#form th {
  width: 300px;
  white-space: nowrap;
  padding: 6px 10px 6px 0;
  vertical-align: middle;
}
#form *::placeholder {
color: #aaa;
}
#form th div {
  display: table-cell;
}
#form .required {
  color: #CE433A;
  display: table-cell;
}
#form td {
  padding: 6px 0 6px;
  line-height: 1.2;
}
#form option{
  background: #ffffff;
}
#form th.kojin + td .kojin_span{
  display: block;
  padding-left: 75px;
}
#form th.kojin + td a {
  color: inherit;
  text-decoration: underline;
}
#form p.note{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  display: table;
  margin: 3% auto 4%;
}
@media screen and (min-width:768px) {
  #form .txt01 .ib{
    display: inline;
  }
  #form th.kojin span {
    margin-top: -17px;
  }
  th.kojin + td label {
    display: block;
    padding: 10px 0 10px 65px;
  }
}

@media screen and (max-width:767px) {
  #form{
    padding: 35px 0 30px
  }
  #form .forma{
    font-size: 18px;
    padding-top: 12px;
  }
  #form em{
    padding-bottom: 10px;
  }
  #form th {
    padding: 0;
    width: 178px;
  }
  #form tr+tr th {
    padding: 6px 0 6px;
  }
  #form td {
    padding: 7px 0;
  }
  th.kojin + td label {
    margin-top: 7px;
    padding-left: 50px;
    display: block;
  }
  #form th.kojin + td .kojin_span{
    padding-top: 7px;
    padding-left: 50px;
  }
  #form input,
  #form select{
    padding: 10px;
  }
  #form p.note{
    font-size: 16px;
    line-height: 1.56;
    margin: 15px auto 15px;
    text-align: center;
  }
}
@media screen and (max-width:500px) {
  #form th,
  #form td {
    display: block;
    width: 100%;
  }
  #form tr+tr th{
    padding: 16px 0 0;
  }
  #form th br{
    display: none;
  }
}

.checkbox input[type="checkbox"] {
  margin-right: 1.5em;
  width: 44px;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox input[type="checkbox"]+span::before {
  border: 1px solid transparent;
  top: 6px;
  background: #E6E6E6;
}
.checkbox input[type="checkbox"]:checked+span::after {
content: "";
visibility: visible;
display: block;
position: absolute;
    top: 13px;
    left: 16px;
    width: 12px;
    height: 24px;
transform: rotate(40deg);
border-bottom: 3px solid #666666;
border-right: 3px solid #666666;
}

@media screen and (max-width:767px) {
  #form .checkbox input[type="checkbox"]+span::before {
    top: 6px;
    width: 38px;
    height: 38px;
  }
  .checkbox input[type="checkbox"]:checked+span::after {
    top: 12px;
    left: 9px;
    width: 7px;
    height: 14px;
    border-width: 2px;
  }
}
@media screen and (max-width:500px) {
  #form th.kojin + td .kojin_span{
    padding-top: 6px;
  }
}
@media screen and (max-width:375px) {
  #form .checkbox input[type="checkbox"]+span::before {
    top: 17px;
  }
}

.btn1 {
  display: grid;
  place-items: center;
  background: #CE433A;
  color: #fff;
  margin: 3% auto 0;
  cursor: pointer;
  max-width: 570px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  height: 92px;
  position: relative;
  padding: 7px 25px;
  position: relative;
}
.btn1::before{
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  border: 4px solid #fff;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
}
.btn1::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background .2s;
}
.btn1:hover::after{
  background: rgba(255, 255, 255, 0.3);
}
.btn1 input{
  background: transparent;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
textarea {
  width: 100%;
  height: 44px;
  padding: 10px;
  resize: vertical;
  box-sizing: border-box;
  background: #E6E6E6;
  display: block;
}
#content{
  padding-bottom: 80px;
}
#content>div{
  padding: 80px 0 0;
}
#content .gyoushu img{
  position: relative;
  width: 1305px;
  max-width: unset;
  left: 50%;
  transform: translate(-50%);
}
#content .gyoushu .relative a{
  position: absolute;
  top: 47%;
  left: 12%;
  width: 9%;
  height: 28%;
}
#content .gyoushu .relative a:nth-of-type(2){
  left: 25.5%;
}
#content .gyoushu .relative a:nth-of-type(3){
  left: 39.1%;
}
#content .gyoushu .relative a:nth-of-type(4){
  left: 52.5%;
}
#content .gyoushu .relative a:nth-of-type(5){
  left: 66.1%;
}
#content .gyoushu .relative a:nth-of-type(6){
  left: 79.7%;
}
@media screen and (max-width:1400px) {
  #content .gyoushu img{
    width: 100%;
  }
  #content .gyoushu .relative a{
    width: 7.7%;
    left: 20%;
  }
  #content .gyoushu .relative a:nth-of-type(2){
    left: 30.5%;
  }
  #content .gyoushu .relative a:nth-of-type(3){
    left: 41.1%;
  }
  #content .gyoushu .relative a:nth-of-type(4){
    left: 51.5%;
  }
  #content .gyoushu .relative a:nth-of-type(5){
    left: 62.1%;
  }
  #content .gyoushu .relative a:nth-of-type(6){
    left: 72.7%;
  }
}
@media screen and (max-width:767px) {
  .btn1 {
    width: 65vw;
    min-width: 250px;
    max-width: 370px;
    font-size: 16px;
    padding: 8px 12px;
    height: 47px;
    margin-top: 15px;
  }
  .btn1::before {
    border-width: 2px;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  #form .btn1 input{
    padding: 0;
  }
  textarea{
    height: 41px;
    padding: 10px;
  }
  #content{
    padding-bottom: 20px;
  }
  #content>div{
    padding: 30px 0 20px;
  }
  #content .gyoushu .relative{
    max-width: 500px;
    margin: 0 auto;
  }
  #content .gyoushu img{
    width: 108.3%;
  }
  #content .gyoushu .relative a{
    top: 25.5%;
    left: 14%;
    width: 18%;
    height: 27%;
  }
  #content .gyoushu .relative a:nth-of-type(2){
    left: 40.5%;
  }
  #content .gyoushu .relative a:nth-of-type(3){
    left: 67.1%;
  }
  #content .gyoushu .relative a:nth-of-type(4){
    top: 57.6%;
    left: 14%;
  }
  #content .gyoushu .relative a:nth-of-type(5){
    top: 57.6%;
    left: 40.5%;
  }
  #content .gyoushu .relative a:nth-of-type(6){
    top: 57.6%;
    left: 67.1%;
  }
}


#jissi .jissil_list li{
  margin-top: 40px;
}
#jissi .jissil_list li:first-child{
  margin-top: 0;
}
#jissi .contentboxhead{
  font-size: 30px;
  line-height: 1.33;
  padding-left: 6%;
  padding-right: 6%;
}
#jissi .contentboxhead img{
  width: 56px;
}
#jissi h3{
  width: 245px;
  height: 57px;
  background: url(images/jissi_title.svg) no-repeat;
  background-size: 100%;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1.2;
  margin: 3% 0 2.5%;
}
#jissi .jissi02 div{
  width: 33.333%;
}
#jissi .jissi02 div:last-child dt,
#jissi .jissi02 div:last-child dd{
  border-right: 4px solid #B49664;
}
#jissi .jissi02 div:first-child dt{
  border-left: 4px solid #B49664;
}
#jissi .jissi02 div:first-child dt{
  border-top-left-radius: 10px;
}
#jissi .jissi02 div:last-child dt{
  border-top-right-radius: 10px;
}
#jissi .jissi02 div:first-child dd{
  border-bottom-left-radius: 10px;
}
#jissi .jissi02 div:last-child dd{
  border-bottom-right-radius: 10px;
}
#jissi .jissi02 dt,
#jissi .jissi02 dd{
  font-size: 25px;
  line-height: 1.44;
  text-align: center;
  padding: 4% 0;
}
#jissi .jissi02 dt {
  background: #B49664;
  font-weight: bold;
  color: #fff;
  border-left: 4px solid #fff;
}
#jissi .jissi02 dd{
  border-left: 4px solid #B49664;
  border-bottom: 4px solid #B49664;
  background: #F4EFE8;
  padding: 4% 2%;
}
#jissi .jissi03{
  width: 88.756%;
  margin: 3% auto 4%;
}
#jissi h4{
  width: 90.865%;
  margin: 0 auto 3%;
}
#jissi h4 span{
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  font-size: 32px;
  line-height: 1.22;
  text-align: center;
  color: #fff;
}
#jissi .jissi05{
  width: 39.658%;
  position: absolute;
  top: 0;
  left: 0;
}
#jissi .jissi06{
  border: 4px solid #B49664;
  border-radius: 4px;
  align-items: center;
  background: #B49664;
  text-align: center;
}
#jissi .jissi06 dt{
  font-size: 29px;
  color: #fff;
  flex: 1;
}
#jissi .jissi06 dd{
  font-size: 38px;
  font-weight: bold;
  background: #F4EFE8;
  padding: 2%;
}
#jissi .jissi06 dd span{
  font-size: 24px;
  margin: -2%;
}
#jissi .jissi07{
  font-size: 18px;
  line-height: 1.5;
  padding-top: 3%;
}
@media screen and (min-width:768px) {
  #jissi .flexright{
    padding-left: 41.658%;
    min-height: 347px;
  }
}
@media screen and (max-width:767px) {
  #jissi .contentboxhead{
    font-size: 20px;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 15px;
  }
  #jissi .contentboxhead img{
    width: 25px;
  }

  #jissi h3{
    width: 145px;
    height: 34px;
    font-size: 20px;
    margin: 14px 0;
  }
  #jissi .jissil_list li{
    margin-top: 20px;
  }
  #jissi .jissi02 dt,
  #jissi .jissi02 dd{
    font-size: 16px;
    line-height: 1.125;
    padding: 10px 0;
    border-width: 2px;
  }
  #jissi .jissi02 dd{
    padding: 0;
    height: 44px;
    display: grid;
    place-items: center;
  }
  #jissi .jissi02 div:last-child dt,
  #jissi .jissi02 div:last-child dd{
    border-width: 2px;
  }
  #jissi .jissi03{
    margin: 8px auto 17px;
    width: 95.5%;
    max-width: 500px;
  }
  #jissi h4{
    width: 95.5%;
    max-width: 500px;
    margin-bottom: 12px;
  }
  #jissi h4 span{
    font-size: 24px;
    top: 33%;
  }
  #jissi .jissi05{
    width: 102px;
  }
  #jissi .jissi06{
    display: block;
    border-width: 3px;
    margin-left: 110px;
  }
  #jissi .jissi06 dt,
  #jissi .jissi06 dd{
    font-size: 25px;
    padding: 6px 0;
  }
  #jissi .jissi06 dd span{
    font-size: 15px;
  }
  #jissi .jissi07{
    font-size: 14px;
    line-height: 1.7;
    padding-top: 15px;
  }
}
@media screen and (max-width:582px) {
  #jissi h4 span{
    font-size: 4.55vw;
  }
}
@media screen and (max-width:374px) {
  #jissi .jissi02 dt,
  #jissi .jissi02 dd{
    font-size: 14px;
  }
  #jissi .jissi06 dt,
  #jissi .jissi06 dd{
    font-size: 18px;
    padding: 11px 0;
  }
  #jissi .jissi06 dd span{
    font-size: 12px;
  }
}

.bg_qa {
  background-color: #B49664;
  background-image: url(images/bg_qa.png);
  background-repeat: repeat-y;
  background-size: 3157px auto;
  background-position: 64% -5%;
}
#qa {
  padding: 70px 0 80px;
}
#qa h2 {
  color: #fff;
}
#qa ul {
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.16);
}
#qa ul+ul{
  margin-top: 30px;
}
#qa li {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  padding: 19px 19px 19px 100px;
}
#qa li.que {
  background-color: #5655A1;
  color: #fff;
}
#qa li.ans {
  background: #fff;
}
#qa li.ans span{
  font-size: .53em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  display: block;
  padding-top: .8em;
}
#qa .que::before, #qa .ans::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  left: 35px;
  top: 23px;
  transform: translateY(-6px);
  background-image: url(images/qa_que.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
#qa .ans::before {
  background-image: url(images/qa_ans.svg);
}
#qa .que::after, #qa .ans::after {
  position: absolute;
  font-size: 31px;
  line-height: 1;
  color: #fff;
}
#qa .que::after {
content: 'Q';
    left: 47px;
    top: 24px;
color: #5655A1;
}
#qa .ans::after {
content: 'A';
    left: 48px;
    top: 24px;
color: #fff;
}
@media screen and (max-width:767px) {
  .bg_qa{
    background-image: none;
  }
  #qa{
    padding: 40px 0 40px;
  }
  #qa ul+ul{
    margin-top: 15px;
  }
  #qa li{
    font-size:16px;
    padding: 10px 10px 10px 45px;
  }
  #qa .que::before, #qa .ans::before{
    width: 27px;
    height: 27px;
    top: 15px;
    left: 12px;
  }
  #qa .que::after, #qa .ans::after{
    font-size: 15px;
  }
  #qa .que::after{
    top: 13px;
    left: 19px;
  }
  #qa .ans::after{
    top: 14px;
    left: 20px;
  }
  #qa li.ans span{
    font-size: .75em;
    padding-top: .4em;
  }
}


@media screen and (min-width:768px) {
  .bg_qa+.bg{
    background-position: 51% -120px;
  }
}
#company{
  padding: 70px 0 100px;
}
@media screen and (max-width:767px) {
  #company{
    padding: 40px 0 50px;
  }
}


#area{
  padding: 0 0 100px;
}
#area ul{
  box-shadow: 6px 6px 8px rgba(0 ,0 ,0 ,.16);
}
#area li{
  background: #fff;
}
#area li+li{
  border-top: 1px solid #fff;
}
#area h3{
  background-color: #5655A1;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  padding: 24px 24px 24px 50px;
  position: relative;
}
#area h3::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 40px;
  width: 14px;
  height: 14px;
  border-right: 20px solid transparent;
  border-top: 35px solid #fff;
  border-left: 20px solid transparent;
}
#area dl{
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  width: 91.6%;
  margin: auto;
  padding-bottom: 1.5%;
  overflow: hidden;
}
#area dl>div{
  width: 40%;
  padding: 14px 0;
  position: relative;
  /*
  border-top: 1px solid #A8A6A6;
  */
}
#area dl>div+div::before{
  content: '';
  position: absolute;
  background: #A8A6A6;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 0;
}
@media screen and (min-width:768px){
  #area dl>div:nth-of-type(2n+3){
    width: 60%;
    padding-left: 20%;
  }
  #area dl>div:first-child{
    border-top: 0;
    margin: 2% 34% 0;
    width: 50%;
  }
}
@media screen and (min-width:768px) and (max-width:1260px) {
  #area{
    padding-bottom: 290px;
  }
}
@media screen and (max-width:767px) {
  #area{
    padding: 0 0 80px;
  }
  #area h3{
    padding: 10px 10px 10px 10px;
    font-size: 20px;
  }
  #area h3::after{
    top: 12px;
    right: 10px;
    border-right-width: 10px;
    border-top-width: 19px;
    border-left-width: 10px;
  }
  #area dl{
    font-size: 18px;
    width: calc(100% - 20px);
  }
  #area dl>div{
    width: 100%;
    padding: 10px 0;
  }
}


footer {
background: #000;
color: #fff;
padding: 40px 0 70px;
}
footer .flexbox{
  align-items: flex-end;
}
footer h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
footer .link a{
  display: block;
  line-height: 2;
  font-size: 20px;
}
footer small{
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  footer{
    padding-bottom: 100px;
  }
  footer h1{
    font-size: 20px;
  }
  footer .link a{
    font-size: 15px;
  }
  footer small{
    font-size: 15px;
  }
}
@media screen and (max-width:375px) {
  footer h1{
    font-size: 18px;
  }
  footer .link a{
    font-size: 13px;
  }
  footer small{
    font-size: 13px;
  }
}

#toPageTop {
  position: fixed;
  bottom: 10px;
  right: 50px;
  width: 90px;
  height: 90px;
  background-color: #000;
  border-radius: 13px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}
#toPageTop div {
  position: relative;
  height: 100%;
  width: 100%;
}
#toPageTop div::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 22px;
  width: 14px;
  height: 14px;
  border-right: 22px solid transparent;
  border-bottom: 36px solid #fff;
  border-left: 22px solid transparent;
}
@media screen and (max-width:767px) {
  #toPageTop{
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }
  .menubtn,
  #toPageTop{
    right: 23px;
  }
  #toPageTop div::after{
    top: 12px;
    left: 12px;
    border-width: 14px;
    border-bottom-width: 25px;
  }
}
@media screen and (max-width:375px) {
  .menubtn,
  #toPageTop{
    right: 15px;
  }
}

.cmpsname {
  text-align: center;
  font-size: 26px;
  margin-top: 100px;
  font-weight: bold;
  padding-bottom: 10px;
}
.cmps {
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmps li {
  margin: 10px 10px;
  display: grid;
  place-items: center;
}
@media screen and (max-width:767px) {
  .cmpsname {
    margin-top: 60px;
  }
  .cmps {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cmps li {
    margin: 10px;
    width: 80px;
  }
}


#mitsumori{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}
#mitsumori .btn1{
  width: 100%;
  max-width: none;
}
@media screen and (min-width:768px) {
  #mitsumori{
    bottom: 100px;
    left: auto;
    right: 10px;
  }
  #mitsumori .btn1{
    width: 170px;
    height: 170px;
    border-radius: 100%;
    line-height: 1.25;
    font-size: 24px;
    text-align: center;
    padding: 0;
  }
  #mitsumori .btn1::before{
    top: 5px;
    left: 5px;
    border-radius: 130px;
    border-width: 3px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #mitsumori .btn1::after{
    border-radius: 130px;
  }
}
@media screen and (max-width:767px) {
  #mitsumori{
    bottom: 0 !important;
    position: fixed !important;
  }
  #mitsumori .btn1{
    height: 70px;
  }
}


#privacy h2,
#privacy .btn1{
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#privacy header{
  background: url(images/header.png);
  background-position: center;
}
#privacy section{
  font-size: 25px;
  line-height: 1.32;
}
#privacy section+section{
  padding-top: 80px;
}
#privacy #unei{
  padding-top: 150px;
}
#privacy h2{
  font-size: 35px;
  font-weight: normal;
  line-height: 1.34;
  display: flex;
  align-items: center;
}
#privacy h2::after, #privacy h2::before {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #000;
  display: block;
}
#privacy h2:before {
  margin-right: 1.8em;
}
#privacy h2:after {
  margin-left: 1.8em;
}
#privacy .contentbox{
  padding-top: 4%;
}
#privacy #unei table{
  max-width: 900px;
  margin-left: auto;
}
#privacy #unei td{
  line-height: 2;
  max-width: 300px;
}
#privacy section li{
  padding-left: 1em;
  text-indent: -1em;
  margin-top: .5em;
}
#privacy section li li{
  margin-top: .1em;
}
#privacy .totop{
  margin-top: 70px;
  padding-bottom: 80px;
}
#privacy .totop a{
  background: #5653A0;
  outline-color: #5653A0;
  position: relative;
}
#privacy .totop a span::before{
  content: "≪";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  font-size: 27px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  #privacy header{
    background-size: 305%;
  }
  #privacy h2{
    font-size: 22px;
  }
  #privacy h2::before{
    margin-right: .8em;
  }
  #privacy h2::after{
    margin-left: .8em;
  }
  #privacy section{
    font-size: 16px;
  }
  #privacy section+section{
    padding-top: 45px;
  }
  #privacy #unei{
    padding-top: 70px;
  }
  #privacy .contentbox{
    padding-top: 15px;
  }
  #privacy .totop{
    margin-top: 35px;
    padding-bottom: 80px;
  }
  #privacy .totop a span::before{
    font-size: 19px;
  }
}
@media screen and (min-width:501px) {
  .br500{
    display: none;
  }
}



.qlink p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 6px;
    text-align: center;
}
.qlink table {
    border-collapse: collapse;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.qlink th {
    border: 1px solid #000;
    white-space: nowrap;
}
.qlink th a {
    display: block;
    font-size: 15px;
    line-height: 26px;
    height: 26px;
    font-weight: bold;
    color: #000;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
}
.qlink td {
    width: 6em;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    white-space: nowrap;
}
.qlink td a {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 26px;
    height: 26px;
    text-decoration: none;
}
.qlink td a:hover {
    color: #FDE628;
    font-weight: bold;
}
.householdslist {
    border-collapse: collapse;
    border: 1px solid #000
}
.householdslist thead {
    margin-top: -50px;
    padding-top: 50px;
}
.householdslist thead th {
    text-align: center;
    background-color: rgba(255,255,255,1);
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px;
}
.householdslist th {
    border: 1px solid #000;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
}
.householdslist td {
    text-align: right;
    border: 1px solid #000;
    vertical-align: middle;
    white-space: nowrap;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
}
