@charset "UTF-8";

/*--------------------
基本設定　共通設定
---------------------*/
body {
	margin: 0;
	padding: 0;
	
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #1c1630;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	
}

body.news {
	font-size: 14px;
	color: #3F3F3F;
}

body.news p {
	margin-top: 0;
	margin-bottom: 10px;
}

.bg-gray { background-color: #efefef; }

/*インデント*/
.indent{
	padding-left:1em;
	text-indent:-1em
}

/*画像　リンクボタン*/
.btn {	}
.btn a:active img,
.btn a:hover img,
.btn a:focus img{
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}


/* 回り込み解除 */
.clear { clear: both; }


/*リンク*/
A:link, A:visited { text-decoration: none; color: #0078c4;}
A:hover, A:active { text-decoration: underline; color: #352089; transition: all 0.3s ease 0s;}


a:link.link-btn-small {
background-color: #fff;
padding: 3px 2px;
width: 150px;
display: inline-block;
margin: 3px 10px;
text-align: center;
font-size: 90%;
}

a:link.link-btn-color,
a:visited.link-btn-color {
	background-color: #03bcd3;
	color: #fff !important;
	padding: 10px;
	width: 250px;
	display: block;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
}

a:hover.link-btn-color {
	background-color: #537182;
	color: #fff;
	padding: 10px;
	width: 250px;
	display: block;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

/*資料ボタン*/

a:link.btn-siryou,
a:visited.btn-siryou {
	background-color: #53b214;
	color: #fff !important;
	padding: 2px 8px;
	display: block;
	width: 50px;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}

a:hover.btn-siryou {
	background-color: #0078c4;
	text-decoration: none;
}

/*参照ボタン*/

a:link.modal_btn,
a:visited.modal_btn {
	background-color: #53b214;
	color: #fff !important;
	padding: 2px 8px;
	display: block;
	width: 50px;
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}

a:hover.modal_btn {
	background-color: #0078c4;
	text-decoration: none;
}


/*ボタン*/
.btn_blue {
background-color: #0077c2;
border-radius: 3px;
color: #ffffff;
padding: 3px 5px;
text-align: center;
margin: 2px;
min-width: 120px;
font-size: 16px;
border: none;
}

a.btn_enquiry {
background-color: #0077c2;
color: #fff !important;
	padding: 2px 8px;
	display: block;
	margin: 15px 0 10px;
	text-align: center;
	border-radius: 3px;
	width: 150px;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	float: right;
}

a.btn_close {
background-color: #989898;
color: #fff !important;
	padding: 2px 8px;
	display: block;
	margin: 15px 0 10px;
	text-align: center;
	border-radius: 3px;
	width: 100px;
}

/*切り替え*/
.pc { display: block; }
.sp { display: none; }

/*フロート*/
.float_right{
	float: right;
	margin: 10px;
}
.float_left{
	float: left;
	margin: 10px;
}

.align-right { text-align: right; }


/*改行*/
.br-pc { display:block; }
.br-sp { display:none; }

/*横幅*/
.w100per { width: 99%;}

/*　pege top */

.pagetop {
	text-align: right;
	clear: both;
}

/* Heading設定*/

h1 {
	font-size: 35px;
	color: #0078c4;
}

h2 {
	font-size: 20px;
	border-left: 5px solid #023365;
	  border-image: linear-gradient(to top, #0078c4 0%, #023365 100%);
  border-image-slice: 1;
	padding: 2px 0 2px 10px;
	color: #023365;
	margin: 0 0 15px 0;
}

h2 span { font-size: 14px;}

h2.number-ttl {
border: none;
padding: 0;
}

h2.number-ttl:first-letter {
	color:#0075c0;
  font-size:150%;
}

h3 {
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 10px;
	color: #023365;
}

h3.number-ttl:first-letter {
	color:#53b214;
  font-size:150%;
}


h4 {
	font-size: 16px;
	margin: 5px 0;
}

.caption {
	font-size: 12px;
	line-height: 1.4em;
}

.ttl-cap-right {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}
.font-xsmall {
	font-size: 80%;
	line-height: 1.2em;
}

.font-small {
	font-size: 90%;
}

.font-big {
	font-size: 130%;
}

.nomal-txt {
	font-weight: 400 !important;
}

.transparent{
filter:alpha(opacity=30);
-moz-opacity:0.3;
opacity:0.3;
}

.row.fix {
	padding: 0 !important;
}

.row.fix div.col2-1 {
	margin: 0 !important;
	width: 50%;
}

.lh0 {line-height: 0.7;}


/* スペース設定　*/

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }

.mt30 { margin-top: 30px; }

.ml0 { margin-left: 0 !important; }
.mt0 { margin-top: 0 !important; }

.m0 { margin: 0; }

.llist-space {
	padding-bottom: 30px;
}

/* テーブル */
.table-deco { border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-radius: 1px solid #ccc;
width: 100%;
}
.table-deco th { padding: 5px 10px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color: #efefef; }

.table-deco th.dark { 
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-color: #C9C9C9; }


.table-deco td { padding: 5px 10px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;}

.table-deco ol {margin: 0 0 0 -20px; }


.border-top { border-top: 2px solid #004484; }
/* テーブル　スクロール*/

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


.scroll table{
width:100%;
	clear: both;
}

/*--------------------
フェードエフェクト
---------------------*/

/*拡大フェードイン*/
.fade-in-scale {
   opacity: 0;
   animation-name: fadein-scale;
   animation-duration: 3.0s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-scale {

	100% {
       width: 150px;
	   opacity:1;
    }
}

/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

/*--------------------
ヘッダーロゴ
---------------------*/
#logo-area { clear: both;}

@media only screen and (max-width: 720px){
	#logo-area { display: none; }
}


.logo-center {
	float: left;
	width: 49%;
	text-align: center;
}


.logo-left {
	float: left;
width: 25%;
margin-top: 10px;
}
.logo-right {
	float: right;
	width: 25%;
margin-top: 10px;
	text-align: right;
}

/*--------------------
ナビゲーション
---------------------*/

.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}


.nav-full { text-align: center;
padding: 30px 0 0;
width: 1040px; }



/*子階層以降共通*/
#global-nav { position: relative; clear: both;
background: #eee;}

/*#global-nav ul li {
	z-index: 10;
}*/


#global-nav li ul {
    height: 0;
    overflow: hidden;
	/*z-index: 100;*/
    /*transition: .5s;*/
	/*float: none !important;*/
}


#global-nav li:hover > ul {
    overflow: visible;
	background-color: #fff;
	margin: 0;
	padding: 5px 20px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
}

@media only screen and (min-width: 721px){
	#global-nav li:hover > ul {
	height: 80px;
}	
	
}


#global-nav li:hover > ul > li {
    height: 1.5em;
    overflow: visible;
	z-index: 100;
	margin: 0;
	/*padding: 5px 10px;*/
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 50px;
    left: -20px;
    /*box-sizing: border-box;*/
    /*width: 1040px;*/
    overflow: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media only screen and (min-width: 721px){
	li.menu__mega ul.menu__second-level {
    width: 1040px;
}
}

@media only screen and (max-width: 720px){
	ul.menu__second-level .float_left{
	float: none;
	margin: 5px;
	padding: 0px;
}
}


li.menu__mega:hover ul.menu__second-level {
    /*top: 80px;*/
    visibility: visible;
    opacity: 1;
}


li.menu__mega ul.menu__second-level .col3-1 {
	width: 460px;
}
li.menu__mega ul.menu__second-level .col3-2 {
	width: 830px;
}

.megamenu-list {
	margin: 5px 20px;
	line-height: 2em;
}


/*heade menu */
.inner {
    width: 1040px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*line-height: 1;*/
    z-index: 999;
	background-color: #fff;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
	margin: 5px auto;
	position: relative;
	z-index: 1000;
}

#top-head h1.pcfix {
	display: none;
}

#top-head .pcfix {
	display: none;
}

#logo-area h1 {margin: 10px 0 0;}

/*nav menu の下のライン*/
.hover-line a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.hover-line a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.hover-line a:hover::after {
  transform: scale(1, 1);
}

/*　*/

/*nav menu の下のライン 第二階層は禁止*/
.hover-line li li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	margin: 0 !important;
padding: 0 !important;
}
	
.hover-line li li a::after {
  display: none;
}

.hover-line li li a:hover {
  color: #999 !important;
}


/*　*/

#global-nav ul {
	padding: 2px;
	margin: 0;
}




