* {
  line-height: 100%;
  word-wrap: break-word
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 14px;
  color: #444
}

a {
  color: #0069c3;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

a img:hover {
  opacity: 0.7
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none
}

input[type="image"]:hover {
  opacity: 0.7
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.pcbasewid {
  width: 960px;
  margin-left: auto;
  margin-right: auto
}

.greenbg {
  color: #ffffff;
  background-color: #28b4a0
}

.green_title {
  padding: 10px;
  font-size: 15px;
  color: #ffffff;
  background-color: #28b4a0
}

.yellowbg {
  background-color: #fefebe
}

.rollover:hover {
  opacity: 0.7
}

.pointer {
  cursor: pointer
}

.btn_orange {
  color: #fff;
  font-weight: bold;
  background-color: #ff6000;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 1px 1px #ff0500
}

.red, .contact .error-message {
  color: #ff0000
}

.text_left {
  text-align: left
}

.text_right {
  text-align: right
}

.center {
  text-align: center
}

.bold {
  font-weight: bold
}

ol, ul {
  list-style: none
}

body {
  width: 100%;
  overflow-x: hidden;
}
h2 {
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','sans-serif';
}

@media screen and (max-width: 975px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
}

.show-pc {
  display: block;
}
.show-sp {
  display: none;
}

header {
  text-align: center;
}
header h1 {
  height: 15px;
  line-height: 1.5;
  color: #fff;
  font-size: .5rem;
  background-color: #0F5C3B;
}

#header {
  width: 980px;
  height: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #header {
    width: 100%;
  }
}

header .show-sp {
  display: none;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  header .show-pc {
    display: none;
  }
  header .show-sp {
    display: block;
  }
}
header .show-sp h1 {
  background-color: #3860af;
}

.header-logo {
  display: flex;
  justify-content: center;
  background-color: #204ca0;
}

header h2#logo {
  margin: 0 25vw 0 auto;
  padding-top: 2%;
  box-sizing: content-box;
  height: auto;
  width: 50%;
}
header h2#logo a {
  display: block;
  width: 100%;
  margin: auto;
}
header h2#logo a:active {
  opacity: 0.4;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header h2#logo a img {
  width: 100%;
  height: auto;
}

#header .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 975px) {
  #header .flex {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0 1vw;
    margin-left: 1.5vw;
  }
}
#header .flex > a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#header .flex .planesearch-btn {
  width: 80px;
  height: 80px;
  margin-left: 10px;
  background: #F6F6F6;
  border-radius: 5px;
}
#header .flex .planesearch-btn a {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#header .flex .planesearch-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#header .flex .planesearch-btn svg {
  margin: 0.6vw 0 0;
}
@media screen and (min-width: 976px) {
  #header .flex .planesearch-btn svg {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 975px) {
  #header .flex .planesearch-btn svg {
    margin: 0.6vw 0 0;
  }
}

#header .flex .planesearch-btn p {
  margin: 0.7vw 0 0;
  color: #204793;
  font-size: 14px;
}
@media screen and (min-width: 976px) {
  #header .flex .planesearch-btn p {
    margin: 8px 0 0;
  }
}

#header .flex .rentalcar-btn {
  width: 80px;
  height: 80px;
  margin-left: 8px;
  background: #0C8953;
  border-radius: 5px;
}
#header .flex .rentalcar-btn a {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#header .flex .rentalcar-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#header .flex .rentalcar-btn svg {
  margin: 0.6vw 0 0;
}
@media screen and (min-width: 976px) {
  #header .flex .rentalcar-btn svg {
    margin: 12px 0 0;
  }
}
#header .flex .rentalcar-btn p {
  margin: 0.7vw 0 0;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 976px) {
  #header .flex .rentalcar-btn p {
    margin: 6px 0 0;
  }
}

#header .flex .hire-btn {
  width: 80px;
  height: 80px;
  margin-left: 8px;
  background: #F6F6F6;
  border-radius: 5px;
}
#header .flex .hire-btn a {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#header .flex .hire-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#header .flex .hire-btn svg {
  margin: 0.6vw 0 0;
}
@media screen and (min-width: 976px) {
  #header .flex .hire-btn svg {
    margin: 7px 0 0;
  }
}
#header .flex .hire-btn p {
  margin: 0.7vw 0 0;
  color: #2f2e2e;
  font-size: 14px;
}
@media screen and (min-width: 976px) {
  #header .flex .hire-btn p {
    margin: 6px 0 0;
  }
}


#header .flex .inquiry {
  width: 168px;
}
#header .flex .inquiry .btn {
  width: 100%;
  height: 48px;
}
#header .flex .inquiry .btn a {
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: .75rem;
  text-decoration: none;
  background-color: #D23435;
  border-radius: 8px;
  box-shadow: 0 6px 0 0 #b32829;
  transform: translateY(-6px);
  transition: 0.3s all;
}
@media screen and (max-width: 975px) {
  #header .flex .inquiry .btn a {
    padding: 1vw 0.5vw;
  }
}
#header .flex .inquiry .btn a:hover {
  opacity: 0.7;
}
#header .flex .inquiry .btn a:active {
  box-shadow:0 2px 0 0 #B32829;
  transform: translateY(-2px);
}

#header .flex .inquiry .link {
  margin: 0.3vw 0 0;
}
#header .flex .inquiry .link a {
  position: relative;
  color: #0069C3;
  font-size: .7rem;
}
#header .flex .inquiry .link a:hover {
  opacity: 0.7;
}
#header .flex .inquiry .link a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  background-image:url(../img/icon/ArrowIcon-org.png);
  background-size: contain;
  vertical-align: middle;
}

.header-links {
  text-align: left;
  padding: 0 0 0 8px;
  margin: 0 8px 0 0;
}
.header-links li {
  line-height: 1.4;
}
.header-links li a {
  text-decoration: underline;
}
.header-links li+li {
  margin-top: 10px;
}
.header-links li i {
  color: #ff9b00;
}

/* パンくず */
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
	.breadcrumbs.show-pc {
		display: none;
	}
}
.breadcrumbs {
	box-sizing: border-box;
	background-color: #eeeeee;
	color: #959595;
	font-size: 12px;
	padding: 3px 0
}
@media screen and (max-width: 975px) {
  .breadcrumbs {
    padding-left: 1vw;
  }
}

.breadcrumbs ol {
	width: 960px;
	margin: auto;
	padding: 5px auto;
}
@media screen and (max-width: 975px) {
	.breadcrumbs ol {
		width: 100%;
	}
  }

.breadcrumbs ol li {
	float: left;
	list-style: none
}
@media screen and (max-width: 975px) {
  .breadcrumbs ol li {
    margin: 1.5vw 0;
  }
}
.breadcrumbs ol li .arrow {
	margin: auto 3px
}

.breadcrumbs ol li a {
	color: #959595
}

.ui-datepicker {
	z-index: 10000 !important
}

/* パンくず(SP) */
#rentacar-bread-list{
  margin: 4vw auto;
  text-align:left;
  display: none;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #rentacar-bread-list {
    display: block;
  }
}

#renacar-bread-list a{
  color: #204ca0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
}


#rentacar-bread-list li{
  display: inline-block;
  margin: 1vw 0 3vw 1vw;
  font-size: 3vw;
}

#rentacar-bread-list li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  margin: auto 1vw;
}

#rentacar-bread-list li:first-child::before{
  content: "\f015";
  margin: auto .5vw auto auto;
}

/****** hamburger Button ******/
header .show-sp button.drawer-hamburger {
  
}

/****** Drawer Menu ******/
#drawer-header {
  background-color: #4EAC84;
  padding: 0 0 1vw 0;
  text-align: center;
  line-height: inherit;
}
#drawer-header > span{
  color: #fff;
  font-size: 3vw;
  font-weight: 200;
  font-style: oblique;
}
.common-link-area{}
.common-link-list{}
.common-link-list li{
  text-align: left;
  border-bottom: 1px solid #222;
}
.common-link-list li > a{
  display: block;
  font-size: 3.4vw;
  padding: 1.4vh 0;
  text-decoration: none;
}
.common-link-list li > a > span{
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  padding: 0 2%;
}
.common-link-list li > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}

.drawer-contact-area {
  padding: 0;
  margin: auto;
  text-align: left;
}
.drawer-contact-title {
  position: relative;
  padding: 0 2%;
  line-height: initial;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  background-color: #0C8953;
}

.drawer-contact-time {
  position: absolute;
  right: 2%;
  bottom: 1%;
  vertical-align: top;
  color: #fff;
  font-size: 3vw;
}
.drawer-contact-text {
  padding: 2%;
  color: #222222;
  font-size: 3vw;
}
.drawer-contact-list{
  padding: 2%;
  margin: auto ;
  text-align: center;
  list-style-type: none;
}
.drawer-contact-list li {
  width: 96%;
  margin: 0 auto;
  text-align: left;
}
.drawer-contact-list li:nth-of-type(2) {
  margin-top: 1%;
}
.drawer-contact-list li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 4% 6%;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #0C8953;
  border-radius: 4px;
}
.drawer-contact-list li a .fa-regular {
  margin-right: 4%;
}

