@charset "utf-8";

/*=====================================

tieup08.css

=====================================*/

@import url('https://fonts.googleapis.com/css?family=Questrial');

.tieupArea {
	position: relative;
	z-index: 1;
	color: #000;
	font-size: 18px;
}
.tieupArea .inner {
	max-width: 780px;
	padding: 0;
	line-height: 1.6;
}
.tieupArea .movie {
	position: relative;
	width: 100%;
	height: 0;
	margin: 50px 0 100px 0;
	padding-top: 56.25%;
}
.tieupArea .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------------------
 tieupVisual
-------------------------------------*/
.tieupVisual {
	width: 1200px;
	margin: 0 auto 70px auto;
	overflow: hidden;
}


/*-------------------------------------
 tieupLead
-------------------------------------*/
.tieupLead {
	width: 1200px;
	margin: 0 auto 110px auto;
	padding: 0 0 180px 0;
	background: url(/images/tieup08/lead_pic01.jpg) no-repeat right bottom;
}
.tieupLead p {
	width: 620px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	line-height: 1.6;
}


/*-------------------------------------
 tieupStyle
-------------------------------------*/
.tieupStyle {
	position: relative;
	padding: 0 0 200px 0;
}
.tieupStyle h2 {
	text-align: center;
}
.tieupStyle .credit {
	padding: 25px 0 0 110px;
	font-size: 12px;
	line-height: 2;
}
.tieupStyle h3 {
	margin: -30px 0 30px 0;
	text-align: right;
}
.tieupStyle .process ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px 0;
}
.tieupStyle .process ul li .pic {
	min-width: 390px;
}
.tieupStyle .process ul li .txt {
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 1.9;
}
.tieupStyle .process ul li:nth-child(even) .txt {
	order: -1;
	padding: 0 20px 0 0;
}
.tieupStyle01:after,
.tieupStyle02:after {
	content: "";
	position: absolute;
	width: 2000px;
	height: 7px;
	background: #da3924;
	transform: rotate(-14deg);
}
.tieupStyle01:after {
	bottom: 65px;
	left: 0;
	transform-origin: left bottom;
}
.tieupStyle02:after {
	bottom: -160px;
	right: -300px;
	transform-origin: left bottom;
}
.tieupStyle03 {
	padding: 0 0 100px 0;
}


/*-------------------------------------
 tieupProducts
-------------------------------------*/
.tieupProducts {
	padding: 0 0 50px 0;
}
.tieupProducts .title {
	margin: 0 0 20px 0;
	padding: 20px 0;
	color: #da3a25;
	font-size: 30px;
	font-weight: bold;
	border-top: 4px solid #da3a25;
	border-bottom: 4px solid #da3a25;
	background: url(/images/tieup08/products_pic01.jpg) no-repeat right 75px;
}
.tieupProducts .title h2 {
	font-size: 50px;
	line-height: 1.4;
}
.tieupProducts .lead {
	font-size: 20px;
}
.tieupProducts ol li {
	padding: 30px 0;
	font-size: 16px;
	overflow: hidden;
}
.tieupProducts ol li + li {
	border-top: 1px dashed #da3a25;
}
.tieupProducts ol li h3 {
	margin: 0 0 15px 0;
	color: #da3924;
	font-size: 22px;
	font-weight: bold;
}
.tieupProducts ol li h3 .num {
	display: inline-block;
	margin: 0 17px 0 0;
	vertical-align: middle;
}
.tieupProducts ol li .pic {
	float: right;
	margin: -70px 0 0 0;
	padding: 0 55px 0 50px;
}


/*-------------------------------------
 tieupProfile
-------------------------------------*/
.tieupProfile {
	padding: 70px 0 1px 0;
	background: #f7f7f7;
}
.tieupProfile .clm {
	margin: 10px 0 80px 0;
}
.tieupProfile .clm .pic {
	float: left;
	padding: 0 77px 0 0;
}
.tieupProfile .clm .item {
	overflow: hidden;
}
.tieupProfile .clm .item h2 {
	margin: 0 0 30px 0;
	text-align: right;
}
.tieupProfile .clm .item .name {
	display: inline-block;
	padding: 0 0 5px 0;
	color: #da3924;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 10px solid #da3924;
}
.tieupProfile .clm .comment {
	clear: both;
	padding: 35px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2.1;
}
.tieupProfile .clm .box {
	padding: 15px 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	border: 1px solid #666;
	background: #fff;
}


