/* サイト全体の調整 */
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    text-align: center;
}
.sp {
	display: none;
}
@media screen and (max-width: 480px) {
	.sp {
		display: block;
	}
}
#inner-content {
    padding: 50px 35px;
}
@media screen and (max-width: 480px) {
	#inner-content {
		padding: 35px 15px;
	}
}
#inner-content.page-full #main {
    max-width: 1200px;
}

/* モデル事務所用　レーダーチャート */
.canvas-container {
    position: relative;
    width:  calc(100% - 40px);
    height: 400px;
    overflow: hidden;
    margin:20px;
}


#g_nav {
	padding-right: 50px;
}

.entry-content h3:not(.is-style-stylenone) {
    margin-top: 0;
}
.wp-block-buttons {
    margin-bottom: 50px;
}

/*モデルオファーフォーム
-----------------------------*/
.model-offer-form {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

/*モデル依頼ページ
-----------------------------*/
.model-irai-box {
	display: flex;
	flex-wrap: wrap;
}
.model-irai-box img {
	margin-bottom: 5px;
}
.model-irai-box-child1 {
    width: 47.5%;
    margin-right: 10px;
}
.model-irai-box-child2 {
    width: 50%;
}
.model-irai-slimg-s {
    width: 50% !important;
}
.model-irai-sltx-s {
	font-size: 70%;
}

@media only screen and (max-width: 767px) {
	#g_nav {
	padding-right: 0px;
	}
	.model-irai-box-child1 {
		width: 46.5%;
		margin-right: 5px !important;
	}
	.model-irai-box-child2 {
		 width: 50%;
	}
}

/** 広告banner **/
.pr-banner {
	text-align: center;
}
.pr-banner img {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.label-red {
	background: red !important;
}

.label-blue {
	background: blue !important;
}

.label-pink {
	background: pink !important;
}

.su-label a {
	text-decoration: none;
	color: white;
	font-weight: 500;
}

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/* 外部リンクアイコンを消す */
 .entry-content a[target="_blank"]:after {
 content:none;
 }

.pt-cv-wrapper .btn-success {
	color: #fff;
  background-color: #000000;
  border-color: #000000;
}


/************************************
** 評価グラフ
************************************/
.pb-rating-graph {
    box-shadow: none;
    max-width: 700px;
    margin: 0 auto !important;
    padding: 5px!important;
    color: #71828A;
    background: #fff;
}
.pb-rating-graph ul {
  margin: 0!important;
  padding: 0!important;
  border: none!important;
}
.pb-rating-graph ul li {
  list-style: none!important;
  margin: 0 !important;
  padding: 0 !important;
}
.pb-rating-graph ul li:before {
  content: unset !important;
}
.pb-rating-graph__label {
    background: #fff;
    width: 40%;
    color: #ee8f81;
    text-align: center;
    display: inline-block;
    padding: 4px 0;
    margin: 0 30% 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-bottom: 0.5px solid #ee8f81;
}
.pb-rating-graph__wrap {
    display: flex;
    margin: 0 0 0 5px;
}
.pb-rating-graph li:last-child .pb-rating-graph__wrap {
    margin: 0;
}
.pb-rating-graph__axis {
    width: 50%;
    margin-top: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.pb-rating-graph__axis:before {
    content: "";
    display: inline-block;
    height: 2px;
    background: #E3E6E7;
    width: 100%;
    position: absolute;
}
.pb-rating-graph__basis {
    width: 25%;
    color: #fff;
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
    background-color: #959fd1;
    border-radius: 14px;
    padding: 5px;
}
.pb-rating-graph__basis-inner {
    display: inline-block;
    text-align: center;
}
.pb-rating-graph__wrap .pb-rating-graph__basis:first-of-type {
    text-align: center;
    margin: 0 5px 12px 0;
}
.pb-rating-graph__wrap .pb-rating-graph__basis:last-of-type {
    text-align: center;
    margin: 0 0 12px 5px;
}
.pb-rating-graph__scale {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: 20px;
  margin-top: 0 !important;
}
.pb-rating-graph__scale:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -4px;
    margin-bottom: 5px;
    background: #E3E6E7;
}
.pb-rating-graph__axis:after, .pb-rating-graph__scale:after {
  content: unset !important;
}
.pb-rating-graph .pb-rating-graph__scale .pb-rating-graph__item {
    width: 25px;
    display: block;
    font-weight: 600;
    font-size: 0.1em !important;
    color: #959fd1;
    text-align: center;
    padding-top: 5px;
    margin-top: -10px !important;
}
@media screen and (max-width:600px) {
	.pb-rating-graph {
    padding: 0 0 20px !important;
	}
  .pb-rating-graph__axis {
    width: 60%;
		margin-top: 11px;
  }
  .pb-rating-graph__basis {
    width: 20%;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 1.8;
  }
  .pb-rating-graph__wrap .pb-rating-graph__basis:first-of-type {
    padding-right: 5px;
  }
  .pb-rating-graph__wrap .pb-rating-graph__basis:last-of-type {
    padding-left: 5px;
  }
  .pb-rating-graph__scale {
    width: 16px;
  }
  .pb-rating-graph__scale:before {
		width: 16px;
    height: 16px;
		margin-top: -6px;
  }
  .pb-rating-graph .pb-rating-graph__scale .pb-rating-graph__item {
    font-size: 11px;
  }
  .pb-rating-graph__scale[data-check='true']:before {
    font-size: 18px;
  }
	.pb-rating-graph__axis:before {
    height: 4px;
	}
	.pb-rating-graph__wrap .pb-rating-graph__basis:first-of-type {
    text-align: center;
    margin: 0 10px 12px 0;
	}
.pb-rating-graph__wrap .pb-rating-graph__basis:last-of-type {
    text-align: center;
    margin: 0 0 12px 10px;
	}
}

.pb-rating-graph__scale[data-check='true']:before {
  background:#ee8f81;
}
.model-chart {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: gray;
}
.model-chart span {
	font-size: 30px;
	color: red;
}



/************************************
** 吹き出し見出し
************************************/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100% !important;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
	text-align: center;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

/************************************
** トップページメニュ―
************************************/
.top-list {
    width: fit-content;
    margin: 10px auto 30px;
    font-weight: 900;
}
.top-list li {
	padding-left: 30px;
}

.top-menu2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.top-menu2-item {
	text-align: center;
	width: 33%;
	justify-content: center;
}
.top-menu2-item img {
	margin-bottom: 15px;
}
@media screen and (max-width:600px) {
	.top-menu2-item {
	width: 50%;
	}
	.top-menu2-item img {
	margin-bottom: 7px;
	padding: 0 4px;
	}
}

.left-side-banner {
	width: 98%;
	margin: 0 auto 15px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2)
}

