@charset "UTF-8";

ul {
	list-style-type: none;
	padding: 0;
}

/* COMMON --------------------------------------------------*/
.infoW {
	margin: 0 auto;
	width: 1000px;
	display: block;
	overflow: hidden;
}

.infoTxt {
	margin: 0 auto 30px auto;
	width: 980px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6em;
	color: #000;
}

#infoMain a:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

#infoMain a img {
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
}

.contentBox {
	margin: 0 auto 40px;
	padding: ;
	width: 980px;
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.infoW {
		width: 100%;
	}
}

/* BREADCRUMBS */
.infoBreadcrumbs {
	padding: 10px 0 9px;
	background-color: #F7F7F7;
}

.infoBreadcrumbs ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.infoBreadcrumbs ul li {
	float: left;
	padding-left: 16px;
	margin-left: 8px;
	background: url(/corporate/common_renew/img/layout/breadcrumbs_bg01.png) no-repeat left center;
}

.infoBreadcrumbs ul li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

.infoBreadcrumbs ul li a {
	color: #666;
}

@media screen and (max-width: 640px) {
	.infoBreadcrumbs {
		display: none;
	}
}

/* GENERIC */
.tac {
	text-align: center !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb0 {
	margin-bottom: 0;
}

.pb0 {
	padding-bottom: 0;
}

#infoContents {
	font-size: 130%;
	letter-spacing: 0.1em;
}


/* MAIN IMAGE --------------------------------------------------*/
#infoTitleArea {
	margin: 0 0 40px 0;
	background: url(/info/corporate/inbound_support/images/main_bg.gif) center center repeat-x;
}

#infoTitleArea h1 {
	margin: 0 auto;
	width: 940px;
	padding: 0;
}

@media screen and (max-width: 640px) {
	#infoTitleArea {
		margin: 0 0 30px 0;
		width: 100%;
		background: none;
	}

	#infoTitleArea h1 {
		width: 100%
	}

	#infoTitleArea h1 img {
		width: 100%
	}

}


/* CONTENTS1 --------------------------------------------------*/
/* INTRO */
.introTxt {
	margin: 0 0 40px 0;
	padding: 0 20px;
	font-size: 30px;
	line-height: 1.45em;
}

@media screen and (max-width: 640px) {
	.introTxt {
		margin: 0 0 20px 0;
		font-size: 20px;
	}

	.brSp {
		display: none;
	}
}

/* ANCHOR LINK */
.anchorLink ul {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

.anchorLink ul li {
	margin-right: 40px;
	width: 300px;
	float: left;
}

.anchorLink ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	.anchorLink ul {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}

	.anchorLink ul li {
		margin-right: 5px;
		width: calc(100% / 3 - 5px);
		width: -webkit-calc(100% / 3 - 5px);
	}

	.anchorLink ul li img {
		width: 100%;
	}
}


/* CONTENTS2 --------------------------------------------------*/
/* CONTENT ALL */
#increase,
#problem,
#example,
#inquiry {
	padding: 80px 0 0 0;
}

#increase h2,
#problem h2,
#example h2,
#inquiry h2 {
	margin: 0 0 40px 0;
	padding: 0 0 25px 0;
	width: 100%;
	background: url(/info/corporate/inbound_support/images/line_title.gif) bottom no-repeat;
	text-align: center;
}

@media screen and (max-width: 640px) {

	#increase h2,
	#problem h2,
	#example h2,
	#inquiry h2 {
		margin: 0 0 30px 0;
	}

	#increase h2 img,
	#problem h2 img,
	#example h2 img,
	#inquiry h2 img {
		height: 20px;
	}
}

/* INCREASE */
.increaseBox {
	margin: 0 auto 40px;
	width: 980px;
	overflow: hidden;
}

.increaseGrp {
	width: 470px;
	float: left;
}

.increaseTxt {
	margin: 50px 0 0 0;
	width: 470px;
	font-size: 15px;
	line-height: 1.7em;
	text-align: left;
	float: right;
}

.increaseBg {
	padding: 40px 0;
	width: 100%;
	background: #DEDEDE;
}

.increaseBg h3 {
	margin: 0 0 20px 0;
	font-size: 28px;
	color: #2980FF;
	text-align: center;
}

