@charset "UTF-8";
#main {
	margin-bottom: 150px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
	margin-bottom: 100px;
	background: url(../images/cont-title_bg.jpg) no-repeat center/cover;
}

#pagetitle .inner {
	display: flex;
	align-items: flex-end;
	width: 100%;
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
	height: 250px;
}

#pagetitle h2 {
	width: 100%;
	max-width: 450px;
	color: #000;
	font-size: 45px;
	position: relative;
	display: inline-block;
	margin-bottom: 76px;
}

#pagetitle h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -18px;
	display: inline-block;
	width: 450px;
	height: 1px;
	background-color: #000;
}

#pagetitle h2::after {
	content: '';
	display: inline-block;
	width: 133px;
	height: 77px;
	background: url(../images/c-title_yubiwa.png) no-repeat;
	position: absolute;
	right: -80px;
	bottom: -56px;
}

@media (max-width: 767px) {
	#pagetitle .inner {
		height: 120px;
	}
	#pagetitle h2 {
		font-size: 28px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#pagetitle h2::before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -10px;
		display: inline-block;
		width: 300px;
		height: 1px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #000;
	}
	#pagetitle h2::after {
		display: none;
	}
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
	margin-bottom: 50px;
	padding: 0 10px;
	text-align: center;
}

.h3set h3 {
	font-size: 33px;
	font-weight: bold;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.h3set h3 {
		font-size: 24px;
	}
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}

.h4set h4 {
	position: relative;
	padding-bottom: 16px;
	font-size: 23px;
	line-height: 1.2;
	border-bottom: 1px solid #000;
}

.h4set h4::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 1px;
}

@media (max-width: 767px) {
	.h4set h4 {
		font-size: 18px;
	}
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.h5set h5 {
	padding: 7px 10px 9px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 70px;
	line-height: 2.4;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 70px;
}

.fullimg img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 70px;
}

@media (max-width: 767px) {
	.mediaset {
		flex-direction: column;
	}
}

.mediaset .imgbox {
	width: 45.45455%;
}

.mediaset .imgbox img {
	width: 100%;
	height: auto;
}

.mediaset .txtbox {
	width: 50%;
}

.mediaset .title {
	margin-bottom: 30px;
	color: #000;
	font-size: 20px;
}

.mediaset .text {
	line-height: 2.4;
}

.mediaset .btn {
	margin-top: 50px;
}

.mediaset .btn a {
	display: block;
	width: 100%;
	max-width: 250px;
	padding: 17px 10px 15px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	letter-spacing: 0.06em;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-ransition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.mediaset .btn a:hover {
	background: #fff;
	color: #000;
}

.mediaset.img-left .btn a {
	margin: 0 0 0 auto;
}

.mediaset.img-right .imgbox {
	order: 1;
}

@media (max-width: 767px) {
	.mediaset .imgbox {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
	}
	.mediaset .txtbox {
		width: 100%;
	}
	.mediaset .title {
		margin-bottom: 10px;
	}
	.mediaset .btn {
		margin-top: 30px;
	}
	.mediaset.img-right .imgbox {
		order: 0;
	}
	.mediaset.img-right .btn a {
		margin: 0 0 0 auto;
	}
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
	display: flex;
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 70px;
}

.calloutset .block {
	width: 31%;
}

.calloutset .block:not(:first-child) {
	margin-left: 3.5%;
}

.calloutset .image {
	margin-bottom: 30px;
}

.calloutset .image img {
	width: 100%;
	height: auto;
}

.calloutset .title {
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.calloutset .text {
	line-height: 1.8;
}

@media (max-width: 767px) {
	.calloutset {
		flex-direction: column;
		max-width: 341px;
	}
	.calloutset .block {
		width: 100%;
	}
	.calloutset .block:not(:first-child) {
		margin-top: 40px;
		margin-left: 0;
	}
	.calloutset .image {
		margin-bottom: 20px;
	}
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 70px;
}

.linkset ul {
	display: flex;
	align-items: flex-start;
}

.linkset li {
	width: 22.27273%;
}

.linkset li:not(:first-child) {
	margin-left: 3.63636%;
}

.linkset a {
	position: relative;
	display: block;
	padding: 16px 10px 15px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-ransition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.linkset a:hover {
	background: #fff;
	color: #000;
}

@media (max-width: 767px) {
	.linkset ul {
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 12px;
	}
	.linkset li {
		width: 49%;
		line-height: 1.4;
	}
	.linkset li:not(:nth-child(4n + 1)) {
		margin-left: 0;
	}
	.linkset li:nth-child(n + 3) {
		margin-top: 10px;
	}
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 100px;
	text-align: center;
}

.linkbtn a {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	padding: 18px 10px 16px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	-webkit-ransition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.linkbtn a:hover {
	background: #fff;
	color: #000;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 100px;
}

.tableset table {
	width: 100%;
	line-height: 1.8;
}

.tableset th {
	padding: 18px 18px 16px;
	border: 1px solid #e0e0e0;
	background: #000;
	color: #fff;
}

.tableset td {
	padding: 18px 18px 16px;
	border: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
	.tableset.type-normal th {
		display: block;
		padding: 15px 10px 13px;
	}
	.tableset.type-normal td {
		display: block;
		padding: 15px 10px 13px;
		border-top: 0;
	}
	.tableset.type-normal tr:not(:first-child) th {
		border-top: 0;
	}
}

.tableset.type-scroll {
	overflow-x: auto;
}

.tableset.type-scroll thead th {
	white-space: nowrap;
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
	margin-bottom: 70px;
	padding: 70px 10px;
	background: #f2f2f2;
}

.listset ul {
	width: 100%;
	max-width: 972px;
	margin-left: auto;
	margin-right: auto;
}

.listset li {
	padding-left: 24px;
	background: url(../images/list-icon.png) no-repeat left 9px;
	line-height: 2.4;
	letter-spacing: 0.1em;
}

.listset li + li {
	margin-top: 50px;
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 70px;
}

.miniSurveyView table.formBlockSurveyTable {
	width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
	padding: 18px 18px 16px;
	border: 1px solid #e0e0e0;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
	border: 1px solid #eee;
	padding: 5px;
	width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
	background: #000;
	color: #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
	padding-top: 20px;
	text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	padding: 18px 10px 16px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:hover {
	opacity: 0.6;
	background: #fff;
	color: #000;
}

@media (max-width: 767px) {
	.miniSurveyView table.formBlockSurveyTable td {
		display: block;
	}
	.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
		padding: 15px 10px 13px;
	}
	.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
		border-top: 0;
	}
	.miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question {
		border-top: 0;
	}
	.miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
		display: none;
	}
}