.author_profile .h_ttl::after {
		content: "サイト監修者";
}


/************************************
** h4見出しデザイン
************************************/
main h4 {
    border: none !important;
		padding: 10px 0 !important;
    position: relative;
}
main h4:before {
    content: "";
    position: absolute;
    left: 50%;
		bottom: 0;
    display: inline-block;
    width: 150px;
    height: 1px;
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #000;
}


/************************************
** テキスト
************************************/
.text-big {
    font-size: 130%;
    margin-top: 60px;
}

@media (max-width: 600px) {
    .text-big {
        margin-top: 30px;
    }
}

.text-center {
    text-align: center;
}


/************************************
** 装飾
************************************/
/*吹き出し　タイトル*/
h2.hukidashi-title {
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    font-size: 120%;
}

/*ボックスシャドウ*/
.shadow-box {
    padding: 20px 20px 40px 20px;
    box-shadow: 0 0 20px #eee;
    margin: 40px auto;
}

@media (max-width: 600px) {
    .shadow-box {
        padding: 10px;
        margin: 30px auto;
    }
}

/*テキストの上ドット*/
.text-up-dot {
    padding-top: .4em;
    background-position: top left -7px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
}

@media (max-width: 600px) {
    .text-up-dot {
        padding-top: 0.4em;
        background-position: top left -3px;
        background-repeat: repeat-x;
        background-size: 1.1em 0.4em;
        background-image: radial-gradient(0.1em 0.1em at center center,orange,orange 100%,transparent);
    }
}

/*両サイドスラッシュ　タイトル*/
.span__box_title.w-underline {
  border-bottom: double var(--oc-box-blue);
}


/************************************
** ボタン
************************************/
/*ブルーグラデ*/
a.button-blueGrad {
    width: 100%;
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 370px;
    margin: auto;
    padding: 20px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#a1c4fd), color-stop(51%, #c2e9fb), to(#a1c4fd));
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 600px) {
    a.button-blueGrad {
        max-width: 100%;
        padding: 14px;
        font-size: 14px;
    }
}

/*ブルーグラデ*/
a.button-green {
  width: 100%;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  color: #fff;
  background-color: #4ed0a4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 600px) {
  a.button-green {
      max-width: 100%;
      padding: 14px;
      font-size: 14px;
  }
}




/************************************
** 背景色
************************************/
.bg-color-lightBlue {
    background-color: #f0f8fc;
}

/************************************
** 開閉ボタン
************************************/
.grad-wrap {
	position: relative;
}
.grad-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom,rgba(250,252,252,0) 0%,rgba(250,252,252,.95) 100%);
	z-index: 10;
}
.grad-btn:after {
		content: "続きを読む";
    position: absolute;
    bottom: 20px;
    z-index: 10;
    left: 50%;
		transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 700px; /*隠した状態の高さ*/
	transition: all .5s;
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
	padding-bottom: 100px;
	transition: all .5s;
}
.grad-trigger:checked ~ .grad-btn:after {
	bottom: 28px;
	content: "× 閉じる"
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*モデル依頼　スライダー調整*/
.slider-fh1 {
	margin-bottom: 60px;
}
.slider-fh1 .slick-track {
    height: 250px;
}
.slider-fh1 .slick-slide img {
    width: auto;
    height: 100%;
}
.slider-fh2 {
	margin-bottom: 30px;
}
.slider-fh2 .slick-track {
    height: 250px;
}
.slider-fh2 .slick-slide img {
    width: auto;
    height: 100%;
}
@media screen and (max-width:480px) {
	.slider-fh1 .slick-track {
    height: 150px;
  }
	.slider-fh2 .slick-track {
    height: 150px;
  }
}

