@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC&subset=japanese');

/* Common Style
==================================================================================== */
div.wrapper, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a.arrow, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  line-height: 1.5;
  color: #222;
  vertical-align: baseline;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo,  sans-serif;
}
ol, ul {list-style: none;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover, a img:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}
a:active {text-decoration: none;}

p {
	margin-top: 0;
	margin-bottom: 0;
}

.all_wrapper{
  overflow: hidden;  
}
.wrapper img {
  width: 100%;
  height: auto;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
}

.block_center {
  margin-left:auto;
  margin-right:auto;
}
.text-center {
  text-align: center !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

@media screen and (max-width: 480px)  {
	.spOnly {display: block;}
	.pcOnly {display: none;}
	.container  {width: 100%;margin: auto;}
}
@media screen and (min-width: 481px)  {
	.pcOnly {display: block;}
	.spOnly {display: none;}
}
@media screen and (max-width: 640px)  {
	.pc_640 {display: none;}
	.sp_640 {display: block;}
}
@media screen and (min-width: 641px)  {
	.pc_640 {display: block;}
	.sp_640 {display: none;}
	.container  {
		width: 95%;
		max-width: 1000px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

/* ********** block共通項目 ********** */
.ttl_wrap {
	background: url("/exetime/user_data/lp_assets/option2021/images/section_head_mark.png") center top no-repeat;
	background-size: 100px auto;
	padding-top: 50px;
	width: 95%;
	max-width: 1200px;
	margin: 40px auto 0;
}
.ttl_wrap h2 {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-weight: 800;
	font-size: 24px;
}
.ttl_wrap .subtxt {
	text-align: center;
	font-size: 16px;
	font-weight: 800;
}
.ttl_wrap .h2_txt {
	text-align: left;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 10px;
}
.ttl_wrap .h2_txt span {
	background: linear-gradient(transparent 50%, #fcfe6c 50%);
}
.ttl_wrap .h2_sub_ttl {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-weight: 800;
	color: #ed8621;
}
.ttl_wrap .h2_sub_ttl::before {
	display: inline-block;
	content: "";
	width: 5px;
	height: 15px;
	margin-right: 10px;
	-webkit-transform: skewX(-150deg);
	-moz-transform: skewX(-150deg);
	transform: skewX(-150deg);
	border-right: 2px solid #ed8621;
}
.ttl_wrap .h2_sub_ttl::after {
	display: inline-block;
	content: "";
	width: 5px;
	height: 15px;
	margin-left: 5px;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 2px solid #ed8621;
}

#page_top {
	display: none;
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 5px;
	text-align: center;
	word-break: keep-all;
}
#page_top a {
	display: block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #666;
	font-size: 16px;
	line-height: 1.2;
	color: #fff !important;
	opacity: .8;
}
#page_top a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 15px 10px -5px 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (min-width: 641px)  {
	.ttl_wrap {
		background-size: 132px auto;
		padding-top: 70px;
	}
	.ttl_wrap h2 {
		margin-top: 5px;
		font-size: 40px;
	}
	.ttl_wrap .subtxt {
		font-size: 22px;
	}
	.ttl_wrap .h2_txt {
		text-align: center;
		font-size: 17px;
		line-height: 1.8;
		margin-top: 15px;
	}
	.ttl_wrap .h2_sub_ttl {
		font-size: 18px;
	}
	.ttl_wrap .h2_sub_ttl::before {
		width: 5px;
		height: 15px;
		margin-right: 10px;
	}
	.ttl_wrap .h2_sub_ttl::after {
		width: 5px;
		height: 15px;
		margin-left: 5px;
	}
	.pagettl {font-size: 40px !important;}
	.fontsizeS {font-size: 28px !important;}
	#page_top {
		bottom: 50px;
		right: 10px;
	}
	#page_top a {
		width: 70px;
		height: 70px;
		font-size: 20px;
		opacity: 1;
	}
	#page_top a span {
	  width: 10px;
	  height: 10px;
	}
}
@media screen and (min-width: 1025px)  {
	.ttl_wrap h2 {
		font-size: 45px;
	}
	.ttl_wrap .subtxt {
		font-size: 24px;
	}
	.ttl_wrap .h2_txt {
		font-size: 18px;
		margin-top: 20px;
	}
	.ttl_wrap .h2_sub_ttl {
		font-size: 21px;
	}
	.ttl_wrap .h2_sub_ttl::before {
		width: 10px;
		height: 20px;
		margin-right: 15px;
	}
	.ttl_wrap .h2_sub_ttl::after {
		width: 10px;
		height: 20px;
		margin-left: 5px;
	}
	.pagettl {font-size: 45px !important;}
	.fontsizeS {font-size: 34px !important;}
}


/*===============================================================
#hero スライダー
============================================================== */
#hero {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#hero .logo_images h1{
	width: 42%;
	max-width: 200px;
	position: absolute;
	top: 5px;
	left: 3px;
	z-index:1000;
}
#hero .logo_images h1 a:hover, #hero .logo_images h1 a img:hover {
	opacity: 1;
}
#hero .slider {
	width: 100%;
	max-width: 1200px;
}
@media screen and (min-width: 481px)  {
	#hero .logo_images h1{
		top: 20px;
		left: 15px;
	}
}
@media screen and (min-width: 641px)  {
	#hero .logo_images h1{
		width: 30%;
		max-width: 310px;
		position: absolute;
		top: 5%;
		left: 5%;
	}
}
	

