@charset "utf-8";

/*　for smartphone */
@media only screen and (max-width:480px) {

/* ---------------------------------
BASE
----------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #2E2E2E;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  cursor: auto;
}
a {
  color: #1B478D;
  text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  text-decoration: underline;
}

.is-pc {
  display: none;
}
.is-sp {
  display: block;
}

/* ---------------------------------
LAYOUT
----------------------------------- */
#container {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
#wrapper {
  overflow: hidden;
}
#main-area {
  margin: 30px 10px 60px;
  position: relative;
}


/* ---------------------------------
HEADER
----------------------------------- */
.header {
  position: relative;
}

.header > div > div {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.header-main {
  padding: 15px 0;
  background: -moz-linear-gradient(left, #1B478D, #116E9F);
  background: -webkit-linear-gradient(left, #1B478D, #116E9F);
  background: linear-gradient(to right, #1B478D, #116E9F);
}
.header-main > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo {
  margin-right: auto;
}
.header-logo img {
  width: 110px;
  height: auto;
  vertical-align: middle;
}
.header-contact {
  display: inline-block;
  padding: 2px 10px;
  color: #1B478D;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  background: #EBFF00;
}
.header-globalnav {
  position: absolute;
  top: 58px;
  width: 100%;
  height: 42px;
  padding: 8px 0;
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
  background: rgba(255, 255, 255, .8);
}
.header-globalnav__button {
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
}
.header-globalnav__button > a > img:last-child {
  display: none;
}
.header-globalnav__button.open > a > img:first-child {
  display: none;
}
.header-globalnav__button.open > a > img:last-child {
  display: block;
}
.header-globalnav__button > a {
  display: block;
  padding: 5px 15px;
}
.header-globalnav__button > a > img {
  vertical-align: bottom;
}
.header-globalnav__button img {
  width: 28px;
  height: auto;
}
.header-globalnav__list {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
  background: rgba(255, 255, 255, .9);
  z-index: 99999;
}
#menu-header-globalnav--pc {
  display: none;
}
.header-globalnav__list > ul > li:first-child {
  border-top: 1px solid #707070;
}
.header-globalnav__list > ul > li:not(:last-child) {
  border-bottom: 1px dashed #707070;
}
.header-globalnav__list > ul > li > a {
  display: block;
  padding: 8px 15px;
  color: #2E2E2E;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.header-globalnav-search__block {
  display: none;
  opacity: 0;
  width: 90%;
  margin-left: 50px;
}
.header-globalnav-search__block > form::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -1px;
  vertical-align: middle;
  background: url(../images/header-globalnav-search__button.png) no-repeat;
  background-size: contain;
}
.header-globalnav-search__block > form > input {
  width: 85%;
  font-size: 1rem;
  background: inherit;
}
.header-globalnav-search__block__close {
  position: absolute;
  top: 3px;
  right: 15px;
}
.header-globalnav-search__button {
  position: absolute;
  top: -1px;
  right: 15px;
}


/* ---------------------------------
HERO
----------------------------------- */
.hero {
  display: table;
  width: 100%;
}
.hero-front {
  display: table-cell;
  height: 330px;
  padding-top: 42px;
  text-align: center;
  vertical-align: middle;
  background: url(../images/hero-front.png) center;
  background-size: cover;
}
.hero-secondary {
  display: table-cell;
  height: 160px;
  padding-top: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  background: #999;
}
.hero-secondary > div {
  margin: 0 10px;
}

.hero-front-block {
  width: 260px;
  margin: 30px auto 60px;
  padding: 37px 5px 5px;
  background: #1B478D;
  opacity: .9;
}
.hero-front-block__img {
  margin-bottom: 20px;
  text-align: center;
}
.hero-front-block__img > img {
  width: calc(229px/1.5);
  height: auto;
}
.hero-front-block__text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.hero-front-block__link > a {
  display: block;
  position: relative;
  margin-right: 30px;
  text-align: right;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}
.hero-front-block__link > a::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #fff ;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -10px;
}
.hero-front-block__link > a::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -5px;
  transform: rotate(45deg);
}

