/*  ################################################################

    Author:
    URL:

    Project Name:
    Version: 1.0
    URL:

################################################################# */













*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
/* ------------------------------------------
                  COMMON
------------------------------------------ */

body {
    padding-top: 80px;
    font:15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #606060;
    line-height: 1.6;
}
a {
    color: #606060;
}
a:hover,
a:focus {
	color: #3498DB; 
	/* background: linear-gradient(120deg, #EBF5FB 73%, #E8F8F5 100%); */
	/* background-color: #EBF5FB; */
	text-decoration: none;
}
a.brand:hover {
	color: #3498DB; 
	background-color: transparent;
	text-decoration: none;
}
h5.title_bold {
	font-weight: bold;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    /* padding: 1em 0; orig */
    padding: 0; /* */
	border: 0px solid;
    border-radius: 0;
    /* border-bottom: solid 1px #e9e9e9; orig */
    background: rgba(255,255,255,0.88);
    z-index: 1000;
    transition :all 0.2s ease-in-out 0s;
	font-size: 0.9em;
}
.navbar h1 {
    text-align: left;
}
.navbar h1 img {
    /* transition :all 0.2s ease-in-out 0s; orig */
}
.navbar-header {
    margin: 0;
}
.logo_images {
    width: auto;
    height: 52px;
}
.logo_mark {
    width: auto;
    height: 36px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav {
	font-size: 88%;
}
.navbar-nav > li {
    padding: 5px 0;
}
.navbar-nav > li > a {
    padding: 10px 12px;
}
.navbar-nav li > a:hover {
    background: #EBF5FB;
	color: #3498DB; 
}
.navbar-nav li.active > a {
    background: #f1f1f1;
    color: #606060;
}
.mt-dropdown-menu {
	font-size: 98%;
    padding: 0;
    overflow: hidden;
    width: auto;
    max-width: 400px;
    min-width: 0px;
}
.mt-dropdown-menu li a {
    padding: 6px 16px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.mt-dropdown-menu li .nolink {
    padding: 8px 16px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    cursor: default;
    white-space: nowrap;
    color: #cccccc;
}
.mt-dropdown-menu li.catdepth-2 .nolink, .mt-dropdown-menu li.catdepth-3 .nolink {
  color: #cccccc;
}
.navbar-nav>li>.dropdown-menu li:last-child {
  padding-bottom: 4px;
}
  
/*サブカテゴリ対応追加*/
.mt-dropdown-menu li ul {
    list-style: none;
    padding: 0px;
}
.folder-open {
    list-style-type: none;
    padding-left: 0px;
}
.folder-open li {
    padding: 8px 8px 0px 8px;
}
.folder-open > li > a {
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    margin: -4px -8px;
}
#localnavi nav .sub-folder ul {
    list-style-type: none;
    padding-left: 16px;
}
#localnavi nav .sub-folder li, #localnavi nav .dropdown-menu li {
  padding: 0px;
}
#localnavi nav .dropdown-menu li a {
  padding: 8px 16px;
}
#localnavi nav .sub-folder li a {
  padding: 8px 16px;
  margin-left: -8px;
}
#localnavi nav .sub-folder li.folder-label {
  padding: 8px 8px 8px 0px;
  color: #666;
}
#localnavi nav .sub-folder li.folder-label:after {
  content: "\f0d7";
  color: #666;
  margin-left: 0.5rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome; /*Font Awesomeのフォントファミリー*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bread-open > li > a {
    color: #333;
}
.bread-open>.active>a, .bread-open>.active>a:hover, .bread-open>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #2E86C1;
    outline: 0;
}
.dropdown-toggle i {
    padding-left: 0.5em;
    font-size: 72%;
}
ul.header-socialbtn {
    float: right;
    margin-bottom: 0;
    padding-left: 1em;
}
ul.header-socialbtn li {
    display: inline-block;
    padding: 10px 0;
    list-style: none;
    line-height: 20px;
}
ul.header-socialbtn li a {
    min-width: 30px;
    display: inline-block;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}
footer {
    padding: 15px 0;
	background: linear-gradient(120deg, #1B4F72 0%, #0E6251 100%);
    font-size: 86%;
    color: #ffffff;
}
#copyright a {
	color: #ffffff;
}
#copyright a:hover {
	color: #1B4F72;
	background-color: #EBF5FB; 
}
#footer-navi li {
    display: inline-block;
    list-style: none;
}
#footer-navi li a {
    display: inline-block;
    padding: 0 0 0 10px;
    color: #ffffff;
}
#footer-navi li a:hover {
    color: #1B4F72;
}

/* ------------------------------------------
             CONTENT COMMON STYLES
------------------------------------------ */
.newmark {
	color: rgb(255, 30, 30);
}
.newmark:before {
	margin-right: 0.4em;
}
#content {
    padding: 2em 0;
}
#content article h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
}
#content article h2 {
    font-size: 25px;
}
#content article h3 {
    font-size: 20px;
}
#content article h4 {
    font-weight: bold;
}
#content article p {
    /* margin-bottom: 1em; */
    margin-bottom: 0.2em;
}
#content article .row {
    margin-bottom: 1em;
}
#content ol.numlst {
  padding:0 0 0 2em;
  margin:0;
}
#content ol.numlst li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
#content ol.numlst li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
#content p.indent2 {
	margin-left: 20px;
}
/*
#content a.juyo {
	background: rgb(255, 30, 30);
}
#content a.renraku {
	background: #E67E22;
}
*/
/* 協議会HP対応 */
a.juyo {
    color: rgb(255,50,50);
}
a.juyo:hover {
    color: rgb(255,130,150);
}