/*===============================================================
#intro風呂敷
============================================================== */
#introFuroshiki, #aboutFuroshiki {
	background: url("/exetime/user_data/lp_assets/option2021/images/furoshiki_bg.png") no-repeat, url("/exetime/user_data/lp_assets/option2021/images/furoshiki_bg.png") no-repeat;
	background-position:right 0 top 20px , left bottom;
	background-size: 40% auto;
	position: relative;
	padding: 10px 0 40px;
}
#introFuroshiki .ttl_wrap h2 {
	font-size: 27px;
}
#introFuroshiki .limited {
	position: absolute;
	width: 100px;
	top: 0;
	left: 5px;
}
#introFuroshiki .points {
	width: 95%;
	max-width: 1130px;
	margin: 15px auto 30px;
}
#introFuroshiki .points .point_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
}
#introFuroshiki .points li div.txt,  #introFuroshiki .points li div.img {
	width: 49%;
	font-size: 15px;
	line-height: 1.5;
}
#introFuroshiki .points li div img {
	border-radius: 10px;
}

#introFuroshiki .btn_furoshiki {
	border: solid 1px #000;
	width: 80%;
	max-width: 500px;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	line-height: 40px;
	margin: auto;
	transition: all  0.3s ease;
}
#introFuroshiki .arrow {
	width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

#introFuroshiki .arrow::after{
    position: absolute;
    top: 3px;
    right: 5px;
    content: "▼";
	font-size: 12px;
    vertical-align: middle;
}

@media screen and (min-width: 481px) { 
	#introFuroshiki, #aboutFuroshiki {
		background-position:right 0 top 30px , left bottom;
		background-size: 30% auto;
	}
}

@media screen and (min-width: 641px)  {
	#introFuroshiki .limited {
		width: 140px;
		left: 10px;
	}
	#introFuroshiki .points {
		width: 90%;
		margin: 40px auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#introFuroshiki .points li {
			width: 31%;
	}
	#introFuroshiki .points .point_inner {
		flex-wrap: wrap;
	}
	#introFuroshiki .points .reverse2 {
			flex-wrap: wrap-reverse;
	}
	#introFuroshiki .points li div.txt,  #introFuroshiki .points li div.img {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 1.6;
		margin-top: 10px;
	}
	#introFuroshiki .points li div img {
		border-radius: 15px;
	}
	#introFuroshiki .btn_furoshiki {
		font-size: 18px;
		line-height: 45px;
	}
}
@media screen and (min-width: 769px)  {
	#introFuroshiki, #aboutFuroshiki {
		background-position:right 0 top 30px , left bottom;
		background-size: 20% auto;
		padding-bottom: 60px;
	}
	#introFuroshiki .limited {
		width: 180px;
		left: 15px;
	}
}
@media screen and (min-width: 1200px)  {
	#introFuroshiki, #aboutFuroshiki {
		background-position:right 0 top 35px , left bottom;
		background-size: 275px auto;
		padding-bottom: 70px;
	}
	#introFuroshiki .limited {
		width: 217px;
		left: 50%;
		margin-left: -550px;
	}
}
@media screen and (min-width: 1600px)  {
	#introFuroshiki, #aboutFuroshiki {
		background-position:right 10% top 35px , left 10% bottom;
	}
}

/*===============================================================
#introギフトオプション
============================================================== */
#introGiftoption {
	background: #f7e8e5;
	padding: 10px 0 40px;
}
#introGiftoption .optionset {
	width: 90%;
	margin: 10px auto;
}
#introGiftoption .optionset li {
	position: relative;
	background: #fff;
	margin-top: 60px;
}
#introGiftoption .optionset li .set_icon {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
}
#introGiftoption .optionset li .txt {
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.5;
}
#introGiftoption .optionset li .txt h3 {
	font-weight: 800;
	font-size: 16px;
}
#introGiftoption .btn_giftoption {
	background: #603e25;
	text-align: right;
	font-size: 14px;
	padding: 5px;
}
#introGiftoption .btn_giftoption a {
	color: #fff !important;
}
#introGiftoption .btn_giftoption::after{
    display: inline-block;
	margin-left: 10px;
    content: "▼";
	font-size: 12px;
	color: #fff;
    vertical-align: middle;
}
@media screen and (min-width: 481px)  {
	#introGiftoption .optionset {
		width: 80%;
	}
}
@media screen and (min-width: 641px)  {
	#introGiftoption .optionset {
		width: 90%;
		max-width: 1000px;
		margin: 90px auto 30px;
		display: table;
	}
	#introGiftoption .optionset li {
		display: table-cell;
		width: 40%;
		max-width: 380px;
		position: relative;
		vertical-align: top;
		margin-top: 0;
		border-left: solid 15px #f7e8e5;
		border-right: solid 15px #f7e8e5;
	}
	#introGiftoption .optionset li:first-child {
		width: 60%;
		max-width: 525px;
	}
	#introGiftoption .optionset li .set_icon {
		position: absolute;
		top: -60px;
		left: 50%;
		margin-left: -55px;
		width: 110px;
	}
	#introGiftoption .optionset li .txt {
		padding: 10px 15px 50px 15px;
		font-size: 15px;
		line-height: 1.6;
	}
	#introGiftoption .optionset li .txt h3 {
		text-align: center;
		font-size: 18px;
		margin-bottom: 5px;
	}

	#introGiftoption .btn_giftoption {
		width: 100%;
		font-size: 15px;
		padding: 5px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}


