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

#sidebar{
	height: auto !important;
}

.cps-post-main .red {
	color: #dc0000;
}

.cps-post-main .bold {
	font-weight: bold;
}

.cps-post-main ul:not([class]),
.cps-post-main ul.wp-block-latest-posts__list,
.cps-post-main ul.jinlist {
	padding-left: 20px;
	padding-top: 32px;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

.cps-post-main ul:not([class]) ul,
.cps-post-main ul.wp-block-latest-posts__list ul, 
.cps-post-main ul.jinlist ul {
	margin-top: .5em;
	margin-left: 0;
	margin-bottom: 1.5em !important;
	padding-left: 4px;
}

.cps-post-main ul:not([class]) ol,
.cps-post-main ul.wp-block-latest-posts__list ol,
.cps-post-main ul.jinlist ol {
	margin-left: 0;
	margin-top: .75em;
	margin-bottom: 1.5em !important;
	padding-left: .65em;
}

.cps-post-main ul:not([class]) ol li::before,
.cps-post-main ul.wp-block-latest-posts__list ol li::before,
.cps-post-main ul.jinlist ol li::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #000;
}

.cps-post-main ul:not([class]) li:before,
.cps-post-main ul.jinlist li:before,
.cps-post-main ul.wp-block-latest-posts__list li:before,
.cps-post-main table ul li:before {
	display: block; content: '';
	position: absolute; top: 0.6em;
	left: 10px;
	width: 6px;
	height: 6px;
	background-color: #009599!important;
	border-radius: 100%;
}

.cps-post-main ul.blocks-gallery-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5em;
}

.cps-post-main ul.blocks-gallery-grid li {
	padding: 0;
}

.cps-post-main ul.wp-block-social-links li {
	padding: 0;
}

.cps-post-main ol {
	counter-reset: li;
	padding-left: 20px;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

.cps-post-main ol ol {
	counter-reset: li2;
	margin-left: 0;
	margin-top: .75em;
	margin-bottom: 1.5em !important;
	padding-left: .65em;
}

.cps-post-main ol ol li::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #000;
}

.cps-post-main ol ul {
	margin-top: .5em;
	margin-left: 0;
	padding-left: 4px;
}

.cps-post-main ol > li,
.cps-post-main table ol li {
	position: relative;
	display: block;
	padding: 0em 0px 0em 25px;
	margin-bottom: 0.5em;
}

.cps-post-main ol > li:after,
.cps-post-main table ol li:after {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	padding: 0;
	line-height: 0;
	color: #fff;
	text-align: center;
	font-size: 0.65em;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.cps-post-main ol > li:after,
	.cps-post-main table ol li:after {
		top: 12px;
	}
}

@media (max-width: 767px) {
	.cps-post-main ol > li:after,
	.cps-post-main table ol li:after {
		font-weight: 400; top: 13px;
	}
}

.cps-post-main ol > li > ol > li:after {
	counter-increment: li2;
	content: counter(li2);
}

.cps-post-main ol > li:before,
.cps-post-main table ol li:before {
	position: absolute;
	content: "";
	left: 0px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #000;
}

@media (min-width: 768px) {
	.cps-post-main ol > li:before,
	.cps-post-main table ol li:before {
		top: 2px;
	}
}

@media (max-width: 767px) {
	.cps-post-main ol > li:before,
	.cps-post-main table ol li:before {
		top: 3px;
	}
}

.cps-post-main div ul:not([class]),
.cps-post-main div ol {
	margin-bottom: 0;
}

.cps-post-main div.balloon-box ul:not([class]),
.cps-post-main div.balloon-box ol {
	margin-top: 0.5em;
	margin-bottom: 0;
}

.cps-post-main div ol li:last-of-type,
.cps-post-main div ul li:last-of-type {
	margin-bottom: 0;
}

.cps-post-main ul:not([class]),
.cps-post-main ol:not([class]) {
	margin-bottom: 40px;
	padding: 32px 24px;
	border-radius: 4px;
	background-color: #f4f5f6;
}

.cps-post-main ol:not([class]) > li:before,
.cps-post-main table ol:not([class]) li:before {
	counter-increment: li;
	content: counter(li) '.';
	position: absolute;
	width: 40px;
	height: 20px;
	left: 0px;
	padding: 0;
	background-color: transparent!important;
	color: #009599;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	top: 0;
	line-height: 1.5em;
	border-radius: 0;
}

.cps-post-main ol:not([class])> li:after,
.cps-post-main table ol:not([class]) li:after {
	display: none;
}

.cps-post-main ul li,
.cps-post-main ol li {
	position: relative;
	display: block;
	font-size: 18px;
	margin-bottom: 16px;
	padding: 0 0 0 40px;
}

