@charset "utf-8";
/* CSS Document */
/*---------------------------------------
#top_main
---------------------------------------*/
#top_main {
 box-sizing: border-box;
 position: relative;
 min-height: 610px;
 padding: 10px 0;
}
#top_main h1.top {
 color: #fff;
 font-size: 14px;
 text-align: center;
}
#top_main::before {
 content: "";
 width: 100vw;
 height: 100%;
 background: url(/img/top_main_bg01.webp) no-repeat center bottom / cover;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
}
#top_main h2 {
 margin: 0 auto 10px;
 text-align: center;
}
#top_main .wrap {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
#top_main .image {
 width: 489px;
 margin-right: -20px;
}
#top_main .text {
 width: 488px;
 color: #333333;
 font-size: 19px;
 line-height: 1.5;
 padding: 15px 25px 10px;
 background: url(/img/top_main_bg02.png) repeat-x;
 background-position: left top;
 background-color: #FEE8DA;
 background-size: 100% auto;
 border: 4px solid #FF5B01;
 border-radius: 0 10px 10px 10px;
 position: relative;
}
#top_main .text::before {
 content: "";
 display: block;
 width: 154px;
 height: 49px;
 background: url("/img/top_text01_sp.png") no-repeat left top / 100% auto;
 position: absolute;
 right: 0;
 top: -55px; 
}
#top_main .text div:first-child {
 width: 320px;
 height: 38px;
 background-color: #FF5B01;
 color: #ffffff;
 text-align: center;
 padding: 9px 10px 0 30px;
 font-size: 24px;
 font-weight: bold;
 line-height: 1.2;
 position: absolute;
 left: -4px;
 top: -38px;
}
#top_main .text span {
 color: #F24600;
 font-weight: bold;
}
#top_main .text .btn {
 display: inline-block;
 position: relative;
 padding: 62px 0 0 0;
 margin: 7px 0 0 38px;
 background: url(/img/top_main_img04.gif) no-repeat;
 background-position: center top;
}
#top_main .text .btn::before {
 content: url(/img/top_main_img02.png);
 position: absolute;
 right: -10px;
 bottom: 65px;
}
/*---------------------------------------
.top_alp_conversion
---------------------------------------*/
.top_alp_conversion {
 margin: 40px 0;
 text-align: center;
}
.top_alp_conversion ul {
 display: table;
}
.top_alp_conversion ul li {
 display: table-cell;
 vertical-align: top;
}
.top_alp_conversion ul li.pic {
 padding: 0 30px 0 0;
}
.top_alp_conversion ul li.txt {
 padding: 0 0 10px 0;
}
.top_alp_conversion ul li.txt div {
 text-align: left;
 position: relative;
 font-size: 18px;
 color: #444444;
 font-weight: bold;
 padding: 25px 20px 25px 20px;
 margin: 2% 20px 0 0;
 border: 3px solid #FFBA55;
 background-color: #FFFEF1;
 border-radius: 20px;
}
.top_alp_conversion ul li.txt div:before {
 content: url(/img/top_alp_conversion_bg01_pc.png);
 position: absolute;
 top: 30px;
 left: -41px;
}
.top_alp_conversion ul li.txt div span {
 color: #F03900;
}
.top_alp_conversion .btn {
 display: inline-block;
 position: relative;
 padding: 67px 0 0 0;
 background: url(/img/top_alp_conversion_img02.webp) no-repeat;
 background-position: center top;
}
.top_alp_conversion .btn a:hover img {
 opacity: 0.85;
 filter: alpha(opacity=85);
}
.top_alp_conversion .btn span {
 position: absolute;
 bottom: 60px;
 left: -46px;
}
/*---------------------------------------
#top_alp_sec1
---------------------------------------*/
#top_alp_sec1 {
 margin: 30px 0 0 0;
 padding: 20px 15px 8px 15px;
 position: relative;
 border: 4px solid #8FC9D1;
 border-radius: 6px;
 -webkit-border-radius: 6px; /* Safari、Google Chrome */
 -moz-border-radius: 6px; /* Firefox */
}
#top_alp_sec1 h2 {
 margin: 0;
 position: absolute;
 top: -24px;
 left: 10px;
}
#top_alp_sec1 ul li {
 overflow: hidden;
}
#top_alp_sec1 ul li {
 margin: 16px 0 0;
 overflow: hidden;
 border-bottom: #CCC dashed 1px;
 padding-bottom: 16px;
}
#top_alp_sec1 ul li:last-child {
 border-bottom: none;
}
#top_alp_sec1 ul li div {
 width: 70px;
 max-height: 70px;
 float: left;
 overflow: hidden;
}
#top_alp_sec1 ul li div a {
 display: block;
}
#top_alp_sec1 ul li div img {
 width: 100%;
 height: auto;
}
#top_alp_sec1 ul li dl {
 margin-left: 80px;
 overflow: hidden;
}
/*---------------------------------------
#top_alp_sec2
---------------------------------------*/
#top_alp_sec2 {
 position: relative;
 padding: 2px 0 40px;
}
#top_alp_sec2::before {
 content: "";
 width: 100vw;
 height: 100%;
 background-color:#E3F9FF;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
}
.faq_box_wrap { counter-reset: num; }
.faq_box {
 background-color: #fff;
 padding: 20px 20px 10px;
}
.faq_box + .faq_box { margin-top: 20px; }
.faq_box_wrap .faq_box .question {
 margin: 0;
 font-size: 20px;
 line-height: 1.4;
 padding-left: 60px;
 position: relative;
 counter-increment: num;
 min-height: 50px;
 display: flex;
 align-items: center;
}
.faq_box .question::before {
 content: "Q"counter(num);
 display: flex;
 align-items: center;
 justify-content: center;
 width: 50px;
 height: 50px;
 background-color: #00a3ce;
 border-radius: 100%;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 line-height: 1;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
}
.faq_box .ex {
 border: solid 1px #ccc;
 padding: 1em;
}
#top_alp_sec2 .list .more {
 text-align: right;
}
/*---------------------------------------
#top_alp_sec3
---------------------------------------*/
#top_alp_sec3 {
 margin: 60px 0 0 0;
 border: 1px solid #cdcdcd;
 box-shadow: 0 0 0 1px #ffffff inset;
 min-height: 172px;
 background: URL(/img/top_bg03.png) repeat-x;
 position: relative;
}
#top_alp_sec3 .ttl {
 display: block;
 margin: 0;
 position: absolute;
 top: -32px;
 left: 58px;
}
#top_alp_sec3 ul {
 display: table;
 margin: 20px 0 0 122px;
 border-collapse: separate;
 border-spacing: 10px;
}
#top_alp_sec3 ul li {
 position: relative;
 width: 25%;
 vertical-align: middle;
 display: table-cell;
 font-size: 16px;
 line-height: 1.4;
 color: #ffffff;
 font-weight: bold;
 padding: 18px 10px 10px 10px;
 border: 2px solid #2161A9;
 background: URL(/img/top_bg02.png) repeat-x;
 background-color: #00BAF7;
 border-radius: 11px;
 -webkit-border-radius: 11px; /* Safari、Google Chrome */
 -moz-border-radius: 11px; /* Firefox */
 text-shadow:
  1px 1px 1px #0089D2, -1px 1px 1px #0089D2;
}
#top_alp_sec3 ul li:nth-child(1):before {
 position: absolute;
 content: url(/img/top_text06.png);
 top: -10px;
 right: 0px;
 bottom: 0px;
 left: 0px;
 margin: 0 auto 0 auto;
 text-align: center;
}
#top_alp_sec3 ul li:nth-child(2):before {
 position: absolute;
 content: url(/img/top_text07.png);
 top: -10px;
 right: 0px;
 bottom: 0px;
 left: 0px;
 margin: 0 auto 0 auto;
 text-align: center;
}
#top_alp_sec3 ul li:nth-child(3):before {
 position: absolute;
 content: url(/img/top_text08.png);
 top: -10px;
 right: 0px;
 bottom: 0px;
 left: 0px;
 margin: 0 auto 0 auto;
 text-align: center;
}
#top_alp_sec3 ul li:nth-child(4):before {
 position: absolute;
 content: url(/img/top_text09.png);
 top: -10px;
 right: 0px;
 bottom: 0px;
 left: 0px;
 margin: 0 auto 0 auto;
 text-align: center;
}
#top_alp_sec3 ul li span {
 color: #FFFF26;
}
#top_alp_sec3 div #img {
 margin: 0;
 position: absolute;
 bottom: 0;
 left: 16px;
}
#top_alp_sec3 div #text {
 display: inline-block;
 font-size: 16px;
 line-height: 1.4;
 color: #444444;
 font-weight: bold;
 margin: 0 0 10px 140px;
}
#top_alp_sec3 div #text span {
 color: #F22600;
}
/*---------------------------------------
#top_alp_sec4
---------------------------------------*/
#top_alp_sec4 {
 clear: both;
}
#top_alp_sec4 ul {
 width: 100%;
 display: grid;
 grid-template-columns: repeat(6, 1fr);
 column-gap: 10px;
 row-gap: 10px;
}
#top_alp_sec4 ul li a,
#top_alp_sec4 ul li span {
 text-decoration: none;
 display: flex;
 width: 100%;
 height: 100%;
 min-height: 50px;
 align-items: center;
 justify-content: center;
 color: #0060B8;
 line-height: 1.3;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 border: 1px solid #BFDFFF;
 border-radius: 5px;
 padding: 0 12px;
}
#top_alp_sec4 ul li a { background: #E2F8FF url("img/arrow01_blue.svg") no-repeat right 2px top 50% / 8px auto; }
#top_alp_sec4 ul li span { color: #333; }
#top_alp_sec4 ul + ul li:last-child {
 padding: 0 0 0 0;
 color: #666666;
 background-color: #ffffff;
 border: none;
}
/*---------------------------------------
#top_alp_sec5
---------------------------------------*/
#top_alp_sec5 .orange {
 color: #E55800;
 font-weight: bold;
}
#top_alp_sec5 .tit1 {
 font-size: 19px;
 font-weight: bold;
 position: relative;
 display: inline-block;
 padding: 0 23px 0 23px;
 line-height: 1.2;
 color: #333333;
 margin: 1.5em 0 10px 0;
}
#top_alp_sec5 .tit1 span {
 color: #F01F2C;
 font-size: 23px;
}
#top_alp_sec5 .tit1:before {
 content: url(/img/top_img08.png);
 position: absolute;
 left: 0;
 bottom: 0;
}
#top_alp_sec5 .tit1:after {
 content: url(/img/top_img09.png);
 position: absolute;
 right: 0;
 bottom: 0;
}
#top_alp_sec5 .tit2 {
 font-size: 23px;
 font-weight: bold;
 line-height: 1.2;
 color: #333333;
 margin: 1.5em 0 5px 0;
}
#top_alp_sec5 .tit3 {
 font-size: 20px;
 font-weight: bold;
 line-height: 1.2;
 color: #005BB8;
 margin: 30px 0 20px;
 padding: 0 0 0 5px;
 border-bottom: 3px dotted #005BB8;
}
#top_alp_sec5 .graph1 {
 float: right;
 width: 270px;
 text-align: center;
 margin: 1.5em 0 15px 15px;
}
#top_alp_sec5 .graph1 div {
 font-size: 14px;
 line-height: 1.3;
 color: #ffffff;
 font-weight: bold;
 background-color: #005BB8;
 display: inline-block;
 padding: 4px 10px 3px 10px;
 min-width: 150px;
}
#top_alp_sec5 .graph1 p {
 background: URL(/img/top_img07.png) no-repeat;
 background-position: center top;
 padding: 12px 0 0 0;
}
#top_alp_sec5 .graph1 span {
 display: block;
 font-size: 10px;
 padding: 5px 0 0 0;
 color: #000000;
}
#top_alp_sec5 .survey {
 margin: 0.7em 0 1em 1.5em;
 list-style-type: disc;
}
#top_alp_sec5 .survey li {
 margin: 0.3em 0 0 0;
 font-weight: bold;
 list-style: disc;
}
#top_alp_sec5 #date {
 clear: both;
 text-align: right;
 padding: 15px 0 3px 0;
 font-weight: bold;
 color: #333333;
}
#top_alp_sec5 .voice > li {
 background-color: #EAF8FF;
 border-radius: 10px;
 padding: 15px 20px 15px 20px;
}
#top_alp_sec5 .voice > li + li {
 margin: 11px 0 0 0;
}
#top_alp_sec5 .voice li .author {
 display: flex;
}
#top_alp_sec5 .voice li .author .left {
 min-height: 50px;
 padding: 0 0 0 55px;
 background: URL(/img/img04.png) no-repeat;
 background-position: left center;
 background-size: 47px 50px;
}
#top_alp_sec5 .voice li .author .left ul {
 display: flex;
}
#top_alp_sec5 .voice li .author .left ul li + li {
 margin: 0 0 0 3px;
}
#top_alp_sec5 .voice li .author .left ul li img {
 width: 28px;
 height: auto;
}
#top_alp_sec5 .voice li .author .left div {
 color: #0A80C0;
 font-size: 14px;
 font-weight: bold;
 margin: 2px 0 0 10px;
 line-height: 1.3;
}
#top_alp_sec5 .voice li .author .right {
 color: #333333;
 font-size: 16px;
 font-weight: bold;
 margin: 5px 0 0 15px;
 line-height: 1.4;
}
#top_alp_sec5 .voice .data {
 margin: 0 0 12px 0;
 font-size: 13px;
}
#top_alp_sec5 .voice .data li {
 display: inline-block;
 margin: 12px 0 0 0;
}
#top_alp_sec5 .voice .data .date {
 min-width: 15em;
}
#top_alp_sec5 .voice .data .number {
 min-width: 11em;
}
#top_alp_sec5 .voice .data li span {
 display: inline-block;
 color: #ffffff;
 background-color: #0091E1;
 padding: 2px 10px 2px 10px;
 margin: 0 7px 0 0;
}
#top_alp_sec5 .link {
 text-align: right;
 margin: 15px 0 0 0;
}
#top_alp_sec5 .graph2 {
 display: table;
 text-align: center;
 margin: 1.5em auto 2em auto;
}
#top_alp_sec5 .graph2 p {
 display: table-cell;
 padding: 0 20px 0 0;
}
#top_alp_sec5 .graph2 p + p {
 padding: 0 0 0 20px;
}
#top_alp_sec5 .graph2 div {
 font-size: 14px;
 line-height: 1.3;
 color: #ffffff;
 font-weight: bold;
 background-color: #005BB8;
 display: inline-block;
 padding: 4px 10px 3px 10px;
 min-width: 150px;
}
#top_alp_sec5 .graph2 span {
 display: block;
 background: URL(/img/top_img07.png) no-repeat;
 background-position: center top;
 padding: 12px 0 0 0;
}
/*---------------------------------------
#top_alp_sec6
---------------------------------------*/
#top_alp_sec6 {
 margin: 80px 0 0 0;
 padding: 13px 2px 15px 10px;
 background-color: #E3F9FF;
 border-top: 5px solid #00BCE2;
 border-bottom: 5px solid #00BCE2;
 position: relative;
}
#top_alp_sec6 .red {
 font-weight: bold;
 color: #ff0000;
}
#top_alp_sec6 .orange {
 font-weight: bold;
 color: #F22600;
}
#top_alp_sec6 dl { padding:0 20px; }
#top_alp_sec6 dl dt {
 position: absolute;
 top: -39px;
 left: 10px;
}
#top_alp_sec6 dl dd.txt1 {
 font-size: 20px;
 font-weight: bold;
 line-height: 1.2;
 display: inline-block;
 margin: 0 0 0 160px;
 padding: 0 0 2px 5px;
 color: #FFEBD4;
 border-bottom: 4px dotted #00BCE2;
 text-shadow:
  1px 1px 1px #FF6600, -1px 1px 1px #FF6600, 1px -1px 1px #FF6600, -1px -1px 1px #FF6600, 2px 1px 1px #FF6600, -2px 1px 1px #FF6600, 2px -1px 1px #FF6600, -2px -1px 1px #FF6600, 1px 2px 1px #FF6600, -1px 2px 1px #FF6600, 1px -2px 1px #FF6600, -1px -2px 1px #FF6600, 1px 1px 2px #000;
}
#top_alp_sec6 dl dd.txt1 span {
 font-size: 28px;
 margin: 0 5px 0 20px;
}
#top_alp_sec6 dd.logo {
 float: right;
 width: 316px;
 padding: 15px 0 0 0;
 margin: 0 0 0 20px;
}
#top_alp_sec6 dd.txt2 { color: #444444; }
#top_alp_sec6 dd.txt2 h2 {
 font-size: 19px;
 font-weight: bold;
 line-height: 1.2;
 color: #0059AA;
 padding: 15px 0 5px 0;
}
/*---------------------------------------
#top_alp_sec7
---------------------------------------*/
#top_alp_sec7 { clear: both; }
#top_alp_sec7 h3 {
 font-size: 20px;
 display: inline-block;
 border-bottom: 3px double #cccccc;
 padding: 0 5px 2px 5px;
 line-height: 1.2;
}
#top_alp_sec7 p {
 margin: 5px 0 0 0;
}
#top_alp_sec7 p .orange {
 color: #E65800;
 font-weight: bold;
}
#top_alp_sec7 .pic {
 float: right;
 padding: 0 0 5px 25px;
}
/*---------------------------------------
#top_alp_sec8
---------------------------------------*/
#top_alp_sec8 { clear: both; }
#top_alp_sec8 .txt {
 padding: 0 0 1.5em 0;
 overflow: hidden;
}
#top_alp_sec8 .txt .pic {
 display: block;
 float: right;
 margin: 0 0 0 15px;
}
#top_alp_sec8 .case {
 color: #333333;
 font-weight: bold;
 text-indent: -1em;
 margin: 0 0 0 1.5em;
}
#top_alp_sec8 .case:before {
 content: "■";
 padding: 0 0.2em 0 0;
}
#top_alp_sec8 .note {
 background-color: #FFFAB9;
 color: #333333;
 text-indent: -1em;
 padding: 7px 15px 10px 2em;
 margin: 1em 0 0 0;
 font-size: 14px;
}
#top_alp_sec8 .note li {
 margin: 5px 0 0 0;
}
#top_alp_sec8 .note li span {
 color: #ff0000;
 font-weight: bold;
}
#top_alp_sec8 .buslist {
 display: table;
 width: 100%;
 border-collapse: separate;
 table-layout: fixed;
 margin: 10px 0 0 0;
}
#top_alp_sec8 .buslist > li:first-child {
 border-left: 1px solid #CCCCCC;
}
#top_alp_sec8 .buslist > li {
 display: table-cell;
 padding: 0 0 3.5em 0;
 position: relative;
 border-right: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 border-radius: 8px 8px 0 0;
 -webkit-border-radius: 8px 8px 0 0; /* Safari、Google Chrome */
 -moz-border-radius: 8px 8px 0 0; /* Firefox */
}
#top_alp_sec8 .buslist li dl dt {
 background-color: #095DEC;
 font-size: 17px;
 font-weight: bold;
 text-align: center;
 color: #ffffff;
 padding: 10px 0 10px 0;
 line-height: 1.3;
 border-radius: 8px 8px 0 0;
 -webkit-border-radius: 8px 8px 0 0; /* Safari、Google Chrome */
 -moz-border-radius: 8px 8px 0 0; /* Firefox */
 word-wrap: break-word;
}
#top_alp_sec8 .buslist li dl dt div {
 color: #FFFFBF;
 font-size: 14px;
}
#top_alp_sec8 .buslist li dl dd .pic {
 display: table;
}
#top_alp_sec8 .buslist li dl dd .pic span {
 display: table-cell;
 height: 164px;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
}
#top_alp_sec8 .buslist li dl dd .pic span img {
 width: 100%;
 height: auto;
}
#top_alp_sec8 .buslist li dl dd .price {
 background-color: #F2F2F2;
 color: #333333;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 line-height: 1.2;
 padding: 8px 0 8px 0;
 word-wrap: break-word;
 height: 120px;
}
#top_alp_sec8 .buslist li dl dd .price table {
 margin: 0 auto 0 auto;
}
#top_alp_sec8 .buslist li dl dd .price table tr td:nth-of-type(1) {
 background-color: #ffffff;
 color: #007ED3;
 font-size: 13px;
 text-align: center;
 padding: 3px 1px 1px 1px;
 margin: 2px 0 2px 0;
 border: 1px solid #007ED3;
 display: inline-block;
 width: 3em;
 vertical-align: middle;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#top_alp_sec8 .buslist li dl dd .price table tr td:nth-of-type(2) {
 text-align: right;
 padding: 2px 0 0 5px;
 font-size: 16px;
 vertical-align: middle;
}
#top_alp_sec8 .buslist li dl dd .price#jp div {
 color: #ff0000;
 font-size: 15px;
 padding-top: 4px;
}
#top_alp_sec8 .buslist li dl dd .price .mini {
 font-weight: normal;
 font-size: 12px;
 margin: 0 0 0 2px;
}
#top_alp_sec8 .buslist li dl dd .price#jp div .mini {
 vertical-align: 1px;
 margin: 0 0 0 0;
}
#top_alp_sec8 .buslist li dl dd .memo {
 font-size: 14px;
 padding: 10px 5px 0 5px;
}
#top_alp_sec8 .buslist li dl dd .btn {
 text-align: center;
 margin: 10px 5px 10px 5px;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}
