@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
#content_wrapper {
	max-width: 62em;
	width: 100%;
	margin: auto;
}

.cl {
	clear: both;
}

.cl_space {
	border-bottom: 1em;
}

.product_title_static {
	font-size: 1.3em;
	color: rgba(62, 0, 1, 1.00);
	font-weight: 800;
}

.img_shadow {
	box-shadow: 3px 3px 3px -2px #343832;
	-moz-box-shadow: 3px 3px 3px -2px #343832;
	-webkit-box-shadow: 3px 3px 3px -2px #343832;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
}

.main_title_img {
	width: 64em;
	width: 100%;
	height: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

.image_width_full {
	width: 64em;
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.image_width_half {
	width: 64em;
	width: 50%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.image_margin {
	margin: 1em;
}

p {
	font-family: 'Noto Sans JP', sans-serif!important;
	line-height: 180%;
	margin-left: 1em;
	margin-right: 1em;
}

/* =========================================================
   プルダウンサイドメニュー（パターンA：ベージュ × ネイビー＆ゴールド）
   ========================================================= */

/* --- 上部メニュー用 --- */
.pulldown_lead {
	color: #142440; /* バナーのネイビー */
	text-align: center;
	margin: 1em 0em 0em 0em;
	font-size: 1em;
}

.side_menu_block {
	background-color: #faf7f0; /* 温かみのある薄いベージュ */
	border: 1px solid #e0be70; /* ゴールドの細い枠線 */
	width: 100%;
	padding: 0.1em;
	margin-bottom: 1em;
}

.cp_ipselect {
	overflow: hidden;
	max-width: 40em;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background: #142440; /* バナーのネイビー */
}

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect.cp_sl05 {
	position: relative;
	border-radius: 50px;
	padding: 0.3em;
	background: #142440; /* バナーのネイビー */
	border: 1px solid #e0be70; /* ゴールドの枠線 */
}

/* プルダウンの矢印▼ */
.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 1em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #e0be70; /* ゴールドの矢印 */
	pointer-events: none;
}

.cp_ipselect.cp_sl05 select {
	padding: 8px 38px 8px 8px;
	color: #e0be70; /* ゴールド文字 */
}


/* --- 下部メニュー用 (_v2) --- */
.side_menu_block_v2 {
	background-color: #faf7f0; /* 温かみのある薄いベージュ */
	border: 1px solid #e0be70; /* ゴールドの細い枠線 */
	width: 100%;
	padding: 0.1em;
	margin-bottom: 1em;
}

.cp_ipselect_v2 {
	overflow: hidden;
	max-width: 40em;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}

.cp_ipselect_v2 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background: #142440; /* バナーのネイビー */
}

.cp_ipselect_v2 select::-ms-expand {
	display: none;
}

.cp_ipselect_v2.cp_sl05_v2 {
	position: relative;
	border-radius: 50px;
	padding: 0.3em;
	background: #142440; /* バナーのネイビー */
	border: 1px solid #e0be70; /* ゴールドの枠線 */
}

/* プルダウンの矢印▼ */
.cp_ipselect_v2.cp_sl05_v2::before {
	position: absolute;
	top: 1em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #e0be70; /* ゴールドの矢印 */
	pointer-events: none;
}

.cp_ipselect_v2.cp_sl05_v2 select {
	padding: 8px 38px 8px 8px;
	color: #e0be70; /* ゴールド文字 */
}





/* 2カラム */

.col_2 *, *:before, *:after {
	box-sizing: border-box;
}

.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE */
	background-color: #FFF;
	/* 背景の色 */
	color: #000;
	/* 文字の色 */
	text-align: left;
	/* 内容は左配置を基本とする */
	margin-bottom: 1em;
}

.col_2>div {
	width: 50%;
	padding: 10px;
}

@media screen and (max-width: 640px) {
	.col_2>div {
		width: 100%;
	}
}

/* 3カラム */

.col_3 *, *:before, *:after {
	box-sizing: border-box;
}

.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE */
	background-color: #FFF;
	/* 背景の色 */
	color: #000;
	/* 文字の色 */
	text-align: left;
	/* 内容は左配置を基本とする */
	margin-bottom: 1em;
}

.col_3>div {
	width: 33.33333%;
	padding: 10px;
	border: 1px solid rgba(232, 232, 232, 1.00);
	/* ボーダー色設定など */
	background-color: rgba(255, 253, 244, 1.00);
	/* 背景色 */
}

