@charset "utf-8";
/*add2016
******************************/
body {
  animation: fadeIn .5s ease 0s 1 normal;
  -webkit-animation: fadeIn .5s ease 0s 1 normal;
}
img {
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
}
/* ipad ipadpro ipadmini
--------------------------------------*/
html {
  /* ↓要確認 */
  overflow: auto;
  height: 100%;
  width: 100%;
}
.contents_wrap_all {
  overflow: hidden;
}
/* ipad ipadpro ipadmini */
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/**********/

/*js-shift slowin
---------------------------*/
 .js-shift {
 opacity: 0;
 visibility: hidden;
 transform: translateY(14px);
 transition: all .6s;
}
.js-shift.is-show {
 opacity: 1;
 visibility: visible;
 transform: translateY(0px);
}
 .js-shift_2 {
 opacity: 0;
 visibility: hidden;
 transform: translateY(4px);
 transition: all .3s;
}
.js-shift_2.is-show_2 {
 opacity: 1;
 visibility: visible;
 transform: translateY(0px);
}


/****************************************************************/
/* SP form
------------------------------------------*/
@media (max-width:767px) {
  /*入力項目リセットタグ
-----------------------------------------*/
  /**{
margin:0;
padding: 0;
}*/
  button, option, select, textarea, input[type="button"], input[type="submit"], input[type="number"], input[type="email"], input[type="tel"], input[type="text"], input[type="option"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: 0;
    margin: 0;
    background: #fff;
  }
  input[type="button"] {
    background: #ADADAD !important;
    border-radius: 4px !important;
    border: solid 1px #ADADAD;
    color: #fff;
    cursor: pointer;
  }
  input[type="submit"] {
    background: #FF4343 !important;
    border-radius: 4px !important;
    border: solid 1px #FF1919;
    color: #fff;
    cursor: pointer;
    width: 45%;
    padding: .5em;
    font-weight: bold;
    font-size: 1em;
  }
  input[type="select"] {
    border: solid 1px #c0c0c0 !important;
  }
  /*----------------------------------------------------*/
  .form__wrap_top-m {
    width: 100%;
    background-color: #C2E3FF;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .form__wrap_top-m .form_title {
    text-align: center;
  }
  .form_area_wrap-m {
    padding: 18px;
    background: #FFF;
  }
  .form__wrap_top-m table {
    width: 100%;
  }
  .form__area1 {
    float: left;
  }
  .form__area2 {
    float: right;
  }
  .form__wrap_top-m table {
    width: 100%;
    border-spacing: 3px;
  }
  .form__wrap_top-m table tr {
    width: 100%;
  }
  .form__wrap_top-m table th {
    width: 12em;
    text-align: left;
    font-weight: normal;
    padding: 0 5px;
    height: 24px;
    padding-left: 30px;
    text-indent: -30px;
    padding-right: 0;
  }
  .form__wrap_top-m table td {
    height: 26px;
    padding: 1px 1px 2px 0;
  }
  /**************************************/
  .form__wrap_top {
    width: 100%;
    background: url("/form/images/areaform_bg_s.png");
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
  }
  .form__wrap_top .form_title {
    text-align: center;
  }
  .form_area_wrap {
    padding: 18px;
    background: #FFF;
  }
  .form__wrap_top table {
    width: 100%;
  }
  .form__wrap_top table {
    width: 100%;
    border-spacing: 3px;
  }
  .form__wrap_top table tr {
    width: 100%;
  }
  .form__wrap_top table th {
    width: 12em;
    text-align: left;
    font-weight: normal;
    padding: 0 5px;
    height: 24px;
    padding-left: 30px;
    text-indent: -30px;
    padding-right: 0;
  }
  .form__wrap_top table td {
    height: 26px;
    padding: 1px 1px 2px 0;
  }
  /**************************************/
  .check_box input {
    height: 16px;
    width: auto;
  }
  input {
    border: 1px solid #A6A6A6;
    width: 100%;
    box-sizing: border-box;
    height: 26px;
    padding-left: 5px;
  }
  input:focus {
    background-color: #FFE2E2;
  }
  .btn__area {
    clear: both;
    padding: 0 auto;
    margin: 0 auto;
    text-align: center;
  }
  .btn_moushikomi {
    background: none;
    border: none;
  }
  .form__wrap_top-m .btn__area_wrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    margin: 0;
  }
  .form__wrap_top .btn__area_wrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    margin: .5em 0 0;
  }
  .btn_moushikomi:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .jikan_select {
    width: 100%;
    height: 26px;
  }
  select {
    border: 1px solid #ccc;
    background: #fffbd5;
    border-radius: 2px;
    margin: 0 2px;
    padding-left: 5px;
  }
  input[type="checkbox"], input[type="radio"], input[type="text"] {
    display: inline-block;
    margin: 0 2px;
    padding-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
  }
  /*必須・任意
------------------------*/
  .form__wrap_top-m table th span {
    color: #FFF;
    border-radius: 3px;
    background: #FF4AA8;
    padding: 2px 3px;
    font-size: 10px;
    margin: 0 5px 0 0;
  }
  .form__wrap_top-m table th span.any {
    color: #FFF;
    border-radius: 3px;
    background: #3688ff !important;
    padding: 2px 3px;
    font-size: 10px;
    margin: 0 5px 0 0;
  }
  .form__wrap_top table th span {
    color: #FFF;
    border-radius: 3px;
    background: #FF4AA8;
    padding: 2px 3px;
    font-size: 10px;
    margin: 0 5px 0 0;
  }
  .form__wrap_top table th span.any {
    color: #FFF;
    border-radius: 3px;
    background: #3688ff !important;
    padding: 2px 3px;
    font-size: 10px;
    margin: 0 5px 0 0;
  }
  /*入力例
-------------------------*/
  input::-webkit-input-placeholder {
    color: #A3A3A3;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
  }
  input:-moz-placeholder {
    color: #A3A3A3;
    font-size: 12px;
    line-height: 12px;
  }
  input::-moz-placeholder {
    color: #A3A3A3;
    font-size: 12px;
    line-height: 12px;
  }
  input:-ms-input-placeholder {
    color: #A3A3A3;
    font-size: 12px;
    line-height: 12px;
  }
  input.field {
    background: #fffbd5;
  }
  /*プルダウン　▼ボタン
---------------------------*/
  .sankaku::before {
    position: absolute;
    top: 0.8em;
    right: 0.4em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }
  .sankaku {
    position: relative;
  }
  input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
    width: auto;
    height: auto;
  }
  #f_moushikomi-include-sp {
    width: 100%;
    margin: 0 auto;
    background-color: #c2e3ff;
  }
  #f_areacheck-include-sp {
    width: 100%;
    margin: 0 auto;
    background: url("/form/image/areaform_bg_s.png");
    background-size: cover;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
  }
}
/****************************************************************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  /*display: inline-flex;*/
  display: inline;
  vertical-align: -16%;
  ;
  margin-right: .2em;
}
i.material-icons {
  font-size: 1.3em;
  /*postion:relative;
 top:-3px;*/
}
div.midashi_warp-1 {
  background-color: #E71A20;
  width: 100%;
  border-radius: 3px;
}
div.midashi_warp-2 {
  background-color: #1379BF;
  width: 100%;
  border-radius: 3px;
}
div.midashi_warp-3 {
  background-color: #1379BF;
  width: 100%;
  border-radius: 3px;
}
div.midashi_warp-3-2 {
  background-color: #1379BF;
  width: calc(100% + 20px);
  margin-left: -10px;
  border-radius: 3px;
}
div.midashi_warp-4 {
  background-color: #FAA300;
  width: 100%;
  border-radius: 3px;
}
div.midashi_warp-1 h2, div.midashi_warp-2 h2, div.midashi_warp-3 h2, div.midashi_warp-4 h2 {
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  padding: .6em .7em .5em;
  letter-spacing: .04em;
  line-height: 1.2;
  letter-spacing: .1em;
  margin: 1.4em 0 .7em;
}
div.midashi_warp-3-2 h2 {
  font-size: 1.4em;
  color: white;
  font-weight: bold;
  padding: .6em .7em .5em;
  letter-spacing: .04em;
  line-height: 1.2;
  letter-spacing: .1em;
  margin: 1.4em -10px .7em;
}
@media (max-width:767px) {
  div.midashi_warp-1 {
    background-color: #E71A20;
    width: 95%;
    border-radius: 3px;
    margin: auto;
  }
  div.midashi_warp-2 {
    background-color: #1379BF;
    width: 95%;
    border-radius: 3px;
    margin: auto;
  }
  div.midashi_warp-3, div.midashi_warp-3-2 {
    background-color: #1379BF;
    width: 95%;
    border-radius: 3px;
    margin: auto;
  }
  div.midashi_warp-4 {
    background-color: #FAA300;
    width: 95%;
    border-radius: 3px;
    margin: auto;
  }
  div.midashi_warp-1 h2, div.midashi_warp-2 h2, div.midashi_warp-3 h2, div.midashi_warp-3-2 h2, div.midashi_warp-4 h2 {
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    padding: .7em .6em .6em;
    /*letter-spacing: 0.04em;*/
    line-height: 1.2;
    margin: 1.6em 0 .4em;
  }
} /**/
/*****************************************************/
/* 鳴り分け 切り替え block <---> none 20210716
----------------------------------------------------*/
.tel-Normal {
  display: none !important; /*1 normal*/
}
.tel-Nariwake {
  display: block !important; /*2 鳴り分け*/
}
/*****************************************************/
/*
--------------------------*/
div.pc_footer_btn2-wrap {
  dispalay: flex !important;
  flex-direction: row;
}
div.pc_footer_btn2-wrap div {
  width: 45%;
  display: block;
}
/*div.pc_footer_btn2-wrap > a > img {
	width:100%;
}*/
/**************************************************/
/* denryoku Title 
--------------------------------------------*/
@media (min-width:768px) {
  .denryoku_title {
    position: relative;
    text-align: center;
    background-color: #FFF000;
    color: #1379BF;
    font-weight: bold;
    margin: 2px 0 15px;
    padding: 0;
    border: 2px solid #1379BF;
    font-size: 28px;
    height: 64px;
    line-height: 66px;
    border-radius: 8px;
  }
  .denryoku_title h2 {
    color: #1379BF;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 28px;
    line-height: 66px;
    display: inline-block;
    letter-spacing: .1em;
  }
  .denryoku_title::before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -23px;
    width: 0;
    height: 0;
    border-width: 24px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #0F4D8F;
  }
  .denryoku_title::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-width: 21px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FFF000;
    z-index: 1;
  }
  .p-tousaito {
    padding: 1em .3em 0;
    text-align: justify;
  }
} /**/
@media (max-width:767px) {
  div.denryoku_title {
    position: relative;
    text-align: center;
    background-color: #FFF000;
    color: #1379BF;
    font-weight: bold;
    margin: 2px auto 1.5em;
    border: 2px solid #1379BF;
    padding: 1.2em .3em 1.1em;
    height: auto;
    line-height: 1;
    border-radius: 6px;
    width: 96%;
  }
  div.denryoku_title h2 {
    color: #1379BF;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: min(4.4vw, 20px);
    line-height: 1;
    display: inline-block;
    letter-spacing: .1em;
  }
  div.denryoku_title::before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -23px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #0F4D8F;
  }
  div.denryoku_title::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FFF000;
    z-index: 1;
  }
  .p-tousaito {
    padding: 0 .5em .2em;
    text-align: justify;
  }
}
/**********/
/*add2020 タイトルロゴ
******************************/
.head_title {
  background: url(../img3/logo_denki.svg) 0 0 no-repeat;
  background-size: contain;
  margin-top: 20px;
}
.head_title a {
  width: 300px;
  height: 60px;
  display: block;
}
.head_title h1 {
  display: none;
}
@media (max-width: 767px) {
  .head_title {
    background: url(../img3/logo_denki.svg) 0 0 no-repeat;
    background-size: contain;
    margin-top: 8px;
    margin-left: 8px;
  }
  .head_title a {
    width: 188px;
    height: 38px;
    display: block;
  }
  .head_title h1 {
    display: none;
  }
}
/**********/
.top-padding-fixonly {
  padding-top: 0 !Important;
}
.list_tbl {
  font-size: 0.72em
}
.tbl_logo {
  width: 20%;
}
*:focus {
  outline: none;
}
#nav ul {
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  padding: 0;
}
/**********************/
/**li tab*/
.tab_ttl {
  font-size: 0.9em;
  line-height: 130%;
  width: 24%;
  border: 4px solid #222;
}
.tab_tbl {
  font-size: 0.8em;
  line-height: 140%;
  text-align: left;
}
.logo_w {
  width: 66px !important;
}
.form_w {
  display: block;
  width: 50%;
  margin: 0.2em 0 0.6em 0.1em;
}
.tab_f0 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.3em;
}
.tab_f1 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.3em;
}
.tab_f2 {
  font-size: 0.9em;
  font-weight: bold;
}
/*********PC振り分け*********/
.pc_only {
  display: block;
}
.smp_only {
  display: none;
}
/* top 法人バナー
-----------------------------------------------------------------------*/
.houjinbnr {
  margin-bottom: 1.5em;
}
img.pc_only.area_size {
  margin: 0 auto;
  width: 93%;
}
@media (max-width:767px) { /*768*/
  .houjinbnr {
    width: 96%;
    margin: 0 auto 10px auto;
  }
}
/* top2へこれ
-----------------------------------------------------------------------*/
#page-top_img {
  position: fixed;
  bottom: 140px !important;
  right: 10px !important;
  font-size: 77%;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 100000;
}
#page-top_img a {
  text-decoration: none;
  padding: 0;
  text-align: center;
  display: block;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#page-top_img a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
