@charset "UTF-8";

/*!
Theme Name: xmobile child
Template:   xmobile
Version:    20190119
Theme URI:    https://xmobile.site/
Description:  xmobile Child Theme
Author:       xmobile
Author URI:   https://xmobile.site/
Template:     xmobile
Version:      20190119
*/

.ta_center {text-align:center;}
.pc_disp {display:block !important;}
.sp_disp {display:none !important;}

h2 {
  color:#008053;
  font-size:30px;
  text-align:center;
}

/* 2カラム */
.column2_w55 > div, .column2_w55 > li {width:50%;}
.column2_w55_sp > div, .column2_w55_sp > li {width:50%;}
.column2_w64 > div:first-child, .column2_w64 > li:first-child {width:60%;}
.column2_w64 > div:last-child, .column2_w64 > li:last-child {width:40%;}
.column2_w46 > div:first-child, .column2_w46 > li:first-child {width:40%;}
.column2_w46 > div:last-child, .column2_w46 > li:last-child {width:60%;}
.column2_w73 > div:first-child, .column2_w73 > li:first-child {width:70%;}
.column2_w73 > div:last-child, .column2_w73 > li:last-child {width:30%;}
.column2_w37 > div:first-child, .column2_w37 > li:first-child {width:30%;}
.column2_w37 > div:last-child, .column2_w37 > li:last-child {width:70%;}
ul.column2_w55, ul.column2_w64, ul.column2_w46, ul.column2_w73, ul.column2_w37, ul.column3_w, ul.column4_w, ul.column5_w {padding-left:0;}
ul.column2_w55 > li, ul.column2_w64 > li, ul.column2_w46 > li, ul.column2_w73 > li, ul.column2_w37 > li, ul.column3_w > li, ul.column4_w > li, ul.column5_w > li {float:left; list-style:none;}

/* 3カラム */
.column3_w > div, ul.column3_w > li {width:33%;margin-right:0.5%;float:left;}
.column3_w > div:last-child, ul.column3_w > li:last-child {margin-right:0;}

/* 4カラム */
.column4_w > div, .column4_w  >li {width:25%; float:left;}

/* 5カラム */
.column5_w > div, .column5_w > li {width:20%; float:left;}
/* 768pxでカラムをスマホ対応 */
@media screen and (max-width:768px) {
  .column2_w55 div.f_left, .column2_w55 div.f_right {float:none; width: 100%;}
  .column2_w64 div.f_left, .column2_w64 div.f_right {float:none; width: 100%;}
  .column2_w46 div.f_left, .column2_w46 div.f_right {float:none; width: 100%;}
  .column2_w73 div.f_left, .column2_w73 div.f_right {float:none; width: 100%;}
  .column2_w37 div.f_left, .column2_w37 div.f_right {float:none; width: 100%;}
  ul.column2_w55 li, ul.column2_w64 li, ul.column2_w46 li, ul.column2_w73 li, ul.column2_w37 li, ul.column3_w li, ul.column4_w li, ul.column5_w li {float:none; width: 100%;}

  /* 3カラム */
  .column3_w div, ul.column3_w li {width:100%;margin-right:0;float:none;}
  /* 4カラム */
  .column4_w div, .column4_w li {width:100%; float:none;}
  /* 5カラム */
  .column5_w div, .column5_w li {width:100%; float:none;}
}

@media screen and (max-width:768px) {
  ul#sim_onsei li, ul#sim_sms li, ul#sim_hikitsugi li {
    width:49% !important;
    float:left;
  }
  ul#sim_yoryo li, ul#sim_yoryo2 li, ul#sim_yoryo3 li, ul#sim_yoryo4 li {
    width:32% !important;
    float:left;
  }
}

/* float */
.f_left {float:left;}
.f_right {float:right;}

.column2_w55:after,
.column2_w55_sp:after,
.column2_w64:after,
.column2_w46:after,
.column2_w73:after,
.column2_w37:after,
.column3_w:after,
.column4_w:after,
.column5_w:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
.column2_w55,
.column2_w55_sp,
.column2_w64,
.column2_w46,
.column2_w73,
.column2_w37,
.column3_w,
.column4_w,
.column5_w,
.clearfix {
  display: block;
}

.mart0 {
  margin-top: 0 !important;
}

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

.marb0 {
  margin-bottom: 0 !important;
}

.marb20px {
  margin-bottom: 20px !important;
}

.marb30px {
  margin-bottom: 30px !important;
}

.marb40px {
  margin-bottom: 40px !important;
}

.marb50px {
  margin-bottom: 50px !important;
}

body {
  background-image:url("/wp-content/themes/xmobile-child/images/bg1.png") ;
  background-size:cover;
}
body {
  background-size:cover\9; /* IE10以下 */
}
@media all and (-ms-high-contrast: none){
  body {
    background-size:cover; /* IE10以上 */
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

#header-in, #footer-in {
  width:1300px;
}
#body-in {
  width:1000px;
}
#header .alignleft {
  margin-left:0;
  margin-right:0;
  margin-top:10px;
}
#main {
  background-color:transparent;
}
#site-description {
  margin-bottom:0;
  font-size:11px;
}
#site-title {
  margin-top:0;
  margin-bottom:0;
  margin-right: 150px;
}
#site-title a {
  display:block;
}
#site-title img {
  display:block;
  max-width:260px;
}
#header_logo {
  float:left;
}
#header_nav {
  overflow:hidden;
  zoom:1;
}
#h-top {
  min-height:auto;
}
#side_line {
  position: fixed;
  top: 200px;
  right: 10px;
  display:none;
  z-index: 100;
  width: 200px;
}
@media screen and (max-width: 768px) {
	#side_line {
        display:none !important;
	}
    
    .column2_w55_sp {
        display: none !important;
    }
}

/* nav */
#navi-in {
  width:100%;
}
#navi ul {
  border:0;
  background-color:transparent;
}
#navi ul > li {
  width:20%;
  box-sizing:border-box;
}
#navi ul > li.navi_line_w {
  background-color: #fff;
  border-bottom: 1px solid #008053 !important;
}
#navi ul > li.navi_line_w a:hover {
  background-color:#fff;
}
#navi ul > li a {
  color:#fff;
  width: 100%;
  text-align: center;
  padding:25px 0;
  font-size:16px;
}
#navi ul > li#menu-item-27 {
  border-left:2px solid #fff;
  border-right:2px solid #fff;
  background-color:#D20028;
}
#navi ul li a:hover {
  background-color: #CCDF31;
  color: #008053;
}

/* トップページ */
#main {
  width:1000px;
  border:0;
  padding:0;
}
.topnews_w {
  margin-top:80px;
  margin-bottom:75px;
  padding-bottom:20px;
  background-color:#F2F5F3;
}
.topnews_w h2 {
  margin-top:0;
  margin-bottom:0;
  padding-top:14px;
  padding-bottom:15px;
  text-align:center;
}
.topnews_in {
  background-color:#fff;
  padding-left:0;
  width: 96%;
  margin: 0 auto;
}
.topnews_in li {
  border-bottom:1px solid #BEBEBE;
  padding:10px 30px;
}
.topnews_in .cat {
  float:left;
  margin-right:15px;
}
.topnews_in .cat .cat_news {
  background-color: #D20028;
  color: #fff;
  padding: 5px 25px;
  border-radius: 3px;
  font-size:12px;
}
.topnews_in .cat .cat_seihin {
  background-color: #B2C70A;
  color: #fff;
  padding: 5px 25px;
  border-radius: 3px;
  font-size:12px;
}
.topnews_in .cat .cat_save {
  background-color: #008053;
  color: #fff;
  padding: 5px 25px;
  border-radius: 3px;
  font-size:12px;
}
.topnews_in .ymd {
  float:left;
  font-size:12px;
  padding:5px 0 ;
}
.topnews_in .ymd:after {
  content: "";
  border-right: 1px solid #BEBEBE;
  padding-right: 17px;
  margin-right: 19px;
}
.topnews_in h3.tit {
  overflow:hidden;
  zoom:1;
  margin:0;
  padding:5px 0;
  font-size:12px;
}

.antenna_w {
  text-align:center;
  margin-bottom:115px;
}
.antenna_w h2 {
  margin-top:0;
}

.docomouser_w {
  margin-bottom:120px;
}
.docomouser_w h2 {
  margin-top:0;
}
.docomouser_w .docomouser_m {
  padding-right:50px;
}
.docomouser_w .f_right img {
  margin-top:1em;
}

.yasusa_w h2 {
  margin-top:0;
}

