@charset "UTF-8";
.spHide {
    display: block!important;
}

.pcHide {
    display: none!important;
}

.hamMenu {
    display: none;
}



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

* {
    box-sizing: border-box;
}

    body {
    width: 100%;
    min-width: unset
}   

.spHide {
    display: none!important;
}

.pcHide {
    display: block!important;
}

#localNavArea {
    display: none;
}

.headerNavBlock {
    display: none;
}

.topLinkWrap {
    display: none;
}



div.container {
    width: 100%;
    padding: 20px;
}

footer { 
    margin-top: 76px;
     .sitemapArea {
        width: 100%;
         display: none;
}
}

footer .copyrightArea ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

footer .copyrightArea ul li {
    border-left: none;
    width: 44%;
    margin-left: 0px;
    padding-left: 0px;
}

footer .sitemapArea ,.sitemap{
    display: none;
}



footer .copyrightArea ul li:first-child {
    margin-left: 0px;
    padding-left: 0px;
}

footer .copyrightArea small {
    float: none;
}

.bgTitleAreaType1 {
    padding: 26px 20px 35px;
    margin-bottom: 0px;

    .container {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0    ;
    }

& h2 {
    font-size: 24px;
    line-height: 1.6;
    margin: 0px;
}
}

    p.normal,p.itemNotes {
        margin-left: 20px;
    }

/*hamMenu*/

body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

.hamMenu {
    display: block;
}

.hamMenu__sub__main {
    display: none;
}

.hamMenu__icon{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top:0px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}

.hamMenu__icon span {
    position: relative;

}

.hamMenu__icon span:after {
    content: "";
        position: absolute;
    background-image: url(/common2/images/img-ham.png);
    width: 40px;
    height: 40px;
    display: block;
    top: 12px;
}

.hamMenu__icon.close span:after {
     background-image: url(/common2/images/img-close.png);
}

.hamMenu__wrap {
    display: none;
    position:fixed;
    z-index: 1;
	top:0;
	width:100vw;
    height: 100vh;
	background:#EDF0F2;
	transition: all 0.3s;
    box-sizing: border-box;
    overflow: scroll;

}

.hamMenu__wrap .colL {
    margin: 0px 0px;
     padding: 20px 10px;
}

.hamMenu__wrap .searchBlock {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: calc(100vw - 20px);
    background: white;
}

.hamMenu__parent__hidden {
    display: none;
    font-size: 14px;
}

.hamMenu__wrap .searchBlock input[type='text'] {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    background-color: white;
}

.hamMenu__list {
    margin-top: 12px;
    border-top: solid 1px #CCCCCC;
    & a {
        text-decoration: none;
    }
    & > li {
        font-size: 16px;
        position: relative;

         span {
               padding: 8px 10px;
               display: block;
               border-bottom: solid 1px #cccccc;
        }
    }
}

.hamMenu__sub li {
    position: relative;
}

.hamMenu__parent__hidden li {
    position: relative;
}

.hamMenu__sub__main li {
    position: relative;
}

.hamMenu__sub__main li span {
        background: white;
}

.hamMenu__parent__hidden li span {
    padding-left: 20px;
}

.hamMenu__parent__hidden li span.thirdLevel {
    padding-left: 40px;
}

.firstLevel:after , .secondLevel:after, .thirdLevel:after {
    position: absolute;
    right: 10px;
    top: 10px;
}

.firstLevel:after {
    content: url(/common2/images/bg-icon-arrow-08.png);
}

.secondLevel:after {
    content: url(/common2/images/bg-icon-add-01.png);
}

.thirdLevel:after {
    content: url(/common2/images/bg-icon-arrow-08.png);
}

header .hamMenu__wrap .hamMenu__buttons .btns li {
width: 100%;
margin-top: 20px;
margin-right: 0;
}

header .hamMenu__wrap .hamMenu__buttons .btns li .btn{
width: 100%;
box-sizing: border-box;
text-align: center;
}

header .hamMenu__wrap .hamMenu__buttons .btns li .btn.higher {
    background-color: #1785c4;
    border: 2px solid #1785c4;
    color: white;
}

header .hamMenu__wrap .hamMenu__buttons .btns li .btn:after {
    content: none;
}

.hamMenu__buttons__language {
    margin: 16px;
    text-align: center;

   & a {
        font-size: 14px;
        margin-right: 16px;
    }
}

.hamMenu__buttons__language a:after {
    content: url(/common2/images/bg-icon-arrow-08.png);
    margin-left: 4px;
    font-size: 14px;
}

/* エレメント一覧 */
.elementsTtlType1 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0!important;
        max-width: 100%;
}

.bgTitleAreaType1 h1 {
    font-size: 28px;
    line-height: 1.6;
    margin: 0;

   & span {
        font-size: 16px;
    }
}

img {
    width: 100%;
}

 h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;

   & span {
        font-size: 16px;
    }
}

h2 {
    font-size: 24px;
    margin-top: 20px;
}

h3 {
    font-size: 20px;
}

