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

	 ヒーローイメージ

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

aside div#hero_bg {
	width: 100%;
	background-image: -webkit-linear-gradient(90deg,rgba(236,246,252,1.00) 0%,rgba(136,202,243,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(236,246,252,1.00) 0%,rgba(136,202,243,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(236,246,252,1.00) 0%,rgba(136,202,243,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(236,246,252,1.00) 0%,rgba(136,202,243,1.00) 100%);
	margin: 0;
}
aside div#hero {
	padding-top: 1.6rem;
	padding-bottom: 14rem;
	background-image: url(../images/sp_index_hero.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center bottom;
	overflow: hidden;
	margin: 0;
}
aside div#hero h1 {
	color: #FCFCFC;
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 100;
}
aside div#hero h2 {
	font-size: 1.4rem;
	color: #0071BC;
	font-weight: bold;
	background-image: url(../images/sp_index_h2_bg.png);
	background-repeat: repeat-y;
	margin-top: 0.5rem;
	background-position: center top;
}
aside div#hero p {
	font-size: 1.4rem;
	margin-top: 1rem;
}

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

	 空白

 ======================================= */
.space {
	background-color: #3FA9F5;
}

.space img {
	display: block;
	height: 10px;
	width: 100%;
}


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

	 コンテンツ1

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

aside div#con1 {
	display: table;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2rem;
	}
aside div#con1 div.blue,aside div#con1 div.green,aside div#con1 div.orange {
	display: table-cell;
	text-align: center;
	vertical-align: top;	
}

aside div#con1 p {
	color: #FFFFFF;
	margin-top: 1rem;
	font-weight: bold;
}

aside div#con1 div.blue {
	background-color: #3FA9F5;
	padding-bottom: 1.4rem;
}
aside div#con1 div.green {
	background-color: #7AC943;
	padding-bottom: 1.4rem;
}
aside div#con1 div.orange {
	background-color: #FF931E;
	padding-bottom: 1.4rem;
}
aside div#con1 div img {
}
aside div#con1 div.icon {
	text-align: center;
	margin-top: -1.5rem;
}

aside div#con1 div.icon img {
	width: 2rem;
	height: 2rem;
}

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

	 コンテンツ2

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

aside div#con2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	width: 96%;
	text-align: center;
}
aside div#con2 h1 {
	font-size: 1.4rem;
}
aside div#con2 div.left,aside div#con2 div.right {
	width: 49%;
}
aside div#con2 div.left img,aside div#con2 div.right img {
	height: auto;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
aside div#con2 div.left h1,aside div#con2 div.right h1 {
	font-weight: bold;
	font-size: 1.8rem;
}
aside div#con2 div.left p,aside div#con2 div.right p {
	font-size: 1.2rem;
}
aside div#con2 div.left h1 {
	color: #FF7BAC;
}
aside div#con2 div.right h1 {
	color: #7AC943;
}

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

	 コンテンツ3

 ======================================= */
aside div#con3 {
	box-sizing : border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-top: 3rem;
	width: 96%;
	text-align: center;
	
}
aside div#con3 img {
	display: block;
}
aside div#con3 div#fb {
	width: 100%;
	background-color: #F5F2EC;
    border:1px solid #cccccc;
	overflow: hidden;
	padding-top: 10px;
}
aside div#con3 div#fb h1 {
	font-size: 1.4rem;
	font-weight: bold;
}
aside div#con3 div#fb h1 span {
	font-size: 2rem;
	color: #FF7BAC;
}
aside div#con3 div#fb .left {
	width: 60%;
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1rem;
}
aside div#con3 div#fb .right {
	width: 25%;
	margin-right: 5%;
}
aside div#con3 div#fb_nav {
	display: table;
	width: 100%;
	background-image: -webkit-linear-gradient(0deg,rgba(0,64,130,1.00) 2.77%,rgba(1,89,168,1.00) 46.75%,rgba(0,64,130,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,64,130,1.00) 2.77%,rgba(1,89,168,1.00) 46.75%,rgba(0,64,130,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,64,130,1.00) 2.77%,rgba(1,89,168,1.00) 46.75%,rgba(0,64,130,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,64,130,1.00) 2.77%,rgba(1,89,168,1.00) 46.75%,rgba(0,64,130,1.00) 100%);
	border:1px solid #004082;

}
aside div#con3 div#fb_nav div:first-child {
	display: table-cell;
	vertical-align: middle;
	height: 5rem;
	width: 90%;
	padding-left: 10%;
}
aside div#con3 div#fb_nav div:last-child {
	display: table-cell;
	vertical-align: middle;
	height: 5rem;
	width: 10%;
	text-align: right;

}
aside div#con3 div#fb_nav div:first-child p {
	color: #FFFFFF;
	font-size: 3rem;
	line-height: 5rem;
}
aside div#con3 div#fb_nav div img {
	display: block;
	margin-left:auto;
	margin-right: 5px;
	width: 2rem;
}

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

	 コンテンツ4

 ======================================= */
aside div#con4 {
	margin-left: auto;
	margin-right: auto;
		margin-top: 3rem;
	text-align: center;	
		width: 96%;
}
aside div#con4 h1 {
	font-size: 2rem;
}
div.table_table {
	margin-top: 1rem;
	box-sizing : border-box;
	display: table;
	width:100%;
}
.table_td {
	box-sizing : border-box;
	width:50%;
	display: table-cell;
}
.table_td img:first-child {
	display: block;
	margin: 0;
}
.table_td:first-child {
	padding-right: 5px;
}
.table_td:last-child {
	padding-left: 5px;
}
.table_table_in {
	margin-top: 0;
	background-color: #333333;
	width: 100%;
	box-sizing : border-box;
	display: table;
	text-align: left;
}
.table_td_in_l {
	display: table-cell;
	width: 90%;
	vertical-align: middle;
}
.table_td_in_l p {
	margin: 5px;
	color: #FFFFFF;
	font-size: 1.3rem;
	font-weight: bold;
}
.table_td_in_l p span {
	font-size: 1rem;
	font-weight: normal;
}
.table_td_in_r {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}


