@charset "utf-8";

/*
Font Size(10px Base)
--------------------
10px * 1rem -> 10px
10px * 1.5rem -> 15px
10px * 2rem -> 20px
10px * 2.5rem -> 25px
*/

/* ===================================================================

	Base CSS

=================================================================== */

.greeting_body {
	background: url(../images/common/bg1.gif);
}

.greeting_body > .message > .sign {
	font-weight: bold;
	line-height: 1;
}

.biz_policy > p > span {
	color: #f94f67;
}

/* ===================================================================

	PC Style

=================================================================== */

@media only screen and (min-width: 768px) {

/* Greeting */

.greeting {
	width: 100%;
}

.greeting_body {
	margin: 30px auto 0 auto;
	padding: 29px;
	border-radius: 5px;
	border: solid 1px #e1d9c2;
	width: 960px;
	box-sizing: border-box;
	overflow: hidden;
}

.greeting_body > .message {
	width: 560px;
	float: right;
}

.greeting_body .note {
	margin: 30px 0 0 0;
}

.greeting_body > .message > .sign {
	margin: 25px 0 0 0;
	font-size: 1.6rem;
	text-align: right;
}

.greeting_body > .photo {
	width: 300px;
	float: left;
}

/* Outline */

.outline_area {
	margin-top: 50px !important;
	overflow: hidden;
}

.outline_area h3 {
	padding: 0 0 30px 0;
	text-align: left;
}

.outline_area > .main {
	width: 550px;
	float: left;
}

.outline_area > .sub {
	width: 390px;
	float: right;
}

.biz_policy {
	margin: 30px 0 0 0;
}

.biz_policy > .ttl1 {
	border-bottom: solid 2px #bcd5df;
}

.biz_policy > p {
	margin: 25px 0 0 0;
	font-size: 1.8rem;
}

.biz_policy > p > span {
	color: #f94f67;
}

.company_detail {
	margin: 70px 0 0 0;
}

}/* End min-width 768px */

/* ===================================================================

	SP Style

=================================================================== */
@media only screen and (max-width: 767px) {

.greeting_body {
	margin: 20px 0 0 0;
	padding: 30px 20px;
}

.greeting_body > .message > .read {
	text-align: center;
}

.greeting_body > .message > .read img {
	margin: 0 auto;
	width: 100%;
	max-width: 340px;
	max-height: 91px;
}

.greeting_body > .message > .note {
	margin: 20px 0 0 0;
	text-align: left;
}

.greeting_body > .message > .sign {
	margin: 15px 0 0 0;
	text-align: center;
}

.greeting_body > .photo {
	margin: 20px auto 0 auto;
	max-width: 300px;
}

.outline_area h3 {
	margin: 30px 0;
}

.company .sub {
	margin: 30px auto 0 auto;
	max-width: 337px;
}

}/* End max-width 767px */

.about_ins {
	margin-top: 3rem;
}

.about_ins >h3 {
	font-size: 24px;
	text-align: center;
	margin: 6rem 0 3rem 0;
	font-weight: 600;
	color: #084b7f;
}
.about_ins >p {
	text-align: center;
	margin-bottom: 3rem;
	font-weight: 600;
}
.about_det {
	width: 100%;
	border-top: solid 2px #bcd5df;
	border-bottom: solid 2px #bcd5df;
}
.about_det th {
	width: 200px;
	background-color: #edfcff;
	padding: 15px 0;
	text-align: center;
	border-bottom: solid 1px #bcd5df;
}
.about_det th >span {
	font-size: 80%;
}
.about_det td {
	vertical-align: middle;
	border-bottom: solid 1px #bcd5df;
	padding: 15px;
	text-align: left;
}
.about_det td >h4 {
	margin: 1.4rem 0;
}
.about_det td p.cap {
	margin-top: 1rem;
	color: #f94f67;
	font-size: 80%;
}
.about_det td >ul {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
}
.about_det td >ul >li {
	position: relative;
	padding-left: 1.6rem;
	line-height: 1;
}
.about_det td >ul >li + li {
	margin-left: 1rem;
}
.about_det td >ul >li:before {
	content: "・";
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 2rem;
	color: #084b7f;
}
@media only screen and (max-width: 767px) {
	.scroller {
		overflow-y: scroll;
	}
	.about_ins >p.scroll_cap {
		margin-bottom: 1rem;
		text-align: left;
		font-size: 80%;
		color: #259bef;
	}
	.about_det {
		width: 600px;
	}
	.about_det td >ul >li {
		margin-bottom: 1rem;
		margin-right: 1rem;
	}
	.about_det td >ul >li + li {
		margin-left: 0;
	}
}