@charset "UTF-8";
/*
Theme Name: y-style_v9
Description: Y-Styleのテーマ
Author: コムデザインラボ
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - https://richclarkdesign.com 
Twitter: @rich_clark
*/
@import "https://fonts.googleapis.com/css?family=Sintony";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin        : 0;
	padding       : 0;
	border        : 0;
	outline       : 0;
	font-size     : 100%;
	vertical-align: baseline;
	background    : transparent;
}

html {
	font-size: 10px;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin        : 0;
	padding       : 0;
	/*font-size   :100%;*/
	vertical-align: baseline;
	background    : transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color           : #000;
	text-decoration : none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color           : #000;
	font-style      : italic;
	font-weight     : bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor       : help;
}

table {
	border-collapse: collapse;
	border-spacing : 0;
}

/* change border colour to suit your needs */
hr {
	display   : block;
	height    : 1px;
	border    : 0;
	border-top: 1px solid #cccccc;
	margin    : 1em 0;
	padding   : 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size     : 0;
	line-height   : 0;
}

*,
::before,
::after {
	-moz-box-sizing   : border-box;
	-webkit-box-sizing: border-box;
	box-sizing        : border-box;
}

html {
	height: 100%;
	width : 100%;
}

body {
	width         : 100%;
	height        : 100%;
	min-width     : 980px;
	font-family   : "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color         : #333333;
	line-height   : 1.8;
	letter-spacing: 0.1em;
}

a {
	color          : inherit;
	text-decoration: none;
	transition     : 0.3s;
	display        : block;
}

a:hover {
	transition: 0.3s;
}

.opa {
	color          : inherit;
	text-decoration: none;
	transition     : 0.3s;
}

.opa:not(.not):hover {
	transition: 0.3s;
	filter    : progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity   : 0.7;
}

.image img {
	max-width: 100%;
	height   : auto;
}

.flex {
	display: -webkit-flex;
	display: flex;
}

.pc_on {
	display: inline;
}

.sp_on {
	display: none;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.bold {
	font-weight: bold;
}

.sc {
	position: relative;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height   : auto;
	}

	.opa:not(.not):hover {
		filter : progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	.pc_on {
		display: none;
	}

	.sp_on {
		display: inline;
	}
}

.mode_wp .panel_wrap {
	bottom: 32px;
}

.mode_wp .fixed_nav {
	top: 240px;
}

.mode_wp #header .header .time_box {
	top: 62px;
}

@media screen and (max-width: 768px) {
	.mode_wp .panel_wrap {
		top: 46px;
	}

	.mode_wp .fixed_nav {
		top: 78px;
	}
}

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

	.mode_wp .panel_wrap,
	.mode_wp .fixed_nav {
		top: 0;
	}
}

.post_content {
	font-size     : 18px;
	font-size     : 1.8rem;
	text-align    : justify;
	line-height   : 2.0;
	letter-spacing: 0.05rem;
	overflow      : hidden;
}

@media screen and (max-width: 768px) {
	.post_content {
		font-size  : 16px;
		font-size  : 1.6rem;
		line-height: 1.8;
	}
}

.post_content img {
	max-width: 100%;
	height   : auto;
	display  : block;
}

.post_content img.aligncenter {
	display: block;
	margin : 0 auto;
}

.post_content img.alignleft {
	float       : left;
	margin-right: 20px;
	display     : inline;
}

.post_content img.alignright {
	float      : right;
	margin-left: 20px;
	display    : inline;
}

.post_content a {
	text-decoration: underline;
	display        : inline;
}

.post_content a:hover {
	text-decoration: none;
}

.post_content p {
	margin  : 0 0 35px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.post_content p {
		width : 100% !important;
		height: auto !important;
	}
}

.post_content .subtitle01 {
	border-left: 2px solid #e6cbac;
	padding    : 1px 0 1px 20px;
	margin     : 0 0 30px;
	font-size  : 28px;
	font-size  : 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.post_content .subtitle01 {
		padding  : 1px 0 1px 15px;
		font-size: 20px;
		font-size: 2rem;
		margin   : 0 0 20px;
	}
}

.post_content .subtitle02 {
	border-top   : 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding      : 20px 0;
	margin       : 0 0 30px;
	font-size    : 26px;
	font-size    : 2.6rem;
	font-weight  : bold;
	line-height  : 1.5;
}

@media screen and (max-width: 768px) {
	.post_content .subtitle02 {
		padding  : 10px 0;
		font-size: 19px;
		font-size: 1.9rem;
		margin   : 0 0 20px;
	}
}

.post_content .subtitle03 {
	background     : url("images/marker01.png") left bottom 2px repeat-x;
	background-size: auto 5px;
	margin         : 0 0 30px;
	font-size      : 24px;
	font-size      : 2.4rem;
	font-weight    : bold;
	line-height    : 1.6;
}

@media screen and (max-width: 768px) {
	.post_content .subtitle03 {
		font-size: 18px;
		font-size: 1.8rem;
		margin   : 0 0 20px;
	}
}

.post_content .subtitle04 {
	padding    : 16px 0 16px 10px;
	margin     : 0 0 30px;
	font-size  : 20px;
	font-size  : 2rem;
	font-weight: bold;
	line-height: 1.6;
	position   : relative;
}

.post_content .subtitle04::before,
.post_content .subtitle04::after {
	content   : "";
	border-top: 1px dotted #333333;
	width     : 40px;
	height    : 1px;
	position  : absolute;
	left      : 0;
}

.post_content .subtitle04::before {
	top              : 6px;
	-moz-transform   : rotate(-18deg);
	-ms-transform    : rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	transform        : rotate(-18deg);
}

.post_content .subtitle04::after {
	bottom           : 6px;
	-moz-transform   : rotate(18deg);
	-ms-transform    : rotate(18deg);
	-webkit-transform: rotate(18deg);
	transform        : rotate(18deg);
}

@media screen and (max-width: 768px) {
	.post_content .subtitle04 {
		font-size: 17px;
		font-size: 1.7rem;
		margin   : 0 0 20px;
	}
}

.post_content ul,
.post_content ol {
	display              : block;
	-webkit-margin-before: 1em;
	-webkit-margin-after : 1em;
	-webkit-margin-start : 0px;
	-webkit-margin-end   : 0px;
	-webkit-padding-start: 40px;
}

.post_content ul li,
.post_content ol li {
	display   : list-item;
	text-align: -webkit-match-parent;
}

.post_content ul {
	list-style-type: disc;
}

.post_content ol {
	list-style-type: decimal;
}

.post_content .sd-content ul {
	display: -webkit-flex;
	display: flex;
}

.post_content blockquote {
	border    : 1px dotted #333333;
	padding   : 20px;
	margin    : 0 0 35px;
	color     : #7d7d7d;
	font-size : 14px;
	font-size : 1.4rem;
	font-style: italic;
	text-align: justify;
}

.post_content blockquote p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.post_content blockquote {
		margin: 0 0 20px;
	}
}

#first_view {
	background: #ffffff;
	position  : fixed;
	top       : 0;
	bottom    : 0;
	left      : 0;
	right     : 0;
	z-index   : 3000;
}

#first_view .logo {
	width   : 130px;
	height  : 150px;
	margin  : auto;
	position: absolute;
	top     : 0;
	bottom  : 0;
	left    : 0;
	right   : 0;
}

#wrap {
	background : #ffffff;
	padding    : 0 40px;
	line-height: 1.8;
	font-size  : 14px;
	font-size  : 1.4rem;
}

.inner_wrap {
	width  : 980px;
	padding: 0;
	margin : 0 auto;
}

.marker01 {
	background     : url("images/marker01.png") left bottom repeat-x;
	background-size: auto 8px;
	padding        : 0 0 1px;
	font-weight    : bold;
}

.pagetop {
	width   : 60px;
	position: fixed;
	right   : 20px;
	bottom  : 20px;
	z-index : 100;
}

.pagetop a {
	display: block;
}

@media screen and (max-width: 768px) {
	#first_view .logo {
		width : 100px;
		height: 115px;
	}

	#wrap {
		padding    : 0;
		font-size  : 14px;
		font-size  : 1.4rem;
		line-height: 1.8;
		overflow   : hidden;
	}

	.inner_wrap {
		width  : 100% !important;
		padding: 0 20px !important;
	}

	.pagetop {
		width : 40px;
		right : 10px;
		bottom: 60px;
	}
}

.title_type01 {
	margin        : 0 auto 30px;
	font-family   : 'sintony', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size     : 20px;
	font-size     : 2rem;
	font-weight   : bold;
	text-align    : center;
	line-height   : 1.6;
	letter-spacing: 0.2em;
}

.title_type01 span {
	padding : 0 15px;
	position: relative;
	display : inline-block;
}

.title_type01 span::before,
.title_type01 span::after {
	content   : "";
	background: #c4c4c4;
	width     : 23px;
	height    : 1px;
	margin    : auto;
	position  : absolute;
	top       : 0;
	bottom    : 0;
}

.title_type01 span::before {
	left: -23px;
}

.title_type01 span::after {
	right: -23px;
}

@media screen and (max-width: 768px) {
	.title_type01 {
		margin-bottom: 20px;
		font-size    : 2.2rem;
	}

	.title_type01 span::before,
	.title_type01 span::after {
		width: 20px;
	}

	.title_type01 span::before {
		left: -20px;
	}

	.title_type01 span::after {
		right: -20px;
	}
}

.title_type02 {
	border-top    : 1px solid #c4c4c4;
	width         : 430px;
	margin        : 0 auto 20px;
	font-family   : 'sintony', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size     : 20px;
	font-size     : 2rem;
	font-weight   : bold;
	text-align    : center;
	line-height   : 1.6;
	letter-spacing: 0.2em;
}

.title_type02 span {
	background       : #ffffff;
	padding          : 0 20px;
	display          : inline-block;
	-moz-transform   : translateY(-50%);
	-ms-transform    : translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform        : translateY(-50%);
}

@media screen and (max-width: 768px) {
	.title_type02 {
		width        : 100%;
		max-width    : 430px;
		margin-bottom: 10px;
	}
}

.archive_title {
	font-family: 'sintony', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.btn {
	margin         : 0 auto;
	text-decoration: none;
	display        : block;
	cursor         : pointer;
	transition     : 0.3s;
}

.btn:hover {
	transition: 0.3s;
}

.btn_type01 {
	background    : #e6cbac;
	border        : 2px solid #e6cbac;
	width         : 300px;
	height        : 40px;
	color         : #FFF;
	font-family   : 'sintony', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size     : 14px;
	font-size     : 1.4rem;
	font-weight   : bold;
	text-align    : center;
	line-height   : 36px;
	letter-spacing: 0.2em;
	position      : relative;
}

.btn_type01::after {
	content       : '\f105';
	margin        : auto;
	color         : #FFF;
	font-family   : FontAwesome;
	font-size     : 14px;
	font-size     : 1.4rem;
	font-weight   : normal;
	position      : absolute;
	right         : 13px;
	top           : 0;
	bottom        : 0;
	pointer-events: none;
	transition    : 0.3s;
}

.btn_type01:hover {
	background-color: #ffffff;
	color           : #e6cbac;
}

.btn_type01:hover::after {
	color     : #e6cbac;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.btn_type01 {
		width: 240px;
	}
}

.btn_type02 {
	border        : 2px solid #ffffff;
	width         : 240px;
	height        : 40px;
	color         : #ffffff;
	font-family   : 'sintony', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size     : 14px;
	font-size     : 1.4rem;
	font-weight   : bold;
	text-align    : center;
	line-height   : 36px;
	letter-spacing: 0.2em;
	position      : relative;
}

.btn_type02::after {
	content       : '\f105';
	margin        : auto;
	color         : #ffffff;
	font-family   : FontAwesome;
	font-size     : 14px;
	font-size     : 1.4rem;
	font-weight   : normal;
	position      : absolute;
	right         : 13px;
	top           : 0;
	bottom        : 0;
	pointer-events: none;
	transition    : 0.3s;
}

.text_type01 {
	position: relative;
	display : inline-block;
}

.text_type01::before,
.text_type01::after {
	content   : "";
	background: #c4c4c4;
	width     : 23px;
	height    : 1px;
	margin    : auto;
	position  : absolute;
	top       : 0;
	bottom    : 0;
}

.text_type01::before {
	left: -23px;
}

.text_type01::after {
	right: -23px;
}

.table_type01 {
	border-top: 1px solid #657535;
	width     : 100%;
}

.table_type01 tr {
	border-bottom: 1px solid #657535;
}

.table_type01 th,
.table_type01 td {
	padding       : 25px 20px;
	font-weight   : bold;
	font-size     : 2.0rem;
	letter-spacing: 0.3rem;
}

.table_type01 th {
	background: #d0d5c2;
	width     : 215px;
}

.table_type01 td {
	background: #ffffff;
}

.products_block_type02 .product_wrap {
	border  : 10px solid #f8efe6;
	width   : 942px;
	padding : 0 41px 55px;
	margin  : 0 auto;
	position: relative;
}

.products_block_type02 .product_wrap .area_head {
	margin     : -22px auto 40px;
	text-align : center;
	line-height: 0;
}

.products_block_type02 .product_wrap .area_head span {
	background: #ffffff;
	padding   : 0 27px 8px;
	display   : inline-block;
	position  : relative;
}

.products_block_type02 .product_wrap .area_head span::before,
.products_block_type02 .product_wrap .area_head span::after {
	content : "";
	width   : 60px;
	height  : 60px;
	margin  : auto;
	position: absolute;
}

.products_block_type02 .product_wrap .area_head span::before {
	border-top : 1px dotted #333333;
	border-left: 1px dotted #333333;
	top        : -26px;
	left       : -12px;
}

.products_block_type02 .product_wrap .area_head span::after {
	border-bottom: 1px dotted #333333;
	border-right : 1px dotted #333333;
	bottom       : -9px;
	right        : -12px;
}

.products_block_type02 .product_wrap .area_text {
	text-align: center;
}

.products_block_type02 .product_wrap .box_wrap {
	margin: 30px 0 0;
}

.products_block_type02 .product_wrap .box_wrap .post_box {
	width : 190px;
	margin: 0 10px;
}

.products_block_type02 .product_wrap .box_wrap .post_box .box_img {
	margin    : 0 auto;
	text-align: center;
	position  : relative;
}

.products_block_type02 .product_wrap .box_wrap .post_box .box_img .cs_img {
	height  : 100%;
	margin  : auto;
	position: absolute;
	top     : 0;
	bottom  : 0;
	left    : 0;
	right   : 0;
}

.products_block_type02 .product_wrap .box_wrap .post_box .box_img img {
	margin    : 0 auto;
	text-align: center;
}

.products_block_type02 .product_wrap .box_wrap .post_box .box_title {
	margin: 5px 0 0;
}

.products_block_type02 .product_wrap .btn_box {
	position: absolute;
	bottom  : -25px;
	left    : 0;
	right   : 0;
}

@media screen and (max-width: 768px) {
	.products_block_type02 .product_wrap {
		border : 10px solid #f8efe6;
		width  : 100%;
		padding: 0 20px 55px;
	}

	.products_block_type02 .product_wrap .area_head {
		margin: -22px auto 40px;
	}

	.products_block_type02 .product_wrap .area_head span {
		width  : 220px;
		padding: 0 18px 8px;
	}

	.products_block_type02 .product_wrap .box_wrap {
		padding: 0 20px;
	}

	.products_block_type02 .product_wrap .box_wrap .post_box {
		width : 100%;
		margin: 0;
	}

	.products_block_type02 .product_wrap .box_wrap .post_box:last-child {
		margin-right: 0;
	}

	.products_block_type02 .product_wrap .box_wrap .post_box .box_img {
		text-align: center;
	}

	.products_block_type02 .product_wrap .box_wrap .post_box .box_title {
		font-size : 14px;
		font-size : 1.4rem;
		margin    : 10px 0 0;
		text-align: center;
	}

	.products_block_type02 .product_wrap .slider_wrap {
		position : relative;
		width    : 100%;
		max-width: 300px;
		margin   : 0 auto;
	}

	.products_block_type02 .product_wrap .slider_wrap .slider-for-arrows {
		width         : 100%;
		max-width     : 300px;
		margin        : auto;
		position      : absolute;
		top           : 0;
		bottom        : 0;
		left          : 0;
		right         : 0;
		pointer-events: none;
	}

	.products_block_type02 .product_wrap .slider_wrap .slider-for-arrows .slider-prev,
	.products_block_type02 .product_wrap .slider_wrap .slider-for-arrows .slider-next {
		background-size    : 100% auto;
		background-position: center;
		background-repeat  : no-repeat;
		width              : 40px;
		height             : 40px;
		position           : absolute;
		top                : 50%;
		pointer-events     : auto;
		cursor             : pointer;
	}

	.products_block_type02 .product_wrap .slider_wrap .slider-for-arrows .slider-prev::before,
	.products_block_type02 .product_wrap .slider_wrap .slider-for-arrows .slider-next::before {
		content: "";
	}

	.products_block_type02 .product_wrap .slider_wrap .slider-for-arrows .slider-prev {
		background-image: url("images/slider_prev.png");
		left            : -10px;
	}

	.products_block_type02 .product_wrap .slider_wrap .slider-for-arrows .slider-next {
		background-image: url("images/slider_next.png");
		right           : -10px;
	}
}

.mainimg_area {
	background-position: center;
	background-repeat  : no-repeat;
	background-size    : cover;
	width              : 100%;
	height             : 310px;
	position           : relative;
}

.mainimg_area .page_title {
	background     : url("images/page_title_bg.png") center bottom no-repeat;
	background-size: 100% auto;
	width          : calc(100% + 2px);
	height         : calc(100% + 1px);
	margin         : 0 -1px -1px;
	text-align     : center;
	position       : relative;
}

.mainimg_area .page_title span {
	height  : 71px;
	margin  : auto;
	position: absolute;
	bottom  : 8px;
	left    : 0;
	right   : 0;
}

.mainimg_area .page_title span img {
	width : auto;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.mainimg_area {
		height: 150px;
	}

	.mainimg_area .page_title {
		margin: -16px auto 0;
	}

	.mainimg_area .page_title span {
		height: 40px;
		bottom: -25px;
	}
}

.common_seminar_area {
	padding: 70px 0 0;
}

.common_seminar_area .area_head {
	margin     : 0 auto 45px;
	text-align : center;
	line-height: 0;
}

.common_seminar_area .area_head span {
	padding : 0 21px 8px;
	display : inline-block;
	position: relative;
}

.common_seminar_area .area_head span::before,
.common_seminar_area .area_head span::after {
	content        : "";
	background-size: 31px 41px;
	width          : 31px;
	height         : 41px;
	margin         : auto;
	position       : absolute;
	bottom         : 0;
}

.common_seminar_area .area_head span::before {
	background-image: url("images/line_left01.png");
	left            : -24px;
}

.common_seminar_area .area_head span::after {
	background-image: url("images/line_right01.png");
	right           : -24px;
}

.common_seminar_area .box_wrap {
	margin: -30px auto 0;
}

.common_seminar_area .box {
	background : #ffffff;
	box-shadow : 5px 5px 0px 0px #f8efe6;
	width      : 800px;
	margin     : 70px auto 0;
	position   : relative;
	/*  display: -webkit-flex;
  	display  : flex;
  */
}

.common_seminar_area .box::first-child {
	margin-top: 0;
}

.common_seminar_area .link_box {
	display   : -webkit-flex;
	display   : flex;
	/*position: relative;*/
}

.common_seminar_area .box .box_img {
	background     : center no-repeat;
	background-size: cover;
	width          : 230px;
	min-height     : 170px;
	display        : -webkit-flex;
	display        : flex;
}

.common_seminar_area .box .textbox {
	width   : calc(100% - 230px);
	padding : 15px 20px 50px;
	position: relative;
}

.common_seminar_area .box .textbox .box_title {
	font-size  : 20px;
	font-size  : 2rem;
	font-weight: bold;
}

.common_seminar_area .box .textbox .meta_box {
	margin: 25px 0 0;
}

.common_seminar_area .box .textbox .meta_box dl {
	font-size  : 12px;
	font-size  : 1.2rem;
	line-height: 1.1;
	display    : inline-block;
}

.common_seminar_area .box .textbox .meta_box dl dt {
	border-right: 1px solid #e6cbac;
	padding     : 0 10px 0 0;
	margin      : 0 10px 0 0;
	display     : inline-block;
}

.common_seminar_area .box .textbox .meta_box dl dd {
	display: inline-block;
}

.common_seminar_area .box .textbox .meta_box .date {
	margin: 0 45px 0 0;
}

.common_seminar_area .box .textbox .link {
	position   : absolute;
	bottom     : 24px;
	right      : 21px;
	line-height: 1.0;
}

.common_seminar_area .box .textbox .link span {
	padding       : 0 15px 0 0;
	color         : #333333;
	font-size     : 13px;
	font-size     : 1.3rem;
	font-weight   : bold;
	letter-spacing: 0.15em;
	position      : relative;
	display       : inline-block;
}

.common_seminar_area .box .textbox .link span::after {
	content       : '\f105';
	height        : 15px;
	margin        : auto;
	color         : #333333;
	font-family   : FontAwesome;
	font-size     : 16px;
	font-size     : 1.6rem;
	font-weight   : normal;
	position      : absolute;
	right         : 0;
	top           : 0;
	bottom        : 0;
	pointer-events: none;
}