#global-nav,
#footer { 
  background: -moz-linear-gradient(left, #0078c4, #023365);
  background: -webkit-linear-gradient(left, #0078c4, #023365);
  background: linear-gradient(to right, #0078c4, #023365);
}

#global-nav ul li {
    float: left;
	font-weight: 400;
    font-size: 16px;
	/*line-height: 1.5em;
	margin-top: 40px;*/
	list-style-type: none;
	padding: 0 0 6px;
}


#global-nav ul li a {
    padding: 0;
	margin: 5px 30px;
	color: #fff;
}

#global-nav ul li a:hover {
	text-decoration: none;
}

#global-nav ul li a.active {
    padding: 0;
	margin: 15px 15px;
	color: #53b214;
}

#footer-nav ul li {
    float: left;
	font-weight: 400;
    font-size: 14px;
	list-style-type: none;
}

#footer-nav ul li a::after {
	content: "|";
	color: #fff;
	margin: 0 15px;
}


#footer-nav ul li a {
    padding: 0;
	color: #fff;
}

#footer-nav ul li a:hover {
	text-decoration: none;
}

#footer-nav ul li a:hover {
    padding: 0;
	color: #53b214;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    /*position: fixed;*/
    height: 100px;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed h1.pcfix {
	margin: 5px;
	display: block;
}

