@charset "UTF-8";
#contents {
	position: relative;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
}
.sVisual {
	height: 280px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
.sVisual:before {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%) scale(1.3);
	content: "";
	width: 100%;
	height: 100%;
	transition: all 5s .5s;
}

.portList{
	clear: both; overflow: hidden;
}
.portList li{
	float: left;
	padding: 15px;
}

.conts h3{
	padding: 0px 0px 30px 0px;
	text-align: left;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: -2px;
	color: #00296e;
	border-bottom: 1px solid #00296e;
}




.sVisual.on:before { transform: translate(-50%, -50%) scale(1.1); }
.aboutUs:before { background: url('/upload/files/img/sub/sVs01.png') no-repeat center center/cover; }
.solution:before { background: url('/upload/files/img/sub/sVs02.png') no-repeat center center/cover; }
.portfolio:before { background: url('/upload/files/img/sub/sVs03.png') no-repeat center center/cover; }
.contactus:before { background: url('/upload/files/img/sub/sVs05.png') no-repeat center center/cover; }
.suppor:before { background: url('/upload/files/img/sub/sVs06.png') no-repeat center center/cover; }


.svInner {
	position: absolute; top: 60%; left: 50%;
	transform: translate(-50%, -20%);
	width: 100%;
}
.svInner h3 {
	font-size: 5rem;  text-align:center; font-weight: 500;
	line-height: 6rem; color: #fff;
	font-family: 'Poppins';
}
.svInner ul {
	width: 100%; margin: 0 auto;
	text-align: center;
}
.svInner ul li {
	position: relative;
	display: inline;
	font-size: 1.7rem; text-align: center; color: #fff;
}
.svInner ul li:not(:first-child) { padding-left: 33px }
.svInner ul li:not(:first-child):after {
	content: "〉";
	position: absolute; top: 29%; left: 13px; transform: translateY(-50%);
	width: 7px; height: 7px;
	font-size: 1.1rem; color: #fff;
}
.sNav {
	position: relative;
	width: 1440px; height: 70px;
	margin: 0px auto 0;
	background: #00296e;
	text-align: center;
	box-shadow: 3px 5px 10px rgb(0, 0, 0, 10%);
	overflow: hidden;
	transition: 0.4s;
}
.sNav.active { height: auto; }
.sNav ul { display: flex; flex-wrap: nowrap; }
.sNav li:first-child {
	width: 70px !important; height: 70px;
	background: #c4d8eb
}
.sNav li:nth-child(2) { display: none; }
.sNav li {
	position: relative;
	width: calc(1370px / 4);
	text-align: center;
}
.sNav li a {
	font-size: 1.9rem; color: #fff;
	padding: 21px 10px;
	letter-spacing: -1px;
}
.nav01 li:nth-child(n+3):nth-child(-n+5):after {
	content: "";
	position: absolute; top: 50%; right: 0%; transform: translateY(-50%);
	width: 2px; height: 19px;
	background: #599cdb
}
.nav02 li:nth-child(n+3):nth-child(-n+5):after {
	content: "";
	position: absolute; top: 50%; right: 0%; transform: translateY(-50%);
	width: 2px; height: 19px;
	background: #599cdb
}
.nav03 li {width: calc(1370px / 3);}
.nav03 li:nth-child(n+3):nth-child(-n+4):after {
	content: "";
	position: absolute; top: 50%; right: 0%; transform: translateY(-50%);
	width: 2px; height: 19px;
	background: #599cdb;
}


.conts { width: 1400px; margin: 60px auto; }
.conts h4 {
	position: relative;
	font-size: 2.6rem; font-weight: 500; line-height: 3.5rem;
	margin-top: 50px;
}
.conts h4:after {
	content: "";
	position: absolute; top: -17px; left: 0%; transform: translateY(-50%);
	width: 25px; height: 3px;
	background: #f49e19;
}

.conts > h4 ~ span {
	display: block;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px;
	font-size: 1.6rem
}
.conts h4 ~ div { margin: 15px 0 0 0; }




