@charset "utf-8";

/*numFont*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
.numfont01 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1%;
  font-weight: 400;
}
.numfont02 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1%;
  font-weight: 700;
}
body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #111111;/*454545;*/
  /*font-size: 88%;*/
  width: 100%;
}
html{
 /*scroll-behavior: smooth;*/
}

@media screen and (min-width:768px) {
  /* PC SP 表示切り替え
----------------------------------------------*/
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
@media screen and (max-width:767x) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
/***********************************/
* {
  box-sizing: border-box;
}

/* clearfix
------------------------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.textcenter {
  text-align: center !important;
  margin: auto !important;
  display: inline-block;
  color: #ff0000;
}


/************************************************************************************************/
/* PC only
-------------------------------------------------------------------PC */
@media only screen and (min-width: 768px) {
  /*overwrite*/
  .nav-service.type-2 {
  padding: 0;
  background: #414349;
  height:40px;
}
  .commufa_h1 {
    background: linear-gradient(transparent 60%, #ffff66 80%);
    text-align: center;
    width: 980px;
    margin: 40px auto 0;
    /*padding-top:40px;*/
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
  }
  section #commufa__wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main_kv_commufa {
    background: linear-gradient(0deg, #fff 85%, #FFFABF);
    /* background: url(../img/main_bg_yellow.png)repeat-x center -90px;*/
    /*  background: linear-gradient(#FFC778 10%, #FFF);*/
    /* background: linear-gradient( 0deg, #fff 90%, #FFC778);*/
  }
  .main_kv_commufa > .main_kv_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .main_kv_commufa img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  /* Call_block */
  div.call_block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0.5em;
    padding-right: 0;
    padding-left: 0;
    background-color: #EFEFEF;
  }
  p.call_title {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto !important;
    padding: 1% 0;
    letter-spacing: 0.1em;
  }
  ul.call_area_wrap {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 98%;
    max-width: 1000px;
  }
  ul.call_area_wrap li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
  }
  ul.call_area_wrap li img {
    width: 100%;
    height: auto;
    max-height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

/* section width
-------------------------------------------------------------------------- PC */
  section #commufa_points, section #commufa_internet, section #commufa_osusume, section #commufa_campaign, section #commufa_price, section #commufa_option, section #commufa_flow, section #commufa_contact {
    width: 100%;
    margin-top:-37px;/****/
    padding-top:37px;/***/
    /***/
    margin-bottom:20px;
  }
  div.commufa_contents {
    width: 1000px;
    margin: 0 auto;
  }
  div.commufa_contents_wrap {
    width: 100%;
    margin: 0 auto;
    backgroud-color: #EFEFEF;
    padding: 1em 0;
    clear: both;
  }
  section .commufa_contents img {
    margin: 0 auto;
    padding: 0;
  }

/* attention
-------------------------------------------------------------------------PC */
  section.section_attention_top {
    margin: 10px auto 8px;
    width: 100%;
    background-color: #EFEFEF;
    padding: .6em 0 .3em;
  }

  section.section_attention_top_apply {
    padding-top: 50px;
    padding-bottom: 85px;
    margin: 30px 0 0;
  }

  div.attention_top {
    width: 1000px;
    display: table;
    font-size: 0.9em;
    margin: .3em auto;
  }
  div.attention_top h2.num01 {
    display: table-cell;
    width: 7em;
    padding: .8em .7em .6em;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    background-color: #262626;
  }
  div.attention_top p.h3-text01 {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: middle;
    padding: .8em 1em .6em 1em;
    background-color: #EFEFEF;
    font-size: 13px;
  }

/* font-size
-----------------------------------PC */
  p.p_breadclumb {
    font-size: 10px !important;
    line-height: 1.5;
    text-align: left;
    width: 1000px;
    margin: 0 auto 1em !important;
    padding: 0;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
  }
  div.attention_bottom_wrap {
    margin: 0 auto 16px;
    width: 1000px;
    /*background-color:#EFEFEF;*/
    padding: 0;
  }
  p.attention_bottom {
    font-size: 12px;
    line-height: 1.6;
  }

/* tab
------------------------------------------------------------- PC */
  ul.tab-group {
    display: flex;
    justify-content: center;
    margin:1.2em 0 0;
    padding:0;
  }
  li.tab {
    box-sizing:border-box;
    flex:0 0 48%;
    padding: .7em .2em .5em 1em;
    list-style: none;
    text-align: center;
    cursor: pointer;
    background: #E8E8E8;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 1.3em;
  }
  li.tab span {
    display: block;
    position: absolute;
    width: 4em;
    line-height: 1;
    margin: auto;
    padding:1.2em 0;
    top: 14px;
    bottom: 10px;
    left: 20px;
    background: #fff;
    border-radius: 2px;
    color: #3C3C3C
  }
  li.tab:nth-child(1) {
    margin: 0 2px 0 20px;
    margin-right: auto;
  }
  li.tab:nth-child(2) {
    margin: 0 20px 0 2px;
  }
  .panel-group {
    height: auto;
    border-top: solid 3px #EB5505;
    background: #fff;
    margin-bottom:2.4em;
  }
  .panel-group .panel {
    display: none;
  }
  .tab.is-active {
    background: #EB5505;
    color: #FFF;
    transition: all 0.2s ease-out;
  }
  .panel.is-show {
    display: block;
  }
  .tab-group-02 > li.tab {
    padding: 29px;
    position: relative;
  }
  .tab-group-02 > li.tab::before {
    content: "";
    position: absolute;
    background: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-01.png) no-repeat;
    width: 61px;
    height: 45px;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
  }
  .tab-group-02 > li.tab.is-active::before {
    background-image: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-01_active.png);
  }
  .tab-group-02 > li+li.tab::before {
    content: "";
    position: absolute;
    background: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-02.png) no-repeat;
    width: 78px;
    height: 62px;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
  }
  .tab-group-02 > li+li.tab.is-active::before {
    background-image: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-02_active.png);
  }