.increaseBg ul {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

.increaseBg ul li {
	margin-right: 20px;
	padding: 220px 0 0 0;
	width: 310px;
	height: 310px;
	font-weight: bold;
	float: left;
	text-align:center;
}

.increaseBg ul li:last-child {
	margin-right: 0;
}

.increaseBg ul li.Bg1 {
	background: url(/info/corporate/inbound_support/images/pct_increase1.png) no-repeat;
}

.increaseBg ul li.Bg2 {
	background: url(/info/corporate/inbound_support/images/pct_increase2.png) no-repeat;
}

.increaseBg ul li.Bg3 {
	background: url(/info/corporate/inbound_support/images/pct_increase3.png) no-repeat;
}

.increaseBg div.notes {
	margin: 0 auto;
	width: 980px;
	text-align: right;
	font-size: 11px;
	letter-spacing: normal;
}


@media screen and (max-width: 640px) {
	.increaseBox {
		margin: 0 auto 30px;
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}

	.increaseGrp {
		width: 100%;
		float: none;
	}

	.increaseGrp img {
		width: 100%;
	}

	.increaseTxt {
		margin: 20px 0 0 0;
		width: 100%;
		line-height: 1.4em;
		float: none;
	}

	.increaseBg {
		padding: 20px 0;
	}

	.increaseBg h3 {
		margin: 0 0 20px 0;
		font-size: 24px;
	}

	.increaseBg ul {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}

	.increaseBg ul li {
		margin-right: 10px;
		padding: 40px 0 0 120px;
		width: 100%;
		height: 100px;
		text-align: left;
		float: none;
	}

	.increaseBg ul li.Bg1,
	.increaseBg ul li.Bg2,
	.increaseBg ul li.Bg3 {
		background-size: 100px 100px;
	}

	.increaseBg div.notes {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		text-align: left;
	}
}


/* CONTENTS3 --------------------------------------------------*/
/*PROBLEM */
.problemBox {
	margin: 0 auto 40px;
	width: 980px;
	overflow: hidden;
}

.problemInnerL,
.problemInnerR {
	width: 470px;
}

.problemInnerL {
	float: left;
}

.problemInnerR {
	float: right;
}

.problemInnerL h3,
.problemInnerR h3 {
	margin: 0 0 0 84px;
	width: 302px;
	position: absolute;
	z-index: 100;
}

.problemframe {
	margin: 80px 0 0 0;
	padding: 200px 40px 25px 40px;
	width: 470px;
	background: #FFC42C;
	position: relative;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.problemCase {
	margin-bottom: 10px;
	overflow: hidden;
}

.problemPoint {
	width: 50px;
	float: left;
}

.problemTxt {
	width: 330px;
	text-align: left;
	font-weight: bold;
	float: right;
}

.problemTxt h4 {
	margin: 15px 0;
	font-size: 18px;
	color: #2980FF;
}

.problemTxt p {
	margin: 0 0 8px 0;
	font-size: 15px;
	letter-spacing: normal;
}

.problemTopic {
	padding: 40px 0;
	width: 100%;
	background: #DEDEDE;
}

.problemTopic ul {
	margin: 0 auto;
	width: 980px;
}

.problemTopic ul li {
	margin: 0 0 40px 0;
	text-align: left;
	overflow: hidden;
}

.problemTopic ul li:last-child {
	margin: 0;
}

.problemTopicPct {
	width: 400px;
	float: left;
}

.problemTopicPctEn {
	width: 400px;
	float: right;
}

.problemTopicPct img,
.problemTopicPctEn img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.problemTopicTxt {
	width: 530px;
	float: right;
}

.problemTopicTxtEn {
	width: 530px;
	float: left;
}

.problemTopicTxt h4,
.problemTopicTxtEn h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #2980FF;
}

.problemTopicTxt p,
.problemTopicTxtEn p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7em;
}


