@charset "UTF-8";
/* ==================================================
	submain
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.subtitle {
		display: block;
		padding-top: 55px;
		position: relative;
	}
	.subtitle .bg {
		background:url("../strengths/images/subtitle-bg.jpg") top center no-repeat;
		background-size: cover;
		padding: 17px 0;
		position: relative;
	}
	.subtitle .fix-1200 {
		display: block;
		position: relative;
		color: #FFF;
	}
	.subtitle span {
		display: block;
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing: 2px;
		font-weight: 200;
	}
	.subtitle h1 {
		display: block;
		font-size: 2.3rem;
		line-height: 1.4;
		letter-spacing: 1px;
		margin-top: 5px;
	}
	.subtitle h1 br {
		display: none;
	}
	.subtitle figure {
		display: none;
	}
	.branch {
		display: none;
	}
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.subtitle {
		display: block;
		padding-top: 100px;
		position: relative;
	}
	.subtitle .bg {
		background:url("../strengths/images/subtitle-bg.jpg") top center no-repeat;
		background-size: cover;
		height: 316px;
		position: relative;
	}
	.subtitle.v2 .bg {
		height: 160px;
	}
	.subtitle .fix-1200 {
		display: block;
		position: relative;
		color: #FFF;
		height: 316px;
	}
	.subtitle.v2 .fix-1200 {
		display: block;
		position: relative;
		color: #FFF;
		height: 160px;
	}
	.subtitle span {
		display: block;
		padding-top: 65px;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 2px;
		font-weight: 200;
		margin-left: 8px;
	}
	.subtitle.v2 span {
		display: block;
		padding-top: 35px;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 2px;
		font-weight: 200;
		margin-left: 8px;
	}
	.subtitle h1 {
		display: block;
		font-size: 5.5rem;
		line-height: 1.4;
		letter-spacing: 3px;
		margin-top: 5px;
	}
	.subtitle h1 .fs-d {
		font-size: 4.8rem;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}
	.subtitle figure {
		position: absolute;
		right: 10px;
		bottom: 0;
	}
	.branch {
		display: block;
		padding: 17px 0;
		background: #FFF;
	}
	.fix-1200 {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.branch li {
		display: inline-block;
		position: relative;
		font-size: 1.4rem;
		line-height: 1;
		margin-left: 24px;
		color: #111;
	}
	.branch li::before{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		left: -17px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #004cb3;
		border-right: 1px solid #004cb3;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.branch li:nth-child(1) {
		margin-left: 0px;
	}
	.branch li:nth-child(1)::before {
		display: none;
	}
	.branch a {
		color: #111;
		text-decoration:none !important;
	}
	.branch a:hover {
		text-decoration:underline !important;
	}
	.subbox01 p {
		font-size: 1.6rem;
		line-height: 1.9;
		font-weight: normal;
	}
	#content_area {
		background: #FFF;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1200px) {
	.fix-1200 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media print, screen and (min-width: 640px) and (max-width: 1100px) {
	.fix-1100 {
		margin-left: 4%;
		margin-right:4%;
	}
}
/* ========== end △ */


