@charset "utf-8";

*{margin:0;padding:0;}

body,div,p,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
pre,form,input,textarea,select,iframe { margin:0; padding:0; }

img{border:0;}

ul,li{list-style:none;}

a{color:#333;text-decoration:underline;}
a:hover{text-decoration:none;}

body{
	-webkit-text-size-adjust:100%;
	text-align:center;
	font-size:13px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',HiraKakuProN-W3,'ＭＳ Ｐゴシック',MS-PGothic,sans-serif;
	color:#000;
	line-height:1.5;
	background-color:#faee00;
	height:100%;
	background-image: url(../image/backImg.png);
	background-position: top 100px center;
	background-repeat: no-repeat;
	background-size: 1908px;
}

html{
	height:100%;}

.cl:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}


.clr0{clear:both;height:0;font-size:0;line-height:0;}
.clr5{clear:both;height:5px;}
.clr10{clear:both;height:10px;}
.clr20{clear:both;height:20px;}
.clr30{clear:both;height:30px;}
.clr60{clear:both;height:60px;}

.left-mr5{float:left;margin-right:5px;}
.img-left{float:left;}
.img-right{float:right;}

.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}



/*----------------------------------------------------------------------------------------
デフォ枠
----------------------------------------------------------------------------------------*/

.countainer{
	margin:0 auto;
	width:100%;
	padding-top: 50px;
}




/*----------------------------------------------------------------------------------------
メイン
----------------------------------------------------------------------------------------*/

.mainBox1100{
	width: 1100px;
	margin: 0 auto;
}

.mainBox1100 h1{
	padding-bottom: 135px;
	position: relative;
}
.mainBox1100 h1 span{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.mainBox1100 h1 img{max-width: 100%;}

.InnerBox{
	width: 900px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}

.InnerBox .Img{
	position: absolute;
	top: -70px;
	right: -30px;
	width: 585px;
}

.InnerBox .Text{
	text-align: left;
}

.InnerBox .textBox01{
	color: #172a88;
	font-size: 18px;
	background: #fff;
	padding: 20px 15px;
	width: 330px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow:5px 5px 0px 0px #8e8200;
	position: relative;
}
.InnerBox .textBox01::after{
	content: "";
	position: absolute;
	top: 45%;
	right: -25px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent #ffffff;
}

.InnerBox .textBox01 span{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.InnerBox .textBox01 span.bigText{
	font-size: 70px;
}

.textBox02 p{
	font-size: 18px;
}

.profBox{
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border: 7px solid #036eb8;
	border-radius: 20px;
	padding: 15px 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.profBox > p{
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #036eb8;
	padding: 5px 0;
	border-radius: 10px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.profBox .inner{
	text-align: left;
}

.profBox .inner ul li{
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #036eb8;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.profBox .inner ul li:last-child{
	border-bottom: none;
}

.profBox .inner ul li span{
	width: 30%;
	display: inline-block;
}

.profBox .inner ul li span img{
	width: 15px;
	vertical-align: middle;
	padding-right: 5px;
}

.profBox .inner ul li p{
	width: 65%;
}

.footer{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
