﻿@charset "utf-8";

body {
	/* background: url(../images/body_bg.gif); */
	margin: 0 auto;
	font-size: 1.1vw;
	color: white;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	color: black;
	font-size: 3vw;
	margin-bottom: 1.0vh;
}

h2 {
	color: black;
	font-size: 2vw;
	margin-top: 0;
}

h3 {
	color: black;
	font-size: 1.4vw;
	margin-top: 0;
}

h4 {
	color: black;
	font-size: 1.2vw;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	color: black;
	font-size: 1.1vw;
	margin-top: 0;
}

p {
	color: black;
	font-size: 1.0vw;
	margin-top: 0;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.kasen1 {
	display: inline-block;
	width: 80%;
	height: 0.8vh;
	border-bottom: 0.5vh dotted #6091d3;
}

.picx_l {
	width: 100%;
	height: auto;
	margin-bottom: 0.5vh;
}


/********************************************/
/*****  コンテナ                       ******/
/********************************************/
#container {
	display: inline-block;
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: white;
    	/* box-shadow: 2px 0 4px gray;/*影*/*/
}

#main {
	float: left;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

#sideBar {
	float: right;
	width: 35%;
	text-align: center;
}


/********************************************/
/*****  キャッチ画像                   ******/
/********************************************/
#catch img {
	width: 100%;
	height: auto;
	margin-bottom: 3%;
}


/********************************************/
/*****  フッター                       ******/
/********************************************/
#footer {
	display: inline-block;
	width: 100%;
	background-color: #A4C6FF;
	margin-top: 7%;
}

#footer p{
	font-size: 1.0vw;
	text-align: center;
	vertical-align: middle;
	margin-top: 5%;
	margin-bottom: 5%;
	color: white;
}


/********************************************/
/*****  ブロック                       ******/
/********************************************/
/*--- １列 ---*/
.block1 {
	display: inline-block;
	width: 100%;
	text-align: left;
	background-color: white;
	margin-left: 1.5vw;
	margin-bottom: 5%;
}
.block1 .item1 {
	width: 100%;
}
.block1 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block1 .item2 {
	width: 100%;
	text-align: center;
}
.block1 .item2 img {
	width: 70%; /*画像サイズ指定*/
	height: auto;
}
/*--- ２列 49%-49%---*/
.block2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: white;
	margin-bottom: 5%;
}
.block2 .item1 {
	float: left;
	width: 49%;
}
.block2 .item1 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block2 .item2 {
	float: right;
	width: 49%;
}
.block2 .item2 img {
	width: 100%; /*画像サイズ指定*/
	height: auto;
}
.block2 .item3 {
	float: left;
	width: 100%;
	text-align: center;
}

/*--- ３列 33%-33%-33%---*/
.block3 {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: white;
	margin-bottom: 5%;
}
.block3 .item1 {
	float: left;
	width: 33%;
	text-align: center;
}
.block3 .item1 img {
	width: 90%; /*画像サイズ指定*/
	height: auto;
	margin: 0 auto;
}
.block3 .item2 {
	float: right;
	width: 33%;
	text-align: center;
}
.block3 .item2 img {
	width: 90%; /*画像サイズ指定*/
	height: auto;
	margin: 0 auto;
}

/********************************************/
/*****  リスト                         ******/
/********************************************/
/*--- １列 ---*/
.list1 {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10%;
}
.list1 ul {
	width: 100%;
	margin: 0 auto;
	color: black;
	list-style:  none;
	padding-left: 1.50vw; 
}
.list1 ul li{
	padding: 0;
	float: left;
	width: 100%;
}
.list1 ul li:before {
	content:  "";     /* 空の要素作成 */
	width:  0.5vw;               /* 幅指定 */
	height:  0.5vw;              /* 高さ指定 */
	display:  inline-block;     /* インラインブロックにする */
	background-color: #F44336;  /* 背景色指定 */
	border-radius:  50%;        /* 要素を丸くする */
}


/********************************************/
/*****  トップへ戻る                   ******/
/********************************************/
#page_top{
	width: 3.0vw;
	height: 3.0vw;
	position: fixed;
	right: 0;
	bottom: 5%;
	background: #003a75; /*ボタンの色*/
	opacity: 0.6;
	border-radius: 50%; /*角の丸み*/
}
#page_top a{
	position: relative;
	display: block;
	width: 2.0vw;
	height: 2.0vw;
	text-decoration: none;
}

#page_top a::after{
	content: '▲';
	font-size: 1.0vw;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 40%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/********************************************/
/*****  タイトルバー                   ******/
/********************************************/
.title1 {
	width: 100%;
	color: #444444;
	text-align: center;
	background-color: #CBFFD3;
	border-radius: 1.0vw;/*角の丸み*/
	margin-bottom: 5%;
}
.title1 h4{
	color: black;
	font-size: 1.2vw;
	margin-top: 0;
	margin-bottom: 0;
}

.title2 {
	width: 100%;
	color: #444444;
	text-align: center;
	background-color: #1E90FF;
	border-radius: 1.0vw;/*角の丸み*/
	margin-bottom: 5%;
}
.title2 h4{
	color: white;
	font-size: 1.2vw;
	margin-top: 0;
	margin-bottom: 0;
}