@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

html { scroll-behavior: smooth;}

/* ========================================================
フォント
=========================================================*/
h1,h2,h3,h4,h5{
	line-height:1.5 !important;
}
p{
	line-height:2 !important;
}

/* ========================================================
ヘッダー
=========================================================*/
#header-container #header{
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/hd-back.jpg) no-repeat !important;   
	background-position:center center;
	background-size:cover !important;
	width:100%; 
	height:260px;
	position:relative;
}
#header-container #header::before{
	content: none;
	display: block;
	width: 182px;
	height: 136px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/header-narumi.png) no-repeat;
	background-size: contain;
	position: absolute;
	right :45%;
	bottom:0;
	transform: translatex(300px);
}
#header-container #header::after{
	content: none;
	display: block;
	width: 108px;
	height: 48px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/header-oden.png) no-repeat;
	background-size: contain;
	position: absolute;
	left :50%;
	bottom:0;
	transform: translatex(-300px);
}
#header-container .site-name-text{
	display:none;
}
#header-container .logo-text {
	position:relative;
	padding:0 !important;
}
#header-container .logo-text a::before{
	content: "";
	display: block;
	width: 280px;
	height:180px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/logo.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translatex(-50%);
}
@media screen and (max-width: 834px){
	#header-container #header{
		height:232px;
	}
	#header-container #header::before{
		width: 138px;
		height: 103px;
		transform: translatex(225px);
	}
	#header-container #header::after{
		height: 43px;
		transform: translatex(-225px);
	}
	#header-container .logo-text {
		position:relative;
		padding:10px 0;
	}
	#header-container .logo-text a::before{
		width: 230px;
		height:135px;
	}
}
@media screen and (max-width: 600px){
	#header-container #header::before{
		width: 97px;
		height: 72px;
		transform: translatex(180px);
	}
	#header-container #header::after{
		width:60px;
		height: 28px;
		transform: translatex(-180px);
	}
	#header-container .logo-text a::before{
		width: 200px;
	}
}
@media screen and (max-width: 400px){
	#header-container #header{
		height:218px;
	}
	#header-container .logo-text a::before{
		width: 180px;
		height:106px;
	}
}
/* メニュー（PC） */
.navi-in > ul li {
	width: auto;
}
.navi-in > ul li#menu-item-20975,
.navi-in > ul li#menu-item-20976,
.navi-in > ul li#menu-item-23352 {
	width:calc(100% / 3);
	background:#17756b;
	clip-path:inset(0 -100vmax);
	color:#17756b;
	font-weight:bold;
}
.navi-in > ul li#menu-item-20975{
	box-shadow:0 0 0 100vmax #17756b;
}
.navi-in > ul li a {
	padding: 0 30px;
	height:100%;
}
navi .item-label{
	height:auto;
}
/*スマホメニュー*/
.navi-menu-content .sub-menu {
	display: none;
}
.navi-menu-content .menu-item-has-children.open > .sub-menu {
	display: block;
}
.navi-menu-content .menu-item-has-children > a::after {
	content: "＋";
	font-size: 0.8em;
	margin-left: 6px;
	display: inline-block;
	transition: transform 0.2s ease;
}
.navi-menu-content .menu-item-has-children.open > a::after {
	content: "−";
}
body .mobile-menu-buttons .navi-menu-button .menu-item-20975 a,
body .mobile-menu-buttons .navi-menu-button .menu-item-20976 a,
body .mobile-menu-buttons .navi-menu-button .menu-item-23352 a{
	color:#fff;
	background:var(--accent-color);
	border-radius:100vh;
	padding: 8px 24px;
	border-bottom: none;
}
body .mobile-menu-buttons .navi-menu-button .menu-item-20975 a .fa,
body .mobile-menu-buttons .navi-menu-button .menu-item-20976 a .fa,
body .mobile-menu-buttons .navi-menu-button .menu-item-23352 a .fa{
	color:#fff;		
}
body .mobile-menu-buttons .navi-menu-button .menu-item-20975 a:hover{
	background:var(--accent-color) ;
	opacity:0.7;
}
body .mobile-menu-buttons .navi-menu-button .menu-item-20976 a,
body .mobile-menu-buttons .navi-menu-button .menu-item-23352 a{
	background:#00897B;
}
body .mobile-menu-buttons .navi-menu-button .menu-item-20976 a:hover,
body .mobile-menu-buttons .navi-menu-button .menu-item-23352 a:hover{
	background:#00897B;
	opacity:0.7;
}
body .mobile-menu-buttons .navi-menu-button .menu-item-20975{
	margin-top:24px;
}
body .mobile-menu-buttons .navi-menu-button .menu-item-23352{
	margin-bottom:24px;
}
body .mobile-menu-buttons .page-item-18326 a{
	border-bottom: none !important;
	font-size:0.85rem;
}

/* ========================================================
フッター
=========================================================*/
footer .textwidget{
	display: flex;
	justify-content: right;
}
/* ========================================================
トップページ
=========================================================*/
/* 上部カルーセルの見た目調整 */
.carousel-entry-card-title {
	margin-bottom: 0.6em;
	font-size: 13px;
	margin-top: 8px;
	height: 5.5em;
	line-height: 1.4;
	font-weight: bold;
}
.carousel .a-wrap {
	padding: 0.6em 0.3em 0;
}
.carousel {
	margin-top: 30px;
}
body.home .content {
	margin-top: 32px;
}

/* ========================================================
記事一覧共通
=========================================================*/
.entry-card, 
.related-entry-card { /* メインカード */
	display: flex;
}
.entry-card-thumb,
.related-entry-card-thumb {
	width: 40%;
	margin-right: 24px;
}
.entry-card-content,
.related-entry-card-content {
	width: 60%;
	padding-top: 8px;
	margin-left: 0;
}
.entry-card-snippet, 
.related-entry-card-snippet {
	line-height: 1.6;
}
.entry-card-title, 
.related-entry-card-title {
	font-size: 20px;
	margin: 0 0 8px 0;
}
.author-thumb, 
.blogcard-thumbnail, 
.popular-entry-card-thumb, 
.new-entry-card-thumb { /* 小さいカード共通 */
	margin-right: 12px;
}
@media screen and (max-width: 576px){
	.entry-card-title, 
	.related-entry-card-title {
		font-size: 16px;
	}
	.entry-card-thumb,
	.related-entry-card-thumb {
		margin-right: 16px;
	}
}

/* ========================================================
サイドバー
=========================================================*/
#sidebar-menu-content h2, 
#sidebar h2, 
#sidebar-menu-content h3, 
#sidebar h3 { /* サイドバーの見出し */
	padding: 8px 8px 8px 32px;
}
.widget-entry-card { /* ランキングなどウィジェットのカード */
	font-size: 13.7px;
	line-height: 1.4;
}
#sidebar-menu-content h2::after, 
#sidebar h2::after, 
#sidebar-menu-content h3::after, 
#sidebar h3::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-left: solid 24px white;
	border-bottom: solid 46px transparent;
}
ul.side-sns-wrap{
	display:flex;
	justify-content:center;
}
ul.side-sns-wrap li a{
	width: 55px;
	height: 55px;
	padding: 0 6px;
}
/* ========================================================
投稿
=========================================================*/
.single-post .main,
.page .main {
	padding: 20px 40px;
}
.footer-meta { /* 投稿者名を削除 */
	display: none;
}
.single-post .toc-list > li >a:nth-of-type(1){
	font-weight:bold;
}
@media screen and (max-width: 480px){
	.single-post .main,
	.page .main {
		padding: 20px 5%;
	}
}

/* メルマガ登録 */
.footer-mailmagazine {
	border: solid 1px #ebebeb;
	text-align: center;
	padding: 2.5rem 3rem 3rem !important;
}
.footer-mailmagazine h2 {
	margin: 0 0 0.5rem;
}
.footer-mailmagazine p {
	margin: 1rem;
}
@media screen and (max-width: 530px){
	.footer-mailmagazine {
		padding: 2rem 1.5rem 2rem !important;
	}
	.footer-mailmagazine p {
		margin: 1rem;
		font-size: 0.85rem;
	}
}

