@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/*----------------------------------------------------------------
 Common
----------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1.5em;
    list-style: none;
    letter-spacing: 0.05em;
}

.dropshadow {
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
}

a img {
    border: 0;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #2a2a2a;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a,
a:visited,
a:hover,
a:active {
    color: inherit;
}

a:hover,
a:hover img {
    border: 0;
    opacity: 0.8;
}

h2 {
    font-size: 3em;
    position: relative;
    text-align: center;
    margin-top: 60px;
}

h2:first-letter {
    color: #2a9777;
}

h2:after {
    display: block;
    font-size: initial;
    position: absolute;
    top: 3em;
    left: 0;
    right: 0;
}

h3 {
    padding: 10px 0 10px 10px;
    background-color: #e7eef4;
    margin-bottom: 15px;
}

h4 {
    padding: 5px 0 5px 10px;
    background-color: #eee;
    border-left: 10px solid #2a9777;
    margin-bottom: 20px;
}

.btn_grn {
    margin-top: 30px;
    padding: 10px;
    background: #2a9777;
    color: #FFF;
    text-align: center;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t50_center {
    margin-top: 50px;
    text-align: center;
}

.f_13 {
    font-size: 1.3em;
}

.tbox {
    margin: 40px 0;
    text-align: center;
    display: block;
}

address {
    font-style: unset;
}

#company,
#business,
#corporate {
    width: 1000px;
    margin: 0 auto;
}

#company section,
#business section,
#corporate section {
    margin: 80px 0;
}




/* header */
.top-line {
    width: 100%;
    height: 10px;
    background-color: #2a9777;
}

header {
    height: 120px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #2a9777;
    color: #FFF;
}

#top header {
    width: 100%;
    margin: 0 auto;
    color: #2a2a2a;
    overflow: hidden;
    height: 700px;
    background-image: url(../images/img-top.jpg);
    background-color: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    padding: unset;
}

header h2 {
    position: absolute;
    top: 35%;
    left: 15%;
    font-size: 1em;
}

header h2 p:first-child {
    font-size: 65px;
    font-family: serif;
    color: #047252;
}

#menu {
    width: 1000px;
    margin: 10px auto 0;
}

header h1 a {
    float: left;
    margin-top: 5px;
    display: block;
    width: 100px;
}

header h1 a img {
    width: 100%;
}

.header {
    float: right;
}

.header nav {
    overflow: hidden;
}

.header nav a {
    float: left;
    margin: 5px 30px 0 0;
    text-align: center;
}

.header nav a:nth-child(6),
.header nav a:last-child {
    margin-right: 0px;
}

.header nav a:before {
    font-size: 70%;
    display: block;
}

.header nav a:nth-child(1):before {
    content: "Top";
}

.header nav a:nth-child(2):before {
    content: "Company";
}

.header nav a:nth-child(3):before {
    content: "Bussiness";
}

.header nav a:nth-child(4):before {
    content: "Corporate citizenship";
}

.header nav a:nth-child(5):before {
    content: "Inquiry";
}

.btn_side {
    position: fixed;
    bottom: 50px;
    right: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index: 999999;
}


/* main */
#top_citizenship,
#top_company {
    margin: 100px 0;
}

.top_reserve {
    width: 100%;
    margin: 0 auto;
}

.top_reserve div {
    margin: 0 auto;
    width: 80%;
}

.top_reserve div a {
    display: block;
    margin: 40px 0;
    padding: 20px 0;
    text-align: center;
    color: white;
    background-color: #225abf;
}

.top_reserve div a:before {
    content: "";
    background-image: url(../images/icon_calendar.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    width: 26px;
    background-size: contain;
    margin-right: 30px;
    vertical-align: middle;
}

#top_business {
    width: 100%;
    height: 1200px;
    margin: 20px auto 0;
    position: relative;
}

#top_business:before {
    content: "";
    width: calc((100% - 1000px) / 2 + 1000px - 200px);
    background: #eee;
    height: 1200px;
    position: absolute;
    z-index: -1;
}

#top_business .inner-box {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

#top_business h2 {
    text-align: left;
    margin-top: unset;
}

#top_business h2:after {
    content: "事業紹介";
    width: 10%;
}

#top_business .btn_text {
    text-align: right;
}

.btn_text a:after {
    content: ">";
    padding-left: 30px;
}

.btn_text a {
    border-bottom: 1px solid;
}