/* for pages */
#forpage {
    padding: 2em 0;
}
#forpage article not(.jyoko) p {
    margin-bottom: 1em;
}
#forpage article .row {
    margin-bottom: 1em;
}
#forpage .keisai,
#forpage .toiawase {
  border: 9px solid #cccccc;
}
/****
#forpage article h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
}
#forpage article h2 {
    font-size: 25px;
	font-weight: bold;
}
#forpage article h3 {
    font-size: 20px;
	font-weight: bold;
}
#forpage article h4 {
    font-weight: bold;
}
***/
#forpage .nyukai h3.atfst {
    font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#forpage .nyukai h3 {
    font-size: 20px;
	margin-top: 30px;
	margin-bottom: 5px;
}
#forpage .nyukai h3:before {
    font-size: 80%;
	margin-right: 0.3em;
	color: #2E86C1;
}
#forpage not(.jyoko) h4 {
    font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
#forpage .nyukai div.warn {
  padding: 0 2em 1em 2em;
}
#forpage a.lnk:before {
	content: "→";
}
#forpage a.lnk2:after {
	content: "→\f4ad";
	font-family: asccp;
}
#forpage a.lnk3:after {
	content: "→\f1c1";
	font-family: asccp;
}
#forpage a.mail:before {
	content: "\e80d→";
	font-family: asccp;
}
#forpage a.mail2:before {
	content: "→\e80d";
	font-family: asccp;
}
#forpage a.nolnk {
}
#forpage ol.warn {
	padding: 0 0 1em 4em;
}
#forpage ol.warn li {
	padding-bottom: 0.4em;
}
#forpage ol.numlst {
  padding:0 0 0 2em;
  margin:0;
}
#forpage ol.numlst li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -28px;
  margin-left: 20px;
}
#forpage ol.numlst li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  margin-right: 5px;
}
#forpage ol.numls {
  padding: 0 0 0 2em;
  margin: 1em 0 1em 0;
}
#forpage ol.numls li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  text-indent: -1.3em;
}
#forpage ol.numls li:before {
  display: marker;
  content: counter(cnt) ") ";
}
#forpage .indent2 {
	margin-left: 20px;
}
#forpage .indent3 {
	margin-left: 30px;
}
#forpage .box1 {
    padding: 0.5em 1em;
    margin: 0.5em 2em 1em 2em;
    background: #fcf3cf;
    border: solid 1px #cccccc;
	font-weight: normal;
}
#forpage .box1 p {
    margin: 0; 
    padding: 0;
}
#forpage a {
	color: #5DADE2;
	text-decoration: none;
}
#forpage a:hover {
	color: #21618C;
    background: #EBF5FB;
	/* font-weight: bold; */
}
#forpage a.dwld {
	float: left;
	margin-right: 10px;
}
#forpage a.dwld:hover {
    background: rgba(0,0,0,0);;
}
#forpage a.dwbtn:before {
	content: "\f02e";
	font-family: asccp;
	color: #ffffff;
	margin-right: 1em;
}
#forpage a[href$=".xlsx"].dwbtn:after {
	content: "\f1c3";
	font-family: asccp;
	color: #ffffff;
	margin-left: 1em;
}
#forpage a[href$=".docx"].dwbtn:after {
	content: "\f1c2";
	font-family: asccp;
	color: #ffffff;
	margin-left: 1em;
}
#forpage a[href$=".pdf"].dwbtn:after {
	content: "\f1c1";
	font-family: asccp;
	color: #ffffff;
	margin-left: 1em;
}
#forpage a.dwbtn {
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding: 0.5em 1.5em;
	text-decoration: none;
	color: #ffffff;
	transition: .4s;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#forpage a.bg-c1 {
	background: #D68910;
}
#forpage a.bg-c1:hover {
	background: #9C640C;
	color: #ffffff;
}
#forpage a.bg-c2 {
	background: #D4AC0D;
}
#forpage a.bg-c2:hover {
	background: #9A7D0A;
	color: #ffffff;
}
#forpage a.bg-ex {
	background: #28B463;
	color: #ffffff;
}
#forpage a.bg-ex:hover {
	background: #82E0AA;
	color: #ffffff;
}
#forpage a.bg-wd {
	background: #2E86C1;
	color: #ffffff;
}
#forpage a.bg-wd:hover {
	background: #85C1E9;
	color: #ffffff;
}
#forpage a.bg-pdf {
	background: #CB4335;
	color: #ffffff;
}
#forpage a.bg-pdf:hover {
	background: #F1948A;
	color: #ffffff;
}
#forpage hr {
	margin-top: 0px;
	border-color: #1B4F72;
}
#forpage hr.fst {
	margin-top: 3em;
	margin-bottom: 3em;
	border: 0;
	border-top: 1.5px solid;
	border-color: #1B4F72;
}
#forpage .wrn {
	font-size: 84%;
	color: rgb(255, 30, 30);
}
#forpage ul.kaihi {
	margin-top: 1em;
	margin-bottom: 1em;
}
#forpage li.mny {
	list-style: none;
	font-size: 120%;
	font-weight: bold;
}
#forpage li.wrn1 {
	list-style-type: none;
	list-style-position: outside;
	text-indent: -32px;
	margin-top: 10px;
	font-size: 14px;
}
#forpage .wrn1:before {
	display: marker;
	content: "※1";
	font-weight: bold;
	color: rgb(255, 30, 30);
}
#forpage li.wrn2 {
	list-style-type: none;
	list-style-position:inside;
	text-indent: -32px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: initial;
	font-size: 14px;
}
#forpage .wrn2:before {
	display: marker;
	content: "※2";
	font-weight: bold;
	font-size: 14px;
	color: rgb(255, 30, 30);
}
#forpage ul.maru {
	margin-top: 1em;
	font-weight: bold;
}
#forpage  p.koza {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 30px;
	font-size: 120%;
}
#forpage .links li {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#forpage .links a  {
	font-size: 1.0em;
}
#forpage .txt,
#privacy .txt {
	text-indent: 1em;
}
#privacy p.int1 {
	margin-left: 20px;
}
#privacy ul.int2 {
	margin-left: 30px;
	margin-bottom: 20px;
}
#privacy p.addr {
	text-indent: initial;
	margin-left: 60px;
}
#soshiki table {
	display: table;
	border-collapse: separete;
	border: 0px;
	width: 100%;
	font-size: 16px;
	margin-top: 2em;
}
#soshiki td.ttl {
	border: 1px solid #606060;
	background-color: #FDEBD0;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
