@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*--------------------
 * 
 * 記事見出し
 * 
 --------------------*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1em;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.25;
    font-weight: 600;
}
.article h1{
  position: relative;
  text-align: center;
  margin-bottom: 1.5em; 
  font-size: 1.5em;
  color: #38322D;
}
.article h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 2.2em;
  height: 0.16em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #38322D;
  border-radius: 0.25em;
}
.article h2 {
  position: relative;
  background: #ffd439;
  padding: 0.4em 0.4em 0.4em 2.4em;
  font-size: 1.2em;
  color: #38322D;
  border-radius: 0 0.25em 0.25em 0;
  z-index: -1;
}
.article h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f7d9";
  display: inline-block;
  line-height: 1.9em;
  position: absolute;
  padding: 0.2em;
  color: white;
  background: #0091C0;
  font-weight: 900;
  width: 1.9em;
  text-align: center;
  height: 1.9em;
  line-height: 1.9em;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
.article h2.contact_form:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0"; 
}
/* Header */

#header-container {
  height: 100px;
}
.header-container-in {
  margin: 0 auto;
  padding: 20px;
}
#navi .navi-in>ul>li {
  font-size: 45px;
  text-align: center;
  line-height: 30px;
}
.navi .item-label, .navi .item-description {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#navi i {
  font-size: 35px;  
}

/* LP非表示 */

.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .footer-meta{
  display: none;
}
.page-id-38 .entry-title{
  display: none;
}

/* text_marker */
.marker-under {
    background: linear-gradient(transparent 60%, #ffd439 40%);
}

/* 店舗情報ページ */
.shop_info_header{
  background: #38322D;
  line-height:0;
}
.shop_info{
  flex-basis: 50%;
  align-self: center;
  padding:0px 10px;
}
.shop_info a{
  text-decoration: none;
}
.shop_image{
  flex-basis: 50%;
  align-self: center;
}
.shop_image img{
  height:360px;
  width: 100%;
  object-fit: cover;
}
.group_name{
  font-size:15px;
  color: #FFFFFF;
}
.shop_name{
  display:block;
  font-size:40px;
  line-height:2;
  color: #FFFFFF;
  border-bottom: #FFFFFF 1px dotted;
}
.shop_tel a{
  display:block;
  font-size:30px;
  font-weight:600;
  line-height:1.5;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: #FFFFFF 1px dotted;
}.shop_tel a:hover{
  color: #0091C0;
}.shop_tel a:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f879';
  margin-right: 5px;
}
.attention_button{
  text-align: center;
}
.attention_button form{
  display:inline-flex
}
.shop_station{
  display:block;
  font-size:20px;
  font-weight:300;
  line-height:1.5;
  color: #FFFFFF;
  border-bottom: #FFFFFF 1px dotted;
}.shop_station:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f239';
  margin-left: 3px;
  margin-right: 7px;
  font-weight:800;
}
.shop_hours{
  display:block;
  font-size:20px;
  font-weight:300;
  line-height:1.5;
  color: #FFFFFF;
  border-bottom: #FFFFFF 1px dotted;
}.shop_hours:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f017';
  margin-right: 5px;
  font-weight:800;
}
.contact_via_mail{
  margin: 5px;
  padding: 0 5px;
  width:200px;
  height: 50px;
  line-height: 0;
  background: #E5864C;
  border: 2px solid #E5864C;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: var(--cocoon-basic-border-radius);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 600;
}
.contact_via_mail:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f199';
  margin-right: 5px;
  font-size: 40px;
  font-weight: 600;
  vertical-align: -7px;
}
.contact_via_mail:hover{
  background: #FFFFFF;
  color: #E5864C;
}
.contact_via_line{
  margin: 5px;
  padding: 0 5px;
  width:200px;
  height: 50px;
  line-height: 0;
  background: #06C755;
  border: 2px solid #06C755;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: var(--cocoon-basic-border-radius);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 600;
}
.contact_via_line:before{
  font-family: "Font Awesome 5 Brands"; 
  content: '\f3c0';
  margin-right: 5px;
  font-size: 40px;
  font-weight: 400;
  vertical-align: -7px;
}
.contact_via_line:hover{
  background: #FFFFFF;
  color: #06C755;
}
.online_reserve{
  margin: 5px;
  padding: 0 5px;
  width:200px;
  height: 50px;
  line-height: 0;
  background: #0091C0;
  border: 2px solid #0091C0;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: var(--cocoon-basic-border-radius);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family:"游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 600;
}
.online_reserve:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f274';
  margin-right: 5px;
  font-size: 30px;
  font-weight: 400;
  vertical-align: -4px;
}
.online_reserve:hover{
  background: #FFFFFF;
  color: #0091C0;
}