.drawer-info-area {
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
.drawer-info-area .title {
  position: relative;
  padding: 0 2%;
  line-height: initial;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  background-color: #0C8953;
}

.drawer-info-area .link div {
  padding: 1vw 0 0;
}
.drawer-info-area .link div a {
  position: relative;
  padding-left: 8vw;
  line-height: 1.5;
  color: #0069C3;
  font-size: 3.8vw;
  text-decoration: none;
}
.drawer-info-area .link div a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(/img/sp2/icon/ArrowIcon-org.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .info-banner.show-sp {
    display: block;
  }
}
.info-banner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 976px) {
  .info-banner {
    width: auto;
    margin: 0;
  }
}
.info-banner img {
  width: 100%;
  height: auto;
}

/****** 検索フォーム ******/
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px){
  #app .show-pc {
    display: none;
  }
  #app .show-sp {
    display: block;
    background-color: #D5E3F9;
  }
}

/****** 検索フォームの切り替えタブ ******/
.tab-area {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1vw 0 0;
}
.tab-area .tab {
  width: 33%;
  line-height: 2.8;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}
.tab-area .tab.tab-bkcolor-airticket {
  color: #4277e6;
  background-color: #fff;
  cursor: pointer;
}
.tab-area .tab.tab-bkcolor-airticket a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15%;
  line-height: inherit;
  color: #204793;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.tab-area .tab.tab-bkcolor-airticket a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6vw;
  height: 6vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_52_1559)%22%3E%3Cpath%20d%3D%22M26.0225%202.21865C23.6855%204.43108%2022.0381%206.14415%2021.3873%206.83269C21.1965%207.03481%2020.9091%207.1139%2020.6419%207.03739L16.6068%205.88828L17.7549%204.74019C18.0712%204.42384%2018.0712%203.91054%2017.7549%203.59366L16.8177%202.65649C16.5013%202.34013%2015.988%202.34013%2015.6712%202.65649L13.3626%204.96506L3.85072%202.25639C3.41444%202.13233%202.94508%202.2538%202.62407%202.57481L2.01255%203.18633C1.92209%203.27679%201.93915%203.42722%202.04719%203.49545L13.6076%2010.7804C13.7125%2010.8466%2013.8066%2010.9272%2013.8883%2011.0203L15.1589%2012.4764C15.3176%2012.6584%2015.3103%2012.9324%2015.1418%2013.1055C14.0449%2014.234%2010.2047%2018.2261%208.29108%2020.7658L1.41603%2019.7614C1.16635%2019.7247%200.91358%2019.8084%200.735242%2019.9873L0.0606599%2020.6619C-0.0344536%2020.757%20-0.0168783%2020.9157%200.0968443%2020.9881L5.6553%2024.5186C5.79642%2024.6081%205.82898%2024.7998%205.72508%2024.9311C5.2614%2025.5168%204.58992%2026.5682%204.23428%2027.7644C5.43095%2027.4087%206.48237%2026.7373%207.06752%2026.2736C7.1983%2026.1697%207.3906%2026.2022%207.48003%2026.3434L11.0106%2031.9018C11.083%2032.0155%2011.2417%2032.0331%2011.3368%2031.938L12.0114%2031.2634C12.1897%2031.0851%2012.2734%2030.8323%2012.2373%2030.5826L11.2329%2023.7076C13.773%2021.7939%2017.7652%2017.9537%2018.8931%2016.8568C19.0663%2016.6883%2019.3403%2016.6811%2019.5222%2016.8398L20.9784%2018.1104C21.0714%2018.1915%2021.1526%2018.2861%2021.2182%2018.391L28.5032%2029.9515C28.5714%2030.0595%2028.7219%2030.0766%2028.8123%2029.9861L29.4238%2029.3746C29.7448%2029.0536%2029.8663%2028.5842%2029.7423%2028.1479L27.0341%2018.6366L29.3427%2016.328C29.659%2016.0117%2029.659%2015.4984%2029.3427%2015.1815L28.4055%2014.2443C28.0892%2013.9279%2027.5758%2013.9279%2027.259%2014.2443L26.1109%2015.3924L24.9618%2011.3573C24.8858%2011.0901%2024.9644%2010.8026%2025.1665%2010.6119C25.855%209.96161%2027.5681%208.31367%2029.7805%205.97667C32.6815%202.9134%2031.9056%200.0946247%2031.9056%200.0946247C31.9056%200.0946247%2029.0868%20-0.681791%2026.0225%202.21917V2.21865Z%22%20fill%3D%22%23204793%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_52_1559%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
.tab-area .tab.tab-bkcolor-airticket a:hover {
  text-decoration: none;
}
.tab-area .tab.tab-bkcolor-airticket a:active {
  opacity: 0.7;
  text-decoration: none;
}

.tab-area .tab.tab-bkcolor-rentacar {
  position: relative;
  padding-left: 6%;
  color: #0C8953;
  background-color: #fff;
}
.tab-area .tab.tab-bkcolor-rentacar::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6vw;
  height: 6vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_52_1126)%22%3E%3Cpath%20d%3D%22M0.00273705%2013.2321C0.00273705%2012.9062%200.113764%2012.4671%200.806273%2012.4671H3.28658C3.55564%2012.4671%203.74487%2012.6307%203.87049%2012.8067L6.03838%209.15842C6.27219%208.76534%206.55543%208.4054%206.88122%208.08812C7.83064%207.16444%209.09125%207%2010.4017%207H20.5985C21.9089%207%2023.1696%207.16444%2024.1186%208.08812C24.4444%208.4054%2024.728%208.76534%2024.9614%209.15842L27.1293%2012.8067C27.2549%2012.6307%2027.4442%2012.4671%2027.7132%2012.4671H30.1939C30.8868%2012.4671%2030.9975%2012.9062%2030.9975%2013.2321C30.9975%2013.5581%2031.0007%2014.0154%2031.0003%2014.0734C30.9987%2014.2714%2030.9367%2014.7871%2030.3325%2014.8045C29.7859%2014.8198%2028.8069%2014.8127%2028.3186%2014.8078L28.6724%2015.4034C28.9698%2015.8835%2029.2275%2016.3884%2029.4419%2016.9128C29.9472%2018.1479%2030.2073%2019.473%2030.2073%2020.8117V29.2027C30.2073%2029.643%2029.858%2030%2029.4273%2030H26.1633C25.7325%2030%2025.3832%2029.643%2025.3832%2029.2027V27.3408H5.61696V29.2027C5.61696%2029.643%205.26767%2030%204.83693%2030H1.57253C1.14179%2030%200.792496%2029.643%200.792496%2029.2027V26.3409V20.8117C0.792496%2019.473%201.05264%2018.1475%201.55794%2016.9128C1.7723%2016.3884%202.03002%2015.8835%202.32744%2015.4034L2.68119%2014.8078C2.19291%2014.8127%201.21392%2014.8198%200.667284%2014.8045C0.0631123%2014.7875%200.0011158%2014.2718%20-0.000505447%2014.0734C-0.000911713%2014.0154%200.00233078%2013.5722%200.00233078%2013.2321H0.00273705ZM21.93%2020.3445L22.9645%2021.2259C23.3017%2021.5129%2023.745%2021.6728%2024.2053%2021.6728H26.5012C26.8983%2021.6728%2027.291%2021.5908%2027.6472%2021.4293C28.1873%2021.184%2028.7388%2020.8436%2028.8065%2020.5487C28.9009%2020.1365%2028.7392%2019.1781%2028.6683%2019.0045C28.5974%2018.8309%2028.4317%2018.4188%2027.9827%2018.5058C27.618%2018.5762%2023.5788%2019.5036%2022.0686%2019.8507C21.8251%2019.9066%2021.7465%2020.1879%2021.9304%2020.3445H21.93ZM26.3801%2015.1582C26.3801%2015.1582%2027.3258%2015.2307%2026.6876%2014.1914C26.2301%2013.4467%2024.9116%2011.2758%2024.2%2010.1041C23.8998%209.60908%2023.533%209.15925%2023.1084%208.77156C22.7562%208.45055%2022.424%208.22853%2021.6273%208.19664C20.4214%208.14818%2015.5009%208.19664%2015.5009%208.19664C15.5009%208.19664%2010.5804%208.14818%209.3745%208.19664C8.57785%208.22853%208.24517%208.45055%207.89345%208.77156C7.46838%209.15925%207.10206%209.60949%206.8018%2010.1041C6.09025%2011.2758%204.77128%2013.4467%204.3142%2014.1914C3.67558%2015.2307%204.62176%2015.1582%204.62176%2015.1582H26.3801ZM2.3323%2019.0049C2.26139%2019.1785%202.09971%2020.1369%202.19413%2020.5491C2.2618%2020.8436%202.81329%2021.1845%203.35344%2021.4297C3.70962%2021.5912%204.10227%2021.6732%204.49938%2021.6732H6.79532C7.25564%2021.6732%207.69854%2021.5138%208.03608%2021.2263L9.07059%2020.3449C9.25455%2020.1883%209.17595%2019.9071%208.93241%2019.8511C7.42218%2019.504%203.38262%2018.5766%203.01833%2018.5062C2.56895%2018.4196%202.40362%2018.8318%202.33271%2019.0049H2.3323Z%22%20fill%3D%22%230C8953%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_52_1126%22%3E%3Crect%20width%3D%2231%22%20height%3D%2223%22%20fill%3D%22white%22%20transform%3D%22matrix(-1%200%200%201%2031%207)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-area .tab.active {
  color: #fff;
  border: none;
}