.yasusa_w .onseip_w {
  background-color:#F2F5F3;
  margin-right:30px;
  padding:25px 20px 30px 20px;
  color:#6A6A6A;
}
.yasusa_w .datap_w {
  background-color:#F2F5F3;
  margin-left:30px;
  padding:25px 20px 30px 20px;
  color:#6A6A6A;
}
.yasusa_w p.tit {
  text-align:center;
  margin:0 0 8px 0;
  color:#008053;
  font-weight:bold;
}
.yasusa_w p.tt {
  margin-bottom:1.5em;
  margin-top:10px;
}
.yasusa_w h3 {
  font-size:25px;
  text-align:center;
  margin:0 0 20px;
  padding-bottom:10px;
  border-bottom:3px solid #C1D614;
}
.yasusa_w p {
  margin:0;
  text-align:center;
}
.yasusa_w p.img {
  text-align:center;
  margin-bottom:15px;
}
.yasusa_w .kihon_w .kihon_in {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.yasusa_w .kihon_w .kihon_in span {
  font-size:35px;
  margin-left:15px;
}
.yasusa_w .kihon_w {
  position:relative;
  margin-bottom: 50px;
}
.yasusa_w .kihon_w:after {
  content: "＋";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 30px;
}
.yasusa_w .kt_w {
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
}
.yasusa_w .kt_w span {
  font-size:35px;
}
.yasusa_w .kt_w.left {
  margin-right: 35px;
  position:relative;
}
.yasusa_w .kt_w.right  {
  margin-left: 35px;
}
.yasusa_w .kt_w.left:after {
  content: "または";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.yasusa_w span.kome {
  font-size:10px;
}
.yasusa_w .kakehodai_w {
  position:relative;
  margin-bottom: 50px;
}
.yasusa_w .kakehodai_w:before {
  content: "＋";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 30px;
}
.yasusa_w .dty_w ul, .yasusa_w .opt_w {
  padding-left:0;
  margin:5px 0 0;
}
.yasusa_w .dty_w ul li {
  list-style:none;
  width:30%;
  margin-right:5%;
  float:left;
  text-align:center;
  background-color:#fff;
  margin-bottom:10px;
  padding:5px 0;
}
.yasusa_w .dty_w ul li:nth-child(3n) {
  margin-right:0;
}
.yasusa_w .dty_w ul li span {
  font-size:22px;
  line-height:100%;
}
.yasusa_w .dty_w {
  position:relative;
  margin-bottom: 50px;
}
.yasusa_w .dty_w:before {
  content: "＋";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 30px;
}
.yasusa_w .opt_w ul {
  padding-left:0;
  margin:5px 0 0;
}
.yasusa_w .opt_w ul li {
  list-style:none;
  width:47%;
  margin-right:6%;
  float:left;
  text-align:center;
  background-color:#fff;
  margin-bottom:10px;
  padding:5px 0;
}
.yasusa_w .opt_w ul li:nth-child(2n) {
  margin-right:0;
}
.yasusa_w .opt_w ul li span {
  font-size:22px;
  line-height:100%;
}
.yasusa_w .sms_w .sms_in {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.yasusa_w .sms_w .sms_in span.ryokin {
  font-size:35px;
  margin-left:15px;
}
.yasusa_w .sms_w {
  position:relative;
  margin-bottom: 50px;
}
.yasusa_w .sms_w:before {
  content: "＋";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 30px;
}
ul.plan_kome {
  padding-left:0;
  font-size:12px;
  line-height:20px;
  margin-bottom:80px;
}
ul.plan_kome li {
  list-style:none;
}
.simbtn_w {
  text-align:center;
  padding:10px;
}
.simbtn_w a {
  font-size:18px;
  position: relative;
  background-color: #D20028;
  box-shadow: 0px -5px 0 0px #650114 inset;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 50px;
  box-sizing: border-box;
  transition: all .2s;
}
.simbtn_w a:after {
  content: ">";
  position: absolute;
  top: 47.5%;
  transform: translateY(-50%);
  right: 20px;
}
.green_btn a {
  background-color: #008053;
  box-shadow: 0 -5px 0 0 #003a25 inset;
}
.simbtn_w a:hover {
  text-decoration: none;
  box-shadow: none;
  margin-top: 5px;
  height: 45px;
}
.simbtn_w a span {
  font-size: 17.5px;
  line-height: 50px;
}

.osusume_w {
  padding:55px 0;
  background-color:#F9F9FA ;
}
.osusume_w .osusume_in {
  width:1000px;
  margin:0 auto;
}
.osusume_w ul {
  padding-left:0;
}
.osusume_w ul li {
  list-style:none;
  float:left;
  width:24%;
  text-align:center;
}
.osusume_w ul li span {
  color:#D20028;
}

.toiawase_w {
  padding:55px 0 95px;
  background-color:#CCDF31;
  text-align:center;
}
.toiawase_w h2 {
  color:#333333;
}
.toiawase_w .tl_w {
  width:54%;
  margin:0 auto;
}
.toiawase_w .tl_in {
  background-color: #fff;
  margin: 0 auto;
  padding: 15px;
}
.toiawase_w .tl_in .f_left {
  box-sizing: border-box;
}
.toiawase_w .tl_in .f_right {
  border-left: 1px solid #CCDF31;
  box-sizing: border-box;
  padding: 0 40px 0 50px;
}
.toiawase_w p.tel {
  font-size:20px;
  font-weight:bold;
  position:relative;
  margin:0;
}
.toiawase_w p.tel:before {
  content: url(/wp-content/themes/xmobile-child/images/cta_img02.png);
  position: relative;
  top: 10px;
  left: -10px;
}
.toiawase_w .utime {
  font-size:14px;
  text-align:left;
  display:inline-block;
  margin:0;
}
.toiawase_w  .line_w img {
  float: left;
  display: block;
  margin-right: 20px;
  border:1px solid #333;
}
.toiawase_w .line_w p {
  text-align: left;
  font-size:14px;
}
.toiawase_w  .linemob_w {
  text-align:center;
}
.toiawase_w .linemob_w p {
  text-align: left;
  font-size:14px;
}

.access_w {
  padding-top:90px;
  padding-bottom:70px;
  background-color:#fff;
}
.access_w .access_in {
  width:1000px;
  margin:0 auto;
}
.access_w h3 {
  margin-top:0;
}
.access_w p {
  text-align:center;
}
.access_w iframe {
  width:100%;
}

#footer {
  padding:0;
}
#footer-in {
  width: 100%;
}
#footer-navi ul {
  margin:50px 0 60px;
}
.credit {
  border-top: 1px solid #707070;
  padding-top:20px;
}
.footer-title-img {
  max-width:293px;
  margin-top:55px;
}

@media screen and (max-width:1110px) {
  #body-in {
    width:100%;
  }
  #main {
    width:100%;
  }
  .osusume_w .osusume_in {
    width:100%;
  }
  .access_w .access_in {
    width:100%;
  }
  #header_logo {
    float:none;
  }
  #mobile-menu a {
    color:#fff;
    border: 1px solid #fff;
    margin-right: 0;
    margin-top: 7px;
  }
  .spmenu {
    font-size:10px;
  }
  #navi ul > li {
    width:100%;
    border-top:1px solid #fff;
  }
  #navi ul > li:last-child {
    border-bottom:1px solid #fff;
  }
  #navi ul > li#menu-item-27 {
    border-left:0;
    border-right:0;
  }
  #navi #navi-in ul li a {
    padding:8px 7px;
  }
  header {
    background-color: #008053;
  }
  #h-top #site-description {
    color:#fff;
    width: 17em;
  }
  #header #h-top .alignleft {
    margin:5px 0 3px 5px
  }
}

@media screen and (max-width:768px) {
  .pc_disp {display:none !important;}
  .sp_disp {display:block !important;}
  .topnews_in .ymd {
    float:none;
  }
  .topnews_in .ymd:after {
    border-right:0;
  }
  .topnews_in h3.tit {
    margin-top:7px;
  }
  h2 {
    font-size:22px;
  }
  .docomouser_w .column2_w64 .f_right {
    float:none;
    width:100%;
  }
  .docomouser_w .column2_w64 .f_left {
    float:none;
    width:100%;
  }
  .docomouser_w .docomouser_m {
    padding-right:0;
  }
  .yasusa_w > .column2_w55 > .f_left, .yasusa_w > .column2_w55 > .f_right {
    float: none;
    width: 100%;
  }
  .yasusa_w > .column2_w55 > .f_left .onseip_w {
    margin-right: 0;
    margin-bottom:30px;
  }
  .yasusa_w .kihon_w .kihon_in span, .yasusa_w .kt_w span, .yasusa_w .sms_w .sms_in span.ryokin  {
    font-size:24px;
  }
  .yasusa_w .dty_w ul li span, .yasusa_w .opt_w ul li span {
    font-size:18px;
  }
  .yasusa_w .datap_w {
    margin-left:0;
  }
  .simbtn_w a {
    width:100%;
  }
  .simbtn_w a span {
    font-size:15px;
  }
  .yasusa_w .simbtn_w {
    padding:0;
  }
  .osusume_w ul li {
    float:none;
    width:100%;
  }
  .toiawase_w .tl_w {
    width:95%;
  }
  .toiawase_w .tl_in .f_left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCDF31;
  }
  .toiawase_w .tl_in h3 {
    margin: 0;
  }
  .toiawase_w .tl_in .f_right {
    padding: 0;
    border-left: 0;
    width: 100%;
  }
  #site-title {
    margin-right:0;
  }
  .site-title-img {
    width:70%;
  }
  .footer-title-img {
    margin-top: 15px;
    width: 70%;
  }
  #footer-navi ul {
    margin:20px 0;
  }
}
#breadcrumb, #breadcrumb a {
  color:#113105;
}