.common_seminar_area .box .btn_box {
	position               : absolute;
	bottom                 : -30px;
	left                   : 0;
	right                  : 0;
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

.common_seminar_area .box .btn_box .btn {
	margin   : 0 10px;
	font-size: 1.4rem;
	font-size: 14px;
}

.common_seminar_area .box .btn_box .btn01 {
	width: 280px;
}

.common_seminar_area .box .btn_box .btn02 {
	width         : 370px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	.common_seminar_area {
		padding: 50px 0 0;
	}

	.common_seminar_area .area_head {
		margin: 0 auto 30px;
	}

	.common_seminar_area .area_head span {
		padding-bottom: 3px;
	}

	.common_seminar_area .area_head span img {
		width: 120px;
	}

	.common_seminar_area .box_wrap {
		margin: -30px auto 40px;
	}

	.common_seminar_area .box {
		width: 100%;
	}

	.common_seminar_area .box.no_btn .link_box {
		padding-bottom: 20px;
	}

	.common_seminar_area .link_box {
		width                 : 100%;
		padding-bottom        : 90px;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	.common_seminar_area .box .box_img {
		background-size: cover;
		width          : 100%;
		min-height     : 170px;
		display        : block;
	}

	.common_seminar_area .box .textbox {
		width  : 100%;
		padding: 15px 15px 30px;
	}

	.common_seminar_area .box .textbox .box_title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.common_seminar_area .box .textbox .meta_box {
		margin: 10px 0 0;
	}

	.common_seminar_area .box .textbox .meta_box .date {
		margin: 0 20px 0 0;
	}

	.common_seminar_area .box .textbox .link {
		bottom: 0;
	}

	.common_seminar_area .box .btn_box {
		padding               : 0 10px;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	.common_seminar_area .box .btn_box .btn {
		width    : 100%;
		max-width: 350px;
		margin   : 5px auto 0;
	}

	.common_seminar_area .box .btn_box .btn02 {
		height        : 55px;
		padding       : 5px 0;
		line-height   : 1.5;
		letter-spacing: 0.2em;
	}

	.common_seminar_area .box .btn_box .btn02::after {
		height: 20px;
	}
}

.cs_area {
	padding: 50px 0;
}

.cs_area .text {
	font-size  : 30px;
	font-size  : 3rem;
	font-weight: bold;
	text-align : center;
}

.single_nav_block {
	border-top   : 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width        : 100%;
	padding      : 30px 0;
	margin       : 80px auto 0;
	display      : table;
}

.single_nav_block .nav_item {
	width         : 50%;
	display       : table-cell;
	vertical-align: middle;
}

.single_nav_block .nav_item span {
	background-size    : 40px auto;
	background-position: center;
	background-repeat  : no-repeat;
	min-height         : 40px;
	display            : -webkit-flex;
	display            : flex;
	-webkit-align-items: center;
	align-items        : center;
}

.single_nav_block .nav_item a {
	padding       : 0 20px;
	font-size     : 14px;
	font-size     : 1.4rem;
	font-weight   : bold;
	line-height   : 1.6;
	display       : inline;
	vertical-align: middle;
	transition    : 0.3s;
}

.single_nav_block .nav_item a:hover {
	transition: 0.3s;
	filter    : progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity   : 0.6;
}

.single_nav_block .nav_item .next {
	background-image   : url("images/icon_next01.png");
	background-position: left center;
}

.single_nav_block .nav_item .prev {
	background-image   : url("images/icon_prev01.png");
	background-position: right center;
}

.single_nav_block .left_box {
	border-right: 1px solid #cccccc;
}

.single_nav_block .left_box a {
	padding-left: 50px;
}

.single_nav_block .right_box {
	text-align: right;
}

.single_nav_block .right_box a {
	padding-right: 50px;
	margin       : 0 0 0 auto;
	text-align   : right;
}

@media screen and (max-width: 768px) {
	.single_nav_block {
		min-height: 30px;
		padding   : 20px 0;
		margin    : 50px auto 0;
	}

	.single_nav_block .nav_item {
		background-size: 30px auto;
	}

	.single_nav_block .nav_item span {
		background-size: 30px auto;
	}

	.single_nav_block .nav_item a {
		padding  : 0 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.single_nav_block .left_box a {
		padding-left: 40px;
	}

	.single_nav_block .right_box a {
		padding-right: 40px;
	}
}

.seminarbox_lv2 {
	width   : 805px;
	margin  : 0 auto;
	position: relative;
}

.seminarbox_lv2 .link_box {
	border : 10px solid #F3E5D6;
	display: -webkit-flex;
	display: flex;
	padding: 30px 0 35px;
}

.seminarbox_lv2 .img_wrap {
	width  : 130px;
	padding: 0 30px 0 40px;
}

.seminarbox_lv2 .img_wrap .box_img {
	width: 100%;
}

.seminarbox_lv2 .img_wrap .box_img img {
	width: 100%;
}

.seminarbox_lv2 .textbox .box_subtitle {
	padding       : 0 5px;
	font-size     : 12px;
	font-size     : 1.2rem;
	font-weight   : bold;
	letter-spacing: 0.17em;
}

.seminarbox_lv2 .textbox .box_title {
	border-bottom : 6px solid #F3E5D6;
	padding       : 0 5px;
	margin        : 12px 0 0;
	font-size     : 22px;
	font-size     : 2.2rem;
	font-weight   : bold;
	line-height   : 1.1;
	letter-spacing: 0.15em;
}

.seminarbox_lv2 .btn_box {
	position: absolute;
	bottom  : -10px;
	left    : 0;
	right   : 0;
}

.seminarbox_lv2 .btn_box .btn_type01 {
	width      : 300px;
	height     : 40px;
	color      : #FFF;
	font-size  : 14px;
	font-size  : 1.4rem;
	line-height: 36px;
}

.seminarbox_lv2 .btn_box .btn_type01::after {
	/*color: #FFF;*/
	font-size: 14px;
	font-size: 1.4rem;
}

.seminarbox_lv2 .btn_box .btn_type01:hover {
	color: #e6cbac;
}

.seminarbox_lv2 .btn_box .btn_type01:hover::after {
	/*color: #e6cbac;*/
}

@media screen and (max-width: 768px) {
	.seminarbox_lv2 {
		width: 100%;
	}

	.seminarbox_lv2 .link_box {
		-webkit-flex-direction: column;
		flex-direction        : column;
		padding               : 20px 15px 40px;
	}

	.seminarbox_lv2 .img_wrap {
		width  : 60px;
		padding: 0;
		margin : 0 auto;
	}

	.seminarbox_lv2 .textbox {
		margin    : 15px 0 0;
		text-align: center;
	}

	.seminarbox_lv2 .textbox .box_title {
		border-bottom: none;
		margin       : 8px 0 0;
		font-size    : 18px;
		font-size    : 1.8rem;
		line-height  : 1.5;
	}

	.seminarbox_lv2 .btn_box {
		padding: 0 20px;
	}

	.seminarbox_lv2 .btn_box .btn_type01 {
		width    : 100%;
		max-width: 300px;
	}
}

#header {
	width: 100%;
}

#header .header {
	width      : 100%;
	padding    : 0;
	position   : relative;
	z-index    : 1;
	/* overflow: hidden; */
}

#header .header .logo {
	float  : left;
	width  : 40px;
	padding: 0;
	margin : 24px 12px 0 30px;
}

#header .header .sp_logo {
	position: relative;
	z-index : 1;
	display : none;
}

@media screen and (max-width: 768px) {
	#header .header {
		width   : 100%;
		padding : 30px 0 0;
		margin  : 0 auto;
		position: relative;
	}

	#header .header .logo {
		display: none;
	}

	#header .header .sp_logo {
		width  : 60px;
		margin : 0 auto;
		display: block;
	}
}

#header .nav_area {
	width : 1000px;
	margin: 0 auto;
}

#header .nav_area .h_nav {
	display: -webkit-flex;
	display: flex;
}

#header .nav_area .h_nav li.has-sub {
	position: relative;
}

#header .nav_area .h_nav li.has-sub>ul {
	width           : 100%;
	position        : absolute;
	background-color: #fff;
	top             : 94px;
	left            : 0;
	display         : none;
}

#header .nav_area .h_nav li.has-sub>ul>li {
	border-bottom: 1px solid #E6CBAC;
}

#header .nav_area .h_nav li.has-sub>ul>li>a {
	padding    : 0 10px;
	font-size  : 13px;
	line-height: 35px;
	font-weight: bold;
	display    : block;
	transition : background-color .2s ease-out;
}

#header .nav_area .h_nav li.has-sub>ul>li>a:hover {
	background-color: #f8efe6;
}

#header .nav_area .h_nav li.has-sub>ul>li>a::before {
	content         : '';
	margin-right    : 5px;
	width           : 8px;
	height          : 13px;
	background-image: url("images/h_nav_bullet.png");
	background-size : contain;
	display         : inline-block;
	position        : relative;
	top             : 3px;
}

#header .nav_area .h_nav li.has-sub>ul>li>a::after {
	display: none;
}

#header .nav_area .h_nav li a img {
	background: #ffffff;
	height    : 94px;
	padding   : 27px 0;
}

#header .nav_area .h_nav li a::after {
	content       : "";
	background    : #ffffff;
	width         : 30px;
	height        : 5px;
	margin        : auto;
	position      : absolute;
	bottom        : 0;
	left          : 0;
	right         : 0;
	transition    : 0.3s;
	pointer-events: none;
}

#header .nav_area .h_nav li a.current::after,
#header .nav_area .h_nav li a:hover::after {
	content   : "";
	background: #e6cbac;
	transition: 0.3s;
}


@media screen and (max-width: 768px) {
	#header .nav_area {
		display: none;
	}
}

#footer .line_area .line {
	border-top: 10px solid #faf5ee;
	width     : 100%;
}

@media screen and (max-width: 768px) {
	#footer .line_area {
		padding: 0 20px;
	}
}

#footer .blog_area {
	padding      : 60px 0 0;
	margin-bottom: 100px;
}

#footer .blog_area .box_wrap {
	width : 800px;
	margin: 0 auto;
}

#footer .blog_area .box_wrap .box {
	margin  : 10px 0 0;
	overflow: hidden;
}

#footer .blog_area .box_wrap .box .date {
	float      : left;
	color      : #ababab;
	font-size  : 11px;
	font-size  : 1.1rem;
	line-height: 22px;
}

#footer .blog_area .box_wrap .box .box_title {
	margin: 0 0 0 120px;
}

#footer .blog_area .btn_box {
	margin: 30px auto 0;
}

#footer .blog_area .btn_box .btn_type01::after {
	content: none;
}

@media screen and (max-width: 768px) {
	#footer .blog_area {
		padding: 45px 0 0;
	}

	#footer .blog_area .box_wrap {
		width    : 100%;
		max-width: 800px;
	}

	#footer .blog_area .box_wrap .box {
		margin: 20px 0 0;
	}

	#footer .blog_area .box_wrap .box .date {
		float      : none;
		line-height: 1.8;
	}

	#footer .blog_area .box_wrap .box .box_title {
		margin: 5px 0 0;
	}

	#footer .blog_area .btn_box {
		margin: 30px auto 0;
	}

	#footer .blog_area .btn_box .btn_type01::after {
		content: none;
	}
}

#footer .instagram_area {
	padding: 60px 0;
}

#footer .instagram_area .box_wrap {
	margin                 : 0 auto;
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

#footer .instagram_area .box_wrap .box {
	width   : 140px;
	height  : 140px;
	margin  : 0 5px;
	overflow: hidden;
	position: relative;
}

#footer .instagram_area .box_wrap .box a {
	width   : 100%;
	height  : 100%;
	position: relative;
}

#footer .instagram_area .box_wrap .box a .scale {
	position: absolute;
	top     : 0;
	left    : 0;
}

#footer .instagram_area .btn_box {
	margin: 30px auto 0;
}

#footer .instagram_area .btn_box .btn_type01::after {
	content: none;
}

@media screen and (max-width: 768px) {
	#footer .instagram_area {
		padding: 60px 0;
	}

	#footer .instagram_area .box_wrap {
		margin           : 0 auto;
		-webkit-flex-wrap: wrap;
		flex-wrap        : wrap;
	}

	#footer .instagram_area .box_wrap .box {
		width  : 33.3%;
		height : auto;
		padding: 3px;
		margin : 0;
	}

	#footer .instagram_area .btn_box {
		margin: 30px auto 0;
	}

	#footer .instagram_area .btn_box .btn_type01::after {
		content: none;
	}
}

#footer .contact_area {
	background: #f8efe6;
	padding   : 50px 0 0;
	text-align: center;
}

#footer .contact_area .area_text {
	line-height: 2.2;
}

#footer .contact_area .btn_box {
	margin           : 20px auto 0;
	-moz-transform   : translateY(20px);
	-ms-transform    : translateY(20px);
	-webkit-transform: translateY(20px);
	transform        : translateY(20px);
}

#footer .contact_area .btn_box .btn {
	height     : 60px;
	line-height: 56px;
}

@media screen and (max-width: 768px) {
	#footer .contact_area {
		padding: 30px 0 0;
	}

	#footer .contact_area .title_type01 {
		font-size: 20px;
		font-size: 2rem;
	}

	#footer .contact_area .btn_box {
		margin: 10px auto 0;
	}
}

#footer .link_area {
	padding: 80px 0 60px;
}

#footer .link_area .link_list {
	margin                 : 0 auto;
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

#footer .link_list img {
	width: 30px;
}

#footer .link_area .link_list li a {
	border        : 10px solid #f8efe6;
	width         : 360px;
	height        : 100px;
	margin        : 0 50px;
	text-align    : center;
	color         : #333333;
	font-size     : 17px;
	font-size     : 1.7rem;
	line-height   : 80px;
	letter-spacing: 0.3em;
}

#footer .link_area .link_list li a .text_type01 {
	width: 160px;
}

#footer .link_area .link_list li.disable a {
	padding       : 14px 0;
	color         : #c4c4c4;
	font-size     : 20px;
	font-size     : 2rem;
	line-height   : 1.3;
	pointer-events: none;
}

#footer .link_area .link_list li.disable a .en {
	font-family   : "sintony", serif;
	font-size     : 14px;
	font-size     : 1.4rem;
	font-weight   : bold;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	#footer .link_area {
		display: none;
	}
}

#footer .footer {
	border-top: 1px solid #c4c4c4;
	padding   : 50px 0 0;
}

@media screen and (max-width: 768px) {
	#footer .footer {
		border-top: none;
		padding   : 60px 0 50px;
	}
}

#footer .footer .inner_wrap {
	position: relative;
}

#footer .footer .logo_box {
	float  : left;
	width  : 160px;
	padding: 13px 0 0;
}

#footer .footer .logo_box .logo {
	width : 50px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#footer .footer .logo_box {
		float  : none;
		width  : 160px;
		padding: 0;
		margin : 0 auto;
	}

	#footer .footer .logo_box .logo {
		width : 50px;
		margin: 0 auto;
	}
}

#footer .footer .nav_area {
	display: -webkit-flex;
	display: flex;
}

#footer .footer .nav_area .f_nav {
	border-left: 1px solid #c4c4c4;
	width      : 130px;
	padding    : 3px 18px;
}

#footer .footer .nav_area .f_nav:nth-child(2) {
	width: 170px;
}

#footer .footer .nav_area .f_nav:last-child {
	border-right: 1px solid #c4c4c4;
	width       : 170px;
}

#footer .footer .nav_area .f_nav .nav_list li a {
	padding    : 10px 0;
	color      : #333333;
	font-size  : 11px;
	font-size  : 1.1rem;
	line-height: 1.0;
}

@media screen and (max-width: 768px) {
	#footer .footer .nav_area {
		display: none;
	}
}

#footer .footer .link_list {
	display : -webkit-flex;
	display : flex;
	position: absolute;
	bottom  : 0;
	right   : 80px;
}

#footer .footer .link_list li {
	width : 30px;
	margin: 0 10px 0 0;
}

#footer .footer .link_list li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	#footer .footer .link_list {
		display: none;
	}
}

#footer .footer .copyright {
	padding    : 40px 10px 30px;
	color      : #c4c4c4;
	font-size  : 11px;
	font-size  : 1.1rem;
	text-align : center;
	line-height: 1.0;
	display    : block;
}

@media screen and (max-width: 768px) {
	#footer .footer .copyright {
		padding: 20px 0;
		margin : 0 auto;
	}
}

.fixed_nav {
	position: fixed;
	top     : 240px;
	right   : 15px;
	z-index : 100;
}

.fixed_nav .link_list li {
	margin: 5px 0;
}

.fixed_nav .link_list img {
	width: 30px;
}

.fixed_nav .link_list li:first-child {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.fixed_nav {
		display: none;
	}
}

.panel_btn_box,
.panel_wrap {
	display: none;
}

@media screen and (max-width: 768px) {
	.panel_btn_box {
		width   : 50px;
		height  : 50px;
		display : block;
		position: fixed;
		bottom  : 0;
		right   : 0;
		z-index : 2200;
	}

	.panel_btn_box .panel_btn {
		cursor: pointer;
	}

	.panel_btn_box .panel_btn .btn_open {
		background: #ffffff;
		display   : block;
	}

	.panel_btn_box .panel_btn .btn_close {
		background: #f5f5f5;
		display   : none;
	}

	.panel_btn_box .panel_btn.panel_close .btn_open {
		display: none;
	}

	.panel_btn_box .panel_btn.panel_close .btn_close {
		display: block;
	}

	.panel_btn_box .panel_btn:hover::after {
		display: none;
	}

	.panel_overlay {
		background: #f5f5f5;
		width     : 100%;
		height    : 100%;
		position  : absolute;
		top       : 0;
		left      : 0;
		z-index   : 1000;
		display   : none;
	}

	.panel_wrap {
		width                    : 100%;
		height                   : 100%;
		padding                  : 0 0 85px;
		margin                   : 0;
		position                 : fixed;
		top                      : 0;
		right                    : 0;
		bottom                   : 0;
		left                     : 0;
		z-index                  : 1001;
		overflow-y               : scroll;
		-webkit-overflow-scroling: touch;
		display                  : none;
	}

	.panel_wrap.mode_open {
		display: block;
	}

	.panel_wrap .panel_header {
		width  : 100%;
		padding: 30px 0 0;
	}

	.panel_wrap .panel_header .logo {
		width : 60px;
		margin: 0 auto;
	}

	.panel_wrap .panel_header .logo img {
		width     : auto;
		max-height: 100%;
	}

	.panel_wrap .panel_nav {
		width   : 100%;
		margin  : 25px auto 0;
		position: relative;
		overflow: hidden;
	}

	.panel_wrap .panel_nav .nav_list {
		display          : -webkit-flex;
		display          : flex;
		-webkit-flex-wrap: wrap;
		flex-wrap        : wrap;
	}

	.panel_wrap .panel_nav .nav_list>li {
		width     : 100%;
		margin    : 7px auto 0;
		text-align: center;
	}

	.panel_wrap .panel_nav .nav_list>li a {
		background-size    : 20px 20px;
		background-position: left 20px center;
		background-repeat  : no-repeat;
		padding            : 10px;
		font-size          : 1.4rem;
		font-weight        : bold;
		text-decoration    : none;
		position           : relative;
		display            : block;
		letter-spacing     : 0.1em;
	}

	.panel_wrap .panel_nav .nav_list>li a img {
		width : auto;
		height: 40px;
	}

	.panel_wrap .panel_nav .nav_list>li>ul {
		margin         : 0 auto;
		width          : 230px;
		border-top     : 1px solid #dedede;
		border-bottom  : 1px solid #dedede;
		display        : flex;
		flex-wrap      : wrap;
		justify-content: space-between;
	}

	.panel_wrap .panel_nav .nav_list>li>ul>li {
		padding: 5px 0;
		width  : 50%;
		height : auto;
	}

	.panel_wrap .panel_nav .nav_list>li>ul>li a {
		padding    : 0;
		font-size  : 12px;
		line-height: 20px;
	}

	.panel_wrap .panel_nav .nav_list>li>ul>li:first-of-type a {
		border-right: 1px solid #dedede;
	}

	.panel_wrap .link_list {
		margin                 : 10px auto 0;
		display                : -webkit-flex;
		display                : flex;
		-webkit-justify-content: center;
		justify-content        : center;
		width                  : 200px;
	}

	.panel_wrap .link_list li {
		width : 40px;
		margin: 0 5px;
	}

	.panel_wrap .link_list li:last-child {
		margin-right: 0;
	}
}

.contents {
	padding    : 50px 0 80px;
	margin     : 0 auto;
	font-size  : 1.4rem;
	line-height: 1.8;
}

.contents .nopost {
	font-size  : 2.0rem;
	font-weight: bold;
	text-align : center;
}

@media screen and (max-width: 768px) {
	.contents {
		padding-top   : 70px;
		padding-bottom: 50px;
	}
}

#page_index #wrap {
	padding-top: 40px;
}

@media screen and (max-width: 768px) {
	#page_index #wrap {
		padding-top: 0;
	}
}

#page_index #header .header .mainimg_area {
	width : 100%;
	height: auto;
	margin: 0 auto;
}

#page_index #header .header .mainimg_area .mainimg {
	background     : url("images/main_index.png") center no-repeat;
	background-size: cover;
	width          : 100%;
	height         : 590px;
	margin         : 0 auto;
}

#page_index #header .header .nav_area .h_nav {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	#page_index #header .header {
		width: 100%;
	}

	#page_index #header .header .logo {
		width  : 60px;
		margin : 0 auto;
		top    : 15px;
		left   : 15px;
		display: block;
	}

	#page_index #header .header .mainimg_area .mainimg {
		background-image: url("images/main_index_sp.png");
		width           : 100%;
		height          : 260px;
	}
}

#page_index #header .header .news_area .inner_wrap {
	padding: 30px 0;
	display: -webkit-flex;
	display: flex;
}

#page_index #header .header .news_area .area_head {
	width         : 100px;
	min-width     : 100px;
	padding       : 0 25px 0 0;
	font-family   : "sintony", serif;
	font-size     : 18px;
	font-size     : 1.8rem;
	font-weight   : bold;
	line-height   : 1.0;
	letter-spacing: 0.2em;
	white-space   : nowrap;
}

#page_index #header .header .news_area .post_wrap {
	padding: 0 20px 0 0;
}

#page_index #header .header .news_area .post_wrap .post_box {
	width      : 720px;
	min-width  : 720px;
	margin     : 12px 0 0;
	line-height: 20px;
	display    : -webkit-flex;
	display    : flex;
}

#page_index #header .header .news_area .post_wrap .post_box:first-child {
	margin-top: 0;
}

#page_index #header .header .news_area .post_wrap .post_box .post_date {
	width    : 80px;
	min-width: 80px;
	color    : #ababab;
	font-size: 11px;
	font-size: 1.1rem;
}

#page_index #header .header .news_area .post_wrap .post_box .post_title {
	padding  : 0 40px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}

#page_index #header .header .news_area .link_wrap {
	display            : -webkit-flex;
	display            : flex;
	-webkit-align-items: flex-end;
	align-items        : flex-end;
}

#page_index #header .header .news_area .link {
	line-height: 1.0;
	position   : relative;
}

#page_index #header .header .news_area .link .label {
	padding       : 0 20px 0 0;
	color         : #333333;
	font-size     : 12px;
	font-size     : 1.2rem;
	font-weight   : bold;
	letter-spacing: 0.15em;
	position      : relative;
	display       : inline-block;
}

