@charset "utf-8";
/*------------------------------------------------------------
	sub
------------------------------------------------------------*/

.subVisual {
	background: #2667DE;
	color: #fff;
	height: 180px;
	line-height: 180px;
	text-align: center;
}

.subVisual h2 {
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	font-family: 'Cormorant Infant', serif;
}

.bread_crumb_list {
	font-size: 14px;
	border-bottom: 1px solid #E5E9EE;
}

.bread_crumb {
	text-align: left;
	padding: 10px 20px;
	max-width: 1100px;
	margin: 0 auto;
}

.bread_crumb li {
	display: inline;
}

.bread_crumb li:after {
	content: '>>';
	padding-left: 5px;
}

.bread_crumb li:last-child:after {
	content: '';
}

.bread_crumb li a {
	color: #1d1d1d;
	text-decoration: underline;
}

.bread_crumb li a:hover {
	text-decoration: none;
}

.bread_crumb li.current {
	font-weight: normal;
}

.subcon .bg {
	background-color: #F0F3F7;
	margin-bottom: 80px;
}

.subcon .content {
	padding: 80px 20px;
}

.news-area {}

.news-area:after {
	display: block;
	content: " ";
	clear: both;
}

.news-area .side {
	width: 25%;
	float: right;
}

.news-area .side h3 {
	font-size: 18px;
	margin: 30px auto 15px;
	line-height: 1;
	background: #2667DE;
	color: #fff;
	padding: 15px;
}

.news-area .side h3:first-child {
	margin: 0 auto 15px;
}

.news-area .side .cat-list {}

.news-area .side .cat-list li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1;
}

.news-area .side .cat-list li span {
	display: block;
	margin-bottom: 10px;
}

.news-area .side .cat-list li a {}

.news-area .side .cat-list li a:hover {
	text-decoration: underline;
}

.news-area .side .archive-list {}

.news-area .side .archive-list>li {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
}

.news-area .side .archive-list li ul {
	list-style: outside disc;
	margin-top: 5px;
	margin-left: 20px;
}

.news-area .side .archive-list li ul li {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}

.news-area .side .archive-list li ul li a {}

.news-area .side .archive-list li ul li a:hover {
	text-decoration: underline;
}

.news-area .news-list {
	width: 70%;
	float: left;
}

.news-area .news-list dt {
	margin: 15px;
	float: left;
}

.news-area .news-list dd {
	padding: 15px 15px 15px 120px;
	border-bottom: 1px solid #E5E9EE;
}

.news-area .news-list dd a {
	display: inline-block;
	vertical-align: top;
}

.news-area .news-list dd a:hover {
	text-decoration: underline;
}

.news-ttl {
	padding: 15px;
	font-size: 1.8rem;
	box-sizing: border-box;
	color: #fff;
	background-color: #2667DE;
	font-weight: normal;
}

.news-detail {
	border: 1px solid #E5E9EE;
	border-top: none;
	background-color: #fff;
	padding: 20px 15px;
}

.news-detail .news-date-block {
	text-align: right;
}

.news-detail .news-date-block p.date {
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 10px;
}

.news-detail .news-date-block p.cat {
	padding: 3px 10px;
	color: #fff;
	background-color: #2667DE;
	display: inline-block;
}

.news-detail h1 {
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1;
	position: relative;
	border-bottom: 2px solid #E5E9EE;
	margin: 50px auto 20px;
	line-height: 1;
}

.news-detail h1:before {
	content: '';
	width: 100px;
	height: 2px;
	background: #2667DE;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.news-detail h2 {
	font-size: 18px;
	color: #2667DE;
	margin: 50px auto 15px;
	line-height: 1;
}

.news-detail h3 {
	font-size: 18px;
	border-left: 5px solid #2667DE;
	padding-left: 10px;
	margin: 30px auto 10px;
	line-height: 1;
}

.news-detail h4 {
	font-size: 16px;
	margin: 30px auto 10px;
	line-height: 1;
}

.news-detail h4:first-letter {
	color: #2667DE;
}

.news-detail h5 {
	font-size: 16px;
	border-bottom: 1px solid #E5E9EE;
	padding-bottom: 10px;
	margin: 30px auto 10px;
	line-height: 1;
}

.news-detail h6 {
	font-size: 16px;
	margin: 30px auto 10px;
	line-height: 1;
}

