@charset "UTF-8";

@media screen and (max-width: 999px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.br-sp{display:none;}
.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	header

*****************************************/
header{}
#header{}

#header-nav{
	width: 100%;
	z-index: 100;
	display: none;
}
.under{
	display: block !important;
}
#header-home{
	width: 100%;
	margin: 0 auto;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
#header-nav.fixed{
	background: #fff;
	width: 100%;
	z-index: 100;
	display: none;
	display: inline;
}


#header-logo{
	text-align: center;
}
#header-logo h1{
	padding: 24px 0 17px 0;
}



/****************************************

	nav

*****************************************/
nav{}
#gnavi {
	display: none;
}


#sp_menu {}
/*ヘッダー(SP)メニュー部分*/
nav#sp_gnavi {
	display: none;
	position: absolute;
	top: 95px;
	width: 100%;
	left: 0;
	z-index: 100;
}
nav#sp_gnavi > ul {
	display: block;
	margin: 0 15px;
	border: 2px solid #38BFBF;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
nav#sp_gnavi > ul > li {
	border-bottom: 1px solid #38BFBF;
	font-size: 13px;
	margin: 0 15px;
}
nav#sp_gnavi > ul > li:last-child {
	border-bottom: none;
}
nav#sp_gnavi > ul > li > a {
	display: block;
	color: #38BFBF;
	text-decoration: none;
	padding: 10px 0;
	font-weight: 700;
}
nav#sp_gnavi > ul > li > a:hover{
	color: #278585;
}

nav#sp_gnavi > ul > li > a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #38BFBF;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}


/*ヘッダー(SP)開閉ボタン*/
#nav_toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 26px;
	right: 15px;
	z-index: 100;
	float: right;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 3px;
	background: #38BFBF;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 12px;
}
#nav_toggle span:nth-child(3) {
	top: 24px;
}

/*ヘッダー(SP)開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



/****************************************

	main-visual

*****************************************/
#top-mainvisual {
	width: 100%;
	margin: 0 auto 20px auto;
	position: relative;
}
#top-mainvisual .mainvisual {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
#top-mainvisual .slideframe {
	position: relative;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-bottom: 58.33333333333333%;
}
#top-mainvisual .slideframe li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#top-mainvisual .slideframe li img {
	width: 100%;
	height: auto;
}


#sub-visual {
	min-width: 100%;
	background-image: url("images/common/bg-sub-visual01.png");
	background-position: left top;
}
.sub-visual-inner {
	width: 100%;
	margin: 0 auto;
	background-image: url("images/common/bg-sub-visual02.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	min-height: 150px;
}
.sub-visual-inner h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 63px 0 0 0;
	color: #545454;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
}



/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs{
	margin: 20px 15px 40px 15px;
	color: #666;
	font-size: 12px;
}
.breadcrumbs a{
	text-decoration: none;
	color: #999;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}


.alignright{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.alignleft{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}


#notfound{
	border: 1px solid #CCE1F0;
	background: #FBFEFE;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 40px 0;
}
#notfound p{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}
#notfound p:last-child{
	margin: 0;
}
#notfound p a{
	text-align: center;
	display: block;
	border: 1px solid #38BFBF;
	background: #fff;
	padding: 15px 20px;
	color: #38BFBF;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#notfound p a:hover{
	background: #38BFBF;
	color: #FFF;
	text-decoration: none;
}



/****************************************

	template

*****************************************/
main {
	margin: 0 0 30px 0;
}
aside {}
aside ul {
	border: 1px solid #CCE1F0;
	background: #FBFEFE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px 5px 15px;
}
aside ul li {
}
aside ul li a {
	display: block;
	color: #38BFBF;
	font-size: 14px;
	text-decoration: none;
	padding: 0 0 10px 15px;
	font-weight: 700;
}
aside ul li a:hover{
	color: #278585;
	text-decoration: none;
}
aside ul li a:before {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #38BFBF;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}


#contents{
	margin: 0 15px 40px 15px;
}


#contents > h2,
main > h2{
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#contents > h3,
main > h3{
	background: #38BFC2;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 12px 0;
}
#contents > h4,
main > h4{
	border-bottom: 1px dashed #38BFC2;
	padding: 88px 0 10px 0;
	color: #666;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	margin: -88px 0 12px 0;
}
#contents > h5,
main > h5{
	border-left: 2px solid #38BFC2;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 12px 0;
}
#contents > p,
main > p{
	color: #666;
	font-size: 14px;
	line-height: 1.8;
  padding: 0 0 25px 0;
}

#contents > table,
main > table{
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#contents > table th,
main > table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #666;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#contents > table td,
main > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 14px;
}

#contents > ul,
main > ul{
	margin: 0 0 20px 20px;
}
#contents > ul li,
main > ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}
#contents > ul li ul,
main > ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#contents > ul li ul li,
main > ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}