#top-head.fixed h1.pc {
   display: none;
}

#top-head.fixed .pcfix {
	margin: 5px;
	display: block;
}

#top-head.fixed .pc {
   display: none;
}

#top-head.fixed #global-nav ul li a {
    padding: 5px 0;
	margin: 15px 15px;
	border-bottom: solid 3px;
	color: #00234e;
}

#top-head.fixed #global-nav ul li a:hover {
	color: #fa9515;
	text-decoration: none;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    left: 12px;
    top: 14px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0078c4;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}

/* head menu end */


/*--------------------
中ページヘッダー下のイメージ
---------------------*/
#lab div.headimage {
	background-image: url("../lab/img/headimage.jpg");
	font-size: 30px;
	color: #fff;
	font-family: "Arial Black", Gadget, "sans-serif";
	height: 450px;
	position:relative;
}

div.headimage p { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}


/*--------------------
ヘッダー以外のメインボディー
---------------------*/

/*gnavの下に配置*/

#main-body {
	position: relative;
	top: 130px;
}


.top_image {
	text-align: center;
	padding: 0;
	width: 1290px;
	margin: 0 auto;
	}


/*--------------------
フッター
---------------------*/
.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}

#footer {
	padding: 20px 0;
	clear: both;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	margin-top: 120px;
	
}


.fotter-nav {
	width: 31%;
	margin: 1%;
	float: left;
	font-size: 14px;
	
}

.fotter-nav h3 {
	font-size: 16px;
	margin: 5px 0;
}

.fotter-nav ul {
	padding: 0 0 0 30px;
	margin: 0;
	list-style-type: none;
}

.fotter-nav ul li {
	margin-bottom: 5px;
	font-weight: 600;

}



#copyright {
	font-size: 12px;
	text-align: center;
	padding: 20px;
	letter-spacing: 0.1em;
	clear: both;
}

/*--------------------
その他
---------------------*/

.img100 {width: 100%;}
.marker {
    background: linear-gradient(transparent 40%, #ffe074 40%);
}

.white { color: #fff; }
.blue { color: #2d8acc; }
.d-blue { color: #013271; }
.Lgray { color: #ADADAD; }
.red { color:#FF0004; }

.lead {
	font-size: 18px;
line-height: 1.6em;
	margin: 15px 0;
}


.ttl_bar {
	background-color: #2C8ACC;
	padding: 10px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-radius: 4px;
}

.subttl {
	border-left: 5px solid #cccccc;
	padding: 5px 12px;
	font-weight: bold;
	font-size: 16px;
}

.mt0 {margin-top: 0; }


/* カラム設定 */

.maincol {
	width: 1040px;
	margin: 0 auto;
}

.row {
	margin: 0 auto;
	clear: both;
	padding: 10px 0 0;
	overflow: auto;
}


.toppage .row {
	margin: 0 auto;
	clear: both;
	padding: 20px 0;
}

.col_top-left {
	width: 57%;
	float: left;
	margin-right: 3%;
}

.col_top-right {
	width: 40%;
	float: left;
}

.col-full {
	margin: 0 auto;
}

.col3-1 {
	width: 32.5%;
	float: left;
}

.col3-2 {
	width: 62.5%;
	float: left;
}

.col3-2 img {
	max-width: 100%;
}

.col5-1 {
	width: 19.8%;
	float: left;
}

.col5-3 {
	width: 60%;
	float: left;
}

.col5-1 img {
	max-width: 100%;
}


.col2-1 {
	width: 46%;
	float: left;
	margin: 1% 2%;
}

.col-right { float: right;}


/*　*/


.content{}


.narrow {
	width: 90%;
	margin: 0 auto;
}

.narrow80 {
	width: 80%;
	margin: 0 auto;
}

.narrow60 {
	width: 60%;
	margin: 0 auto;
}

.narrow50 {
	width: 50%;
	margin: 0 auto;
}



.center {
	text-align: center !important;
}


@media only screen and (max-width: 774px){
	
#global-nav ul {
	padding: 0;
	margin: 0;
	width: 85%;
}


.logo-left { display: none;}


.logo-logo {
	float: none;
	width: 80%;
}

.logo-right { display: none;}

/* head menu */
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
       /* position: fixed;*/
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 75px;
        z-index: 999;
        position: relative;
    }
	
#mobile-head .right-nav{
	float: right;
	margin: 10px;
}

	
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 10%;
        top: 1px;
        color: #fff;
    }
	
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -630px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
    float: none;
    position: static;
    line-height: 1.0em;
    margin-top: 0;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #0078c4;
    padding: 10px 20px 15px;
    text-align: left;
    border-bottom: 1px solid #e8e9eb;
    font-weight: 600;
    }
	
	#top-head #global-nav ul li a:hover {
  color: #897dbc;
}
	
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(695px);
        -webkit-transform: translateY(695px);
        transform: translateY(695px);
    }