.priceBox{clear: both; overflow: hidden; text-align: center; margin:0 auto; width:100%; }
.priceBox ul{float: left; margin: 50px 1%; width: 23%;}
.priceBox ul li:first-child{font-size: 2rem; text-align: center; background: #2f5ca9; color: #fff;padding: 20px;}
.priceBox table{width: 100%;}
.priceBox table td{text-align: left; font-size: 1.5rem;background: #f7f7f7;padding: 10px; border-bottom: 1px solid #fff;}
.priceBox table td:first-child{color: #777;font-size: 1.3rem;}
.priceBox table td.total{color: #fb3d18; font-size:2rem;font-weight: 800; font-family: 'Poppins'}
.priceBox .priceTxt{clear: both; overflow: hidden; text-align: left; font-size: 1.6rem;line-height: 36px;}


.contUs{clear: both; overflow: hidden; width: 100%; font-size: 1.6rem;}
.contUs table{margin: 20px auto; }
.contUs table tr:first-child{border-top: 1px solid #ddd;}
.contUs table tr{border-bottom: 1px solid #ddd;}
.contUs table tr td{padding: 10px; }
.contUs table tr td:first-child{padding-left: 20px;background:#f7f7f7; }
.contUs table input{padding: 10px; color:#888; }
.contUs table textarea{padding: 10px; width:100%; color: #333;}
.contUs p textarea{padding: 10px; color: #333;}
.contUs .btnBox{width: 100%; margin: 0 auto; text-align: center;}
.contUs .btn{padding: 10px; color: #fff; background: #0047bf; text-align: center; font-size: 2rem; width:150px; margin:0 auto; }




.w40{ width:40%; }
.w100{ width:100%; }


.conts_txt h4 {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 2.6rem; font-weight: 600; line-height: 1.3;
	letter-spacing: -1px;
}
.jInfo{clear: both; overflow: hidden; }
.jInfo ul{ clear: both; overflow: hidden; }
.jInfo ul li{ width: 40%;float: left; font-size:1.6rem; margin: 20px;}
.jInfo ul li:first-child{ width: 50%;}
.jInfo ul li img{ width: 100%;}

.jInfo2{clear: both; overflow: hidden; }
.jInfo2 ul{ clear: both; overflow: hidden; }
.jInfo2 ul li{ width: 30%;float: left; font-size:1.6rem; margin: 20px;}
.jInfo2 ul li:first-child{ width: 60%;}
.jInfo2 ul li img{ width: 70%;}

.jInfo3{margin: 20px 0px;}
.jInfo3 p{font-size: 1.6rem; letter-spacing: -1px;}

.conts_txt .totalInfo{clear: both; margin: 20px 0px; border:1px soild #d3dae6; background: #e9eef5;border-radius: 10px;padding: 40px 20px;}
.conts_txt .totalInfo ul li{font-size: 1.6rem;  color: #00296e; letter-spacing: -1px; text-align: center;}
.conts_txt .totalInfo ul li:first-child{font-size: 2.8rem; font-weight: 800;letter-spacing: -2px; color: #00296e;padding: 0px 0px 20px 0px}

.conts_txt .totalStep{cleer: both;width: 80%; margin: 0 auto;}
.conts_txt .totalStep ul{padding: 30px;border: 1px solid #eee; background: #f7f7f7;border-radius: 100px; margin-bottom: 30px;} 
.conts_txt .totalStep li{ font-size: 1.8rem;  letter-spacing: -1px; margin: 0 auto; text-align: center;}
.conts_txt .totalStep li:first-child{
	width: 100px;
	font-size: 2rem; 
	font-weight: 600; 
	background: #00296e; 
	color: #fff; 
	padding: 8px 5px;
	border-radius: 100px;
	text-align: center;
	margin-bottom: 20px;
}
.conts_txt .totalStep li:nth-child(2){
	font-size: 2rem; 
	font-weight: 600; 
	color: #00296e; 
	letter-spacing: -1px; 
}
.conts_txt .lasttxt{
	font-size: 3rem; 
	font-weight: 800; 
	color: #0145b8; 
	letter-spacing: -1px; 
	text-align: center;
	padding: 20px 0px;
}


.conts_txt .totalStep2{	cleer: both;overflow: hidden; margin: 40px auto;}
.conts_txt .totalStep2 ul{float: left; width: 19%;margin: 0px 0.5%;}
.conts_txt .totalStep2 ul li{font-size: 1.6rem;  }
.conts_txt .totalStep2 ul li:first-child{
	background: #00296e; 
	padding: 10px; 
	color: #fff; 
	border-radius: 20px;
	text-align: center;
	letter-spacing: -1px;
}
.conts_txt .totalStep2 ul li:nth-child(2){
	background: #f7f7f7; 
	padding: 30px; 
	border-radius: 10px;
	margin-top: 10px;
	height: 350px;
}

.conts_txt .totalStep3{cleer: both;overflow: hidden; margin: 50px auto;}
.conts_txt .totalStep3 p{text-align: center; font-size: 4rem; font-weight: 800; line-height: 50px;letter-spacing: -2px;}

.conts_txt .totalStep4{cleer: both;overflow: hidden; margin: 50px auto;}
.conts_txt .totalStep4 p{text-align: center; font-size: 5rem; font-weight: 800; line-height: 50px;letter-spacing: -1px;}
.conts_txt .totalStep4 p b{color: #333;}

.conts_txt p.txtType1 { width: 100%; font-size: 1.6rem; line-height: 1.3; }
.conts_txt p.txtType2 { width: 100%; font-size: 1.6rem; line-height: 1.8; margin-bottom: 40px; letter-spacing: -1px;border-radius: 10px; background: #f7f7f7;padding: 30px;}
.conts_txt p.imgType1 {width: 60%;margin:0 auto; }
.conts_txt p.imgType1 img {width: 100%;}
.conts_txt p.imgType2 {width: 40%; margin:50px auto; }
.conts_txt p.imgType2 img {width: 100%;}

.conts_txt .elBox{clear: both;}
.conts_txt .elBox ul{clear: both;}
.conts_txt .elBox ul li{clear: both;font-size: 1.6rem; line-height: 1.8;letter-spacing: -1px; margin-bottom: 30px;}
.conts_txt .elBox ul li dt b{font-size: 2rem; color: #fff; background: #00296e;border-radius: 100%; padding: 10px 15px;margin-right: 20px;}
.conts_txt .elBox ul li dt{ width: 35%;font-size: 2rem; color: #fff; background: #1663b1;border-radius: 30px; padding: 7px 0px;}
.conts_txt .elBox ul li dd{ width: 100%;  background: #f7f7f7; padding: 20px;border-radius: 10px; margin-top: 10px;}


.conts_txt .promsBox{clear: both; overflow: hidden;margin:0 auto; width:1040px; }
.conts_txt .promsBox dl{float: left;}
.conts_txt .promsBox dl dt{background: #cbd3e1; text-align: center; margin: 10px 40px; border-radius: 100%;padding: 40px;}
.conts_txt .promsBox dl dd{font-size: 1.8rem;  letter-spacing: -1px;text-align: center; padding-top: 20px; margin-bottom: 20px;}

.conts_txt .promsBox2{clear: both; overflow: hidden;margin:0 auto; width:1200px; }
.conts_txt .promsBox2 dl{float: left;}
.conts_txt .promsBox2 dl dt{text-align: center; margin: 10px 15px; border-radius: 100%;border: 1px solid #ddd;}
.conts_txt .promsBox2 dl dd{font-size: 1.8rem;  letter-spacing: -1px;text-align: center; padding-top: 20px; margin-bottom: 20px;}

.conts_txt .promsBox3{clear: both; overflow: hidden; width: 1140px; margin: auto;}
.conts_txt .promsBox3 dl{float: left;}
.conts_txt .promsBox3 dl dt{text-align: center; margin: 10px 15px; border-radius: 100%;}
.conts_txt .promsBox3 dl dd{font-size: 1.8rem;  letter-spacing: -1px;text-align: center; padding-top: 20px; margin-bottom: 20px;}


.conts_txt .webBox{clear: both; overflow: hidden;}
.conts_txt .webBox ul li{font-size: 1.6rem; line-height: 1.8;letter-spacing: -1px;}
.conts_txt .webBox ul li:first-child{font-size: 2.5rem;font-weight: 800; letter-spacing: -2px; color: #00296e;padding: 10px 0px;}
.conts_txt .webBox ul li:nth-child(2){
	font-size: 1.6rem; 
	color: #00296e;
	line-height: 1.8; 
	margin-bottom: 20px; 
	letter-spacing: -1px;
	border: 1px solid #d3dae6;
	border-radius: 10px; 
	background: #e9eef5;
	padding: 20px;
}
.conts_txt .webBox .imgBox{width: 50%; margin: 0 auto;}
.conts_txt .webBox .imgBox2{width: 80%; margin: 0 auto;}
.conts_txt .webBox ul li img{width: 100%;}






.conts_txt .pweb {
	text-align: center; 
	padding: 20px;
	border: 1px solid #eee;
	background: #f7f7f7;
	margin: 20px 0px;
}
.conts_txt .pweb dt{
	font-size: 2.2rem;
	font-weight: 800;
	padding: 20px 0px 10px 0px;
}
.conts_txt .pweb dd{
	padding-bottom: 20px;
}
.conts_txt .pweb2 {
	clear: both;

}
.conts_txt .pweb2 dl {
	float: left;
	width: 45%;
	margin: 25px 20px;
}
.conts_txt .pweb2 dl dt{
	font-size: 1.6rem;
	letter-spacing: -1px;
	margin-bottom: 20px ;
}
.conts_txt .pweb2 dl dt b{
	font-size: 2rem;
	padding: 8px 18px;
	border-radius: 100%;
	background: #00296e;
	color: #fff;
	margin-right: 10px;
}
.conts_txt .pweb2 dl dd img{
	width: 100%;
}









@media screen and (max-width: 1440px){
	.conts_txt { width: 95%; margin-right: auto; margin-left: auto; }
	.conts_txt.cf .symbol_img { width: 38%; }
	.conts_txt.cf .symbol_txt { width: 60%; }
}
@media screen and (max-width: 1280px){
	.company_box .box_bg { padding: 40px; }
	.company_box .box_bg > h4 { margin-top: 50px; }
}
@media screen and (max-width: 1024px){
	.company_box { margin-top: 80px; }
	.company_box .bc_sec {
		width: 280px; height: 320px; 
		margin: -40px 40px 20px 0;
	}
	.company_box .bc_sec img { width: 100%; }
	.company_box .box_bg { width: 100%; margin-left: 0; height: auto; }
}
@media screen and (max-width: 960px){
	.conts_txt.cf .symbol_img, 
	.conts_txt.cf .symbol_txt { float: none; width: 100%; height: auto; }
	.conts_txt.cf .symbol_img { background-color: transparent; }
	.conts_txt.cf .symbol_txt { padding: 0; border: 0; }
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 720px){
	.company_box .bc_sec { float: none; margin: 0 auto; }
	
}
@media screen and (max-width: 560px){}
@media screen and (max-width: 500px){}



.conts > span { 
	display: block; 
	width: 100%; 
	margin-top: 50px; padding-top: 15px; 
	font-size: 2rem; line-height: 2.2rem; 
} 

.conts > span:last-child {
	position: relative;
	display: block; 
	width: 100%; 
	margin-top: 70px; padding-right: 132px;
	font-size: 1.9rem; font-weight: 300;
	text-align: right; color:#888;
}

.conts > span:last-child img { position: absolute; right: 0; top: 0; }

.bp_title {
	width: 100%; margin: 0 auto;
	font-size: 3.6rem; font-weight: 500; font-family: 'Cardo', serif;
	text-align: center;
}
.bp_stitle {
	position: relative;
	width: 60%; margin: 20px auto 0;
	font-size: 1.9rem; font-weight:400;
	text-align: center; color: #888;
}
.bp_stitle:before {
    content: "";
	position: absolute;
	top: 50%; left: -5%; transform: translateY(-50%);
	width: 22px; height: 20px;
	background: url('/upload/files/img/sub/bp_obj1.png');
}
.bp_stitle:after {
    content: "";
	position: absolute;
	top: 50%; right: -5%; transform: translateY(-50%);
	width: 22px; height: 20px;
	background:url('/upload/files/img/sub/bp_obj2.png');
}
.basic_box { 
	position: relative;
	width:100%; height: auto; margin: 0 auto;
	padding:80px 40px;
	text-align: center;
	background: #f7f7f7;
}
.basic_box img { position: relative; width: 100%; max-width: 1182px; }



.row .column1 { width: 100%; }
.row .column2 { width: 49%; }
.row .column22 { width: 49%; }

/*
.row .column2:nth-child(2n+1) {margin-right:1%;}
.row .column2:nth-child(2n+2) {margin-left:1%;}
*/

.column2 h4, .column1 h4 {
	position: relative;
	display: table;
	height: 80px;
	margin-top: 60px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column22 h4, .column1 h4  {
	position: relative;
	display: table;
	height: 80px;
	margin-top: 60px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column22 h5, .column1 h5 {
	position: relative;
	display: table;
	height: 100px;
	margin-top: -30px;
    font-size: 1.8rem; font-weight: 300; line-height: 2.4rem;
}
.column1 h5 { height: 80px; }
.column2 h5, .column1 h5 {
	position: relative;
	display: table;
	height: 100px;
	margin-top: -30px;
    font-size: 1.6rem; font-weight: 400; line-height: 1.3;
}
.column1 h5.minH_none, .column2 h5.minH_none { height: auto; margin-bottom: 30px; }

.column2 h4:after, .column1 h4:after {
	content: "";
    position: absolute;
    top: -10px; left: 0%; transform: translateY(-50%);
    width: 6px; height: 6px;
    background: #127ce0;
}
.column22 h4:after, .column1 h4:after {
	content: "";
    position: absolute;
    top: -10%; left: 0%; transform: translateY(-50%);
    width: 6px; height: 6px;
    background: #127ce0;
}
.column2 h4 ~ ul { border-top: 1px solid #ddd; padding-top: 14px; }

.column2 h4 ~ ul li {
	position:relative;
	display: block;
	width: 100%;
	padding-left: 12px;
	font-size: 1.8rem; color:#888;
}
.column22 h4 ~ ul li {
	position: relative;
	display: block;
	width: 100%; padding-left: 12px;
	font-size: 1.8rem; color:#888;
}
.column2 h4 ~ ul li:after {
	content: "";
    position: absolute;
    top: 15PX; left: 0%; transform: translateY(-50%);
    width: 2px; height: 2px;
    background: #888;
}
.column22 h4 ~ ul li:after {
	content: "";
    position: absolute;
    top: 50%; left: 0%; transform: translateY(-50%);
    width: 2px; height: 2px;
    background: #888;
}
.column2 .cl_inner {
	width: 100%; height:340px;
	display:flex; justify-content: space-between;
	padding-bottom:60px;
	border-bottom:1px solid #ddd;
}
.column22 .cl_inner {
	width: 100%; display: flex; justify-content: space-between;
	border-bottom: 1px solid #ddd; padding-bottom: 60px;
}
.column1 .cl_inner { width: 100%; border-bottom: 1px solid #ddd; padding-bottom: 50px; }
.column1 .cl_inner p { display: inline; margin-right: 14px; }

.column1 .cl_inner22 { width:100%; overflow: hidden; border-bottom: 1px solid #ddd; padding: 60px 0px; }
.column1 .cl_inner22 ul li { width: 25%; float: left; padding: 0% 1%; }
.column1 .cl_inner22 ul li dt { text-align: center; }
.column1 .cl_inner22 ul li dt img { width: 100%; }
.column1 .cl_inner22 ul li dd { font-size: 1.7rem; }


.column2 .cl_inner ul { float: left; width: 100%; padding-left: 20px; margin-top: -5px; }
.column2 .cl_inner ul li, 
.column1 .cl_inner ul li, 
.column22 .cl_inner ul li { padding-bottom: 10px; font-size: 1.6rem; font-weight: 300; line-height: 1.3; }
.column2 .cl_inner ul li span, 
.column1 .cl_inner ul li span { 
	display: block;
	font-size: 1.8rem; font-weight: 500; color:#127ce0;
}

.column22 .cl_inner ul { float: left; width: 100%; }
.column22 .cl_inner ul li span, 
.column1 .cl_inner ul li span { display: block; font-size: 1.7rem; color: #127ce0;  }

.row .column_type1 { width: 100%; }
.column_type1 h4 {
	position: relative;
	display: table;
	height: 80px;
	margin-top: 60px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column_type1 h5 {
	position: relative;
	display: table;
	margin-top: -30px;
    font-size: 1.9rem; font-weight: 300; line-height: 2.4rem;
}
.row .column_type33 { width:100%; }
.column_type33 h4 {
	position: relative;
	display:table;
	height: 80px; 
	margin-top: 110px;
    font-size: 2.2rem; font-weight: 500; line-height: 2.6rem;
}
.column_type33 h5 {
	position: relative;
	display:table;
	margin-top: -30px;
    font-size: 1.9rem; font-weight: 300; line-height: 2.4rem;
}
.column_type1 .cl_inner { 
	width: 100%; 
	display: flex; justify-content: space-between;
	border-bottom:1px solid #ddd;
	padding-bottom:60px;
}
.column_type1 .cl_inner p { display: inline; margin-right: 14px; }
.column_type1 .cl_inner ul { float: left; width: 100%; padding-left: 30px; }
.column_type1 .cl_inner ul li { padding-top: 12px; font-size: 1.7rem; }
.column_type1 .cl_inner ul li span { display:block; font-size:1.9rem; color:#127ce0; }

.column_type22 { width: 100%; padding: 3%; background: #f7f7f7; }
.column_type22 .cl_inner { width:100%; display: flex; justify-content: space-between; }
.column_type22 .cl_inner:nth-child(1){ border-bottom:1px solid #ddd; padding-bottom: 40px; }
.column_type22 .cl_inner:nth-child(2){ padding-top: 40px; }
.column_type22 .cl_inner p { display: inline; margin-right:14px; }
.column_type22 .cl_inner ul { float: left; width:100%; padding-left: 30px; }
.column_type22 .cl_inner ul li { padding-top: 12px; font-size: 1.7rem; }
.column_type22 .cl_inner ul li span { display:block; font-size:1.9rem; color:#127ce0; }

.column_type33 .cl_inner { width: 100%; display: flex; justify-content: space-between; }
.column_type33 .cl_inner p { display: inline; margin-right: 14px; }
.column_type33 .cl_inner ul { float: left; width: 100%; padding-left: 30px; }
.column_type33 .cl_inner ul li { padding-top: 12px; font-size: 1.7rem; color: #888; }
.column_type33 .cl_inner ul li span { display: block; font-size: 1.9rem; color:#127ce0; }
.column_type33 .cl_inner .ttitle { font-size: 2rem; color: #111; }
.column_type33 .cl_inner .ttxt { color: #999; font-size: 1.6rem;}






.timeline {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color:#e9e9e9;
  top: 29px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.box_left {
  padding: 10px 40px 10px 0;
  position: absolute;
  width: 50%;
}
.box_right h2 {
color:#111;
font-size:2.4rem;
font-weight:500;
}
.box_right p {
color:#555;
font-size:1.9rem;
font-weight:400;
line-height:2.2rem;
word-break:break-word;
padding-top:30px;

}
.box_left p {
color:#000;
font-size:1.6rem;
font-weight:400;
line-height:2.2rem;
word-break:break-all;
padding-top:15px;
}
.box_right {
  padding: 10px 0 10px 40px;
  position: relative;
  width: 50%;
}
.box_left::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  right: -7px;
  background-color: white;
  border: 3px solid #127ce0;
  top: 30px;
  border-radius: 50%;
  z-index: 2;
}
.box_right::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -2px;
  background-color:#e1e1e1;
  border: 3px solid #fff;
  top: 35px;
  border-radius: 50%;
  z-index: 1;
}
.box_left {
  left: 0;
}
.box_right {
  left: 50%;
}
.box_right::after {
  left: -8px;
}
.cont {
  padding: 15px 18px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.ht_pic {margin-bottom:30px;margin-bottom:20px;}
.ht_pic:after {content: ''; display:block;clear:both;}
.ht_pic li {float:left;width:49%;margin:0.5% 1%}
.ht_pic li:nth-child(2n+1) {margin-left:0;}
.ht_pic li:nth-child(2n+2) {margin-right:0;}
.ht_pic li img {width:100%}

.ex_box {width:100%;margin-top:40px;background:#f7f7f7;padding:40px;}
.ex_box li {border-bottom:1px solid #e1e1e1;padding:15px 0;}
.ex_box li:first-child {padding-top: 0;}
.ex_box li:last-child {border:0; padding-bottom: 0;}
.ex_box h3 {font-size:1.9rem;font-weight:400}
.ex_box p {font-size:1.7rem;color:#777}


.ex_box22 {overflow: hidden; clear: both; width:100%;margin-top:40px;background:#fff;padding-bottom:50px;}
.ex_box22 li {border-bottom:1px solid #e1e1e1;padding:15px 0;}
.ex_box22 li:first-child {padding-top: 0;}
.ex_box22 li:last-child {border:0; padding-bottom: 0;}
.ex_box22 h3 {font-size:1.9rem;font-weight:400}
.ex_box22 p {font-size:1.7rem;color:#777}



.column2 .cl_inner { height: 280px; } 

.row .column1 { width: 100%; }
.row .column2 { width: 49%; }
.row .column22 { width: 48%; margin:0% 1%; }
.row .column3 { width: 31%; }
.row .column44 { width: 70%; margin-right:5%; }
.row .column55 { width: 25%; }
.row .column2:nth-of-type(2n+1) { margin-right: 1%; }
.row .column2:nth-of-type(2n+2) { margin-left: 1%; }



.row .column3:nth-of-type(3n-1) { margin-left: 3.4%; margin-right: 3.5%; }
@media screen and (max-width: 1024px){
	.row .column2 { width: 100%; }
	.row .column22 { width: 100%; }
	.row .column2:nth-of-type(2n+1) { margin-right: 0; }
	.row .column2:nth-of-type(2n+2) { margin-left: 0; }
	.row .column22:nth-of-type(2n+1) { margin-right: 0; }
	.row .column22:nth-of-type(2n+2) { margin-left: 0; }
}
@media screen and (max-width: 720px){
	.row .column3 { width: 100%; }
	.row .column3:nth-of-type(3n-1) { margin-left: 0; margin-right: 0; }

}

.textWine { color: #ab0f43; font-weight: 500; }
.textBlue { color: #127ce0; }
.textWhite { color: #fff; }
.textGrey { color: #888; font-weight: 300; }
.textBlack { color: #111; }
.textCardoL { font-family: 'Cardo', serif; font-weight: 400; }
.textCardoB { font-family: 'Cardo', serif; font-weight: 700; }

.bgNavy { background-color: #021a3f; }
.bgWine { background-color: #ab0f43; }

.pc_none { display: none; }

.textB { font-size: 2.6rem; }
.font_34 { font-size: 3.4rem; }
.font_22 { font-size: 2.0rem; }
.font_20 { font-size: 2.0rem; }
.font_18 { font-size: 1.8rem; }
.font_16 { font-size: 1.6rem; }
@media screen and (max-width: 1024px){
	.pc_none { display: block; }
	.t_none { display: none; }

	.textB { font-size: 2.0rem; font-weight: 500; }
	.font_34 { font-size: 3.0rem; }
	.font_22 { font-size: 2.1rem; }
	.font_20 { font-size: 1.9rem; }
	.font_18 { font-size: 1.7rem; font-weight: 300; }
	.font_16 { font-size: 1.5rem; }	
}
@media screen and (max-width: 720px){
	.m_none { display: none; }
}
@media screen and (max-width: 560px){
	.textB { font-size: 2.0rem; font-weight: 500; }
	.font_34 { font-size: 2.6rem; }
	.font_22 { font-size: 2.0rem; }
	.font_20 { font-size: 1.8rem; }
	.font_18 { font-size: 1.6rem; font-weight: 300; }
	.font_16 { font-size: 1.4rem; }	
	.box_right p { font-size: 1.6rem; }
	.column1 .cl_inner22 ul li{width:100%; margin-bottom:3%; }
}

.mb-10 {margin-bottom: 1rem !important;}
.mb-20 {margin-bottom: 2rem !important;}
.mb-40 {margin-bottom: 4rem !important;}
.mb-60 {margin-bottom: 6rem !important;}
.mb-80 {margin-bottom: 8rem !important;}
.mb-100 {margin-bottom: 10rem !important;}
@media screen and (max-width: 1024px){
	.mb-60 {margin-bottom: 4rem !important;}
	.mb-80 {margin-bottom: 6.5rem !important;}
	.mb-100 {margin-bottom: 8rem !important;}
}
@media screen and (max-width: 500px){
	.column_type1 .cl_inner p{margin: 0;}
	.column_type1 .cl_inner p img{width: 100%;}
	.row .column44{width: 100%;}
	.row .column55{width: 100%; margin-top: 40px;}	
	.OsiriaIit{text-align: center;}
	.OsiriaImg dl{width: 100%}
	.OsiriaImg dl:last-child{margin: 0px;}
	.mb-20 {margin-bottom: 1rem !important;}
	.mb-80 {margin-bottom: 6rem !important;}
	.mb-100 {margin-bottom: 6rem !important;}

}

.bp_title { font-weight: 600; }
.conTitBox { 
	background-color: #f7f7f7; 
	padding: 60px; margin: 40px auto 100px;
	text-align: center;
}
.conTitBox > h5 { padding: 20px; color: #fff; }
.conTitBox .conTitBox_txt1 {
	position: relative;
	display: inline-block;
	font-size: 3.4rem;
	color: #127ce0;
	line-height: 1.2;
	margin-bottom: 40px;
}
.conTitBox_txt1:before, .conTitBox_txt1:after {
    content: "";
	position: absolute; top: 0%;
	width: 22px; height: 20px;
}
.conTitBox_txt1:before {
	left: -40px;
	background:url('/upload/files/img/sub/bp_obj1.png');
}
.conTitBox_txt1:after {
	right: -40px;
	background:url('/upload/files/img/sub/bp_obj2.png');
}
.conTitBox .conTitBox_txt2 { font-size: 1.8rem; line-height: 1.3;  margin-bottom: 20px; }
.conTitBox .conTitBox_txt2 .textWine { font-weight: 400; }

.conFlex ul li .icBG.icBlue {
	display: block; margin: 0 auto 10px;
	width: 100px; height: 100px; border-radius: 50%; position: relative;
}
.conFlex ul li .icBG.icBlue > img {
	display: block; 
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px){
	.conTitBox .conTitBox_txt1 { font-size: 3.0rem; }
	.conTitBox .conTitBox_txt2 { font-size: 1.7rem; }
}
@media screen and (max-width: 560px){
	.conTitBox .conTitBox_txt1 { font-size: 2.6rem; }
	.conTitBox .conTitBox_txt2 { font-size: 1.6rem; }
	.conFlex ul li .icBG.icBlue { margin: 5px 0; }
	.conAchievements dl dd ul li p { margin: auto 0 auto 20px; }
}
@media screen and (max-width: 500px){
	.bp_title { font-size: 2.6rem; }
	.secTitle { font-size: 2.6rem; margin-bottom: 60px; }
	.conTitBox { margin-bottom: 60px; padding: 30px; }
	.conTitBox_txt1::before, .conTitBox_txt1::after { content: none; }
	.conTitBox .conTitBox_txt2 { text-align: left; }
}




@media screen and (max-width: 1440px){
	.awards .box_left { width: 40%; }
	.awards .box_right { width: 50%; left: 50%; }
	.awards_pic { width: 100%; height: 360px; }
	.awards_pic img { display: none; }
	.awards_pic p:nth-of-type(1), 
	.awards_pic p:nth-of-type(2) { width: 100%; border: 0; position: absolute; }
	.awards_pic p:nth-of-type(1) { top: calc(50% - 60px); }
	.awards_pic p:nth-of-type(2) { bottom: calc(50% - 40px); }

	.awards .timeline::after { left: 45%; }
	.awards .box_right h2::after { left: calc(-10% - 11px); }
	.box_right .awards_date::after { left: calc(-10% - 8px); }
	.box_right .awards_date { display: block; }
	.box_right .awards_date dt, .box_right .awards_date dd { max-width: 100%; }
}
@media screen and (max-width: 1024px){
	.awards_pic { height: 300px; }
	.awards .box_left { position: static; width: 100%;  }
	.awards .box_right { position: static; width: 100%; left: 0; }
	.awards .timeline::after { top: 420px; left: 5px; }
	.awards .box_right h2,
	.box_right .awards_date { margin-left: 40px; }
	.awards .box_right h2::after { left: -45px; }
	.box_right .awards_date::after { left: -43px; }
}
@media screen and (max-width: 720px){
	.awards_pic p:nth-of-type(2), 
	.awards_pic p:nth-of-type(2) span { font-size: 2.0rem; }
}
@media screen and (max-width: 500px){
	.awards .timeline::after { top: 380px }
	.awards .cont:first-of-type { margin-bottom: 60px; }
}



@media screen and (max-width: 1440px){
	.conAchievements dl dd:first-of-type { font-size: 1.6rem; }
	.conAchievements dl dd ul li p > span { font-size: 2.0rem; }
}
@media screen and (max-width: 1024px){
	.conAchievements dl dt, 
	.conAchievements dl dd:first-of-type { text-align: center; }
	.conAchievements dl dd:last-of-type p { text-align: left; display: block; }
	.conAchievements, .conAchievements2 { width: 100%; min-height: auto; }
	.conAchievements2 { height: auto; }
}
@media screen and (max-width: 560px){
	.conAchievements2 { padding: 20px 0; }
	.conAchievements2 .left:nth-of-type(1), 
	.conAchievements2 .left:nth-of-type(2) { float: none; width: 100%; padding-left: 20px; }
	.conAchievements dl dd ul.conFlex { display: block; }
	.conAchievements dl dd ul li { width: 100%; display: flex; }
	.conAchievements dl dd ul li .ic-blue { margin: 0 0 20px; width: 80px; height: 80px; }
	.conAchievements dl dd ul li:last-of-type .ic-blue { margin: 0; }
	.conAchievements dl dd ul li p { text-align: left; margin: 20px 0 0 20px; }
}
@media screen and (max-width: 500px){
	.conFlex > p { text-align: left; }
}



@media screen and (max-width: 1440px){
	.conBrochure { width: 32%; }
	.conBrochure:nth-child(4n-2) { margin-left: 0; }
	.conBrochure:nth-child(4n-1) { margin-left: 0; margin-right: 0; }
	.conBrochure:nth-child(3n-1) { margin-left: 2%; margin-right: 2%; }
}
@media screen and (max-width: 1024px){
	.conBrochure { width: 49%; height: 480px; }
	.conBrochure:nth-child(3n-1) { margin-left: 0; margin-right: 0; }
	.conBrochure:nth-child(2n) { margin-left: 2%; }
	.txtBox22 p:nth-child(1){width: 100%;}
	.txtBox22 p:nth-child(2){display: none;}

}
@media screen and (max-width: 720px){
	.conBrochure { width: 100%; height: auto; }
	.conBrochure:nth-child(2n) { margin-left: 0; }

}
@media screen and (max-width: 560px){

	.conBrochure .imgBox { height: 240px; }
	.txtBox .brochureTit a { font-size: 1.8rem; }
	.txtBox .brochureDate { font-size: 1.6rem; padding-top: 0; }
	.textOver { 
		/* -webkit-line-clamp: 1; */ 
		height: 25px;
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}



.pageTit { width: 1400px; margin: 0 auto 50px; text-align: left; }
.pageTit > .textBlack { font-size: 3.2rem; line-height: 1.3; margin-bottom: 10px; }
.pageTit > .textGrey { font-size: 1.8rem; line-height: 1.2; }
.pageTit > .pageTitBox { 
	font-size: 1.6rem; font-weight: 400; line-height: 2.2rem;
	background-color: #f7f7f7; padding: 20px 30px; margin-top: 20px;
}
.pageTit > .pageTitBox > .textWine { font-size: 1.6rem; }

.tabsBox { width: 100%; height: auto; position: relative; }
.tabsTit { width: 1400px; margin: 0 auto; line-height: 1.2; position: relative; }
.tabsTit > p.subject {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 95%;
	font-size: 5.0rem; text-align: center; color: #fff;
}
.tabsTit > p.subject > span { font-size: 2.8rem; font-weight: 300; padding: 20px 0; display: block; }
.tabsTit > p.caption { 
	position: absolute; top: 30px; right: 30px; 
	font-size: 1.6rem; font-weight: 300; color: rgba(255, 255, 255, 0.5);
}


.tabsTxt {
	width: 100%; min-height: 300px;
	background-color: #f7f7f7;
	margin-top: -200px;
}

.tabsTxt > p { 
	width: 1400px; margin: 0 auto; padding: 230px 0 40px;
	font-size: 1.8rem; font-weight: 300; line-height: 1.3;
	z-index: 2;
}


.tabsImg { position: absolute; z-index: -1; }
.tabsImg2 { position: absolute; z-index: -1; }

.tabsType2 .tabsTxt { min-height: auto; }
.tabsType2 .tabsTxt > p { padding-top: 40px; }



@media screen and (max-width: 1024px){
	.tabsTit > p.subject { font-size: 4.4rem; }
	.tabsTit > p.subject > span { font-size: 2.6rem; }
}
@media screen and (max-width: 60px){
	.tabsTit > p.subject { font-size: 4.0rem; }
}



.tabsType .tabsTit::before, 
.tabsType .tabsTit::after {
	content: '';
	position: absolute;
}

.tabsTit { 
	background-repeat: no-repeat; 
	height: 460px;
}
.tabsTit.s0301-1 { background-image: url(/upload/files/img/sub/s0301_tabImg1.png); }
.tabsTit.s0301-3 { background-image: url(/upload/files/img/sub/s0301_tabImg3.png); }

.tabsTit.s0302-1 { background-image: url(/upload/files/img/sub/s0302_tabImg1.png); }
.tabsTit.s0302-2 { background-image: url(/upload/files/img/sub/s0302_tabImg2.png); }
.tabsTit.s0302-3 { background-image: url(/upload/files/img/sub/s0302_tabImg3.png); }

.tabsTit.s0303-1 { background-image: url(/upload/files/img/sub/s0303_tabImg1.png); }
.tabsTit.s0303-2 { background-image: url(/upload/files/img/sub/s0303_tabImg2.png); }
.tabsTit.s0303-3 { background-image: url(/upload/files/img/sub/s0303_tabImg3.png); }

/* tabsType - tabsType2 */
.tabsType2 .tabsBox { /**/ margin-bottom: 100px;  height: auto; position: relative; }
.tabsType2 .tabsBox::after {
	content: ''; width: 100%; height: calc(100% - 100px); background-color: #f7f7f7;
	position: absolute; top: 100px; left: 0;
	z-index: -2;
}
.tabsType2 .tabsTit {
	width: 100%;
	position: absolute; top: 20%; left: 50%; transform: translate(-50%, -50%); 
	z-index: 10;
}
.tabsType2 .tabsTxt { width: 100%; margin: 0 auto; background-color: #f7f7f7; }

.tabsType2 .tabsImg { width: 1400px; margin: 0 auto; position: static; }
.tabsType2 .tabsImg > ul { 
	width: 100%; /* height: 1020px; */
	display: flex; flex-wrap: wrap; justify-content: space-between; 
}
.tabsType2 .tabsImg > ul > li { /*position: relative;*/ font-size: 0; white-space: normal; }
.tabsType2 .tabsImg > ul > li > span { 
	display: block; 
	position: absolute; bottom: 20px; right: 20px; 
	font-size: 2.4rem; font-weight: 600; color: rgba(255, 255, 255, 0.5) 
}
.tabsType2 .tabsImg > ul > li:nth-child(1) { width: 100%; }
.tabsType2 .tabsImg > ul > li:nth-child(2), 
.tabsType2 .tabsImg > ul > li:nth-child(3) { width: 33%; margin-right: 0.5%; margin-top: 10px; }
.tabsType2 .tabsImg > ul > li:nth-child(4) { width: 33%; margin-top: 10px; }
.tabsType2 .tabsImg > ul > li:nth-child(6) { width: 33%; margin-top: 10px; }

.tabsType2 .tabsImg > ul > li.tabsTxt2 { 
	width: 66.5%; margin-right: 0.5%; padding-top: 40px;
	border-bottom: 1px solid #e1e1e1;
	
}
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li { position: relative; padding-left: 30px;  }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li::before {
	content: ''; 
	position: absolute; top: 0; left: 0; 
	color: #127ce0;
	font-size: 1.8rem;
}
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(1)::before { content: '01'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(2)::before { content: '02'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(3)::before { content: '03'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(4)::before { content: '04'; }
.tabsType2 .tabsImg > ul > li.tabsTxt2 ul li:nth-of-type(5)::before { content: '05'; }

.tabsType2 .tabsImg > ul > li:nth-child(n+1):nth-child(-n+6){ position: relative; }

	.tabsType2 .tabsImg > ul > li:nth-child(1)::before { 
		content: ''; position: absolute; top: 10px; left: -20px;
		width: 100px; height: 60px; background-color: rgba(18, 124, 224, 0.9);
	}
	.tabsType2 .tabsImg > ul > li:nth-child(1)::after { 
		content: ''; position: absolute; bottom: 70px; right: 40px;
		width: 80px; height: 80px; 
		background-color: rgba(0, 77, 194, 0.9);
	}
	.tabsType2 .tabsImg > ul > li:nth-child(6)::before { 
		content: ''; position: absolute; top: 10px; left: -20px;
		width: 80px; height: 40px; background-color: rgba(250, 190, 0, 0.9);
	}
.tabsType2 .tabsImg > ul > li img { width: 100%; }

.tabsType2 .tabsImg ul li.tabsTxt2 ul li { font-size: 1.8rem; display: block; text-align: left; white-space: normal; }
.tabsType2 .tabsTxt > p { text-align: left; }





@media screen and (max-width: 1440px){
	.tabsType2 .tabsImg { width: 95%; }
	.tabsType2 .tabsImg > ul > li.tabsTxt2 { border: 0; padding-top: 40px; }
	.tabsType1 .tabsTxt::after, 
	.tabsType3 .tabsTxt::after { content: none; }
}
@media screen and (max-width: 1024px){
	.tabsType1 .tabsImg, .tabsType3 .tabsImg { overflow: hidden; }
	.tabsType1 .tabsImg img { }
	
	.tabsType2 .tabsImg > ul > li:nth-child(1)::before, 
	.tabsType2 .tabsImg > ul > li:nth-child(1)::after, 
	.tabsType2 .tabsImg > ul > li:nth-child(6)::before { content: none; }
	.tabsType2 .tabsImg > ul > li > span { bottom: auto; top: 20px; right: 10px; }
	.tabsType2 .tabsImg > ul > li.tabsTxt2 { padding-top: 10px; }
	.tabsType1 .tabsTit::before, 
	.tabsType1 .tabsTit::after { content: none;}
	.tabsType3 .tabsTit::before, 
	.tabsType3 .tabsTit::after { content: none; }
}
@media screen and (max-width: 960px){
	.tabsType2 .tabsImg ul li.tabsTxt2 ul li { font-size: 1.6rem; line-height: 1.2; }
	.tabsType2 .tabsImg > ul > li:nth-child(n+2):nth-child(-n+6) { margin-top: 20px; }
}

@media screen and (max-width: 720px){
	.tabsType1 .tabsBox { height: auto; margin-bottom: 0; }
	.tabsType1 .tabsBox::after { height: auto; }
	
	.tabsTit > p.subject { font-size: 3.6rem; }
	.tabsTxt p { width: 100%; padding: 20px; }
	.tabsType2 .tabsImg > ul > li { width: 100%; display: block; }
	.tabsType2 .tabsImg > ul > li:nth-child(n+2):nth-child(-n+6) { width: 100%; }
	.tabsType2 .tabsImg > ul > li.tabsTxt2 { display: none; }
	.tabsType2 .tabsImg > ul > li:nth-child(2), 
	.tabsType2 .tabsImg > ul > li:nth-child(3) { margin-right: 0; }

	.tabsType1 .tabsImg, .tabsType3 .tabsImg { width: 100%; }
	.tabsType1 .tabsImg img, .tabsType3 .tabsImg img { overflow: hidden; }
	.tabsType2 .tabsImg > ul > li:nth-child(n+1):nth-child(-n+6) { overflow: hidden; }
}
@media screen and (max-width: 560px){
	.tabsType2 .tabsImg > ul > li:nth-child(n+2):nth-child(-n+6) { margin-top: 10px;  }
}
@media screen and (max-width: 500px){
	.tabsType2 .tabsTxt { width: 95%; }
	.tabsType2 .tabsBox::after { content: none; }
}


@media screen and (max-width: 1440px){
	.pageTit { width: 95%; }
	.tabsTit { width: 95%; }
	.tabsTxt p { width: 95%; }
	.tabsType2 .tabsImg { width: 95%; }

	.column2 h5 { height: auto; padding-bottom: 20px; }
}
@media screen and (max-width: 1024px){
	.pageTit { margin-bottom: 60px; }
	.pageTit > .textGrey { font-size: 1.9rem; }
	.pageTit > .pageTitBox { font-size: 1.7rem; }
	.pageTit > .pageTitBox > .textWine { font-size: 1.5rem; }
}
@media screen and (max-width: 720px){
	.ex_box { padding: 20px; }
	#tabs-1 .tabsTit::before, 
	#tabs-1 .tabsTit::after { content: none; }
}
@media screen and (max-width: 560px){
	.tab_inner .conType4 .conArticle p { font-size: 1.6rem; }
}

/* 3. BMC Projects > My Home */
.textBox { background-color: #f7f7f7; padding: 30px; box-sizing: border-box; }
.textBox p { font-size: 1.8rem; line-height: 1.2; } 

h5.conTitle {
	width: 100%; padding: 15px 20px; 
    font-size: 2.2rem; font-weight: 500; color: #fff;
    position: relative;
}
h5.conTitle::after {
	content: '';
    position: absolute; top: 0; right: 0;
    width: 24px; height: 100%;
    background-image: url(../img/sub/h5_BG.svg); background-repeat: no-repeat;
}
.iconType .icBG { 
	width: 100px; height: 100px;
	border-radius: 50%; 
	margin-right: 30px; margin-bottom: 20px;
	position: relative; 
}
.iconType .icBG > img { 
	display: block; 
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.icBG.icBlue { background-color: #004dc2; }
.icBG.icNavy { background-color: #021a3f; }

.iconType .icBG { float: left; margin-right: 30px; }
.iconType dl { float: left; width: calc(100% - 130px); }
.iconType dl dd.textBlack { line-height: 1.1; }
.iconType dl dd.textGrey { margin-left: -130px; min-height: 70px; font-size: 1.8rem; line-height: 1.2; }



/* e0302 .tabsType2 */
.tabsType2 .column2 { padding-bottom: 20px; border-bottom: 1px solid #e1e1e1; }
.tabsType2 .column2 .textBox { min-height: 220px; }
.tabsType2 .column2 .textBox .textBlue { padding-bottom: 5px; }
.tabsType2 .column2 .textBox div .textBlack {padding-bottom: 20px; }
.tabsType2 .column2 .textBox div:last-of-type .textBlack { margin-bottom: 0; }

.tabsType2 .column1 { border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; }
.tabsType2 .column1 .textType .textBox { float: left; width: 49%; min-height: 130px; margin-bottom: 10px; }
.tabsType2 .column1 .textType .textBox:nth-of-type(2n+1) { margin-right: 1%; }
.tabsType2 .column1 .textType .textBox:nth-of-type(2n+2) { margin-left: 1%; }
.tabsType2 .column1 .textType .textBox .textBlack { padding-bottom: 5px; }

@media screen and (max-width: 1440px){
	.iconType dl dd.textGrey { width: 100%; margin-left: 0; min-height: auto; }
	.tabsType2 .column1 .textType .textBox { width: 100%; min-height: auto; }
	.tabsType2 .column2 .textBox { min-height: auto; }
	.tabsType2 .column1 .textType .textBox:nth-of-type(2n+1) { margin-right: 0; }
	.tabsType2 .column1 .textType .textBox:nth-of-type(2n+2) { margin-left: 0; }
}
@media screen and (max-width: 1024px){
	h5.conTitle { font-size: 2.1rem; }
	h5.conTitle::after { content: none; }
	.textBox p { font-size: 1.7rem; }
	.iconType dl dd.textGrey { font-size: 1.7rem; }
}
@media screen and (max-width: 720px){
	.iconType .icBG, 
	.iconType dl { float: none; margin-right: auto; margin-left: auto; }
	.iconType dl { width: 100%; }
	.iconType dl dt.textWine, .iconType dl dd.textBlack { text-align: center; }
	.textBox { padding: 20px; }
}
@media screen and (max-width: 560px){
	h5.conTitle { font-size: 2.0rem; }
	.textBox p { font-size: 1.6rem; }
	.iconType dl dd.textGrey { font-size: 1.6rem; }
}


@media screen and (max-width: 1024px){
	.iconType dl dt.textWine { font-size: 1.9rem; margin-bottom: 10px; }
	.iconType dl dd.textBlack { font-size: 1.7rem; }
	.textBox .textGrey { font-size: 1.7rem; }
}
@media screen and (max-width: 560px){
	.iconType dl dt.textWine { font-size: 1.8rem; }
	.iconType dl dd.textBlack { font-size: 1.6rem; }
	.textBox .textGrey { font-size: 1.6rem; }
	.row .column3.pic3 .imgTit { font-weight: 500; }
}