/*****************************/
@media (max-width: 767px) {
  .h_clear {
    width: 99%;
    height: 70px;
  }
  .table_style_pc_smp {
    font-size: 0.7em;
  }
  .top-padding-fixonly {
    padding-top: 70px !Important;
  }
  .list_tbl {
    font-size: 0.67em;
  }
  .tbl_logo {
    width: 20%;
  }
  .tab_ttl {
    font-size: 0.72em !important;
    line-height: 140%;
  }
  .tab_tbl {
    font-size: 0.7em;
    line-height: 140%;
    text-align: left;
  }
  .logo_w {
    width: 66px !important;
  }
  .form_w {
    display: block;
    width: 50%;
    margin: 0.2em 0 0.6em 0.1em;
  }
  .tab_f1 {
    line-height: 100% !important;
    font-weight: bold;
    margin: 0.3 0 0;
    padding: 0;
  }
  .tab_f2 {
    font-size: 0.6em !important;
    line-height: 100% !important;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  /*********SMPtab振り分け*********/
  .pc_only {
    display: none;
  }
  .smp_only {
    display: block;
  }
}
@media (max-width:767px) { /*768*/
  .tab_ttl {
    font-size: 0.7em !important;
    line-height: 140%;
  }
  .tab_tbl {
    font-size: 0.62em;
    line-height: 140%;
    text-align: left;
  }
  .logo_w {
    width: 60px !important;
  }
  .form_w {
    display: block;
    width: 75%;
    margin: 0.2em 0 0.6em 0.1em;
  }
  .tab_f1 {
    font-size: 1em !important;
    line-height: 100% !important;
    font-weight: bold;
    margin: 0.3 0 0;
    padding: 0;
  }
  .tab_f2 {
    font-size: 0.6em !important;
    line-height: 100% !important;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  .h_clear {
    width: 99%;
    height: 70px;
  }
  .table_style_pc_smp {
    font-size: 0.7em;
  }
  .top-padding-fixonly {
    padding-top: 100px !Important;
  }
  .list_tbl {
    font-size: 0.67em
  }
  .tbl_logo {
    width: 20%;
  }
  /*********SMPtab振り分け*********/
  .pc_only {
    display: none;
  }
  .smp_only {
    display: block;
  }
}
/*****************************/
.table_style_pc_smp {
  font-size: 0.8em;
}
.h_clear {
  display: none;
}
.smp_navcolor {
  background-color: #0f4d91;
  border: #fff solid 1px !Important;
}
.netterabi {
  font-weight: blod;
  font-size: 16px;
  color: #2CBFAF;
}
/*******************************************************************/
a {
  /* FireFox リンク選択時の点線を消す　*/
  overflow: hidden;
  outline: none;
}
a:focus {
  outline: none;
}
img {
  border-style: none;
}
/*footer
*************************************************************/
.footer_tel_area {
  background-image: url(../img3/common/footer_tel_bn.png);
  background-position: center;
  background-size: contain;
  height: 170px;
  width: 100%;
  background-repeat: no-repeat;
}
.footer_tel_area2 {
  background-image: url(../img3/common/footer_tel_bn.png);
  background-position: center;
  background-size: 100%;
  height: 123px;
  width: 970px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
}
.btn_fix_btn-21 {
  float: right;
  width: 180px;
  margin: 60px 60px 0 0;
}
.btn_fix_btn-22 {
  float: right;
  width: 180px;
  margin: 60px 8px 0 0;
}
.fix2_wrap_bg {
  background-color: #1379BF !important;
  width: 100%;
}
/********************************************************/
.nav.navbar-nav li a:hover {
  background-color: #E9E9E9;
}
.main_tel_area {
  background: url(../img3/main_tel.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 163px;
  width: 100%;
}
/* sp footer botton area moushikomi
------------------------------------------------------- */
@media (max-width:767px) {
  ul.n-sp_footer_tel {
    display: flex;
  }
  ul.n-sp_footer_tel li:first-child {
    flex: 1 1 50%;
    padding: 0 0 0 2%;
  }
  ul.n-sp_footer_tel li:last-child {
    flex: 1 1 50%;
    padding: 0 2% 0 0;
  }
  ul.n-sp_footer_tel li img {
    width: 96%;
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}*/
body {
  line-height: 1.5em;
  /*	font-family: YuGothic, '游ゴシック', "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;*/
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体"sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
p {
  font-size: 13px;
  line-height: 24px;
  margin: 5px 10px;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label {
  font-weight: normal;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
ul {
  list-style-type: none;
}
.mT30 {
  margin-top: 30px;
}
.mT15 {
  margin-top: 15px;
}
.mTB15 {
  margin: 15px 0;
}
.attention_p {
  font-size: 10px;
  line-height: 140%;
  margin: 0.3em 1.5em 1em;
}
.c-black {
  background-color: #000;
}
/* top2へこれ
-----------------------------------------------------------------------*/
#page-top_img {
  position: fixed;
  bottom: 78px;
  right: 25px;
  font-size: 77%;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#page-top_img a {
  text-decoration: none;
  padding: 0;
  text-align: center;
  display: block;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#page-top_img a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
/*OPACITY
--------------------------------------------------------*/
a {
  transition: opacity 0.6s ease-in-out !Important;
  -o-transition: opacity 0.6s ease-in-out !Important;
  -moz-transition: opacity 0.6s ease-in-out !Important;
  -webkit-transition: opacity 0.6s ease-in-out !Important;
  -ms-transition: opacity 0.6s ease-in-out !Important;
}
a:hover {
  /* opacity: 0.5 !Important;*/
  opacity: 1.0 !Important;
}
a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
@media (max-width: 767px) {
  .res-img {
    width: 100%;
    height: auto;
  }
  .main_tel_smp {
    position: absolute;
    top: 49%;
  }
}
span.small {
  font-size: 0.8em;
}
/*CSS*/
/*トップ*/
body {

}
.wrap {
  overflow: hidden;
  /*min-width: 768px;*/
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .head-logo {
    float: left;
    margin-top: 29px !important;
  }
}
/*********************************************/
/*ヘッダー*/
.header-text {
  font-size: 11px;
  height: 20px;
  padding: 3px 0 0;
  margin: 0;
  line-height: 20px;
  text-align: left;
  background-color: #428AEC;
  color: #fff;
}
.head {
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
}
.header-container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.head-logo {
  float: left;
}
.contact-header {
  overflow: hidden;
  margin-top: 5px; /*10px;*/
}
.contact-header-left {
  float: left;
  width: 40%;
}
.contact-header-left {
  float: left;
  width: 40%;
}
.contact-header-right {
  float: right;
  width: 60%;
  margin: 0px;
  padding-right: 8px; /*18px;*/
}
.head_button {
  float: right;
  text-align: center;
  position: relative;
  margin-left: 8px;
  margin-top: 8px !important;
}
@media (min-width:768px) and (max-width:1024px) {
  .contact-header-left {
    float: left;
    width: 30% !important;
    margin-left: 0px;
  }
  .contact-header-left img {
    float: left;
    width: 260px !important;
    margin: 0px;
  }
  .contact-header-right {
    float: right;
    width: 68%;
    margin: 0px;
    padding-right: 2px;
  }
}
.head_button p {
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  margin: 0 auto;
  padding-left: 3px;
  top: -3px;
  left: 0;
  right: 0;
}
.head_button img {
  vertical-align: bottom;
}
.header-left {
  float: left;
}
.header-right {
  float: right;
  width: 54%; /*60%;*/
}
/*.header-right {
	float: right;
	margin-top: 0;
	margin-right: 15px;
	width: 60%;
}*/
.form_btn_area {
  width: 52%; /*49%;*/
  float: right;
  display: block;
  margin: 16px -8px 0 0;
  position: relative;
}
.mail {
  margin: 5px 0 0 0px;
  padding: 0;
}
img.po-ab {
  margin-left: 40px;
  position: absolute;
  width: 15%;
}
/*.mail {
	margin: 0 2px;
	padding: 0;
	float: right;
}
*/
.web_uketsuke {
  width: 100%;
  /*text-align: center;*/
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding-left: 10%;
  margin: 0;
}
.head-logo {
  margin: 10px 0 0 2px;
}
.sm-head-logo {
  margin: -5px 0 8px;
}
.company-name {
  margin: 20px 0;
}
.point-text-right {
  float: right;
  padding-right: 35px;
}
.point-img3 {
  padding-top: 30px 0 0 30px;
}
.hikaku-hyou {
  padding: 50px 0 68px 0;
}
.sm-kekka {
  margin: 20px 0 20px 0;
}
.table-sm-top {
  padding-top: 20px;
}
.kekka-text {
  margin-bottom: 40px;
  margin-top: 20px;
  padding-left: 20px;
}
.best3 {
  font-size: 25px;
  font-family: "Meiryo";
  color: rgb(214, 8, 82);
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.more-img {
  margin-top: -30px;
}
.more-text-c {
  margin-top: 60px;
}
.f-back {
  background-image: url(../images-/f-back.png);
  position: relative;
  top: -100px;
  z-index: 1;
}
.con-left {
  padding: 30px 0px 10px 20px;
}
.hour24 {
  margin: 60px 18px 15px 0;
}
.contact-01 {
  position: relative;
  background: #F3F3F3; /*ebedec*/
}
.contact-01-2 {
  background-image: url(../images-/contact-back_03-2.jpg);
}
.net-point {
  text-align: center;
}
.otoku-fukidashi {
  margin-top: 80px;
}
.contact-set {
  float: right;
}
/* メイン */
.main {}
.main .container {
  text-align: center;
}
.main .container img {
  margin-bottom: -3px;
}
.txt_left {
  text-align: left;
}
/* copy */
.copy {
  background-color: #0b5f9c;
  margin: 0px 0 0;
  color: #FFF;
  line-height: 36px;
  padding: 4px 0;
}
.footer {
  background-color: #ebedec;
  line-height: 40px;
}
/*.footer ul li {
  font-size: 12px;
  line-height: 1.8em;
  color: #000;
  background: url(../img3/icon/icon16.png) no-repeat 0 5px;
  padding-left: 15px;
}*/
.footer ul {
  margin-left: 50px;
}
p.footer_snav {
  font-size: 13px;
  text-align: center;
}
.copy p {
  font-size: 12px;
  font-family: "Yu Gothic";
  color: #FFFFFF;
  line-height: 40px;
}
@media (max-width:425px) {
  .copy p {
    font-size: 9px;
  }
  .attention_p {
    font-size: 9px;
    line-height: 130%;
    margin: 0.3em 0em 1em;
  }
  .header_wrap_iframe {
    height: 45%;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
}
@media (max-width:767px) {
  .foot-b-sm {
    margin: 15px 0;
  }
  .header_wrap_iframe {
    height: 45%;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
}
/**********************************/
.g-area_mainphpto {
  margin: 2em auto 1em;
}
.c-black {
  background-color: #000;
}
/**************************/
/*個人情報用*/
/*************************/
.privacy_wrap {
  margin: 1em !Important;
  padding: 1em;
  font-size: 0.8em;
  line-height: 150%;
}
.kojinjouhou_midashi {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #E3E3E3;
  color: #333333;
}
.kojinjouhou_honbun {
  font-size: 12px;
  line-height: 20px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  color: #666666;
}
.kojinjouhou_honbun li {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  list-style-position: inside;
}
/******************************/
.midashi02 {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  text-indent: 20px;
  padding: 0px;
  height: 40px;
  width: 100%;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  clear: both;
  background-color: #428AEC;
}
/*******************************************************************/
.title_color {
  /*	background-color: #FFF;
	background-image: url(../images2/bg_cp.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;*/
  clear: both;
}
.title_color_sp {
  clear: both;
}
.title_color_blue {
  background: url(../images-/heading_bg_blue.png);
}
.title_color_blue2 {
  background: url(../images-/bg_blue_stripe.png);
}
.title_color_white {
  background-color: #fff;
}
.wsize {
  margin: 0;
  height: 120px;
  text-align: center;
  width: 1000px;
}
.wborder {
  /*border: solid 18px #1E58A7;*/
  width: 1000px;
  text-align: left;
  margin: 0px auto 30px;
  padding: 1em 0px 1em;
}
.message_area {
  width: 100%;
  margin: 1em auto 2em;
}
.wborder h3 {
  font-size: 1em;
  font-weight: bold;
  border-left: 4px solid #0079CD;
  padding: 0;
  line-height: 150%;
  margin: 2em 0 0.3em;
  color: #0079CD;
}
h3.qa_subttl {
  font-size: 1em;
  font-weight: bold;
  border-left: 4px solid #0079CD;
  padding-left: 10px;
  line-height: 150%;
  margin: 2em 0 0.3em;
  color: #0079CD;
  text-align: left;
}
/**********************************************************************************************/
@media (max-width:767px) { /*768*/
  h3.qa_subttl {
    font-size: 1em;
    font-weight: bold;
    border-left: 4px solid #0079CD;
    padding-left: 10px;
    line-height: 150%;
    margin: 2em 0 0.3em;
    color: #0079CD;
    text-align: left;
  }
  .wborder {
    /*border: solid 18px #1E58A7;*/
    width: 94%;
    text-align: left;
    margin: 0px auto 30px;
    padding: 1em 1em 1em;
    overflow: hidden;
  }
  .wborder {
    /*border: solid 18px #1E58A7;*/
    width: 100%;
    text-align: left;
    margin: 0px auto 30px;
    padding: 1em 0em 1em;
    overflow: hidden;
  }
  .wborder p {
    font-size: 0.8em;
    line-height: 150%;
  }
  .wborder h3 {
    font-size: 1em;
    font-weight: bold;
    border-left: 4px solid #0079CD;
    padding-left: 0.5em;
    line-height: 150%;
    margin: 2em 0 0.3em;
    color: #0079CD;
  }
  .message_area {
    width: 100%;
    margin: 1em auto 2em;
  }
}
/************************/
.bg_img_woman {
  background-image: url("../img/bg_woman.jpg");
  background-size: cover;
}
.navbar-header {
  margin-top: -4px;
  border-bottom: solid 1px #ccc;
}
/*********************************************/
/**********list*********************/
.list_h1 {
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  /*color: #DC0303;*/
}
.list_h2 {
  font-size: 0.9em;
  font-weight: bold;
  /*color: #2380CC;*/ color: #000;
}
.list_pr {
  font-size: 0.9em;
  font-weight: bold;
  color: #DC0303;
}
/* タブメニュー 
#tab-menu {
  list-style: none;
}
#tab-menu li {
  display: inline-block;
  padding: 5px 0px;
  background: #eee;
  width:24.4%;
  text-align:center;
}

#tab-menu li.active {
  background: #666;
  color: #fff;
}
*/
/* タブの中身 
#tab-box {
  padding: 25px;
  border: 5px solid #666;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}
*/
.sitename {
  margin: 15px 0 15px;
}
.sitename a {
  font-size: 1.6em;
  color: inherit;
}
i {
  font-size: 1.3em;
  color: inherit;
}
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
/***************nav_drop****************************/
div.nav_drop {
  width: 100%;
  background: #1379BF;
  height: 49px;
}
#dropmenu {
  list-style-type: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#dropmenu li {
  position: relative;
  width: 20%; /*14.28%;*/
  float: left;
  border-left: 1px solid rgba(255, 255, 255, .75);
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .75);
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 18px 0;
  background: #1379BF;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 20px 15px;
  background: #1379BF;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu > li:hover > a {
  background: #1379b6
}
#dropmenu > li:hover li:hover > a {
  background: #1379b6
}
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 50px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul::before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #1379b6;
}
#dropmenu li:last-child ul li ul::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #1379b6;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul li a {
  background: #1379b6
}
#dropmenu li:hover ul li ul li a:hover {
  background: #1379BF
}
a.active {
  background: #1379b6 !important;
}
/**********************nav_drop ここまで*******************************/
.navbar .nav li {
  display: table-cell;
  float: float;
}
.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .75);
}
.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}
/**********************nav smp*******************************/
@media (max-width: 767px) { /*768*/
  .navbar .nav li {
    display: block;
    /*float: left;*/
  }
  /***************201708****/
  .navbar .nav li {}
  .navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);
  }
  .navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
  }
}
/* plus css class*/
.pink {
  border: 0px;
}
.fpink {
  color: #de1686;
  border: 0px;
}
.fblue {
  color: #0092d7;
  border: 0px;
}
.hm50 {
  margin: 50px 0;
}
.m0 {
  margin: 0 !important
}
.m10 {
  margin-bottom: 10px;
}
.m15 {
  margin-bottom: 15px;
}
.m20 {
  margin-bottom: 20px;
}
.m30 {
  margin-bottom: 30px;
}
.m40 {
  margin-bottom: 40px;
}
.m50 {
  margin-bottom: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.ph_1 {
  padding: 20px;
  margin: 20px 0;
  background: #de1686;
  color: #fff;
  font-size: 20px;
}
.ph_2 {
  padding: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #de1686;
  color: #333;
  font-size: 16px;
  background-color: #eee;
}
.ph_3 {
  padding: 20px;
  margin: 20px 0;
  background: #0092d7;
  color: #fff;
  font-size: 20px;
}
.ph_4 {
  padding: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #0092d7;
  color: #333;
  font-size: 16px;
  background-color: #eee;
}
.ph_5 {
  padding: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #de1686;
  color: #de1686;
  font-size: 16px;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 5em;
  /* border-radius: 3em;*/
}
.child_grey {
  font-size: 12px;
  color: gray;
}
.child_red {
  font-size: 12px;
  color: darkred;
}
.f120 {
  font-size: 120%;
  margin-bottom: 10px;
}
.f140 {
  font-size: 140%;
  margin-bottom: 10px;
}
.f160 {
  font-size: 160%;
  margin-bottom: 10px;
}
.f180 {
  font-size: 180%;
  margin-bottom: 10px;
}
.f200 {
  font-size: 200%;
  margin-bottom: 10px;
}
.tcenter {
  text-align: center;
}
.box_pink {
  width: 100%;
  border: 1px solid #de1686;
  padding: 20px;
}
.p_attention {
  font-size: 0.7em;
  line-height: 145%;
  text-align: left;
}
.p-sml {
  font-size: 0.7em;
  line-height: 145%;
  margin: 0 10px 20px;
}
.p_attention_r {
  font-size: 0.7em;
  line-height: 145%;
  text-align: right;
  margin: -6px 2px 20px;
}
@media (max-width: 767px) {
  .p_attention_r {
    font-size: 0.7em;
    line-height: 145%;
    text-align: right;
    margin: 5px 2px 30px;
  }
}
/**************headernavi****************/
img {
  border-style: none;
}
button.button_drw {
  padding: 0;
  border: none;
  background: transparent;
}
button.button_drw img {
  border: 0;
}
button.button_drw img a {
  border: none;
  border: 0;
}
button.button_drw img a:hover {
  border: none;
  border: 0;
}
/*.header_drw_area {
			width:49%;
			margin: 5px 1% 5px 0;
			padding:0;
			float:right;
			text-align: right;
		}*/
.header_drw_area {
  width: 54%;
  margin: 7px 1% 5px 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.header_logo_area {
  width: 45%;
  margin: -5px 0 0;
  padding: 0;
  float: left;
}
@media screen and (orientation: landscape) {
  .header_drw_area {
    width: 48%;
    margin: 1% 2% 0 0 !important;
    padding: 1% 0 0 !important;
    float: right;
    text-align: right;
  }
  .header_logo_area {
    width: 45%;
    margin: -10px 0 1px 4px;
    padding: 0;
    float: left;
  }
}
/************************/
@media (max-width: 767px) { /*768*/
  body, p {
    font-size: 12px;
    line-height: 165%;
  }
  .w-cha th {
    width: 20px;
  }
  /*table.table{
		width: 640px;
	}*/
  .p-sml {
    margin: 0 10px 30px;
  }
}
.tab_img01 {
  float: right;
}
.tab_img02 {
  float: left;
}
/************************/
.active-m {
  content: url('../images-/0_o.png');
}
.active-s {
  content: url('../images-/1_o.png');
}
.active-p {
  content: url('../images-/2_o.png');
}
.active-f {
  content: url('../images-/3_o.png');
}
.active-c {
  content: url('../images-/4_o.png');
}
.active-l {
  content: url('../images-/5_o.png');
}
.active-n {
  content: url('../images-/6_o.png');
}
/************************/
.w-cha th {
  width: 100px !important;
}
@media (max-width: 767px) { /*768*/
  .table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
button.pink-b.m20 {
  padding: 3% 12%;
  border: solid 1px #de1686;
  color: #de1686;
  background: #FFF;
  border-radius: 25px;
}
button.pink-b.m20:hover {
  border: solid 1px #de1686;
  color: #FFF;
  background: #de1686;
}
.table-size th {
  width: 40%;
}
.table-size td {
  width: 60%;
}
/************************/
.main_area_cover {
  max-width: 1000px;
  margin-bottom: 0;
}
.main_area {
  max-width: 765px;
}
.sidebtn_area img {
  margin-bottom: 5px;
}
.sidenav_area {
  max-width: 205px;
  margin-top: 0px;
}
.sidenav_area img {
  margin-bottom: 3px;
  /*	margin-bottom:-1px;*/
  padding: 0;
}
.sidenav_area ul {
  width: 100%;
}
.sidenav_area li {}
.sidebtn_area {
  border: 2px solid #1379BF;
  padding: 3% 4% 1.5%;
  text-align: center;
  border-radius: 1px;
}
img.m5 {
  margin: 5px 0;
}
p.side-title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.text_sup {
  font-size: small;
}
/* nav tab panel
-----------------------------------------------------------------------*/
/*a.active.tbl_ttl{
	position: relative;
    bottom: 70px;
}

ul.nav.nav-tabs{
	overflow: hidden !important;
}
.nav-tabs > li {
	float: left;
    height: 66px;
    overflow: hidden;
	
}*/
li.tbl_ttl.active a {
  background: #0089f9;
}
li.tbl_ttl.active span {
  color: #FFF;
}
.blue {
  background: #c6ecf8;
  border: 0px;
}
.pink {
  background: #c6ecf8;
  border: 0px;
}
span.tab_f0 {
  color: #0c4c96;
}
span.tab_f1 {
  color: #0c4c96;
}
.tab-pane a img {
  margin: 5px 16px;
}
@media (max-width: 767px) { /*768*/
  .tab-pane a img {
    margin: 5px;
    width: 45%;
  }
}
/*top page
-----------------------------------------------------------------------*/
.topTtl {
  background: #1379BF url(../img3/icon/icon14.png) no-repeat 9px;
  padding: 10px 0 10px 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
.smlTtl {
  color: #1379BF;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 20px 15px 5px 8px;
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #1379BF;
}
p.check {
  background: url(../img3/icon/icon15.png) no-repeat 0;
  padding-left: 23px;
  line-height: 1.6em;
}
@media (max-width: 767px) { /*768*/
  .topTtl {
    padding: 10px 0 10px 30px;
    font-size: 15px;
  }
  .smlTtl {
    font-size: 13px;
  }
}
/* box
-----------------------------------------------------------------------*/
.box {
  margin: 30px 0 10px 20px;
  background: #f5fafe;
  border: solid 1px #000;
}
@media (max-width: 767px) { /*768*/
  .box {
    margin: 15px;
  }
  .question-text dt a {
    font-size: 14px;
  }
  .column-text a dd {
    font-size: 14px;
  }
  div.btnBox {
    margin: 0 10px;
  }
  .question-text dt {
    padding-left: 25px;
    padding-top: 5px;
  }
}
.box h3 {
  background: #0f4d97;
  padding: 8px 12px;
}
.box h3 span {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  display: block;
  padding: 5px 3px 6px 40px;
}
.question {
  background: url(../img3/icon/icon1.png) no-repeat 0 0;
}
.warner {
  background: url(../img3/icon/icon2.png) no-repeat 0 0;
}
.question-text dt a {
  font-weight: bold;
  color: #333;
}
.question-text dt {
  background-image: url(../img3/icon/icon3.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-top: 5px;
  background-position: left center;
}
.question-text dd {
  background-image: url(../img3/icon/icon4.png);
  background-repeat: no-repeat;
  background-position: 25px 10px;
  padding: 10px 0 17px 45px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  font-size: 12px;
}
.column-text a dt img {
  float: left;
  padding-bottom: 14px;
}
.column-text a {
  overflow: hidden;
  display: block;
  margin-bottom: 6px;
}
.column-text a dd {
  padding-left: 80px;
  line-height: 1.3em;
  color: #333;
}
/* btnbox
-----------------------------------------------------------------------*/
div.kaisen {
  position: relative;
}
div.fixed {
  position: absolute;
  margin: -65px 0 0 240px;
}
div.fixed2 {
  position: absolute;
  margin: -30px 0 0 360px;
}
@media (max-width: 767px) { /*768*/
  div.fixed {
    position: absolute;
    margin: -60px 30px 0;
  }
  div.top-smpcenter {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #fee300;
    padding: 20px 0 0;
  }
  .top-smpcenter .link {
    float: left;
    z-index: 10000;
    width: 40%;
    margin-left: 24px !important;
    margin-bottom: 20px;
  }
  .absolute .link {
    float: left;
    z-index: 10000;
    width: 30%;
    margin-left: 8px !important;
  }
  div.link img {
    max-width: 100%;
  }
}
div.btnBox {
  overflow: hidden;
}
div.center {
  width: 300px;
  margin: 0 auto;
  padding-top: 10px;
}
div.relative {
  position: relative;
  overflow: hidden;
}
div.absolute {
  position: absolute;
  overflow: hidden;
  top: 30%;
}
div.link {
  float: left;
  margin-left: 58px;
  z-index: 10000;
}
div.link a:hover {
  text-decoration: none;
}
div.top-center {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #fee300;
  padding-bottom: 20px;
}
.top-center .link {
  margin-left: 55px;
  margin-top: 20px;
}
div.btn01 {
  margin-top: 10px;
}
div.btn01 {
  display: block;
  text-decoration: none;
  height: 30px;
  width: 179px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #4e94df;
  border: solid 1px #4e94df;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  list-style-type: none;
}
div.btn01.large {
  height: 30px;
  width: 290px;
  line-height: 30px;
}
div.btn01.small {
  height: 24px;
  width: 106px;
  line-height: 24px;
}
div.btn01:hover {
  background: #4e94df;
  color: #fff;
  text-decoration: none !important;
}
.btnBox div {
  margin-bottom: 10px;
}
.fl-left {
  float: left !important;
}
.btnBox p.btnAreaTop {
  text-align: center;
}
p.bBoxText a {
  text-decoration: underline;
  color: #00F;
  font-size: 16px;
}
.red {
  color: #ee000c;
}
div.houjin_banner {
  margin-bottom: 30px;
}
/* 回線から探す
-----------------------------------------------------------------------*/
.hdr_link li {
  display: inline-block;
  font-size: 12px;
}
.hdr_link {
  margin: -5px 5px 0;
}
/*******************480********************/
@media (max-width: 767px) { /*768*/
  .hdr_link {
    margin: -5px 15px 0;
  }
  .cnts li {
    line-height: 2em !important;
    font-size: 12px !important;
  }
  .cnts img {
    margin: 0 !important;
  }
  .cnts ul {
    margin-bottom: 20px;
  }
  div.mrgn h3 {
    margin: -200px 0 170px;
    text-align: center;
  }
  /****/
  div.mrgn2 h3 {
    margin: -230px 0 180px;
    text-align: center;
  }
  div.mrgn3 h3 {
    margin: -180px 0 180px;
    text-align: center;
  }
  div.denryoku_img {
    margin: 30px 0 0;
  }
  div.mrgn table.table {
    margin-bottom: 75px;
  }
  div.mrgn table.table2 {
    margin-bottom: 75px;
  }
  h2.s-title {
    margin: 15px 15px 55px !important;
  }
  .cnts {
    margin: 15px 20px 200px 0;
  }
  div.cnts.tbl-none table.table {
    margin-bottom: 0;
  }
  div.btn01 {
    height: 24px;
    width: 143px;
    font-size: 12px;
    line-height: 24px;
  }
}
/**************480ここまで********/
/*******************767********************/
@media (max-width:768px) {
  .cnts {
    margin: 30px 15px 200px 0px;
    padding:0;
  }
  .cnts img {
    margin-bottom: 30px;
    width: 90%;
  }
  div.sidebtn_area img {
    width: 100%;
  }
  nav.navi_area img {
    width: 100%;
  }
}
/*****767ここまで**/
.under_ttl {
  background: url(../img3/icon/icon19.png) no-repeat 0 1px;
  padding-left: 25px;
}
.under_ttl_cp {
  background: url(../img3/icon/icon13.png) no-repeat 0 1px;
  padding-left: 25px;
}
.under_ttl_normal {
  /*background: url(../img3/icon/icon19.png) no-repeat 0 1px;*/
  /*padding-left: 25px;*/
}
/*******************767********************/
@media (max-width: 767px) {
  .under_ttl {
    background: url(../img3/icon/icon19.png) no-repeat 0 1px;
    padding-left: 42px;
    height: 30px;
    line-height: 27px;
  }
  .under_ttl_cp {
    background: url(../img3/icon/icon13.png) no-repeat 0 1px;
    padding-left: 42px;
    height: 30px;
    line-height: 27px;
  }
}
/*********767ここまで*********/
/*******************************************/
.under_ttl13 {
  background: url(../img3/icon/icon13.png) no-repeat 0 1px;
  padding-left: 42px;
  height: 30px;
  line-height: 27px;
}
.under_ttl13_cp {
  /*background: url(../img3/icon/icon13.png) no-repeat 0 1px;*/
  padding-left: 5px;
}
.under_ttl.icon {
  background: url(../img3/icon/icon20.png) no-repeat 0 5px;
  padding-left: 32px;
  height: 30px;
  line-height: 27px;
}
.under_ttl.faqIcon {
  background: url(../img3/icon/icon21.png) no-repeat 0 0;
  padding-left: 32px;
  height: 30px;
  line-height: 27px;
}
.under_ttl.trackIcon {
  background: url(../img3/icon/icon20.png) no-repeat 0 5px;
  padding-left: 32px;
  height: 30px;
  line-height: 27px;
}
/** maru **/
.normalIcon {
  background: none;
  padding-left: 2px;
}
.under_ttl span {
  font-size: 21px;
  /*    font-size: 25px;*/
  font-weight: bold;
  display: inline-block;
  padding: 0px 10px 10px;
  position: relative;
  color: #333;
}
.under_ttl13 span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  color: #333;
}
/************/
/*
@media screen and (max-width: 767px) {
.under_ttl13 span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    position: relative;
	color: #333;
}
}
*/
.divA {
  height: 1px;
  border-bottom: 1px solid #1379c5;
}
.divB {
  margin-top: 2px;
  height: 1px;
  border-bottom: 3px solid #0f4d97;
}
.cnts h3 {
  color: #4e9ae5;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 5px;
  border-bottom: dashed 1px #666;
  padding: 0 0 5px;
}
.cnts img {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cnts ul {
  margin-bottom: 5px;
}
/*******/
.cnts li {
  font-size: 12px;
  line-height: 2.1em;
  /*	line-height: 2.1em;*/
  background: url(../img3/icon/icon12.png) no-repeat 0 6px;
  /*	background: url(../img3/icon/icon12.png) no-repeat 0 7px;*/
  padding-left: 18px;
}
@media screen and (max-width: 480px) {
  .cnts li {
    font-size: 12px;
    line-height: 1.8em;
    /*	line-height: 2.1em;*/
    background: url(../img3/icon/icon12.png) no-repeat 0 4px;
    /*	background: url(../img3/icon/icon12.png) no-repeat 0 7px;*/
    padding-left: 18px;
  }
  .under_ttl span {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 0 15px;
    margin: 0 0 0;
    position: relative;
    color: #333;
  }
}
/*プロバイダから探すページ
-----------------------------------------------------------------------*/
.mrgn {
  margin-bottom: 40px;
}
.mrgn10 {
  margin-bottom: 10px;
}
div.mrgn table {
  border: 1px solid #DDDDDD;
  font-size: 14px;
}
div.mrgn table th {
  background: #EFEFEF;
  text-align: center;
  vertical-align: middle;
  width: 40%;
}
td.black {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
td.smll {
  font-size: 11px;
  color: #e74b53;
}
p.pink-mrg {
  font-size: 12px;
  background: #FF6666;
  color: #FFF;
  text-align: center;
  border-radius: 15px;
  font-weight: bold;
}
@media (max-width: 767px) { /*768*/
  p.pink-mrg {
    margin-bottom: 75px;
  }
  .cnts img {
    margin: 10px 0 20px !important;
    width: 90%;
  }
}
@media (max-width: 767px) { /*768*/
  .cnts img {
    width: auto;
  }
  .waku-before::before {
    content: url(../img3/kaso/denki3-smp.png) !important;
    top: 40% !important;
    left: 45% !important;
  }
  #tab li {
    padding: 5px 5px !important;
  }
  img.flt {
    margin-left: 0;
    width: 12%;
  }
}
/*インターネット引越手続きの流れページ
-----------------------------------------------------------------------*/
h3.step1 {
  padding: 20px 60px 20px;
  color: #0F4D97;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #0F4D97;
  margin: 0 10px 1.3em;
}
h3.step1.denki {
  color: #e79b02;
  border-bottom: 1px dashed #e79b02;
}
h3.step1.gasu {
  color: #f4606e;
  border-bottom: 1px dashed #f4606e;
}
img.flt {
  float: left;
  margin-left: 0.5em;
}
div.form-flow {
  border: solid 1px #0F4D97;
  margin: 15px 20px;
}
div.form-flow h3 {
  padding: 7px 10px;
  background: #0F4D97;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
p.flowBtn {
  margin: 10px 0 5px 50px;
}
span.warning {
  background: url(../img3/kaso/warning.png) no-repeat 0 0;
  padding: 2px 0 4px 70px;
}
.chushaku {
  padding: 0;
  text-align: center;
}
.chushaku h2 {
  color: red;
  font-weight: bold;
  font-size: 16px;
  text-align: center !important;
}
.chushaku p {
  color: red;
  font-size: 16px;
    text-align: center;
}
div.flow-box {
  margin: 10px 0;
  /*	margin: 55px 0;*/
  /*border: 2px solid #ccc;*/
  border: 2px solid #CCC;
  padding: 20px 24px;
  /*	    padding: 15px;*/
}
#tab li {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 10px 15px;
  background: #eee;
  color: #1379b6;
  margin: 20px 0;
  border-right: 1px solid #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
.disnon {
  display: none;
}
.select {
  background: #1379b6 !important;
  color: #fff !important;
}
.content_wrap {
  clear: both;
}
/*houjin
-----------------------------------------------------------------------*/
div.hojin-box {
  margin: 10px 0;
  border: 2px solid #4e98e3;
  padding: 20px 24px;
  overflow: hidden;
}
div.houjin-mrgn {
  overflow: hidden;
  margin-bottom: 30px;
}
.pink-bg {
  background: #ffefef;
  overflow: hidden;
  clear: both;
}
.gray-waku {
  overflow: hidden;
  border: 1px solid #989898;
  border-radius: 5px;
  margin: 30px 10px 10px;
  padding: 40px 10px 20px;
  position: relative;
}
.gray-waku.s {
  padding: 20px 10px;
  background: #FFF;
}
.gray-waku p {
  clear: both;
  margin-top: 10px;
}
.waku-before {
  overflow: hidden;
  position: relative;
}
.waku-before::before {
  content: url(../img3/kaso/denki3.png);
  position: absolute;
  z-index: 10000;
  left: 47%;
  top: 47%;
}
p.denki {
  background: #0f4d95;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
/*13*/
p.denki-text {
  font-size: 13px;
  color: #333;
  padding: 10px 0 8px;
  text-align: left;
  line-height: 1.5;
  text-align: justify;
 /* text-justify: inter-ideograph;*/
}
p.denki-text2 {
  font-size: 15px;
  color: #333;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  /*  text-align: justify;
  text-justify: inter-ideograph;*/
}
/*12*/
@media screen and (max-width:767px) {
  p.denki-text {
    font-size: 12px;
    color: #333;
    padding: 10px 0 8px;
    text-align: left;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  p.denki-text2 {
    font-size: 13px;
    color: #333;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    /* text-align: justify;
  text-justify: inter-ideograph;*/
    font-weight: bold;
  }
}
h3.houjin-step {
  padding: 20px 0 20px 55px;
  color: #4e98e3;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #0F4D97;
  margin: 0 10px 1em;
}
img.smp-hundred {
  margin: 0 auto;
}
h3.houjin-ttl {
  padding: 20px 60px 20px;
  color: #0F4D97;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px dashed #0F4D97;
  margin: 0 10px 1.3em;
  text-align: center;
}
h3.houjin-ttl2 {
  padding: 20px 0px 10px;
  color: #0F4D97;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px dashed #0F4D97;
  margin: 1.5em 10px 0.3em;
  text-align: center;
  clear: both;
}
.blue-midashi h3 {
  background: #4e98e3;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  width: 285px;
  margin: 0 auto;
}
.blue-midashi.orange h3 {
  background: #eeae00;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  width: 285px;
  margin: 0 auto;
}
.blue-midashi {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  z-index: 10;
}
.sumbol {
  margin-top: -11px;
}
.sumbol-denki {
  margin-bottom: -11px;
}
h3.houjin-step.l {
  padding: 50px 0 10px 9px;
  font-size: 22px;
}
.houjin-method {
  margin-bottom: 25px;
}
.houjin-method span {
  background: #4e98e3;
  color: #FFF;
  padding: 5px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 0 15px;
}
.houjin-method p {
  margin: 18px 10px;
}
@media (max-width: 767px) { /*768*/
  p.flowBtn {
    margin: 10px 0 !important;
    text-align: center;
  }
  p {
    margin: 10px;
  }
  div.flow-box {
    margin: 8px 10px;
    /*margin:55px 10px;*/
  }
  h3.step1 {
    padding: 5px 10px 10px 45px;
    line-height: 1.5em;
    margin: 0;
    font-size: 15px;
  }
  div.flow-box {
    padding: 10px 10px;
  }
  img.smp-hundred {
    width: 100%; /*96%;*/
    margin: 0;
    padding: 0;
  }
  .chushaku {
    padding: 0 0;
  }
  .chushaku h2 {
    color: red;
    font-weight: bold;
    font-size: 12px;
  }
  .chushaku p {
    color: red;
    font-size: 12px;
  }
  /*houjin
-----------------------------------------------------------------------*/
  h3.houjin-ttl {
    padding: 20px 10px;
  }
  div.hojin-box {
    margin: 10px;
    padding: 10px;
  }
  .sumbol {
    margin-top: -5px;
  }
  h3.houjin-step.l {
    padding: 50px 0 10px 0px;
  }
}
/*other
-----------------------------------------------------------------------*/
div.other-mrgn {
  margin: 0 15px;
  overflow: hidden;
}
#sampleNavbar img {
  margin: 20px 10px 0;
}
.under_ttl.other {
  background: url(../img3/other/other-icon01.png) no-repeat 0;
  padding-left: 42px;
  font-size: 39px;
  overflow: hidden;
  background-size: 30px;
  height: 40px;
  line-height: 30px;
}
@media screen and (max-width:767px) {
  .under_ttl.other {
    background: url(../img3/other/other-icon01.png) no-repeat 0 6px;
    padding-left: 42px;
    font-size: 39px;
    overflow: hidden;
    background-size: 30px;
    height: 40px;
    line-height: 30px;
  }
}
.under_ttl.other2 {
  background: url(../img3/other/other-icon02.png) no-repeat 0;
  padding-left: 42px;
  height: 40px;
  line-height: 28px;
  font-size: 40px;
  overflow: hidden;
  background-size: 30px;
}
.under_ttl.other3 {
  background: url(../img3/other/other-icon03.png) no-repeat 0;
  padding-left: 42px;
  height: 40px;
  line-height: 28px;
  font-size: 40px;
  overflow: hidden;
  background-size: 30px;
}
.under_ttl.gasu {
  background: url(../img3/kaso/gasu/gasu_icon01.png) no-repeat 0;
  padding-left: 42px;
  height: 40px;
  line-height: 28px;
  font-size: 40px;
  overflow: hidden;
  background-size: 30px;
}
#first {
  margin: 50px 0 30px;
}
#second {
  margin: 50px 0 30px;
}
#third {
  margin: 50px 0 30px;
}
div.divYellow {
  margin: 3px 0 20px;
  height: 1px;
  border-bottom: 3px solid #f2b200;
}
@media screen and (max-width:767px) {
  div.divYellow {
    margin: 0px 0 10px;
    height: 1px;
    border-bottom: 3px solid #f2b200;
  }
}
div.divPink {
  margin: 3px 0 20px;
  height: 1px;
  border-bottom: 3px solid #ed1e79;
}
@media screen and (max-width:767px) {
  div.divPink {
    margin: 0px 0 10px;
    height: 1px;
    border-bottom: 3px solid #f2b200;
  }
}
div.divBlue {
  margin: 3px 0 20px;
  height: 1px;
  border-bottom: 3px solid #60a0ff;
}
h3.smlTtl.other {
  margin: 25px 0;
  font-size: 22px;
  color: #f6931e;
}
h3.smlTtl.other2 {
  margin: 25px 0;
  font-size: 22px;
  color: #ed1e79;
}
h3.smlTtl.other3 {
  margin: 25px 0;
  font-size: 22px;
  color: #136be2;
}
table.table.other th {
  width: 30%;
  background: #f7f7f7;
}
table.table.other td {
  font-size: 14px;
}
p.blue-bdr {
  background: #ebf3ff;
  padding: 5px;
}
@media (max-width:768px) {
  #sampleNavbar img {
    width: 30%;
    margin: 10px 2px 0;
  }
}
/*fab
-----------------------------------------------------------------------*/
div.faq {
  padding: 20px 0 16px;
  overflow: hidden;
  border-bottom: dashed 1px #666;
}
div.faq h2 {
  background: url(../img3/icon/icon17.png) no-repeat 2px 0;
  padding: 5px 0 14px 32px;
  font-size: 16px;
  color: #1379BF;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
div.faq h3 {
  background: url(../img3/icon/icon18.png) no-repeat 2px 4px;
  padding-left: 32px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width:767px) {
  div.faq {
	margin: 0 15px;
	background: white !important;
	border-radius: 0;
}
  div.faq h2 {
    background: url(../img3/icon/icon17.png) no-repeat 0 1px;
    padding: 0px 0 11px 30px;
    font-size: 12px;
    color: #1379BF;
    font-weight: bold;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  div.faq h3 {
    background: url(../img3/icon/icon18.png) no-repeat 0 0;
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  /*1L*/
  div.faq h2.only1 {
    padding: 2px 0 11px 30px !important;
    line-height: 1.9;
  }
  /*	div.faq h2, div.faq h3{
		font-size: 13px;
    line-height:1.5;
	}*/
  .voice_brd {
    height: 255px !important;
  }
  .voice_box h2 {
    font-size: 15px !important;
  }
}
/*voice
-----------------------------------------------------------------------*/
.voice_box {
  margin: 10px 20px;
  border: 1px solid #3674b2;
  border-radius: 5px;
}
.voice_brd {
  border: 3px solid #96c6ea;
  padding: 20px;
  border-radius: 5px;
  height: 280px;
}
.voice_box h2 {
  font-size: 16px;
  color: #127ded;
  font-weight: bold;
  padding: 5px 0;
}
.voice_box p {
  margin: 0;
}
.voice_box b {
  margin-left: 20px;
}
.under_ttl.voice {
  background: url(../img3/kaso/voice_icon.png) no-repeat 0;
  padding-left: 50px;
  font-size: 39px;
}
/*****************/
.bg_img_gray {
  /* background-image: url(../img3/kaso/box2.png);
  background-repeat: repeat-x;*/
}
.bg_img_blue {
  background-color: #1379BF;
}
.bg_img_pink {
  background-color: #ffdfe0;
}
.bg_img_pink2 {
  background-color: #e52422;
  display: none;
}
.denki_bg {
  clear: both;
  padding: 0px;
  height: 580px;
  border-style: none;
  background-image: url(../img3/kaso/denki_bg.png);
  background-color: #0182C9;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-top: -1px; /**********/
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.denki_bg img {
    width:1016px;
    height:580px;
}
@media (max-width:767px){
.denki_bg {
  clear: both;
  padding: 0;
  height: auto;
  border-style: none;
  background-image: none;
  background-color: #0182C9;
 /* background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;*/
  text-align: center;
  margin-top: -1px;
  margin:0;
}
.denki_bg img {
    width:100%;
    height:auto;
}}
/***/
.lead_top_wrap {
  background-color: #1379BF;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  margin: 0px 0 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .lead_top_wrap {
    background-color: #1379BF;
    width: 96%;
    padding: 1em 0;
    text-align: center;
    margin: -12px 2% 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .kankyou_kodate {}
  .kankyou_mansion {
    margin-top: -1em !important;
    margin-bottom: 1em !important
  }
}
/**/
.denryoku5, .catv2 {
  font-size: 0.68em;
  font-weight: normal;
  color: #333;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
/**********************/
label[for="youken1"] {
  width: 49%;
  display: block;
  float: left;
}
/***********************************************/
.add_round {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.flow_sankaku {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  opacity: 0.4;
  overflow: hidden;
}
/***************/
div.footer_navi {
  background: #ebedec; /*#FFF;*/
  text-align: center;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.button_footer {
  border: 1px solid #CCCCCC;
  color: #000;
  line-height: 44px;
  background: #FFFFFF;
  text-align: left;
  text-indent: 0.5em;
  font-size: 15px;
  margin: 2px 0 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0px; /*font-weight:bold;*/
  text-decoration: none !important;
}
.button_footer:hover {
  color: #000000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #CCCCCC; /*font-weight:bold;*/
  background: #C8EDFF;
  text-decoration: none !important;
}
.button_footer a:hover {
  text-decoration: none !important;
}
/*********************/
.cp_tb th {
  background-color: #EFEFEF;
  width: 20% !important;
  line-height: 1.8;
}
.cp_tb td {
  line-height: 1.8 !important;
}

.reqImg2 {
  vertical-align: text-top;
  padding: 0px;
  margin-top: 1px;
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: -1px;
}
.reqImg {
  vertical-align: text-top;
  padding: 0px;
  margin-top: -1px !important;
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: -1px;
}
/*法人の取り扱い
****************************/
.toriatsukai_p {
  padding: 0;
  text-align: left;
}
.toriatsukai_p span {
  padding: 1px 1em;
  margin-top: 4px;
  margin-right: 2px;
  margin-bottom: 3px;
  margin-left: 2px;
  text-align: left;
  font-size: 12px;
}
/*--------------------------------------------------------------*/
/* アコーディオンPCPCPCPCPC */
/*------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  div.content_wrap div.toiawase_wrap {
    width: 94%;
    box-sizing: border-box;
    border: 1px solid #1379BF;
    background: #FFF;
    margin: 0 auto 1em auto;
    padding: 2em;
  }
  .acd {
    margin: 0;
    padding: 0;
  }
  .acd label {
    display: block;
    margin: 6px auto;
    padding: 19px 20px 19px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #073190; /**************/
    font-size: 26px;
    color: #073190;
    width: 90%;
    background-color: #1379BF;
    border-radius: 10px;
    letter-spacing: 1%;
  }
  /*************pc**************/
  .acd label #icon_trk {
    position: absolute;
    top: 30px;
    right: 16px;
    width: 50px;
  }
  .acd label #icon_mo {
    position: absolute;
    top: 30px;
    right: 16px;
    width: 50px;
  }
  .acd label #icon_drv {
    position: absolute;
    top: 30px;
    right: 16px;
    width: 50px;
  }
  .acdbox01 {
    line-height: 60px;
    height: 100px;
    background-image: url("../img/tel/telpage_btn01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .acdbox02 {
    line-height: 60px;
    height: 100px;
    background-image: url("../img/tel/telpage_btn02.png");
    background-position: center center;
    background-size: cover;
  }
  .acdbox03 {
    line-height: 60px;
    height: 100px;
    background-image: url("../img/tel/telpage_btn03.png");
    background-position: center center;
    background-size: cover;
  }
  .acdbox04 {
    line-height: 60px;
    height: 100px;
    background-image: url("");
    background-position: center center;
    background-size: cover;
  }
  .acdbox05 {
    line-height: 60px;
    height: 100px;
    background-image: url("../img/tel/telpage_btn05.png");
    background-position: center center;
    background-size: cover;
  }
  .txt20 {
    font-size: 20px;
  }
  /*
.acd label::after {
    content:" ";
    font-family:FontAwesome;
    font-size:1.5em;
    position:absolute;
    right:16px;
    top:21px;
  	background: url(../img3/kaso/icon_trk.png) no-repeat;
}
*/
  /*
.acd label1::after {
    content:" ";
    font-family:FontAwesome;
    font-size:1.5em;
    position:absolute;
    right:16px;
    top:21px;
	display: block;
	background: url(../img3/kaso/icon_trk.png) no-repeat;
  
}
*/
  /*
.acd label::after {
	content: '0000';
	width: 50px;
	height: 50px;
	display: block;
	background: url(/img3/kaso/icon_trk.png) no-repeat 100% 100%;
  right:16px;
  top:21px;
}
*/
  /*チェックは隠す*/
  .acd input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .acd .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    transition: 0.3s;
  }
  /*クリックで中身表示*/
  .cssacc:checked + label + .accshow {
    height: auto;
    padding: 0px 8px 5px;
    opacity: 1;
  }
  /*アイコンを入れ替える*/
  /**********/
  div.list_tel_wrap {
    width: 82%;
    margin: 0 auto;
  }
  div.list_tel_wrap table {
    width: 100%;
  }
  .list_name {
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
    font-size: 14px;
  }
  .tel_link {
    box-sizing: border-box;
    width: 50%;
    text-align: right;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
  }
  .list_name2 {
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
    font-size: 14px;
  }
  .tel_link2 {
    box-sizing: border-box;
    width: 65%;
    text-align: right;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
  }
  .link_tel_moushikomi {
    text-align: center;
  }
  h2.linkl_tel_h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    /*    text-align:center;
    margin:0 auto;*/
  }
  .link_tel_moushikomi img {
    margin: 0 auto;
  }
  .link_tel_moushikomi p {
    text-align: center;
    font-size: 12px;
  }
}
/**************************************/
/*アコーディオンここまで********************************************************************/
/****************************************************************************************************************************************************************************************/
/* アコーディオン SMPSMPSMPSMPSMPSMP
 --------------------------------------------------------*/
@media screen and (max-width: 767px) {
  div.content_wrap div.toiawase_wrap {
    width: 94%;
    box-sizing: border-box;
    border: 1px solid #1379BF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 0;
    margin: 0 auto 1.5em auto;
    padding: 10px;
    ;
    background: #FFF;
  }
  .acdbox01 {
    height: 60px;
    background-image: url("../img/tel/smp_telpage_btn01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .acdbox02 {
    height: 60px;
    background-image: url("../img/tel/smp_telpage_btn02.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .acdbox03 {
    height: 60px;
    background-image: url("../img/tel/smp_telpage_btn03.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .acdbox04 {
    height: 60px;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .acd {
    margin: 0;
    padding: 0;
  }
  .acd label {
    display: block;
    margin: 0 auto 10px auto;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border: none;
    font-size: 18px;
    width: 100%;
    background-color: #FFF;
    border-radius: 0;
  }
  lable {
    border: solid 1px #FEEE21;
  }
  /**********************smp***********/
  .acd label #icon_trk {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
  }
  .acd label #icon_mo {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
  }
  .acd label #icon_drv {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
  }
  /*チェックは隠す*/
  .acd input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .acd .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*    border-top:1px solid #8F8F8F*/
    transition: 0.3s;
  }
  /*クリックで中身表示*/
  .cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
  }
  /*************/
  div.list_tel_wrap {
    width: 98%;
    margin: 0 auto;
  }
  div.list_tel_wrap table {
    width: 100%;
  }
  .list_name {
    font-size: 10px;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
  }
  .tel_link {
    font-size: 12px;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
  }
  .list_name2 {
    font-size: 10px;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
  }
  .tel_link2 {
    box-sizing: border-box;
    font-size: 12px;
    width: 72%;
    text-align: right;
    padding: 0.5em;
    border-bottom: 1px dotted #aaa;
  }
  .link_tel_moushikomi {
    text-align: center;
    margin-bottom: 1em;
  }
  h2.linkl_tel_h2 {
    font-size: 14px;
    font-weight: bold !important;
    /*    text-align:center;
    margin:0 auto;*/
  }
  .link_tel_moushikomi img {
    margin: 0 auto;
    width: 94%;
  }
  .link_tel_moushikomi p {
    text-align: center;
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .acdbox01 {
    height: 45px;
  }
  .acdbox02 {
    height: 45px;
  }
  .acdbox03 {
    height: 45px;
  }
  .acdbox04 {
    height: 45px;
  }
}
/**************************************/
.t_center {
  text-align: center;
}
.txt12 {
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.br_switch {
  display: block; /*改行あり*/
}
@media (max-width: 767px) { /*768*/
  .br_switch {
    display: inline; /*ｓ改行なし*/
  }
}
.br_switch2 {
  display: inline; /*改行あり*/
}
@media (max-width: 767px) { /*768*/
  .br_switch2 {
    display: block; /*ｓ改行なし*/
  }
}
/*----タブ切り替え----*/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  width: 100%;
  margin: 20px auto;
}
/*タブのスタイル*/
.tab_item {
  border-radius: 10px 10px 0 0;
  margin: 0 2% 0 4%;
  width: 44%;
  /*width: calc(100%/2);*/
  height: 60px;
  background-color: #d9d9d9;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  color: #000000;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item_02 {
  margin: 0 4% 0 2%;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  background-color: #fff;
  display: none;
  padding: 40px 20px 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #FF0000;
  color: #fff;
}
@media (max-width: 767px) { /*768*/
  .tabs {
    padding-bottom: 0;
    background-color: #fff;
    width: 100%;
    margin: 20px auto;
  }
  .tab_item {
    margin: 0 2% 0 4%;
    width: 44%;
    height: 40px;
    background-color: #d9d9d9;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item_02 {
    margin: 0 4% 0 2%;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 20px 5px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #cccccc;
  }
}
/*---カンタン手続きボタン---*/
div.btn02 {
  display: block;
  text-decoration: none;
  background: #ff0000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  list-style-type: none;
}
div.btn02.large {
  height: 53px;
  width: 530px;
  line-height: 53px;
  margin: 40px auto 40px auto;
}
div.btn02.small {
  height: 53px;
  width: 106px;
  line-height: 24px;
}
div.btn02:hover {
  opacity: 0.5;
  text-decoration: none !important;
}
.btn02 a {
  font-weight: bold;
  color: #FFF;
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) { /*768*/
  div.btn02 {
    display: block;
    text-decoration: none;
    background: #ff0000;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    list-style-type: none;
  }
  div.btn02.large {
    height: 40px;
    width: 80%;
    line-height: 40px;
    margin: 20px auto 20px auto;
  }
}
/*------*/
.kantan_denki ul {
  padding: 0 10%;
}
.kantan_denki ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
/*赤枠テキストボックス
-----------------------------------*/
.txt_box01 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #e52422;
  border-radius: 8px;
  font-size: 16px;
}
.txt_box01 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #e52422;
  font-weight: bold;
}
.txt_box01 p {
  margin: 0;
  padding: 8px 5px 6px;
  color: #e52422;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .txt_box01 {
    position: relative;
    margin: 30px auto;
    padding: 10px;
    border: solid 2px #e52422;
    border-radius: 8px;
    font-size: 16px;
    width: 94%;
  }
  .txt_box01 .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 11px;
    padding: 0 7px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #e52422;
    font-weight: bold;
  }
  .txt_box01 p {
    margin: 0;
    padding: 7px 5px 5px;
    color: #e52422;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
} /***/
/*入居退去ボックス
-----------------------------------*/
h3.denki-step {
  padding: 10px 0 8px 0px;
  color: #4e98e3;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #0F4D97;
  margin: 0 10px .5em;
  text-align: center;
}
.denki-waku {
  overflow: hidden;
  border: 1px solid #989898;
  border-radius: 5px;
  margin: 15px 10px 50px 10px;
  padding: 10px;
  position: relative;
  height: 306px;
}
.denki-waku p {
  font-size: 13px;
  line-height: 1.5;
  padding-top: .3em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) { /*768*/
  h3.denki-step {
    font-size: 14px;
    text-align: center;
  }
  .denki-waku {
    height: 100%;
    margin: 10px auto 10px auto;
    width: 80%;
  }
  .denki-waku p {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
/*PC　スマホ　切り替え
-----------------------------------*/
.pcNone {
  display: none;
}
.spNone {
  display: block;
}
@media (max-width: 767px) { /*768*/
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
}
/*areaタイトル
-----------------------------------*/
h2.area_title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  padding-top: 15px;
}
h2.area_title img {
  padding-left: 5px;
  width: 5%;
}
h2.area_title span {
  padding-left: 18px;
  vertical-align: bottom;
}
div.area_title_box .divB {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h2.area_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 15px 10px 5px 10px;
  }
  h2.area_title img {
    padding-left: 10px;
    width: 10%;
  }
  h2.area_title span {
    padding-left: 12px;
    vertical-align: bottom
  }
  div.area_title_box .divB {
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
  div.area_title_box .divA {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.box001 div {
  float: left;
  width: 10%;
  clear: both;
  margin: 2% 0;
}
.box001 p {
  width: 90%;
  float: left;
  margin: 0;
  padding: 15px 15px 10px 10px;
  text-align: justify;
}
.box001 p span {
  border-bottom: 2px dotted #CCCCCC;
  display: block;
  margin-bottom: 5px;
  color: #337ab7;
  font-size: 18px;
}
.box001 {
  padding: 0px 10px /*12px*/ ;
}
.denki_guide div {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) { /*768*/
  .box001 div {
    float: left;
    width: 15%;
    clear: both;
    padding-top: 8%;
  }
  .box001 p {
    width: 80%;
    float: left;
    margin: 0;
    padding: 10px 0px 15px 10px;
  }
  .box001 p span {
    border-bottom: 2px dotted #CCCCCC;
    display: block;
    margin-bottom: 5px;
    color: #337ab7;
    font-size: 13px;
  }
  .denki_guide div {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}
.denki_guide ul li {
  display: inline-block;
  width: 30%;
  margin: 5px;
}
.denki_guide {
  text-align: center;
  width: 100%;
  padding: 1em;
}
@media screen and (max-width:767px) {
  .denki_guide {
    text-align: center;
    width: 100%;
    padding: 1em 1em 2em;
  }
  .denki_guide ul li {
    display: inline-block;
    width: 40%;
    margin: 5px;
  }
}

/*必須項目
----------------------------------------------*/
.required {
  color: #FFF;
  background: #ff48a7;
  padding: 1px 1px 1px 1px;
  border-radius: 2px;
  margin: 0 3px 0 -1px;
  font-size: 10px;
  /*letter-spacing: 1px;*/
}



/*サイドメニュー/ご利用地域
--------------------------------------*/
.side_area_menu a {
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border: #1379BF solid 1px;
  margin: 4px;
  font-size: 15px;
  color: #000;
  background: #FFF;
}
.side_area_menu a:hover {
  color: #717171;
}
.side_area_menu p {
  text-align: center;
  padding: 10px 10px 5px 10px;
  margin: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.side_area_menu {
  background: #1379BF;/*#1379BF;*/
  padding-bottom: 1px;
  margin-top: 6px;
  margin-bottom: 5px;
}
/*電力エリアボタン
------------------------------------*/
.area {
  margin-bottom: 10px /*40px*/ ;
}
.area ul {
  margin: 10px auto;
  text-align: center;
  width: 100%;
}
.area ul li {
  font-weight: bold;
  font-size: 22px;
  margin: 5px 5px 5px 5px;
  width: 45%;
  display: inline-block;
}
.area ul li a {
  display: block;
  padding: 20px;
  border: 1px solid #CCC;
}
.area ul li a:hover {
  border: 1px solid #007ec8;
  color: #FFF;
  background: #007ec8;
}
@media (max-width:767px) {
  .area {
    margin-bottom: 10px;
  }
  .area ul {
    margin: 10px auto;
    text-align: center;
    width: 100%;
  }
  .area ul li {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 5px 5px 5px;
    width: 45%;
    display: inline-block;
  }
  .area ul li a {
    display: block;
    padding: 15px;
    border: 1px solid #CCC;
  }
  .subtitle_img_denki {
    padding: 0 .8em;
    margin-bottom: 1.8em;
  }
}
/*iframe
---------------*/
.moushikomi2 {
  margin: 0 auto 20px auto;
  padding: 15px 0;
  background: #C2E3FF;
}
.areacheck2 {
  margin: 0 auto 0 auto;
  padding: 0 0 0;
}
@media screen and (max-width:767px) {
  .areacheck2 {
    margin: 20px 0;
  }
  .moushikomi2 {
    /*margin: 20px 0;*/
    margin: 1px 0 20px;
    padding: 0;
    background: none;
  }
}
/*footer_fix_tel
-----------------------------*/
.btn_fix_btn-tel {
  position: relative;
  top: 70px;
  left: 67px;
}
/*鳴り分けページ telボタン
-------------------------------*/
.tel_btnlist {
  background: #F5F5F5;
  padding: 0 0 2em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .smp_tel_btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*ヘッダーサマリー
------------------------------*/
.summary {
  background: #FFED0D;
  padding: 3px 0 3px 0;
}
.summary p {
  font-weight: bold;
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  color: #1379BF;
  text-align: left;
}
.summary i {
  color: #FF0000 !important;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) and (max-width:990px) {
  .summary {
    background: #FFED0D;
    padding: 3px 0 3px 0;
  }
  .summary p {
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #1379BF;
    text-align: center;
  }
  .summary i {
    color: #FF0000 !important;
    padding-right: 5px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .summary {
    background: #FFED0D;
    padding: 3px 0 6px 0;
    marign: 0;
  }
  .summary p {
    font-weight: bold;
    margin: 0 auto;
    font-size: 12px;
    color: #1379BF;
    text-align: center;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .summary p span.summary_text {
    font-size: 11px;
    text-align: left;
  }
  .summary p span.summary_text span {
    font-size: 14px;
  }
  .summary i {
    color: #FF0000 !important;
    padding-right: 8px;
    position: relative;
    top: 1px;
  }
  .fa-exclamation-circle::before {
    content: "\f06a";
    font-size: 30px;
    line-height: 1.1;
  }
}
/*360size*/
@media screen and (max-width:361px) {
  .summary p span.summary_text {
    font-size: 10px;
  }
  .fa-exclamation-circle::before {
    content: "\f06a";
    font-size: 24px;
    line-height: 1.1;
  }
  .summary p span.summary_text span {
    font-size: 12px;
  }
}
.box_space {
  padding: 0 1em 0em;
}
.box_space2 {
  padding: 0 1em 0em;
}
@media screen and (max-width: 767px) {
  .box_space {
    padding: 0 1em 0em;
  }
  .box_space img {
    width: 95%;
    margin: 0 auto;
    /*display: block;*/
  }
  .box_space2 {
    padding: 0 2em 0em;
  }
  .mrgn {
    margin-bottom: 0;
  }
}
/* footer
----------------------------------------------------*/
/*.footer_contents {
    widows: 100%;
    background: #1379BF;
    padding: 5px 0;
}
.footer_box {
  padding: 8px 0;
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_box ul{
	display:flex;
	flex-wrap: wrap;
	background: #FFF;
	padding: 10px;
}
.footer_box ul li{
flex:0 1 32%;
}
.footer_box ul li img {
  width:100%;
}
.footer_box ul li:nth-child(2){
	margin: 0 13px;
}
.footer_box ul li:nth-child(2) p:nth-child(1){
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0 0 0;
	text-align: center;
	height: 20px;
}
.footer_box ul li:nth-child(2) p:nth-child(2){
	margin: 0;
	font-size: 12px;
	height: 25px;
}
.footer_box ul li:nth-child(2) p:nth-child(2) span{
    background: #FF0000;
    padding: 0 5px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 11px;
}
.footer_box ul li:nth-child(3) p:nth-child(1){
    font-weight: bold;
    font-size: 16px;
    margin: 2px 0 0 0;
	text-align: center;
	height: 20px;
}
.footer_box ul li:nth-child(3) p:nth-child(2){
    font-size: 12px;
    margin-bottom: 6px;
    margin: 0;
	text-align: center;
	height: 25px;
}*/
/* tab ipad ipad-mini  （ipad-proは除く)
------------------------------------------------------*/
/*@media (min-width:768px) and (max-width:990px){
.footer_box ul li:nth-child(2){
	margin: 0 13px;
}
.footer_box ul li:nth-child(2) p:nth-child(1){
    font-weight: bold;
    font-size: 11px;16
    margin: 2px 0 0 0;
	text-align: center;
	height: 20px;
}
.footer_box ul li:nth-child(2) p:nth-child(2){
	margin: 0;
	font-size: 10px;
	height: 25px;
}
.footer_box ul li:nth-child(2) p:nth-child(2) span{
    background: #FF0000;
    padding: 0 5px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 11px;
}
.footer_box ul li:nth-child(3) p:nth-child(1){
    font-weight: bold;
    font-size: 12px;
    margin: 2px 0 0 0;
	text-align: center;
	height: 20px;
}
.footer_box ul li:nth-child(3) p:nth-child(2){
    font-size: 11px;
    margin-bottom: 6px;
    margin: 0;
	text-align: center;
	height: 25px;
}
}*/
/*-----------------*/
/*
.footer_box div.left {
    text-align: center;
    width: 50%;
    float: left;
    border-right: 2px solid #DDDDDD;
    padding-bottom: 5px;
}
.footer_box div.left p:nth-child(1) {
    font-weight: bold;
    color: #E24483;
    font-size: 19px;
    margin-bottom: 0;
}
.footer_box div.left p:nth-child(2) span {
    background: #FF0000;
    padding: 0 8px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.footer_box div.right {
    text-align: center;
    width: 50%;
    float: right;
    padding-bottom: 5px;
}
.footer_box div.right p:nth-child(1) {
    font-weight: bold;
    color: #1383CE;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
}
.footer_box div.left p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 5px;
    width: 380px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.footer_box div.right p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 0;
}
.snav_01 {
	margin-bottom: 30px;
}
*/
/*************************************************************************************************************************************************/
/* google material Defaultcss
---------------------------------------*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: -100%;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  vertical-align: -24%;
  margin-right: 2px;
}
/* footer content flex
----------------------------------*/
.footer_content-n3 {
  width: 100%;
  background-color: #0071BC;
  margin: 0;
  padding: 8px;
}
.footer_box-n3 {
  width: min(98%, 960px);
  /*width:950px;*/
  background-color: #fff;
  padding: .5% 0 .5%;
  margin: 0 auto;
}
.footer_box-n3 ul {
  display: flex;
}
.footer_box-n3 ul li {
  flex: 1 1 31%;
  margin: 5px 1% 5px 0;
  padding: 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.footer_box-n3 ul li:nth-of-type(1) {
  flex: 1 1 29%;
  border-right: 1px solid #ccc;
}
.footer_box-n3 ul li:nth-of-type(2) {
  flex: 1 1 33%;
  margin: 7px 1% 0;
}
.footer_box-n3 ul li:nth-of-type(3) {
  flex: 1 1 32%;
  margin: 7px 1% 0 0;
}
/* img 3 size */
.footer_box-n3 ul li:nth-of-type(1) img {
  width: 276px;
  max-width: 92%;
  min-width: 86%;
  padding: 0;
}
.footer_box-n3 ul li:nth-of-type(2) img {
  width: 90%; /*******************************/
  margin: 0;
  /*margin:1.5% 0 0;*/
  paddign: 0;
}
.footer_box-n3 ul li:nth-of-type(3) img {
  width: 92%; /*45%*/ /************************************/
  margin: 0;
  paddign: 0;
}
/* Text title text
----------------------------------*/
/*pc*/
.footer_box-n3 ul li p.btn_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  paddign: 0;
}
.footer_box-n3 ul li p.btn_text {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 4px;
  paddign: 0;
  font-weight: normal;
}
.footer_box-n3 ul li p.btn_text span {
  font-size: 11px;
  line-height: 1.5;
  background-color: red;
  color: white;
  padding: 2px .9em;
  border-radius: 99px;
  margin: 0 .4em 0 0;
  paddign: 0;
}
/*tab*/
@media (min-width:768px) and (max-width:1024px) {
  .footer_box-n3 ul li p.btn_title {
    font-size: min(1.3vw, 13px);
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
    paddign: 0;
  }
  .footer_box-n3 ul li p.btn_text {
    font-size: min(1vw, 10px);
    line-height: 1.9;
    margin: 0;
    paddign: 0;
  }
  .footer_box-n3 ul li p.btn_text span {
    font-size: min(1vw, 9px);
    line-height: 1.5;
    background-color: red;
    color: white;
    padding: 2px .9em 1px;
    border-radius: 99px;
    margin: 0 .4em 0;
    paddign: 0;
  }
}
/* btn soudan */
a.n-btn_soudan-1 {
  background-color: #004E9C;
  color: #fff;
  display: inline-block;
  padding: .5em .1em .4em;
  font-size: 19px;
  text-align: center;
  margin: 0;
  width: 100%;
  border-radius: 3px;
  filter: drop-shadow(0px 2px 0px #0B3A6A);
}
a.n-btn_soudan-1:hover {
  background-color: #1874BF;
  transition: ease-out .3s;
  transform: translateY(1px);
}
a.n-btn_soudan-1 i {
  font-size: 14px;
  font-style: normal;
  vertical-align: 5%;
}
/* btn moushikomi */
a.n-btn_moushikomi-1 {
  background-color: #FF390C;
  color: #fff;
  display: inline-block;
  padding: .5em .1em .4em;
  font-size: 19px;
  text-align: center;
  margin: 0;
  width: 100%;
  border-radius: 3px;
  filter: drop-shadow(0px 2px 0px #921B00);
}
a.n-btn_moushikomi-1:hover {
  background-color: #FF6542;
  transition: ease-out .3s;
  transform: translateY(1px);
}
/****************************************************************************************************************************************************/
/*SMP new footer link menu
-----------------------------------*/
@media screen and (max-width: 767px) {
  section.footer__wrap_footer {
    /*padding: 0 0 15px 0;*/
    padding: 0;
    margin: 0 0 40px;
  }
  section.footer__wrap_footer .footer_drawer-nav {
    margin: 0;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
  }
  section.footer__wrap_footer .footer_drawer-footer {
    display: flex;
    flex-flow: wrap;
  }
  section.footer__wrap_footer .footer_drawer-footer li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  section.footer__wrap_footer .footer_drawer-footer li {
    flex-basis: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    border-top: 1px solid #ccc;
  }
  section.footer__wrap_footer .footer_drawer-footer li a {
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 1em 0;
    background: #FAFAFA;
    color: #000;
    border-radius: 3px;
    transition: .2s;
    position: relative;
    line-height: 1.5;
    user-select: none;
  }
  section.footer__wrap_footer .footer_drawer-footer li a:active, section.footer__wrap_footer .footer_drawer-footer li :hover {
    background: none !important;
  }
  section.footer__wrap_footer .footer_drawer-footer {
    border-bottom: 1px solid #ccc;
  }
}
/*SMP 調整
--------------------------------*/
@media screen and (max-width: 767px) {
  .row {
    margin: 0 !important;
  }
  .container {
    padding: 0 !important;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 0 !important;
  }
}
/*****************************************************************/
/*ご利用のエリアを選択してください
-------------------------------------*/
/* pc :::::::::::::::::::::::::::::*/
div.map_wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #E1FBFF;
}
div.map_wrap-in {
  width: 1000px;
  margin: 0 auto;
  height: 420px;
  background-image: url("/ts/wp-content/themes/base/img3/map-w.svg");
  background-size: contain;
  position: relative;
}
/*area_icon PC:::::::::::*/
div.area_icon span {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(/ts/wp-content/themes/base/img3/area_cursor.svg);
  background-repeat: no-repeat;
}
div.map_wrap-in .area_icon span:hover {
  background: url("/ts/wp-content/themes/base/img3/area_cursor_hover.svg");
}
div.area_icon span.icon_hokkaido {
  top: 9%;
  left: 64%;
}
div.area_icon span.icon_tohoku {
  top: 38%;
  left: 60%;
}
div.area_icon span.icon_tokyo {
  top: 56%;
  left: 59%;
}
div.area_icon span.icon_hokuriku {
  top: 43%;
  left: 53%;
}
div.area_icon span.icon_chubu {
  top: 63%;
  left: 50%;
}
div.area_icon span.icon_kansai {
  top: 61%;
  left: 41%;
}
div.area_icon span.icon_chugoku {
  top: 59%;
  left: 33%;
}
div.area_icon span.icon_shikoku {
  top: 72%;
  left: 34%;
}
div.area_icon span.icon_kyushu {
  top: 68%;
  left: 26%;
}
div.area_icon span.icon_okinawa {
  top: 79%;
  left: 20.5%;
}
/************************************************************/
/*PC:::::::::::::*/
/*link menu*/
div.map_wrap-in ul.area_link {
  position: absolute;
  right: 2%;
  /*top: 10%;*/
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  margin-top: 12%;
  align-content: flex-start;
}
div.map_wrap-in ul.area_link li {
  display: block;
  width: 142px;
  margin: 5px 4px 0;
  text-align: center;
}
div.map_wrap-in ul.area_link li a {
  display: block;
  font-size: 14px;
  padding: 0;
  background: #FFF;
  height: 38px;
  width: 100%;
  line-height: 38px;
  color: #007CD2;
  border: #007CD2 1px solid;
  font-weight: normal;
  border-radius: 5px;
}
div.map_wrap-in ul.area_link li a:hover {
  background: #007CD2;
  color: #FFF;
  border: #007CD2 1px solid;
}
/* ipad ipadmini 768px用パッチ */
/* エリアボタン非表示　*/
@media (min-width: 768px) and (max-width:990px) {
  div.map_wrap-in ul.area_link {
    display: none;
  }
}
/**************************************************************/
/******************************************************/
/*SP:::::::::::::::::::::::::::::::::*/
@media (max-width: 767px) {
  div.map_wrap {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 16px;
    background-color: #E1FBFF;
  }
  div.map_wrap-in {
    width: 98%;
    margin: 0 auto;
    height: auto;
    background-image: none;
    background-size: contain;
    position: relative;
  }
  div.map_wrap-in img {
    width: 100%;
  }
  /*area_icon*/
  div.area_icon .area_icon span {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("/ts/wp-content/themes/base/img3/area_cursor.svg");
    background-repeat: no-repeat;
    z-index: 1;
  }
  div.area_icon .area_icon span:hover {
    background: url("/ts/wp-content/themes/base/img3/area_cursor_hover.svg");
  }
  div.area_icon span.icon_hokkaido {
    top: 11%;
    left: 78%;
  }
  div.area_icon span.icon_tohoku {
    top: 31%;
    left: 71%;
  }
  div.area_icon span.icon_tokyo {
    top: 42.4%;
    left: 67%;
  }
  div.area_icon span.icon_hokuriku {
    top: 33%;
    left: 58%;
  }
  div.area_icon span.icon_chubu {
    top: 45%;
    left: 52%;
  }
  div.area_icon span.icon_kansai {
    top: 46%;
    left: 39%;
  }
  div.area_icon span.icon_chugoku {
    top: 43%;
    left: 21%;
  }
  div.area_icon span.icon_kyushu {
    top: 48%;
    left: 9%;
  }
  div.area_icon span.icon_shikoku {
    top: 51%;
    left: 27%;
  }
  div.area_icon span.icon_okinawa {
    top: 57%;
    left: -0.5%;
  }
  /**********************************************/
  /*link menu*/
  div.map_wrap-in ul.area_link {
    position: inherit;
    margin-top: -50px;
    right: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  div.map_wrap-in ul.area_link li {
    /*width: 32%;*/ flex: 1 1 32%;
    padding: 0;
    margin: 2px;
    text-align: center;
  }
  div.map_wrap-in ul.area_link li a {
    display: block;
    font-size: 12px;
    padding: 0;
    background: #FFF;
    height: 36px;
    line-height: 36px;
    color: #007CD2;
    border: #007CD2 1px solid;
    font-weight: normal;
    border-radius: 5px;
  }
  div.map_wrap-in ul.area_link li a:hover {
    background: #007CD2;
    color: #FFF;
    border: #007CD2 1px solid;
  }
}
/*------------------------------------------------------*/
/*tab　調整用
-----------------------------*/
@media (min-width:991px) {
  .is-tablet {
    display: none !important;
  }
  .spNonetab, .pcNonetab {
    display: inherit;
  }
}
@media (max-width:767px) {
  .is-tablet {
    display: none !important;
  }
  .spNonetab, .pcNonetab {
    display: inherit;
  }
}
@media (min-width:768px) and (max-width:990px) {
  .is-tablet {
    display: block;
  }
  .spNonetab, .pcNonetab {
    display: none;
  }
  /* chat　tab 非表示 */
  #chatplusview.headless:not(.chatplusview-modern):not(.compressed), #chatplusview.headless:not(.chatplusview-modern):not(.compressed) #outline {
    border-radius: 0;
    display: none;
  }
}
/* -------------------- */
/*おトクなキャンペーン
-------------------------------------------*/
@media (min-width:768px) {
  div.otokuna-cp {
    width: auto;
    margin: 0 -10px;
  }
}
@media (max-width:767px) {
  div.otokuna-cp {
    width: 95%;
    margin: 0 auto;
  }
}
/********/
.price_ex {
  padding: .8rem 0 .6rem;
  border: 2px solid #111;
  border-radius: 100vh;
  font-size: 23px;
  color: #111;
  font-weight: bold;
  width: 96%;
  letter-spacing: 0.05rem;
  margin: 0 auto 1rem;
}
@media (max-width:767px) {
  .price_ex {
    padding: .5rem 0 .4rem;
    border: 2px solid #111;
    border-radius: 100vh;
    font-size: 14px;
    color: #111;
    font-weight: bold;
    width: 100%;
    letter-spacing: 0.05rem;
    margin: 0 auto 1rem;
  }
}
/* Tab 768-860 tel くずれ回避
-----------------------------------------------------*/
@media (min-width:768px) and (max-width:830px) {
  .add_tel_tab {
    display: none !important;
  }
}
/*東京エリア
---------------------------------*/
span.cyuui01 {
  font-size: 12px;
  line-height: 1.7;
  display: inline-block;
  padding-top: 5px;
  color: #666;
}
@media (max-width:767px) {
  span.cyuui01 {
    font-size: 11px;
    line-height: 1.5;
    display: inline-block;
    padding-top: 5px;
    color: #666;
  }
}
/*--------------------------------------------------------------*/
/* アコーディオン2PCPCPCPCPC */
.acd2 {
  width: 735px;
  margin: 1em auto 0;
}
.acd2 label {
  display: block;
  margin: 0 0 10px;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #8F8F8F;
  font-size: 15px;
  color: #8A8A8A;
  line-height: 1;
}
.acd2 label::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  position: absolute;
  right: 18px;
  top: 13px;
}
/*チェックは隠す*/
.acd2 input {
  display: none;
}
/*中身を非表示にしておく*/
.acd2 .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
/*クリックで中身表示*/
.acd2 .cssacc:checked + label + .acd2 .accshow {
  height: auto;
  padding: 10px 20px;
  opacity: 1;
}
/*アイコンを入れ替える*/
.acd2 .cssacc:checked + label::after {
  content: '\f077';
}
.acd2 .chushaku {
  font-size: 12px;
  line-height: 1.7;
  display: inline-block;
  padding-top: 5px;
  color: #666;
  text-align: left;
}
/* アコーディオン2SPSPSPSPSP */
@media screen and (max-width: 767px) {
  .acd2 {
    width: 98%;
  }
  .acd2 label {
    display: block;
    margin: 0 auto 5px;
    padding: 10px;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #8F8F8F;
    color: #8A8A8A;
  }
  .acd2 label::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    position: absolute;
    right: 14px;
    top: 6px;
  }
  /*チェックは隠す*/
  .acd2 input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .acd2 .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*border-top:1px solid #8F8F8F;*/
  }
  /*クリックで中身表示*/
  .acd2 .cssacc:checked + label + .acd2 .accshow {
    height: auto;
    padding: 10px 5px;
    opacity: 1;
  }
  /*アイコンを入れ替える*/
  .acd2 .cssacc:checked + label::after {
    content: '\f107';
  }
  .acd2 .chushaku {
    color: #575757;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px;
    line-height: 1.3em !important;
    text-align: left;
  }
}
.area_img {
  display: none !important;
}