.cps-post-main ul li:last-child,
.cps-post-main ol li:last-child {
	margin-bottom: 0;
}

div.cps-post-main .marker {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(0%,#ffff4a));
	background: linear-gradient(transparent 50%,#ffff4a 0%);
}

div.cps-post-main table {
	text-align: center;
	box-sizing: border-box;
}

div.cps-post-main table th,
div.cps-post-main table td {
	padding: 8px;
	line-height: 1.7;
	border: 1px solid #c6c3b6;
	vertical-align: middle;
}
div.cps-post-main table th {
	background: #e6e6e0;
	font-size: 12px;
	text-align: center;
}
div.cps-post-main table td {
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
}

.listbox {
	line-height: 1.8;
	padding: 10px 20px 0;
	border: 3px solid #f3f3f3;
	background: #fff;
	margin: 30px 0;
	border-radius: 0;
}

.listbox__title {
	margin-bottom: 1.4em;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px;
	background: #9eac28;
}

.listbox__title.-style2 {
	color: #424242;
	display: block;
	border-bottom: 2px solid #424242;
	text-align: center;
	padding: 10px 10px 5px;
	background: #fff;
	margin: 0 auto 1.4em;
	width: fit-content;
}

.listbox__list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.4em;
}

ul.listbox__list li {
	border-bottom: 1px dashed;
	border-color: #cdcdcd;
	position: relative;
	margin: .5em 0!important;
	padding: 0 0 .5em 1.4em;
	font-size: 16px;
}

ul.listbox__list li:before {
	background-color: #9eac27;
	position: absolute;
	content: '';
	top: .8em;
	left: .5em;
	width: 7px;
	height: 7px;
	border-radius: 4px;
}

.cps-post-main ul.listbox__list > li:before {
	background-color: #9eac27!important;
}

.review {
}

.review__item {
	border: #B4B4B4 1px solid;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

.review__head {
	background: #FCFBFB;
	padding: 9px;
	margin: 0px;
	overflow: hidden;
	border-radius: 15px;
	display: flex;
}

.review__icon {
	width: 50px;
}

.review__icon img {
	height: auto;
	max-width: 100%;
	margin-bottom: 0;
}

.review__info {
	margin-left: 10px;
	width: 100%;
}

.review__title {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	height: 2.2em;
	overflow: hidden;
}

.review__meta {
	font-size: 12px;
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
}

.review__rate {
}

.review__rate img {
	width: 80px;
	vertical-align: text-top;
	margin-bottom: 0;
}

.review__person {
	margin-left: 10px;
	color: #666;
	margin-bottom: 5px;
}

.review__content {
	clear: both;
	border-top: #B4B4B4 1px solid;
	padding: 9px;
	font-size: 13px;
}

.cps-post-main .review__content p:last-child {
	padding-bottom: 0;
}

.review__footer {
	margin-bottom: 0px;
	font-size: 12px;
	color: #666;
	background: #FCFBFB;
	border-top: #B4B4B4 1px solid;
	padding: 5px 10px;
}

.link-internal {
	margin-bottom: 1.2em;
	position: relative;
}

.link-internal__title {
	color: #fff;
	background-color: #00d827;
	display: inline-block;
	margin: 0 1em;
	border-radius: 5px 5px 0 0;
	padding: 2px 1em;
	position: relative;
	font-weight: bold;
	top: 1px;
	font-size: 15px;
}

.link-internal__title:before {
	content: "\f058";
	font-family: "Font Awesome\ 5 Free";
	font-weight: normal;
	margin-right: .2em;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.link-internal__link {
	color: #6f97bc;
	overflow: auto;
	border: 3px solid #00d827;
	padding: 1em 1.5em;
	position: relative;
	border-radius: 5px;
	background: #fff;
	display: block;
}

.bubble {
	display: flex;
	overflow: hidden;
	width: 100%;
	margin: 1.5em 0;
	gap: 20px;
	position: relative;
	align-items: flex-start;
}

.bubble:after {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 120px;
	border: 2px solid #d5d5d5;
	border-right: none;
	border-top: none;
	transform: rotatez(45deg);
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
}

.bubble.-right:after {
	left: unset;
	right: 120px;
	transform: rotatez(225deg);
}

.bubble.-right {
	flex-direction: row-reverse;
}

.bubble__person {
	text-align: center;
	vertical-align: top;
	max-width: 106px;
}

.bubble__person img {
	width: 100%;
	height: auto;
	border: solid 3px #eaedf2;
	border-radius: 50%;
	margin-bottom: 0;
}

.bubble__name {
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	line-height: 1.4;
	display: block;
}

.bubble__content {
	position: relative;
	font-size: 0.95em;
	vertical-align: top;
	width: calc(100% - 130px);
	padding: 20px;
	display: inline-block;
	text-align: left;
	padding: 13px;
	border: solid 2px #d5d5d5;
	border-radius: 12px;
	background: #fff;
	word-break: break-word;
}

.cps-post-main a.jump-button {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EC9A10),color-stop(100%,#F8A018));
	background: linear-gradient(to bottom,#EC9A10 0%,#F8A018 100%);
	position: relative;
	display: inline-block;
	margin: auto;
	padding: .7em .5em;
	border: 1px solid rgba(0,0,0,.1);
	background-origin: border-box;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%), inset 0 -1px rgb(0 0 0 / 10%), inset 0 1px rgb(255 255 255 / 20%);
	color: #FFFCE2!important;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgb(0 0 0 / 33%);
	font-size: 105%;
	line-height: 1.6;
	display: block;
	width: 90%;
	text-decoration: none;
}

.cps-post-main a.jump-button:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.supervisor {
	border: #d2d7db solid 1px;
	border-radius: 4px;
	padding: 34px 24px;
}

.supervisor__person {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 16px;
}

.supervisor__img {
	width: 11%;
	border-radius: 50%;
	position: relative;
}

.supervisor__img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.supervisor__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 0;
}

.supervisor__info {
	padding-left: 16px;
	width: 89%;
}

.supervisor__title {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.supervisor__name {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.supervisor__meta {
	font-size: 12px;
}

.supervisor__intro {
	font-size: 16px;
	line-height: 1.8;
}

.supervisor__intro p:last-child {
	padding-bottom: 0;
}

.emphasis {
	background: #EFEFEF;
	color: #333;
	border-radius: 5px;
	padding: .8em 1em;
	margin-bottom: 1.6em;
}

.emphasis:before {
	content: "\f086";
	font-family: "Font Awesome\ 5 Free";
	font-weight: normal;
	margin-right: .8em;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
}
/* snsバー上のコンテンツ */
.on_buttom_sns{
	width: 100%;
	max-width: 1024px;
	padding: 30px 2%;
}
.title_div{
	width: 96%;
	border-top: #001B00 solid 1px;
	border-bottom: #001B00 solid 1px;
	color: #001B00;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}
.sub_title_div{
	width: 96%;
	padding: 10px 0;
	font-size: 20px;
	color: #001B00;
	margin: 0 auto;
}
.main{
	width: 96%;
	padding: 10px 0;
	background-color: white;
	margin: 0 auto;
}
.main_title_div{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.main_title_div a{
	color: #001B00 !important;
	font-weight: bold;
	font-size: 40px;
	text-decoration: none;
}
.main_img_box{
	width: 100%;
}
.main_img_box img{
	width: 100%;
}
.main_explanation_title{
	width: 98%;
	margin: 0 auto;
	color: #001B00;
	font-weight: bold;
	font-size: 20px;
}
.main_explanation_text{
	width: 98%;
	margin: 0 auto;
	color: #001B00;
	font-size: 15px;
	padding: 10px 0;
}
.main_link_div{
	width: 100%;
	display: flex;
	padding: 10px 0;
	align-items: center;
	justify-content: space-around;
}
.left_link_box{
	width: 45%;
	background-color:#32508E;
	padding: 10px 0;
	text-align: center;
	text-decoration: none !important;
	display: flex;
    justify-content: center;
    align-items: center;
}
.left_link_text{
	color: #F3F1FF;
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
    width: 75%;
}
.right_link_box{
	width: 45%;
	background-color:#ED6001;
	padding: 10px 0;
	text-align: center;
	text-decoration: none !important;
	display: flex;
    justify-content: center;
    align-items: center;
}
.right_link_text{
	color: #FFFFFA;
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
    width: 75%;
}
.fa-chevron-right{
	color: #F3F1FF;
	font-size: 20px;
}
@media screen and (max-width:570px){
	.on_buttom_sns {
    padding: 10px 2%;
	}
	.title_div {
		font-size: 18px;
	}
	.sub_title_div {
		font-size: 12px;
	}
	.main_title_div {
		padding: 0;
	}
	.main_title_div a {
    font-size: 25px;
	}
	.main_explanation_title {
		font-size: 15px;
	}
	.main_explanation_text {
		font-size: 11px;
	}
	.left_link_text {
    font-size: 14px;
	}
	.right_link_text {
    font-size: 14px;
	}
	.fa-chevron-right {
    font-size: 15px;
	}
}
/* オーバーレイ */
.overlay {
    color: white;
    background-color: #E7304D;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
	font-size: 13px;
}