.news-detail p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
}

.news-detail table {
	border: 1px #E5E9EE solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
	width: 100%;
}

.news-detail table th {
	padding: 10px;
	border: #E5E9EE solid 1px;
	background: #fff;
	font-weight: bold;
	font-weight: normal;
	font-size: 14px;
}

.news-detail table td {
	padding: 10px;
	border: #E5E9EE solid 1px;
	background: #fff;
	font-size: 14px;
}

.news-detail ul {
	margin: 20px 0 20px 10px;
}

.news-detail ul li {
	margin: 5px 0 0 15px;
	list-style: disc;
	font-size: 14px;
}

.news-detail ol {
	margin: 20px 0 20px 10px;
}

.news-detail ol li {
	margin: 5px 0 0 15px;
	list-style: decimal;
	font-size: 14px;
}

.news-detail a {
	color: #2667DE;
}

.news-detail a:hover {
	text-decoration: underline;
}

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

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

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

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

table.table {
	width: 100%;
	border-collapse: collapse;
}

table.table tr {}

table.table tr th {
	width: 300px;
	background: #F0F3F7;
	border: 1px solid #D8DCE1;
	padding: 20px;
	vertical-align: middle;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 14px;
}

table.table tr th span {
	background: #2667DE;
	color: #fff;
	font-size: 13px;
	margin-left: 10px;
	padding: 3px 10px;
}

table.table tr td {
	border: 1px solid #D8DCE1;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
}

table.table tr td p {
	margin-bottom: 10px;
}

table.table tr td p:last-of-type {
	margin-bottom: 0;
}

table.table tr td input[type="text"], table.table tr td input[type="email"] {
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
	padding: 10px;
	max-width: 100%;
	box-sizing: border-box;
}

table.table tr td textarea {
	border: 1px solid #f5f5f5;
	padding: 10px;
	background: #f5f5f5;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}

.pr_conts {
	overflow: hidden;
	height: 200px;
	overflow-y: scroll;
	padding: 20px;
	width: 100%;
	border: 1px solid #D8DCE1;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.pr_conts h4 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.form-btn {
	text-align: center;
	margin-top: 30px;
}

.form-btn input {
	border: none;
	background: #2667DE;
	color: #fff;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	cursor: pointer;
	width: 300px;
	font-weight: bold;
}

.form-btn input:hover {
	opacity: 0.7;
}

.pdf-bnr {
	text-align: center;
	width: 70%;
	margin: 80px auto 20px;
}

.pdf-bnr a {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 26px;
	color: #d20002;
	border: 2px solid #d20002;
}

.pdf-bnr a:hover {
	color: #fff;
	background: #d20002;
}

.pdf-txt {
	text-align: center;
	font-size: 20px;
	color: #d20002;
}

.communication-txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.25;
}

.communication-txt .name {
	text-align: right;
	margin-top: 30px;
}

.communication-img {
	margin-bottom: 30px;
}

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

.communication-box {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-bottom: 50px;
	margin-top: -150px;
	padding-top: 150px;
}

.communication-box:last-child {
	margin-bottom: 0;
}

.communication-box .txt {
	width: 50%;
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}

.communication-box .txt .ttl {
	color: #2667de;
	font-size: 26px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}

.communication-box .txt p {
	font-size: 16px;
	margin-bottom: 10px;
}

.communication-box .img {
	width: 50%;
}

.communication-box:nth-of-type(1) .img {
	background: url(../img/index/product_photo01.jpg) no-repeat center bottom;
	background-size: cover;
}

.communication-box:nth-of-type(2) .img {
	background: url(../img/index/product_photo02.jpg) no-repeat center center;
	background-size: cover;
}

.communication-box:nth-of-type(3) .img {
	background: url(../img/index/product_photo03.jpg) no-repeat center center;
	background-size: cover;
}

.communication-box .img img {
	display: none;
}

ul.bnr-list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 80px;
}

ul.bnr-list li {
	text-align: center;
	width: 49%;
}

ul.bnr-list li a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	background: #2667DE;
	color: #fff;
}