/*===============================================================
#カートエリア共通設定
============================================================== */
/* ***** 共通項目 ********** */
.btn_detail {
	width: 50%;
	max-width: 335px;
	margin-left: auto;
}
.exetime_head .head_left .exe_logo img {
	width: 150px;
	height: auto;
}
.exetime_head .head_right span {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
}
.catalog_intro {
	font-size: 15px;
	line-height: 1.6;
	color: #333333;
	margin: 15px 10px;
}
.catalog_intro span {
	font-size: 100%;
	font-weight: 800;
}
.catalog_intro a {
	text-decoration: underline !important;
}
div.button {
	width: 90%;
	margin: auto;
	padding: 10px 0 20px 0;
}

/* ***** カート商品 ********** */
.cartArea {
	background: url("/exetime/user_data/lp_assets/option2021/images/line_full.png") center top no-repeat;
	background-size: auto 30px;
	padding-top: 30px;
	margin: 20px auto 0;
}
.cart_wrap {
	width: 97%;
	margin: 20px auto;
	background: #fff;
}
.item_explain, .item_explain_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	margin: 0 10px;
	border-bottom: dashed 1px #ccc;
}
.item_explain_top .img_area {
	width: 40%;
	vertical-align: middle;
}
.item_explain img {
	width: 40%;
	vertical-align: middle;
}
.item_explain_top a:hover, .item_explain_top img:hover {
	opacity: 1 !important;
}
.option_ul img {
	width: 50%;
}
.item_explain p, .item_explain_top p {
	width: 58%;
	font-size: 14px;
}
.item_explain p span, .item_explain_top p span {
	display: block;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 5px;
}
.option_ul p {
	width: 50%;
	font-size: 15px;
	font-weight: 800;
}
.option_ul p span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #c00;
}

.cart_menu {
	padding: 5px 10px;
}
.cart_menu li {
	padding: 0 0 5px 0;
	border-bottom: dashed 1px #ccc;
}
.cart_menu li:last-child {
	border-bottom: none;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 0 5px;
}
.cart_menu .item_name {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 15px;
}
.cart_menu .item_name .item_img {
	width: 32%;
	vertical-align: middle;
}
.cart_menu .item_name .item_detail {
	width: 65%;
	vertical-align: middle;
}
.cart_menu .item_name p {
	font-size: 13px;
	line-height: 1.4;
}
.cart_menu .item_name .course span {
	font-weight: 800;
}
.cart_menu .item_name p.wrapping {
	font-size: 16px;
	font-weight: 800;
	margin-top: 5px;
}
.cart_menu .item_name price {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	color: #cc0000;
	margin: 5px 0;
}
.cart_menu .item_name price span{
	font-size: 21px;
	font-weight: 800;
	color: #cc0000;
}
.cart_menu .item_name .tax{
	display: block;
	font-size: 11px !important;
	line-height: 1;
}
.cart_menu .btn_cart{
	display: block;
	margin: 10px 0;
}
.cart_menu .btn_cart_img {
	width: 50%;
	max-width: 150px;
	margin-left: 35%;
}
.soldout {
	background: #b3b3b3 !important;
	border-radius: 5px;
	padding: 5px 0 3px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

@media screen and (min-width: 481px)  {
	.soldout {padding: 15px 0;font-size: 20px;}	
}

@media screen and (min-width: 769px)  {
	.cartArea {
		width: 95%;
		max-width: 1200px;
		background-size: auto 32px;
		margin: 40px auto 0;
	}
	.cart_wrap {
		box-sizing: border-box;
		width: 100%;
		max-width: 1200px;
		margin: 40px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px;
	}
	.item_explain, .item_explain_top {
		display: block;
		width: 28%;
		padding: 0;
		margin: 0 10px;
		border-bottom: none;
	}
	.item_explain_top .img_area {
		width: 100%;
		margin: auto;
	}
	.option_ul img {
		width: 100%;
	}
	.item_explain p, .item_explain_top p {
		width: 100%;
		font-size: 16px;
	}
	.item_explain p span, .item_explain_top p span {
		text-align: center;
		font-size: 17px;
	}
	.option_ul p {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}
	.option_ul p span {
		display: block;
		font-size: 15px;
		color: #c00;
	}
	.cart_menu {
		width: 68%;
		padding: 0;
	}
	.cart_menu li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	.cart_menu li:last-child {
		font-size: 14px;
		padding: 20px 0;
	}
	.cart_menu .item_name {
		display: flex;
		justify-content: space-between;
		margin-top: 0;
	}
	.cart_menu .item_name .item_img {
		width: 40%;
	}
	.cart_menu .item_name .item_detail {
		width: 57%;
	}
	.cart_menu .item_name p {
		font-size: 15px;
	}
	.cart_menu .item_name .course span {
		display: block;
	}
	.cart_menu .item_name p.wrapping {
		font-size: 18px;
		margin-top: 5px;
	}
	.cart_menu .item_name price {
		font-size: 15px;
		margin: 5px 0;
	}
	.cart_menu .item_name price span{
		font-size: 28px;
	}
	.cart_menu .item_name .tax{
		font-size: 13px !important;
	}
	.cart_menu .btn_cart{
		width: 120px;
		display: block;
		margin: 0;
	}
	.cart_menu .btn_cart_img {
		width: 120px;
		margin-left: 0;
	}
}

@media screen and (min-width: 1025px)  {
	.cart_wrap {
		padding: 10px 40px;
	}
	.cart_menu .btn_cart{
		width: 150px;
	}
	.cart_menu .btn_cart_img {
		width: 150px;
	}
}

/* ***** モーダルウィンドウ ********** */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
	max-width: 800px;
	text-align: center;
	border-radius: 20px;
}
.modal__content p.img {
    width: 80%;
	max-width: 300px;
	margin: auto;
}
.modal__content p.txt {
    width: 90%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}