.tab-area .tab-bkcolor-airticket.active {
  position: relative;
  background-color: #4277e6;
}
.tab-area .tab-bkcolor-airticket.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_52_1559)%22%3E%3Cpath%20d%3D%22M26.0225%202.21865C23.6855%204.43108%2022.0381%206.14415%2021.3873%206.83269C21.1965%207.03481%2020.9091%207.1139%2020.6419%207.03739L16.6068%205.88828L17.7549%204.74019C18.0712%204.42384%2018.0712%203.91054%2017.7549%203.59366L16.8177%202.65649C16.5013%202.34013%2015.988%202.34013%2015.6712%202.65649L13.3626%204.96506L3.85072%202.25639C3.41444%202.13233%202.94508%202.2538%202.62407%202.57481L2.01255%203.18633C1.92209%203.27679%201.93915%203.42722%202.04719%203.49545L13.6076%2010.7804C13.7125%2010.8466%2013.8066%2010.9272%2013.8883%2011.0203L15.1589%2012.4764C15.3176%2012.6584%2015.3103%2012.9324%2015.1418%2013.1055C14.0449%2014.234%2010.2047%2018.2261%208.29108%2020.7658L1.41603%2019.7614C1.16635%2019.7247%200.91358%2019.8084%200.735242%2019.9873L0.0606599%2020.6619C-0.0344536%2020.757%20-0.0168783%2020.9157%200.0968443%2020.9881L5.6553%2024.5186C5.79642%2024.6081%205.82898%2024.7998%205.72508%2024.9311C5.2614%2025.5168%204.58992%2026.5682%204.23428%2027.7644C5.43095%2027.4087%206.48237%2026.7373%207.06752%2026.2736C7.1983%2026.1697%207.3906%2026.2022%207.48003%2026.3434L11.0106%2031.9018C11.083%2032.0155%2011.2417%2032.0331%2011.3368%2031.938L12.0114%2031.2634C12.1897%2031.0851%2012.2734%2030.8323%2012.2373%2030.5826L11.2329%2023.7076C13.773%2021.7939%2017.7652%2017.9537%2018.8931%2016.8568C19.0663%2016.6883%2019.3403%2016.6811%2019.5222%2016.8398L20.9784%2018.1104C21.0714%2018.1915%2021.1526%2018.2861%2021.2182%2018.391L28.5032%2029.9515C28.5714%2030.0595%2028.7219%2030.0766%2028.8123%2029.9861L29.4238%2029.3746C29.7448%2029.0536%2029.8663%2028.5842%2029.7423%2028.1479L27.0341%2018.6366L29.3427%2016.328C29.659%2016.0117%2029.659%2015.4984%2029.3427%2015.1815L28.4055%2014.2443C28.0892%2013.9279%2027.5758%2013.9279%2027.259%2014.2443L26.1109%2015.3924L24.9618%2011.3573C24.8858%2011.0901%2024.9644%2010.8026%2025.1665%2010.6119C25.855%209.96161%2027.5681%208.31367%2029.7805%205.97667C32.6815%202.9134%2031.9056%200.0946247%2031.9056%200.0946247C31.9056%200.0946247%2029.0868%20-0.681791%2026.0225%202.21917V2.21865Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_52_1559%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
.tab-area .tab-bkcolor-rentacar.active {
  position: relative;
  background-color: #0C8953;
}
.tab-area .tab-bkcolor-rentacar.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6vw;
  height: 6vw;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_52_1126)%22%3E%3Cpath%20d%3D%22M0.00273705%2013.2321C0.00273705%2012.9062%200.113764%2012.4671%200.806273%2012.4671H3.28658C3.55564%2012.4671%203.74487%2012.6307%203.87049%2012.8067L6.03838%209.15842C6.27219%208.76534%206.55543%208.4054%206.88122%208.08812C7.83064%207.16444%209.09125%207%2010.4017%207H20.5985C21.9089%207%2023.1696%207.16444%2024.1186%208.08812C24.4444%208.4054%2024.728%208.76534%2024.9614%209.15842L27.1293%2012.8067C27.2549%2012.6307%2027.4442%2012.4671%2027.7132%2012.4671H30.1939C30.8868%2012.4671%2030.9975%2012.9062%2030.9975%2013.2321C30.9975%2013.5581%2031.0007%2014.0154%2031.0003%2014.0734C30.9987%2014.2714%2030.9367%2014.7871%2030.3325%2014.8045C29.7859%2014.8198%2028.8069%2014.8127%2028.3186%2014.8078L28.6724%2015.4034C28.9698%2015.8835%2029.2275%2016.3884%2029.4419%2016.9128C29.9472%2018.1479%2030.2073%2019.473%2030.2073%2020.8117V29.2027C30.2073%2029.643%2029.858%2030%2029.4273%2030H26.1633C25.7325%2030%2025.3832%2029.643%2025.3832%2029.2027V27.3408H5.61696V29.2027C5.61696%2029.643%205.26767%2030%204.83693%2030H1.57253C1.14179%2030%200.792496%2029.643%200.792496%2029.2027V26.3409V20.8117C0.792496%2019.473%201.05264%2018.1475%201.55794%2016.9128C1.7723%2016.3884%202.03002%2015.8835%202.32744%2015.4034L2.68119%2014.8078C2.19291%2014.8127%201.21392%2014.8198%200.667284%2014.8045C0.0631123%2014.7875%200.0011158%2014.2718%20-0.000505447%2014.0734C-0.000911713%2014.0154%200.00233078%2013.5722%200.00233078%2013.2321H0.00273705ZM21.93%2020.3445L22.9645%2021.2259C23.3017%2021.5129%2023.745%2021.6728%2024.2053%2021.6728H26.5012C26.8983%2021.6728%2027.291%2021.5908%2027.6472%2021.4293C28.1873%2021.184%2028.7388%2020.8436%2028.8065%2020.5487C28.9009%2020.1365%2028.7392%2019.1781%2028.6683%2019.0045C28.5974%2018.8309%2028.4317%2018.4188%2027.9827%2018.5058C27.618%2018.5762%2023.5788%2019.5036%2022.0686%2019.8507C21.8251%2019.9066%2021.7465%2020.1879%2021.9304%2020.3445H21.93ZM26.3801%2015.1582C26.3801%2015.1582%2027.3258%2015.2307%2026.6876%2014.1914C26.2301%2013.4467%2024.9116%2011.2758%2024.2%2010.1041C23.8998%209.60908%2023.533%209.15925%2023.1084%208.77156C22.7562%208.45055%2022.424%208.22853%2021.6273%208.19664C20.4214%208.14818%2015.5009%208.19664%2015.5009%208.19664C15.5009%208.19664%2010.5804%208.14818%209.3745%208.19664C8.57785%208.22853%208.24517%208.45055%207.89345%208.77156C7.46838%209.15925%207.10206%209.60949%206.8018%2010.1041C6.09025%2011.2758%204.77128%2013.4467%204.3142%2014.1914C3.67558%2015.2307%204.62176%2015.1582%204.62176%2015.1582H26.3801ZM2.3323%2019.0049C2.26139%2019.1785%202.09971%2020.1369%202.19413%2020.5491C2.2618%2020.8436%202.81329%2021.1845%203.35344%2021.4297C3.70962%2021.5912%204.10227%2021.6732%204.49938%2021.6732H6.79532C7.25564%2021.6732%207.69854%2021.5138%208.03608%2021.2263L9.07059%2020.3449C9.25455%2020.1883%209.17595%2019.9071%208.93241%2019.8511C7.42218%2019.504%203.38262%2018.5766%203.01833%2018.5062C2.56895%2018.4196%202.40362%2018.8318%202.33271%2019.0049H2.3323Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_52_1126%22%3E%3Crect%20width%3D%2231%22%20height%3D%2223%22%20fill%3D%22white%22%20transform%3D%22matrix(-1%200%200%201%2031%207)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-area .tab.tab-bkcolor-hire a {
  color: #2f2e2e;
  background-color: #fff;
  cursor: pointer;
}
.tab-area .tab.tab-bkcolor-hire a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 10%;
  line-height: inherit;
  color: #2f2e2e;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.tab-area .tab-bkcolor-hire a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6vw;
  height: 6vw;
  background-image: url('/img/sp2/top/icon_hire_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.content-area {
  font-size: 30px;
  text-align: center;
}
.content-area .content {
  display: none;
}
.content-area .content.show {
  display: block;
}