/* SubTitle PC
-------------------------------------------------------------------------------PC */
  /* subtitle h1 -------------------------------------*/
  div.sub_title_area1 h1 {
    width: 100%;
    margin: 2em 0 0.5em;
    padding: 15px 0 0;
    background-color: #ccc;
    background: url(../img/subtitle_title_bg_img.png) repeat-x;
    background-position: center top;
    height: 102px;
    text-align: center;
    font-size: 32px !important;
    color: #fff;
  }
  div.sub_title_area1 h1 span {
    font-size: 30px !important;
    font-weight: bold !important;
    vertical-align: -3% !important;
  }

  /* subtitle h2 Normal ----------------------------*/
  div.sub_title_area h2 {
    position: relative;
    width: 100%;
    margin: 1em 0 1.2em;
    padding: 10px;
    background-color: #ccc;
    background: url(../img/subtitle_title_bg_img.png) repeat-x;
    background-position: center top;
    height: 100px;
    text-align: center;
    font-size: 45px;
    color: #FFFFFF;
  }
  div.sub_title_area3 h2 {
    position: relative;
    width: 100%;
    margin: 1em 0 1.2em;
    padding: 0.2em;
    background-color: #ccc;
    background: url(../img/subtitle_title_bg_img.png) repeat-x;
    background-position: center top;
    height: 100px;
    text-align: center;
    font-size: 37.5px;
    color: #FFFFFF;
  }
  /* subtitle h2-2 Black ----------------------------- */
  div.sub_title_area2 h2 {
    width: 100%;
    margin: 1em 0 .5em;
    padding: 0;
    background-color: #ccc;
    background: url(../img/subtitle_title_bg_img2.png) repeat-x;
    background-position: center top;
    height: 100px;
    text-align: center;
  }
  div.sub_title_area2 h2 img.sub_text2 {
    margin: 12px 0 0 !important;
    padding: 0;
    height: auto;
  }
  /* border wrap ----------------------------------------*/
  div.cpnContents h2 {
    color: black;
  }
  div.commufa_contents .commufa_contents_border1 {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 2px 1em;
  }
  div.commufa_contents .commufa_contents_border2 {
    border: 5px solid #EC6C00;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 2px 1em;
  }
  div.commufa_contents p {
    font-size: 14px;
    line-height: 1.6;
    margin: .5em 1em;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
  }
  div.commufa_contents2 p {
    font-size: 20px;
    line-height: 1.6;
    margin: .5em 1em;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
  }
  div.commufa_contents p .attention01 {
    font-size: 12px;
    line-height: 1.6;
    margin: .5em 1em 1em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  div.commufa_contents .attention02 {
    padding: 0 30px;
    margin-bottom: 15px;
  }
  div.commufa_contents .attention02_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    background: #F00;
    padding: 5px 15px 3px;
    margin: 12px 0 10px;
    display: inline-block;
  }
  div.commufa_contents .attention02_cont {
    font-size: 17px;
    font-size: 1.7rem;
  }

