@charset "UTF-8"; /* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');


#contents #introduction * {
	font-family: "Noto Sans JP";
}
#contents #introduction p {
	margin: 0;
}

#contents #introduction #sec1 .txt p.btn a {
	display: block;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background: #eb5606;
	text-align: center;
}

#contents #introduction #sec2 table {
	width: 100%;
	margin-bottom: 15px;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
}
#contents #introduction #sec2 th,
#contents #introduction #sec2 td {
	padding: 15px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	text-align: left;
	vertical-align: top;
}
#contents #introduction #sec2 th {
	background: #eee;
}
#contents #introduction #sec2 td ul.price li.cost1,
#contents #introduction #sec2 td ul.price li.cost2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
#contents #introduction #sec2 td ul.price strong {
	font-family: "Roboto";
	font-size: 32px;
	font-weight: 900;
}
#contents #introduction #sec2 p.note {
	font-size: 16px;
}

#contents #introduction #sec3 .col {
	position: relative;
}
#contents #introduction #sec3 .col .point {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 100px;
	height: 100px;
	font-family: "Roboto";
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin-left: -50px;
	padding-top: 18px;
	background: #f0a32f;
	border-radius: 50px;
	text-align: center;
}
#contents #introduction #sec3 .col .point strong {
	display: block;
	font-family: "Roboto";
	font-size: 50px;
}
#contents #introduction #sec3 .col .txt {
	padding: 20px 30px 30px;
	background: #fae9cd;
}
#contents #introduction #sec3 .col .txt h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
#contents #introduction #sec3 .col .txt .orange {
	font-weight: bold;
}

#contents #introduction #sec4 .head {
	color: #fff;
	background: #eb5606;
}
#contents #introduction #sec4 .body {
	background: #f1f1f1;
}
#contents #introduction #sec4 .body .col {
	position: relative;
}
#contents #introduction #sec4 .body .col .point {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 100px;
	height: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin-left: -50px;
	padding-top: 18px;
	background: #eb5606;
	border-radius: 50px;
	text-align: center;
}
#contents #introduction #sec4 .body .col .point strong {
	display: block;
	font-family: "Roboto";
	font-size: 50px;
}
#contents #introduction #sec4 .body .col .txt {
	padding: 60px 30px 30px;
	background: #fff;
	border: 4px solid #eb5606;
}
#contents #introduction #sec4 .body .col .txt h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
#contents #introduction #sec4 .body .main p .orange {
	font-weight: bold;
}


/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (min-width: 768px) {
	
	#contents #introduction #sec1 {
		height: 540px;
		padding: 60px 0 0;
		background: url("/assets/images/partners/introduction/bg_mainimg.jpg") no-repeat center center;
		background-size: cover;
	}
	#contents #introduction #sec1 .txt h2 {
		font-size: 40px;
		line-height: 1.5;
		padding: 40px 0 0;
	}
	#contents #introduction #sec1 .txt p {
		width: 500px;
		margin-top: 20px;
	}
	#contents #introduction #sec1 .txt p.btn {
		margin-top: 30px;
	}
	#contents #introduction #sec1 .slide {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 600px;
	}
	
	#contents #introduction #sec2 {
		padding: 70px 0 0;
	}
	#contents #introduction #sec2 h2 {
		font-size: 40px;
		line-height: 1.5;
		text-align: center;
	}
	#contents #introduction #sec2 .cols {
		margin: 40px -40px 40px 0;
		overflow: hidden;
	}
	#contents #introduction #sec2 .col {
		float: left;
		width: 50%;
		padding: 0 40px 0 0;
	}
	#contents #introduction #sec2 .col p+p {
		margin-top: 30px;
	}
	#contents #introduction #sec2 td ul.logo {
		overflow: hidden;
	}
	#contents #introduction #sec2 td ul.logo li {
		float: left;
		width: 33%;
		line-height: 50px;
		text-align: center;
	}
	#contents #introduction #sec2 td ul.logo li img {
		width: auto;
		height: 40px;
	}
	
	#contents #introduction #sec3 {
		padding: 70px 0 50px;
	}
	#contents #introduction #sec3 h2 {
		font-size: 40px;
		line-height: 1.5;
		text-align: center;
	}
	#contents #introduction #sec3 .cols {
		margin: 100px -30px 0 0;
	}
	#contents #introduction #sec3 .col {
		float: left;
		width: 33.33333%;
		padding-right: 30px;
	}
	#contents #introduction #sec3 .thanks {
		clear: both;
		padding-top: 40px;
		text-align: center;
	}
	
	#contents #introduction #sec4 .head {
		padding: 50px 0;
		overflow: hidden;
	}
	#contents #introduction #sec4 .head .img {
		float: left;
		width: 360px;
		height: 200px;
		margin-right: 50px;
		overflow: hidden;
	}
	#contents #introduction #sec4 .head h2 {
		font-size: 32px;
		padding-top: 15px;
	}
	#contents #introduction #sec4 .body {
		padding: 0 0 70px;
	}
	#contents #introduction #sec4 .body .cols {
		margin: 0 -30px 0 0;
		padding-top: 110px;
		overflow: hidden;
	}
	#contents #introduction #sec4 .body .col {
		float: left;
		width: 33.33333%;
		padding-right: 30px;
	}
	#contents #introduction #sec4 .body .main {
		margin-top: 50px;
		text-align: center;
	}
	#contents #introduction #sec4 .body .main p {
		margin-top: 30px;
	}
	
}
@media (max-width: 767px) {
	
	#contents #introduction #sec1 {
		padding: 30px 20px;
		background: url("/assets/images/partners/introduction/bg_mainimg_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	#contents #introduction #sec1 .txt h2 {
		font-size: 24px;
		line-height: 1.5;
		text-align: center;
	}
	#contents #introduction #sec1 .txt p {
		margin-top: 20px;
	}
	#contents #introduction #sec1 .txt p.btn {
		margin-top: 20px;
	}
	#contents #introduction #sec1 .txt p.btn a {
		width: auto;
		font-size: 16px;
		line-height: 50px;
	}
	#contents #introduction #sec1 .slide {
		display: none;
	}
	
	#contents #introduction #sec2 {
		padding: 30px 20px;
	}
	#contents #introduction #sec2 h2 {
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
	}
	#contents #introduction #sec2 .col {
		margin-top: 20px;
	}
	#contents #introduction #sec2 .col p+p {
		margin-top: 5px;
	}
	#contents #introduction #sec2 table,
	#contents #introduction #sec2 tbody,
	#contents #introduction #sec2 tr,
	#contents #introduction #sec2 th,
	#contents #introduction #sec2 td {
		display: block;
	}
	#contents #introduction #sec2 table {
		margin-top: 30px;
	}
	#contents #introduction #sec2 th {
		font-size: 14px;
		padding: 10px 15px;
	}
	#contents #introduction #sec2 td {
		font-size: 14px;
	}
	#contents #introduction #sec2 td ul.logo {
		margin: 0 0 10px;
	}
	#contents #introduction #sec2 td ul.logo li+li {
		margin-top: 20px;
	}
	#contents #introduction #sec2 td ul.logo li img {
		width: auto;
		height: 50px;
	}
	#contents #introduction #sec2 td ul.price li.cost1,
	#contents #introduction #sec2 td ul.price li.cost2 {
		font-size: 14px;
		line-height: 1.7;
	}
	#contents #introduction #sec2 td ul.price strong {
		font-size: 18px;
	}
	#contents #introduction #sec2 td ul.price .label {
		display: block;
	}
	#contents #introduction #sec2 p.note {
		font-size: 14px;
	}
	
	#contents #introduction #sec3 {
		padding: 0 20px 30px;
	}
	#contents #introduction #sec3 h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	#contents #introduction #sec3 .col {
		margin-top: 50px;
	}
	#contents #introduction #sec3 .col .point {
		top: -30px;
		width: 60px;
		height: 60px;
		font-size: 12px;
		margin-left: -30px;
		padding-top: 10px;
	}
	#contents #introduction #sec3 .col .point strong {
		font-size: 30px;
	}
	#contents #introduction #sec3 .col .txt {
		padding: 20px;
	}
	#contents #introduction #sec3 .col .txt h3 {
		font-size: 18px;
		text-align: center;
	}
	#contents #introduction #sec3 .thanks {
		padding-top: 20px;
		text-align: center;
	}
	
	#contents #introduction #sec4 .head {
		padding: 30px 20px;
	}
	#contents #introduction #sec4 .head .img {
		text-align: center;
	}
	#contents #introduction #sec4 .head .img img {
		width: 100%;
	}
	#contents #introduction #sec4 .head h2 {
		font-size: 20px;
		line-height: 1.5;
		padding-top: 20px;
	}
	#contents #introduction #sec4 .head h2 br {
		display: none;
	}
	#contents #introduction #sec4 .body {
		padding: 1px 20px 30px;
	}
	#contents #introduction #sec4 .body .col {
		margin-top: 50px;
	}
	#contents #introduction #sec4 .body .col .point {
		top: -30px;
		width: 60px;
		height: 60px;
		font-size: 12px;
		margin-left: -30px;
		padding-top: 10px;
	}
	#contents #introduction #sec4 .body .col .point strong {
		font-size: 30px;
	}
	#contents #introduction #sec4 .body .col .txt {
		padding: 40px 20px 20px;
		border-width: 2px;
	}
	#contents #introduction #sec4 .body .col .txt h3 {
		font-size: 18px;
		text-align: center;
	}
	#contents #introduction #sec4 .body .main p {
		margin-top: 20px;
	}
	#contents #introduction #sec4 .body .main p br {
		display: none;
	}
	
}