.modal__content .btn_modal {
	display: inline-block;
	margin-top: 10px;
	border: solid 1px #000;
	padding: 7px 40px;
	line-height: 1;
	color: #222;
}
@media screen and (min-width: 641px)  {
	.modal__content{
		padding: 30px 0;
	}
	.modal__content p.txt {
		font-size: 18px;
	}
	.modal__content .btn_modal {
		margin-top: 20px;
	}
}
@media screen and (min-height: 800px)  {
	.modal__content p.img {
		max-width: 400px;
	}
}


/*===============================================================
#カタログ設定
============================================================== */
#Platinum .catalog_photo, #Part5 .pc_layout_right .catalog_photo, #Part4 .pc_layout_right .catalog_photo {
	margin: 5px 0;
}
/* ***** プラチナム ********** */
#Platinum {
	background: #edeae3;
	margin-top: 10px;
	padding: 20px 0 30px;
}
#Platinum h3 {
	margin: 0 0 0 15px;
}

#Platinum .points3 {
	width: 95%;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}
#Platinum .points3 li{
	width: 33%;
}
.pc_layout_right {
	width: 95%;
	margin: auto;
}

@media screen and (min-width: 641px)  {
	#Platinum {
		margin-top: 30px;
		padding: 40px 0 60px;
	}
	#Platinum h2 {
		font-size: 24px;
		padding: 20px 0;
	}
	.pc_layout_left {
		vertical-align: top;
		width: 58%;
		margin-top: 15px;
	}
	.pc_layout_right {
		vertical-align: top;
		width: 40%;
		margin-top: 45px;
	}
	#Platinum h3 {
		margin: 0 0 0 10px;
	}	
}

/* ***** エグゼタイム Part5 ********** */
@media screen and (max-width: 640px)  {
#Part5 {
	background: #edd8da;
	padding-bottom: 30px;
}

#Part5 .exetime_head {
	background: #a1525a;
}
#Part5 .exetime_head_wrap {
	display: table;
	width: 100%;
	height: 80px;
}

#Part5 .exetime_head .head_left {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
	background: #a1525a;
	padding-left: 20px;
}

#Part5 .exetime_head .head_left .exe_logo h2 {
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	color: #ffbcc7;
	margin-top: 5px;
}
#Part5 .exetime_head .head_right {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	background: #5c1217;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
}

/* ***** block4_エグゼタイム Part4 ********** */
#Part4 {
	background: #c5dce8;
	padding-bottom: 30px;
}

#Part4 .exetime_head {
	background: #446e83;
}
#Part4 .exetime_head_wrap {
	display: table;
	width: 100%;
	height: 80px;
}

#Part4 .exetime_head .head_left {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
	background: #446e83;
	padding-left: 20px;
}

#Part4 .exetime_head .head_left .exe_logo h2 {
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	color: #85d6ff;
	margin-top: 5px;
}
#Part4 .exetime_head .head_right {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	background: #132f43;
	font-size: 14px;
	line-height: 1.6;
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
}
}
	
@media screen and (min-width: 641px)  {
#Part5 {
	background: #edd8da;
	padding-bottom: 60px;
}
#Part4 {
	background: #c5dce8;
	padding-bottom: 60px;
}
	#Part5 .pc_layout_left, #Part4 .pc_layout_left {
		vertical-align: top;
		width: 50%;
		margin-top: 50px;
	}
	#Part5 .pc_layout_right, #Part4 .pc_layout_right {
		vertical-align: top;
		width: 45%;
		margin-top: 50px;
	}
	.exetime_head {
		max-width: 500px;
		text-align: left;
	}
	.exe_logo  {
		margin-bottom: 8px;
	}
	.pc_logo {
		width: 200px;
		display: inline-block;
		margin-right: 10px;
	}
	.pc_logo .pc_640 {
		width: 200px !important;
	}
	.exe_logo h2 {
		vertical-align: top;
		display: inline-block;
		font-size: 21px;
		line-height: 1;
		font-weight: 800;
		color: #a1525a;
		padding-top: 10px;
	}
	#Part4 .exe_logo h2 {
		color: #54a0d5;
	}
	.head_right {
		background: #5c1217;
		text-align: right;
		padding: 3px 10px;
		color: #fff !important;
	}
	#Part4 .head_right {
		background: #132f43;
	}
	.catalog_intro {
		margin-top: 20px;
		max-width: 500px;
		text-align: left;
		font-size: 17px;
	}
}