#page_index #header .header .news_area .link .label::after {
	content       : '\f105';
	height        : 15px;
	margin        : auto;
	color         : #333333;
	font-family   : FontAwesome;
	font-size     : 15px;
	font-size     : 1.5rem;
	font-weight   : bold;
	line-height   : 1.0;
	vertical-align: middle;
	position      : absolute;
	right         : 0;
	top           : 0;
	bottom        : 0;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	#page_index #header .header .news_area {
		padding: 30px 0 80px;
	}

	#page_index #header .header .news_area .inner_wrap {
		padding               : 30px 0;
		line-height           : 2.0;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_index #header .header .news_area .area_head {
		width        : 100%;
		min-width    : initial;
		padding      : 0;
		margin-bottom: 10px;
		text-align   : center;
	}

	#page_index #header .header .news_area .post_wrap {
		max-width: 400px;
		margin   : 0 auto;
		padding  : 0;
	}

	#page_index #header .header .news_area .post_wrap .post_box {
		width                 : 100%;
		min-width             : initial;
		margin-top            : 15px;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_index #header .header .news_area .post_wrap .post_box:first-child {
		margin-top: 0;
	}

	#page_index #header .header .news_area .post_wrap .post_box .post_date {
		width    : 100%;
		min-width: initial;
		font-size: 10px;
		font-size: 1rem;
	}

	#page_index #header .header .news_area .post_wrap .post_box .post_title {
		padding    : 0;
		margin-top : 5px;
		line-height: 1.8;
	}

	#page_index #header .header .news_area .link_wrap {
		margin-top             : 25px;
		-webkit-justify-content: center;
		justify-content        : center;
	}

	#page_index #header .header .news_area .link {
		text-align: center;
		display   : inline-block;
	}

	#page_index #header .header .news_area .link .label {
		margin: 0 auto;
	}
}

#page_index .contents {
	border-top    : 1px solid #dedede;
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {
	#page_index .contents {
		border     : none;
		padding-top: 0;
	}
}

#page_index .first_area {
	padding: 0 0 130px;
}

#page_index .first_area .area_head {
	width   : 450px;
	margin  : 0 auto 60px;
	position: relative;
	z-index : 3;
}

#page_index .first_area .box {
	padding : 50px 40px;
	margin  : 0 auto;
	position: relative;
	z-index : 2;
}

#page_index .first_area .box::before {
	content   : "";
	background: #faf5ee;
	width     : 100%;
	height    : 100%;
	margin    : 0 auto;
	position  : absolute;
	top       : 0;
	left      : 0;
	right     : 0;
	z-index   : 1;
}

#page_index .first_area .box .textbox {
	margin    : 0 auto;
	text-align: center;
	position  : relative;
	z-index   : 3;
}

#page_index .first_area .box .textbox p {
	font-size     : 18px;
	font-size     : 1.8rem;
	line-height   : 2.0;
	letter-spacing: 0.13em;
}

#page_index .first_area .box .textbox p:not(:first-child) {
	margin: 40px auto 0;
}

#page_index .first_area .box .textbox p .point {
	margin     : 0 auto 10px;
	font-size  : 24px;
	font-size  : 2.4rem;
	font-weight: bold;
	display    : inline-block;
}

@media screen and (max-width: 768px) {
	#page_index .first_area {
		padding: 0 0 80px;
	}

	#page_index .first_area .area_head {
		width        : 70%;
		max-width    : 450px;
		margin-bottom: 40px;
	}

	#page_index .first_area .box {
		padding: 40px 10px 50px;
		margin : 0 auto;
	}

	#page_index .first_area .box::before {
		width: 100%;
	}

	#page_index .first_area .box .textbox p {
		font-size     : 14px;
		font-size     : 1.4rem;
		letter-spacing: 0.05em;
	}

	#page_index .first_area .box .textbox p:not(:first-child) {
		margin: 30px auto 0;
	}

	#page_index .first_area .box .textbox p .point {
		margin   : 0 auto 15px;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

#page_index .service_area {
	background: #f3f3f3;
	padding   : 50px 0 40px;
}

#page_index .service_area .area_head {
	margin-bottom: 45px;
	line-height  : 0;
}

#page_index .service_area .box_wrap {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

#page_index .service_area .box_wrap .box {
	width : 280px;
	margin: 0 15px;
}

#page_index .service_area .box_wrap .box:nth-child(1) .box_img {
	background-image: url("images/i_service01.png");
}

#page_index .service_area .box_wrap .box:nth-child(2) .box_img {
	background-image: url("images/i_service02.png");
}

#page_index .service_area .box_wrap .box:nth-child(3) .box_img {
	background-image: url("images/i_service03.png");
}

#page_index .service_area .box_wrap .box .box_img {
	background     : center no-repeat;
	background-size: contain;
	width          : 280px;
	height         : 160px;
}

#page_index .service_area .box_wrap .box .textbox {
	background: #ffffff;
	padding   : 22px 20px 25px;
}

#page_index .service_area .box_wrap .box .textbox .box_title {
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
	text-align : center;
	line-height: 1.4;
}

#page_index .service_area .box_wrap .box .textbox .text {
	margin   : 10px 0 0;
	font-size: 11px;
	font-size: 1.1rem;
}

#page_index .service_area .btn_box {
	margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
	#page_index .service_area {
		padding: 40px 0;
	}

	#page_index .service_area .area_head {
		margin-bottom: 20px;
	}

	#page_index .service_area .area_head span img {
		width: 200px;
	}

	#page_index .service_area .box_wrap {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_index .service_area .box_wrap .box {
		background: #ffffff;
		width     : 100%;
		max-width : 400px;
		margin    : 20px auto 0;
		display   : -webkit-flex;
		display   : flex;
	}

	#page_index .service_area .box_wrap .box .box_img {
		background-size: cover;
		width          : 30%;
		min-width      : 120px;
		height         : auto;
	}

	#page_index .service_area .box_wrap .box .textbox {
		width  : 70%;
		padding: 10px;
	}

	#page_index .service_area .box_wrap .box .textbox .box_title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_index .service_area .box_wrap .box .textbox .text {
		margin: 7px 0 0;
	}
}

#page_index .works_area {
	padding: 115px 0 0;
}

#page_index .works_area .area_head {
	margin-bottom: 45px;
	line-height  : 0;
}

#page_index .works_area .posts_block {
	width  : 890px;
	margin : 0 auto;
	display: -webkit-flex;
	display: flex;
}

#page_index .works_area .posts_block .post_box {
	width : 200px;
	margin: 0 30px 0 0;
}

#page_index .works_area .posts_block .post_box:last-child {
	margin-right: 0;
}

#page_index .works_area .posts_block .post_box .textbox {
	padding: 8px 0 0;
}

#page_index .works_area .posts_block .post_box .textbox .meta_box .post_date {
	color    : #ababab;
	font-size: 10px;
	font-size: 1rem;
}

#page_index .works_area .posts_block .post_box .textbox .meta_box .post_cat {
	display: none;
}

#page_index .works_area .posts_block .post_box .textbox .box_title {
	margin   : 2px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}

#page_index .works_area .btn_box {
	margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
	#page_index .works_area {
		padding: 60px 0 0;
	}

	#page_index .works_area .area_head {
		margin-bottom: 30px;
	}

	#page_index .works_area .area_head span {
		max-width: calc(100% - 50px);
	}

	#page_index .works_area .area_head span img {
		width: 260px;
	}

	#page_index .works_area .posts_block {
		width                 : 100%;
		margin                : -20px auto 0;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_index .works_area .posts_block .post_box {
		width : 100%;
		margin: 20px auto 0;
	}

	#page_index .works_area .posts_block .post_box:last-child {
		margin-right: 0;
	}

	#page_index .works_area .posts_block .post_box .link_box {
		display: -webkit-flex;
		display: flex;
	}

	#page_index .works_area .posts_block .post_box .img_wrap {
		width: 40%;
	}

	#page_index .works_area .posts_block .post_box .textbox {
		width  : 60%;
		padding: 5px 10px;
	}

	#page_index .works_area .btn_box {
		display: none;
	}
}

#page_index .product_area {
	padding: 110px 0 100px;
}

@media screen and (max-width: 768px) {
	#page_index .product_area {
		padding: 100px 0 60px;
	}
}

#page_index .media_area {
	background     : url("images/i_media_bg.png") center no-repeat;
	background-size: cover;
	padding        : 40px 0 30px;
}

#page_index .media_area .box_wrap {
	display: -webkit-flex;
	display: flex;
}

#page_index .media_area .box_wrap .box {
	border-right: 1px solid #ffffff;
	width       : 330px;
	padding     : 20px 50px;
	color       : #ffffff;
}

#page_index .media_area .box_wrap .box:nth-child(2) {
	width        : 320px;
	padding-left : 45px;
	padding-right: 45px;
}

#page_index .media_area .box_wrap .box .cat {
	font-size: 12px;
	font-size: 1.2rem;
}

#page_index .media_area .box_wrap .box .box_title {
	margin     : 5px 0 0;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_index .media_area .box_wrap .box .date {
	margin   : 50px 0 0;
	font-size: 10px;
	font-size: 1rem;
}

#page_index .media_area .btn_box {
	margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
	#page_index .media_area {
		padding: 40px 0 30px;
	}

	#page_index .media_area .box_wrap {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_index .media_area .box_wrap .box {
		border : none;
		width  : 100%;
		margin : 40px auto 0;
		padding: 0;
	}

	#page_index .media_area .box_wrap .box:first-child {
		margin-top: 0;
	}

	#page_index .media_area .box_wrap .box:nth-child(2) {
		width  : 100%;
		padding: 0;
	}

	#page_index .media_area .box_wrap .box .box_title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_index .media_area .box_wrap .box .date {
		margin   : 5px 0 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	#page_index .media_area .btn_box {
		margin: 30px auto 0;
	}
}

#page_profile .mainimg_area {
	background-image: url("images/main_profile_bg.png");
}

#page_profile .contents {
	padding-top: 25px;
}

@media screen and (max-width: 768px) {
	#page_profile .contents {
		padding-top: 50px;
	}
}

#page_profile .contents .link_area {
	margin: -50px auto 0;
}

#page_profile .contents .link_area .link_list {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

#page_profile .contents .link_area .link_list li {
	margin: 0 35px;
}

#page_profile .contents .link_area .link_list li a {
	border    : 1px solid #e6cbac;
	width     : 240px;
	height    : 100px;
	padding   : 30px 0 0;
	text-align: center;
	position  : relative;
}

#page_profile .contents .link_area .link_list li a::after {
	content       : '\f105';
	height        : 20px;
	margin        : auto;
	color         : #333333;
	font-family   : FontAwesome;
	font-size     : 20px;
	font-size     : 2rem;
	font-weight   : normal;
	line-height   : 1.0;
	position      : absolute;
	right         : 10px;
	top           : 0;
	bottom        : 0;
	pointer-events: none;
	transition    : 0.3s;
}

#page_profile .contents .link_area .link_list li a img {
	height: 38px;
}

@media screen and (max-width: 768px) {
	#page_profile .contents .link_area {
		margin: 30px auto 0;
	}

	#page_profile .contents .link_area .link_list {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_profile .contents .link_area .link_list li {
		width : 80%;
		margin: 20px auto 0;
	}

	#page_profile .contents .link_area .link_list li:first-child {
		margin-top: 0;
	}

	#page_profile .contents .link_area .link_list li a {
		width  : 100%;
		height : auto;
		padding: 15px 0;
	}
}

#page_profile .first_area {
	padding: 165px 0 0;
}

#page_profile .first_area .box {
	background: #faf5ee;
	width     : 784px;
	padding   : 40px 40px 100px;
	margin    : 0 auto;
	text-align: center;
	box-shadow: 16px 16px 0px 0px rgba(230, 203, 172, 0.6);
	position  : relative;
}

#page_profile .first_area .box::before {
	content        : "";
	background     : url("images/profile_box_bg.png") center bottom no-repeat;
	background-size: contain;
	width          : 784px;
	min-height     : 107px;
	margin         : 0 auto;
	position       : absolute;
	top            : -107px;
	left           : 0;
	right          : 0;
}

#page_profile .first_area .box::after {
	content        : "";
	background     : url("images/profile_box_bg02.png") center top no-repeat;
	background-size: 16px 5px;
	width          : 16px;
	height         : 5px;
	position       : absolute;
	top            : 11px;
	right          : -16px;
}

#page_profile .first_area .box .box_title {
	margin     : 0 auto;
	color      : #e6cbac;
	font-family: "sintony", serif;
	font-size  : 38px;
	font-size  : 3.8rem;
	font-weight: bold;
	line-height: 1.4;
}

#page_profile .first_area .box .text {
	margin        : 40px auto 0;
	font-size     : 20px;
	font-size     : 2rem;
	line-height   : 2.0;
	letter-spacing: 0.13em;
}

@media screen and (max-width: 768px) {
	#page_profile .first_area {
		padding: 100px 10px 0;
	}

	#page_profile .first_area .box {
		width     : 100%;
		padding   : 40px 10px 50px;
		box-shadow: 10px 10px 0px 0px rgba(230, 203, 172, 0.6);
	}

	#page_profile .first_area .box::before {
		width: 100%;
	}

	#page_profile .first_area .box::after {
		background-size: 10px 5px;
		width          : 10px;
		height         : 5px;
		top            : 5px;
		right          : -10px;
	}

	#page_profile .first_area .box .box_title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	#page_profile .first_area .box .text {
		font-size     : 16px;
		font-size     : 1.6rem;
		letter-spacing: 0.1em;
	}
}

#page_profile .service_area {
	padding: 120px 0 0;
}

#page_profile .service_area .area_head {
	margin-bottom: 45px;
	line-height  : 0;
}

#page_profile .service_area .box_wrap {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

#page_profile .service_area .box_wrap .box {
	border-right: 1px solid #c4c4c4;
	width       : 310px;
	padding     : 20px 30px;
}

#page_profile .service_area .box_wrap .box:last-child {
	border: none;
}

#page_profile .service_area .box_wrap .box .textbox {
	background: #ffffff;
}

#page_profile .service_area .box_wrap .box .textbox .box_title {
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
	text-align : center;
	line-height: 1.4;
}

#page_profile .service_area .box_wrap .box .textbox .text {
	margin   : 20px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#page_profile .service_area .box_wrap .box .btn_box {
	margin: 25px auto 0;
}

#page_profile .service_area .box_wrap .box .btn_box .btn_type01 {
	width: 230px;
}

#page_profile .service_area .btn_box {
	margin: 30px auto 0;
}

#page_profile .service_area .sp_btn_box {
	display: none;
}

@media screen and (max-width: 768px) {
	#page_profile .service_area {
		padding: 80px 0 0;
	}

	#page_profile .service_area .box_wrap {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_profile .service_area .box_wrap .box {
		border-right: none;
		width       : 100%;
		padding     : 0;
	}

	#page_profile .service_area .box_wrap .box:not(:first-child) {
		margin: 35px auto 0;
	}

	#page_profile .service_area .box_wrap .box .textbox .box_title {
		font-size  : 18px;
		font-size  : 1.8rem;
		font-weight: bold;
		text-align : center;
		line-height: 1.4;
	}

	#page_profile .service_area .box_wrap .box .textbox .text {
		margin: 15px 0 0;
	}

	#page_profile .service_area .box_wrap .box .btn_box {
		display: none;
	}

	#page_profile .service_area .sp_btn_box {
		margin : 40px auto 0;
		display: block;
	}
}

#page_profile .profile_area {
	padding: 230px 0 0;
}

#page_profile .profile_area .outer {
	background: #faf5ee;
}

#page_profile .profile_area .profile_wrap {
	padding          : 0 40px 0 110px;
	-moz-transform   : translateY(-100px);
	-ms-transform    : translateY(-100px);
	-webkit-transform: translateY(-100px);
	transform        : translateY(-100px);
	display          : -webkit-flex;
	display          : flex;
}

#page_profile .profile_area .profile_wrap .area_img {
	width: 345px;
}

#page_profile .profile_area .profile_wrap .textbox {
	width  : 515px;
	padding: 80px 0 0 50px;
}

#page_profile .profile_area .profile_wrap .textbox .name {
	margin     : 0 0 0 -10px;
	font-size  : 40px;
	font-size  : 4rem;
	line-height: 1.1;
}

#page_profile .profile_area .profile_wrap .textbox .en {
	margin        : 15px 0 0;
	color         : #e6cbac;
	font-size     : 20px;
	font-size     : 2rem;
	line-height   : 1.1;
	letter-spacing: 0.4em;
}

#page_profile .profile_area .profile_wrap .textbox .license {
	margin   : 25px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#page_profile .profile_area .profile_wrap .textbox .text {
	margin: 20px 0 0;
}

#page_profile .profile_area .profile_wrap .textbox .text p:not(:first-child) {
	margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
	#page_profile .profile_area {
		padding: 180px 10px 0;
	}

	#page_profile .profile_area .profile_wrap {
		padding               : 0;
		-moz-transform        : translateY(-50px);
		-ms-transform         : translateY(-50px);
		-webkit-transform     : translateY(-50px);
		transform             : translateY(-50px);
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_profile .profile_area .profile_wrap .area_img {
		width   : 200px;
		height  : 220px;
		margin  : 0 auto;
		overflow: hidden;
	}

	#page_profile .profile_area .profile_wrap .textbox {
		width    : 100%;
		max-width: 515px;
		padding  : 30px 0 0;
		margin   : 0 auto;
	}

	#page_profile .profile_area .profile_wrap .textbox .name {
		font-size : 34px;
		font-size : 3.4rem;
		text-align: center;
	}

	#page_profile .profile_area .profile_wrap .textbox .en {
		font-size : 16px;
		font-size : 1.6rem;
		text-align: center;
	}

	#page_profile .profile_area .profile_wrap .textbox .license {
		margin: 30px 0 0;
	}

	#page_profile .profile_area .profile_wrap .textbox .text {
		margin: 30px 0 0;
	}

	#page_profile .profile_area .profile_wrap .textbox .text p:not(:first-child) {
		margin: 30px auto 0;
	}
}

#page_profile .company_area {
	padding: 190px 0 0;
}

#page_profile .company_area .title_type02 span {
	padding: 0 30px;
}

#page_profile .company_area .company_wrap {
	border : 10px solid #f8efe6;
	width  : 700px;
	padding: 40px 60px 70px;
	margin : 0 auto;
}

#page_profile .company_area .company_wrap .company_table {
	width: 100%;
}

#page_profile .company_area .company_wrap .company_table th,
#page_profile .company_area .company_wrap .company_table td {
	padding   : 30px 0 25px;
	text-align: left;
}

#page_profile .company_area .company_wrap .company_table th {
	border-bottom: 1px solid #333333;
	width        : 130px;
	padding      : 30px 10px 25px 10px;
}

#page_profile .company_area .company_wrap .company_table td {
	border-bottom: 1px dotted #c4c4c4;
	padding      : 30px 10px 25px 20px;
}

#page_profile .company_area .company_wrap .company_table td dl:not(:first-child) {
	margin: 10px 0 0;
}

#page_profile .company_area .company_wrap .company_table td dl dt {
	font-weight: bold;
}

#page_profile .company_area .company_wrap .company_table td dl dd {
	padding  : 0 0 0 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	#page_profile .company_area {
		padding: 120px 10px 0;
	}

	#page_profile .company_area .company_wrap {
		width    : 100%;
		max-width: 700px;
		padding  : 20px 20px 40px;
	}

	#page_profile .company_area .company_wrap .company_table {
		width: 100%;
	}

	#page_profile .company_area .company_wrap .company_table th,
	#page_profile .company_area .company_wrap .company_table td {
		width  : 100%;
		display: block;
	}

	#page_profile .company_area .company_wrap .company_table th {
		border-bottom: none;
		padding      : 20px 10px 12px;
	}

	#page_profile .company_area .company_wrap .company_table td {
		padding: 0 10px 17px 20px;
	}

	#page_profile .company_area .company_wrap .company_table td dl dd {
		padding: 0 0 0 30px;
	}
}

#page_service .mainimg_area {
	background-image: url("images/main_service_bg.png");
}

#page_service .contents .link_area {
	padding: 50px 0 90px;
}

#page_service .contents .link_area .link_list {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

#page_service .contents .link_area .link_list li {
	margin: 0 20px;
}

#page_service .contents .link_area .link_list li a {
	border     : 1px solid #e6cbac;
	width      : 270px;
	height     : 100px;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
	text-align : center;
	line-height: 98px;
	position   : relative;
}

#page_service .contents .link_area .link_list li a::after {
	content       : '\f107';
	height        : 10px;
	margin        : auto;
	color         : #333333;
	font-family   : FontAwesome;
	font-size     : 20px;
	font-size     : 2rem;
	font-weight   : normal;
	line-height   : 10px;
	position      : absolute;
	right         : 0;
	left          : 0;
	bottom        : 10px;
	display       : block;
	pointer-events: none;
	transition    : 0.3s;
}

@media screen and (max-width: 768px) {
	#page_service .contents .link_area {
		padding: 30px 0 60px;
	}

	#page_service .contents .link_area .link_list {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_service .contents .link_area .link_list li {
		width : 80%;
		margin: 20px auto 0;
	}

	#page_service .contents .link_area .link_list li:first-child {
		margin-top: 0;
	}

	#page_service .contents .link_area .link_list li a {
		width      : 100%;
		height     : auto;
		padding    : 20px 0;
		font-size  : 16px;
		font-size  : 1.6rem;
		line-height: 1.0;
	}

	#page_service .contents .link_area .link_list li a::after {
		bottom: 5px;
	}
}

#page_service .cs_text {
	color         : #e6cbac;
	font-size     : 34px;
	font-size     : 3.4rem;
	font-weight   : bold;
	text-align    : center;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	#page_service .cs_text {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

#page_service .area_common {
	border-top: 2px solid #e6cbac;
	width     : calc(100% + 80px);
	padding   : 0 0 60px;
	margin    : 0 0 0 -40px;
}

#page_service .area_common .top_block {
	width   : 100%;
	height  : 400px;
	position: relative;
}

#page_service .area_common .top_block .area_head {
	width  : 980px;
	padding: 95px 0 0 25px;
	margin : 0 auto;
}

#page_service .area_common .top_block .area_head .en {
	color         : #e6cbac;
	font-family   : "sintony", serif;
	font-size     : 85px;
	font-size     : 8.5rem;
	font-weight   : bold;
	filter        : progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity       : 0.5;
	letter-spacing: 0.05em;
	line-height   : 70px;
	position      : relative;
	z-index       : 2;
}

#page_service .area_common .top_block .area_head .jp {
	padding    : 0 0 0 15px;
	margin     : 40px auto 0;
	font-size  : 36px;
	font-size  : 3.6rem;
	font-weight: bold;
	line-height: 1.0;
}

