/* box */
.box{
  margin: 50px 0 20px 0;
  border: solid 1px #002060;
  padding: 25px 15px 15px;
  border-radius: 10px;
  position: relative;
	background-color: #E5F4FB;
}
.box__head{
	background-color: #002060;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    font-size: clamp(14px,2vw,16px);
    padding: 0.2em 1em;
    position: absolute;
  	bottom: 98%;
}
.box__text{
    font-size: clamp(14px,2vw,16px);
}

/* accordion */
.accordion{
  margin: 20px 0;
}
.accordion .accordion__inner{
  display: none;
}
.accordion__btn{
    display: flex;
  align-items: center;
  justify-content: space-between;
    padding: 0.5em 1em;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
    font-size: clamp(14px,2.8vw,16px);
    color: #003C77;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
.accordion__btn:after{
  content: "+";
  font-weight: bold;
  font-size: 1.5em;
}
.accordion__btn-active{
  background-color: #ccc;
}
.accordion__btn-active:after{
  content: "-" !important;
}

/* checklist */
.checklist{
  border: solid 1px #bfbfbf;
  border-radius: 10px;
  padding: 15px;
}
.checklist ul{
  padding-left: 0 !important;
}
.checklist li{
  list-style: none;
  position: relative;
  font-weight: bold;
}
.checklist li:after{
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(https://tosho-trading.co.jp/contents-money/wp-content/uploads/2024/07/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: unset !important;
}

/* numberlist */
.numberlist{
  border: solid 1px #bfbfbf;
  border-radius: 10px;
  padding: 15px;
}
.numberlist ol{
  padding-left: 0 !important;
}
.numberlist li{
  position: relative;
  font-weight: bold;
}
.cps-post-main .numberlist ol>li:before {
    background-color: unset !important;
    border: solid 1px #000;
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
}
.cps-post-main .numberlist ol > li:after{
   color: #000 !important;
}

/* review */
.review{
  margin: 20px 0;
  overflow-X: auto;
  padding-bottom: 10px;
}
.review__itemWrapper{
  width: fit-content;
  display: flex;
  column-gap: 20px;
}
.review__item{
  width: 250px;
}
.review__item-head{
  background-color: #002060;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.6em;
  border-radius: 5px;
  font-size: 14px;
}
.review__item-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.review__item-flex-left,.review__item-flex-right{
  width: 48%;
}
.review__item-flex-left{
  font-weight: bold;
  font-size: 16px;
}
.review__item-flex-right img{
  margin-bottom: 0;
}
.review__item-text{
  font-size: 14px;
}
.review1col .review__item{
  width: 100%;
}
.review1col .review__item-flex{
  justify-content: left;
}
.review1col .review__item-flex-left{
  width: 20%;
}
.review1col .review__item-flex-right{
  width: 15%;
}

/* crosstable */
.crosstable{
  margin: 20px 0;
  overflow-X: auto;
}
.crosstable table{
  table-layout: fixed;
}
.crosstable table th,.crosstable table td{
  width: clamp(150px,30vw,200px);
  font-size: clamp(12px,2vw,14px);
}
.crosstable table th{
  background-color: #f8f8f8;
}
.crosstable table img{
  margin-bottom: 0;
}
.crosstable__btn{
    display: block;
    background-color: #f1742c;
    box-shadow: 0 3px 0 #d0601f;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
}
.crosstable table tr th:nth-child(1){
   position: sticky;
  z-index: 1;
  left: 0;
}

/* linkBox */
.linkBox{
	margin: 20px 0;
}
.linkBox__head{
	color: #0c0000;
  font-weight: bold;
  font-size: clamp(16px,3.2vw,22px);
  text-align: center;
}
.linkBox__head:after{
	content: "";
  display: block;
  width: 80%;
  height: clamp(3px,0.6vw,4px);
  background-color: #0c0000;
  margin: 0.2em auto 0 auto;
}
.linkBox__itemWrapper{
	margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	gap: 10px 2%;
}
.linkBox__item{
	width: 32%;
}
.linkBox__item a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0c0000 !important;
  text-decoration: none !important;
  border: solid 2px #0c0000;
  background-color: #ececec;
  line-height: 1.2;
  padding: 0.5em 0;
  font-size: clamp(12px,2.4vw,16px);
  font-weight: bold;
  position: relative;
	padding: 0.5em 2.4em 0.5em 0.2em;
}

.linkBox__item a:hover{
	text-decoration: none;
  	opacity: 0.7;
}

.linkBox__item a:after{
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(https://afmedia.tosho-trading.co.jp/media/wp-content/uploads/2024/09/linkBox.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
}

@media (max-width: 767px){
	.linkBox__itemWrapper{
		gap: 10px 4%;
	}
	.linkBox__item{
		width: 48%;
	}
	.linkBox__item a{
		  padding: 0.5em 2em 0.5em 0.2em;
	}
	.linkBox__item a:after{
		right: 5px;
	}
}


/* reviewBox */
.reviewBox{
  margin: 20px auto;
}
.reviewBox p,
.reviewBox__head p{
  display: none;
}
.reviewBox__head{
  display: flex;
  justify-content: center;
  border: solid 1px #e1e1e1;
  padding: clamp(10px,2vw,15px);
}
.reviewBox__head__starWrapper{
  white-space: nowrap;
  position: relative;
  margin-right: 10px;
  width: 75px;
}
.reviewBox__star-on{
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  color: #ffb300;
}
.reviewBox__star-off{
  color: #c7c7c7;
}
.reviewBox__star-on,.reviewBox__star-off{
  letter-spacing: -3px;
  font-size: clamp(16px,3vw,18px);
}
.reviewBox__head__pointWrapper{
  margin-right: 20px;
}
.reviewBox__head__link{
  color: #aaaaaa !important;
  font-size: 14px;
}
.review__list{
  border-right: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding: clamp(10px,2vw,15px);;
}
.review__list-numWrapper{
  font-size: clamp(16px,3vw,18px);  
  margin-bottom: 10px;
}
.reviewBox__list-num{
  font-size: 0.7em;
  margin-left: 0.5em;
}
.review__listItem{
	padding: clamp(10px,2vw,15px) 0;
    border-top: solid 1px #e1e1e1;
  	display: flex;
    justify-content: space-between;
}
.review__listItem:last-of-type{
  border-bottom: solid 1px #e1e1e1;
}
.review__listItem__left{
  width: 30%;
}
.review__listItem__right{
  width: 65%;
}
.review__listItem__left__star{
  color: #c7c7c7;
}
.review__listItem__left__star-on{
  color: #ffb300;
}
.review__listItem__left__contributor{
  margin-top: 1em;
  font-size: clamp(12px,2vw,14px);
}
.review__listItem__left__contributor-name{
  font-weight: bold;
  color: #fc3965;
}
.review__listItem__left__buy{
  margin-top: 1em;
  font-size: 12px;
}
.review__listItem__right__title{
  font-size: clamp(12px,2vw,14px);
}
.review__listItem__right__text{
  margin-top: 1em;
  font-size: clamp(12px,2vw,14x);
}
.review__listItem__right__date{
  margin-top: 1.5em;
  font-size: 12px;
}
.review__btnWrapper{
  margin-top: clamp(10px,2vw,20px);
}
.review__btnWrapper a{
  color: #fff !important;
  background-color: #504848;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: clamp(16px,3vw,20px);
  font-weight: bold;
  padding: 0.5em 1em;
}
.review__btnText{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.review__btnText:after{
  content: "";
  display: flex;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #FFFFFF;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .reviewBox__head{
    flex-wrap: wrap;
  }
  .review__listItem{
    display: block; 
  }
  .review__listItem__left,.review__listItem__right{
    width: 100%;
  }
}

/* totalReview */
.totalReview{
  display: flex;
  padding: clamp(10px,2vw,20px);
  border: solid 1px #e1e1e1;
  justify-content: space-between;
}
.totalReview p{
  display: none;
}
.totalReview__left{
  width: 30%;
}
.totalReview__left img{
  margin-bottom: 0;
}
.totalReview__right{
  width: 68%;
}
.totalReview__right__head{
  font-weight: bold;
  font-size: clamp(16px,3vw,18px);
  margin-bottom: 10px;
}
.totalReview__right__chartText{
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.totalReview__right__chart{
  width: 49%;
}
.totalReview__right__text{
  width: 49%;
}
.totalReview__right__chart table{
  margin-bottom: 0;
}
.totalReview__right__chart th,
.totalReview__right__chart td{
  font-size: 12px !important;
  padding: 0.5em !important;
}
.totalReview__right__chart th{
  background-color: #504848 !important;
  color: #fff;
}
.totalReview__right__text{
  font-size: 12px;
}
.totalReview .reviewBox__head{
  padding: 0;
  border: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .totalReview{
    display: block;
  }
  .totalReview__left,.totalReview__right{
    width: 100%;
  }
  .totalReview__right__chartText{
    display: block;
  }
  .totalReview__right__chart,.totalReview__right__text{
    width: 100%;
  }
  .totalReview__right__text{
    margin-top: 10px;
  }
}

/* ad1 */
/*.ad1{
  border: solid 1px #0070C0;
}
.ad1 p{
  display: none;
}
.ad1__head{
  background-color: #0070C0;
  color: #fff;
  text-align: center;
  font-size: clamp(14px,2vw,18px);
  font-weight: bold;
  padding: 0.3em;
}
.ad1__flex{
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}
.ad1__flex-left{
  width: 40%;
}
.ad1__flex-left a img{
  margin-bottom: 0;
}
.ad1__flex-right{
  width: 58%;
}
.ad1__flex-right__head{
  background-color: #002060;
  color: #fff;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
  padding: 0.2em;
}
.ad1__flex-right__ul{
  margin-top: 10px;
}
.ad1__flex-right__li{
  font-size: clamp(12px,2vw,14px);
  font-weight: bold;
  position: relative;
  padding: 0em 0px 0em 1.3em !important;
}
.cps-post-main ul.ad1__flex-right__ul li.ad1__flex-right__li:before{
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #000 !important;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0.3em;
}
.ad1__flex-right__dl{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
.ad1__flex-right__dt,
.ad1__flex-right__dd{
  font-size: clamp(12px,2vw,14px);
  font-weight: bold; 
  padding: 0.4em 0.2em;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.ad1__flex-right__dt{
  background-color: #00B0F0;
  width: 20%;
}
.ad1__flex-right__dd{
  width: 30%;
}
.ad1__btn-head{
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 3vw, 22px);
}
.ad1__btnWrapper{
  padding: 0 10px 10px;
}
.ad1__btn{
  background: #F00;
  color: #FFF !important;
  width: 100%;
  text-align: center;
  display: block;
  font-size: clamp(20px,4vw,30px);
  line-height: 1.2em;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none !important;
  margin: 0 auto 0;
  border: 0;
  padding: 16px 0 12px 0;
  font-weight: bold;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ad1__flex{
    padding: 0;
  }
  .ad1__flex-right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
  }
  .ad1__flex-right__head{
    font-size: clamp(18px, 4vw, 22px);
    width: 100%;
  }
  .ad1__flex-right__imgWrapper{
    width: 38%;
	margin-top: 10px;
  }
  .ad1__flex-right__dl{
    width: 55%;
  }
  .ad1__flex-right__dt{
    width: 50%;
  }
  .ad1__flex-right__dd{
    width: 50%;
  }
  .ad1__flex-right__ul{
    order: 10;
    width: 90%;
    margin: 10px auto 0 auto;
  }
  .ad1__btn-head{
    margin-top: 10px;
  }
}
*/
/* shine */
.shine{
  display: block;
  position: relative;
  overflow: hidden;
}
.shine::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* blueBtn */
.blueBtn{
	margin: 20px 0;
}
.blueBtn a{
	 display: block;
	background-color: #008db7 ;
	color: #fff !important;
	text-decoration: none;
	font-size: clamp(16px,3vw,18px);
	text-align: center;
	padding: 0.8em;
	border-radius: 5px;
	box-shadow: 0 3px 3px #ccc;
}


/* supervisor */
.supervisor{
  border: solid 1px #d9d9d9;
  margin: 20px auto;
  padding: clamp(10px,2vw,20px);
  width: min(100%,450px);
}
.supervisor__head{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #595959;
  font-weight: bold;
  font-size: clamp(16px,2vw,18px);
}
.supervisor__head img{
  width: clamp(30px, 6vw, 40px);
  margin-right: 10px;
  margin-bottom: 0;
}
.supervisor__flex{
  display: flex;
  justify-content: center;
  column-gap: 12%;
  margin-top: clamp(10px,2vw,20px);
}
.supervisor__imgWrapper{
  width: clamp(70px,12vw,100px);
  height: clamp(70px,12vw,100px);
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #d9d9d9;
}
.supervisor__imgWrapper img{
  display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position: center;
}
.supervisor__profile--head{
  background-color: #504848;
  color: #fff;
  width: fit-content;
  font-size: clamp(14px,2vw,16px);
  padding: 0.3em 1em;
  border-radius: 5px;
}
.supervisor__profile--title{
  font-size: clamp(12px,2vw,14px);
  margin-top: 0.5em;
  font-weight: bold;
}
.supervisor__profile--name{
  font-size: clamp(18px,3vw,24px);
  margin-top: 0.2em;
  color: #595959;
  margin-left: 1em;
  font-weight: bold;
}
.supervisor__text{
  font-size: clamp(14px,2vw,16px);
  margin-top: 10px;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.supervisor__text.active{
  height: auto;
}
.supervisor__text:after{
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, white);
}
.supervisor__text.active:after{
  display: none;
}
.supervisor__textBtn{
  text-align:center;
}
.supervisor__textBtn br{
  display: none;
}
.supervisor__textBtn span{
 	margin: clamp(10px,2vw,20px) auto 0 auto; 
  cursor: pointer;
}
.supervisor__textBtn span svg{
  margin-right: 0.5em;
}
.supervisor__textBtn--open,.supervisor__textBtn--close{
  display: none;
}
.supervisor__textBtn--open.active,
.supervisor__textBtn--close.active{
  display: block;
}
.supervisorFlex{
  overflow-x: auto;
}
.supervisorWrapper{
  display: flex;
  width: fit-content;
  column-gap: clamp(20px, 4vw, 30px);
  margin: 0 auto;
}
.supervisorFlex .supervisor{
  width: 320px;
}
.supervisorFlex .supervisor__flex{
	column-gap: 5%;
}
.supervisorFlex .supervisor__profileWrapper{
	flex: 1;
}
.supervisorFlex .supervisor__imgWrapper {
    width: clamp(50px, 10vw, 70px);
	height: clamp(50px, 10vw, 70px);
}

/* author-profile */
.author-profile{
  margin: 20px 0;
}
.author-profile__head{
  background-color: #1cbfdf;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 0.2em;
}
.author-profile__flex{
  display: flex;
  justify-content: space-between;
}
.author-profile__imgWrapper{
  width:40%;
}
.author-profile__imgWrapper img{
  margin-bottom: 0;
}
.author-profile__textWrapper{
  width: 55%;
}
.author-profile__text1{
     margin-top: 20px;
    font-weight: bold;
    font-size: clamp(16px,3vw,25px); 
}
.author-profile__text2{
  margin-top: 10px;
  font-size: clamp(12px,2vw,16px);
}

/* author-comment */
.author-comment{
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author-comment__text{
  width: 75%;
  border: solid 1px #bfbfbf;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  font-size: clamp(14px,2vw,16px);
  background-color: #FEFEF4;
}
.author-comment__text:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 25px solid #bfbfbf;
  border-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%,-50%);
  z-index: 1;
}
.author-comment__text:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 25px solid #FEFEF4;
  border-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% - 2px),-50%);
  z-index: 2;
}
.author-comment__author{
  width: calc(25% - 30px);
}
.author-comment__authorImgWrapper img{
  margin-bottom: 0;
}
.author-comment__authorName{
  text-align: center;
  font-size: clamp(12px,2vw,14px);
}
@media (max-width: 767px) {
  .author-comment__text{
    width: 70%;
  }
  .author-comment__author {
    width: calc(30% - 30px);
  }
}