/* 広告 */
.single-post .ad{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.single-post .ad img{
	width: 500px;
}
.single-post .ad .btn{
	background: var(--sub-color);
	display: flex;
	margin: 25px auto 0;
	width: 20rem;
}
.single-post .ad .btn a{
	width: 100%;
}
.single-post .ad.seminar-bnr .btn{
	background: var(--accent-color);
}

/* 見出し */
#main .entry-content h2 {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
	padding: 0.5em;
	background:#e9f4f3;
}
#main .entry-content h3 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
#main .entry-content h4 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
#main .entry-content h5 {
	margin-bottom: 0.5em;
	padding: 0.25em 0;
}
/*480px以下*/
@media screen and (max-width: 480px){
	#main .entry-content h2,
	#main .entry-content h3,
	#main .entry-content h4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

/* その他 */
#main .entry-content p {
	margin-bottom: 1rem;
}
#main .entry-content figure {
	margin: 1.5rem 0;
}

/* ========================================================
記事装飾用CSS
=========================================================*/
/* カラーパレット変更 */
.has-text-color-color {
	color: #4a4a4a;
}
.has-green-color {
	color: #79c362;
}
.has-orange-color {
	color: #f79563;
}
.has-yellow-color {
	color: #ffeB74;
}
.has-red-color {
	color: #f25d5a;
}

/* リスト - オレンジ（ul） */
body.single article .entry-content ul,
body.single article .entry-content ol {
	list-style-type: none;
}
body.single article .entry-content #toc ul,
body.single article .entry-content #toc ol {
	list-style-type: circle;
}
ul.is-style-list-1 {
	padding: 1.5rem 0 1.5rem 3rem;
	border-top: 1px solid rgba(247, 149, 99, 0.5);
	border-bottom: 1px solid rgba(247, 149, 99, 0.5);
	margin: 2rem;
}
ul.is-style-list-1 li {
	position: relative;
}
ul.is-style-list-1 li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #f79563;
	border-radius: 100%;
	position: absolute;
	top: calc(0.8rem - 5px);
	left: -1.5rem;
}
ul.is-style-list-1 li + li::before {
	top: calc(0.8rem - 10px);
}
@media screen and (max-width: 768px) {
	ul.is-style-list-1 {
		padding: 1rem 0 1rem 3rem;
		margin: 1rem 0;
		font-size: 13.7px;
		font-size: 0.85rem;
	}
	ul.is-style-list-1 li::before {
		top: calc(0.425rem + 0.25rem - 5px);
	}
	ul.is-style-list-1 li + li::before {
		top: calc(0.425rem + 0.25rem - 10px);
	}
}

/* リスト - オレンジ（ol） */
ol.is-style-list-1 {
	padding: 1.5rem 0 1.5rem 3rem;
	border-top: 1px solid rgba(247, 149, 99, 0.5);
	border-bottom: 1px solid rgba(247, 149, 99, 0.5);
	margin: 2rem;
}
ol.is-style-list-1 li {
	position: relative;
	counter-increment: counter-post;
	line-height: 2;
}
ol.is-style-list-1 li::before {
	content: counter(counter-post);
	width: 1.5rem;
	height: 1.5rem;
	background: #f79563;
	border-radius: 100%;
	position: absolute;
	top: 0.2rem;
	left: -2rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.85rem;
	font-weight: bold;
}
ol.is-style-list-1 li + li::before {
	top: calc(0.8rem - 15px);
}
@media screen and (max-width: 768px) {
	ol.is-style-list-1 {
		padding: 1rem 0 1rem 3rem;
		margin: 1rem 0;
		font-size: 13.7px;
		font-size: 0.85rem;
	}
	ol.is-style-list-1 li::before {
		top: -0.1rem;
	}
	ol.is-style-list-1 li + li::before {
		top: calc(-0.1rem - 5px);
	}
}

/* リスト - グリーン（ul） */
ul.is-style-list-2 {
	padding: 1.5rem 0 1.5rem 3rem;
}
ul.is-style-list-2 li {
	position: relative;
}
ul.is-style-list-2 li::before {
	content: "▷";
	display: block;
	color: #79c362;
	position: absolute;
	top: 0;
	left: -1.5rem;
}
ul.is-style-list-2 li + li::before {
	top: calc(0.8rem - 17px);
}
@media screen and (max-width: 768px) {
	ul.is-style-list-2 {
		padding: 0.5rem 0 0.5rem 2rem;
		font-size: 13.7px;
		font-size: 0.85rem;
	}
	ul.is-style-list-2 li + li::before {
		top: -5px;
	}
}

/* リスト - グリーン（ol） */
ol.is-style-list-2 {
	padding: 1.5rem 0 1.5rem 3rem;
}
ol.is-style-list-2 li {
	position: relative;
	counter-increment: counter-post;
	line-height: 2;
}
ol.is-style-list-2 li::before {
	content: counter(counter-post);
	width: 1.5rem;
	height: 1.5rem;
	background: #79c362;
	border-radius: 100%;
	position: absolute;
	top: 0.2rem;
	left: -2rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.85rem;
	font-weight: bold;
}
ol.is-style-list-2 li + li::before {
	top: calc(0.8rem - 15px);
}
@media screen and (max-width: 768px) {
	ol.is-style-list-2 {
		padding: 1rem 0 1rem 3rem;
		font-size: 13.7px;
		font-size: 0.85rem;
	}
	ol.is-style-list-2 li::before {
		top: -0.1rem;
	}
	ol.is-style-list-2 li + li::before {
		top: calc(-0.1rem - 5px);
	}
}

/* ステップ以外のリスト共通 */
ul.is-style-list-1 li + li,
ol.is-style-list-1 li + li, 
ul.is-style-list-2 li + li, 
ol.is-style-list-2 li + li {
	margin-top: 5px;
}
ul.is-style-list-1 li + li::before,
ol.is-style-list-1 li + li::before, 
ul.is-style-list-2 li + li::before, 
ol.is-style-list-2 li + li::before {
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	ul.is-style-list-1 li,
	ol.is-style-list-1 li, 
	ul.is-style-list-2 li, 
	ol.is-style-list-2 li {
		line-height: 1.5;
	}
	ul.is-style-list-1 li + li::before,
	ol.is-style-list-1 li + li::before, 
	ul.is-style-list-2 li + li::before, 
	ol.is-style-list-2 li + li::before {
		margin-top: 5px;
	}
}

/* リスト - ステップ表示 */
.is-style-list-3 {
	margin: 2rem;
}
.is-style-list-3 li {
	border: 2px solid #ddd;
	padding: 1rem 2rem;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	counter-increment: counter-post;
	position: relative;
}
.is-style-list-3 li::before {
	content: "STEP"counter(counter-post)"：";
}
.is-style-list-3 li + li {
	margin: 1rem 0;
}
.is-style-list-3 li + li::after {
	content: "";
	width: 8px;
	height: 1rem;
	display: block;
	background: #ddd;
	position: absolute;
	top: calc(-1rem - 2px);
	left: calc(50% - 4px);
}
@media screen and (max-width: 768px) {
	.is-style-list-3 {
		margin: 1rem 0;
	}
	.is-style-list-3 li {
		padding: 0.5rem 2rem;
		font-size: 13.7px;
		font-size: 0.85rem;
	}
}

/* 段落 - リストのタイトル */
p.is-style-p-1 {
	margin-bottom: -1rem !important;
}

/* 段落 - 吹き出し（左／困る女性Dr①） */
.is-style-p-2 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-2::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_dr04.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-2::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-2 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-2::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-2::after {
		top: 25px;
	}
}

/* 段落 - 吹き出し（右／指を立てるなるみちゃん） */
.is-style-p-3 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background: #fff7f0;
}
.is-style-p-3::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_yubi.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-3::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-3 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-3::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-3::after {
		top: 25px;
	}
	.is-style-p-2 + .is-style-p-2,
	.is-style-p-2 + .is-style-p-3,
	.is-style-p-3 + .is-style-p-2 {
		margin-top: -1rem !important;
	}
}