.navi-space {
	display: none;
}
	/* head menu */


/*nav menu の下のライン スマホは無し*/
.hover-line a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
	
.hover-line a::after {
  display: none;
}
/*　*/
	
/*nav menu 第二階層　スマホ*/
#global-nav ul li li a {
  border: none !important;
padding-left: 20px !important;
}
	
.gnav-parent {
    width: 100%;
}
	
/*　*/

.top_image {
	text-align: center;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

#lab div.headimage {
	background-image: url("../lab/img/headimage.jpg");
	font-size: 25px;
	color: #fff;
	font-family: "Arial Black", Gadget, "sans-serif";
	height: 450px;
	position:relative;
}

#main-body {
    top: 50px;
}

.maincol {
	width: 90%;
	margin: 20px auto;
}


.logo.pc {
		display: none;
	}
.logo.sp {
		display: block;
	}
	
.right-nav.pc {
		display: none;
	}
	
	.left-nav {
    font-size: 12px;
    text-align: center;
    float: none !important;
}
#mobile-head .logo {
    margin: 3px;
}

}

@media only screen and (max-width: 720px){

/*切り替え*/
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.float_right {
		float: none;
	}
    
    .pc-resize img {
    max-width: 400px;
        
}
	
/*改行*/
  .br-pc { display:none; }
  .br-sp { display:block; }
	
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

	
img.img100 {
width: 100% !important;
height: auto;
width /***/:auto;
}

	
#top-head.fixed #global-nav ul li a {
    padding: 15px 0;
	margin: 0;
	border-bottom: none;
	color: #fff;
}
	

	
	#mobile-head h1.logo {
	margin: 3px;
}
	
	#mobile-head .logo {
	margin: 3px;
}

.row {
    padding: 30px 0;
}
	
.toppage .row {
	padding: 30px 0;
}

.row.fix div.col2-1 {
	margin: 0 !important;
	width: 100%;
}

.col_top-left,
.col_top-right {
	width: 100%;
	margin: 0 auto;
}
	
	
.col-full {
	width: 100%;
	margin: 0 auto;
}
	
.col5-1 {
	width: 100%;
	float: none;
}

.col5-3 {
	width: 100%;
	float: none;
}
	
	
.col3-1.feature_text {
	width: 80%;
float: none;
margin: -150px auto 20px;
padding: 10px 10px 20px;
}

.col3-2,
.col3-1 {
	width: 99%;
	float: none;
}
	
.col3-mr {
	width: 93%;
	float: none;
	margin: 15px auto;
}

	
.col2-1 {
	width: 99%;
	float: none;
	margin: 15px 0;
}
.feature_text {
	height: inherit;
}

.col-right { float: none;}

	
.narrow {
	width: 100%;
}
	
.narrow50,
.narrow60 {
	width: 95%;
}

#footer {
    padding: 20px 0;
    margin-top: 20px;
}
	
	#team-activities {
		padding-bottom: 60px;
	}


.center {align-content: center; }

.fotter-nav {
	width: 95%;
	float: none;
}

	
}



/* modal popup ボタンの位置　*/
.icon {
	text-align: right;
	margin-top: -70px;
}

.click {font-size: 65%;
line-height: 1.0em;
clear: both;
margin-right: 23px;
}

@media only screen and (max-width: 720px){
	.icon { display: none; }
}



/* タブボタン　*/
.tab-button a {
	background-color: #241B3B;
	padding: 15px 10px;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 15px 0px;
}

.tab-button a:hover {
	background-color: #ffb203;
	padding: 15px 10px;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 15px 0px;
}



