@charset "utf-8";
/*----------------------------------------*/
/*  全般          　　　　         　　　 */
/*----------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    color: #000000;
    font: 14px/150% "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

/* タグ リセッタ */
*{margin:0;padding:0;}
img{border:none;}
li {list-style: none;}

/* clearfix */
.clearfix{zoom:1;}
.clearfix:after{content:"."; display: block; height:0px; clear:both; visibility:hidden;}
* html .clearfix{display:inline-table; /*¥*/display:block;/**/}

/* ブロック関連クラス */
.block {display: block;}
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.none{display:none;}
.txtCenter{text-align:center;}

/* レスポンシブ対応IMG */
img {
	max-width: 100%;
	height: auto;
}

/*---------------------------------------*/
/*フォント　　　　　　             　　　*/
/*---------------------------------------*/

/*フォントサイズ*/
.fs_10 { font-size: 10px; }
.fs_12 { font-size: 12px; }
.fs_14 { font-size: 14px; }
.fs_16 { font-size: 16px; }
.fs_18 { font-size: 18px; }
.fs_20 { font-size: 20px; }
.fs_22 { font-size: 22px; }
.fs_24 { font-size: 24px; }
.fs_26 { font-size: 26px; }
.fs_28 { font-size: 28px; }
.fs_30 { font-size: 30px; }