#soshiki td {
	border: 1px solid #606060;
	padding: 20px;
	text-align: center;
}
#soshiki td.noln {
	border: 0px solid #000;
}
#totop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #999999;
  /* background: #3498DB; */
  opacity: 0.8;
  border-radius: 50%;
}
#totop a{
  position: relative;
  display: block;
  width: 50px;
  height: 32px;
  text-decoration: none;
}
#totop a:hover {
	color: none;
    background: none;
}
#totop a::before{
  font-family: asccp;
  content: '\f102';
  /* font-weight: 900; */
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ------------------------------------------
                 LOWER CONTENT
------------------------------------------ */
#mainvisual-lower {
    position: relative;
    padding: 0.4em 0;
	background: no-repeat center bottom;
	/*
    background: url('https://www.asccp.jp/images/bg-top-main.jpg') no-repeat center bottom;
	*/
    background-size: cover;
    color: #ffffff;
    text-shadow: 0 1px 0px #777;
}
#mainvisual-lower .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(120deg, #85C1E9 73%, #76D7C4 100%);
    /* background: #85C1E9; */
}
#mainvisual-lower .row {
    display: table;
    width: 100%;
}
#mainvisual-lower .row .col-sm-12 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
#mainvisual-lower h2 {
    margin: 0;
    font-size: 20px;
}
#mainvisual-lower h2 i {
    padding-right: 10px;
    font-size: 22px;
}
#localnavi {
    background: #f6f6f6;
    border-bottom: solid 1px #e9e9e9;
}
#localnavi nav {
    border-left: solid 1px #e9e9e9;
}
#localnavi nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
#localnavi nav li {
    display: inline-block;
    list-style: none;
    float: left;
    position:relative;
}
#localnavi nav li a {
    position: relative;
    display: inline-block;
    padding: 5.5px 1.5em;
    /* ** padding: 10.5px 1.5em; */
    border-right: solid 1px #e9e9e9;
}
#localnavi nav li.home a {
    padding: 5.5px 1em 5.5px ;
    /* ** padding: 10.5px 1em 10.5px ; */
}
#localnavi nav li a:hover {
    background: #ffffff;
    text-decoration: none;
}
#localnavi nav li span {
    display: inline-block;
    padding: 5.5px 1.5em;
    background: #ffffff;
    /* **
	padding: 10.5px 1.5em;
    border-right: solid 1px #e9e9e9;
    */
}
#localnavi nav li span.nolink {
    background: #f6f6f6;
}
#localnavi nav li.pagetop span {
    position: relative;
}
#localnavi nav li a:before {
    border:11px solid transparent;
    border-left-color:#f6f6f6;
    border-right-width:0;
    border-top-width: 18px;
    border-bottom-width: 18px;
	/* **
    border-top-width: 23px;
    border-bottom-width: 23px;
	*/
    right:-10px;
    content:"";
    display:block;
    top: 0;
    position:absolute;
    width:0;
    z-index:1;
}
#localnavi nav li a:after {
    border:11px solid transparent;
    border-left-color:#e9e9e9;
    border-right-width:0;
    border-top-width: 18px;
    border-bottom-width: 18px;
	/* **
    border-top-width: 23px;
    border-bottom-width: 23px;
	*/
    right:-11px;
    content:"";
    display:block;
    top:0;
    position:absolute;
    width:0;
	/* */
	padding-right: 0px;
}
#localnavi nav li a:hover:before {
    border-left-color:#ffffff;
}
#localnavi nav li.pagetop ul li {
    display: block;
    float: none;
}
#localnavi nav li.pagetop ul li a {
    display: block;
    border-right: none;
}
#localnavi nav li.pagetop ul li a:hover {
    background: #EBF5FB;
	color: #3498DB; 
}
#localnavi nav li.pagetop ul li.active a {
    background: #2E86C1;
}
#localnavi nav li.pagetop ul li.active a:hover {
    background: #2E86C1;
	color: #EBF5FB; 
}
#localnavi nav li.pagetop ul li a:before,
#localnavi nav li.pagetop ul li a:after {
    display: none;
}
.breadcrumb {
    background-color: #none;
    border-radius: 0;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
}
#blog-primary-content {
    padding-left: 0;
}
#entry-list article {
	/* 
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: solid 1px #e9e9e9;
	*/
    margin-bottom: 1em;
    border-bottom: solid 1px #e9e9e9;
}
#entry-list figure {
    width: 300px;
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
#entry-list figure img {
    border: solid 1px #e9e9e9;
}
.entry-meta {
    margin-bottom: 1em;
    /* font-size: 86%; */
}
.entry-meta time {
    display: inline-block;
    /* margin-right: 0.5em; */
    /* padding: 0.2em 0.3em 0.2em 0.5em; */
    /* background: #f1f1f1; */
}
.entry-meta time span {
    display: inline-block;
}
.entry-meta time span.year {
    padding-right: 0.3em;
}
.entry-meta time span.monthday {
    padding: 0.2em 0.5em;
    background: #ffffff;
}
.entry-meta .category {
    /* padding: 0.2em 0.3em; */
    /* margin: 0 1px; */
	color: #909090;;
	font-size: 85%;
}
.entry-meta .entry-title {
	display: flex;
	justify-content: space-between;
}
.entry-meta .entry-title h5.main {
	font-weight: bold;
	font-size: 16px;
}
.entry-meta .entry-title span.sub {
	float: right;
    font-weight: initial;
	padding-right: 1em;
}
.entry-meta .entry-title span.sub_red {
	float: right;
    font-weight: initial;
	color: rgb(255, 30, 30);
}
.entry-meta .entry-title span.sub_bold {
	float: right;
    font-weight: bold;
}
.entry-meta .entry-title span.sub_red_bold {
	float: right;
    font-weight: bold;
	color: rgb(255, 30, 30);
}
.entry-body {
	font-size: 14px;
	margin-top: 0.6em;
}
.entry-body p {
	text-indent: 1em;
}