@media screen and (max-width: 1090px) {
	.col_3>div {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	.col_3>div {
		width: 100%;
	}
}

/* 1カラム */

.col_1 *, *:before, *:after {
	box-sizing: border-box;
}

.col_1 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE */
	background-color: #FFF;
	/* 背景の色 */
	color: #000;
	/* 文字の色 */
	text-align: left;
	/* 内容は左配置を基本とする */
	margin-bottom: 1em;
}

.col_1>div {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(232, 232, 232, 1.00);
	/* ボーダー色設定など */
	background-color: rgba(255, 253, 244, 1.00);
	/* 背景色 */
}

@media screen and (max-width: 1090px) {
	.col_1>div {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.col_1>div {
		width: 100%;
	}
}

/* 画像回り込み */

p.img_text {
	margin-bottom: 1em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 20px;
}

figure {
	float: left;
	margin: 10px 10px 10px 0;
	width: 40%;
}

figure img {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	p.img_text {
		margin-bottom: 1em;
		line-height: 1.2em;
		text-align: left;
		margin-top: 30px;
	}
	figure {
		float: left;
		margin: 10px 10px 10px 0;
		width: 20%;
	}
	figure img {
		max-width: 100%;
	}
}

/* 基本テキストCSS */

.title_big {
	font-size: 1.5em!important;
	font-weight: 800;
	margin: 0.2em;
}

.title_middle {
	font-size: 1.2em!important;
	font-weight: 800;
	margin: 0.2em;
}

.title_normal {
	font-size: 1em!important;
	font-weight: 800;
	margin: 0.2em;
}

.lead_st {
	font-weight: 800;
	line-height: 180%;
	margin: 1em;
}

.lead01 {
	line-height: 180%;
	margin: 1em;
}

.lead02 {
	line-height: 180%;
	margin: 1em;
}

.font_red {
	color: red;
}

/* spanのみで使用 */

.font_blue {
	color: blue;
}

/* spanのみで使用 */

.font_green {
	color: green;
}

/* spanのみで使用 */

.font_st {
	font-weight: 800;
}

/* spanのみで使用 */

/*======================================================================================*/

/* 以下page unique */

.image_width_full_prof {
	width: 18em;
	width: 50%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 追加テキストCSS */

p {
	margin-bottom: 1.5em!important;
}.col_2_button *, *:before, *:after {
	box-sizing: border-box;
}

.col_2_button {
	width: 80%;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	/* IE */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE */
	/* background-color: #FFF; */
	/* 背景の色 */
	color: #000;
	/* 文字の色 */
	text-align: left;
	/* 内容は左配置を基本とする */
	margin-bottom: 1em;
}

.col_2_button>div {
	width: 50%;
	padding: 10px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.col_2_button>div {
		width: 100%;
	}
}

.btn_menu_01 {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 10px;
	background: #26aa57;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 0px auto;
	width: 70%;
}

.btn_menu_02 {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 10px;
	background: #287bbb;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 0px auto;
	width: 70%;
}



.btn_center {
	text-align: center;
	margin-bottom:3em;
}








/*プロフィール下の囲み ここから */

.flex {
	max-width: 500px;
	margin: 0 auto;
	vertical-align: middle;
	padding: 0.5em 1em;
	font-weight: bold;
	color: black;
	/*文字色*/
	background: #FFF;
	border: solid 3px #345B27;
	/*線*/
	border-radius: 10px;
	/*角の丸み*/
	width: 100%;
	margin: 2em auto 2em auto;
}

.attention {
	display: block;
	margin: 1em 1.5em 1em  1.5em;
}

@media screen and (min-width:640px) {
	.flex {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		vertical-align: middle;
		padding: 0.5em 1em;
		font-weight: bold;
		color: black;
		/*文字色*/
		background: #FFF;
		border: solid 3px #345B27;
		/*線*/
		border-radius: 10px;
		/*角の丸み*/
		width: 90%;
		margin: 2em auto 2em auto;
	}
	.item+.item {
		margin-right: 1.5em;
		margin-top: 1.5em;
		vertical-align: bottom;
	}
}


@media screen and (max-width:640px) {
	.sp_flex {
		width: 90%;
	}
	.attention {
	display: block;
	width: 90%;
	margin: 1em 1.5em 1em  1.5em;
}
		.lead {
	text-align: center;

}
}

/* ここまで */