#contents > table ul,
main > table ul{
	margin: 0 0 0 20px;
}
#contents > table ul li,
main > table ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}
#contents > table ul li ul,
main > table ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#contents > table ul li ul li,
main > table ul li ul li{
	font-size: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}



/****************************************

	footer

*****************************************/
footer{}
#footer{}

.footer-link{
	background: #F8F8F8;
	padding: 25px 0;
}
.footer-link ul{
	padding: 0 15px;
}
.footer-link ul li{
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.footer-link ul li a{
	padding: 10px 0 10px 15px;
	display: block;
	color: #333;
	text-decoration: none;
}
.footer-link ul li a:hover{
	color: #666;
	text-decoration: none;
}
.footer-link ul li:before {
	font-size: 12px;
	line-height: 1.0;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #999;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}


.footer-copyright{
	margin: 0 auto;
	padding: 20px 0;
}
.footer-copyright p.footer-company{
	text-align: center;
	padding: 0 0 5px 0;
	color: #333;
	font-size: 12px;
	line-height: 1.2;
}
.footer-copyright p.footer-address{
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 1.2;
}


#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("images/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 30px;
	height: 30px;
}



/****************************************

	HOME

*****************************************/
#top-intro {
	margin: 40px 15px 40px 15px;
}
#top-intro h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 30px 0px;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

#top-intro > ul {}
#top-intro > ul > li {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #CCE1F0;
	background: #FBFEFE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#top-intro > ul > li:last-child {
	margin: 0;
}
#top-intro > ul > li .image{
	text-align: center;
	margin: 30px 20px 20px 20px;
}
#top-intro > ul > li > h3{
	margin: 0 0 15px -1px;
	padding: 0 0 0 10px;
	border-left: 10px solid #38BFC2;
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

#top-intro > ul > li > ul.list{
	padding: 0 0 20px 0;
}
#top-intro > ul > li > ul.list > li{
	padding: 0 0 0 20px;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	position: relative;
}
#top-intro > ul > li > ul.list > li:before{
	display:inline-block;
  vertical-align: middle;
  content:'';
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  margin-right: 8px;
}


#top-item {
	margin: 0 15px 35px 15px;
}
#top-item h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#top-item ul {}
#top-item ul li {
	width: 15%;
	float: left;
	margin: 0 2% 2% 0;
}
#top-item ul li img {
	border: 1px solid #CCE1F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#top-item ul li:nth-of-type(6n) {
	margin: 0 0 2% 0;
}


#top-simulation {
	min-width: 100%;
	background-image: url("images/top/bg-simulation01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#top-simulation h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 60px 15px 20px 15px;
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
}
#top-simulation .txt {
	text-align: center;
	padding: 0 15px 30px 15px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
}
#top-simulation .btn{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 60px 0px;
}
#top-simulation .btn a{
	background: #38BFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 5px solid #278585;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	padding: 20px;
}
#top-simulation .btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}


#cta {
	min-width: 100%;
	background-image: url("images/common/bg-cta01.png");
	background-position: left top;
	padding: 40px 0;
}
#cta p {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 15px 15px 15px;
	color: #664C00;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#cta h2 {
	text-align: center;
	padding: 0 15px 0 15px;
	color: #38BFBF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}
#cta .btn{
	width: 90%;
	margin: 15px auto 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#cta .btn a{
	background: #38BFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 5px solid #278585;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	padding: 20px;
}
#cta .btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}


#cta-contact {
	margin: 40px 15px 40px 15px;
}
#cta-contact h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

#cta-contact ul {}
#cta-contact ul li {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #CCE1F0;
	background: #FFFFFF;
	padding: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#cta-contact ul li:last-child {
	margin: 0;
}
#cta-contact ul li h3 {
	text-align: center;
	padding: 0 0 15px 0px;
	color: #666;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0;
}
#cta-contact ul li p.tel {
	text-align: center;
	padding: 0 0 12px 0px;
}
#cta-contact ul li p.tel a {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
}
#cta-contact ul li p.tel a:hover {
	color: #666;
	text-decoration: none;
}
#cta-contact ul li p.time {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.0;
}
#cta-contact ul li p.btn {
	width: 100%;
	margin: 0 auto 14px auto;
}
#cta-contact ul li p.btn a{
	background: #38BFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
	display: block;
	padding: 15px 10px;
}
#cta-contact ul li p.btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#cta-contact ul li p.txt {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.0;
}