#top_business ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_business ul li {
    height: 265px;
    position: relative;
    width: 45%;
}

#top_business ul li:nth-child(n+3) {
    margin-top: 40px;
}

#top_business ul li div {
    background-color: #000;
    opacity: 0.7;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;
    position: absolute;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    display: flex;
}

#top_business ul li div p {
    width: 80%;
}

#top_business ul li div p:last-child {
    width: 35%;
}

#top_business ul li div p:last-child {
    text-align: right;
    border-left: 1px solid #FFF;
}

#top_business ul li div p:last-child span {
    margin-left: 20px;
}

#top_business ul li img {
    width: 100%;
}

#top_citizenship h2 {
    height: 3em;
}

#top_citizenship h2:after {
    content: "社会貢献活動";
}

#top_citizenship .inner-box_2 {
    width: calc((100% - 1000px) / 2 + 1000px);
    background: #eee;
    height: 460px;
    margin: 0 0 0 auto;
    /*margin-left: calc(100% - 1260px);*/
}

#top_citizenship .inner-box_3 {
    display: flex;
    justify-content: space-between;
}

#top_citizenship .inner-box_3 ol {
    padding: 100px 50px;
    margin: 0 auto;
}

#top_citizenship .inner-box_3 ol li {
    line-height: 2em;
    list-style: decimal;
    text-indent: 0.5em;
}

#top_info {
    width: 1000px;
    margin: 100px auto 0;
}

#top_info h2 {
    font-size: 2.5em;
}

#top_info h2:after {
    content: "トピックス・お知らせ";
}

#top_info .inner_2cal {
    display: flex;
}

#top_info .inner_2cal .inner_info {
    background-color: #eee;
    padding: 40px;
    text-align: center;
    margin-right: 25px;
    height: 200px;
    width: 25%;
}

#top_info .inner_2cal dl {
    width: 75%;
}

#t #top_info dl {
    background-color: #eee;
    padding: 40px;
    text-align: center;
    margin-right: 25px;
    height: 200px;
    width: 25%;
}


op_info .inner_2cal div p {
    margin-top: 80px;
}

#top_info dl dt {
    margin-right: 20px;
}

#top_info dl div {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

#top_info dl div:last-child {
    border-bottom: 1px solid #eee;
}

#top_company h2 {
    height: 3em;
}

#top_company h2:after {
    content: "会社概要";
}

#top_company .inner-box_2 {
    width: calc((100% - 1000px) / 2 + 1000px);
    background: #eee;
    height: 460px;
    margin-right: calc(100% - 1260px);
}

#top_company .inner-box_3 {
    display: flex;
}

#top_company .inner-box_3 div {
    padding: 0;
}

#top_company .inner-box_3 div:last-child {
    margin: 100px auto;
}

#top_company .inner-box_3 div h3 {
    background-color: unset;
}

#top_company .additional{
    width: calc((100% - 1000px) / 2 + 1000px);
    margin-right: calc(100% - 1260px);
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
#top_company .additional img{
    width: 300px;
    margin-right: 10px;
}

#top_company address {
    margin-top: 10px;
    font-size: 0.9em;
}


/* company */
#company h2 {
    margin-top: 60px;
}

#company h2:after {
    content: "企業情報";
}

#company section p {
    margin-left: 30px;
}

#company .inner-img {
    text-align: center;
    margin-top: 30px;
}

#company section ol,
#company section ul {
    padding: 0 2em;
    margin-left: 1em;
}

#company section ol li,
#company section ul li {
    line-height: 2em;
}

#company section ol li {
    list-style: decimal;
}

#company section ul li {
    list-style: disc;
}

.font-deco {
    font-weight: bold;
    font-size: 1.2em;
    margin: 30px 0 10px 0;
}

#company .inner-box {
    margin: 0 auto;
    width: 70%;
    padding: 50px;
    border: 1px dashed #dadada;
    text-align: center;
}

#company .inner-box p {
    margin-left: 0;
}

#company section .inner-box p:nth-child(2) {
    text-align: right;
    font-size: 0.8em;
    margin-top: 30px;
}

#company section .img {
    text-align: center;
    margin: 30px;
}

#company .inner-box_2 {
    margin: 30px auto;
    width: 70%;
}

#company .inner-box_2 b {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.company_info dl {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.company_info dt,
.company_info dd {
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0 0 10px 0;
    padding: 20px;
}