#page_service .area_common .top_block .area_img {
	background-position: center;
	background-repeat  : no-repeat;
	background-size    : cover;
	width              : calc(50% - 80px);
	height             : 400px;
	position           : absolute;
	top                : 0;
	left               : calc(50% + 80px);
	z-index            : 1;
}

#page_service .area_common .content_block {
	background: rgba(253, 250, 247, 0.8);
	width     : 800px;
	padding   : 55px 50px 85px;
	margin    : -100px auto 35px;
	position  : relative;
	z-index   : 10;
}

#page_service .area_common .content_block .first_block .block_text {
	font-size  : 20px;
	font-size  : 2rem;
	text-align : center;
	line-height: 2.0;
}

#page_service .area_common .content_block .btn_box {
	margin  : auto;
	position: absolute;
	bottom  : -35px;
	left    : 0;
	right   : 0;
}

#page_service .area_common .content_block .btn_box .btn_type01 {
	height     : 60px;
	line-height: 56px;
}

#page_service .area_common .works_block {
	width  : 980px;
	padding: 0 22px;
	margin : 120px auto 0;
}

#page_service .area_common .works_block .title_type02 {
	width: 670px;
}

#page_service .area_common .works_block .title_type02 span {
	width : 440px;
	height: 23px;
}

#page_service .area_common .works_block .title_type02 span img {
	height: 23px;
}

#page_service .area_common .works_block .posts_block {
	-webkit-justify-content: center;
	justify-content        : center;
}

#page_service .area_common .works_block .posts_block .post_box .meta_box .post_cat {
	display: none;
}

#page_service .area_common .works_block .posts_block .post_box .box_title {
	font-size  : 18px;
	font-size  : 1.8rem;
	line-height: 1.7;
}

#page_service .area_common .works_block .link_more {
	padding   : 0 18px;
	margin    : 10px 0 0 auto;
	text-align: right;
}

@media screen and (max-width: 768px) {
	#page_service .area_common {
		width  : 100%;
		padding: 0 20px 100px;
		margin : 0;
	}

	#page_service .area_common .top_block {
		height: auto;
	}

	#page_service .area_common .top_block .area_head {
		width    : 100%;
		max-width: 400px;
		padding  : 130px 0 0 0;
	}

	#page_service .area_common .top_block .area_head .en {
		font-size: 40px;
		font-size: 4rem;
	}

	#page_service .area_common .top_block .area_head .jp {
		margin   : 0 auto;
		font-size: 20px;
		font-size: 2rem;
	}

	#page_service .area_common .top_block .area_img {
		width : 250px;
		height: 160px;
		margin: 0 auto;
		left  : 0;
		right : 0;
	}

	#page_service .area_common .content_block {
		width     : 100%;
		padding   : 20px 20px 60px;
		margin-top: 30px;
	}

	#page_service .area_common .content_block .first_block .block_text {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_service .area_common .content_block .btn_box {
		bottom: -30px;
	}

	#page_service .area_common .content_block .btn_box .btn_type01 {
		height     : 50px;
		line-height: 46px;
	}

	#page_service .area_common .first_block .block_text {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_service .area_common .works_block {
		width  : 100%;
		padding: 0;
		margin : 100px auto 0;
	}

	#page_service .area_common .works_block .title_type02 {
		width: 100%;
	}

	#page_service .area_common .works_block .title_type02 span {
		width  : auto;
		height : 16px;
		padding: 0 15px;
	}

	#page_service .area_common .works_block .title_type02 span img {
		height: 16px;
	}

	#page_service .area_common .works_block .posts_block {
		padding: 0;
	}

	#page_service .area_common .works_block .posts_block .post_box .box_title {
		font-size  : 16px;
		font-size  : 1.6rem;
		line-height: 1.7;
	}

	#page_service .area_common .works_block .link_more {
		padding: 0;
		margin : 20px 0 0 auto;
	}
}

#page_service .coordinate_area .top_block .area_img {
	background-image: url("images/service01.png");
}

#page_service .coordinate_area .content_block {
	padding-top: 70px;
}

#page_service .coordinate_area .content_block .block .block_head {
	border-bottom: 1px solid #e6cbac;
	padding      : 0 5px;
	margin       : 0 0 25px;
	font-size    : 24px;
	font-size    : 2.4rem;
	font-weight  : bold;
}

#page_service .coordinate_area .content_block .block .block_text {
	padding: 0 20px;
}

#page_service .coordinate_area .content_block .block .block_text .point {
	color      : #e60000;
	font-weight: bold;
}

#page_service .coordinate_area .content_block .first_block .block_head {
	font-size  : 25px;
	font-size  : 2.5rem;
	font-weight: bold;
	text-align : center;
}

#page_service .coordinate_area .content_block .first_block .block_text {
	margin    : 40px 0 0;
	text-align: justify;
}

#page_service .coordinate_area .content_block .flow_block {
	margin: 80px 0 0;
}

#page_service .coordinate_area .content_block .flow_block .box_wrap .box:not(:first-child) {
	margin: 30px 0 0;
}

#page_service .coordinate_area .content_block .flow_block .box_wrap .box:not(:last-child) {
	padding : 0 0 30px;
	position: relative;
}

#page_service .coordinate_area .content_block .flow_block .box_wrap .box:not(:last-child)::after {
	content     : "";
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #e6cbac transparent transparent transparent;
	width       : 0;
	height      : 0;
	margin      : auto;
	position    : absolute;
	left        : 10px;
	bottom      : 0;
}

#page_service .coordinate_area .content_block .flow_block .box_wrap .box dt {
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_service .coordinate_area .content_block .flow_block .box_wrap .box dd {
	margin: 10px 0 0;
}

#page_service .coordinate_area .content_block .price_block {
	margin: 60px 0 0;
}

#page_service .coordinate_area .content_block .support_block {
	margin: 60px 0 0;
}

#page_service .coordinate_area .content_block .support_block .block_text {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: space-between;
	justify-content        : space-between;
}

#page_service .coordinate_area .content_block .support_block .block_text .box_img {
	width: 350px;
}

#page_service .coordinate_area .content_block .support_block .block_text .textbox {
	width: 280px;
}

#page_service .coordinate_area .content_block .attention_block {
	background: #ffffff;
	padding   : 20px 50px 25px;
	margin    : 70px 0 0;
}

#page_service .coordinate_area .content_block .attention_block .block_head {
	margin     : 0 0 0 -20px;
	color      : #e60000;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_service .coordinate_area .content_block .attention_block .attention_list {
	padding-left: 1.2em;
	margin      : 10px 0 0;
	font-size   : 12px;
	font-size   : 1.2rem;
}

#page_service .coordinate_area .content_block .attention_block .attention_list li {
	text-indent: -1.2em;
}

#page_service .coordinate_area .content_block .attention_block .attention_list li .mark {
	color: #e60000;
}

#page_service .coordinate_area .content_block .attention_block .attention_list li:not(:first-child) {
	margin: 5px 0 0;
}

@media screen and (max-width: 768px) {
	#page_service .coordinate_area .content_block {
		padding-top: 40px;
	}

	#page_service .coordinate_area .content_block .block .block_head {
		font-size: 18px;
		font-size: 1.8rem;
	}

	#page_service .coordinate_area .content_block .block .block_text {
		padding: 0 15px;
	}

	#page_service .coordinate_area .content_block .first_block .block_head {
		font-size: 18px;
		font-size: 1.8rem;
	}

	#page_service .coordinate_area .content_block .first_block .block_text {
		margin: 30px 0 0;
	}

	#page_service .coordinate_area .content_block .flow_block {
		margin: 50px 0 0;
	}

	#page_service .coordinate_area .content_block .flow_block .box_wrap .box dt {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_service .coordinate_area .content_block .price_block {
		margin: 50px 0 0;
	}

	#page_service .coordinate_area .content_block .support_block {
		margin: 50px 0 0;
	}

	#page_service .coordinate_area .content_block .support_block .block_text {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_service .coordinate_area .content_block .support_block .block_text .box_img {
		width: 100%;
	}

	#page_service .coordinate_area .content_block .support_block .block_text .textbox {
		width : 100%;
		margin: 20px 0 0;
	}

	#page_service .coordinate_area .content_block .attention_block {
		padding: 20px 25px 25px;
		margin : 60px 0 0;
	}

	#page_service .coordinate_area .content_block .attention_block .block_head {
		margin   : 0 0 0 -10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

#page_service .seminar_area .top_block .area_img {
	background-image: url("images/service02.png");
}

#page_service .product_area .top_block .area_img {
	background-image: url("images/service03.png");
}

#page_service .product_area .products_block {
	margin: 115px auto 0;
}

#page_service .product_area .products_block .product_wrap .btn_box .btn_type01 {
	width: 240px;
}

@media screen and (max-width: 768px) {
	#page_service .product_area .products_block {
		margin: 125px auto 0;
	}
}

#page_service .product_area .works_block {
	margin-top: 100px;
}

.products_block_type01 {
	display          : -webkit-flex;
	display          : flex;
	-webkit-flex-wrap: wrap;
	flex-wrap        : wrap;
}

.products_block_type01 .post_box {
	width : 190px;
	margin: 0 20px 0 0;
}

.products_block_type01 .post_box:nth-child(4n) {
	margin-right: 0;
}

.products_block_type01 .post_box .textbox {
	margin: 5px 0 0;
}

.products_block_type01 .post_box .textbox .box_title {
	font-size: 14px;
	font-size: 1.4rem;
}

.products_block_type01 .post_box .textbox .meta_box {
	margin        : 5px 0 0;
	letter-spacing: 0;
	overflow      : hidden;
}

.products_block_type01 .post_box .textbox .meta_box .post_cat {
	float    : left;
	color    : #657535;
	font-size: 1.2rem;
}

.products_block_type01 .post_box .textbox .meta_box .post_date {
	float    : right;
	color    : #ad936b;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.products_block_type01 .post_box {
		width  : 50%;
		padding: 0 10px;
		margin : 0;
	}
}

.product_img {
	width: 190px;
}

.product_img .box_img {
	width   : 100%;
	position: relative;
}

.product_img .box_img img {
	width: 100%;
}

.product_img .comingsoon {
	position: absolute;
	top     : 0;
	left    : 0;
}

.product_img .soldout {
	position: absolute;
	top     : 0;
	left    : 0;
}

@media screen and (max-width: 768px) {
	.product_img {
		width: 100%;
	}
}

#page_product .mainimg_area {
	background-image: url("images/main_product_bg.png");
}

#page_product .main_area {
	width : 820px;
	margin: 0 auto;
}

#page_product .main_area .area_text {
	margin    : 0 0 60px;
	text-align: center;
}

#page_product .main_area .special_block {
	margin: 0 auto 70px;
}

#page_product .main_area .special_block .post_box {
	width : 100%;
	margin: 0 auto;
}

#page_product .main_area .special_block .post_box .link_box {
	display: -webkit-flex;
	display: flex;
}

#page_product .main_area .special_block .post_box .product_img {
	width: 400px;
}

#page_product .main_area .special_block .post_box .product_img .box_img {
	width: 400px;
}

#page_product .main_area .special_block .post_box .product_img .box_img::before,
#page_product .main_area .special_block .post_box .product_img .box_img::after {
	content          : "";
	background       : #ffffff;
	width            : 85px;
	height           : 40px;
	-moz-transform   : rotate(-45deg);
	-ms-transform    : rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform        : rotate(-45deg);
	position         : absolute;
	z-index          : 1;
}

#page_product .main_area .special_block .post_box .product_img .box_img::before {
	border-bottom   : 2px solid #333333;
	top             : 20px;
	left            : -42px;
	transform-origin: 0 0;
}

#page_product .main_area .special_block .post_box .product_img .box_img::after {
	border-top      : 2px solid #333333;
	bottom          : 20px;
	right           : -42px;
	transform-origin: 100% 100%;
}

#page_product .main_area .special_block .post_box .textbox {
	padding: 20px 0 0;
	margin : 0 0 0 50px;
}

#page_product .main_area .special_block .post_box .textbox .icon_new {
	width : 124px;
	margin: 0 0 0 -10px;
}

#page_product .main_area .special_block .post_box .textbox .box_title {
	margin     : 30px 0 0;
	font-size  : 22px;
	font-size  : 2.2rem;
	font-weight: bold;
}

#page_product .main_area .special_block .post_box .textbox .meta_box {
	line-height: 20px;
}

#page_product .main_area .special_block .post_box .textbox .meta_box .meta_head {
	border-right: 2px solid #e6cbac;
	width       : 80px;
	padding     : 0 20px 0 0;
	display     : inline-block;
}

#page_product .main_area .special_block .post_box .textbox .meta_box .meta_head .head_box {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: space-between;
	justify-content        : space-between;
}

#page_product .main_area .special_block .post_box .textbox .meta_box .meta_right {
	padding: 0 0 0 8px;
	display: inline-block;
}

#page_product .main_area .special_block .post_box .textbox .price {
	margin: 20px 0 0;
}

#page_product .main_area .special_block .post_box .textbox .price .meta_right {
	padding-top: 3px;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_product .main_area .special_block .post_box .textbox .price .meta_right span {
	font-size  : 11px;
	font-size  : 1.1rem;
	font-weight: normal;
}

#page_product .main_area .special_block .post_box .textbox .date {
	margin: 15px 0 0;
}

#page_product .main_area .special_block .post_box .textbox .comment {
	margin: 25px 0 0;
}

#page_product .main_area .special_block .post_box .textbox .more_box {
	margin    : 10px 0 0;
	text-align: right;
}

#page_product .main_area .special_block .post_box .textbox .more_box .more {
	border-bottom : 1px dotted #e6cbac;
	padding       : 0 2px 3px;
	color         : #e6cbac;
	font-family   : "sintony", serif;
	font-size     : 12px;
	font-size     : 1.2rem;
	font-weight   : bold;
	letter-spacing: 0.2em;
}

#page_product .main_area .products_block {
	margin: -30px 0 0;
}

#page_product .main_area .products_block .post_box {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#page_product .main_area {
		width  : 100%;
		padding: 0 10px;
	}

	#page_product .main_area .area_text {
		padding    : 0 10px;
		margin     : 0 0 40px;
		line-height: 2.0;
	}

	#page_product .main_area .special_block {
		margin  : 0 auto 40px;
		overflow: hidden;
	}

	#page_product .main_area .special_block .post_box {
		width    : 100%;
		max-width: 400px;
		padding  : 15px 15px 0;
		margin   : 0 auto;
	}

	#page_product .main_area .special_block .post_box .link_box {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_product .main_area .special_block .post_box .img_wrap {
		width: 100%;
	}

	#page_product .main_area .special_block .post_box .img_wrap .box_img {
		width: 100%;
	}

	#page_product .main_area .special_block .post_box .textbox {
		width   : 100%;
		padding : 20px 0 0;
		margin  : 0;
		position: relative;
		z-index : 3;
	}

	#page_product .main_area .special_block .post_box .textbox .icon_new {
		display: none;
	}

	#page_product .main_area .special_block .post_box .textbox .box_title {
		margin     : 0;
		font-size  : 18px;
		font-size  : 1.8rem;
		font-weight: bold;
	}

	#page_product .main_area .products_block {
		margin: -20px 0 0;
	}

	#page_product .main_area .products_block .post_box {
		margin: 20px 0 0;
	}
}

#page_product_single .mainimg_area {
	background-image: url("images/main_product_bg.png");
}

#page_product_single .main_area {
	width : 800px;
	margin: 0 auto;
}

#page_product_single .main_area .slider_wrap {
	position: relative;
}

#page_product_single .main_area .slider_wrap .product_slider .slider_box {
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center;
	width              : 800px;
}

#page_product_single .main_area .slider_wrap .product_slider .slider_box img {
	width : 100%;
	height: auto;
}

#page_product_single .main_area .slider_wrap .slider-for-arrows {
	position      : absolute;
	top           : 0;
	bottom        : 0;
	left          : 0;
	right         : 0;
	width         : 100%;
	margin        : auto;
	pointer-events: none;
}

#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-prev,
#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-next {
	background-size    : 100% auto;
	background-position: center;
	background-repeat  : no-repeat;
	width              : 60px;
	height             : 60px;
	margin             : auto;
	position           : absolute;
	bottom             : 120px;
	pointer-events     : auto;
	cursor             : pointer;
}

#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-prev::before,
#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-next::before {
	content: "";
}

#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-prev {
	background-image: url("images/slider_prev.png");
	left            : -40px;
}

#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-next {
	background-image: url("images/slider_next.png");
	right           : -40px;
}

#page_product_single .main_area .product_slider_nav {
	margin: 40px -13px 0;
}

#page_product_single .main_area .product_slider_nav .slider_box {
	padding: 0 13px;
	cursor : pointer;
}

#page_product_single .main_area .product_slider_nav .slider_box img {
	width : 100%;
	height: auto;
}

#page_product_single .main_area .info_block {
	margin: 35px 0 0;
}

#page_product_single .main_area .info_block .post_title {
	font-size  : 34px;
	font-size  : 3.4rem;
	font-weight: bold;
	line-height: 1.4;
}

#page_product_single .main_area .info_block .info_box {
	min-height             : 75px;
	margin                 : 30px 0 0;
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: space-between;
	justify-content        : space-between;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .meta_box {
	display            : -webkit-flex;
	display            : flex;
	-webkit-align-items: center;
	align-items        : center;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .meta_box .meta_head {
	border-right: 2px solid #e6cbac;
	width       : 80px;
	padding     : 0 20px 0 0;
	line-height : 20px;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .meta_box .meta_head .head_box {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: space-between;
	justify-content        : space-between;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .meta_box .meta_right {
	padding       : 0 0 0 15px;
	line-height   : 1.0;
	letter-spacing: 0.15em;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .price .meta_head {
	line-height: 40px;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .price .meta_right {
	font-size     : 31px;
	font-size     : 3.1rem;
	font-weight   : bold;
	letter-spacing: 0.05em;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .price .meta_right span {
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: normal;
}

#page_product_single .main_area .info_block .info_box .meta_wrap .date {
	margin: 15px 0 0;
}

#page_product_single .main_area .info_block .info_box .btn_box .btn_type01 {
	width         : 300px;
	height        : 40px;
	padding       : 0 30px 0 0;
	letter-spacing: 0.1em;
	line-height   : 36px;
}

#page_product_single .main_area .info_block .info_box .btn_box .btn_type01:not(:first-child) {
	margin-top: 10px;
}

#page_product_single .main_area .info_block .info_box .btn_box .btn_type01::after {
	content         : "";
	background-image: url("images/icon_cart_off.png");
	background-size : contain;
	width           : 23px;
	height          : 17px;
	font-size       : 16px;
	font-size       : 1.6rem;
	right           : 20px;
}

#page_product_single .main_area .info_block .info_box .btn_box .btn_type01:hover::after {
	background-image: url("images/icon_cart_on.png");
}

#page_product_single .main_area .post_content {
	margin: 70px 0 0;
}

#page_product_single .main_area .share_block {
	border-top   : 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	padding      : 25px 10px 25px 110px;
	overflow     : hidden;
}

#page_product_single .main_area .share_block .block_head {
	float      : left;
	font-family: "sintony", serif;
	font-size  : 13px;
	font-size  : 1.3rem;
	font-weight: bold;
	line-height: 20px;
}

#page_product_single .main_area .share_block .share_list {
	float  : left;
	margin : 0 0 0 30px;
	display: -webkit-flex;
	display: flex;
}

#page_product_single .main_area .share_block .share_list li {
	margin     : 0 6px 0 0;
	line-height: 1.0;
}

#page_product_single .main_area .share_block .share_list li.pocket {
	padding: 5px 0 0;
}

#page_product_single .main_area .share_block .share_list li:last-child {
	margin-right: 0;
}

#page_product_single .main_area .attention_block {
	margin: 75px -20px 0;
}

#page_product_single .main_area .attention_block .attention_list {
	border : 1px solid #ababab;
	padding: 30px 40px 50px;
}

#page_product_single .main_area .attention_block .attention_list dl {
	border-bottom: 1px dotted #c4c4c4;
	padding      : 25px 10px 20px;
	overflow     : hidden;
}

#page_product_single .main_area .attention_block .attention_list dl dt {
	float      : left;
	width      : 130px;
	font-weight: bold;
}

#page_product_single .main_area .attention_block .attention_list dl dd {
	margin: 0 0 0 130px;
}

#page_product_single .main_area .recommend_block {
	margin: 125px auto 0;
}

#page_product_single .main_area .recommend_block .area_head span {
	padding: 0 20px;
}

#page_product_single .main_area .recommend_block .products_block {
	margin: 0 -10px;
}

@media screen and (max-width: 768px) {
	#page_product_single .main_area {
		width  : 100%;
		padding: 0 20px;
	}

	#page_product_single .main_area .slider_wrap {
		padding: 0 10px;
	}

	#page_product_single .main_area .slider_wrap .product_slider .slider_box {
		width: 100%;
	}

	#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-prev,
	#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-next {
		width : 30px;
		height: 30px;
		bottom: 20%;
	}

	#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-prev {
		left: -10px;
	}

	#page_product_single .main_area .slider_wrap .slider-for-arrows .slider-next {
		right: -10px;
	}

	#page_product_single .main_area .product_slider_nav {
		padding: 0 10px;
		margin : 20px -5px 0;
	}

	#page_product_single .main_area .product_slider_nav .slider_box {
		padding: 0 5px;
	}

	#page_product_single .main_area .post_content {
		margin: 50px 0 0;
	}

	#page_product_single .main_area .info_block {
		margin: 35px 0 0;
	}

	#page_product_single .main_area .info_block .post_title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	#page_product_single .main_area .info_block .info_box {
		min-height            : 75px;
		margin                : 30px 0 0;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_product_single .main_area .info_block .info_box .meta_wrap .price .meta_head {
		line-height: 32px;
	}

	#page_product_single .main_area .info_block .info_box .meta_wrap .price .meta_right {
		font-size: 20px;
		font-size: 2rem;
	}

	#page_product_single .main_area .info_block .info_box .meta_wrap .date {
		margin: 15px 0 0;
	}

	#page_product_single .main_area .info_block .info_box .btn_box .btn_type01 {
		width      : 300px;
		max-width  : 300px;
		height     : 60px;
		margin     : 20px 0 0 0;
		line-height: 56px;
	}

	#page_product_single .main_area .info_block .info_box .btn_box .btn_type01::after {
		right: 15px;
	}

	#page_product_single .main_area .share_block {
		padding: 15px 20px 20px 20px;
	}

	#page_product_single .main_area .share_block .block_head {
		float      : none;
		text-align : center;
		line-height: 1.6;
	}

	#page_product_single .main_area .share_block .share_list {
		float                  : none;
		margin                 : 5px auto 0;
		-webkit-flex-wrap      : wrap;
		flex-wrap              : wrap;
		-webkit-justify-content: center;
		justify-content        : center;
	}

	#page_product_single .main_area .share_block .share_list li {
		margin: 6px 6px 0 0;
	}

	#page_product_single .main_area .attention_block {
		margin: 50px 0 0;
	}

	#page_product_single .main_area .attention_block .attention_list {
		padding: 10px 20px 30px;
	}

	#page_product_single .main_area .attention_block .attention_list dl {
		padding: 15px 5px 10px;
	}

	#page_product_single .main_area .attention_block .attention_list dl dt {
		width: 100px;
	}

	#page_product_single .main_area .attention_block .attention_list dl dd {
		margin: 0 0 0 110px;
	}

	#page_product_single .main_area .recommend_block {
		margin: 90px auto 0;
	}

	#page_product_single .main_area .recommend_block .area_head span img {
		width: 120px;
	}

	#page_product_single .main_area .recommend_block .products_block {
		margin-top: -20px;
	}

	#page_product_single .main_area .recommend_block .products_block .post_box {
		margin-top: 20px;
	}
}