h2 + h3 {
    margin-top: 40px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h2,h3,h4,h4,h5 {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 20px!important;
    margin-top: 0;
    line-height: 1.5;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
        box-sizing: border-box;
}

p.normal {
   margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 20px!important;
}

.lead {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 20px;
}

.itemNotes {
    margin-left: 0!important;
    margin-right: 0!important;
}

div.row {
    .col2of4 ,.col1of3{
        float: none;
        width: 100%;
    }
}

ul.items {
    margin-left: 0;
    margin-right: 0;
}

.itemDates {
    margin-left: 0;
    margin-right: 0;
}

dl.itemDates {
    display: flex;
    flex-flow: row wrap;
        margin-left: 0;
    margin-right: 0;
}

dl.itemDates .iconType1, dl.itemDates .iconType2, dl.itemDates .iconType3 {
    width: 100%;
}

dl.itemDates .iconType1 + dd, dl.itemDates .iconType2 + dd, dl.itemDates .iconType3 + dd {
    margin-left: 0;
    margin-top: 15px;
}

dl.itemDates dd {
    margin: -1.7em 0 1em 7em;
    margin-left: 0;
    margin-top: 20px;
}

ul.itemLinks {
    margin-left: 0;
    margin-right: 0;
}

ul.itemLinks li {
    margin-bottom: 22px;
}

ul.itemNotes li ,ol.itemNotes li {
    font-size: 10px;
}

dl.itemLinks {
    margin-left: 0;
    margin-right: 0;
}

ul.index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    & li {
        margin-left: 0;
    }
}

ul.index li a {
    padding: 8px 40px 10px 10px;
}

ul.btns {
    margin-left: 0;
    margin-right: 0;

    & li {
        margin: 21px 0 0;
        width: 100%;

        & li a {
            font-size: 14px;
        }
    }
}

dl.items {
    margin: 0 20px 30px;
    padding-left: 0px;
}

.col1of4 {
    width: 100%;
    float: none;
}

.imgText .col1of4.img {
    width: 100%;
}

.imgText .col3of4.txt {
    width: 100%;
}

.imgText figure.imgR {
    margin: 0 0px 30px 0;
}

.tableType1 {
    overflow: scroll;
    margin: 0 0px 30px;
    margin-right: -20px;
    width: 100%;

}

.tableType1 table {
    width: 750px;

}


.tableType1 .downloadList {
    width: 100%;
    word-break: break-all;
    word-wrap: break-all;
    table-layout: fixed;
    box-sizing: border-box;
}

.imgText figure.imgL {
    margin-left: 0;
}

.imgText .col2of4.img {
    width: 100%;
}

.imgText .col2of4.txt {
    width: 100%;
}

.imgText .col1of3.img {
    width: 100%;
}

.imgText .col2of3.txt {
    width: 100%;
}

.imgText .col1of4.txt {
    width: 100%;
}

.row.imgText.float img {
    width: 30%;
    margin: 14px;
}

.imgText figure {
    margin-left: 0;
    margin-right: 0;
}

.topicPathArea {
    margin: 0 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topicPathArea .topicPath {
    display: block;
    width: 100%;
    margin: 0 0px;
    padding: 11px 0;
}

.topicPathArea .topicPathBtn {
    display: flex;
    justify-content: space-between;
    margin: 0 0px;
    width: 75%;
}

.topicPathArea .topicPathBtn li {
    padding-left: 0;
}

.topicPathArea .topicPathBtn li a {
    width: calc(50% - 14px);
    min-width: 116px;
    min-height: 18px;
    padding: 4px;
}

.tabs {
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.tabs li {
    min-width: unset;
    width: 30%;
}

.tileTtl {
    font-size: 14px;
}

.enclose {
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
}

.container .enclose p.normal {
    margin-top: 0!important;
    margin-bottom: 21px;
}

.enclose .row .col2of4 {
    float: left;
    width: 50%;
}

.enclose.higher .ttl {
    font-size: 20px;
}

.row.enclose.column {
    display: flex;
    justify-content: space-between;
}

.row.enclose.column .colIn {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    
}

.row.enclose.column .col2of4 {
    width: calc(50% - 5px);
}

footer .sitemap {
    left: 20px;
    width: 160px;
    height: 40px;
}


/* お問い合わせ */

header {
    .colL {
    float: none;
    margin: 20px 10px;
}
& h1 {
    margin-top: 0;
    margin-left: 0;
}
div.container {
    padding-top: 0px;
}
}

#aptoenqform {
    max-width: calc(100% - 40px);
    margin: 0 20px 60px;
}

.aptoenq_bt_set {
    display: flex;
}

.aptoenq_bt_back, .aptoenq_bt_send {
    width: 50%;
    display: block;
    margin: 16px 0px;
    & button {
        width: 100%;
    }
}

.aptoenq_cusinfo .aptoenq_cusinfo_item {
    float: none;
    text-align: left;
        width: 100%;
        border: none;
        padding-bottom: 0;
}

.aptoenq_cusinfo .aptoenq_cusinfo_fm {
    float: none;
    border: none;
        width: 100%;
        padding-bottom: 0;
        padding-top: 1px;
}

.aptoenq_cusinfo_subj {
    padding-top: 20px;
}

}
@media screen and (max-width:400px) {
    .aptoenq_bt_set {
        flex-direction: column;
    }
    .aptoenq_bt_back, .aptoenq_bt_send {
        width: 100%;
        margin-bottom: 0;
    }
}