/*フォントカラー*/
.fc_a { color: #E63478; }
.fc_b { color: #2766AA; }
.fc_c { color: #331F06; }
.fc_d { color: #112166; }
.fc_e { color: #CF6CA4; }
.fc_f { color: #D97494; }

.fc_shiro { color: #FFFFFF; }
.fc_kuro { color: #000000; }
.fc_hai { color: #888888; }
.fc_aka { color: #FF0000; }
.fc_ao { color: #0000FF; }

/*太字*/
.fw_bold { font-weight:bold; }
.fw_normal { font-weight:normal; }


/*下線*/
.fu_a {border-bottom: solid 1px #000000; padding-bottom:2px;}
.fu_b {border-bottom: solid 2px #BCD1E8; padding-bottom:10px;}


/*テキスト寄せ*/
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
  
h1 {font-size: 12px;color: #FFFFFF; line-height: 14px;margin-top:0px;}
h2 {font-size: 12px;color: #000000; line-height: 14px;margin-top:0px;}

/* リンク */
a{outline:0;}

a:link { color: #F76C0F;text-decoration: none;}
a:visited { color: #F76C0F;text-decoration: none;}
a:hover { color: #F76C0F;text-decoration:underline;}

/*---------------------------------------*/
/*ベース　　　　　　　             　　　*/
/*---------------------------------------*/
/*メイン*/
.section{
	width:1020px;
	margin:0 auto 0 auto;
}

/*コンテンツ*/
.contents{
	   float:left;
	width:750px;
	margin-bottom: 20px;
}

/*サイドバー*/
.sidebar{
	width:250px;
    float:right;
	margin-bottom: 20px;
}

/*モバイルボタン*/
.sp{display:none;}

/*画像に乗ったら半透明*/
.img_hover img{
	-webkit-transition-property:opacity;  
    -webkit-transition-duration:0.2s;  
    -webkit-transition-timing-function:linear; 
}

.img_hover img:hover{
	opacity:0.8;
}

/*パンクズ*/
.breadcrumbs {
	width:1020px;
	clear:both;
	text-align:right;
	margin:5px auto 5px auto;
}

/*---------------------------------------*/
/* 見出し　　　　　　　           　　　*/
/*---------------------------------------*/
.midashi01 {
  color: #2766AA;
  font-size: 16px;
  position: relative;
  padding: .75em 1em .75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #009FE8;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  margin-bottom: 20px;
}
.midashi01::after {
  position: absolute;
  top: 1em;
  left: .6em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #3498db;
  border-radius: 100%
}

.midashi02 {
  color: #E53378;
  font-size: 14px;
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #E83678;
  margin-bottom: 20px;
}
.midashi02::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #E40031;
}
.midashi02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.midashi03 {
  color: #666666;
  font-size: 14px;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 20px;
}

.midashi03::before,
.midashi03::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}

.midashi03::before {
  z-index: 2;
  width: 15%;
  background-color: #DAE000;
}

.midashi03::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

/*---------------------------------------*/
/*  ボタン　　　　　　 　　　　　　　　*/
/*---------------------------------------*/

.btn_01 {
    text-align: center;
}

.btn_01 a {
    position: relative;
    display: inline-block;
    color: #0064AB;
    text-align: center;
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    background: #E7F5FD;
    border: 1px solid #0064AB;
    border-radius: 50px;
}

.btn_01 a:hover {
	background: #D1E7F9;
	text-decoration: none;
}


.btn_02 {
    text-align: center;
}

.btn_02 a {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    background: #4E45A1;
    border-radius: 50px;
}

.btn_02 a::before {
	position: absolute;
	content: "";
	top: 42%;
	right: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #FFFFFF;
}

.btn_02 a:hover {
	background: #736EDA;
	text-decoration: none;
}


.btn_03 {
    text-align: center;
	letter-spacing: 0.1em;
}

.btn_03 a {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    padding: 4px 20px 4px 10px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}

.btn_03 a::before {
	position: absolute;
	content: "";
	top: 42%;
	right: 5px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #FFFFFF;
}

.btn_03 a:hover {
	background: #AB9BA9;
	text-decoration: none;
}

/*---------------------------------------*/
/*  ▼　　　　　　 　　　　　　　　*/
/*---------------------------------------*/

.sankaku{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 20px solid #2966AA;
	border-right: 30px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid transparent;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/*---------------------------------------*/
/*  ヘッダー　　　　　　 　　　　　　　　*/
/*---------------------------------------*/

#header_m_box01 {
	clear:both;
	margin:20px;
}

#header_box01 {
	width:100%;
	clear:both;
    background-color:#009FE8;
}


#header_box01_02 {
	width:1020px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
	margin:0px auto 0px auto;
	clear:both;
}



#header_box02 {
	width:1020px;
	height:auto;
	clear:both;
	text-align:left;
	margin:0px auto 0px auto;
	}
	

#header_box02_l {
   width:60%;
	clear:both;
	float:left;
	text-align:left;
	margin:38px 0px 37px 0px;
}

#header_box02_r {
    width:40%;
	float:right;
	text-align:right;
	margin:33px 0px 32px 0px;
}

#header_box03 {
	width:100%;
	clear:both;
	text-align:center;
	margin:0px auto 0px auto;
}

#header_box03 img {
	width:100%;
	margin:0;padding:0;
	vertical-align: bottom;
}

#header_box04 {
	width:100%;
	clear:both;
	height: 190px;
    background-color: #009FE8;
	margin:0px auto 0px auto;
}


#header_box04_02 {
	width:1020px;
	clear:both;
	margin:0px auto 0px auto;
}

#header_box05 {
	width:100%;
	clear:both;
	text-align:center;
	margin:0px auto 0px auto;
	background: url(../img/common/title.jpg) no-repeat;
	background-position: center center;
	height:140px;
	font-size:30px;
	font-weight:bold;
}

#header_box05_02 {
	width:100%;
	clear:both;
	text-align:center;
	margin:0px auto 0px auto;
	height: 70px;
	color: #2866AA;
	font-size:34px;
    padding-top:50px;
	font-weight:bold;
}

#header_box05_03 {
	width:100%;
	clear:both;
    background-color:#009FE8;
	height:1px;
}


/*---------------------------------------*/
/*  サイド　 　　　　 　 　　　　　　　  */
/*---------------------------------------*/
.sidebar_box01 {
 margin:0px auto 10px auto;
}


.sidebar_box01 img{
	width:100%;
	height:auto;
}


/*---------------------------------------*/
/*  フッター 　　　　 　 　　　　　　　　 */
/*---------------------------------------*/
#footer_box01 {
	width:100%;
	background-color: #009FE8;
	clear:both;
	}
		
#footer_box02 {
 	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	}
	
#footer_box03 {
 	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	}

#footer_box04 {
 	width:100%;
	background-color: #009FE8;
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	color:#FFFFFF;
	}

