@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding: 0 20px;
	position: relative;
}
.mainVisual .mvInner {
	margin: 0 auto;
	padding: 0 20px 0 50px;
	width: 1200px;
	max-width: 100%;
	height: calc(100vh - 141px);
	min-height: 614px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
}
.mainVisual .imgtext {
	margin-bottom: 25px;
	width: 100%;
	position: relative;
	z-index: 3;
}
.mainVisual .imgtext img {
	width: 717px;
}
.mainVisual .sliderBox {
	width: 100%;
	margin-bottom: 50px;
}
.mainVisual .sliderBox::before {
	width: 236px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/index/bg01.png") no-repeat left top / 100%;
	content: '';
	z-index: 1;
}
.mainVisual .sliderBox::after {
	width: 378px;
	height: 183px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../img/index/bg02.png") no-repeat left top / 100%;
	content: '';
	z-index: 1;
}
.mainVisual .sliderList {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mainVisual .sliderList li {
	width: 100%;
	height: calc(100vh - 141px);
	min-height: 614px;
	vertical-align: top;
	background: url("../img/index/mv_img01.jpg") no-repeat center center / cover;
	transition: transform 5s linear;
	transform: scale(1.1);
}
.mainVisual .sliderList li.active {
	transform: scale(1);
}
.mainVisual .sliderList .item02 {
	background-image: url("../img/index/mv_img02.jpg");
}
.mainVisual .sliderList .item03 {
	background-image: url("../img/index/mv_img03.jpg");
}
.mainVisual .dot {
	position: absolute;
	right: 30px;
	top: 43.55%;
	transform: translateY(-50%);
	z-index: 100;
}
.mainVisual .dot li a {
	padding: 2px 38px 3px 0;
	display: block;
	position: relative;
	font-weight: 500;
	font-size: 1.6rem;
	color: #2d75b6;
}
.mainVisual .dot li a::after {
	width: 12px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	content: '';
	transition: 0.3s;
}
.mainVisual .dot li a span {
	opacity: 0;
	transition: 0.3s;
}
.mainVisual .dot li.current a::after {
	width: 36px;
	background: #2d75b6;
}
.mainVisual .dot li.current a span {
	opacity: 1;
}
.mainVisual .text01 {
	padding: 5px 14px 10px 21px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 4rem;
	font-feature-settings: "palt";
	background: #1e6bb0;
	box-shadow: 0 3px 7px rgba(18, 88, 151, 0.18);
	z-index: 3;
}
.mainVisual .mvBtm {
	width: 100%;
}
.mainVisual .text02 {
	margin: 0 0 20px 42px;
	width: calc(100% - 365px);
	max-width: 543px;
	position: relative;
	color: #333;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	line-height: 2.375;
	z-index: 3;
}
.mainVisual .cta {
	width: 1200px;
	max-width: calc(100% - 10px);
	position: absolute;
	left: 50%;
	bottom: 33px;
	transform: translateX(-50%);
	z-index: 2;
}
.mainVisual .cta a {
	margin-left: auto;
	width: 340px;
	display: block;
}
.mainVisual .scroll {
	position: absolute;
	left: 0;
	bottom: 0;
}
.mainVisual .scroll a {
	width: 100px;
	height: 211px;
	display: block;
	color: #232323;
	font-size: 1.4rem;
	background: #fff;
}
.mainVisual .scroll a span {
	box-sizing: border-box;
	margin-left: -15px;
	width: 21px;
	padding-bottom: 137px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 1px;
	word-break: keep-all;
	white-space: nowrap;
	background: url("../img/common/arrow.png") no-repeat left 70% bottom;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	animation: arrowmove 2s ease-in-out infinite;
}
@keyframes arrowmove {
	0% {
		bottom: 1px;
	}
	50% {
		bottom: 3%;
	}
	100% {
		bottom: 1px;
	}
}
.ttlBox01 {
	padding: 0 20px 0 40px;
	width: 29.2%;
	box-sizing: border-box;
}
.topNewsBox {
	padding: 46px 0;
}
.topNewsBox .content {
	width: 1120px;
	display: flex;
	justify-content: space-between;
}
.topNewsBox .newsList {
	padding-left: 9.8%;
	position: relative;
	flex: 1;
	box-sizing: border-box;
}
.topNewsBox .newsList::before {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #e8e8e8;
	content: '';
	transform: rotate(-13.5deg);
	transform-origin: top left;
}
.topNewsBox .newsList dt {
	padding-top: 19px;
	float: left;
	clear: left;
	color: #2d2d2d;
	font-size: 1.4rem;
	font-weight: 200;
	box-sizing: border-box;
}
.topNewsBox .newsList dd {
	padding: 0 0 8px 5.6em;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}
.topNewsBox .newsList dd a {
	padding: 17px 20px 17px 0;
	display: block;
	position: relative;
	color: #2d2d2d;
}
.topNewsBox .newsList dd a i {
	position: absolute;
	right: 5px;
	top: 50%;
	color: #2d2d2d;
	font-size: 1.3rem;
	font-weight: bold;
	transform: translateY(-50%);
}
.topNewsBox .newsList dd a:hover {
	opacity: 1;
	text-decoration: underline;
}
.aboutBox {
	margin-bottom: 51px;
	padding: 63px 0 40px;
	position: relative;
	background: #f4faff url("../img/index/bg03.png") no-repeat top right calc(50% - 277px);
}
.aboutBox::after {
	width: 100%;
	height: 161px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(0deg, rgb(27, 113, 191) 8%, rgb(27, 112, 188) 23%, rgb(27, 95, 174) 84%);
	background-image: -webkit-linear-gradient(0deg, rgb(27, 113, 191) 8%, rgb(27, 112, 188) 23%, rgb(27, 95, 174) 84%);
	background-image: -ms-linear-gradient(0deg, rgb(27, 113, 191) 8%, rgb(27, 112, 188) 23%, rgb(27, 95, 174) 84%);
	content: '';
}
.aboutBox .content {
	position: relative;
	z-index: 1;
}
.aboutBox .imgBox {
	margin-bottom: 50px;
}
.aboutBox .imgBox .textBox {
	margin-top: 3px;
	width: 47%;
	max-width: 480px;
	box-sizing: border-box;
}
.aboutBox .imgBox .textBox p {
	margin-bottom: 28px;
	text-align: justify;
	line-height: 1.56;
}
.aboutBox .imgBox .textBox .text01 {
	margin-bottom: 39px;
}
.aboutBox .comBtn01 a {
	margin: 0;
	width: 260px;
}
.aboutBox .comBtn01 a::after {
	right: 0;
}
.aboutBox .imgBox .photoBox {
	padding: 0 20px 20px 0;
	width: 48.5%;
	box-sizing: border-box;
}
.aboutBox .imgBox .photoBox img {
	width: 100%;
	box-shadow: 20px 20px 0 #badaf7;
}
.aboutBox .photoList {
	margin-top: -36px;
}
.aboutBox .photoList::after {
	width: 31.33%;
	content: '';
}
.aboutBox .photoList li {
	margin-top: 36px;
	width: 31.33%;
}
.aboutBox .photoList li img {
	width: 100%;
}
.pointBox {
	margin-bottom: 36px;
}
.pointBox .bgBox {
	margin-left: 36px;
	padding: 32px 0 55px;
	background: #e6f3ff;
}
.pointList {
	margin-bottom: 56px;
	position: relative;
	z-index: 1;
}
.pointList li {
	margin-bottom: 29px;
	display: flex;
}
.pointList li:last-child {
	margin-bottom: 0;
}
.pointList li .textBox {
	width: 50%;
}
.pointList li .textBox .textWrap {
	padding: 0 59px 55px 0;
	width: 618px;
	max-width: calc(100% - 20px);
	min-height: 309px;
	position: relative;
	box-sizing: border-box;
}
.pointList li .textBox .textWrap::before {
	position: absolute;
	top: 5px;
	right: -87px;
	bottom: 0;
	left: 20px;
	background: #fff;
	content: '';
}
.pointList li .title {
	margin-bottom: 25px;
	display: flex;
	position: relative;
	z-index: 1;
}
.pointList li .title .num {
	padding-bottom: 5px;
	width: 110px;
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 6.5rem;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #fff;
	box-sizing: border-box;
	background: #1761a3;
}
.pointList li .textBox .textInner {
	margin-left: 12%;
	position: relative;
	z-index: 1;
}
.pointList li .textBox p {
	text-align: justify;
	line-height: 1.666;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.pointList li .photoBox {
	margin-top: 38px;
	width: 50%;
	position: relative;
}
.pointList li .photoBox .en {
	position: absolute;
	right: -10px;
	top: 303px;
	color: #FFF;
	font-size: 10.688rem;
	line-height: 1;
	white-space: nowrap;
	word-break: keep-all;
	transform: rotate(90deg);
	transform-origin: right top;
	opacity: 0.3;
	z-index: 2;
}
.pointList li .photoBox img {
	width: 100%;
}
.pointList li:nth-child(2n) {
	flex-direction: row-reverse;
}
.pointList li:nth-child(2n-1) .textBox .textWrap {
	margin-left: auto;
}
.pointList li:nth-child(2n) .textBox .textWrap {
	padding: 0 36px 56px 43px;
	width: 618px;
}
.pointList li:nth-child(2n) .textBox .textWrap::before {
	left: -123px;
	right: 9%;
	right: 56px;
}
.pointList li:nth-child(2n) .textBox .textInner {
	margin: 0 13.5% 0 0.8%;
}
.pointList li:nth-child(2n) .photoBox .en {
	top: -52px;
	left: 105px;
	right: auto;
	transform-origin: left top;
}
.pointList li:nth-child(1) .photoBox .en {
	opacity: 0.5;
}
.product {
	margin-bottom: 46px;
	color: #fff;
	background: #3a80bf;
}
.product .bgBox {
	padding: 39px 0 68px;
	background: url("../img/index/bg05.jpg") no-repeat center top / cover;
}
.product .comTitle02 {
	margin-bottom: 6px;
}
.product .headLine02 {
	margin-bottom: 39px;
}
.product .subTtl {
	margin-bottom: 49px;
	display: flex;
}
.product .subTtl .jp {
	font-size: 3.2rem;
	font-weight: 500;
	white-space: nowrap;
}
.product .subTtl .en {
	padding: 10px 10px 13px 26px;
	position: relative;
	flex: 1;
	font-weight: 300;
	font-size: 2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #3a8ed8;
}
.product .subTtl .en::before {
	width: 28px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #57a7ee;
	content: '';
}
.product .bgBox .subTtl .subTtl .en {
	border-color: #1c77c8;
}
.product .bgBox .subTtl .en::before {
	background-color: #197ed9;
}
.cateList {
	margin: -46px 0 46px;
}
.cateList::after {
	width: 31.33%;
	content: '';
}
.cateList li {
	margin-top: 46px;
	width: 31.33%;
}
.cateList li a {
	display: block;
	position: relative;
	color: #1761a3;
	background: #FFF;
}
.cateList li a img {
	width: 100%;
}
.cateList li a .arrow {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 14px;
	bottom: 16px;
	font-size: 1.6rem;
	border-radius: 50%;
	border: 1px solid #1761a3;
	box-sizing: border-box;
}
.cateList li a .arrow i {
	margin-left: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.product .linkBox {
	padding: 56px 0 74px;
	display: flex;
	justify-content: space-between;
}
.product .subTtl01 .jp {
	font-size: 2.4rem;
}
.product .subTtl01 .en {
	padding: 12px 10px 8px 26px;
	font-size: 1.4rem;
}
.product .linkBox .sub01 {
	width: 65.66%;
}
.product .linkBox .sub02 {
	width: 31.36%;
}
.product .linkList li {
	margin-bottom: 30px;
}
.product .linkList li:last-child {
	margin-bottom: 0;
}
.product .linkList li a {
	display: block;
}
.product .linkList li .photo img {
	width: 100%;
}
.product .linkList li .txtBox {
	margin-left: 28px;
	padding: 20px 19px 27px;
	background: #fff;
}
.product .linkList li .txtInner {
	margin-bottom: 21px;
}
.product .linkList li p {
	margin-bottom: 24px;
	text-align: justify;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.6;
}
.product .linkList li p:last-child {
	margin-bottom: 0;
}
.product .linkList li .arrow {
	padding: 7px 5px 6px;
	border-top: 1px dashed #c9c9c9;
	border-bottom: 2px solid #dcdcdc;
}
.product .linkList li .arrow span {
	margin: 0 auto;
	width: 28px;
	height: 28px;
	display: block;
	position: relative;
	border-radius: 50%;
	border: 2px solid #dcdcdc;
	box-sizing: border-box;
}
.product .linkList li .arrow span i {
	margin-top: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 1.2rem;
	color: #6a6a6a;
	transform: translate(-50%, -50%);
}
.product .sub01 .linkList {
	margin-top: -30px;
}
.product .sub01 .linkList li {
	margin: 30px 0 0;
	width: 47.76%;
}
.grecaptcha-badge { visibility: hidden; }

@media all and (min-width: 897px) and (max-width: 1399px) {
	.product .subTtl01 .en {
		padding-left: 1.857vw;
		padding-right: 0.714vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1360px) {
	.mainVisual .text01 {
		padding: 7px 14px 8px 21px;
		font-size: 2.857vw;
	}
	.ttlBox01 {
		padding: 0 1.429vw 0 2.857vw;
	}
	.pointList li:nth-child(2n-1) .textBox .textWrap {
		padding-right: 4.214vw;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 0;
		background: #e6f3ff;
	}
	.mainVisual .mvInner {
		padding: 0;
		width: auto;
		height: auto;
		min-height: inherit;
		display: block;
	}
	.mainVisual .imgtext {
		margin-bottom: 0;
		padding: 12px 10px 17px;
		box-sizing: border-box;
		background: url("../img/index/sp_sp_bg03.jpg") no-repeat center center / cover;
	}
	.mainVisual .imgtext img {
		width: 74%;
		max-width: 263px;
	}
	.mainVisual .sliderBox {
		margin-bottom: 0;
		position: relative;
	}
	.mainVisual .sliderBox::before {
		width: 72px;
		height: 35px;
		background-image: url("../img/index/sp_bg01.png");
	}
	.mainVisual .sliderBox::after {
		width: 91px;
		height: 42px;
		background-image: url("../img/index/sp_bg02.png");
	}
	.mainVisual .sliderList {
		height: auto;
		position: relative;
		left: auto;
		top: auto;
	}
	.mainVisual .dot {
		width: 100%;
		position: absolute;
		right: 0;
		top: auto;
		bottom: 16px;
		display: flex;
		justify-content: center;
		transform: translateY(-50%);
	}
	.mainVisual .dot li {
		margin: 0 1px 0 2px;
		font-size: 0;
	}
	.mainVisual .dot li a {
		box-sizing: border-box;
		width: 27px;
		height: 3px;
		border: 1px solid #1e6bb0;
		border-radius: 2px;
		background: #fff;
		color: #fff;
		padding: 0;
		font-size: 0;
	}
	.mainVisual .dot li a::after {
		display: none;
	}
	.mainVisual .dot li a span {
		display: none;
	}
	.mainVisual .dot li.current a {
		background-color: #1e6bb0;
	}
	.mainVisual .sliderList li {
		height: 65.7vw;
		min-height: 120px;
	}
	.mainVisual .sliderList .item01 {
		background-image: url("../img/index/sp_mv_img01.jpg");
	}
	.mainVisual .sliderList .item02 {
		background-image: url("../img/index/sp_mv_img02.jpg");
	}
	.mainVisual .sliderList .item03 {
		background-image: url("../img/index/sp_mv_img03.jpg");
	}
	.mainVisual .text01 {
		padding: 0;
		width: 100%;
		position: absolute;
		left: 0;
		top: 48.2%;
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 0;
		line-height: 1.6;
		background: transparent;
		box-shadow: none;
		text-shadow: 0.375px 0.927px 7px rgba(0, 0, 0, 0.25);
		transform: translateY(-50%);
	}
	.mainVisual .text02 {
		margin: 0;
		padding: 16px 15px 12px;
		width: auto;
		max-width: inherit;
		color: #333;
		font-size: 1rem;
		line-height: 2;
	}
	.mainVisual .cta {
		padding: 0 10px 8px;
		width: auto;
		position: relative;
		left: auto;
		bottom: auto;
		transform: translateX(0);
	}
	.mainVisual .cta::after {
		content: '';
		width: 100%;
		height: 15.73vw;
		max-height: 59px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #1c62a1;
	}
	.mainVisual .cta a {
		margin: 0 auto;
		width: 355px;
		max-width: 100%;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.mainVisual .scroll {
		display: none;
	}
	.ttlBox01 {
		padding: 0;
		width: 86px;
	}
	.topNewsBox {
		padding: 17px 0 27px;
	}
	.topNewsBox .content {
		margin-left: 18px;
	}
	.topNewsBox .newsList {
		padding: 4px 0 0;
	}
	.topNewsBox .newsList::before {
		display: none;
	}
	.topNewsBox .newsList dt {
		padding: 0 0 11px;
		font-size: 1rem;
		float: none;
	}
	.topNewsBox .newsList dd {
		padding: 0 0 4px;
		font-size: 1.2rem;
	}
	.topNewsBox .newsList dd a {
		padding: 0 10px 3px 0;
	}
	.topNewsBox .newsList dd a i {
		margin-top: 1px;
		right: 2px;
		font-size: 1rem;
	}
	.topNewsBox .newsList dd a:hover {
		text-decoration: none;
	}
	.aboutBox {
		margin-bottom: 24px;
		padding: 15px 0 0;
		background: #f4faff;
	}
	.aboutBox::after {
		display: none;
	}
	.aboutBox .content {
		margin: 0;
	}
	.aboutBox .imgBox {
		margin-bottom: 0;
		padding: 0 20px 24px;
		display: block;
		position: relative;
	}
	.aboutBox .imgBox::after {
		width: 100%;
		height: 67vw;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #e6f3ff;
		content: "";
	}
	.aboutBox .imgBox .textBox {
		margin: 0 0 22px;
		width: auto;
		max-width: inherit;
		position: relative;
		z-index: 1;
	}
	.aboutBox .imgBox .textBox p {
		margin-bottom: 20px;
		line-height: 1.428;
	}
	.aboutBox .imgBox .textBox .text01 {
		margin-bottom: 0;
	}
	.aboutBox .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	.aboutBox .comBtn01 {
		padding: 11px 20px 10px;
	}
	.aboutBox .comBtn01 a {
		margin: 0 auto;
		padding: 8px 20px 10px 20px;
		width: 200px;
	}
	.aboutBox .comBtn01 a .sm {
		margin-bottom: -2px;
	}
	.aboutBox .imgBox .photoBox {
		padding: 0 11px 11px 1px;
		width: auto;
		position: relative;
		z-index: 1;
	}
	.aboutBox .imgBox .photoBox img {
		box-shadow: 11px 11px 0 #badaf7;
	}
	.aboutBox .photoList {
		margin: -5px 0 0;
		padding: 9px 20px 9px;
		background: #badaf7;
	}
	.aboutBox .photoList::after {
		width: 32.2%;
	}
	.aboutBox .photoList li {
		margin-top: 5px;
		width: 32.2%;
	}
	.pointBox {
		margin-bottom: 0;
	}
	.pointBox .bgBox {
		margin-left: 0;
		padding: 0;
	}
	.pointList {
		margin: 0 0 21px 20px;
		display: block;
	}
	.pointList li {
		margin-bottom: 23px;
		padding: 0 20px 24px 30px;
		display: block;
		position: relative;
	}
	.pointList li::before {
		position: absolute;
		left: 10px;
		top: 3px;
		right: 0;
		bottom: 0;
		background: #fff;
		content: "";
	}
	.pointList li .textBox {
		margin-bottom: 19px;
		width: auto;
		position: relative;
		z-index: 1;
	}
	.pointList li .textBox .textWrap {
		padding: 1px 0 0;
		width: auto;
		max-width: inherit;
		min-height: inherit;
		background: transparent;
	}
	.pointList li .textBox .textWrap::before {
		display: none;
	}
	.pointList li .title {
		margin: -3px 0 10px -31px;
	}
	.pointList li .title .num {
		padding-bottom: 0;
		width: 53px;
		min-height: 55px;
		font-size: 2.5rem;
	}
	.pointList li .textBox .textInner {
		margin-left: 0;
	}
	.pointList li .textBox p {
		line-height: 1.667;
		font-size: 1.2rem;
	}
	.pointList li .photoBox {
		margin-top: 0;
		width: auto;
		position: relative;
		z-index: 1;
	}
	.pointList li .photoBox .en {
		display: none;
	}
	.pointList li:nth-child(2n-1) .textBox .textWrap {
		margin-left: 0;
	}
	.pointList li:nth-child(2n) .textBox .textWrap {
		padding: 0;
		width: auto;
	}
	.pointList li:nth-child(2n) .textBox .textInner {
		margin: 0;
	}
	.product {
		margin-bottom: 0;
	}
	.product .content {
		margin: 0 10px;
	}
	.product .bgBox {
		padding: 14px 0 0;
		background: #1c68ab url("../img/index/sp_bg05.jpg") no-repeat center top / 100%;
	}
	.product .bgBox .content {
		margin: 0;
	}
	.product .comTitle02 {
		margin-bottom: 3px;
	}
	.product .headLine02 {
		margin-bottom: 24px;
	}
	.product .headLine02::after {
		bottom: -10px;
	}
	.product .subTtl {
		margin-bottom: 15px;
	}
	.product .bgBox .subTtl {
		margin: 0 10px 16px;
	}
	.product .subTtl .jp {
		font-size: 1.3rem;
	}
	.product .subTtl .en {
		padding: 5px 5px 5px 13px;
		font-size: 0.9rem;
	}
	.product .subTtl .en::before {
		width: 14px;
		height: 2px;
	}
	.cateList {
		margin: -10px 10px 21px;
	}
	.cateList::after {
		display: none;
	}
	.cateList li {
		margin-top: 10px;
		width: 48.55%;
	}
	.cateList li a .arrow {
		width: 16px;
		height: 16px;
		right: 7px;
		bottom: 8px;
	}
	.cateList li a .arrow i {
		margin: 0;
		font-size: 1rem;
		transform: scale(0.8) translate(-50%,-50%);
	}
	.product .linkBox {
		padding: 16px 0 29px;
		display: block;
	}
	.product .subTtl01 {
		margin-bottom: 20px;
	}
	.product .subTtl01 .jp {
		font-size: 1.3rem;
	}
	.product .subTtl01 .en {
		padding: 4px 5px 5px 13px;
		font-size: 0.9rem;
	}
	.product .linkBox {
		display: block;
	}
	.product .linkBox .sub01 {
		width: auto;
	}
	.product .linkBox .sub02 {
		width: auto;
	}
	.product .linkList {
		display: block;
	}
	.product .linkList li {
		margin-bottom: 17px;
	}
	.product .linkList li:last-child {
		margin-bottom: 0;
	}
	.product .linkList li a {
		padding: 15px;
		background: #fff;
	}
	.product .linkList li .txtBox {
		margin-left: 0;
		padding: 12px 0 0;
		position: relative;
	}
	.product .linkList li .txtBox .headLine05 {
		position: absolute;
		left: 0;
		bottom: 100%;
	}
	.product .linkList li .txtInner {
		margin-bottom: 16px;
	}
	.product .linkList li p {
		margin-bottom: 16px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.product .linkList li .arrow {
		padding: 5px 5px 6px;
		border-bottom-width: 1px;
	}
	.product .linkList li .arrow span {
		width: 19px;
		height: 19px;
		border-width: 1px;
	}
	.product .linkList li .arrow span i {
		margin: 1px 0 0;
		font-size: 1rem;
	}
	.product .sub01 {
		margin-bottom: 20px;
	}
	.product .sub01 .linkList {
		margin-top: 0;
	}
	.product .sub01 .linkList li {
		margin: 0 0 17px;
		width: auto;
	}
}