/* シミュレーション */
.kakaku_w {
  /* margin-top:60px;*/
}
.kakaku_w input#now_getsugaku, .kakaku_w input#c_mnp, .kakaku_w input#c_iyakukin {
  max-width: 380px;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  border: 3px solid #113105;
}
.kakaku_w .start_tit:before {
  content:"月々 " ;
}
 .kakaku_w .c_mnp_p::before {
   content:"MNP転出料 " ;
}
.kakaku_w .c_iyakukin_p::before {
  content:"違約金 " ;
}
.kakaku_w .start_tit:after, .kakaku_w .c_mnp_p::after, .kakaku_w .c_iyakukin_p::after {
  content:" 円" ;
}

.kakaku_w #sim_01 {
  margin-bottom:15px;
}
.kakaku_w #sim_02 {
  margin-bottom:15px;
}
.kakaku_w #sim_03 {
  margin-bottom:15px;
}

.kakaku_w a#start_btn {
  width: 380px;
  padding: 15px 0;
  margin-left: 1em;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #008053;
  background-color: #008053 !important;
  color: #fff !important;
  display: inline-block;
  box-sizing: border-box;
}
.kakaku_w a#start_btn:hover {
  border:2px solid #008053;
  color:#008053 !important;
  background-color:#fff !important;
}
.kakaku_w .shita_sankaku {
  background-color:#008053;
  color:#fff;
  font-size:30px;
  text-align:center;
  padding:20px 0 18px;
}
.kakaku_w .sim_01_in, .kakaku_w .sim_02_in, .kakaku_w .sim_03_in, .sim_05_in, .option_w, .sim_07_in, .sim_08_in {
  padding: 0 50px 0;
}

.kakaku_w ul {
  padding-left:0;
}
.kakaku_w ul li {
  list-style:none;
  float:left;
  position:relative;
}
.kakaku_w .denwa_w ul.kthodai li {
  width:33%;
}
.gnedan_w {
  margin-bottom:1em;
}
.xnedan_w {
  margin-bottom:1em;
}
.otoku_w {
  margin-bottom:100px;
}

.kakaku_w .kakaku_in {
  border:15px solid #008053;
  background-color: #fff;
  margin-top:60px;
}
.kakaku_w h2 {
  border-left:0;
  padding:0;
  margin: -25px 0 50px 0;
}
.kakaku_w h2 span {
  padding:20px 125px;
  color:#fff;
  background-color:#008053;
  border-radius:40px;
}
.kakaku_w p.sim_uetit {
  margin:30px 0;
}
.simstart_w {
  text-align:center;
  padding:0 50px;
  font-size:20px;
}
.kakaku_w h3 {
  color:#1E1E1E;
  font-size:25px;
  padding-bottom:10px;
  border-bottom:3px solid #C1D614;
}
.simstart_w p.start_tit, .kakaku_w .c_mnp_p, .kakaku_w .c_iyakukin_p {
  color:#004831;
}
.kakaku_w .c_mnp_p, .kakaku_w .c_iyakukin_p {
  text-align:center;
}
.kakaku_w a.btn {
  border:2px solid #008053 ;
  background-color:#008053;
  color:#fff;
  font-size:18px;
  text-decoration: none;
  box-shadow: none;
  margin:0 0 0 0;
  padding:0;
  width:100%;
  line-height:50px;
  box-sizing:border-box;
  transition: all .2s;
  margin-top:5px;
}
.kakaku_w a.btn.disabled {
  background-color:#fff !important;
  color:#008053;
  box-shadow: 0px 5px 0 0px #113105;
  box-sizing: border-box;
  margin-top:0;
}
.kakaku_w a.btn:hover {
  background-color:#008053 !important;
  color:#fff !important;
}
ul#sim_shurui, ul#sim_shurui2, ul#sim_onsei, ul#sim_sms, ul#sim_hikitsugi, ul#sim_kt, ul#sim_yoryo , ul#sim_yoryo2, ul#sim_yoryo3 , ul#sim_yoryo4, ul#sim_option1, ul#sim_option2 {
  overflow:hidden;
  zoom:1;
  height:70px;
}
ul#sim_kt {
  height:270px;
}
ul#sim_shurui li, ul#sim_kt li, ul#sim_yoryo li, ul#sim_yoryo2 li, ul#sim_yoryo3 li, ul#sim_yoryo4 li {
  width:32%;
  margin-right:2%;
  margin-top:5px;
  margin-bottom:5px;
}
ul#sim_shurui li:last-child, ul#sim_kt li:last-child, ul#sim_yoryo li:last-child, ul#sim_yoryo2 li:last-child, ul#sim_yoryo3 li:last-child, ul#sim_yoryo4 li:last-child {
  margin-right:0;
}
ul#sim_shurui2 li {
  width:23.5%;
  margin-right:2%;
  margin-top:5px;
  margin-bottom:5px;
}
ul#sim_shurui2 li:last-child {
  margin-right:0;
}
ul#sim_onsei li, ul#sim_sms li, ul#sim_hikitsugi li, ul#sim_option2 li {
  width:49%;
  margin-right:2%;
  margin-top:5px;
  margin-bottom:5px;
}
ul#sim_onsei li:last-child, ul#sim_sms li:last-child, ul#sim_hikitsugi li:last-child, ul#sim_option2 li:last-child {
  margin-right:0;
}

.shurui_1, .shurui_2, .onsei, .sms, .hikitsugi_w, #sim_04, .yoryo_w, .iyakukin_kome {
  border-bottom:2px dashed #A2A2A2 ;
}
.shurui h4, .onsei h4, .sms h4, .koshintsuki h4, .hikitsugi_w h4, .kt_w h4, .sim_05_in h4 , .option_w h4, .sim_08_in h4  {
  float:left;
  line-height: 70px;
  font-size:20px;
  color:#004831;
  min-width:250px;
  margin:0;
  border-bottom:0;
  padding:0;
}
.yoryo_w {
  margin-bottom:15px;
}
.koshintsuki {
  border-bottom: 2px dashed #A2A2A2;
  padding-bottom: 21px;
}
.koshintsuki_in {
  margin:21px 0;
  overflow:hidden;
  zoom:1;
  font-size:20px;
  color:#004831;
}
.koshintsuki select {
  font-size: 18px;
  width: 30%;
  height:54px;
  border: 3px solid #113105;
  border-radius: 3px;
}
.koshintsuki .shirabekata {
  background-color:#F2F2F2;
  padding:1em;
}
.koshintsuki .shirabekata h5 {
  font-size:18px;
  color:#004831;
  margin:0;
}
.koshintsuki .shirabekata dl {
  margin:0;
}
.koshintsuki .shirabekata dt {
  font-size:18px;
  color:#004831;
}
.koshintsuki .shirabekata dd {
  border-bottom:2px dashed #ccc;
  margin-bottom:10px;
  padding-bottom:10px;
  margin-left:0;
  padding-left:1em;
}
.koshintsuki .shirabekata dl dd:last-child {
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}
#sim_kt a.sim03btn {
  min-height:254px;
}
a.sim03btn:hover {
  color: #fff !important;
  background-color:#008053;
}
a.sim03btn.disabled:hover h5 {
  color:#fff;
  border-bottom:1px solid #fff;
}
a.sim03btn h5 {
  margin: 0 10px 12px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
a.sim03btn.disabled h5 {
  color: #008053;
  margin: 0 10px 12px;
  font-size: 18px;
  border-bottom: 1px solid #008053;
}
a.sim03btn h5.nashi {
  line-height: 2.3;
}
a.sim03btn p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  padding:0 5px;
}
a.sim03btn p.ryokin {
  background-color: #F3F3F3;
  margin: 10px 20px;
  padding: 5px;
  font-weight: bold;
}
a.sim03btn p.ryokin {
  color:#008053;
}
a.sim03btn:hover p.ryokin {
  color:#008053;
}