.shop_info_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop_map{
  flex-basis: 40%;
  align-self: center;
  width: 100%;
  padding-top: 500px;
  position: relative;
}
.shop_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop_detail{
  flex-basis: 60%;
  align-self: center;
  padding: 5px;
}
.go-to-top {
  bottom: 60px;
}

@media (max-width: 834px){
  .item_shop_image{
    flex-basis: 100%;
    align-self: center;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .item_shop_image iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item_shop_info{
    flex-basis: 100%;
    align-self: center;
  }
  .shop_info{
  flex-basis: 100%;
  align-self: center;
  padding:10px 10px;
  position: absolute;
  background: rgba(0,0,0,0.5);
}
  .shop_image{
    flex-basis: 100%;
    align-self: center;
    text-align: center;
  }.shop_image img{
  width:100%;
  height: 500px;
  }
  .shop_map{
  flex-basis: 100%;
  }
  .shop_detail{
  flex-basis: 100%;
  }
}
.menu-button a{
  display: block;
  color: var(--cocoon-text-color);
  text-decoration: none;
}
.menu-button a:hover{
  color: #0091C0;
}

/**
 * 
 * 店舗情報 - 道順
 * 
 */
.route_box {
  display: flex;
  flex-wrap: wrap;
}
.route_item {
  width: 20%;
  padding: 5px;
}
.route_order{
  position: absolute;
  background: #FFD439;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
}
.route_img img{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width:680px){
  .route_item {
  width: 100%;
  }
}

/*
 * 
 * 店舗情報 テーブル
 * 
 */
#shop_info table {
  width: 100%;
}

#shop_info table th{
  position: relative;
  text-align: left;
  width: 130px;
  font-weight: 400;
}

#shop_info table td{
  text-align: left;
  width: 100%;
}

/* mobile_header */
.mobile-header-menu-buttons{
  background: #FFD439;
}
@media (max-width: 1023px){
  #header-container{
    visibility: hidden;
    height: 50px;
  }

}

/**
 * 
 * 修理料金ページ 機種BOX
 * 
 */
#model_page {
width:100%; 
max-width: 1000px;
margin:0 auto;
text-align:center;
display:flex;
flex-flow:row wrap;
margin-bottom: 1em;
}
#model_page .model_page_image {
  width:50%;
}
#model_page .model_page_info {
  width:50%;
}
#model_page .model_detail {
text-align:left;
}
.model_detail p{
text-align:right;
font-size: 9px;
}
h3.model_name_title {
  padding: 0.7rem 1.4rem;
  border-left: 5px solid #423B35;
  color: #38322D;
  font-size: 1.4em;
  background: #E3E1D5;
  margin: 0 0 10px;
}
h4.model_number_title {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.5em 1em;
  color: #fff;
  background: #0091C0;
  border-left: none;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1;
  margin: 0 0.5em 0 0;
}
/* 以下でレスポンシブ適用 */
@media (max-width:680px){
  #model_page .model_page_image {
    width:100%;
  }
  #model_page .model_page_info {
    width:100%;
  }
}

/* 見出し */
h2.shop_info_hl {
  border-bottom: solid 3px #DEDEDE;
  position: relative;
  margin-bottom:10px;
}h2.shop_info_hl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #FFD439;
  bottom: -3px;
  width: 10%;
}


