@charset "UTF-8";
/*
 Theme Name: Twenty Twenty-One Child
 Text Domain: twentytwentyone-child
 Theme URI: https://www.tosho-trading.co.jp/wp/theme/twentytwenty-child
 Author: Tosho
 Author URI: https://www.tosho-trading.co.jp
 Template: twentytwentyone
*/
/*こちらはTwenty Twentyの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/* 評価ボックス */
.evaluationBox{
	margin: 10px 0;
}
.evaluationBox p{
	display: none;
}
.evaluationBox *{
	box-sizing: border-box;
}
.evaluationBox__inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.evaluationBox__left{
	width: 45%;
}
.evaluationBox__right{
	width: 53%;
}
.evaluationBox__date{
	text-align: right;
	font-size: 14px;
	color: #858585;
}
.evaluationBox__chart{
	margin-top: 10px;
}
.evaluationBox__chart dl{
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	border-left: solid 1px #e2e2e2;
}
.evaluationBox__chart dl dt,.evaluationBox__chart dl dd{
	font-size: 14px;
	padding: 0.2em 0.5em;
	width: 50%;
	border-bottom: solid 1px #e2e2e2;
}
.evaluationBox__chart dl dt{
	font-weight: bold;
    border-right: solid 1px #e2e2e2;
	background-color: #f0f0f0;
}
.evaluationBox__tabWrapper{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.evaluationBox__tab{
    border: solid 1px #4072b3;
    color: #4072b3;
    width: 32%;
    margin: calc(4%/6);
    font-size: 12px;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.evaluationBox__tab:nth-child(1){ width: 43%; }
.evaluationBox__tab:nth-child(2){ width: 23%; }
.evaluationBox__tab:nth-child(3){ width: 30%; }
.evaluationBox__tab:nth-child(4){ width: 29%; }
.evaluationBox__tab:nth-child(5){ width: 27%; }
.evaluationBox__tab:nth-child(6){ width: 40%; }
.evaluationBox__tab.active{
	background-color: #4072b3;
	color: #fff;
}
.evaluationBox__osusume{
	padding: 15px 0;
    border-top: solid 1px #4072b3;
    border-bottom: solid 1px #4072b3;
  	display: flex;
  	align-items: center;
}
.evaluationBox__osusumeTag{
	background-color: #4072b3;
    color: #ffffff;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
  	margin-right: 1em;
}
.evaluationBox__osusumeStar{
	font-size: 25px;
    position: relative;
    color: #cecece;
  	display: block;
    width: fit-content;
  	margin-right: 0.5em;
}
.evaluationBox__osusumeStar2{
	position: absolute;
  	display: block;
    width: 100%;
    height: 100%;
  	overflow: hidden;
  	top: 0;
  	left: 0;
}
.evaluationBox__osusumeStar2:after{
	content: "★★★★★";
  	position: absolute;
  	top: 0;
  	left: 0;
  	display: block;
  	width: 100%;
  	height: 100%;
  	font-size: 25px;
  	color: #f5d50f;
  	white-space: nowrap;
}
.evaluationBox__osusumePoint{
	font-size: 30px;
    display: block;
    line-height: 1;
}

@media (max-width: 600px){
	.evaluationBox__inner{
		display: block;
	}
	.evaluationBox__left,.evaluationBox__right{
		width: 100%;
	}
	.evaluationBox__right{
		margin-top: 10px;
	}
}
/* 単品商品広告1 */
.singleAd1{
	margin: clamp(20px,4vw,40px) 0;
	border: solid 1px #000;
	padding: clamp(10px,2vw,20px);
}
.singleAd1__inner{
	display: flex;
    align-items: center;
}
.singleAd1__left{
	width: 40%;
	
}
.singleAd1__right{
	flex: 1;
	padding-left: 3%;
	display: flex;
	 flex-direction: column;
}
.singleAd1__inner p{
	display: none;
}
.singleAd1__img a img{
	margin-bottom: 0;
}
.singleAd1__btn{
	margin-top: clamp(10px,2vw,30px);
	width: 100%;
}
.singleAd1__btn-text{
	text-align: center;
	font-size: clamp(18px,3.6vw,20px);
	color: red;
}
.singleAd1__btn-linkWrapper{
	margin-top: clamp(5px,1vw,10px);
}
.singleAd1__btn-link{
	display: block;
	background-color: #f6b53a;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	font-size: clamp(18px,3.6vw,20px);
	padding: 0.5em 0;
	box-shadow: 0.2em 0.2em 0.2em #ccc;
	transition: all 0.3s;
}
.singleAd1__btn-link:hover{
	transform: translate(0.2em,0.2em);
	box-shadow: 0em 0em 0em #ccc;
}
.singleAd1__name{
	font-size: clamp(20px,3.2vw,32px);
	display: flex;
	align-items: center;
	color: #000;
}
.singleAd1__name:before{
	content: "PR";
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	padding: 0.1em 0.3em;
	margin-right: 0.5em;
  font-size: 0.8em;
}
.singleAd1__point{
	margin-top: clamp(10px,2vw,20px);
	padding: clamp(5px,1vw,10px);
	border: solid 1px #000;
}
.singleAd1__point ul{
	margin: 0;
}
.singleAd1__li{
	color: #000;
	font-size: clamp(12px,2vw,14px);
	position: relative;
	padding-left: 1em !important;
  list-style: none;
  margin-bottom: 0;
  line-height: 1.5;
}
.singleAd1__li:after{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	background-color: unset !important;
}
.singleAd1__chart{
	margin-top: clamp(10px,2vw,20px);
}
.singleAd1__dl{
	border: solid 1px #000;
	display: flex;
	flex-wrap: wrap;
}
.singleAd1__dt{
	background-color: #203864;
	color: #fff;
	width: 35%;
	border-bottom: solid 1px #fff;
      text-align: center;
    font-weight: bold;
}
.singleAd1__dd{
	width: 65%;
	border-bottom: solid 1px #000;
	color: #000;
}
.singleAd1__dt,.singleAd1__dd{
	font-size: clamp(12px,2vw,16px);
	padding: 0.1em 0.5em;
	box-sizing: border-box;
}
.singleAd1__dt:last-of-type,.singleAd1__dd:last-of-type{
	border-bottom: 0;
}
.singleAd1__official{
	margin-top: 10px;
}
.singleAd1__official a{
display: block;
    color: #ffffff !important;
    font-weight: bold;
    font-size: clamp(16px,3.2vw,20px);
    text-align: center;
    background-color: #B30707;
    text-decoration: none;
    padding: 0.5em 5em;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0.2em 0.2em 0.2em lightgrey;
  transition: all 0.3s;
}
.singleAd1__official a:hover{
  transform: translate(0.2em,0.2em);
      box-shadow: 0em 0em 0em lightgrey;
}
@media (max-width: 600px){
	.singleAd1__inner{
		flex-wrap: wrap;
		position: relative;
        padding-top: clamp(100px,20vw,230px);
	}
	.singleAd1__left,.singleAd1__right{
		width: 100%;
	}		
	.singleAd1__left{
		order: 2;
	}
	.singleAd1__img{
		position: absolute;
		top: 35px;
		left: 50%;
		width: 100%;
		transform: translatex(-50%);
	}
	.singleAd1__img a img{
		width: 85%;
	}
	.singleAd1__right{
		padding-left: 0;
	}
	.singleAd1__name{
		position: absolute;
		top: 0;
	}
	.singleAd1__official{
		margin-top: 10px;
    }
}
/*おすすめ転職サイト3選*/
.recommend3{
	margin: clamp(20px,4vw,30px) 0;
}
.recommend3 p{
	display: none;
}
.recommend3__title{
	font-size: clamp(20px,4vw,25px);
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border: solid 1px #000;
    padding: 0.5em 2em;
    box-shadow: 0.1em 0.1em 0.2em #d0d0d0;
}
.recommend3__flex{
	margin-top: clamp(20px,4vw,30px);
}
.recommend3__item{
	border: solid 1px #000;
  	margin-bottom: 10px;
}
.recommend3__name{
	font-size: 20px;
    text-align: center;
    padding: 0.5em;
    border-bottom: solid 1px #000;
}
.recommend3__imgWrapper{
	padding: 10px;
}
.recommend3__imgLink{
	display: block;
    width: 100%;
    height: 80px;
    text-align: center;
}
.recommend3__imgLink img{
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.recommend3__text{
	width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    border-top: dotted 1px #000;
}
.recommend3__linkWrapper{
	display: block;
    width: 70%;
    margin: 0 auto 20px auto;
}
.recommend3__link{
	background-color: #c00000;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
    display: block;
    text-align: center;
    padding: 0.5em;
    box-shadow: 0.1em 0.1em 0.2em #d0d0d0;
    transition: all 0.3s;
}
.recommend3__link:hover{
	transform: translate(0.1em,0.1em);
    box-shadow: 0em 0em 0em #d0d0d0;  
   	color: #fff;
}
@media (min-width: 600px){
  .recommend3__flex{
  	display: flex;
    justify-content: space-between;
  }
  .recommend3__item{
  	width: 30%;
    margin-bottom: 0;
    display: flex;
	flex-direction: column;
  }
  .recommend3__linkWrapper{
  	margin-top: auto;
  }
}
/* デフォルトテーブルのデザイン修正 */
.post__content table{
  border: 0;
  display: table;
}
/* デフォルトテーブルの隠す機能 */
.chart__toggleBtn{
  border: solid 1px #938a7a;
  width: fit-content;
  padding: 5px 30px;
  font-weight: bold;
  margin: 10px auto !important;
  font-size: 14px;
  cursor: pointer;
}
.chart__toggleBtn-minus{
  display: none;
}
.chart__hide{
  display: none;
}
.chart__toggleBtn-plus i,
.chart__toggleBtn-minus i{
  margin-left: 10px;
}
/* リストボックス① */
.listBox1{
	margin: clamp(20px,4vw,30px) 0;
}
.listBox1__head{
	background-color: #559219;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px 5px 0 0;
	padding: 5px;
}
.listBox1__ulWrapper{
	border: solid 2px #559219;
	padding: 10px;
	border-radius: 0 0 5px 5px;
}
/* リストボックス② */
.listBox2{
	border: solid 2px #00ab9f;
	padding: 10px;
	border-radius: 5px;
}
.listBox2 li{
	list-style: none;
	position: relative;
}
.listBox2 li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	left: -1.5em;
	color: #00ab9f;
}
/* 遷移ボタン1 */
.btn1{
	text-align: center;
}
.btn1 a{
	background-color: #FAA21A;
	font-weight: bold;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 5px gray;
	transition: all 0.3s;
}
.btn1 a:hover{
	box-shadow: 0 0 10px gray;
}

/* スライド口コミ */
.slideKuchiWrapper{
  margin: clamp(20px,4vw,30px) 0;
}
.slideKuchi__head{
  font-weight: bold;
  font-size: clamp(18px,3.2vw,25px);
}
.slideKuchi__slide{
  display: flex;
  width: 100%;
  overflow-X: auto;
  padding: 10px 0;
  background-color: #f7ecd9;
}
.slideKuchi__item{
	width: clamp(200px,40vw,400px);
  padding: clamp(10px,2vw,20px);
  border: solid 2px #938a7a;
  background-color: #fff;
  margin-right: clamp(10px,2vw,20px);
      flex-shrink: 0;
}
.slideKuchi__item-head{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.slideKuchi__item-head img{
	box-shadow: none !important;
  width: clamp(30px,6vw,50px);
  border: none !important;
  margin: 0 10px 0 0 !important;
}
.slideKuchi__item-text{
	font-size: clamp(14px,2.8vw,16px);
  margin-top: 1em;
  line-height: 1.4;
}
/* 商品比較表 */
.productChart{
	margin: clamp(20px,4vw,30px) 0 10px 0;
  	overflow-x: auto;
}
.productChart table{
  display: table;
  table-layout: fixed;
}
.productChart table th{
  background-color: #01b2a7 !important;
  color: #ffffff !important;
  width: 120px;
}
.productChart table td{
  font-size: 14px;
}
.productChart table td:first-child{
  padding: 3px 15px !important;
  position: relative;
}
.productChart table th:first-child,
.productChart table td:first-child{
  position: sticky;
  left: 0;
  background: #fff;
}
.productChart table tr td:first-child:before{
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
}
.productChart table tr.productChart__hide{
  display: none;
}
.productChart table td img{
  box-shadow: none !important;
  width: 100%;
  border: 0;
  margin: 0;
}
.productChart__maru2{
  display: block;
  font-size: 35px;
  border-radius: 50%;
  color: #f08877;
}
.productChart__maru{
    display: block;
  font-size: 35px;
  border-radius: 50%;
  color: #ecc353;
}
.productChart__btn{
  background-color: #916c6c;
  color: #fff !important;
  font-weight: bold;
  padding: 5px 5px;
  border-radius: 3px;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #6e5959;
}
.productChart__toggleBtn{
  border: solid 1px #938a7a;
  width: fit-content;
  padding: 5px 30px;
  font-weight: bold;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
}
.productChart__toggleBtn-plus i,
.productChart__toggleBtn-minus i{
  margin-right: 10px;
}
.productChart__toggleBtn-minus{
  display: none;
}