.company_info dt {
    width: 15%;
    display: flex;
    align-items: center;
}

.company_info dd {
    width: 85%;

}

/* business */
#business img {
    width: 100%;
}

#business h2:after {
    content: "事業紹介";
}

#business .inner-box {
    width: 98%;
    margin: 60px auto 0;
}

#business h4 {
    margin-top: 30px;
}

#business .inner_2cal-l3,
#business .inner_2cal-l6 {
    display: flex;
    justify-content: space-between;
}

#business .inner_2cal-l3 b {
    display: block;
}

#business .inner_2cal-l6 p {
    width: 60%;
    margin: 70px 20px 0 0;
    box-sizing: content-box;
}

#business .inner_2cal b {
    display: block;

}

.inner-box .inner_2cal-l3 .inner_img {
    width: 30%;
    margin-right: 20px;
    box-sizing: border-box;
}

.inner-box .inner_2cal-l3 .inner_r {
    width: 70%;
}

#ELIIYPower {
    margin-top: 60px;
}

#ELIIYPower h4 {
    color: #225abf;
    text-align: center;
    background-color: unset;
    border-left: unset;
    font-size: 1.5em;
    margin-bottom: 40px;
}

#ELIIYPower .inner_2cal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

#ELIIYPower .inner_2cal div {
    width: 48%;
}

#ELIIYPower p {
    margin-bottom: 100px;
}

.inner_2cal-l6 b {
    font-size: 1.3em;
}

.inner_img_center {
    width: 70%;
    margin: 30px auto 0;
}

#asbestos .inner-box .order h4 {
    color: #225abf;
    text-align: center;
    background-color: unset;
    border-left: unset;
    font-size: 1.5em;
    margin-bottom: 40px;
}

#asbestos .inner-box .order h5 {
    color: #225abf;
    text-align: center;
    background-color: unset;
    border-left: unset;
    font-size: 1.5em;
    margin-bottom: 40px;
}

#asbestos .order div h5:before {
    color: #000;
    display: block;
    text-align: center;
}

#asbestos .order .inner-box:nth-of-type(1) h5:before {
    content: "STEP01";
}

#asbestos .order .inner-box:nth-of-type(2) h5:before {
    content: "STEP02";
}

#asbestos .order .inner-box:nth-of-type(3) h5:before {
    content: "STEP03";
}

#asbestos .order .inner-box:nth-of-type(4) h5:before {
    content: "STEP04";
}

#asbestos .order .inner-box:nth-of-type(5) h5:before {
    content: "STEP05";
}

#asbestos .inner-box .order .inner-box {
    padding: 30px;
    width: 70%;
    text-align: center;
    background-color: #ddf0f5;
}

#asbestos .top_reserve p {
    text-align: center;
    font-size: 1.5em;
    margin: 50px 0 0;
}

#asbestos .inner-box .order .inner-box a {
    color: #225abf;
}


/* corporate */
#corporate h2:after {
    content: "社会貢献活動";
}

#corporate .inner_2cal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#corporate .inner_2cal div {
    margin-bottom: 30px;
    width: 46%;
}

#corporate .inner_2cal div img {
    width: 100%;
}

.inner_2cal-l3 {
    display: flex;
    justify-content: space-between;
}

.inner_img img {
    width: 100%;
}

#corporate .inner_img_center {
    text-align: center;
}


/* footer*/
#inner_footer1 {
    display: flex;
    justify-content: flex-end;
    width: 1000px;
    margin: 0 auto;
}

#inner_footer1 p {
    font-size: 0.9em;
    margin: 0 20px 10px 0;
}

#inner_footer1 p:after {
    content: ">";
    padding-left: 10px;
}

#inner_footer1 p:last-child {
    margin: 0 0 10px 0;
}

#inner_footer2 {
    background: #2a9777;
    padding: 50px 0 20px 0;
}

#inner_footer2 div {
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    font-size: 0.9em;
}

#inner_footer2 dl {
    margin-right: 50px;
}

#inner_footer2 dl dt,
footer dl dd {
    line-height: 2em;
}

#inner_footer2 dl dd {
    text-indent: 1em;
}

#inner_footer2 dl dt.icons{
    margin-top: 20px;
}
#inner_footer2 dl dt.icons img{
    width: 50px;

}

small {
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    display: block;
    margin-top: 50px;
}