/* シャッターボタン　*/
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 16px;
    padding: 20px 50px 0 10px;
    position: relative;
	border-top: solid 1px #ccc;
	font-weight: bold;
	color: #0078c4;
}
.acd-label:after{
	font-family: "Font Awesome 5 Free";
    content: '\f078';
    display: block;
    font-weight: bold;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f106';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/* リストのカラー●　*/
ul.deco {
	list-style:  none; 
	margin-left: 0;
}

ul.deco li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #0075c0;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	margin-right: 5px;
	margin-left: -1em;
}

ul.deco li {
	margin-bottom: 5px;
}

/*--------------------
top
----------------------*/

.top-atten-wrap {
	border: 1px solid #0078c4;
	padding: 20px;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.top-atten-wrap span { color: #53b214; }


.main-ttl { 
margin: 0;
width: 30%;
    display: inline-block;  /* インラインブロック化 */
    vertical-align: middle; /* 中央を揃える */
	
}

.divider { float: left; }

.main-ttl-txt { 
	    display: inline-block;  /* インラインブロック化 */
    vertical-align: middle; /* 中央を揃える */
	padding: 10px 0 10px 70px;
	font-size: 20px; 
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
width: 60%;
background-image: url("../img/acress-suggestion_divider.jpg");
background-repeat: no-repeat;
background-position: center left;
background-size: contain;}



.security { background-image:url("../img/bg-security.jpg");
	background-repeat:  no-repeat;        
    background-position:center center;
    background-size:cover;  
	color: #ffffff;
padding: 20px;
margin: 15px 15px 15px 0}


.data { background-image:url("../img/bg-data.jpg");
	background-repeat:  no-repeat;        
    background-position:center center;
    background-size:cover;  
	color: #ffffff;
padding: 20px;
margin: 15px 15px 15px 0}


.saigai { background-image:url("../img/bg-saigai.jpg");
	background-repeat:  no-repeat;        
    background-position:center center;
    background-size:cover;  
color: #ffffff;
padding: 20px;
margin: 15px 15px 15px 0}

.security.col3-1,
.data.col3-1,
.saigai.col3-1
{ width: 27%;
margin: 1%; }


img.pc-small{
	width: 90%;
	margin-top: 40px;
}

@media only screen and (max-width: 720px){
img.pc-small{
	width: 100%;
	margin-top: 0;
}	
.top-atten-wrap { font-size: 18px;}
	
.security.col3-1,
.data.col3-1,
.saigai.col3-1
{ width: 80%; 
	margin: 20px auto;}
	

.main-ttl { float: left;
padding: 40px 0 0;
margin: 0;
width: 100%;
text-align: left;}

.main-ttl-txt { 
	float: left; 
	padding: 40px 0; 
	font-size: 20px; 
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
width: 100%;
	background-image: none;}
	
	
	
}



.wrap-green {
	border: 5px solid #53b214;
	border-radius: 20px;
	padding: 20px;
	overflow: auto;
	width: 85%;
}


.wrap-gray {
	background-color: #efefef;
	border-radius: 10px;
	padding: 20px;
	overflow: auto;
	width: 95%;
}

.wrap-Lblue {
	background-color: #cbe8ef;
	border-radius: 10px;
	padding: 20px;
	overflow: auto;
	width: 95%;
}

.wrap-Lblue-inside {
	background-color: #cbe8ef;
	border-radius: 5px;
	padding: 2%;
	overflow: auto;
	margin: 5px auto;
}

.wrap-white {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 2%;
	overflow: auto;
	margin: 5px auto;
	width: 96%;
}

/*.wrap-white-morphi {
border-radius: 10px;
background: linear-gradient(145deg, #f2f2f2, #fff);
box-shadow: 9px 9px 10px #d5d5d5, -9px -9px 10px #fffbfb;
padding: 20px;
overflow: auto;
}*/

.wrap-white-morphi {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 6px 6px 15px #cacaca, -6px -6px 15px #fff;
    padding: 20px;
    overflow: auto;
}

.wrap-Lblue-morphi {
    border-radius: 10px;
    background: #cbe8ef;
    box-shadow: 6px 6px 15px #cacaca, -6px -6px 15px #cbe8ef;
    padding: 20px;
    overflow: auto;
}

.kenshukai-sub {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 10px;
	padding: 5px;
}

.sanshutsu {
	width: 150px;
	display: inline-block;
	margin-right: 5px;
}


.nav-link {
	text-align: center;
	margin: 15px auto;
}


.riyou {
font-size: 18px;
line-height: 1.7em;
margin: 5px 0;
}


.soon {
	text-align: center;
	font-size: 20px;
	margin: 50px;
	min-height: 300px;
}

.llist-space{
	margin-bottom: 30px;
}