.entry-body a {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
    color: #2E86C1;
	font-weight: bold;
}
.entry-body a:before {
	content: "\f4ad";
	font-family: asccp;
    color: #2E86C1;
	padding-right: 0.5em;
}
.entry-body a:hover {
	color: #ffffff; 
	background-color: #2E86C1; 
	text-decoration: none;
}
.entry-body a:hover:before {
	color: #ffffff; 
}
.entry-excerpt {
    margin-bottom: 1em;
	font-size: 14px;
}
.entry-meta .entry-attach {
	margin-top: 1em;
	font-size: 14px;
}

#entry-detail .entry-attach p.hd {
	margin-bottom: 0.5em;
}
#entry-detail .entry-attach p.bd {
	margin-bottom: 1em;
}
.pagemore {
    text-align: left;
}
#content #entry-list h1 {
	margin-top: 1em;
    margin-bottom: 15px;
    font-size: 20px;
    color: #111;
}
#sidebar {
	font-size: 80%;
}
#sidebar nav {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #e9e9e9;
}
#sidebar h1 {
    margin: 0 0 1em 0;
    font-size: 15px;
    font-weight: bold;
}
#sidebar ul {
    margin: 12px 0 auto 12px;
    padding: 0;
    list-style-type: none;
}
#sidebar ul li {
    padding-bottom: 0.3em;
    margin: 0px 0px 0px 12px;
    /* border-bottom: solid 1px #e9e9e9; */
}
#sidebar ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#sidebar .group > ul > li {
  margin-bottom: 24px;
}
h1.page-title {
    margin: 0 0 1em 0;
	font-size: 24px;
}
/* ------------------------------------------
                 ENTRY DETAIL
------------------------------------------ */

#entry-detail figure {
    margin-bottom: 2em;
}
#entry-detail img {
    max-width: 100%;
    height: auto;
}
/* ------------------------------------------
                    figure
------------------------------------------ */

figure figcaption {
    font-size: 0.75em;
    margin-top: 4px;
}
figure.mt-figure-center figcaption {
    text-align: center;
}

/* ------------------------------------------
                    BTN
------------------------------------------ */
.btn,
a.btn,
button.btn {
  /* font-size: 1.6rem; */
  /* font-weight: 700; */
  /* line-height: 1.5; */
  position: relative;
  display: inline-block;
  /* padding: 1rem 4rem; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* letter-spacing: 0.1em; */
  /* color: #212529; */
  /* border-radius: 0.5rem; */
}