/****************************************

	化粧箱JPジャーナル

*****************************************/
#top-journal {
	margin: 40px 15px 40px 15px;
}
#top-journal h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.top-journal-inner {}
.top-journal-list {
	width: 100%;
	margin: 0 0 25px 0;
}
.top-journal-thumbnail {
	margin: 0 0 15px 0;
	text-align: center;
}
.top-journal-title {
	color: #38BFC2;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.top-journal-list a:hover {
	opacity: 0.6;
	transition: all 0.3s;
	text-decoration: none;
}


.top-journal-more{
	text-align: right;
}
.top-journal-more span{
	color: #38BFC2;
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.top-journal-more span a{
	padding: 0 0 0 15px;
	color: #38BFC2;
	text-decoration: none;
}
.top-journal-more span a:hover{
	color: #38BFC2;
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.3s;
}
.top-journal-more span a:before {
	font-size: 12px;
	line-height: 1.0;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	color: #38BFC2;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}


.journal-archive {
	margin: 0 0 30px 0;
}
.journal-archive a:hover {
	opacity: 0.6;
	transition: all 0.3s;
	text-decoration: none;
}
.journal-archive-contents {
	margin: 0 0 15px 0;
}
.journal-archive-contents h3 {
	border-left: 2px solid #38BFC2;
	padding: 0 0 0 10px;
	color: #38BFBF;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 0 15px 0;
}
.journal-archive-contents p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}
.journal-archive-thumbnail {
	text-align: center;
}

.wp-pagenavi{
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 15px;
}


.journal-single {
	margin: 30px auto 30px auto;
}
.journal-single-date{
	text-align: right;
	margin: 0 0 10px 0 !important;
	color: #666 !important;
	font-size: 12px !important;
	line-height: 1.6 !important;
}

.journal-single h4{
	border-bottom: 1px dashed #38BFC2;
	padding: 10px 0 10px 0;
	color: #666;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 12px 0;
}
.journal-single h5{
	border-left: 2px solid #38BFC2;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 12px 0;
}
.journal-single p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 20px 0;
}


.journal-single-back{
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	margin: 0 !important;
}
.journal-single-back a{
	padding: 0 0 0 15px;
	text-decoration: none;
}
.journal-single-back a:hover{
	text-decoration: none;
}
.journal-single-back a:before {
	font-size: 12px;
	line-height: 1.0;
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	color: #38BFC2;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}



/****************************************

	simulation

*****************************************/
#simulation-form {
	margin: 0 0 40px 0;
}
#simulation-form h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#simulation-form p.txt {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 30px 0px;
}


.simulation-item {
	margin: 0 0 20px 0;
}
.simulation-item h3{
	background: #38BFC1;
	padding: 12px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
}
.simulation-item h3 span{}
.simulation-item-box{
	margin: 0 0 20px 0;
}
.simulation-item-box:last-child{
	margin: 0;
}
.simulation-item-box02{
	border: 1px solid #38BFC1;
	background: #FBFEFE;
	padding: 20px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.simulation-item-box02:last-child{
	margin: 0;
}

.simulation-item-title { /* 東内追加 */
	width: 100%;
}
.simulation-item-title h4{
	border-left: 2px solid #38BFC1;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	color: #38BFC2;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
}
.simulation-item-title p{
	padding: 10px 0 0 20px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.0;
}
.simulation-item-contents{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.simulation-item-contents p.txt01{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 10px 25px;
}
.simulation-item-contents p.txt02{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 0 25px;
}

.simulation-item-contents select[name="your-size"],
.simulation-item-contents select[name="your-container"]{
	width: 100%;
	padding: 12px 10px;
	color: #666;
	font-size: 14px;
}
.simulation-item-box02 select[name="your-quantity"],
.simulation-item-box02 select[name="your-paper"],
.simulation-item-box02 select[name="your-colors"],
.simulation-item-box02 select[name="your-processing"]{
	width: 100%;
	padding: 12px 10px;
	color: #666;
	font-size: 14px;
}

.simulation-item-box02 p.quantity-txt {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 10px 0 0 0px;
}


input[name="your-shape"] {
  display: none;
}
.your-shape + label{
	padding-left: 25px;
  position: relative;
	margin-left: 0;
}
.your-shape + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-top: 4px;
}
.your-shape:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 4px;
	width: 10px;
	height: 10px;
	background: #38BFC2;
	border-radius: 50%;
}