#top_alp_sec8 .buslist li dl dd .btn a {
 -moz-box-shadow: inset 0px 1px 0px 0px #BFEFFF;
 -webkit-box-shadow: inset 0px 1px 0px 0px #BFEFFF;
 box-shadow: inset 0px 1px 0px 0px #BFEFFF;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19b6ff), color-stop(1, #0da1e0));
 background: -moz-linear-gradient(top, #19b6ff 5%, #0da1e0 100%);
 background: -webkit-linear-gradient(top, #19b6ff 5%, #0da1e0 100%);
 background: -o-linear-gradient(top, #19b6ff 5%, #0da1e0 100%);
 background: -ms-linear-gradient(top, #19b6ff 5%, #0da1e0 100%);
 background: linear-gradient(to bottom, #19b6ff 5%, #0da1e0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b6ff', endColorstr='#0da1e0', GradientType=0);
 background-color: #19b6ff;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
 border: 1px solid #0DA0E0;
 display: inline-block;
 cursor: pointer;
 color: #ffffff;
 font-size: 14px;
 padding: 8px 10px 6px 10px;
 text-decoration: none;
 line-height: 1.2;
}
#top_alp_sec8 .buslist li dl dd .btn a:hover {
 color: #ffffff;
 text-decoration: none;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0da1e0), color-stop(1, #19b6ff));
 background: -moz-linear-gradient(top, #0da1e0 5%, #19b6ff 100%);
 background: -webkit-linear-gradient(top, #0da1e0 5%, #19b6ff 100%);
 background: -o-linear-gradient(top, #0da1e0 5%, #19b6ff 100%);
 background: -ms-linear-gradient(top, #0da1e0 5%, #19b6ff 100%);
 background: linear-gradient(to bottom, #0da1e0 5%, #19b6ff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0da1e0', endColorstr='#19b6ff', GradientType=0);
 background-color: #0da1e0;
}
#top_alp_sec8 .buslist li dl dd .btn a span {
 font-size: 12px;
}
/*---------------------------------------
#top_alp_sec9
---------------------------------------*/
#top_alp_sec9 { clear: both; }
#top_alp_sec9 #area {
 padding: 0 0 15px 0;
}
#top_alp_sec9 #area .pic {
 float: right;
 width: 226px;
 margin: 0 0 10px 10px;
}
#top_alp_sec9 #area h3 {
 font-size: 20px;
 font-weight: bold;
 line-height: 1.2;
 color: #333333;
 margin: 40px 0 10px;
}
#top_alp_sec9 #area h3 .t1 {
 font-size: 22px;
 font-weight: bold;
 color: #F22600;
 margin: 0 3px 0 0;
}
#top_alp_sec9 #logo span.link {
 padding: 10px 5px 0 0;
 text-align: right;
 display: block;
}
#top_alp_sec9 #logo span.link a {
 background: url(/img/icon01.gif) no-repeat left center;
 padding-left: 17px;
}
#top_alp_sec9 #vacant {
 position: relative;
 min-height: 320px;
}
#top_alp_sec9 #vacant .txt {
 text-align: center;
}
#top_alp_sec9 #vacant .pic {
 position: absolute;
 left: 0;
 top: 93px;
}
#top_alp_sec9 #vacant h3 {
 margin: 25px 0 0 237px;
 color: #333333;
 font-size: 22px;
 font-weight: bold;
 line-height: 1.2;
}
#top_alp_sec9 #vacant p {
 margin: 10px 0 0 237px;
}
#top_alp_sec9 #vacant p span {
 color: #E55800;
 font-weight: bold;
}
#top_alp_sec9 #vacant .link {
 padding: 10px 5px 10px 0;
 text-align: right;
}
#top_alp_sec9 #vacant .link a {
 background: url(/img/icon01.gif) no-repeat left center;
 padding-left: 17px;
}
/*---------------------------------------
#top_alp_sec10
---------------------------------------*/
#top_alp_sec10 { clear: both; }
#top_alp_sec10 .orange {
 color: #E65800;
 font-weight: bold;
}
#top_alp_sec10 h3 {
 font-size: 20px;
 font-weight: bold;
 line-height: 1.2;
 color: #333333;
 margin: 40px 0 20px;
}
#top_alp_sec10 h3 .t1 {
 font-size: 22px;
 font-weight: bold;
 color: #F22600;
 margin: 0 3px 0 3px;
}
#top_alp_sec10 #gather .pic {
 float: right;
 width: 163px;
}
#top_alp_sec10 #gather .txt {
 width: 550px;
 padding: 0 0 40px 0;
}
#top_alp_sec10 #near {
 clear: both;
}
#top_alp_sec10 #near .pic {
 background-color: #FFF8D5;
 text-align: center;
 padding: 15px 0 10px 0;
 margin: 2em 0 0 0;
}
#top_alp_sec10 #near .pic span {
 padding: 15px 5px 0 0;
 text-align: right;
 display: block;
}
#top_alp_sec10 #near .pic span a {
 background: url(/img/icon01.gif) no-repeat left center;
 padding-left: 17px;
}
#top_alp_sec10 #onestop {
 padding: 40px 0 0 0;
 overflow: hidden;
}
#top_alp_sec10 #onestop .pic {
 float: right;
 width: 187px;
 margin: 0 0 10px 10px;
}
/*---------------------------------------
#top_alp_etrl
---------------------------------------*/
#top_alp_etrl h2.arealist01 {
 border-bottom: 4px solid #cccccc;
 background: url("/img/icon_bus01_green.svg") no-repeat left 50% / 50px auto;
 padding-left: 60px;
}
#top_alp_etrl .arealistwrap {
 display: flex;
 align-items: flex-start;
}
#top_alp_etrl .arealistwrap + .arealistwrap { margin-top: 1em; }
#top_alp_etrl .arealistwrap h3.arealist02 {
 width: 4em;
 box-sizing: content-box;
 padding-right: 20px;
 margin: 0;
 font-size: 16px;
}
#top_alp_etrl .arealistwrap ul {
 display: flex;
 flex-wrap: wrap;
 line-height: 1.4;
}
#top_alp_etrl .arealistwrap ul li + li::before {
 content: "／";
 display: inline-block;
 padding: 0 0.5em;
}


