/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

.xs{
	font-size:80%;
}

.l{
	font-size:22px;
}

th{
	font-weight:bold;
	color:white;
	background:#00a0e9;
}





#qswitch table{
	border: none !important;
}

#qswitch td{
   border-bottom-style: dotted !important;
   border-bottom-color: #bbbbbb !important;
   vertical-align: middle;
    width: 70%;	
    text-align: left;
		color:#666666;
border-top-style:none !important; 	
border-left-style:none !important; 
border-right-style:none !important; 
}

#qswitch th{
 border-bottom-style: dotted !important;
   border-bottom-color: #bbbbbb !important;	
	font-weight:bold;
		color:#666666;
background: white;
text-align:left;
border-top-style:none !important; 	
border-left-style:none !important; 
border-right-style:none !important; 		
}

#treatment th{
	background: #b9d2d2;
	color: #ffffff; font-weight: bold; padding: 3%;"
}

#treatment .title{
	background: #b9d2d2; color: #2a5772; padding: 2%; text-align: center; font-weight: bold;"
}

#treatment .title2{
	background: #e7e7e7; color: #2a5772; padding: 2%; text-align: center; font-weight: bold;"
}

.c-purple{
	color:#564377;
	font-weight:bold;
}

.shimuracolor{
	color:#03a0e8;
}

.point{
	color: #ffffff;
    background: #F16F6F;
    padding: 1%;
    text-align: center;
}

.osusume{
	color: #00a0e9;/*文字色*/
 	font-size:20px;
}

.border{
	 padding: 0.5em 0;/*上下の余白*/
	 border-top: solid 1px #00a0e9;/*上線*/
  border-bottom: solid 1px #00a0e9;/*下線*/
}

.border-tittle{
	 padding: 0.5em 0 !important;
	 border-top: solid 2px #00a0e9;/*上線*/
  border-bottom: solid 2px #00a0e9;/*下線*/
	text-align:center;
	font-size:18px !important;
	font-weight:bold !important;
	margin-bottom:10px !important;
}

.red-border{
	border-bottom:1px #cc0000 solid
}


#checklist ul li{
	 line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

#checklist ul li:before{ 
  font-family: "Font Awesome 5 Free";
  content: "f00c" !important;/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue !important;/*アイコン色*/
}

/*表のスクロール*/
@media screen and (max-width: 480px){
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}

#yokonarabi td{
	border:none !important;
	padding: 2px;
}
#yokonarabi tr{
	border:none !important;
}

#yokonarabi table{
	border:none !important;
}
#yokonarabi img{
	margin-bottom:0px;
}

.mb10{
	margin-bottom:10px !important;
}

.pinkblock{
	color:#fff;
	background:#D981A9!important;
	padding: 5px;
	font-weight:bold;
	margin-right: 5px;
}
.orangeblock{
	color:#fff;
	background:#DD7C37!important;
	padding: 5px;
	font-weight:bold;
	margin-right: 5px;
}

.beigeblock{
	color:#fff;
	background:#B59469!important;
	padding: 5px;
	font-weight:bold;
	margin-right: 5px;
}

.greenblock{
	color:#fff;
	background:#8FAD3D!important;
	padding: 5px;
	font-weight:bold;
	margin-right: 5px;
}
.blueblock{
	color:#fff;
	background:#46958E!important;
	padding: 5px;
	font-weight:bold;
	margin-right: 5px;
}

.opekensu{
	text-align:center;
}
.opekensu:after{
content:"件";
}

.ranking{
	text-align:center;
	background:#fafafa;
	font-weight:bold;
}
.ranking:after{
content:"位";
}

/*table*/

#ryoukin th{
background: #fafafa;
    text-align: left;
    color: #5f5f5f;
}

#ryoukin td{
	background:#fff;
	text-align:right;
}

.vt{
	vertical-align:top;
}




#glossary .glossary-button{
	display: inline-block;
    color: #fff!important;
    background: #00a0e9;
    padding: 14px 10px;
    margin: 5px;
    display: inline-block;
    text-decoration: none!important;
    border-radius: 6px;
    font-size: 14px;

}