/* editor-profile */
.editor-profile{
  margin: 20px 0;
}
.editor-profile__head{
  background-color: #3B5998;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 0.2em;
}
.editor-profile__flex{
  display: flex;
  justify-content: space-between;
}
.editor-profile__imgWrapper{
  width:40%;
}
.editor-profile__imgWrapper img{
  margin-bottom: 0;
}
.editor-profile__textWrapper{
  width: 55%;
}
.editor-profile__text1{
     margin-top: 20px;
    font-weight: bold;
    font-size: clamp(16px,3vw,25px); 
}
.editor-profile__text2{
  margin-top: 10px;
  font-size: clamp(12px,2vw,16px);
}

/* editor-comment */
.editor-comment{
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editor-comment__text{
  width: 75%;
  border: solid 1px #bfbfbf;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  font-size: clamp(14px,2vw,16px);
}
.editor-comment__text:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 25px solid #bfbfbf;
  border-left: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%,-50%);
}
.editor-comment__text:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 25px solid #fff;
  border-left: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(calc(-100% + 2px),-50%);
}
.editor-comment__editor{
  width: calc(25% - 30px);
}
.editor-comment__editorImgWrapper img{
  margin-bottom: 0;
}
.editor-comment__editorName{
  text-align: center;
  font-size: clamp(12px,2vw,14px);
}
@media (max-width: 767px) {
  .editor-comment__text{
    width: 70%;
  }
  .editor-comment__editor {
    width: calc(30% - 30px);
  }
}