/*===============================================================
#about風呂敷
============================================================== */
#aboutFuroshiki {
	background-position:right 0 top 20px , left top 25%;
}
#aboutFuroshiki .furoshiki_wrap {
	width: 95%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap-reverse;
	justify-content: flex-start;
	align-items: center;
}
#aboutFuroshiki h2 {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-weight: 800;
	font-size: 30px;
}
#aboutFuroshiki .h2_txt {
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 15px;
}
.furoshiki_sec1 {
	width: 95%;
	margin: auto;
}
.furoshiki_sec2 {
	width: 95%;
	margin: 15px auto;
}
.limited_bg {
	background: linear-gradient(to bottom, #e84115, #e81a1e);
	border-radius: 40px;
	width: 95%;
	padding: 10px 0 7px 0;
	margin: 10px auto;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
.select5type_ttl {
	text-align: center;
	margin: 30px 0;
}
.select5type_ttl h3 {
	display: inline-block;
	border-bottom: double #e81a1e;
	text-align: center;
	padding: 5px 5px 0 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
}
.select5type_ttl h3 span{
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
	padding-bottom: 3px;
}
.select5type {
	width: 95%;
	max-width: 1050px;
	margin: auto;
}
.select5type li{
	margin-bottom: 20px;
}
.select5type li h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	text-align: center;
	font-size: 17px;
	font-weight: 800;
}
.select5type li .h4_txt{
	text-align: center;
	font-size: 14px;
	margin-top: 3px;
}
.select5type li .img{
	width: 80%;
	margin: 5px auto;
}
.select5type li .img2{
	width: 80%;
	margin: 20px auto 5px;
}
.select5type li .txt{
	text-align: center;
	font-size: 14px;
}
#aboutFuroshiki .feature {
	width: 90%;
	max-width: 1200px;
	margin: 30px auto 0;
	border: dashed 2px #e84115;
	border-radius: 10px;
}
#aboutFuroshiki .feature_sec {
	width: 92%;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}
#aboutFuroshiki .feature_sec .img {
	width: 30%;
}
#aboutFuroshiki .feature_sec .txt {
	width: 67%;
	font-size: 14px;
}
#aboutFuroshiki .feature_sec .txt span {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 800;
}
	
@media screen and (min-width: 641px)  {
	#aboutFuroshiki {
		background-position:right 0 top 20px , left top 25%;
	}
	#aboutFuroshiki h2 {
		text-align: left;
		font-size: 35px;
		line-height: 1.4;
	}
	#aboutFuroshiki .h2_txt {
		font-size: 17px;
		margin-top: 7%;
	}
	.furoshiki_sec1 {
		width: 55%;
		max-width: 630px;
		margin: 10px 0;
	}
	.furoshiki_sec1 img {
		width: 95%;
		max-width: 590px;
		margin-right: 40px;
	}
	.furoshiki_sec2 {
		width: 45%;
		max-width: 500px;
		margin: 0;
	}
	.limited_bg {
		width: 100%;
		max-width: 500px;
		padding: 15px 0 12px 0;
		margin: 15px 0;
		font-size: 17px;
	}
	.select5type_ttl h3 {
		padding: 5px 10px 0 10px;
		font-size: 30px;
	}
	.select5type_ttl h3 span{
		font-size: 40px;
		margin-bottom: 3px;
	}
	.select5type {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 50px auto;
	}
	.select5type li{
		width: 48%;
		margin-bottom: 50px;
	}
	.select5type li h4 {
		font-size: 19px;
	}
	.select5type li .h4_txt{
		font-size: 16px;
		margin-top: 5px;
	}
	.select5type li .img{
		width: 100%;
		margin: 10px auto;
	}
	.select5type li .img2{
		width: 100%;
		margin: 30px auto 10px;
	}
	.select5type li .txt{
		font-size: 16px;
	}
	#aboutFuroshiki .feature {
		margin: 30px auto 0;
	}
	#aboutFuroshiki .feature_inner {
		width: 90%;
		max-width: 1060px;
		margin: 20px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#aboutFuroshiki .feature_sec {
		width: 48%;
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#aboutFuroshiki .feature_sec .img {
		width: 40%;
		max-width: 200px;
	}
	#aboutFuroshiki .feature_sec .txt {
		width: 57%;
		font-size: 15px;
	}
	#aboutFuroshiki .feature_sec .txt span {
		margin-bottom: 5px;
		font-size: 16px;
	}
}

@media screen and (min-width: 1025px)  {
	#aboutFuroshiki {
		background-position:right 0 top 35px , left top 25%;
	}
	#aboutFuroshiki h2 {
		font-size: 42px;
	}
	#aboutFuroshiki .h2_txt {
		font-size: 20px;
	}
	.limited_bg {
		font-size: 20px;
	}
	.select5type_ttl h3 {
		font-size: 32px;
	}
	.select5type_ttl h3 span{
		font-size: 42px;
	}
	.select5type li h4 {
		font-size: 21px;
	}
	.select5type li .h4_txt{
		font-size: 17px;
	}
	.select5type li .txt{
		font-size: 17px;
	}
	#aboutFuroshiki .feature_sec .txt {
		font-size: 16px;
	}
	#aboutFuroshiki .feature_sec .txt span {
		font-size: 18px;
	}
}