.common_works .special_area {
	padding: 30px 0 0;
	margin : 0 0 70px;
}

.common_works .special_area .special_block .img_wrap {
	width     : 980px;
	padding   : 0 40px;
	margin    : 0 auto;
	text-align: center;
	position  : relative;
}

.common_works .special_area .special_block .img_wrap .link_box {
	text-align: center;
	display   : inline-block;
}

.common_works .special_area .special_block .img_wrap .box_img {
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center;
	position           : relative;
}

.common_works .special_area .special_block .img_wrap .box_img .icon_new {
	width   : 100px;
	position: absolute;
	top     : -60px;
	left    : -30px;
}

.common_works .special_area .special_block .textbox_wrap {
	background: #f3f3f3;
	margin    : -60px 0 0;
}

.common_works .special_area .special_block .textbox_wrap .link_box {
	padding: 20px 0 0;
}

.common_works .special_area .special_block .textbox_wrap .textbox {
	width  : 980px;
	margin : 0 auto;
	padding: 60px 40px 45px;
}

.common_works .special_area .special_block .textbox_wrap .textbox .meta_box {
	overflow: hidden;
}

.common_works .special_area .special_block .textbox_wrap .textbox .meta_box .post_date {
	float      : left;
	color      : #ababab;
	font-size  : 14px;
	font-size  : 1.4rem;
	line-height: 14px;
}

.common_works .special_area .special_block .textbox_wrap .textbox .meta_box .post_cat {
	float      : right;
	color      : #ababab;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 14px;
}

.common_works .special_area .special_block .textbox_wrap .textbox .box_title {
	margin     : 12px 0 0;
	font-size  : 28px;
	font-size  : 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.common_works .special_area {
		padding: 0;
		margin : 0 0 50px;
	}

	.common_works .special_area .special_block .img_wrap {
		width   : 100%;
		padding : 0 30px;
		margin  : 0 auto;
		position: relative;
	}

	.common_works .special_area .special_block .img_wrap .box_img .icon_new {
		width   : 40px;
		position: absolute;
		top     : -25px;
		left    : -15px;
	}

	.common_works .special_area .special_block .textbox_wrap {
		width: 100%;
	}

	.common_works .special_area .special_block .textbox_wrap .textbox {
		width  : 100%;
		padding: 60px 30px 30px;
		margin : 0 auto;
	}

	.common_works .special_area .special_block .textbox_wrap .textbox .meta_box .post_date {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.common_works .special_area .special_block .textbox_wrap .textbox .box_title {
		font-size: 20px;
		font-size: 2rem;
	}
}

.common_works .posts_block {
	width            : 936px;
	margin           : -40px auto 0;
	display          : -webkit-flex;
	display          : flex;
	-webkit-flex-wrap: wrap;
	flex-wrap        : wrap;
}

.common_works .posts_block .post_box {
	width : 276px;
	margin: 40px 18px 0;
}

.common_works .posts_block .post_box .img_wrap {
	position: relative;
}

.common_works .posts_block .post_box .textbox {
	margin: 15px 0 0;
}

.common_works .posts_block .post_box .textbox .meta_box {
	overflow: hidden;
}

.common_works .posts_block .post_box .textbox .meta_box .post_date {
	float      : left;
	color      : #ababab;
	font-size  : 12px;
	font-size  : 1.2rem;
	line-height: 14px;
}

.common_works .posts_block .post_box .textbox .meta_box .post_cat {
	float      : right;
	color      : #ababab;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 14px;
}

.common_works .posts_block .post_box .textbox .box_title {
	margin     : 12px 0 0;
	font-size  : 16px;
	font-size  : 1.6rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.common_works .posts_block {
		width                 : 100%;
		padding               : 0 20px;
		margin                : -30px auto 0;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	.common_works .posts_block .post_box {
		width   : 100%;
		margin  : 30px 0 0;
		overflow: hidden;
	}

	.common_works .posts_block .post_box .img_wrap {
		float: left;
		width: 32%;
	}

	.common_works .posts_block .post_box .textbox {
		margin: 0 0 0 36%;
	}

	.common_works .posts_block .post_box .textbox .meta_box .post_date {
		float    : none;
		font-size: 11px;
		font-size: 1.1rem;
	}

	.common_works .posts_block .post_box .textbox .meta_box .post_cat {
		float    : none;
		margin   : 6px 0 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.common_works .posts_block .post_box .textbox .box_title {
		margin   : 5px 0 0;
		font-size: 15px;
		font-size: 1.5rem;
	}
}

#page_works .mainimg_area {
	background-image: url("images/main_works_bg.png");
}

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

	#page_works .main_area .left_area .posts_block .post_box,
	#page_works .main_area .left_area .latest_block .post_box {
		width   : 100%;
		margin  : 20px 0 0;
		overflow: hidden;
	}

	#page_works .main_area .left_area .posts_block .post_box .box_img,
	#page_works .main_area .left_area .latest_block .post_box .box_img {
		float: left;
		width: 100px;
	}

	#page_works .main_area .left_area .posts_block .post_box .icon_new,
	#page_works .main_area .left_area .latest_block .post_box .icon_new {
		display: none;
	}

	#page_works .main_area .left_area .posts_block .post_box .textbox,
	#page_works .main_area .left_area .latest_block .post_box .textbox {
		padding : 20px 0 0;
		margin  : 0 0 0 110px;
		position: relative;
	}

	#page_works .main_area .left_area .posts_block .post_box .textbox .box_title,
	#page_works .main_area .left_area .latest_block .post_box .textbox .box_title {
		font-size: 1.6rem;
	}

	#page_works .main_area .left_area .posts_block .post_box .textbox .meta_box,
	#page_works .main_area .left_area .latest_block .post_box .textbox .meta_box {
		margin     : 0;
		line-height: 1.0;
		overflow   : hidden;
		position   : absolute;
		top        : 0;
		left       : 0;
	}

	#page_works .main_area .left_area .posts_block .post_box .textbox .meta_box .post_cat,
	#page_works .main_area .left_area .latest_block .post_box .textbox .meta_box .post_cat {
		float      : left;
		border-left: 1px solid #999999;
		padding    : 0 0 0 7px;
		margin     : 0 0 0 7px;
	}

	#page_works .main_area .left_area .posts_block .post_box .textbox .meta_box .post_date,
	#page_works .main_area .left_area .latest_block .post_box .textbox .meta_box .post_date {
		float: left;
	}

	#page_works .main_area .left_area .latest_block .post_box {
		margin-top: 0;
	}

	#page_works .main_area .left_area .posts_block {
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_works .main_area .left_area .btn_box {
		display: none;
	}
}

#page_works_single .mainimg_area {
	background-image: url("images/main_works_bg.png");
}

#page_works_single .special_area .textbox_wrap {
	margin: 0;
}

#page_works_single .special_area .textbox_wrap .textbox {
	padding-top   : 30px;
	padding-bottom: 30px;
}

#page_works_single .main_area {
	width   : 980px;
	padding : 0 40px;
	margin  : 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area {
		width  : 100%;
		padding: 0 20px;
	}
}

#page_works_single .main_area .left_area {
	float  : left;
	width  : 580px;
	padding: 0;
}

#page_works_single .main_area .left_area .sd-sharing-enabled {
	margin-top: 100px;
}

#page_works_single .main_area .left_area .voice_block {
	margin: 30px 0 0;
}

#page_works_single .main_area .left_area .voice_block .box {
	overflow: hidden;
}

#page_works_single .main_area .left_area .voice_block .box:not(:first-child) {
	margin: 60px 0 0;
}

#page_works_single .main_area .left_area .voice_block .box .box_img {
	float        : left;
	border-radius: 50%;
	width        : 100px;
	height       : 100px;
	overflow     : hidden;
}

#page_works_single .main_area .left_area .voice_block .box .textbox {
	background: #f8efe6;
	padding   : 15px 20px 18px;
	min-height: 100px;
	margin    : 0 0 0 140px;
	position  : relative;
}

#page_works_single .main_area .left_area .voice_block .box .textbox::before {
	content        : "";
	background     : url("images/fukidashi01.png") center no-repeat;
	background-size: contain;
	width          : 20px;
	height         : 70px;
	position       : absolute;
	top            : 20px;
	left           : -20px;
}

#page_works_single .main_area .left_area .voice_block .box .textbox .text {
	font-size  : 16px;
	font-size  : 1.6rem;
	text-align : justify;
	line-height: 1.8;
}

#page_works_single .main_area .left_area .voice_block .box .textbox .box_title {
	margin     : 15px 0 0;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .left_area .voice_block .box:not(:first-child) {
		margin: 40px 0 0;
	}

	#page_works_single .main_area .left_area .voice_block .box .box_img {
		width : 70px;
		height: 70px;
	}

	#page_works_single .main_area .left_area .voice_block .box .textbox {
		padding : 15px 20px 18px;
		margin  : 0 0 0 100px;
		position: relative;
	}

	#page_works_single .main_area .left_area .voice_block .box .textbox::before {
		width: 15px;
		top  : 5px;
		left : -15px;
	}

	#page_works_single .main_area .left_area .voice_block .box .textbox .text {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#page_works_single .main_area .left_area .voice_block .box .textbox .box_title {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

#page_works_single .main_area .left_area .share_block {
	background: #f2f2f2;
	padding   : 20px 20px 15px;
	margin    : 60px 0 0;
	overflow  : hidden;
}

#page_works_single .main_area .left_area .share_block .block_head {
	float      : left;
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: bold;
	line-height: 28px;
}

#page_works_single .main_area .left_area .share_block .share_list {
	float  : left;
	margin : 0 0 0 20px;
	display: -webkit-flex;
	display: flex;
}

#page_works_single .main_area .left_area .share_block .share_list li {
	margin: 0 10px 0 0;
}

#page_works_single .main_area .left_area .share_block .share_list li.pocket {
	padding: 5px 0 0;
}

#page_works_single .main_area .left_area .share_block .share_list li:last-child {
	margin-right: 0;
}

#page_works_single .main_area .left_area .share_block .back_link {
	float      : right;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 28px;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .left_area .share_block {
		padding: 15px 10px 15px;
		margin : 40px 0 0;
	}

	#page_works_single .main_area .left_area .share_block .block_head {
		float     : none;
		font-size : 14px;
		font-size : 1.4rem;
		text-align: center;
	}

	#page_works_single .main_area .left_area .share_block .share_list {
		float                  : none;
		margin                 : 10px auto 0;
		-webkit-justify-content: center;
		justify-content        : center;
	}

	#page_works_single .main_area .left_area .share_block .share_list li {
		margin: 0 5px 0 0;
	}

	#page_works_single .main_area .left_area .share_block .back_link {
		float     : none;
		margin    : 10px auto 0;
		text-align: center;
	}
}

#page_works_single .main_area .left_area .single_nav_block {
	margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .left_area .single_nav_block {
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .left_area {
		float: none;
		width: 100%;
	}

	#page_works_single .main_area .left_area .sd-sharing-enabled {
		margin-top: 60px;
	}
}

#page_works_single .main_area .right_area {
	float: right;
	width: 260px;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .right_area {
		float : none;
		width : 100%;
		margin: 100px 0 0;
	}
}

#page_works_single .main_area .right_area .title_type02 {
	width      : 100%;
	margin     : 0 auto 20px;
	line-height: 1.0;
}

#page_works_single .main_area .right_area .posts_block_small .post_box {
	width   : 100%;
	padding : 0;
	overflow: hidden;
}

#page_works_single .main_area .right_area .posts_block_small .post_box:not(:first-child) {
	margin: 20px 0 0;
}

#page_works_single .main_area .right_area .posts_block_small .post_box .link_box {
	overflow: hidden;
}

#page_works_single .main_area .right_area .posts_block_small .post_box .box_img {
	float: left;
	width: 90px;
}

#page_works_single .main_area .right_area .posts_block_small .post_box .textbox {
	margin: 0 0 0 100px;
}

#page_works_single .main_area .right_area .posts_block_small .post_box .textbox .box_title {
	margin     : 0;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

#page_works_single .main_area .right_area .posts_block_small .post_box .textbox .meta_box .post_date {
	color    : #ababab;
	font-size: 10px;
	font-size: 1rem;
	display  : inline-block;
}

#page_works_single .main_area .right_area .posts_block_small .post_box .textbox .meta_box .post_cat {
	display: none;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .right_area .posts_block_small .post_box .box_img {
		width: 32%;
	}

	#page_works_single .main_area .right_area .posts_block_small .post_box .textbox {
		margin: 0 0 0 36%;
	}

	#page_works_single .main_area .right_area .posts_block_small .post_box .textbox .box_title {
		font-size: 15px;
		font-size: 1.5rem;
	}

	#page_works_single .main_area .right_area .posts_block_small .post_box .textbox .meta_box .post_date {
		font-size: 11px;
		font-size: 1.1rem;
	}
}

#page_works_single .main_area .right_area .block {
	margin: 60px 0 0;
}

#page_works_single .main_area .right_area .search_block {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .right_area .search_block {
		display: none;
	}
}

#page_works_single .main_area .right_area .search_block .search_box {
	position: relative;
}

#page_works_single .main_area .right_area .search_block .search_box label {
	display: none;
}

#page_works_single .main_area .right_area .search_block .search_box input[type="text"] {
	background   : #ffffff;
	border       : 1px solid #cccccc;
	border-right : none;
	border-radius: 3px 0 0 3px;
	width        : calc(100% - 30px);
	height       : 30px;
	padding      : 0 45px 0 20px;
	font-family  : inherit;
	font-size    : 1.0rem;
}

#page_works_single .main_area .right_area .search_block .search_box button {
	background   : #333333;
	border       : none;
	border-radius: 3px;
	width        : 30px;
	height       : 30px;
	padding      : 0;
	position     : absolute;
	top          : 0;
	right        : 0;
	cursor       : pointer;
}

#page_works_single .main_area .right_area .search_block .search_box button img {
	max-width: 100%;
	height   : auto;
}

#page_works_single .main_area .right_area .search_block .search_box input[type="submit"] {
	background   : #898989;
	border       : none;
	border-radius: 3px;
	width        : 30px;
	height       : 30px;
	padding      : 0;
	position     : absolute;
	top          : 0;
	right        : 0;
	cursor       : pointer;
}

#page_works_single .main_area .right_area .category_block .cat_title {
	border-left: 5px solid #e6cbac;
	padding    : 0 0 0 10px;
	margin     : 0 0 20px;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_works_single .main_area .right_area .category_block .cat_wrap .cat_box:not(:first-child) {
	margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .right_area .category_block .cat_title {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	#page_works_single .main_area .right_area .archive_block {
		display: none;
	}
}

#page_works_single .main_area .right_area .archive_block .head_type01 {
	margin: 0 0 10px;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li {
	border-bottom: 1px solid #cccccc;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li .year {
	padding       : 6px 0 6px 5px;
	font-size     : 1.4rem;
	font-weight   : bold;
	line-height   : 1.6;
	letter-spacing: 0.15em;
	display       : block;
	cursor        : pointer;
	position      : relative;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li .year:hover {
	filter    : progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity   : 0.7;
	transition: 0.3s;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li .year::after {
	content     : "";
	border      : 6px solid transparent;
	border-top  : 6px solid #333333;
	border-right: 5px solid transparent;
	border-left : 5px solid transparent;
	width       : 0;
	height      : 0;
	margin      : auto;
	position    : absolute;
	right       : 5px;
	top         : 5px;
	bottom      : 0;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li .year.mode_open::after {
	-moz-transform   : rotate(180deg);
	-ms-transform    : rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform        : rotate(180deg);
	top              : -7px;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li ul {
	padding: 0 0 5px 30px;
	display: none;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li ul li {
	margin: 2px 0 0;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li ul li:first-child {
	margin-top: 0;
}

#page_works_single .main_area .right_area .archive_block .archive_list>li ul li a {
	font-size: 1.4rem;
}

#page_works_single .bottom_area {
	width : 980px;
	margin: 90px auto 0;
}

@media screen and (max-width: 768px) {
	#page_works_single .bottom_area {
		width  : 100%;
		padding: 0 20px;
	}

	#page_works_single .bottom_area .title_type02 span img {
		width: 130px;
	}
}

@media screen and (max-width: 768px) {
	#page_works_single .bottom_area .posts_block {
		padding: 0;
	}
}

#page_works_single .bottom_area .posts_block .post_box .textbox .meta_box .post_cat {
	display: none;
}

#page_media .mainimg_area {
	background-image: url("images/main_media_bg.png");
}

#page_media .main_area,
#page_seminarresults .main_area {
	width   : 820px;
	padding : 0 0 90px;
	margin  : 0 auto;
	overflow: hidden;
	position: relative;
}

#page_media .main_area .inner_wrap #page_seminarresults .main_area .inner_wrap {
	width: 100%;
}

#page_media .main_area .left_area,
#page_seminarresults .main_area .left_area {
	float: left;
	width: 610px;
}

#page_media .main_area .left_area .box_wrap .link_box,
#page_seminarresults .main_area .left_area .box_wrap .link_box {
	display: -webkit-flex;
	display: flex;
}

#page_media .main_area .left_area .box_wrap .box:not(:first-child),
#page_seminarresults .main_area .left_area .box_wrap .box:not(:first-child) {
	margin-top: 40px;
}

#page_media .main_area .left_area .box_wrap .box .box_img,
#page_seminarresults .main_area .left_area .box_wrap .box .box_img {
	background-size    : contain;
	background-repeat  : no-repeat;
	background-position: center;
	width              : 190px;
}

#page_media .main_area .left_area .box_wrap .box .textbox,
#page_seminarresults .main_area .left_area .box_wrap .box .textbox {
	width   : calc(100% - 220px);
	padding : 20px 0 30px;
	margin  : 0 0 0 30px;
	position: relative;
}

#page_media .main_area .left_area .box_wrap .box .textbox .meta_box,
#page_seminarresults .main_area .left_area .box_wrap .box .textbox .meta_box {
	width   : 100%;
	overflow: hidden;
}

#page_media .main_area .left_area .box_wrap .box .textbox .meta_box .date,
#page_seminarresults .main_area .left_area .box_wrap .box .textbox .meta_box .date {
	float    : left;
	color    : #ababab;
	font-size: 10px;
	font-size: 1rem;
	display  : inline-block;
}

#page_media .main_area .left_area .box_wrap .box .textbox .meta_box .cat {
	float      : right;
	color      : #e6cbac;
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: bold;
	display    : inline-block;
}

#page_seminarresults .main_area .left_area .box_wrap .box .textbox .meta_box .cat {
	width           : 100px;
	float           : right;
	background-color: #e6cbac;
	color           : #fff;
	font-size       : 12px;
	font-size       : 1.2rem;
	text-align      : center;
	font-weight     : bold;
	display         : block;
}

#page_media .main_area .left_area .box_wrap .box .textbox .box_title {
	margin     : 5px 0 0;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_seminarresults .main_area .left_area .box_wrap .box .textbox .box_title {
	margin-bottom: 15px;
	margin       : 5px 0 0;
	font-size    : 18px;
	font-size    : 1.8rem;
	font-weight  : bold;
}

#page_media .main_area .left_area .box_wrap .box .textbox .more {
	border-bottom : 1px dotted #e6cbac;
	padding       : 0 2px 3px;
	color         : #e6cbac;
	font-family   : "sintony", serif;
	font-size     : 12px;
	font-size     : 1.2rem;
	font-weight   : bold;
	letter-spacing: 0.2em;
	position      : absolute;
	bottom        : 0;
	right         : 0;
}

#page_seminarresults .main_area .left_area .box_wrap .box .textbox .orner {
	padding       : 0 2px 3px;
	color         : #e6cbac;
	font-family   : "sintony", serif;
	font-size     : 12px;
	font-size     : 1.2rem;
	font-weight   : bold;
	letter-spacing: 0.2em;
}

#page_seminarresults .main_area .left_area .box_wrap .box .textbox .orner span {
	padding-bottom: 5px;
	border-bottom : 1px dotted #e6cbac;
}

#page_media .main_area .left_area .wp-pagenavi,
#page_seminarresults .main_area .left_area .wp-pagenavi {
	position: absolute;
	bottom  : 0;
	left    : 0;
	right   : 0;
}

#page_media .main_area .right_area,
#page_seminarresults .main_area .right_area {
	float: right;
	width: 145px;
}

#page_media .main_area .right_area .block:not(:first-child),
#page_seminarresults .main_area .right_area .block:not(:first-child) {
	margin: 60px 0 0;
}

#page_media .main_area .right_area .block .block_head,
#page_seminarresults .main_area .right_area .block .block_head {
	margin        : 0 0 10px;
	font-family   : "sintony", serif;
	font-size     : 20px;
	font-size     : 2rem;
	font-weight   : bold;
	letter-spacing: 0.15em;
}

#page_media .main_area .right_area .block .list li,
#page_seminarresults .main_area .right_area .block .list li {
	margin     : 5px 0 0;
	font-weight: bold;
}

#page_media .main_area .right_area .block .list li a,
#page_seminarresults .main_area .right_area .block .list li a {
	margin     : 0 0 0 5px;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	display    : inline-block;
}

