@charset "shift_jis";





/*====================================
ヘッダーフッター
====================================*/



/*====================================
グリッドベース
====================================*/


/*====================================
サイトここから
====================================*/
/*body#rhi_body .sp_head_bg01{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}*/


body#rhi_body .sp_foot_bg01{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 0 100px;
}


body#rhi_body .sp-position{
	position:fixed;
	bottom:0;
	width: 100%;}



body#rhi_body .sp_mainimg {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color:#DEF7FE;
}

body#rhi_body .sp_mainimg_tx01 {
font-size: 22px;
line-height: 1.35;
color: #444;
}
body#rhi_body .sp_mainimg_tx01 span {
font-size: 18px;
}




body#rhi_body .sp_c01_bg01{
	width: 100%;
	/*background-image: url(../gangamieru-p/xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #F8F8F8;
}

body#rhi_body .sp_c02_bg01{
	width: 100%;
	/*background-image: url(../gangamieru-p/xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
}

body#rhi_body .sp_c03_bg01{
	width: 100%;
	/*background-image: url(../gangamieru-p/xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
}

body#rhi_body .sp_c03_box{
margin: 0 6%;
padding: 35px 6%;
background-color: #F8F8F8;
}

body#rhi_body .sp_c03_tit {
text-align: center;
font-size: 34px;
font-weight: bold;
}

body#rhi_body h3.sp_c03_tx01 {
font-size: 30px;
font-weight: bold;
color: #127FC9;
padding: 30px 0 10px;
}
body#rhi_body .sp_c03_tx02 {
font-size: 24px;
line-height: 1.65;
}
body#rhi_body .sp_c03_tx02 span.icon {
color: #127FC9;
}
body#rhi_body .sp_c03_tx02 span.txbox {
display: inline-block;
padding-right: 1em;
}




body#rhi_body .sp_c04_bg01{
	width: 100%;
	/*background-image: url(../gangamieru-p/xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #DEF7FE;
}



body#rhi_body .top_c02_bg01{
	width: 100%;
	/*background-image: url(../gangamieru-p/xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
}

body#rhi_body .top_c02_bg02{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg02.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: top center;
}



body#rhi_body .top_c03_bg01{
	width: 100%;
	/*background-image: url(../gangamieru-p/xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
}

body#rhi_body .top_c03_bg02{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg02.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #F8F8F8;
	max-width: 1050px;
}
body#rhi_body .top_c03_tit{
font-size: 26px;
text-align: center;
font-weight: bold;
}

body#rhi_body .top_c03_tx01 {
font-size: 16px;
line-height: 1.25;
color: #127FC9;
font-weight: bold;
}
body#rhi_body .top_c03_tx02 {
font-size: 16px;
line-height: 1.25;
/*font-weight: bold;*/
}
body#rhi_body .top_c03_tx02 span {
color: #127FC9;
}




body#rhi_body .top_c04_bg01{
	width: 100%;
	/*background-image: url(../gangamieru-p/xxxx-p/xxxxxx_bg.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-color: #DEF7FE;
}

body#rhi_body .top_c04_bg02{
	width: 100%;
	/*background-image: url(../xxxx-p/xxxxxx_bg02.jpg);*/
	margin: 0 auto;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: top center;
}






body#rhi_body .top_contents00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;

/*  grid-gap: 30px;*/
  
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  
  -ms-grid-rows:  auto;
  grid-template-rows:  auto;
}

body#rhi_body .top_contents00_g2 > .grid_container > .grid_item {
/*  background: #fff;*/
/*  border-radius: 8px; 
  border: 3px solid #ccc;*/
  margin: 0 15px 0px 15px;
}

body#rhi_body .top_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
}
body#rhi_body .top_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	
	-ms-grid-row: 1;
	grid-row: 1; 
}





/*====================================
 モバイルメニュー 
====================================*/