/* contact*/
#contact section {
    width: 1000px;
    margin: 50px auto;
}

#contact h2:after {
    content: "お問合せ";
}

.contact-ttl .text-center {
    margin-bottom: 20px;
    text-align: center;
}

#content {
    width: 100%;
    margin: 0 auto 50px;
}

.wrapper_blue {
    background: #e7eef4;
    padding: 50px;
}

form table {
    border-collapse: collapse;
}

form th {
    vertical-align: top;
    padding: 50px 20px;
    font-weight: 700;
    text-align: left;
    width: 30%;
    border-bottom: 1px #FFF solid;
}

form td {
    vertical-align: middle;
    width: 35%;
    padding: 15px;
    border-bottom: 1px #FFF solid;
}

form tr:last-child td,
form tr:last-child th {
    border-bottom: unset;
}

form input {
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #dadada;
    text-align: center;
}

#contact form tr:first-of-type td input {
    margin-left: 20px;
    width: unset;
}

form textarea {
    box-sizing: border-box;
    border-radius: 0;
    color: inherit;
    height: 200px;
    padding: 0.4em 0.8em;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #dadada;
}

.btn {
    width: 22%;
    margin: 0 auto;
    text-align: center;
}

.btn .submit {
    width: 240px;
    text-align: center;
    background-color: #2a9777;
    padding: 10px 0;
    font-size: 1.2em;
    color: #FFF;
    margin: 30px auto;
    cursor: pointer;
}

.necessary,
.error {
    color: #cf0101;
    font-size: 90%;
}

.center {
    text-align: center;
}

#container_accept p {
    margin-bottom: 10px;
}

#container_accept .accept_detail h1,
.error_detail h1 {
    margin: 40px 0;
}

#container_accept .accept_detail h1:before {
    content: "ACCEPT";
}

.accept_detail h2,
.error_detail h2 {
    margin-bottom: 20px;
}

.accept_detail h2:before,
.error_detail h2:before,
.confirm_detail h2:before {
    color: #5ba4e9;
    font-size: 1.8em;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.error_detail h2:after {
    content: "お問合せ";
}

.error_detail article p {
    margin-bottom: 20px;
}

.confirm_detail,
.error_detail,
.accept_detail {
    width: 1000px;
    margin: 0 auto;
}

#container_confirm h2:after {
    content: "入力内容のご確認";
}

#container_confirm .confirm_dtail h2:before {
    content: "confirm";
}

#container_confirm .section,
#container_accept .section {
    width: 100%;
    margin: 0 auto;
    padding: unset;
    box-sizing: border-box;
}

#container_confirm table {
    margin: 50px 0;
    width: 100%;
}

#container_confirm table th,
#container_confirm table td {
    vertical-align: top;
    padding: 30px 20px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #FFF;
}

#container_confirm table th {
    width: 30%;
}

#container_confirm table td {
    width: 70%;
}

#container_confirm .btn {
    width: unset;
}

#form-tel {
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #dadada;
}

#container_accept h2:after {
    content: "送信が完了しました";
}

a:link.tel {
    color: #0f6ecc;
}




















