@charset "UTF-8";

/** RESET **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
ul,
ol,
li,
table,
tr,
th,
td,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
img {
  border: none;
}
li {
  list-style: none;
}

* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html table {
  font-size: 100%;
}

table {
  padding: 0;
}
th,
td {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.clear {
  height: 0;
  clear: both;
}
* html .clear {
  overflow: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: rgb(0, 0, 1);
}
a:hover {
  text-decoration: underline;
}
a:visited {
}

body {
  height: 100%;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
    -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
    'メイリオ ', Meiryo, 'MS Pゴシック ', 'MS PGothic', 'LucidaGrande', Verdana,
    Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  background-color: rgb(255, 255, 255);
  -webkit-text-size-adjust: none;
}

.show_pc {
  display: block !important;
}
.show_sp {
  display: none !important;
  /* width: 300px !important; */
}
/* .show_sp > img {
  width: 330px;
} */
.d-flex {
  display: flex;
}
.d-flex.show_pc {
  display: flex !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: bold;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
.h-100 {
  height: 100%;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}

.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-15 {
  margin-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}

.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.tdb-font {
  font-size: 23px !important;
}
.td-font {
  font-size: 18px !important;
}
.td-font span {
  font-size: 13px !important;
}
.font-15-14 {
  font-size: 15px !important;
}

.font-normal {
  font-weight: normal;
}

.lh-30 {
  line-height: 30px;
}
.lh-36 {
  line-height: 36px;
}
.lh-40 {
  line-height: 40px;
}

.border-bottom-1 {
  border-bottom: 1px solid rgb(0, 0, 1);
}

.btn {
  display: block;
  text-decoration: none;
  width: 890px;
  height: 50px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 50px;
}
.btn:hover,
.btn:focus,
.btn:visited {
  text-decoration: none;
}
.btn-green {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 147, 128);
}
.btn-yellow {
  margin: 0;
  width: 100%;
  background: none;
  /*height: 62px;*/
  height: 74px;
  position: relative;
  border-radius: 12px;
  z-index: 3;
  /*padding-top: 10px;*/
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-yellow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 31px;*/
  height: 37px;
  background-color: rgb(253, 208, 0);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: -1;
}
.btn-yellow:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*height: 31px;*/
  height: 37px;
  background-color: rgb(254, 219, 43);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: -1;
}
.btn-yellow-arrow {
  position: absolute;
  right: 15px;
  top: 24px;
  z-index: 1;
  width: 27px;
  height: 27px;
  background: url('../img/arrow_right_yellow2.png') scroll no-repeat center
    center transparent;
  background-size: 27px 27px;
}

.content {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}

/** HEADER **/
/*.header {
  height: 291px;
  border-bottom: 12px solid rgb(253, 208, 0);
}*/

.header-update {
  display: flex;
  align-items: center;
  /* position: fixed; */
  top: 0;
  width: 100%;
  height: 97px; 
  background-color: white;
  z-index: 10;
  /*justify-content: space-between;*/
}

.header-content-1 {
  height: 100%;
}
.header-content-flex {
  display: flex;
  justify-content: center;
}
.header-detail {
  height: 102px;
}
.header-content {
  display: flex;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 55px;
  height: 100%;
}
.header-content-update {
  display: flex;
  /* padding-left: 64px; */
  padding-right: 55px;
  height: 100%;
  /* margin-bottom: 10px; */
}

.content-header {
	position: absolute;
 right: 0;
}

/*20220517====================================================*/
.font-white {
  color: rgb(255, 255, 255);
}

.parent {
	position: absolute;
	top: 0;
    right: 0;
	width: 25vw;
	height: 102px;
	/*height: 100%;*/
	/*background-color: #FFFFFF;*/
	display: flex;
	display: table;
	justify-content: flex-end;
}
.child1 {
	width: 50%;
	height: 100%;
	background-color: rgb(253, 208, 0);
	text-align: center;
	  display:table-cell;
  vertical-align:middle;
}
.child2 {
	width: 50%;
	height: 100%;
	background-color:#000000;
	text-align: center;
	  display:table-cell;
  vertical-align:middle;
}
.con-link {
  /*display: block;*/
		/*align-items: center;*/
  font-weight: bold;
  /*font-size: 18px;*/
	font-size: 1vw;
	line-height: 1.2;
}

.con-link:hover {
  text-decoration: none;
}

.parent0 {
	position: absolute;
	top: 0;	
    right: 0;
	width: 12.5vw;
	height: 102px;
	/*height: 100%;*/
	/*background-color: #FFFFFF;*/
	display: flex;
	display: table;
	justify-content: flex-end;
}
.child3 {
	width: 100%;
	height: 100%;
	background-color:#000000;
	text-align: center;
	  display:table-cell;
  vertical-align:middle;
}

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

.logo-img {
  /*height: 31px;
	margin: 25px 0 0 61px;*/
  height: 40px;
  margin: 20px 0 0 61px;
}
.logo-img-update {
  height: 60px;
  margin: 25px 20px 0 61px;
}
.header-right .logo-img {
  margin-left: 0;
  margin-top: 25px;
  height: 40px;
}
.header-left-text {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}
.header-left-img {
  height: 20px;
  margin-top: 3px;
}
.header-left-sub {
  /*font-size: 9px;*/
  font-size: 11px;	
  margin-top: 3px;
}

