

/* ���� */


@media print, all and (min-width: 751px) {
	
	/* PC */
	/* title */
	.title-pent {
		font-size: 162.5%;
		font-weight: bold;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.title-pent .pentagon{
		display: block;
		position: relative;
		font-size: 76.923%;
		margin-right: 30px;
		width: 124px;
		text-align: center;
	}
	.title-pent .pentagon:after {
		content: '';
		display: inline-block;
		width: 124px;
		height: 80.5px;
		background-image: url(../images/common/pentagon-outline.png);
		background-size: 124px auto;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: -32px;
		left: 0;
	}

	/* p,aタグ */
	#content .out-frame a{
		text-decoration: none;
	}
	.out-frame a{
		display: inline-block;
		color: #FF828C;
		border: 1px solid #FF828C;
		border-radius: 5px;
		padding: 5px 30px;
	}
	.out-frame.c02 a{
		color: #64AAE6;
		border-color: #64AAE6;
	}
	.out-frame.c03 a{
		color: #9BC846;
		border-color: #9BC846;
	}
	.out-frame.c04 a{
		color: #fbb03b;
		border-color: #fbb03b;
	}
	.out-frame.c05 a{
		color: #FBB03B;
		border-color: #FBB03B;
	}
	.cap-text{
		position: relative;
		padding-left: 16px;
	}
	.cap-text:before{
		content: '※';
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0;
	}
	/* non-public */
	a.not-link{
		pointer-events: none;
	}
	#subnav .subnav-list .not {
		color: #d3d3d3;
	}

	/* box */
	.variable-box{
		display: flex;
	}
	.variable-box .text-box{
		flex: 1;
	}
	.variable-box .image-box{
		margin-left: 50px;
	}
	.variable-box.reverse .image-box{
		margin: 0 50px 0 0;
	}

	div.short-box{
		display: inline-block;
		background-color: #FFEBED;
		padding: 15px 25px;
		border-radius: 5px;
	}
	div.short-box.c02{
		background-color: #e8f2fb;
	}
	div.short-box.c03{
		background-color: #EFF6E1;
	}
	div.short-box.c04{
		background-color: #FFF8DB;
	}
	div.short-box.c05{
		background-color: #FEF2E0;
	}
	.colors-box{
		padding: 30px 40px;
		border-top: 8px solid #ff828c;
		border-bottom: 8px solid #9bc846;
		border-left: 8px solid #fcd121;
		border-right: 8px solid #64aae6;
	}


	/* circle-illust-box */
	.circle-illust-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.circle-illust-box .item{
		width: 286px;
		height: 286px;
		background-color: #FFEBED;
		border-radius: 50%;
		margin-bottom: 50px;
	}
	.circle-illust-box.c02 .item{
		background-color: #e8f2fb;
	}
	.circle-illust-box.c03 .item{
		background-color: #EFF6E1;
	}
	.circle-illust-box.c04 .item{
		background-color: #FFF8DB;
	}
	.circle-illust-box.c05 .item{
		background-color: #FEF2E0;
	}
	.circle-illust-box .item .text{
		text-align: center;
		padding-top: 40px;
		margin-bottom: 0;
	}
	.circle-illust-box .item{
		background-repeat: no-repeat;
	}

	/* circle-small-box */
	.circle-small-box {
		display: flex;
	}
	.circle-small-box .item{
		position: relative;
		/* ↓ 220715 KINOSHITA */
		min-height: 145px;
		/*height: 145px;*/
		/* ↑ 220715 KINOSHITA */
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.circle-small-box .item:before{
		content: '';
		display: inline-block;
		width: 145px;
		height: 145px;
		background-color: #FFEBED;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX( -50%);
		z-index: -2;
	}
	.circle-small-box.c02 .item:before{
		background-color: #e8f2fb;
	}
	.circle-small-box.c03 .item:before{
		background-color: #EFF6E1;
	}
	.circle-small-box.c04 .item:before{
		background-color: #FFF8DB;
	}
	.circle-small-box.c05 .item:before{
		background-color: #FEF2E0;
	}
	.circle-small-box .item .text{
		text-align: center;
		margin-bottom: 0;
	}

	/* comment02-box */
	.comment02-box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.comment02-box .text-box{
		background-color: #e8f2fb;
		padding: 15px 30px;
		line-height: 1.7;
		border-radius: 8px;
		margin-right: 25px;
		position: relative;
	}
	.comment02-box .text-box:after{
		content: '';
		width: 35px;
		height: 24px;
		display: block;
		background-color: transparent;
		background-image: url(../images/treatment/family-doctor/speech.png);
		background-size: 35px auto;
		position: absolute;
		top: 50%;
		right: -24px;
	}
	.comment02-box .image-box p{
		line-height: 1;
		margin-bottom: 0;
	}
	.comment02-box .text-box02{
		background-color: #e8f2fb;
		padding: 8px 35px 8px 25px;
		line-height: 1.7;
		margin-right: 25px;
		margin-bottom: -15px;
		border-radius: 8px;
		font-weight: bold;
		position: relative;
	}
	.comment02-box .text-box02:after{
		content: '';
		width: 22px;
		height: 15px;
		display: block;
		background-color: transparent;
		background-image: url(../images/treatment/family-doctor/speech-samll.png);
		background-size: 22px auto;
		position: absolute;
		top: 50%;
		right: -15px;
	}

	/* */
	.steps-box .titles-box{
		width: 247px;
		height: 156px;
		background-image: url(../images/common/step-outflame.png);
		background-size: 247px auto;
		background-repeat: no-repeat;
		text-align: center;
	}
	.steps-box .titles-box .sub-head{
		font-weight: bold;
		font-size: 118.75%;
	}
	.steps-box .titles-box .sub-head .green{
		font-weight: bold;
		font-size: 118.75%;
	}
	
}