/* 段落 - コメント */
.is-style-p-4 {
	font-size: 13.7px;
	background: #f2f2f2;
	padding: 1rem 1.5rem;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.is-style-p-4 {
		font-size: 12px !important;
		font-size: 0.75rem !important;
	}
}

/* 段落 - 吹き出し（左／笑う先生②） */
.is-style-p-5 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-5::before {
	content: "";
	display: block;
	width:90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_dr01.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-5::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-5 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-5::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-5::after {
		top: 25px;
	}
}

/* 段落 - 吹き出し（左／困る先生①） */
.is-style-p-6 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-6::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_dr02.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-6::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-6 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-6::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-6::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／困る先生②） */
.is-style-p-7 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-7::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_dr03.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-7::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-7{
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-7::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-7::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／腕を上げるなるみちゃん） */
.is-style-p-8 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background:#fff7f0;
}
.is-style-p-8::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-8::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-8 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-8::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-8::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／困るなるみちゃん） */
.is-style-p-9 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background:#fff7f0;
}
.is-style-p-9::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_komaru.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-9::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-9 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-9::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-9::after {
		top: 25px;
	}
}

/* 段落 - 吹き出し（右／話すなるみちゃん） */
.is-style-p-10 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background:#fff7f0;
}
.is-style-p-10::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_hanasu.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-10::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-10 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-10::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-10::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（左／笑う先生①） */
.is-style-p-11{
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-11::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_dr04-2.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-11::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-11 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-11::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-11::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（左／笑う女性Dr①） */
.is-style-p-12 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-12::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_dr04-2.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-12::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-12 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-12::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-12::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／やる気なるみちゃん） */
.is-style-p-13 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background: #fff7f0;
}
.is-style-p-13::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_yaruki.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-13::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-13 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-13::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-13::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／悩むなるみちゃん） */
.is-style-p-14 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background: #fff7f0;
}
.is-style-p-14::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_nayamu.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-14::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-14 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-14::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-14::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／喜ぶなるみちゃん） */
.is-style-p-15 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background: #fff7f0;
}
.is-style-p-15::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_yorokobi.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-15::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-15 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-15::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-15::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／喜ぶおデン） */
.is-style-p-16 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-16::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_oden_yorokobi.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-16::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-16 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-16::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-16::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／困るおデン） */
.is-style-p-17 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-17::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_oden_komaru.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-17::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-17 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-17::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-17::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／Goodおデン） */
.is-style-p-18 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-18::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_oden_good.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-18::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-18 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-18::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-18::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右／苦笑いなるみちゃん） */
.is-style-p-19 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background: #fff7f0;
}
.is-style-p-19::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_nigawarai.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-19::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-19 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-19::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-19::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右/メガネなるみちゃん） */
.is-style-p-20 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background: #fff7f0;
}
.is-style-p-20::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_megane.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-20::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-20 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-20::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-20::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右/メガネなるみちゃん） */
.is-style-p-21 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem auto 2rem 0 !important;
	position: relative;
	background: #fff7f0;
}
.is-style-p-21::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_narumi_hirameki.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-21::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 10px solid transparent;
	border-left: 10px solid #fff7f0;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-21 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem auto 2rem 0 !important;
	}
	.is-style-p-21::before {
		width: 55px;
		height: 55px;
		right: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-21::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右/焦りおでん） */
.is-style-p-22 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-22::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_oden_aseri.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-22::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-22 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-22::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-22::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右/苦笑いおでん） */
.is-style-p-23 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-23::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_oden_nigawarai.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-23::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-23 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-23::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-23::after {
		top: 25px;
	}
}
/* 段落 - 吹き出し（右/やる気おでん） */
.is-style-p-24 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-24::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_oden_yaruki.png) no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-24::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.is-style-p-24 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-24::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-24::after {
		top: 25px;
	}
}
/*  段落 - 吹き出し（左／飯田さんシリーズ 共通スタイル）　 p-25〜p-33*/
.is-style-p-25,
.is-style-p-26,
.is-style-p-27,
.is-style-p-28,
.is-style-p-29,
.is-style-p-30,
.is-style-p-31,
.is-style-p-32,
.is-style-p-33 {
	width: calc(100% - 100px - 20px);
	padding: 1rem 2rem;
	font-size: 13.7px;
	border-radius: 12px;
	margin: 2rem 0 2rem auto !important;
	position: relative;
	background: #f2f9f0;
}
.is-style-p-25::before,
.is-style-p-26::before,
.is-style-p-27::before,
.is-style-p-28::before,
.is-style-p-29::before,
.is-style-p-30::before,
.is-style-p-31::before,
.is-style-p-32::before,
.is-style-p-33::before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -120px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
}
.is-style-p-25::after,
.is-style-p-26::after,
.is-style-p-27::after,
.is-style-p-28::after,
.is-style-p-29::after,
.is-style-p-30::after,
.is-style-p-31::after,
.is-style-p-32::after,
.is-style-p-33::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
	border-right: 10px solid #f2f9f0;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