/*
 * 
 * アコーディオン
 * 
 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

.accordion-area li{
    margin: 5px 0;
}

.accordion-area section {
  border: 1px solid #7F756B;
}

/*アコーディオンタイトル*/
.accordion-area .title, .accordion-area .title-child,.accordion-area .title-child-grand {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:22px;
    font-weight: 400;
    padding: 5px 5px 5px 50px;
    transition: all .5s ease;
}

.accordion-area h3 {
  margin-bottom: initial;
  border: initial;
  line-height: 1.8;
}

.accordion-area p{
  padding: 0px 0px 5px 50px;
  margin-bottom: 0;
}

/*アイコンの＋と×*/
.title::before,
.title::after,.title-child::before,
.title-child::after,.title-child-grand::before,
.title-child-grand::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before, .title-child::before, .title-child-grand::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after, .title-child::after, .title-child-grand::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before, .title-child.close-child::before, .title-child-grand.close-child-grand::before{
  transform: rotate(45deg);
}

.title.close::after, .title-child.close-child::after, .title-child-grand.close-child-grand::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box, .box-child, .box-child-grand {
    display: none;/*はじめは非表示*/
    background: #FFFFFF;
    margin:0;
    padding: 5px;
}

/*model box*/
.flexbox#model {
  width:100%; 
  margin:0 auto;
  text-align:center;
  display:flex;
  flex-flow:row wrap;
}
.flexbox#model .item {
  width:20%;
  box-sizing: border-box;
  flex-grow: 1;
}
.item a{
margin:5px;
}
/* 以下でレスポンシブ適用 */
@media (max-width:834px){
.flexbox#model .item {
  width:50%;
  flex-grow: 1;
}
}
.content .model_card_container {
  padding: 5px;
  width: 100%;
}
.content .model_card_container a{
  margin: 0;
  text-decoration: none;
}
.content .model_card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #38322D;
  box-shadow: 0 0 10px -5px #38322D;
}
.content .model_card:hover {
  transition: 0.3s ease-in-out;
  border: 1px solid #FFD439;
  box-shadow: 0 0 15px -5px #FFD439;
}
.content .model_card_img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  padding-top: .2em;
  height: 130px;
  object-fit: contain;
}
.content .model_card_content {
  display: flex;
  padding: 0.5em; 
  height: 3.5em;
  justify-content: center;
  align-items: center;
}
.content .model_card_title {
  font-size: 1em;
  color: #38322D;
  margin:0;
  padding: 0;
}

/*-----------------------------*/
/*-----------------------------*/
/*         model-page          */
/*       midle-link-box        */
/*-----------------------------*/
/*-----------------------------*/
.flexbox#link_box {
width:100%; 
margin:15px auto;
text-align:center;
display:flex;
flex-flow:row wrap;
}
.flexbox#link_box .item {
width:33%; box-sizing: border-box;
}
.item a{
margin:5px;
}
/* 以下でレスポンシブ適用 */
@media (max-width:834px){
.flexbox#link_box .item {
width:100%;
}
}

/*--------------------
 * 
 * Contact Form 7
 * 
 --------------------*/
table.form-table {
  border-collapse: collapse;
  margin: 1.5em auto;
  padding: 0;
  width: 90%;
  max-width: 1000px;
  display: table;
  box-shadow: 0 0 15px -6px #38322D;
}
table.form-table p {
  margin-bottom: 0px;
  font-size: 14px;
}
table.form-table tr {
  background-color: #FFFFFF;
}
table.form-table tr#price_content {
  height: 3.5em;
}
table.form-table th,
table.form-table td {
  background-color: transparent;
  padding: .35em 1em;
  border: 1px solid #7F756B;
}
table.form-table thead th {
    background-color: transparent;  
    font-size: 120%;
    padding: .35em;
}
table.form-table thead tr{
  background-color: #03A9F4;
  color:#fff;
}
table.form-table tbody th {
  text-align: left;
  font-size: 100%;
  background-color: #E3E1D5;
  border-right: 1px solid #7F756B;
}
  .form_txt{
    text-align: left;
    font-size: 75%;
  }
  .form_num{
    text-align: right;
    color: #000;
    font-weight: bold;
  }