a.btn-lst {
	font-size: 70%;
	color: #ffffff;
    background-color: #3498DB;
}
.btn-lst:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #ffffff;
}
.btn-more {
	padding: 3px 6px;
	font-size: 14px;
	color: #ffffff;
	background: linear-gradient(120deg, #85C1E9 73%, #76D7C4 100%);
	border-color: linear-gradient(120deg, #85C1E9 73%, #76D7C4 100%);
    /* background: #85C1E9; */
    /* border-color: #85C1E9; */
	border-radius: 0;
}
.btn-more:after {
	margin-left: 0.4em;
	font-family: asccp;
	content: "\e832";
}
.btn-more:hover {
	color: #ffffff;
	background: linear-gradient(120deg, #3498DB 73%, #1ABC9C 100%);
	border-color: linear-gradient(120deg, #3498DB 73%, #1ABC9C 100%);
    /* background: #3498DB; */
	/* border-color: #3498DB; */
}
.btn-more:hover:after {
	margin-left: 0.4em;
	font-family: asccp;
	content: "\e832\e832";
}
.btn-primary {
	color: #ffffff;
    background: #85C1E9;
    border-color: #85C1E9;
}
.btn-primary:hover {
    background: #3498DB;
	border-color: #3498DB;
}
.btn-secondary {
    background: #f1f1f1;
    border-color: #e1e1e1;
}
.btn-secondary:hover {
    background: #f9f9f9;
    border-color: #e9e9e9;
}
.btn-info {
    background: #85C1E9;
    border-color: #85C1E9;
}
.btn-info:hover {
    background: #D6EAF8;
    border-color: #D6EAF8;
}
.btn-success {
    background: #85C1E9;
    border-color: #85C1E9;
}
.btn-success:hover {
    background: #D6EAF8;
    border-color: #D6EAF8;
}
.btn-mem {
	border-radius: 0.5rem;
	color: #ffffff;
	background: linear-gradient(120deg, #3498DB 63%, #1ABC9C 100%);
	/* background-color: #3498DB; */
	margin-top: 1.0em;
	/* margin-bottom: 1.0em; */
}
.btn-mem:hover {
	color: #3498DB;
	background: linear-gradient(120deg, #D6EAF8 63%, #D1F2EB 100%);
	/* background-color: #D6EAF8; */
}
.btn-old {
	border-radius: 0.5rem;
	color: #ffffff;
	background-color: #95A5A6;	
	/* background-color: #3498DB; */
	margin-top: 1.0em;
	/* margin-bottom: 1.0em; */
}
.btn-old:hover {
	color: #95A5A6;
	background-color: #EAEDED;	
	/* background-color: #D6EAF8; */
}
.btn-join {
	border-radius: 0.5rem;
	background-color: #F7DC6F;	
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
.btn-join:hover {
	color: #B7950B;
	background-color: #FCF3CF;
}
/* */
#btn-001 {
	font-weight: bold;
	color: #ffffff;
	background: linear-gradient(120deg, #3498DB 63%, #1ABC9C 100%);
	/* background-color: #3498DB; */
}
#btn-001:hover {
	color: #3498DB;
	background: linear-gradient(120deg, #D6EAF8 63%, #D1F2EB 100%);
	/* background-color: #D6EAF8;	*/
}
#btn-001:before, :after { 
    padding-right: 5px; 
} 

#btn-002:before, :after { 
    padding-right: 5px; 
} 
#btn-002 {
	background-color: #F7DC6F;
	/* background-color: #FCF3CF; */
}
#btn-002:hover {
	background-color: #FCF3CF;
	color: #B7950B;
	/* background-color: #F9E79F; */
}
#btn-003:before, :after { 
    padding-right: 5px; 
} 
#btn-003:hover {
	color: #3498DB;
	background: linear-gradient(120deg, #D6EAF8 63%, #D1F2EB 100%);
	/* background-color: #EAEDED; */
}
#btn-009 {
	font-weight: bold;
	color: #ffffff;
	background-color: #95A5A6;	
}
#btn-009:hover {
	font-weight: bold;
	color: #95A5A6;
	background-color: #EAEDED;	
}


/* */	

/* ------------------------------------------
                    TOP
------------------------------------------ */
body #sitetop {
    padding-top: 0;
}
#hdbar {
	height: 9px;
	width: auto;
	animation: hdbarfade 20s infinite;
	animation-timing-function: ease-in-out;
	/* background: linear-gradient(90deg, #1B4F72 0%, #0E6251 100%); */
	/* background-color: #1B4F72; */
}
@keyframes hdbarfade {
  0% { background-color:  #1B4F72; }
  25% { background-color:  #2874A6; }
  50% { background-color:  #148F77; }
  75% { background-color:  #0E6251; }
  100% { background-color:  #1B4F72; }
}
#mainvisual {
    width: 100%;
    min-height: 300px;
    /* padding: 6.8em 0 0 0; */
    background-size: cover;
    text-align: center;
    border-bottom: solid 1px #e9e9e9;
}
#mainvisual h2 {
    margin: 0 0 20px 0;
}
#mainvisual #main-text {
    margin-bottom: 2em;
}
#mainvisual .mv_logo {
    max-height: 280px;
    height: auto;
}
#mainvisual .container {
	padding: initial;
	margin: initial;
	width: auto;
}