.is-style-p-25::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_nayami.png); }
.is-style-p-26::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_guts.png); }
.is-style-p-27::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_yubisashi.png); }
.is-style-p-28::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_nageki.png); }
.is-style-p-29::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_odoroki.png); }
.is-style-p-30::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_sakebi.png); }
.is-style-p-31::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_setsumei.png); }
.is-style-p-32::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_uttae.png); }
.is-style-p-33::before { background-image: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/post_icon_iida_ok.png); }
@media screen and (max-width: 768px) {
	.is-style-p-25,
	.is-style-p-26,
	.is-style-p-27,
	.is-style-p-28,
	.is-style-p-29,
	.is-style-p-30,
	.is-style-p-31,
	.is-style-p-32,
	.is-style-p-33 {
		width: calc(100% - 55px - 20px);
		padding: 1rem;
		font-size: 12px !important;
		font-size: 0.75rem !important;
		line-height: 1.5;
		margin: 1rem 0 2rem auto !important;
	}
	.is-style-p-25::before,
	.is-style-p-26::before,
	.is-style-p-27::before,
	.is-style-p-28::before,
	.is-style-p-29::before,
	.is-style-p-30::before,
	.is-style-p-31::before,
	.is-style-p-32::before,
	.is-style-p-33::before {
		width: 55px;
		height: 55px;
		left: -75px;
		top: 0;
		transform: none;
	}
	.is-style-p-25::after,
	.is-style-p-26::after,
	.is-style-p-27::after,
	.is-style-p-28::after,
	.is-style-p-29::after,
	.is-style-p-30::after,
	.is-style-p-31::after,
	.is-style-p-32::after,
	.is-style-p-33::after {
		top: 25px;
	}
}
/* 段落 - コメント */
.is-style-p-4 {
	font-size: 13.7px;
	background: #f2f2f2;
	padding: 1rem 1.5rem;
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.is-style-p-4 {
		font-size: 12px !important;
		font-size: 0.75rem !important;
	}
}
/* テーブル（デフォルト） */
.wp-block-table {
	margin: 2rem;
	font-size: 13.7px;
	font-size: 0.85rem;
}
.wp-block-table th {
	background: #eee;
}
.wp-block-table td, 
.wp-block-table th {
	border: 1px solid #bbb;
}
.wp-block-table figcaption {
	margin: 0.5rem 0 0;
}
.wp-block-table thead {
	border-bottom: none;
}
.wp-block-table tbody tr{
	border-bottom: 1px solid #bbb;
}
.wp-block-table tbody tr td{
	border-right: 1px solid #bbb;
}
.wp-block-table tbody tr td:first-child{
	border-left: 1px solid #bbb;
}
.wp-block-table tbody tr:nth-child(odd){
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.wp-block-table {
		margin: 1rem 0;
	}
}
/* グループ - 小見出し+説明文（シンプル） */
.is-style-g-1 {
	border: 2px solid #ddd;
	padding: 1.5rem 2rem;
	border-radius: 8px;
	margin: 2rem 0;
}
.is-style-g-1 h5 {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 0.5rem;
}
.is-style-g-1 p {
	font-size: 13.7px;
	font-size: 0.85rem;
	margin: 0 !important;
}
.is-style-g-1 + .is-style-g-1 {
	margin-top: -1rem;
}
@media screen and (max-width: 768px) {
	.is-style-g-1 {
		padding: 1rem 1.5rem;
		margin: 1rem 0;
	}
	.is-style-g-1 h5 {
		font-size: 13.7px;
		font-size: 0.85rem;
		margin: 0 0 0.2rem;
	}
}
/* 監修者情報 */
.supervision{
	font-size:15px;
	border-color: var(--cocoon-three-d-border-colors);
	border-width: 1px;
	padding:1rem 2rem !important;
	background:#FFFCEB;
	border: solid 1px #ebebeb;
	border-radius: 10px;
}
.supervision h3,
.supervision h4{
	color:#333 !important;
	border-width: 1px !important;
	border-color:#dedcd5 !important;
	margin:1rem 0 !important;
}
.supervision h4{
	border-width: 0px !important;
	margin-bottom:10px;
	padding-left:0 !important;
}
.supervision .supervision-inner{
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap:30px;
	align-items:center;
}
.supervision .supervision-inner p b{
	font-size:1rem;
}
.supervision table{
	margin:24px 0 32px 0;
}
.supervision table th,.supervision table td{
	padding-left:10px;
	text-align:left;
	font-size:12px;
	border-color:#e0dada;
	background:#fff;
}
.supervision table th{
	width:20%;
	background:#fdfcf3;
}
.supervision table td{
	width:80%;
}
.supervision .training h4{
	border:none !important;
	margin-bottom:10px;
	font-size:16px;
}
.supervision .training ul{
	padding-left:0;
	font-size:14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 834px){
	.supervision .supervision-inner{
		display:block;
	}
	.supervision .supervision-inner .supervision-img{
		width: 50%;
		margin: 0 auto;
	}
	.supervision table th{
		width:30%;
	}
	.supervision table td{
		width:70%;
	}
	.supervision .training ul{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 記事内資料DLフォーム */
.single-post .wp-block-contact-form-7-contact-form-selector {
	border: 6px solid #f4f4f4;
	padding: 1.5rem 3rem 3rem;
	border-radius: 12px;
	margin: 2rem 0 3rem;
}
#main .entry-content .btn p:has(.wpcf7-submit) {
	margin: 0;
}

/* ========================================================
パーツ
=========================================================*/
.tcenter{
	text-align:center;
}
.content section{
	padding:3.5rem 0;
}
/*---------------------------------------
色
---------------------------------------*/
:root {
	--main-color: #00897B;/* うすい緑 */
	--sub-color: #045248;/* 濃い緑 */
	--back-color: #E0F2F2;/* 背景用　うすい緑 */
	--accent-color: #EA5506;/* オレンジ */
	--border-color: #CCCCCC;/* 枠線用カラー */
	--graybg-color: #F5F6F7;/* グレー背景用カラー */
}
/*---------------------------------------
メニュー設定
---------------------------------------*/
.navi-in > ul li{
	width:25％;
}
/* 追従ボタン */
.fix-btn {
	display: none;
}

@media screen and (max-width: 1024px){
	header + #navi {
		display: none;
	}
	.logo-menu-button {
		display: none;
	}
	body:not(.seminar) .fix-btn {
		display: block;
		position: fixed;
		left: 50%;
		bottom: 20px;
		transform: translatex(-50%);
		z-index: 1;
		white-space: nowrap;
	}
	.seminar .fix-btn.fix-seminar ,
	.single-seminar .fix-btn.fix-seminar {
		display: none;
	}
	.fix-seminar a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding: 8px 24px;
		border-radius: 50px;
		background: var(--accent-color);
		font-size: 0.85rem;
		letter-spacing: 0.03rem;
	}
	.fix-seminar a:before{
		font-family: 'FontAwesome';
		content: '\f274';
		margin-right: 8px;
	}
}
/*---------------------------------------
フォーム共通設定
---------------------------------------*/
.entry-form-inner form > div + div {
	margin: 8px 0 0;
}
.wpcf7 form div span {
	font-size: 0.85rem;
	font-weight: bold;
}
.wpcf7 form div span.wpcf7-list-item-label {
	font-weight: normal;
}
.wpcf7 form div span.req::after {
	content: "必須";
	font-size: 10px;
	font-weight: normal;
	background: #F25D5A;
	color: #fff;
	padding: 3px 5px;
	position: relative;
	right: -6px;
	top: -1px;
	border-radius: 2px;
}
.wpcf7 form div span .wpcf7-select{
	font-size:0.85rem;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	font-size: 1rem;
	padding: 10px 12px;
	margin: 2px 0 0;
	border: 1px solid var(--border-color);
}
.wpcf7-checkbox {
	display: block;
	margin: 4px 0 0;
}
.wpcf7-radio .wpcf7-list-item {
	display: block;
}
.wpcf7 form div.privacy {
	text-align: center;
	margin: 2rem 0 0;
	display: block;
}
.wpcf7 form div.privacy .wpcf7-list-item {
	margin: 0;
}
.wpcf7 form .btn {
	position: relative;
	bottom: auto;
	max-width: 100%;
	margin: 1.5rem 0 0;
}
.wpcf7 form .btn::after {
	content: "";
	display: block;
	width: 25px;
	height: 7px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/img_icon_arrow_white.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 1rem;
	top: calc(50% - 4px);
}
.wpcf7 form .btn input[type="submit"] {
	background: transparent;
	border: none;
	padding: 16px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
}
.wpcf7-spinner {
	position: absolute;
	top: 13px;
}
/* セミナー後アンケートフォーム*/
.wpcf7 form .seminar-document{
	margin-top:4rem;
}
.wpcf7 form .seminar-document .sm-only{
	display:none;
}
.wpcf7 form .seminar-document h3 {
	border:none !important;
	margin:2rem 0 0 0;
	padding-left:0 !important;
}
.wpcf7 form .seminar-document h3 span{
	font-size:1.5rem;
}
.wpcf7 form .seminar-document h3.small{
	color:var(--accent-color) !important;
	margin-top:0;
}
.wpcf7 form .seminar-document h3.small span{
	font-size:1rem !important;
}
.wpcf7 form .seminar-document p span.wpcf7-list-item-label{
	font-size:1rem;
	margin-right:1rem;
}
.wpcf7 form .seminar-document div.back-gray{
	background:#f4f5f7;
	padding: 2.5rem 2rem 2rem 2rem;
	margin-top:3rem;
}
.wpcf7 form .seminar-document.back-gray{
	background:#f4f5f7;
	padding: 3rem 2rem;
}
.wpcf7 form .seminar-document div span.req,
.wpcf7 form .seminar-document div span.any{
	font-size: 1rem;
	font-weight: bold;
}
.wpcf7 form .seminar-document .row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 1rem;
}
.wpcf7 form .seminar-document textarea{
	font-size:1rem;
}
.wpcf7 form .seminar-document .btn{
	margin:0 auto 0;
	display:flex;
	justify-content:center;
	width:20rem;
}
.wpcf7 form .seminar-document .btn input[type="submit"]{
	width:20rem;
}
.wpcf7 form .seminar-document .btn p{
	margin-bottom:0 !important;
}
@media screen and (max-width: 428px){
	.wpcf7 form .seminar-document .sm-only{
		display:block;
	}
	.wpcf7 form .seminar-document h3 span{
		font-size:1em;
	}
	.wpcf7 form .seminar-document .row{
		grid-template-columns: repeat(1, 1fr);
	}
	.wpcf7 form .seminar-document .btn input[type="submit"]{
		max-width:100%;
	}
}

