@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */
/*--- reset */
*, *:before, *:after { /** paddingにboderを含める **/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #00293b;
	font-size: small;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: url(images/bg.png) repeat-x 0 84px;
}

a:link {
	color:#497085;
	text-decoration: none;
}
a:visited {
	color:#497085;
	text-decoration: none;
}
a:hover {
	color:#335b6f;
	text-decoration: underline;
}
a:active {
	color:#335b6f;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 10 10 10 20px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

.center {
	width: 660px;
	margin: auto;
	}




/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-B40 { margin-bottom: 40px !important; }

/* padding
----------------------------------------------------------*/
.pd_tb30{ padding-top: 30px; padding-bottom: 30px;}
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}
.font_12{font-size: 12px;}
.font_14{font-size: 14px;}
.font_16{font-size: 16px;}
.font_18{font-size: 18px;}
.font_19{font-size: 19px;}
.font_20{font-size: 20px;}
.font_21{font-size: 21px;}
.font_22{font-size: 22px;}
.font_23{font-size: 23px;}
.font_24{font-size: 24px;}
.font_25{font-size: 25px;}
.font_30{font-size: 30px;}

.TXT-RED,.font_red { color:#d41616;}
.font_red_b{
	font-weight: 900;
	color:#d41616;	
}
.TXT-ORG { color:#FF9900;}
.TXT-GREEN { color:#32CD32;}
.TXT-GREEN2 { color:#007b50;}
.TXT-BLUE { color:#4876FF;}

.TXT-BLUE {
	margin-top: 30px;
}
.marker_yellow{
	background: linear-gradient(transparent 50%, #fff799 50%);
	font-weight: bold;
	border-radius:6px;
}
.marker_blue{
	background: linear-gradient(transparent 50%, #DDEEFF 50%);
	font-weight: bold;
	border-radius:6px;
}

.googlecalendar iframe{
	width: 100%;
}
.arrow-bottom {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid hwb(24 0% 3%);
  border-right: 4px solid hwb(24 0% 3%);
  transform: rotate(45deg);
}
.triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: hwb(24 0% 3%) transparent transparent transparent;
}

/** Flex 指定 ********************/

.flex{
	display: -webkit-flex; /* Safari */
	display: flex;
}

.flex_r{
-webkit-flex-direction: row-reverse; /* Safari */
flex-direction:         row-reverse;
}

.flex_wrap{
display: flex;
flex-wrap: wrap;
}

/* 端詰め等間隔 */
.flex_space_between{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
/* 等間隔 */
.flex_space_around{
display: flex;
flex-wrap: wrap;
justify-content:space-around;
}
/* センター寄せ */
.flex_justify_center {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/* 上下センター寄せ */
.flex_a_center{
align-items: center;
}

/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
display: flex;
flex-wrap: wrap;
}
.flex_nonflex_r{
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
}
.flex_nonflex_between{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex_nonflex_between_r{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
flex-direction: row-reverse;
}
.flex_nonflex_around{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex_nonflex_around_r{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
}


/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
	 display: flex;
flex-wrap: wrap;
justify-content:         space-between;
}


.four_column::before{
content:"";
display: block;
width:250px;/*幅入れる*/
order:1;
}
.four_column::after{
content:"";
display: block;
width:250px;/*幅入れる*/
}


.three_column::after{
content:"";
display: block;
width:204px; /*幅入れる*/
order:1;
}

.one_half{
	width: 48%;
	margin-bottom: 30px;
}

.a_banner{
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}

.a_banner img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	height:60px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 0;
}

#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding: 0px 5px 0 0;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 0 8px;
	background: url(images/list-arw.png) no-repeat 0 50%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 80px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
}

#navi #gNav li {
	float: left;
	text-align: center;
	padding-top:7px;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 160px;
	height: 44px;
	padding-top: 12px;
	background: url(images/gNav_li_bg.png) 0 0 no-repeat;
}

#navi #gNav span {
	font-size: 10px;
}

#navi #gNav li a:hover{
	background-position:0 -56px;
	text-decoration:none;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 50px;
	padding-bottom: 70px;
}

#footer .copyright {
	color: #707070;
	text-align: center;
}

#footer .copyright a{
	color: #707070;
}

.footerContents{
	padding-top: 20px;
}

.footerContents ul {
	padding-top:5px;
	text-align: center;
}

.footerContents ul li {
	display: inline;
	border-right: solid 1px #a7efff;
	padding: 0 10px 0 10px;
}
.footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

.footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
	border: dashed #ccc 1px;
}