input[name="your-option"] {
  display: none;
}
.your-option {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.your-option::before {
  background: #fff;
  border: 1px solid #ccc;
  content: '';
  display: block;
  height: 18px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.your-option::after {
  border-right: 2px solid #38BFC1;
  border-bottom: 2px solid #38BFC1;
  content: '';
  display: block;
  height: 13px;
  left: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
input[name="your-option"]:checked + .your-option::after {
  opacity: 1;
}
.simulation-item-box02 .your-option-txt {
	color: #666;
	font-size: 12px;
	font-weight: 400;
}


.simulation-estimate {
	margin: 0 0 30px 0;
}
.simulation-estimate h3{
	background: #38BFC1;
	padding: 15px 0 15px 0;
	text-align: center;
}
.simulation-estimate h3 span{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
}
.simulation-estimate-box{
	border: 1px solid #CDE1F0;
	border-top: none;
	background: #FBFEFE;
	margin: 0 0 30px 0;
	padding: 20px;
}

.simulation-estimate-contents{}
.simulation-estimate-quantity{}
.simulation-estimate-fee{}
.simulation-estimate-quantity dl.quantity{}
.simulation-estimate-quantity dl.quantity dt{
	color: #666;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.simulation-estimate-quantity dl.quantity dd{
	padding-bottom: 20px;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}

.simulation-estimate-fee dl.fee{}
.simulation-estimate-fee dl.fee dt{
	color: #666;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.simulation-estimate-fee dl.fee dd{
	padding-bottom: 20px;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}


.simulation-estimate-fee dl.admin{
	border: 1px solid #38BFC1;
	background: #fff;
	padding: 15px 15px 10px 15px;
	margin: 0 0 20px 0;
}
.simulation-estimate-fee dl.admin dt{
	font-size: 12px;
	color: #38BFC1;
	padding-bottom: 5px;
}
.simulation-estimate-fee dl.admin dd{
	font-size: 11px;
	color: #38BFC1;
	padding-bottom: 5px;
}
.simulation-estimate-fee dl.admin:last-of-type{
	border: none;
	background: none;
	padding:0;
	margin: 0;
}
.simulation-estimate-fee dl.admin:last-of-type dt{
	float: left;
	width: 40%;
	font-size: 16px;
	color: #666;
}
.simulation-estimate-fee dl.admin:last-of-type dd{
	float: right;
	width: 60%;
	font-size: 14px;
	color: #666;
	text-align: right;
}


.simulation-estimate-fee dl.total{
	border-top: 2px solid #38BFC2;
	padding: 20px 0 0 0;
}
.simulation-estimate-fee dl.total dt{
	float: left;
	width: 40%;
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.simulation-estimate-fee dl.total dd{
	float: right;
	width: 60%;
	color: #666;
	font-size: 20px;
	line-height: 1.4;
	text-align: right;
}

.simulation-estimate-message {
	text-align: right;
	padding: 20px 0 0 0;
}
.simulation-estimate-message .message-title {
	color: #38BFBF;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.simulation-estimate-message .message-txt {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

#simulation-form .arrow{
	text-align: center;
	margin: 0 auto 30px auto;
}
#simulation-form .btn{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0px;
}
#simulation-form .btn a{
	background: #38BFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 5px solid #278585;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	padding: 20px;
}
#simulation-form .btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
#simulation-form p.guidance {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}



/****************************************

	contact

*****************************************/
#contact-form {
	margin: 0 0 40px 0;
}
#contact-form h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#contact-form p.txt {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 30px 0px;
}
#contact-form p.txt02 {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}


.contact-form-item {}
.contact-form-item dl{
	margin: 0 0 20px 0;
}
.contact-form-item dl dt{
	padding: 0 0 5px 0;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
.contact-form-item dl dt span{
	display: inline-block;
	background: #EA4335;
	font-size: 11px;
	line-height: 1.6;
	color: #fff;
	padding: 2px 5px;
	margin: 0 0 0 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}
.contact-form-item dl dd{
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}


.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-namekana"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-tel"],
.wpcf7 input[name="your-zipcode"],
.wpcf7 input[name="your-streetaddress"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-interviewdate"]{
	width: 100%;
	padding: 10px;
}

.wpcf7 textarea[name="your-message"]{
	width: 100%;
	padding: 10px;
}

.wpcf7 input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin: 40px auto 20px auto;
	background: #38BFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: none;
	border-bottom: 5px solid #278585;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	padding: 20px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.8;
}


#contact-form p.complete-txt {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 30px 0px;
}