/****** 航空券検索フォーム ******/
.january {
  background: url(/img/sp2/top/header_back.jpg) center 0 repeat-y;
  background-size: cover;
}
.january .header-cloud-inner {

}
.january .header-cloud-inner .inner {

}

#form-in-area {
  background: none;
  margin: 0vw 3vw auto 3vw;
  background-color: rgba(255,255,255,0.8);
}
#top-form-caution {
  padding: 2vw 1vw 0;
  text-align: left;
  font-size: .5rem;
}

#plan-banner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #plan-banner.show-pc {
    display: none;
  }
  #plan-banner.show-sp {
    display: block;
  }
}
#plan-banner img {
  width: 100%;
  height: auto;
}

.basewid h2 {
  position:relative;
  padding-left: 7vw;
  color: #0F5C3B;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 976px) {
  .basewid h2 {
    padding-left: 73px;
  }
}
.basewid h2::before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 2.5%;
  height: 8px;
  background: #4EAC84;
  border-radius: 5px;
}
.basewid h2::after {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6%;
  height: 8px;
  background: #0C8953;
  border-radius: 5px;
  z-index: -1;
}
.basewid .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#drive-course {
  width: 976px;
  padding: 1.3vw 0 0;
  margin: 0 auto;
}
#drive-course .link {
  margin-top: 1.3vw;
}
#drive-course .link p:nth-of-type(2) {
  margin: 0.3vw 0;
}

@media screen and (max-width: 975px) {
  #drive-course {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
  #drive-course img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #drive-course .show-pc {
    display: none;
  }
  #drive-course .show-sp {
    display: block;
  }
  #drive-course .link p:nth-of-type(2) {
    margin: 4vw 0;
  }
}


#popularity_airport {
  width: 976px;
  padding: 1.3vw 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 976px) {
  #popularity_airport {
    width: 976px;
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 975px) {
  #popularity_airport {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #popularity_airport {
    padding: 6vw 1vw 0;
  }
  #popularity_airport h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #popularity_airport h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #popularity_airport h2::after {
    content: none;
  }
  #popularity_airport h2 .show-sp {
    display: block;
  }
  #popularity_airport h2 span {
    font-size: 1rem;
  }
}
#popularity_airport .p_list {
  padding: 1.3vw 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#popularity_airport .p_list li {
  width: 320px;
  height: 60px;
  border: solid 3px #0C8953;
  background: #c5fce4;
  margin-bottom: 5px;
  border-radius: 8px;
  transition-property: opacity;
  transition-duration: 0.5s;
}
#popularity_airport .p_list li:hover {
  opacity: 0.5;
}
#popularity_airport .p_list li a {
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#popularity_airport .p_list li a:hover {
  text-decoration: none;
}
#popularity_airport .p_list .place {
  font-size: 18px;
  color: #000;
}
#popularity_airport .p_list .price {
  font-size: 24px;
  color: #FD7D35;
  font-weight: bold;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #popularity_airport .p_list {
  }
  #popularity_airport .p_list li {
    width: 100%;
    height: 50px;
    border: solid 1px #b6b6b6;
    background: #fff;
    margin-bottom: -1px;
    border-radius: 0px;
    position: relative;
  }
  #popularity_airport .p_list li a {
    height: 100%;
    padding: 0 13vw;
  }
  #popularity_airport .p_list .place {
    font-size: 18px;
    color: #000;
  }
  #popularity_airport .p_list .price {
    font-size: 24px;
    color: #FD7D35;
    font-weight: bold;
  }
  #popularity_airport .p_list li:after {
    content: "";
    position: absolute;
    top: 36%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px #b6b6b6;
    border-right: solid 2px #b6b6b6;
    transform: rotate(45deg);
    transition: all .3s;
  }
}

#price-list {
  width: 976px;
  padding: 1.3vw 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 976px) {
  #price-list {
    width: 976px;
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 975px) {
  #price-list {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #price-list {
    padding: 6vw 1vw 0;
  }
  #price-list h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #price-list h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #price-list h2::after {
    content: none;
  }
  #price-list h2 .show-sp {
    display: block;
  }
  #price-list h2 span {
    font-size: 1rem;
  }
}
#price-list .wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.3vw 0 0;
}
@media screen and (max-width: 975px) {
  #price-list .wrap {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.5vw 0.5vw;
    padding: 2.8vw 0 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #price-list .wrap {
    padding: 6vw 1vw 0;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #price-list picture {
    width: 98%;
  }
}

#price-list picture img {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #price-list picture img {
    width: 100%;
    height: auto;
  }
}

#column-list {
  width: 976px;
  padding: 1.3vw 0 0;
  margin: 0 auto;
}

#column-list .column-list-item {
  width: calc((100% - 8px) / 2);
  background-color: #ededed;
  border: 1px solid #000;
}

@media screen and (max-width: 784px) {
  #column-list .column-list-item {
    min-height: 150px;
  }
}

#column-list .column-list-link {
  display: flex;
  height: 100%;
  text-decoration: none;
}

@media screen and (min-width: 976px) {
  #column-list {
    width: 976px;
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 975px) {
  #column-list {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px){
  #column-list {
    padding: 6vw 1vw 0;
  }
  #column-list h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #column-list h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #column-list h2::after {
    content: none;
  }
}
#column-list .wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.3vw 0 0;
  gap: 8px;
}
@media screen and (max-width: 975px) {
  #column-list .wrap {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.5vw 0.5vw;
    padding: 2.8vw 0 0;
  }
}
@media screen and (max-width: 656px) {
  #column-list .wrap {
    gap: 16px;
  }
  #column-list .column-list-item {
    width: 100%;
    min-height: 101px;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #column-list .wrap {
    padding: 6vw 1vw 0;
  }
}

#column-list .column-list-picture {
  width: 42%;
}

#column-list .column-list-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 203 / 127;
}

@media screen and (max-width: 656px) {
  #column-list .column-list-picture img {
    aspect-ratio: 30 / 19;
  }
}

#column-list .text {
  width: 58%;
  padding: 16px 12px;
}

@media screen and (max-width: 656px) {
  #column-list .text {
    padding: 12px 6px;
  }
}

#column-list .text .column-list-time {
  font-size: 12px;
  color: #717171;
}

#column-list .text .column-list-title {
  font-size: 14px;
  color: #000;
  margin-top: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 656px) {
  #column-list .text .column-list-title {
    margin-top: 6px;
    line-height: 1.3;
  }
}

#recommend-points {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #recommend-points {
    width: 100%;
    padding: 3vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #recommend-points {
    padding: 6vw 1vw 0;
  }
  #recommend-points .show-sp {
    display: block;
  }
  #recommend-points h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #recommend-points h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #recommend-points h2::after {
    content: none;
  }
  
}
#recommend-points .wrap {
  width: 944px;
  margin: 24px auto 0;
}
@media screen and (max-width: 975px) {
  #recommend-points .wrap {
    width: 94%;
    margin: 2vw auto 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #recommend-points .wrap {
    margin: 4vw auto 0;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #recommend-points .wrap .box:not(:last-child) {
    margin-bottom: 3vw;
  }
}

#recommend-points .wrap .box h3 {
  display: -webkit-flex;
  display: flex;
  background-color: #FFFFCA;
}
@media screen and (max-width: 975px) {
  #recommend-points .wrap .box h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #recommend-points .wrap .box h3 {
    display: block;
    background: none;
  }
}

#recommend-points .wrap .box h3 span.set1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 115px;
  height: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #FD7D35;
}
@media screen and (max-width: 975px) {
  #recommend-points .wrap .box h3 span.set1 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #recommend-points .wrap .box h3 span.set1 {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1vw 3vw;
  }
}
#recommend-points .wrap .box h3 span.set2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  color: #0C8953;
  font-size: 20px;
  font-weight: 600;
  
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #recommend-points .wrap .box h3 span.set2 {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1.5vw 1vw;
    font-size: 1.15rem;
    background-color: #FFFFCA;
  }
}

#recommend-points .wrap .box p {
  margin: 7px 0 15px;
  line-height: 1.8;
}
@media screen and (max-width: 975px) {
  #recommend-points .wrap .box p {
    margin: 0.7vw 0 1.5vw;
  }
}

