@charset "utf-8";
/*---------------------------------------------------------
共通css
---------------------------------------------------------*/

html body {
  width: 100%;
  height: 100%;
}

p, h1, h2, h3, a, ul, li {
  color: #3b4043;
}

.clear-fix {
  content: "";
  display: block;
  clear: both;
}

/*----------------フォントバグ回避-----------------*/

body {
  -webkit-text-size-adjust: 100%;
}

p, ul, li {
  max-height: 100%;
}

a {
  max-height: 100%;
}

/*----------------フォントバグ回避 end-----------------*/

* {
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #3B4043;
  font-family: vdl-v7gothic, sans-serif;
  font-style: normal;
  transition: all .3s ease;
}

main {
  margin-top: 75px;
}

ul, li {
  padding: 0;
}

p {
  line-height: 1;
  font-size: 12px;
}

/*---------------------------------------------------------
共通css end
---------------------------------------------------------*/

/*ページ内リンクズレ解除*/

#trouble {
  margin-top: -100px;
  padding-top: 100px;
}

#payoff {
  margin-top: -100px;
  padding-top: 100px;
}

#point {
  margin-top: -100px;
  padding-top: 100px;
}

#comparison {
  margin-top: -100px;
  padding-top: 100px;
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/

header {
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  box-shadow: 0px 1px 5px #ababab40;
}

#header-in {
  display: flex;
  margin: auto;
  max-width: 1600px;
  font-size: 14px;
  letter-spacing: 1px;
}

.header-left {
  flex: 0.1;
  margin: auto 0 auto 2vw;
  display: block;
  width: 20%;
  align-items: center;
}

.header-left a {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left svg {
  width: 76px;
  height: 55px;
}

.header-left svg:hover {
  opacity: 0.8;
  transition: .2s;
  transition-delay: .2s;
}

.header-right {
  display: flex;
  flex: 0.9;
  justify-content: right;
  margin-right: 2vw;
  align-items: center;
  font-weight: 500;
}

.header-right ul {
  display: flex;
  justify-content: right;
}

.header-right li {
  line-height: 40px;
}

.header-right li a {
  display: block;
  font-weight: 600;
}

.pc-menu {
  font-size: 14px;
}

.pc-menu a {
  position: relative;
}

.pc-menu a::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease;
  border-bottom: 1px solid #E83428;
}

.pc-menu a:hover::before {
  width: 50%;
}

.pc-menu a::after {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border-bottom: 1px solid #E83428;
}

.pc-menu a:hover::after {
  width: 50%;
}

#contact-login {
  width: 100%;
}

#contact, #login {
  width: 15%;
  max-width: 160px;
  padding: 0 1.5%;
  border-radius: 50px;
  font-size: 14px;
}

#contact {
  background-color: #E83428;
  border: transparent solid 1px;
}

#contact:hover {
  background-color: #fff;
  border: #E83428 solid 1px;
  transition: .2s;
  transition-delay: .2s;
}

#contact:hover a {
  color: #E83428;
  transition: .2s;
  transition-delay: .2s;
}

#login {
  width: 15%;
  max-width: 160px;
  margin-right: 2.5%;
  padding: 0 1.5%;
  background-color: white;
  border: 1px solid #E83428;
}

#login:hover {
  background-color: #E83428;
  border: transparent solid 1px;
  transition: .2s;
  transition-delay: .2s;
}

#login:hover a {
  color: #fff;
  transition: .2s;
  transition-delay: .2s;
}

#contact a, #login a {
  display: block;
  text-align: center;
}

#contact a {
  color: white;
}

#login a {
  color: #E83428;
}

.sp {
  display: none;
}

/*---------------------------------------------------------
header end
---------------------------------------------------------*/

/*---------------------------------------------------------
main visual
---------------------------------------------------------*/

/*ファーストビュー*/

section {
  max-width: 1600px;
  margin: 0 auto;
}
.mainView {
  margin-bottom: 3vw;
  position: relative;
}

.mainView img {
  width: 100%;
  max-inline-size: 100%;
  block-size: auto;
  object-fit: contain;
}