.footerContents h3 {
	font-weight: normal;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	height: 300px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#imgArea {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0px 15px;
  padding-bottom: 30px;
	min-height:1px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

.contentsBox .box {
	font-size: 12px;
	width: 290px;
	border: dashed #ccc 1px;
	padding: 10px;
}

#billboard{
	width: 700px;
	margin: 0 0 20px;
}

#billboard_full{
	width: 960px;
	overflow:hidden;
	margin: 0 0 20px;
}

.billboard{
  position: relative;
  height: 210px;
}
.img_billboard{
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
}
.h1_billboard{
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 20px;
  color: #ffffff;
  font-weight: 800;
  font-size: 2.0rem;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main {
	float: right;
	width: 700px;
	min-height:400px;
}
#main #img-center {
	text-align: center;
	width: 100%;
	margin:0 auto;
}
#main-inquiry {
	float: right;
	width: 700px;
	min-height:400px;
}
#main-inquiry h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom:10px;
	background: url(images/bg-h2.png) no-repeat;
	padding: 0 30px 0 0;
}
#main-inquiry h3{
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom:5px;
	background: url(images/bg-h3.png) no-repeat;
	padding: 0 30px 0 0;
}
#main-inquiry h4{
	color: #497085;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#main-inquiry .section{
	margin: 0 0 20px 0;
	padding: 10px;
	overflow:visible;
}
#main-inquiry .section-inquiry {
	margin: 0px;
	height: 210px;
}
#main p{
	padding: 0 10px 0px;
	line-height:180%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main h2{
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom:10px;
	background: url(images/bg-h2.png) no-repeat;
	padding: 0 30px 0 0;
}

#main h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom:20px;
	background: url(images/bg-h3.png) no-repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 7px;
}

#main h4{
	color: #497085;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main .section{
	margin: 0 0px 50px 0;
	padding-top: 10px;
	padding-bottom: 30px;
	overflow:visible;
}
.section_sub{
	margin-bottom: 50px;
}
#main .sectionBorder{
	margin:0;
	padding: 20px 10px;
	min-height:1px;
}
#main .box {
	width: 190px;
	float: left;
	border-right: solid #2c89b6 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}
#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#main ul li{
	list-style-type: none;
	padding: 2px 0 2px 0;
	line-height: 170%;
	overflow: visible;
}

#main #contents-box {
	margin: 20px 0px 20px 10px;
	padding: 0px;
	height: 250px;
	width: auto;
}
#main .section p {
	line-height:160%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main .section2 {
	margin: 30px 0 20px 10px;
	padding: 10px;
}
#main .section2 .imgR {
	margin: 5px;
	margin-left:10px;
}
#main .section2 dt {
	margin-top: 20px;
}
#main .section2 dd {
	margin-top: 10px;
}

#main_full {
	width: 960px;
}




#date {
text-align: right;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    text-align:center;
}
.align_center{
	text-align: center;
}
/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #2c89b6;
	padding: 10px;
	background-color: #378DE8;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #2c89b6;
	padding: 10px;
	width: 535px;
}

.table_simu {
	width: 100%;
	margin: 0 auto;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	border-left: solid 1px #666;
	border-collapse: collapse;
	border-spacing: 0 10px;
	background: #f5f5f5;
}

.table_simu th {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-right: dotted 1px #666;
	border-bottom: solid 1px #666;
	background-color: #3261AB;
}
.table_simu th:last-child{
	border-right: none;
}
.table_simu td {
	padding: 10px 0;
	margin: 0;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 180%;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	border-right: dotted 1px #666;
	border-bottom: dotted 1px #666;
	
}
.table_simu td:last-child{
	border-right: none;
}
.simu_arrow{
	width: 100px;
	height: auto;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	line-height: 28px;
	margin-bottom:5px;
	background: url(images/bg-side-h3.png) no-repeat;
	padding: 0 0 0 30px;

}

#sub ul {
	margin: -10px 0 2px;
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 5px 10px 10px 0;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(images/list-arw.png) no-repeat 0 50%;
	border-bottom: dashed #2c89b6 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 0;
}

#sub .box {
	border-bottom: dashed #2c89b6 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}


/*　画像並べて表示　*/
.imgcaption {
	text-align: center;
	font-size: 0.875em;
	float: left;
	width: 200px;
	margin-right:20px;
	margin-bottom: 20px;
	border:solid 1px #cccccc;
	padding: 2px;
	padding-top: 13px;
}

.imgcaption p {margin: 0;}

/* サイトマップ */
#sitemap-content {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	background: url(#CFF) no-repeat 0 100%;
	line-height: 1.5;
}

/* toppage */
#sitemap-content p.toppage {
	margin: 0 16px;
	padding-left: 18px;
	background: url() no-repeat 0 50%;
}

.rireki{
	height: 300px;
	overflow-y: scroll;
}

	/* <ul> */