@media screen and (max-width: 640px) {
	.problemBox {
		margin: 0 auto 30px;
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}

	.problemInnerL,
	.problemInnerR {
		width: 100%;
	}

	.problemInnerL {
		float: none;
	}

	.problemInnerR {
		float: none;
	}

	.problemInnerL h3,
	.problemInnerR h3 {
		margin: -50px 0;
		width: 100%;
	}

	.problemInnerL h3 img,
	.problemInnerR h3 img {
		width: 50%;
	}

	.problemframe {
		margin: 70px 0 30px 0;
		padding: 130px 20px 25px 20px;
		width: 100%;
	}

	.problemPoint {
		margin-right: 10px;
		width: 12%;
	}

	.problemPoint img {
		width: 100%;
	}

	.problemTxt {
		width: calc(88% - 10px);
		width: -webkit-calc(88% - 10px);
		float: left;
	}

	.problemTxt h4 {
		letter-spacing: normal;
	}


	.problemTopic {
		padding: 30px 0;
	}

	.problemTopic ul {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}

	.problemTopic ul li {
		margin: 0 0 30px 0;
	}

	.problemTopicPct,
	.problemTopicPctEn {
		width: 100%;
		float: none;
	}

	.problemTopicPct img,
	.problemTopicPctEn img {
		width: 100%;
	}

	.problemTopicTxt,
	.problemTopicTxtEn {
		width: 100%;
		float: none;
	}

	.problemTopicTxt h4,
	.problemTopicTxtEn h4 {
		margin: 10px 0;
		text-align: center;
	}

	.problemTopicTxt p,
	.problemTopicTxtEn p {
		line-height: 1.4em;
	}
}


/* CONTENTS4 --------------------------------------------------*/
/* EXAMPLE */
.exampleBox {
	margin: 0 auto;
	width: 980px;
}

.exampleShop {
	background: url(/info/corporate/inbound_support/images/pct_shop.png) no-repeat;
}

.exampleLodging {
	background: url(/info/corporate/inbound_support/images/pct_lodging.png) no-repeat;
}

.exampleBox h3 {
	margin: 0 0 432px 0;
	width: 100%;
	text-align: left;
}

.exampleBox ul {
	overflow: hidden;
	width: 100%;
}

.exampleBox ul li {
	margin: 0 40px 60px 0;
	width: 470px;
	float: left;
}

.exampleBox ul li:nth-child(2n) {
	margin-right: 0;
}

.exampleItem {
	margin: 0 0 25px 0;
	background: url(/info/corporate/inbound_support/images/example_bg.png) no-repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.examplePct {
	margin: 0;
	width: 180px;
	float: left;
}

.exampleTxt {
	margin: 0;
	width: 290px;
	float: right;
}

.exampleCopy {
	margin: 13px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
}

.exampleTxt h4 {
	margin: 30px 0 0 0;
	font-size: 22px;
	line-height: 1.1em;
	letter-spacing: normal;
	color: #FFF;
}

.exampleTxt h4 img {
	margin-bottom: 15px;
}

.exampleComment {
	margin: 0 0 15px 0;
	min-height: 50px;
	text-align: left;
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: normal;
}

.exampleBtn {
	width: 100%;
	overflow: hidden;
}

.exampleReq {
	float: left;
}

.exampleDtl {
	float: right;
}

.exampleLink {
	float: right;
}



@media screen and (max-width: 640px) {
	.exampleBox {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}

	.exampleShop,
	.exampleLodging {
		background-size: 100%;
	}

	.exampleBox h3 {
		margin: 0 0 130px 0;
	}

	.exampleBox h3 img {
		width: 30%;
	}

	.exampleBox ul li {
		margin: 0 0 20px 0;
		width: 100%;
		float: none;
	}

	.exampleItem {
		margin: 0 0 10px 0;
	}

	.examplePct {
		width: 25%;
	}

	.examplePct img {
		width: 100%;
	}

	.exampleTxt {
		width: 75%;
	}

	.exampleCopy {
		font-size: 14px;
	}

	.exampleTxt h4 {
		margin: 20px 0 5px 0;
		font-size: 16px;
	}

	.exampleTxt h4 img {
		width: 20px;
		height: auto;
		margin-bottom: 5px;
	}

	.exampleComment {
		margin: 0 0 10px 0;
		min-height: inherit;
		line-height: 1.4em;
	}

	.exampleReq,
	.exampleDtl {
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}

	.exampleReq img,
	.exampleDtl img {
		width: 100%;
	}

	.exampleLink {
		width: 100%;
	}

	.exampleLink img {
		width: 100%;
	}
}

/* INQUIRY --------------------------------------------------*/
#inquiry ul {
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 980px;
	overflow: hidden;
}

.inquiryL,
.inquiryR {
	width: 470px;
}

.inquiryL {
	float: left;
}

.inquiryR {
	float: right;
}

@media screen and (max-width: 640px) {
	#inquiry ul {
		padding: 0 0 30px 0;
		width: 70%;
	}

	.inquiryL,
	.inquiryR {
		width: 100%;
		float: none;
	}

	.inquiryL {
		margin: 0 0 20px 0;
	}

	.inquiryL img,
	.inquiryR img {
		width: 100%;
	}

}