/*===============================================================
#aboutギフトオプション
============================================================== */
#aboutGiftoption {
	background: #f7e8e5;
	padding: 10px 0 20px;
}
#aboutGiftoption .optionset {
	width: 97%;
	max-width: 1200px;
	margin: 10px auto;
}
#aboutGiftoption .optionset li {
	position: relative;
	background: #fff;
	margin-top: 60px;
}
#aboutGiftoption .optionset li .set_icon {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
}
#aboutGiftoption .optionset li h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	padding: 60px 0 25px;
}
#aboutGiftoption .optionset li .block1 {
	width: 90%;
	margin: 0 auto 10px;
}
#aboutGiftoption .optionset li .block2 {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 1.6;
}
.option2_profile_L {
	display: table-cell;
	width: 40%;
	max-width: 300px;
	vertical-align: top;
}
.option2_profile_R {
	display: table-cell;
	width: 60%;
	vertical-align: top;
}
.option2_profile_R p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 20px 10px;
}
.option2_profile_R p span {
	display: block;
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 5px;
}
#aboutGiftoption .optionset li .txt{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
#aboutGiftoption .optionset li h4 {
	text-align: left;
	font-size: 16px;
	margin: 0 0 10px 0 !important;
}
#aboutGiftoption .optionset li h4 span {
	font-weight: 800;
}
#aboutGiftoption .optionset li:nth-child(3) h4 {
	font-size: 17px;
	text-align: center;
	margin: 10px 0 0 0 !important;
}
#aboutGiftoption dl {
	margin: 10px 0;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#aboutGiftoption dt {
	width: 25%;
	max-width: 70px;
	background: #3d6584;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	padding: 8px 0;
}
#aboutGiftoption dd {
	width: 70%;
	padding: 4px 0 10px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
#aboutGiftoption .optionset li .type_ttl {
	display: inline-block;
	border-top: dashed 2px #7d458a;
	border-bottom: dashed 2px #7d458a;
	padding: 3px 25px 1px 25px; 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	color: #7d458a;
	margin-bottom: 10px;
}

@media screen and (min-width: 641px)  {
	#aboutGiftoption .h2_txt {
		font-size: 19px;
		margin-top: 5px;
	}
	#aboutGiftoption .optionset {
		width: 95%;
		margin: 30px auto;
	}
	#aboutGiftoption .optionset li {
		margin-top: 95px;
	}
	#aboutGiftoption .optionset li .set_icon {
		top: -70px;
		left: 50%;
		margin-left: -55px;
		width: 110px;
	}
	#aboutGiftoption .optionset li h3 {
		font-size: 24px;
		padding: 70px 0 25px;
	}
	#aboutGiftoption .optionset_inner {
		width: 90%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#aboutGiftoption .optionset li .block1 {
		width: 48%;
		margin: 0;
	}
	#aboutGiftoption .optionset li .block2 {
		width: 48%;
		margin: 0;
		font-size: 15px;
	}
	#aboutGiftoption .optionset li:nth-child(3) .block1, #aboutGiftoption .optionset li:nth-child(3) .block2 {
		width: 47%;	
	}
	.option2_profile_inner {
		margin-top: 40px !important;
	}
	.option2_profile_R p {
		font-size: 14px;
		margin: 0 0 20px 20px;
	}
	.option2_profile_R p span {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.marT40 {margin-top: 40px !important;}
	#aboutGiftoption .optionset li .txt{
		font-size: 15px;
		margin: 10px 0 20px 0;
	}
	#aboutGiftoption .optionset li h4 {
		font-size: 17px;
	}
	#aboutGiftoption dl {
		margin: 10px 0;
		padding-bottom: 20px;
	}
	#aboutGiftoption dt {
		font-size: 15px;
	}
	#aboutGiftoption dd {
		font-size: 15px;
	}
	#aboutGiftoption .optionset li .type_ttl {
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 10px;
		padding: 3px 35px 1px 35px; 
	}
}

@media screen and (min-width: 769px)  {
	#aboutGiftoption .optionset li h3 {
		font-size: 28px;
	}
	#aboutGiftoption .optionset li .block2 {
		font-size: 16px;
		line-height: 1.8;
	}
	.img_ecobag {max-width: 320px;}
}

@media screen and (min-width: 1025px)  {
	#aboutGiftoption .h2_txt {
		font-size: 22px;
	}
	#aboutGiftoption .optionset {
		margin: 45px auto 40px;
	}
	#aboutGiftoption .optionset li:first-child {
		padding-bottom: 20px;
	}
	#aboutGiftoption .optionset li h3 {
		font-size: 32px;
		padding: 70px 0 35px;
	}
	#aboutGiftoption .optionset_inner {
		max-width: 1050px;
	}
	#aboutGiftoption .optionset li .block1 {
		max-width: 500px;
	}
	#aboutGiftoption .optionset li .block2 {
		max-width: 500px;
		font-size: 18px;
	}
	#aboutGiftoption .optionset li:nth-child(3) .block1, #aboutGiftoption .optionset li:nth-child(3) .block2 {
		max-width: 458px;
	}
	#aboutGiftoption .optionset li .txt{
		font-size: 17px;
		margin: 10px 0 20px 0;
	}
	#aboutGiftoption .optionset li h4 {
		font-size: 20px;
	}
	#aboutGiftoption .optionset li:nth-child(3) h4 {
		font-size: 24px;
	}
	#aboutGiftoption dt {
		max-width: 80px;
		font-size: 17px;
	}
	#aboutGiftoption dd {
		font-size: 17px;
	}
	#aboutGiftoption .optionset li .type_ttl {
		font-size: 28px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.option2_profile_inner {
		margin-top: 100px !important;
	}
}