/* ---------------------------------
front-nav
----------------------------------- */
.front-nav {
  position: relative;
  -moz-box-shadow: 0px 4px 4px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.1);
  box-shadow: 0px 4px 4px rgba(0,0,0,.1);
  z-index: 1;
}
.front-nav > ul {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.front-nav > ul > li {
  width: calc( 100% / 3 );
}
.front-nav__link > a {
  position: relative;
  display: block;
  padding: 20px 0 18px;
  text-align: center;
  font-size: 10px;
  color: #707070;
  text-decoration: none;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.front-nav__link > a::before {
  content: '';
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 0;
  left: calc( 50% - 8px );
  background-image: url(../images/front-nav__ico01.png);
  background-size: 20px 16px;
}
.front-nav__link:nth-of-type(2) > a::before {
  background-image: url(../images/front-nav__ico02.png);
}
.front-nav__link:nth-of-type(3) > a::before {
  background-image: url(../images/front-nav__ico03.png);
}
.front-nav__link > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  bottom: 3px;
  left: calc( 50% + 1px );
  border-top: 1px solid #1B478D;
  border-right: 1px solid #1B478D;
  transform: translateX(-50%) rotate(135deg);
}
.front-nav__link > a > span {
  font-size: 12px;
  font-weight: bold;
  color: #1B478D;
}



/* ---------------------------------
front-card
----------------------------------- */
.front-card {
  position: relative;
  padding: 35px 0 25px;
  background: #F5F5F5;
}
.front-card > div {
  overflow: hidden;
}
.front-card__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.front-card__list > li {
  position: relative;
  width: 48.38%;
}
.front-card__list > li:nth-of-type( n + 3 ) {
  margin-top: 20px;
}
.front-card__list > li > a {
  font-size: 12px;
  font-weight: bold;
  color: #007AF4;
  text-decoration: none;
}
.front-card__list > li > a:hover {
  text-decoration: underline;
}
.front-card__list__img {
  margin-bottom: 10px;
  font-size: 0;
}
.front-card__list__img > img {
  width: 100%;
  height: auto;
}

/* ---------------------------------
front-news
----------------------------------- */
.front-news {
  position: relative;
  padding: 35px 0 0;
}
.front-news > div {
  margin: 0 10px;
}
.front-news__ttl {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1B478D;
}
.front-news__list {
  margin: 0 10px;
}
.front-news__list > li {
  border-bottom: 1px dotted #707070;
}
.front-news__list > li > a {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  font-weight: bold;
  color: #006CEA;
  text-decoration: none;
}


/* ---------------------------------
front-intro
----------------------------------- */
/* .front-intro {
  margin: 55px 10px 60px;
} */
.front-intro__block {
  padding: 45px 10px 0;
}
.front-intro__block:last-child {
  padding-bottom: 45px;
}
.front-intro__block__ttl {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
}
.front-intro__block__ttl::after {
  position: absolute;
  bottom: -8px;
  left: calc( 50% - (calc( 48px / 1.5 )/2) );
  content: '';
  width: calc( 48px / 1.5 );
  height: calc( 5px / 1.5 );
  background: #1B478D;
}
.front-intro__block__ttl > span {
  font-size: 20px;
  color: #1B478D;
}
.front-intro__block__txt {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 0 20px 40px;
  border-left: 1px solid #1B478D;
  font-size: 14px;
}
.front-intro__block__txt::before {
  content: '';
  display: block;
  width: calc( 26px / 1.2);
  height: calc( 23px / 1.2);
  position: absolute;
  top: 0;
  left: 11px;
  background-size: calc( 26px / 1.2) calc( 23px / 1.2);
}
.front-intro__block:nth-of-type(1) > .front-intro__block__txt::before {
  background-image: url(../images/front-intro__block__txt__ico01.png);
}
.front-intro__block:nth-of-type(2) > .front-intro__block__txt::before {
  background-image: url(../images/front-intro__block__txt__ico02.png);
}
.front-intro__block:nth-of-type(3) > .front-intro__block__txt::before {
  background-image: url(../images/front-intro__block__txt__ico03.png);
}
.front-intro__block__list {
  overflow: hidden;
  position: relative;
}
.front-intro__block__list > li {
  display: table;
  float: left;
  width: 49%;
  height: 29.1vw;
  margin-bottom: 2%;
  border-radius: 8px;
}
.front-intro__block__list > li:first-of-type {
  margin-left: 51%;
}
.front-intro__block__list > li:first-of-type::after {
  content: '';
  display: block;
  width: 46.8vw;
  height: 29.1vw;
  position: absolute;
  top: 0;
  left: 0;
}
.front-intro__block:nth-of-type(1) > .front-intro__block__list > li:first-of-type::after {
  background: url(../images/front-intro__block__txt__img01.png) no-repeat;
  background-size: contain;
}
.front-intro__block:nth-of-type(2) > .front-intro__block__list > li:first-of-type::after {
  background: url(../images/front-intro__block__txt__img02.png) no-repeat;
  background-size: contain;
}
.front-intro__block:nth-of-type(3) > .front-intro__block__list > li:first-of-type::after {
  background: url(../images/front-intro__block__txt__img03.png) no-repeat;
  background-size: contain;
}

.front-intro__block__list > li:nth-child(2n) {
  margin-right: 2%;
}

.front-intro__block:nth-of-type(1) > .front-intro__block__list > li:nth-of-type(1) {
  background: url(../images/front-intro__block__list__img01.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(1) > .front-intro__block__list > li:nth-of-type(2) {
  background: url(../images/front-intro__block__list__img02.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(1) > .front-intro__block__list > li:nth-of-type(3) {
  background: url(../images/front-intro__block__list__img03.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(2) > .front-intro__block__list > li:nth-of-type(1) {
  background: url(../images/front-intro__block__list__img04.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(2) > .front-intro__block__list > li:nth-of-type(2) {
  background: url(../images/front-intro__block__list__img05.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(2) > .front-intro__block__list > li:nth-of-type(3) {
  background: url(../images/front-intro__block__list__img06.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(3) > .front-intro__block__list > li:nth-of-type(1) {
  background: url(../images/front-intro__block__list__img07.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(3) > .front-intro__block__list > li:nth-of-type(2) {
  background: url(../images/front-intro__block__list__img08.png) no-repeat;
  background-size: cover;
}
.front-intro__block:nth-of-type(3) > .front-intro__block__list > li:nth-of-type(3) {
  background: url(../images/front-intro__block__list__img09.png) no-repeat;
  background-size: cover;
}
.front-intro__block__list > li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}



/* ---------------------------------
linktodlpage
----------------------------------- */
.linktodlpage-block {
  margin-bottom: 60px;
  padding: 18px 10px;
  background: #F7F7F7;
  box-sizing: border-box;
}
.linktodlpage-block__txt {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
}
.linktodlpage-block__btn {
  text-align: center;
}
.linktodlpage-block__btn > a {
  padding: 6px 20px;
  background: #1B478D;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* ---------------------------------
wanttomake
----------------------------------- */
.wanttomake-block {
  padding: 60px 0;
}
.wanttomake-block__ttl {
  padding: 10px 0;
  background: #1B478D;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.wanttomake-block-inner {
  position: relative;
  min-height: 295px;
  padding: calc( calc( 235px / 2 ) + 25px ) 10px 30px;
  box-sizing: border-box;
  border: 1px dotted #1B478D;
  border-width: 0 1px 1px;
}
.wanttomake-block-inner::before {
  content: '';
  display: block;
  width: calc( 368px / 2 );
  height: calc( 235px / 2 );
  position: absolute;
  top: 10px;
  left: calc( 50% - calc( 368px / 2 )/2 );
  background-image: url(../images/wanttomake-block__img_01.png);
  background-size: calc( 368px / 2 ) calc( 235px / 2 );
}
.wanttomake-block-inner__txt {
  margin-bottom: 25px;
  font-size: 12px;
  color: #000;
}
.wanttomake-block-inner__contactbtn {
  margin-bottom: 10px;
  text-align: center;
}
.wanttomake-block-inner__contactbtn > a {
  display: inline-block;
  padding: 8px 15px;
  background: #EBFF00;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  color: #1B478D;
  text-decoration: none;
}
.wanttomake-block-inner__contactbtn > a:hover {
  opacity: .7;
}
.wanttomake-block-inner__link {
  text-align: center;
}
.wanttomake-block-inner__link > a {
  font-size: 13px;
  font-weight: bold;
  color: #007AF4;
  text-decoration: none;
}
.wanttomake-block-inner__link > a:hover {
  text-decoration: underline;
}


/* ---------------------------------
article
----------------------------------- */
.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article img {
  width: 100%;
}
.article__item {
  width: calc( 50% - 5px );
  margin-bottom: 30px;
}
.article__item__photo {
  margin-bottom: 10px;
  font-size: 0;
}
.article__item__photo > a {
  display: block;
}
.article__item__photo > a > img {
  width: 100%;
  height: auto;
}
.article__item__description {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #121212;
}
.article__item__tag {
  margin-bottom: 10px;
}
.article__item__tag > li {
  display: inline-block;
  padding: 1px 5px;
  background: #E3FF0A;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
}
.article__item__tag > li > a {
  color: #121212;
  text-decoration: none;
}
.article__item__tag > li.cat-item {
  background: #1B478D;
}
.article__item__tag > li.cat-item > a {
  color: #fff;
}
.article__item__txt {
  margin-bottom: 15px;
  font-size: 13px;
  color: #707070;
}
.article__item__btn > a {
  display: inline-block;
  padding: 4px 30px;
  background: #1B478D;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}


article.post {
  margin: 0 10px 60px;
}
article.category-product {
  margin: 0 10px;
}
article.post:not(.category-product) > p {
  margin-bottom: 20px;
}
article.post:not(.category-product) > h2 {
  margin-bottom: 20px;
  color: #1B478D;
  font-size: 20px;
}


/* ---------------------------------
COMMON
----------------------------------- */
.ttl-page {
  margin: 20px auto 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
}
.ttl-page h1 a{
  background: #0075c1;
  display: block;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}
.ttl-page h1 a:hover{
  opacity: .8;
  transition: all .3s ease;
}


/* ---------------------------------
詳細ページ・ポスト
----------------------------------- */
#contents {
  position: relative;
}
.single #contents h1, 
.page #contents h1 {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 4px solid #F0ECEC ;
}
.single #contents h1 a, 
.page #contents h1 a{
  color: #1a1a1a;
  font-weight: bold;
}

.single #contents h2, 
.page #contents h2 {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: .25em;
  margin: 1em 0 ;
  border-bottom: 2px dotted #222 ;
}

#contents .entry-meta {
  margin-bottom: 20px;
  font-size: 12px;
  display: inline-block;
  color: #666;
}
.single #contents p, 
.page #contents p {
  margin-bottom: 1em;
}
#contents .wp-caption {
  max-width: 100%;
  height: auto;
  text-align: center;
  background-color: #f3f3f3;
  margin: 20px 0;
}
#contents img {
  max-width: 100%;
  height: auto;
}
#contents .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#contents .wp-caption p.wp-caption-text {
  font-size: 12px;
  color: #666;
  padding: 5px 10px 10px;
  margin: 0;
}
#contents .alignleft,
#contents .alignright,
#contents .aligncenter {
  vertical-align: top;
  padding: 0;
}
#contents .alignleft,
#contents .alignright {
  float: none;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
.single #contents .alignleft,
.single #contents .alignright,
.single #contents .aligncenter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 投稿内ギャラリー */
#contents .metaslider {
  padding-top: 25px;
  position: relative;
}
#contents .metaslider:after{
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  background: #F0ECEC;
}
#contents .metaslider a:hover{
  transition: all 0.3s ease;
  opacity: .75;
}

/* YARPP関連情報 */
.yarpp-related > h3 {
  margin-bottom: 20px !important;
  color: #1B478D;
  font-size: 18px !important;
}

/* エントリーナビ */
.nav-single {
  padding: 20px 0 60px;
}
.nav-single .prev,
.nav-single .next {
  padding: 0 20px;
  width: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.nav-single .prev {
  float: left;
}
.nav-single .next {
  float: right;
  text-align: right;
}
.nav-single .prev a,
.nav-single .next a {
  display: block;
  font-size: 12px;
  text-decoration: none;
}
.nav-single .prev a:before, 
.nav-single .next a:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f053";
  font-weight: bold;
  display: inline-block;
}
.nav-single .next a:after {
  right: 0;
  content: "\f054";
}

.nav-single .prev a:hover,
.nav-single .next a:hover {
  text-decoration: underline;
}



/* ---------------------------------
アーカイブ・カテゴリー
----------------------------------- */

#contents .archive-entry {
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0ecec;
  overflow: hidden;
}
#contents .archive-entry h2, 
#contents .archive-entry h3 {
  margin-bottom: 10px;
}
#contents .archive-entry h2 a, 
#contents .archive-entry h3 a {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#contents .archive-entry .entry-meta{
  padding: 0;
  margin-bottom: 5px;
}
#contents .archive-entry p {
  word-wrap: break-word;
  position: relative;
}
#contents .archive-entry img {
  display: block;
  margin: 0 0 20px;
  padding: 1px;
  min-width: 125px;
  width: 100%;
  min-height: 125px;
  border: 1px solid #f0ecec;
  position: relative;
}
#contents .archive-entry img:hover{
  transition: all 0.3s ease;
  opacity: 0.75;
  z-index: 200;
}