#footer_box04 a:link { color: #FFFFFF;text-decoration: none;}
#footer_box04 a:visited { color: #FFFFFF;text-decoration: none;}
#footer_box04 a:hover { color: #FFFFFF;text-decoration:underline;}	
		
/*---------------------------------------*/
/* メニュー　　　　　　 　　　　　　　　 */
/*---------------------------------------*/
/*main_menu*/
#menu01 {
	clear:both;
	width: 1020px;
	height:190px;
	margin:0px auto 0px auto;
}  

#menu01 UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu01 LI#menu01-a {width: 150px;height: 190px;float: left;}
#menu01 LI#menu01-b {width: 150px;height: 190px;float: left; margin-left:24px}
#menu01 LI#menu01-c {width: 150px;height: 190px;float: left; margin-left:24px}
#menu01 LI#menu01-d {width: 150px;height: 190px;float: left; margin-left:24px}
#menu01 LI#menu01-e {width: 150px;height: 190px;float: left; margin-left:24px}
#menu01 LI#menu01-f {width: 150px;height: 190px;float: left; margin-left:24px}

#menu01 LI#menu01-a a {text-decoration: none;width: 150px;height: 190px;display: block;overflow: hidden;text-indent: -9999px;}
#menu01 LI#menu01-b a {text-decoration: none;width: 150px;height: 190px;display: block;overflow: hidden;text-indent: -9999px;}
#menu01 LI#menu01-c a {text-decoration: none;width: 150px;height: 190px;display: block;overflow: hidden;text-indent: -9999px;}
#menu01 LI#menu01-d a {text-decoration: none;width: 150px;height: 190px;display: block;overflow: hidden;text-indent: -9999px;}
#menu01 LI#menu01-e a {text-decoration: none;width: 150px;height: 190px;display: block;overflow: hidden;text-indent: -9999px;}
#menu01 LI#menu01-f a {text-decoration: none;width: 150px;height: 190px;display: block;overflow: hidden;text-indent: -9999px;}

#menu01 li#menu01-a { background: url(../img/common/b01.png) no-repeat 0px 0px; }
#menu01 li#menu01-b { background: url(../img/common/b01.png) no-repeat -174px 0px; }
#menu01 li#menu01-c { background: url(../img/common/b01.png) no-repeat -348px 0px; }
#menu01 li#menu01-d { background: url(../img/common/b01.png) no-repeat -522px 0px; }
#menu01 li#menu01-e { background: url(../img/common/b01.png) no-repeat -696px 0px; }
#menu01 li#menu01-f { background: url(../img/common/b01.png) no-repeat -870px 0px; }

#menu01 li#menu01-a a:hover { background: url(../img/common/b01.png) no-repeat 0px -190px; }
#menu01 li#menu01-b a:hover { background: url(../img/common/b01.png) no-repeat -174px -190px; }
#menu01 li#menu01-c a:hover { background: url(../img/common/b01.png) no-repeat -348px -190px; }
#menu01 li#menu01-d a:hover { background: url(../img/common/b01.png) no-repeat -522px -190px; }
#menu01 li#menu01-e a:hover { background: url(../img/common/b01.png) no-repeat -696px -190px; }
#menu01 li#menu01-f a:hover { background: url(../img/common/b01.png) no-repeat -870px -190px; }

/*----------------------------------------*/
/*画像配置　 　　　　　　　               */
/*----------------------------------------*/
.photo_box_01_01{
	clear:both
	
}
.photo_box_01_02{
padding-bottom:10px;
}
.photo_box_01_03{
	text-align:left;
	padding-bottom: 10px;
}
.photo_box_left_text{margin-right: 10px; padding-bottom: 5px;}
.photo_box_right_text{margin-left: 10px; padding-bottom: 5px;text-align:left;}

/*----------------------------------------*/
/*画像　 　　　　　　　                   */
/*----------------------------------------*/
.img100_box01 img{
	width:100%;
	height:auto;
}

/*----------------------------------------*/
/*その他　 　　　　　　　                   */
/*----------------------------------------*/
.box-wrapper{
	margin-right: -1.33%;
}