#page_media .main_area .right_area .block .archive_list li,
#page_seminarresults .main_area .right_area .block .archive_list li {
	width      : 120px;
	margin     : 10px 0 0;
	font-size  : 11px;
	font-size  : 1.1rem;
	font-weight: normal;
	text-align : right;
	line-height: 20px;
	overflow   : hidden;
}

#page_media .main_area .right_area .block .archive_list li a,
#page_seminarresults .main_area .right_area .block .archive_list li a {
	float     : left;
	margin    : 0;
	text-align: left;
	transition: 0.3s;
}

#page_media .main_area .right_area .block .archive_list li a:hover,
#page_seminarresults .main_area .right_area .block .archive_list li a:hover {
	filter    : progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity   : 0.7;
	transition: 0.3s;
}

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

	#page_media .main_area,
	#page_seminarresults .main_area {
		width  : 100%;
		padding: 0 20px;
	}

	#page_media .main_area .left_area,
	#page_seminarresults .main_area .left_area {
		float   : none;
		width   : 100%;
		position: relative;
	}

	#page_media .main_area .left_area .box_wrap .box:not(:first-child),
	#page_seminarresults .main_area .left_area .box_wrap .box:not(:first-child) {
		margin-top: 30px;
	}

	#page_media .main_area .left_area .box_wrap .box .box_img,
	#page_seminarresults .main_area .left_area .box_wrap .box .box_img {
		width: 30%;
	}

	#page_media .main_area .left_area .box_wrap .box .textbox,
	#page_seminarresults .main_area .left_area .box_wrap .box .textbox {
		width   : 65%;
		padding : 0 0 25px;
		margin  : 0 0 0 5%;
		position: relative;
	}

	#page_media .main_area .left_area .box_wrap .box .textbox .box_title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_seminarresults .main_area .left_area .box_wrap .box .textbox .box_title {
		margin-bottom: 15px;
		font-size    : 16px;
		font-size    : 1.6rem;
	}

	#page_media .main_area .left_area .wp-pagenavi,
	#page_seminarresults .main_area .left_area .wp-pagenavi {
		margin  : 30px auto 0;
		position: static;
	}

	#page_media .main_area .right_area,
	#page_seminarresults .main_area .right_area {
		float : none;
		width : 100%;
		margin: 60px 0 0;
	}
}

.common_news .mainimg_area {
	background-image: url("images/main_news_bg.png");
}

.common_news .main_area {
	width   : 820px;
	padding : 0 0 90px;
	margin  : 0 auto;
	overflow: hidden;
	position: relative;
}

.common_news .main_area .inner_wrap {
	width: 100%;
}

.common_news .main_area .left_area {
	float: left;
	width: 610px;
}

.common_news .main_area .right_area {
	float: right;
	width: 145px;
}

.common_news .main_area .right_area .block:not(:first-child) {
	margin: 60px 0 0;
}

.common_news .main_area .right_area .block .block_head {
	margin        : 0 0 10px;
	font-family   : "sintony", serif;
	font-size     : 20px;
	font-size     : 2rem;
	font-weight   : bold;
	letter-spacing: 0.15em;
}

.common_news .main_area .right_area .block .list li {
	margin     : 5px 0 0;
	font-weight: bold;
}

.common_news .main_area .right_area .block .list li a {
	margin     : 0 0 0 5px;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	display    : inline-block;
}

.common_news .main_area .right_area .block .archive_list li {
	width      : 120px;
	margin     : 10px 0 0;
	font-size  : 11px;
	font-size  : 1.1rem;
	font-weight: normal;
	text-align : right;
	line-height: 20px;
	overflow   : hidden;
}

.common_news .main_area .right_area .block .archive_list li a {
	float     : left;
	margin    : 0;
	text-align: left;
	transition: 0.3s;
}

.common_news .main_area .right_area .block .archive_list li a:hover {
	filter    : progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity   : 0.7;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.common_news .main_area {
		width  : 100%;
		padding: 0 20px;
	}

	.common_news .main_area .left_area {
		float   : none;
		width   : 100%;
		position: relative;
	}

	.common_news .main_area .right_area {
		float : none;
		width : 100%;
		margin: 60px 0 0;
	}
}

#page_news .left_area .box_wrap .box:not(:first-child) {
	margin-top: 40px;
}

#page_news .left_area .box_wrap .box .textbox {
	width   : 100%;
	padding : 0 0 30px;
	position: relative;
}

#page_news .left_area .box_wrap .box .textbox .meta_box {
	width   : 100%;
	overflow: hidden;
}

#page_news .left_area .box_wrap .box .textbox .meta_box .date {
	float    : left;
	color    : #ababab;
	font-size: 10px;
	font-size: 1rem;
	display  : inline-block;
}

#page_news .left_area .box_wrap .box .textbox .meta_box .cat {
	float      : right;
	color      : #e6cbac;
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: bold;
	display    : inline-block;
}

#page_news .left_area .box_wrap .box .textbox .box_title {
	margin     : 5px 0 0;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_news .left_area .box_wrap .box .textbox .box_text {
	margin   : 15px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}

#page_news .left_area .box_wrap .box .textbox .box_text p {
	margin: 20px 0 0;
}

#page_news .left_area .box_wrap .box .textbox .box_text p:first-child {
	margin-top: 0;
}

#page_news .left_area .box_wrap .box .textbox .more {
	border-bottom : 1px dotted #e6cbac;
	padding       : 0 2px 3px;
	color         : #e6cbac;
	font-family   : "sintony", serif;
	font-size     : 12px;
	font-size     : 1.2rem;
	font-weight   : bold;
	letter-spacing: 0.2em;
	position      : absolute;
	bottom        : 0;
	right         : 0;
}

#page_news .left_area .wp-pagenavi {
	position: absolute;
	bottom  : 0;
	left    : 0;
	right   : 0;
}

@media screen and (max-width: 768px) {
	#page_news .left_area .box_wrap .box:not(:first-child) {
		margin-top: 30px;
	}

	#page_news .left_area .box_wrap .box .textbox {
		padding: 0 0 25px;
	}

	#page_news .left_area .box_wrap .box .textbox .box_title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_news .left_area .wp-pagenavi {
		margin  : 30px auto 0;
		position: static;
	}
}

#page_news_single .special_area {
	padding: 30px 0 0;
	margin : 0 0 70px;
}

#page_news_single .special_area .special_block .textbox_wrap {
	background: #f3f3f3;
	margin    : 0;
}

#page_news_single .special_area .special_block .textbox_wrap .link_box {
	padding: 20px 0 0;
}

#page_news_single .special_area .special_block .textbox_wrap .textbox {
	width  : 980px;
	margin : 0 auto;
	padding: 30px 40px;
}

#page_news_single .special_area .special_block .textbox_wrap .textbox .meta_box {
	overflow: hidden;
}

#page_news_single .special_area .special_block .textbox_wrap .textbox .meta_box .post_date {
	float      : left;
	color      : #ababab;
	font-size  : 14px;
	font-size  : 1.4rem;
	line-height: 14px;
}

#page_news_single .special_area .special_block .textbox_wrap .textbox .meta_box .post_cat {
	float      : right;
	color      : #ababab;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 14px;
}

#page_news_single .special_area .special_block .textbox_wrap .textbox .box_title {
	margin     : 12px 0 0;
	font-size  : 28px;
	font-size  : 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	#page_news_single .special_area {
		padding: 0;
		margin : 0 0 50px;
	}

	#page_news_single .special_area .special_block .textbox_wrap {
		width: 100%;
	}

	#page_news_single .special_area .special_block .textbox_wrap .textbox {
		width : 100%;
		margin: 0 auto;
	}

	#page_news_single .special_area .special_block .textbox_wrap .textbox .meta_box .post_date {
		font-size: 12px;
		font-size: 1.2rem;
	}

	#page_news_single .special_area .special_block .textbox_wrap .textbox .box_title {
		font-size: 20px;
		font-size: 2rem;
	}
}

#page_news_single .main_area {
	padding-bottom: 0;
}

#page_news_single .main_area .left_area {
	float  : left;
	width  : 610px;
	padding: 0;
}

#page_news_single .main_area .left_area .sd-sharing-enabled {
	margin-top: 100px;
}

#page_news_single .main_area .left_area .voice_block {
	margin: 30px 0 0;
}

#page_news_single .main_area .left_area .voice_block .box {
	overflow: hidden;
}

#page_news_single .main_area .left_area .voice_block .box:not(:first-child) {
	margin: 60px 0 0;
}

#page_news_single .main_area .left_area .voice_block .box .box_img {
	float        : left;
	border-radius: 50%;
	width        : 100px;
	height       : 100px;
	overflow     : hidden;
}

#page_news_single .main_area .left_area .voice_block .box .textbox {
	background: #f8efe6;
	padding   : 15px 20px 18px;
	min-height: 100px;
	margin    : 0 0 0 140px;
	position  : relative;
}

#page_news_single .main_area .left_area .voice_block .box .textbox::before {
	content        : "";
	background     : url("images/fukidashi01.png") center no-repeat;
	background-size: contain;
	width          : 20px;
	height         : 70px;
	position       : absolute;
	top            : 20px;
	left           : -20px;
}

#page_news_single .main_area .left_area .voice_block .box .textbox .text {
	font-size  : 16px;
	font-size  : 1.6rem;
	text-align : justify;
	line-height: 1.8;
}

#page_news_single .main_area .left_area .voice_block .box .textbox .box_title {
	margin     : 15px 0 0;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	#page_news_single .main_area .left_area .voice_block .box:not(:first-child) {
		margin: 40px 0 0;
	}

	#page_news_single .main_area .left_area .voice_block .box .box_img {
		width : 70px;
		height: 70px;
	}

	#page_news_single .main_area .left_area .voice_block .box .textbox {
		padding : 15px 20px 18px;
		margin  : 0 0 0 100px;
		position: relative;
	}

	#page_news_single .main_area .left_area .voice_block .box .textbox::before {
		width: 15px;
		top  : 5px;
		left : -15px;
	}

	#page_news_single .main_area .left_area .voice_block .box .textbox .text {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#page_news_single .main_area .left_area .voice_block .box .textbox .box_title {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

#page_news_single .main_area .left_area .share_block {
	background: #f2f2f2;
	margin    : 60px 0 0;
	text-align: center;
}

#page_news_single .main_area .left_area .share_block .back_link {
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 28px;
}

#page_news_single .main_area .left_area .share_block .back_link a {
	padding: 15px;
}

@media screen and (max-width: 768px) {
	#page_news_single .main_area .left_area .share_block {
		margin: 40px 0 0;
	}
}

#page_news_single .main_area .left_area .single_nav_block {
	margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
	#page_news_single .main_area .left_area .single_nav_block {
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 768px) {
	#page_news_single .main_area .left_area {
		float: none;
		width: 100%;
	}

	#page_news_single .main_area .left_area .sd-sharing-enabled {
		margin-top: 60px;
	}
}

.form_area .must_mark {
	background : #ff6464;
	height     : 20px;
	padding    : 0 8px;
	color      : #ffffff;
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: normal;
	line-height: 20px;
	display    : inline-block;
}

.form_area .top_block {
	text-align : center;
	line-height: 2.0;
}

.form_area .top_block .text01:not(:first-child) {
	margin: 30px 0 0;
}

.form_area .top_block .text01 .must_mark {
	margin: 0 5px 0 0;
}

.form_area .top_block .text02 {
	margin: 50px 0 0;
}

.form_area .top_block .btn_box {
	margin: 5px auto 0;
}

.form_area .top_block .btn_box .btn_type01 {
	width      : 260px;
	height     : 30px;
	line-height: 26px;
}

.form_area .form_block {
	width : 900px;
	margin: 65px auto 0;
}

.form_area .form_block .must_mark {
	margin: 0 5px 0 0;
}

.form_area .form_table {
	width    : 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

.form_area .form_table:not(:first-child) {
	margin-top: 45px;
}

.form_area .form_table caption {
	margin-bottom: 5px;
	font-weight  : bold;
	text-align   : left;
}

.form_area .form_table tr {
	border-bottom: 1px solid #e6cbac;
}

.form_area .form_table tr:first-child {
	border-top: 1px solid #e6cbac;
}

.form_area .form_table tr th,
.form_area .form_table tr td {
	text-align    : left;
	vertical-align: top;
}

.form_area .form_table tr th {
	background    : #faf5ee;
	width         : 270px;
	padding       : 28px 20px;
	letter-spacing: 0;
	white-space   : nowrap;
}

.form_area .form_table tr th .must_mark {
	float : right;
	margin: 3px 0 0 5px;
}

.form_area .form_table tr td {
	padding: 40px 30px;
}

.form_area .form_table tr td .label {
	width      : 50px;
	font-weight: bold;
	display    : inline-block;
}

.form_area .form_table tr td.field_column2 .left_box {
	margin : 0 30px 0 0;
	display: inline-block;
}

.form_area .form_table tr td.field_column2 .right_box {
	display: inline-block;
}

.form_area .form_table tr .seminar_list span.date {
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: normal;
	display    : inline-block;
}

@media screen and (max-width: 768px) {
	.form_area .form_block {
		width : 100%;
		margin: 40px auto 0;
	}

	.form_area .form_table {
		width    : 100%;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form_area .form_table tr th,
	.form_area .form_table tr td {
		width  : 100%;
		display: block;
	}

	.form_area .form_table tr th {
		padding: 20px 15px;
	}

	.form_area .form_table tr th .must_mark {
		margin: 0;
	}

	.form_area .form_table tr td {
		padding   : 25px 15px 30px;
		word-break: break-word;
	}

	.form_area .form_table tr td .label {
		width: 40px;
	}

	.form_area .form_table tr td.field_column2 .left_box {
		margin-right: 10px;
	}

	.form_area .form_table tr td.field_column2 .right_box {
		margin: 20px 0 0;
	}
}

#page_contact .mainimg_area {
	background-image: url("images/main_contact_bg.png");
}

#page_contact .form_area .form_block {
	margin: 55px auto 0;
}

@media screen and (max-width: 768px) {
	#page_contact .form_area .form_block {
		margin: 20px auto 0;
	}
}

#page_voice .mainimg_area {
	background-image: url("images/main_voice_bg.png");
}

#page_seminarinfo .mainimg_area {
	background-image: url("images/main_seminar_bg.png");
}

#page_seminarresults .mainimg_area {
	background-image: url("images/main_seminar_bg.png");
}

#page_seminarinfo .main_area {
	width   : 820px;
	padding : 0 0 90px;
	margin  : 0 auto;
	overflow: hidden;
	position: relative;
}

#page_seminarinfo .main_area .inner_wrap {
	width: 100%;
}

#page_seminarinfo .main_area .left_area {
	float: left;
	width: 610px;
}

#page_seminarinfo .main_area .left_area .seminarbox_lv2 {
	width        : 100%;
	margin-bottom: 50px;
}

#page_seminarinfo .main_area .left_area .box_wrap .link_box {
	display: -webkit-flex;
	display: flex;
}

#page_seminarinfo .main_area .left_area .box_wrap .box:not(:first-child) {
	margin-top: 40px;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .img_wrap {
	width: 190px;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .img_wrap .box_img {
	width              : 100%;
	background-position: center;
	background-size    : cover;
	background-repeat  : no-repeat;
	position           : relative;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .img_wrap .box_img img {
	width: 100%;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .img_wrap .box_img .more,
#page_seminarinfo .main_area .left_area .box_wrap .box .img_wrap .box_img .soldout {
	position: absolute;
	top     : 0;
	left    : 0;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox {
	width   : calc(100% - 220px);
	padding : 20px 0 0;
	margin  : 0 0 0 30px;
	position: relative;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .meta_box {
	width   : 100%;
	overflow: hidden;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .meta_box .date {
	float    : left;
	color    : #ababab;
	font-size: 10px;
	font-size: 1rem;
	display  : inline-block;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .meta_box .cat {
	float      : right;
	color      : #e6cbac;
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: bold;
	display    : inline-block;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .box_title {
	margin     : 5px 0 0;
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box {
	margin: 15px 0 0;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box dl {
	font-size  : 12px;
	font-size  : 1.2rem;
	line-height: 1.4;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box dl dt {
	border-right  : 1px solid #e6cbac;
	padding       : 0 5px 0 0;
	margin        : 0 10px 0 0;
	letter-spacing: 0.3em;
	display       : inline-block;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box dl dd {
	display: inline-block;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box .venue_place {
	margin: 10px 0 0;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .more_box {
	text-align: right;
}

#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .more_box .more {
	border-bottom : 1px dotted #e6cbac;
	padding       : 0 2px 3px;
	color         : #e6cbac;
	font-family   : "sintony", serif;
	font-size     : 12px;
	font-size     : 1.2rem;
	font-weight   : bold;
	letter-spacing: 0.2em;
	display       : inline-block;
}

#page_seminarinfo .main_area .left_area .wp-pagenavi {
	position: absolute;
	bottom  : 0;
	left    : 0;
	right   : 0;
}

#page_seminarinfo .main_area .right_area {
	float: right;
	width: 160px;
}

#page_seminarinfo .main_area .right_area .block:not(:first-child) {
	margin: 40px 0 0;
}

#page_seminarinfo .main_area .right_area .block .block_head {
	margin        : 0 0 10px;
	font-family   : "sintony", serif;
	font-size     : 20px;
	font-size     : 2rem;
	font-weight   : bold;
	text-align    : center;
	letter-spacing: 0.1em;
}

#page_seminarinfo .main_area .right_area .block .list li {
	margin     : 5px 0 0;
	font-weight: bold;
}

#page_seminarinfo .main_area .right_area .block .list li a {
	margin     : 0 0 0 5px;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	display    : inline-block;
}

#page_seminarinfo .main_area .right_area .new_block .box_wrap .box:not(:first-child) {
	margin: 30px auto 0;
}

#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .img_wrap {
	width : 140px;
	margin: 0 auto;
}

#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .img_wrap .box_img {
	background-position: center;
	background-size    : cover;
	background-repeat  : no-repeat;
	position           : relative;
}

#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .img_wrap .box_img img {
	width: 100%;
}

#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .img_wrap .box_img .more,
#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .img_wrap .box_img .soldout {
	position: absolute;
	top     : 0;
	left    : 0;
}

#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .box_title {
	margin     : 10px 0 0;
	font-size  : 12px;
	font-size  : 1.2rem;
	font-weight: bold;
}

#page_seminarinfo .main_area .right_area .archive_block .archive_list li {
	width      : 120px;
	margin     : 10px auto 0;
	font-size  : 11px;
	font-size  : 1.1rem;
	font-weight: normal;
	text-align : right;
	line-height: 20px;
	overflow   : hidden;
}

#page_seminarinfo .main_area .right_area .archive_block .archive_list li a {
	float     : left;
	margin    : 0;
	text-align: left;
	transition: 0.3s;
}

#page_seminarinfo .main_area .right_area .archive_block .archive_list li a:hover {
	filter    : progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity   : 0.7;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	#page_seminarinfo .main_area {
		width  : 100%;
		padding: 0 20px;
	}

	#page_seminarinfo .main_area .left_area {
		float   : none;
		width   : 100%;
		position: relative;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box:not(:first-child) {
		margin-top: 30px;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box .img_wrap {
		width: 30%;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box .textbox {
		width   : 65%;
		padding : 0;
		margin  : 0 0 0 5%;
		position: relative;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .box_title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box {
		margin: 10px 0 0;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box dl {
		font-size  : 12px;
		font-size  : 1.2rem;
		line-height: 1.4;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box dl dt {
		padding       : 0 2px 0 0;
		margin        : 0 5px 0 0;
		letter-spacing: 0.1em;
	}

	#page_seminarinfo .main_area .left_area .box_wrap .box .textbox .venue_box .venue_place {
		margin: 10px 0 0;
	}

	#page_seminarinfo .main_area .left_area .wp-pagenavi {
		margin  : 30px auto 0;
		position: static;
	}

	#page_seminarinfo .main_area .right_area {
		display: none;
		float  : none;
		width  : 100%;
		margin : 60px 0 0;
	}

	#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .link_box {
		display: -webkit-flex;
		display: flex;
	}

	#page_seminarinfo .main_area .right_area .new_block .box_wrap .box:not(:first-child) {
		margin-top: 30px;
	}

	#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .img_wrap {
		width: 30%;
	}

	#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .textbox {
		width  : 65%;
		padding: 0 0 30px;
		margin : 0 0 0 5%;
	}

	#page_seminarinfo .main_area .right_area .new_block .box_wrap .box .textbox .box_title {
		margin   : 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	#page_seminarinfo .main_area .right_area .archive_block {
		display: none;
	}
}

#page_seminarinfo_single.seminar_type01 .main_area .info_top {
	margin-top: 25px;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .block_head {
	border-bottom-color: #ABABAB;
	padding            : 0 10px 15px;
	margin-bottom      : 20px;
	font-family        : "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size          : 24px;
	font-size          : 2.4rem;
	text-align         : left;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box {
	margin: 0 0 30px;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .box_message {
	padding      : 0 20px;
	margin-bottom: -15px;
	color        : #EC6867;
	font-size    : 16px;
	font-size    : 1.6rem;
	font-weight  : bold;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .box_wrap .box {
	margin-top: 20px;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .box_wrap .box dt {
	font-size: 14px;
	font-size: 1.4rem;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box {
	margin: 20px auto 0;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box .btn_type01 {
	height     : 50px;
	font-size  : 20px;
	font-size  : 2rem;
	line-height: 46px;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box .btn_type01::after {
	font-size: 26px;
	font-size: 2.6rem;
}

#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box .btn02 {
	font-size: 18px;
	font-size: 1.8rem;
}

#page_seminarinfo_single.seminar_type01 .main_area .comingsoon {
	font-size  : 24px;
	font-size  : 2.4rem;
	font-weight: bold;
}

#page_seminarinfo_single .mainimg_area {
	background-image: url("images/main_works_bg.png");
}

#page_seminarinfo_single .special_area {
	padding: 30px 0 0;
	margin : 0 0 40px;
}

#page_seminarinfo_single .special_area .special_block .img_wrap {
	width     : 980px;
	padding   : 0 40px;
	margin    : 0 auto;
	text-align: center;
	position  : relative;
}

#page_seminarinfo_single .special_area .special_block .img_wrap .link_box {
	text-align: center;
	display   : inline-block;
}

#page_seminarinfo_single .special_area .special_block .img_wrap .box_img {
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center;
	position           : relative;
}

#page_seminarinfo_single .special_area .special_block .img_wrap .box_img .icon_new {
	width   : 100px;
	position: absolute;
	top     : -60px;
	left    : -30px;
}