.bg-arrow {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 48px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.obi {
  position: relative;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-arrow-text-sub {
  font-size: 28px;
}
.bg-arrow:after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -28px;

  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 28px solid;
}
.bg-arrow-green {
  background-color: rgb(192, 219, 129);
}
.bg-arrow-green:after {
  border-top-color: rgb(192, 219, 129);
}
.bg-arrow-blue {
  background-color: rgb(0, 178, 237);
}
.bg-arrow-blue:after {
  border-top-color: rgb(0, 178, 237);
}
.bg-arrow-yellow {
  background-color: rgb(254, 231, 147);
}
.bg-arrow-yellow:after {
  border-top-color: rgb(254, 231, 147);
}

/*
 * MAIN
 */

/* UPDATE */
a.link_regist:link {
  color: rgb(0, 59, 255);
  text-decoration: underline;
}

.btn-custom {
  margin-top: 24px;
  text-align: center;
}
.btn_1 {
  font-size: 18px;
  width: 560px;
}
a.btn_1 {
  font-weight: bold;
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  vertical-align: middle;
  color: rgb(51, 51, 51);
  padding: 3% 2%;
  border-radius: 8px;
  background-color: rgb(255, 218, 0);
  box-shadow: 0 5px 0 0 rgb(194, 146, 0);
  width: 70%;
  margin: 30px auto;
}
a.btn_1:hover {
  text-decoration: none;
  background-color: rgb(255, 198, 0);
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.text-small {
  font-size: 12px;
}

.img-header {
  width: 450px;
}

.text-arrow {
  margin-left: 20px;
  padding: 20px 0 0 0;
}

.bg-arrow-orange {
  background-color: rgb(252, 207, 0);
}

.bg-arrow-orange:after {
  border-top-color: rgb(252, 207, 0);
}

.detail-content {
  padding: 44px 0px;
}

.repair-button-detail {
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
  margin-top: 15px;
}

.repair-button-green {
  display: block;
  text-decoration: none;
  width: 376px;
  height: 97px;
  text-align: center;
  padding-top: 21px;
  background-color: rgb(39, 147, 10);
  border-radius: 10px;
  color: white;
}

.repair-button-blue {
  display: block;
  text-decoration: none;
  width: 376px;
  height: 97px;
  text-align: center;
  padding-top: 21px;
  background-color: rgb(0, 109, 188);
  border-radius: 10px;
  color: white;
}

.repair-button-blue:hover,
.repair-button-green:hover {
  text-decoration: none;
}

.detail-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 20px 25px;
  align-items: center;
}

.detail-content-container-bottom {
  border-bottom: 1px solid rgb(0, 0, 1);
}

.flex-padding-1 {
  background-color: rgb(225, 237, 196);
  text-align: center;
  border-radius: 25px;
  padding: 5px 30px;
}

.flex-padding-2 {
  background-color: rgb(172, 221, 247);
  text-align: center;
  border-radius: 25px;
  padding: 5px 30px;
}

.flex-plus::after {
  content: url(../img/plus.png);
  position: absolute;
  right: 285px;
  cursor: pointer;
}

.list-detail-center {
  position: relative;
  text-align: center;
}

.list-detail-number {
  display: inline-block;
  background: rgb(0, 0, 1);
  color: white;
  padding: 0px 11px;
  border-radius: 27px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.list-detail-hr {
  position: absolute;
  width: 100%;
  top: 18px;
}

.list-detail-content {
  padding: 20px 80px;
}
.list-detail-content a {
  text-decoration: underline;
  color: rgb(0, 118, 255);
}

.list-detail-text {
  font-size: 13.5px;
}

.question-flex-left {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
}
.question-flex:last-child {
  border-bottom: 1px solid;
}
.question-flex {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid;
  padding: 15px 25px;
  align-items: center;
}

.question-yellow {
  background-color: rgb(252, 207, 0);
  padding: 9px;
  font-size: 20px;
  border-radius: 10px;
  width: 53px;
  margin-right: 18px;
  text-align: center;
}

.answer-black {
  background-color: rgb(35, 24, 21);
  padding: 9px 10px;
  font-size: 20px;
  border-radius: 10px;
  width: 53px;
  margin-right: 18px;
  text-align: center;
  color: rgb(252, 207, 0);
}

.answer-black-a9 {
  background-color: rgb(35, 24, 21);
  padding: 9px 15px;
  font-size: 20px;
  border-radius: 10px;
  width: 53px;
  margin-right: 18px;
  text-align: center;
  color: rgb(252, 207, 0);
}

p.question-text {
  font-size: 14px;
}

.answer-text-small {
  font-size: 12px;
}

.answer-text-in {
  display: flex;
}

.answer-text-in-content-2 {
  display: flex;
  justify-content: space-between;
}

.answer-text-in,
.answer-text-in-content-2 {
  margin-bottom: 20px;
}

.plus-yellow {
  color: rgb(252, 207, 0);
  font-weight: bold;
  font-size: 40px;
  cursor: pointer;
}

.content-link {
  display: block;
  padding: 39px;
  background-color: rgb(252, 207, 0);
  font-weight: bold;
  font-size: 18px;
}

.content-link:hover {
  text-decoration: none;
}
.content-in {
  width: 86%;
  margin: 20px auto 0 auto;
}

.direction-content {
  display: flex;
  justify-content: space-around;
}

.direction-content-item {
  text-align: center;
}

.img-arrow-direction:hover {
  cursor: pointer;
}

.detail-phone-header {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
}

.phones-flex {
  display: flex;
  justify-content: space-between;
  margin: 15px;
}

.phone-flex-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  background-color: rgb(225, 226, 226);
  border-radius: 20px;
  width: 500px;
}

.detail-phone-right {
  text-align: right;
  font-size: 10px;
  margin-right: 66px;
}

.detail-phone-left {
  font-size: 10px;
}

.detail-phone-end {
  font-size: 20px;
  width: 86%;
  margin: 20px auto 50px auto;
}

.detail-phone-end span {
  color: rgb(235, 96, 51);
  font-weight: bold;
}

.phones-comparison{
  background-color: #fdf6e1;
  padding: 12px;
}

.phones-comparison .detail-phone-header span{
  font-size: 13px;
  margin-left: 0.8em;
}

.phone-comparison-table{
  width: 100%;
  /*display: block;*/
  border-spacing: 0;
  border-collapse: collapse;
  margin: 40px auto;
  table-layout: fixed;
}

.phone-comparison-table tbody{
  /*display: block;
  text-align: center;*/
}

.phone-comparison-table tr{
  /*display: flex;
  align-items: stretch;*/
}

.phone-comparison-table tr th,
.phone-comparison-table tr td{
  width: 40%;
  /*display: block;*/
  padding: 16px 8px;
  /*align-self: center;*/
  text-align: center;
}
.phone-comparison-table tr th:nth-child(2),
.phone-comparison-table tr td:nth-child(2){
  /*flex-basis: 8em;*/
  width: 180px;
  min-height: 40px;
  table-layout: fixed;
}

.phone-comparison-table tr th{ vertical-align: bottom; font-size: 20px;
 padding: 24px 8px; }

.phone-comparison-table tr th img{
  vertical-align: bottom;
}

.phone-comparison-table tr th.fs-s{
  vertical-align: bottom;
  font-size: 16px;
}

.phone-comparison-table tr.padding-change th{
  padding-top: 30px;
  padding-bottom: 6px;
}
.phone-comparison-table tr td{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 21px;
}
.phone-comparison-table tr td:nth-child(2){
  background-color: rgb(255, 218, 0);
  font-weight: bold;
  border-top: rgb(255, 218, 0);
  border-bottom: rgb(255, 218, 0);
  font-size: 19px;
}




.phone-comparison-table tr td:nth-child(3){
  color: #e8410b;
  font-weight: bold;
}

.phone-comparison-table .img-plan-01 img{
  max-width: 226px;
  width: 98%;
  height: auto;
}

.phone-comparison-table th .annotation{
  font-size: 13px;
}

.phone-comparison-table td .annotation{
  font-size: 12px;
  line-height: 2px;
}
.phone-comparison-table .mark-tick{
  color: transparent;
  width: 1.5em;
  height: 1.5em;
  border: 5px solid #000;
  border-radius: 2em;
  line-height: 1;
  display: block;
  margin: auto;
}

.phone-comparison-table tr td:nth-child(3) .mark-tick{
  border-color: #e8410b;
}

.phone-comparison-table .phone-table-lh-change{
  line-height: 1.1;
}

.phone-comparison-table .ls-plus{
  letter-spacing: 0.05em;
}
.phone-annotation-auxiliary_sentence{
  font-size: 12px;
  line-height: 1.75;
}
.phone-comparison br.sp-inline{
  display: none;
}

@media (max-width: 560px){
  .phone-comparison-table tr th:nth-child(2),
  .phone-comparison-table tr td:nth-child(2){ 
    width: 120px;
  }
  .phone-comparison-table tr th{
    font-size: 18px;
  }
  .phone-comparison-table tr td{
    font-size: 16px;
  }
  .phone-comparison-table tr td:nth-child(2){
    font-size: 14px;
  }
}

@media (max-width: 480px){

  .phones-comparison .detail-phone-header{
    padding-top: 40px;

  }
  .phone-comparison-table{
    margin: 8px auto 24px;
  }
  .phone-comparison-table tr th,
  .phone-comparison-table tr td{
    padding: 16px 4px;
  }
  
  .phone-annotation-auxiliary_sentence{
    font-size: 10px;
  }
  .phones-comparison .btn-custom{
    margin-top: 16px!important;
    padding-bottom: 24px!important;
  }
  .phone-comparison br.sp-inline.w480{
  display: inline;
  }
  .phone-comparison-table th .annotation{
    font-size: 11px;
  }
}

@media (max-width: 414px){
  .phone-comparison-table tr th:nth-child(2),
  .phone-comparison-table tr td:nth-child(2){ 
    width: 112px;
  }
  .phone-comparison-table tr th{
    font-size: 17px;
  }
  .phone-comparison-table tr td{
    font-size: 15px;
  }
  .phone-comparison-table tr td:nth-child(2){
    font-size: 13px;
  }
}


.phones-fix {
  background-color: rgb(255, 231, 145);
}

.phones-fix span {
  color: rgb(235, 96, 51);
  font-weight: bold;
}

.phone-fix-flex {
  display: flex;
  justify-content: space-around;
}

.phone-fix-right {
  text-align: right;
}
.phones-fix img {
  width: 100%;
}
.row-special {
  height: 145px;
}
.phone-fix-list {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.phone-fix-table-1 {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 1em;
}

.border-table-green {
  border: 1px solid rgb(68, 175, 53);
}

.column-1 {
  background-color: rgb(68, 175, 53);
  color: white;
  font-weight: bold;
  width: 10%;
  font-size: 20px;
}

.column-2 {
  width: 20%;
}

.text-column-2 {
  font-weight: bold;
  background-color: rgb(225, 237, 196);
  padding: 0px 40px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 20px;
}

.text-column-2-2 {
  font-weight: bold;
  background-color: rgb(172, 221, 247);
  width: fit-content;
  padding: 0px 40px;
  text-align: center;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 20px;
}

.bold-column-2 {
  font-weight: bold;
  font-size: 25px;
}

.column-3 {
  width: 1%;
  padding: 0 10px 0 0;
}

.column-4 {
  width: 7%;
}

.column-4 p {
  font-weight: bold;
  background-color: rgb(225, 237, 196);
  margin-top: 5px;
  display: inline-block;
  padding: 5px 5px;
  width: 85px;
}

.column-5 {
  width: 20%;
}

.column-5 p {
  font-weight: bold;
}

.text-column-5 {
  font-size: 24px;
}

.border-table-blue {
  border: 1px solid rgb(0, 159, 232);
  margin-top: 20px;
}
.phone-fix-table-2 {
  text-align: center;
  width: 100%;
  border: 1px solid rgb(0, 159, 232);
  margin-top: 20px;
}

.column-1-2 {
  background-color: rgb(0, 159, 232);
  color: white;
  font-weight: bold;
  width: 10.5%;
  font-size: 20px;
}

.column-2-2 {
  width: 13%;
}

.column-4-2 {
  width: 11%;
}

.column-4-2 span {
  display: inline-block;
  font-weight: bold;
  background-color: rgb(172, 221, 247);
  padding: 4px;
  float: left;
  margin: 4px 2%;
  width: 46%;
}

.fix-list {
  display: flex;
  margin-top: 29px;
  align-items: flex-end;
  justify-content: center;
}

.fix-item {
  position: relative;
  text-align: center;
  padding-right: 33px;
  width: 33%;
}

.fix-item-img {
  /* width: 100%; */
}

.list-sp {
  display: none;
}

.fix-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 33px;
  height: 141px;
  background: url(../img/arrow_black.png) scroll no-repeat center center
    transparent;
  background-size: 17px 33px;
  transform: translateY(-60%);
}

.fix-item:last-child:after {
  background: none;
  display: none;
}

.fix-item-2 {
  position: relative;
  /* width: calc(20% + 6.6px); */
  text-align: center;
  padding-right: 33px;
  width: 29%;
}

.fix-item-2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 141px;
  background: url(../img/arrow_black.png) scroll no-repeat center center
    transparent;
  background-size: 17px 33px;
}

.fix-item-2:last-child:after {
  background: none;
  display: none;
}

.fix-item-name-2 span {
  color: rgb(0, 104, 182);
  font-size: 11px;
}

.fix-item-name-2 {
  font-size: 11px;
}

.fix-item-name-2 span {
  text-decoration: underline;
}

.fix-item-name-2 a {
  text-decoration: underline;
  color: rgb(0, 118, 255);
}

.question-flex-show {
  display: none;
  justify-content: space-between;
  padding: 15px 25px;
  align-items: center;
}

.text-highlight {
  color: rgb(231, 65, 11);
}
/** BANNER **/
.banner {
  background: transparent center center no-repeat;
  background-size: cover;
  height: 510px;
}
.banner-top {
  background-image: url(../img/pc_bg1.png);
}
.banner-heading {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  /*right: 149px;*/
  /*right: 121px;*/
  right: 123px;
  height: 100%;
  /*width: 472px;*/
  width: 500px;
}
.banner-heading-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 0 41px;*/
  padding: 0 36px;
}
.banner-heading-img {
  width: 100%;
}
.banner-arrow {
  position: absolute;
  left: 25px;
  bottom: 20px;
}
.banner-arrow-img {
  /*width: 71px;*/
  /*height: 71px;*/
  width: 72px;
  height: 72px;
}

.banner-slider {
  width: 100%;
  /*height: 588px;*/
  position: relative;
  top: 100px;
}