#flow {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #flow {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #flow {
    padding: 6vw 1vw 0;
  }
  #flow h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #flow h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #flow h2::after {
    content: none;
  }
  #flow h2 .show-sp {
    display: block;
  }
}
#flow .wrap {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.3vw 0 0;
}
@media screen and (max-width: 975px) {
  #flow .wrap {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 1vw 1vw;
    padding: 2.8vw 1vw 0;
  }
}
#flow .box {
  width: 288px;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #flow .box {
    width: 100%;
  }
}
#flow .box picture img {
  width: 304px;
  height: auto;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #flow .box picture img {
    width: 100%;
    height: auto;
  }
}
#flow .box .text {

}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #flow .box .text {
    padding: 1vw 0 3vw;
  }
}
#flow .box .text h3 {
  padding: 0.5vw 0;
  text-align: center;
  color: #0C8953;
  font-size: 1.3rem;
}
#flow .box .text p {
  line-height: 1.5;
  color: #4B4B4B;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #flow .box .text p {
    line-height: 1.8;
  }
}

#lookfor {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #lookfor {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #lookfor {
    padding: 6vw 1vw 0;
  }
  #lookfor h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #lookfor h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #lookfor h2::after {
    content: none;
  }
  #lookfor h2 .show-sp {
    display: block;
  }
}

#search-thumbs {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}

#search-thumbs .inner-content {
  margin: 1.5vw 1vw 0;
}

@media screen and (max-width: 975px) {
  #search-thumbs {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #search-thumbs {
    padding: 6vw 1vw 0;
  }
  #search-thumbs h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #search-thumbs h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #search-thumbs h2::after {
    content: none;
  }
  #search-thumbs h2 .show-sp {
    display: block;
  }
}

.major_tab_list ul {
	list-style: none
}

.major_tab_list__tab {
	display: flex;
	padding-bottom: 1px;
	border-bottom: solid 2px #0C8953;
}

.major_tab_list__tab li {
	background-color: #4eac84;
	color: #ffffff;
	margin-right: 5px;
	width: 150px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.major_tab_list__tab li.current {
	background-color: #0C8953;
}

.major_tab_list__tab li:hover {
	cursor: pointer
}

.major_tab_list__tab li:last-child {
	margin-right: 0
}

.major_tab_list__table {
	margin-top: 10px
}

.major_tab_list__table th {
	width: 150px;
	background-color: #4eac84;
	padding: 10px 15px;
	color: #ffffff;
	border-bottom: solid 1px #dcdcdc;
	text-align: center;
	letter-spacing: 0
}

.major_tab_list__table td {
	width: 84%;
	padding: 10px 15px;
	border-bottom: solid 1px #dcdcdc;
}

.major_tab_list__table td ul li {
	float: left;
	line-height: 150%
}

.major_tab_list__table td ul li:after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px
}

.major_tab_list__table td ul li:last-child:after {
	content: "";
	padding: 0
}

.major_tab_list__table tr:last-child th,
.major_tab_list__table tr:last-child td {
	border-bottom: none
}

.area table {
  display: none
}

.area table.show {
  display: block
}

#lookfor .major_tab_list {
  margin: 1.5vw 1vw 0;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #lookfor .show-pc {
    display: none;
  }
  #lookfor .show-sp {
    display: block;
    padding: 6vw 0 0;
  }
}

.ac {
  width: 98%;
  max-width: 600px;
  margin: 0 auto;
}
/********* 上層メニュー *********/
.ac-parent {
  position: relative;
  margin: 0 0 1.5vw;
  text-align: center;
  line-height: 2.5;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #4EAC84;
  cursor: pointer;
  transition: .3s;
}
/* 上層メニューアイコン */
/* 十字横線 */
/*
.ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #fff;
}
*/
/* 十字縦線 */
/*
.ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  transition: all .3s;
  width: 2px;
  height: 24px;
  background: #fff;
}
*/
.ac-parent:after {
  content: "";
  position: absolute;
  top: 36%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-225deg);
  transition: all .3s;
}
/* アイコン変化（openクラスを付与）※縦線（after）だけ縦回転させる */
/*
.ac-parent.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
*/
.ac-parent.open:after {
  top: 50%;
  transform: rotate(-45deg);
}

/********* 下層メニュー *********/
.ac-child__item {
  position: relative;
  padding: 1em;
  background-color: #eef6ef;
  border-bottom: 1px solid #4B4B4B;
  cursor: pointer;
}
/* 下層メニューアイコン */
.ac-child__item:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(-225deg);
  transition: all .3s;
}
/* 下層アイコン変化（openクラスを付与） */
.ac-child__item.open:after {
  top: 45%;
  transform: rotate(-45deg);
}
/* 下層メニュー内テキストエリア */
.ac-child__description {
  background-color: #fff;
}
.ac-child__description a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ac-child__description div {
  position: relative;
  width: 96%;
  margin: 0 auto;
  padding: 1em;
  line-height: 1.3;
}
.ac-child__description div:not(:last-child) {
  border-bottom: 1px solid #4B4B4B;
}
.ac-child__description div a {
  display: block;
}
.ac-child__description ul {
  list-style-type: disc;
  list-style-position: outside;
}
.ac-child__description--haslink:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
}
/********* hover用クラス（jQuery制御） *********/
.ac-hover {
  opacity: .8;
}

.column_type_01 .accordion_list .title .title__span {
  display: block;
  font-weight: bold;
  background: url(../img/icon/IconPlus.svg) no-repeat;
  background-position: right 1vw center;
  background-size: 1.5rem;
}

@media screen and (max-width: 975px) {
  .column_type_01 .accordion_list .title .title__span {
      padding: 1.5vw 1vw 1.5vw 1.5vw;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .column_type_01 .accordion_list .title .title__span {
      padding: 0;
  }
}

.q_and_a_list .title.active .title__span, .contact_tab_cont .accordion_list .title.active .title__span, .column_type_01 .accordion_list .title.active .title__span {
  background-image: url(../img/icon/IconMinus.svg)
}

.q_and_a_list .cont, .contact_tab_cont .accordion_list .cont, .column_type_01 .accordion_list .cont {
  display: none;
  padding: 0.5vw 1vw 2vw 1vw;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .q_and_a_list .cont, .contact_tab_cont .accordion_list .cont, .column_type_01 .accordion_list .cont {
      padding: 0.5vw 1vw 6vw 1vw;
  }
}

.q_and_a_list .cont.active, .contact_tab_cont .accordion_list .cont.active, .column_type_01 .accordion_list .cont.active {
  display: block
}

.column_type_01 {
  display: flex
}


#question {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #question {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px){
  #question {
    padding: 6vw 1vw 0;
  }
  #question h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #question h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #question h2::after {
    content: none;
  }
  #question h2 .show-sp {
    display: block;
  }
}
#question .contents {
  margin: 1.2vw 0 0;
}
#question .contents dl dt.title {
  position: relative;
  padding: 1vw 1vw 1vw 1.5vw;
  margin: 0 0 1.5vw;
  line-height: 1.6;
  color: #4B4B4B;
  font-size: 1rem;
  background-color: #F6F6F6;
  transition: all 0.5s 0s ease;
  cursor: pointer;
}
@media screen and (min-width: 976px) {
  #question .contents dl dt.title {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #question .contents dl dt.title {
    padding: 3vw 1vw 3vw 1.5vw;
  }
}
#question .contents dl dt.title::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1.5vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #4B4B4B;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #question .contents dl dt.title::before {
    top: 5vw;
  }
}
#question .contents dl dt.title:hover {
  opacity: 0.7;
}

#question .contents span.title__q {
  margin-right: 0.8vw;
  font-size: 1.5rem;
}

#question .contents span.title__text {
  margin-left: 2vw;
}
@media screen and (min-width: 976px) {
  #question .contents span.title__text {
    margin-left: 34px;
  }
}
@media screen and (max-width: 975px) {
  #question .contents span.title__text {
    display: block;
    width: 88%;
    margin-left: 3.6vw;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #question .contents span.title__text {
    width: 82%;
    margin-left: 6.6vw;
    line-height: 1.3;
  }
}

#question .contents p.text_left {
  position: relative;
}
#question .contents p.text_left::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/ArrowIcon-org.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#question .contents p.text_left span {
  padding-left: 1vw;
  font-size: 1rem;
}
@media screen and (min-width: 976px) {
  #question .contents p.text_left span {
    padding-left: 20px;
  }
}
@media screen and (max-width: 975px) {
  #question .contents p.text_left span {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #question .contents p.text_left span {
    display: block;
    padding-left: 5vw;
    margin: 2vw 0 0;
  }
}

#question .contents dl.accordion_list .cont .ans {
  display: -webkit-flex;
  display: flex;
}
#question .contents dl.accordion_list .cont .ans p.faq__ans {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
#question .contents dl.accordion_list .cont .ans p.faq__ans span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #4EAC84;

}
#question .contents dl.accordion_list .cont .ans p.faq__a__text {
  margin-left: 1vw;
}
.faq__a__text {
  line-height: 1.5em
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #question .contents dl.accordion_list .cont .ans p.faq__a__text {
    margin-left: 4vw;
  }
}