.sim_05_in .f_left h4 {
  color:#004831;
  font-size:20px;
}
#sim_04 dt {
  background-color: #F2F2F2;
  padding: 20px 10px 10px 20px;
  font-size:18px;
  color:#004831;
}
#sim_04 dd {
  background-color: #F2F2F2;
  margin-left: 0;
  padding: 0 10px 20px 20px;
  margin-bottom: 30px;
}
#sim_04 ul {
  margin:0;
  height:70px;
}
#sim_04 ul#sim_04_q1 li, #sim_04 ul#sim_04_q2 li, #sim_04 ul#sim_04_q3 li {
  width:22%;
  margin-right:4%;
}
#sim_04 ul#sim_04_q1 li:last-child, #sim_04 ul#sim_04_q3 li:last-child {
  margin-right:0;
}
ul#sim_option1 li {
  width:30%;
  margin-right:5%;
}
#sim_04 ul#sim_04_q2 li:last-child, ul#sim_option1 li:last-child {
  margin:0;
}
.yoryo_w h4 {
  line-height:325px;
}
#sim_06 .sim_06_in {
  padding:0 50px 0;
}
#sim_06 .option_w h4 {
  line-height: 120%;
  margin: 10px 0;
}
#sim_option1 {
  margin-bottom:10px;
}
#kekka_w {
  margin: 50px 0;
  text-align: center;
  height: 70px;
}
#kekka_w a#kekka_btn {
  background-color: #D20028 !important;
  border: 2px solid #D20028;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 5px 0 0px #650114;
  width: 50%;
  transition: all .2s;
  line-height: 50px;
  box-sizing: border-box;
  transition: all .2s;
  margin-top: 0;
  height: 50px;
}
#kekka_w a#kekka_btn:hover {
  background-color: #D20028 !important;
  box-shadow: none;
  transition: all .2s;
  margin-top: 5px;
  height: 50px;
}

.iyakukin_kome, .iyakukin_kome2 {
  font-size:11px;
  color:#A7A7A7;
  padding-left:5px;
  padding-bottom:30px;
  line-height: 1.5em;
}
.iyakukin_kome2 {
  margin-bottom:60px;
}
@media screen and (max-width:768px) {
  .iyakukin_kome2 {
    margin-bottom:10px;
    text-align:left;
  }
}

.nedan_w .genzai_tbl {
  width:98%;
  border:2px solid #707070;
  text-align:center;
}
.nedan_w .genzai_tbl th {
  background-color:#707070;
  color:#fff;
  padding:15px 0;
}
.nedan_w .genzai_tbl td {
  background-color:#fff;
  color:#6A6A6A;
  padding:15px 0;
}
.nedan_w .genzai_tbl span#genzai_nedan, .nedan_w .xmobile_tbl span#nedan {
  font-size:40px;
  line-height:170%;
}
.nedan_w .xmobile_tbl {
  width:98%;
  border:2px solid #008053;
  text-align:center;
  float:right;
}
.nedan_w .xmobile_tbl th {
  background-color:#008053;
  color:#fff;
  padding:15px 0;
}
.nedan_w .xmobile_tbl td {
  background-color:#fff;
  color:#008053;
  padding:15px 0;
}
.fc_red {
  color:#E6002C;
}
.otoku_w {
  text-align:center;
  font-size:24px;
}
.otoku_w .otoku_tit {
  background-color:#CCDF31;
  border:2px solid #CCDF31;
  padding:15px 0 10px;
  position: relative;
}
.otoku_w .otoku_tit:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #CCDF31 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.otoku_w .otoku_2nen {
  position:relative;
  padding: 80px 0 40px;
  color:#D20028;
  border:2px solid #CCDF31;
  background-image:url("/wp-content/themes/xmobile-child/images/otoku_bg.gif") ;
}
.otoku_w .otoku_2nen:after {
  content:url("/wp-content/themes/xmobile-child/images/sim_coin02.png") ;
  position:absolute;
  right:10px;
  bottom:0;
}
.otoku_w .otoku_tit span#otoku_nedan, .otoku_w .otoku_2nen span#otoku2_nedan, span#norikae_ryokin, span#norikae_ryokin2 {
  font-size:40px;
  line-height:100%;
  font-weight:bold;
}
.nedan_w {
  margin-bottom:30px;
}
#norikae_w {
  text-align:center;
}
#norikae_w p.tit {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
#norikae_w h3 {
  color:#008053;
  border-bottom:0;
  margin-top: 10px;
  padding-top: 0;
  display: inline-block;
}
#norikae_w h3:before {
  content: "";
  margin-right: 20px;
  height: 60px;
  width: 2px;
  background-color: #008053;
  position: absolute;
  bottom: 10px;
  left: -30px;
  transform: rotate(-20deg);
}
#norikae_w h3:after {
  content: "";
  margin-right: 20px;
  height: 60px;
  width: 2px;
  background-color: #008053;
  position: absolute;
  bottom: 10px;
  right: -50px;
  transform: rotate(20deg);
}
#norikae_w .column2_w55 .f_left {
  width:49%;
  font-size:18px;
}
#norikae_w .column2_w55 .f_left p.tit {
  color: #fff;
  background-color: #008053;
  margin: 0;
  padding: 15px;
  font-weight: bold;
}
#norikae_naka {
  border: 2px solid #008053;
}
#norikae_naka dl {
  margin: 0;
  padding: 15px 30px;
}
#norikae_naka dt {
  float: left;
  font-weight: normal;
}
#norikae_naka dd {
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #A2A2A2;
  text-align: right;
}
#norikae_naka dd#option_ryokin {
  border-bottom-style:solid ;
}
#norikae_naka dd#gokei_ryokin_dd {
  border-bottom:0;
  margin-bottom:0;
  padding-bottom: 0;
}

#norikae_w .column2_w55 .f_right {
  width:49%;
  font-size:18px;
}
#norikae_shita {
  border:2px solid #707070;
}
#norikae_shita p.tit {
  color: #fff;
  background-color: #707070;
  margin: 0;
  padding: 15px;
  font-weight: bold;
}
#norikae_shita dl {
  margin: 0;
  padding: 15px 30px;
}
#norikae_shita dt {
  float: left;
  font-weight: normal;
}
#norikae_shita dd {
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #A2A2A2;
  text-align: right;
}
#norikae_shita div.mnp_com {
  padding:0 30px;
  font-size:16px;
  text-align:left;
}
#norikae_shita div.mnp_com p {
  padding-left: 1em;
  text-indent: -1em;
}

#koshin_norikae {
  margin-top:100px;
}
#koshin_norikae h4 {
  border-bottom:0;
  margin:0;
  padding:0;
  color:#008053;
}
#koshin_norikae {
  margin-bottom:50px;
}
#koshin_norikae .koshin_norikae_in {
  position:relative;
  border: 2px solid #CCDF31;
}
#koshin_norikae .koshin_norikae_in p.tit {
  background-color:#CCDF31;
  font-size:25px;
  padding: 25px 0;
}
#koshin_norikae .koshin_norikae_in .naiyo {
  font-size: 24px;
  line-height: 170%;
  padding: 50px 0 40px;
  background-image: url(/wp-content/themes/xmobile-child/images/otoku_bg.gif);
}
#koshin_norikae .koshin_norikae_in .naiyo span#norikae_ryokin {
  font-size: 40px;
}
#koshin_norikae .t_naiyo {
  margin-bottom:40px;
}
#koshin_norikae .t_naiyo table {
  font-size:14px;
  margin:30px auto;
  width:90%;
}
#koshin_norikae .t_naiyo th {
  background-color:#008053;
  color:#fff;
  font-weight:normal;
  padding:5px 0;
  border-top:0;
  border-bottom:0;
  border-left:0;
  border-right:1px solid #fff;
  position:relative;
}
#koshin_norikae .t_naiyo th:last-child {
  border-right:0;
}
#koshin_norikae .t_naiyo td {
  padding:5px 0;
  text-align:center;
  border-top:0;
  border-bottom:1px solid #008053;
  border-left:0;
  border-right:0;
}
#koshin_norikae .t_naiyo td#tit1_0_1,
#koshin_norikae .t_naiyo td#tit2_0_1,
#koshin_norikae .t_naiyo td#tit3_0_1,
#koshin_norikae .t_naiyo td#tit3_0_4,
#koshin_norikae .t_naiyo tbody tr:nth-child(5) td,
#koshin_norikae .t_naiyo tbody#s17_24 tr:last-child td
{
  border-bottom:2px solid #008053;
}
#koshin_norikae .t_naiyo tbody.usm td {
  background-color:#E4F4EB;
}
#koshin_norikae tr#c1_8 td,
#koshin_norikae tr#c9_16 td,
#koshin_norikae tr#c17_24 td
{
  background-color:#fff;
}
.mn_tit {
  color:#D20028;
  position:relative;
}
.mn_tit::after {
  content:"▼" ;
  position:absolute;
  bottom:1em;
  left:50%;
  transform:translateX(-50%);
}