/* commufa_option_area
-----------------------------------------------------------------------PC */
  /*        ul.commufa__option_area {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around;
                width: 1000px;
        }
        ul.commufa_option_area li.option_box {
                flex-basis: 48%;
                text-align: center;
                margin: .6em .5em 1em;
                padding: .5em .5em .5em;
                box-sizing: border-box;
        }
        ul.commufa_option_area li.option_box img {
                width: 98%;
                margin: auto;
        }*/


/* price_box
------------------------------------------------- PC*/
div.price_box_area01 {
  display:flex;
  flex-wrap:no-wrap;
  /*flex-wrap:wrap;*/
 }
div.price_box_area01 p {

 }

div.price_box_area {
  display:flex;
  flex-wrap:no-wrap;
  /*flex-wrap:wrap;*/
 }
div.box_commufa_1 {
border:1px solid #EB5505;
border-radius: 6px;
margin:1em 2% 2%;
padding:0;
  width:100%;
    }
 div.box_commufa_1 h3 {
  width: 100%;
  height: 40px;
  margin:0;
  /*padding-left:100px;*/
  background: #EB5505;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align:center;
   line-height:42px;
  color:#fff;
}
  div.box_commufa_1 h3 span{
  position: absolute;
  top:-10px;
  left:20px;
  width: 70px;
  height: 50px;
  background: #EB5505;
  border-radius: 50%;
}
  div.box_commufa_content {
  padding:.8em;
  }
/* price_box END -----------*/


/* Opiton　PC
---------------------------------------------- PC*/
  .option_bn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 1em auto;
    /*  border:1px solid #ccc;*/
  }
  .option_bn_box {
    flex-basis: 455px;
    text-align: center;
    margin: 1em auto 0;
    padding: 0;
    box-sizing: border-box;
  }
  .option_bn_box img {
    width: 100%;
  }

/* オプション同時3 PC
--------------------------------------------- PC*/
  #optionSync_area {
    width: 100%;
    background-color: #EFEFEF;
    text-align: center;
    margin: 0.5em auto 2em;
    padding: 1em 0 2em;
    box-sizing: border-box;
  }
  #optionSync_area .optionSync_tit {
    width: 100%;
    max-width: 1000px;
    background-color: #EFEFEF;
    text-align: center;
    margin: 0.5em auto 12px;
    padding: 0;
  }
  #optionSync_area ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;
    margin: 0 auto;
  }
  #optionSync_area ul::after {
    content: "";
    display: block;
    width: 32%;
  }
  #optionSync_area ul li {
    flex-basis: 32%;
  }
  #optionSync_area ul li img {
    margin: 0;
    padding: 0;
    width: 100%;
  }

/* btn PC
-------------------------------------- PC*/
  div.btn_area {
    clear: both;
    margin: 0 auto;
  }
  div.btn_area2 {
    clear: both;
    float: none;
  }
  div.btn_area3 {
    clear: both;
    float: none;
  }
  div.btn_area_blank {
    clear: both;
    margin: 0 auto;
  }
  div.flow_btn_area_wrap {
    clear: both;
    margin: 10px auto 0;
    max-width: 1000px;
    width: 100%;
    flex: none;
  }
  div.btn_area a.btn_01 {
    display: block;
    text-decoration: none;
    height: 35px;
    width: 90%;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 8px;
    transition: 0.3s;
    margin: 0 auto 1em;
    font-size: 13px;
  }
  div.btn_area2 a.btn_01 {
    display: block;
    text-decoration: none;
    height: 40px;
    width: 90%;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 8px;
    transition: 0.3s;
    margin: 0 auto 1em;
    font-size: 13px;
  }
  div.btn_area3 a.btn_01 {
    display: block;
    text-decoration: none;
    height: 40px;
    width: 90%;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 8px;
    transition: 0.3s;
    margin: 10px auto 1em;
    font-size: 13px;
  }
  div.btn_area_blank a.btn_01 {
    display: block;
    text-decoration: none;
    height: 35px;
    width: 90%;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 8px;
    transition: 0.3s;
    margin: 0 auto 1em;
    font-size: 13px;
  }
  div.btn_area a.btn_01:hover,
  div.btn_area_blank a.btn_01:hover,
  div.btn_area2 a.btn_01:hover,
  div.btn_area3 a.btn_01:hover {
    background: #84CEFF;
    color: #fff;
  }

