@charset "UTF-8";

:root {
    --link: #1558d6;
    --colour1: #289f23;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
a:focus,
a:visited,
a:active {
    outline: none
}
.btn,
.btn_icon {
    -webkit-tap-highlight-color: transparent;
}
#service ol.flex li,
sub,
sup {
    position: relative
}

*,
header {
    padding: 0;
    margin: 0
}

#back,
.popup {
    position: fixed;
    text-align: center
}

#back,
#service #service_image,
.btn,
.popup,
footer,
main section .sectionTitle,
main section .telinfo,
main section#blog .news_link,
main section#main_visual {
    text-align: center
}

.popup .inner ul,
main .cv_area {
    list-style: none
}

.btn img.btn_icon,
a.btn .fas {
    margin-right: .5em
}

a,
abbr[title] {
    text-decoration: none
}

progress,
sub,
sup {
    vertical-align: baseline
}

a,
mark {
    color: #000
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

audio:not([controls]) {
    display: none;
    height: 0
}

button,
hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[aria-controls],
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[aria-disabled],
[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select,
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"]{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

input::placeholder {
    color: #cdcdcd
}

.flex {
    display: flex;
    justify-content: space-around;
    align-items: center
}

#main_visual .flex {
    margin: 8rem auto
}

#service ol.flex {
    justify-content: space-around;
    align-items: center;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.4em
}
#service ol.flex .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 10px;
}
#service ol.flex .icon::before {
    content: '';
    display: block;
    background: url('/lp/toho-gas/img/right_arrow.svg') center no-repeat;
    background-size: contain;
    width: 10px;
    height: 17px;
}

#service ol.flex li:last-child:after,
.night_message {
    display: none
}

#main_visual {
    padding-bottom: 2rem
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

body,
html {
    font-size: 10px;
    background-color: #fff;
    color: #333;
    line-height: 1;
    font-family: Arial, "Noto Sans JP", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#back,
.btn,
main section#blog .blog_list .column_data .body .cat a {
    color: #fff
}

small {
    font-size: .75em
}

header,
main {
    font-size: 1.6rem
}

#back {
    display: block;
    bottom: 1.6rem;
    right: 1.6rem;
    width: 6em;
    padding: 1rem 0;
    background-color: rgba(0, 0, 0, .5);
    font-size: 1.4rem;
    z-index: 9999
}

.btn {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    display: inline-block;
    padding: 2rem 1.5rem 1.5rem;
    background: linear-gradient(110deg, #898989 0, #555 30%);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .5)
}

.btn img.btn_icon {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -.5rem
}

header,
main section {
    display: block;
    width: 100%
}

.btn_entry,
.btn_submit,
main section .sectionTitle .underbar {
    background: linear-gradient(110deg, #f45c66 0, #e91120 30%)
}

main .btn_entry.btn_var2{
    background: linear-gradient(110deg, #888 0, #555 30%);
    font-weight: normal;
    font-size: 1.6rem;
}
.btn_height{
    max-height: 76px;
    min-height: 76px;
    height: 100%;
}

header {
    border: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2)
}

header .tagline {
    padding-left: .5em;
    display: inline-block;
    font-size: 1.4rem;
    color: #666
}

main .cv_area {
    padding: 1em;
    background-color: #fff;
    margin: 2rem auto 0
}

main .cv_area li {
    margin-bottom: 1.4rem
}
main .cv_area li a > div,
#faq .cv_area a > div{
    display: grid;
    grid-template-columns: 35% 65%;
    display: grid;
    align-items: center;
}
main .cv_area li a > div img,
#faq .cv_area a > div img{
    justify-self: end;
}

@media (max-width: 681px){
    main .cv_area li a > div, #faq .cv_area a > div {
        grid-template-columns: 54px calc(100% - 54px);
    }
}
.sp_show{display: none;}
@media all and (max-width:374px) {
    .btn_height{
        max-height: 100px;
        min-height: 100px;
    }
    main #main_visual .cv_area a div > span,
    #faq .cv_area a div > span{
        letter-spacing: -0.06em;
        line-height: 1.15;
    }
    main #main_visual .cv_area a div > span small,
    #faq .cv_area a div > span small{letter-spacing: normal;}

    #service ol.flex{align-items: stretch;}
    #service ol.flex li{max-width: 35%; width: 100%;}
    #service ol.flex li:last-of-type{max-width: 30%;}
    #service ol.flex li img{max-width: 75px;}
    .sp_show{display: block;}

    #service ol.flex li::after{background-size: 8px; top: 30%; right: 0;}
    #service ol.flex li:nth-child(2)::after {right: 0;}

}
@media all and (max-width:340px) {
    .btn img.btn_icon{
        width: 34px !important;
        height: 34px !important;
    }
    .btn, main .btn_entry.btn_var2{font-size: 1.4rem;}
    main .cv_area li a > div,
    #faq .cv_area a > div{
        grid-template-columns: 42px calc(100% - 42px);
    } 
    #entry .telinfo .freedial{letter-spacing: -0.02em;}
    main section#main_visual h1.main_copy{letter-spacing: -0.01em !important;}
}
main .cv_area li a>div.yakan {
    display:flex;
    justify-content:center;
    align-items:center
}
main .cv_area li a>div.yakan img {
    margin-right:.5em
}
main section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0;
    padding-bottom: 8rem
}