.banner-slider > img {
  width: 100%;
}
.banner-slider-list {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-slider-pc {
  /* background-image: url('../img/bia_banner.png'); */
}
.bg-slider-sp {
  /* background-image: url('../img/banner_sp.png'); */
}
.banner-slider-item {
  /* height: 588px; */
  /* height: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; */
}

.item-image {
}

/*.banner-slider-item-0 {
    background-color: rgb(91,195,230);
}
.banner-slider-item-0 .content .show_pc .banner-slider-item-img {
    margin-top: 30px;
}*/

.banner-slider-item-1 {
  background: url(../img/banner2.png) transparent center center no-repeat;
  background-size: cover;
  height: 588px;
}
.banner-slider-item-1-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-slider-item-1 .content {
  position: relative;
  height: 550px;
}
.banner-slider-item-200 {
  background-color: rgb(237, 109, 71);
}
.banner-slider-item-22 {
  background-color: rgb(218, 219, 222);
}
.banner-slider-item-special {
  background-image: url(../img/banner_special.png);
}
.banner-slider-item-img {
  width: 25%;
  position: absolute;
  top: 0;
  left: 4%;
  transform: translateY(8%);
}
.banner-slider-item-1 .content .show_pc {
  text-align: center;
}
.banner-slider-item-1 .content .show_pc .banner-slider-item-img {
  width: 980px;
  height: 504px;
  margin-top: 46px;
}
.banner-slider-item-1 .content .show_sp .banner-slider-item-img {
  margin-top: 16px;
}
.banner-slider .slide-navs {
  display: none;
}

.banner-slider-arrow {
  width: 100%;
  height: 38px;
  position: relative;
  display: flex;
  margin-top: -38px;
}
.banner-slider-arrow-left,
.banner-slider-arrow-right {
  width: calc(50% - 57px);
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.banner-slider-arrow-down {
  width: 0;
  height: 0;
  border-left: 57px solid rgb(255, 255, 255);
  border-right: 57px solid rgb(255, 255, 255);
  border-top: 38px solid transparent;
}

.banner2 {
  background: url(../img/banner2.png) transparent center center no-repeat;
  background-size: cover;
  /*height: 548px;*/
  height: 588px;
}
.banner2-container {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner2-heading {
  padding-top: 20px;
  padding-bottom: 38px;
  background: url('../img/pc_bg2_heading.png') scroll no-repeat right bottom
    transparent;
  /*background-size: 962px 495px;*/
  background-size: 980px 504px;
  width: 100%;
  /*height: 510px;*/
  height: 550px;
}
.banner2-arrow {
  width: 100%;
  height: 38px;
  position: relative;
  display: flex;
}
.banner2-arrow-left,
.banner2-arrow-right {
  width: calc(50% - 57px);
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.banner2-arrow-down {
  width: 0;
  height: 0;
  border-left: 57px solid rgb(255, 255, 255);
  border-right: 57px solid rgb(255, 255, 255);
  border-top: 38px solid transparent;
}

.banner-kv{
  width: 100%;
  position: relative;
  top: 100px;
}

@media (max-width: 980px){
  .banner-kv{
    top: 70px;
  }

}


.banner-kv img{
  width: 100%;
  height: auto;
}

/** ABOUT **/
.about {
  position: relative;
  /*height: 393px;*/
  height: 490px;
}
.about:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  /*height: 325px;*/
  height: 389px;
  z-index: 1;
  background-color: rgb(199, 204, 187);
}
.about:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  /*margin-left: -313px;*/
  background: url('../img/about_bg.png') center 70px no-repeat transparent;
  /*background-size: 626px 348px;*/
  /*width: 626px;*/
  width: 782px;
  margin-left: -391px;
  background-size: 782px 435px;
  height: 100%;
}
.thinking {
  position: absolute;
  z-index: 3;
  font-weight: bold;
  /*font-size: 15px;*/
  line-height: 28px;
  text-align: center;
  font-size: 19px;
}
.thinking-1 {
  /*left: 290px;*/
  /*top: 180px;*/
  left: 227px;
  top: 215px;
}
.thinking-2 {
  /*left: 510px;*/
  /*top: 105px;*/
  left: 499px;
  top: 123px;
}
.thinking-3 {
  /*left: 738px;*/
  /*top: 185px;*/
  left: 780px;
  top: 219px;
}

.kuroneko-about {
  font-size: 22px;
}
.strength-list {
}
.strength-item {
}
.strength-item-p {
  position: relative;
  color: rgb(231, 65, 11);
  display: inline-block;
  background: url('../img/cat_foot_red.png') scroll no-repeat 0 0 transparent;
  background-size: 25px 25px;
  padding-left: 35px;
  font-weight: bold;
  line-height: 25px;
  /*font-size: 20px;*/
  font-size: 25px;
  margin: 10px 0;
}
.kuroneko-desc {
  font-size: 20px;
}
.arrow-down-img {
  width: 72px;
  height: 72px;
}

.product-heading {
  display: block;
  text-decoration: none;
  width: 890px;
  /*height: 50px;*/
  margin: 0 auto;
  /*font-size: 21px;*/
  /*line-height: 50px;*/
  color: rgb(255, 255, 255);
  background-color: rgb(35, 24, 21);
  text-align: center;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
}

.update {
  /*background-color: rgb(255, 255, 255);*/
  background-color: rgb(238, 238, 239);
  padding: 30px 0 60px 0;
}

.plan-text-update {
  margin-bottom: -12px;
}

.plan-button-update {
  background-color: rgb(238, 238, 239);
}

.intro-content {
  padding: 0 108px;
}
.intro-text1 {
  font-size: 21px;
}
.intro-heading {
  visibility: hidden;
  height: 0;
}
.intro-img-heading {
  height: 43px;
}
.intro-img-desc {
  font-size: 12px;
}
.cover-list {
  display: flex;
}
.cover-item {
  position: relative;
  width: 33.33%;
  margin: 0 7px;
  padding: 17px 23px;
  background-color: rgb(254, 231, 147);
}
.cover-item:nth-child(2) {
  width: 33.34%;
}
.cover-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.cover-item-note {
  position: absolute;
  left: 0;
  bottom: -30px;
  /*font-size: 10px;*/
  font-size: 12px;
}
.cover-item-desc {
  font-size: 14px;
}

.plan {
  padding-bottom: 50px;
  margin-top: 18px;
}
.plan-content {
  padding: 0 115px;
}
.plan-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*float: left;*/
  margin-top: 55px;
}
.plan-item {
  font-size: 0;
  display: inline-block;
  /*float: left;*/
  text-align: center;
}
.plan-item-left {
  width: 315px;
  background-color: rgb(226, 238, 196);
}
.plan-item-right {
  float: right;
  width: 550px;
  background-color: rgb(173, 222, 248);
}
.plan-item-desc {
  /*font-size: 14px;*/
  font-size: 15px;
  padding: 12px 0;
}
.plan-item-desc-2 {
  font-size: 17px;
}
.plan-item-left .plan-item-desc {
  background-color: rgb(192, 219, 129);
}
.plan-item-right .plan-item-desc {
  background-color: rgb(0, 178, 237);
}
.plan-item-name {
  margin-top: 29px;
}
.plan-item-heading {
  visibility: hidden;
  height: 0;
}
.plan-item-name-img {
  height: 30px;
}
.plan-item-price {
  background-color: rgb(255, 255, 255);
  /*border-radius: 17px;*/
  width: 175px;
  /*height: 34px;*/
  /*line-height: 34px;*/
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 27px auto 0;
  /*font-size: 15px;*/
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.plan-item-price-number {
  /*font-size: 21px;*/
  font-size: 24px;
  margin-right: 5px;
}
.plan-image {
  /*height: 349px;*/
  height: auto;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 445px;
}
.plan-image-list {
}
.plan-image-item {
  display: inline-block;
  padding: 0 17px 0;
}
.plan-image-item-img {
  /*width: 112px;*/
  width: 134px;
  margin-top: 4px;
}
.plan-image-item-name {
  display: block;
  margin-top: 7px;
  /*font-size: 14px;*/
  font-size: 16px;
}

.btn-detail {
  /*display: block;*/
  text-decoration: none;
  font-weight: bold;
  /*background: url("../img/btn_yellow_bg.png") scroll no-repeat center center transparent;*/
  /*background-size: 560px 67px;*/
  width: 560px;
  /*height: 67px;*/
  margin: 66px auto 0;
  /*line-height: 67px;*/
}

.btn-registration {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: rgb(255, 255, 255);
  /* border: 1px solid #3fae9f; */
  border-radius: 10px;
  width: 410px;
  margin: 32px auto 0;
  /*padding: 8px 0;*/
  /*padding: 16px 0;*/
  padding: 23px 0;
  /* background: url("../img/arrow_right_green.png") 368px center scroll no-repeat transparent; */
  background-size: 27px 27px;
  background-color: rgb(35, 24, 21);
}
.btn-registration-sub {
  font-size: 12px;
}
.btn-detail:hover,
.btn-registration:hover {
  text-decoration: none;
}

/** PLAN CONTROL **/
.plan-control {
  padding: 38px 0 40px;
}
.plan-control-content {
  padding: 0 175px;
}
.plan-control-heading {
  background-color: rgb(253, 208, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
}
.plan-control-heading-h1 {
  visibility: hidden;
  height: 0;
}
.plan-control-heading-img {
}
#fix {
  background-color: rgb(255, 255, 255);
}
.plan-control-button-list {
  margin-top: 2px;
  display: flex;
}
.plan-control-button-item {
  position: relative;
  width: calc(50% - 1px);
  margin-right: 1px;
  background-color: rgb(192, 219, 129);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding-bottom: 10px;
}
.plan-control-button-item:last-child {
  margin-left: 1px;
  margin-right: 0;
  background-color: rgb(0, 178, 237);
}
.plan-control-button-item:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 22px;
  height: 12px;
  margin-left: -11px;
  background: url('../img/arrow_down.png') scroll no-repeat center center
    transparent;
}
.plan-control-button-accident {
  position: relative;
  background-color: rgb(254, 231, 147);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  /*font-size: 15px;*/
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 2px;
  padding-bottom: 10px;
}
.plan-control-button-accident:hover {
  text-decoration: none;
}
.plan-control-button-accident:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 22px;
  height: 12px;
  margin-left: -11px;
  background: url('../img/arrow_down.png') scroll no-repeat center center
    transparent;
}

/** PLAN LITE **/
.bg-e2eec4 {
  background-color: rgb(226, 238, 196) !important;
}
.border-e2eec4 {
  border-color: rgb(226, 238, 196) !important;
}
.bg-addef8 {
  background-color: rgb(173, 222, 248);
}
.plan-detail-content {
  padding: 44px 142px 96px;
  text-align: center;
}
.plan-detail-heading-img {
  height: 38px;
}
.plan-detail-price {
  /*height: 33px;*/
  /*padding: 0 22px;*/
  padding: 8px 32px 0;
  display: inline-block;
  margin: 35px auto 0;
  /*border-radius: 17px;*/
  line-height: 34px;
  font-weight: bold;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
}
.plan-detail-price-number {
  /*font-size: 20px;*/
  font-size: 24px;
  margin-left: 5px;
  margin-right: 3px;
}

