@charset "UTF-8";
/* ===================================================================

	Reset CSS

=================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}




/* Font
------------------------------------------------------------------- */
body,
button,
input[type="submit"] {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku GothicPro", "メイリオ", "Meiryo", sans-serif;
}

/* HTML & Body
------------------------------------------------------------------- */
html {
}

body {
	line-height: 1.8em;
	text-align: center;
	color: #000;
	background: #fff;
	font-size: 16px;
}

#wrap{ 
overflow: hidden; 
} 

/* Anchor
------------------------------------------------------------------- */
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #555555;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/* Alpha
------------------------------------------------------------------- */
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0.6;
}

/* Img
------------------------------------------------------------------- */
img {
	width: 100%;
}

html {
	overflow: auto;
}
.wrapper{
	clear: both;
	background-color: #FFF;
	border-top: 0px none #CCC;
}

@media screen and (max-width: 768px){
body{
	min-width: 320px;
}
a:hover,
a:active{
	text-decoration: none;
}
body{
		text-size-adjust:none;
		-webkit-text-size-adjust: none;
		font-weight:400;
}
}

#mainBox{
	width: 88%;
	margin: 0 auto;
	font-size: 0;
	padding-top: 30px;
}
#mainBox #imgArea{
	width: 55%;
	display: inline-block;
	vertical-align: top;
}
#mainBox #imgArea ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#mainBox #imgArea ul li{
	margin-bottom: 15px;
}
#mainBox #imgArea ul li:first-child{
	width: 100%;
}
#mainBox #imgArea ul li:nth-child(2){
	width: 48.5%;
	margin-right: 3%;
}
#mainBox #imgArea ul li:nth-child(3){
	width: 48.5%;
}
#mainBox #imgArea ul li:nth-child(4){
	width: 67%;
	margin-right: 3%;
}
#mainBox #imgArea ul li:nth-child(5){
	width: 30%;
}
#mainBox #imgArea img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
#mainBox #imgArea ul .logo{
	position: absolute;
	top: 20px;
	left: 0;
}
#mainBox #imgArea ul .logo img{
	width: auto;
	height: auto;
	object-fit: none;
	display: block;
}
#mainBox #infoArea{
	width: 45%;
	display: inline-block;
	font-size: 16px;
	line-height: 1.6em;
	padding: 20px 0 0 30px;
	box-sizing: border-box;
	vertical-align: top;
}
#mainBox #infoArea h1{
	background-color: #D1D2D2;
	font-size: 18px;
	padding: 4px 0 2px;
	margin-bottom: 35px;
}
#mainBox #infoArea h2{
	display: inline-block;
	font-size: 160%;
	line-height: 1.8em;
	border-bottom: solid 3px #006C9E;
	position: relative;
	margin-bottom: 6px;
}
#mainBox #infoArea h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #231815;
	bottom: -3px;
	width: 50%;
}
#mainBox #infoArea .textColor {
	color: #006CAD;
	margin-bottom: 30px;
	text-align: center;
}
#mainBox #infoArea p{
	text-align: justify;
}
#mainBox #infoArea p.subText{
	font-weight: 700;
	margin-top: 15px;
}
#mainBox #infoArea ul{
	font-size: 0;
	margin: 30px 0 20px;
}
#mainBox #infoArea ul li{
	display: inline-block;
	width: 23%;
	margin: 0 1%;
}
#mainBox #infoArea ul img{
	display: block;
}
#mainBox #infoArea .fText{
	font-size: 14px;
	line-height: 1.6em;
}

@media screen and (max-width: 870px){
#mainBox{
	padding: 30px 0;
}
#mainBox #imgArea{
	width: 100%;
	display: block;
}
#mainBox #imgArea ul li{
	margin-bottom: 5px;
}
#mainBox #imgArea ul li:first-child{
	width: 100%;
}
#mainBox #imgArea ul li:nth-child(2){
	width: 49.5%;
	margin-right: 1%;
}
#mainBox #imgArea ul li:nth-child(3){
	width: 49.5%;
}
#mainBox #imgArea ul li:nth-child(4){
	width: 69%;
	margin-right: 1%;
}
#mainBox #imgArea ul li:nth-child(5){
	width: 30%;
}
#mainBox #imgArea img{
	height: 180px;
}
#mainBox #infoArea{
	width: 100%;
	display: block;
	padding: 0;
	margin-top: 30px;
}
}


#mainBox1{
	width: 88%;
	margin: 0 auto;
	font-size: 0;
	padding-top: 30px;
}
#mainBox1 #logoArea{
	display: flex;
	flex-wrap: wrap;
}
#mainBox1 #logoArea #logo{
	width: 50%;
	text-align: left;
}
#mainBox1 #logoArea #logo img{
	width: auto;
	display: block;
}
#mainBox1 #logoArea #banner{
	width: 50%;
	text-align: right;
}
#mainBox1 #logoArea #banner ul{
	font-size: 0;
	text-align: right;
}
#mainBox1 #logoArea #banner ul li{
	width: 100px;
	margin-left: 10px;
	display: inline-block;
}
#mainBox1 #logoArea #banner img{
	display: block;
}
#mainBox1 h1{
	text-align: justify;
	margin-bottom: 10px;
	color: #006C9E;
	font-size: 18px;
}
#mainBox1 h2{
	text-align: justify;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 30px;
}
#mainBox1 #imgArea{
	width: 42%;
	display: inline-block;
	vertical-align: top;
}
#mainBox1 #infoArea{
	width: 58%;
	display: inline-block;
	font-size: 16px;
	line-height: 1.6em;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: justify;
}
#mainBox1 #infoArea p{
	margin-bottom: 20px;
	text-align: justify;
}
#mainBox1 #infoArea #fArea{
	font-size: 0;
}
#mainBox1 #infoArea #fArea figure{
	display: inline-block;
	width: 38%;
	margin-right: 5%;
	vertical-align: middle;
}
#mainBox1 #infoArea #fArea .textArea{
	display: inline-block;
	width: 57%;
	vertical-align: middle;
	text-align: justify;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	color: #800000;
}
@media screen and (max-width: 870px){
#mainBox1{
	padding: 30px 0;
}
#mainBox1 #logoArea{
	display: block;
	flex-wrap: wrap;
}
#mainBox1 #logoArea #logo{
	width: 100%;
	text-align: left;
}
#mainBox1 #logoArea #banner{
	width: 100%;
}
#mainBox1 #logoArea #banner ul{
	text-align: center;
	margin-top: 15px;
}
#mainBox1 #logoArea #banner ul li{
	width: 70px;
	margin-left: 5px;
	display: inline-block;
}
#mainBox1 #logoArea #banner ul li:first-child{
	margin-left: 0;
}
#mainBox1 h1{
	font-size: 16px;
}
#mainBox1 h2{
	font-size: 22px;
}
#mainBox1 #imgArea{
	width: 100%;
	display: block;
}
#mainBox1 #infoArea{
	width: 100%;
	display: block;
	padding: 0;
	margin-top: 20px;
	text-align: center;
}
#mainBox1 #infoArea #fArea figure{
	display: inline-block;
	width: 60%;
	margin: 30px 0 20px;
}
#mainBox1 #infoArea #fArea .textArea{
	display: block;
	width: 100%;
}
}

