@charset "utf-8";

/*============================================================================
	PC非表示
==============================================================================*/
.hiddenSp{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap');

.gFont{
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.gFont2{
font-family: 'Work Sans', sans-serif;
}
/*============================================================================
	index頭部
==============================================================================*/
/*
#outerW{
  background: url(../img/main@2x.png) no-repeat center top;
  background-attachment: fixed;
  background-size: 1920px 940px;
}
*/

#outerW {
  margin: 0px;

}
#outerW::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/main@2x.png);
   background-color: #b7d100;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 660px;

  margin: 0px auto 0;
}

#hero img{
	width: 100%;
}

/* text */

.text-box {
	width: 90%;
	margin: 60px auto 20px;
}
.headTxt {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #444;
  letter-spacing: 0.18em;
  line-height: 140%;
  text-shadow: 0px 0px 4px #FFF ;
}
.headTxt span{
display: block;
margin-top: 22px;
  font-size: 18px;
  font-weight: normal;
  line-height: 140%;
  text-align: left;
  color: #444;
}

#hero .arrowImg{
	width: 30px;
	margin: 60px auto 0 auto;
}

/* 追加フォーム */
.wpcf7-form{
	width: 95%;
	margin: 10px auto;
	padding: 10px 0;
	box-sizing: border-box;
}
.wpcf7-form-control{
	width: 100%;
	padding: 8px;
	font-size: 16px;
	margin: 6px 0;
box-sizing: border-box;
}
.wpcf7-submit{
	margin: 6px auto;
}

/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	margin: 2px auto 2px 4px;
	float: left;
}
h1#logo a{
    display:block;
	color: #FFF;
	width:66px;
	height:37px;
	background: url(../img/logo@2x.png) no-repeat left center;
	background-size: 66px 37px;
	text-decoration:none;
	font-size:21px;
	text-indent: -9999px;
    overflow:hidden;
    padding-left: 52px;
}

.spNav{
	display: inline-block;
	float: right;
	width: 190px;
	margin-right: 10px;
	text-align: right;
}
.fbBox{
	display: inline-block;
	margin: 0px 4px 0 0px;
}
.fbBox a{
	display: block;
	box-sizing: border-box;
	padding: 9px 6px;
	color: #444;
	text-align: center;
	font-size: 16px;
}
.fbBox a:hover{
	text-decoration: none;
	color: #666;
}
.fbBox a i{
	margin-left: 6px;
}

/*パンくず*/
.breadcrumb{
	width: 100%;
	margin: 0px auto 0;
	padding: 4px;
	box-sizing: border-box;
	background: ;
	background: #CBC6A1;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb ul li{
    display: flex;
    list-style: none;
    margin-right: 3px;
    font-size: 10px;
	color: #545454;
}   
.breadcrumb ul li a{
	color: #545454;
}  
.breadcrumb li::before {
    content: "＞";
    margin-right: 3px;
}
    
.breadcrumb li:first-child::before {
    content: "";
}

/*============================================================================
	中の話#mainCont
==============================================================================*/


/* Main部分バナー */
.logoBn{ width:200px; margin: 0 auto; padding:20px 0 10px 0; text-align:center; clear: both;}
.logoHonBn{ width:300px; margin: 0 auto; padding:20px 0 10px 0; text-align:center; clear: both;}
.mainBn{ width:100%; margin: 0 auto; padding:20px 0 20px 0; text-align:center; clear: both;}
.logoBn img{ width:100%;}
.mainBn img{ width:100%;}
.logoHonBn img{ width:100%;}

/* マージン */
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}
.mb80{margin-bottom: 80px;}
.mt90{margin-top: 90px;}
.mtM10{margin-top: -10px;}
.mtM20{margin-top: -20px;}

.indexTitle{
	margin: 30px auto 15px auto;
	text-align: center;
	color: #444;
	font-size: 20px;
	font-weight: normal;
}
.indexTitle2{
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin: 20px auto 20px auto;
	padding: 12px 10px;
	text-align: center;
	color: #444;
	font-size: 20px;
	font-weight: 300;
	border: 1px solid #444;
}
.indexTitleLogo{
	margin: 20px auto 30px auto;
	text-align: center;
	color: #222;
	font-size: 24px;
	font-weight: normal;
}
.indexText{
	width: 100%;
	margin: 10px auto 40px auto;
	text-align: center;
	line-height: 180%;
	color: #444;
	font-size: 140%;	
}