#contact-form .complete-btn{
	text-align: center;
}
#contact-form .complete-btn a{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	border: 1px solid #38BFBF;
	background: #fff;
	padding: 15px 20px;
	color: #38BFBF;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#contact-form .complete-btn a:hover{
	background: #38BFBF;
	color: #FFF;
	text-decoration: none;
}



/****************************************

	temporary-order

*****************************************/
#temporary-order {
	margin: 0 0 40px 0;
}
#temporary-order h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#temporary-order p.txt {
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 30px 0px;
}


.temporary-order-box {
	margin: 0 auto 20px auto;
}
.temporary-order-box h3{
	background: #38BFC1;
	padding: 12px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
}
.temporary-order-box-inner {
	border: 1px solid #38BFC1;
	background: #FBFEFE;
	padding: 20px;
}


.temporary-order-box-inner dl.type01{
	margin: 0 0 20px 0;
}
.temporary-order-box-inner dl.type01:last-child{
	margin: 0;
}
.temporary-order-box-inner dl.type01 dt{
	padding: 0 0 5px 0;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}
.temporary-order-box-inner dl.type01 dt span{
	display: inline-block;
	background: #EA4335;
	font-size: 11px;
	line-height: 1.6;
	color: #fff;
	padding: 2px 5px;
	margin: 0 0 0 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}
.temporary-order-box-inner dl.type01 dt span.any{
	background: #38BFC1;
}
.temporary-order-box-inner dl.type01 dd{
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}


.temporary-order-box-inner dl.type02{
	margin: 0 0 20px 0;
}
.temporary-order-box-inner dl.type02:last-of-type{
	margin: 0 0 20px 0;
}
.temporary-order-box-inner dl.type02 dt{
	padding: 0 30px 0 0;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.temporary-order-box-inner dl.type02 dd{
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}
.temporary-order-box-inner dl.type02 dd input{
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.wpcf7 input[name="temporary-order-name"],
.wpcf7 input[name="temporary-order-email"],
.wpcf7 input[name="temporary-order-company"],
.wpcf7 input[name="temporary-order-tel"]{
	width: 100%;
	padding: 10px;
}
.wpcf7 textarea[name="temporary-order-message"]{
	width: 100%;
	padding: 10px;
}


.temporary-order-estimate {
	border: 2px solid #38BFC1;
	background: #fff;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.temporary-order-estimate .estimate-title {}
.temporary-order-estimate .estimate-title p {
	color: #38BFC1;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px 0;
}
.temporary-order-estimate .estimate-contents {}


.temporary-order-estimate .estimate-contents dl.fee{}
.temporary-order-estimate .estimate-contents dl.fee dt{
	color: #666;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.temporary-order-estimate .estimate-contents dl.fee dd{
	padding-bottom: 15px;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
}
.temporary-order-estimate .estimate-contents dl.fee dd input{
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.temporary-order-estimate .estimate-contents dl.total{
	border-top: 2px solid #38BFC2;
	padding: 15px 0 0 0;
}
.temporary-order-estimate .estimate-contents dl.total dt{
	float: left;
	width: 40%;
	color: #666;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
}
.temporary-order-estimate .estimate-contents dl.total dd{
	padding-left: 40%;
	color: #666;
	font-size: 20px;
	line-height: 1.4;
	text-align: right;
}
.temporary-order-estimate .estimate-contents dl.total dd input{
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-size: 20px;
	line-height: 1.4;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input.temporary-order-btn[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #38BFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: none;
	border-bottom: 5px solid #278585;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	padding: 20px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
	cursor: pointer;
}
input.temporary-order-btn[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.8;
}



/****************************************

	about

*****************************************/
#about {}
#about h2 {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
	padding: 0 0 20px 0px;
	color: #666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#about h3 {
	text-align: center;
	color: #38BFC2;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0 40px 0;
}
#about p{
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	padding: 0 0 20px 0px;
}
#about p:last-of-type {
	padding: 0 0 40px 0px;
}
#about h4 {
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
}

/***** 東内追加分 *****/
	.simulation-item-contents {
		width: 100%;
	}
	label .txt01 {
		width: 100%;
		float: none;
	}
	label .txt02 {
		width: 100%;
		float: none;
	}
	.select-box.n2 img {
		width: 100%;
	}
	.paper-select label {
		width: 50%;
	}
	.paper-select input[type="radio"] + label:after {
		top: 73%;
	}
	.paper-select input[type="radio"]:checked + label:after {
		top: 73%;
	}
	.box-select input[type="radio"] + label, .paper-select input[type="radio"] + label {
		padding: 10px 5px 0px 5px;
	}
	.paper-select input[type="radio"] + label {
		margin-right: 0px;
	}
/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