/* wp-pagenavi */
.wp-pagenavi {
  clear: both;
  display: block;
  text-align: center;
  margin: 20px 0 10px;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  background: #0075c1;
  font-size: 12px;
  width: 35px;
  line-height: 3;
  text-align: center;
  display: inline-block;
  margin: 0 5px 10px;
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.wp-pagenavi a {
  background: #E6E6E6;
  color: #333;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background: #0075c1;
  color: #fff;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  background: none;
  border: none;
  margin: 0;
}

/* ---------------------------------
TOP PAGE
----------------------------------- */
.home .tab-content.is_show {
  padding-bottom: 0;
}
#contents .fentry h3 a {
  color: #0075c1;
  font-size: 16px;
  line-height: 1.5;
}
#contents .fentry .entry-meta{
  padding: 0;
}
#contents .fentry img {
  position: relative;
}

/* new icon */

.newico{
  position: absolute;
  top: 12px;
  left: 22px;
  background: url(../images/icon-new-arc.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 100;
}
.newarc{
  background: url(../images/icon-new-arc.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
}
#contents .more-link {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #0075c1;
  width: 100%;
  border: 2px solid #0075c1;
  margin-top: 1em;
  line-height: 28px;
  text-align: center;
}
#contents .more-link:hover {
  background: #0075c1;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
#contents .alink {
  display: inline-block;
  background: #419ca6;
  width: 100%;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#contents .alink:hover {
  transition: all 0.3s ease;
  opacity: 0.75;
}