/* ページ見出し部分 */
.h2Box{
	padding-left: 60px;
	padding-top: 26px;
	padding-bottom: 26px;
	margin: 10px 0 20px 0;
}
h2.h2Title{
	clear: both;
	font-size: 32px;
	color: #444444;
	font-weight: normal;
	text-align: left;
	margin:0px auto 0px 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	  letter-spacing: 0.18em;
}
h2.h2Read{
	font-size: 18px;
	color: #444444;
	text-align: left;
	font-weight: normal;
	padding-bottom: 0px;
	margin:0px auto 0 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 300;
}
.h2Bg01{
	background: url(../img/h2_bg01@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg02{
	background: url(../img/h2_bg02@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg03{
	background: url(../img/h2_bg03@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg04{
	background: url(../img/h2_bg04@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg05{
	background: url(../img/h2_bg05@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg00{
	background: url(../img/h2_bg00@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg06{
	background: url(../img/h2_bg06@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg07{
	background: url(../img/h2_bg07@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}
.h2Bg08{
	background: url(../img/h2_bg08@2x.png) left center no-repeat;
	background-size: 77px 62px;	
}


h3.h3Title{
	clear: both;
	font-size: 26px;
	font-weight: 400;
	color: #444444;
	text-align: left;
	margin:20px auto 20px 0;
}
h3.h3TitleMain{
	clear: both;
	font-size: 22px;
	font-weight: 400;
	color: #444;
	text-align: left;
	margin:10px auto 10px 0;
	padding-left: 40px;
	background: url(../img/h2_bg06@2x.png) left center no-repeat;
	background-size: 28px 22px;
}
h3.h3TitleBlog{
	clear: both;
	font-size: 18px;
	font-weight: 400;
	color: #444;
	text-align: left;
	margin:40px auto 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF8BAF;
}
.blogTime{
	clear: both;
	font-size: 14px;
	color: #8E8E8E;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin:0px auto 0px 0;
}

h4.h4Title{
	clear: both;
	font-size: 18px;
	font-weight: 400;
	color: #444;
	text-align: left;
	margin:0px auto 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF8BAF;
}

p.mainText{
	width: 100%;
	margin:20px auto;
	color: #222;
	font-size: 14px;
	line-height:140%;
}
p.mainSText{
	width: 100%;
	margin:20px auto;
	color: #666;
	font-size: 14px;
	line-height:140%;
}
.centerText{
	text-align: center;
}
.textRight{
	width: 100%;
	margin:10px auto 0px auto;
	text-align: right;
	font-size: 14px;
}
.textRight i{
	margin-right: 6px;
}

.marker-bold {
	font-weight: bold;
	background: linear-gradient(transparent 50%, #a7ffe3 50%);
}

/*リスト*/
ul.defListBox{ padding:6px 0px;} 

ul.defListBox li.defList{
font-size: 14px;
padding:1px 0px 2px 15px;
margin: 5px 0px 6px 10px;
list-style: none;
list-style-position:outside;
background: url(../img/list_icon.png) no-repeat left center;
background-size: 8px 8px;
}

ul.defListBox li.defList a{
color: #222222;
}

.flB{
	float: left;
	padding: 0 30px 10px 0;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 140%;
}
.flB img{
	width: 120px;
	margin-bottom: 6px;
}
.frB{
	float: right;
	padding: 0 0 10px 30px;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 140%;
}
.frB img{
	width: 120px;
	margin-bottom: 6px;
}
.flName{
	font-size: 20px;
	line-height: 140%;
	margin: 6px 0 6px 0;
}

.aboutBtnBox{
	clear: both;
	margin: 20px auto 40px auto;
	text-align: center;
}

a.mainBtn {
	display: block;
	min-width: 240px;
	max-width: 300px;
	background: linear-gradient(-90deg , #00FFC4 , #00BAFF);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0 auto 0px auto;
	border-radius: 30px;
}
a.mainBtn:hover{
	text-decoration: none;
	opacity: 0.6;
}
a.mainBtn i{
	margin-left: 6px;
}

a.mainBtnS {
	display: block;
	min-width: 160px;
	max-width: 220px;
	background: linear-gradient(-90deg , #00FFC4 , #00BAFF);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0 auto 0px auto;
	border-radius: 30px;
}
a.mainBtnS:hover{
	text-decoration: none;
	opacity: 0.6;
}
a.mainBtnS i{
	margin-left: 6px;
}

a.contactBtn {
	display: block;
	min-width: 240px;
	max-width: 300px;
	background: linear-gradient(-90deg , #00FFC4 , #00BAFF);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0px 12px 0px;
	margin: 0 auto 0px auto;
	border-radius: 30px;
}
a.contactBtn:hover{
	text-decoration: none;
	opacity: 0.6;
}
a.contactBtn i{
	margin-left: 6px;
}

a.readBtn {
	display: block;
	min-width: 240px;
	max-width: 300px;
	background-color:#00BAFF;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0px 6px 0px;
	margin: 0 auto 0px auto;
}
a.readBtn:hover{
	background-color:#00ffe6;
	color: #FFF;
	text-decoration: none;
	box-sizing: border-box;
}
a.readBtn i{
	margin-left: 6px;
}


/*============================================================================
	bg
==============================================================================*/

/* 白背景 */
.about000{
	clear: both;
	margin: 0 auto 20px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	box-sizing: border-box;
}
/* 色 */
.about100{
	clear: both;
	width: 100%;
	height: 100%;
	background: #CBC6A1;
}
/* 画像 */
.aboutBg01{
	clear: both;
	width: 100%;
	height: 80px;
	background: url(../img/main@2x.png) center -540px;
	background-size: 1920px 940px;
}

/* 半透明用
.bg-mask{
	height: 100%;
	background: rgba(255,255,255,0.8);
	padding-bottom: 20px;
}
 */


/*============================================================================
	main
==============================================================================*/

/* INFO */
.infoBox{
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 10px auto 20px auto;
	border-bottom: 1px solid #E0E0E0;
}
.infoBox dt{
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #FF8BAF;
}
.infoBox dd{
  margin-left: 140px;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
}


/* tagList */

ol.tagListBox{ margin: 0px 0px 0px 0px;}
ol.tagListBox li.tagList{
	margin-right: 8px;
	margin-bottom: 1px;
	float: left;
	list-style: none;
	color: #FF8BAF;
	font-size: 14px;
	padding: 0px 2px 2px 0px;
	display: block;
}
ol.tagListBox li.tagList a{
	color: #FF8BAF;
}

ol.tagListBox li.tagList02{
	margin-right: 8px;
	margin-bottom: 1px;
	float: left;
	list-style: none;
	color: #8e8e8e;
	font-size: 14px;
	padding: 0px 2px 2px 0px;
	display: block;
}
ol.tagListBox li.tagList02 a{
	color: #8e8e8e;
}

/* floatBox */
.floatBox{
	width: 100%;
	margin:0 auto 20px auto;
}
.floatBoxL{
	width: 100%;

	color: #444;
	font-size: 14px;
	line-height:140%;
	text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBoxR{
	width: 100%;

	color: #444;
	font-size: 14px;
	line-height:140%;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBoxL img , .floatBoxR img{width: 100%;}
.floatBoxinner{
	width: 100%;
}
.flTitle{
	color: #444;
	font-size: 16px;
	line-height:140%;
	text-align: left;
	margin:8px auto 18px auto;
}
.flTitle02{
	color: #FFF;
	font-size: 18px;
	line-height:140%;
	text-align: left;
	margin:8px auto 18px auto;
}
.flText{
	color: #444;
	font-size: 14px;
	line-height:140%;
	text-align: left;
}

.bgBorder{
	font-size: 140%;
	color: #FFFFFF;
	padding: 2% 3%;
	background-color: #00BAFF;
	line-height: 240%;
	margin-bottom: 3px;
}

/* floatBox1対2 */
.floatBox02{
	width: 100%;
	margin:0 auto 40px auto;
}
.floatBox02L{
	width: 30%;
	float: left;
	color: #222;
	font-size: 14px;
	line-height:180%;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBox02R{
	width: 68%;

	float: right;
	color: #222;
	font-size: 14px;
	line-height:180%;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBox02L img , .floatBox02R img{width: 100%;}
.floatBox02inner{
	width: 100%;
}



dl.dlList{
  margin-top: 10px;
   margin-bottom: 10px;
}
dl.dlList dt.dtList{
  float: left;
  text-align: center;
}
dl.dlList dd.ddList{
  margin-left: 20px;
	color: #222;
	font-size: 14px;
	line-height:140%;
	text-align: left;
}


/* 1 記事リンク */
.inlineBlock1{
	margin: 20px auto 10px auto;
	text-align: left;
}
a.inlineBlockOne1{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 46%;
	min-height: 270px;
	margin: 0 4px 0 4px;
	padding: 2px;
}
a.inlineBlockOne1:hover{
text-decoration: none;
opacity: 80%;
}
a.inlineBlockOne1 .inlineBlockTime1{
	text-align: left;
	font-size: 12px;
	color: #8E8E8E;
	font-weight: bold;
	margin: 0px 0 6px 0;
	width: 100%;
}
a.inlineBlockOne1 h4.inlineBlockTitle1{
	text-align: left;
	min-height: 12px;
	font-size: 16px;
	line-height: 140%;
	color: #444;
	font-weight: bold;
	margin: 0px auto 8px auto;
}
a.inlineBlockOne1 .inlineBlockImg1{
	text-align: center;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	margin:0 auto 6px;
}
a.inlineBlockOne1 .inlineBlockImg1 img{
	width: 100%;
}

/* 2 2カラム用 */
.inlineBlock2{
	margin: 20px auto 20px auto;
	text-align: center;
}
.inlineBlock2 .inlineBlockOne2{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 49%;
	overflow: hidden;
	margin: 0 0px 10px 0px;
}
.inlineBlock2 .inlineBlockOne2 img{
	width: 100%;
}
.inlineBlockOne2 .inlineBlockText2{
	width: 100%;
	margin: 0px auto 0px;
	text-align: left;
	font-size: 14px;
	color: #222222;
	line-height: 140%;
}


/* 30　メンバー */
.inlineBlock30{
	margin: 20px auto 20px auto;
	text-align: left;
}
.inlineBlockOne30{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 43%;
	min-height: 200px;
	margin: 0 3% 10px 3%;
/*
	background: #F2F2F2;
*/
	padding: 0px;
}
.inlineBlockOne30L{
	width: 100%;
	min-height: 90px;
	margin-bottom: 10px;
}
.inlineBlockOne30R{
	width: 100%;
}

.inlineBlockOne30 h4.inlineBlockTitle30{
	text-align: left;
	min-height: 12px;
	font-size: 16px;
	color: #222;
	margin: 0px auto 8px auto;
	padding-bottom: 6px;
	border-bottom: 1px solid #DDDDDD;
}
.inlineBlockOne30 .inlineBlockImg30{
	text-align: center;
	width: 100%;
	margin:0 0 12px 0;
	vertical-align: middle;
}
.inlineBlockOne30 .inlineBlockImg30 img{
	width: 100%;
	vertical-align: middle;
}
.inlineBlockOne30 .inlineBlockText30{
	width: 100%;
	margin: 0px auto 0px;
	text-align: left;
	font-size: 14px;
	color: #808080;
	line-height: 160%;
}
.inlineBlockOne30 .inlineBlockSubTitle30{
	text-align: left;
	min-height: 12px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	margin: 0px auto 8px auto;
}
.inlineBlockOne30 .inlineBlockSubText30{
	width: 100%;
	margin: 0px auto 8px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 160%;
}
.inlineBlockOne30 h4.inlineBlockTitle30 span{
	width: 100%;
	margin-left: 8px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 160%;
}
.inlineBlockOne30 .inlineBlockLine30{
	display: block;
	height: 1px;
	width: 100%;
	background: #DDDDDD;
	margin: 0px 0 8px;
	text-align: left;
}
.inlineBlockOne30 a.inlineBlockBtn30{
	display: block;
	box-sizing: border-box;
	background: linear-gradient(-90deg , #00FFC4 , #00BAFF);
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 12px 6px 12px;
	margin: 4px auto 0px 0;
	border-radius: 20px;
}
.inlineBlockOne30 a.inlineBlockBtn30:hover{
	text-decoration: none;
	opacity: 0.6;
}
.inlineBlockOne30 .inlineBlockBtn30 i{
	margin-left: 6px;
}

/* 40　研究実績 */
.inlineBlock40{
	margin: 20px auto 40px auto;
	text-align: left;
	width: 100%;
}
.inlineBlockOne40{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0 10px 24px 0px;
/*
	background: #F2F2F2;
*/
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #DBDBDB;
}
.inlineBlockOne40L{
	float: left;
	width: 75%;
	margin-right: 1%;
}
.inlineBlockOne40R{
	float: left;
	width: 24%;
	margin-top: 12px;
}

.inlineBlockOne40 h4.inlineBlockTitle40{
	text-align: left;
	line-height: 140%;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 0px auto 8px auto;
	padding-bottom: 6px;

}
.inlineBlockOne40 .inlineBlockImg40{
	text-align: center;
	width: 100%;
	margin:0 0 12px 0;
}
.inlineBlockOne40 .inlineBlockImg40 img{
	width: 100%;
}
.inlineBlockOne40 .inlineBlockText40{
	width: 100%;
	margin: 0px auto 0px;
	text-align: left;
	font-size: 14px;
	color: #808080;
	line-height: 160%;
}
.inlineBlockOne40 .inlineBlockSubTitle40{
	text-align: left;
	min-height: 12px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	margin: 0px auto 8px auto;
}
.inlineBlockOne40 .inlineBlockSubText40{
	width: 100%;
	margin: 0px auto 8px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 160%;
}
.inlineBlockOne40 h4.inlineBlockTitle40 span{
	width: 100%;
	margin-left: 8px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 160%;
}
.inlineBlockOne40 .inlineBlockLine40{
	display: block;
	height: 1px;
	width: 100%;
	background: #DDDDDD;
	margin: 0px 0 8px;
	text-align: left;
}
.inlineBlockOne40 a.inlineBlockBtn40{
	float: left;
	display: inline-block;
	box-sizing: border-box;
	background:#222;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 12px 6px 12px;
	margin: 8px auto 0px 0;
}
.inlineBlockOne40 a.inlineBlockBtn40:hover{
	text-decoration: none;
	background:#3e3e3e;
}
.inlineBlockOne40 .inlineBlockBtn40 i{
	margin-left: 6px;
}

/*============================================================================
2-2 pj用
==============================================================================*/
.inlineBlock2-2{
	margin: 20px auto 20px auto;
	text-align: center;
}
.inlineBlock2-2 h3.inlineBlockTitle2-2{
	text-align: left;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin: 10px auto 8px auto;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	line-height: 140%;
}
.pjBtnS {
/*
position: absolute;
bottom:30px;
left: 100px;
*/
	display: block;
	min-width: 100px;
	max-width: 110px;
	background: linear-gradient(-90deg , #00FFC4 , #00BAFF);
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0px 6px 0px;
	margin: 10px auto 0px 20px;
	border-radius: 30px;
}
.pjBtnS:hover{
	text-decoration: none;
	opacity: 0.6;
}

/*thum-03*/
.inlineBlock2-2 .inlineBlockOne03 {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin:10px 10px;
	background: #aaa;
	background: linear-gradient(70deg, rgb(232, 232, 255), rgb(247, 248, 255));
	border-radius: 10px;
}

.inlineBlock2-2 .inlineBlockOne03 {
	transition: 0.2s;
}

.inlineBlock2-2 .inlineBlockOne03:hover {
	opacity: 0.6;
	transition: 0.2s;
}


.inlineBlock2-2 .inlineBlockOne03:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne03 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

.inlineBlock2-2 .inlineBlockOne03 h3.inlineBlockTitle2-2 {
	color:#485496;
	margin-top:10px;
	padding-top:10px;
	font-size: 18px;
	float: left;
}

.inlineBlock2-2 .inlineBlockOne03 img { 
	width:50%;
	margin:0 auto;
	float: right;
}

@media screen and (max-width: 768px){
	.inlineBlock2-2 .inlineBlockOne03 h3.inlineBlockTitle2-2 {
		font-size: 16px;
	}
	.inlineBlock2-2 .inlineBlockOne03 img { 
		width:70%;
		display: block;
		float: none;
	}
	
}

/*thum-04*/


.inlineBlock2-2 .inlineBlockOne04 {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin:10px 10px;
	background: #aaa;
	background: linear-gradient(70deg, rgb(222, 241, 252), rgb(240, 251, 252));
	border-radius: 10px;
}

.inlineBlock2-2 .inlineBlockOne04 {
	transition: 0.2s;
}

.inlineBlock2-2 .inlineBlockOne04:hover {
	opacity: 0.6;
	transition: 0.2s;
}


.inlineBlock2-2 .inlineBlockOne04:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne04 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

.inlineBlock2-2 .inlineBlockOne04 h3.inlineBlockTitle2-2 {
	color:#2a7bb5;
	margin-top:10px;
	padding-top:10px;
	font-size: 16px;
	float: left;
}

.inlineBlock2-2 .inlineBlockOne04 img { 
	width:50%;
	margin:0 auto;
	float: right;
}

@media screen and (max-width: 768px){
	.inlineBlock2-2 .inlineBlockOne04 h3.inlineBlockTitle2-2 {
		font-size: 16px;
	}
	.inlineBlock2-2 .inlineBlockOne04 img { 
		width:70%;
		display: block;
		float: none;
	}
	
}


/*thum-05*/

.inlineBlock2-2 .inlineBlockOne05 {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin:10px 10px;
	background: #aaa;
	background: #d0e9e2;
	border-radius: 10px;
}

.inlineBlock2-2 .inlineBlockOne05 {
	transition: 0.2s;
}

.inlineBlock2-2 .inlineBlockOne05:hover {
	opacity: 0.6;
	transition: 0.2s;
}

.inlineBlock2-2 .inlineBlockOne05 img { 
	width:98%;
	margin-top:20px;
	transition: 0s;
	opacity: 1 !important; 
}

.inlineBlock2-2 .inlineBlockOne05 img:hover
 {
	opacity: 1 !important; 
	transition: 0s;
}

.inlineBlock2-2 .inlineBlockOne05:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne05 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

.inlineBlock2-2 .inlineBlockOne05 h3.inlineBlockTitle2-2 {
	color:#2a7bb5;
	margin-top:10px;
	padding-top:10px;
	font-size: 21px;
}

.inlineBlock2-2 .inlineBlockOne05 .inlineBlockimg05 {
	width:320px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}


.inlineBlock2-2 .inlineBlockOne05 img { 
	width:50%;
	margin:0 auto;
	float: right;
}

@media screen and (max-width: 768px){
	.inlineBlock2-2 .inlineBlockOne05 h3.inlineBlockTitle2-2 {
		font-size: 16px;
	}
	.inlineBlock2-2 .inlineBlockOne05 img { 
		width:70%;
		display: block;
		float: none;
	}

	.inlineBlock2-2 .inlineBlockOne05 .inlineBlockimg05 {
		width:320px;
		float: left;
		margin-top: 20px;
		margin-left: 20px;
	}
	
}


/* 2-2-01 */
.inlineBlock2-2 .inlineBlockOne2-2-01 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-01:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img01@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-01:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-01 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}
/* 2-2-02 */
.inlineBlock2-2 .inlineBlockOne2-2-02 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-02:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img02@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-02:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-02 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}
/* 2-2-03 */
.inlineBlock2-2 .inlineBlockOne2-2-03 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-03:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img03@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-03:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-03 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}
/* 2-2-04 */
.inlineBlock2-2 .inlineBlockOne2-2-04 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-04:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img04@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-04:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-04 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

/* 2-2-05 */
.inlineBlock2-2 .inlineBlockOne2-2-05 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-05:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img05@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-05:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-05 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

/* 2-2-06 */
.inlineBlock2-2 .inlineBlockOne2-2-06 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-06:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img06@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-06:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-06 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

/* 2-2-07 */
.inlineBlock2-2 .inlineBlockOne2-2-07 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-07:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img07@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-07:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-07 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

/* 2-2-08 */
.inlineBlock2-2 .inlineBlockOne2-2-08 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-08:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img08@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-08:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-08 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

/* 2-2-09 */
.inlineBlock2-2 .inlineBlockOne2-2-09 {
	display: block;
	box-sizing: border-box;

position: relative;
overflow: hidden;
width: 98%;
height: 160px;
margin:10px 1%;
}
.inlineBlock2-2 .inlineBlockOne2-2-09:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(../img/projects_img09@2x.png) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.inlineBlock2-2 .inlineBlockOne2-2-09:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.inlineBlock2-2 .inlineBlockOne2-2-09 a {
position: relative;
display: block;
align-items: left;
justify-content: left;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}

/*============================================================================
	SNS
==============================================================================*/

.sns {
    margin: 8px auto 18px;
    text-align: center;
}
.sns ul {
    margin: 0 auto;
    list-style: none;
    
}
.sns li {
    display: inline-block;
    text-align: center;
    margin: 0px 12px 0px 12px;
}
.sns li a {
    display: block;
    font-size: 120%;
    padding: 6px 0px 6px 0px;
    color: #444;
    text-align: center;
    text-decoration: none;
}
.sns li a i{
	margin-right: 0px;
}
.sns li a img{
	width: 260px;
}
.sns li a:hover {
    -webkit-transform:translate3d(0px,2px,1px);
    -moz-transform:translate3d(0px,2px,1px);
    transform:translate3d(0px,2px,1px);
    box-shadow:none;
}
.sns .twitter a {background: #00acee;}
.sns .facebook a {background: #3b5998;}
.sns .googleplus a {background: #db4a39;}
.sns .hatebu a {background: #5d8ac1;}
.sns .line a {background: #25af00;}
.sns .youtube a {background: #c4302b;}
.sns .rss a {background: #ffb53c;}
.sns .instagram a {
    background: #e02c75;
    background-image: -webkit-linear-gradient(top, #e02c75, #fabd53);
    background-image: -moz-linear-gradient(top, #e02c75, #fabd53);
    background-image: -ms-linear-gradient(top, #e02c75, #fabd53);
    background-image: -o-linear-gradient(top, #e02c75, #fabd53);
    background-image: linear-gradient(to bottom, #e02c75, #fabd53);
}

.borderBox{
	width: 900px;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 16px;
	background: rgba(255, 255, 255, 0.49);
}

/*----------------------------------------------------
  searchBox2
----------------------------------------------------*/
.searchBox2{
	width: 100%;
	margin: 5px auto;
	padding-bottom: 4px;
	border-bottom: 1px solid #DDDDDD;
}

select.search02{
	float: left;
	font-size: 14px;
	background-color:#fff;
	border:1px solid #aaa;
	width: 160px;
	height:32px;
	padding:8px;
	margin-right: 6px;
}
.searchBox2 button{
	display:block;
	background:#00BAFF;
	color: #FFF;
	width:100px;;
	height:32px;
	border:none;
	font-weight: bold;
}
.searchBox2 button:hover {
	background:#00ffe6;
}

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* page-top */
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gotop.png);
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gotop.png);
	background-size: 34px 34px;
}

#footOuter {
	clear: both;
	width: 100%;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	}
/* footLinks */
#footLinks {
	margin: 0 auto 20px auto;
	width: 100%;
	text-align: center;
}
.footLinks{
	vertical-align: top;
	margin: 0 6px 0 6px;
	text-align: center;

}
.footLink li.footMenu{
	display: inline-block;
	list-style: none;
	margin-right: 12px;
	margin-bottom: 12px;
}
.footLink li.footMenu:last-child{
	margin-right: 0px;
}
.footLink li.footMenu a{
	font-size: 100%;
	color: #333333;
}
.footLink li.footMenu a:hover{
	color: #6a6a6a;
	text-decoration: underline;
}

/* footCenter */
#footLogoBox {
	clear: both;
	width: 100%;
	margin:0 auto 20px;

}
#footLogoBox a.footlogo{
	display: block;
	text-indent: -9999px;
	margin: 20px auto 20px auto;
	width:133px;
	height:75px;
	background: url(../img/logo@2x.png) no-repeat center center;
	background-size: 133px 75px;
}
#footLogoBox span.footlogoText{
	display: block;
	color: #444;
	text-align: center;
	margin: 8px auto 10px auto;
	font-weight: 300;
	font-size: 14px;
}
#footLogoBox span.footlogoTitle{
	display: block;
	color: #444;
	text-align: center;
	margin: 8px auto;
	font-size: 18px;
}




/* footList */

ol.footListBox{ margin: 12px 0px 0px 0px;}
ol.footListBox li.footList{
	margin-right: 8px;
	margin-bottom: 4px;
	float: left;
	list-style: none;
	color: #333;
	font-size: 14px;
	padding: 8px 8px 0px 0px;
/*
	background: url(../img/list_icon@2x.png) 6px center no-repeat;
	background-size: 24px;
*/
	display: block;
	}
ol.footListBox li.footList a{
	color: #808080;
	text-decoration: none;
	}


#footBtm{
	width: 100%;
	background: #CBC6A1;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
#footBtm p.copyright{
	font-size: 100%;
	text-align: center;
	color: #444;
}
#footBtm p.copyright a{
	color: #444;
}


/* footRight
#footRight {
	margin: 0 20px 0 40px;
	width: 280px;
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 180%;
}
#footRight a{
	color: #FFF;
}
 */

/* pager */
.pager{
	text-align:center;
	margin: 40px auto 80px auto;
}

.pager ul{
	margin: 0 auto;
}
.pager ul li {
	display: inline-block;
	list-style: none;
}
.pager ul li a.pagerList{
	display: block;
	padding:10px 14px;
	text-align: center;
	background-color:#00BAFF;
	color: #FFF;
	font-weight:bold;
	border-radius: 3px;
}
.pager ul li a.pagerList:hover{
	background-color:#00ffe6;
	color: #FFF;
	text-decoration: none;
}
.pager ul li a.now{
	display: block;
	padding:10px 14px;
	background-color:#00ffe6;
	color: #FFF;
	font-weight:bold;
	border-radius: 3px;
	text-decoration: none;
}

/* pagerWPプラグイン用 */
a.page{
	padding:10px 14px;
	text-align: center;
	font-weight:bold;
	border-radius: 3px;
	background-color:#00BAFF;
	color: #FFF;
	border: none;
}
.larger{
	padding:10px 14px;
	text-align: center;
	font-weight:bold;
	border-radius: 3px;
	background-color:#00BAFF;
	color: #FFF;
}
a.previouspostslink , a.nextpostslink{
	padding:10px 14px;
	text-align: center;
	background-color:#00BAFF;
	color: #FFF;
	font-weight:bold;
	border-radius: 3px;
	border: none;
}
.current{
	padding:10px 14px!important;
	text-align: center;
	font-weight:bold;
	border-radius: 3px;
	background-color:#00ffe6;
	color: #FFF;
	text-decoration: none;
	border: none!important;
}


















/*============================================================================
	使うかも系
==============================================================================*/
.newsBlock{
	width: 100%;
	box-sizing: border-box;
	background: #F2F2F2;
	padding: 24px;
}

.newsBlock .newsTitle{
	box-sizing: border-box;
	margin: 0 auto 16px 0;
	text-align: left;
	line-height: 120%;
	color: #222;
	font-size: 24px;		
}

.newsBlockOne{
	display: block;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 12px;
}
.newsBlockOne:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.newsBlockOne time.newsTime{
	font-size: 14px;
	color: #222222;
	margin-right: 12px;
	padding-top: 4px;
	float: left;
}
.newsBlockOne span.newsTag{
	font-size: 14px;
	color: #222222;
	border: 1px solid #707070;
	padding: 2px 22px;
	float: left;
}
.newsBlock .newsTitleOne{
	clear: left;
	box-sizing: border-box;
	margin: 0 auto 10px 0;
	text-align: left;
	line-height: 120%;
	color: #222;
	font-size: 16px;		
	padding-top: 12px;
}
.newsBlock .newsText{
	box-sizing: border-box;
	margin: 0 auto 16px 0;
	text-align: left;
	line-height: 120%;
	color: #222;
	font-size: 14px;		
}

/* FVbox */
.fvBox{
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	margin: 40px auto 10px auto;
	background: #F7E1F1;
	border-radius: 8px;	
}
.fvBox .fvTitle{
	margin: 0px auto 10px auto;
	text-align: center;
	line-height: 180%;
	color: #222;
	font-size: 20px;	
	font-weight: bold;
}
.fvBox .fvText{
	font-size: 16px;
	line-height: 140%;
	color: #222;
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #FFF;
}

ol.subList{padding:5px 5px; list-style-type:none;} 
ol.subList li{
font-size:16px;
color: #333;
box-sizing: border-box;
margin-left: 22px;
padding: 6px 10px 6px 6px;
list-style: disc;
/*
background: url(../img/list_icon2@2x.png) left 6px no-repeat;
background-size: 22px;
*/
line-height: 140%;
margin-bottom: 5px;
list-style-position:outside;
}




/* アコーディオン */
.acBox{ display: none; }
.nav-open{
	box-sizing: border-box;
	padding: 15px;
	color: #222;
	font-size: 18px;
	border: 1px solid #DDDDDD;
	position: relative;
	cursor: pointer;
	margin-top: 20px;
}
.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 開いている時 */
	content: "－";
}



/*============================================================================
	デフォルト テーブル
==============================================================================*/

	.defTable table {
		max-width: 100%;
		min-width: 800px;
		margin: 0 auto 20px auto;
		border-collapse: collapse;
	}
	
	.defTable th, .defTable td {
		font-size: 16px;
		padding: 6px 12px;
		line-height: 180%;
		color: #333;
		text-align: left;
	border: 1px solid #DDDDDD;
	}
	.defTable th {
		font-weight: bold;
		white-space: nowrap;
		text-align: left;
	}
	.defTable td.bigTd{
		font-size: 140%;
	}
	.defTable th.borNone, .defTable td.borNone {
		border-bottom: none;
	}
	
	/* 偶・奇数
	---------------------------------*/
	.defTable table tr.odd td {
		background: #efefef;
	}
	.defTable table tr.even td {
		background: #999999;
	}






/*============================================================================
	未使用
==============================================================================*/


/* よくある質問 */
.qa-list{
	margin:0 auto 40px;
	width: 900px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 20px 80px 20px 30px;
    cursor: pointer;
    border-bottom: 1px solid #222;
}
.qa-list dl:first-child {
    border-top: 1px solid #222;
}
.qa-list dl::before {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 18px;
    color: #222;
}
.qa-list dl dt::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '';
    color: #222222;
}
.qa-list dl dd::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A';
    font-weight: bold;
    color: #222222;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
        color: #222;
    font-size: 18px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}


/* calBox */
.calBox{
	width: 100%;
	margin:20px auto 20px auto;
}
.calBoxL{
	width: 60%;
	float: left;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calBoxR{
	width: 38%;
	float: right;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calTable {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 16px;
	background:#FFF;
	box-shadow: 0px 0px 4px #999;
	border-radius: 8px;
	}
.calTable table {
	width: 100%;
	border-collapse: collapse;
}
.calTable th, .calTable td {
	font-size: 16px;
	padding: 8px 8px;
	line-height: 180%;
	color: #222;
	text-align: center;
}
.calTable th {
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
}

.calTable table tr.brBpink{
	border-bottom: 1px solid #D096AF;
}
.calTable table tr.brBgray{
	border-bottom: 1px solid #D5D5D5;
}

.calText{
	font-size: 12px;
	padding: 8px 0 0px 0;
	line-height: 140%;
	color: #707070;
	text-align: left;
}



.pickupIcon{
	display: block;
	width: 100px;
	background: #FF6060;
	font-size: 12px;
	color: #FFF;
	padding: 6px 12px;
	text-align: center;
	margin-bottom: 12px;
}

/* swiper */
.SlideBox{
width: 100%;
margin: 0px auto;
}

/*slBox*/
a.slBox{
max-width: 380px;
text-decoration: none;
}

.slBl{
float: left;
max-width: 200px;
	height: 120px;
	overflow: hidden;
}

.slBl img{width: 100%;}

.slBr{
float: left;
max-width: 180px;
padding: 0px 10px 0px 20px;
}
h4.slBTitle{
	clear: both;
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	text-align: left;
	margin:0px auto 10px 0;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #222222; //ここに変更する色を指定
}
/*
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
*/





/* 2-3 */
.inlineBlock2-3{
	margin: 40px auto 40px auto;
	text-align: center;
}
.inlineBlock2-3 .inlineBlockOne2-3{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 25%;
	margin: 0 20px 10px 20px;
}
.inlineBlock2-3 .inlineBlockOne2-3 a img{
	width: 100%;
}
.inlineBlock2-3 h4.inlineBlockTitle2-3{
	text-align: center;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 8px auto 8px auto;
}

/* 3 装置 */
.inlineBlock3{
	margin: 40px auto 40px auto;
	text-align: left;
	max-width: 1090px;
}
a.inlineBlockOne3{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 320px;
	min-height: 350px;
	margin: 0 20px 10px 20px;
/*
	background: #F2F2F2;
*/
	padding: 12px;
}
a.inlineBlockOne3:hover{
text-decoration: none;
opacity: 80%;
}

a.inlineBlockOne3 h4.inlineBlockTitle3{
	text-align: left;
	min-height: 12px;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 0px auto 8px auto;
}
a.inlineBlockOne3 .inlineBlockImg3{
	text-align: center;
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin:0 auto 12px;
}
a.inlineBlockOne3 .inlineBlockImg3 img{
	width: 100%;
}
a.inlineBlockOne3 .inlineBlockText3{
	width: 100%;
	margin: 0px auto 0px;
	text-align: left;
	font-size: 14px;
	color: #808080;
	line-height: 160%;
}
a.inlineBlockOne3 .inlineBlockSubTitle3{
	text-align: left;
	min-height: 12px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	margin: 0px auto 8px auto;
}
a.inlineBlockOne3 .inlineBlockSubText3{
	width: 100%;
	margin: 0px auto 8px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 160%;
}
a.inlineBlockOne3 h4.inlineBlockTitle3 span{
	width: 100%;
	margin-left: 8px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	line-height: 160%;
}
a.inlineBlockOne3 .inlineBlockLine3{
	display: block;
	height: 1px;
	width: 100%;
	background: #DDDDDD;
	margin: 0px 0 8px;
	text-align: left;
}
a.inlineBlockOne3 .inlineBlockBtn3{
	float: right;
	display: inline-block;
	box-sizing: border-box;
	background:#222;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 18px 6px 18px;
	margin: 8px 0 0px auto;
}
a.inlineBlockOne3 .inlineBlockBtn3:hover{
	text-decoration: none;
	background:#141414;
}
a.inlineBlockOne3 .inlineBlockBtn3 i{
	margin-left: 6px;
}

/* 1 スライダー専用 */

a.inlineBlockOne1-sl{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	width: 320px;
	min-height: 350px;
	margin: 0 20px 10px 20px;
	background: #F2F2F2;
	padding: 12px;
}
a.inlineBlockOne1-sl:hover{
text-decoration: none;
opacity: 80%;
}
a.inlineBlockOne1-sl .inlineBlockTime1-sl{
	text-align: left;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	margin: 0px 0 12px 0;
	width: 100%;
}
a.inlineBlockOne1-sl h4.inlineBlockTitle1-sl{
	text-align: left;
	min-height: 12px;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 0px auto 8px auto;
}
a.inlineBlockOne1-sl .inlineBlockImg1-sl{
	text-align: center;
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin:0 auto 12px;
}
a.inlineBlockOne1-sl .inlineBlockImg1-sl img{
	width: 100%;
}
a.inlineBlockOne1-sl .inlineBlockText1-sl{
	width: 100%;
	margin: 0px auto 0px;
	text-align: left;
	font-size: 14px;
	color: #808080;
	line-height: 160%;
}
a.inlineBlockOne1-sl .inlineBlockLine1-sl{
	display: block;
	height: 1px;
	width: 100%;
	background: #DDDDDD;
	margin: 0px 0 8px;
	text-align: left;
}
a.inlineBlockOne1-sl .inlineBlockBtn1-sl{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background:#222;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0px 6px 0px;
	margin: 8px auto 0px auto;
}
a.inlineBlockOne1-sl .inlineBlockBtn1-sl:hover{
	text-decoration: none;
	background:#141414;
}
a.inlineBlockOne1-sl .inlineBlockBtn1-sl i{
	margin-left: 6px;
}