@media screen and (max-width: 900px) {
  table.form-table th{width: 100%;}
  table.form-table th{display: none;}
}
/*依頼フォーム*/
.request_form {
  position: relative;
  width: 100%;
}
.request_form input[type=text] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #eee;
  outline: none;
}
.request_form input[type=text]:focus {
  border: 1px solid #FFCC00;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(255,204,0, .5);
}
.request_form input[type=text] {
  padding-left: 40px;
}
.request_form input[type=text]:focus + i {
  color: #FFCC00;
}
.request_form input[type=email] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #eee;
  outline: none;
}
.request_form input[type=email]:focus {
  border: 1px solid #FFCC00;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(255,204,0, .5);
}
.request_form input[type=email] {
  padding-left: 40px;
}
.request_form i {
  position: absolute;
  top: 6px;
  left: 0;
  padding: 9px 8px;
  transition: 0.3s;
  color: #aaaaaa;
}
.request_form input[type=email]:focus + i {
  color: #FFCC00;
}
.request_form input[type=tel] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #eee;
  outline: none;
}
.request_form input[type=tel]:focus {
  border: 1px solid #FFCC00;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(255,204,0, .5);
}
.request_form input[type=tel] {
  padding-left: 40px;
}
.request_form i {
  position: absolute;
  top: 6px;
  left: 0;
  padding: 9px 8px;
  transition: 0.3s;
  color: #aaaaaa;
}
.request_form input[type=tel]:focus + i {
  color: #FFCC00;
}
.request_form textarea {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #eee;
  outline: none;
}
.request_form textarea:focus {
  border: 1px solid #FFCC00;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(255,204,0, .5);
}
.request_form textarea {
  padding-left: 40px;
}
.request_form textarea:focus + i {
  color: #FFCC00;
}
@media screen and (min-width: 900px) {
  .entry-content .table-of-contents{width: 100%;}.request_form input.req_pc::placeholder {
  color: transparent;
}
  .entry-content .table-of-contents{width: 100%;}.request_form textarea.req_pc::placeholder {
  color: transparent;
}
}
button.request_form{
  padding: .5em;
  margin: .5em auto;
  width:80%;
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  display: block;
}
button.request_form:hover {
  transform: translateY(-3px);
  transition: all .3s;
}
/* policy box*/
div#policy{
  height: 400px;
  max-width: 1000px;
  width: 100%;
  padding: 15px;
  overflow: scroll;
  border: 1px solid #eee;
}
div#policy p, div#policy li::marker{
  margin-bottom: 0.8em;
  font-size: 14px;
}
div#policy h4{
  margin-bottom: 0.8em;
}

/*
 * 
 * 店舗情報カード
 * 
 */
.shop_list_box{
  display: flex;
  flex-wrap: wrap;
}
.shop_info_card_box{
  flex-basis: 50%;
  padding: 10px;
}
@media (max-width: 834px){
  .shop_info_card_box{
  flex-basis: 100%;
}
}
.shop_info_card_box a{
  text-decoration: none;
}
.shop_info_card_item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #7F756B;
  line-height: 0;
  color: #38322D;
  background: #FFFFFF;
  box-shadow: 0 0 10px -5px #38322D;
}
.shop_info_card_item:hover{
  transition: 0.3s ease-in-out;
  border: 1px solid;
  border-color: #FFD439;
  box-shadow: 0 0 15px -5px #FFD439;
}
.shop_info_card_detail{
  flex-basis: 60%;
  align-self: center;
  padding:0px 10px;
}
h3.shop_card_detail_name{
  margin: initial;
  border: initial;
  padding: initial;
  line-height: initial;
}
.shop_card_detail_group_name{
  font-size: 12px;
}.shop_card_detail_shop_name {
  display: block;
  font-size: 30px;
  font-weight:600;
  line-height:1.2;
  border-bottom: 1px dotted;
}
.shop_card_detail_tel{
  font-size:20px;
  font-weight:600;
  line-height:1.2;
  border-bottom: 1px dotted;
  padding-top: 5px;
}.shop_card_detail_tel:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f879';
  margin-right: 0px;
  font-size: 18px;
  padding-right:5px;
}
.shop_card_detail_station{
  font-size:15px;
  font-weight:300;
  line-height:1.2;
  border-bottom: 1px dotted;
  padding-top: 5px;
}.shop_card_detail_station:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f239';
  margin-right: 0px;
  font-size: 15px;
  font-weight:600;
  padding-right:5px;
}
.shop_card_detail_hours{
  font-size:15px;
  font-weight:300;
  line-height:1.2;
  border-bottom: 1px dotted;
  padding-top: 5px;
}.shop_card_detail_hours:before{
  font-family: "Font Awesome 5 Free"; 
  content: '\f017';
  margin-right: 0px;
  font-size: 15px;
  font-weight:600;
  padding-right:5px;
}
.shop_info_card_img{
  flex-basis: 40%;
  align-self: center;
  padding:0px;
  height: 200px;
}
.shop_info_card_img img{
  height:200px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 4px 4px 0px;
}