/* amazon商品広告 */
.adimage-area {
  width: 100%;
  background: #e2dede;
}
.adimage-area h3{
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #555;
  padding: 10px 0;
}
.adimage {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 40px; 
  background: #e2dede;
}
.adimage a:hover{
  opacity: .75;
  transition: all 0.3s ease;
}


/* ---------------------------------
PAGE
----------------------------------- */
.page-fullwidth__inner {
  margin: 0 10px;
}

/* about  */
.page #contents h2{
  background: #f2f2f2;
  border-bottom: 0;
  border-left: 8px solid #0075c1;
  padding: 0 0 0 1em;
  height: 40px;
  color: #0075c1 ;
  line-height: 40px;
  font-size: 18px;
  margin-bottom: 10px;
}
.page #contents h3{
  font-size: 16px;
  font-weight: bold;
  color: #1b3e7d;
  margin: 30px 0 10px;
}
.page #contents strong{
  display: block;
  padding: 1em 0 .5em;
}
.page #contents iframe{
  max-width: 100%;
  height: 300px;
}

#contents .2clm {
  text-align: center;
}


/* service  */
#contents .nlist li {
  list-style: disc;
  margin-left: 2em;
}


#contents .sv-list {
  padding-top: 20px;
}
#contents .sv-list ul {
  margin-bottom: 30px;
}
#contents .sv-list li {
  background: #f2f2f2;
  width: 46%;
  min-height: 380px;
  margin: 0 5px 10px;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