.mainView-text {
  width: 22%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainView-text p {
  background-color: #E83428;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 600;
  opacity: 0.7;
  padding: 6% 0;
}

.tabArea {
  margin-bottom: 3vw;
  box-sizing: border-box;
}

.tabArea .tabAreaTitle {    
  font-size: 36px;
  font-size: calc(0.8vw + 0.8em);  
  font-weight: 700;
  margin-top: 5vw;
  margin-bottom: 6vw;
  text-align: center;
}

.tabs {
  margin-top: 50px;
  background-color: #ffffff;
  max-width: 1024px;
  margin: 0 auto;
}

.tab_item {
  width: 32%;
  height: 60px;
  border: 2px solid #E83428;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  line-height: 50px;
  font-size: calc(0.25vw + 0.8em);
  text-align: center;
  color: #E83428;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item br {
  display: none;
}

.tab_item:after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #E83428;
  border-bottom: 0;
  margin-left: -12px;
  margin-bottom: -12px;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 1vw;
  clear: both;
  overflow: hidden;
  border: 2px solid #E83428;
  border-radius: 10px;
}

.tab_content tabIn {
  display: flex;
  flex-wrap: wrap;
}

.tab_content .tabIn a {
  display: inline-block;
  font-size: calc(0.15vw + 0.8em);
  margin: 0.5vw;
  padding: 0.7vw;
  border: 1px solid #E83428;
  border-radius: 15px;
  transition: all 0.2s ease-out;
}

.tab_content .tabIn a:hover {
  color: #ffffff;
  background-color: #E83428;
  border: 1px solid #ffffff;
}

#tab2 + .tab_item {
  margin: 0 2%;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab1:checked + .tab_item:after,
#tab2:checked + .tab_item:after,
#tab3:checked + .tab_item:after {
  display: block;
}

.tabs input:checked + .tab_item,
.tab_item:hover {
  background-color: #E83428;
  color: #fff;
}

.infoArea {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

.infoArea > p {
  font-size: 18px;
}

.infoList {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-left: 0;
}

.infoList li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3vh;
  border: 2px solid #3B4043;
  border-radius: 15px;
  box-sizing: border-box;
}

.infoList li:nth-child(3n) {
  margin-right: 0;
}

.infoList li dt img {
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.infoList .inInfo {
  padding: 1vw;
}

.infoList .infoCom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}

.infoList .inInfo .inTitle {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1vw;
}

.infoList .infoCom .inImg {
  flex: 0.35;
}

.infoList .infoCom .inImg img {
  width: 100%;
}

.infoList .infoCom .inImg + div {
  flex: 0.6;
}

.infoList .infoCom .inImg + div .inTxt1 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0.7vh;
}

.infoList .infoCom .inImg + div .inTxt2 {
  margin-top: unset;
  font-size: calc(0.28vw + 0.8em);
}

.infoList .inInfo .inExp {
  font-size: 20px;
  line-height: 1.5;
}

.btnSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5vw 0;
}

.btnSubmit a {
  width: 270px;
  color: white;
  display: block;
  font-size: calc(0.3vw + 0.8em);
  background-color: #E83428;
  border-radius: 6px;
  margin-bottom: 20px;
  line-height: 2.5;
  text-align: center;
  border: 1px transparent solid;
}

.btnSubmit a span {
  display: inline-flex;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ffffff;
  transform: rotate(0deg);
}

.btnSubmit a:hover span {
  transition: all .2s ease;
  border-color: transparent transparent transparent #E83428;
}

.btnSubmit a:hover {
  background-color: #fff;
  color: #E83428;
  border: 1px #E83428 solid;
  transition: all .2s ease;
}

.breadCrumb {
  max-width: 1024px;
  padding-top: 2vw;
  margin: 0 auto 2vw auto;
  display: flex;
  justify-content: left;
  align-items: center;
}

.breadCrumb li {
  font-size: 16px;
}

.breadCrumb li a {
  color: #3b4043;
  font-size: 16px;
}

.breadCrumb li a:hover {
  color: #E83428;
  transition: all .2s ease;
}

.infoDetailArea {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 5vw;
}

.infoDetailArea .mainTitle {
  color: #E83428;
  font-size: calc(0.8vw + 0.8em);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2vw;
}

