@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: tbudgothic-std, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #363636;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #363636;
}
a:hover {
	color: #363636;
}
a:active {
	color: #363636;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1080px;
	color: #363636;
	font-size: 1.5rem;
	line-height: 1.5;
	font-style: normal;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: rgba(155,155,155,0.04);
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menu-box {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 0;
	width: 100%;
	z-index: 9;
}
#gHeader .h-box {
	max-width: 980px;
	margin: 0 auto;
	height: 54px;
	padding: 10px 21px;
	position: relative;
	background-color: #fff;
	border-radius: 7px;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgba(0,84,167,0.8);
}
#gHeader h1 {
	width: 102px;
}
#gNavi {
	width: 560px;
	position: absolute;
	right: 34px;
	top: 0;
	font-weight: 700;
}
#gNavi > ul {
	justify-content: flex-end;
}
#gNavi > ul > li > a,
#gNavi > ul > li > span {
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 13px 2px;
	color: #4D4D4D;
	font-size: 1rem;
	cursor: pointer;
	background: url("img/common/icon01.png") no-repeat right center;
	background-size: 8px auto;
	box-sizing: border-box;
}
#gNavi > ul > li > a:hover,
#gNavi > ul > li > span:hover {
	background-image: url("img/common/icon01_on.png");
}
#gNavi > ul > li > span.on {
	background-image: url("img/common/icon01_on.png");
}
#gNavi > ul > li:not(:first-child) {
	margin-left: 17px;
}
#gNavi > ul ul {
	display: none;
	position: absolute;
	left: -50px;
	top: 100%;
	width: 460px;
	padding: 13px 0;
	text-align: center;
	background-color: #00A0E8;
	box-shadow: 0 3px 6px rgba(0,84,167,0.8);
}
#gNavi > ul .navi-ul {
	width: 229px;
	left: 200px;
}
#gNavi > ul ul li {
	display: inline-block;
	text-align: center;
	font-size: 1rem;
}
#gNavi > ul ul li:nth-child(2) {
	margin: 0 29px;
}
#gNavi > ul .navi-ul li {
	margin: 0 15px !important;
}
#gNavi > ul ul li a {
	color: #fff;
}
#gNavi > ul ul li a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#gHeader {
		padding: 10px;
		box-sizing: border-box;
	}
	#gHeader .h-box {
		max-width: inherit;
		height: 40px;
		padding: 5px 10px;
	}
	#gHeader h1 {
		width: 95px;
	}
	#gNavi {
		display: none;
	}
	.menu {
        width: 40px;
        height: 40px;
        position: absolute;
		right: 5px;
		top: 0;
    }
    .menu span {
        width: 30px;
        height: 2px;
        position: absolute;
        top: 11px;
        left: 5px;
        background: #0055A7;
        transition: all .35s ease;
    }
    .menu span:nth-of-type(2) {
        top: 19px;
    }
    .menu span:nth-of-type(3) {
        top: 27px;
    }
    .menu.on span:nth-of-type(1) {
        transform: translateY(7px) translateX(0) rotate(45deg);
    }
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    .menu.on span:nth-of-type(3) {
        transform: translateY(-9px) translateX(0) rotate(-45deg);
    }
	.menu-box {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 8;
		background-color: #0055A7;
	}
	.menu-box > ul {
		padding: 60px 10px;
	}
	.menu-box > ul > li {
		border-top: 1px solid #fff;
	}
	.menu-box > ul > li > a,
	.menu-box > ul > li > span {
		display: block;
		padding: 10px;
		color: #fff;
	}
	.menu-box > ul > li:last-child {
		border-bottom: 1px solid #fff;
	}
	.menu-box > ul ul {
		padding-bottom: 10px;
	}
	.menu-box > ul li li a {
		font-size: 1.2rem;
		padding: 5px 20px;
		color: #fff;
		display: block;
	}

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 50px 0 38px;
	background-color: #0055A7;
}
#gFooter .f-box {
	width: 870px;
	margin: 0 auto;
}
#gFooter .f-navi {
	width: 320px;
}
#gFooter .f-navi > li:not(:last-child) {
	margin-bottom: 6px;
}
#gFooter .f-navi > li a,
#gFooter .f-navi > li span {
	color: #fff;
	font-size: 1rem;
}
#gFooter .f-navi > li a:hover {
	opacity: 0.7;
}
#gFooter .f-navi ul {
	margin: 0 40px 0 10px;
}
#gFooter .f-navi ul li {
	margin: 5px 14px 0 0;
	display: inline-block;
}
#gFooter .f-navi .navi-ul {
	margin: -6px 0 0;
}
#gFooter .f-info {
	margin: 14px -20px 0 0;
	width: 345px;
}
#gFooter .f-logo {
	margin: 0 0 7px -29px;
	width: 273px;
}
#gFooter .f-text {
	margin-bottom: 26px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.57;
}
#gFooter .f-text a {
	color: #fff;
}
#gFooter .f-link {
	width: 178px;
}
#gFooter .f-link a {
	padding: 3px 0;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #fff;
}
#gFooter .f-link a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#gFooter {
		padding: 20px 15px 40px;
	}
	#gFooter .f-box {
		width: auto;
		display: inherit;
	}
	#gFooter .f-navi {
		width: auto;
	}
	#gFooter .f-navi > li:not(:last-child) {
		margin-bottom: 6px;
	}
	#gFooter .f-navi ul {
		margin: -6px 0 0 10px;
	}
	#gFooter .f-info {
		margin: 25px 0 0;
		width: auto;
	}
	#gFooter .f-logo {
		margin: 0 15px 7px 0;
		width: auto;
		text-align: center;
	}
	#gFooter .f-logo img {
		width: 200px;
	}
	#gFooter .f-text {
		margin-bottom: 10px;
		font-size: 1.2rem;
		text-align: center;
	}
	#gFooter .f-link {
		width: 150px;
		margin: 0 auto;
	}

}

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.en {
	font-family: neue-haas-grotesk-display, sans-serif;
}
.matisse {
	font-weight: 500;
	font-family: fot-matisse-pron, sans-serif;
}

/*------------------------------------------------------------
	page-title
------------------------------------------------------------*/
.page-title {
	min-height: 400px;
	padding-top: 150px;
	box-sizing: border-box;
	background-color: #0055A7;
}
.page-title h2 {
	width: 870px;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
}
.page-title h2 span {
	display: block;
	font-size: 3.9rem;
}

@media all and (max-width: 896px) {
	.page-title {
		min-height: 220px;
		padding: 90px 15px 0;
	}
	.page-title h2 {
		width: auto;
	}
	.page-title h2 span {
		font-size: 2.3rem;
	}
}

/*------------------------------------------------------------
	com-white-bg
------------------------------------------------------------*/
.com-white-bg {
	width: 870px;
	margin: 0 auto;
	padding: 1px 0 149px;
	background-color: #fff;
}

@media all and (max-width: 896px) {
	.com-white-bg {
		width: auto;
		margin: 0 15px;
		padding: 1px 0 50px;
	}
}

/*------------------------------------------------------------
	com-top-pho
------------------------------------------------------------*/
.com-top-pho {
	margin: -98px 0 73px;
	text-align: center;
}

@media all and (max-width: 896px) {
	.com-top-pho {
		margin: -50px 0 30px;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 770px;
	margin: 0 auto;
}

@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 15px;
	}
}

/*------------------------------------------------------------
	head-line01
------------------------------------------------------------*/
.head-line01 {
	margin-bottom: 47px;
	padding-left: 127px;
	font-size: 1rem;
	color: #0055A7;
	position: relative;
}
.head-line01:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 122px;
	height: 1px;
	background-color: #0055A7;
	content: "";
}

@media all and (max-width: 896px) {
	.head-line01 {
		margin-bottom: 20px !important;
		padding-left: 75px;
	}
	.head-line01:before {
		width: 66px;
	}

}