/* topabout */
#topabout {
	color: #606060;
	/* color: #777777; */
    /* padding: 3em 0 0 0; */
    /* border-bottom: solid 1px #f1f1f1; */
}
#topabout .webpages {
    padding: 2em 0;
    /* padding: 1em 0 2em; */
    /* border-bottom: solid 1px #f1f1f1; */
}
#topabout .webpages:nth-child(even) {
	background: #F5F7FA;
}
#topabout .webpages h3 {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 32px;
}
#topabout .webpages p.webpage-lead {
    margin-bottom: 2em;
    text-align: center;
}
#topabout .webpages i {
    padding-right: 0.2em;
	color: #1B4F72;
}
#topabout .webpages .page-detail {
    text-align: center;
}
#topabout .webpages .page-detail .btn {
	width: 100%;
}
#topabout .pages:before {
	margin-right: 0.4em;
	color: #ffffff;
    background-color: #3498DB;
}
#topabout .topabout-1,
#topabout .topabout-2,
#topabout .topabout-0 {
	padding: 15px;
	/* margin-top: 1em; */
    /* border-bottom: solid 1px #f6f6f6; */
}
#topabout .topabout-1 {
	background: linear-gradient(90deg, #D6EAF8 83%, #A3E4D7 100%);
	/* background-color: #D6EAF8; */
}
#topabout .topabout-2 {
	background: linear-gradient(90deg, #A3E4D7 83%, #85C1E9 100%);
	/* background: linear-gradient(120deg, #AED6F1 73%, #A3E4D7 100%); */
	/* background-color: #AED6F1; */
}
#topabout .topabout-0 {
	background: linear-gradient(90deg, #85C1E9 83%, #76D7C4 100%);
	/* background-color: #85C1E9; */
    /* border-right: solid 1px #EBF5FB; */
}
#topabout ul li {
    list-style: none;
}
#topabout .topabout-1 ul,
#topabout .topabout-2 ul,
#topabout .topabout-0 ul {
	margin-left: 2em;
	padding-left: 1em;
	text-indent: -1.5em;
}

/* fornews on top page */
#fornews .news {
    padding: 1em 0;
	background: initial;
	color: #606060;
	/* color: #777777; */
}
#fornews .news:nth-child(even) {
	/* background: #EBF5FB; */
	background: #F5F7FA;
}
#fornews h1 {
    margin: 0 0 0.5em 0;
    font-size: 114%;
}
#fornews h3 {
    font-size: 32px;
    margin: 0 0 25px 0;
    text-align: center;
}
#fornews h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #505050;
    font-weight: bold;
}
#fornews h4:before {
	margin-right: 1.0rem;
}
#fornews .cat {
	color: #909090;;
	font-size: 85%;
}
#fornews a.col-sm-3 {
    display: block;
    width: 262.5px;
    padding: 0;
    margin: 0 15px 15px 15px;
    background: #ffffff;
    color: #111;
}
#fornews a:hover {
    /* background: #AED6F1; */
	background: #FDF2E9;
    text-decoration: none;
}
#fornews figure {
    display: block;
    height: 150px;
    overflow: hidden;
}
#fornews figure.noimage {
    height: 150px;
    background: #999;
    text-align: center;
    line-height: 150px;
    color: #ffffff;
    font-size: 30px;
}
#fornews figure img {
    width: 100%;
}
#fornews .entry-detail {
    padding: 1em;
}
#fornews p {
    margin: 0;
}
#fornews p.entry-excerpt {
    font-size: 86%;
}
#fornews .fornewslist {
    margin-top: 2em;
    text-align: center;
}
#fornews .news-list {
	background: #ffffff;
}
#fornews .entryon h4 {
	margin-top: 1em;
	font-size: 20px;
	font-weight: bold;
	/* text-align: center; */
}
#fornews .entryon h4:before {
	margin-right: 0.4em;
	color: #ffffff;
}
#fornews .bg-juyo {
	color: rgb(255, 30, 30);
}
#fornews .bg-rnk {
	color: #E67E22;
}
#fornews .maru-juyo:before {
	color: #ffffff;
	background-color: rgb(255, 30, 30);
    border-radius: 50%;
    display:  inline-block;
    padding: 4px 0px;
    width: 30px;
	height: 30px;
    text-align:  center;
	margin-right: 0.5em;
}
#fornews .maru-rnk:before {
	color: #ffffff;
	background-color: #E67E22;
    border-radius: 50%;
    display:  inline-block;
    padding: 4px 0px;
    width: 30px;
	height: 30px;
    text-align:  center;
	margin-right: 0.5em;
}
#fornews .maru-anime:before {
	/* reserved */
}