#contents .sv-list li:last-child {
  margin-right: 0;
}
#contents .sv-list li img {
  max-width: 100%;
  height: 185px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#contents .sv-list li a {
  text-align: left;
  text-decoration: none;
}
#contents .sv-list li p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
#contents .sv-list li a:hover img {
  transition: all 0.3s ease-in-out;
  opacity: .75;
}
#contents .sv-list li:hover a{
  text-decoration: underline;
}
#contents .cards li {
  min-height: 260px;
}


/* ---------------------------------
FOOTER
----------------------------------- */
.footer {
  width: 100%;
  background: #333D4D;
  overflow: hidden;
}
.footer > div {
  margin: 0 10px;
}
.footer-block {
  padding: 20px 0 5px;
  color: #fff;
  font-size: 9px;
}
.footer-block__logo {
  margin-bottom: 15px;
}
.footer-block__logo > a {
  display: inline-block;
}
.footer-block__logo > a > img {
  width: calc(154px/1.5);
  height: auto;
  vertical-align: bottom;
}

.footer-block > .menu li {
  line-height: 2.2;
}
.footer-block > .menu a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  /* letter-spacing: -1px; */
}

.footer-block > .menu:nth-of-type(1) {
  float: left;
  width: 50%;
  margin-right: 1em;
}
@media only screen and (max-width:320px) {
  .footer-block > .menu:nth-of-type(1) {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.footer-block > .menu > li > a {
  font-weight: bold;
}
.footer-block > .menu > li > ul {
  margin-left: .3em;
}
.footer-block__copyright {
  margin-top: 15px;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  text-align: right;
}



/* ---------------------------------
CONTACTUS
----------------------------------- */
.cotactus-block {
  background: linear-gradient(to right,#1b478d,#116e9f);
}
.cotactus-block > div {
  padding: 30px 5px;
}
.cotactus-block__txt {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}
.cotactus-block__txt > span{
  font-size: 20px;
}
.cotactus-block__btn {
  text-align: center;
}
.cotactus-block__btn > a {
  display: inline-block;
  margin: 0 auto;
  padding: 8px 30px;
  background: #EBFF00;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #1B478D;
  text-decoration: none;
  box-shadow: border-box;
}



/* img {
  max-width: 100% !important;
  height: auto !important;
  float: none !important;
} */
}