/*-------------------------------------
 tieupContact
-------------------------------------*/
.tieupContact {
	padding: 80px 0 50px 0;
	font-size: 14px;
	text-align: center;
}
.tieupContact p {
	margin: 0 0 15px 0;
	letter-spacing: 0.1em;
}
.tieupContact .btn {
	width: 320px;
	margin: 0 auto;
	padding: 15px 0;
}
.tieupContact .btn a {
	display: block;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #555;
	background: url(/images/tieup06/icn_arw01.png) no-repeat 96% center;
}





/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/


/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.tieupArea {
	font-size: 13px;
}
.tieupArea .movie {
	margin: 30px 0;
}

/*-------------------------------------
 tieupVisual
-------------------------------------*/
.tieupVisual {
	width: auto;
	margin: 0 0 15px 0;
}


/*-------------------------------------
 tieupLead
-------------------------------------*/
.tieupLead {
	width: auto;
	margin: 0 0 60px 0;
	padding: 0 0 140px 0;
	background-position: center bottom;
	background-size: 291px 124px;
}
.tieupLead p {
	width: auto;
	padding: 10px;
}

/*-------------------------------------
 tieupStyle
-------------------------------------*/
.tieupStyle {
	margin: 0 0 50px 0;
	padding: 0 0 25px 0;
}
.tieupStyle .credit {
	padding: 10px 0 0 10px;
	font-size: 11px;
}
.tieupStyle h3 {
	margin: -15px 0 5px 0;
}
.tieupStyle h3 img {
	width: 160px;
}
.tieupStyle .process ul {
	padding: 0 10px;
}
.tieupStyle .process ul li {
	display: block;
	margin: 0 0 20px 0;
}
.tieupStyle .process ul li .pic {
	min-width: inherit;
	text-align: center;
}
.tieupStyle .process ul li .txt {
	padding: 10px 0 0 0;
	font-size: 14px;
}
.tieupStyle01:after,
.tieupStyle02:after {
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: rotate(0deg);
}


/*-------------------------------------
 tieupProducts
-------------------------------------*/
.tieupProducts .title {
	margin: 0 0 20px 0;
	padding: 15px 10px;
	font-size: 16px;
	border-top: 3px solid #da3a25;
	border-bottom: 3px solid #da3a25;
	background-position: right center;
	background-size: 212px auto;
}
.tieupProducts .title h2 {
	font-size: 25px;
	line-height: 1.4;
}
.tieupProducts .lead {
	padding: 0 10px;
	font-size: 16px;
}
.tieupProducts ol li {
	padding: 20px 10px;
	font-size: 14px;
}
.tieupProducts ol li h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
}
.tieupProducts ol li h3 .num {
	width: 22px;
	margin: 0 8px 0 0;
	vertical-align: top;
}
.tieupProducts ol li .pic {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
}

/*-------------------------------------
 tieupProfile
-------------------------------------*/
.tieupProfile {
	padding: 130px 10px 1px 10px;
	background: url(/images/tieup08/ttl_comment.png) no-repeat center 20px  #f7f7f7;
}
.tieupProfile .clm {
	margin: 10px 0 40px 0;
}
.tieupProfile .clm .pic {
	float: none;
	padding: 0 0 10px 0;
	text-align: center;
}
.tieupProfile .clm .item h2 {
	display: none;
}
.tieupProfile .clm .item .name {
	font-size: 18px;
	border-bottom: 5px solid #da3924;
}
.tieupProfile .clm .comment {
	padding: 15px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.tieupProfile .clm .box {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 1.6;
}


/*-------------------------------------
 tieupContact
-------------------------------------*/
.tieupArea .tieupContact {
	padding: 40px 10px 20px 10px;
	font-size: 12px;
}
.tieupContact .btn {
	width: auto;
	padding: 10px 15px;
}
.tieupContact .btn a {
	padding: 7px;
	font-size: 12px;
	background: url(/images/tieup06/icn_arw01_sp.png) no-repeat 96% center;
	background-size: 6px 10px;
}




}




/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

.tieupAnchor li,
.tieupQuestion .list01 li .btn a,
.tieupContact .btn a {
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	backface-visibility: hidden;
}
.tieupAnchor li:hover,
.tieupQuestion .list01 li .btn a:hover,
.tieupContact .btn a:hover {
	opacity: 0.4;
}



}