@media only screen and (max-width: 750px) {
	
	/* SP */
	/* body {
		font-size: 87.5%;
	} */

	/* title */
	.title-pent {
		font-size: 128.571285%;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.title-pent .pentagon{
		display: block;
		position: relative;
		font-size: 88.888888%;
		width: 108.5px;
		margin: 0 auto 23px;
		text-align: center;
	}
	.title-pent .pentagon:after {
		content: '';
		display: inline-block;
		width: 108.5px;
		height: 70.4375px;
		background-image: url(../images/common/pentagon-outline.png);
		background-size: 108.5px auto;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: -32px;
		left: 0;
		right: 0;
	}

	/* p,aタグ */
	#content .out-frame a{
		text-decoration: none;
	}
	.out-frame a{
		display: inline-block;
		color: #FF828C;
		border: 1px solid #FF828C;
		border-radius: 5px;
		padding: 5px 30px;
	}
	.out-frame.c02 a{
		color: #64AAE6;
		border-color: #64AAE6;
	}
	.out-frame.c03 a{
		color: #9BC846;
		border-color: #9BC846;
	}
	.out-frame.c04 a{
		color: #fbb03b;
		border-color: #fbb03b;
	}
	.out-frame.c05 a{
		color: #FBB03B;
		border-color: #FBB03B;
	}
	.cap-text{
		position: relative;
		padding-left: 16px;
	}
	.cap-text:before{
		content: '※';
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0;
	}

	/* box */
	.variable-box .text-box{
		margin-bottom: 20px;
	}
	.variable-box.reverse .text-box{
		margin-bottom: 0;
	}
	.variable-box.reverse .image-box{
		margin-bottom: 20px;
	}
	div.short-box{
		display: inline-block;
		background-color: #FFEBED;
		padding: 18px 20px;
		border-radius: 5px;
	}
	div.short-box.c02{
		background-color: #e8f2fb;
	}
	div.short-box.c03{
		background-color: #EFF6E1;
	}
	div.short-box.c04{
		background-color: #FFF8DB;
	}
	div.short-box.c05{
		background-color: #FEF2E0;
	}
	.colors-box{
		padding: 15px 20px;
		border-top: 5px solid #ff828c;
		border-bottom: 5px solid #9bc846;
		border-left: 5px solid #fcd121;
		border-right: 5px solid #64aae6;
	}

	/* non-public */
	a.not-link{
		pointer-events: none;
	}
	#md-nav .nav-box .nav-list .child .not{
		color: #c1c1c1;
	}
	#subnav .subnav-list .not {
		color: #c1c1c1;
	}
	


	/* table */
	table.sp-wfull{
		width: 100%;
	}
	table.sp-wfull th{
		width: 80px;
	}
	table.sp-linking, table.sp-linking-bottom{
		border-top: none;
		margin-bottom: 0;
	}
	table.sp-linking-top{
		margin-bottom: 0;
	}
	table.sp-linking-top th{
		border-color: #fff !important;
	}
	table.sp-linking th{
		border-color: #fff !important;
	}

	/* circle-illust-box*/
	.circle-illust-box .item{
		width: 250.25px; /* ×87.5 */
		height: 250.25px; /* ×87.5 */
		background-color: #FFEBED;
		border-radius: 50%;
		margin: 0 auto 30px;
	}
	.circle-illust-box.c02 .item{
		background-color: #e8f2fb;
	}
	.circle-illust-box.c03 .item{
		background-color: #EFF6E1;
	}
	.circle-illust-box.c04 .item{
		background-color: #FFF8DB;
	}
	.circle-illust-box.c05 .item{
		background-color: #FEF2E0;
	}
	.circle-illust-box .item .text{
		text-align: center;
		padding-top: 35px;
		margin-bottom: 0;
	}
	.circle-illust-box .item{
		background-repeat: no-repeat;
	}

	/* circle-small-box */
	.circle-small-box {
		display: flex;
		flex-wrap: wrap;
	}
	.circle-small-box .item{
		position: relative;
		width: 48%;
		height: 145px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-bottom: 35px;
	}
	.circle-small-box .item:nth-child(odd){
		margin-right: 4%;
	}
	.circle-small-box .item:before{
		content: '';
		display: inline-block;
		width: 145px;
		height: 145px;
		background-color: #FFEBED;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX( -50%);
		z-index: -2;
	}
	.circle-small-box.c02 .item:before{
		background-color: #e8f2fb;
	}
	.circle-small-box.c03 .item:before{
		background-color: #EFF6E1;
	}
	.circle-small-box.c04 .item:before{
		background-color: #FFF8DB;
	}
	.circle-small-box.c05 .item:before{
		background-color: #FEF2E0;
	}
	.circle-small-box .item .text{
		text-align: center;
		margin-bottom: 0;
	}


	.comment02-box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.comment02-box .text-box{
		background-color: #e8f2fb;
		padding: 10px 20px;
		line-height: 1.7;
		border-radius: 8px;
		margin-right: 15px;
		position: relative;
		flex: 1;
	}
	.comment02-box .text-box:after{
		content: '';
		width: 18px;
		height: 12px;
		display: block;
		background-image: url(../images/treatment/speech-sp.png);
		background-size: 18px auto;
		position: absolute;
		top: 50%;
		right: -14px;
	}
	.comment02-box .image-box p{
		line-height: 1;
		margin-bottom: 0;
	}
	.comment02-box .image-box .images img{
		width: 57px;
		height: auto;
	}
	
	.comment02-box.sp-vertical{
		display: block;
		position: relative;
	}
	.comment02-box .text-box02{
		background-color: #e8f2fb;
		padding: 8px 43px 8px 15px;
		line-height: 1.7;
		border-radius: 8px;
		font-weight: bold;
		position: relative;
	}
	.comment02-box .text-box02:after{
		content: '';
		width: 8px;
		height: 11px;
		display: block;
		background-image: url(../images/treatment/speech-sp-bt.png);
		background-size: 8px auto;
		position: absolute;
		right: 65px;
		bottom: -9px;
	}
	.comment02-box.sp-vertical .image-box{
		position: absolute;
		right: 13px;
		bottom: -24px;
	}
	.comment02-box.sp-vertical .image-box .images img{
		width: 45px;
		height: auto;
	}
	
	/* 220715 KINOSHITA */
	.question-area{
		position: relative;
	}
	.question-area .question-illust{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 46%;
	}
	.circle-small-box .item:nth-child(even):last-child,
	.circle-small-box .item:nth-child(odd):nth-last-child(-n+2){
		margin-bottom: 0;
	}
	/* 220715 KINOSHITA */
	
}