/* mod
-------------------------------------- PC*/
  p.mod-txtTitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
  }
  .mod-txtEmPhrase {
    font-size: 16px;
    font-weight: bold;
  }
  .mod-txtEm {
    color: #e00000;
  }
  .right {
    text-align: right;
  }
  .cpnContents {
    padding: 0px 10px;
    max-width: 1000px;
    margin: 0px auto;
  }
  .cpnContents img {
    max-width: 100%;
    vertical-align: middle;
  }
  img.linkIcon {
    vertical-align: middle;
    padding-left: 3px;
  }

/*アコーディオン
---------------------------------------------- PC*/
  .mod-hdg_commufa {
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #111111;/*585b61;*/
    font-size: 20px;
    margin-top:.3em;
  }
  .accbox {
    margin: .5em 0 2em;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  .accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 13px 12px;
    color: #fff;
    font-weight: bold;
    background: #64BEFF;
    cursor: pointer;
    transition: all 0.1s;
  }
  .accbox label:after {
    content: '詳しく見る \f13a';
    font-family: "Font Awesome 5 Free";
    padding-left: .8em;
    font-size: 1.2em;
    font-weight: 900;
  }
  .accbox label:hover {
    background: #3CA2EC;
  }
  .accbox input {
    display: none;
  }
  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
  }
  .cssacc:checked + label + .accshow {
    min-height: 200px;
    height: auto;
    padding: 1em .5em;
    background: #fff;
    opacity: 1;
    border: 1px solid #ccc;
  }
  .accbox .accshow p {
    margin: .6em .5em;
    padding:0;
  }
  .cssacc:checked + label:after {
    font-family: "Font Awesome 5 Free";
    content: '閉じる \f139';
    font-size: 1.2em;
    font-weight: 900;
  }


  /****************************/
  .f_size10 {
    font-size: 10px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size11 {
    font-size: 11px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size12 {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size13 {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size14 {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mt12 {
    margin-top: 1.4em !important;
  }
  .pt12 {
    padding-top: 1.4em !important;
  }
  .ctmt1 {
    text-align:center;
    margin-top:1em;
    margin-bottom:1em !important;/***/
  }

  .toiawase_area_sub_p {
    font-size: 12px;
    text-align: center;
    line-heihgt: 1.8;
  }
  div.commufa_contents_wrap_gray {
    width: 100%;
    margin: 0 auto;
    background-color: #EFEFEF;
    padding: 1em 0;
    clear: both;
  }
  .applicationBox {
    width: 1000px;
    margin: 0;
    padding: 0;
    background-color: #EFEFEF;
  }
  .btn_footerImg {
    width: 970px;
    margin: 0 auto;
    padding: 0;
  }
  .add_wid {
    width:970px !important;
    margin: 0 auto;
  }

  .apply_hdg {
    text-align: center;   
    margin-top: 0;
    margin-bottom: 40px;
  }

  .apply_box {
    background: #c6cee4;
    border-radius: 6px;
    padding: 20px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .apply_box_inner {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
  }

  .apply_box_inner > p {
    margin: 0;
  }

  .btn_list_area {
    background: #eeeeee;
    padding: 20px 30px;
    margin: 0 0 30px;
  }

  .btn_list_hdg {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }

  .btn_list {
    display: flex;
  }
  
  .btn_list > li {
    width: 50%;
    text-align: center;
  }

  .btn_list > li + li {
    margin-left: 20px;
  }

  .btn_list > li > a {
    display: block;
    background: #fff;
    color: #0b308e;
    border: 1px solid #0b308e;
    padding: 10px 20px 10px 10px;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
  }
  
  .btn_list > li > a::after {
    content: "";
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #0b308e;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
  }
}


  /* //@media PC only End */






/************************************************************************************************************************************/
/*****************************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/
/* SP
----------------------------------------------------------------------- SP*/
@media only screen and (max-width:767px) {
  .commufa_h1 {
    background: linear-gradient(transparent 60%, #ffff66 80%);
    text-align: center;
    width: 92%;
    margin: 0 4%;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /*smp all wrap */
  section #commufa__wrapper {
    width: 100%;
  }
  .main_kv_commufa {
    background: linear-gradient(0deg, #fff 85%, #FFFABF);
    /*      background: url(../img/main_bg_yellow.png) repeat-x 0 0 / 100%;*/
  }
  .main_kv_commufa > .main_kv_inner {
    /*max-width: 1000px;*/
    width: 100%;
    margin: 0 auto;
  }
  .main_kv_commufa img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  /* section width ------------------------------------SP */
  section #commufa_internet,section #commufa_osusume, section #commufa_campaign, section #commufa_price, section #commufa_option, section #commufa_flow, section #commufa_contact {
    width: 100%;
    margin-top:-54px;
    padding-top:64px;
    /****/
    margin-bottom:16px;
  }
  section .commufa_contents {
    width: 96%;
    margin: 0 auto;
  }
  h2.titel_space {
    margin-top:50px !important;
    /*padding-top:60px;*/
  }
  div.sub_title_area h2 {
    width: 100%;
    margin: 1em 0 1.2em;
    background-color: #ccc;
    background: url(../img/subtitle_title_bg_img.png) repeat-x;
    background-size: 600px;
    background-position: center top;
    height: 60px;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
  }
/* font-size
-----------------------------------SP */
  p.p_breadclumb {
    font-size: 8px !important;
    line-height: 1.5;
    padding: 0 3px;
    text-align: left;
    margin:3px 0 1em;
  }
  p {
    font-size: 12px;
    line-height: 1.5;
  }
  div.attention_bottom_wrap {
    margin: -3px auto 8px;
    width: 96%;
    padding: 0;
  }
  p.attention_bottom {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
  }

/* attention_top
-------------------------------------------------------------SP */
  section.section_attention_top {
    background-color: #EFEFEF;
    width: 100%;
    padding: 2px 2%;
    box-sizing: border-box;
  }
  div.attention_top {
    width: 100%;
    display: table;
    font-size: .7rem;
    margin: .3em auto;
    background-color: #EFEFEF
  }
  div.attention_top h2.num01 {
    display: table-cell;
    width: 5.5em;
    padding: .5em;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    background-color: #262626;
  }
  div.attention_top p.h3-text01 {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: middle;
    padding: .4em;
    line-height: 1.5;
    font-size: .7rem;
    background-color: #EFEFEF;
    font-size: 12px;
    font-size: 1.2rem;
  }

  /* attention_02
  -------------------------------------------------------------SP */
  div.commufa_contents .attention02 {
    padding: 0 10px;
  }
  div.commufa_contents .attention02_ttl {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    background: #F00;
    padding: 5px 15px 3px;
    margin: 12px 0 10px;
    display: inline-block;
  }
  div.commufa_contents .attention02_cont {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

/* Opiton　SP
---------------------------------------------SP */
  .option_bn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 1em;
    /*  border:1px solid #ccc;*/
  }
  .option_bn_box {
    flex-basis: 48%;
    text-align: center;
    margin: 1em auto 0;
    padding: 0;
    box-sizing: border-box;
  }
  .option_bn_box img {
    width: 100%;
  }

/* commufa_option_area
------------------------------------------------------------SP */
  ul.commufa__option_area {
    /*display: flex !important;*/
    /* flex-wrap: wrap;*/
    /* justify-content: space-around;*/
    width: 100%;
  }
  ul.commufa_option_area li.option_box {
    float: left !important;
    width: 160px;
    /*text-align: center;
                margin: .6em .5em 1em;
                padding: .5em .5em .5em;
                box-sizing: border-box;*/
  }
  ul.commufa_option_area li.option_box img {
    /* width: 98%;
                margin: auto;*/
  }

/*サブタイトル SP
------------------------------------------------------------SP */
  /* subtitle h1 ------------------------*/
  div.sub_title_area1 h1 {
    width: 100%;
    margin: 2em 0 0.5em;
    padding: 50px 0 0;
    background-color: #ccc;
    background: url(../img/subtitle_title_bg_img_s.png) repeat-x;
    background-position: center top;
    height: 100px;
    text-align: center;
    font-size: 20px !important;
    color: #fff;
  }
  div.sub_title_area1 h1 span {
    font-size: 18px !important;
    font-weight: bold !important;
    vertical-align: -3% !important;
  }
  div.sub_title_area1 h1 img.sub_text {
    margin: 35px 0 0;
    padding: 0;
    height: auto;
    display: none;
  }
  /* subtitle h2 normal img ------------------------SP */
  div.sub_title_area h2 img.sub_text {
    height: auto;
    font-size: 4.947916666666666vw;
    margin: 12px auto 0;
    padding: 0;
    letter-spacing: 0.5208333333333333vw;
    line-height: 1;
  }
  /* subtitle h2-2 black img ------------------------SP */
  div.sub_title_area2 h2 img.sub_text2 {
    margin: 8px 0 0 !important;
    padding: 0;
    height: auto;
    width: 100%;
  }

  /* subtitle h2-2 background ------------------------SP */
  div.sub_title_area3 h2 {
    position: relative;
    width: 100%;
    margin: 1em 0 1.2em;
    padding: 0.3em;
    background-color: #ccc;
    background: url(../img/subtitle_title_bg_img_s.png) repeat-x;
    background-position: center top;
    height: 80px;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
  }

  .call_block {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #area .call_block {
    margin-top: 30px;
  }
  .call_block dl {
    display: block;
  }
  .call_hd {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 10px 10px 8px;
  }
  .call_hd span {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .call_hd br, .call_hd br.is-pc {
    display: none;
  }
  .call_cont {
    width: 100%;
    display: block;
    padding: 20px 10px 8px;
  }
  .call_num {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .call_num > span {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .call_detail {
    width: 100%;
  }
  .call_time {
    font-size: 0.875rem;
    text-align: center;
  }
  .call_time_num {
    font-size: 1rem;
  }
  /* 相談・申込電話 */
  div.call_block {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    background-color: #EFEFEF;
  }
  p.call_title {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 auto !important;
    padding: 1% 0 0;
    letter-spacing: 0.1em;
  }
  ul.call_area_wrap {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  ul.call_area_wrap li {
    display: table-cell;
    padding: 0 0 0;
    margin: 0;
    width: 48%;
  }
  ul.call_area_wrap li img {
    width: 100%;
  }
  div.comment_area p {
    font-size: .62rem;
    line-height: 1.4;
    position: static;
    margin: 0.2em 0.8em;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }




/*****仮****/
/* price_box
------------------------------------------------- SP*/
div.price_box_area {
  display:flex;
 /* flex-wrap:no-wrap;*/
  flex-wrap:wrap;
 }
div.box_commufa_1 {
border:1px solid #EB5505;
border-radius: 6px;
margin:1em 2% 2%;
padding:0;
  width:100%;
    }
div.box_commufa_1 h3 {
  width: 100%;
  height: 40px;
  margin:0;
  /*padding-left:100px;*/
  background: #EB5505;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align:center;
   line-height:42px;
  color:#fff;
}
div.box_commufa_1 h3 span{
  position: absolute;
  top:-10px;
  left:20px;
  width: 70px;
  height: 50px;
  background: #EB5505;
  border-radius: 50%;
}
  div.box_commufa_content {
  padding:.8em;
  }
/* price_box END -----------*/

/* オプション同時-2 SMP
-------------------------------------------------------SP */
  #optionSync_area {
    width: 100%;
    background-color: #EFEFEF;
    text-align: center;
    margin: .5em auto 2em;
    padding: .2em 0 1em;
  }
  #optionSync_area .optionSync_tit {
    width: 96%;
    background-color: #EFEFEF;
    text-align: center;
    margin: .5em auto;
    padding: 0;
  }
  #optionSync_area ul {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: space-between;
    margin: 0 auto;
  }
  #optionSync_area ul::after {
    content: "";
    display: block;
    width: 32%;
  }
  #optionSync_area ul li {
    flex-basis: 49%;
  }
  #optionSync_area ul li img {
    margin: 0;
    padding: 0;
    width: 100%;
  }

/* btn SMP
--------------------------------------------------SP */
  div.btn_area {
    margin: 0 auto;
    width: 98%;
    text-align: center;
  }
  div.btn_area2 {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 96% !important;
    text-align: center !important;
  }
  div.btn_area3 {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 96% !important;
    text-align: center !important;
  }
  div.btn_area_blank {
    margin: 0 auto;
    width: 98%;
    text-align: center;
  }
  div.btn_area a.btn_01 {
    display: block;
    text-decoration: none;
    height: 32px;
    width: 98%;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 99px; /*4px;*/
    transition: 0.3s;
    margin: 6px auto 1em;
    font-size: .8em;
  }
  div.btn_area a.btn_01s {
    display: block;
    text-decoration: none;
    height: 32px;
    width: 98%;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 6px;
    transition: 0.3s;
    margin: 0 auto 1em;
    font-size: .76em;
  }
  div.btn_area2 a.btn_01 {
    display: block;
    text-decoration: none;
    height: 32px;
    width: 98%;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 6px;
    transition: 0.3s;
    margin: 6px auto 1em;
    font-size: .82em;
  }
  div.btn_area3 a.btn_01 {
    display: block;
    text-decoration: none;
    height: 32px;
    width: 98%;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 6px;
    transition: 0.3s;
    margin: 10px auto 10px;
    font-size: .82em;
  }
  div.btn_area_blank a.btn_01s {
    display: block;
    text-decoration: none;
    height: 32px;
    width: 98%;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #2590bf;
    border-radius: 6px;
    transition: 0.3s;
    margin: 0 auto 1em;
    font-size: .76em;
  }
  div.btn_area a.btn_01:hover,
  div.btn_area_blank a.btn_01:hover,
  div.btn_area2 a.btn_01:hover,
  div.btn_area3 a.btn_01:hover {
    background: #84CEFF;
    color: #fff;
  }
  /*div.btn_area a.btn_01:after,
div.btn_area2 a.btn_01:after {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: .9em;
    margin-left:4px;
}*/
  div.btn_area a.btn_01s:hover,
  div.btn_area_blank a.btn_01s:hover
  {
    background: #84CEFF;
    color: #fff;
  }

  /*
  --------------------------------------*/
  /*          div.commufa_contents p {
                font-size: 13px;
                line-height: 1.6;
                margin: .5em 1em;
                text-align: justify;
                text-justify: inter-ideograph;
        }
        div.commufa_contents p .attention01 {
                font-size: 11px;
                line-height: 1.6;
                margin: .5em 1em 1em;
                text-align: justify;
                text-justify: inter-ideograph;
        }
  */

  /* mod
----------------------------------------SP */
  p.mod-txtTitle {
    font-size: 13px;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
  }
  .mod-txtEmPhrase {
    font-size: 13px;
    font-weight: bold;
  }
  .mod-txtEm {
    color: #e00000;
  }
  .right {
    text-align: right;
  }
  .cpnContents {
    padding: 0px 10px;
    max-width: 100%;
    margin: 0px auto;
  }
  .cpnContents img {
    max-width: 100%;
    vertical-align: middle;
  }
  img.linkIcon {
    vertical-align: middle;
    padding-left: 3px;
  }

/* tab
--------------------------------------------------------SP */
  ul.tab-group {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  li.tab {
    box-sizing:border-box;
    flex:0 0 48%;
    padding: .4em .2em .3em;
    list-style: none;
    text-align: center;
    cursor: pointer;
    background: #E8E8E8;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 11px;
    line-height: 1.4;
  }
  li.tab span:after {
    content: "：";
  }
  li.tab:nth-child(1) {
    margin: 0 2px 0 10px;
    margin-right: auto;
  }
  li.tab:nth-child(2) {
    margin: 0 10px 0 2px;
  }
  .panel-group {
    height: auto;
    border-top: solid 3px #EB5505;
    background: #fff;
  }
  .panel {
    display: none;
  }
  .tab.is-active {
    background: #EB5505;
    color: #FFF;
    transition: all 0.2s ease-out;
  }
  .panel.is-show {
    display: block;
  }
  .tab-group-02 > li.tab {
    padding: 14px;
    position: relative;
    font-size: 1.2rem;
  }
  .tab-group-02 > li.tab::before {
    content: "";
    position: absolute;
    background: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-01.png) no-repeat;
    width: 30px;
    height: 22px;
    background-size: 30px 22px;
    top: 0;
    left: 12%;
    bottom: 0;
    margin: auto;
  }
  .tab-group-02 > li.tab.is-active::before {
    background-image: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-01_active.png);
  }
  .tab-group-02 > li + li.tab::before {
    content: "";
    position: absolute;
    background: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-02.png) no-repeat;
    width: 39px;
    height: 31px;
    background-size: 39px 31px;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
  }
  .tab-group-02 > li + li.tab.is-active::before {
    background-image: url(/access/hikari/commufa/_xdata/img/bg-tabIcon-02_active.png);
  }
  .panel-group-02 {
    margin-bottom: 20px;
  }


/*アコーディオン
----------------------------------------------- SP */
  .mod-hdg_commufa {
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #111111;
    font-size: 14px;
    margin-top:.3em;
  }
  .mod-hdg_commufa2 {
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #111111;
    font-size: 15px;
    margin-top:.3em;
  }
  .accbox {
    margin: .5em 0 2em;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  .accbox label {
    display: block;
    margin: 0;
    padding: 6px 0;
    color: #fff;
    /*font-weight: bold;*/
    background: #64BEFF;
    cursor: pointer;
    transition: all 0.1s;
    font-size: 12px;
  }
  .accbox label:after {
    content: '詳しく見る \f13a';
    font-family: "Font Awesome 5 Free";
    padding-left: .8em;
    font-size: 1.2em;
    font-weight: 900;
  }
  .accbox label:hover {
    background: #3CA2EC;
  }
  .accbox input {
    display: none;
  }
  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
  }
  .cssacc:checked + label + .accshow {
    min-height: 200px;
    height: auto;
    padding: 0;
    background: #fff;
    opacity: 1;
    /*border: 1px solid #ccc;*/
  }
  .accbox .accshow p {
    /*margin: 15px 10px;*/
  }
  .cssacc:checked + label:after {
   font-family: "Font Awesome 5 Free";
    content: '閉じる \f139';
    font-size: 1.2em;
    font-weight: 900;
  }
  /****************************/
  .f_size10 {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .f_size14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mt12 {
    margin-top: 1em !important;
  }
  .pt12 {
    padding-top: 1em !important;
  }
  .toiawase_area_sub_p {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center !important;
    line-heihgt: 1.8;
    margin:auto;
  }
  div.subscription_wrap {
    width: 100%;
    background-color: #ccc;
  }
  div.commufa_contents_wrap_gray {
    width: 100%;
    margin: 0 auto;
    background-color: #EFEFEF;
    padding: 1em 0;
    clear: both;
  }
  .applicationBox {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #EFEFEF;
  }
  .btn_footerImg {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .subscription_wrap, .sub_title_area_k {
    background-color: #EFEFEF !important;
  }

  section.section_attention_top.section_attention_top_apply {
    padding: 25px 0 35px;
    margin: 15px 0 25px;
  }

  .apply_box_inner img {
    width: 100%;
  }

  .apply_hdg {
    padding: 0 50px;
    margin-top: 0;

  }

  .apply_hdg > img {
    width: 100%;
  }

  .apply_box {
    background: #c6cee4;
    border-radius: 6px;
    padding: 8px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .apply_box_inner {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
  }

  .apply_box_inner > p {
    margin: 0;
  }

  .btn_list_area {
    background: #eeeeee;
    padding: 15px 26px;
    margin: 0 0 15px;
  }

  .btn_list_hdg {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin-top: 0;
  }

  .btn_list {
    display: block;
  }
  
  .btn_list > li {
    width: 100%;
    text-align: center;
  }

  .btn_list > li + li {
    margin-top: 10px;
  }

  .btn_list > li > a {
    display: block;
    background: #fff;
    color: #0b308e;
    border: 1px solid #0b308e;
    padding: 10px 20px 10px 10px;
    border-radius: 4px;
    font-size: 10px;
    position: relative;
  }
  
  .btn_list > li > a::after {
    content: "";
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #0b308e;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
  }
  div.cpnContents h2 {
    /* padding: 1rem 2rem;
    border: 3px solid #004C7F;
    background-color: #004C7F;
    color: white;*/
  }
  /* //@media SMP only End */
}

/* 毎月の料金お支払いイメージ表
---------------------------------------------- 共通*/
  .panel-table-01,
  .panel-table-02 {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
  }

  .panel-table-01 tr th,
  .panel-table-01 tr td {
    padding: 10px;
  }

  .panel-table-01 tr th {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-weight: normal;
  }

  .panel-table-01 tr td {
    border-bottom: 1px solid #ccc;
  }

  .panel-table-02 tr th,
  .panel-table-02 tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px;
  }

  .panel-table-02 tr td:empty {
    background-color: #888;
  }

  .panel-table-02 tr th {
    background-color: #888;
    color: #fff;
    font-weight: bold;

  }

  .panel-table-02 tr + tr th {
    background-color: #f6f6f6;
    font-weight: normal;
    color: #111;
  }

  .panel-table-02-outer{
  overflow: auto;/*tableをスクロールさせる*/
  white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
  }
  .panel-table-02-outer::-webkit-scrollbar{/*tableにスクロールバーを追加*/
  height: 5px;
  }
  .panel-table-02-outer::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
  background: #f1f1f1;
  }
  .panel-table-02-outer::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
  background: #bcbcbc;
  }

  .panel-hdg {
    margin-top: 30px!important;
  }

  .w15 {
    width: 15%;
  }

  .w20 {
    width: 20%;
  }

  .bg-type02 {
    background-color: #fff8eb;
  }

  .ta-r {
    text-align: right!important;
  }

  .color-type-01 {
    color: #0080ff;
  }

  .color-type-02 {
    color: #ff8000;
  }

  .color-type-03 {
    color: #ff0000;
  }

  .mb5 {
    margin-bottom: 5px!important;
  }

  .textIndent {
    padding-left: 1em!important;
  }

  .icon-outside {
    width: auto!important;
    margin-left: 3px!important;
  }

  span.link-t-a {
    position: relative;
    top: -100px;
    display: block;
    }