ul.sitemap{
	margin-left: 30px;
	list-style-type: disc !important;
}
ul.sitemap li{
	font-size: 14px;
	padding-bottom: 15px;
	list-style-type: disc !important;
}

	.red {
	color: #F00;
}
#sub .twitter {
	padding: 0px;
	margin-bottom: 15px;
}

/* 画像をマウスオーバー */
a img{
	transition: 0.3s;
}
a:hover img{
	opacity: 0.7;
	transition: 0.3s;
}

/****************** Slider スライダー *************************/

#slider {
    width: 960px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	display: block;
	background-color: #E6E6E6;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
}

/******************** What's News Feedek ***********************/

#divRss{}

#divRss ul{
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#divRss ul li{
	width: 320px;
	margin-bottom: 20px;
}

#divRss ul li a{
	vertical-align: bottom;
}

#divRss ul li img{
	width: 320px;
	height: 183px;
	object-fit: cover;
}
.feeddate{
	font-size: 14px;
}

.feednew{
	color: #ff0000;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#divRss ul li h4{
	font-weight: 800;
	font-size: 16px;
}




/*** メンテナンス体制 ****************************************/

.maintenance{	/*flexで端詰め*/
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}

.maintenance_menberline{
	display: -webkit-flex; /* Safari */
    display: flex;
	padding: 10px;
	width: 47%;
}

.one_of_line{	/*1行に1人*/
	width: 100%;
}

.two_of_line{
	width: 50%;
}

.member_img_bg{
	padding: 10px;
	border: 1px solid #999999;
	border-radius: 4px;/**角丸**/
	-webkit-border-radius: 4px;/**角丸**/
	-moz-border-radius: 4px;/**角丸**/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8e0de+0,aebfbc+22,99afab+33,8ea6a2+50,829d98+67,4e5c5a+82,0e0e0e+100;Grey+3D */
background: rgb(216,224,222); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 22%, rgba(153,175,171,1) 33%, rgba(142,166,162,1) 50%, rgba(130,157,152,1) 67%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 22%,rgba(153,175,171,1) 33%,rgba(142,166,162,1) 50%,rgba(130,157,152,1) 67%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.member_img_bg img{
	width: 100px;
	vertical-align: bottom;
}

.member_info{
	padding: 10px;
	line-height: 150%;
}

.member_name{
	display: block;
	font-size: 120%;
	padding-top: 20px;
}


/*** 追加 ****************************************/

.img_full{
	border: 1px solid #999999;
	max-width: 100%;
	height: auto;
}
.img_full_noborder{
	padding: 2%;
	width: 95%;
}
.img_center_illust{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
}
.only_pc {}
.only_mobile {display: none;}


#header h2{
	font-size: 120%;
	font-weight: 400;
	width: 400px;
	float: right;
	display: inline-block;
	text-align: right;
	margin-top: 10px;
}

.grid_half{
	float: left;
	width: 340px;
	padding-left: 5px;
	padding-right: 5px;

}