.page-id-19680 .wpcf7 form .seminar-document textarea{
	height:10rem;
}
.page-id-19680 .wpcf7 form .seminar-document textarea.big{
	height:15rem;
}
/* ========================================================
一覧ページ共通（記事ページ以外）
=========================================================*/
/* サイドバー非表示 */
.post-type-archive-seminar #sidebar,
.post-type-archive-download #sidebar,
.single-download #sidebar,
.single-seminar #sidebar {
	display: none;
}
.post-type-archive-seminar .main,
.post-type-archive-download .main,
.single-download main,
.single-seminar main {
	width: 100%;
	padding: 20px 80px;
}
@media screen and (max-width: 834px){
	.post-type-archive-seminar .main, 
	.post-type-archive-download .main,
	.page-template-page-saiyoryoku .main {
		padding: 20px 8vw;
	}
}
@media screen and (max-width: 428px){
	.post-type-archive-seminar .main, 
	.post-type-archive-download .main,
	.page-template-page-saiyoryoku .main{
		padding: 0 8vw;
	}
}

/* アイテム */
.post-type-archive h2.headline{
	font-size:2.5rem;
	line-height: 1.4;
	margin: 0 0 0.5rem;
}
.post-type-archive h3.sub-headline{
	font-size:1rem;
	font-weight: normal;
	line-height: 1.8;
}
.post-type-archive ul.archive-list{
	margin-top:3.5rem;
	padding-left:0;
}
.post-type-archive ul.archive-list li{
	list-style-type:none;
}
.post-type-archive ul.archive-list h2,
.post-type-archive ul.archive-list h3{
	line-height:1.4;
}
.post-type-archive ul.archive-list p{
	line-height:1.8;
	font-size:0.85rem;
}
@media screen and (max-width: 738px){
	.post-type-archive h2.headline{
		font-size: 6vw;
	}
	.post-type-archive h3.sub-headline{
		font-size: 3vw;
	}
}
@media screen and (max-width: 428px){
	.post-type-archive h2.headline{
		font-size: 6vw;
	}
	.post-type-archive h3.sub-headline{
		font-size: 4vw;
	}
	.post-type-archive ul.archive-list{
		margin-top:2rem;
	}
}


/* ボタン */
.post-type-archive .btn,
.single .btn,
.seminarinfo_btn,
.page .btn {
	width: 100%;
	max-width: calc(100% - 32px*2);
	padding: 0;
	background:var(--accent-color);
	border-radius: 8px;
}
.wpcf7 form .btn{
	width: 100%;
	padding: 0;
	background:var(--accent-color);
	border-radius: 8px;
}
.post-type-archive .btn {
	position: absolute;
	bottom: 2rem;
}
.post-type-archive .btn a,
.single .btn a,
.seminarinfo_btn a,
.page .btn a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 16px;
	font-size: 16px;
}
.post-type-archive .btn a::after,
.single .btn a::after,
.seminarinfo_btn a::after,
#resultbtn::after {
	content: "";
	display: block;
	width: 25px;
	height: 7px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/img_icon_arrow_white.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 1rem;
	top: calc(50% - 4px);
}

/* ========================================================
一覧ページ個別 - セミナー
=========================================================*/
.post-type-archive .seminar-wrap .wrap-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-type-archive ul.seminar-list {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:24px;
}
.post-type-archive ul.seminar-list li{
	border:solid 1px var(--border-color);
	padding:2rem 2rem 6rem 2rem;
	border-radius:5px;
	position:relative;
}
.post-type-archive ul.seminar-list .seminar-date {
	color: var(--sub-color);
	font-weight:bold;
	font-size:0.85rem;
	margin-top:1rem;
}
.post-type-archive ul.seminar-list .seminar-date span {
	color:#fff;
	background:#FCD222;
	padding:5px 10px;
	font-size:0.85rem;
	border-radius:5px;
	margin-right:0.5rem;
}
.post-type-archive ul.seminar-list .seminar-title {
	margin:0.75rem 0 1rem 0;
}
.post-type-archive ul.archive-list p.seminar-content {
	margin-bottom:1.5rem;
}

/*終了セミナー*/
.post-type-archive ul.end-seminar-list .seminar-date {
	color:#51968E;
}
.post-type-archive ul.end-seminar-list .seminar-date span {
	background:#8A9191;
}
.post-type-archive ul.end-seminar-list li .btn{
	background:#8A9191;
}

/* ========================================================
一覧ページ個別 - お役立ち資料ダウンロード
=========================================================*/
.post-type-archive .download-list .wrap-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-type-archive-download ul.download-list {
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:24px;
}
.post-type-archive-download ul.download-list li {
	border: solid 1px var(--border-color);
	border-radius: 4px;
	position: relative;
	padding:2rem 2rem 8rem 2rem;
}
.post-type-archive-download ul.download-list li:nth-of-type(1) {
	position:relative;
}
.post-type-archive-download ul.download-list li:nth-of-type(1):before {
	content:"編集部\Aおすすめ";
	color:#fff;
	background:#ea5506;
	border-radius:100vh;
	width:70px;
	height:70px;
	display:flex;
	top:-20px;
	left:-20px;
	position:absolute;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	font-size:0.85rem;
	white-space: pre;
	text-align:center;
	line-height:1.4;
}
.post-type-archive-download ul.download-list h3.download-title {
	font-size: 1.5rem;
	color: var(--main-color);
	text-decoration: none;
	margin: 12px 0;
}
@media screen and (max-width: 1024px){
	.post-type-archive-download ul.download-list {
		grid-template-columns:repeat(2, 1fr);
	}
}
@media screen and (max-width: 738px){
	.post-type-archive-download ul.download-list {
		grid-template-columns:repeat(1, 1fr);
	}
}
@media screen and (max-width: 428px){
	.post-type-archive-download ul.download-list h3.download-title{
		font-size: 1.2rem;
	}
}

/* ========================================================
詳細ページ共通（記事ページ以外）
=========================================================*/
/* 申し込みフォーム設置 */
.single-download main,
.single-seminar main{
	padding: 60px 80px;
}
.single-content-inner {
	display: flex;
	column-gap: 64px;
}
.single-content-inner .container {
	width: calc(100% - 358px - 64px);
}
.entry-form-wrap {
	width: 358px;
}
.entry-form-inner {
	position: sticky;
	top: 0;
	background: var(--graybg-color);
	padding: 2rem;
	border-radius: 8px;
}
.entry-form-inner h2 {
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 0.5rem;
	padding: 0;
}
.entry-form-inner h2 + p span.red-em{
	color:#F25D5A;
}
.entry-form-inner p{
	line-height:1.8;
	font-size:0.75rem;
	margin: 0;
}
.entry-form-inner .wpcf7 {
	margin: 1.2rem 0 0;
}
@media screen and (max-width: 1024px){
	.single-content-inner {
		flex-direction: column;
	}
	.single-content-inner .container {
		width: 100%;
	}
	.single-content-inner .entry-footer .sns-share, 
	.single-content-inner .entry-footer .sns-follow {
		display: none;
	}
	.entry-form-wrap {
		width: 100%;
	}
}
@media screen and (max-width: 834px){
	.single-download main, 
	.single-seminar main {
		padding: 40px 8vw;
	}
}

/* 見出し */
.single-content-wrap .container .single-title {
	font-size: 2rem;
	line-height: 1.4;
	color: var(--main-color);
	border-bottom: 2px solid var(--main-color);
	padding: 0 0 1rem;
	margin: 0 0 2rem;
}
.single-content-wrap .container h2{
	margin-top:2.5rem;
}
@media screen and (max-width: 738px){
	.single-content-wrap .container .single-title {
		font-size: 6vw;
	}
}
@media screen and (max-width: 428px){
	.single-content-wrap .container .single-title {
		font-size: 6vw;
	}
}

/* 目次非表示 */
.single-content-wrap .toc{
	display:none;
}