/*------------------------------------------------------------
	head-line02
------------------------------------------------------------*/
.head-line02 {
	margin: 0 2px 44px;
	font-size: 2rem;
	color: #0055A7;
	font-weight: 700;
}

@media all and (max-width: 896px) {
	.head-line02 {
		margin: 0 0 20px !important;
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	com-table
------------------------------------------------------------*/
.recrTxt {
	color: #696969;
	font-size: 1.2rem;
	line-height: 2.08;
	font-weight: 400;
}
.com-table table {
	width: 100%;
	border-collapse: collapse;
}
.com-table table th,
.com-table table td {
	padding: 27px 0;
	color: #696969;
	font-size: 1.2rem;
	line-height: 2.08;
	font-weight: 400;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
}
.com-table table th {
	width: 20.1%;
	border-right: 50px solid #fff;
}
.com-table table td a {
	color: #696969;
}

@media all and (max-width: 896px) {
	.recrTxt {
		line-height: 1.5;
	}
	.com-table table {
		border-top: 1px solid #ADADAD;
	}
	.com-table table th,
	.com-table table td {
		display: block;
		width: 100% !important;
		padding: 10px 0;
		line-height: 1.5;
		border-bottom: 1px solid #ADADAD;
		border-top: none;
	}
	.com-table table th {
		padding-bottom: 0;
		border: none;
	}

}

/*------------------------------------------------------------
	com-img-box
------------------------------------------------------------*/
.com-img-box {
	margin-bottom: 113px;
}
.com-img-box .pho {
	width: 360px;
	position: relative;
	box-sizing: border-box;
}
.com-img-box .pho:before {
	position: absolute;
	width: 303px;
	height: 232px;
	right: 0;
	top: 49px;
	background-color: #0055A7;
	opacity: 0.1;
	content: "";
}
.com-img-box .pho01:before {
	right: auto;
	left: 0;
}
.com-img-box .pho span {
	width: 325px;
	display: block;
	position: relative;
	z-index: 1;
}
.com-img-box .pho01 span {
	margin: 0 0 0 auto;
}
.com-img-box .text-box {
	margin-top: -8px;
	width: 360px;
}
.com-img-box .text-box p {
	margin-bottom: 30px;
	line-height: 2;
}
.com-img-box .text-box p:last-child {
	margin-bottom: 0 !important;
}
.com-img-box .text-box .com-ttl {
	margin: 8px 0 22px;
}

@media all and (max-width: 896px) {
	.com-img-box {
		margin-bottom: 25px !important;
	}
	.com-img-box .pho {
		width: 100%;
		order: -1;
		padding: 0 20px 20px 0;
		box-sizing: border-box;
	}
	.com-img-box .pho:before {
		width: auto;
		height: auto;
		top: 20px;
		bottom: 0;
		left: 20px;
	}
	.com-img-box .pho01 {
		padding: 0 0 20px 20px;
	}
	.com-img-box .pho01:before {
		right: 20px;
		left: 0;
	}
	.com-img-box .pho span {
		width: auto;
	}
	.com-img-box .pho01 span {
		margin: 0 0 0 auto;
	}
	.com-img-box .pho img {
		width: 100%;
	}
	.com-img-box .text-box {
		margin-top: 15px;
		width: 100%;
	}
	.com-img-box .text-box p {
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.com-img-box .text-box .com-ttl {
		margin: 0 0 10px;
	}

}

/*------------------------------------------------------------
	com-link
------------------------------------------------------------*/
.com-link {
	width: 360px;
	margin: 0 auto;
}
.com-link a {
	padding: 12px 0 11px 10px;
	display: block;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 1.7rem;
	background-color: #0055A7;
	border-radius: 25px;
}
.com-link a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.com-link {
		width: auto !important;
		max-width: 280px;
	}
	.com-link a {
		padding: 7px 0 !important;
		font-size: 1.25rem;
	}

}

/*------------------------------------------------------------
	com-ttl
------------------------------------------------------------*/
.com-ttl {
	padding: 14px 0 13px;
	text-align: center;
	max-width: 360px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #0055A7;
	line-height: 1.3 !important;
	background-color: #F0F5FA;
	border-radius: 25px;
}

@media all and (max-width: 896px) {
	.com-ttl {
		padding: 8px 5px;
		max-width: inherit;
		font-size: 1.4rem;
	}

}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	visibility: hidden;
	transform: matrix3d(0.85, 0, 0, 0, 0, 0.85, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.fadeInUp.on {
	visibility: visible;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}

/*------------------------------------------------------------
	fix-banner
------------------------------------------------------------*/
.fix-banner {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 167px;
	z-index: 2;
}
.fix-banner a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.fix-banner {
		right: 5px;
		bottom: 5px;
		width: 100px;
	}
}

/*------------------------------------------------------------
	com-btm
------------------------------------------------------------*/
.com-btm {
	padding-bottom: 149px;
	background-color: #fff;
}
.com-btm > div {
	max-width: 1080px;
	margin: 0 auto;
}
.com-btm .link {
	width: 178px;
	margin: 0 auto;
}
.com-btm .link a {
	padding: 3px 0 3px 14px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	text-align: center;
	box-shadow: 0 5px 5px rgba(110,110,110,0.6);
	border: 1px solid #fff;
}
.com-btm .link a:hover {
	opacity: 0.7;
}
.com-btm .inner01 {
	min-height: 375px;
	margin-bottom: 100px;
	padding-top: 21px;
	box-sizing: border-box;
	background: url("img/common/bg01.jpg") no-repeat top center;
	background-size: cover;
}
.com-btm .inner01 .img-sub {
	max-width: 892px;
	margin: 0 auto -43px;
}
.com-btm .inner01 .pho {
	width: 191px;
	margin: -31px 2px 0 0;
}
.com-btm .inner01 .text-box {
	width: 695px;
}
.com-btm .inner01 p {
	margin-left: 11px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.69;
}
.com-btm .inner01 .text-img {
	margin-bottom: 15px;
}
.com-btm .inner01 .text-img img {
	width: 506px;
}
.com-btm .inner02 {
	min-height: 375px;
	padding-top: 60px;
	margin-bottom: 100px;
	box-sizing: border-box;
	background: url("img/common/bg02.jpg") no-repeat top center;
	background-size: cover;
}
.com-btm .inner02 .img-sub {
	max-width: 870px;
	margin: 0 auto 41px;
}
.com-btm .inner02 .text-box {
	width: 470px;
	margin: 0 0 0 auto;
}
.com-btm .inner02 p {
	color: #4B4139;
	font-size: 1.3rem;
	line-height: 1.69;
}
.com-btm .inner02 .text-img {
	margin-bottom: 23px;
}
.com-btm .inner02 .text-img img {
	width: 470px;
}
.com-btm .inner02 .link a {
	background-color: #4B4139;
	border: 1px solid #4B4139;
}
.com-btm .inner03 {
	min-height: 375px;
	padding-top: 44px;
	box-sizing: border-box;
	background: url("img/common/bg03.jpg") no-repeat top center;
	background-size: cover;
}
.com-btm .inner03 .img-sub {
	max-width: 880px;
	margin: 0 auto 34px;
}
.com-btm .inner03 .text-box {
	width: 580px;
}
.com-btm .inner03 p {
	margin-left: 5px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.92;
}
.com-btm .inner03 .text-img {
	margin-bottom: 23px;
}
.com-btm .inner03 .text-img img {
	width: 545px;
}
.com-btm .inner03 .link a {
	color: #010583;
	background-color: #fff;
}

@media all and (max-width: 896px) {
	.com-btm {
		padding-bottom: 50px;
	}
	.com-btm > div {
		max-width: inherit;
	}
	.com-btm .link {
		width: 178px;
	}
	.com-btm .link a {
		padding: 3px 0 3px 14px;
	}
	.com-btm .inner01 {
		min-height: inherit;
		margin-bottom: 30px;
		padding: 15px 10px;
	}
	.com-btm .inner01 .img-sub {
		max-width: inherit;
		margin: 0 auto 15px;
	}
	.com-btm .inner01 .pho {
		width: 100%;
		order: -1;
		margin: 0 0 -20px;
		text-align: center;
	}
	.com-btm .inner01 .pho img {
		width: 100px;
	}
	.com-btm .inner01 .text-box {
		width: 100%;
	}
	.com-btm .inner01 p {
		margin-left: 0;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.com-btm .inner01 .text-img {
		margin-bottom: 5px;
	}
	.com-btm .inner01 .text-img img {
		width: 260px;
	}
	.com-btm .inner02 {
		min-height: inherit;
		padding: 15px;
		margin-bottom: 30px;
	}
	.com-btm .inner02 .img-sub {
		max-width: inherit;
		margin: 0 auto 15px;
	}
	.com-btm .inner02 .text-box {
		width: auto;
		margin: 0;
	}
	.com-btm .inner02 p {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.com-btm .inner02 .text-img {
		margin-bottom: 5px;
	}
	.com-btm .inner02 .text-img img {
		width: 260px;
	}
	.com-btm .inner03 {
		min-height: inherit;
		padding: 15px;
	}
	.com-btm .inner03 .img-sub {
		max-width: inherit;
		margin: 0 auto 15px;
	}
	.com-btm .inner03 .text-box {
		width: auto;
	}
	.com-btm .inner03 p {
		margin-left: 0;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.com-btm .inner03 .text-img {
		margin-bottom: 5px;
	}
	.com-btm .inner03 .text-img img {
		width: 260px;
	}

}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index .main-visual {
	/*margin-bottom: 73px;*/
	align-items: center;
	background-color: #fff;
}
.index .main-visual .pho {
	width: 50%;
	height: 100vh;
	position: relative;
	background: url("img/index/main_visual_bg.jpg") no-repeat top center;
	background-size: cover;
}
.index .main-visual .text-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
.index .main-visual .text-img img {
	width: 465px;
}
.index .main-visual .text-box {
	width: 50%;
	padding-top: 102px;
}
.index .main-visual .text-box > div {
	max-width: 407px;
	margin: 0 auto;
}
.index .main-visual .text-box p {
	line-height: 2;
	font-weight: 700;
}
.index .main-visual .text-box .title {
	margin-bottom: 29px;
	font-size: 2.2rem;
	color: #0055A7;
}
.index .info-sec {
	margin-bottom: 149px;
	margin-top: 73px;/*公開後削除*/
}
.index .info-sec .head-line01 {
	width: 740px;
	margin: 0 auto 52px;
}
.index .info-sec .img-box {
	max-width: 1080px;
	margin: 0 auto 119px;
}
.index .info-sec .img-box:last-child {
	margin-bottom: 0 !important;
}
.index .info-sec .photo {
	width: 515px;
	position: relative;
}
.index .info-sec .photo:before {
	position: absolute;
	right: 0;
	top: 70px;
	width: 434px;
	height: 333px;
	background-color: #0055A7;
	opacity: 0.1;
	content: "";
}
.index .info-sec .img-box01 .photo:before {
	right: auto;
	left: 0;
}
.index .info-sec .photo span {
	position: relative;
	z-index: 1;
	display: block;
	width: 465px;
}
.index .info-sec .img-box01 .photo span {
	margin: 0 0 0 auto;
}
.index .info-sec .text-box {
	padding-top: 65px;
	width: 515px;
}
.index .info-sec .text-box > div {
	max-width: 410px;
	margin: 0 0 0 auto;
}
.index .info-sec .img-box01 .text-box > div {
	margin: 0;
}
.index .info-sec .text-box p {
	margin-bottom: 34px;
	line-height: 2;
}
.index .info-sec .text-box .head-line02 {
	margin-bottom: 22px;
}
.index .info-sec .img-box01 .text-box .head-line02 {
	text-align: right;
}
.index .info-sec .text-box .link {
	width: 178px;
}
.index .info-sec .img-box01 .text-box .link {
	margin: 0 0 0 auto;
}
.index .info-sec .text-box .link a {
	padding: 4px 0;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	background-color: #0055A7;
	border-radius: 13px;
}
.index .info-sec .text-box .link a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	.index .main-visual {
		/*margin-bottom: 73px;*/
		display: inherit;
	}
	.index .main-visual .pho {
		width: 100%;
		height: 280px;
	}
	.index .main-visual .text-img {
		padding-top: 30px;
	}
	.index .main-visual .text-img img {
		width: 200px;
	}
	.index .main-visual .text-box {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
	.index .main-visual .text-box > div {
		max-width: inherit;
	}
	.index .main-visual .text-box p {
		line-height: 1.6;
	}
	.index .main-visual .text-box .title {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.index .info-sec {
		margin-bottom: 40px;
	}
	.index .info-sec .head-line01 {
		width: auto;
		margin: 0 15px 20px;
	}
	.index .info-sec .img-box {
		max-width: inherit;
		margin: 0 auto 30px;
	}
	.index .info-sec .photo {
		width: 100%;
		padding: 0 20px 20px 0;
		order: -1;
		box-sizing: border-box;
	}
	.index .info-sec .img-box01 .photo {
		padding: 0 0 20px 20px;
	}
	.index .info-sec .photo:before {
		top: 20px;
		bottom: 0;
		left: 20px;
		width: auto;
		height: auto;
	}
	.index .info-sec .img-box01 .photo:before {
		right: 20px;
	}
	.index .info-sec .photo span {
		width: auto;
	}
	.index .info-sec .photo img {
		width: 100%;
	}
	.index .info-sec .text-box {
		padding: 25px 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.index .info-sec .text-box > div {
		max-width: inherit;
	}
	.index .info-sec .text-box p {
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.index .info-sec .text-box .head-line02 {
		margin-bottom: 10px !important;
	}
	.index .info-sec .img-box01 .text-box .head-line02 {
		text-align: left;
	}
	.index .info-sec .img-box01 .text-box .link {
		margin: 0;
	}

}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about .sec01 {
	margin-bottom: 103px;
}
.about .sec01 .bg-box {
	padding-top: 1px;
	position: relative;
}
.about .sec01 .bg-box .text-box {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 39px;
	width: 488px;
	box-sizing: border-box;
	background-image: -moz-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
}
.about .sec01 .bg-box p {
	max-width: 360px;
	margin: 0 0 0 auto;
	font-size: 1.4rem;
	color: #000;
	line-height: 2.14;
}
.about .sec01 .bg-box p span {
	margin-top: 30px;
	display: block;
}
.about .sec02 .com-table table dt {
	float: left;
}
.about .sec02 .com-table table dd {
	padding: 0 0 0 11em;
}

@media all and (max-width: 896px) {
	.about .sec01 {
		margin-bottom: 40px;
	}
	.about .sec01 .bg-box {
		padding-top: 0;
	}
	.about .sec01 .bg-box .text-box {
		position: static;
		padding-top: 0;
		width: auto;
	}
	.about .sec01 .bg-box p {
		max-width: inherit;
		margin: 15px 0 0;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.about .sec01 .bg-box p span {
		margin-top: 10px;
	}
	.about .sec02 .com-table table dt {
		float: none;
	}
	.about .sec02 .com-table table dd {
		padding: 0 0 2px;
	}

}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact .form-txt {
	margin: -7px 2px 34px;
	line-height: 2;
}
.contact .mail-form table {
	margin-bottom: 28px;
	width: 100%;
	border-collapse: collapse;
}
.contact .mail-form th,
.contact .mail-form td {
	padding: 27px 0;
	color: #696969;
	font-size: 1.2rem;
	line-height: 2.08;
	font-weight: 400;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
}
.contact .mail-form th {
	width: 20.2%;
	border-right: 50px solid #fff;
}
.contact .mail-form .v-top {
	vertical-align: top;
}
.contact .mail-form td input[type="text"],
.contact .mail-form td input[type="tel"],
.contact .mail-form td input[type="email"],
.contact .mail-form td textarea {
	width: 327px;
	height: 22px;
	padding: 0 5px;
	font-size: 1.2rem;
	border-radius: 0;
	border: none;
	background-color: #F2F2F2;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact .mail-form td textarea {
	height: 170px;
	padding: 10px 5px;
	resize: vertical;
}
.contact .mail-form td .wid01[type="text"] {
	width: 156px;
}
.contact .mail-form td .wid02[type="text"] {
	width: 488px;
}
.contact .mail-form .area-ul {
	margin: 2px 0 0;
}
.contact .mail-form .area-ul li:first-child {
	margin-bottom: 14px;
}
.contact .mail-form .area-ul span {
	margin: -7px 5px 0 0;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
}
.contact .mail-form td input[type="button"] {
	margin-left: 12px;
	width: 99px;
	height: 22px;
	padding: 0 5px;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	border-radius: 11px;
	border: none;
	cursor: pointer;
	background-color: #0055A7;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact .mail-form td input[type="button"]:hover {
	opacity: 0.7;
}
.contact .mail-form td .error {
	margin: 10px 0 0;
	color: #D80000;
}
.contact .mail-form tr.error input[type="text"],
.contact .mail-form tr.error input[type="email"],
.contact .mail-form tr.error input[type="tel"],
.contact .mail-form tr.error textarea {
	background: #FEE;
}
.contact .mail-form .link-txt {
	margin: 0 2px 51px;
}
.contact .mail-form .link-txt a {
	color: #0055A7;
}
.contact .mail-form .link-txt a:hover {
	opacity: 0.7;
}
.contact .mail-form .submit li {
	width: 203px;
	margin: 0 10px;
}
.contact .mail-form .submit input {
	display: block;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	cursor: pointer;
	background-color: #0055A7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
}
.contact .mail-form .submit input:hover {
	opacity: 0.7;
}
.contact .blue-txt {
	margin-top: 42px;
	text-align: center;
	color: #0055A7;
	line-height: 2;
}
.contact .blue-txt a {
	color: #0055A7;
}

@media all and (max-width: 896px) {
	.contact .form-txt {
		margin: 0 0 15px;
		line-height: 1.6;
	}
	.contact .mail-form table {
		margin-bottom: 20px;
		border-top: 1px solid #ADADAD;
	}
	.contact .mail-form th,
	.contact .mail-form td {
		width: 100% !important;
		display: block;
		padding: 10px 0;
		line-height: 1.6;
		border-top: none;
	}
	.contact .mail-form th {
		padding: 10px 0 0;
		border: none;
	}
	.contact .mail-form td input[type="text"],
	.contact .mail-form td input[type="tel"],
	.contact .mail-form td input[type="email"],
	.contact .mail-form td textarea {
		width: 100%;
	}
	.contact .mail-form td textarea {
		height: 120px;
	}
	.contact .mail-form td .wid01[type="text"] {
		width: 120px;
	}
	.contact .mail-form td .wid02[type="text"] {
		width: 100%;
	}
	.contact .mail-form .area-ul {
		margin: 2px 0 0;
	}
	.contact .mail-form .area-ul li:first-child {
		margin-bottom: 6px;
	}
	.contact .mail-form .area-ul span {
		margin: -7px 3px 0 0;
	}
	.contact .mail-form td input[type="button"]:hover {
		opacity: 1;
	}
	.contact .mail-form .link-txt {
		margin: 0 0 20px;
	}
	.contact .mail-form .submit {
		display: inherit;
	}
	.contact .mail-form .submit li {
		margin: 0 auto 10px;
	}
	.contact .mail-form .submit li:last-child {
		margin-bottom: 0;
	}
	.contact .mail-form .submit input {
		padding: 8px 0;
		font-size: 1.3rem;
	}
	.contact .mail-form .submit input:hover {
		opacity: 1;
	}
	.contact .blue-txt {
		margin-top: 20px;
		line-height: 1.6;
	}

}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks .form-txt {
	margin-bottom: 78px;
}
.thanks .blue-txt {
	margin-top: 0;
}

@media all and (max-width: 896px) {
	.thanks .form-txt {
		margin-bottom: 25px;
	}

}

/*------------------------------------------------------------
	pp
------------------------------------------------------------*/
.pp .top-txt {
	margin: -8px 2px 26px;
	font-size: 1.2rem;
	line-height: 2.5;
}
.pp .text-ul {
	margin: 0 2px;
}
.pp .text-ul li:not(:last-child) {
	margin-bottom: 25px;
}
.pp .text-ul li p {
	font-size: 1.2rem;
	line-height: 2.5;
}
.pp .text-ul li p span {
	margin-bottom: 31px;
	display: block;
}
.pp .text-ul li .title {
	margin-bottom: -3px;
	font-size: 1.5rem;
	color: #0055A7;
	font-weight: 700;
}

@media all and (max-width: 896px) {
	.pp .top-txt {
		margin: 0 0 15px;
		line-height: 1.6;
	}
	.pp .text-ul {
		margin: 0;
	}
	.pp .text-ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.pp .text-ul li p {
		line-height: 1.6;
	}
	.pp .text-ul li p span {
		margin-bottom: 10px;
	}
	.pp .text-ul li .title {
		margin-bottom: 0;
		font-size: 1.4rem;
	}

}

/*------------------------------------------------------------
	healthfood
------------------------------------------------------------*/
.healthfood .sec01 {
	margin-bottom: 65px;
}
.healthfood .sec01 .head-line02 {
	margin-bottom: 37px;
}
.healthfood .sec01 p {
	line-height: 2;
}
.healthfood .sec01 p span {
	color: #0055A7;
}
.healthfood .sec02 {
	margin-bottom: 76px;
}
.healthfood .sec02 .head-line02 {
	margin-bottom: 45px;
}
.healthfood .sec03 .head-line02 {
	margin-bottom: 44px;
}
.healthfood .sec03 .com-img-box {
	margin-bottom: 83px;
}
.healthfood .sec03 .com-img-box01 {
	margin-bottom: 114px;
}

@media all and (max-width: 896px) {
	.healthfood .sec01 {
		margin-bottom: 40px;
	}
	.healthfood .sec01 p {
		line-height: 1.6;
	}
	.healthfood .sec02 {
		margin-bottom: 40px;
	}

}

/*------------------------------------------------------------
	other
------------------------------------------------------------*/
.other .head-line02 {
	margin-bottom: 45px;
}
.other .com-img-box {
	margin-bottom: 0 !important;
}
.other .sec01 {
	margin-bottom: 98px;
}
.other .sec01 p span {
	color: #0055A7;
}
.other .sec02 {
	margin-bottom: 105px;
}
.other .sec03 p {
	margin-top: -8px;
	line-height: 2;
}

@media all and (max-width: 896px) {
	.other .com-img-box {
		margin-bottom: 0 !important;
	}
	.other .sec01 {
		margin-bottom: 40px;
	}
	.other .sec02 {
		margin-bottom: 40px;
	}
	.other .sec03 p {
		margin-top: 0;
		line-height: 1.6;
	}

}

/*------------------------------------------------------------
	care
------------------------------------------------------------*/
.care p {
	line-height: 2;
}
.care p .blue {
	color: #0055A7;
}
.care .sec01 {
	margin-bottom: 59px;
}
.care .sec01 p {
	margin-top: -7px;
}
.care .sec02 {
	margin-bottom: 134px;
}
.care .sec02 .head-line02 {
	margin-bottom: 45px;
}
.care .sec02 .com-img-box {
	margin-bottom: 0 !important;
}
.care .sec03 .top-img {
	margin-bottom: 50px;
	text-align: center;
}
.care .sec03 .top-img img {
	width: 343px;
}
.care .sec03 .top-txt {
	margin: -7px 0 58px;
}
.care .sec03 li:not(:last-child) {
	margin-bottom: 48px;
}
.care .sec03 li .com-ttl {
	margin-bottom: 22px;
}
.care .sec03 li p {
	margin-bottom: 31px;
}
.care .sec03 li p:last-child {
	margin-bottom: 0 !important;
}
.care .sec03 li .big {
	margin-bottom: 3px;
	display: block;
	font-weight: 700;
	color: #0055A7;
	font-size: 1.7rem;
}
.care .sec03 .com-link {
	margin: 31px auto 0;
	width: 560px;
}

@media all and (max-width: 896px) {
	.care p {
		line-height: 1.6;
	}
	.care .sec01 {
		margin-bottom: 40px;
	}
	.care .sec01 p {
		margin-top: 0;
	}
	.care .sec02 {
		margin-bottom: 40px;
	}
	.care .sec03 .top-img {
		margin-bottom: 20px;
	}
	.care .sec03 .top-img img {
		width: auto;
	}
	.care .sec03 .top-txt {
		margin: 0 0 20px;
	}
	.care .sec03 li:not(:last-child) {
		margin-bottom: 20px;
	}
	.care .sec03 li .com-ttl {
		margin-bottom: 15px;
	}
	.care .sec03 li p {
		margin-bottom: 10px;
	}
	.care .sec03 li .big {
		margin-bottom: 2px;
		font-size: 1.4rem;
	}
	.care .sec03 .map {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	.care .sec03 .map iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.care .sec03 .com-link {
		margin: 20px auto 0;
		width: auto;
	}
	.care .sec03 .com-link a {
		padding: 7px 10px !important;
	}

}

/*------------------------------------------------------------
	specific-trade-law
------------------------------------------------------------*/
.specific-trade-law .page-title {
	min-height: 303px;
}
.specific-trade-law .com-white-bg {
	padding-top: 69px;
}
.specific-trade-law .txt-ul li:not(:last-child) {
	margin-bottom: 43px;
}
.specific-trade-law .txt-ul .head-line02 {
	margin-bottom: 20px;
}
.specific-trade-law .txt-ul p {
	margin-bottom: 26px;
	line-height: 1.66;
}
.specific-trade-law .txt-ul p:last-child {
	margin-bottom: 0 !important;
}
.specific-trade-law .txt-ul .email:hover {
	text-decoration: underline;
}

@media all and (max-width: 896px) {
	.specific-trade-law .page-title {
		min-height: 220px;
	}
	.specific-trade-law .com-white-bg {
		padding-top: 30px;
	}
	.specific-trade-law .txt-ul li:not(:last-child) {
		margin-bottom: 25px;
	}
	.specific-trade-law .txt-ul .head-line02 {
		margin-bottom: 10px !important;
	}
	.specific-trade-law .txt-ul p {
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.specific-trade-law .txt-ul .email:hover {
		text-decoration: none;
	}

}

/*------------------------------------------------------------
	ec
------------------------------------------------------------*/
.ec .com-top-pho {
	margin-bottom: 99px;
}
.ec .head-line01 {
	margin-bottom: 52px;
}
.ec .sec01 {
	margin-bottom: 97px;
}
.ec .sec01 .bg-box {
	margin-bottom: 39px;
	position: relative;
}
.ec .sec01 .bg-box .text-box {
	position: absolute;
	right: 0;
	top: 68px;
	width: 358px;
	padding-right: 35px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
}
.ec .sec01 .bg-box p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.08;
}
.ec .sec01 .bg-box .ttl {
	margin-bottom: 22px;
	font-size: 2rem;
	line-height: 2;
}
.ec .sec01 .text {
	margin-bottom: 71px;
	color: #ADADAD;
	font-size: 1.2rem;
	line-height: 2.08;
}
.ec .sec01 .text span {
	margin-bottom: 14px;
	display: block;
	color: #5FC2E0;
	font-size: 2rem;
}
.ec .com-link {
	width: 385px;
}
.ec .com-link a {
	padding-top: 13px;
}
.ec .sec02 {
	margin-bottom: 45px;
}
.ec .sec02 h4 {
	margin-bottom: 58px;
	color: #0055A7;
	font-weight: 700;
}
.ec .sec02 h4 span {
	margin-top: -1px;
	display: block;
	font-size: 3.9rem;
}
.ec .sec02 .head-line02 {
	margin-bottom: 21px;
}
.ec .sec02 p {
	margin-bottom: 28px;
}
.ec .sec03 .head-line02 {
	margin-bottom: 45px;
}
.ec .sec03 ul {
	margin-bottom: 47px;
}
.ec .sec03 li:not(:last-child) {
	margin-bottom: 46px;
}
.ec .sec03 li p {
	line-height: 2;
}
.ec .sec03 li .com-ttl {
	margin-bottom: 22px;
}

@media all and (max-width: 896px) {
	.ec .com-top-pho {
		margin-bottom: 30px;
	}
	.ec .sec01 {
		margin-bottom: 40px;
	}
	.ec .sec01 .bg-box {
		margin-bottom: 20px;
	}
	.ec .sec01 .bg-box .text-box {
		position: static;
		width: auto;
		padding: 15px 0 0;
	}
	.ec .sec01 .bg-box p {
		color: #363636;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.ec .sec01 .bg-box .ttl {
		margin-bottom: 10px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.ec .sec01 .text {
		margin-bottom: 71px;
		line-height: 1.6;
	}
	.ec .sec01 .text span {
		margin-bottom: 10px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.ec .sec02 {
		margin-bottom: 30px;
	}
	.ec .sec02 h4 {
		margin-bottom: 15px;
	}
	.ec .sec02 h4 span {
		font-size: 2.5rem;
	}
	.ec .sec02 p {
		margin-bottom: 10px;
	}
	.ec .sec03 ul {
		margin-bottom: 25px;
	}
	.ec .sec03 li:not(:last-child) {
		margin-bottom: 15px;
	}
	.ec .sec03 li p {
		line-height: 1.6;
	}
	.ec .sec03 li .com-ttl {
		margin-bottom: 10px;
	}

}

/*------------------------------------------------------------
	cremore
------------------------------------------------------------*/
.cremore .com-top-pho {
	margin-bottom: 58px;
}
.cremore .head-line01 {
	margin-bottom: 52px;
}
.cremore .sec01 {
	margin-bottom: 69px;
}
.cremore .sec01 .blue {
	margin-bottom: 30px;
	padding: 5px 0 9px;
	text-align: center;
	background-color: #799FCC;
	border-radius: 12px;
	color: #fff;
	font-size: 3.3rem;
	font-weight: 700;
}
.cremore .sec01 .blue .big {
	margin-left: 20px;
	font-size: 4rem;
	display: inline-block;
}
.cremore .sec01 .blue .sml {
	margin-top: -7px;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
}
.cremore .sec01 .text {
	margin-bottom: 41px;
	padding: 12px 0 1px;
	text-align: center;
	color: #0055A7;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.74;
	border-bottom: 1px solid #79A0CD;
	border-top: 1px solid #79A0CD;
}
.cremore .sec01 .text span {
	display: inline;
	background: url("img/cremore/line01.png") repeat-x left bottom;
	background-size: 50px auto;
}
.cremore .sec01 .txt {
	color: #696969;
	font-size: 1.8rem;
	line-height: 1.67;
	text-align: center;
}
.cremore .sec01 .txt span {
	display: block;
	margin-top: 30px;
}
.cremore .sec02 {
	margin-bottom: 65px;
}
.cremore .sec02 .ttl {
	margin-bottom: 45px;
	color: #0055A7;
	font-size: 2rem;
	font-weight: 700;
}
.cremore .sec02 .info01 {
	margin-bottom: 50px;
}
.cremore .sec02 .info01 .com-ttl {
	margin-bottom: 25px;
	padding: 10px 0;
	color: #BC5357;
	font-size: 2.2rem;
	max-width: 221px;
	background-color: #F3E1E1;
}
.cremore .sec02 .info01 .txt-ul {
	margin: -24px 0 24px;
}
.cremore .sec02 .info01 .txt-ul li {
	width: 175px;
	margin: 24px 23px 0 0;
}
.cremore .sec02 .info01 .txt-ul li:nth-child(4n) {
	margin-right: 0;
}
.cremore .sec02 .info01 .img-ul li {
	width: 361px;
}
.cremore .sec02 .info02 {
	margin-bottom: 25px;
}
.cremore .sec02 .info02 .com-ttl {
	margin-bottom: 22px;
	max-width: 524px;
}
.cremore .sec02 .info02 .title {
	margin-bottom: 18px;
	line-height: 2;
}
.cremore .sec02 .info02 .photo-ul {
	margin-top: -25px;
	position: relative;
}
.cremore .sec02 .info02 .photo-ul:after {
	content: "";
	width: 233px;
}
.cremore .sec02 .info02 .photo-ul li {
	width: 233px;
	margin-top: 25px;
}
.cremore .sec02 .info03 .pho-list {
	width: 234px;
}
.cremore .sec02 .info03 .pho-list li:not(:last-child) {
	margin-bottom: 25px;
}
.cremore .sec02 .info03 .text-box {
	width: 515px;
}
.cremore .sec02 .info03 .com-ttl {
	margin-bottom: 26px;
	max-width: 276px;
}
.cremore .sec02 .info03 .title {
	margin-bottom: 7px;
	color: #0055A7;
	font-size: 1.7rem;
	font-weight: 700;
}
.cremore .sec02 .info03 .text-box ul {
	margin-bottom: 10px;
	line-height: 2;
}
.cremore .sec02 .info03 .text-box li span {
    padding-right: 34px;
    display: inline-block;
    background: url("img/cremore/icon01.png") no-repeat right top 7px;
    background-size: 21px auto;
}
.cremore .sec03 {
	margin-bottom: 80px;
}
.cremore .sec03 .ttl {
	margin-bottom: 45px;
	color: #0055A7;
	font-size: 2rem;
	font-weight: 700;
}
.cremore .sec03 .com-ttl {
	margin-bottom: 30px;
	max-width: 276px;
}
.cremore .sec03 .img-box01 {
	margin-bottom: 49px;
}
.cremore .sec03 .img-box01 .l-box {
	width: 360px;
}
.cremore .sec03 .img-box01 .r-box {
	width: 319px;
	margin: 0 5px 0 0;
}
.cremore .sec03 .img-box01 .r-box .pho {
	position: relative;
}
.cremore .sec03 .img-box01 .r-box .pho:before {
	position: absolute;
	left: -73px;
	top: 50%;
	background: url("img/cremore/icon02.png") no-repeat;
	background-size: 61px auto;
	width: 61px;
	height: 61px;
	content: "";
	margin-top: -30px;
}
.cremore .sec03 .img-box01 .pho01 {
	width: 307px;
	margin: 0 0 0 4px;
	position: relative;
}
.cremore .sec03 .img-box01 .pho01 .txt01 {
	font-size: 1.2rem;
	line-height: 1.66;
	width: 140px;
	position: absolute;
	right: 0;
	top: 25px;
	text-align: center;
}
.cremore .sec03 .img-box01 .pho01 .txt02 {
	font-size: 1.2rem;
	line-height: 1.66;
	width: 160px;
	position: absolute;
	left: 0;
	bottom: 6px;
	text-align: center;
}
.cremore .sec03 .img-box01 .r-box .pho01:before {
	position: absolute;
	left: -88px;
	top: -50px;
	background: url("img/cremore/icon03.png") no-repeat;
	background-size: 86px auto;
	width: 86px;
	height: 86px;
	content: "";
}
.cremore .sec03 .pho {
	margin-bottom: 17px;
}
.cremore .sec03 .text {
	margin-bottom: 16px;
	line-height: 2;
}
.cremore .sec03 .blue-txt {
	margin-bottom: 17px;
	color: #0055A7;
	font-size: 1.7rem;
	line-height: 1.47;
	font-weight: 700;
}
.cremore .sec03 .text-img {
	width: 224px;
}
.cremore .sec03 .com-ttl01 {
	margin-bottom: 69px;
}
.cremore .sec03 .img-box02 {
	margin-bottom: 24px;
}
.cremore .sec03 .img-box02 .l-box {
	margin-top: -11px;
	width: 340px;
	position: relative;
}
.cremore .sec03 .img-box02 .l-box:before {
	position: absolute;
	right: -76px;
	top: 92px;
	background: url("img/cremore/icon02.png") no-repeat;
	background-size: 61px auto;
	width: 61px;
	height: 61px;
	content: "";
}
.cremore .sec03 .img-box02 .l-box .pho {
	width: 144px;
	margin: 0 auto;
}
.cremore .sec03 .img-box02 .r-box {
	margin-right: 5px;
	width: 355px;
}
.cremore .sec03 .img-box02 .r-box .pho {
	width: 318px;
	margin: 0 0 47px auto;
	position: relative;
}
.cremore .sec03 .img-box02 .r-box .com-ttl {
	max-width: inherit;
	margin-bottom: 32px;
}
.cremore .sec03 .img-box02 .r-box .img {
	margin-bottom: 14px;
}
.cremore .sec03 .img-box03 .photo-box {
	width: 360px;
}
.cremore .sec03 .img-box03 .text-box {
	width: 360px;
	margin-top: -8px;
}
.cremore .sec04 {
	margin-bottom: 79px;
}
.cremore .sec04 .com-ttl {
	margin-bottom: 22px;
	max-width: 410px;
}
.cremore .sec04 .text {
	margin-bottom: 21px;
	line-height: 2;
}
.cremore .sec04 .text span {
	margin-bottom: 3px;
	display: block;
	color: #0055A7;
	font-size: 1.7rem;
	font-weight: 700;
}
.cremore .sec04 table {
	width: 100%;
	border-collapse: collapse;
}
.cremore .sec04 table th,
.cremore .sec04 table td {
	height: 80px;
	vertical-align: middle;
	text-align: center;
	color: #696969;
	font-weight: 400;
	font-size: 1.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;
}
.cremore .sec04 table th {
	width: 42%;
}
.cremore .sec04 table td {
	border-left: 50px solid #fff;
}
.cremore .sec04 table td:last-child {
	padding-left: 23px;
	width: 35.8%;
	text-align: left;
}
.cremore .sec04 table td span {
	color: #0055A7;
	font-size: 2rem;
	font-weight: 700;
}
.cremore .sec04 table th img {
	width: 138px;
}
.cremore .sec04 .table-box {
	width: 600px;
	margin-left: 45px;
	position: relative;
}
.cremore .sec04 .table-box:before {
	position: absolute;
	right: -80px;
	top: 0;
	background: url("img/cremore/imgtext13.jpg") no-repeat;
	background-size: 47px auto;
	width: 47px;
	height: 320px;
	content: "";
}
.cremore .sec05 .com-ttl {
	margin-bottom: 22px;
	max-width: 126px;
}
.cremore .sec05 ul {
	margin-bottom: 15px;
}
.cremore .sec05 li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2;
}
.cremore .sec05 .title {
	margin-bottom: 28px;
	font-size: 1.3rem;
	line-height: 1.92;
}
.cremore .sec05 .red {
	margin-bottom: 8px;
	padding: 4px 0 6px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	background-color: #BC5357;
}
.cremore .sec05 .text {
	text-align: center;
	line-height: 2;
}
.cremore .sec05 .text .link {
	display: block;
}
.cremore .sec05 .text .link a {
	color: #0055A7;
	font-weight: 700;
}
.cremore .sec05 .text .link a:hover {
	opacity: 0.7;
}
.cremore .sec05 .text .txt {
	margin: 9px 0 11px;
	display: block;
}
.cremore .sec05 .text .txt span {
	margin: 0 6px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
	color: #0055A7;
	font-size: 2rem;
	font-weight: 700;
	background-color: #DDEDFF;
}

@media all and (max-width: 896px) {
	.cremore .com-top-pho {
		margin-bottom: 30px;
	}
	.cremore .head-line01 {
		margin-bottom: 52px;
	}
	.cremore .sec01 {
		margin-bottom: 30px;
	}
	.cremore .sec01 .blue {
		margin-bottom: 20px;
		padding: 5px 0 9px;
		font-size: 2rem;
	}
	.cremore .sec01 .blue .big {
		margin: -5px 0;
		font-size: 2.4rem;
		display: block;
	}
	.cremore .sec01 .blue .sml {
		margin-top: 0;
		font-size: 1.3rem;
	}
	.cremore .sec01 .text {
		margin-bottom: 20px;
		padding: 12px 0 10px;
		font-size: 1.6rem;
		line-height: 1.74;
	}
	.cremore .sec01 .text span {
		background-position: left bottom 2px;
		background-size: 40px auto;
	}
	.cremore .sec01 .txt {
		font-size: 1.4rem;
	}
	.cremore .sec01 .txt span {
		margin-top: 10px;
	}
	.cremore .sec02 {
		margin-bottom: 40px;
	}
	.cremore .sec02 .ttl {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.cremore .sec02 .info01 {
		margin-bottom: 50px;
	}
	.cremore .sec02 .info01 .com-ttl {
		margin-bottom: 10px;
		padding: 8px 5px;
		font-size: 1.4rem;
		max-width: inherit;
	}
	.cremore .sec02 .info01 .txt-ul {
		margin: -10px 0 30px;
		justify-content: center;
	}
	.cremore .sec02 .info01 .txt-ul li {
		width: 90px;
		margin: 10px 5px 0 !important;
	}
	.cremore .sec02 .info01 .img-ul {
		margin-top: -10px;
		display: inherit;
	}
	.cremore .sec02 .info01 .img-ul li {
		margin-top: 10px;
		width: auto;
		text-align: center;
	}
	.cremore .sec02 .info02 {
		margin-bottom: 25px;
	}
	.cremore .sec02 .info02 .com-ttl {
		margin-bottom: 10px;
		max-width: inherit;
	}
	.cremore .sec02 .info02 .title {
		margin-bottom: 10px;
	}
	.cremore .sec02 .info02 .photo-ul {
		margin-top: -15px;
		position: relative;
		justify-content: space-between;
	}
	.cremore .sec02 .info02 .photo-ul li {
		width: 48.5%;
		margin-top: 15px;
	}
	.cremore .sec02 .info02 .photo-ul li img {
		width: 100%;
	}
	.cremore .sec02 .info03 .img-box {
		display: inherit;
	}
	.cremore .sec02 .info03 .pho-list {
		margin-top: 15px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.cremore .sec02 .info03 .pho-list li {
		width: 48.5%;
	}
	.cremore .sec02 .info03 .pho-list img {
		width: 100%;
	}
	.cremore .sec02 .info03 .pho-list li:not(:last-child) {
		margin-bottom: 0;
	}
	.cremore .sec02 .info03 .text-box {
		width: auto;
	}
	.cremore .sec02 .info03 .com-ttl {
		margin-bottom: 10px;
		max-width: inherit;
	}
	.cremore .sec02 .info03 .title {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.cremore .sec02 .info03 .text-box ul {
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.cremore .sec02 .info03 .text-box ul {
		text-indent: -1em;
		padding-left: 1em;
	}
	.cremore .sec02 .info03 .text-box li span {
		display: inline;
		padding-right: 20px;
		background-position: right top 4px;
		background-size: 15px auto;
	}
	.cremore .sec03 {
		margin-bottom: 40px;
	}
	.cremore .sec03 .ttl {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.cremore .sec03 .com-ttl {
		margin-bottom: 15px !important;
		max-width: inherit;
	}
	.cremore .sec03 .img-box01 {
		margin-bottom: 30px;
		display: inherit;
	}
	.cremore .sec03 .img-box01 .l-box {
		margin-bottom: 60px;
		width: auto;
	}
	.cremore .sec03 .img-box01 .r-box {
		width: auto;
		margin: 0;
	}
	.cremore .sec03 .img-box01 .r-box .pho {
		position: relative;
	}
	.cremore .sec03 .img-box01 .r-box .pho:before {
		left: 50%;
		top: -50px;
		background-image: url("img/cremore/sp_icon01.png");
		background-size: 40px auto;
		width: 40px;
		height: 40px;
		margin: 0 0 0 -20px;
	}
	.cremore .sec03 .img-box01 .pho01 {
		width: auto;
		margin: 0;
	}
	.cremore .sec03 .img-box01 .pho01 .txt01 {
		font-size: 3vw;
		line-height: 1.66;
		width: 44vw;
		top: 7%;
	}
	.cremore .sec03 .img-box01 .pho01 .txt02 {
		font-size: 3vw;
		width: 50vw;
		bottom: 2%;
	}
	.cremore .sec03 .img-box01 .r-box .pho01:before {
		display: none;
	}
	.cremore .sec03 .pho {
		margin-bottom: 10px;
		text-align: center;
	}
	.cremore .sec03 .pho01 {
		text-align: center;
	}
	.cremore .sec03 .text {
		margin-bottom: 10px;
	}
	.cremore .sec03 .blue-txt {
		margin-bottom: 17px;
		font-size: 1.4rem;
	}
	.cremore .sec03 .text-img {
		width: auto;
		text-align: center;
	}
	.cremore .sec03 .text-img img {
		width: 160px;
	}
	.cremore .sec03 .img-box02 {
		margin-bottom: 30px;
		display: inherit;
	}
	.cremore .sec03 .img-box02 .l-box {
		margin: 0 0 60px;
		width: auto;
		position: relative;
	}
	.cremore .sec03 .img-box02 .l-box:before {
		position: absolute;
		right: 50%;
		bottom: -50px;
		top: auto;
		background-image: url("img/cremore/sp_icon01.png");
		background-size: 40px auto;
		width: 40px;
		height: 40px;
		margin: 0 -20px 0 0;
	}
	.cremore .sec03 .img-box02 .r-box {
		margin-right: 0;
		width: auto;
	}
	.cremore .sec03 .img-box02 .r-box .pho {
		width: auto;
		margin: 0 0 10px;
	}
	.cremore .sec03 .img-box02 .r-box .com-ttl {
		max-width: inherit;
	}
	.cremore .sec03 .img-box02 .r-box .img {
		margin-bottom: 5px;
		text-align: center;
	}
	.cremore .sec03 .img-box03 {
		display: inherit;
	}
	.cremore .sec03 .img-box03 .photo-box {
		width: auto;
		text-align: center;
	}
	.cremore .sec03 .img-box03 .text-box {
		width: auto;
		margin-top: 20px;
	}
	.cremore .sec04 {
		margin-bottom: 40px;
	}
	.cremore .sec04 .com-ttl {
		margin-bottom: 22px;
		max-width: inherit;
	}
	.cremore .sec04 .text {
		margin-bottom: 40px;
		line-height: 1.6;
	}
	.cremore .sec04 .text span {
		margin-bottom: 3px;
		font-size: 1.4rem;
	}
	.cremore .sec04 table th {
		width: 42%;
	}
	.cremore .sec04 table td {
		border-left: 5px solid #fff;
	}
	.cremore .sec04 table td:last-child {
		padding-left: 5px;
		width: 35.8%;
	}
	.cremore .sec04 table td span {
		font-size: 1.4rem;
	}
	.cremore .sec04 table th img {
		width: 80px;
	}
	.cremore .sec04 .table-box {
		width: auto;
		margin-left: 0;
		position: relative;
	}
	.cremore .sec04 .table-box:before {
		right: 0;
		padding: 4px 0;
		top: -35px;
		text-align: center;
		background: #9CB7DA;
		background-size: auto;
		width: 100%;
		height: auto;
		color: #fff;
		content: "数値が大きいほど安全";
	}
	.cremore .sec05 .com-ttl {
		margin-bottom: 19px;
		max-width: inherit;
	}
	.cremore .sec05 li {
		line-height: 1.6;
	}
	.cremore .sec05 .title {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.cremore .sec05 .red {
		padding: 4px 5px 6px;
		font-size: 1.5rem;
	}
	.cremore .sec05 .text {
		line-height: 1.5;
	}
	.cremore .sec05 .text .txt {
		margin: 0 0 2px;
	}
	.cremore .sec05 .text .txt span {
		margin: 2px 0;
		display: block;
		padding: 0 5px;
		font-size: 1.4rem;
	}

}

/*------------------------------------------------------------
	product
------------------------------------------------------------*/
.product .page-title {
	min-height: 303px;
}
.product .top-box {
	padding: 59px 0 69px;
}
.product .top-box p {
	margin-bottom: 13px;
	line-height: 2;
}
.product .top-box .text-ul {
	margin-bottom: 86px;
}
.product .top-box .text-ul li {
	margin-right: 23px;
	width: 175px;
	padding: 10px 0 8px;
	color: #6591C6;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.44;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #6591C6;
	border-radius: 12px;
	box-sizing: border-box;
}
.product .top-box .text-ul li:last-child {
	margin-right: 0 !important;
	font-size: 1.7rem;
	line-height: 1.53;
}
.product .top-box .title {
	margin-bottom: 38px;
	color: #0055A7;
	font-size: 2rem;
	font-weight: 700;
}
.product .top-box .link-ul li {
	width: 360px;
}
.product .top-box .link-ul a:hover {
	opacity: 0.7;
}
.product .elegant {
	margin-bottom: 99px;
}
.product .elegant .head-line01 {
	margin-bottom: 52px;
}
.product .elegant .top-photo {
	margin-bottom: 70px;
}
.product .elegant .img-box {
	margin-bottom: 70px;
}
.product .elegant .pho {
	width: 410px;
}
.product .elegant .text-box {
	margin-top: -9px;
	width: 310px;
}
.product .elegant .text-box p {
	margin-right: -10px;
	line-height: 2;
}
.product .elegant .text-box .ttl {
	margin-bottom: 25px;
	color: #A3794F;
	font-family: fot-matisse-pron, sans-serif;
	font-size: 2.2rem;
	line-height: 1.7;
}
.product .elegant .color-txt {
	margin: -37px 0 50px;
	padding: 5px 0 7px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	border-radius: 50px;
	background-image: -moz-linear-gradient( 0deg, #A67C52 0%, #764C24 100%);
	background-image: -webkit-linear-gradient( 0deg, #A67C52 0%, #764C24 100%);
	background-image: -ms-linear-gradient( 0deg, #A67C52 0%, #764C24 100%);
	font-family: fot-matisse-pron, sans-serif;
}
.product .elegant .link {
	width: 178px;
	margin: 0 auto;
}
.product .elegant .link a {
	padding: 4px 0 4px 14px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	text-align: center;
	background-color: #A47A50;
	box-shadow: 0 5px 5px rgba(110,110,110,0.6);
}
.product .elegant .link a:hover {
	opacity: 0.7;
}
.product .bluegun .head-line01 {
	margin-bottom: 63px;
}
.product .bluegun .top-photo {
	margin-bottom: 62px;
}
.product .bluegun .img-box {
	margin-bottom: 47px;
}
.product .bluegun .pho {
	width: 410px;
}
.product .bluegun .text-box {
	margin-top: -8px;
	width: 310px;
}
.product .bluegun .text-box p {
	line-height: 2;
}
.product .bluegun .ttl {
	margin-bottom: 21px;
	color: #082873;
	font-size: 2.2rem;
	line-height: 1.7;
	font-weight: 700;
}
.product .bluegun .text-box .ttl {
	margin: 19px 0 10px;
}
.product .bluegun .link {
	width: 178px;
	margin: 0 auto;
}
.product .bluegun .link a {
	padding: 4px 0 4px 14px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	text-align: center;
	background-color: #022A85;
	box-shadow: 0 5px 5px rgba(110,110,110,0.6);
}
.product .bluegun .link a:hover {
	opacity: 0.7;
}
.product .com-btm .inner03 {
	margin-bottom: 100px;
}
.product .com-btm .inner01 {
	margin-bottom: 0 !important;
}

@media all and (max-width: 896px) {
	.product .page-title {
		min-height: 220px;
	}
	.product .top-box {
		padding: 30px 0;
	}
	.product .top-box p {
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.product .top-box .text-ul {
		margin: -5px 0 20px;
		justify-content: space-between;
	}
	.product .top-box .text-ul li {
		margin: 5px 0 0;
		width: 48%;
		padding: 4px 0;
		line-height: 1.4 !important;
		font-size: 1.2rem !important;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.product .top-box .title {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	.product .top-box .link-ul li {
		width: 48%;
	}
	.product .top-box .link-ul li img {
		width: 100%;
	}
	.product .elegant {
		margin-bottom: 40px;
	}
	.product .elegant .top-photo {
		margin-bottom: 20px;
	}
	.product .elegant .img-box {
		margin-bottom: 30px;
	}
	.product .elegant .pho {
		width: 100%;
		order: -1;
		text-align: center;
	}
	.product .elegant .text-box {
		margin-top: 10px;
		width: 100%;
	}
	.product .elegant .text-box p {
		margin-right: 0;
		line-height: 1.6;
	}
	.product .elegant .text-box .ttl {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.product .elegant .color-txt {
		margin: 0 0 20px;
		padding: 5px 15px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.product .bluegun .top-photo {
		margin-bottom: 20px;
	}
	.product .bluegun .img-box {
		margin-bottom: 30px;
	}
	.product .bluegun .pho {
		width: 100%;
		order: -1;
		text-align: center;
	}
	.product .bluegun .text-box {
		margin-top: 10px;
		width: 100%;
	}
	.product .bluegun .text-box p {
		line-height: 1.6;
	}
	.product .bluegun .ttl {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.product .bluegun .text-box .ttl {
		margin: 10px 0;
	}
	.product .bluegun .link {
		margin: 0 auto;
	}
	.product .com-btm .inner03 {
		margin-bottom: 30px;
	}
	
}

@media all and (-ms-high-contrast:none){
	#gNavi > ul > li > a, #gNavi > ul > li > span {
		background-position: right top 23px;
	}
	.index .info-sec .text-box .link a {
		padding: 6px 0 2px;
	}
	#gFooter .f-link a {
		padding: 5px 0 1px;
	}
	.com-link a {
		padding: 14px 0 9px 10px;
	}
	.com-ttl {
		padding: 17px 0 10px;
	}
	.contact .mail-form td input[type='button'] {
		padding: 2px 5px 0;
	}
	.contact .mail-form td input[type='button'] {
		vertical-align: middle;
		margin-top: -8px;
	}
	.contact .mail-form .submit input {
		padding: 11px 0 5px;
	}
	.product .elegant .color-txt {
		padding: 13px 0 0;
	}
	.product .elegant .link a,
	.product .bluegun .link a {
		padding: 6px 0 2px 14px;
	}
	.com-btm .link a {
		padding: 5px 0 1px 14px;
	}
	.cremore .sec01 .blue {
		padding: 9px 0 5px;
	}
	.cremore .sec01 .text span {
		background-position: left bottom 10px;
	}
	.cremore .sec02 .info01 .com-ttl {
		padding: 15px 0 5px;
	}
	.cremore .sec05 .red {
		padding: 7px 0 2px;
	}
	.cremore .sec05 .text .txt span {
		padding: 13px 25px 5px;
		line-height: 1;
	}
}
/*20230928新規追加分YOUTUBE用CSS*/
.movie_box{
text-align: center;
}
.movie {
max-width: 660px;
padding: 60px 20px;
margin: 0 auto;
line-height: 1.6;
}
.movie-wrap {
position: relative;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
height: 0;
overflow: hidden;
margin-bottom: 10px;
}
.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*20230928新規追加分YOUTUBE用CSS*/