#trivia {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #trivia {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px){
  #trivia {
    padding: 6vw 1vw 0;
  }
  #trivia h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #trivia h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #trivia h2::after {
    content: none;
  }
  #trivia h2 .show-sp {
    display: block;
  }
  #trivia h2 span {
    font-size: 1rem;
  }
}
#trivia .contents {
  margin: 1.2vw 0 0;
}
#trivia .contents dl dt.title {
  position: relative;
  padding: 1vw 1vw 1vw 1.5vw;
  margin: 0 0 1.5vw;
  line-height: 1.6;
  color: #4B4B4B;
  font-size: 1rem;
  background-color: #F6F6F6;
  transition: all 0.5s 0s ease;
  cursor: pointer;
}
@media screen and (min-width: 976px) {
  #trivia .contents dl dt.title {
    padding: 16px 18px 16px 22px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #trivia .contents dl dt.title {
    padding: 3vw 1vw 3vw 1.5vw;
  }
}
#trivia .contents dl dt.title::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1.5vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #4B4B4B;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 976px) {
  #trivia .contents dl dt.title::before {
    left: 16px;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #trivia .contents dl dt.title::before {
    top: 5vw;
  }
}
#trivia .contents dl dt.title:hover {
  opacity: 0.7;
}

#trivia .contents span.title__q {
  margin-right: 0.8vw;
  font-size: 1.5rem;
}

#trivia .contents span.title__text {
  margin-left: 2vw;
}
@media screen and (min-width: 976px) {
  #trivia .contents span.title__text {
    margin-left: 24px;
  }
}
@media screen and (max-width: 975px) {
  #trivia .contents span.title__text {
    display: block;
    width: 88%;
    margin-left: 3.6vw;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #trivia .contents span.title__text {
    width: 82%;
    margin-left: 6.6vw;
    line-height: 1.3;
  }
}

#trivia .contents p.text_left {
  position: relative;
}
#trivia .contents p.text_left::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/ArrowIcon-org.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#trivia .contents p.text_left span {
  padding-left: 1vw;
  font-size: 1rem;
}
@media screen and (min-width: 976px) {
  #trivia .contents p.text_left span {
    padding-left: 20px;
  }
}
@media screen and (max-width: 975px) {
  #trivia .contents p.text_left span {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #trivia .contents p.text_left span {
    display: block;
    padding-left: 5vw;
    margin: 1.5vw 0 0;
  }
}

#trivia .contents dl.accordion_list .cont .ans {
  display: -webkit-flex;
  display: flex;
}
#trivia .contents dl.accordion_list .cont .ans p.faq__ans {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
#trivia .contents dl.accordion_list .cont .ans p.faq__ans span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #4EAC84;
}
#trivia .contents dl.accordion_list .cont .ans p.faq__a__text {
  margin-left: 1vw;
}
@media screen and (min-width: 976px) {
  #trivia .contents dl.accordion_list .cont .ans p.faq__a__text {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #trivia .contents dl.accordion_list .cont .ans p.faq__a__text {
    margin-left: 4vw;
  }
}

#review {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #review {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #review {
    padding: 6vw 1vw 0;
  }
  #review h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #review h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #review h2::after {
    content: none;
  }
  #review h2 .show-sp {
    display: block;
  }
  #review h2 span {
    font-size: 1rem;
  }
}
#review .reviews_wrapper_s__cont .text_left {
  position: relative;
}
#review .reviews_wrapper_s__cont .text_left::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/ArrowIcon-org.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#review .reviews_wrapper_s__cont .text_left span {
  padding-left: 1vw;
  font-size: 1rem;
}
@media screen and (min-width: 976px) {
  #review .reviews_wrapper_s__cont .text_left span {
    padding-left: 20px;
  }
}
@media screen and (max-width: 975px) {
  #review .reviews_wrapper_s__cont .text_left span {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #review .reviews_wrapper_s__cont .text_left span {
    display: block;
    padding-left: 5vw;
    margin: 2vw 0 0;
  }
}

#review .reviews_wrapper_s__cont .reviews_note {
  margin: 0 0 0.5vw;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px){
  #review .reviews_wrapper_s__cont .reviews_note {
    margin: 1vw 0;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #support.show-sp {
    display: block;
  }

  #support {
    padding: 6vw 1vw 0;
  }
  #support h2 {
    width: 98%;
    padding: 0 0 2vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    border-bottom: 2px solid #4EAC84;
  }
  #support h2::before {
    content: "";
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: -3px;
    width: 70%;
    height: inherit;
    border-bottom: 2px solid #0C8953;
  }
  #support h2::after {
    content: none;
  }

  #support ul {
    padding: 3vw 0 0;
  }
  #support ul li {
    position: relative;
    margin-bottom: 1.5vw;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 600;
  }
  #support ul li a {
    display: block;
    padding: 3vw 0 3vw 7%;
    color: #4B4B4B;
    background-color: #F6F6F6;
    text-decoration: none;
    transition: all 0.5s 0s ease;
  }
  #support ul li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 35%;
    right: 1.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 16.2px;
    height: 10.8px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2212%22%20viewBox%3D%220%200%2018%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L9%209L16%202%22%20stroke%3D%22%234EAC84%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
  }
  #support ul li a:active {
    opacity: 0.7;
    text-decoration: none;
  }
  #support ul li i {
    margin-right: 1.5vw;
    color: #0C8953;
  }
  #support ul li .fa-envelope::before,
  #support ul li .fa-calendar-check::before {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

#topic-area {
  width: 976px;
  padding: 3vw 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #topic-area {
    width: 100%;
    padding: 2.8vw 1vw 0;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #topic-area {
    padding: 6vw 0 0;
  }
}