ul.bnr-list li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.subVisual {
		height: 120px;
		line-height: 120px;
	}
	.subVisual h2 {
		font-size: 3rem;
	}
	.subcon .bg {
		margin-bottom: 50px;
	}
	.subcon .content {
		padding: 50px 20px;
	}
	.news-area .side {
		width: 100%;
		float: none;
	}
	.news-area .side h3:first-child {
		margin: 50px auto 15px;
	}
	.news-area .news-list {
		width: 100%;
		float: none;
	}
	.news-area .news-list dt {
		margin: 10px;
	}
	.news-area .news-list dd {
		padding: 10px 10px 10px 90px;
	}
	.news-detail h1 {
		padding-bottom: 15px;
		font-size: 18px;
		margin: 30px auto 15px;
	}
	.news-detail h1:before {
		width: 70px;
	}
	.news-detail h2 {
		font-size: 16px;
		margin: 30px auto 10px;
	}
	.news-detail h3 {
		font-size: 16px;
		margin: 20px auto 10px;
	}
	.news-detail h4 {
		font-size: 15px;
		margin: 20px auto 10px;
	}
	.news-detail h5 {
		font-size: 15px;
		margin: 20px auto 10px;
	}
	.news-detail h6 {
		font-size: 14px;
		margin: 20px auto 10px;
	}
	.alignleft, img.alignleft, .alignleft, img.alignright, .aligncenter, img.aligncenter {
		float: none;
		display: block;
		margin: 20px auto;
	}
	table.table {
		table-layout: fixed;
	}
	table.table tr th {
		width: 100%;
		display: block;
		padding: 15px;
		border-bottom: none;
		box-sizing: border-box;
	}
	table.table tr td {
		width: 100%;
		display: block;
		padding: 15px;
		border-bottom: none;
		box-sizing: border-box;
	}
	table.table tr:last-child td {
		border-bottom: 1px solid #D8DCE1;
	}
	.form-btn input {
		width: 250px;
		font-size: 15px;
		height: 60px;
		line-height: 60px;
	}
	.pr_conts {
		padding: 10px;
	}
	.pr_conts h4 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.pdf-bnr {
		width: 100%;
		margin: 50px auto 10px;
	}
	.pdf-bnr a {
		height: 80px;
		line-height: 80px;
		font-size: 18px;
	}
	.pdf-txt {
		font-size: 16px;
	}
	.communication-txt {
		font-size: 14px;
		line-height: 1.75;
	}
	.communication-txt .name {
		margin-top: 20px;
	}
	.communication-img {
		margin-bottom: 20px;
	}
	.communication-box {
		display: block;
		margin-bottom: 30px;
		margin-top: -50px;
		padding-top: 50px;
	}
	.communication-box:last-child {
		margin-bottom: 0;
	}
	.communication-box .txt {
		width: 100%;
		padding: 20px;
	}
	.communication-box .txt .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.communication-box .txt p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.communication-box .img {
		width: 100%;
	}
	.communication-box:nth-of-type(1) .img {
		background: none;
	}
	.communication-box:nth-of-type(2) .img {
		background: none;
	}
	.communication-box:nth-of-type(3) .img {
		background: none;
	}
	.communication-box .img img {
		display: block;
		width: 100%;
		height: auto;
	}
	ul.bnr-list {
		margin-top: 50px;
	}
	ul.bnr-list li a {
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
}

.search-box {
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 9999;
	width: 350px;
	height: 70px;
}

.search-box #form {
	position: relative;
	width: 350px;
}

.search-box #sbox {
	background: #eee;
	border: none;
	width: 280px;
	box-sizing: border-box;
	height: 70px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 0;
	outline: 0;
}

.search-box #sbtn2 {
	background: #2667DE;
	padding: 15px;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
}

@media all and (max-width: 896px) {
	.search-box {
		background: #B4B4B4;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 70px;
		padding: 10px;
		box-sizing: border-box;
	}
	.search-box #form {
		position: relative;
		width: 100%;
	}
	.search-box #sbox {
		width: calc(100% - 50px);
		height: 50px;
	}
	.search-box #sbtn2 {
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	#gFooter {
		padding: 0;
		border-top: 1px solid #fff;
	}
}

.content-txt {
	margin-bottom: 40px;
}

ul.post-list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

ul.post-list li {}

ul.post-list li a {}

ul.post-list li a:hover {
	text-decoration: underline;
}