.plan-detail-item {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
.plan-detail-item-left {
  /*width: 313px;*/
  width: 40%;
  background-color: rgb(173, 222, 248);
  padding-bottom: 25px;
  padding-top: 15px;
}
.plan-detail-image-list {
  margin-top: 17px;
}
.plan-detail-image-item {
  width: 50%;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.plan-detail-image-item-img {
  /*height: 125px;*/
  height: 143px;
}
.plan-detail-image-item-name {
  margin-top: 10px;
  font-size: 16px;
}
.plan-detail-image-item-100 {
  width: 100%;
}

.plan-detail-item-right {
  /*width: 503px;*/
  width: 60%;
  text-align: left;
  border: 1px solid rgb(173, 222, 248);
  padding: 15px 19px;
  margin-left: 20px;
}
.plan-detail-item-right-heading {
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.plan-detail-item-right-heading-highlight {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.plan-detail-note-list {
  margin-left: 12px;
  margin-top: 42px;
}
.plan-detail-note-item {
  position: relative;
  text-align: left;
  padding-left: 20px;
}
.plan-detail-note-item:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
.btn-choose-plan {
  display: block;
  text-decoration: none;
  text-align: center;
  /*background: url("../img/btn_plan_bg.png") scroll no-repeat center center transparent;*/
  background-size: 656px 67px;
  width: 656px;
  /*height: 67px;*/
  margin: 46px auto 0;
  padding-top: 17px;
}
.btn-choose-plan:hover {
  text-decoration: none;
}
.btn-choose-plan-text {
  font-weight: bold;
}
.btn-choose-plan-sub {
  /*font-size: 10px;*/
  font-size: 12px;
}

/*** ACCIDENT OCCUR **/
.accident-occur {
}
.accident-occur-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 49px 0 57px;
}
.accident-occur-link {
  display: block;
  text-decoration: none;
  background: url('../img/accident_btn_bg.png') scroll no-repeat left top
    transparent;
  background-size: 290px 95px;
  width: 290px;
  height: 95px;
  text-align: center;
  font-weight: bold;
  padding-top: 16px;
  margin: 0 64px;
}
.accident-occur-link:hover {
  text-decoration: none;
}

/** FOR YAMATO **/
.for-yamato {
  display: none;
}
.for-yamato-top {
  background-color: rgb(238, 238, 238);
}
.for-yamato-content-top {
}
.for-yamato-content-bottom {
  background-color: white;
  padding: 10px 30px;
  margin-bottom: 100px;
}

.arrange {
  background-color: rgb(255, 255, 255);
  margin-top: 26px;
  padding: 22px 127px 27px;
}
.arrange-heading {
  text-align: center;
  /*font-size: 16px;*/
  font-size: 17px;
}
.arrange-list {
  margin-top: 24px;
}
.arrange-item {
  position: relative;
  font-weight: bold;
  /*font-size: 17px;*/
  font-size: 18px;
  margin-top: 11px;
  padding-left: 42px;
}
.arrange-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/black_foot_cat.png') scroll no-repeat 0 0 transparent;
  background-size: 28px 29px;
  width: 28px;
  height: 29px;
}
.arrange-item:first-child {
  margin-top: 0;
}
.arrange-item-sub {
  font-size: 14px;
  font-weight: normal;
}
.arrange-note {
  width: 534px;
  margin: 25px auto 0;
  border: 1px solid rgb(0, 0, 1);
  text-align: center;
  /*padding: 20px 0 12px;*/
  padding: 26px 0 18px;
}
.arrange-note-bottom {
  margin-top: 10px;
}
.arrange-note-highlight {
  font-weight: bold;
}

.contact {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.contact-time {
  background-color: rgb(255, 255, 255);
  width: 35%;
  text-align: center;
  font-weight: bold;
  /*padding-top: 17px;*/
  /*padding-bottom: 8px;*/
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.contact-phone-email {
  width: 75%;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 22px;
  margin-left: 6px;
}
.contact-mail-only {
  justify-content: center;
}
.contact-phone {
  position: relative;
  font-weight: bold;
  padding-left: 66px;
  font-size: 27px;
  line-height: 46px;
}
.contact-phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/phone.png') scroll no-repeat center center transparent;
  background-size: 48px 27px;
  width: 48px;
  height: 46px;
}
.contact-email {
  position: relative;
  font-weight: bold;
  padding-left: 60px;
}
.contact-email:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/mail_black.png') scroll no-repeat center center
    transparent;
  background-size: 42px 27px;
  width: 42px;
  height: 46px;
}
.contact-mail-only .contact-email {
  line-height: 27px;
}
.contact-mail-only .contact-email:before {
  height: 27px;
}

.for-yamato-bottom {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 5px;
  margin-top: 6px;
}
.for-yamato-note-item {
  /*font-size: 15px;*/
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.for-yamato-note-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: rgb(0, 0, 1);
  border-radius: 4px;
}
.for-yamato-note-item-link {
  color: rgb(0, 104, 182);
  text-decoration: underline;
}
.for-yamato-note-highlight {
  color: rgb(232, 56, 28);
  /*font-size: 13px;*/
  font-size: 14px;

  line-height: 24px;
}

/** SELF REPAIR **/
.self-repair {
}
.self-repair-top {
  background-color: rgb(238, 238, 238);
  padding-bottom: 60px;
}
.self-repair-top-content {
  padding: 0 143px;
}
.repair-head {
  padding: 55px 0 15px;
  text-align: center;
}
.repair-heading {
  /*font-size: 25px;*/
  font-size: 27px;
}
.repair-desc {
  font-weight: bold;
  font-size: 18px;
}
.repair-list {
  display: flex;
  margin-top: 29px;
}
.repair-item {
  position: relative;
  width: calc(20% + 6.6px);
  text-align: center;
  padding-right: 33px;
}
.repair-item:last-child {
  width: calc(20% - 26.4px);
  padding-right: 0;
}
.repair-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 141px;
  background: url('../img/arrow_black.png') scroll no-repeat center center
    transparent;
  background-size: 17px 33px;
}
.repair-item:last-child:after {
  background: none;
  display: none;
}
.repair-item-img {
  width: 141px;
}
.repair-item-name {
  /*font-size: 10px;*/
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.self-repair-bottom-content {
  padding-top: 31px;
  padding-bottom: 30px;
}

/* .self-repair-bottom-content > div {
  width: 75%;
  margin: auto;
  background-color: white;
} */

.listing {
}
.listing-item {
  position: relative;
  padding-left: 12px;
}
.listing-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: rgb(0, 0, 1);
  border-radius: 4px;
}

.repair-button-top {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  margin-top: 68px;
}
.repair-button-yellow {
  display: block;
  text-decoration: none;
  background: url('../img/btn_yellow_bg2.png') scroll no-repeat center center
    transparent;
  background-size: 376px 97px;
  width: 376px;
  height: 97px;
  /*margin: 66px auto 0;*/
  /*line-height: 67px;*/
  text-align: center;
  /*padding-top: 17px;*/
  padding-top: 14px;
}
.repair-button-yellow:hover {
  text-decoration: none;
}
.repair-button-text {
  font-weight: bold;
  font-size: 15px;
}
.repair-button-sub {
  font-size: 12px;
}
/** FAQ **/
.faq-update {
  background-color: rgb(35, 24, 21);
}

.faq {
  background-color: rgb(47, 129, 162);
}

.faq-content {
  padding: 39px 119px;
}
.faq-box {
  position: relative;
  padding: 32px 0;
  background: url('../img/faq_border.png') scroll no-repeat center center
    transparent;
  background-size: 880px 110px;
}
.faq-p {
  color: rgb(255, 255, 255);
  text-align: center;
  /*font-size: 14px;*/
  font-size: 15px;
  padding: 5px 0;
}
.faq-link {
  color: rgb(253, 208, 0);
  text-decoration: underline;
}
.faq-link-green {
  color: rgb(34, 161, 145);
}

/*
 * FOOTER
 */
.footer {
}

.footer-top-content {
  padding: 0 115px;
}
.company-list {
  border-bottom: 1px solid rgb(131, 125, 123);
  text-align: center;
  /*display: flex;*/
}
.company-item {
  padding-top: 22px;
  padding-bottom: 21px;
  text-align: center;
  display: inline-block;
}
/*.company-item-left {
    width: 422px;
    padding-left: 60px;
}*/
/*.company-item-right {
    width: calc(100% - 422px);
    padding-right: 60px;
}*/
.company-item-name {
  /*font-size: 12px;*/
  /*font-size: 14px;*/
  font-size: 13px;
}
.company-item-img {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 30px;
}
/*.company-item-left .company-item-img {
    height: 25px;
}
.company-item-right .company-item-img {
    height: 30px;
}*/
.mys20 {
  text-align: center;
  padding: 15px 0 20px;
}
.mys20-name {
  /*font-size: 10px;*/
  font-size: 12px;
  padding-top: 10px;
}
.mys20-desc {
  /*font-size: 10px;*/
  font-size: 12px;
  margin-top: 10px;
}

.footer-bottom {
  background-color: rgb(238, 239, 239);
  height: 72px;
}
.footer-logo {
  float: left;
  margin: 20px 0 0 68px;
}
.footer-logo-img {
  /*height: 22px;*/
  height: 30px;
}
.footer-nav-list {
  float: left;
  /*margin-top: 27px;*/
  margin-top: 30px;
  margin-left: 9px;
}
.footer-nav-item {
  float: left;
  margin-left: 46px;
  /*font-size: 11px;*/
  font-size: 12px;
  line-height: 18px;
}
.copyright {
  float: right;
  /*margin: 27px 88px 0 0;*/
  font-size: 11px;
  /*font-size: 12px;*/
  margin: 30px 88px 0 0;
  line-height: 18px;
}

.cp-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/** CP page **/
.cp-banner-top {
  background-color: rgb(91, 195, 230);
}
.cp-banner-top > .content {
  padding: 25px 35px;
}
.cp-banner-top-img {
  max-width: 100%;
  border-radius: 10px;
}
.cp-time {
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}
.cp-time-label {
  border: 1px solid rgb(0, 0, 1);
  padding: 5px 10px;
  font-size: 14px;
}
.cp-time-val {
  display: inline-block;
  /*font-size: 18px;*/
  font-size: 21px;
  /*margin-left: 10px;*/
  margin-left: 15px;
}
.cp-year {
  /*font-size: 16px;*/
  font-size: 18px;
}
.space3 {
  letter-spacing: 4px;
}

.cp-explain {
  background-color: rgb(21, 69, 89);
  font-weight: bold;
}
.cp-explain .content {
  padding: 60px 30px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.cp-explain-detail {
  font-size: 20px;
  line-height: 45px;
  padding: 30px 0;
}
.cp-explain-person {
  color: rgb(252, 207, 0);
}
.cp-explain-detail-num {
  /*line-height: 45px;*/
  margin-top: 5px;
}
.cp-explain-number {
  font-size: 51px;
  margin-left: 10px;
  margin-right: 5px;
}
.cp-explain-desc {
  font-size: 12px;
  border: 1px solid rgb(255, 255, 255);
  margin: 0 90px;
  padding: 10px 0;
}

.app-requirement {
  background-color: rgb(91, 195, 230);
}
.app-requirement > .content {
  padding: 40px 30px;
}
.app-requirement-heading {
  font-size: 20px;
  text-align: center;
}
.app-requirement-detail {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 60px 80px;
  margin-top: 40px;
}
.app-requirement-detail > h3 {
  color: rgb(21, 69, 89);
  font-size: 15px;
  border-bottom: 1px solid rgb(21, 69, 89);
  padding: 5px 25px;
}
.app-requirement-detail > p,
.app-requirement-detail > ul {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 14px;
  padding: 0 25px;
}
.app-requirement-detail > ul {
  list-style-type: none;
}
.app-requirement-detail li {
  position: relative;
  padding-left: 12px;
}
.app-requirement-detail li:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 6px;
  background-color: rgb(0, 0, 1);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.app-requirement-detail a {
  color: rgb(0, 147, 128);
  text-decoration: underline;
}
.cp-detail-btn {
  display: block;
  text-align: center;
  margin-top: 60px;
}
.cp-detail-btn > img {
  margin: 0 auto;
  max-width: 100%;
}
.cp-detail-btn > img.show_pc {
  height: 90px;
}

/** PC: small **/
@media only screen and (min-width: 980px) and (max-width: 1119px) {
  .content {
    width: 980px;
  }

  .intro-content,
  .plan-content,
  .footer-top-content {
    padding: 0 45px;
  }
  .faq-content {
    padding: 39px 45px;
  }

  .banner-heading {
    right: 53px;
  }

  /** ABOUT **/
  .thinking-1 {
    /*left: 220px;*/
    left: 156px;
  }
  .thinking-2 {
    /*left: 440px*/
    left: 430px;
  }
  .thinking-3 {
    /*left: 668px;*/
    left: 710px;
  }

  /** SELF REPAIR **/
  .plan-detail-content,
  .for-yamato-content-top,
  .for-yamato-content-bottom,
  .self-repair-top-content,
  .self-repair-bottom-content,
  .for-yamato-bottom.content {
    padding-left: 70px;
    padding-right: 70px;
  }

  /** FOOTER **/
  .footer-bottom-content {
    padding: 0 10px;
  }
  .footer-logo {
    margin-left: 0;
  }
  .copyright {
    margin-right: 0;
  }
}


/*@media only screen and (max-width: 1089px) {
  .header-left-sub {
    font-size: 9px;
    line-height: 10px;
  }
}*/

@media only screen and (max-width: 1100px) {
 /* .header-left-sub {
    font-size: 9px;
    line-height: 10px;
  }*/
  .header-left-sub {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 5px;
  }	
  .con-link__item .note__text {
    font-size: 11px;
	line-height: 1.2;  
  }	
  .u-sp {
    display: block;
  }
	
}



/** SP **/
@media only screen and (max-width: 979px) {
  body {
    font-size: 12px;
  }

  .banner-slider {
    top: 70px;
  }

  .banner-slider-item-img {
    width: 70%;
    left: 2%;
  }

  .btn_1 {
    max-width: 350px !important;
    width: 96vw !important;
  }
  a.btn_1 {
    font-weight: bold;
    font-size: 16px;
  }

  .show_pc {
    display: none !important;
  }
  .show_sp {
    display: block !important;
  }
  .d-flex.show_sp {
    display: flex !important;
  }
  .direction-content-item p {
    font-size: 15px;
    margin: 20px 0 5px 0;
  }

  .detail-phone-header {
    font-size: 28px;
  }

  .phone-fix-list {
    font-size: 25px;
  }

  .phones-flex {
    display: block;
  }

  .phone-flex-header {
    width: 100%;
  }

  .phones-gia {
    width: 90%;
    margin-left: 5%;
  }

  .plan-text-update {
    margin-bottom: 30px;
  }
  .detail-phone-right {
    margin-right: 20px;
  }

  .detail-phone-end {
    width: 93%;
    font-size: 17px;
  }

  .phone-fix {
    width: 93%;
    font-size: 17px;
  }

  .phone-fix-flex {
    display: block;
  }

  .phone-fix-left,
  .phone-fix-right {
    text-align: center;
  }

  .phone-fix-right {
    margin-top: 20px;
  }

  .btn-detail {
    font-size: 20px;
  }

  .phone-fix-text {
    margin-top: 30 auto;
  }

  .phone-fix-table-1 {
    margin: 30px auto 15px auto;
  }
  .phone-fix-sp {
    margin: 0 25px;
    text-align: center;
    border: 1px solid rgb(68, 175, 53);
  }

  .phone-fix-sp-2 {
    margin: 0 25px;
    text-align: center;
    border: 1px solid rgb(0, 178, 237);
  }

  .phone-fix-sp-header {
    font-size: 22px;
    background-color: rgb(68, 175, 53);
    color: white;
    padding: 12px 0px;
  }

  .phone-fix-sp-2 {
    margin: 0 25px;
    text-align: center;
    border: 1px solid rgb(0, 178, 237);
  }

  .phone-fix-sp-header-2 {
    font-size: 22px;
    background-color: rgb(0, 178, 237);
    color: white;
    padding: 12px 0px;
  }

  .phone-flex-img {
    width: 90%;
  }
  .phones-fix img {
    width: 90%;
  }
  .text-column-2-sp-2 {
    font-weight: bold;
    background-color: rgb(172, 221, 247);
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px;
    padding: 0px 55px;
  }

  .phone-fix-in {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 20px;
  }

  .text-column-2-sp {
    font-weight: bold;
    background-color: rgb(225, 237, 196);
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px;
    padding: 0px 55px;
  }

  .text-column-5-sp {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .text-column-3-sp-2 {
    width: 70%;
  }
  .text-column-3-sp-2 span {
    display: block;
    width: 46%;
    float: left;
    margin: 5px 2%;
    padding: 4px;
    font-weight: 600;
    background-color: rgb(172, 221, 247);
  }

  .fix-list {
    display: block;
  }
  .fix-item {
    width: 100% !important;
    padding-left: 25px;
    padding-bottom: 37px;
    display: block;
    align-items: center;
  }
  .fix-item-img {
    margin-bottom: 10px;
  }
  .fix-item-name {
    max-width: 258px;
    /* margin: 0 0 0 16px; */
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  .fix-item-name--left {
    text-align: left;
  }
  .fix-text-under {
    font-size: 11px;
    text-align: center;
    /* white-space: nowrap; */
  }

  .fix-item:after {
    /* background: url(../img/arrow_black.png) scroll no-repeat center center
      transparent !important; */
    background: none;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    /*border-top: 14px solid rgb(253,208,0);*/
    border-top: 14px solid rgb(0, 128, 128);
  }

  .repair-list {
    /* display: none !important; */
  }

  .list-sp {
    display: flex;
    justify-content: space-between;
  }

  .list-sp-item {
    text-align: center;
    width: 90%;
  }

  .list-item-img {
    width: 140px;
    height: 140px;
  }

  .list-item-name {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
  }

  .content-link {
    display: block;
    padding: 22px 10px;
    background-color: rgb(252, 207, 0);
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
  }

  .btn-yellow {
    margin: 0;
    width: 100%;
    background: none;
    height: 62px;
    position: relative;
    border-radius: 12px;
    z-index: 3;
    padding-top: 10px;
  }
  .btn-yellow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    background-color: rgb(253, 208, 0);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: -1;
  }
  .btn-yellow:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31px;
    background-color: rgb(254, 219, 43);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: -1;
  }

  /** HEADER **/
  .header {
    height: 70px;
    border-bottom-width: 11px;
  }
  .header-update {
    height: 70px;
    border-bottom-width: 11px;
  }
  .header-left {
    padding-top: 4px;
    font-size: 0;
  }
  .header-content {
    padding: 0 0 0 15px;
  }
  .header-content-update {
    padding: 5px 0 0 5px;
    margin: 0 0 10px;
  }
  .header-left-text {
    margin-top: 7px;
    font-size: 9px;
  }
  .header-left-img {
    width: 180px;
    height: auto;
  }
  .header-left-sub {
    font-size: 7px;
    line-height: 8px;
  }

  .header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 13px;
  }
  /*.header-right-update {
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
  }*/
  .logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
  }
  .logo-img {
    margin: 0;
    height: 27px;
    /*height: 18px;*/
  }
  .logo-img-update {
    margin: 5px 15px 0 5px;
    height: 46px;
    /*height: 18px;*/
  }
  .header-right .logo-img {
    margin-top: 0;
    /*height: 28px;*/
    height: 42px;
  }

/*20220517====================================================*/

	/*.parent {
		position: absolute;
	 right: 0;
		width: 24vw;
		  height: 100%;
		display: flex;
		display: table;
		justify-content: flex-end;
	}
	.child1 {
		width: 40%;
		height: 100%;
		background-color: #DF6F71;
		text-align: center;
		  display:table-cell;
	  vertical-align:middle;
	}
	.child2 {
		width: 60%;
		height: 100%;
		background-color: rgb(253, 208, 0);
		text-align: center;
		  display:table-cell;
	  vertical-align:middle;
	}*/
	.con-link {
	  font-weight: bold;
	  font-size: 2vw;
	}
	/*.con-link:hover {
	  text-decoration: none;
	}*/

/*============================================================*/
	
	
	
	
	
  .img-cat-sp {
    width: 15%;
  }
  .img-header {
    width: 100%;
  }

  .img-table-sp {
    width: 90%;
  }

  .detail-content {
    padding: 20px 10px;
  }
  .b {
    padding: 0px 10px !important;
    border: 2px solid white;
  }

  .text-table-strong {
    font-size: 14px !important;
  }

  .repair-button-detail {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .repair-button-text {
    font-size: 15px !important;
    line-height: 29px !important;
  }

  .list-detail-content {
    padding: 20px 0px;
  }
  .list-detail-content h2 {
    font-size: 15px;
  }
  .question-flex {
    padding: 25px 5px;
  }
  h3.question-text {
    font-size: 16px;
    padding-right: 3px;
  }
  .question-flex-show {
    padding: 15px 5px;
  }
  .answer-black {
    padding: 9px 14px;
  }
  .answer-black-long {
    padding: 9px 10px;
  }
  .repair-button-green,
  .repair-button-blue {
    width: 340px;
    margin: 0 auto;
  }
  /** BANNER **/
  .banner-top {
    position: relative;
    height: 200px;
    margin-bottom: 270px;
  }
  .banner-top:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -270px;
    width: 100%;
    height: 270px;
    background: url('../img/sp_banner_bg2.png') scroll no-repeat center center
      transparent;
    background-size: cover;
    z-index: 1;
  }
  .banner-heading {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    right: auto;
    height: auto;
    padding: 31px 0;
    background-color: rgb(238, 224, 214);
  }
  .banner-heading-img {
    width: 257px;
    height: 175px;
  }
  .banner-arrow {
    position: absolute;
    bottom: -248px;
    left: 50%;
    z-index: 4;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
  .banner-arrow-img {
    width: 100%;
    height: 100%;
  }

  .banner2 {
    height: auto;
  }
  .banner2-container {
    height: auto;
  }
  .banner2-content {
    padding: 0;
  }
  .banner2-heading {
    background: none;
    padding: 16px 0 20px;
    height: auto;
  }
  .banner2-heading-img {
    float: right;
    width: calc(100% - 14px);
  }
  .banner2-arrow {
    height: 22px;
  }
  .banner2-arrow-down {
    border-left-width: 32px;
    border-right-width: 32px;
    /*border-top-width: 22px;*/
    border-top-width: 23px;
    border-top-width: 22.5px;
    /*background-color: rgb(255,255,255);*/
  }
  .banner2-arrow-left,
  .banner2-arrow-right {
    width: calc(50% - 32px);
  }

  .banner-slider-item {
    height: 100%;
  }
  /*.banner-slider-item-0 .content {
    }*/

  .banner-slider-item-img-update {
    width: 100%;
    height: 100%;
  }
  .banner-slider-item-0 .content .banner-slider-item-img {
    padding-top: 10px;
    padding-bottom: 37px;
    /*display: flex;*/
    justify-content: center;
  }
  .banner-slider-item-0 .content .banner-slider-item-img img {
    max-width: 90%;
    max-height: 90%;
  }

  .banner-slider-item-1 .content {
    height: auto;
    padding: 16px 0 36px;
  }
  .banner-slider-item-img {
    max-height: unset;
  }
  .banner-slider-item-1 .banner-slider-item-img {
    width: calc(100% - 14px);
    margin-left: 14px;
  }
  .banner-slider-arrow {
    height: 22px;
    margin-top: -22px;
  }
  .banner-slider-arrow-down {
    border-left-width: 32px;
    border-right-width: 32px;
    border-top-width: 22px;
  }
  .banner-slider-arrow-left,
  .banner-slider-arrow-right {
    width: calc(50% - 32px);
  }

  /**
     * ABOUT
     */
  .about {
    height: 340px;
  }
  .about:before {
    height: 300px;
  }
  .about:after {
    top: 36px;
    left: 0;
    margin-left: 0;
    background-position: center center;
    background-image: url('../img/about_bg_sp.png');
    background-size: 306px 304px;
    width: 100%;
    height: 304px;
  }
  .thinking {
    display: none;
  }

  .kuroneko-about {
    font-size: 13px !important;
  }

  .strength-item-p {
    font-size: 13px;
    background-size: 14px 14px;
    line-height: 22px;
    padding-left: 20px;
    background-position: left 4px;
    margin: 5px 0;
  }
  .kuroneko-desc {
    font-size: 11px;
    margin-top: 5px;
  }
  /**
     * INTRO
     */
  .intro {
    margin-top: 22px !important;
  }
  .intro-content {
    padding: 0 20px;
  }

  .product-heading {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .intro-text1 {
    font-size: 11px !important;
    margin-top: 26px !important;
  }
  .intro-img-heading {
    height: 18px;
  }
  .intro-img-desc {
    font-size: 8px !important;
  }

  .cover-list {
    display: block;
    margin-top: 22px !important;
  }
  .cover-item {
    width: 100% !important;
    margin: 22px 0 0;
    padding: 22px 11px;
  }
  .cover-item:nth-child(2) {
    margin-top: 36px;
  }
  .cover-item-image {
    height: auto;
  }
  .cover-item-img {
    height: 75px;
  }
  .cover-item-name1 {
    margin-top: 18px;
    font-size: 13px !important;
  }
  .cover-item-name2 {
    font-size: 15px !important;
  }
  .cover-item-desc {
    margin-top: 20px;
  }
  .cover-item-note {
    bottom: -24px;
  }
  .arrow-down.mt-50 {
    margin-top: 34px !important;
  }
  .arrow-down-img {
    width: 40px;
    height: 40px;
  }
  /**
     * PLAN
     */
  .plan-content {
    padding: 0 9px;
  }
  .plan-list {
    display: block;
    float: none;
    margin-top: 30px;
  }
  .plan-item-left {
    float: none;
    width: 100%;
  }
  .plan-item-right {
    float: none;
    width: 100%;
    margin-top: 18px;
  }
  .plan-item-desc {
    font-size: 13px;
    padding: 10px 0;
  }
  /*.plan-item-desc-2 {
        font-size: 13px;
    }*/
  .plan-item-price {
    margin-top: 21px;
  }

  .plan-item-name {
    margin-top: 20px;
  }
  .plan-item-name-img {
    height: 16px;
  }

  .plan-image {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .plan-item-left .plan-image-item {
    width: 100%;
  }
  .plan-image-item {
  }
  .plan-image-item-img {
    width: 82px;
  }
  .plan-image-item-name {
    font-size: 12px;
  }

  .plan-buttons {
    padding: 38px 16px 0;
  }
  .plan-buttons-update {
    padding: 10px 16px 0;
  }
  /** PLAN CONTROL **/
  .plan-control {
    padding: 22px 0 40px;
  }
  .plan-control-content {
    padding: 0;
  }
  .plan-control-heading,
  .plan-control-button-item {
    height: 42px;
  }
  .plan-control-heading-img,
  .plan-control-button-item > img {
    height: 14px;
  }
  .plan-control-button-accident {
    height: 42px;
    font-size: 14px;
  }
  .plan-control-button-item:before,
  .plan-control-button-accident:before {
    background-size: 12px 7px;
    margin-left: -6px;
    bottom: 3px;
  }
  .btn-detail {
    /* line-height: 62px; */
    padding-top: 0;
    /* font-size: 11px; */
    padding-right: 10px;
    font-weight: normal;
  }
  .btn-yellow-arrow {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    right: 12px;
  }

  /** PLAN LITE **/
  .bg-arrow {
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    padding: 6px 31px;
    min-height: auto;
    margin-bottom: 16px;
    height: 70px;
  }
  .bg-arrow:after {
    bottom: -16px;
    margin-left: -16px;
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 16px;
  }

  .plan-detail-content {
    padding: 22px 10px;
  }
  .plan-detail-heading-img {
    height: 20px;
  }
  .plan-detail-price {
    margin-top: 21px;
  }

  .plan-detail-item {
    margin-top: 28px;
    display: block;
  }
  .plan-detail-item-left {
    width: 100%;
  }
  .plan-detail-item-2 .plan-detail-item-left {
    margin-top: 36px;
  }
  .plan-detail-item-right {
    width: 100%;
    margin-top: 22px;
    padding: 14px 12px;
    margin-left: 0px;
  }
  .plan-detail-item-right-heading {
    font-size: 14px;
    line-height: 32px;
  }
  .plan-detail-item-right-heading-highlight {
    font-size: 18px;
  }
  .plan-detail-note-list {
    margin-left: 0;
  }
  .plan-detail-note-item {
    padding-left: 12px;
    text-align: justify;
  }
  .plan-detail-note-list-2 {
    padding: 0 12px;
    margin-top: 16px;
  }

  .plan-detail-buttons {
    padding: 35px 14px 0;
  }
  .btn-choose-plan {
    margin: 0;
    width: 100%;
    background: none;
    height: 62px;
    position: relative;
    border-radius: 12px;
    z-index: 3;
    padding-top: 10px;
    font-size: 0;
  }
  .btn-choose-plan:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    background-color: rgb(253, 208, 0);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: -1;
  }
  .btn-choose-plan:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31px;
    background-color: rgb(254, 219, 43);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: -1;
  }
  .btn-choose-plan-arrow {
    position: absolute;
    right: 10px;
    top: 23px;
    z-index: 1;
    width: 16px;
    height: 16px;
    background: url('../img/arrow_right_yellow2.png') scroll no-repeat center
      center transparent;
    background-size: 16px 16px;
  }
  .btn-choose-plan-text {
    font-size: 11px;
    line-height: 16px;
  }
  .btn-choose-plan-sub {
    font-size: 9px;
  }

  .btn-registration {
    position: relative;
    margin-top: 15px;
    width: 300px;
    font-size: 14px;
    /* background: none; */
  }
  .btn-registration:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    /* background: url(../img/arrow_right_green.png) center center scroll no-repeat transparent; */
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .btn-registration-sub {
    font-size: 10px;
  }

  /** ACCIDENT **/
  .accident-occur-buttons {
    display: block;
    padding-top: 10px;
    padding-bottom: 32px;
  }
  .accident-occur-link {
    position: relative;
    margin: 16px auto 0;
    height: 50px;
    background: none;
    border: 1px solid rgb(0, 0, 1);
    border-radius: 10px;
    padding: 9px 0 12px;
    font-size: 11px;
    line-height: 14px;
  }
  .accident-occur-link:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 12px;
    height: 6px;
    background: url(../img/arrow_down_yellow3.png) scroll no-repeat center
      center transparent;
    background-size: 12px 6px;
  }
  .accident-occur-link-1 {
    line-height: 28px;
  }

  /** FOR YAMATO **/
  .for-yamato-content-top {
    padding: 0 10px;
  }
  .arrange {
    margin: 18px 6px 0;
    padding: 12px;
  }
  .arrange-heading {
    font-size: 12px;
  }
  .arrange-list {
    margin-top: 12px;
  }
  .arrange-item {
    font-size: 12px;
    padding-left: 28px;
    margin-top: 5px;
  }
  .arrange-item:before {
    background-size: 13px 14px;
    width: 13px;
    height: 14px;
    top: 4px;
    left: 5px;
  }
  .arrange-item-sub {
    font-size: 10px;
  }
  .arrange-note {
    width: 100%;
    padding: 11px;
    margin-top: 20px;
  }
  .arrange-note-bottom {
    margin-top: 0;
  }

  .contact {
    display: block;
    margin: 6px 6px 0;
  }
  .contact-time {
    width: 100%;
  }
  .contact-phone-email {
    width: 100%;
    margin-top: 6px;
    /*padding: 17px 31px;*/
    padding: 25px 0 25px 0;
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .contact-phone {
    display: inline-block;
    margin: 0 auto;
  }
  .contact-email {
    display: block;
    margin-top: 8px;
    padding-left: 50px;
    line-height: 40px;
  }
  .contact-email.show_sp {
    display: inline-block !important;
    margin: 8px auto 0;
  }
  .contact-email:before {
    height: 40px;
  }
  .contact-mail-only .contact-email {
    margin-top: 0;
    /*line-height: 20px;*/
    line-height: 27px;
  }
  .contact-mail-only .contact-email:before {
    /*top: 6px;*/
  }

  .for-yamato-content-bottom {
    padding: 32px 19px;
  }
  .for-yamato-note-item {
    font-size: 12px;
  }

  /** SELF REPAIR **/
  .self-repair-top-content,
  .self-repair-bottom-content {
    padding: 0 10px;
  }
  .self-repair-top-content {
    padding-bottom: 25px;
  }
  .repair-head {
    padding: 20px 0;
  }
  .repair-heading {
    font-size: 16px;
  }
  .repair-desc {
    font-size: 14px;
  }
  .repair-list {
    display: block;
  }
  .repair-item {
    width: 100% !important;
    padding-right: 0;
    padding-left: 25px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .repair-item-img {
    width: 90px;
    height: 90px;
  }
  .repair-item-name {
    margin: 0 0 0 16px;
    font-size: 12px;
    text-align: left;
    width: calc(100% - 106px);
  }
  .repair-item:after {
    background: none;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    /*border-top: 14px solid rgb(253,208,0);*/
    /* border-top: 14px solid #008080; */
    border-top: 14px solid rgb(0, 0, 1);
  }

  .self-repair-bottom-content {
    padding: 32px 19px;
  }
  .repair-button-top {
    display: block;
    padding: 0;
    margin-top: 50px;
  }
  .repair-button-yellow {
    margin: 0;
    width: 100%;
    background: none;
    height: 62px;
    position: relative;
    border-radius: 12px;
    z-index: 3;
    padding-top: 10px;
    font-size: 0;
  }
  .repair-button-yellow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    background-color: rgb(253, 208, 0);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: -1;
  }
  .repair-button-yellow:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31px;
    background-color: rgb(254, 219, 43);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: -1;
  }
  .repair-button-yellow-right {
    margin-top: 20px;
  }
  .repair-button-text {
    font-size: 11px;
    line-height: 16px;
  }
  .repair-button-sub {
    font-size: 9px;
  }

  /** FAQ **/
  .faq-content {
    padding: 20px;
  }
  .faq-box {
    position: relative;
    background: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    padding: 25px 5px 22px;
  }
  .faq-box-arrow-content {
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -20px;
  }
  .faq-box-arrow {
    position: relative;
    height: 14px;
    width: 40px;
  }
  .faq-box-arrow:before,
  .faq-box-arrow:after {
    content: '';
    display: inline-block;
    border-width: 14px 20px 0 20px;
    border-style: solid;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
  .faq-box-arrow:before {
    /*border-width: 14px;*/
    display: block;
    border-color: rgb(35, 24, 21) transparent transparent transparent;
    z-index: 2;
  }
  .faq-box-arrow:after {
    border-color: rgb(255, 255, 255) transparent transparent transparent;
    top: 1px;
  }
  .faq-p {
    font-size: 12px;
  }

  /** FOOTER **/
  .footer-top-content {
    padding: 0 7px;
  }
  .company-list {
    display: block;
    padding: 25px 0;
  }
  .company-item {
    width: 100%;
    padding: 10px 0;
  }
  /*.company-item:last-child {
        margin-top: 18px;
    }*/
  .company-item-name {
    font-size: 9px;
  }
  .company-item-img {
    margin-top: 11px;
    margin-bottom: 11px;
    height: 30px;
  }
  /* .company-item-left .company-item-img {
        height: 21px;
    }
    .company-item-right .company-item-img {
        height: 25px;
    }*/
  .mys20 {
    padding: 18px 12px 22px;
  }
  .mys20-name,
  .mys20-desc {
    font-size: 9px;
  }

  .footer-bottom {
    height: auto;
    padding: 15px 0 10px;
  }
  .footer-nav-list {
    float: none;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 65px;
    width: 100%;
  }
  .footer-nav-item {
    float: none;
    margin: 0;
  }
  .footer-nav-item-link {
    display: block;
    font-weight: bold;
    font-size: 10px;
  }
  .footer-logo {
    float: none;
    margin: 22px 0 0;
    text-align: center;
  }
  .footer-logo-img {
    width: 28%;
    /*width: 58%;*/
    height: auto;
  }
  .copyright {
    float: none;
    text-align: center;
    margin: 13px 0 0;
    font-size: 9px;
  }

  .bg-arrow-text-sub {
    font-size: 15px;
  }
  .for-yamato-note-highlight {
    font-size: 12px;
  }

  .cp-banner-top > .content {
    padding: 11px 20px;
  }
  .cp-time {
    margin-top: 0;
    padding: 15px 8px;
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: center;
  }
  .cp-time-label {
    font-size: 12px;
    padding: 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cp-time-val {
    text-align: left;
    font-size: 16px;
    margin-left: 14px;
  }
  .cp-year {
    font-size: 14px;
  }
  .space3 {
    letter-spacing: 2px;
  }

  .cp-explain .content {
    padding: 55px 10px;
  }
  .cp-explain-img {
    padding: 0 15px;
  }
  .cp-explain-img > img {
    max-width: 100%;
  }
  .cp-explain-detail {
    padding: 35px 15px;
    font-size: 17px;
    line-height: 30px;
  }
  .cp-explain-number {
    line-height: 55px;
  }
  .cp-explain-desc {
    margin: 0;
    padding: 15px 10px;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
  }
  .cp-explain .cp-detail-btn {
    margin-left: 12px;
    margin-right: 12px;
  }

  .app-requirement > .content {
    padding: 27px 15px;
  }
  .app-requirement-heading {
    font-size: 16px;
  }
  .app-requirement-detail {
    padding: 20px 8px 38px;
  }
  .app-requirement-detail > h3 {
    padding: 5px 7px;
    font-size: 13px;
  }
  .app-requirement-detail > p,
  .app-requirement-detail > ul {
    padding: 0 7px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
  }
  .cp-detail-btn {
    margin-top: 35px;
  }
  /** DETAIL **/

  /** CAMPAIGN **/
  body.has-cp-banner .footer {
    padding-bottom: 135px;
  }
  .cp-banner {
    top: unset;
    right: unset;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .cp-banner-img-sp {
    max-width: 100%;
    max-height: 200px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 979px) {
  html {
    /*zoom: 1.1;*/
  }

  /** INDEX **/
  .y1,
  .g1 {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }
  .tdb-font {
    font-size: 20px !important;
  }
  .td-font {
    font-size: 15px !important;
    line-height: 16px;
  }
  .font-15-14 {
    font-size: 14px !important;
  }

  .kuroneko-about {
    font-size: 15px !important;
  }
  .strength-item-p {
    font-size: 15px;
  }
  .kuroneko-desc {
    font-size: 13px;
  }

  .intro-text1 {
    font-size: 12px !important;
  }

  .plan-content-heading {
    font-size: 15px;
  }
  .plan-image-item-img {
    width: 120px;
    margin-top: 10px;
  }
  .plan-image-item-name {
    font-size: 13px;
  }

  .contact-email {
    font-size: 13px;
  }

  /** DETAIL **/
  .obi {
    position: relative;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /** CAMPAIGN **/
  body.has-cp-banner .footer {
    padding-bottom: 135px;
  }
  .cp-banner {
    top: unset;
    right: unset;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .cp-banner-img-sp {
    max-width: 100%;
    max-height: 200px;
  }
	
  /*20220517====================================================*/

  .parent {
    position: absolute;
    top: 0;
      right: 0;
    width: 28vw;
    height: 70px;
    /*height: 100%;*/
    /*background-color: #FFFFFF;*/
    display: flex;
    display: table;
    justify-content: flex-end;
  }
  .child1 {
    width: 50%;
    height: 100%;
    background-color: rgb(253, 208, 0);	
    text-align: center;
      display:table-cell;
    vertical-align:middle;
  }
  .child2 {
    width: 50%;
    height: 100%;
    background-color: #000000;
    text-align: center;
      display:table-cell;
    vertical-align:middle;
  }
  .con-link {
    font-weight: bold;
    font-size: 2.5vw;
  }

  .parent0 {
    position: absolute;
    top: 0;
      right: 0;
    width: 14vw;
    height: 70px;
    /*height: 100%;
    /*background-color: #FFFFFF;*/
    display: flex;
    display: table;
    justify-content: flex-end;
  }
  .child3 {
    width: 100%;
    height: 100%;
    background-color:#000000;
    text-align: center;
      display:table-cell;
    vertical-align:middle;
  }
    
    
  /*.con-link:hover {
    text-decoration: none;
  }*/

  /*============================================================*/
}

@media only screen and (max-width: 374px) {
  .cp-time {
    padding: 15px 5px;
  }
  .cp-time-label {
    padding: 0 5px;
    font-size: 11px;
  }
  .cp-time-val {
    font-size: 14px;
    margin-left: 10px;
  }
  .cp-year {
    font-size: 12px;
  }
  .space3 {
    letter-spacing: 1px;
  }
  .cp-explain-detail {
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /** DETAIL **/

  /** CAMPAIGN **/
  body.has-cp-banner .footer {
    padding-bottom: 135px;
  }
  .cp-banner {
    top: unset;
    right: unset;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .cp-banner-img-sp {
    max-width: 100%;
    max-height: 200px;
  }
}

@media screen and (min-width: 980px) {
  .phone-fix-sp,
  .phone-fix-sp-2 {
    display: none !important;
  }
}

@media only screen and (max-width: 375px) {
  /*.header-left-text {
    font-size: 7px;
  }
  .header-left-img {
    width: 80%;
  }*/

  /*.content-header {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24vw;
    background-color: rgb(252, 207, 0);
  }
  .content-header .content-link {
    padding: 0;
    font-size: 9px;
    padding: 0 4px;
    background: none;
  }*/
	
  /*20220517====================================================*/	
  /*.parent {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24vw;
    background-color: rgb(252, 207, 0);
  }
  .parent .con-link {
    padding: 0;
    font-size: 3vw;
    background: none;
  }
  /*20220517====================================================*/	
  .header-left-img {
    margin-top: 0;
  }

  .logo-img-update {
    margin-right: 10px;
  }

  .header-update {
    height: 70px;
  }
}

@media only screen and (max-width: 319px) {
  .content-header .content-link {
    white-space: pre-wrap;
  }
}

/*20240724====================================================*/
.parent {
  display: block;
  max-width: 220px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.child2 {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.con-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  /*align-items: center;*/
	padding-top: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.con-link__item {
  width: 100%;
}
.con-link__item .note {
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.con-link__item .note__text {
  display: inline-block;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 0 1em;
  position: relative;
}
.con-link__item .note__text {
  margin-bottom: 10px;
}
.con-link__item .note__text::before {
  content: '※';
  position: absolute;
  left: 0;
}
@media screen and (max-width: 979px) {
  .parent {
    /* width: 28vw; */
    width: 30vw;
  }
  .con-link {
    font-size: 2.81vw;
	  	padding-top: 20px;
  }
  .con-link__item .note {
    bottom: 6px;
  }
  .con-link__item .note__text {
    font-size: 7px;
    line-height: 8px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
  .con-link  {
    font-size: 18px;
  }
  .con-link__item .note {
    font-size: 10px;
    bottom: 8px;
  }
}
/* --- */
.direction {
  height: auto;
}
.direction-content {
  width: 100%;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
}
.direction-content-item {
  width: calc(100% / 3);
  min-height: 150px;
  text-align: center;
  padding: 0 10px;
}
.direction-content__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 40px;
  position: relative;
}
.direction-content-item p {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.direction-content__text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.img-arrow-direction {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .direction-content-item {
    min-height: 120px;
  }
  .direction-content-item p {
    font-size: 15px;
  }
  .direction-content__text {
    min-height: 60px;
  }
  .img-arrow-direction {
    bottom: 20px;
  }
  .phones-gia {
    width: 86%;
    max-width: 478px;
    margin: 40px auto 28px;
  }
}
/* --- */
.p-planTable {
  max-width: 940px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;
  margin: 56px auto 36px;
}
.p-planTable,
.p-planTable tr,
.p-planTable th,
.p-planTable td {
  border: 4px solid #fff;
}
.p-planTable tr {
  background: #FCFDF5;
}
.p-planTable tr:nth-of-type(2n) {
  background: #F4F4F4;
}
.p-planTable th {
  padding: 20px 10px;
}
.p-planTable td {
  padding: 8px 10px;
}
.p-planTable .thPro {
  background: #A5308C;
}
.p-planTable .thStd {
  background: #00A0E9;
}
.p-planTable .thLite {
  background: #45B035;
}
.p-planTable th .heading img {
  max-width: 100%;
}
.p-planTable th .price {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
.p-planTable th .price__value {
  font-size: 30px;
}
.p-planTable th .note {
  font-size: 11px;
  line-height: 1.2;
  color: #fff;
}
.p-planTable td sup {
  display: inline;
  font-size: 11px;
  color: #000;
  vertical-align: bottom;
  padding: 0 0 0 6px;
}
.p-planTable .trData__item {
  max-width: 160px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 34px;
  margin: 0 auto;
  position: relative;
}
.p-planTable .trData__item::before {
  content: '●';
  display: block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-planTable .noData .trData__item {
  padding: 0;
}
.p-planTable .noData .trData__item::before {
  content: none;
}
.p-planTable .trData td:nth-of-type(1) .trData__item::before,
.p-planTable .noData:nth-of-type(1) .trData__item {
  color: #A5308C;
}
.p-planTable .trData td:nth-of-type(2) .trData__item::before,
.p-planTable .noData:nth-of-type(2) .trData__item {
  color: #00A0E9;
}
.p-planTable .trData td:nth-of-type(3) .trData__item::before,
.p-planTable .noData:nth-of-type(3) .trData__item {
  color: #45B035;
}
.p-planTable .trPrice {
  font-weight: 700;
}
.p-planTable .trPrice .title {
  font-size: 11px;
  line-height: 1.2;
  margin: 0 0 4px;
}
.p-planTable .trPrice .price {
  font-size: 20px;
  line-height: 1.4;
}
.p-planTable .trPrice .note {
  font-size: 12px;
  line-height: 1.2;
}
.p-planTable .trPrice__pro .price {
  color: #E94709;
}
.p-planTable .trPrice .priceWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-content-table .noteBox {
  max-width: 940px;
  font-size: 11px;
  margin: 0 auto;
}
.detail-content-table .noteBox .note__list li {
  display: flex;
}
.detail-content-table .noteBox .note__list li .num {
  flex-shrink: 0;
  min-width: 30px;
  padding: 0 6px 0 0;
}
.detail-content-table .noteBox .note__list li .text {
  flex: 1;
}
.detail-content-table .terms {
  display: flex;
  margin: 20px 0 0;
}
.detail-content-table .terms__title {
  flex-shrink: 0;
} 
.detail-content-table .terms__list {
  flex: 1;
}
.detail-content-table .terms__list li {
  position: relative;
  padding: 0 0 0 1em;
}
.detail-content-table .terms__list li::before {
  content: '・';
  position: absolute;
  left: 0;
}
.detail-content-table .terms a {
  text-decoration: underline;
}
.detail-content-table .btnArea {
  max-width: 940px;
  margin: 48px auto 0;
}
.detail-content-table .btnArea .noteText {
  font-size: 14px;
  text-align: center;
  margin: 40px 0 0;
}
.detail-content-table .planBtnWrap {
  display: flex;
  justify-content: space-between;
}
.detail-content-table .planBtn {
  width: calc(100% / 3);
}
.detail-content-table .planBtn__item {
  display: block;
  width: 88%;
  padding: 10px;
  border-radius: 12px;
  background: #45B035;
  box-shadow: 0 8px 0 0 #567C03;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s ease 0s;
}
.detail-content-table .planBtn__pro .planBtn__item {
  background: #A5308C;
  box-shadow: 0 8px 0 0 #530045;
}
.detail-content-table .planBtn__std .planBtn__item {
  background: #00A0E9;
  box-shadow: 0 8px 0 0 #006896;
}
.detail-content-table .planBtn__lite .planBtn__item {
  background: #45B035;
  box-shadow: 0 8px 0 0 #567C03;
}
.detail-content-table .planBtn__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}
.detail-content-table .planBtn__note {
  width: 88%;
  font-size: 10px;
  line-height: 1.5;
  margin: 26px auto 0;
	  text-indent: -2em;
  padding-left: 1em;

}
@media (hover: hover) {
  .detail-content-table .planBtn__item:hover {
    text-decoration: none;
    box-shadow: none;
    transform: translateY(8px);
  }
}
@media screen and (max-width: 979px) {
  .p-planTable {
    margin: 36px auto 36px;
  }
  .p-planTable,
  .p-planTable tr,
  .p-planTable th,
  .p-planTable td {
    border: 2px solid #fff;
  }
  .p-planTable th {
    padding: 18px 6px 10px;
    border-width: 2px 2px 4px;
  }
  .p-planTable td {
    padding: 8px 4px;
  }
  .p-planTable th .heading {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-planTable th .heading img {
    max-width: 90%;
    max-height: 40px
  }
  .p-planTable .thPro .heading img {
    max-height: 16px;
  }
  .p-planTable .thLite .heading img {
    max-height: 16px;
  }
  .p-planTable th .price {
    font-size: 14px;
    margin: 0 0 4px;
  }
  .p-planTable th .price__value {
    font-size: 20px;
    padding: 0 4px 0 0;
  }
  .p-planTable th .note {
    font-size: 2.4vw;
  }
  @media screen and (min-width: 400px) {
    .p-planTable th .note {
      font-size: 10px;
    }
  }
  .p-planTable .trData__item {
    font-size: 14px;
    text-align: center;
    padding: 0;
  }
  .p-planTable .trData__item::before {
    font-size: 20px;
    line-height: 1;
    position: static;
    transform: none;
  }
  .p-planTable .trPrice .title{
    font-size: 2.4vw;
  }
  @media screen and (min-width: 400px) {
    .p-planTable .trPrice .title {
      font-size: 10px;
    }
  }
  .p-planTable .trPrice .price {
    font-size: 16px;
    margin: 0 0 2px;
  }
  .p-planTable .trPrice .note {
    font-size: 12px;
  }
  .p-planTable .trPrice .priceWrap {
    flex-wrap: wrap;
  }
  .detail-content-table .terms,
  .detail-content-table .planBtnWrap {
    display: block;
  }
  .detail-content-table .planBtn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .detail-content-table .btnArea .noteText {
    font-size: 10px;
  }
}
/* --- */
.fix-list {
  justify-content: space-between;
  align-items: flex-start;
}
.fix-item {
  width: 30%;
  padding: 0;
}
.fix-arrow {
  width: 5%;
  height: 200px;
  padding: 0;
  background: url(../img/arrow_black.png) no-repeat center;
  background-size: 17px 33px;
}
.fix-item::after {
  content: none;
}
.fix-item img {
  max-width: 100%;
}
@media screen and (max-width: 979px) {
  .fix-arrow {
    width: 20px;
    height: 40px;
    padding: 0;
    background: url(../img/arrow_black.png) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin: 20px auto;
  }
}
/* --- */
.fix-item-2 {
  width: 30%;
  padding: 0;
}
.fix-arrow-2 {
  width: 5%;
  height: 182px;
  padding: 0;
  background: url(../img/arrow_black.png) no-repeat center;
  background-size: 17px 33px;
}
.fix-item-2:after {
  content: none;
}
.repair-item-img {
  width: 100%;
  max-width: 182px;
  height: auto;
}
@media screen and (max-width: 979px) {
  .repair-list {
    max-width: 360px;
    margin: 30px auto;
  }
  .fix-item-2 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .fix-arrow-2 {
    width: 20px;
    height: 40px;
    padding: 0;
    background: url(../img/arrow_black.png) no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    margin: 20px auto;
  }
  .fix-item-2 .repair-item-img {
    width: 50%;
    margin: 0 28px 0 0;
  }
  .fix-item-2 .fix-item-name {
    text-align: left;
    flex: 1;
  }
}