#topic-area h2 {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.7;
  color: #0E2141;
  border-bottom: 4px solid #4571c1;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #topic-area h2 {
    background-color: #204ca0;
    padding: 0.6vw 0 0.6vw 8vw;
    text-align: left;
    color: #fff;
    font-size: 4vw;
    border-bottom: none;
  }
}
#topic-area h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_52_1193)%22%3E%3Cpath%20d%3D%22M22.6704%2011.4731C20.8222%2011.4225%2019.457%2011.4491%2018.9129%2011.4645C18.7533%2011.4691%2018.6044%2011.3844%2018.5269%2011.2448L17.3544%209.13869L18.2873%209.13869C18.5443%209.13869%2018.7528%208.93016%2018.7531%208.67291L18.7531%207.91145C18.7531%207.65441%2018.5445%207.44588%2018.2873%207.44567L16.4115%207.44567L13.6477%202.48104C13.5209%202.2534%2013.2809%202.11207%2013.02%202.11207L12.5232%202.11207C12.4497%202.11207%2012.3955%202.18011%2012.4117%202.25172L14.1486%209.90772C14.1643%209.97723%2014.1698%2010.0482%2014.1652%2010.1192L14.0898%2011.2269C14.0803%2011.3653%2013.9661%2011.4737%2013.8273%2011.4756C12.9232%2011.4884%209.74129%2011.5501%207.93213%2011.8044L5.54715%208.6034C5.46063%208.48706%205.32392%208.41839%205.17881%208.4186L4.63071%208.4186C4.55343%208.4186%204.4961%208.49021%204.5129%208.56581L5.33673%2012.2583C5.35773%2012.3519%205.29305%2012.4431%205.1975%2012.4542C4.7712%2012.5037%204.07126%2012.6581%203.44084%2012.9996C4.07147%2013.3412%204.77141%2013.4956%205.1975%2013.5449C5.29284%2013.5559%205.35773%2013.6472%205.33673%2013.7409L4.5129%2017.4333C4.49609%2017.5089%204.55343%2017.5805%204.63071%2017.5805L5.17881%2017.5805C5.32371%2017.5805%205.46042%2017.5118%205.54715%2017.3957L7.93213%2014.1947C9.7415%2014.4492%2012.9234%2014.5109%2013.8273%2014.5235C13.9661%2014.5254%2014.0803%2014.6338%2014.0898%2014.7722L14.1652%2015.8799C14.17%2015.9507%2014.1645%2016.0221%2014.1486%2016.0914L12.4117%2023.7474C12.3955%2023.819%2012.4497%2023.8871%2012.5232%2023.8871L13.02%2023.8871C13.2808%2023.8871%2013.5209%2023.7457%2013.6477%2023.5181L16.4115%2018.5539L18.2873%2018.5539C18.5443%2018.5539%2018.7528%2018.3453%2018.7531%2018.0881L18.7531%2017.3266C18.7531%2017.0696%2018.5445%2016.8611%2018.2873%2016.8608H17.3544L18.5269%2014.7547C18.6046%2014.6153%2018.7533%2014.5305%2018.9129%2014.5351C19.4568%2014.5506%2020.8222%2014.5771%2022.6704%2014.5265C25.0934%2014.4605%2025.9233%2013.0002%2025.9233%2013.0002C25.9233%2013.0002%2025.0936%2011.5396%2022.6702%2011.4733L22.6704%2011.4731Z%22%20fill%3D%22%231F3D88%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_52_1193%22%3E%3Crect%20width%3D%2218.3849%22%20height%3D%2218.3849%22%20fill%3D%22white%22%20transform%3D%22translate(13.0001)%20rotate(45)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px){
  #topic-area h2::before {
    left: 1.5%;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_52_1193)%22%3E%3Cpath%20d%3D%22M22.6704%2011.4731C20.8222%2011.4225%2019.457%2011.4491%2018.9129%2011.4645C18.7533%2011.4691%2018.6044%2011.3844%2018.5269%2011.2448L17.3544%209.13869L18.2873%209.13869C18.5443%209.13869%2018.7528%208.93016%2018.7531%208.67291L18.7531%207.91145C18.7531%207.65441%2018.5445%207.44588%2018.2873%207.44567L16.4115%207.44567L13.6477%202.48104C13.5209%202.2534%2013.2809%202.11207%2013.02%202.11207L12.5232%202.11207C12.4497%202.11207%2012.3955%202.18011%2012.4117%202.25172L14.1486%209.90772C14.1643%209.97723%2014.1698%2010.0482%2014.1652%2010.1192L14.0898%2011.2269C14.0803%2011.3653%2013.9661%2011.4737%2013.8273%2011.4756C12.9232%2011.4884%209.74129%2011.5501%207.93213%2011.8044L5.54715%208.6034C5.46063%208.48706%205.32392%208.41839%205.17881%208.4186L4.63071%208.4186C4.55343%208.4186%204.4961%208.49021%204.5129%208.56581L5.33673%2012.2583C5.35773%2012.3519%205.29305%2012.4431%205.1975%2012.4542C4.7712%2012.5037%204.07126%2012.6581%203.44084%2012.9996C4.07147%2013.3412%204.77141%2013.4956%205.1975%2013.5449C5.29284%2013.5559%205.35773%2013.6472%205.33673%2013.7409L4.5129%2017.4333C4.49609%2017.5089%204.55343%2017.5805%204.63071%2017.5805L5.17881%2017.5805C5.32371%2017.5805%205.46042%2017.5118%205.54715%2017.3957L7.93213%2014.1947C9.7415%2014.4492%2012.9234%2014.5109%2013.8273%2014.5235C13.9661%2014.5254%2014.0803%2014.6338%2014.0898%2014.7722L14.1652%2015.8799C14.17%2015.9507%2014.1645%2016.0221%2014.1486%2016.0914L12.4117%2023.7474C12.3955%2023.819%2012.4497%2023.8871%2012.5232%2023.8871L13.02%2023.8871C13.2808%2023.8871%2013.5209%2023.7457%2013.6477%2023.5181L16.4115%2018.5539L18.2873%2018.5539C18.5443%2018.5539%2018.7528%2018.3453%2018.7531%2018.0881L18.7531%2017.3266C18.7531%2017.0696%2018.5445%2016.8611%2018.2873%2016.8608H17.3544L18.5269%2014.7547C18.6046%2014.6153%2018.7533%2014.5305%2018.9129%2014.5351C19.4568%2014.5506%2020.8222%2014.5771%2022.6704%2014.5265C25.0934%2014.4605%2025.9233%2013.0002%2025.9233%2013.0002C25.9233%2013.0002%2025.0936%2011.5396%2022.6702%2011.4733L22.6704%2011.4731Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_52_1193%22%3E%3Crect%20width%3D%2218.3849%22%20height%3D%2218.3849%22%20fill%3D%22white%22%20transform%3D%22translate(13.0001)%20rotate(45)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  }
}
#topic-area h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 70%;
  height: 4px;
  background-color: #113d8d;
  z-index: 2;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #topic-area h2::after {
    content: none;
  }
}

#topic-area .link {
  margin: 1vw 0 0 0.3vw;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #topic-area .link {
    width: 100%;
    margin: 3vw auto 0;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #topic-area .show-pc {
    display: none;
  }
  #topic-area .show-sp {
    display: block;
  }
}

#topic-area .link p:nth-of-type(2) {
  margin: 0.3vw 0;
}
#topic-area .link p:nth-of-type(5) {
  margin: 4vw 0;
}
@media screen and (max-width: 975px) {
  #topic-area img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    font-size: 0;
  }
}

.content-img-list{
  display: flex;
  width: 100%;
  margin: 2vw auto 4vw auto;
  justify-content: flex-start;
  list-style-type: none;
}
.content-img-list li{
  flex-basis: 50%;
  margin: auto 1%;
}
.content-img-list li > a{
  display: block;
  box-shadow:0px 4px 3px 0px #d8d8d8;
  box-sizing: border-box;
}

/****** フッター ******/
#footer-carrier-area {
  width: 976px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 975px) {
  #footer-carrier-area {
    width: 100%;
  }
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #footer-carrier-area {
    padding: 6vw 0 0;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  #footer-carrier-area .show-pc {
    display: none;
  }
  #footer-carrier-area .show-sp {
    display: block;
  }
}

#footer-carrier-area .in-title-h2 {
  position: relative;
  padding: 0.5vw 0;
  margin: 1vw 0 0;
  text-align: left;
  line-height: 1.7;
  color: #000;
  font-size: 20px;
  border-bottom: 4px solid #4571c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 975px) {
  #footer-carrier-area .in-title-h2 {
    width: 98%;
    padding: 0 1vw 0;
    margin: 0 auto;
  }
}
#footer-carrier-area .in-title-h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 70%;
  height: 4px;
  background-color: #113d8d;
  z-index: 2;
}
#footer-carrier-area .warp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 2px;
  margin: 30px 0 0;
}

#footer-carrier-area .warp div > a {
  width: 240px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 45%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#footer-carrier-area .warp div > a:hover {
  opacity: 0.6;
  text-decoration: none;
  transition : 0.3s;
}
#footer-carrier-area .warp div > a:active {
  opacity: 0.6;
  text-decoration: none;
  transition : 0.3s;
}
#footer-carrier-area .warp .ana > a {
  background-color: #003277;
  background-image: url(/img/pc2/icon/career/ana.png);
}
#footer-carrier-area .warp .jal > a {
  background-color: #e50112;
  background-image: url(/img/pc2/icon/career/jal.png);
}
#footer-carrier-area .warp .sky > a {
  background-color: #f6b211;
  background-image: url(/img/pc2/icon/career/sky.png);
}
#footer-carrier-area .warp .ado > a {
  background-color: #87d0f3;
  background-image: url(/img/pc2/icon/career/ado.png);
}
#footer-carrier-area .warp .jjp > a {
  background-color:#ff6729;
  background-image:url(/img/pc2/icon/career/jjp.png);
}
#footer-carrier-area .warp .sna > a {
  background-color:#6db328;
  background-image:url(/img/pc2/icon/career/sna.png);
}
#footer-carrier-area .warp .apj > a {
  background-color:#c54acb;
  background-image:url(/img/pc2/icon/career/apj.png);
}
#footer-carrier-area .warp .sfj > a {
  background-color:#000000;
  background-image:url(/img/pc2/icon/career/sfj.png);
}
#footer-carrier-area .warp .vnl > a {
  background-color:#0fa0df;
  background-image:url(/img/pc2/icon/career/vnl.png);
}
#footer-carrier-area .warp .fda > a {
  background-color:#d61b18;
  background-image:url(/img/pc2/icon/career/fda.png);
}
#footer-carrier-area .warp .ibex > a {
  background-color:#ff379f;
  background-image:url(/img/pc2/icon/career/ibex.png);
}
#footer-carrier-area .warp .waj > a {
  background-color:#dd2f21;
  background-image:url(/img/pc2/icon/career/waj.png);
}
#footer-carrier-area .warp .tok > a {
  background-color: #0c1935;
  background-image:url(/img/sp2/icon/career/tok.png);
}
#footer-carrier-area .warp div > a span {
  margin-bottom: 8px;
  color: #fff;
  font-size: .75rem;
}
#footer-carrier-area .warp .waj,
#footer-carrier-area .warp .vnl {
  position: relative;
}
#footer-carrier-area .waj > a::after,
#footer-carrier-area .vnl > a::after {
  position: absolute;
  background-color: rgba(0,0,0, .5);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
}