/* ==================================================
	strengths
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.streng001 {
		display: block;
		position: relative;
	}
	.streng001 figure {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.streng001 figure img {
		width: 130%;
		position: relative;
		left: -15%;
	}
	.streng001::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -45px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		background-size: 100% auto;
		width: 58px;
		height: 70px;
	}
	.streng002 {
		display: block;
		text-align: center;
		color: #FFF;
		background: #004cb3 url("../strengths/images/what.png") center center no-repeat;
		background-size: 80% auto;
		padding-top: 65px;
	}
	.streng002 p {
		font-weight: bold !important;
		font-size: 1.7rem;
		line-height: 2;
		letter-spacing: 2px;
		margin-bottom: 17px;
	}
	.streng002 small {
		display: block;
		text-align: right;
		margin-right: 0%;
		font-size: 1.2rem;
		letter-spacing:2px;
		line-height: 2;
		font-weight: bold !important;
		margin-bottom: 20px;
	}
	.streng002 b {
		display: block;
		margin-top: 30px;
		font-size: 3rem;
		letter-spacing: 6px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.streng002 figure {
		display: block;
		position: relative;
		text-align: center;
		padding-bottom: 30px;
	}
	.streng002 figure img {
		display: inline-block;
		max-width: 100%;
	}
	.streng003 {
		display: block;
		position: relative;
		margin-top: 35px;
	}
	.streng003::before {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 87%;
		background: url("../strengths/images/bg1.png") left top;
	}
	.streng003 .fix-1200 {
		position: relative;
		z-index: 5;
	}
	.streng003 .tit {
		display: block;
		background: url("../strengths/images/ic1.png") center top no-repeat;
		background-size: 140px auto;
		padding-top: 115px;
		padding-bottom: 35px;
	}
	.streng003 .tit b {
		display: block;
		font-size: 1.7rem;
		line-height: 1.3;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.streng003 .tit h2 {
		display: block;
		color: #004cb3;
		font-size: 2.1rem;
		line-height: 1;
		letter-spacing: 1px;
	}
	.streng003 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.streng003 .list li {
		display: block;
		flex-basis: 48%;
		margin-bottom: 25px;
		text-align: center;
	}
	.streng003 .list li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.streng003 .list li img {
		width: 100%;
	}
	.streng003 .list h3 {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.2;
		color: #004cb3;
		font-weight: bold;
		margin: 15px 0;
	}
	.streng003 .list .btn01 {
		display: inline-block;
	}
	.streng003 .list .btn01 a {
		padding: 14px 0 14px 45px;
	}
	.streng003 .list .btn01 a::before {
		width: 35px;
		height: 35px;
	}
	.streng003 .list .btn01 a::after {
		width: 25px;
		height: 25px;
		left:7px;
		top: 7px;
	}
	.streng003 .list .btn01 a:hover::after {
		width: 37px;
		height: 37px;
		left:1px;
		top: 1px;
	}
	.streng004 {
		display: block;
		padding: 25px 0;
	}
	.streng004 .siran {
		display: block;
		position: relative;
		min-height: 360px;
	}
	.streng004 .siran::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/siran-bg1.png") center top no-repeat;
		width: 100%;
		height: 333px;
	}
	.streng004 .siran b {
		position:absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		width: 51px;
		height: 350px;
		z-index: 5;
		text-align: center;
		font-size: 4.1rem;
		letter-spacing: 4px;
		line-height: 1;
		background: rgba(255,255,255,0.9);
		-ms-writing-mode: tb-rl;
 		 writing-mode: vertical-rl;
	}
	.bottom-bnr {
		display: block;
		text-align: center;
		background: url("../strengths/images/bg1.png") left top;
		padding: 25px 0 30px 0;
	}
	.bottom-bnr b {
		display: inline-block;
		background: #FFF;
		border-radius: 25px;
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 2px;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.bottom-bnr ul {
		display: block;
	}
	.bottom-bnr ul li {
		display: block;
		margin: 6px 0;
	}
	.bottom-bnr li img {
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.streng001 {
		display: block;
		position: relative;
	}
	.streng001 figure {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.streng001 figure img {
		width: 100%;
	}
	.streng001::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -70px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		width: 128px;
		height: 110px;
	}
	.streng002 {
		display: block;
		text-align: center;
		color: #FFF;
		background: #004cb3 url("../strengths/images/what.png") center center no-repeat;
		padding-top: 125px;
	}
	.streng002 p {
		font-weight: bold !important;
		font-size: 2.5rem;
		line-height: 3;
		letter-spacing: 3px;
	}
	.streng002 small {
		display: block;
		text-align: right;
		margin-right: 8%;
		font-size: 1.4rem;
		letter-spacing:3px;
		line-height: 3;
		font-weight: bold !important;
	}
	.streng002 b {
		display: block;
		margin-top: 30px;
		font-size: 3.6rem;
		letter-spacing: 6px;
		line-height: 1.4;
		margin-bottom: 90px;
	}
	.streng002 figure {
		display: block;
		position: relative;
		text-align: center;
		bottom: -150px;
		margin-top: -150px;
	}
	.streng002 figure img {
		display: inline-block;
		max-width: 100%;
	}
	.streng003 {
		display: block;
		position: relative;
		margin-top: 230px;
	}
	.streng003::before {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 85%;
		height: 87%;
		background: url("../strengths/images/bg1.png") left top;
	}
	.streng003::after {
		position: absolute;
		left: 85%;
		bottom: 0;
		content: "";
		background: url("../strengths/images/strengths.png") left top no-repeat;
		width: 109px;
		height: 87%;
	}
	.streng003 .fix-1200 {
		position: relative;
		z-index: 5;
	}
	.streng003 .tit {
		display: block;
		background: url("../strengths/images/ic1.png") left top no-repeat;
		padding-left: 245px;
		padding-bottom: 35px;
	}
	.streng003 .tit b {
		display: block;
		font-size: 3.4rem;
		line-height: 1.3;
		padding: 55px 0 35px 0;
		letter-spacing: 3px;
	}
	.streng003 .tit h2 {
		display: block;
		color: #004cb3;
		font-size: 5.1rem;
		line-height: 1;
		margin-left: 30px;
		letter-spacing: 3px;
	}
	.streng003 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1095px;
		margin-left: auto;
		margin-right: auto;
	}
	.streng003 .list li {
		display: block;
		margin-left: 88px;
  		flex-basis: calc((100% - (88px * 2)) / 3 - .01px);
		margin-bottom: 55px;
		text-align: center;
	}
	.streng003 .list li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.streng003 .list li img {
		width: 100%;
	}
	.streng003 .list h3 {
		display: block;
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.2;
		color: #004cb3;
		font-weight: bold;
		margin: 20px 0;
	}
	.streng003 .list .btn01 {
		display: inline-block;
	}
	.streng003 .list .btn01 a {
		padding: 14px 0 14px 45px;
	}
	.streng003 .list .btn01 a::before {
		width: 35px;
		height: 35px;
	}
	.streng003 .list .btn01 a::after {
		width: 25px;
		height: 25px;
		left:7px;
		top: 7px;
	}
	.streng003 .list .btn01 a:hover::after {
		width: 37px;
		height: 37px;
		left:1px;
		top: 1px;
	}
	.streng004 {
		display: block;
		padding: 95px 0;
	}
	.streng004 .siran {
		display: block;
		max-width: 1500px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		min-height: 400px;
	}
	.streng004 .siran::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/siran-bg1.png") left top no-repeat;
		width: 599px;
		height: 383px;
	}
	.streng004 .siran::after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/siran-bg2.png") left top no-repeat;
		width: 599px;
		height: 383px;
	}
	.streng004 .siran b {
		position:absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		width: 51px;
		height: 400px;
		z-index: 5;
		text-align: center;
		font-size: 5.1rem;
		letter-spacing: 4px;
		line-height: 1;
		-ms-writing-mode: tb-rl;
 		 writing-mode: vertical-rl;
	}
	.bottom-bnr {
		display: block;
		text-align: center;
		background: url("../strengths/images/bg1.png") left top;
		padding: 55px 0 70px 0;
	}
	.bottom-bnr b {
		display: inline-block;
		background: #FFF;
		border-radius: 25px;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: 2px;
		padding: 13px 50px;
		margin-bottom: 30px;
	}
	.bottom-bnr ul {
		display: flex;
		justify-content: space-between;
	}
	.bottom-bnr ul li {
		display: block;
	}
	.bottom-bnr li img {
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		transition: all 0.2s ease-in-out 0s;
	}
	.bottom-bnr li a:hover img {
		top: -6px;
		left: -6px;
	}
}


/* ==================================================
	news detail
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.news-wrap {
		display: block;
		margin-bottom: 30px;
	}
	.news-one {
		display: block;
		padding: 30px 0;
	}
	.news-one:nth-child(2n) {
		background:url("../strengths/images/bg1.png")
	}
	.news-one .txt {
		display: block;
	}
	.news-one.noimg .txt {
		display: block;
		float:none;
		clear: both;
		width: 100%;
	}
	.news-one .txt .days {
		display: inline-block;
		border-radius: 3px;
		color: #FFF;
		background: #014db3;
		line-height: 1;
		font-size: 1.2rem;
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	.news-one .txt h2 {
		display: block;
		font-size: 1.6rem;
		line-height: 1.3;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: #014db3 solid 2px;
		position: relative;
		color: #222;
	}
	.news-one .txt .txmain {
		display: block;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.news-one .img-b {
		display: block;
		margin-top: 20px;
	}
	.news-one .img-b img {
		width: 100%;
	}
	.page-np-link {
		display: block;
		text-align: center;
		padding-bottom: 50px;
	}
	.page-np-link li {
		display: inline-block;
		margin: 0 10px;
	}
	.page-np-link li a {
		display: block;
		color: #000;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		padding: 12px 15px;
		border: #ccc solid 2px;
	}
	.pdf-bt {
		display:block;
	}
	.news-one .pdf-bt {
		margin-top: 25px;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.pdf-bt a {
		display: block;
		position: relative;
		padding: 17px 0;
		background: #039be9;
		color: #FFF;
		font-size: 1.3rem;
		line-height: 1;
		text-align: center;
		text-decoration: none !important;
	}
	.pdf-bt a:hover {
		background: #03486b;
	}
	.pdf-bt a::before {
		position:absolute;
		left:14px;
		top: 0;
		bottom: 0;
		margin:auto;
		content: "";
		background: url("../news/images/pdf-256_32_35904.png") left center no-repeat;
		background-size: 100% auto;
		width: 27px;
		height: 50px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.news-wrap {
		display: block;
		padding: 0px 0;
	}
	.news-one {
		display: block;
		padding: 30px 0;
		background: #FFF;
	}
	.news-one:nth-child(2n) {
		background:url("../strengths/images/bg1.png")
	}
	.news-one .fix-1200 {
		display:flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.news-one .txt {
		display: block;
		flex-basis: 55%;
	}
	.news-one.noimg .fix-1200 {
		display: block;
	}
	.news-one.noimg .txt {
		display: block;
		float:none;
		clear: both;
		width: 100%;
	}
	.news-one .txt .days {
		display: inline-block;
		border-radius: 3px;
		color: #FFF;
		background: #014db3;
		line-height: 1;
		font-size: 1.4rem;
		padding: 5px 15px;
		margin-bottom: 20px;
	}
	.news-one .txt h2 {
		display: block;
		font-size: 2.1rem;
		line-height: 1.3;
		padding-bottom: 16px;
		margin-bottom: 20px;
		border-bottom: #014db3 solid 2px;
		position: relative;
		color: #222;
	}
	.news-one .txt h2::before {
		position: absolute;
		left: 0px;
		bottom: -2px;
		content: "";
		width: 23%;
		height: 4px;
		background: url(../images/line02.png) left top repeat-x;
		background-size: auto 100%;
	}
	.news-one .txt .txmain {
		display: block;
		font-size: 1.3rem !important;
		line-height: 1.8;
	}
	.news-one .img-b {
		display: block;
		flex-basis: 37.04%;
		height: 300px;
		background: #f3f3f3;
		border: #ccc solid 1px;
		overflow: hidden;
	}
	.news-one .img-b a {
		height: 300px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.news-one .img-b a img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: inline-block;
	}
	.page-np-link {
		display: block;
		background: #f2f2f2;
		text-align: center;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.page-np-link li {
		display: block;
		float: left;
	}
	.page-np-link li:nth-child(2) {
		float: right;
	}
	.page-np-link li a {
		display: block;
		border-radius: 3px;
		color: #333;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 20px;
		padding-right: 20px;
		border: #333 solid 2px;
	}
	.page-np-link li a:hover {
		color: #FFF;
		background: #333;
	}
	.fix-600 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.pdf-bt {
		display:block;
	}
	.news-one .pdf-bt {
		margin-top: 25px;
		max-width: 300px;
	}
	.pdf-bt a {
		display: block;
		position: relative;
		padding: 17px 0;
		background: #039be9;
		color: #FFF;
		font-size: 1.5rem;
		line-height: 1;
		text-align: center;
		text-decoration: none !important;
	}
	.pdf-bt a:hover {
		background: #03486b;
	}
	.pdf-bt a::before {
		position:absolute;
		left:14px;
		top: 0;
		bottom: 0;
		margin:auto;
		content: "";
		background: url("../news/images/pdf-256_32_35904.png") left center no-repeat;
		background-size: 100% auto;
		width: 27px;
		height: 50px;
	}
}


/* ==================================================
	CONTACT
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.contact-top {
		display: block;
		padding-top: 25px;
	}
	.contact-top h3 {
		display: block;
		text-align: center;
		font-size: 1.7rem;
		letter-spacing: 1px;
		line-height: 1.4;
	}
	.contact-top .flex {
		display: block;
		padding: 20px;
		border: #EFEFEF solid 4px;
		margin-top: 20px;
	}
	.contact-top .flex li {
		display: block;
		text-align: center;
		position: relative;
		padding: 15px 0;
	}
	.contact-top .flex li:nth-child(1)::after {
		position: absolute;
		right: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #ccc;
	}
	.contact-top .flex li b {
		display: inline-block;
		background: #ddd;
		padding: 6px 14px;
		font-size: 1.3rem;
		line-height: 1;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.contact-top .flex li .jos {
		display: block;
		font-size: 1.5rem;
		letter-spacing: 3px;
		line-height: 1;
	}
	.contact-top .flex li .jos span {
		font-size: 2.8rem;
		color: #2973cb;
		text-decoration: none !important;
	}
	.contact-top .flex li .jos span a {
		text-decoration: none;
		color: #2973cb;
	}
	.fo-lf {
		display: block;
		margin-bottom: 20px;
	}
	.fo-lf .form-ti {
		background: #EDFBE8;
		padding: 5px 15px;
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	.subfix1 p {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	.contact-box {
		display: block;
		padding: 35px 0;
	}
	#pp {
		display: block;
	}
	#pp h3 {
		display: block;
		border-bottom: #ccc solid 3px;
		padding: 20px 0;
		margin-bottom: 25px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.txt_mb_area {
		background: #FFF;
		padding: 15px;
		word-break: break-all;
	}
	.contact-box dl h4 {
		display:inline-block;
		font-size: 1.5rem;
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 3px 14px;
		color: #FFF;
		background: #3E9AFF;
		margin-bottom: 6px;
	}
	.medet-box {
		background:#D6FBFC;
		padding: 10px 10px 0px 10px;;
	}
	.medet-box2 {
		padding: 0px 10px 0px 10px;;
	}
	.medet-box ul {
		border-bottom: 0px;
	}
	.txt_mb_area dd li {
		list-style-type:decimal;
		margin-left: 20px;
		margin-bottom: 4px;
	}
	.bord-t {
		border-top: #ccc dotted 1px;
		clear: both;
		float: none;
		width: 90%;
		padding: 10px 2%;
	}
	.btn01.mx-400.mlr-auto {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	#pp li.no {
		list-style-type: none !important;
	}
	.c-tels {
		display: block;
		border: #EFEFEF solid 4px;
		background: #E8F6F9;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center;
		padding: 20px;
	}
	.c-tels p {
		display: block;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 14px;
	}
	.c-tels div {
		font-size: 2.5rem;
		line-height: 0.9;
		font-weight: bold;
	}
	.c-tels div a {
		color: #111;
		text-decoration: none;
	}
	.contact-box {
		padding: 30px 0;
	}
	.title01 {
		display:block;
		font-size: 2.4rem;
		color: #004aaf;
		letter-spacing: 2px;
		line-height: 1.2;
		text-align: center;
		position: relative;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.title01::after {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin:auto;
		content: "";
		width: 70px;
		height: 3px;
		background: #039ae9;
	}
	.bg-01 {
		background: #e9f7fe;
	}
	.mt-cont {
		display: block;
		font-size: 1.4rem;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.cont-info {
		display:block;
		border: #EFEFEF solid 5px;
		background: #FFF;
		padding: 15px;;
		margin-bottom: 30px;
	}
	.cont-info h3 {
		display: block;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.7;
		margin-bottom: 16px;
		color: #333;
	}
	.cont-info .flex {
		display:block;
	}
	.cont-info .flex .lef {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	.cont-info .flex .lef b {
		display: inline-block;
		padding: 5px 8px;
		border-radius: 3px;
		background: #222;
		color: #FFF;
		font-size: 1.5rem;
		line-height: 1;
	}
	.cont-info .flex .lef span {
		display: block;
		margin-top: 15px;
		margin-bottom: 6px;
		font-size: 2.8rem;
		line-height: 1;
	}
	.cont-info .flex .lef span a {
		color: #000;
		text-decoration: none;
	}
	.cont-info .flex .lef small {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.cont-txt {
		display:block;
		font-size: 1.4rem;
		line-height: 1.9;
		margin-bottom: 25px;
	}
	.c-down {
		display: block;
		text-align: center;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		background: #f0f0f0;
		padding: 16px 2%;
	}
	.c-down b {
		display:block;
		font-size: 1.3rem;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.c-down .btn01 {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.w35p {
		width: 35% !important;
	}
	.form_submit_btn {
		padding: 30px 0 !important;
	}
	.fo-in {
		padding-bottom: 10px;
	}
	.n003 {
		width: 90% !important;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.contact-top {
		display: block;
		padding-top: 40px;
	}
	.contact-top h3 {
		display: block;
		text-align: center;
		font-size: 2.7rem;
		letter-spacing: 2px;
		line-height: 1.4;
	}
	.contact-top .flex {
		display: flex;
		justify-content: space-between;
		padding: 30px;
		border: #EFEFEF solid 4px;
		max-width: 820px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}
	.contact-top .flex li {
		display: block;
		text-align: center;
		position: relative;
		flex-basis: 50%;
		padding: 15px 0;
	}
	.contact-top .flex li:nth-child(1)::after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		width: 1px;
		height: 100%;
		background: #ccc;
	}
	.contact-top .flex li b {
		display: inline-block;
		background: #ddd;
		padding: 6px 14px;
		font-size: 1.6rem;
		line-height: 1;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.contact-top .flex li .jos {
		display: block;
		font-size: 2.8rem;
		letter-spacing: 3px;
		line-height: 1;
	}
	.contact-top .flex li .jos span {
		font-size: 3.8rem;
		color: #2973cb;
	}
	.fo-lf {
		display: block;
		float: left;
		width: 40%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	.fo-lf .form-ti {
		background: #EDFBE8;
		padding: 5px 15px;
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	.subfix1 p {
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.contact-box {
		display: block;
		padding: 80px 0 70px 0;
	}
	.contact-box p {
		font-size: 1.5rem;
	}
	.fo-in {
		padding-bottom: 10px;
	}
	.n003 {
		width: 22% !important;
	}
	#pp {
		display: block;
	}
	#pp h3 {
		display: block;
		border-bottom: #ccc solid 3px;
		padding: 20px 0;
		margin-bottom: 25px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.txt_mb_area {
		display: block;
		border: #ccc solid 1px;
		padding: 25px;
		background: #FFF;
	}
	.contact-box dl h4 {
		display:inline-block;
		font-size: 1.6rem;
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 3px 14px;
		color: #FFF;
		background: #3E9AFF;
		margin-bottom: 6px;
	}
	.contact-box .btn_list li {
		display:inline-block;
		margin-right: 20px;
	}
	.contact-box .bord-b1 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.dl_table_style dt {
		width: 25%;
	}
	.dl_table_style.conf dt {
		width: 25%;
	}
	.txt_mb_area dd li {
		list-style-type:decimal;
		margin-left: 30px;
		margin-bottom: 4px;
	}
	.mx-400 {
		max-width: 400px;
	}
	.mlr-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.medet-box {
		background:#D6FBFC;
		padding: 15px 15px 0px 15px;;
	}
	.medet-box2 {
		padding: 0px 15px 0px 15px;;
	}
	.medet-box ul {
		border-bottom: 0px;
	}
	.consent_txt {
		padding: 15px 0;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.9;
	}
	.bord-t {
		border-top: #ccc dotted 1px;
		clear: both;
		float: none;
		width: 90%;
		padding: 10px 0%;
	}
	#pp li.no {
		list-style-type: none !important;
	}
	.li-num2 li {
		list-style-type: none !important;
		counter-increment: cnt;
		margin-left: 10px !important;
	}
	.li-num2 li::before {
		content: "(" counter(cnt) ") ";
	}
	.c-tels {
		display: block;
		border: #EFEFEF solid 4px;
		background: #E8F6F9;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 50px;
		text-align: center;
		padding: 35px 0;
	}
	.c-tels p {
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 14px;
	}
	.c-tels div {
		font-size: 4.2rem;
		line-height: 0.9;
		font-weight: bold;
	}
	.contact-box {
		padding: 70px 0;
	}
	.title01 {
		display:block;
		font-size: 3.6rem;
		color: #004aaf;
		letter-spacing: 3px;
		line-height: 1.2;
		text-align: center;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	.title01::after {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		margin:auto;
		content: "";
		width: 120px;
		height: 4px;
		background: #039ae9;
	}
	.bg-01 {
		background: #e9f7fe;
	}
	.mt-cont {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 2.2;
		margin-bottom: 40px;
	}
	.cont-info {
		display:block;
		border: #EFEFEF solid 10px;
		background: #FFF;
		padding: 40px;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}
	.cont-info h3 {
		display: block;
		text-align: center;
		font-size: 1.6rem;
		line-height: 2;
		margin-bottom: 30px;
		color: #333;
	}
	.cont-info .flex {
		display: flex;
		justify-content: space-between;
	}
	.cont-info .flex .lef {
		display: block;
		flex-basis: 46%;
		text-align: center;
	}
	.cont-info .flex .lef b {
		display: inline-block;
		padding: 5px 8px;
		border-radius: 3px;
		background: #222;
		color: #FFF;
		font-size: 1.5rem;
		line-height: 1;
	}
	.cont-info .flex .lef span {
		display: block;
		margin-top: 15px;
		margin-bottom: 14px;
		font-size: 4.1rem;
		line-height: 1;
	}
	.cont-info .flex .lef small {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 2px;
	}
	.cont-txt {
		display:block;
		font-size: 1.4rem;
		line-height: 1.9;
		margin-bottom: 40px;
	}
	.c-down {
		display: block;
		text-align: center;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		background: #f0f0f0;
		padding: 20px 2%;
	}
	.c-down b {
		display:block;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.c-down .btn01 {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	.w35p {
		width: 35% !important;
	}
	.form_submit_btn {
		padding: 10px 0 !important;
	}
}
ul.no li {
	list-style-type: none !important;
}
.mx-300 {
	max-width: 250px;
}


/* ==================================================
	PRODUCT
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.prod-top {
		display: block;
		padding: 30px 0;
	}
	.prod-top figure {
		display: block;
		text-align: center;
	}
	.prod-top figure img {
		display: inline-block;
		max-width: 100%;
	}
	.prod-list{
		display: block;
		position: relative;
		background: url("../product/images/bg-2.jpg") center center no-repeat;
		background-size: cover;
		padding: 30px 0 14px 0;
	}
	.prod-list::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: url("../strengths/images/bg1.png") left top;
	}
	.prod-list .fix-1200 {
		position: relative;
		z-index: 5;
	}
	.prod-list ul {
		display: block;
	}
	.prod-list ul li {
		margin-bottom: 20px;
	}
	.prod-list ul li a {
		display: block;
		text-decoration: none;
		color: #222;
	}
	.prod-list ul figure {
		display: block;
		border: #FFF solid 2px;
	}
	.prod-list ul figure img {
		width: 100%;
	}
	.prod-list ul li .txt {
		display: block;
		position: relative;
		background: #FFF;
		margin-left: 3%;
		margin-right: 3%;
		padding: 14px;
		top: -25px;
	}
	.prod-list ul li span {
		display: inline-block;
		padding: 4px 10px;
		font-size: 1.2rem;
		line-height: 1;
		border: #0A3AD3 solid 1px;
		color: #0A3AD3;
	}
	.prod-list ul li h3 {
		display: block;
		font-size: 1.7rem;
		line-height: 1.4;
		padding-bottom: 12px;
		margin-bottom: 12px;
		position: relative;
		margin-top: 10px;
	}
	.prod-list ul li h3::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 80px;
		height: 2px;
		background: #0A3AD3;
	}
	.prod-list ul li p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
		padding-bottom: 15px;
	}
	.deta-img {
		display: block;
	}
	.deta-img img {
		width: 100%;
	}
	.deta-img figure {
		display: block;
		margin-bottom: 10px;
	}
	.deta-img ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.deta-img ul li {
		display: block;
		margin-left: 10px;
		margin-bottom: 10px;
  		flex-basis: calc((100% - (20px * 2)) / 3 - .01px);
	}
	.deta-img ul li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.prod-detail-cont {
		display: block;
		background: #f0f0f0;
		padding: 20px 0;
		margin-top: 25px;
	}
	.prod-detail-cont .cont {
		display: block;
		text-align: center;
	}
	.prod-detail-cont .cont h3 {
		display: inline-block;
		font-size: 1.5rem;
		line-height: 1.2;
		letter-spacing: 2px;
		background: #FFF;
		padding: 6px 10px;
		border-radius: 20px;
		margin-bottom: 15px;
	}
	.prod-detail-cont .flex {
		display: block;
		text-align: center;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.prod-detail-cont .flex li {
		text-align: center;
		padding: 15px 0;
		position: relative;
	}
	.prod-detail-cont .flex li:nth-child(1)::after {
		position: absolute;
		right: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #333;
	}
	.prod-detail-cont .flex li.jos {
		font-size: 2.2rem;
		line-height: 1;
		letter-spacing: 2px;
	}
	.prod-detail-cont .flex li.jos span {
		font-size: 3.4rem;
	}
	.prod-detail-cont .flex li.jos span a {
		color: #222;
		text-decoration: none !important;
	}
	.prod-detail-cont .flex li.bt a {
		display: block;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		background: #004aaf;
		color: #FFF;
		text-decoration: none;
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1;
		padding: 15px 0;
	}
	.prod-detail-cont .flex li.bt a:hover {
		background: #333;
	}
	.prod-detail-txt {
		display: block;
		padding: 30px 0;
	}
	.prod-detail-txt h2 {
		display: block;
		font-size: 2.4rem;
		color: #004aaf;
		letter-spacing: 3px;
		line-height: 1.4;
		padding-bottom: 12px;
		margin-bottom: 18px;
		border-bottom: #333 dotted 1px;
	}
	.prod-detail-txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
		margin-bottom: 25px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.prod-top {
		display: block;
		padding: 40px 0;
	}
	.prod-top figure {
		display: block;
		text-align: center;
	}
	.prod-top figure img {
		display: inline-block;
		max-width: 100%;
	}
	.prod-list{
		display: block;
		position: relative;
		background: url("../product/images/bg-2.jpg") center center no-repeat;
		background-size: cover;
		padding: 70px 0 30px 0;
	}
	.prod-list::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 100%;
		background: url("../strengths/images/bg1.png") left top;
	}
	.prod-list .fix-1200 {
		position: relative;
		z-index: 5;
	}
	.prod-list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: 5%;
		margin-right: 5%;
	}
	.prod-list ul li {
		flex-basis: 46%;
		margin-bottom: 35px;
	}
	.prod-list ul li a {
		display: block;
		text-decoration: none;
		color: #222;
	}
	.prod-list ul figure {
		display: block;
		border: #FFF solid 2px;
	}
	.prod-list ul figure img {
		width: 100%;
	}
	.prod-list ul li .txt {
		display: block;
		position: relative;
		background: #FFF;
		margin-left: 5%;
		margin-right: 5%;
		padding: 24px;
		top: -35px;
	}
	.prod-list ul li span {
		display: inline-block;
		padding: 6px 15px;
		font-size: 1.5rem;
		line-height: 1;
		border: #0A3AD3 solid 1px;
		color: #0A3AD3;
	}
	.prod-list ul li h3 {
		display: block;
		font-size: 2.1rem;
		line-height: 1.4;
		padding-bottom: 14px;
		margin-bottom: 14px;
		position: relative;
		margin-top: 17px;
	}
	.prod-list ul li h3::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 80px;
		height: 2px;
		background: #0A3AD3;
	}
	.prod-list ul li p {
		display: block;
		font-size: 1.6rem;
		line-height: 2.1;
		padding-bottom: 35px;
	}
	.deta-img {
		display: block;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.deta-img img {
		width: 100%;
	}
	.deta-img figure {
		display: block;
		margin-bottom: 25px;
	}
	.deta-img ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.deta-img ul li {
		display: block;
		margin-left: 20px;
		margin-bottom: 20px;
  		flex-basis: calc((100% - (20px * 2)) / 3 - .01px);
	}
	.deta-img ul li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.prod-detail-cont {
		display: block;
		background: #f0f0f0;
		padding: 35px 0;
		margin-top: 35px;
	}
	.prod-detail-cont .cont {
		display: block;
		text-align: center;
	}
	.prod-detail-cont .cont h3 {
		display: inline-block;
		font-size: 2.2rem;
		line-height: 1.2;
		letter-spacing: 2px;
		background: #FFF;
		padding: 6px 14px;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.prod-detail-cont .flex {
		display:flex;
		justify-content: space-between;
		text-align: center;
		align-items: center;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.prod-detail-cont .flex li {
		flex-basis: 50%;
		text-align: center;
		padding: 15px 0;
		position: relative;
	}
	.prod-detail-cont .flex li:nth-child(1)::after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		width: 1px;
		height: 100%;
		background: #333;
	}
	.prod-detail-cont .flex li.jos {
		font-size: 2.2rem;
		line-height: 1;
		letter-spacing: 2px;
	}
	.prod-detail-cont .flex li.jos span {
		font-size: 3.4rem;
	}
	.prod-detail-cont .flex li.bt a {
		display: block;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		background: #004aaf;
		color: #FFF;
		text-decoration: none;
		font-size: 1.7rem;
		letter-spacing: 2px;
		line-height: 1;
		padding: 15px 0;
	}
	.prod-detail-cont .flex li.bt a:hover {
		background: #333;
	}
	.prod-detail-txt {
		display: block;
		padding: 70px 0;
	}
	.prod-detail-txt h2 {
		display: block;
		font-size: 3rem;
		color: #004aaf;
		letter-spacing: 3px;
		line-height: 1.4;
		padding-bottom: 14px;
		margin-bottom: 22px;
		border-bottom: #333 dotted 1px;
	}
	.prod-detail-txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 2.1;
		margin-bottom: 5px;
	}
}


/* ==================================================
	COLUMN
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	h2.const {
		display:block;
		text-align: center;
		padding: 50px 10px;
		font-size: 4.5rem;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	h2.const {
		display:block;
		text-align: center;
		padding: 50px;
		font-size: 5.5rem;
	}

}


/* ==================================================
	BUSINESS
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.business-top {
		display: block;
		padding: 35px 0;
	}
	.business-top h2 {
		display: block;
		font-size: 2.2rem;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.8;
		color: #004cb3;
		padding-bottom: 15px;
		margin-bottom: 15px;
		position: relative;
	}
	.business-top h2::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		margin: auto;
		width: 60px;
		height: 3px;
		border-bottom: #222 dotted 1px;
		border-top: #222 dotted 1px;
	}
	.business-top p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.business-top ul {
		margin-top: 10px;
		display: block;
	}
	.business-top ul li {
		display: block;
		margin: 7px 5%;
	}
	.btn02 {
		display: block;
	}
	.btn02 a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 1.4rem;
		letter-spacing: 2px;
		line-height: 1.3;
		padding: 12px 0;
		background: #004cb3;
		position: relative;
	}
	.btn02 a::before{
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		left: 8px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn02 a:hover {
		background: #222;
	}
	.business001 {
		display: block;
		padding: 35px 0;
		background: #f0f0f0;
	}
	.zitu {
		display: block;
		text-align: center;
		padding-top: 20px;
	}
	.zitu h2 {
		display: inline-block;
		position: relative;
		font-size: 2.1rem;
		letter-spacing: 1px;
		line-height: 1.7;
		font-weight: bold;
	}
	.zitu h2::before {
		position: absolute;
		left: 10px;
		top: -50px;
		content: "";
		background: url("../business/images/zitu.png") left top no-repeat;
		background-size: 100% auto;
		width: 51px;
		height: 52px;
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	.img-map-wrap {
		display: block;
		padding: 15px;
		background: #FFF;
		margin-top: 25px;
	}
	.img-map-wrap h3 {
		display: block;
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.3;
		color: #004cb3;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: #004cb3 solid 1px;
	}
	.img-map-wrap small {
		display: block;
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 15px;
	}
	.img-map {
		display: block;
		position: relative;
	}
	.business001 .mt {
		display: block;
		font-size: 1.7rem;
		letter-spacing: 2px;
		line-height: 2;
		margin: 20px 0px;
	}
	.sec-bnr {
		display: block;
		border-bottom: #ccc solid 1px;
		border-top: #ccc solid 1px;
		padding: 25px 0;
	}
	.sec-bnr b {
		display: block;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.6;
		font-weight: bold;
		margin-bottom: 20px;
		color: #004cb3;
	}
	.sec-bnr .box {
		display: block;
		position: relative;
		background:url("../business/images/cont-bg_02.jpg") center center no-repeat;
		background-size: cover;
		padding: 15px;
	}
	.sec-bnr .box::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.sec-bnr .box .flex {
		display: block;
		text-align: center;
		position: relative;
		z-index: 5;
		background: rgba(255,255,255,0.8);
		padding: 15px;
	}
	.sec-bnr .box .flex p {
		font-size: 1.5rem;
		line-height: 1.8;
		font-weight: bold !important;
		color: #111;
		margin-bottom: 15px;
	}
	.sec-bnr .box .flex .btn {
		display: block;
	}
	.sec-bnr .box .flex .btn a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1.3;
		padding: 14px 0;
		background: #004cb3;
		position: relative;
	}
	.sec-bnr .box .flex .btn a::before{
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		left: 8px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.sec-bnr .box .flex .btn a:hover {
		background: #222;
	}
	.business001 .flex02 {
		display: block;
		margin-top: 25px;
	}
	.business001 .flex02 .txt {
		display: block;
	}
	.title02 {
		display: block;
		font-size: 1.7rem;
		line-height: 1.6;
		letter-spacing: 2px;
		padding-bottom: 10px;
		margin-bottom: 14px;
		color: #004cb3;
		border-bottom: #222 solid 2px;
	}
	.business001 .flex02 .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.business001 .flex02 figure {
		display: block;
		margin-bottom: 14px;
	}
	.business001 .flex02 figure img {
		width: 100%;
	}
	.atup1 {
		display:inline-block;
		margin: 4px 4px;
	}
	.atup1 a {
		display: block;
		text-align: center;
		position: relative;
		background: #083BA2;
		color: #FFF;
		font-size: 1.2rem;
		line-height: 1.1;
		padding: 10px 0;
		width: 120px;
		text-decoration: none !important;
		top: 0;
		left: 0;
	}
	.atup1 a::before {
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 4px solid #FFF;
	}
	.cboxPhoto {
		margin-bottom: 17px !important;
	}
	#cboxTitle {
		display: block !important;
		text-align: left !important;
		font-size: 1rem !important;
		line-height: 1.9 !important;
		color: #000 !important;
		margin-top: 16px !important;
		padding-top: 10px !important;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.business-top {
		display: block;
		padding: 70px 0;
	}
	.business-top h2 {
		display: block;
		font-size: 4.6rem;
		font-weight: bold;
		text-align: center;
		letter-spacing: 4px;
		line-height: 1.8;
		color: #004cb3;
		padding-bottom: 30px;
		margin-bottom: 35px;
		position: relative;
	}
	.business-top h2::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		margin: auto;
		width: 90px;
		height: 3px;
		border-bottom: #222 dotted 1px;
		border-top: #222 dotted 1px;
	}
	.business-top p {
		display: block;
		font-size: 1.7rem;
		line-height: 2;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.business-top ul {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 45px;
		display: flex;
		justify-content: space-between;
	}
	.business-top ul li {
		flex-basis: 46%;
	}
	.btn02 {
		display: block;
	}
	.btn02 a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 1.5rem;
		letter-spacing: 2px;
		line-height: 1.3;
		padding: 14px 0;
		background: #004cb3;
		position: relative;
	}
	.btn02 a::before{
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		left: 8px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn02 a:hover {
		background: #222;
	}
	.business001 {
		display: block;
		padding: 70px 0;
		background: #f0f0f0;
	}
	.zitu {
		display: block;
		text-align: center;
		padding-top: 60px;
	}
	.zitu h2 {
		display: inline-block;
		position: relative;
		font-size: 3.6rem;
		letter-spacing: 3px;
		line-height: 1.7;
		font-weight: bold;
	}
	.zitu h2::before {
		position: absolute;
		left: -35px;
		top: -90px;
		content: "";
		background: url("../business/images/zitu.png") left top no-repeat;
		background-size: 100% auto;
		width: 111px;
		height: 102px;
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	.img-map-wrap {
		display: block;
		padding: 45px;
		background: #FFF;
		margin-top: 45px;
	}
	.img-map-wrap h3 {
		display: block;
		text-align: center;
		font-size: 4rem;
		line-height: 1.3;
		color: #004cb3;
		padding-bottom: 20px;
		margin-bottom: 15px;
		border-bottom: #004cb3 solid 1px;
	}
	.img-map-wrap small {
		display: block;
		font-size: 1.5rem;
		text-align: right;
		margin-bottom: 25px;
	}
	.img-map {
		display: block;
		position: relative;
	}
	.img-map img {
		width: 100%;
	}
	.business001 .mt {
		display: block;
		text-align: center;
		font-size: 3rem;
		letter-spacing: 2px;
		line-height: 2;
		margin: 25px 35px;
	}
	.sec-bnr {
		display: block;
		border-bottom: #ccc solid 1px;
		border-top: #ccc solid 1px;
		padding: 35px 0;
	}
	.sec-bnr b {
		display: block;
		text-align: center;
		font-size: 2.5rem;
		line-height: 1.6;
		font-weight: bold;
		margin-bottom: 20px;
		color: #004cb3;
	}
	.sec-bnr .box {
		display: block;
		position: relative;
		background:url("../business/images/cont-bg_02.jpg") center center no-repeat;
		background-size: cover;
		padding: 20px;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-bnr .box::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.sec-bnr .box::before {
		position: absolute;
		left: 20px;
		bottom: 0;
		z-index: 5;
		content: "";
		background: url("../business/images/women.png") bottom center no-repeat;
		background-size: 100% auto;
		width: 154px;
		height: 245px;
	}
	.sec-bnr .box .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-left: 170px;
		position: relative;
		z-index: 5;
		background: rgba(255,255,255,0.8);
		padding: 20px;
	}
	.sec-bnr .box .flex p {
		flex-basis: 57%;
		font-size: 1.6rem;
		line-height: 1.8;
		font-weight: bold !important;
		color: #111;
	}
	.sec-bnr .box .flex .btn {
		flex-basis: 40%;
	}
	.sec-bnr .box .flex .btn a {
		display: block;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1.3;
		padding: 14px 0;
		background: #004cb3;
		position: relative;
	}
	.sec-bnr .box .flex .btn a::before{
		position: absolute;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		left: 8px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.sec-bnr .box .flex .btn a:hover {
		background: #222;
	}
	.business001 .flex02 {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-top: 45px;
	}
	.business001 .flex02 .txt {
		flex-basis: 50%;
	}
	.title02 {
		display: block;
		font-size: 2.2rem;
		line-height: 1.6;
		letter-spacing: 2px;
		padding-bottom: 15px;
		margin-bottom: 24px;
		color: #004cb3;
		border-bottom: #222 solid 2px;
	}
	.business001 .flex02 .txt p {
		display: block;
		font-size: 1.6rem;
		line-height: 2.1;
	}
	.business001 .flex02 figure {
		flex-basis: 45%;
	}
	.business001 .flex02 figure img {
		width: 100%;
	}
	.atup1 {
		position: absolute;
		right: 40px;
		bottom: 60px;
		z-index: 10;
	}
	.atup1 a {
		display: block;
		text-align: center;
		position: relative;
		background: #083BA2;
		color: #FFF;
		font-size: 1.5rem;
		line-height: 1.1;
		padding: 14px 0;
		width: 140px;
		text-decoration: none !important;
		top: 0;
		left: 0;
	}
	.atup1 a::before {
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		content: "";
		margin: auto;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 4px solid #FFF;
	}
	.atup1 a:hover {
		top: -5px;
		left: -5px;
	}
	.cboxPhoto {
		margin-bottom: 10px !important;
	}
	#cboxTitle {
		display: block !important;
		text-align: left !important;
		font-size: 1.5rem !important;
		line-height: 1.9 !important;
		color: #000 !important;
		margin-top: 16px !important;
		padding-top: 10px !important;
	}
}


/* ==================================================
	RECRUIT
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.business-top h2 small {
		font-size: 1.2rem;
	}
	.rec-tx {
		display: block;
		text-align: center;
		font-size: 1.5rem !important;
		line-height: 2 !important;
		font-weight: bold !important;
	}
	.recruit01 {
		display: block;
		position: relative;
		padding: 0px 0 30px 0;
	}
	.recruit01 .bg-box {
		display: block;
		position: relative;
		padding-top: 170px;
	}
	.recruit01 .bg-box::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 220px;
		background: url("../recruit/images/img1.jpg") top center no-repeat;
		background-size: cover;
	}
	.recruit01 .bg-box .txt {
		display: block;
		background: rgba(255,255,255,0.95);
		padding: 25px 15px;
		margin-left: 20px;
		margin-right: 20px;
		position: relative;
		z-index: 5;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	.recruit01 .bg-box .txt .flex {
		display: flex;
		justify-content: space-between;
	}
	.recruit01 .bg-box .txt ul {
		flex-basis: 47%;
	}
	.recruit01 .bg-box .txt li {
		display: block;
		position: relative;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: #ccc dotted 1px;
	}
	.pt70 {
		padding-top: 30px;
	}
	.rec-tab {
		background: #FFF;
		padding: 15px;
	}
	.table01 {
		width: 100%;
		border-collapse: collapse;
		border-top: #ccc solid 1px;
	}
	.table01 th {
		display: block;
		text-align: left;
		vertical-align: top;
		font-size: 1.4rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 13px 2%;
		background: #f0f0f0;
	}
	.table01 td {
		display: block;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 13px 2%;
		border-bottom: #ccc solid 1px;
	}
	.recruit02 {
		display: block;
		padding: 30px 0;
	}
	.rec-gall {
		display: block;
	}
	.rec-gall li {
		display: block;
		margin-bottom: 15px;
	}
	.rec-gall li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.rec-gall li a {
		display: block;
		width: 100%;
		background: #f0f0f0;
	}
	.rec-gall li a img {
		width: auto;
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.recruit02 .btn02 {
		display: block;
		margin-top: 25px;
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.recruit02 .btn02 a {
		font-size: 1.4rem;
		padding: 17px 0;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.business-top h2 small {
		font-size: 2.2rem;
	}
	.rec-tx {
		display: block;
		text-align: center;
		font-size: 2.1rem !important;
		line-height: 2 !important;
		font-weight: bold !important;
	}
	.recruit01 {
		display: block;
		position: relative;
		padding: 0px 0 70px 0;
	}
	.recruit01 .bg-box {
		display: block;
		position: relative;
		padding-top: 420px;
	}
	.recruit01 .bg-box::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 500px;
		background: url("../recruit/images/img1.jpg") top center no-repeat;
	}
	.recruit01 .bg-box .txt {
		display: block;
		background: rgba(255,255,255,0.95);
		padding: 70px 40px;
		margin-left: 150px;
		margin-right: 150px;
		position: relative;
		z-index: 5;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
	.recruit01 .bg-box .txt .flex {
		display: flex;
		justify-content: space-between;
	}
	.recruit01 .bg-box .txt ul {
		flex-basis: 47%;
	}
	.recruit01 .bg-box .txt li {
		display: block;
		position: relative;
		font-size: 2.1rem;
		font-weight: bold;
		line-height: 1.4;
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: #ccc dotted 1px;
	}
	.pt70 {
		padding-top: 70px;
	}
	.rec-tab {
		background: #FFF;
		padding: 45px;
	}
	.table01 {
		width: 100%;
		border-collapse: collapse;
		border-top: #ccc solid 1px;
	}
	.table01 th {
		text-align: left;
		vertical-align: top;
		font-size: 1.6rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 17px 2%;
		width: 17%;
		background: #f0f0f0;
		border-bottom: #ccc solid 1px;
	}
	.table01 td {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 17px 2%;
		border-bottom: #ccc solid 1px;
	}
	.recruit02 {
		display: block;
		padding: 70px 0;
	}
	.rec-gall {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.rec-gall li {
		display: block;
		margin-left: 30px;
		margin-bottom: 30px;
  		flex-basis: calc((100% - (30px * 2)) / 3 - .01px);
	}
	.rec-gall li:nth-child(3n+1) {
		margin-left: 0px;
	}
	.rec-gall li a {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
		height: 280px;
		background: #f0f0f0;
	}
	.rec-gall li a img {
		width: auto;
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.recruit02 .btn02 {
		display: block;
		margin-top: 25px;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	.recruit02 .btn02 a {
		font-size: 1.7rem;
		padding: 17px 0;
	}
}


/* ==================================================
	COMPANY
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.about-top {
		display: block;
		padding: 30px 0 30px 0;
	}
	.about-top .fix-1200 {
		display: block;
	}
	.about-top figure {
		display: block;
		margin-bottom: 20px;
	}
	.about-top figure img {
		width: 100%;
	}
	.about-top .txt {
		flex-basis: 58%;
	}
	.about-top .txt .hukid {
		display: block;
		border-radius: 5px;
		background: #f0f0f0;
		padding: 20px;
		position: relative;
	}
	.about-top .txt .hukid p {
		display: block;
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1.9;
		font-weight: bold !important;
	}
	.about-top .txt .names {
		display: block;
		margin-top: 25px;
		text-align: right;
		font-size: 3rem;
		line-height: 1;
		font-weight: bold;
	}
	.about-top .txt .names small {
		font-size: 1.8rem;
		margin-right: 17px;
	}
	.about-top .btn02 {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
	.about01 {
		display: block;
		padding: 30px 0;
	}
	.about01 .flex {
		display: block;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.about01 .flex.ri {
		flex-direction: row-reverse;
	}
	.about01 figure {
		padding: 2%;
		background: #FFF;
		margin-top: 15px;
	}
	.about01 figure img {
		width: 100%;
	}
	.about01 .txt {
		flex-basis: 50%;
	}
	.about01 .txt h3 {
		display: block;
		font-size: 1.7rem;
		letter-spacing: 2px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 12px;
		border-bottom: #222 dotted 1px;
	}
	.about01 .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.com-box {
		display: block;
		position: relative;
		padding-top: 220px;
	}
	.com-box::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 270px;
		background: url("../company/images/company.jpg") top center no-repeat;
		background-size: cover;
	}
	.com-box .comp-tab {
		position: relative;
		background: #FFF;
		padding: 15px;
		margin-left: 2%;
		margin-right: 2%;
		z-index: 5;
	}
	.comp-tab table {
		width: 100%;
		border-collapse: collapse;
	}
	.comp-tab table th {
		display: block;
		text-align: left;
		vertical-align: top;
		font-size: 1.4rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 14px 2%;
		background: #f0f0f0;
	}
	.comp-tab table td {
		display: block;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 14px 2%;
		border-bottom: #ccc solid 1px;
	}
	.comp-tab table td ul {
		margin-bottom: 15px;
	}
	.comp-tab table td figure {
		margin: 10px 0;
	}
	.comp-tab table td figure img {
		width: auto;
	}
	.acc-t {
		display: block;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.ifr {
		display: block;
	}
	.ifr iframe {
		width: 100%;
		height: 350px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.about-top {
		display: block;
		padding: 30px 0 70px 0;
	}
	.about-top .fix-1200 {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.about-top figure {
		flex-basis: 35%;
	}
	.about-top figure img {
		width: 100%;
	}
	.about-top .txt {
		flex-basis: 58%;
	}
	.about-top .txt .hukid {
		display: block;
		border-radius: 10px;
		background: #f0f0f0;
		padding: 40px;
		position: relative;
	}
	.about-top .txt .hukid::before{
		position: absolute;
		content: "";
		top: 140px;
		right: -40px;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-left: 34px solid #f0f0f0;
	}
	.about-top .txt .hukid p {
		display: block;
		font-size: 1.6rem;
		letter-spacing: 2px;
		line-height: 2.1;
		font-weight: bold !important;
	}
	.about-top .txt .names {
		display: block;
		margin-top: 25px;
		text-align: right;
		font-size: 3rem;
		line-height: 1;
		font-weight: bold;
	}
	.about-top .txt .names small {
		font-size: 1.8rem;
		margin-right: 17px;
	}
	.about-top .btn02 {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}
	.about01 {
		display: block;
		padding: 70px 0;
	}
	.about01 .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 45px;
	}
	.about01 .flex.ri {
		flex-direction: row-reverse;
	}
	.about01 figure {
		flex-basis: 41%;
		padding: 2%;
		background: #FFF;
	}
	.about01 figure img {
		width: 100%;
	}
	.about01 .txt {
		flex-basis: 50%;
	}
	.about01 .txt h3 {
		display: block;
		font-size: 2.5rem;
		letter-spacing: 2px;
		line-height: 1.5;
		padding-bottom: 14px;
		margin-bottom: 15px;
		border-bottom: #222 dotted 1px;
	}
	.about01 .txt p {
		display: block;
		font-size: 1.6rem;
		line-height: 2;
	}
	.com-box {
		display: block;
		position: relative;
		padding-top: 340px;
	}
	.com-box::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 400px;
		background: url("../company/images/company.jpg") top center no-repeat;
		background-size: cover;
	}
	.com-box .comp-tab {
		position: relative;
		background: #FFF;
		padding: 30px;
		margin-left: 5%;
		margin-right: 5%;
		z-index: 5;
	}
	.comp-tab table {
		width: 100%;
		border-collapse: collapse;
	}
	.comp-tab table th {
		text-align: left;
		vertical-align: top;
		font-size: 1.6rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 17px 2%;
		width: 17%;
		background: #f0f0f0;
		border-bottom: #ccc solid 1px;
	}
	.comp-tab table td {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.9;
		font-weight: bold;
		padding: 17px 2%;
		border-bottom: #ccc solid 1px;
	}
	.comp-tab table td ul {
		margin-bottom: 15px;
	}
	.comp-tab table td figure {
		margin: 10px 0;
	}
	.comp-tab table td figure img {
		width: auto;
	}
	.acc-t {
		display: block;
		text-align: center;
		font-size: 2.1rem;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 1.7;
		margin-bottom: 30px;
	}
	.ifr {
		display: block;
	}
	.ifr iframe {
		width: 100%;
		height: 450px;
	}
}


/* ==================================================
	EQUIPMENT
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
	.equip-top {
		display: block;
		background: url("../equipment/images/bg1.jpg") center center no-repeat;
		background-size: cover;
		position: relative;
		padding: 25px 0;
	}
	.equip-top::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.equip-top .fix-1200 {
		position: relative;
		z-index: 7;
	}
	.equip-top .txt {
		background: rgba(255,255,255,0.8);
		padding: 20px;
		text-align: center;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.equip-top .txt h2 {
		display: block;
		font-size: 2rem;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.equip-top .txt p {
		font-size: 2.6rem;
		line-height: 1;
		font-weight: bold !important;
		letter-spacing: 2px;
		color: #004cb3;
	}
	.equip001 {
		display: block;
		padding: 30px 0;
	}
	.equip001 .rad {
		display: block;
		text-align: center;
	}
	.equip001 .rad span {
		display: inline-block;
		background: #444;
		border-radius: 25px;
		padding: 9px 14px;
		font-size: 1.4rem;
		line-height: 1;
		color: #FFF;
		letter-spacing: 1px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.equip001 .c-t {
		display: block;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-bottom: 25px;
	}
	.shadw1 {
		display: block;
		padding: 25px 15px;
		background: #FFF;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
	}
	.shadw1::before {
		position: absolute;
		left: 0;
		right: 0;
		top: -5px;
		content: "";
		margin: auto;
		width: 500px;
		height: 10px;
		border-radius: 5px;
		background: #004cb3;
	}
	.shadw1 figure {
		display: block;
		margin-bottom: 15px;
	}
	.shadw1 figure img {
		width: 100%;
	}
	.shadw1 .txt {
		display: block;
	}
	.huki1 {
		display: inline-block;
		color: #FFF;
		font-size: 1.7rem;
		line-height: 1;
		letter-spacing: 2px;
		padding: 11px 18px;
		position: relative;
		background: #004cb3;
		border-radius: 3px;
		margin-bottom: 25px;
	}
	.huki1::before{
		position: absolute;
		bottom: -24px;
		content: "";
		left: 20px;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-top: 14px solid #004cb3;
	}
	table.spec {
		width: 100%;
		border-collapse: collapse;
		border-top: #ccc dotted 1px;
		margin-bottom: 15px;
	}
	table.spec th {
		text-align: left;
		vertical-align: middle;
		padding: 5px 0;
		font-size: 1.4rem;
		line-height: 1.5;
		border-bottom: #ccc dotted 1px;
		width: 43%;
	}
	table.spec td {
		text-align: left;
		vertical-align: middle;
		padding: 5px 0;
		font-size: 1.4rem;
		line-height: 1.5;
		border-bottom: #ccc dotted 1px;
	}
	.equip002 {
		display: block;
		padding: 30px 0;
		background: #f0f0f0;
	}
	.equip002 .tit {
		display: block;
		text-align: center;
		position: relative;
		padding-bottom: 30px;
		z-index: 100;
	}
	.equip002 .tit h2 {
		display: block;
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.6;
		font-weight: bold !important;
		letter-spacing: 1px;
		color: #004cb3;
	}
	.equip002 .tit::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		background-size: 100% auto;
		width: 68px;
		height: 55px;
	}
	.equip002 .bg2 {
		position: relative;
		background: url("../equipment/images/bg2.jpg") top center no-repeat;
		background-size: cover;
		padding: 45px 0;
	}
	.equip002 .bg2::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.equip002 .bg2 .fix-1200 {
		position: relative;
		z-index: 10;
	}
	.bg-rgba {
		display: block;
		background: rgba(255,255,255,0.9);
		padding: 20px;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.fs16 {
		font-size: 1.4rem;
	}
	.koujou {
		display: block;
		background: #FFF;
		position: relative;
	}
	.koujou .ca {
		display: block;
		color: #FFF;
		font-size: 1.6rem;
		letter-spacing: 2px;
		line-height: 1.2;
		padding: 12px 20px;
		background: #004cb3;
	}
	.koujou figure {
		display: block;
		text-align: center;
		padding: 15px 0;
	}
	.koujou figure img {
		display: inline-block;
		max-width: 100%;
	}
	.koujou .flex {
		display: block;
		padding: 15px;
		justify-content:center;
		color: #FFF;
		background: #222;
	}
	.koujou .flex ul {
		display: block;
	}
	.koujou .flex ul li {
		display: block;
		position: relative;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 2px;
		font-weight: bold;
		margin: 16px 0 0 0;
	}
	.koujou .flex ul li a {
		color: #FFF;
	}
	.equip-list2 {
		display: block;
		background: url("../equipment/images/bg3.jpg") top center no-repeat;
		background-size: cover;
		position: relative;
		margin-top: 40px;
		padding: 60px 0;
	}
	.equip-list2.bg003 {
		background: url("../equipment/images/bg4.jpg") top center no-repeat;
		background-size: cover;
	}
	.equip-list2.bg004 {
		background: url("../equipment/images/bg5.jpg") top center no-repeat;
		background-size: cover;
	}
	.equip-list2::before {
		position: absolute;
		left: 0;
		right: 0;
		top: -30px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		background-size: 100% auto;
		width: 68px;
		height: 55px;
		z-index: 40;
	}
	.equip-list2::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.equip-list2 .fix-1200 {
		position: relative;
		z-index: 10;
		background: rgba(255,255,255,0.9);
		padding: 30px 0;
		max-width: 1000px;
	}
	.equip-list2 .nums {
		position: absolute;
		left: 10px;
		top: -20px;
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		border-radius: 50%;
		background: #004cb3;
		color: #FFF;
	}
	.equip-list2 .nums span {
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}
	.equip-list2 .nums b {
		font-size: 2.1rem;
		line-height: 1;
	}
	.equip-list2 .flex {
		display: block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.equip-list2 .flex figure {
		display: block;
		margin-bottom: 15px;
	}
	.equip-list2 .flex figure img {
		width: 100%;
	}
	.equip-list2 .flex .txt {
		display: block;
	}
	.equip-list2 .flex .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.setumei {
		display: block;
		position: relative;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 25px;
		background: #004cb3;
		color: #FFF;
		padding: 20px;
	}
	.setumei h3 {
		display: block;
		text-align: center;
	}
	.setumei h3 span {
		display: inline-block;
		font-size: 1.6rem;
		letter-spacing: 2px;
		line-height: 1;
		background: #FFF;
		padding: 9px 17px;
		border-radius: 25px;
		color: #004cb3;
	}
	.setumei .flex2 {
		display: block;
		margin-top: 25px;
	}
	.setumei .flex2 figure {
		display: block;
		margin-bottom: 15px;
	}
	.setumei .flex2 figure img {
		width: 100%;
	}
	.setumei .flex2 .txt {
		display: block;
	}
	.setumei .flex2 .txt h3 {
		color: #FFF;
		text-align: left;
		font-size: 1.7rem;
		letter-spacing: 2px;
		line-height: 1.4;
		padding-bottom: 10px;
		margin-bottom: 13px;
		border-bottom: #FFF solid 1px;
	}
	.setumei .flex2 .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
		margin-bottom: 20px;
	}
	.setumei .movs {
		display: block;
		padding-top: 25px;
	}
	.setumei .movs iframe {
		width: 100%;
		height: 300px;
	}
	.kansei {
		display: block;
		position: relative;
		padding: 30px 0 0 0;
	}
	.kansei::before {
		position: absolute;
		left: 0;
		right: 0;
		top: -40px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		background-size: 100% auto;
		width: 68px;
		height: 55px;
		z-index: 40;
	}
	.equip003 {
		display: block;
		padding: 70px 0;
	}
	.equip003 .mt {
		display: block;
		font-size: 1.5rem;
		line-height: 2;
		margin-bottom: 20px;
	}
	.equip003 ul {
		display: block;
	}
	.equip003 ul li {
		margin-bottom: 25px;
	}
	.equip003 li figure {
		display: block;
	}
	.equip003 li figure img {
		width: 100%;
	}
	.equip003 li h3 {
		display: block;
		margin: 13px 0;
		color: #004cb3;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.3;
		padding-left: 15px;
		border-left: #004cb3 solid 4px;
	}
	.equip003 li p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
		margin-bottom: 20px;
	}
	.equip003 h4 {
		background: #ccc;
		padding: 5px;
		font-size: 1.6rem;
	}
	.bt-gg {
		display: block;
		margin: 13px;
	}
	.bt-gg p {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.bt-gg a {
		background: #FFF;
		display: block;
		text-align: center;
		padding: 12px 0;
		font-size: 1.4rem;
		line-height: 1;
		color: #000;
		text-decoration: none !important;
		font-weight: bold !important;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
	.equip-top {
		display: block;
		background: url("../equipment/images/bg1.jpg") center center no-repeat;
		background-size: cover;
		position: relative;
		padding: 45px 0;
	}
	.equip-top::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.equip-top .fix-1200 {
		position: relative;
		z-index: 7;
	}
	.equip-top .txt {
		background: rgba(255,255,255,0.8);
		padding: 45px;
		text-align: center;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.equip-top .txt h2 {
		display: block;
		font-size: 3rem;
		letter-spacing: 2px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.equip-top .txt p {
		font-size: 4.2rem;
		line-height: 1;
		font-weight: bold !important;
		letter-spacing: 2px;
		color: #004cb3;
	}
	.equip001 {
		display: block;
		padding: 70px 0;
	}
	.equip001 .rad {
		display: block;
		text-align: center;
	}
	.equip001 .rad span {
		display: inline-block;
		background: #444;
		border-radius: 25px;
		padding: 9px 20px;
		font-size: 2rem;
		line-height: 1;
		color: #FFF;
		letter-spacing: 2px;
		font-weight: bold;
		margin-bottom: 25px;
	}
	.equip001 .c-t {
		display: block;
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-bottom: 35px;
	}
	.shadw1 {
		display: flex;
		justify-content: space-between;
		padding: 35px;
		background: #FFF;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
	}
	.shadw1::before {
		position: absolute;
		left: 0;
		right: 0;
		top: -5px;
		content: "";
		margin: auto;
		width: 500px;
		height: 10px;
		border-radius: 5px;
		background: #004cb3;
	}
	.shadw1 figure {
		flex-basis: 45%;
	}
	.shadw1 figure img {
		width: 100%;
	}
	.shadw1 .txt {
		flex-basis: 50%;
	}
	.huki1 {
		display: inline-block;
		color: #FFF;
		font-size: 2.4rem;
		line-height: 1;
		letter-spacing: 2px;
		padding: 11px 18px;
		position: relative;
		background: #004cb3;
		border-radius: 3px;
		margin-bottom: 25px;
	}
	.huki1::before{
		position: absolute;
		bottom: -24px;
		content: "";
		left: 20px;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 14px solid transparent;
		border-top: 14px solid #004cb3;
	}
	table.spec {
		width: 100%;
		border-collapse: collapse;
		border-top: #ccc dotted 1px;
		margin-bottom: 15px;
	}
	table.spec th {
		text-align: left;
		vertical-align: middle;
		padding: 13px 0;
		font-size: 1.5rem;
		line-height: 1.5;
		border-bottom: #ccc dotted 1px;
		width: 33%;
	}
	table.spec td {
		text-align: left;
		vertical-align: middle;
		padding: 13px 0;
		font-size: 1.5rem;
		line-height: 1.5;
		border-bottom: #ccc dotted 1px;
	}
	.equip002 {
		display: block;
		padding: 70px 0;
		background: #f0f0f0;
	}
	.equip002 .tit {
		display: block;
		text-align: center;
		position: relative;
		padding-bottom: 40px;
		z-index: 100;
	}
	.equip002 .tit h2 {
		display: block;
		text-align: center;
		font-size: 3.4rem;
		line-height: 1.6;
		font-weight: bold !important;
		letter-spacing: 3px;
		color: #004cb3;
	}
	.equip002 .tit::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -90px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		width: 128px;
		height: 110px;
	}
	.equip002 .bg2 {
		position: relative;
		background: url("../equipment/images/bg2.jpg") top center no-repeat;
		background-size: cover;
		padding: 45px 0;
	}
	.equip002 .bg2::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.equip002 .bg2 .fix-1200 {
		position: relative;
		z-index: 10;
		max-width: 1400px;
	}
	.bg-rgba {
		display: block;
		background: rgba(255,255,255,0.9);
		padding: 45px;
		
	}
	.fs16 {
		font-size: 1.6rem;
	}
	.koujou {
		display: block;
		background: #FFF;
		position: relative;
	}
	.koujou .ca {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		color: #FFF;
		font-size: 1.7rem;
		letter-spacing: 2px;
		line-height: 1.2;
		padding: 12px 20px;
		background: #004cb3;
	}
	.koujou figure {
		display: block;
		text-align: center;
		padding: 45px 0;
	}
	.koujou figure img {
		display: inline-block;
		max-width: 100%;
	}
	.koujou .flex {
		display: flex;
		padding: 15px 30px 30px 30px;
		justify-content:center;
		color: #FFF;
		background: #222;
	}
	.koujou .flex ul {
		margin: 0 45px;
	}
	.koujou .flex ul li {
		position: absolute;
		display: block;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 2px;
		font-weight: bold;
		margin: 16px 0 0 0;
		padding-left: 33px;
	}
	.koujou .flex ul li.ab1 {
		left: 2%;
		top: 20%;
	}
	.koujou .flex ul li.ab2 {
		left: 1%;
		top: 33%;
	}
	.koujou .flex ul li.ab3 {
		left: 38%;
		top: 41%;
	}
	.koujou .flex ul li.ab4 {
		left: 31%;
		top: 50%;
	}
	.koujou .flex ul li.ab5 {
		left: 66%;
		top: 60%;
	}
	.koujou .flex ul li.ab6 {
		left: 50%;
		top: 62%;
	}
	.koujou .flex ul li.ab7 {
		left: 69%;
		top: 72%;
	}
	.koujou .flex ul li a {
		display: block;
		padding: 12px 26px;
		font-size: 1.5rem;
		line-height: 1.1;
		color: #FFF;
		text-decoration: none !important;
		background: #b4824d;
		border: #b4824d solid 1px;
		border-radius: 4px;
		position: relative;
	}
	.koujou .flex ul li a:hover {
		background: #FFF;
		color: #b4824d;
	}
	.koujou .flex ul li a::after {
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		width: 4px;
		height: 4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.equip-list2 {
		display: block;
		background: url("../equipment/images/bg3.jpg") top center no-repeat;
		background-size: cover;
		position: relative;
		margin-top: 120px;
		padding: 60px 0;
	}
	.equip-list2.bg003 {
		background: url("../equipment/images/bg4.jpg") top center no-repeat;
		background-size: cover;
	}
	.equip-list2.bg004 {
		background: url("../equipment/images/bg5.jpg") top center no-repeat;
		background-size: cover;
	}
	.equip-list2::before {
		position: absolute;
		left: 0;
		right: 0;
		top: -90px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		width: 128px;
		height: 110px;
		z-index: 40;
	}
	.equip-list2::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../strengths/images/bg1.png") left top;
		width: 100%;
		height: 100%;
	}
	.equip-list2 .fix-1200 {
		position: relative;
		z-index: 10;
		background: rgba(255,255,255,0.9);
		padding: 60px 0;
		max-width: 1000px;
	}
	.equip-list2 .nums {
		position: absolute;
		left: 20px;
		top: 20px;
		width: 100px;
		height: 100px;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		border-radius: 50%;
		background: #004cb3;
		color: #FFF;
	}
	.equip-list2 .nums span {
		font-size: 2.1rem;
		line-height: 1;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}
	.equip-list2 .nums b {
		font-size: 3.6rem;
		line-height: 1;
	}
	.equip-list2 .flex {
		display: flex;
		justify-content: space-between;
		margin-left: 40px;
		margin-right: 40px;
	}
	.equip-list2 .flex figure {
		flex-basis: 45%;
	}
	.equip-list2 .flex figure img {
		width: 100%;
	}
	.equip-list2 .flex .txt {
		flex-basis: 50%;
	}
	.equip-list2 .flex .txt p {
		display: block;
		font-size: 1.6rem;
		line-height: 2;
	}
	.setumei {
		display: block;
		position: relative;
		margin-left: 40px;
		margin-right: 40px;
		margin-top: 50px;
		background: #004cb3;
		color: #FFF;
		padding: 40px;
	}
	.setumei h3 {
		display: block;
		text-align: center;
	}
	.setumei h3 span {
		display: inline-block;
		font-size: 2.1rem;
		letter-spacing: 2px;
		line-height: 1;
		background: #FFF;
		padding: 9px 17px;
		border-radius: 25px;
		color: #004cb3;
	}
	.setumei .flex2 {
		display: flex;
		justify-content: space-between;
		margin-top: 25px;
	}
	.setumei .flex2 figure {
		flex-basis: 45%;
	}
	.setumei .flex2 figure img {
		width: 100%;
		margin-bottom: 13px;
	}
	.setumei .flex2 .txt {
		flex-basis: 50%;
	}
	.setumei .flex2 .txt h3 {
		color: #FFF;
		text-align: left;
		font-size: 2rem;
		letter-spacing: 2px;
		line-height: 1.4;
		padding-bottom: 13px;
		margin-bottom: 15px;
		border-bottom: #FFF solid 1px;
	}
	.setumei .flex2 .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
		margin-bottom: 20px;
	}
	.setumei .spec th {
		display: block !important;
		background: #216cd2;
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: 0px ;
	}
	.setumei .spec td {
		display: block !important;
	}
	.setumei .spec td a {
		color: #FFF !important;
	}
	.setumei .movs {
		display: block;
		padding-top: 25px;
	}
	.setumei .movs iframe {
		width: 100%;
		height: 350px;
	}
	.kansei {
		display: block;
		position: relative;
		padding: 70px 0 0 0;
	}
	.kansei::before {
		position: absolute;
		left: 0;
		right: 0;
		top: -90px;
		margin: auto;
		content: "";
		background: url("../strengths/images/ya.png") center center no-repeat;
		width: 128px;
		height: 110px;
		z-index: 40;
	}
	.equip003 {
		display: block;
		padding: 70px 0;
	}
	.equip003 .mt {
		display: block;
		text-align: center;
		font-size: 2rem;
		line-height: 2;
		margin-bottom: 40px;
	}
	.equip003 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.equip003 ul li {
		flex-basis: 46%;
	}
	.equip003 li figure {
		display: block;
	}
	.equip003 li figure img {
		width: 100%;
	}
	.equip003 li h3 {
		display: block;
		margin: 16px 0;
		color: #004cb3;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.3;
		padding-left: 15px;
		border-left: #004cb3 solid 4px;
	}
	.equip003 li p {
		display: block;
		font-size: 1.5rem;
		line-height: 2;
		margin-bottom: 25px;
	}
	.equip003 h4 {
		background: #ccc;
		padding: 5px;
		font-size: 1.6rem;
	}
	#cboxTitle {
		font-size: 1.2rem !important;
		line-height: 1.4;
	}
	.business001 .flex03in {
		display: block;
		margin-top: 25px;
	}
	.business001 .flex03in ul {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.business001 .flex03in li {
		display: block;
		width: 48%;
	}
	.business001 .flex03in li img {
		width: 100%;
	}
	.business001 .flex03in {
		display: block;
	}
	.business001 .flex03in .txt p {
		display: block;
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.gx-bnr {
		display: block;
		padding: 40px 0 0 0;
		text-align: center;
	}
	.gx-bnr img {
		display: inline-block;
		max-width: 100%;
	}
	.bt-gg {
		display: block;
		margin: 13px;
	}
	.bt-gg p {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.bt-gg a {
		background: #FFF;
		display: block;
		text-align: center;
		padding: 14px 0;
		font-size: 1.5rem;
		line-height: 1;
		color: #000;
		text-decoration: none !important;
		font-weight: bold !important;
	}
}

.bg-b {
	background: #000;
	padding-left: 4px;
	padding-right: 4px;
}



