﻿@charset "utf-8";

.over {
	overflow: hidden;
}

img.right {
	float: right;
	width: 250px;
	margin-left: 15px;
}

span.min {
	display: block;
	font-size: 12px;
	letter-spacing: 0.4pt;
	line-height: 1.2em;
}

span.min.right {
	text-align: right;
}

.pc_only {
	display: block;
}

a.link {
	color: #6699ff;
	text-decoration: underline;
}

a.link:hover {
	text-decoration: none;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media screen and (min-width: 1080px) {}

@media screen and (max-width: 1079px) {
	img.right {
		width: 25vw;
	}
}

@media screen and (max-width: 767px) {
	img.right {
		display: block;
		float: none;
		width: 66vw;
		margin: 0 auto 15px;
	}

	.pc_only {
		display: none !important;
	}

	dt.sup_desc+dd {
		margin-bottom: 20px;
	}
}

.cont .head {
	display: flex;
	justify-content: center;
	margin-left: auto;
}

.cont .body {
	/*display: flex;*/
	justify-content: center;
	padding-top: 15px;
}

.cont .content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.cont .content.col {
	flex-wrap: wrap;
}

.cont .content.col .left {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}

.cont .content.col .left div {
	width: 48.7%;
}

.cont .content.col .left div img {
	width: 100%;
	max-width: 445px;
	display: block;
	margin: 15px auto;
}

.cont .content.col small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	margin-top: 5px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.cont .content.col .left {
		display: block;
	}

	.cont .content.col .left div {
		width: 100%;
	}
}

.cont .content .left {
	padding-right: 15px;
}

.cont .content .left>img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.cont .head {
		display: block;
	}

	.cont .content {
		display: block;
	}

	.cont .head .left,
	.cont .head .right {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		max-width: 460px;
		margin: 0 auto;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

}

/*--------------------------------------*/


.cont .content table.tbl_orange {
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 1.6rem;
}

.cont .content table.tbl_orange th {
	width: 130px;
	background-color: #F7B52C;
	color: #fff;
	padding: 7px 10px;
	text-align: center;
	font-weight: bold;
}

.cont .content table.tbl_orange td {
	flex: 1;
	border: 1px solid #F7B52C;
	padding: 10px 30px;
	box-sizing: border-box;
}

.cont .img {
	text-align: center;
	margin-bottom: 3em;
}

@media screen and (max-width: 480px) {
	.cont .content table.tbl_orange {
		padding-left: 0;
		width: 100%;
	}

	.cont .content table.tbl_orange th {
		width: 100px;
		padding: 8px;
	}

	.cont .content table.tbl_orange td {
		padding: 10px 12px;
	}
}

/*--------------------------------------*/

.mg_desc .head {
	display: flex;
	justify-content: space-between;
}

.mg_desc .head .left {
	width: 36%;
}

.mg_desc .head .right {
	width: 62.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mg_desc .head .left p {
	width: 96%;
}

.mg_desc .head .right p {
	width: 48%;
}

.mg_desc .head>.left img,
.mg_desc .head>.right img {
	width: 100%;
	margin-bottom: 10px;
}

.mg_desc .icons {
	display: table;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
}

.mg_desc .icons>div {
	display: table-cell;
	padding-left: 50px;
	margin: 0;
	background-size: 28px auto;
	background-position: 12px center;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 100%;
}

.mg_desc .icons .icon1 {
	background-image: url("../img/about01/icon01.png");
}

.mg_desc .icons .icon2 {
	background-image: url("../img/about01/icon02.png");
}

.mg_desc .icons .icon3 {
	background-image: url("../img/about01/icon03.png");
}

.mg_desc .icons .icon4 {
	background-image: url("../img/about01/icon04.png");
}

.mg_desc .icons .icon5 {
	background-image: url("../img/about01/icon05.png");
}

@media screen and (min-width: 1080px) {}

@media screen and (max-width: 1079px) {}

@media screen and (max-width: 767px) {
	.mg_desc .icons {
		margin: 0;
	}

	.mg_desc .icons>div {
		box-sizing: border-box;
		display: block;
		background-size: 14px auto;
		background-position: 5px center;
		padding-left: 24px;
		margin: 0;
		font-size: 1.4rem;
	}

	.mg_desc .head {
		display: block;
		justify-content: space-between;
	}

	.mg_desc .head .left {
		width: 100%;
	}

	.mg_desc .head .right {
		width: 100%;
	}

	.mg_desc .head .left p {
		width: 100%;
	}

	.mg_desc .head .right p {
		width: 100%;
	}
}

/*--------------------------------------*/

.c4 img {
	max-width: 334px;
}

@media screen and (min-width: 1080px) {}

@media screen and (max-width: 1079px) {}

@media screen and (max-width: 767px) {
	.c4 .img img {
		max-width: 172px;

	}
}