th#t1.f_aka::before {
  content: "待たずに乗り換え";
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: -50px;
  color: #D20028;
  width: 150px;
  left: -50%;
}
th#t1.f_aka2::before {
  content: "待たずに乗り換え";
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: -50px;
  color: #D20028;
  width: 150px;
  left: -120%;
}
th#t1.f_aka3::before {
  content: "待たずに乗り換え";
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: -50px;
  color: #D20028;
  width: 150px;
  left: -70%;
}
th#t1::after {
  content: "▼";
  position: absolute;
  top: -30px;
  color: #D20028;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  #koshin_norikae .t_naiyo {
    overflow:scroll;
    margin:0 5px;
  }
  #koshin_norikae p.sp_kome {
    text-align: left;
    padding: 0 5px;
    font-size: 14px;
    color: #008053;
    font-weight: bold;
    line-height: 1.5;
  }
  #koshin_norikae .t_naiyo table {
    margin-top:0;
  }
  #koshin_norikae .t_naiyo th,
  #koshin_norikae .t_naiyo td {
    white-space:nowrap;
    padding:2px 5px;
  }
  #norikae_w h3:before {
    left: 5px;
    bottom: 5px;
  }
  #norikae_w h3:after {
    right: -16px;
    bottom: 5px;
  }
}

th.aka::before {
  content: "更新月に乗り換え";
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: -50px;
  color: #D20028;
  width: 150px;
  left: -50%;
}
th.aka2::before {
  content: "更新月に乗り換え";
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: -50px;
  color: #D20028;
  width: 150px;
  left: -10%;
}
th.aka::after {
  content: "▼";
  position: absolute;
  top: -30px;
  color: #D20028;
  left: 50%;
  transform: translateX(-50%);
}
th.aka2::after {
  content: "▼";
  position: absolute;
  top: -30px;
  color: #D20028;
  left: 50%;
  transform: translateX(-50%);
}
#koshin_norikae tr#c1_8 th,
#koshin_norikae tr#c9_16 th,
#koshin_norikae tr#c17_24 th
{
  border-bottom:0;
}
#koshin_norikae .t_naiyo tr td.bg_aka,
#koshin_norikae .t_naiyo tr th.bg_aka
{
  background-color:#D20028;
  color:#fff;
  border-bottom: 1px solid #008053;
}
#koshin_norikae .t_naiyo td#tit1_1_3,
#koshin_norikae .t_naiyo td#tit1_1_6,
#koshin_norikae .t_naiyo td#tit2_1_3,
#koshin_norikae .t_naiyo td#tit2_1_6,
#koshin_norikae .t_naiyo td#tit3_1_3,
#koshin_norikae .t_naiyo td#tit3_1_6
{
  color:#D20028;
}
#koshin_norikae .t_naiyo tr#c1_8 td,
#koshin_norikae .t_naiyo tr#c9_16 td,
#koshin_norikae .t_naiyo tr#c17_24 td
{
  padding:20px 0;
}
#koshin_norikae .t_naiyo td#tit1_0_1,
#koshin_norikae .t_naiyo td#tit1_0_4,
#koshin_norikae .t_naiyo td#tit2_0_1,
#koshin_norikae .t_naiyo td#tit2_0_4,
#koshin_norikae .t_naiyo td#tit3_0_1,
#koshin_norikae .t_naiyo td#tit3_0_4
{
  line-height:1.5;
}
#koshin_norikae .t_naiyo td#tit1_0_1 img,
#koshin_norikae .t_naiyo td#tit2_0_1 img,
#koshin_norikae .t_naiyo td#tit3_0_1 img
{
  display:block;
  margin:0 auto 5px;
}

.imaimg {
  position:absolute;
  right:-45px; /*20px*/
  /*top:-40px;*/
  bottom:65px; /*80px*/
}
.shita_sankaku_g {
  font-size: 40px;
  margin: 30px;
  color: #008053;
}

/* サービス紹介 */
#post-13 #the-content {
  background-color:#fff;
  padding-bottom:70px;
}
#post-13 h2 {
  padding-top:0;
  font-size:30px;
}
.menubtn_w a.menubtn {
  width:32%;
  display:block;
  float:left;
  margin-right:2%;
  box-sizing:border-box;
  text-align:center;
  border:1px solid #008053;
  text-decoration:none;
  color:#fff;
  background-color:#008053;
  padding:10px;
  position:relative;
}
.menubtn_w .ue a.menubtn:last-child, .menubtn_w .st a.menubtn:last-child {
  margin-right:0;
}
.menubtn_w .ue {
  margin-bottom:2%;
}
.menubtn_w a.menubtn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}
.menubtn_w a.menubtn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #008053;
}
.menubtn_w a.menubtn:hover:after {
  margin-left: -3px;
  margin-top: -2px;
  border: 5px solid transparent;
  border-top: 5px solid #008053;
}
.shurui_w, .glass_w, .tyuko_w, .fukkyu_w, .shohin_w  {
  padding:0 15px;
}
.shurui_w h3, .glass_w h3, .fukkyu_w h3, .shohin_w h3, .tyuko_w h3 {
  font-size: 18px;
  border-bottom: 3px solid #CCDF31;
  padding-bottom: 10px;
  color: #008053;
}
.shurui_w h3 span {
  font-size:14px;
}
.shurui_w h4, .glass_w h4, .fukkyu_w h4 {
  font-size: 16px;
  border-bottom:0;
  margin-bottom:0;
  padding-bottom: 10px;
  color: #008053;
}
.shurui_w .shurui_top {
  text-align:center;
}
.shurui_w .shurui_top span.saiyasu {
  color:#D20028;
  font-weight:bold;
  font-size:20px;
}
.shurui_w .shurui_top ul {
  display:inline-block;
  padding:0;
  margin:0;
}
.shurui_w .shurui_top ul li {
  text-align:left;
  list-style:none;
}
.shurui_w dl, .glass_w .ryokin_w dl {
  line-height:250%;
  margin-top:0;
}
.shurui_w dl dt, .glass_w .ryokin_w dl dt {
  font-weight: bold;
  width: 15%;
  float: left;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.shurui_w dl dd, .glass_w .ryokin_w dl dd {
  margin: 0;
  float: left;
  width: 15%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  margin-right:5%;
  text-align:right;
}
.shurui_w dl dd.mar0 {
  margin-right:0;
}
.shohin_w h2, .glass_w h2, .tyuko_w h2, .fukkyu_w h2, .shurui_w h2 {
  margin-top:160px;
}
.shurui_w p, .glass_w p, .smp_w h3 {
  margin-top:0;
}

.ryokin_w .f_left dl dt, .ryokin_w .f_left dl dd {
  width:22%;
}
.ryokin_w .f_right {
  text-align:center;
}
.ryokin_w .f_right img {
  width:70%;
}

.tigai_w ul {
  margin:0;
}
.tigai_w ul li {
  text-align:left;
}
.sp_kin_w dl dt {
  width:100%;
  float:none;
  border-bottom:0;
}
.sp_kin_w dl dd {
  width:100%;
  margin:0;
  float:none;
  border-bottom:0;
}
.sp_kin_w .coat_w dl dt {
  width:33%;
}
.sp_kin_w .kin_left .naiyo {
  padding-left:1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:10px;
  margin-bottom:10px;
}
.sp_kin_w .kin_left > div {
  width:48%;
  margin-right:4%;
  float:left;
}
.sp_kin_w .kin_left > div:nth-child(even) {
  margin-right:0;
}

.sp_igai_w p.tit {
  font-weight:bold;
  margin-bottom:0;
}
.sp_igai_w ul {
  margin:0;
  padding-left:0;
}
.sp_igai_w ul li {
  float:left;
  list-style:none;
}
.sp_kin_w .tit {
  font-weight:bold;
}
.sp_igai_w ul {
  border-bottom: 1px dotted #ccc;
  padding-left:1em;
  padding-bottom: 10px;
  margin-bottom:10px;
  width:100%;
}
.coat_w, .sp_igai_w {
  padding:0 20px;
}
.sp_kin_w h4 {
  margin-top:0;
}
.shurui_w a.a_btn,.glass_w a.a_btn, .tyuko_w a.a_btn, .fukkyu_w a.a_btn {
  font-size: 20px;
  position: relative;
  background-color: #D20028;
  box-shadow: 0px -5px 0 0px #650114 inset;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 55px;
  box-sizing: border-box;
  transition: all .2s;
  padding-top: 5px;
  line-height: 46px;
  text-align:center;
}
.shurui_w a.a_btn:hover, .glass_w a.a_btn:hover, .tyuko_w a.a_btn:hover, .fukkyu_w a.a_btn:hover {
  text-decoration: none;
  box-shadow: none;
  margin-top: 5px;
  height: 50px;
}
.shurui_w p.a_btn_w, .glass_w p.a_btn_w, .tyuko_w p.a_btn_w, .fukkyu_w p.a_btn_w {
  height:50px;
  padding-top:10px;
  margin-top:40px;
}
.fukkyu_w .f_right .tit {
  font-weight:bold;
}
.fukkyu_w .f_right dl {
  margin:0;
}
.fukkyu_w .f_right dl dt {
  font-weight:normal;
}
.fukkyu_w .f_right dl dd {
  margin-left:0;
  padding-left:1em;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px dotted #ccc;
  box-sizing:border-box;
}
.fukkyu_w .f_right dl dd span {
  font-size:12px;
}
.fukkyu_w h4.dengen_tit {
  text-align:center;
  margin-top:0;
  line-height:200%;
}
.fukkyu_w .dengen_w ol li {
  line-height:200%;
}
.seikoji_w ul {
  margin:0;
  padding-left:1.5em;
}
ul.kome {
  font-size:0.8em;
}
.jikan_w .f_left {
  padding-right:20px;
  box-sizing:border-box;
}
.jikan_w .f_left .txt {
  font-size:0.8em;
  text-align:center;
}
.jikan_w .f_right ul {
  padding-left:1.5em;
}
.jikan_w .f_right .mamizu_tit {
  color:#0EAFF3;
  font-weight:bold;
}
.jikan_w .f_right .nomimono_tit {
  color:#EC6921;
  font-weight:bold;
}
.jikan_w .f_right .umi_tit {
  color:#00716B;
  font-weight:bold;
}

#the-content h2 {
  border-left:0;
  margin-bottom:0;
}
.shohin_ul {
  padding-left:0 !important;
  margin:0;
}
.shohin_ul li {
  width:24%;
  margin-right:1%;
  float:left;
  text-align:center;
  margin-bottom:60px;
}
.shohin_ul li:nth-child(4n) {
  margin-right:0;
}
.shohin_ul li h3 {
  font-size:16px;
  margin:0;
  border-bottom:0;
  padding:0;
  color:#000;
  font-weight:bold;
}
.shohin_ul li img {
  display:block;
  margin:0 auto;
}
.shohin_ul li a {
  text-decoration:none;
  color:#000;
  display:block;
}
.shohin_ul li p {
  margin:15px 0 0 0;
  font-size:14px;
}
.shohin_ul li a.a_btn {
  font-size: 14px;
  position: relative;
  background-color: #D20028;
  box-shadow: 0px -5px 0 0px #650114 inset;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 35px;
  box-sizing: border-box;
  transition: all .2s;
  padding-top: 5px;
  line-height: 23px;
}
.shohin_ul li a.a_btn:hover {
  text-decoration: none;
  box-shadow: none;
  margin-top: 5px;
  height: 30px;
}
.shohin_ul li p.a_btn_w {
  height:50px;
  padding-top:10px;
  margin-top:0;
}
.news_btn {
  margin-top: 30px;
}
.news_btn a {
  width:80%;
}
.entry-card-content h2 {
  text-align:left;
}