.infoDetailArea .mainImage {
  width: 100%;
}

.infoDetailArea .mainImage img {
  width: 100%;
  max-inline-size: 100%;
  block-size: auto;
}

.infoDetailArea .comTitle {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 3vw 1vw 3vw 1vw;
} 

.infoDetailArea .comTitle .comImg {
  flex: 0.2;
  width: 100%;
}

.infoDetailArea .comTitle .comImg img {
  max-inline-size: 100%;
  block-size: auto;
}

.infoDetailArea .comTitle .comName {
  flex: 0.8;
  font-size: calc(0.6vw + 0.8em);
  font-weight: 600;
  margin-left: 2vw;
  line-height: 1.5;
}

.infoDetailArea .tagSpace {
  padding: 1vw 3vw;
  background-color: #f5f5f5;
  border-radius: 15px;
}

.infoDetailArea .tagSpace p {
  font-size: calc(0.5vw + 0.8em);
  margin-bottom: 1vw;
}

.infoDetailArea .tagSpace .tagList {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

.infoDetailArea .tagSpace .tagList a {
  color: #3b4043;
  font-size: calc(0.35vw + 0.8em);
  margin-right: 1vw;
}

.infoDetailArea .tagSpace .tagList a:visited,
.infoDetailArea .tagSpace .tagList a:hover {
  color: #E83428;
  transition: all .2s ease;
}

.imgTextArea {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 3vw;
}

.imgTextArea .inWrap {
  display: flex;
  justify-content: left;
  flex-wrap: nowrap;
}

.imgTextArea .inWrap .infoContent,
.imgTextArea .inWrap .infoImg {
  flex: 0.5;
}

.imgTextArea .inWrap.leftImg .infoImg {
  margin-right: 2vw;
}

.imgTextArea .inWrap.rightImg .infoImg {
  margin-left: 2vw;
}

.imgTextArea .inWrap .infoContent p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1.5vw;
}
.imgTextArea .inWrap .infoImg {
  width: 100%;
}

.imgTextArea .inWrap .infoImg img {
  max-inline-size: 100%;
  block-size: auto;
}


.imgTextArea .inWrap .infoContent .infoTitle {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2vw;
}

.infoPointArea {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 8vw;
}

.infoPointArea.addi {
  max-width: 1180px;
}

.infoPointArea ol {
  padding-left: 0;
}

.infoPointArea ol li {
  padding: 1.5vw 1vw;
  border-top: 1px solid #E83428;
}

.infoPointArea.addi ol li {
  padding: 1vw 0.5vw;
}

.infoPointArea ol li:last-child {
  border-bottom: 1px solid #E83428;
}

.infoPointArea ol li dl {
  display: flex;
  justify-content: left;
  align-items: center;
}

.infoPointArea ol li dl dt {
  flex: 0.2;
  color: #ffffff;
  font-size: 18px;
  background-color: #E83428;
  border-radius: 6px;
  line-height: 2.5;
  text-align: center;
}

.infoPointArea.addi ol li dl dt {
  flex: 0.1;
  color: unset;
  font-size: 18px;
  background-color: unset;
  border-radius: 0;
  line-height: 2.5;
  text-align: center;
}

.infoPointArea ol li dl dd {
  flex: 0.8;
  margin-left: 1.5vw;
}

.infoPointArea ol li dl dd p {
  font-size: 18px;
  line-height: 1.5;
}

.infoTextArea {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 3vw;
}

.infoTextArea h2 {
  font-size: calc(0.6vw + 0.8em);
}

.infoTextArea .infoTitle {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2vw;
}

.infoTextArea .infoImg {
  width: 100%;
  margin-bottom: 2.5vw;
}

.infoTextArea .infoImg img {
  max-inline-size: 100%;
  block-size: auto;
}

.infoTextArea .infoContent p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1.5vw;
}

.btnArea {
  max-width: 1024px;
  margin: 0 auto;
  border: 2px solid #E83428;
  border-radius: 15px;
}

.btnArea .btnTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(0.7vw + 0.8em);  
  font-weight: 700;
  padding: 2vw 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fef0ee;
}

.btnArea .btnTitle span {
  color: #E83428;
}