/* ========================================================
詳細ページ -セミナーページ
=========================================================*/
.single-seminar .entry-content p,
.single-seminar .entry-content h2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.single-seminar .single-content-inner{
	flex-direction:column;
}
.single-seminar .single-content-inner .container{
	margin:0 auto;
	width: calc(100% - 250px);
}
.single-seminar .entry-form-wrap{/*フォーム*/
	width: calc(100% - 250px);
	margin: 2rem auto 4rem auto;
}
.single-seminar .entry-form-inner h2{
	font-size:1.5rem;
}
@media screen and (max-width: 1024px){
	.single-seminar .single-content-inner .container,
	.single-seminar .entry-form-wrap{
		width:100%;
	}
}
.single-seminar .single-content-wrap .seminar-content-wrap h4.seminar-ttl{
	color:var(--text-color) !important;
	border:none !important;
	margin-bottom:1rem !important;
	font-size: 1.5rem;
}
.single-seminar ul.seminar-content-list{
	padding-left:0;
}
.single-seminar .seminar-content-list li{
	margin-bottom:0.5rem;
}
.single-seminar .seminar-content-list li span{
	background:var(--back-color);
	color:var(--main-color);
	padding: 0 1rem;
	border-radius:100vh;
	margin-right:1rem;
	border:none;
	font-weight:bold;
	width:6.5rem;
	display:inline-block;
	text-align:center;
}
.single-seminar .seminar-content-wrap .btn,
.page .btn {
	margin-top:3rem;
	background:var(--sub-color);
	display: flex;
	margin: 0rem auto 0;
	width: 20rem;
}
.single-seminar .seminar-content-wrap .btn a,
.page .btn a {
	width:100%;
}
.single-seminar .point-wrap{
	margin-top:3rem;
}
.single-seminar .curriculum{
	padding-left:0;
}
.single-seminar .curriculum b{
	color:var(--main-color);
}
.single-seminar .performance{
	background:var(--back-color);
	padding:1.5rem;
}
.single-seminar .performance .performance-ttl{
	color:var(--main-color);
	margin-bottom:0.75rem;
}
.single-seminar  .is-layout-flex{
	grid-template-columns:1fr 3fr;
	gap:0.5rem;
}
.single-seminar .voice-wrapper ul{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:1.5rem;
	padding-left:0;
}
.single-seminar .voice-wrapper ul li{
	border:solid 1px var(--border-color);
	padding:1.5rem;
}
.single-seminar .voice-wrapper ul li p{
	font-size:0.85rem;
	margin-bottom:0;
}
.single-seminar .voice-wrapper ul li p span{
	color:var(--accent-color);
}
.single-seminar .voice-wrapper ul li b{
	font-size:1rem;
	line-height:1.5;
}
.single-seminar .voice-wrapper ul li p:nth-of-type(1){
	margin-bottom:0.5rem !important;
	position:relative;
	padding-left:3rem;
}
.single-seminar .voice-wrapper ul li p:nth-of-type(1)::before {
	content: "";
	display: block;
	width: 37px;
	height: 36px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/voice-icon.png) no-repeat;
	background-size: contain;
	position: absolute;
	left:0;
	top: calc(50% - 20px);
}

.single-seminar .gift{
	padding: 19.2px 24px 19.2px 80px;
	margin: 14px 0;
	font-weight:500;
	line-height: 1.75em !important;
	background: #fff;
	border: solid 1px #CCA11F;
	position: relative;
}
.single-seminar .gift::before{
	content: "";
	display: block;
	width: 50px;
	height: 57px;
	background-size: contain;
	position: absolute;
	left: 14px;
	top: -3px;
}
.single-seminar .gift.gift01::before{
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/gift01.svg) no-repeat;
}
.single-seminar .gift.gift02::before{
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/gift02.svg) no-repeat;
}
.single-seminar .gift.gift03::before{
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/gift03.svg) no-repeat;
}
.single-seminar .gift span{
	color: #af0e31;
	font-size:1.2rem;
	text-decoration:underline;
}
.single-seminar .gift b a{
	color: #af0e31 !important;
}
.single-seminar .toggle-content .toggle-inner {
	padding: 1rem 2rem;
}
.single-seminar .toggle-button {
	padding: 8px 12px;
}

/* 申し込みフォーム */
.single-seminar .entry-form-inner {
	position: relative;
}
.single-seminar .seminar-content-wrap .btn.forentry {
	margin-top:4rem;
	background:var(--accent-color);
}
.single-seminar .recomend{
	background:var(--graybg-color);
	font-size:1rem;
	padding:24px 32px;
}
.single-seminar .is-style-p-27,
.single-seminar .is-style-p-26,
.single-seminar .is-style-p-7,
.single-seminar .is-style-p-5,
.single-seminar .is-style-p-6{
	font-size:1rem;
}
@media screen and (max-width: 480px){
	.single-seminar .seminar-content-wrap .btn{
		max-width: 100%;
	}
	.single-seminar .voice-wrapper ul{
		grid-template-columns:repeat(1,1fr);
		gap:1rem;
	}
}
/*SNS用ページ非表示*/
.single-seminar .related-list .post-22368{
	display:none;
}
.ect-entry-card article.post-22368{
	display:none;
}
.postid-22368 .under-entry-content .post-1834{
	display:none;
}
/* セミナーアーカイブページ */
.page .btn {
	margin-top: 2rem;
	background: var(--accent-color);
}
.video-container{
	max-width:100%;
}