/*
 * 
 * 修理料金ページ
 * 
 */
h2#replacement_screen:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd"; 
}
h2#replacement_battery:before {
  font-family: "Font Awesome 5 Free";
  content: "\f241"; 
}
h2#replacement_parts:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e7"; 
}
h2#replacement_serious:before {
  font-family: "Font Awesome 5 Free";
  content: "\f057"; 
}

/*
 * 
 * パネル比較
 * 
 */
.ip_repair_cost_screen{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ip_repair_cost_screen_container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 312px;
  max-width: 100%;
  margin-bottom: 1em;
}
.ip_repair_cost_screen_container:before{
  content:"";
  display: block;
  padding-top: 202.8%;
}
.ip_repair_cost_screen_filter{
  display: flex;
  width: 273px;
  max-width: calc(100% - 32px);
  //position: relative;
  justify-content: center;
  align-items: center;
}.ip_repair_cost_screen_filter:before{
  content: "";
  padding-top: 176%;
}
.ip_repair_cost_screen_container_inner{
  padding: 10px;
  text-align: center;
  width: 100%;
}
.ip_repair_cost_screen_container_inner h3{
  background: #7F756B;
  padding: 0.05em 0.2em 0.05em 0.2em;
  font-size: 1.3em;
  color: #FFFFFF;
  background: #423B35;
  border-radius: 0.25em;
}
.ip_repair_cost_screen_container_inner h3.fp_hg{
  background: #0091C0;
}
.ip_repair_cost_screen_container_inner h3.fp_rp{
  background: #F7403C;
}
.ip_repair_cost_screen_container_inner .mild h4{
  font-size: 1.2em;
  line-height: 1.8;
}
.ip_repair_cost_screen_container_inner .mild .price{
  font-size: 2.6em;
  font-weight: 300;
  line-height: 0.8;
  font-family: 'Teko', "Kosugi Maru" ,sans-serif;
}
.ip_repair_cost_screen_container_inner .serious h4{
  font-size: 0.96em;
  line-height: 1.8;
}
.ip_repair_cost_screen_container_inner .serious .price{
  font-size: 2em;
  font-weight: 300;
  line-height: 0.8;
  font-family: 'Teko', "Kosugi Maru" ,sans-serif;
}
.price em{
  font-size: 0.6em;
  font-style: initial;
}
.price2 em{
  font-size: 0.6em;
  font-style: initial;
}
.ip_repair_cost_screen img{
  position: absolute;
  width: 312px;
  max-width: calc(100% - 32px);
}
.ip_repair_cost_screen table{
  margin-top: 0.4em;
  border: 1px solid #38322D;
}
.ip_repair_cost_screen th{
  border: none;
  padding: 0 1em;
  background: initial;
  font-size:0.8em;
}
.ip_repair_cost_screen td{
  border: none;
  padding: 0 1em;
  font-size:0.8em;
}
.ip_repair_cost_screen p{
  padding: 0em 0.5em;
  font-size:0.7em;
  background: #E3E1D5;
  border-radius: 0.25em;
  margin-bottom: 5px;
}

/*
 * 
 * 料金表テーブルタグ
 * 
 */