main section .sectionTitle {
    width: 100%;
    max-width: 100%;
    padding-top: 8rem;
    padding-bottom: 2rem
}

main section .sectionTitle h2.title {
    font-size: 2rem;
    color: #000;
    margin-bottom: 1.6rem;
    font-weight: 600;
}

.header_area,
.night_message p,
main section .telinfo a.privacy_policy,
main section .telinfo span,
main section#blog .blog_list .column_data .body {
    font-size: 1.4rem
}

main section .sectionTitle .underbar {
    height: 4px;
    width: 5em;
    margin: 0 auto
}

.popup .inner h3,
.popup .inner ul li {
    margin-bottom: 1rem
}

main section .cv_area {
    padding: 1.3rem;
    background-color: #fff;
    margin: 2rem auto 0
}

main section .telinfo {
    margin: 2rem auto 0;
    padding: 1.6rem;
    border: 4px solid #e6e6e6;
    line-height: 1;
}
main section .telinfo .freedial {
    color: var(--colour1);
    font-size: 2.6rem;
    display: inline-block;
    margin: 11px auto;
    font-weight: 900;

    display: flex;
    justify-content: center;
    align-items: center;
}
main section .telinfo .freedial .icon {
    color: var(--colour1);
    fill: var(--colour1);
    max-width: 33px;
    width: 100%;
}
main section .telinfo .oepration_time{
    display: block;
}

main section#main_visual {
    max-width: 680px;
    margin: 0 auto
}

main section#main_visual h1.main_copy {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 400;
    padding-left: 1.5rem;
    line-height: 1.4em;
    text-align: left;
    letter-spacing: 1px;
    word-break: break-all
}

main section#main_visual img.main_image {
    padding-top: 0
}

main section#main_visual .cv_area {
    margin-top: 0
}

main section#entry {
    background-color: #f5f5f5
}

main section#entry .form_wrapper {
    background-color: #fff;
    padding: 1em
}

main section#entry .form_wrapper table.entry_form {
    max-width: 100%;
    box-sizing: border-box
}

main section#entry .form_wrapper table.entry_form td,
main section#entry .form_wrapper table.entry_form th {
    display: block;
    text-align: left;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: .5em
}

main section#entry .form_wrapper table.entry_form .hissu {
    font-size: 1.2rem;
    color: #e91120;
    display: inline-block;
    margin-left: .5rem;
    vertical-align: middle
}

main section#entry .form_wrapper table.entry_form tr {
    margin-bottom: 1em;
    display: block
}

main section#entry .form_wrapper table.entry_form input[type=date],
main section#entry .form_wrapper table.entry_form input[type=email],
main section#entry .form_wrapper table.entry_form input[type=tel],
main section#entry .form_wrapper table.entry_form input[type=text],
main section#entry .form_wrapper table.entry_form select {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 4.5rem
}

main section#entry .form_wrapper table.entry_form select {
    background-color: #eee
}

main section#entry .notice {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 1.6rem;
    background: #fcf2f3;
    margin-bottom: 1.6rem;
    border: 2px solid #fdeaea;
    border-radius: 4px;
    margin-top: 1.6rem
}

main section#entry .notice:before {
    content: "!";
    font-size: 34px;
    vertical-align: middle;
    opacity: .3;
    color: #e91120;
    font-weight: 900;
    display: inline-block;
    width: 3.6rem;
    text-align: center
}

main section#entry .notice p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 38px)
}

main section#blog .blog_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em .8rem
}

main section#blog .blog_list .column_data {
    width: 50%;
    padding: .5em;
    position: relative
}

main section#blog .blog_list .column_data .body .cat,
main section#blog .blog_list .column_data .body .news_date,
main section#blog .blog_list .column_data .body .tag {
    font-size: 1.2rem
}

main section#blog .blog_list .column_data .body .cat {
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 1em;
    right: 1em;
    background-color: rgba(240, 120, 120, .4)
}

main section#blog .blog_list .column_data .body .tag {
    margin-top: .8rem;
    color: #999
}

main section#blog .blog_list .column_data .body .tag a {
    color: #999;
    font-weight: 400
}