.btnArea .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnArea h3 {
  font-size: calc(0.6vw + 0.8em);
}

.btnArea .leftWrap,
.btnArea .rightWrap {
  flex: 0.5;
  text-align: center;
  margin: 1vw 0 3vw 0;
  border-right: 2px solid #E83428;
}

.btnArea .rightWrap {
  border-right: none;
}

.btnArea .leftWrap a,
.btnArea .rightWrap a {
  width: 86%;
  line-height: 1;
  padding: 20px 0;
  margin: auto;
  color: #E83428;
  font-weight: 700;
  display: block;
  font-size: calc(0.5vw + 0.8em);
  border: 1px solid #E83428;
  border-radius: 15px;
}

.btnArea .rightWrap a {
  color: #ffffff;
  background-color: #E83428;
}

.btnArea .leftWrap a:hover {
  background-color: #E83428;
  color: #fff;
  border: solid 1px #ffffff;
  transition: all .2s ease;
}

.btnArea .rightWrap a:hover {
  background-color: #ffffff;
  color: #E83428;
  border: solid 1px #E83428;
  transition: all .2s ease;
}

.btnArea .docTitle,
.btnArea .conTitle {
  color: #E83428;
  font-size: calc(0.3vw + 0.8em);
  font-weight: 500;
  margin-bottom: 1vw;
}

.btnArea .btnInTxt,
.btnArea .busHours {
  margin-top: 2vh;
  font-size: calc(0.4vw + 0.8em);
  font-weight: 600;
}

.btnArea .btnInTxt {
  text-decoration: underline double #E83428;
  text-underline-offset: 6px
}

.top {
  border-top: 1px solid #E83428;
  border-bottom: 1px solid #E83428;
}

.top p {
  text-align: center;
  color: #E83428;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.top span {
    color: #E83428;
}

.sp {
    display: none;
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
  background-color: #e83428;
}

footer svg {
  display: block;
  width: 180px;
  margin: 0 auto 60px auto;
}

footer svg:hover {
  opacity: 0.8;
  transition: .2s;
  transition-delay: .2s;
}

.logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

footer p {
  color: #3B4043;
  text-align: center;
}

footer ul {
  display: flex;
  justify-content: space-evenly;
  width: 500px;
  margin: auto;
  flex-direction: row;
}

footer li {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

footer li:hover {
  opacity: 0.7;
  transition: .2s;
  transition-delay: .2s;
}

footer p:nth-of-type(1) {
  padding-top: 60px;
  padding-bottom: 25px;
  font-weight: 900;
}

footer p:nth-of-type(2) {
  margin-top: 35px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 850;
  color: #fff;
}

.sp {
  display: none;
}

#sp1 {
  display: none;
}

#sp2 {
  display: none;
}

.cost-contents .h2-sp{
  display: none;
  z-index: 1;
}

.pagination li,
.pagination li a {
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 20%;
}
* {
    box-sizing: content-box;
}
.tabs input {
    display: none;
}
.tab_content .tabIn a {
    color: #3b4043;
}
.infoList li {
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.infoList .inInfo .inTitle {
    line-height: 1.3;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.infoList li dt {
    position: relative;
}

.infoList li dt:before {
  transition: all .5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6e6e6;
  border-radius: 4rem;
  transform: scale(0);
}

.infoList li dt:hover:before {
  opacity: .5;
  transform: scale(1);
}

.infoList li dt img {
    box-sizing: border-box;
    padding: 1em;
    border-radius: 8rem;
}

.tab_content .tabIn a.active {
    color: #fff;
    background-color: #e83428;
    border: 1px solid #fff;
}

.infoList .inInfo .inExp {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:0;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin-left: 6px;
}

.pagination li.active {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 6px;
    background: #e83428;
}

.pagination li:first-child,
.pagination li.active:first-child {
  margin-left:0;
}

.pagination li a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 1px;
    justify-content: center;
    align-items: center;
    color: #333;
    aspect-ratio: unset;
    border: 1px solid #e83428;
}

.pagination li a:hover {
    color: #fff;
    background: #e83428;
}

.pagination li.active a {
    color: #fff;
    border: 1px solid #e83428;
}

.pagination li.next a:before,
.pagination li.next + .next a:after,
.pagination li.next + .next a:before,
.pagination li.prev a:before,
.pagination li.prev + .prev a:after,
.pagination li.prev + .prev a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
}