/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/

/*→ボタンの横幅*/
/*横950～768*/
@media only screen and (min-width: 768px) and (max-width: 950px) {

<div class="wrap">
	
.section{
			width:98%;
	}

	
/*コンテンツ*/
.contents{
	float:right;
	width:63%;
	margin-bottom: 20px;
}

	
	
/*サイドバー*/
.sidebar{
	width:35%;
	float:left;
	margin-bottom: 20px;
}
	
/*モバイルボタン*/
.sp{display:block;}
.pc{display:none;}


/*パンクズ*/
.breadcrumbs {
	width:92%;
	clear:both;
	text-align:right;
	margin:5px auto 5px auto;
}

/*---------------------------------------*/
/*  ヘッダー 　　　　 　 　　　　　　　　 */
/*---------------------------------------*/
/*cssが喧嘩してるので、pc用のcssリセット*/		
nav.pc{
	display:none;
}
	
/*---------------------------------------*/
/*  フッター 　　　　 　 　　　　　　　　 */
/*---------------------------------------*/
#footer_box02 {
 	width:92%;
	clear:both;
	margin:0px auto 0px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	}	
}

/*全タブレット*/
/*横1024～416*/
@media only screen and (min-width: 416px) and (max-width: 1024px) {
}

/*→タブレット横限定*/
/*横1024～769*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {	
}
		
/*→タブレット縦限定*/
/*横768～416*/
@media only screen and (min-width: 416px) and (max-width: 768px) {
	.wrap {
	overflow: hidden;
}
	
	.section{
		overflow: hidden;
			width:92%;
	}
	
	
	
	.sp{display:block;}
	.pc{display:none;}
	
	

	.sidebar{
		width:100%;
		float:none;
		margin:0px auto 20px auto;
	}
	
	
	.contents{
		float:none;
		width:100%;
	}
	
	.breadcrumbs {
	width:92%;
	clear:both;
	text-align:right;
	margin:5px auto 5px auto;
}
	

/*---------------------------------------*/
/*  ヘッダー 　　　　 　 　　　　　　　　 */
/*---------------------------------------*/
/*cssが喧嘩してるので、pc用のcssリセット*/		
nav.pc{
	display:none;
}
	
/*---------------------------------------*/
/*  フッター 　　　　 　 　　　　　　　　 */
/*---------------------------------------*/
		
#footer_box02 {
 	width:92%;
	clear:both;
	margin:0px auto 0px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	}	
}



/*全スマートフォン*/
/*横415～1*/
@media only screen and (min-width: 1px) and (max-width: 415px) {
　　　.wrap {
	overflow: hidden;
}

	.section{
		overflow: hidden;
			width:92%;
	}
	
	
	
	.sp{display:block;}
	.pc{display:none;}
	
	

	.sidebar{
		width:100%;
		float:none;
		margin:0px auto 20px auto;
	}
	
	
	.contents{
		float:none;
		width:100%;
	}
	
	.breadcrumbs {
	width:92%;
	clear:both;
	text-align:right;
	margin:5px auto 5px auto;
}	

/*---------------------------------------*/
/*  ヘッダー 　　　　 　 　　　　　　　　 */
/*---------------------------------------*/
/*cssが喧嘩してるので、pc用のcssリセット*/		
nav.pc{
	display:none;
}
	
	
#header_box05_02 {
	width:100%;
	clear:both;
	text-align:center;
	margin:0px auto 0px auto;
	height: 70px;
	color: #2866AA;
	font-size:20px;
    padding-top:50px;
	font-weight:bold;
}	
	
/*---------------------------------------*/
/*  フッター 　　　　 　 　　　　　　　　 */
/*---------------------------------------*/
#footer_box02 {
 	width:92%;
	clear:both;
	margin:0px auto 0px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	}
/*----------------------------------------*/
/*画像　 　　　　　　　                   */
/*----------------------------------------*/

.img_sp_100_box01 img{
	width:100%;
	height:auto;
}

}


/*→スマートフォンiPhone5以前限定*/
/*横320～1*/
@media only screen and (min-width: 1px) and (max-width: 320px) {
	
	
	
}