@media screen and (max-width:1025px) {


/*************************** D-01. 枠組共通 ***********************/
#wrapper {
    overflow: hidden;
    margin: 0 auto;
    padding: 72px 0 150px;
    position: relative;
}
main{
    flex-direction: column;
}
main article{
    width:100%;
    margin-top:2.0rem;;
}
/*************************** D-02. header *************************/
header {
    max-width: 1280px;
    margin: auto;
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.header-container {
    background:rgba(255,255,255,0.95);
    padding: 10px 0;
    width: 100%;
}
.header-container div.logo{
    padding-top: 0;
}
.header-right-02 li.line {
    width: 48%;
}
.header-container form {
    display: none;
    width: calc(100% - 42px - 1rem - 32px - 1rem);
    background: #fff;
    text-align: center;
    top: 3px;
    left: 0;
    padding: 14px;
    position: absolute;
}
.header-container input[type="text"] {
    width: 440px;
    margin: 0 auto;
}

.sp-freedial{
    background:#F7941D;
}
.sp-freedial a{
    color:#fff;
    padding:0.6rem 1.0rem;
    display: block;
}
.sp-freedial strong{
    display: block;
    font-size:1.8rem;
    padding-top:0.8rem;
    padding-bottom:0.8rem;
    padding-left:2.2rem;
    position: relative;
}
.sp-freedial strong::before{
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    position: absolute;
    top:50%;
    transform:translateY(-30%);
    left:0px;
}

.hamburger {
    display: block;
    position: relative;
    width : 42px;
    height: 42px;
    cursor: pointer;
    margin: 0 1rem;
    transition:background .3s;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px ;
    left: 6px;
    background: #333;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.nav_active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.nav_active span:nth-child(2),
.hamburger.nav_active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-sp {
    display: flex;
    align-items: center;
}
.header-sp-search{
    display: block;
    cursor: pointer;
    width: 24px;
    margin-right: 8px;
    transition:background .3s;
    position: relative;
    text-indent: -9999px;
}
.header-sp-search::after {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    content:"";
    width: 25px;
    height: 25px;
    display: block;
    background: url(/images/icons/icon-search.svg) no-repeat;
    background-size: auto 100%;
    transition:background-color .3s;
}
.header-sp-search.search_active::after{
    background:#333 url(/images/icons/icon-close.svg) no-repeat 50%;
    padding:4px;
    background-size: 70%;
}
/*************************** D-03. nav ***************************/
.megamenu {
    display: none;
    height: 100vh;
    overflow-y: scroll;
    background:rgba(255,255,255,1);
    margin-top:0;
}
.megamenu > ul {
    display: block;
    margin-bottom: 30px;
}
.megamenu > ul > li {
    text-align: left;
    width: 98%;
    margin:0 auto;
    border-right: 0;
}
.megamenu > ul > li a {
    padding-left: 16px;
}
.megamenu > ul > li > a{
    border-top:1px solid #ccc;
}
.megamenu > ul > li.has-child > a::before {
    right: 16px;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 8px;
}
.megamenu div {
    position: static;
    padding: 20px 0;
}
/* 第2階層 */
.megamenu div > ul {
    background: transparent;
}
.megamenu div > ul > li {
    width: 48%;
    border-bottom: none;
}
.megamenu div > ul > li > a {
    padding-left: 0;
    font-size:1.8rem;
}
/* 第3階層 */
.megamenu div > ul > li > ul {
    padding: 0 0 10px 2px;
}

.megamenu div > ul > li,
.megamenu div > ul > li > ul,
.megamenu div > ul > li > ul > li > ul,
.megamenu div > ul > li > ul > li > ul > li > ul {
    background: transparent;
}
.megamenu div > ul > li > ul > li{
    border-bottom: 1px solid #ccc;
}
.megamenu div > ul > li > ul > li > ul > li, 
.megamenu div > ul > li > ul > li > ul > li > ul > li {
    border-bottom: none;
}
.megamenu div.header-right.tablet{
    display: inherit;
}
.megamenu div.header-right{
    background: #fff;
    padding: 0;
}
.megamenu div.header-right > ul > li > a{
    color: #fff;
}
.megamenu div > ul.header-right-02 li a{
    border-radius: 8px;
}
.megamenu div > ul.header-right-02 li.tel a{
    padding: 2rem;
}
.header-right-02 li.tel span strong{
    font-size: 2.4rem;
}
.megamenu div > ul.header-right-02 li.tel span{
    font-size: 1.4rem;
}


/*************************** D-04. main共通 ***********************/
.pc{
    display: none;
}
.tablet{
    display: inherit;
}
.tablet-none{
    display: none;
}
.sp{
    display: inherit;
}


ul.fourColumns li{
    width: 31.3333%;
    margin:1%;
}
ul.fiveColumns li{
    width: 23%;
    margin:1%;
}
ul.sixColumns li{
    width: 23%;
    margin:1%;
}

.flex-container-three > *{
    width: 48%;
}
.flex-container-four > *{
    width: 31.3333%;
}

div.flow-ol-container ol{
    flex-direction: column;
    width: 100%;
    background: linear-gradient(to bottom, #f0f2f4, #999);
}
div.flow-ol-container ol li{
    width: 100%;
    padding: 30px 0;
    background:url(../images/icons/flow-bottom-start.svg) no-repeat center bottom, url(../images/icons/flow-bottom-end.svg) no-repeat center top;
    background-size: 160px auto;
}
div.flow-ol-container ol li:last-child{
    background: url(../images/icons/flow-bottom-end.svg) no-repeat center top;
    background-size: 160px auto;
    border: none;
}
div.flow-ol-container ol li:first-child{
    background: url(../images/icons/flow-bottom-start.svg) no-repeat center bottom;
    background-size: 160px auto;
}
div.flow-ol-container ol li::before{
    counter-increment: flow-list;
    content: counter(flow-list);
    display: block;
    font-size: 4.8rem;
    padding-bottom: 1rem;
}

.page-parent li{
    min-height: 16.0rem;
}
.page-parent li a{
    font-size: 2.2rem;
}
.conversion-box{
    margin-top: 6rem;
    background: #fff;
}
.conversion-box ul li a{
    padding: 1.8rem 0;
    font-size: 1.8rem;
}
.conversion-box ul li a img{
    margin-bottom: 2rem;
}

.footer-conversion{
    display: flex;
    list-style: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.footer-conversion li{
    width: 33.33333333%;
    margin: 0;
    text-align: center;
}
.footer-conversion li a{
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 2.4rem;
}
.footer-conversion li a i{
    margin-right: 10px;
}
.footer-conversion li:nth-child(2){
    background:#6DC8DB;
    width: 50%;
}
.footer-conversion li:nth-child(3){
    background:#4DC764;
    width: 50%;
}
.footer-conversion li:nth-child(1){
    background:#F7941D;
    width: 100%;
}
.miniConversion.mt-5 {
    margin-top: 1rem;
}

.related-article-box div.img{
    margin-top:1rem;
}
.related-article-box div.txt{
    margin-top:1rem;
}
.related-article-box div.txt div{
    margin-top:0;
}
.related-article-box div.img img{
    width: 16rem;
    height: 12rem;
}
.related-article-box div.txt{
    width: calc(100% - 17rem);
}


/*************************** D-05. h1, h2見出し ********************/
/*************************** D-06. breadcrumb *********************/
/*************************** D-07. pager backnumber等 *************/
/*************************** D-08. aside **************************/
aside {
    width: 100%;
    margin-left: 0;
    position:inherit;
    display: block;
    max-width: initial;
    margin-top: 6rem;
}
#page aside{
    margin-top: 6rem;
}

aside nav > ul{
    display: flex;
    flex-wrap: wrap;
}
aside nav > ul > li{
    width:48%;
    margin:1%;
}
aside nav ul li ul{
    margin-left:6px;
    padding-left:6px;
}
aside nav ul li a{
    font-size: 1.6rem;
}
aside nav > ul > li > ul > li a{
    padding:10px 4px;
}
.aside-03{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.aside-03 > div{
    width: 31%;
}
.aside-03 > div > a{
    width: 31%;
    display: block;
}
.aside-03 > div figure{
    max-width: initial;
    width: 100%;
}
.aside-03 > div >div{
    max-width: initial;
    margin-left: 1rem;
}
.aside-04:before{
    left: 8px;
}

/*************************** D-09. footer *************************/
footer ul.footerNav li {
    max-width: 31.3333%;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}
footer ul.footerNav li a {
    padding: 0;
}
footer .logo img {
    max-width: 200px;
    height: auto;
    margin-top: 32px;
}
footer address {
    margin: 16px 0 32px;
}
footer small {
    padding: 16px 0;
}


/*************************** D-10. toppage ***********************/
.top-02-ttl{
    line-height: 2.2;
}
.top-02-tags{
    margin-bottom: 1.4rem;
}
.top-03-container section {
    width: 48%;
    margin: 0 1% 30px;
}
.top-04-container section {
    width: 50%;
    border-top: none;
}
.top-04-container section:first-child,
.top-04-container section:nth-child(2) {
    border-top: 3px solid #ccc
}
.top-04-container section:nth-child(3) {
    border-left: 1px solid #d5d5d5;
}
main article#top section.top-05{
    margin-top: 5rem;
}
.top-06 p{
    padding: 3rem 1rem;
    line-height: 3rem;
}

/*************************** D-11. form **************************/
.keywordsearch-page form dl dd {
    padding: 10px 0 10px 0;
}
.keywordsearch-page form dl dt {
    width: 100%;
}

.keywordsearch-page input[type="text"] {
    border: 1px solid #787878;
}

form.filter dl dt{
    float: initial;
    width: 100%;
    font-size: 2.2rem;
}
form.filter dl dd{
    padding-left: 0;
}
form.filter ul.threeColumns li{
    width: 100%;
}
form.filter dl label{
    padding: 4px 10px 4px 42px;
}
form.filter dl dd .filter-flex >*{
    width: 48%;
}
/*************************** D-12. レギュレーション ********************/
pre.show{
    max-height: 80vh;
}
.regulation-color-container ul li {
    width: 31.3333%;
}

/*************************** D-13. 検索結果 ***********************/
p.search-jump{
    display:inherit;
    margin:-2.0rem 0;
}
p.search-jump a{
    padding: 5px;
    text-align: center;
    margin:0 auto;
    font-weight: bold;
    border-radius: 5px;
    cursor :pointer;
    display: block;
    transition: .5s;
}
p.search-jump a::before {
    display: inline-block;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    padding-right: 5px;
    transition: 0.2s;
}
p.search-jump a:hover {
    background: #eee;
}


/*************************** D-14. 内部ページ ***********************/


/*B-14-1 エリア*/
.area-cities-container ul {
    width: 32.3333%;
    margin: 0 0.5% 3%;
}
.station-map{
    width: 100%;
    justify-content: space-between;
}
.station-map > li{
    width: 47%;
}
.station-map > li.ac{
    display: none;
}
.station-map li.left:before,
.station-map li.left-2-3:after,
.station-map li.right-2-3:after,
.station-map li.left-3-3:after,
.direction.left,
.direction.right,
.direction.top{
    display: none;
}

.station-map-container.side{
    padding:1.6rem 0.5rem;
}
.station-map-container.side .station-map{
    justify-content: center;
}
.station-map-container.side,
.aside-01-tit.station{
    display: block;
}
.station-map-container.side .station-map > li{
    width: 30%;
    max-width: 120px;
    font-size: 1.4rem;
}

}/* max-width */