.tanmatsu_ryokin {
  background-color: #F2F5F3;
  padding: 15px;
}
.tanmatsu_ryokin h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
}
.tanmatsu_ryokin dl {
  margin: 10px 0 0;
  margin-left: 1.5em;
}
.tanmatsu_ryokin dt {
  float: left;
  width: 25%;
  line-height: 200%;
}
.tanmatsu_ryokin dd {
  margin: 0;
  line-height: 200%;
}
.shohin_c_w ul {
  padding-left:0;
}
.shohin_c_w .f_right {
  width:48%;
}
.spec_w table {
  width:100%;
  margin-bottom:40px;
}
.spec_w td {
  background-color:#fff;
}
.shohin_c_w h2 {
  margin:0;
  padding:0 0 10px;
  font-size:20px;
  text-align:left;
  border-bottom: 3px solid #C1D614;
}
.spec_w h2 {
  margin-bottom:0;
  padding-bottom:0;
}
.spec_d h3 {
  font-size:18px;
  margin-top:10px;
  border-bottom:3px solid #c1d614;
}
@media screen and (max-width:768px) {
  .nedan_w .xmobile_tbl, .nedan_w .genzai_tbl {
    width:100%;
    float:none;
  }
  .menubtn_w a.menubtn {
    width:100%;
    float:none;
    margin-bottom:15px;
  }
  .shohin_w h2, .glass_w h2, .tyuko_w h2, .fukkyu_w h2, .shurui_w h2 {
    margin-top:100px;
  }
  .coat_w .kin_left {
    margin-top:20px;
  }
  .fukkyu_w p.ta_center {
    text-align:left;
  }
  .shurui_w dl dt {
    width:50%;
  }
  .shurui_w dl dd {
    width:50%;
    margin-right:0
  }
  .shurui_w h3 span {
    display:block;
    padding-left: 1em;
    text-indent: -1em;
  }
  ul.kome li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .shurui_w a.a_btn, .glass_w a.a_btn, .tyuko_w a.a_btn, .fukkyu_w a.a_btn {
    width:100%;
    font-size:13px;
  }
  .ryokin_w .column2_w73 .f_left {
    width:100%;
  }
  .ryokin_w .column2_w73 .f_right {
    width:100%;
  }
  .glass_w .ryokin_w .f_left dl dt {
    width:50%;
  }
  .glass_w .ryokin_w .f_left dl dd {
    width:50%;
    margin-right:0;
  }
  .coat_w, .sp_igai_w, .tyuko_w, .fukkyu_w {
    padding:0;
  }
  .sp_igai_w h4 {
    margin-top:40px;
    margin-bottom:10px;
  }
  .sp_igai_w .tit, .sp_igai_w .s_tit {
    text-align:left ;
  }
  .tyuko_w .column2_w46 .f_left {
    width:100%;
  }
  .tyuko_w .column2_w46 .f_right {
    width:100%;
  }
  .fukkyu_w .column2_w55 .f_right dl dt {
    line-height:200%;
  }
  .fukkyu_w .column2_w55 .f_right dl dt {
    border-bottom:0;
    width:100%;
  }
  .fukkyu_w .column2_w55 .f_right dl dd {
    width:100%;
    text-align:left;
  }
  .fukkyu_w .column2_w46 .f_left {
    width:100%;
  }
  .fukkyu_w .column2_w46 .f_right {
    width:100%;
  }
  .fukkyu_w .column2_w55 .f_right dl dd {
    line-height:150%;
  }
  .jikan_w .f_left {
    width:100% !important;
    padding-right:0;
  }
  .jikan_w .f_right {
    width:100% !important;
  }
  .shurui_w, .glass_w, .tyuko_w, .fukkyu_w, .shohin_w {
    padding:10px;
  }
  #post-13 #the-content {
    padding-bottom:0;
  }
}

/* プライバシーポリシー */
.privacypolicy_w .ue1 {
  margin-top:60px;
}
.privacypolicy_w ul {
  padding-left:1.5em;
  margin:0;
}
.gaiyo_w h2 {
  font-size:30px;
}
.privacypolicy_w h2, .tokusho_w h2 {
  margin-top:80px;
  font-size:30px;
}
.privacypolicy_w h3 {
  font-size:18px;
  border-bottom: 3px solid #CCDF31;
  padding-bottom: 10px;
  color: #008053;
}

/* 購入ボタン */
.konyu_btn {
  text-align: center;
  padding: 10px;
}
.konyu_btn a {
  line-height:50px;
  font-size: 18px;
  position: relative;
  background-color: #D20028;
  box-shadow: 0px -5px 0 0px #650114 inset;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 50px;
  box-sizing: border-box;
  transition: all .2s;
}
.konyu_btn a:hover {
  text-decoration: none;
  box-shadow: none;
  margin-top: 5px;
  height: 45px;
}
@media screen and (max-width:768px) {
  .konyu_btn a.cip {
    width:100%;
    font-size:12px;
  }
}