/* ***** block_EXETIME_エグゼタイム説明 ********** */
#block_EXETIME {
	margin-top: 30px;
	padding-bottom: 20px;
	background: #dcdcdc;
}
h2.exetime_ttl01 {
	width: 100%;
	background: #59493f;
	text-align: center;
	padding: 15px 0 12px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 800;
	color: #fff;
}
#block_EXETIME h3.exetime_ttl02 {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 17px;
	font-weight: 800;
	margin-top: 20px;
}
#block_EXETIME h3.exetime_ttl02 span {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 19px;
	color: #de0101;
}
#block_EXETIME .map_wrap {
	width: 95%;
	max-width: 1000px;
	margin: 10px auto;
}
#block_EXETIME .point_kodawari {
	background: #ffffff;
	padding: 15px;
}
#block_EXETIME .point_kodawari h3 {
	margin: 0 0 10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 16px;
	font-weight: 800;
}
#block_EXETIME .point_kodawari h3 span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	background: linear-gradient(transparent 40%, #fcfe6c 40%);
}
#block_EXETIME .point_kodawari dt {
	width: 120px;
	background: #003567;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #ffffff;
	padding: 8px 0;
}
#block_EXETIME .point_kodawari dd {
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
	padding: 4px 0 10px 5px;
	margin: 0;
}
#block_EXETIME h2.exetime_ttl04 {
	width: 95%;
	max-width: 1000px;
	margin: 20px auto 0;
	background: #a93030;
	text-align: center;
	padding: 12px 0 10px 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 800;
	color: #fff;
}
#block_EXETIME .service_wrap {
	width: 95%;
	max-width: 1000px;
	margin: 10px auto 0;
}
#block_EXETIME .service {
	display: table;
	margin-top: 10px;
	padding: 0;
	background: #ffffff;
}
#block_EXETIME .service_left {
	display: table-cell;
	width: 40%;
	padding: 0 !important;
}
#block_EXETIME .service_left img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#block_EXETIME .service_right {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 800;
}
#block_EXETIME .voice {
	background: #ffffff;
	margin: 15px 5px;
	padding: 15px 10px;
}
#block_EXETIME .voice h3 {
	margin: 0 0 10px 0;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 800;
}
#block_EXETIME .voice h3 span {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	color: #9b1520;
}
#block_EXETIME .voice dt {
	font-size: 16px;
	line-height: 1;
	color: #9b1520;
	font-weight: 800;
	padding: 8px 0;
}
#block_EXETIME .voice dd {
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
	padding: 0 0 10px 0;
	margin: 0;
}
#block_EXETIME .button {
	max-width: 520px;
}

@media screen and (min-width: 769px)  {
	#block_EXETIME {
		margin-top: 40px;
		padding-bottom: 20px;
	}
	h2.exetime_ttl01 {
		padding: 20px 0 17px 0 !important;
		font-size: 28px;
	}
	#block_EXETIME h3.exetime_ttl02 {
		font-size: 26px;
		margin-top: 30px;
	}
	#block_EXETIME h3.exetime_ttl02 span {
		font-size: 26px;
	}
	#block_EXETIME .map_wrap {
		margin: 20px auto;
	}
	#block_EXETIME .map {
		float: right;
		width: 58%;
	}
	#block_EXETIME .point_kodawari {
		float: left;
		width: 34%;
		margin-top: 30px;
		background: #ffffff;
		padding: 15px;
	}
	#block_EXETIME .point_kodawari h3 {	
		margin: 0 0 10px 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
		font-size: 17px;
	}
	#block_EXETIME .point_kodawari dt {
		font-size: 16px;
	}
	#block_EXETIME .point_kodawari dd {
		font-size: 16px;
	}

	#block_EXETIME h2.exetime_ttl04 {
		margin: 30px auto 0;
		padding: 12px 0 10px 0;
		font-size: 20px;
	}
	#block_EXETIME .service_wrap {
		width: 95%;
		max-width: 1000px;
		margin: 40px auto 50px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#block_EXETIME .service {
		display: block;
		width: 30%;
		margin: 0;
		padding: 0;
	}
	#block_EXETIME .service_left {
		display: block;
		width: 100%;
	}
	#block_EXETIME .service_right {
		box-sizing: border-box;
		display: block;
		width: 90%;
		margin: auto;
		padding: 10px 0;
		font-size: 16px;
		min-height: 75px;
	}
	#block_EXETIME .voice_wrap {
		width: 95%;
		max-width: 1000px;
		margin: 30px auto;
		justify-content: space-between;
	}
	#block_EXETIME .voice {
		width: 50%;
		display: table-cell;
		background: #ffffff;
		margin: 15px 0;
		padding: 15px 25px;
	}
	#block_EXETIME .bleft {
		border-right: 15px solid #dcdcdc;
	}
	#block_EXETIME .bright {
		border-left: 15px solid #dcdcdc;
	}
	#block_EXETIME .voice h3 {
		margin: 10px 0;
		font-size: 28px;
	}
	#block_EXETIME .voice dt {
		font-size: 18px;
		padding: 15px 0 10px 0;
	}
	#block_EXETIME .voice dd {
		font-size: 16px;
		padding: 0 0 10px 0;
	}
}

@media screen and (min-width: 1025px)  {
	#block_EXETIME {
		padding-bottom: 40px;
	}
	h2.exetime_ttl01 {
		font-size: 32px;
	}
	#block_EXETIME h3.exetime_ttl02 {
		font-size: 28px;
	}
	#block_EXETIME h3.exetime_ttl02 span {
		font-size: 28px;
	}
	#block_EXETIME .map img {
		max-width: 620px;
	}
}