#page_seminarinfo_single .special_area .special_block .textbox_wrap {
	background: #f3f3f3;
	margin    : 0;
}

#page_seminarinfo_single .special_area .special_block .textbox_wrap .link_box {
	padding: 20px 0 0;
}

#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox {
	width  : 980px;
	margin : 0 auto;
	padding: 30px 40px;
}

#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox .meta_box {
	overflow: hidden;
}

#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox .meta_box .post_date {
	float      : left;
	color      : #ababab;
	font-size  : 14px;
	font-size  : 1.4rem;
	line-height: 14px;
}

#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox .meta_box .post_cat {
	float      : right;
	color      : #ababab;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	line-height: 14px;
}

#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox .box_title {
	margin     : 12px 0 0;
	font-size  : 28px;
	font-size  : 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	#page_seminarinfo_single .special_area {
		padding: 0;
		margin : 0 0 50px;
	}

	#page_seminarinfo_single .special_area .special_block .img_wrap {
		width   : 100%;
		padding : 0 30px;
		margin  : 0 auto;
		position: relative;
	}

	#page_seminarinfo_single .special_area .special_block .img_wrap .box_img .icon_new {
		width   : 40px;
		position: absolute;
		top     : -25px;
		left    : -15px;
	}

	#page_seminarinfo_single .special_area .special_block .textbox_wrap {
		width: 100%;
	}

	#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox {
		width  : 100%;
		padding: 60px 30px 30px;
		margin : 0 auto;
	}

	#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox .meta_box .post_date {
		font-size: 12px;
		font-size: 1.2rem;
	}

	#page_seminarinfo_single .special_area .special_block .textbox_wrap .textbox .box_title {
		font-size: 20px;
		font-size: 2rem;
	}
}

#page_seminarinfo_single .title_area {
	margin: 0 auto 40px;
}

#page_seminarinfo_single .title_area .title_box {
	border-bottom: 10px solid #F3E5D6;
	width        : 980px;
	padding      : 0 5px 5px;
	margin       : 0 auto;
	text-align   : center;
}

#page_seminarinfo_single .title_area .title_box .seminar_subtitle {
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_seminarinfo_single .title_area .title_box .seminar_title {
	font-size  : 35px;
	font-size  : 3.5rem;
	font-weight: bold;
}

#page_seminarinfo_single .main_area {
	width : 900px;
	margin: 0 auto;
}

#page_seminarinfo_single .main_area .info_block {
	margin: 70px 0 0;
}

#page_seminarinfo_single .main_area .info_block .block_head {
	border-bottom : 2px solid #DEDEDE;
	font-family   : "sintony", serif;
	font-size     : 32px;
	font-size     : 3.2rem;
	text-align    : center;
	letter-spacing: 0.2em;
}

#page_seminarinfo_single .main_area .info_block .box_wrap {
	padding          : 0 20px;
	display          : -webkit-flex;
	display          : flex;
	-webkit-flex-wrap: wrap;
	flex-wrap        : wrap;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box {
	width : 400px;
	margin: 40px 60px 0 0;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box.box_wide {
	width       : 100%;
	margin-right: 0;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box:nth-child(2n) {
	margin-right: 0;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box dt {
	border-bottom: 2px solid #DEDEDE;
	padding      : 0 0 2px;
	font-size    : 20px;
	font-size    : 2rem;
	font-weight  : bold;
	position     : relative;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box dt::before {
	content   : "";
	background: #E6CBAC;
	width     : 30px;
	height    : 2px;
	position  : absolute;
	bottom    : -2px;
	left      : 0;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box dd {
	margin: 5px 0 0;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box dd .bold {
	font-size  : 18px;
	font-size  : 1.8rem;
	font-weight: bold;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box dd .bold14 {
	margin     : 10px 0 0;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
}

#page_seminarinfo_single .main_area .info_block .box_wrap .box dd .address {
	margin: 5px 0 0;
}

#page_seminarinfo_single .main_area .info_block .btn_box {
	margin                 : 70px auto 0;
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

#page_seminarinfo_single .main_area .info_block .btn_box .btn_type01 {
	width      : 420px;
	height     : 80px;
	margin     : 0 15px;
	font-size  : 20px;
	font-size  : 2rem;
	line-height: 76px;
	white-space: nowrap;
	overflow   : hidden;
}

#page_seminarinfo_single .main_area .info_block .btn_box .btn_type01 span {
	padding: 0 10px 0 0;
}

#page_seminarinfo_single .main_area .info_block .btn_box .btn_type01::after {
	font-size: 26px;
	font-size: 2.6rem;
}

#page_seminarinfo_single .main_area .info_block .btn_box .btn01 {
	width: 370px;
}

#page_seminarinfo_single .main_area .info_block .btn_box .btn02 {
	width         : 470px;
	font-size     : 18px;
	font-size     : 1.8rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	#page_seminarinfo_single.seminar_type01 .main_area .info_top {
		margin-top: 10px;
	}

	#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .block_head {
		padding       : 0 10px 10px;
		font-size     : 17px;
		font-size     : 1.7rem;
		letter-spacing: 0.1em;
	}

	#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box {
		margin: 0 0 50px;
	}

	#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .box_message {
		padding: 0 10px;
	}

	#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box .btn_type01 {
		margin-top: 10px;
		font-size : 16px;
		font-size : 1.6rem;
	}

	#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box .btn_type01:first-child {
		margin-top: 0;
	}

	#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box .btn02 {
		height        : 65px;
		padding       : 6px 0;
		line-height   : 1.5;
		letter-spacing: 0.2em;
	}

	#page_seminarinfo_single.seminar_type01 .main_area .sminar_list .seminar_box .btn_box .btn02::after {
		height: 40px;
	}

	#page_seminarinfo_single .title_area {
		padding: 0 20px;
		margin : 0 auto 30px;
	}

	#page_seminarinfo_single .title_area .title_box {
		border-bottom: 8px solid #F3E5D6;
		width        : 100%;
	}

	#page_seminarinfo_single .title_area .title_box .seminar_subtitle {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#page_seminarinfo_single .title_area .title_box .seminar_title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	#page_seminarinfo_single .main_area {
		width  : 100%;
		padding: 0 20px;
	}

	#page_seminarinfo_single .main_area .info_block {
		margin: 50px 0 0;
	}

	#page_seminarinfo_single .main_area .info_block .block_head {
		font-size: 22px;
		font-size: 2.2rem;
	}

	#page_seminarinfo_single .main_area .info_block .block_top .box dd {
		font-size  : 16px;
		font-size  : 1.6rem;
		font-weight: bold;
	}

	#page_seminarinfo_single .main_area .info_block .box_wrap {
		padding               : 0 10px;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_seminarinfo_single .main_area .info_block .box_wrap .box {
		width : 100%;
		margin: 30px 0 0;
	}

	#page_seminarinfo_single .main_area .info_block .box_wrap .box dt {
		font-size: 18px;
		font-size: 1.8rem;
	}

	#page_seminarinfo_single .main_area .info_block .box_wrap .box dd {
		margin: 5px 0 0;
	}

	#page_seminarinfo_single .main_area .info_block .box_wrap .box dd .address {
		margin     : 5px 0 0;
		font-size  : 14px;
		font-size  : 1.4rem;
		font-weight: normal;
	}

	#page_seminarinfo_single .main_area .info_block .btn_box {
		margin                : 40px auto 0;
		-webkit-flex-direction: column;
		flex-direction        : column;
	}

	#page_seminarinfo_single .main_area .info_block .btn_box .btn_type01 {
		width         : 100%;
		max-width     : 600px;
		height        : 60px;
		margin        : 15px auto 0;
		font-size     : 16px;
		font-size     : 1.6rem;
		line-height   : 56px;
		letter-spacing: 0.1em;
	}

	#page_seminarinfo_single .main_area .info_block .btn_box .btn_type01:first-child {
		margin-top: 0;
	}

	#page_seminarinfo_single .main_area .info_block .btn_box .btn_type01::after {
		font-size: 20px;
		font-size: 2rem;
	}

	#page_seminarinfo_single .main_area .info_block .btn_box .btn02 {
		padding       : 5px 0;
		line-height   : 1.5;
		letter-spacing: 0.2em;
	}

	#page_seminarinfo_single .main_area .info_block .btn_box .btn02::after {
		height: 30px;
	}
}

#page_seminar .mainimg_area {
	background-image: url("images/main_seminar_bg.png");
}

#page_404 {
	padding: 120px 0;
}

#page_404 .area_text {
	font-size     : 2.5rem;
	font-weight   : bold;
	text-align    : center;
	line-height   : 1.6;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	#page_404 .area_text {
		font-size: 1.8rem;
	}
}

.contents .mw_wp_form .btn_wrap {
	margin: 40px auto 0;
}

.contents .mw_wp_form .btn_wrap .btn_box {
	text-align: center;
}

.contents .mw_wp_form .btn_wrap .btn_box .btn_type01 {
	width      : 380px;
	height     : 60px;
	font-size  : 16px;
	font-size  : 1.6rem;
	font-weight: normal;
	line-height: 56px;
}

.contents .mw_wp_form .btn_wrap .btn_box .btn_type01::after {
	content: none;
}

.contents .mw_wp_form .btn_wrap .btn_box.form_back {
	margin: 20px auto 0;
}

.contents .mw_wp_form .btn_wrap .btn_box.form_back .btn {
	background: #999999;
	border    : 2px solid #999999;
	color     : #ffffff;
}

.contents .mw_wp_form .btn_wrap .btn_box.form_back .btn:hover {
	background: #ffffff;
	border    : 2px solid #999999;
	color     : #999999;
}

.contents .mw_wp_form .error,
.contents .mw_wp_form .att {
	margin     : 5px auto 0;
	color      : #ff0000;
	font-weight: normal;
}

.contents .mw_wp_form .horizontal-item {
	margin-left: 0;
}

.contents .mw_wp_form input[type="text"],
.contents .mw_wp_form input[type="tel"],
.contents .mw_wp_form input[type="email"],
.contents .mw_wp_form input[type="url"] {
	background    : #ffffff;
	border        : 1px solid #c4c4c4;
	border-radius : 3px;
	font-family   : inherit;
	font-size     : 1.5rem;
	width         : 530px;
	height        : 40px;
	padding       : 0 10px;
	color         : #333333;
	line-height   : 40px;
	letter-spacing: inherit;
}

.contents .mw_wp_form input[type="text"].error,
.contents .mw_wp_form input[type="text"].error_field,
.contents .mw_wp_form input[type="tel"].error,
.contents .mw_wp_form input[type="tel"].error_field,
.contents .mw_wp_form input[type="email"].error,
.contents .mw_wp_form input[type="email"].error_field,
.contents .mw_wp_form input[type="ur"].error,
.contents .mw_wp_form input[type="url"].error_field {
	background: #FFEEEE;
}

.contents .mw_wp_form input[type="text"].short,
.contents .mw_wp_form input[type="tel"].short,
.contents .mw_wp_form input[type="email"].short {
	width: 200px;
}

.contents .mw_wp_form input[type="radio"] {
	width : 20px;
	height: 20px;
	margin: 0 20px 0 0;
}

.contents .mw_wp_form input[type="submit"],
.contents .mw_wp_form button[type="submit"] {
	-moz-appearance   : none;
	-webkit-appearance: none;
}

.contents .mw_wp_form select {
	background   : #ffffff;
	border       : 1px solid #c4c4c4;
	border-radius: 3px;
	font-family  : inherit;
	width        : 350px;
	height       : 40px;
	padding      : 0 10px;
	font-family  : inherit;
	font-size    : 16px;
	font-size    : 1.6rem;
}

.contents .mw_wp_form span.mwform-radio-field {
	margin-left: 0;
	line-height: 1.0;
	display    : block;
}

.contents .mw_wp_form span.mwform-radio-field:not(:first-child) {
	margin: 15px 0 0 0;
}

.contents .mw_wp_form span.mwform-radio-field+.horizontal-item {
	margin-left: 0;
}

.contents .mw_wp_form span.mwform-radio-field label {
	min-height    : 20px;
	padding-left  : 27px;
	font-weight   : bold;
	line-height   : 20px;
	letter-spacing: 0.15em;
	display       : inline-block;
	overflow      : hidden;
	cursor        : pointer;
	position      : relative;
}

.contents .mw_wp_form span.mwform-radio-field label::before {
	content      : '';
	border       : 1px solid #c4c4c4;
	border-radius: 50%;
	width        : 20px;
	height       : 20px;
	position     : absolute;
	left         : 0px;
	top          : 0px;
	z-index      : 3;
}

.contents .mw_wp_form span.mwform-radio-field label::after {
	content         : '';
	background-color: #333333;
	border-radius   : 100%;
	width           : 10px;
	height          : 10px;
	position        : absolute;
	top             : 5px;
	left            : 5px;
	z-index         : 1;
}

.contents .mw_wp_form span.mwform-radio-field label input[type="radio"] {
	width             : 18px;
	height            : 18px;
	margin            : 0px;
	position          : absolute;
	left              : -25px;
	top               : 0px;
	z-index           : 2;
	box-shadow        : 25px -1px #FFFFFF;
	-moz-appearance   : none;
	-webkit-appearance: none;
	outline           : none;
}

.contents .mw_wp_form span.mwform-radio-field label input[type="radio"]:checked {
	box-shadow: none;
}

.contents .mw_wp_form input:placeholder-shown {
	color         : #999999;
	font-weight   : bold;
	letter-spacing: 0.15em;
}

.contents .mw_wp_form input::-webkit-input-placeholder {
	color         : #999999;
	font-weight   : bold;
	letter-spacing: 0.15em;
}

.contents .mw_wp_form input:-moz-placeholder {
	color         : #999999;
	font-weight   : bold;
	letter-spacing: 0.15em;
	opacity       : 1;
}

.contents .mw_wp_form input::-moz-placeholder {
	color         : #999999;
	font-weight   : bold;
	letter-spacing: 0.15em;
	opacity       : 1;
}

.contents .mw_wp_form input:-ms-input-placeholder {
	color         : #999999;
	font-weight   : bold;
	letter-spacing: 0.15em;
}

.contents .mw_wp_form textarea {
	background : #ffffff;
	border     : 1px solid #c4c4c4;
	color      : #333333;
	font-family: inherit;
	font-size  : 16px;
	font-size  : 1.6rem;
	width      : 530px;
	height     : 240px;
	margin     : 0 auto;
	padding    : 10px 15px;
	line-height: 1.8;
}

.contents .mw_wp_form textarea.error,
.contents .mw_wp_form textarea.errorfield {
	background: #FFEEEE;
}

.contents .mw_wp_form.mw_wp_form_confirm .confirm_hidden {
	display: none;
}

.contents .mw_wp_form.mw_wp_form_confirm .field_column2 .left_box {
	margin-right: 10px;
	display     : inline-block;
}

.contents .mw_wp_form.mw_wp_form_confirm .field_column2 .right_box {
	margin-top: 0;
	display   : inline-block;
}

.contents .mw_wp_form.mw_wp_form_confirm .must_mark {
	display: none;
}

.contents .mw_wp_form.mw_wp_form_confirm .btn_wrap {
	margin: 40px auto 0;
}

.contents .mw_wp_form.mw_wp_form_complete {
	margin   : 0;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.contents .mw_wp_form .btn_wrap {
		margin: 30px auto 0;
	}

	.contents .mw_wp_form .btn_wrap .btn_box .btn_type01 {
		width      : 100%;
		max-width  : 240px;
		height     : 50px;
		line-height: 46px;
	}

	.contents .mw_wp_form .btn_wrap .btn_box.form_back {
		margin: 15px auto 0;
	}

	.contents .mw_wp_form input[type="text"],
	.contents .mw_wp_form input[type="tel"],
	.contents .mw_wp_form input[type="email"],
	.contents .mw_wp_form input[type="url"] {
		font-size: 14px;
		font-size: 1.4rem;
		width    : 100%;
	}

	.contents .mw_wp_form textarea {
		font-size  : 14px;
		font-size  : 1.4rem;
		width      : 100%;
		height     : 180px;
		line-height: 1.6;
	}

	.contents .mw_wp_form span.mwform-radio-field {
		margin : 10px 0 0;
		display: block;
	}

	.contents .mw_wp_form span.mwform-radio-field:first-child {
		margin-left: 0;
	}

	.contents .mw_wp_form span.mwform-radio-field+.horizontal-item {
		margin-left: 0;
	}

	.contents .mw_wp_form span.mwform-radio-field label {
		line-height: 1.4;
	}

	.contents .mw_wp_form.mw_wp_form_confirm {
		margin: 0;
	}

	.contents .mw_wp_form.mw_wp_form_complete {
		margin: 0;
	}
}

.wp-pagenavi {
	clear      : both;
	margin     : 50px auto 0;
	font-size  : 14px;
	font-size  : 1.4rem;
	font-weight: bold;
	text-align : center;
	line-height: 1.0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	background   : #ffffff;
	border-radius: 50%;
	border       : 1px solid #e6cbac;
	width        : 40px;
	height       : 40px;
	margin       : 0 5px;
	color        : #333333;
	font-weight  : normal;
	line-height  : 38px;
	display      : inline-block;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background     : #e6cbac;
	border         : 1px solid #e6cbac;
	color          : #ffffff;
	text-decoration: none;
}

.wp-pagenavi span.extend {
	background: none;
	color     : #333333;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		margin   : 40px auto 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		width      : 26px;
		height     : 26px;
		margin     : 3px;
		line-height: 26px;
	}

	.wp-pagenavi a.previouspostslink {
		padding: 0;
	}

	.wp-pagenavi a.nextpostslink {
		padding: 0 7px 0 10px;
	}
}

/*公式ストア固定ボタン*/
.store_btn {
	width     : 100px;
	height    : 104px;
	position  : fixed;
	top       : 20px;
	right     : 15px;
	z-index   : 999;
	transition: 0.5s !important;
}

.store_btn img {
	transition: 0.5s !important;
}

.store_btn_a {
	width     : 100px;
	height    : 104px;
	transition: 0.5s !important;
}

.store_btn :hover {
	opacity   : 0.0;
	transition: 0.5s !important;
}

.store_btn_back {
	background-image : url("images/kazoku_shop_on.png");
	background-size  : 100px;
	background-repeat: no-repeat;
	width            : 100px;
	height           : 104px;
	position         : fixed;
	top              : 20px;
	right            : 15px;
	z-index          : 899;
}

@media screen and (max-width: 768px) {
	.store_btn {
		display: none;
	}

	.store_btn_back {
		display: none;
	}
}

/*Y-STYLEストア固定ボタン*/
.store_btnn {
	width     : 100px;
	height    : 104px;
	position  : fixed;
	top       : 130px;
	right     : 15px;
	z-index   : 999;
	transition: 0.5s !important;
}

.store_btnn img {
	transition: 0.5s !important;
}

.store_btnn_a {
	width     : 100px;
	height    : 104px;
	transition: 0.5s !important;
}

.store_btnn :hover {
	opacity   : 0.0;
	transition: 0.5s !important;
}

.store_btnn_back {
	background-image : url("images/ystyle_shop_on.png");
	background-size  : 100px;
	background-repeat: no-repeat;
	width            : 100px;
	height           : 104px;
	position         : fixed;
	top              : 130px;
	right            : 15px;
	z-index          : 899;
}

@media screen and (max-width: 768px) {
	.store_btnn {
		display: none;
	}

	.store_btnn_back {
		display: none;
	}
}

.store_sp {
	width            : 200px;
	height           : 50px;
	background-image : url("images/kazoku_shop_sp.png");
	margin           : auto;
	background-size  : 200px;
	background-repeat: no-repeat;
	margin-top       : 30px;
}

.store2_sp {
	width            : 200px;
	height           : 50px;
	background-image : url("images/ystyle_shop_sp.png");
	margin           : auto;
	background-size  : 200px;
	background-repeat: no-repeat;
	margin-top       : 10px;
}

.contents .mw_wp_form .checkbox_wrap {
	margin: -11px -13px 0;
}

.contents .mw_wp_form .checkbox_wrap span.horizontal-item {
	margin : 5px 13px 0;
	display: inline-block;
}

.contents .mw_wp_form .checkbox_wrap .mwform-checkbox-field-text {
	font-weight: bold;
}

.contents .mw_wp_form .other_box {
	margin: 10px 0 0;
}

.contents .mw_wp_form .other_box .label {
	width       : 60px;
	margin-right: 5px;
}

.contents .mw_wp_form .other_box input {
	width: 465px;
}

.contents .mw_wp_form.mw_wp_form_confirm .checkbox_wrap {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.contents .mw_wp_form .other_box input {
		width: 100%;
	}
}

.sp_fixed_bottom {
	background: #FAF5EE;
	padding   : 0 50px 0 0;
	min-width : 320px;
	position  : fixed;
	bottom    : 0;
	left      : 0;
	right     : 0;
	z-index   : 2100;
	display   : none;
}

.sp_fixed_bottom .nav_list {
	display                : -webkit-flex;
	display                : flex;
	-webkit-justify-content: center;
	justify-content        : center;
}

.sp_fixed_bottom .nav_list li.shop {
	width       : 50%;
	margin      : 0;
	display     : block;
	border-right: 1px #bbbbbb solid;
}

.sp_fixed_bottom .nav_list li.shop2 {
	width  : 50%;
	margin : 0;
	display: block;

}

.sp_fixed_bottom .nav_list li.contact {
	margin   : 0 0 0 auto;
	width    : 55px;
	min-width: 55px;
}

.sp_fixed_bottom .nav_list li.menu {
	width    : 50px;
	min-width: 50px;
}

.sp_fixed_bottom .nav_list li a {
	width     : 100%;
	height    : 50px;
	text-align: center;
	display   : block;
}

.sp_fixed_bottom .nav_list li a img {
	max-width: initial;
	height   : 100%;
}

@media screen and (max-width: 768px) {
	.sp_fixed_bottom {
		display: block;
	}
}

.youtubebox {
	width     : 880px;
	margin    : 150px auto 50px auto;
	transition: 0.5s;
}

.youtubebox:hover {
	opacity   : 0.7;
	transition: 0.5s;
}

.img_pc {
	display: block;
}

.img_sp {
	display: none;
}

.toptextbox {
	width : 900px;
	margin: 50px auto 30px auto;
}

.toptextboximg {
	width : 450px;
	margin: auto;
}

.toptextp {
	font-size     : 18px;
	font-size     : 1.8rem;
	line-height   : 2.0;
	letter-spacing: 0.13em;
	text-align    : center;
	margin-top    : 50px;
}