/* 特商法 */
.tokusho_w table, .gaiyo_w table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  width:100%;
  margin-top:10px;
}
.tokusho_w th, .tokusho_w td, .gaiyo_w th, .gaiyo_w td {
  padding: 3px 5px;
}
.tokusho_w th, .gaiyo_w th {
  background-color: #eee;
  border: solid 1px #ccc;
  white-space:nowrap;
  width:20%;
}
.tokusho_w td, .gaiyo_w td {
  border: solid 1px #ccc;
  background-color:#fff;
}
.gaiyo_w iframe {
  width:100%;
}
.gaiyo_w,.privacypolicy_w {
  margin-bottom:150px;
}
.balloon-vis {
  display:none !important;
}
.balloon-osusume {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  color:#D20028;
  border: solid 3px #D20028;
  box-sizing: border-box;
  border-radius: 10px;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
}
.balloon-osusume:before{
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.balloon-osusume:after{
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #D20028;
  z-index: 1;
}
.shohin_top {
  text-align:center;
}
.shohin_top p {
  margin-top:0;
}
.shohin_top ul {
  padding-left:0;
  margin-top:0;
  display:inline-block;
  list-style:none;
}
.shohin_top ul li {
  text-align:left;
  padding-left:1em;
  text-indent:-1em;
}
.shohin_ul li h3 {
  margin-top:10px;
}
.shohin_ul li p.ue {
  margin-top:0;
}
.moshikomi_btn {
  margin-top:80px;
}
.moshikomi_btn .simbtn_w a {
  width:60%;
  height:70px;
}
.moshikomi_btn .simbtn_w a:hover {
  height:65px;
}
.moshikomi_btn .simbtn_w a span {
  line-height:70px;
}

h1.entry-title {
  text-align: left;
  margin-top: 60px;
}
h1#archive-title {
  margin-top:60px;
}
#otoku_ng .otoku_w .otoku_er {
  margin-top: 60px;
  font-size: 20px;
  color: #008053;
  font-weight: bold;
}


@media screen and (max-width: 1110px) {
  article header {
    background-color: transparent;
  }
}

@media screen and (max-width:768px) {
  body {
    background-image:url("/wp-content/themes/xmobile-child/images/bg2.png") ;
  }
  .kakaku_w h2 {
    font-size:18px;
  }
  .kakaku_w h3 {
    font-size:18px;
  }
  .kakaku_w h2 span {
    padding-left:15px;
    padding-right:15px;
  }
  .simstart_w, .kakaku_w .sim_01_in, .kakaku_w .sim_02_in, .kakaku_w .sim_03_in, .sim_05_in, .option_w, .sim_07_in {
    padding-left:10px;
    padding-right:10px;
  }
  .sim_08_in {
    padding-left:20px;
    padding-right:20px;
  }
  .kakaku_w input#now_getsugaku {
    width:60%;
  }
  .kakaku_w a#start_btn {
    width:100%;
    margin-left:0;
  }
  ul#sim_shurui, ul#sim_shurui2, ul#sim_onsei, ul#sim_sms, ul#sim_hikitsugi, ul#sim_kt, ul#sim_yoryo, ul#sim_yoryo2, ul#sim_yoryo3, ul#sim_yoryo4, ul#sim_option1, ul#sim_option2 {
    overflow:visible;
    height:auto;
  }
  .kakaku_w ul li {
    float:none;
  }
  ul#sim_shurui li, ul#sim_kt li, ul#sim_yoryo li, ul#sim_yoryo2 li, ul#sim_yoryo3 li, ul#sim_yoryo4 li, ul#sim_shurui2 li, ul#sim_onsei li, ul#sim_sms li, ul#sim_hikitsugi li, ul#sim_option2 li {
    width:100%;
    margin-bottom:25px;
  }
  .koshintsuki_in {
    overflow:visible;
  }
  .koshintsuki .shirabekata h5 {
    font-size:16px;
  }
  .koshintsuki .shirabekata dt {
    font-size:16px;
  }
  .koshintsuki .shirabekata dd {
    font-size:14px;
    line-height:120%;
  }
  #sim_kt a.sim03btn {
    min-height:auto;
    padding: 10px 5px;
  }
  #sim_kt a.sim03btn h5 {
    line-height:100%;
    padding-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  #sim_kt a.sim03btn p {
    text-align:left;
  }
  #sim_kt p.ryokin {
    text-align:center !important;
  }
  .sim_05_in .f_left h4 {
    font-size:18px;
    line-height:120%;
    margin-bottom: 15px;
  }
  .column2_w55 .f_left, .column2_w55 .f_right {
    width:100%;
    float:none;
  }
  .yoryo_w h4 {
    line-height: 100%;
    margin: 20px 0 10px;
    font-size:18px;
  }
  #sim_04 ul {
    height:auto;
  }
  #sim_04 dd {
    padding-left:10px;
  }
  #sim_04 ul#sim_04_q1 li, #sim_04 ul#sim_04_q3 li, #sim_04 ul#sim_04_q2 li, ul#sim_option1 li, #sim_04 ul#sim_04_q2 li, ul#sim_option1 li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  #sim_06 .option_w h4 {
    font-size:18px;
    margin:15px 0;
  }
  #kekka_w a#kekka_btn {
    width:100%;
    font-size:14px;
  }
  #norikae_w .column2_w55 .f_left {
    margin-bottom:15px;
  }
  #norikae_w .column2_w55 .f_left, #norikae_w .column2_w55 .f_right {
    width:100%;
    font-size:16px;
  }
  .otoku_w {
    font-size:14px;
    margin-bottom: 40px;
  }
  .otoku_w .otoku_tit span#otoku_nedan, .otoku_w .otoku_2nen span#otoku2_nedan {
    font-size:24px;
  }
  .otoku_w .otoku_2nen {
    padding: 40px 0 130px;
  }
  .nedan_w .genzai_tbl span#genzai_nedan, .nedan_w .xmobile_tbl span#nedan {
    font-size:24px;
    font-weight:bold;
  }
  #koshin_norikae {
    margin-top: 50px;
    margin-bottom:50px;
  }
  #koshin_norikae .koshin_norikae_in p.tit {
    font-size:18px;
    padding: 10px 0;
  }
  #koshin_norikae .koshin_norikae_in .naiyo {
    font-size: 16px;
    line-height: 180%;
    padding: 20px 0 20px;
  }
  #koshin_norikae .koshin_norikae_in .naiyo span#norikae_ryokin {
    font-size:28px;
    font-weight:bold;
  }
  .topnews_in .ymd:after {
    content:none;
    padding-right:0;
    margin-right:0;
    border-right:0;
  }
  .news_btn {
    margin-top:10px;
    padding-bottom: 0;
  }
  .simbtn_w a {
    margin-bottom:0;
    height:40px;
  }
  .simbtn_w a span {
    line-height:40px;
  }
  .simbtn_w a:hover {
    height:35px;
  }
  .yasusa_w p.tt {
    text-align:left;
  }
  .yasusa_w .kihon_w .kihon_in {
    width:100%;
  }
  .yasusa_w .kt_w.left {
    margin-bottom: 35px;
    padding-top: 5px;
    margin-right: 0;
  }
  .yasusa_w .kt_w.left:after {
    content: "または";
    position: absolute;
    left: 50%;
    right:auto;
    top:auto;
    bottom: -30px;
    transform: translateX(-50%);
  }
  .yasusa_w .kt_w.right {
    margin-left: 0;
    padding-top: 5px;
  }
  ul.plan_kome {
    margin-bottom:30px;
  }
  #main .post, #main .page {
    margin-bottom:0;
  }
  .entry-content {
    margin-bottom:0;
  }
  .option_w {
    padding:0 0 10px;
  }
  #sim_06 .sim_06_in {
    padding:0 10px;
  }
  .moshikomi_btn h2 {
    padding-top:40px;
  }
  .moshikomi_btn .simbtn_w a {
    width:100%;
  }
  .imaimg {
    right: -30px;
    top:auto;
    width: 50%;
    bottom: -80px;
  }
  .koshintsuki select#koshin_year {
    width:40%;
  }
  .shohin_ul li {
    width:100%;
    margin-right:0;
    float:none;
  }
  .rt_w h2 {
    border-top: 2px dashed #ccc;
    padding-top: 50px;
  }
  .shohin_ul li img {
    border:1px solid #ccc;
  }
  #list article {
    margin-bottom: 30px !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  .tokusho_w th, .gaiyo_w th {
    display:block;
    width:100%;
    box-sizing:border-box;
    border-left:0;
    border-right:0;
  }
  .tokusho_w th.topth, .gaiyo_w th.topth {
    border-top:0;
  }
  .tokusho_w td, .gaiyo_w td {
    display:block;
    width:100%;
    box-sizing:border-box;
    border:0;
  }
  h1.entry-title {
    font-size:20px;
  }
  .privacypolicy_w .ue1 {
    margin-top:30px;
  }
  .privacypolicy_w h2 {
    font-size:18px;
  }
  .toiawase_w h2, .toiawase_w h3 {
    font-size:20px;
  }
  .gaiyo_w,.privacypolicy_w {
    margin-bottom:0;
  }
  .gaiyo_w h2, .privacypolicy_w h2, .tokusho_w h2 {
    font-size:22px;
  }
  #navi #navi-in ul li a {
    padding: 8px 0px;
  }
  .toiawase_w {
    padding-left:20px;
    padding-right:20px;
  }
}
@media screen and (max-width: 1110px) {
  #mobile-menu a {
    color: #008053;
    border: 1px solid #008053;
    background-color: #fff;
  }
}