.pagination li.next a:hover:before,
.pagination li.next + .next a:hover:after,
.pagination li.next + .next a:hover:before,
.pagination li.prev a:hover:before,
.pagination li.prev + .prev a:hover:after,
.pagination li.prev + .prev a:hover:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.pagination li.prev a:before {
    left: 11px;
    transform: rotate(45deg);
}
.pagination li.next a:before {
    left: 7px;
    transform: rotate(225deg);
}
.pagination li.prev + .prev a:before {
    left: 9px;
    transform: rotate(45deg);
}
.pagination li.prev + .prev a:after {
    left: 15px;
    transform: rotate(45deg);
}
.pagination li.next + .next a:before {
    left: 5px;
    transform: rotate(225deg);
}
.pagination li.next + .next a:after {
    left: 11px;
    transform: rotate(225deg);
}
.infoTextArea p {
    font-size: calc(0.3vw + 0.8em);
    line-height: 1.8;
}
.infoTextArea p strong {
    font-size: calc(0.3vw + 0.8em);
}
.infoTextArea > p:last-of-type {
    margin-bottom: 5vh;
}



@media (min-width: 1281px) {
  .headerBtn {
    display: none;
  }

}

@media (max-width: 1300px) {

}

@media only screen and (max-width: 1023px) {

}

@media (max-width: 1199px) {
  #contact, #login {
    width: 18.5%;
    padding: 0 1.5%;
    border-radius: 50px;
    font-size: 14px;
  }
}

/*1000pxまで*/

@media (max-width: 1000px) {

}

/*--ここからSP--*/

@media screen and (max-width: 767px) {
  main {
    margin-top: 75px;
  }

  #contact, #login {
    width: 25.5%;
  }
}

@media screen and (max-width: 575px) {
  #contact, #login {
    width: 32%;
  }
}

footer ul {
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
}
footer ul li {
  margin-bottom: 20px;
}
footer svg {
  width: 100px;
}
footer p:nth-of-type(1) {
  font-size: 18px;
}

/* 20240118 add */

@media only screen and (max-width: 1279px) {
  .tabArea,
  .infoArea,
  .infoDetailArea,
  .infoPointArea,
  .btnArea,
  .breadCrumb {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .headerBtn {
    display: none;
  }

}

@media only screen and (max-width: 1220px) {}

@media only screen and (max-width: 1076px) {
  .infoArea .infoList,
  .pagination ul {
    margin-left:0;
  }

}

@media only screen and (max-width: 1000px) {
  .infoList li:first-child {
    margin-right: 0;
    margin-bottom: 3vw;
  }

  .infoList li {
    margin-right: 2% !important;
  }
  
  .infoList li:nth-child(2n) {
    margin-right: 0 !important;
  }

  .infoList li {
    width: 49%;
  }

  .btnArea .docTitle,
  .btnArea .conTitle {
    margin-bottom: 1vh;
  }

  .btnArea .btnInTxt, 
  .btnArea .busHours {
    margin-top: 1vh;
  }

}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 860px) {
  .infoList li {
    width: 49%;
  }

  .infoList li:first-child {
    margin-right: 0;
    margin-bottom: 2.5vh;
  }

  .infoList li:nth-child(2) {
    margin-right: 2%;
  }

  .infoList li:nth-child(2n) {
    margin-right:0;
  }

  .btnArea .docTitle,
  .btnArea .conTitle {
    margin-bottom: 1vh;
  }

  .btnArea .btnInTxt, 
  .btnArea .busHours {
    margin-top: 1vh;
  }

  #goto_top {
    width: 75px;
    height: 75px;
    position: fixed;
    right: 20px;
    bottom: -50px;
    background: #fff;
    border: #E83428 solid 1px;
    border-radius: 50%;
    z-index: 50;
  }

  #goto_top a {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