.faq_q{
	background-image: url(images/bg-h3.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #000066;
	font-size: 120%;
	min-height: 75px;
}


.faq_a{
	font-size: 120%;
}

.img_gallery{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}

.img_gallery a{
	text-align: center;
	padding: 5px;
	margin: 5px;
	width: 133px;
}

.img_gallery a img{
	vertical-align: text-bottom;
}


.list_disc{
  list-style-type: disc !important;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 30px;
}
.list_disc li{
  list-style-type: disc !important;
  line-height: 150%;
  padding-bottom: 10px;
}

.list_disc_small{
  list-style-type: disc !important;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}

.list_disc_small li{
  list-style-type: disc !important;
}

.list_point_check{
	list-style-type: none;
}

.list_point_check li{
	font-size: 20px;
	padding-bottom: 5px;
}
.list_point_check li::before{
	display:  inline-block;  
	content: "";
	background-image: url(./images/point_check.png);
	background-size: cover;
	width: 25px;
	height: 25px;
	
}
.span_arrow{
  display: inline-block;
  font-size: 40px;
  color: #ff8c00;
  height: 25px;
}
.span_strong{
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  color: #ff4500;
}
.span_strong span{
  font-size: 150%;
}

.dl_sample{
  font-size: 16px;
  padding: 15px;
  margin-bottom: 15px;
  border: 4px solid #87ceeb;
	border-radius: 15px/15px;/*丸*/
	-webkit-border-radius: 15px;/*丸*/
	-moz-border-radius: 15px;/*丸*/
}
.dl_sample dt{}
.dl_sample dd{
  padding-left: 35px;
  padding-bottom: 15px;
}

.a_button{
  display: inline-block;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
  vertical-align: bottom;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #e6e6fa;
  transition: 0.3s;
  border: 1px solid #999999;
}

.a_button:hover{
  color: #ffffff;
  text-decoration: none;
  background-color: #6495ed;
  transition: 0.3s;
}
.a_button_red{
	display: inline-block;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	border-radius: 10px;
	vertical-align: bottom;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #FC2600;
	transition: 0.3s;
	background-color: whitesmoke;
}
.a_button_red:hover{
	background-color: #FF9900;
	transition: 0.3s;
}
.a_select_button{
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 25px;
	font-weight: 900;
	padding: 20px;
	border: 4px solid #3261AB;
	border-radius: 10px;
	transition: 0.3s;
	background-color: #E4F0E4;
}
.a_select_button i{
	font-size: 35px;
}
.a_select_button:hover{
	color: #fff;
	background-color: #3261AB;
	transition: 0.3s;
	text-decoration: none;
}
/**Vお客様の声ページV**/
.voice_main_image img{
	width: 250px;
	height: auto;
}
.voice_images{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 15px;
}
.voice_images li{
	width: 32%;
	text-align: center;
	margin-bottom: 15px;
}
.voice_images li a{
	display: inline-block;
	vertical-align: bottom;
}
.voice_images li a img{
	width: 100%;
}
/**Λお客様の声ページΛ**/
/** ▼SDGsページ▼ ****/
.page_des{
  font-size: 16px !important;
  padding-left: 0px !important;
  padding-bottom: 35px !important;
}
.dl_sdgs{}
.dl_sdgs dt{}
.dl_sdgs dd{
  padding-top: 15px;
  padding-bottom: 35px;
  padding-left: 5px;
}
.h4_sdgs{
  color: #3261AB !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #6A8CC7;
}
.img_sdgs_icon{
  width: 180px;
  height: 180px;
  margin-right: 20px;
}
.table_sdgs{
  font-size: 14px;
}
.table_sdgs tr th{
  width: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.table_sdgs tr td{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.button_area{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
/** ▲SDGsページ▲ ****/
.contact_button_area{
	text-align: center;
	padding-bottom: 30px;
}
.a_contact_button{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #fff !important;
	font-size: 1.2rem !important;
	font-weight: 900;
	text-decoration: none;
  background-color: #eb6100;
	padding: 20px 30px;
	border-radius: 5px;
	border: 2px solid #eb6100;
	transition: 0.3s;
}
.a_contact_button:hover{
	background-color: #EAA475;
	transition: 0.3s;
	text-decoration: none;
}
/**VシミュレーションフォームV**/
.h3_simu_question{
	width: 100%;
	font-size: 25px !important;
	text-align: center;
	color: #fff;
	font-weight: 900 !important;
	background: orangered !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-left: 0px !important;
	border-radius: 10px;
}
input.radio_question[type=radio]{
	display: none;
}
.question_label{
	width: 250px;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	padding: 20px;
	border: 4px solid #3261AB;
	border-radius: 10px;
}
input.radio_question[type=radio]:checked  + label.question_label{
	background-color: #3261AB;
	color: #fff;
}
.question1_no_sorry{
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 200%;
	border: 2px solid #F00;
	border-radius: 10px;
}
.img_480{
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.input_w100{
	margin-left: auto;
	margin-right: auto;
	font-size: 35px;
	width: 150px;
}
.input_w100_center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 35px;
	width: 150px;
}
.tani{
	font-size: 18px;
}
.simu_submit_button{
	background-color: cornflowerblue;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 900;
	padding: 10px;
	display: inline-block;
	font-size: 25px;
	border-radius: 10px;
	transition: 0.3s;
}
.simu_submit_button:hover{
	background-color: #000066;
	transition: 0.3s;
}

.img_arrow_down{
	height: 60px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.kekka_object_last{
	font-size: 18px;
}
.kekka_result_last{
	font-size: 25px;
	font-weight: 900;
}
.kekka_object{
	font-size: 16px;
}
.kekka_result{
	font-size: 18px;
}
.check_visible{
	display: none;
}
.dl_order_form dt{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	background-color:#FFF2E5;
}
.dl_order_form dd{
	padding: 10px 10px 20px 10px;
	font-size: 16px;
}
.dl_order_form dd label{
	display: inline-block;
	padding: 10px 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 2px solid #3261AB;
	border-radius: 10px;
}
.dl_order_form dd input{
	font-size: 19px;
	margin-bottom: 5px;
}
.hint{
	display: block;
	padding: 10px;
	border: 2px dotted #eb6100;
	border-radius: 10px;
}
.p_hikakunow{
	padding: 15px;
	font-size: 28px;
}
.p_hikakunow span{
	border-bottom: 7px solid red;
}

/**ΛシミュレーションフォームΛ**/