main section#blog .blog_list .column_data .body .tag a:after {
    content: ","
}

main section#blog .blog_list .column_data .body .news_title {
    line-height: 1.4em
}

main section#blog .blog_list .column_data .body .news_title a {
    font-weight: 400
}

main section#blog .blog_list .column_data .body .news_date {
    text-align: right;
    margin-bottom: .5em
}

main section#blog .news_link {
    margin-bottom: 1em
}

main section#faq .faq_list dd,
main section#faq .faq_list dt {
    padding: 1.6rem;
    line-height: 1.6em
}

main section#faq .faq_list dt {
    font-weight: 600;
    color: #000;
    font-size: 1.6rem;
    background-color: #fcf2f3;

    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10.5px 16px;
    line-height: normal; /* default line height for the current font */
}
main section#faq .faq_list dt::before{
    content: '';
    display: block;
    background-image: url('/lp/common/img/icon_q.svg');
    background-repeat: no-repeat;
    background-size: auto;
    width: 38px;
    height: 33px;
    padding-right: 48px;
}

.night_message h2,
main section#faq .faq_list dd {
    margin-bottom: 1em;
    font-size: 1.4rem;
}

main section#faq .faq_list a{
    text-decoration: underline;
    color: var(--link);
}

main section .block_notice {
    background-color: #fcf2f3;
    padding: 1.6rem;
    border-radius: .4rem;
    margin-bottom: 1em
}

main section .block_notice p {
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: left;
    margin-left: .5em;
    line-height: normal;
}
main section .block_notice p > span{
    display: block;
}
main section .with_lefticon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1.2rem;
}

footer {
    font-size: 1.6rem;
    color: #000;
    border-top: 1px solid #000;
    padding-top: 1em;
    padding-bottom: 6rem
}
footer .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
footer .footer-links a:not(:last-of-type){
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #707070;
}
@media  screen and (max-width: 480px) {
    footer .footer-links{
        flex-direction: column;
        margin-bottom: 0;
    }
    footer .footer-links a{margin-bottom: 7px;}
    footer .footer-links a:not(:last-of-type){
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    } 
}

@media all and (min-width:420px) {
    main section .block_notice p {
        font-size: 1.4rem
    }
}

@media all and (min-width:681px) {
    section>* {
        max-width: 680px;
        margin: 0 auto
    }

    table {
        width: 100%
    }
}

@media all and (max-width:680px) {
    table {
      width: 100%
    }
}

.night_message p {
    text-align: justify;
    color: #000;
    padding: 1em;
    background: #e9e9e9;
    line-height: 1.6em
}

.btn_entry span {
    vertical-align: middle;
    display: inline-block;
    text-align: left;

    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
}

.btn_entry span small {
    line-height: 1.8em;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: inherit;
    display: block;
    line-height: 1.2;
}

/* CTA文言変更 span削除用 */
main section#main_visual .cv_area .btn_entry span{font-size: 20px;}
@media all and (max-width: 340px) {
    main section#main_visual .cv_area .btn_entry span{font-size: 16px;}
}

.header_area {
    display: inline-block;
    color: #fff;
    background-color: #e91120;
    padding: 1rem 1.5rem
}

.popup {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    transition: opacity 2s ease-in-out;
    z-index: 9999999
}

.popup.show {
    display: block;
    opacity: 1
}

.popup .inner {
    margin: 11rem auto;
    padding: 2rem;
    background: #f6f6f6;
    border: 4px solid #ff414e;
    width: 80%;
    max-width: 360px;
    min-width: 320px
}

.popup .inner h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 11px 0;
    text-align: left
}

.popup .inner h3 .fa {
    margin-right: .5rem;
    font-size: 1.6rem
}

.popup .inner p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    color: #666;
    margin-bottom: .5rem
}

.popup .inner ul li:nth-child(2) {
    margin-bottom: 12px
}

.popup .inner ul li a.btn {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    padding: 24px 16px 24px 1.6rem;
    margin-bottom: 1rem;
    color: #fafafa
}

aside.notice {
    text-align: center;
    background: #F0F0F0;
    color: #888;
    padding: 6px 0;
    z-index: 0;
    position: relative;
}

.area-info {
    background: #e2f2ff;
    width: 100vw;
    margin-left: -1.5rem;
    margin-top: 4rem;
    padding: 1.5rem 3.5rem;
    padding-right: 1rem;
    text-align: left;
}

h2.area-name {
    font-size: 1.4rem;
    color: black;
    margin-bottom: .5rem;
    font-weight: 400;
}

ul.area-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
}

li.area-item {
    font-size: 1.2rem;
    margin-right: 1rem;
    line-height: 1.4rem;
}