/* fortoplst */
#fortoplst h3 {
    font-size: 32px;
	margin: 30px 0 30px 0;
    text-align: center;
}
#fortoplst h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #505050;
    font-weight: bold;
}
#fortoplst h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #505050;
}
#fortoplst h5.lsthd {
	margin-top: 15px;
}
#fortoplst h4:before {
	margin-right: 1.0rem;
}
#fortoplst div.hd0,
#fortoplst div.hd1 {
	display: flex;
	justify-content: space-between
}
#fortoplst div.hd0 {
	margin-top: 0;
}
#fortoplst div.hd1 {
	margin-top: 0.8em;
}
#fortoplst .cat {
	color: #909090;;
	font-size: 80%;
}
#fortoplst hr.fst {
	margin-top: 1px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1.5px solid;
	border-color: #1B4F72;
}
#fortoplst hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
#fortoplst .members:before {
	margin-right: 0.4em;
	color: #ffffff;
	background: linear-gradient(120deg, #3498DB 73%, #1ABC9C 100%);
    /* background-color: #3498DB; */
}
#entry-detail .maru:before,
#topabout .maru:before,
#fortoplst .maru:before {
	color: #ffffff;
	background: linear-gradient(120deg, #3498DB 73%, #1ABC9C 100%);
    /* background-color: #3498DB; */
    border-radius: 50%;
    display:  inline-block;
    padding: 6px 0px;
    width: 30px;
	height: 30px;
    text-align:  center;
	font-size: 100%;
}
#topabout .maru_small,
#fortoplst .maru_small {
	font-size: 70%;
}
#topabout .maru_small:before,
#fortoplst .maru_small:before {
	color: #ffffff;
	background: linear-gradient(120deg, #3498DB 73%, #1ABC9C 100%);
    /* background-color: #3498DB; */
    border-radius: 50%;
    display:  inline-block;
    padding: 5px 0px;
    width: 20px;
	height: 20px;
    text-align:  center;
	font-size: 100%;
}
#topabout .maru_small:hover,
#fortoplst .maru_small:hover {
	transform: scale(1.1);
}
#fortoplst p.chpwd {
	margin-bottom: 1.0em;
}
#fortoplst p.chpwd a {
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	color: #BA4A00;
	margin-top: 0.8em;
	text-align: right;
}
#fortoplst p.chpwd a:hover {
	/* color: #ffffff; */
	background-color: #FBEEE6;
}
.txtfadein-1 {
    animation-name: fadein;
    animation-duration: 1.8s;
}
.txtfadein-2 {
    animation-name: fadein;
    animation-duration: 2.3s;
}
.txtfadein-0 {
    animation-name: fadein;
    animation-duration: 2.8s;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.txtfadein2 {
    animation-name: fadein2;
    animation-duration: 2.5s;
}
@keyframes fadein2 {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */
@media screen and (max-width:767px) {
/* @media screen and (max-width:1024px){ */
img {
    max-width: 100%;
}
header {
    margin-bottom: 5px;
}
.container > .navbar-header {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
}
.navbar-nav {
    margin: 0;
    border: solid 1px #f1f1f1;
}
.navbar-nav > li {
    padding: 0;
}
button.navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 11px;
    margin-right: 0;
    background: #f6f6f6;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    font-size: 15px;
}
.container > .navbar-collapse {
    margin: 0;
}
ul.header-socialbtn {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    /* margin-bottom: 3em; */
}
section .col-sm-1:last-of-type, section .col-sm-2:last-of-type, section .col-sm-3:last-of-type, section .col-sm-4:last-of-type, section .col-sm-5:last-of-type, section .col-sm-6:last-of-type, section .col-sm-7:last-of-type, section .col-sm-8:last-of-type, section .col-sm-9:last-of-type, section .col-sm-10:last-of-type, section .col-sm-11:last-of-type, section .col-sm-12:last-of-type {
    margin-bottom: 0;
}
#footer-logoarea {
    text-align: center;
}
#footer-navi ul.pull-right {
    float: none !important;
    padding: 0;
    text-align: center;
}
footer .col-sm-6 {
    margin-bottom: 0;
}
#fornews a.col-sm-3 {
    width: 90%;
    margin: 0 auto 2em auto;
}
#sidebar {
    width: 100%;
}
#sidebar h1 {
    padding: 1em 0.7em;
    background: #f6f6f6;
}
#entry-list figure {
    width: 40%;
}
/* */
#mainvisual-lower {
	background-size: 50% cover;
}
#mainvisual-lower h2 {
    margin: 0;
    font-size: 30px;
}
#mainvisual-lower h2 i {
    padding-right: 10px;
    font-size: 40px;
}
/* */
}
/* header & wave */
.main_header .header_bg {
	position: relative;
	text-align: center;
	background: linear-gradient(120deg, #3498DB 73%, #1ABC9C 100%);
	color: white;
}
.main_header .title {
  height: 18vh;
  width: 100%;
  color: white;
  margin: 0;
  padding: 0;
}
.main_header .title a {
	font-size: 200%;
	font-weight: bold;
	color: white;
	padding: 0px 10px;
	letter-spacing: 6pt;
}
.main_header .title a:hover {
	background-color: transparent;
	font-size: 220%;
	/* letter-spacing: 12pt; */
}
.main_header .flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position:relative;
  width: 100%;
  height:4vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  /* min-height:100px; */
  /* max-height:150px; */
}
/* wave animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/** end of wave **/

/* ------------------------------------------
                  for sp
------------------------------------------ */
@media(max-width:480px){

	#entry-list figure {
		display: none;
	}
	.navbar {
		min-height: 40px;
	}
	/* */
	#hdbar {
		display: none;
	}
	.logo_images {
		height: 40px;
	}
	.logo_mark {
		display: none;
		/* height: 16px; */
	}
	#mainvisual {
		display: none;
	}
	#mainvisual-lower {
		/* height: 0; */
		/* padding-top: 66.67% */
	}
	#mainvisual-lower h2 {
		margin: 0;
		font-size: 20px;
	}
	#mainvisual-lower h2 i {
		padding-right: 10px;
		font-size: 30px;
	}
	#topabout .webpages h3 {
		margin: 0 0 15px 0;
		text-align: center;
		font-size: 26px;
	}
	#fortoplst h3 {
		font-size: 26px;
		margin: 15px 0 15px 0;
		text-align: center;
	}
	#topabout .topabout-1 {
		background: #D6EAF8;
	}
	#topabout .topabout-2 {
		background: #A3E4D7;
	}
	#topabout .topabout-0 {
		background: #85C1E9;
	}
	/* */
}

/* ------------------------------------------
                  sns
------------------------------------------ */
#entry-detail .entry-social-buttons ul {
    clear: both;
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
}
#entry-detail .entry-social-buttons ul li {
    margin-right: 0.5em;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
    list-style: none;
}
.entry-social-buttons .entry-social-facebook {
  padding-bottom: 6px;
}