table.cost_table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  max-width: 90%;
  border: 1px solid #38322D;
  box-shadow: 0 0 15px -6px #38322D;
  margin-bottom: 1em;
}
table.cost_table tr {
  background-color: #fff;
  border-bottom: 1px dotted #38322D;
}
table.cost_table th,
table.cost_table td {
  background-color: initial;
  border: initial;
  padding: .35em 1em;
}
table.cost_table thead th {
  font-size: 1em;
  padding: 0.8em;
  line-height: 1;
}
table.cost_table thead tr{
  background-color: #0091C0;
  color:#fff;
  border: none;
}
table.cost_table tbody th {
  text-align: left;
  font-size: 0.9em;
  line-height: 1;
  padding: 0.8em 0.4em 0.8em 0.8em;
}
.cost_table .txt{
  text-align: left;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.85em 0.8em 0.85em 0.4em;
}
.cost_table a {
    color: #333;
    text-decoration-line:none;
  }
.cost_table .price{
  text-align: right;
  color: #FF7043;
  width: 150px;
  padding: 0;
  font-family: 'Teko', "Kosugi Maru" ,sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1;
  padding: 0 0.4em 0 0;
}
.cost_table .price2{
  text-align: right;
  color: #FF7043;
  width: 200px;
  padding: 0;
  font-family: 'Teko', "Kosugi Maru" ,sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1;
  padding: 0 0.4em 0 0;
}
@media screen and (max-width: 834px) {
  table.cost_table {
    border: 0;
    width:100%;
    box-shadow: initial;
  }
  table.cost_table th{
    background-color: #0091C0;
    display: block;
    border-right: none;
  }
  table.cost_table thead {
    border: none;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.cost_table tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #0091C0;
  }
  table.cost_table td {
    border-bottom: 1px dotted #38322D;
    display: block;
    font-size: .8em;
    text-align: left;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  table.cost_table td:last-child {
    border-bottom: 0;
  }
  table.cost_table tbody th {
    color: #fff;
    padding: 1em;
  }
  .cost_table .price {
    width: 100%;
    text-align: right;
    padding: 0.1em 0.2em 0em 0em;
  }
  .cost_table .price2 {
    width: 100%;
    text-align: right;
    padding: 0.1em 0.2em 0em 0em;
  }
  .cost_table .txt {
    padding: 1em 1em 1em 1em;
  }
  .cost_table a {
    color: #fff;
    text-decoration-line:none;
  }
  .cost_table th[data-title]::after {
    color: #fff;
    content: "("attr(data-title)")";
    padding: 0 10px 0 10px;
    display: inline;
  }
  .cost_table td[data-title]::before {
    font-size: 0.7em;
    color: var(--cocoon-text-color);
    content: attr(data-title) " :";
    padding: 0 10px 0 0;
    display: inline;
  }
}

/*
 * 
 * カテゴリ調整
 * 
 */
.widget_categories ul li a{
  padding: 0;
}

/*
 * 
 * バッテリー比較表 テーブル
 * 
 */
#ip_repair_cost_battery table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  max-width: 90%;
  border: 1px solid #38322D;
  box-shadow: 0 0 15px -6px #38322D;
  margin-bottom: 1em;
}
#ip_repair_cost_battery thead th{
  padding: 0.8em 0.8em 0.3em 0.8em;
  border:initial;
}
#ip_repair_cost_battery table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #38322D;
}
#ip_repair_cost_battery thead tr{
  border: none;
}
#ip_repair_cost_battery table tr:nth-child(even){
  background-color: #f9f9f9;
}
#ip_repair_cost_battery table td {
  padding: .7em;
  text-align: center;
  border:initial;
  line-height: 1.1;
  width: 29%;
}
#ip_repair_cost_battery table td span{
  padding: .1em;
  font-size: 0.8em;
}
#ip_repair_cost_battery table th {
  font-size: .75em;
  border:initial;
  background-color:initial;
}
#ip_repair_cost_battery i{
  font-size:2em
}
#ip_repair_cost_battery .plan1{
  background: #423B35;
}
#ip_repair_cost_battery .plan1_p{
  color:#423B35;
}
#ip_repair_cost_battery .plan4{
  background: #009688;
}
#ip_repair_cost_battery .plan4_p{
  color:#009688;
}
#ip_repair_cost_battery .plan3{
  background: #000000;
}
#ip_repair_cost_battery .plan3_p{
  color:#000000;
}
#ip_repair_cost_battery .plan2{
  background: #F7403C;
}
#ip_repair_cost_battery .plan2_p{
  color: #F7403C;
}
#ip_repair_cost_battery .price {
    text-align: right;
    color: #FFFFFF;
    padding: 0;
    font-family: 'Teko', "Kosugi Maru" ,sans-serif;
    font-weight: 300;
    font-size: 3.6em;
    line-height: 1;
    padding: 0.2em 0 0 0;
}
#ip_repair_cost_battery .price span {
    font-size: .4em;
}
#ip_repair_cost_battery .btn{
  background:#fff;
  color:#000;
  padding: 1em;
  border-radius:5px;
  display:block;
  text-decoration:none;
  font-size:.8em
}
#ip_repair_cost_battery h3 {
    padding: 0.05em 0.2em 0.05em 0.2em;
    font-size: 1.3em;
    color: #38322D;
    background: #FFFFFF;
    border-radius: 0.25em;
}

