@charset "utf-8";

/*---------------------------------------------

切開OPEページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼カテゴリータイトル部分PC */
#categorytitle {
	border: solid 1px #008092;
	width: 1100px;
	padding: 70px 0 20px 20px;
	box-sizing: border-box;
	margin: 0 auto 45px auto;
	background: url("../new_img/hoken_page.jpg") right no-repeat;
	background-size: contain;
}

#categorytitle p {
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #727171;
	display: flex;
	align-items: bottom;
}

#categorytitle p::after {
	border-bottom: 1px solid #008092;
	content: " ";
	width: 70px;
}

#categorytitle p::after {margin-left: 1.5rem;}

#categorytitle p span {color: #008092;}

/* ▼コンテンツ部分PC */
.pagetitle {
	width: 1100px;
	margin: 0 auto;
	border-bottom: solid 1px #d3d4d4;
	box-sizing: border-box;
	padding: 0 0 10px 15px;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #008092;
	position: relative;
	margin-bottom: 25px;
}

.pagetitle span:nth-of-type(1) {
	display: block;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;
	font-size: 13px; font-size: 1.3rem;
	font-feature-settings: "palt" 1;
	color: #727172;
	font-weight: normal;
	margin-bottom: 5px;
}

.pagetitle span:nth-of-type(2) {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;
	font-size: 13px; font-size: 1.3rem;
	font-feature-settings: "palt" 1;
	color: #727172;
	font-weight: normal;
}

.pagetitle::after {
	content: " ";
	border-bottom: solid 1px #008092;
	width: 50px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.page_contents {
	width: 1060px;
	margin: 0 auto;
}

#kansyu {
	width: 1060px;
	margin: 0 auto;
	color: #008092;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	margin-bottom: 35px;
}

article h2 {
	background: #efefef;
	color: #008092;
	font-size: 21px; font-size: 2.1rem;
	font-feature-settings: "palt" 1;
	font-weight: normal;
	padding: 12px 15px;
	margin-bottom: 10px;
}

.txt_box {
	position: relative;
	margin-bottom: 50px;
}

.txt {
	color: #727171;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	line-height: 2;
}

.w520 {width: 520px;}

.h260 {height: 260px;}

.mb {margin-bottom: 30px;}

.mb2 {margin-bottom: 60px;}

.pt {padding-top: 30px;}

#ope_img {
	position: absolute;
	width: 512px;
	top: 20px;
	right: 15px;
}

#ope_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#ope_img img:nth-of-type(1) {margin: 0 0 45px 4px;}

.kakko {
	color: #008092;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

.kakko::before {content: "＜";}

.kakko::after {content: "＞";}

.kakko2 {
	color: #008092;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

.kakko2::before {content: "＜";}

.kakko2::after {content: "＞";}

.maru {
	position: relative;
	padding-left: 25px;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #008092;
}

.maru::before {
	content: "●";
	position: absolute;
	left: 0;
	color: #008092;
}

.hoken {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	color: #008092;
	padding: 2px 0 6px 0;
}

.kome {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	color: #008092;
	font-weight: bold;
}

.nagare {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.nagare figure {
	width: 260px;
	position: relative;
	margin-bottom: 30px;
}

.nagare figure:last-child::after {content: none;}

.nagare div {display: block;}

.nagare div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.nagare figcaption {
	color: #3e1314;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	padding: 0 15px;
}

.pbox {
	margin: 6px 0 10px 0;
	border-top: solid 1px #008092;
	border-right: solid 1px #008092;
	width: 400px;
}

.pbox th, .pbox td {
	padding: 5px 20px;
	border-bottom: solid 1px #008092;
	border-left: solid 1px #008092;
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	line-height: 2;
}

.pbox th {
	width: 50%;
	color: #fff;
	background: #66b3be;
	font-weight: normal;
}

.pbox td {
	color: #008092;
	background: #fff;
	font-weight: bold;
	text-align: center;
}

}

@media only screen and (max-width: 767px) {

/* ▼カテゴリータイトル部分SP */
#categorytitle {
	border: solid 1px #008092;
	width: 94%;
	padding: 14% 0 3% 3%;
	box-sizing: border-box;
	margin: 0 auto 8% auto;
	background: url("../new_img/hoken_page_sp.jpg") right no-repeat;
	background-size: contain;
}

#categorytitle p {
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #727171;
	display: flex;
	align-items: bottom;
}

#categorytitle p::after {
	border-bottom: 1px solid #008092;
	content: " ";
	width: 10vw;
	margin-left: 3%;
}

#categorytitle p span {color: #008092;}

/* ▼コンテンツ部分SP */
.pagetitle {
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #d3d4d4;
	box-sizing: border-box;
	padding: 0 0 2% 3%;
	font-family: 'Noto Serif JP', serif;
	font-size: 4.8vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #008092;
	position: relative;
	margin-bottom: 5%;
}

.pagetitle span:nth-of-type(1) {
	display: block;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	color: #727172;
	font-weight: normal;
	margin-bottom: 1%;
}

.pagetitle span:nth-of-type(2) {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, Verdana;
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	color: #727172;
	font-weight: normal;
}

.pagetitle::after {
	content: " ";
	border-bottom: solid 1px #008092;
	width: 15%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.page_contents {
	width: 94%;
	margin: 0 auto;
}

#kansyu {
	width: 94%;
	margin: 0 auto;
	color: #008092;
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	margin-bottom: 8%;
}

article h2 {
	background: #efefef;
	color: #008092;
	font-size: 4vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	font-weight: normal;
	padding: 2% 4%;
	margin-bottom: 3%;
}

.txt_box {
	position: relative;
	margin-bottom: 12%;
}

.txt {
	color: #727171;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 2;
}

.mb {margin-bottom: 7%;}

.mb2 {margin-bottom: 12%;}

#ope_img {
	width: 100%;
	margin: 4% auto;
}

#ope_img img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#ope_img img:nth-of-type(1) {margin-bottom: 6%;}

.kakko {
	color: #008092;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 2;
	font-weight: bold;
}

.kakko::before {content: "＜";}

.kakko::after {content: "＞";}

.kakko2 {
	color: #008092;
	font-size: 4.5vw;
	font-feature-settings: "palt" 1;
	line-height: 2;
	font-weight: bold;
	text-align: center;
	padding: 3% 0;
}

.kakko2::before {content: "＜";}

.kakko2::after {content: "＞";}

.maru {
	position: relative;
	padding-left: 6vw;
	font-size: 4.5vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #008092;
}

.maru::before {
	content: "●";
	position: absolute;
	left: 0;
	color: #008092;
}

.hoken {
	font-size: 4vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	color: #008092;
	padding: 2% 0 4% 0;
}

.kome {
	font-size: 4vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	color: #008092;
	padding: 2% 0 2% 0;
	font-weight: bold;
}

.nagare {
	width: 94%;
	margin: 0 auto;
}

.nagare figure {
	position: relative;
	padding-bottom: 14%;
}

.nagare figure:last-child::after {content: none;}

.nagare figcaption {
	color: #3e1314;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 2%;
}

.pbox {
	width: 100%;
	margin:  1.5% 0 1.5% 0;
	border-top: solid 1px #008092;
	border-right: solid 1px #008092;
}

.pbox th, .pbox td {
	display: block;
	padding: 1% 5%;
	border-bottom: solid 1px #008092;
	border-left: solid 1px #008092;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 2;
	text-align: center;
}

.pbox th {
	color: #fff;
	background: #66b3be;
	font-weight: normal;
}

.pbox td {
	color: #008092;
	background: #fff;
	font-weight: bold;
}

}