@media only screen and (max-width: 767px) {
  .infoList li {
    width: 49%;
  }

  .infoList .infoCom .inImg + div .inTxt1 {
    font-size: 17px;
  }

  .infoList .inInfo .inTitle {
    font-size: calc(0.25vw + 0.8em);
  }

  .btnArea .docTitle,
  .btnArea .conTitle {
    margin-bottom: 1vh;
  }

  .btnArea .btnInTxt, 
  .btnArea .busHours {
    margin-top: 1vh;
  }

  #goto_top {
    width: 75px;
    height: 75px;
    position: fixed;
    right: 20px;
    bottom: -50px;
    background: #fff;
    border: #E83428 solid 1px;
    border-radius: 50%;
    z-index: 50;
  }

  #goto_top a {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

@media only screen and (max-width: 640px) {
  .tab_item {
    line-height: 1.3;
  }

  .tab_item br {
    display: block;
  }

  .tab_content .tabIn a {
    padding: 1vw 3vw;
  }

  .infoList li {
    width: 100%;
    margin-right: 0 !important;
  }

  .infoList .inInfo {
    padding: 5vw;
  }

  .breadCrumb,
  .infoDetailArea,
  .infoPointArea,
  .infoTextArea,
  .btnArea,
  .imgTextArea {
    margin-left: 5vw;
    margin-right: 5vw;
    box-sizing: border-box;
  }

  .breadCrumb {
    padding-top: 4vw;
    margin-bottom: 4vw;
  }

  .breadCrumb li,
  .breadCrumb li a {
    font-size: 12px;
  }

  .infoDetailArea .mainTitle {
    font-size: 22px;
  }

  .infoDetailArea .tagSpace {
    padding: 4vw;
  }

  .infoPointArea ol li {
    padding: 3vw 1vw;
    border-top: 2px dotted #E83428;
  }

  .infoPointArea ol li:last-child {
    border-bottom: 2px dotted #E83428;
  }
  
  .infoPointArea ol li dl dt {
    flex: 0.35;
    font-size: 15px;
    margin-right: 2vw;
  }

  .infoPointArea ol li dl dd {
    flex: 0.65;
  }

  .infoPointArea ol li dl dd p {
    font-size: 15px;
  }

  .infoPointArea.addi ol li dl dt {
    flex: 0.35;
  }

  .infoPointArea ol li dl dd {
    flex: 0.65;
    padding: 3vw 1vw;
  }

  .tabArea .tabAreaTitle {
    font-size: calc(1vw + 0.8em);
    margin-top: 12vw;
    margin-bottom: 6vw
  }

  .btnSubmit {
    margin: 10vw 0;
  }

  .btnArea .btnTitle {
    font-size: 18px;
    padding: 6vw 0;
  }

  .btnArea .btnWrap {
    display: block;
  }

  .btnArea .leftWrap,
  .btnArea .rightWrap {
    border-right: none;
  }

  .btnArea .leftWrap {
    border-bottom: 1px solid #E83428;
  }

  .btnArea .rightWrap {
    margin-bottom: 10vw;
  }

  .btnArea h3 {
    font-size:16px;
    letter-spacing: 1px;
    margin: 6vw 0 1vw;
  }

  .btnArea .docTitle,
  .btnArea .conTitle {
    font-size: 9px;
    margin-bottom: 3vw;
  }

  .btnArea .leftWrap a,
  .btnArea .rightWrap a {
    font-size: 18px;
    margin-bottom: 7vw;
    padding: 20px 0;
  }

  .btnArea .btnInTxt {
    margin-bottom: 10vw;
  }

  #contact,
  #login {
    display: none;
  }

  .headerBtn {
    display: block;
  }

  .headerBtn a {
    display: flex !important;
    color: #fff;
    position: absolute;
    background-color: #E83428;
    top: 0;
    right: 0;
    width: 20vw;
    height: 75px;
    justify-content: center !important;
    align-items: center !important;
  }

}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 480px) {
  #contact,
  #login {
    width: 36%;
  }

  #contact a,
  #login a {
    font-size: 11px;
  }

  .tabArea {
    margin-bottom: 10vw;
  }

  .tabs,
  .infoArea {
  }

  .infoArea .infoList {
    margin-left:0;
  }

  .infoArea > p {
    font-size: 16px;
  }

  .tab_item {
    font-size: 14px;
    line-height: 1.2;
  }

  .tab_item br {
    display: block;
  }

  .tab_content .tabIn a {
    font-size: 12px;
    padding: 1vw 3vw;
  }

  .infoList li:first-child,
  .infoList li {
    margin-bottom: 5vw;
  }

  .infoList .infoCom {
    display: block;
  }

  .infoList .infoCom .inImg {
    display: block;
    width: 60%;
    margin: 3vw auto;
  }

  .infoList .infoCom .inImg + div .inTxt1 {
    font-size: 16px;
    margin-bottom: 2vw;
  }

  .infoList .infoCom .inImg + div .inTxt2 {
    font-size: 14px;
    margin-bottom: 4vw;
  }

  .infoList .inInfo {
    padding: 5vw;
  }

  .infoList .inInfo .inTitle {
    font-size: 20px;
    margin-bottom: 4vw;
  }

  .infoList .inInfo .inExp {
    font-size: 16px;
  }

  .breadCrumb,
  .infoDetailArea,
  .infoPointArea,
  .infoTextArea,
  .btnArea,
  .imgTextArea {
    margin-left: 5vw;
    margin-right: 5vw;
    box-sizing: border-box;
  }

  .breadCrumb {
    padding-top: 4vw;
    margin-bottom: 4vw;
  }

  .breadCrumb li,
  .breadCrumb li a {
    font-size: 12px;
  }

  .infoDetailArea .mainTitle {
    font-size: 22px;
  }

  .infoDetailArea .comTitle .comName {
    margin-top: 0;
  }
  
  .infoDetailArea .tagSpace {
    padding: 4vw;
  }

  .infoPointArea ol li {
    padding: 3vw 1vw;
    border-top: 2px dotted #E83428;
  }

  .infoPointArea ol li:last-child {
    border-bottom: 2px dotted #E83428;
  }
  
  .infoPointArea ol li dl dt {
    flex: 0.35;
    font-size: 15px;
    margin-right: 2vw;
  }

  .infoPointArea ol li dl dd {
    flex: 0.65;
  }

  .infoPointArea ol li dl dd p {
    font-size: 15px;
  }

  .infoPointArea.addi ol li dl dt {
    flex: 0.35;
  }

  .infoPointArea ol li dl dd {
    flex: 0.65;
    padding: 3vw 1vw;
  }

  .tabArea .tabAreaTitle {
    font-size: 22px;
    margin-top: 12vw;
    margin-bottom: 6vw
  }

  .btnSubmit {
    margin: 10vw 0;
  }

  .btnArea .btnTitle {
    font-size: 18px;
    padding: 6vw 0;
  }

  .btnArea .btnWrap {
    display: block;
  }

  .btnArea .leftWrap,
  .btnArea .rightWrap {
    border-right: none;
  }

  .btnArea .leftWrap {
    border-bottom: 1px solid #E83428;
  }

  .btnArea .rightWrap {
    margin-bottom: 10vw;
  }

  .btnArea h3 {
    font-size:16px;
    letter-spacing: 1px;
    margin: 6vw 0 1vw;
  }

  .btnArea .docTitle,
  .btnArea .conTitle {
    font-size: 9px;
    margin-bottom: 3vw;
  }

  .btnArea .leftWrap a,
  .btnArea .rightWrap a {
    font-size: 18px;
    margin-bottom: 7vw;
    padding: 20px 0;
  }

  .btnArea .btnInTxt {
    font-size: 4rem;
    margin-bottom: 10vw;
  }

  .btnArea .busHours {
    font-size: 4rem;
  }

  .headerBtn a {
    width: 25vw;
  }

  .infoTextArea h2 {
    font-size: 20px;
  }

  .infoTextArea p {
    font-size: 14px !important;
  }
  .infoTextArea p strong {
    font-size: 18px !important;
  }

  .infoTextArea .grid {
    margin-bottom: 5vh;
  }

  .infoDetailArea .tagSpace {
    padding: 4vw;
  }

  .infoDetailArea .tagSpace .tagList a {
    font-size:14px;
  }

  .pagination ul {
    margin-left:0;
  }

}