/* ========================================================
詳細ページ - お役立ち資料ダウンロード
=========================================================*/
.single-download .wpcf7 form .btn::after,
.single-seminar .btn.dl a::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/img_icon_download.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 1rem;
	top: calc(50% - 9px);
}
/* ========================================================
固定ページ - なるほど！デンタル人事とは？
=========================================================*/
.page .date-tags,
.page .toc {
	display: none;
}
.staff-profile-wrap .row {
	display: flex;
}
.staff-profile-inner {
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 1.5rem;
	border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.staff-profile-inner+.staff-profile-inner {
	padding-top: 1.5rem;
}
.staff-profile-inner .staff-box {
	width: calc((100% - 2rem)/2);
	align-items: center;
}
.staff-profile-inner.full .staff-box:first-child {
	width: 100%;
}
.staff-profile-inner .staff-box .img img {
	width: 72px;
}
.staff-profile-inner .staff-box .img p {
	margin: 0.5rem 0 0;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}
.staff-profile-inner .staff-box .txt {
	flex: 1 1 0%;
	list-style: none;
	margin-left: 1rem;
	margin-bottom: 0;
	padding-left: 0;
}
.staff-profile-inner .staff-box .txt li {
	font-size: 0.85714rem;
	line-height: 1.8;
	padding-left: 1rem;
	text-indent: -1rem;
}
.intro-list {
	padding: 1.5rem;
	background: #f2f9f0;
	border-radius: 12px;
	margin: 0.5rem !important;
}
.intro-list ul {
	list-style: none;
	padding: 0 0 0 1rem;
}
.intro-list ul li::before {
	content: "";
	display: inline-block;
	margin-right: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background: #00897B;
	border-radius: 2rem;
	position: relative;
	bottom: 2px;
}
/* 480px以下 */
@media screen and (max-width: 480px){
	.page-id-18328 .row {
		display: block;
	}
	.page-id-18328 .staff-profile-inner {
		border-bottom: none;
		padding: 0;
	}
	.page-id-18328 .staff-profile-inner+.staff-profile-inner {
		padding: 0;
	}
	.page-id-18328 .staff-profile-inner .staff-box {
		width: 100%;
		margin-bottom: 24px;
		text-align: center;
	}
	.page-id-18328 .staff-profile-inner.full .staff-box:first-child {
		width: 100%;
	}
	.page-id-18328 .staff-profile-inner .staff-box .img {
		margin-bottom: 16px;
	}
	.page-id-18328 .staff-profile-inner .staff-box .txt {
		margin-left: 0;
	}
}

/* ========================================================
固定ページ - 運営会社
=========================================================*/
.company-table {
	margin: 0 2rem;
}
.company-table table {
	width: 100% !important;
}
.company-table table tr:nth-child(odd) {
	background: none;
}
.company-table table tr td {
	padding: 1rem;
}
.company-table table tr td:first-child {
	font-weight: 600;
	color: #FFFFFF;
	background: #00897B;
}
.company-table table tr td:last-child {
	border-bottom: 1px solid #00897B;
}
/* 480px以下 */
@media screen and (max-width: 480px){
	.company-table table tr td:first-child {
		width: 30%;
	}
}

/* ========================================================
固定ページ - お問い合わせ
=========================================================*/
.page .entry-content .entry-form-wrap {
	width: 100%;
	margin: 1.5rem 0 0;
}
.page .entry-content .entry-form-wrap .entry-form-inner .wpcf7 {
	margin: 0;
}
.page .entry-form-inner {
	padding: 1rem 2rem 3rem;
}
.page #main .entry-content .entry-form-inner p {
	margin-bottom: 0;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
	.post-type-archive ul.seminar-list{
		grid-template-columns:repeat(1, 1fr);
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
}

/*231128_評価制度セミナー*/
.dissatisfaction-wrap{
	display: grid;
	gap:1rem;
	grid-template-columns: 1fr 5fr;
	background:#F4F4F4;
	padding:3rem 2rem 2rem 2rem;
	position:relative;
	border-radius:8px;
}
.dissatisfaction-wrap:before{
	content:"教育への不満";
	padding:0.5em 1em;
	background:#045248;
	color:#fff;
	position:absolute;
	font-weight:bold;
	font-size:14px;
	border-radius:8px 0 0 0;
}
.dissatisfaction-wrap.dissatisfaction-evaluation:before{
	content:"評価への不満";
	background:#043A52;
}
.dissatisfaction-wrap.dissatisfaction-wage:before{
	content:"賃金への不満";
	background:#041C52;
}
.dissatisfaction-wrap ul{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	align-items: center;
}
.dissatisfaction-wrap ul li{
	text-indent: -1em;
	padding-left: 1em;
}
.dissatisfaction-wrap div img{
	margin: auto;
	display: block;
}
.purpose-wrap{
	display: grid;
	gap:1rem;
	grid-template-columns: repeat(2, 1fr);
}
.purpose{
	display: grid;
	gap:1rem;
	grid-template-columns: 1fr 4fr;
	background:#FFEEC1;
	border-radius: 8px;
	padding:1rem 2rem;
	align-items: center;
}
.purpose div:nth-of-type(2){
	font-weight:bold;
}
.purpose div:nth-of-type(2) span{
	color:#E2AA13;
	font-size:0.85rem;
}
.purpose div img{
	margin: auto;
	display: block;
}
.point-wrap{
	display: grid;
	gap:0 1rem;
	grid-template-columns: 1fr 5fr;
	background:#FFEEC1;
	padding:1rem 2rem;
	align-items: center;
	border-radius: 8px;
}
.point-wrap div:nth-of-type(2){
	font-weight:bold;
	font-size:1.2rem;
}
.point-wrap div:nth-of-type(2) span{
	color:#E2AA13;
	font-size:1rem;
}
.point-wrap div img{
	margin: auto;
	display: block;
}
.point-story{
	background:#F4F4F4;
	padding:2rem;
	border-radius: 8px;
}
.point-story p:nth-of-type(1){
	margin-bottom:1rem;
}
.point-story p:nth-of-type(2){
	font-size:14px;
}
@media screen and (max-width: 480px){
	.dissatisfaction-wrap,.point-wrap{
		grid-template-columns: repeat(1, 1fr);
	}
	.point-wrap img{
		width:30%;	
	}
	.point-wrap div:nth-of-type(2){
		font-size:1rem;
	}
	.dissatisfaction-wrap div img{
		width:30%;
	}
	.purpose-wrap{
		grid-template-columns: repeat(1, 1fr);
	}
}
/*リキャプチャ非表示*/
.grecaptcha-badge { visibility: hidden; }

/* ========================================================
固定ページ - 採用力診断
=========================================================*/
#acMenu dt{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
}
#acMenu dd{
	background:#f2f2f2;
	width:200px;
	text-align:center;
	display:none;
}
.mach_txt,
.resource{
	display: none;
}
.error_txt{
	display:none;
	color: #f00;
	text-align: center;
	padding-top: 10px;
}
.shindan{
	padding: 60px 50px;
	counter-reset: number 0;
}
.headarea{
	margin-bottom: 50px;
	text-align: center;
}
.headarea h1{
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 24px;
}
.Q-head{
	/*border-bottom: 1px solid rgb(204, 204, 204, .5);*/
	margin-bottom: 30px;
}
.step {
	margin:auto;
	width:128px;
	height: 42px;
	background: url(images/step_bg.svg);
	font-size: 1.2rem;
	text-align: center;
	color: #ce843e;
	font-family: "ab-tombo-bold", sans-serif;
}
.step-title{
	position: relative;
	top: -15px;
	padding: 10px 0 0;
	border-radius: 8px;
	background: #f8f4ed;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #ce843e;
	z-index:-1;
}
.arrow_box{
	position:relative;
	width:524px;
	background:#FFFFFF;
	padding: 24px 40px 24px 30px;
	border:1px solid #ccc;
	font-size: 0.85625rem;
	line-height: 21.92px;
	color: #333;
	text-align: left;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.arrow_box:after,.arrow_box:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	right:100%;
	top:50%;
}
.arrow_box:after{
	border-color: rgba(255, 255, 255, 0);
	border-top-width:7px;
	border-bottom-width:7px;
	border-left-width:12px;
	border-right-width:12px;
	margin-top: -7px;
	border-right-color:#FFFFFF;
}
.arrow_box:before{
	border-color: rgba(255, 0, 0, 0);
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:13px;
	border-right-width:13px;
	margin-top: -8px;
	margin-right: 1px;
	border-right-color:#ccc;
}
.arrow_box_left{
	position: relative;
	width: 524px;
	background:#FFFFFF;
	padding: 24px 40px 24px 30px;
	border:1px solid #ccc;
	font-size: 0.85625rem;
	line-height: 21.92px;
	color: #333;
	text-align: left;
	border-radius:15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.arrow_box_left:after,.arrow_box_left:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	left:100%;
	top:50%;
}
.arrow_box_left:after{
	border-color: rgba(255, 255, 255, 0);
	border-top-width:7px;
	border-bottom-width:7px;
	border-left-width:12px;
	border-right-width:12px;
	margin-top: -7px;
	border-left-color:#FFFFFF;
}
.arrow_box_left:before{
	border-color: rgba(30, 144, 255, 0);
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:13px;
	border-right-width:13px;
	margin-top: -8px;
	border-left-color:#ccc;
}
.comment{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 37px;
}
.comment_first{
	margin-top: 20px;
}
.comment-last{
	margin-top: 0;
	margin-bottom: 40px;
}
.comment + .comment {
	margin-top: 0px;
}
.stepillust{
	margin: 0 30px 0 0;
}
.stepillust_left{
	margin: 0 0 0 30px;
}
.question_inner{
	width: 90%;
	margin: auto;
	border-top: 1px solid rgba(204, 204, 204, .5);
	position: relative;
	margin-bottom: 50px;
}
.question_inner::after{
	content: "";
	background-color: #f8f4ed;
	display: block;
	height: calc(80px / 2);
	width: 120px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.question_box{
	padding: 2rem 40px;
	border-bottom: 1px solid rgba(204, 204, 204, .5);
	display: flex;
	flex-wrap: wrap;
}
.Q-title  .number{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-53%);
	/*counter-increment: number 1;
	content: "Q"counter(number, decimal-leading-zero) ;*/
	font-family: "ab-tombo-bold", sans-serif;
	width: 55px;
	height: 55px;
	background: #26A69A;
	border-radius: 55px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 55px;
	color: #fff;
	margin-right: 16px;
}
.Q-title{
	position: relative;
	width: 500px;
	padding-left: 70px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 28.8px !important;
	color: #333;
}
.Q-title.oneline{
	line-height: 2 !important;
}
span.underline {
	text-decoration: underline;
}
span.fs16{
	font-size: 1rem;
}
.q_wrap{
	display: flex;
	width: calc(100% - 500px);
	justify-content: flex-end;
	align-items: center;
	text-align: center;
}
.q_wrap .label{
	width: 49%;
}
.q_wrap .label label input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.q_wrap .label label .answer{
	width: 100%;
	max-width:180px;
	padding: 5px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-weight: bold;
}
.q_wrap .label label input[type="radio"]:checked + .circle{
	background: rgba(242, 93, 90, 0.1);
}
.q_wrap .label .circle::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border: 3px solid #F25D5A;
	border-radius: 50%;
	box-sizing: content-box;
	transform: translatey(-1.5px);
}
.q_wrap .label label input[type="radio"]:checked + .close{
	background: rgba(0, 106, 209, 0.1);
}
.dli-close {
	display: inline-block;
	vertical-align: middle;
	color: #006AD1;
	line-height: 1;
	width: 1rem !important;
	height: 3px;
	margin-right: 10px;
	background: #006AD1;
	border-radius: 0.1em;
	position: relative;
	transform: rotate(45deg)  translatey(-1.5px);
}
.dli-close::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}
#resultbtn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 8px;
	background: #26A69A;
	max-width: 416px;
	width: 100%;
	text-decoration: none;
	padding: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: grab;
	margin: auto;
	position:relative;
	display: flex;
	justify-content: center;
}
.sindan_btn_text{
	font-weight: bold;
	font-size: 1rem;
	line-height: 21.92px;
	text-align: center;
	color: #26a69a;
}
.resource{
	width: 90%;
	margin: auto;
	margin-top: 130px;
	padding: 70px 50px;
	border-radius: 12px;
	border: 1px solid #ccc;
	position: relative;
}
.resource_head {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	max-width: 250px;
}
.resource_body{
	display: flex;
	justify-content: center;
	align-items: center;
}
#goukei{
	font-size: 1.5rem;
	color: #26a69a;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 30px;
}
.goukei-text{
	font-family: "ab-tombo-bold", sans-serif;
	font-size: 96px;
	display: inline-block;
}
.fs32{
	font-size: 2rem;
}
.ffAB{
	font-family: "ab-tombo-bold", sans-serif;
}
.mach_txt {
	margin-top: 32px;
}
.mach_txt .result-img{
	width:120px;
}
.mach_txt h3{
	position: relative;
	font-size: 1.5rem;
	line-height: 33.6px;
	margin-bottom: 19.2px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}
