@charset "UTF-8";

/* ====================

  *common
  *header
  *footer
  *main

  *Media Queries
    *max-width 767px

==================== */

/* ==============================================
  Reset CSS
============================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

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



/* 
tax
*/

.tab_content_description div　.tax-space {
    font-size: 50%;
    border: none!important;
  }
  
  .tab_content_description div　.tax-space strong {
    font-size: 140%;
    border: none!important;
  }
  .tab_content_description div　.tax-space {
    border: none!important;
  }

  
html{
    overflow-y: scroll;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
    box-sizing: border-box;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
    color: #888;
}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
    -webkit-appearance: none;
}
ol, ul{
    list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption, th{
    text-align: left;
}
a:focus {
    outline:none;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.sp-on{
	display:none;
}
.service-logoarea img {
    width: 250px;
}

.service-logoarea {
    text-align: center;
}
.service-logoarea img+p {
    margin-top: 20px;
}

.shinseikatsu-logoarea{
    font-size:120%;
}

ul.apps-btn {
    display: flex;
    justify-content: space-between;
}
ul.apps-btn2 {
    display: flex;
    justify-content: center;
}
.spec-disx1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.disc-box p {
    margin-bottom: 40px;
    font-weight: bold;
}
span.bignumred {
    font-size: 27px;
    font-weight: bold;
    color: #ff0202;
}
.spec-disx2 {
    width: 100%;
    border: solid 2px #f7941d;
    border-radius: 8px;
    padding: 20px;
    margin: auto;
}
.disc-box {
    padding: 20px;
    text-align: center;
}
.discitem2 {
    width: 40%;
	display:block;
}

.discitem1 {
    width: 40%;
	display:block;
}
.disc-sub {
    margin-top: 40px;
}
.discitem2 img {
    width: 100%;
}
.discitem1 p {
    margin-top: 20px;
}
.discitem2 p {
    margin-top: 20px;
}

/* option */

.clear-box {
    display: block;
    height: 80px;
}

.option-box {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 100%;
    margin: 0 auto;
}
.inner-box {
    padding: 20px;
}
.inner-option-one {
    border: 1px solid;
    padding: 20px;
}
.optionprice-flex-table div {
    width: 50%;
}

.optionprice-flex-table {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px;
    text-align: center;
}
.option-title {
    background: #ddd;
    text-align: center;
    padding: 10px;
}
.option-service-name, .option-service-price {
    padding: 10px;background: #FFF;
}

.ansshin-img-area {
    display: flex;
    font-size: 16px;
    padding: 2px;
}

.catch-item {
    width: 25%;
    text-align:center;
}
.catch-item {
    width: 23%;
    text-align: center;
    border: solid 1px;
    border-radius: 10px;
    margin: 25px 1%;
    padding: 5px;
    background: url(../img/sub-mv.png) 0 0;
    color: #FFF;
}
span.supporth {
    display: block;
    font-size: 25px;
}
.option-service-disc-area {
    border: solid 1px;
    padding: 20px;
}
p.anshin-disc {
    font-size: 20px;
    margin-bottom: 40px;
}
ul.support-list {
    background: #fff21be0;
    padding: 20px;
    margin: 10px auto;
    border-radius: 10px;
}
.option-service-disc-area {
    border: solid 1px;
    padding: 20px;
    background: #40b3ec9c;
}
p.annshin-disc-four {
    font-size: 12px;
    margin-bottom: 40px;
}
span.anshinsupport-h {
    font-size: 40px;
    display: block;
}
p.anshin-disc {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 30px;
}
p.anshin-disc-two {
    text-align: center;
}


/* option スマートフォン */
@media screen and (max-width: 767px){
    .ansshin-img-area {
        display: flex;
        font-size: 16px;
        padding: 2px;
        flex-wrap: wrap;
    }
    .catch-item {
        width: 48%;
        text-align: center;
        border: solid 1px;
        border-radius: 10px;
        margin: 25px 1%;
        padding: 5px;
        background: url(../img/sub-mv.png) 0 0;
        color: #FFF;
    }
    p.cout {
        font-size: 11px;
    }
}

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

    .ansshin-img-area {
        display: block;
        font-size: 16px;
        padding: 2px;
        flex-wrap: wrap;
    }
    .catch-item {
        width: 100%;
        text-align: center;
        border: solid 1px;
        border-radius: 10px;
        margin: 10px 1%;
        padding: 5px;
        background: url(../img/sub-mv.png)  0;
        color: #FFF;
    }
    span.anshinsupport-h {
        font-size: 30px;
        display: block;
        line-height: 110%;
    }
    p.anshin-disc {
       
        margin-bottom: 20px;
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
    }
    ul.support-list {
        background: #fff21be0;
        padding: 20px;
        margin: 10px auto;
        border-radius: 10px;
        font-size: 13px;
    }
    ul.support-list li {
        margin-bottom: 10px;
    }
    span.smallzeikomi {
        font-size: 12px;
    }
}

/* ==============================================
  common
============================================== */

/* タブレットでもpcデザイン表示 */
html, body {
    min-width: 1100px;
}

html {
    font-family: 'Roboto', 'Noto Sans JP', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #000;
}
html * {
    font-weight: 500;
}

body {
    font-size: 16px;
    line-height: 1.5;
}

img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a {
    transition: .3s;
    color: #31b2e6;
    text-decoration: none;
}
a:hover {
    opacity: .6;
}
a[href^="tel:"] {
    cursor: default;
    opacity: 1;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

/* SP画面で表示 */
.pc-none {
    display: none;
}
main {
    padding-top: 106px;
}
p.cam-disc {
    font-size: 12px;
    padding: 20px;
}

/* ==============================================
  header
============================================== */

/* header {
    height: 106px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    position: fixed;
    z-index: 4;
    background: #fff;
}
.site-logo {
    height: 60px;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.globalnav-wrap {
    font-size: 14px;
}
.globalnav {
    width: 980px;
    margin: 0 auto;
} */
/* .globalnav > li * {
    color: #000;
}
.globalnav a:hover  {
    color: #31b2e6;
} */
/* .globalnav > li {
    display: inline-block;
    width: 19.6%;
    padding: 12px;
    text-align: center;
    cursor: pointer;
}
.globalnav .dropdown-btn {
    position: relative;
}
.globalnav .dropdown-btn:hover {
    background: #edf7fb;
}
.globalnav .dropdown {
    z-index: 1000;
    background: #d4eef9;
    position: absolute;
    left: 0;
    top: 45px;
    width: 192px;
    padding: 6px;
    display: none;
}
.globalnav .dropdown li {
    display: block;
    margin: 14px 0;
}
.globalnav .nav-button-wrap,
.globalnav .open {
    display: block;
}
.globalnav .close {
    display: block;
}
.globalnav .primary {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding: 0;
}
.globalnav > li .pri-btn {
    color: #fff;
    height: 59px;
    display: block;
    font-size: 16px;
    width: 130px;
    margin-left: 1px;
    padding-top: 10px;
}
.pri-btn.tp1,
.pri-btn.tp2 {
    background: #12a0da;
}
.globalnav > li .pri-btn.tp1 {
    padding-top: 16px;
} */
/* .pri-btn span {
    display: block;
    color: #fff;
    font-size: 12px;
} */
/* .pri-btn.tp3,
.pri-btn.tp4 {
    background: #0f4c81;
} */


/* ==============================================
  footer
============================================== */

.ftr_wrap {
    padding: 40px 20px 10px;
    background: #3f3f3f;
}
.ftr_wrap * {
    color: #fff;
    font-weight: 400;
}
.ftr-menu {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.ftr-menu li {
    margin: 0 24px;
}
.ftr-btm {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.ftr-btm a {
    text-decoration: underline;
}

.copyright {
    color: #fff;
    font-size: 14px;
}
.page-top {
    position: fixed;
    bottom: 34px;
    right: 10px;
    z-index: 2;
}
.page-top a {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    background: rgba(63, 63, 63, .7);
}
.page-top a::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}

/* ==============================================
  main
============================================== */

.inner {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 80px;
}


.link-sec .inner {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 20px;
}
/* --- top --- */

/* mv */
.mv-sec .mv-txt {
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1px;
}
.mv-sec .mv-txt p {
    color: #12a0da;
    font-weight: 700;
    font-size: 14px;
}

.sub-mv-inner {
    position: relative;
    background: url(../img/sub-mv.png) 0 0 no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: space-around;
    align-items: center;	
}
.mv-inner {
    position: relative;
   /* background: url(../img/top-mv-01.png) 0 0 no-repeat;*/
    background-size: cover;
    height: 220px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mv-inner img {
    background: url(../img/top-mv-01.png) 0 0 no-repeat;
}
.mv-sec > img {
    width: 100%;
}
.toppbox {
    margin-top: 20px;
    border: solid 1px;
    padding: 10px;
}
/* キャンペーン */
.cmp-sec .inner {
    padding: 60px 0;
}
.cmp-ttl {
    padding: 10px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background: #fff21b;
}

/* ttl */
.sec-ttl {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.sec-ttl span {
    font-weight: 700;
    color: #12a0da;
}


/* パンくず */


ul.breadlist {
    display: flex;
}

ul.breadlist li{
   margin-right:10px;
}

/* 説明 */


h3.spec-ttl{
	
	padding: 10px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background: #fff21b;
	    margin-bottom: 40px;
}


.desc-sec,
.good-sec,
.news-sec,
.add-service-sec {
    background: #f5f5f5;
}
.desc-sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 4px;
}
.desc-sec ul li {
    padding: 30px 50px 30px 30px;
    background: #fff;
    box-shadow: 4px 4px 0px 0 rgb(255 242 27);
}
.desc-sec .item1 {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.desc-sec .item1 h3 {
    font-size: 30px;
    font-weight: 700;
    color: #12a0da;
}
.desc-sec .item1 p {
    line-height: 1.7;
    margin-bottom: 6px;
}
.desc-sec strong {
    color: #12a0da;
}
.desc-sec .item2,
.desc-sec .item3 {
    width: 48.5%;
    padding: 30px 20px;
    text-align: center;
}
.desc-sec .item2 h3, .desc-sec .item3 h3 {
    font-size: 30px;
    font-weight: 700;
    color: #12a0da;
}
.desc-sec .item2 p {
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0 30px;
}
.desc-sec .item3 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
}
.desc-sec .item3 p {
    text-align: left;
    margin-right: 10px;
}

/* 提供エリア */
.area-sec ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.area-sec li {
    display: table-cell;
    padding: 20px;
    border: 3px dotted #0f4c81;
    text-align: center;
}
.area-sec h4 img {
    height: 74px;
    width: auto;
}
.area-sec li p {
    margin: 24px 0;
    font-weight: 700;
}
.area-sec li .font-s {
    font-size: 14px;
    margin: 18px 0;
}

.area-sec th:first-child{
    width:90px;
}

/* GOOD */
.good-sec h3 span {
    font-size: 40px;
}
.good-sec h3 span + span {
    font-size: 36px;
}
.good-sec ol li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 40px 30px 10px;
    margin-top: 36px;
    background: #fff;
    box-shadow: 4px 4px 0px 0 rgb(255 242 27);
}
.good-sec .num {
    position: absolute;
    top: -10px;
    left: 10px;
}
.good-sec h4 {
    width: 28%;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
	color: #12a0da;
}
.good-sec .txt {
    width: 54%;
    font-size: 15px;
    line-height: 1.7;
}
.good-sec .txt span {
    display: inline-block;
    padding: 8px 4px;
}
.good-sec .denki {
    color: #f7941d;
}
.good-sec .gas {
    color: #8cc63f;
}
.good-sec .hikari {
    color: #28aae1;
}


/* お申し込みの流れ */
.flow-sec ul li {
    margin-bottom: 10px;
    padding: 26px 20px 26px 60px;
    background: #fff21b;
    display: flex;
    align-items: center;
    position: relative;
}
.flow-sec ul div {
    width: 18%;
}
.flow-sec ul p {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.flow-sec ul li::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 90px;
    background: url(../img/top-flow-arrow.png) no-repeat;
    background-size: 100%;
}
.flow-sec ul li:last-child {
    background: #ffb136;
}
.flow-sec ul li:last-child::after {
    content: none;
}

/*price*/
table{
  border-collapse:collapse;
  margin:0 auto;
}
th{
  border-bottom:2px solid #000;
}
td,th{
  padding:10px;
}
thead {
    background: #f3f3f3;
}
.tab_content_description div {
    margin-bottom: 30px;
    border: solid 1px;
    padding: 10px;
}
.tax-price {
    border: none!important;
}
.tab_content_description table {
    margin-bottom: 50px;
}

.acd-check{
    display: none;
}
.acd-label {
    background: #ff0;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 20px;
    font-weight: bold;
}
.acd-content{
    height: 28px;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
/*タブ切り替え全体のスタイル*/
.tabs1,.tabs,.tabs2,.tabs3,.tabs4,.tabs5,.tabs6,.tabs7,.tabs8,.tabs9,
.tabs11 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 100%;
  margin: 0 auto;} 

/*タブのスタイル*/
.tab1_item,.tab_item,.tab2_item,.tab3_item,.tab4_item,.tab5_item,.tab6_item,.tab7_item,.tab8_item,.tab9_item,
.tab11_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.shinseikatsu-denki-price-sec .tab1_item,.shinseikatsu-denki-price-sec .tab_item,.shinseikatsu-denki-price-sec .tab2_item,.shinseikatsu-denki-price-sec .tab3_item,.shinseikatsu-denki-price-sec .tab4_item,.shinseikatsu-denki-price-sec .tab5_item,.shinseikatsu-denki-price-sec .tab6_item,.shinseikatsu-denki-price-sec .tab7_item,.shinseikatsu-denki-price-sec .tab8_item,.shinseikatsu-denki-price-sec .tab9_item,
.shinseikatsu-denki-price-sec .tab11_item {
    width: 100%;
}

.tab1_item:hover,.tab_item:hover,.tab2_item:hover,.tab3_item:hover,.tab4_item:hover,.tab5_item:hover,.tab6_item:hover,.tab7_item:hover,.tab8_item:hover,.tab_item9:hover,
.tab_item11:hover         {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab1_item"],
input[name="tab_item"],
input[name="tab2_item"],
input[name="tab3_item"],
input[name="tab4_item"],
input[name="tab5_item"],
input[name="tab6_item"],
input[name="tab7_item"],
input[name="tab8_item"],
input[name="tab9_item"],
input[name="tab11_item"] {
    display: none;
  }

/*タブ切り替えの中身のスタイル*/
.tab1_content,.tab_content,.tab2_content,.tab3_content,.tab4_content,.tab5_content,.tab6_content,.tab7_content,.tab8_content,.tab9_content,
.tab11_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#light:checked ~ #light_content,
#light100:checked ~ #light100_content,
#light200:checked ~ #light200_content,
#light-area1:checked ~ #light-area1_content,
#light100-area1:checked ~ #light100-area1_content,
#light200-area1:checked ~ #light200-area1_content,
#light-area2:checked ~ #light-area2_content,
#light100-area2:checked ~ #light100-area2_content,
#light200-area2:checked ~ #light200-area2_content,
#light-area3:checked ~ #light-area3_content,
#light100-area3:checked ~ #light100-area3_content,
#light200-area3:checked ~ #light200-area3_content,
#light-area4:checked ~ #light-area4_content,
#light100-area4:checked ~ #light100-area4_content,
#light200-area4:checked ~ #light200-area4_content,
#light-area5:checked ~ #light-area5_content,
#light100-area5:checked ~ #light100-area5_content,
#light200-area5:checked ~ #light200-area5_content,
#light-area6:checked ~ #light-area6_content,
#light100-area6:checked ~ #light100-area6_content,
#light200-area6:checked ~ #light200-area6_content,
#light-area7:checked ~ #light-area7_content,
#light100-area7:checked ~ #light100-area7_content,
#light200-area7:checked ~ #light200-area7_content,
#light-area8:checked ~ #light-area8_content,
#light100-area8:checked ~ #light100-area8_content,
#light200-area8:checked ~ #light200-area8_content,
#light-area9:checked ~ #light-area9_content,
#light100-area9:checked ~ #light100-area9_content,
#light200-area9:checked ~ #light200-area9_content,
#light-area11:checked~#light-area11_content,
#light100-area11:checked~#light100-area11_content,
#light200-area11:checked~#light200-area11_content{
  display: block;
}


th.column-1 {
    width: 100px;
}



/*選択されているタブのスタイルを変える*/
.tabs1 input:checked + .tab1_item,
.tabs input:checked + .tab_item,
.tabs2 input:checked + .tab2_item,
.tabs3 input:checked + .tab3_item,
.tabs4 input:checked + .tab4_item,
.tabs5 input:checked + .tab5_item,
.tabs6 input:checked + .tab6_item,
.tabs7 input:checked + .tab7_item,
.tabs8 input:checked + .tab8_item,
.tabs9 input:checked + .tab9_item,
.tabs11 input:checked+.tab11_item{
    background-color: #1099d4;
    color: #fff;
}

/* news */
.news-block {
    padding: 20px 30px;
    border: 3px dotted #0f4c81;
    background: #fff;
}
.news-block dl {
    margin: 10px 0;
    font-size: 14px;
    color: #484848;
    display: flex;
}
.news-block dt {
    width: 16%;
}

/* qa */
.qa-block {
    padding: 20px 30px;
    background: #fff;
}
.qa-block dl {
    margin: 10px 0;
    font-size: 17px;
    color: #484848;
}
.qa-block dt {

	font-size:24px;
}


/* --- denki --- */
.add-service-content{
    width: 100%;
    /* border: solid 2px #f7941d; */
    border-radius: 8px;
    padding: 20px;
    margin: 50px auto;
    background: #fff;
    color:#000365;
}

.add-service-ttl{
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color:#000365;
}

.add-service-ttl span{
    background: linear-gradient(transparent 80%,#fff21b 20%);
}

.add-service-sec details{
    margin:1em 0;
}

.add-service-sec summary{
    margin: 1em auto;
    width:100%;
    height:5em;
    line-height: 5em;
    font-size: 1.2em;
    border-radius:10px;
    background:#ff0;
    text-align: center;
    cursor: pointer;
}

summary:hover{
    opacity: 0.8;
}

.support-sp-only {
    display: none;
}
.support-pc-only {
display: block;
}
.sec-home_cont {
position: relative;
z-index: 1;
border-radius: 20px;
}

body.home.supportoption {
background: #e5e9f2;
}
.yutai {
margin-top: 30px;
}
.yutai-tel a[href^="tel:"] {
font-size: 30px;
font-weight: bold;
cursor: pointer;
}
p.yuutai-catch {
text-align: center;
font-size: 20px;
padding: 30px;
}
p.yuutai-catch span {
display: block;
background: #ffeb3b;
max-width: 300px;
border-radius: 15px;
font-weight: bold;
margin: 0 auto;
}
p.yutaidisc {
margin: 0 auto;
text-align: center;
font-size: 26px;
padding-bottom: 30px;
}
p.yutaidisc a {
text-decoration: none;
padding: 10px 20px;
margin-right: 10px;
font-weight: bold;
}
span.ttl-disc-tekiyou {
font-size: 12px;
display: block;
max-width: 650px;
margin: 0 auto 30px;
width: 90%;
}
.small-disc-ul {
padding: 10px;
color: #343333;
width: 90%;
margin: 0 auto 60px;
}
.small-disc-ul p {
text-align: center;
margin-bottom: 20px;
color: #343333;
font-weight: bold;
}
ul.kaketsuketekiyougai li {
color: #343333;
}

/* life-line
ページ */
main#main\ supportoptionmain\ page-lifeline {
padding-top: 120px;
}
.life-line-list {
margin-top: 60px;
}
.life-line-list p {
padding: 10px;
text-align: center;
font-weight: bold;
font-size: 20px;
background: #ddd;
}
ul.taisyou li {
display: flex;
flex-wrap: wrap;
font-weight: 400;
}
ul.taisyou .th {
width: 30%;
background: #000365;
color:#fff;
display: flex;
flex-direction: column;
justify-content: center;
padding: 10px;
text-align: center;
font-weight: bold;
font-size: 17px;
border-bottom: 1px solid #ddd;
}
ul.taisyou .td {
width: 70%;
background: #f7fbff;
display: flex;
flex-direction: column;
justify-content: center;
padding: 10px;
border-bottom: 1px solid #ddd;
font-weight: 400;
}
p.cashbackdisc {
font-size: 16px;
max-width: 768px;
display: block;
margin: 0 auto;
padding-bottom: 30px;
text-align: center;
}
span.disc110,
span.disc110-2,
span.casch110-3,
span.casch110-4 {
font-weight: bold;
display: block;
text-align: center;
}

span.casch110-3 {
font-size: 20px;
margin-top: 20px;
}
span.casch110-4 {
font-size: 33px;
color: #f00;
}
/* life-line
ページ */

a.life-line-link {
display: block;
background: #002c53;
width: 300px;
margin: 30px auto;
padding: 10px;
font-size: 18px;
text-decoration: none;
box-shadow: 2px 2px 2px #616161;
color: #fff;
}
.yutai-tel {
text-align: center;
background: #000365;
box-shadow:2px 2px 5px #000365;
color:#fff;
width: 400px;
border-radius: 50px;
margin: 0 auto;
padding: 10px;
}
.yutairule {
max-width: 768px;
width: 80%;
margin: 30px auto;
padding-bottom: 60px;
text-align: center;
}
.yutairule ul {
display: flex;
justify-content: space-around;
margin-top: 30px;
}


li.yutairules a {
background: #CFEBE7;
padding: 20px;
text-decoration: none;
font-weight: bold;
box-shadow: 2px 2px 2px #1b1b1b;
border:1px solid #ccc;
}

@media screen and (min-width: 768px) {
.supportmv-img {
    margin: 0 auto;
    width: 960px;
    padding: 40px;
}
p.yutaidisc a {
    background: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 10px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}
.campaign {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff,
    1px 1px 0 #fff;
    font-size: 20px;
    color: #ff0202;
    font-weight: bold;
    text-align: center;
}
h3.ttl-01.inviewfadeInUp.fadeInUp {
    background: #e5e9f2;
    padding: 3px 10px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 40px;
    color: #002c53;
}
.supportoptionlist-item ul {
    display: flex;
    justify-content: space-around;
}

span.sp-price {
    font-size: 50px;
    font-weight: bold;
    color: #ff0000;
}

main#main\ supportoptionmain .sec-home {
    margin-bottom: 60px;
}

.supportoption-mv {
    background: #005bac;
    margin-bottom: 80px;
}

.supportoptionlist-item li {
    padding: 10px 20px;
    background: #f8f8f8;
    margin-bottom: 21px;
    color: #073157;
    border: #002c53 solid 2px;
    text-align: center;
    font-weight: bold;
}
.supportoptionlist-item {
    margin-top: 20px;
    margin-bottom: 20px;
}
p.support-disc {
    font-weight: bold;
}
p.campaign-ttl {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff,
    1px 1px 0 #fff;
    font-size: 40px;
    color: #ff0202;
    font-weight: bold;
    text-align: center;
}
p.start-free {
    background: #f00;
    padding: 2px 20px;
    color: #fff;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.support-op-campaign {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.campaign-more {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}
span.pricetax {
    display: inline-block;
    font-size: 0.8em;
}
p.campaign-more-ttl {
    font-weight: bold;
}
p.sp-price {
    font-size: 30px;
    line-height: 1.2em;
}
.dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.64952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
    padding-bottom: 7px;
}

/* p.normal {
    border-bottom: 3px solid #002c53;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
} */

p.normal {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #002c53;
}

p.normal:before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    content: "";
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #002c53 transparent transparent transparent;
}

p.normal:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    content: "";
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
}

.service-annai {
    margin-top: 30px;
}
p.ttl-disc {
    width: 150px;
    background: #f5f5f5;
    text-align: center;

    border-bottom: solid #fff 2px;
    display: block;
    padding: 5px;
    font-weight: bold;
}
.discservice-box {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;

    margin-top: -3px;
    z-index: 99;
}
span.disc-catch {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff,
    1px 1px 0 #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

p.support-disc {
    text-align: center;
}
.catchp {
    text-align: center;
}
ul.annsinsupportplus {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
ul.annsinsupportplus li {
    background: #fbfbfb;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: bold;
    color: #002c53;
    width: 46%;
    text-align: center;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
}
ul.kaketsukestanderd li {
    margin-bottom: 20px;
}
ul.kaketsukestanderd .th {
    background: #002c53;
    color: #fff;
    text-align: center;
    padding: 5px;
}
p.td {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 30px;
}
p.ttl-disc-disc {
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}
ul.kaketsukestanderd {
    margin-bottom: 40px;
}
.support-option-img {
    text-align: center;
}
.anshinplussupport-option-img ul {
    display: flex;
}

ul.kaketsukestanderd {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.supportoptionlist-item ul {
    display: flex;
    justify-content: space-around;
}
.supportoptionlist-item li {
    padding: 20px 20px;
    background: #f8f8f8;
    margin-bottom: 21px;
    color: #073157;
    border: #002c53 solid 2px;
    text-align: center;
    font-weight: bold;
    width: 24%;
    font-size: 14px;
}
.campaign {
    font-size: 30px;
}
main#main\ supportoptionmain .sec-home {
    margin-bottom: 110px;
}
p.support-disc {
    font-size: 24px;
    margin-bottom: 60px;
}
.anshinplussupport-option-img ul {
    display: flex;
    width: 750px;
    margin: 0 auto;
}
span.disc-catch {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff,
    1px 1px 0 #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

ul.kaketsukestanderd li {
    width: 48%;
}
p.ttl-disc-disc {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 768px) {
p.normal {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #002c53;
}

p.normal:before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    content: "";
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #002c53 transparent transparent transparent;
}

p.normal:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    content: "";
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
}

a.life-line-link {
    display: block;
    background: #002c53;
    width: 250px;
    margin: 30px auto;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 2px 2px 2px #616161;
    color: #fff;
}
ul.kaketsuketekiyougai li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.kaketsukestanderd {
    display: block;
}

ul.kaketsukestanderd li {
    width: 100%;
}
.support-pc-only {
    display: none;
}
.support-sp-only {
    display: block;
}
.supportoptionlist-item ul {
    display: block;
    justify-content: space-around;
}
h3.ttl-01.inviewfadeInUp.fadeInUp {
    background: #e5e9f2;
    padding: 3px 10px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
    color: #002c53;
}
.campaign {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff,
    1px 1px 0 #fff;
    font-size: 20px;
    color: #ff0202;
    font-weight: bold;
    text-align: center;
}

.supportmv-img.support-sp-only {
    width: 100%;
}
.supportmv-img.support-sp-only img {
    width: 100%;
}
main#main\ supportoptionmain .sec-home {
    margin-bottom: 60px;
}

.supportoption-mv {
    background: #005bac;
    margin-bottom: 80px;
}

.supportoptionlist-item li {
    padding: 10px 20px;
    background: #f8f8f8;
    margin-bottom: 21px;
    color: #073157;
    border: #002c53 solid 2px;
    text-align: center;
    font-weight: bold;
}
.supportoptionlist-item {
    margin-top: 20px;
    margin-bottom: 20px;
}
p.support-disc {
    font-weight: bold;
    text-align: center;
}

p.campaign-ttl {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff,
    1px 1px 0 #fff;
    font-size: 20px;
    color: #ff0202;
    font-weight: bold;
    text-align: center;
}
p.start-free {
    background: #f00;
    padding: 2px 20px;
    color: #fff;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.support-op-campaign {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.campaign-more {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}
span.pricetax {
    display: block;
    font-size: 0.8em;
}
p.campaign-more-ttl {
    font-weight: bold;
}
p.sp-price {
    font-size: 20px;
    line-height: 1.2em;
}
.dli-caret-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.64952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
    padding-bottom: 7px;
}
p.normal {
    border-bottom: 3px solid #002c53;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.service-annai {
    margin-top: 30px;
}
p.ttl-disc {
    width: 150px;
    background: #f5f5f5;
    text-align: center;
    border-bottom: solid #fff 2px;
    display: block;
    padding: 5px;
    font-weight: bold;
}
.discservice-box {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: -3px;
    z-index: 99;
}
span.disc-catch {
    text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff,
    1px 1px 0 #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.catchp {
    text-align: center;
}
ul.annsinsupportplus {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
ul.annsinsupportplus li {
    background: #fbfbfb;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: bold;
    color: #002c53;
    width: 46%;
    text-align: center;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
ul.kaketsukestanderd li {
    margin-bottom: 20px;
}
ul.kaketsukestanderd .th {
    background: #002c53;
    color: #fff;
    text-align: center;
    padding: 5px;
}
p.td {
    background: #ffffff;
    color: #000;
    text-align: center;
    padding: 15px;
}
p.ttl-disc-disc {
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
ul.kaketsukestanderd {
    margin-bottom: 40px;
}
.support-option-img {
    text-align: center;
}
.anshinplussupport-option-img ul {
    display: flex;
}
p.yutaidisc a {
    background: #ddd;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}
p.cashbackdisc {
    font-size: 16px;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
.small-disc-ul {
    background: #eaeaea;
    padding: 10px;
    color: #343333;
    width: 100%;
    margin: 0 auto 60px;
}
span.casch110-4 {
    color: #ddd;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #f00;
}
p.cashbackdisc {
    font-size: 14px;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
.yutai-tel {
    text-align: center;
    background: #000365;
    color:#fff;
    width: 90%;
    border-radius: 0px;
    margin: 0 auto;
    padding: 10px 2px;
}
.yutairule ul {
    display: block;
    justify-content: space-around;
    margin-top: 30px;
}

li.yutairules a {
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
ul.taisyou li {
    display: block;
    flex-wrap: wrap;
}
ul.taisyou .th {
    width: 100%;
    background: #12A0DA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}
ul.taisyou .td {
    width: 100%;
    background: #f7fbff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.taisyou li .td ul li {
    display: block;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}
main#main\ supportoptionmain\ page-lifeline {
    padding-top: 70px;
}
}
  

/* --- gas --- */

/* --- hikari --- */
table.hikari {
    border: solid 1px;
}
table.hikari th {
    border: solid 1px;
    background-color: #DDD;
    vertical-align: middle;
}
table.hikari td {
    border: solid 1px;
    text-align: right;
}
span.bignum {
    font-size: 36px;
    font-weight: bold;
}
ul.hikari-spec {
    display: flex;
    justify-content: flex-end;
}
li.spec-item {
    border: solid 1px;
    border-radius: 6px;
    padding: 4px;
    font-size: 10px;
    margin: 3px;
	    text-align: center;
}
li.spec-item.one {
    background-color: #ddffef;
    border: solid 1px #62ff8b;
}
li.spec-item.two {
	background-color: #fffcdd;
    border: solid 1px #ffdd62;
}
li.spec-item.three {
   background-color: #ddf2ff;
    border: solid 1px #62a1ff;
}
p.disc-p {
    font-size: 10px;
}

/* --- form --- */
.form-tbl td:first-child {
    width: 30%;
    background: #f5fbff;
}
.form-tbl td {
    text-align: left;
    background: #FFF;
}
.form-tbl th, .form-tbl td {
    padding: 2.6%;
    border: 1px solid #ccc;
    vertical-align: middle;
}


input, select {
    width: 100%;
    padding: 6px;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    font-family: inherit;
    height: 40px;
	font-size: 16px;
}
textarea {
    width: 100%;
    height: 100px;
}
h3.form-ttl {
    text-align: center;
    font-size: 26px;
}
h3.form-ttl+p {
    text-align: center;
}

.tbl-btn input {
    border: 0;
    width: 240px;
    margin: 0 14px;
    padding: 14px 6px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
     background: #03a9f4;
}
input#formsubmit {
    border: 0;
    width: 240px;
    margin: 20px 14px;
    padding: 8px 6px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-radius: 40px;
    background: #fff21b;
}
td.submit-area {
    border: none;
    text-align: center;
    background: none!important;
}
.disp-none{
	display:none;
}
.form-area {
	background-image:URL("../img/form-bk.png");
	background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
}
/* ---------------LAW--------------- */
/* table.tokusyo {
    border: solid;
} */

/* table.tokusyo td {
    border: solid 2px;
} */
/* ---------------thanks--------------- */
.thanks-area h3 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}
.thanks-area h3+p {
    margin-bottom: 50px;
}
.thanks-area .tel-block h4 {
    padding: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #12a0da;
}
.thanks-area .tel-block {
    margin: 20px 0;
    border: 1px solid #12a0da;
}
.thanks-area .tel-block h4 {
    padding: 14px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #12a0da;
}
.thanks-area .tel-block > div {
    padding: 20px 30px 40px;
}
.thanks-area .tel-block a[href^="tel:"] {
    display: block;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
	margin-bottom:20px;
}
.thanks-area .tel-block span {
    text-align: center;
    display: block;
    font-weight: bold;
	margin-bottom:20px;
}
/* --------------- Media Queries --------------- */

/* ==============================================
  max-width 767px
============================================== */

@media screen and (max-width: 767px) {
    
    body, html {
        min-width:inherit;
    }
    img {
        width: 100%;
        max-width: 100%;
    }
    .pc-none {
        display: inline;
    }
    .sp-none {
        display: none;
    }
    main {
        padding-top: 48px;
    }
    
    /* hdr */
    /* header {
        height: 48px;
    } */
    /* .site-logo {
        height: auto;
        padding: 8px 12px;
        border: 0;
    }
    .site-logo img {
        width: 150px;
    } */
    /* .globalnav > li {
        width: auto;
        padding: 8px;
        text-align: left;
    }
    .globalnav > li a {
        font-weight: 700;
    }
    .globalnav .dropdown a::before {
        content: "\030fb";
    }
    .globalnav .primary {
        position: static;
    } */
    /* .globalnav > li .pri-btn {
        height: auto;
        font-size: 14px;
        width: auto;
        margin: 4px;
        padding: 10px !important;
    } */
    /* .pri-btn span {
        display: inline-block;
        padding-right: 10px;
    } */
    /* .nav-button-wrap {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1000;
        cursor: pointer;
        padding: 15px;
        height: 53px;
    } */
    /* .globalnav {
        display: none;
    }
    .globalnav .close {
        display: none;
    }
    .globalnav-wrap {
        position: relative;
    }
    .globalnav-wrap.open .globalnav {
        display: block;
        padding: 20px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(255, 242, 27, 0.9);
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 10;
    } */
    /* .globalnav-wrap.open .globalnav li {
        display: block;
    } */
    /* .globalnav-wrap.open .globalnav li:hover {
        background: transparent;
    }
    .globalnav-wrap.open .globalnav .dropdown {
        display: block;
        position: static;
        background: transparent;
        padding: 0 0 0 1em;
    } */
    /* .nav-button,
    .nav-button span {
        display: inline-block;
        transition: all 0.3s;
    } */
    /* .nav-button {
        z-index: 20;
        width: 25px;
        height: 19px;
        position: relative;
    } */
    /* .nav-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #000;
        border-radius: 4px;
    }
    .nav-button span:nth-of-type(1) {
        top: 0;
    }
    .nav-button span:nth-of-type(2) {
        top: 8px;
    }
    .nav-button span:nth-of-type(3) {
        bottom: 0;
    }
    .active .nav-button span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .active .nav-button span:nth-of-type(2) {
        opacity: 0;
    }
    .active .nav-button span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg);
    }
     */
    /* ftr */
    .ftr_wrap {
        padding: 30px 20px;
    }
    .ftr-menu {
        display: block;
    }
    .ftr-menu li,
    .ftr-btm li {
        margin: 16px 0;
    }
    .ftr-btm {
        display: block;
    }
    
    
    /* top */
    .inner {
        width: 94%;
        padding: 40px 0 60px;
    }
	.mv-inner img {
    width: 60%;
}
    .mv-inner {
        height: auto;
        display: block;
        padding: 24px;
        background-position: center;
		text-align:center;
    }
    .mv-sec .mv-txt {
        margin-top: 20px;
        letter-spacing: 0;
        text-align: center;
    }
    .cmp-sec .inner {
        padding: 10px 0;
    }
   .cmp-ttl {
    padding: 1px;
    font-size: 14px;
    font-weight: bold;
    }
    .desc-sec ul {
        display: block;
    }
    .desc-sec ul li {
        padding: 20px 10px;
    }
    .desc-sec .item2,
    .desc-sec .item3 {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .desc-sec .item1 {
        margin-bottom: 20px;
        display: block;
    }
    .desc-sec .item1 h3 {
        text-align: center;
    }
    .desc-sec .item1 p {
        margin: 20px 0;
        text-align: center;
    }
    .desc-sec img {
        width: auto;
    }
    .desc-sec .item1 div {
        text-align: center;
    }
    .desc-sec .item2 p {
        font-size: 16px;
    }
    .desc-sec .item3 div {
        display: block;
    }
    .desc-sec .item3 p {
        margin: 20px 0 0;
        text-align: center;
    }
    
    .sec-ttl {
        margin-bottom: 30px;
        font-size: 24px;
    }
    
    .area-sec ul,
    .area-sec li {
        display: block;
    }
    .area-sec li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .area-sec li p {
        margin: 16px 0;
    }
    .area-sec li > img {
        width: 210px;
    }
    .good-sec h3 span {
        font-size: 36px;
    }
    .good-sec h3 span + span {
        font-size: 32px;
    }
    .good-sec .num {
        width: auto;
    }
    .good-sec ol li {
        display: block;
        text-align: center;
        padding: 30px 20px;
        margin-top: 26px;
    }
    .good-sec .txt {
        width: auto;
        font-size: 16px;
    }
    .good-sec h4 {
        width: auto;
        font-size: 22px;
        margin-bottom: 14px;
    }
    .good-sec .txt span {
        display: block;
        padding: 2px;
    }
    .good-sec img {
        width: 160px;
    }
    .flow-sec ul li {
        padding: 20px;
        flex-direction: column;
    }
    .flow-sec ul div {
        width: auto;
        margin-bottom: 14px;
    }
    .flow-sec ul p {
        font-size: 16px;
    }
    .flow-sec ul li::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .news-block {
        padding: 10px 20px;
    }
    .news-block dl {
        margin: 14px 0;
        display: block;
    }
    .news-block dt {
        width: auto;
    }

.discitem1 {
    width: 100%;
    display: block;
}
.discitem1 p {
    margin: 20px;
}

.discitem2 {
    width: 100%;
    display: block;
}
.discitem2 p {
    margin: 20px;
}
.disc-sub {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}
.disc-box {
    padding: 5px;
    text-align: center;
}
span.bignumred {
    font-size: 33px;
    font-weight: bold;
    color: #ff0202;
}

ul.apps-btn {
    display: block;
    justify-content: space-between;
}
ul.apps-btn li {
    margin-bottom: 30px;
}
.tab_item, .tab1_item, .tab2_item, .tab3_item, .tab4_item, .tab5_item, .tab6_item, .tab7_item, .tab8_item, .tab9_item,
.tab11_item {
     width: calc(100%/2);
    height: 28px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 25px;
    font-size: 10px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.shinseikatsu-denki-price-sec .tab1_item,.shinseikatsu-denki-price-sec .tab_item,.shinseikatsu-denki-price-sec .tab2_item,.shinseikatsu-denki-price-sec .tab3_item,.shinseikatsu-denki-price-sec .tab4_item,.shinseikatsu-denki-price-sec .tab5_item,.shinseikatsu-denki-price-sec .tab6_item,.shinseikatsu-denki-price-sec .tab7_item,.shinseikatsu-denki-price-sec .tab8_item,.shinseikatsu-denki-price-sec .tab9_item {
    font-size: 16px;
}



.tab_content, .tab1_content, .tab2_content, .tab3_content, .tab4_content, .tab5_content, .tab6_content, .tab7_content, .tab8_content, .tab9_content,
.tab11_content {
    display: none;
    padding: 20px 10px 0;
    clear: both;
    overflow: hidden;
    font-size: 13px;
}

td, th {
    padding: 10px 5px;
}
	.spec-disx1 {
    display: block;
    justify-content: space-between;
    margin-bottom: 40px;
    text-align: center;

}
ul.apps-btn img {
    width: 90%;
}
ul.apps-btn {
    text-align:center;
}
	.link-sec .inner {
    width: 98%;
    margin: 0 auto;
    padding: 20px 0 20px;
}
	.sub-mv-inner {
    text-align: center;
}
	.sub-mv-inner img {
		width:90%;
    margin-left: 6%;
}
	th {
    width: 30%;
}
.area-sec th:first-child{
    width:10%;
}
.form-tbl td:first-child {
    width: 100%;
    background: none;
}

	table.form-tbl td {
    display: block;
    width: 100%;
}
	.form-tbl th, .form-tbl td {
    padding: 2.6%;
    border: none;
    vertical-align: middle;
}
	.sp-on{
		display:block;
	}
	tr {
    border-bottom: solid 1px #DDD;
}
	.qa-block dt {
    font-size: 18px;
    font-weight: bold;
}
	.qa-block dd {
    margin-top: 10px;
    font-size: 13px;
}
	input, select {
    width: 100%;
    padding: 6px;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    font-family: inherit;
    height: 40px;
    font-size: 16px;
}
	/* .globalnav .dropdown-btn {
    position: relative;
    background: #FFF;
    margin: 10px;
    border-radius: 10px;
		background-image:url("../img/form-bk.png");
} */
	.thanks-area h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
}
.thanks-area h3+p {
    margin-bottom: 20px;
}
.thanks-area .tel-block h4 {
    padding: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #12a0da;
}
.thanks-area .tel-block a[href^="tel:"] {
    display: block;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 20px;
}
	.cmp-sec {
    background: #7fc5f8;
}
	.mv-txt span {
    font-weight: bold;
    font-size: 30px;
    width: 100%;
}
	.sp-none{
		display:none;
	}
	ul.hikari-spec {
    display: block;
    justify-content: flex-end;
} 
}