@media screen and (max-width: 960px) {
 /*---------------------------------------
 #top_main
 ---------------------------------------*/
 h1.top { font-size: 12px; }
 #top_main .wrap { display: block; }
 #top_main .image,
 #top_main .text {
  width: 100%;
  margin: 0;
 }
 #top_main .image .img01 { display: none; }
 #top_main .image .img02 {
  position: relative;
  aspect-ratio: 375 / 184;
  padding-left: 28%;  
  text-align: right;
  background: url(/img/top_main_img03.webp) bottom left;
  background-repeat: no-repeat;
  background-size: 60% auto;
  margin: 0 0 10px;
 }
 #top_main .img02 img {
  width: 100%;
  max-width: 342px;
  height: auto;
 }
 #top_main .img02::before {
  content: url("/img/top_text01_sp.png");
  display: block;
 }
 #top_main .text::before { content: none; }
 #top_main .text {
  width: calc(100% - 16px);
  margin: 48px auto 0;
  min-height: auto;
  text-align: center;
  font-size: 16px;
  padding: 3% 3% 3% 3%;
  border-radius: 0 0 0 0;
 }
 #top_main .text div:first-child {
  width: calc(100% + 8px);
  font-size: 16px;
 }
 #top_main .text .btn {
  padding: 50px 0 0 0;
  margin: 3px 12% 0 12%;
  background: url(/img/top_main_img04.gif) no-repeat;
  background-position: center top;
  background-size: auto 50px;
 }
 #top_main .text .btn:before {
  content: '';
  display: inline-block;
  width: 74px;
  height: 55px;
  background-image: url(/img/top_main_img02.webp);
  background-size: contain;
  vertical-align: middle;
  bottom: 75px;
 }
 /*---------------------------------------
 #top_alp_sec3
 ---------------------------------------*/
 #top_alp_sec3 {
  min-height: auto;
 }
 #top_alp_sec3 .ttl {
  position: static;
  display: block;
  text-align: center;
  margin: -28px 15px 0 15px;
 }
 #top_alp_sec3 .ttl img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec3 ul {
  display: block;
  margin: 20px 15px 0 15px;
 }
 #top_alp_sec3 ul li {
  display: block;
  margin: 15px 0 0 0;
  width: auto;
  font-size: 16px;
 }
 #top_alp_sec3 ul li:nth-child(1):before {
  position: absolute;
  content: url(/img/top_text06.png);
  top: -10px;
  left: 15px;
  margin: auto;
  text-align: left;
 }
 #top_alp_sec3 ul li:nth-child(2):before {
  position: absolute;
  content: url(/img/top_text07.png);
  top: -10px;
  left: 15px;
  margin: auto;
  text-align: left;
 }
 #top_alp_sec3 ul li:nth-child(3):before {
  position: absolute;
  content: url(/img/top_text08.png);
  top: -10px;
  left: 15px;
  margin: auto;
  text-align: left;
 }
 #top_alp_sec3 ul li:nth-child(4):before {
  position: absolute;
  content: url(/img/top_text09.png);
  top: -10px;
  left: 15px;
  margin: auto;
  text-align: left;
 }
 #top_alp_sec3 ul li span {
  color: #FFFF26;
 }
 #top_alp_sec3 div {
  display: table;
 }
 #top_alp_sec3 div #img {
  display: table-cell;
  position: static;
  vertical-align: bottom;
  padding: 2px 0 0 5px;
 }
 #top_alp_sec3 div #text {
  display: table-cell;
  padding: 10px 10px 8px 0;
  vertical-align: middle;
  font-size: 16px;
 }
 /*---------------------------------------
 #top_alp_sec4
 ---------------------------------------*/
 #top_alp_sec4 ul { grid-template-columns: repeat(3, 1fr); }
 #top_alp_sec4 ul li a,
 #top_alp_sec4 ul li span { font-size: 14px; }
 /*---------------------------------------
 #top_alp_sec5
 ---------------------------------------*/
 #top_alp_sec5 .tit1 {
  font-size: 16px;
  text-align: center;
 }
 #top_alp_sec5 .tit1 span {
  font-size: 20px;
 }
 #top_alp_sec5 .tit2 {
  font-size: 20px;
 }
 #top_alp_sec5 .tit3 {
  font-size: 20px;
  padding: 0 0 0 5px;
 }
 #top_alp_sec5 .graph1 {
  float: none;
  width: auto;
  margin: 1em 0 0 0;
 }
 #top_alp_sec5 .graph1 div {
  font-size: 16px;
 }
 #top_alp_sec5 .graph1 p img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec5 .graph1 span {
  font-size: 12px;
 }
 #top_alp_sec5 .voice li .author{
  display: block;
 }
 #top_alp_sec5 .voice li .author .right{
  margin:15px 0 0 0;
 }
 #top_alp_sec5 .voice .data{
  margin:5px 0 12px 0;
 }
 #top_alp_sec5 .voice .data li{
  margin:7px 0 0 0;
 }
 #top_alp_sec5 .graph2 {
  display: block;
 }
 #top_alp_sec5 .graph2 img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec5 .graph2 p {
  display: block;
  padding: 0;
 }
 #top_alp_sec5 .graph2 p + p {
  padding: 15px 0 0 0;
 }
 #top_alp_sec5 .graph2 div {
  font-size: 16px;
 }
 .microbus_sec05 .vs h4 { font-size:16px; }
 /*---------------------------------------
 #top_alp_sec6
 ---------------------------------------*/
 #top_alp_sec6 {
  margin: 35px -8px 0 -8px;
  padding: 13px 10px 15px 10px;
 }
 #top_alp_sec6 dl dt {
  width: 133px;
  height: auto;
  position: absolute;
  top: -28px;
  left: 10px;
 }
 #top_alp_sec6 dl dd.txt1 {
  font-size: 16px;
  margin: 24px 0 0 0;
 }
 #top_alp_sec6 dl dd.txt1 span {
  font-size: 22px;
 }
 #top_alp_sec6 dd.logo {
  float: none;
  width: auto;
  text-align: center;
 }
 #top_alp_sec6 dd.logo img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec6 dd.txt2 {
  width: auto;
 }
 #top_alp_sec6 dd.link {
  width: auto;
 }
 /*---------------------------------------
 #top_alp_sec7
 ---------------------------------------*/
 #top_alp_sec7 .pic {
  max-width: 30%;
  padding: 0 0 10px 15px;
 }
 #top_alp_sec7 h3 {
  border-bottom: none;
  padding: 0 0 0 0;
 }
 /*---------------------------------------
 #top_alp_sec8
 ---------------------------------------*/
 #top_alp_sec8 .txt .pic {
  max-width: 30%;
  margin: 0 0 10px 15px;
 }
 #top_alp_sec8 .buslist {
  display: block;
  width: 100%;
  margin: 0;
 }
 #top_alp_sec8 .buslist li:first-child {
  border: none;
 }
 #top_alp_sec8 .buslist li {
  display: block;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  position: static;
  border: none;
 }
 #top_alp_sec8 .buslist li:first-child {
  margin-top: 10px;
 }
 #top_alp_sec8 .buslist li dl dt {
  background-color: #095DEC;
  font-size: 20px;
  padding: 10px 5px 10px 5px;
 }
 #top_alp_sec8 .buslist li dl dt div {
  color: #FFFFBF;
  font-size: 14px;
 }
 #top_alp_sec8 .buslist li dl dd .pic {
  display: block;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
 }
 #top_alp_sec8 .buslist li dl dd .pic span {
  display: block;
  height: auto;
  padding: 10px;
 }
 #top_alp_sec8 .buslist li dl dd .pic span img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec8 .buslist li dl dd .price {
  font-size: 16px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  min-height:auto;
 }
 #top_alp_sec8 .buslist li dl dd .price table tr td:nth-of-type(2){
  font-size: 20px;
 }
 #top_alp_sec8 .buslist li dl dd .price#jp div {
  font-size: 17px;
 }
 #top_alp_sec8 .buslist li dl dd .price div .mini {
  font-size: 14px;
 }
 #top_alp_sec8 .buslist li dl dd .memo {
  font-size: 16px;
  padding: 10px 10px 0 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
 }
 #top_alp_sec8 .buslist li dl dd .btn {
  text-align: center;
  margin: 0 0 0 0;
  padding: 10px 5px 10px 5px;
  position: static;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px; /* Safari、Google Chrome */
  -moz-border-radius: 0 0 8px 8px; /* Firefox */
 }
 #top_alp_sec8 .buslist li dl dd .btn a {
  font-size: 16px;
 }
 #top_alp_sec8 .buslist li dl dd .btn a span {
  font-size: 14px;
 }
 /*---------------------------------------
 #top_alp_sec9
 ---------------------------------------*/
 #top_alp_sec9 #area {
  float: none;
  width: 100%;
 }
 #top_alp_sec9 #area .pic {
  float: none;
  text-align: center;
  width: 100%;
  margin: 0 0 10px 0;
 }
 #top_alp_sec9 #area .pic img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec9 #area h3 {
  font-size: 20px;
 }
 #top_alp_sec9 #area h3 .t1 {
  font-size: 24px;
 }
 #top_alp_sec9 #vacant {
  min-height: auto;
  padding: 20px 0 0 0;
 }
 #top_alp_sec9 #vacant .txt img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec9 #vacant .pic {
  position: static;
  text-align: center;
 }
 #top_alp_sec9 #vacant .pic img {
  width: auto;
  max-width: 40%;
 }
 #top_alp_sec9 #vacant h3 {
  margin: 20px 0 0 0;
  font-size: 18px;
 }
 #top_alp_sec9 #vacant p {
  margin: 10px 0 0 0;
 }
 /*---------------------------------------
 #top_alp_sec10
 ---------------------------------------*/
 #top_alp_sec10 h3 {
  font-size: 20px;
 }
 #top_alp_sec10 h3 .t1 {
  font-size: 24px;
 }
 #top_alp_sec10 #gather .pic {
  float: none;
  text-align: center;
  width: 100%;
 }
 #top_alp_sec10 #gather .pic img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec10 #gather .txt {
  width: 100%;
  padding: 10px 0 0 0;
 }
 #top_alp_sec10 #near {
  padding: 40px 0 0 0;
 }
 #top_alp_sec10 #onestop .pic {
  float: none;
  text-align: center;
  width: 100%;
  margin: 0 0 10px 0;
 }
 #top_alp_sec10 #onestop .pic img {
  width: auto;
  max-width: 100%;
 }
 #top_alp_sec10 #onestop .txt {
  width: 100%;
  margin: 5px 0 30px 0;
 }
 /*---------------------------------------
 #top_alp_etrl
 ---------------------------------------*/
 #top_alp_etrl h2.arealist01 { font-size: 20px; }
 #top_alp_etrl .arealistwrap { display: block; }
 #top_alp_etrl .arealistwrap h3.arealist02 {
  width: auto;
  font-size: 18px;
 }
 #top_alp_etrl .arealistwrap ul li + li::before { content: none; }
 #top_alp_etrl .arealistwrap ul {
  column-gap: 2%;
  row-gap: 10px;
  margin: 10px 0 0;
 }
 #top_alp_etrl .arealistwrap ul li {
  width: calc((100% - 6%)/4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 46px;
 }
 #top_alp_etrl .arealistwrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  text-decoration: none;
  font-size: 13px;
 }
 /*---------------------------------------
 top_alp_conversion
 ---------------------------------------*/
 .top_alp_conversion ul li.pic {
  padding: 0 20px 0 0;
 }
 .top_alp_conversion ul li.txt div {
  font-size: 14px;
  padding: 10px;
  margin: 2% 0 0 0;
  border-radius: 15px;
  -webkit-border-radius: 15px; /* Safari、Google Chrome */
  -moz-border-radius: 15px; /* Firefox */
 }
 .top_alp_conversion ul li.txt div:before {
  content: url(/img/top_alp_conversion_bg01_sp.png);
  position: absolute;
  top: 15px;
  left: -26px;
 }
 .top_alp_conversion .btn {
  padding: 45px 0 0 0;
  margin: 0 10% 0 10%;
  background: url(/img/top_alp_conversion_img02.webp) no-repeat;
  background-position: center top;
  background-size: auto 45px;
 }
 .top_alp_conversion .btn span {
  position: absolute;
  top: 20%;
  left: -35px;
 }
 .top_alp_conversion .btn span img {
  width: auto;
  height: 48px;
 }
}
@media screen and (max-width: 500px) {
 #top_main dl dd .btn {
  padding: 40px 0 0 0;
  background-size: auto 40px;
 }
 #top_main dl dd .btn:before {
  bottom: 40%;
 }
}