@media only screen and (max-width: 360px) {
  #contact,
  #login {
    width: 36%;
  }

  #contact a,
  #login a {
    font-size: 11px;
  }

  .tabArea {
    margin-bottom: 10vw;
  }

  .tabs,
  .infoArea {
    margin: 0 5vw;
  }

  .tab_item {
    font-size: 14px;
    line-height: 1.2;
  }

  .tab_item br {
    display: block;
  }

  .tab_content .tabIn a {
    font-size: 12px;
    padding: 1vw 3vw;
  }

  .infoArea .infoList {
    margin-left:0;
  }

  .infoList li:first-child,
  .infoList li {
    margin-bottom: 5vw;
  }

  .infoList .infoCom {
    display: block;
  }

  .infoList .infoCom .inImg {
    display: block;
    width: 60%;
    margin: 3vw auto;
  }

  .infoList .infoCom .inImg + div .inTxt1 {
    font-size: 16px;
    margin-bottom: 2vw;
  }

  .infoList .infoCom .inImg + div .inTxt2 {
    font-size: 14px;
    margin-bottom: 4vw;
  }

  .infoList .inInfo {
    padding: 5vw;
  }

  .infoList .inInfo .inTitle {
    font-size: 20px;
    margin-bottom: 4vw;
  }

  .infoList .inInfo .inExp {
    font-size: 16px;
  }

  .breadCrumb,
  .infoDetailArea,
  .infoPointArea,
  .infoTextArea,
  .btnArea,
  .imgTextArea {
    margin-left: 5vw;
    margin-right: 5vw;
    box-sizing: border-box;
  }

  .breadCrumb {
    padding-top: 4vw;
    margin-bottom: 4vw;
  }

  .breadCrumb li,
  .breadCrumb li a {
    font-size: 12px;
  }

  .infoDetailArea .mainTitle {
    font-size: 22px;
  }

  .infoDetailArea .tagSpace {
    padding: 4vw;
  }

  .infoDetailArea .tagSpace .tagList a {
    font-size:14px;
  }

  .infoPointArea ol li {
    padding: 3vw 1vw;
    border-top: 2px dotted #E83428;
  }

  .infoPointArea ol li:last-child {
    border-bottom: 2px dotted #E83428;
  }
  
  .infoPointArea ol li dl dt {
    flex: 0.35;
    font-size: 15px;
    margin-right: 2vw;
  }

  .infoPointArea ol li dl dd {
    flex: 0.65;
  }

  .infoPointArea ol li dl dd p {
    font-size: 15px;
  }

  .infoPointArea.addi ol li dl dt {
    flex: 0.35;
  }

  .infoPointArea ol li dl dd {
    flex: 0.65;
    padding: 3vw 1vw;
  }

  .tabArea .tabAreaTitle {
    font-size: 22px;
    margin-top: 12vw;
    margin-bottom: 6vw
  }

  .btnSubmit {
    margin: 10vw 0;
  }

  .btnArea .btnTitle {
    font-size: 18px;
    padding: 6vw 0;
  }

  .btnArea .btnWrap {
    display: block;
  }

  .btnArea .leftWrap,
  .btnArea .rightWrap {
    border-right: none;
  }

  .btnArea .leftWrap {
    border-bottom: 1px solid #E83428;
  }

  .btnArea .rightWrap {
    margin-bottom: 10vw;
  }

  .btnArea h3 {
    font-size:16px;
    letter-spacing: 1px;
    margin: 6vw 0 1vw;
  }

  .btnArea .docTitle,
  .btnArea .conTitle {
    font-size: 9px;
    margin-bottom: 3vw;
  }

  .btnArea .leftWrap a,
  .btnArea .rightWrap a {
    font-size: 18px;
    margin-bottom: 7vw;
    padding: 20px 0;
  }

  .btnArea .btnInTxt {
    font-size: 4rem;
    margin-bottom: 10vw;
  }

  .btnArea .busHours {
    font-size: 4rem;
  }

  .infoTextArea h2 {
    font-size: 20px;
  }

  .infoTextArea p {
    font-size: 14px !important;
  }
  .infoTextArea p strong {
    font-size: 18px !important;
  }

  .infoTextArea .grid {
    margin-bottom: 10vh;
  }

  .pagination ul {
    margin-left:0;
  }
}