#glossary a{
  color: #fff!important;
  text-decoration: none!important;
}

#glossary .aiueo-button{
	display: inline-block;
    color: #fff!important;
    background: #00a0e9;
    padding: 14px 10px;
    margin: 5px;
    display: inline-block;
    text-decoration: none!important;
    border-radius: 6px;
    font-size: 20px;
    width: 17%;
    text-align: center;
}


/*吹き出し付き番号リスト*/
#number-list ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
#number-list ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 35px;
  line-height: 1.5em;
font-size:18px;	
}
#number-list ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7 !important;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;/*円にする*/
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index:999;
}
#number-list ol li:after {/*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;/*左からの位置*/
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #5c9ee7;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



/******************************************/

.underline-title{
	font-weight: 500 !important;
    padding-bottom: 0px !important;
    border-bottom: 2px solid #00a0e9;
    margin-bottom: 10px !important;
	color:#666666;
}


.attention{
	background:#dd4747;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.red{
	color:#cf2e2e;
}

/*チェック見出し*/
.check-title {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #666666;
}

.check-title::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #2589d0;
    border-left: 4px solid #2589d0;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}


/*横スクロールtable*/

.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table th,
.table td {
  border: 2px solid #eee;
  padding: 4px 8px;
}


/*table　別バリエ*/

#table02 th{
	background:#fafafa;
	font-weight:bold;
	color:#555;
}

/*角丸画像*/
.kadomaru-img{
	margin-top:10px;
	margin-bottom:20px;
	border-radius:15px;
}


#gazo-list img{
display:block;

}


.cps-post-main ul > li:before {
    background-color: transparent !important;
}


#guide

.title{
	background:#f4f4f1;
	font-weight:bold;
}


/**********ボタン*/

.button-063 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-063:hover {
    background-color: 2589d0;
}

.button-063::before {
    width: 1em;
    height: 1em;
    margin-right: 10px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M7.2%2019.2c-1.3%200-2.4%201.1-2.4%202.4%200%201.3%201.1%202.4%202.4%202.4s2.4-1.1%202.4-2.4c0-1.3-1.1-2.4-2.4-2.4zM0%200v2.4h2.4l4.3%209.1-1.6%202.9c-.2.3-.3.7-.3%201.2%200%201.3%201.1%202.4%202.4%202.4h14.4v-2.4H7.7c-.2%200-.3-.1-.3-.3v-.1l1.1-2h8.9c.9%200%201.7-.5%202.1-1.2l4.3-7.8c.2-.2.2-.4.2-.6%200-.7-.5-1.2-1.2-1.2H5.1L3.9%200H0zm19.2%2019.2c-1.3%200-2.4%201.1-2.4%202.4%200%201.3%201.1%202.4%202.4%202.4%201.3%200%202.4-1.1%202.4-2.4%200-1.3-1.1-2.4-2.4-2.4z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    content: '';
}

/*三角チャート*/
.radar-chart-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 35px;
    box-sizing: content-box;
}

.radar-chart-1 svg {
    width: 100%;
    height: 100%;
}

.radar-chart-1 dl {
    position: absolute;
    width: 100%;
    height: 100%;
}

.radar-chart-1 dl > div {
    position: absolute;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.radar-chart-1 dl > div:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.radar-chart-1 dl > div:nth-child(2) {
    bottom: 25%;
    right: 10%;
    transform: translateX(50%);
}

.radar-chart-1 dl > div:nth-child(3) {
    bottom: 25%;
    left: 10%;
    transform: translateX(-50%);
}

.radar-chart-1 dd {
    margin: 0;
}

/*Q % A　FAQ*/ 

.qa-7 {
    max-width: 600px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

@media screen and (max-width: 480px) {
.qa-7 {
    max-width: 500px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #555;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #555555b3;
    border-right: 3px solid #555555b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #555;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.priceup-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  background: #d93025;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 999px;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .priceup-badge {
    display: inline-block;
    margin-left: 0;
    margin-top: 6px;
    font-size: 11px;
  }
}