/* ------------------------------------------
                  Pagination
------------------------------------------ */
.page-navigation {
    text-align: center;
}
.page-navigation ul{
    display: block;
    padding-bottom: 10px;
}
.page-navigation li {
    display: inline-block;
    border-bottom: none;
}
.page-navigation li a{
    padding: 0 10px;
}
.page-navigation li a[rel="prev"]:before {
    content: "«";
    margin-right: 0.3em;
}
.page-navigation li a[rel="next"]:after {
    content: "»";
    margin-left: 0.3em;
}
/* サブカテゴリー対応 */
@media (min-width: 768px) {
  .navbar-right .mt-dropdown-menu {
    left: 0;
    right: auto;
  }
}
.mt-dropdown-menu .catdepth-2 {
    text-indent: 8px;
}
.mt-dropdown-menu .catdepth-3 {
    text-indent: 16px;
}
.mt-dropdown-menu .catdepth-2.folder, .mt-dropdown-menu .catdepth-3.folder {
  color: #999999;
  white-space: nowrap;
}
.mt-dropdown-menu .catdepth-2.folder i, .mt-dropdown-menu .catdepth-3.folder i {
  display: inline;
  margin-right: 16px;
}
.mt-dropdown-menu .catdepth-2.pages {
  text-indent: 16px;
}
.mt-dropdown-menu .catdepth-3.pages {
  text-indent: 24px;
}
#sidebar .catdepth-2 {
    position: relative;
    margin-left: 0px;
}
#sidebar li.catdepth-2 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
#sidebar .catdepth-2 .nolink {
    color: #999999;
}
#sidebar .catdepth-2 .nolink:after {
    content: "(0)";
}
#sidebar .catdepth-2:before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 0px;
}
#sidebar .catdepth-3 {
    position: relative;
}
#sidebar li.catdepth-3 {
    border-bottom: 0px;
}
#sidebar .catdepth-3 .nolink {
    color: #999999;
}
#sidebar .catdepth-3 .nolink:after {
    content: "(0)";
}
#sidebar .catdepth-3:before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 0px;
}
#sidebar .group .side-nav > ul {
    margin-left: 0px;
}

/*-------------
  webpush
-------------*/
.webpush {
display: none;
}
.mtnet-push-notification-service-enabled .webpush {
  display: block;
}
a.webpush:hover {
  text-decoration: none;
}
a:hover .side-webpush {
  text-decoration: none;
}
.side-webpush {
  max-width: 100%;
  margin: 1rem auto 30px;
  display: block;
  text-align: center;
  padding: 1rem;
  background: #5F76A6;
  color: #fffffffff;
}
.side-webpush:hover {
  background: #738ABA;
  border-color: #738ABA;
}
.side-webpush__txt {
  text-align: center;
}
.side-webpush__txt:before {
  content: "\f0f3";
  margin-right: 0.25rem;
  font-family: FontAwesome;
}

/* --- Swiper --- */
.swiper-container {
    width: 100%;
    /* height: 300px; */
}
.slide-mod .swiper-slide-next,
.slide-mod .swiper-slide-prev {
	opacity: 0.4;
}
.slide-mod .swiper-button-next,
.slide-mod .swiper-button-prev {
	background-image: none;
	color: #D6EAF8;
	top:47%;
}
.slide-mod .swiper-button-next:hover,
.slide-mod .swiper-button-prev:hover {
	background-image: none;
	color: #2874A6;
	top:47%;
}
.slide-mod .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
}
.slide-mod .swiper-pagination-bullet-active {
	background-color: #85C1E9;
}
.slide-mod .s-wrap {
  margin: 0 auto;
  position: relative;
  /* */
  height: 400px;
  overflow: hidden;
}
.slide-mod .s-wrap img{
  /* width: auto; */
  height: auto; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  /* max-width: inherit; */
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  transform: translate(0%, 0%);
}
.slide-mod .s-title,
.slide-mod .s-desc {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  /* text-align: left; */
  /* padding-left: 250px; */
  color: #ffffff;
  /*
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  */
}
.slide-mod .s-title {
  top: 30%;
  font-size: 1.6em;
  color: #7E5109;
  /*
  font-size: 2.2em;
  color: rgb(240, 240, 240);
  */
}
.slide-mod .s-desc {
  top: 43%;
  left: 20px;
  font-size: 1.8em;
  color: #7E5109;
  /* 
  font-size: 1.8em;
  color: rgb(240, 240, 240);
  */
}
.slide-mod .swiper-slide-active .s-title {
  animation: fromRight 1.6s ease 0s 1 normal;
}
.slide-mod .swiper-slide-active .s-desc {
  animation: fromRightSub 1.8s ease 0s 1 normal;
}
@keyframes fromRight {
  0%, 15% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fromRightSub {
  0%, 35% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.slide-caption {
	background-image: none;
	z-index:1;
	position: absolute;
	color: #ffffff;
	font-weight:400;
	font-size: 1.5em;
	line-height:120%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding: 1% 2%;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;  
}
.slide-caption p.ttl {
	font-size: 0.8em;
	text-align: left;
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.slide-caption p.desc {
	font-size: 0.7em;
	text-align: left;
	line-height: 1.2em;
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.slide-caption div.pagemore {
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.swiper-slide-active .s-wrap,
.swiper-slide-duplicate-active .s-wrap,
.swiper-slide-prev .s-wrap {
  animation: zoomUp 10s linear 0s 1 normal both;  
}
//imgタグだと下に隙間ができるのでblockに。
.slide-img img{
  display: block;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* --- end of Swiper --- */