.mach_txt h3 br {
	display: none;
}
.mach_txt h3 + p{
	margin-bottom:48px;
}
.mach_txt h3 + p span{
	font-weight:bold;
}
.mach_txt h3 .narumi_comment {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	background: #f25d5a;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	padding: 8px 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .narumi_comment {
		font-family: var(--cocoon-default-font);
	}
}
.mach_txt .arrow_box_left{
	position:relative;
	width:auto;
	font-size:16px;
	line-height:2em;
	background:#faf9f9;
}
.mach_txt .arrow_box_left:after{
	border-left-color: #faf9f9;
}
.mach_txt .arrow_box_left > span{
	color:#26A69A;
	font-weight:bold;
}
.mach_txt .arrow_box_left .advice{
	color:#fff;
	background:#F25D5A;
	padding:0 12px 0 30px;
	border-radius:4px;
	position:absolute;
	top:-16px;
}
.mach_txt .arrow_box_left .advice span{
	position:relative;
}
.mach_txt .arrow_box_left .advice span::before{
	content: "";
	display: block;
	width: 21px;
	height: 31px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/advice-img.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: -22px;
	top:-14px;
}
.mach_txt .stepillust_left{
	width:200px;
}
.seminarinfo{
	margin-top: 48px;
	padding: 32px 40px;
	border-radius: 8px;
	background: rgba(224, 242, 241, .6);
}
.seminarinfo_inner{
	display: flex;
	margin-bottom: 16px;
}
.seminarinfo_inner .img{
	width: 208px;
}
.seminarinfo_inner .text{
	width: calc(100% - 230px);
	margin-left: auto;
	font-size: 0.85625rem;
	line-height: 24.66px;
	color: #333;
}
.seminarinfo_inner .text p:nth-child(1){
	font-weight: bold;
	font-size: 1rem;
} 
.seminarinfo_inner .text h4{
	margin: 8px 0 12px;
	font-size: 1.5rem;
	color: #26a69a;
}
.seminarinfo_inner .text .gift{
	padding: 19.2px 24px 19.2px 68px;
	margin: 14px 0;
	line-height: 1.75em !important;
	background: #fff;
	border: solid 0.5px #CCA11F;
	position:relative;
} 
.seminarinfo_inner .text .gift::before{
	content: "";
	display: block;
	width: 43px;
	height: 57px;
	background: url(https://dental.naruhodo-jinji.com/wp-content/themes/cocoon-child-master/images/seminar_tokuten.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 14px;
	top:-3px;
}
.seminarinfo_inner .text .gift b{
	color:#CCA11F;
}
.seminarinfo_btn{
	width: 240px;
	background: #26A69A;
	margin: auto;
}
.seminarinfo_btn a{
	position: relative;
	text-align: center;
}
.mach_img{
	margin-top: 0;
}
.mach_img img{
	width: 140px;
	height: 140px;
}

@media screen and (max-width: 1100px){
	.question_box{
		display: block;
	}
	.Q-title{
		width: auto;
	}
	.q_wrap{
		width: auto;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.q_wrap .label label .answer{
		max-width: none;
	}
}
@media screen and (max-width: 1024px){
	.seminarinfo_inner{
		display: block;
	}
	.seminarinfo_inner .text,
	.seminarinfo_inner .img{
		width: 100%;
	}
	.seminarinfo_btn{
		width: 100%;
		max-width: none;
	}
}
@media screen and (max-width: 834px){
	.shindan {
		padding: 60px 0;
	}
	.resource{
		padding: 55px 8vw;
		width: 100%;
	}
	#goukei{
		margin-left: 10px;
	}
	.goukei-text {
		font-size: 4rem;
	}
	#goukei .fs32{
		font-size: 1.5rem;
	}
	.mach_img img{
		width: 90px;
		height: 90px;
	}
	.mach_txt h3{
		padding-left: 0;
	}
	.mach_txt h3 br {
		display: block;
	}
	.mach_txt .comment{
		flex-wrap:wrap;
	}
	.mach_txt .arrow_box_left:after, 
	.mach_txt .arrow_box_left:before{
		left: 50%;
		top: calc(100% + 13px);
		transform: rotate(90deg) translateY(50%);
	}
	.mach_txt .arrow_box_left:after{
		margin-top: -9px;
	}
	.mach_txt .stepillust_left{
		margin:30px 0 0 0;
		width: 80px;
	}
}

@media screen and (max-width: 768px){
	.headarea p{
		text-align: left;
	}
	.stepillust {
		margin: 0 20px 0 0;
	}
	.stepillust_left {
		margin: 0 0 0 20px;
	}
	.stepillust img,
	.stepillust_left img{
		width: 80px;
		height: 80px;
	}
	.arrow_box,
	.arrow_box_left{
		width: calc(100% - 88px);
		padding: 24px 26px;
	}
	.comment + .comment{
		margin-top: 8px;
	}
	.step-title{
		font-size: 1.5rem;
		padding: 16px;
		line-height: 1.5 !important;
	}
	.question_inner{
		width: 100%;
	}
	.question_box {
		padding: 2rem 0;
	}
	.Q-title::before{
		width: 49px;
		height: 49px;
		line-height: 49px;
		top: 0;
		transform: none;
	}
	.Q-title {
		width: 100%;
		padding-left: 63px;
	}
	.question_inner::after {
		height: calc(64px / 2);
		width: 96px;
	}
	.seminarinfo_inner .text .gift{
		padding: 32px 19.2px 24px;
	} 
	.seminarinfo_inner .text .gift::before{
		width: 30px;
		height: 32px;
		top:-3px;
		left:19px;
	}
}
@media screen and (max-width: 515px){
	#goukei{
		font-size: 1.2rem;
	}
	.goukei-text {
		font-size: 3rem;
	}
	#goukei .fs32{
		font-size: 1.2rem;
	}
	.mach_txt .arrow_box_left{
		font-size:14px;
	}
}
@media screen and (max-width: 428px){
	.headarea h1{
		font-size: 6vw;
	}
	.headarea p{
		font-size: 4vw;
	}
	#goukei{
		font-size: 14px;
	}
	#goukei .fs32{
		font-size: 1rem;
	}
	.mach_img img{
		width: 70px;
		height: 70px;
	}
	.seminarinfo{
		padding:24px;
	}
}