/*------ SP版キャリアリンク ------*/
.carrier-link {
  width: 100%;
  padding: 0 0 4vw;
}
.carrier-link .content-index {
  padding: 0;
  margin: 0;
  text-align: initial;
}
.carrier-link .content-index > h2 {
  background-color: #204ca0;
  padding: 1.6vw 0 1.6vw 3vw;
  text-align: left;
  color: #fff;
  font-size: 4vw;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .carrier-link .content-index > h2 {
    background-color: #204ca0;
    padding: 0.6vw 0 0.6vw 3vw;
    text-align: left;
    line-height: 1.7;
    color: #fff;
    font-size: 4vw;
  }
}
.carrier-link .content-index > p {
  font-size: 3.5vw;
  color: #555;
  padding: 2vw 2vw;
  line-height: 6vw;
}
.carrier-link .career-link-ul {
  list-style-type: none;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 100%;
  margin: auto;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.carrier-link .career-link-ul li {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  text-align:left;
  margin: 2vw 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.carrier-link .career-link-ul li > a {
  display: block;
  font-size: 6vw;
  color: #fff;
  text-decoration: none;
  padding: 7vw 1vw 4vw 21vw;
  background-repeat: no-repeat;
  background-position: 1vw -7vw;
  box-shadow:0px 4px 3px 0px #d8d8d8;
  background-size: 20vw;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.carrier-link .career-link-ul li > a > p {
  font-weight:600;
  margin: -5vw 0 0 3vw;
}
.carrier-link .career-link-ul li > a.fda > p {
  position: relative;
}
.carrier-link .career-link-ul li > a > p > span {
  display: block;
  font-size: 2vw;
  font-weight:600;
}
.carrier-link .career-link-ul li > a.fda > p > span {
  position: absolute;
}

.carrier-link .career-link-ul li > .ana {
  background-color: #003277;
  background-image: url(/img/sp2/icon/career/ana.png);
}
.carrier-link .career-link-ul li > .jal {
  background-color: #e60213;
  background-image: url(/img/sp2/icon/career/jal.png);
}
.carrier-link .career-link-ul li > .sky {
  background-color: #182883;
  background-image: url(/img/sp2/icon/career/sky.png);
}
.carrier-link .career-link-ul li > .ado {
  background-color: #76d2f7;
  background-image: url(/img/sp2/icon/career/ado.png);
}
.carrier-link .career-link-ul li > .jjp {
  background-color: #ff5112;
  background-image: url(/img/sp2/icon/career/jjp.png);
}
.carrier-link .career-link-ul li > .sna {
  background-color: #6db328;
  background-image: url(/img/sp2/icon/career/sna.png);
}
.carrier-link .career-link-ul li > .apj {
  background-color: #b634bb;
  background-image: url(/img/sp2/icon/career/apj.png);
}
.carrier-link .career-link-ul li > .sfj {
  background-color: #000000;
  background-image: url(/img/sp2/icon/career/sfj.png);
}
.carrier-link .career-link-ul li > .vnl {
  background-color: #009fec;
  background-image: url(/img/sp2/icon/career/vnl.png);
}
.carrier-link .career-link-ul li > .tok {
  background-color: #0c1935;
  background-image: url(/img/sp2/icon/career/tok.png);
}
.career-link-ul li > a.waj,
.career-link-ul li > a.vnl {
  position: relative;
}
.career-link-ul li > a.waj::after,
.career-link-ul li > a.vnl::after {
  position: absolute;
  background-color: rgba(0,0,0, .5);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  top: 0;
  left: 0;
  z-index: 20;
}
.carrier-link .career-link-ul li > .fda {
  height: 100%;
  background-color: #d71a1e;
  background-image: url(/img/sp2/icon/career/fda.png);
}
.carrier-link .career-link-ul li > .ibex {
  background-color: #ef027f;
  background-image: url(/img/sp2/icon/career/ibex.png);
}
.carrier-link .career-link-ul li > .waj {
  background-color: #f20000;
  background-image: url(/img/sp2/icon/career/waj.png);
}

/****** フッターリンク ******/
nav#footer_link {
  width: 1000px;
  margin: auto;
  padding: 20px 15px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 975px) {
  nav#footer_link {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  nav#footer_link.show-pc {
    display: none;
  }
  nav#footer_link.show-sp {
    display: block;
  }
}

nav#footer_link .warp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
  padding: 12px 0;
  font-size: .75rem;
}
@media screen and (max-width: 975px) {
  nav#footer_link .warp {
    gap: 1vw 0.1vw;
    font-size: .8rem;
  }
}
nav#footer_link .warp:nth-of-type(1) {
  border-top: 1px solid #0f327b;
}
nav#footer_link .warp:nth-of-type(2) {
  border-top: 1px dotted #0f327b;
  border-bottom: 1px dotted #0f327b;
}

nav#footer_link .warp div i {
  color: #da0504;
  padding: 0 2px 0 8px;
}
nav#footer_link .warp div a {
  color: #333;
  text-decoration: none;
}
nav#footer_link .warp div a:hover{
  color:#da0504;
}

/*--------------------------------------------*/
/*--------　フッター情報　---------*/
/*--------------------------------------------*/
footer#footer {
  width: 100%;
  margin: 0 auto;
  background-color: #0f327c;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  footer#footer .show-pc {
    display: none;
  }
  footer#footer .show-sp {
    display: block;
  }
}

footer#footer #footer-copy {
  padding: 30px 0 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
footer#footer #footer-copy > a {
  text-decoration: none;
  color: #ffff67;
}
footer#footer #footer-text-h2 {
  width: 94%;
  padding: 30px 0 50px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 975px) {
  footer#footer #footer-text-h2 {
    font-size: .69rem;
  }
}

footer#footer .show-pc .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
footer#footer .sns a {
  color: #fff;
}
footer#footer .sns span {
  display: inline-block;
  margin-right: 5px;
}
footer#footer .sns img {
  padding-right: 1px;
  vertical-align: sub;
}
footer#footer .sns .btn {
  padding: 7px;
  margin-left: 8px;
  margin-right: 6px;
  color: #fff;
  font-weight: 500;
  background-color: #000000;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
footer#footer .sns img {
  padding-right: 1px;
  vertical-align: sub;
}
footer#footer .sns .btn:hover {
  background-color: #000000;
}

footer#footer .show-sp .footer-link{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  list-style-type: none;
  margin: 0 auto;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
  background-color: #eeeeee;
  padding: 0;
}
footer#footer .show-sp .footer-link li {
  border: 1px solid #cccccc;
  margin: -1px 0 0 0;
  text-align:left;
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
footer#footer .show-sp .footer-link li:nth-child(even) {
  border-left: none;
}
footer#footer .show-sp .footer-link li > a {
  display: block;
  font-size: 3vw;
  color: #222222;
  background-color: #eeeeee;
  padding: 3vw 1vw;
  text-decoration: none;
  position: relative;
}
footer#footer .show-sp .footer-link li > a::after {
  vertical-align: middle;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  color: #222222;
  position: absolute;
  right: 1.5vw;
}
footer#footer .show-sp .footer-link li > a:active {
  opacity: 0.4;
}

footer#footer .show-sp #footer-all {
  padding: 2vh 0 1vh 0;
  background-color: #cccccc;
}
footer#footer .show-sp #footer-all h2 {
  margin-bottom: 3vw;
  text-align: center;
}

footer#footer .show-sp #copyright{
  font-size: 3vw;
  padding: 2vh 0 0 0;
  text-align: center;
}

footer#footer .show-sp .sns {  
  margin: 16px 0 0;
  font-size: 1.1em;
}

footer#footer .show-sp .sns span {
  display: inline-block;
  margin-right: 5px;
}

footer#footer .show-sp .sns img {
  vertical-align: middle;
}

footer#footer .show-sp .sns .btn {
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  background-color: #000000;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
}

.show-sp #footer-all p {
  text-align: center;
  color: #000000;
}

footer#footer .show-sp .sns-list {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
}

footer#footer .show-sp .sns-list img {
  vertical-align: middle;
  width: 15px;
}

footer#footer .show-sp .sns-list .facebook img {
  width: 28px;
}
footer#footer .show-sp .store-banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer#footer .show-sp .store-banner-list .appstore {
  position: relative;
  padding: 8px;
  width: 110px;
  height: auto;
}

footer#footer .show-sp .store-banner {
  margin: 8px 0 0;
  font-size: 1.1em;
}

footer#footer .skysea-logo {
  margin: 24px 0 0;
}

footer#footer .show-sp .pagetop {
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 100;
}
footer#footer .show-sp .pagetop > a {
  display: inline-block;
  padding: 2vw 3vw;
  vertical-align: top;
  color: #fff;
  font-size: 5vw;
  background-color: #214ca0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 2px 2px 0px #b7b7b7;
}

.pagetop.show-pc {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .pagetop.show-pc {
    position: absolute;
    display: none !important;
  }
}
.pagetop.show-pc > a {
  background-color: #0f327c;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index:5;
  box-shadow:0px 2px 2px 0px #b7b7b7;
}
.pagetop.show-pc > a:hover {
  background-color: #999;
}