/*----------------------------------------------------------------
 SMP
----------------------------------------------------------------*/
@media screen and (max-width: 600px) {

    /*ハンバーガーボタン*/
    .el_humburger {
        position: absolute;
        top: 0px;
        right: 18px;
        width: 26px;
        height: auto;
        padding-top: 1px;
        box-sizing: border-box;
        z-index: 10000;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        pointer-events: auto;
    }

    .el_humburger>span {
        display: block;
        width: 100%;
        margin: 0 auto 6px;
        height: 3px;
        background: #000;
        transition: all 0.2s ease-in-out;
    }

    .el_humburger>span:last-child {
        margin-bottom: 0;
    }

    .js_humburgerOpen .el_humburger>span {
        background: #000;
    }

    .js_humburgerOpen .el_humburger>span.top {
        transform: translateY(9px) rotate(-45deg);
    }

    .js_humburgerOpen .el_humburger>span.middle {
        opacity: 0;
    }

    .js_humburgerOpen .el_humburger>span.bottom {
        transform: translateY(-9px) rotate(45deg);
    }

    .el_humburgerButton.el_humburgerButton__close {
        top: 2%;
        right: 2%;
    }

    .el_humburgerButton__close>span {
        display: block;
        width: 35px;
        margin: 0 auto;
        height: 4px;
        background: #FFF;
    }

    .el_humburgerButton__close>span.el_humburgerLineTop {
        transform: translateY(5px) rotate(-45deg);
    }

    .el_humburgerButton__close>span.el_humburgerLineBottom {
        transform: translateY(-6px) rotate(45deg);
    }

    /* common */
    h2 {
        font-size: 1.8em;
        margin-top: 0;
    }

    h2:after {
        top: 2em;
        font-size: 0.5em;
    }

    .btn_text a {
        border-bottom: 1px solid;
        font-size: 0.8em;
    }

    .btn_text a:after {
        padding-left: 10px;
    }

    .inner_img_center {
        width: 100%;
    }


    /* header */
    header {
        height: 60px;
        padding: 5px;
    }

    #top header {
        width: 100%;
        height: 220px;
    }

    header h1 {
        width: unset;
        margin: 5px 0 0 5px;
    }

    header h1 a img {
        width: 70%;
    }

    header h1 a {
        width: 20%;
        margin: 0 0 0 20px;
    }

    #top header h1 a {
        width: 20%;
        margin-left: 20px;
    }

    header h2 {
        position: absolute;
        top: 40%;
        left: 5%;
        top: 25%;
    }

    header h2 p:first-child {
        font-size: 30px;
        font-family: serif;
        color: #047252;
    }

    header h2 p:last-child {
        display: none;
    }

    #top header {
        width: 100%;
        height: 250px;
        background-position: center;
    }

    /* common */
    #company,
    #business,
    #corporate {
        width: 100%;
        margin: 0 auto;
    }

    #menu {
        width: 100%;
    }

    .f_13 {
        font-size: 1em;
    }

    .img-100 {
        width: 100%;
    }

    header {
        color: #292929;
    }

    h1 {
        font-size: 22px;
    }

    h1:before {
        bottom: 30px;
    }

    section {
        margin: 10px 0 50px;
    }

    .header nav a {
        float: unset;
        margin: 20px 0;
    }

    .navigation a:nth-child(5) {
        display: unset;
    }

    .navigation a:nth-child(6) {
        display: block;
    }

    .navigation a:nth-child(7) {
        display: none;
    }

    .header nav a:last-child {
        background-color: unset;
        padding: unset;
    }

    .wrapper_blue h1 {
        margin-bottom: 20px;
    }

    .caution {
        width: 100%;
    }

    .caution p {
        width: 90%;
        margin: 0 auto !important;
    }

    .caution ul li {
        width: 45%;
        margin: 5% 5% 0 0;
    }

    .header-img {
        height: 150px;
    }

    .top-img {
        margin: 50px 0 20px;
    }

    .top-img h1,
    .confirm_detail h1,
    .error_detail h1 {
        margin-bottom: 20px;
    }

    .footer-f {
        font-weight: bold;
        font-size: 1.2em;
    }

    /* main */

    #top_reserve {
        width: 100%;
    }

    #top_reserve div a {
        width: 95%;
        margin: 10px auto;
        padding: 10px 0;
    }

    #top_reserve div a:before {
        margin-right: 10px;
    }

    #top_business {
        margin: 10px auto 0;
        height: unset;
    }

    #top_business:before {
        width: 100%;
    }

    #top_business h2:after {
        width: 100%;
    }

    #top_business .inner-box {
        width: 100%;
        margin: 0 10px;
        padding: 20px 0;
    }

    #top_business ul {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #top_business ul li {
        height: 126px;
        position: relative;
        width: 48%;
    }

    #top_business ul li div p {
        width: 100%;
        text-align: center;
    }

    #top_business ul li div p:last-child {
        display: none;
    }

    #top_business .btn_text {
        text-align: right;
        margin: 50px 30px 0 0;
    }

    #top_business ul li div {
        font-size: 0.8em;
        bottom: 20px;
    }

    #top_info {
        width: 100%;
        margin: 20px auto 0;
    }

    #top_info dl div {
        padding: 15px 0;
    }

    #top_info .inner_2cal {
        display: block;
        font-size: 0.95em;
    }

    #top_info .inner_2cal .inner_info {
        padding: 10px;
        width: 90%;
        margin: 0 auto;
        height: 70px;
    }

    #top_info h2 {
        font-size: 2em;
        margin-top: unset;
    }

    #top_info .inner_2cal div p {
        margin: 30px 20px 0 0;
        text-align: right;
    }

    #top_info dl {
        width: 90%;
        margin: 0 auto;
    }

    #top_company .inner-box_2 {
        width: 100%;
        height: unset;
        margin-right: unset;
    }

    #top_company .inner-box_3 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #top_company .inner-box_3 div {
        padding: unset;
    }

    #top_company .inner-box_3 div:last-child {
        padding: 20px 20px;
        margin: 0;
    }

    #top_company .inner-box_3 div img {
        width: 100%;
    }

    #top_company .inner-box_3 div h3 {
        background-color: unset;
        padding: 0;
        margin: 0;
    }

    #top_company .additional{
        width: 100%;
        height: unset;
        margin-right: unset;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #top_company .additional img{
        max-width: 260px;
        width: 100%;
    }

    .btn_grn {
        margin-top: 10px;
    }

    #top_citizenship .inner-box_2 {
        width: 100%;
        height: 100%;
        margin-left: unset;
    }

    #top_citizenship .inner-box_3 {
        justify-content: unset;
        flex-direction: column;
    }

    #top_citizenship .inner-box_3 div {
        order: -1;
    }

    #top_citizenship .inner-box_3 div img {
        width: 100%;
    }

    #top_citizenship .inner-box_3 ol {
        padding: 10px 20px 20px;
        margin: unset;
    }

    #top_citizenship .inner-box_3 ol li {
        margin: 5px 20px 0;
    }

    #top_citizenship,
    #top_company {
        margin: 30px 0 10px;
    }

    .top_reserve div {
        width: 90%;
    }

    .top_reserve div a:before {
        margin-right: 5px;
    }

    .top_reserve div a {
        margin: 20px 0;
    }

    /* company */
    #company,
    #business,
    #corporate {
        width: 100%;
        margin: 0 auto;
    }

    #company section,
    #business section,
    #corporate section {
        width: 90%;
        margin: 30px auto 0;
    }

    #company h2 {
        margin-top: 0px;
    }

    .company_info dt {
        width: 27%;
        padding: 5px;
        white-space: nowrap;
    }

    .company_info dd {
        width: 73%;
        padding: 20px 5px;
    }

    #company .inner-box_2 {
        margin: 30px auto;
        width: 90%;
    }

    #company section p {
        margin-left: 0;
    }

    #company section ol,
    #company section ul {
        padding: 0 0 0 1.5em;
        margin-left: unset;
    }

    .company_info dl {
        width: 100%;
    }


    /* business */
    #business .inner_2cal-l3,
    #business .inner_2cal-l6 {
        display: block;
    }

    .inner-box .inner_2cal-l3 .inner_img {
        width: 100%;
    }

    .inner-box .inner_2cal-l3 .inner_r {
        width: 100%;
    }

    #business .inner_2cal-l6 p {
        width: 100%;
        margin: 30px 0 0;
    }

    .inner_2cal-l6 b {
        font-size: 1em;
    }

    #business .inner-box {
        margin: 20px auto 0;
    }

    #ELIIYPower {
        margin-top: 30px;
    }

    #ELIIYPower h4 {
        font-size: 1em;
        margin: 0;
    }

    #ELIIYPower p {
        margin-bottom: 20px;
    }

    #ELIIYPower .inner_2cal {
        margin-bottom: 20px;
    }

    #ELIIYPower .inner_2cal div {
        margin: 0 auto;
    }

    #ELIIYPower .inner_2cal {
        flex-direction: column;
    }

    #ELIIYPower .inner_2cal:nth-child(odd) div:last-child {
        order: -1;
    }

    #ELIIYPower .inner_2cal div {
        width: 100%;
    }

    #asbestos .top_reserve p {
        text-align: center;
        font-size: 1.2em;
        margin: 50px 0 0;
    }


    /* corporate */
    .inner_2cal-l3 {
        justify-content: space-between;
        flex-direction: column;
        display: flex;
    }


    /* contact */
    #contact section {
        width: 90%;
        margin: 20px auto;
    }

    #contact .header-img {
        height: 0;
    }

    #contact form tr:first-of-type td input {
        margin-left: 0;
    }

    #contact form tr th,
    #contact form tr td {
        border: none;
    }

    .btn {
        width: 100%;
        margin: 20px auto 0;
    }

    .btn .submit {
        width: 200px;
        padding: 15px 0;
        font-size: 1em;
        margin: 0 auto;
    }

    .contact-ttl {
        width: 100%;
    }

    .contact-ttl h2 {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

    .contact-ttl .text-center {
        margin: 20px auto 40px;
        text-align: unset;
        width: 90%;
    }

    .contact-inner-tel {
        width: 100%;
        margin: 0 auto 30px;
        padding: 20px;
        display: unset;
        background-color: unset;
    }

    .contact-inner-tel div {
        width: 90%;
        font-size: 1.3em;
        background-color: #f5f5f5;
        padding: 15px 0;
        margin: 0 auto;
    }

    .contact-inner-tel div:first-child {
        margin: 0 auto;
        padding-bottom: 0;
    }

    #service-price table th,
    table td {
        padding: 5px 0;
        white-space: nowrap;
    }

    .form {
        width: 100%;
    }

    .form h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    form th {
        padding: 10px 0;
        white-space: nowrap;
    }

    form input {
        padding: 0.5em;
        text-align: left;
        width: 100%;
    }

    form textarea {
        width: 100%;
        height: 100px;
    }

    .form .wrapper_blue {
        padding: 10px;
    }

    .form .wrapper_blue #content {
        margin: 0 auto 10px;
    }

    .wrapper_blue {
        padding: 0;
        font-size: 14px;
    }

    #container_contact h1 {
        height: 150px;
    }

    #container_contact .inner_contact {
        width: 100%;
        margin: 0 auto;
        padding: 30px 60px;
        background-color: #c8a063;
        box-sizing: border-box;
    }

    #container_contact .inner_contact h3 {
        font-size: 20px;
    }

    #container_contact .inner_contact ul:first-of-type li {
        display: block;
        width: 100%;
        line-height: 2.5em;
    }

    #container_contact .inner_contact ul:last-of-type li:first-child {
        font-size: 20px;
    }

    #container_contact .inner_contact ul:last-of-type li span {
        padding: 6px;
        font-size: 18px;
    }

    #container_contact #content,
    #container_confarm .section {
        width: 90%;
        padding: 20px;
    }

    #container_confarm table th {
        padding: 10px 0px;
        font-weight: bold;
        font-size: 14px;
    }

    .accept_detail div p,
    .error_detail article {
        text-align: left;
    }

    .error_detail article {
        width: 90%;
        margin: 0 auto;
    }

    #container_confirm .section,
    #container_accept .section,
    #container_error .section {
        width: 100%;
    }

    .confirm_detail {
        margin-top: 20px;
        width: 100%;
    }

    #container_confirm table th {
        padding: 10px 0;
        width: 100%;
        display: block;
    }

    #container_confirm table td {
        display: block;
    }

    .tel a {
        font-size: 30px;
    }

    form th {
        width: 100%;
    }

    form table th,
    table td {
        width: 100%;
    }

    form table th {
        display: block;
    }

    form table td {
        display: block;
    }

    #container_confirm table {
        padding: 10px;
    }

    #container_confirm table th,
    #container_confirm table td {
        padding: 0px;
        box-sizing: border-box;
        border: none;
    }

    #container_confirm table td {
        font-weight: normal;
        margin-bottom: 10px;
    }

    #container_confirm table th {
        border-bottom: none;
        padding: 10px 0;
    }

    .confirm_detail,
    .error_detail,
    .accept_detail {
        width: 90%;
    }



    /* footer */
    #inner_footer1 {
        justify-content: space-around;
        width: 100%;
        padding-top: 10px;
    }
    #inner_footer1 {
        display: flex;
        flex-direction: column;
        margin: 0 10px;
        align-items: end;
    }
    #inner_footer1 p {
        line-height: 1.2;
    }
    #inner_footer1 p:last-child {
        margin: 0 20px 10px 0;
    }

    #inner_footer2 div {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    #inner_footer2 dl {
        margin: 20px 0 0 0;
        width: 90%;
        text-align: center;
    }

    small {
        margin-top: 30px;
    }

    footer {
        width: 100%;
    }

    footer div {
        display: block;
    }

    footer h1 {
        text-align: center;
        width: 100%;
    }

    footer ul {
        width: 90%;
        display: block;
        justify-content: unset;
        margin: 0 auto;
        text-align: center;
    }

    footer ul li {
        margin: 15px 0;
        height: unset;
        line-height: 1.3em;
        font-size: 14px;
    }







}