.width50p {
  width: 50% !important;
  box-sizing: border-box;
}
.save_cta {
  background-color:#f2f5f3;
  padding:10px;
  margin-top:20px;
}
.save_cta h2 {
  margin: 0;
  padding-bottom: 0px;
  padding-left:0;
  padding-right:0;
  border-left:0;
}
.save_cta p {
  text-align:center;
}
.save_cta .simbtn_w {
  margin:0 auto;
}
.save_cta .simbtn_w a {
  width:80%;
}
@media screen and (max-width:768px) {
  div.width50p {
    width:100% !important;
  }
  div.save_cta .simbtn_w a {
    width:100%;
  }
}

.nagare_w {
  background-color:#fff;
  padding: 0 15px;
}

.nagare_w h2 {
  text-align:center;
  font-size: 23px;
  margin-top:0;
  margin-bottom:10px;
}

.nagare_w h3 {
  font-size: 20px;
  color: #fff;
  margin: 30px 0 0 0;
  font-weight: 700;
}

.nagare_w h4 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #CCDF31;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px)
{
  .nagare_w h2 {
    font-size: 22px;
  }
  .nagare_w h3 {
    font-size: 20px;
  }
  .nagare_w h4 {
    font-size: 18px;
  }
}

.bd1 {
  background-color:#F2F5F3;
  border:1px solid #ccc;
  padding:40px 20px;
  margin: 30px 0;
}
.bd1 div.sub {
  text-align:center;
  font-weight:bold;
  display:block;
}
.nagare_w table {
    border-collapse: collapse;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.nagare_w th, .nagare_w td {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
}
.nagare_w th {
  font-weight: 600;
  background: #F2F5F3;
  width: 30%;
}
.nagare_w table td.th_color {
  font-weight: 600;
  background: #F2F5F3;
}
.nagare_w th ul , .nagare_w td ul {
  padding-left: 15px;
}
.nagare_w .step2 table td {
  width: 40%;
}
.nagare_w dl {
  margin-bottom: 10px;
}
.nagare_w dl dt {
  margin-bottom: 10px;
}
.nagare_w dl dd {
  margin-left: 0;
}
#shorui_01 , #mnp_yoyaku_01 {
  display: none;
}
.nagare_w .table_w {
  display: table;
  box-sizing: border-box;
}
.nagare_w .left_cell {
  display: table-cell;
  width: 30%;
  background: #008053;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  vertical-align: top;
}
.nagare_w .left_cell .step_text {
  color: #fff;
    font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 22px;
}
.nagare_w .left_cell .step_text:after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
  background-color: #fff;
}
.nagare_w .right_cell {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 20px;
    box-sizing: border-box;
  vertical-align: top;
}

@media screen and (max-width:768px) {
  .nagare_w .table_w {
    width: 100%;
    display: block;
    padding: 0;
  }
  .nagare_w .left_cell {
    width: 100%;
    display: block;
    padding: 35px;
  }
  .nagare_w .right_cell {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
a#kochira_btn, a#kochira_btn_02 {
    margin: 30px 0;
}
.step1 , .step2 , .step3 , .step4 , .step5 {
  margin-bottom: 90px;
}
.nagare_w a#kochira_btn , .nagare_w a#kochira_btn_02 {
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  border:2px solid #008053;
  color:#008053 !important;
  background-color:#fff !important;
  text-align: center;
  margin: 0 20px 40px 0;
}
.nagare_w a#kochira_btn:hover , .nagare_w a#kochira_btn_02:hover {
  border: 2px solid #008053;
  background-color: #008053 !important;
  color: #fff !important;
}
#shorui_01, #mnp_yoyaku_01 {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

@media screen and (max-width:768px) {
  .nagare_w a#kochira_btn , .nagare_w a#kochira_btn_02 , .nagare_w .step1 #shorui_01 a {
    width: 100%;
  }
}

.nagare_w .step4 .f_left , .nagare_w .step5 .f_left {
  padding-right: 5px;
  box-sizing: border-box;
}
.nagare_w .step4 .f_right , .nagare_w .step5 .f_right {
  padding-left: 5px;
  box-sizing: border-box;
}
.nagare_w .step3 .datap_w , .nagare_w .step4 .datap_w , .nagare_w .step5 .datap_w {
  background-color: #F2F5F3;
  padding: 25px 20px 30px 20px;
  color: #6A6A6A;
}
.nagare_w .simbtn_w a  {
    padding-top: 10px;
}
.nagare_w .page_link {
  border-top: 1px solid #ccc;
}

@media screen and (max-width:768px) {
  .nagare_w .step4 .f_left , .nagare_w .step5 .f_left {
    padding-right: 0;
  }
  .nagare_w .step4 .f_right , .nagare_w .step5 .f_right {
    padding-left: 0;
    margin-top: 10px;
  }
  .nagare_w .simbtn_w a  {
    padding-top: 6px;
  }
}
.step2 .menubtn_w a.menubtn {
  width: 48%;
    margin: 0 1% 1%;
}
.width98p {
  width: 98% !important;
}

@media screen and (max-width:1110px) {
  .step2 .menubtn_w a.menubtn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .width98p {
    width: 100% !important;
    padding-left: 40px !important;
  }
}
@media screen and (max-width:400px) {
  .step2 .menubtn_w a.menubtn {
    padding-left: 40px !important;
  }
}
.step4 .column2_w55 , .step5 .column2_w55 {
  margin-top: 15px !important;
}
@media screen and (max-width:768px) {
  #shorui_01 table th , #shorui_01 table td {
    display: block;
    width: 100%;
  }
}

/* pc sp の表示、非表示 */
@media screen and (min-width:769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .step2 ul {
    padding-left: 20px;
  }
}
@media screen and (max-width:768px) {
  .bg_green {
    background: #e0eae4 !important;
  }
}

.font400 {
  font-weight: 400 !important;
}

.step1 .menubtn_w .ue {
  margin-bottom: 30px !important;
}

/* 補助書類は文字を小さく */
.hojoshorui {
  font-size: 14px !important;
}



/* フッターCTA申し込みの流れページ */
.cta_nagare_w {
  background-color:#F2F5F3;
  padding-top:40px;
  padding-bottom:60px;
}
.cta_nagare {
  width:1000px;
  margin:0 auto;
  box-sizing:border-box;
}
@media screen and (max-width:768px) {
  .cta_nagare {
    width:100%;
    padding:10px;
  }
  .cta_nagare_w .width50p {
    width:100% !important;
  }
  .cta_nagare_w .f_right {
    padding-top:40px;
  }
  .cta_nagare_w .simbtn_w a {
    width:100%;
  }
  .cta_nagare_w .simbtn_w a:after {
    content:"" ;
  }
}

/* サイド料金シミュレーション */
.sp_color_name {
  margin-right: 10px;
  font-size: 12px
}
.color_block {
  display: block;
  float: left;
}
.red_box {
  background: #D20028;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow:2px 2px 2px #555;
}
.red_box a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
div.width70p {
  width: 70%;
}
div.sp_footer_menu {
  display: none;
}
div.sp_footer_menu p {
  display: none;
}
img.sp_footer_dentaku {
  display: none;
}

/* フッター固定料金シミュレーション */
@media screen and (max-width:768px) {
  div.sp_footer_menu {
    position: fixed;
    bottom: 0;
    display: block;
    background: #D20028;
    width: 100%;
    padding: 6px 0;
    z-index: 100;
  }
  div.sp_footer_menu p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
  }
  img.sp_footer_dentaku {
      width: 30px;
    display: inline-block;
  }
}

@media screen and (max-width: 639px) {
  #page-top a#move-page-top {
    font-size: 12px;
    margin-bottom: 55px !important;
    margin-right: 0px;
  }
}

.shohin_c_w , .spec_w {
  background: #fff;
  padding: 15px !important;
}
/** brタグをどんな場合でも表示 */
br{
　display: block !important;
}