ul.related-list {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

ul.related-list li {
	width: 23.5%;
	border: 1px solid #D8DCE1;
	margin-top: 2%;
}

ul.related-list li:nth-child(1), ul.related-list li:nth-child(2), ul.related-list li:nth-child(3), ul.related-list li:nth-child(4) {
	margin-top: 0;
}

ul.related-list li a {
	display: block;
}

ul.related-list li a img {
	width: 100%;
	height: auto;
}

ul.related-list li a p {
	display: block;
	padding: 20px;
	font-size: 14px;
	box-sizing: border-box;
}

ul.related-list li a p span {
	display: block;
}

ul.related-list li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.content-txt {
		margin-bottom: 20px;
	}
	ul.post-list {
		margin-top: 10px;
	}
	ul.related-list {
		margin-top: 30px;
	}
	ul.related-list li {
		width: 48%;
		margin-top: 4%;
	}
	ul.related-list li:nth-child(1), ul.related-list li:nth-child(2) {
		margin-top: 0;
	}
	ul.related-list li:nth-child(3), ul.related-list li:nth-child(4) {
		margin-top: 4%;
	}
	ul.related-list li a p {
		padding: 15px;
	}
}

/*
Wordpress
__________________________*/

/* single-page*/

.single {
	overflow: hidden;
}

.single strong {
	font-weight: bold;
}

.single cite, .single em, .single i {
	font-style: italic;
}

.single big {
	font-size: 131.25%;
}

.single ins {
	background: #ffc;
	text-decoration: none;
}

.single blockquote {
	font-style: italic;
	padding: 0.3em;
}

.single blockquotecite, .single blockquoteem, .single blockquotei {
	font-style: normal;
}

.single pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

.single abbr, .single acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.single sup, .single sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

.single sup {
	bottom: 1ex;
}

.single sub {
	top: .5ex;
}

.single img, .single img.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	font-size: inherit;
}

.single img.size-auto, .single img.size-full, .single img.size-large, .single img.size-medium, .single .attachment img {
	max-width: 100%;
	height: auto;
}

.single .alignleft, .single img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.single .alignright, .single img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.single .aligncenter, .single img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.single p {
	display: block;
}

@media screen and (max-width: 767px) {
	.single .alignleft, .single img.alignleft, .single .alignright, .single img.alignright, .single .aligncenter, .single img.aligncenter {
		clear: both;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
	.single img.alignleft, .single img.alignright, .single img.aligncenter {
		margin-bottom: 12px;
	}
}

/*others*/

.thankspage, .page404 {
	text-align: center;
}

.txt-uppercase {
	text-transform: uppercase;
}

.post_none2 {
	text-align: center;
	margin: 2em auto;
}

img {
	height: auto;
}

.subcon h4.ttl {
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	margin: 40px auto 15px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: solid 2px #D8DCE1;
}

.subcon h4.ttl:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border-bottom: 2px solid #2667DE;
}

.subcon ul.list {
	list-style: disc outside;
	margin: 10px 0 0 20px;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 50px auto 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	color: #2667DE;
	border: 1px solid #2667DE!important;
	background: #fff;
	padding: 10px 12px!important;
	margin: 0 3px 5px!important;
	white-space: nowrap;
	text-align: center;
	text-decoration: none!important;
	line-height: 1;
}

.wp-pagenavi a:hover {
	background: #2667DE;
	color: #fff;
	opacity: 1!important;
}

.wp-pagenavi span.current {
	background: #2667DE;
	color: #fff;
}

.wp-pagenavi span.pages {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.subcon h4.ttl {
		font-size: 16px;
		margin: 30px auto 10px;
		padding-bottom: 10px;
	}
	.subcon h4.ttl:after {
		width: 70px;
	}
}

h3.ttl-01 {
	color: #2667de;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
	text-align: center;
}

.contact-box {
	background-color: #F0F3F7;
	padding: 30px 20px;
	margin: 30px auto 50px;
}

.contact-box h4 {
	font-size: 16px;
	margin: 20px auto 5px;
}

@media screen and (max-width: 767px) {
	h3.ttl-01 {
		font-size: 22px;
		margin-bottom: 10px;
		text-align: left;
	}
	.contact-box {
		padding: 20px 10px;
		margin: 20px auto 30px;
	}
	.contact-box h4 {
		font-size: 16px;
		margin: 15px auto 5px;
	}
}

.news-area .side .cat-list .cat-item {
	padding-left: 1rem;
}

.news-area .side .cat-list .cat-item::before {
	content: '- ';
}