/* ***** block_original_オリジナルカタログについて ********** */
#block_original {
	background: #dfd2bf;
	padding-bottom: 40px;
}

#block_original h2.exetime_ttl01 {
	width: 100%;
	background: #59493f;
	text-align: center;
	padding: 15px 0 10px 0;
	
}
#block_original h2 img {
	width: 80%;
	margin: auto;
}
#block_original .img {
	width: 90%;
	margin: 20px auto;
}
#block_original .txt {
	margin: 5px;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}
#block_original dl {
	margin: 10px;
}
#block_original dt {
	background: #626262;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	color: #ffffff;
	padding: 10px 0;
}
#block_original dd {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	padding: 6px 5px 15px 5px;
	margin: 0;
}
#block_original h3 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0 10px 0;
}
#block_original .inquiry {
	background: #ffffff;
	padding: 15px;
	text-align: center;
}
#block_original .inquiry p {
	margin: 5px 0 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #333333;
}
#block_original .inquiry p.tell {
	padding: 10px 15px;
	text-align: center;
	background: #93cfec;
}
#block_original .inquiry p.caution {
	margin: 5px 0 20px 0;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #333333;
}

@media screen and (min-width: 641px)  {
	#block_original {
		padding-bottom: 60px;
	}
	#block_original .orignal_wrap {
		width: 95%;
		max-width: 1000px;
		margin: 20px auto;
	}
	#block_original .img {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		margin: 50px 0 0 0;
	}
	#block_original .pc_catalog_wrap {
		display: inline-block;
		vertical-align: top;
		width: 55%;
		margin: 80px 0 0 15px;
	}
	#block_original .txt {
		font-size: 15px;
	}
	#block_original dl {
		margin: 20px;
	}
	#block_original dt {
		display: block;
		width: 520px;
		margin: auto;
		text-align: center;
		font-size: 18px;
		padding: 15px 0;
	}

	#block_original dd {
		font-size: 16px;
		padding: 15px 5px 25px 5px;
	}
	#block_original h3 {
		font-size: 24px;
		padding: 30px 0 20px 0;
	}
	#block_original .inquiry {
		background: #ffffff;
		padding: 30px 0;
		text-align: center;
	}
	#block_original .inquiry p {
		width: 500px;
		margin: 0 auto;
		font-size: 22px;
	}
	#block_original .inquiry p.tell {
		margin-top: 15px;
		padding: 10px 0;
		text-align: center;
	}
	#block_original .inquiry p.tell img {
		width: 390px;
	}	
	#block_original .inquiry p.caution {
		width: 500px;
		margin: 10px auto;
		text-align: center !important;
		font-size: 15px;
		padding-bottom: 20px;
	}
	#block_original .button {
		max-width: 520px;
	}
}


/*===============================================================
#SP専用設定
============================================================== */
#fixed_menu {
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}
#fixed_menu ul {
	display: flex;
	align-items: center;
	margin: 0;
}
#fixed_menu ul li{
	width: 33.33%;
	text-align: center;
	padding: 8px 0 5px 0;
	line-height: 1.2;
}
#fixed_menu ul li a {
	font-family: "Noto Serif SC", serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #fff;
}
#fixed_menu ul li:nth-child(1) {background: #b49b51;}
#fixed_menu ul li:nth-child(2) {background: #ed7180;}
#fixed_menu ul li:nth-child(3) {background: #54a0d5;}

@media screen and (max-width: 640px)  {
	#Platinum-sp, #Part5-sp, #Part4-sp, #Furoshiki_link, #option1_link, #option2_link, #option3_link {
		padding-top: 50px;
		margin-top: -50px;
	}
}


/*===============================================================
#PC専用設定
============================================================== */
.pc_tab_menu {
	background: #212356;
	margin: 40px 0;
	padding: 40px 0 50px 0;
}
.pc_tab_menu .tab_ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 32px;
	color: #fff !important;
	white-space: nowrap;
	text-align: center;
}

/* タブ設定 */
.tab-wrap {
	width: 90%;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 0;
}
.tab-label {
	width: 33.33%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif SC", serif;
	font-size: 24px;
	color: #fff !important;
	white-space: nowrap;
	text-align: center;
	padding: 15px 0 10px 0;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}
.t_platinum {background: #b49b51;}
.t_part5 {background: #ed7180;}
.t_part4 {background: #54a0d5;}

.tab-label:hover {
	opacity: .7;
}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	border-bottom: 7px solid #000;
	background-image:url("/exetime/user_data/lp_assets/option2021/images/icon_tab_arrow.png");
	background-position: bottom -5px left 49%;
	background-repeat: no-repeat;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 20px 10px;
	opacity: 1;
	transition: .5s opacity;
	background: #fff;
}
/* ラジオボタン非表示 */
.tab-switch {display: none;}

/* リスト設定 */
.tab-content ul {
	display: table;
}
.tab-content ul li {
	display: table-cell;
	border-right: solid 1px #000;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 30px 0 25px;
}
.tab-content ul li a {
	display: block;
}
.tab-content ul li a::before {
	display: inline-block;
	content: "\02228";
	margin-right: 5px;
}
.tab2 .tab-content ul li a::before {
	content: "\02227";
}

@media screen and (max-width: 1024px)  {
	.tab-content ul li {
		padding: 0 20px 0 15px;
	}
}
@media screen and (max-width: 768px)  {
.tab-content ul li {
	font-size: 14px;
	padding: 0 10px 0 5px;
}
}