.toptextp span {
	margin     : 0 auto 10px;
	font-size  : 24px;
	font-size  : 2.4rem;
	font-weight: bold;
	display    : inline-block;
}

@media screen and (max-width: 768px) {
	.youtubebox {
		width : 90%;
		margin: 100px auto 30px auto;
	}

	.img_pc {
		display: none;
	}

	.img_sp {
		display: block;
	}

	.toptextbox {
		width : 90%;
		margin: 50px auto 0 auto;
	}

	.toptextboximg {
		width : 85%;
		margin: auto;
	}

	.toptextp {
		font-size     : 14px;
		font-size     : 1.4rem;
		line-height   : 2.0;
		letter-spacing: 0.13em;
		text-align    : center;
		margin-top    : 50px;
	}

	.toptextp span {
		margin     : 0 auto 10px;
		font-size  : 20px;
		font-size  : 2.0rem;
		font-weight: bold;
		display    : inline-block;
	}
}

#sb_instagram {
	width         : 890px !important;
	padding-bottom: 0 !important;
}

#sb_instagram #sbi_images {
	float   : none;
	width   : auto;
	margin  : -10px;
	overflow: hidden;
}

#sb_instagram #sbi_images a:hover {
	opacity: 0.7 !important;
}

@media screen and (max-width: 770px) {
	#sb_instagram {
		width: 100% !important;
	}

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
		width: 33.33%;
	}

	#sb_instagram .sbi_type_carousel .fa-clone {
		right    : 5px;
		top      : 5px;
		font-size: 12px;
	}
}

.announce {
	color      : #e60000;
	font-weight: bold;
	display    : block;
	width      : 100%;
	margin     : 10px auto;
	text-align : center;
}

#page_service .coordinate_area .content_block .first_block .block_head .announce {
	font-size: 1.4rem;
}

#page_service #coordinate .content_block .btn_box {
	bottom: -75px;
}

.form_area .form_table tr td .announce {
	text-align   : left;
	font-size    : 1.4rem;
	margin-bottom: 0;
	margin-left  : 2px;
}

/*20220901追加*/

.techo {
	width        : 880px;
	margin       : auto;
	margin-bottom: 50px;
}

.techo:hover {
	opacity   : 0.7;
	transition: 0.3s;
}

.imgpc {
	display: block;
}

.imgsp {
	display: none;
}

@media screen and (max-width: 770px) {
	.techo {
		width        : 90%;
		margin       : auto;
		margin-bottom: 40px;
	}

	.imgpc {
		display: none;
	}

	.imgsp {
		display: block;
	}
}

.manseki {
	width     : 35px !important;
	display   : inline;
	margin-top: 4px;
}

.bosyu {
	color      : #ec7289;
	font-weight: bold;
}



/* 2023.03 Add 保証・修理のお問い合わせ ↓ */
#page_support .mainimg_area {
	background-image: url("images/main_support_bg.jpg");
}

@media screen and (max-width: 768px) {
	#page_support .mainimg_area .page_title span {
		height: 80px;
		bottom: -75px;
	}

	#page_support .contents {
		padding-top: 120px;
	}
}

#page_support .after_service h2 {
	position      : relative;
	background    : url("images/bg_support_h_pc.svg") no-repeat center 20px / contain;
	padding-bottom: 10px;
	margin-bottom : 40px;
}

#page_support .after_service h2 img {
	display: block;
	margin : 0 auto 50px;
}

@media screen and (max-width: 768px) {
	#page_support .after_service h2 {
		background    : none;
		border-bottom : 2px #e6cbac dashed;
		padding-bottom: 20px;
		margin-bottom : 20px;
	}

	#page_support .after_service h2 img {
		width : 80%;
		margin: 0 auto;
	}
}

#page_support .p_lead {
	font-size     : 1.8rem;
	letter-spacing: .1em;
	line-height   : 2;
	text-align    : center;
	margin-bottom : 40px;
}

#page_support .p_lead em {
	font-style               : normal;
	font-weight              : bold;
	text-decoration          : underline;
	text-decoration-color    : #9c9a99;
	text-decoration-thickness: 2px;
	text-underline-offset    : 10px;
}

#page_support .guarantee_item_notes {
	max-width     : 800px;
	margin        : 0 auto;
	font-size     : 1.5rem;
	letter-spacing: .1em;
}

#page_support .guarantee_item_notes p {
	display: inline-block;
}

#page_support .guarantee_item_notes ul {
	padding: 10px 0 10px 15px;
}

#page_support .guarantee_item_notes li {
	position    : relative;
	padding-left: 15px;
}

#page_support .guarantee_item_notes li::before {
	content      : "";
	background   : #e6cbac;
	border-radius: 50px;
	width        : 8px;
	height       : 8px;
	position     : absolute;
	top          : .8rem;
	left         : 0;
}

@media screen and (max-width: 768px) {
	#page_support .p_lead {
		font-size    : 1.2rem;
		margin-bottom: 20px;
	}

	#page_support .p_lead em {
		text-decoration-thickness: 1px;
		text-underline-offset    : 5px;
	}

	#page_support .guarantee_item_notes {
		font-size : 1.2rem;
		text-align: left;
	}

	#page_support .guarantee_item_notes ul {
		padding: 5px 0 5px 10px;
	}

	#page_support .guarantee_item_notes li::before {
		width : 6px;
		height: 6px;
	}
}

#page_support .guarantee_item {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	#page_support .guarantee_item {
		margin-top: 40px;
	}
}

#page_support .guarantee_item_h {
	text-align: center;
}

#page_support .guarantee_item_h span {
	position      : relative;
	display       : inline-block;
	background    : #e6cbac;
	padding       : 5px 20px;
	margin-bottom : 40px;
	font-weight   : bold;
	font-size     : 2rem;
	letter-spacing: .1em;
}

#page_support .guarantee_item_h span::before {
	content     : "";
	width       : 0;
	height      : 0;
	border-style: solid;
	border-width: 16px 9px 0 9px;
	border-color: #e6cbac transparent transparent transparent;
	position    : absolute;
	bottom      : -10px;
	left        : 50%;
	transform   : translateX(-50%);
}

#page_support .guarantee_item_h h3 {
	position     : relative;
	margin-bottom: 70px;
}

#page_support .guarantee_item_h h3::before {
	content   : "";
	display   : inline-block;
	background: #e6cbac;
	width     : 100px;
	height    : 2px;
	position  : absolute;
	bottom    : -30px;
	left      : 50%;
	transform : translateX(-50%);
}

@media screen and (max-width: 768px) {
	#page_support .guarantee_item_h span {
		padding      : 5px 20px;
		margin-bottom: 20px;
		font-size    : 1.2rem;
	}

	#page_support .guarantee_item_h h3 {
		margin-bottom: 60px;
	}

	#page_support .guarantee_item_h h3 img {
		width    : fit-content;
		max-width: 200px;
		margin   : 0 auto;
	}

	#page_support .guarantee_item_h h3::before {
		bottom: -20px;
	}
}

#page_support .guarantee_shop_list {
	max-width : 900px;
	background: #fbf7f3;
	margin    : 50px auto 0;
	padding   : 20px 50px;
}

#page_support .guarantee_shop_list h4 {
	font-weight   : bold;
	font-size     : 1.7rem;
	letter-spacing: .1em;
	text-align    : center;
	margin-bottom : 30px;
}

#page_support .guarantee_shop_list ul {
	display  : flex;
	flex-wrap: wrap;
}

#page_support .guarantee_shop_list li {
	position      : relative;
	flex-basis    : 50%;
	padding-left  : 20px;
	margin-bottom : 10px;
	font-size     : 1.8rem;
	letter-spacing: .1em;
}

#page_support .guarantee_shop_list li::before {
	content      : "";
	background   : #e6cbac;
	border-radius: 50px;
	width        : 8px;
	height       : 8px;
	position     : absolute;
	top          : 1.2rem;
	left         : 0;
}

@media screen and (max-width: 768px) {
	#page_support .guarantee_shop_list {
		margin : 30px auto 0;
		padding: 30px 20px 20px;
	}

	#page_support .guarantee_shop_list h4 {
		font-size    : 1.5rem;
		margin-bottom: 20px;
	}

	#page_support .guarantee_shop_list li {
		flex-basis   : 100%;
		padding-left : 15px;
		margin-bottom: 5px;
		font-size    : 1.2rem;
	}

	#page_support .guarantee_shop_list li::before {
		width : 6px;
		height: 6px;
		top   : .8rem;
	}
}

#page_support .guarantee_item_list {
	max-width: 900px;
	margin   : 0 auto 50px auto;
	padding  : 20px 50px;
}

#page_support .guarantee_item_list h4 {
	font-weight   : bold;
	font-size     : 1.5rem;
	letter-spacing: .1em;
	text-align    : center;
	margin-bottom : 30px;
}

#page_support .guarantee_item_list ul {
	display  : flex;
	flex-wrap: wrap;
}

#page_support .guarantee_item_list li {
	position      : relative;
	flex-basis    : 50%;
	padding-left  : 20px;
	margin-bottom : 10px;
	font-size     : 1.4rem;
	letter-spacing: .1em;
}

#page_support .guarantee_item_list li::before {
	content      : "";
	background   : #e6cbac;
	border-radius: 50px;
	width        : 8px;
	height       : 8px;
	position     : absolute;
	top          : 1.2rem;
	left         : 0;
}

@media screen and (max-width: 768px) {
	#page_support .guarantee_item_list {
		margin : 30px auto 0;
		padding: 30px 20px 20px;
	}

	#page_support .guarantee_item_list h4 {
		font-size    : 1.4rem;
		margin-bottom: 20px;
	}

	#page_support .guarantee_item_list li {
		flex-basis   : 100%;
		padding-left : 15px;
		margin-bottom: 5px;
		font-size    : 1.2rem;
	}

	#page_support .guarantee_item_list li::before {
		width : 6px;
		height: 6px;
		top   : .8rem;
	}
}

#page_support .guarantee_product_list h4 {
	text-align: center;
	margin-top: 70px;
}

#page_support .guarantee_product_list h4 span {
	position      : relative;
	padding       : 0 50px;
	margin-bottom : 30px;
	display       : inline-block;
	font-size     : 2.2rem;
	letter-spacing: .2em;
}

#page_support .guarantee_product_list h4 span::before,
#page_support .guarantee_product_list h4 span::after {
	content   : "";
	width     : 30px;
	height    : 40px;
	background: url("images/bg_fuki.svg") no-repeat center / contain;
	position  : absolute;
	top       : 50%;
	transform : translateY(-50%);
}

#page_support .guarantee_product_list h4 span::before {
	/* transform: rotate(60deg); */
	left: 0;
}

#page_support .guarantee_product_list h4 span::after {
	right    : 0;
	transform: translateY(-50%) scale(-1, 1);
}

@media screen and (max-width: 768px) {
	#page_support .guarantee_product_list h4 {
		margin: 40px auto 20px;
	}

	#page_support .guarantee_product_list h4 span {
		margin-bottom: 20px;
		font-size    : 1.5rem;
		width        : 100%;
	}
}

#page_support .guarantee_product_list ul {
	display              : grid;
	gap                  : 0 30px;
	grid-template-columns: repeat(3, 1fr);
	max-width            : 900px;
	margin               : 0 auto 70px;
}

#page_support .guarantee_product_list img {
	display: block;
	width  : 100%;
}

#page_support .guarantee_product_list figcaption {
	font-weight: bold;
	text-align : center;
	margin-top : 15px;
}

@media screen and (max-width: 768px) {
	#page_support .guarantee_product_list ul {
		gap                  : 40px 20px;
		grid-template-columns: repeat(2, 1fr);
		margin               : 0 auto 30px;
	}

	#page_support .guarantee_product_list figcaption {
		line-height: 1.5;
	}
}

#page_support .flow {
	border-top : 10px #fbf7f3 solid;
	padding-top: 70px;
}

#page_support .flow h2 {
	font-size     : 2.4rem;
	letter-spacing: .2em;
	text-align    : center;
	margin-bottom : 30px;
}

@media screen and (max-width: 768px) {
	#page_support .flow {
		border     : 15px #fbf7f3 solid;
		padding-top: 40px;
		margin     : 0 20px;
	}

	#page_support .flow h2 {
		font-size    : 2rem;
		margin-bottom: 20px;
	}
}

#page_support .flow_list {
	display              : grid;
	gap                  : 0 40px;
	grid-template-columns: repeat(4, 1fr);
	max-width            : 900px;
	border-top           : 2px #e6cbac solid;
	padding-top          : 70px;
	margin               : 0 auto 70px;
	counter-reset        : support_flow_num 0;
}

#page_support .flow_list li:not(:last-of-type) {
	position: relative;
}

#page_support .flow_list li:not(:last-of-type)::before {
	content     : "";
	width       : 0;
	height      : 0;
	border-style: solid;
	border-width: 17px 0 17px 26px;
	border-color: transparent transparent transparent #9c9a99;
	position    : absolute;
	top         : 45px;
	right       : -35px;
}

@media screen and (max-width: 768px) {
	#page_support .flow_list {
		grid-template-columns: repeat(1, 1fr);
		gap                  : 60px 0;
		padding-top          : 40px;
		margin               : 0 auto 40px;
	}

	#page_support .flow_list li {
		display: flex;
	}

	#page_support .flow_list li:not(:last-of-type)::before {
		border-width: 13px 0 13px 16px;
		top         : auto;
		bottom      : -45px;
		right       : 50%;
		transform   : translateX(50%) rotate(90deg);
	}
}

#page_support .flow_list figure {
	display      : grid;
	place-items  : center;
	background   : #e6cbac;
	border-radius: 50%;
	width        : 120px;
	height       : 120px;
	margin       : 0 auto 20px;
}

#page_support .flow_list img {
	width : 50%;
	margin: 0 auto;
}

#page_support .flow_list dt {
	font-weight  : bold;
	font-size    : 1.8rem;
	text-align   : center;
	line-height  : 1.5;
	margin-bottom: 20px;
}

#page_support .flow_list dt span {
	position      : relative;
	display       : inline-block;
	color         : #e6cbac;
	font-family   : 'Sintony', sans-serif;
	font-weight   : 700;
	text-transform: uppercase;
	padding-right : 1.5rem;
}

#page_support .flow_list dt span::before {
	content          : counter(support_flow_num);
	counter-increment: support_flow_num 1;
	display          : block;
	position         : absolute;
	top              : 0;
	right            : 0;
}

#page_support .flow_list dd {
	font-size     : 1.5rem;
	line-height   : 1.8;
	letter-spacing: .08em;
	text-align    : justify;
}

#page_support .flow_list dd span {
	display    : inline-block;
	font-size  : 1.3rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	#page_support .flow_list figure {
		flex  : 1 0 50px;
		width : 50px;
		height: 50px;
		margin: 0 15px 0 0;
	}

	#page_support .flow_list dt {
		font-size    : 1.5rem;
		text-align   : left;
		margin-bottom: 10px;
	}

	#page_support .flow_list dt span {
		padding-right: 1.2rem;
	}

	#page_support .flow_list dd {
		font-size: 1.3rem;
	}

	#page_support .flow_list dd span {
		font-size: 1.2rem;
	}
}

#page_support .form {
	border-top : 10px #fbf7f3 solid;
	padding-top: 70px;
}

#page_support .form h2 {
	font-size     : 2.4rem;
	letter-spacing: .2em;
	text-align    : center;
	margin-bottom : 30px;
}

@media screen and (max-width: 768px) {
	#page_support .form {
		border     : none;
		padding-top: 70px;
	}
}

.form_area .form_table tr td .notes {
	display   : inline-block;
	text-align: left;
	font-size : 1.5rem;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.form_area .form_table tr td .notes {
		font-size: 1.3rem;
	}
}

.mw_wp_form_confirm .form_table tr td .notes {
	display: none;
}

.form_area .form_table tr td a {
	display        : inline-block;
	text-decoration: underline;
}

.form_area .form_table tr td a {
	display        : inline-block;
	text-decoration: underline;
}

.form_area .form_table tr td .adr_box {
	margin-top: 10px;
}

.form_area .form_table tr td .adr_box.post_code {
	margin-top: 0;
}

.form_area .form_table tr td .adr_box.post_code input[type="text"] {
	width: 150px;
}

.form_area .form_table tr td .datepicker input[type="text"] {
	position  : relative;
	width     : 250px;
	background: url("images/icon_calendar.svg") no-repeat 95% center / 10%;

}

/* 2023.03 Add 保証・修理のお問い合わせ ↑ */

.wp-post__error {
	padding: 50px 0 100px;
}


/* 2023.08 採用ページ */
#page_recruit .mainimg_area {
	background-image: url("images/main_recruit_bg.jpg");
}

.recruit_tex {
	width         : 980px;
	text-align    : center;
	line-height   : 2.5em;
	letter-spacing: 0.1em;
	margin        : auto;
	margin-top    : 30px;
}

.rect_itle {
	width         : 420px;
	margin        : 70px auto 30px auto;
	text-align    : center;
	font-size     : 25px;
	font-weight   : bold;
	letter-spacing: 0.3em;
}

.recruite_table {
	width : 980px;
	margin: auto;
}

.recruite_table_tr1 {
	background-color: #FAF5EE;
}

.recruite_table_tr2 {
	background-color: #ffffff;
}

.recruite_table th {
	font-weight: bold;
	font-size  : 17px;
	width      : 180px;
	text-align : right;
	padding-top: 20px;
	height     : 60px;
}

.recruite_table td {
	font-size  : 15px;
	width      : 800px;
	text-align : left;
	padding    : 25px 40px;
	height     : 60px;
	line-height: 2em;
}

.rec_contact_area {
	background    : #f8efe6;
	padding       : 50px 0 0;
	text-align    : center;
	margin-top    : 120px;
	text-align    : center;
	padding-bottom: 50px;
}

.recbtn {
	margin-top: -20px !important;
}

.rec_list {
	list-style-type: square;
	padding-left   : 20px;
}

.mailad {
	width : 250px;
	margin: auto;
}

.mailad img {
	width: 100%;
}

.pricetable th {
	padding       : 5px;
	vertical-align: middle;
}

.pricetable td {
	vertical-align: middle;
	padding       : 5px;
	text-align    : left;
}

.br_sp {
	display: none;
}



@media screen and (max-width: 768px) {
	.recruit_tex {
		width         : 90%;
		text-align    : center;
		line-height   : 2.5em;
		letter-spacing: 0.1em;
		margin        : auto;
		margin-top    : 30px;
	}

	.rect_itle {
		width         : 90%;
		margin        : 70px auto 30px auto;
		text-align    : center;
		font-size     : 25px;
		font-weight   : bold;
		letter-spacing: 0.3em;
	}

	.recruite_table {
		width : 90%;
		margin: auto;
	}

	.recruite_table_tr1 {
		background-color: #FAF5EE;
	}

	.recruite_table_tr2 {
		background-color: #ffffff;
	}

	.recruite_table th {
		font-weight: bold;
		font-size  : 14px;
		width      : 25%;
		text-align : right;
		padding-top: 20px;
		height     : 60px;
	}

	.recruite_table td {
		font-size  : 14px;
		width      : 75%;
		text-align : left;
		padding    : 10px 0px 10px 15px;
		height     : 60px;
		line-height: 2em;
	}

	.rec_contact_area {
		background    : #f8efe6;
		padding       : 50px 0 0;
		text-align    : center;
		margin-top    : 90px;
		padding-bottom: 50px;
	}

	.recbtn {
		margin-top: -20px !important;
	}

	.rec_list {
		list-style-type: square;
		padding-left   : 15px;
	}

	.pricetable th {
		padding: 5px;
		display: block;
	}

	.br_sp {
		display: block;
	}

}

/*修理ページ修正231113*/
.item_lisi {
	width        : 400px;
	margin       : auto;
	margin-bottom: 50px;
}

/* ブロックエディタ用の書式の追加 */
.is-style-l-line {
	border-left: 2px solid #e6cbac;
	padding    : 1px 0 1px 20px;
	margin     : 0 0 30px;
	font-size  : 28px;
	font-size  : 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.is-style-ub-header {
	border-top   : 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding      : 20px 0;
	margin       : 0 0 30px;
	font-size    : 26px;
	font-size    : 2.6rem;
	font-weight  : bold;
	line-height  : 1.5;
}

.is-style-under-line {
	background     : url(images/marker01.png) left bottom 2px repeat-x;
	background-size: auto 5px;
	margin         : 0 0 30px;
	font-size      : 24px;
	font-size      : 2.4rem;
	font-weight    : bold;
	line-height    : 1.6;
	width          : fit-content;
}

.is-style-speech-bubble {
	padding    : 16px 0 16px 10px;
	margin     : 0 0 30px;
	font-size  : 20px;
	font-size  : 2rem;
	font-weight: bold;
	line-height: 1.6;
	position   : relative;
}

.is-style-speech-bubble::before,
.is-style-speech-bubble::after {
	content   : "";
	border-top: 1px dotted #333333;
	width     : 40px;
	height    : 1px;
	position  : absolute;
	left      : 0;
}

.is-style-speech-bubble::before {
	top              : 6px;
	-moz-transform   : rotate(-18deg);
	-ms-transform    : rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	transform        : rotate(-18deg);
}

.is-style-speech-bubble::after {
	bottom           : 6px;
	-moz-transform   : rotate(18deg);
	-ms-transform    : rotate(18deg);
	-webkit-transform: rotate(18deg);
	transform        : rotate(18deg);
}

@media screen and (max-width: 768px) {
	.is-style-l-line {
		padding  : 1px 0 1px 15px;
		font-size: 20px;
		font-size: 2rem;
		margin   : 0 0 20px;
	}

	.is-style-ub-header {
		padding  : 10px 0;
		font-size: 19px;
		font-size: 1.9rem;
		margin   : 0 0 20px;
	}

	.is-style-under-line {
		font-size: 18px;
		font-size: 1.8rem;
		margin   : 0 0 20px;
	}

	.is-style-speech-bubble {
		font-size: 17px;
		font-size: 1.7rem;
		margin   : 0 0 20px;
	}
}

span.orange-marker {
	padding-bottom: 5px;
	background    : linear-gradient(transparent 70%, #fadeda 30%);
	font-size     : 16px;
	font-size     : 1.6rem;
	line-height   : 30px;
	line-height   : 3rem;
	font-weight   : bold;
}

@media screen and (min-width: 768px) {
	span.orange-marker {
		font-size  : 20px;
		font-size  : 2rem;
		line-height: 38px;
		line-height: 3.8rem;
	}
}