/*
 * 
 * CSS画像ポップアップ
 * 
 */
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pop-up {
  display: none;
}
#pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up-2 {
  display: none;
}
#pop-up-2:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up-3 {
  display: none;
}
#pop-up-3:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up-4 {
  display: none;
}
#pop-up-4:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
@media screen and (max-width: 700px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
  #pop-up-2:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
  #pop-up-3:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
  #pop-up-4:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}

/*
 * 
 * メーカー修理参考価格の囲い
 * 
 */
.official_repair_cost {
  padding: 0.5em 1em;
  margin: 0.5em auto;
  color: #1d1d1f;
  background: #E3E1D5;
  border-radius: 0.25em;
  display: flex;
  flex-flow: row wrap;
  font-family: 'M PLUS 1p', sans-serif;
  max-width: 728px;
}
.official_repair_cost p {
  margin: 0; 
  padding: 0;
  text-align: right;
}
.official_repair_cost p::after {
  content: ":";
}
.official_repair_cost .item {
  width: 50%;
  flex-grow: 1;
}
@media (max-width: 834px) {
  .official_repair_cost .item {
    width: 100%;
    flex-grow: 1;
  }
  .official_repair_cost p {
    text-align: center;
  }
  .official_repair_cost p::after {
    content: none;
  }
  .official_repair_cost .price{
    text-align: center;
  }
}
}


/*
 * 
 * モーダルウィンドウ実装
 * 
 */
.content{
  margin: 0 auto;
  padding: 40px;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100%;
  width: 100%;
  position: fixed;
}
.modal_content{
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 600px;
  width: 800px;
}
.modal_inner{
  display: flex;
  flex-flow: row wrap;
	align-items: center;
	background: #FFFFFF;
	height: 600px;
}
.modal_inner .item {
  width: 50%;
  flex-grow: 1;
}
.modal_inner .modal_text {
  padding: 10px;
}
.modal_inner .price {
    text-align: right;
    color: #004AAD;
    padding: 0;
    font-family: 'Teko', "Kosugi Maru" ,sans-serif;
    font-weight: 300;
    font-size: 3.6em;
    line-height: 1;
    padding: 0.2em 0 0 0;
}

/*
 * 
 * 記事内郵送修理誘導ボタン
 * 
 */
a.post-repair-button {
	text-decoration: none;
}
.post-repair-button {
  background: #454545;
  border: 2px solid #ffd439;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 680px;
  padding: 10px 40px;
  text-align: center;
	margin: 10px auto;
}
.post-repair-button {
  background: #ffd439;
  color: #454545;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.post-repair-button::after {
  background: #0091C0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.post-repair-button:hover {
  color: #fff;
}
.post-repair-button:hover::after {
  transform: scale(1, 1);
}

/*
 * 
 * 機種別注意
 * 
 */

.model-attention {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF4B00;
    border-radius: 8px;
}
.model-attention .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FF4B00;
    font-weight: bold;
}
.model-attention p {
    margin: 0; 
    padding: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
