@charset "UTF-8";
/*
Theme Name: BASE
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

  Reset Style

---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

  Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

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

p {
  line-height: 1.7;
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img.max {
  max-width: 100%;
  height: auto;
}

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* btn */
.btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 400px;
  }
}

.btn-orange {
  background-color: #FFB031;
  border-bottom: 4px solid #CC8D28;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 16;
  transition: 0.3s;
  text-decoration: none !important;
  background-image: url("images/common/btn-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-border:hover {
  transform: scale(0.95, 0.95);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 360px;
    margin: 0 auto 40px;
  }
  .btn-border::after {
    right: 20px;
  }
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
}

.pager .current {
  background: #8EBD2D;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #8EBD2D;
  color: #FFF;
}

/*-----------------------------------------------------------

  header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  height: 95px;
  margin: 0 auto;
  z-index: 10001;
  /*.cloud{
    width: 100%;
    height: 100px;
    background:url("images/header/haikei_sp.png");
    animation: cloudmove 20s linear infinite;
    -webkit-animation: cloudmove 20s linear infinite;
    -moz-animation: cloudmove 20s linear infinite;
    @media screen and (min-width:768px){
      background:url("images/header/haikei.png");
      height: 150px;
    }
  }*/
}
@media print {
  #header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header {
    height: 150px;
  }
}
#header .bus {
  position: absolute;
  left: 20px;
  bottom: -2px;
}
#header .bus img {
  width: 200px;
  height: auto;
}
#header .bus a:hover img {
  opacity: 1;
}
@keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 0;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
@-webkit-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 0;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
@-moz-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 200px 0;
  }
  50% {
    background-position: 400px 0;
  }
  75% {
    background-position: 600px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
#header .g-pcnav {
  display: none;
}
#header .g-nav {
  display: none;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
#header .g-nav ul .social {
  margin-top: 40px;
}
#header .g-nav ul .social .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#header .g-nav ul .social .list-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .g-nav ul .social .list-icon .link {
  width: 80px;
  margin: 0 20px;
}
#header .g-nav ul .social .list-icon .link .icon {
  margin-bottom: 10px;
}
#header .g-nav ul .social .list-icon .link .icon img {
  width: 60px;
  height: auto;
}
#header .g-nav ul .social .list-icon .link .name {
  text-align: center;
  color: #fff;
}
#header .btn-nav {
  position: absolute;
  z-index: 10002;
  right: 30px;
  top: 30px;
  width: 34px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #124A8A;
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 9px;
}
#header .btn-nav span:nth-child(3) {
  top: 18px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background-color: #fff;
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 4;
}
#header.open .g-nav ul {
  opacity: 1;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 24px;
  font-size: 18px;
}
#header.open .g-nav ul li.contact {
  margin-top: 40px;
  margin-bottom: 20px;
}
#header.open .g-nav ul li.contact a {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 20px 0;
  border-radius: 40px;
}
#header.open .g-nav ul li.tel a {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 20px 0;
  border-radius: 40px;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #124A8A;
  opacity: 0.95;
  transform: scale(0);
  left: -100px;
  top: -100px;
  transition: all 0.9s;
}
#header .g-nav-bg.bgopen {
  transform: scale(30);
}
@media screen and (min-width: 768px) {
  #header .inner {
    position: relative;
    width: 940px;
    height: 150px;
    margin: 0 auto;
  }
  #header .inner .bus {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: -20px;
  }
  #header .inner .bus img {
    width: 310px;
  }
  #header .inner .btn-nav {
    display: none;
  }
  #header .inner .g-pcnav {
    display: block;
    position: absolute;
    top: 75px;
    right: 0;
    width: 620px;
  }
  #header .inner .g-pcnav .outline {
    display: inline-block;
    letter-spacing: 4px;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  }
  #header .inner .g-pcnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .inner .g-pcnav ul li a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 2px #fff;
  }
  #header .inner .g-pcnav ul li a:hover {
    transform: scale(0.9, 0.9);
  }
  #header .inner .g-pcnav ul li.icon {
    position: relative;
    top: -7px;
  }
  #header .inner .g-pcnav ul li.icon img {
    width: 36px;
    height: auto;
  }
  #header .inner .g-pcnav ul li.contact a {
    position: relative;
    bottom: 9px;
    padding: 10px 25px 10px 24px;
    background-color: #111;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    text-shadow: none;
  }
  #header .inner .g-pcnav ul li.contact a::after {
    display: none;
  }
  #header .inner .g-pcnav ul li.contact a:hover {
    transform: scale(0.95, 0.95);
  }
}

/*-----------------------------------------------------------

  contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 940px;
    margin: 0 auto 80px;
  }
}

.section-full {
  width: 100%;
  margin: 0 auto 30px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-full {
    margin: 0 auto 60px;
  }
  .section-full .section-inner {
    width: 940px;
  }
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  color: #444;
}
.ttl-level-02 span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #000A4B;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .ttl-level-02 span {
    font-size: 16px;
  }
}

.ttl-level-03 {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #000D4B;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    margin-bottom: 30px;
    padding: 14px 24px;
    text-align: left;
    font-size: 18px;
  }
}

.ttl-area .common-news-area .news-list .news {
  width: 48%;
  height: 260px;
  float: left;
  margin-bottom: 30px;
}
.ttl-area .common-news-area .news-list .news:nth-of-type(even) {
  float: right;
}
.ttl-area .common-news-area .news-list .news .photo img {
  max-width: 100%;
  height: auto;
}
.ttl-area .common-news-area .news-list .news .date {
  margin: 5px 0;
}
.ttl-area .common-news-area .news-list .news .title {
  margin-bottom: 10px;
}
.ttl-area .common-news-area .news-list .news .ex {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .ttl-area .common-news-area .news-list .news {
    width: 216px;
    margin-left: 40px;
  }
  .ttl-area .common-news-area .news-list .news:first-of-type {
    margin-left: 0;
  }
  .ttl-area .common-news-area .news-list .news:nth-of-type(even) {
    float: left;
  }
}
.ttl-area .common-news-area .news .header .meta {
  padding: 15px 20px;
}
.ttl-area .common-news-area .news .header .title {
  color: #7c6954;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-top: 1px solid #b8b7b7;
  border-bottom: 1px solid #b8b7b7;
}
.ttl-area .common-news-area .news .contents {
  padding: 0 20px;
}
.ttl-area .common-news-area .news .contents p {
  margin-bottom: 20px;
}
.ttl-area .common-news-area .news .contents img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ttl-area .common-news-area .news .header .meta {
    padding: 20px 30px;
  }
  .ttl-area .common-news-area .news .header .title {
    padding: 20px 30px;
  }
  .ttl-area .common-news-area .news .contents {
    padding: 0 30px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 768px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto 40px;
}
@media print {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
#breadcrumb ul li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 940px;
    margin: 0 auto 60px;
  }
  #breadcrumb ul li {
    font-size: 14px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 30px;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page-top .slideshow {
  margin-bottom: 50px;
}
.page-top .slideshow img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .slideshow {
    margin-bottom: 60px;
  }
}
.page-top .sec-bnr {
  text-align: center;
}
.page-top .sec-bnr img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-company {
  margin-bottom: 60px;
  background-color: #e2f0f5;
  padding-bottom: 30px;
}
.page-top .sec-company .area-message {
  margin-bottom: 40px;
}
.page-top .sec-company .area-message .message {
  margin-bottom: 40px;
}
.page-top .sec-company .area-message .message p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.page-top .sec-company .area-message .photo {
  text-align: center;
}
.page-top .sec-company .area-message .photo img {
  max-width: 60%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-top .sec-company .area-message {
    margin-bottom: 60px;
  }
}
.page-top .sec-company .area-cert {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px #ddd;
}
.page-top .sec-company .area-cert .cert {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-top .sec-company .area-cert .cert:first-of-type {
  margin-bottom: 20px;
}
.page-top .sec-company .area-cert .cert .icon {
  width: 30%;
}
.page-top .sec-company .area-cert .cert .icon img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-company .area-cert .cert .detail {
  width: 65%;
}
.page-top .sec-company .area-cert .cert .detail p {
  color: #57574d;
}
.page-top .sec-company .area-cert .cert .detail .ttl {
  margin-bottom: 4px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-company .area-cert {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto 60px;
    padding: 30px 40px;
  }
  .page-top .sec-company .area-cert .cert {
    width: 340px;
  }
  .page-top .sec-company .area-cert .cert:first-of-type {
    margin-bottom: 0;
  }
  .page-top .sec-company .area-cert .cert .detail {
    width: 68%;
  }
  .page-top .sec-company .area-cert .cert .detail .ttl {
    font-size: 16px;
    line-height: 1.6;
  }
}
.page-top .sec-company .area-bus {
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .page-top .sec-company .area-bus {
    padding-left: 0;
    width: 940px;
    margin: 0 auto;
  }
}
.page-top .sec-company .area-bus .col {
  margin-bottom: 40px;
}
.page-top .sec-company .area-bus .col .ttl {
  margin-bottom: 20px;
  font-size: 18px;
}
.page-top .sec-company .area-bus .col .ttl span {
  padding: 4px 12px;
  border-left: 4px solid #010A4B;
}
.page-top .sec-company .area-bus .col .list-bus {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
.page-top .sec-company .area-bus .col .list-bus li {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}
.page-top .sec-company .area-bus .col .list-bus li .photo {
  margin-bottom: 14px;
}
.page-top .sec-company .area-bus .col .list-bus li .photo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 6px #ccc;
}
.page-top .sec-company .area-bus .col .list-bus li .detail {
  white-space: normal;
}
.page-top .sec-company .area-bus .col .list-bus li .detail h4 {
  margin-bottom: 6px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-company .area-bus .col .list-bus {
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-company .area-bus .col .list-bus li {
    display: block;
    width: 280px;
  }
}
.page-top .sec-company .area-bus .col .shuttle {
  box-sizing: border-box;
  padding-right: 5%;
}
.page-top .sec-company .area-bus .col .shuttle .photo {
  margin-bottom: 20px;
}
.page-top .sec-company .area-bus .col .shuttle .photo img {
  width: 100%;
  height: auto;
}
.page-top .sec-company .area-bus .col .shuttle .detail {
  box-sizing: border-box;
  padding: 20px;
  background-color: #cddfe5;
}
.page-top .sec-company .area-bus .col .shuttle .detail p {
  margin-bottom: 20px;
}
.page-top .sec-company .area-bus .col .shuttle .detail p:last-of-type {
  margin-bottom: 0;
}
.page-top .sec-company .area-bus .col .shuttle .detail a {
  color: #444;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-company .area-bus .col .shuttle {
    height: 300px;
    padding-right: 0;
    position: relative;
  }
  .page-top .sec-company .area-bus .col .shuttle .photo {
    position: absolute;
    width: 560px;
    z-index: 2;
  }
  .page-top .sec-company .area-bus .col .shuttle .detail {
    z-index: 1;
    position: absolute;
    width: 420px;
    top: 0;
    right: 0;
    padding: 60px 80px;
  }
  .page-top .sec-company .area-bus .col .shuttle .detail p {
    font-size: 16px;
  }
}
.page-top .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news {
    margin: 0 auto 60px;
    width: 680px;
  }
}
.page-top .sec-news .area-news .news {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.page-top .sec-news .area-news .news .date {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.page-top .sec-news .area-news .news .cat {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 84px;
}
.page-top .sec-news .area-news .news .cat .label {
  display: block;
  text-align: center;
  font-size: 10px;
  border: 1px solid #00094B;
  padding: 2px 4px 3px;
  color: #00094B;
}
.page-top .sec-news .area-news .news.cat-important .cat .label {
  background-color: #cf0505;
  border: 1px solid #cf0505;
  color: #fff;
}
.page-top .sec-news .area-news .news h1 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
}
.page-top .sec-news .area-news .news h1 a:hover {
  color: #00094B;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 14px;
    border: none;
  }
  .page-top .sec-news .area-news .news .date {
    width: 100px;
    text-align: center;
    margin-top: 4px;
    margin-right: 0;
    font-size: 16px;
  }
  .page-top .sec-news .area-news .news .cat {
    width: 140px;
    top: 0;
  }
  .page-top .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
    padding: 4px 12px 5px;
    font-size: 14px;
  }
  .page-top .sec-news .area-news .news h1 {
    width: 400px;
    margin-top: 4px;
  }
}
.page-top .sec-photogallery .photogallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top .sec-photogallery .photogallery li {
  width: 48%;
  margin-bottom: 30px;
}
.page-top .sec-photogallery .photogallery li .photo {
  margin-bottom: 10px;
}
.page-top .sec-photogallery .photogallery li .photo img {
  width: 100%;
  height: auto;
}
.page-top .sec-photogallery .photogallery li.instagram img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-photogallery .photogallery li p {
  text-align: center;
  font-size: 12px;
}
.page-top .sec-photogallery .photogallery li p.ttl {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-photogallery .photogallery li {
    width: 280px;
  }
  .page-top .sec-photogallery .photogallery li.instagram {
    width: 100%;
    margin-top: -20px;
    margin-bottom: -20px;
    text-align: center;
  }
  .page-top .sec-photogallery .photogallery li p.ttl {
    margin: 10px 0 6px;
    font-size: 16px;
  }
}
.page-top .sec-flyer {
  padding: 30px 0;
  background-color: #f7f7f7;
}
.page-top .sec-flyer .list-flyer {
  margin-bottom: 40px;
}
.page-top .sec-flyer .list-flyer li {
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
}
.page-top .sec-flyer .list-flyer li .flyer {
  margin-bottom: 10px;
}
.page-top .sec-flyer .list-flyer li .flyer img {
  max-width: 100%;
  height: auto;
}
.page-top .sec-flyer .list-flyer li .ttl {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .sec-flyer .list-flyer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-top .sec-flyer .list-flyer li {
    width: 300px;
    margin: 0 20px 40px;
  }
  .page-top .sec-flyer .list-flyer li .flyer {
    margin-bottom: 20px;
  }
  .page-top .sec-flyer .list-flyer li .ttl {
    font-size: 16px;
  }
}
.page-top .sec-office .list-office .office {
  margin-bottom: 40px;
}
.page-top .sec-office .list-office .office h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-top .sec-office .list-office .office .map {
  margin-bottom: 10px;
}
.page-top .sec-office .list-office .office .map iframe {
  width: 100%;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-office .list-office {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .sec-office .list-office .office {
    width: 440px;
  }
  .page-top .sec-office .list-office .office h3 {
    font-size: 18px;
  }
}
.page-top .sec-facebook {
  text-align: center;
}

/* page
-------------------------------------- */
.page .header {
  margin-bottom: 20px;
  height: 120px;
  background-color: #000D4B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  padding-top: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.page .header .inner .page-title span {
  display: block;
  position: relative;
  top: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page .header {
    height: 160px;
  }
  .page .header .inner {
    width: 940px;
  }
  .page .header .inner .page-title {
    padding-top: 40px;
    font-size: 34px;
  }
  .page .header .inner .page-title span {
    font-size: 18px;
    font-weight: normal;
  }
}
.page .cmn-intro .text1 {
  color: #444;
}
.page .cmn-intro .caution {
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 30px 40px;
}
.page .cmn-intro .caution li {
  margin-bottom: 10px;
  list-style-type: square;
  font-size: 12px;
}
.page .cmn-intro .caution li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page .cmn-intro .caution {
    width: 700px;
    margin: 20px auto;
  }
}
.page .cmn-intro .caution::before,
.page .cmn-intro .caution::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page .cmn-intro .caution::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.page .cmn-intro .caution::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}

.page-news .header {
  background-image: url(images/contents/news/header.jpg);
}
.page-news .sec-news .area-news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news {
    margin: 0 auto 60px;
    width: 680px;
  }
}
.page-news .sec-news .area-news .news {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.page-news .sec-news .area-news .news .date {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.page-news .sec-news .area-news .news .cat {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 84px;
}
.page-news .sec-news .area-news .news .cat .label {
  display: block;
  text-align: center;
  font-size: 10px;
  border: 1px solid #00094B;
  padding: 2px 4px 3px;
  color: #00094B;
}
.page-news .sec-news .area-news .news.cat-important .cat .label {
  background-color: #cf0505;
  border: 1px solid #cf0505;
  color: #fff;
}
.page-news .sec-news .area-news .news h1 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
}
.page-news .sec-news .area-news .news h1 a:hover {
  color: #00094B;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 14px;
    border: none;
  }
  .page-news .sec-news .area-news .news .date {
    width: 100px;
    text-align: center;
    margin-top: 4px;
    margin-right: 0;
    font-size: 16px;
  }
  .page-news .sec-news .area-news .news .cat {
    width: 140px;
    top: 0;
  }
  .page-news .sec-news .area-news .news .cat .label {
    display: block;
    text-align: center;
    padding: 4px 12px 5px;
    font-size: 14px;
  }
  .page-news .sec-news .area-news .news h1 {
    width: 400px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 640px;
    float: left;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 240px;
    float: right;
  }
}

/* company */
.page-company .print {
  width: 90%;
  margin: 0 auto 20px;
  text-align: right;
}
@media print {
  .page-company .print {
    display: none;
  }
}
.page-company .print p a {
  padding: 6px 20px;
  border-radius: 4px;
  border: 1px solid #111;
  font-size: 12px;
  font-weight: bold;
}
.page-company .print p a img {
  position: relative;
  top: -1px;
  left: -2px;
  width: 14px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .print {
    width: 940px;
  }
}
@media print {
  .page-company .company-area .ttl-level-02 {
    display: none;
  }
}
.page-company .company-area .company-data {
  box-sizing: border-box;
  margin-bottom: 60px;
}
.page-company .company-area .company-data table tr {
  border-bottom: 1px solid #ddd;
}
.page-company .company-area .company-data table th {
  width: 100px;
  padding: 16px 0;
  text-align: left;
  font-weight: normal;
}
.page-company .company-area .company-data table td {
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .page-company .company-area .company-data table {
    margin: 0 auto;
    font-size: 16px;
  }
  .page-company .company-area .company-data table th {
    width: 160px;
    padding: 20px;
  }
  .page-company .company-area .company-data table td {
    padding: 20px;
  }
}
@media print {
  .page-company .company-area .company-data {
    margin-bottom: 20px;
  }
  .page-company .company-area .company-data table th {
    padding: 6px;
  }
  .page-company .company-area .company-data table td {
    padding: 6px;
  }
}
.page-company .company-area .rinen-area {
  margin-bottom: 40px;
  text-align: center;
}
.page-company .company-area .rinen-area h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.page-company .company-area .rinen-area p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-company .company-area .rinen-area {
    margin-bottom: 60px;
  }
  .page-company .company-area .rinen-area h4 {
    font-size: 24px;
  }
  .page-company .company-area .rinen-area p {
    font-size: 18px;
  }
}
@media print {
  .page-company .company-area .rinen-area {
    margin-bottom: 20px;
  }
}
.page-company .company-area .photo-area {
  margin-bottom: 40px;
  text-align: center;
}
.page-company .company-area .photo-area img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-company .company-area .photo-area {
    margin-bottom: 60px;
  }
}
@media print {
  .page-company .company-area .photo-area {
    margin-bottom: 100px;
  }
  .page-company .company-area .photo-area img {
    width: 400px;
  }
}
.page-company .company-area .office-list {
  margin-bottom: 30px;
}
.page-company .company-area .office-list .office {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.page-company .company-area .office-list .office .name {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-company .company-area .office-list .office .data .photo {
  margin-bottom: 20px;
}
.page-company .company-area .office-list .office .data .photo img {
  max-width: 100%;
  height: auto;
}
.page-company .company-area .office-list .office .data .detail .name {
  font-size: 20px;
  margin-bottom: 20px;
}
.page-company .company-area .office-list .office .data .detail .data {
  margin-bottom: 20px;
}
.page-company .company-area .office-list .office .data .detail .data tr {
  border-bottom: 1px solid #ddd;
}
.page-company .company-area .office-list .office .data .detail .data th {
  width: 60px;
  padding: 10px 0;
  text-align: left;
}
.page-company .company-area .office-list .office .data .detail .data td {
  padding: 10px 0;
}
.page-company .company-area .office-list .office .map {
  margin-bottom: 20px;
}
.page-company .company-area .office-list .office .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .page-company .company-area .office-list .office {
    margin-bottom: 40px;
  }
  .page-company .company-area .office-list .office .data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-company .company-area .office-list .office .data .photo {
    width: 400px;
  }
  .page-company .company-area .office-list .office .data .detail {
    width: 500px;
  }
  .page-company .company-area .office-list .office .data .detail .name {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page-company .company-area .office-list .office .map {
    padding-top: 20px;
  }
  .page-company .company-area .office-list .office .map iframe {
    height: 500px;
  }
}
@media print {
  .page-company .company-area .office-list .office {
    border-bottom: none;
  }
  .page-company .company-area .office-list .office .data .photo {
    text-align: center;
  }
  .page-company .company-area .office-list .office .data .photo img {
    width: 500px;
  }
}
.page-company .company-area .message {
  margin-top: 50px;
  padding: 20px;
  background-color: #fef5d9;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-company .company-area .message {
    padding: 40px;
  }
}
.page-company .company-area .message .date {
  text-align: right;
  margin-bottom: 20px;
}
.page-company .company-area .message h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}
.page-company .company-area .message dl dt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.page-company .company-area .message dl dd {
  margin-bottom: 40px;
  font-size: 13px;
}
@media print {
  .page-company .company-area .message {
    padding: 40px 0 0;
  }
  .page-company .company-area .message h2 {
    margin-bottom: 40px;
  }
  .page-company .company-area .message dl dt {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page-company .company-area .message dl dd {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media print {
  .page-company .sec-yakkan {
    display: none;
  }
}

.page-recruit .sec-recruit h3.ttl {
  margin-bottom: 20px;
  padding: 14px 20px;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit h3.ttl {
    font-size: 18px;
  }
}
.page-recruit .sec-recruit .detail {
  margin-bottom: 40px;
}
.page-recruit .sec-recruit .detail th {
  width: 60px;
  text-align: right;
  padding: 20px;
  border: 1px solid #CCCCCC;
  background-color: #E6E6E6;
  font-weight: normal;
}
.page-recruit .sec-recruit .detail td {
  padding: 20px;
  border: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .detail th {
    width: 200px;
  }
}
.page-recruit .sec-recruit .application {
  background-color: #fffde3;
  padding: 20px;
}
.page-recruit .sec-recruit .application h4 {
  margin-bottom: 6px;
}
.page-recruit .sec-recruit .application p {
  margin-bottom: 15px;
}
.page-recruit .sec-recruit .application .important {
  color: red;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .application {
    padding: 30px;
  }
  .page-recruit .sec-recruit .application h4 {
    font-size: 16px;
  }
  .page-recruit .sec-recruit .application p {
    font-size: 16px;
  }
}

/* antivirus */
.page-antivirus .sec-torikumi .text {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-antivirus .sec-torikumi .text {
    font-size: 16px;
  }
}
.page-antivirus .sec-torikumi .area-photo {
  margin-bottom: 20px;
}
.page-antivirus .sec-torikumi .area-torikumi {
  margin-bottom: 40px;
}
.page-antivirus .sec-torikumi .area-torikumi .ttl {
  margin-bottom: 30px;
  padding: 14px 24px;
  background-color: #2D6CA2;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-antivirus .sec-torikumi .area-torikumi .ttl {
    font-size: 18px;
  }
}
.page-antivirus .sec-torikumi .area-torikumi .list-torikumi {
  box-sizing: border-box;
  padding: 20px;
  border: 2px dashed #2D6CA2;
  border-radius: 12px;
}
.page-antivirus .sec-torikumi .area-torikumi .list-torikumi li {
  margin-bottom: 4px;
  color: #2D6CA2;
  font-size: 15px;
}
.page-antivirus .sec-torikumi .area-torikumi .list-torikumi li::before {
  content: "✓";
  color: #E89C29;
  margin-right: 4px;
  font-size: 20px;
}
.page-antivirus .sec-torikumi .area-torikumi .list-torikumi li:last-child {
  margin-bottom: 0;
}
.page-antivirus .sec-torikumi .area-bus .ttl {
  margin-bottom: 20px;
  padding: 8px 18px;
  border-left: 4px solid #2D6CA2;
  font-size: 16px;
  font-weight: bold;
}
.page-antivirus .sec-torikumi .area-bus .kanki {
  margin-bottom: 40px;
}
.page-antivirus .sec-torikumi .area-bus .kanki .kanki-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-antivirus .sec-torikumi .area-bus .kanki .kanki-photo .photo {
  width: 32%;
}
.page-antivirus .sec-torikumi .area-bus .kanki .kanki-photo .photo img {
  max-width: 100%;
  height: auto;
}
.page-antivirus .sec-torikumi .area-bus .kanki .kanki-text p {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-antivirus .sec-torikumi .area-bus .kanki .kanki-photo {
    margin-bottom: 40px;
  }
  .page-antivirus .sec-torikumi .area-bus .kanki .kanki-text p {
    font-size: 16px;
  }
}
.page-antivirus .sec-torikumi .area-bus .bus-kanki .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-antivirus .sec-torikumi .area-bus .bus-kanki .photo img {
  max-width: 100%;
  height: auto;
}
.page-antivirus .sec-torikumi .area-bus .bus-kanki .kanki-text {
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-antivirus .sec-torikumi .area-bus .bus-kanki .kanki-text p {
  text-align: center;
  font-weight: bold;
}
.page-antivirus .sec-torikumi .area-bus .bus-kanki h4 {
  margin-bottom: 14px;
  color: #2D6CA2;
  font-weight: bold;
  font-size: 16px;
}
.page-antivirus .sec-torikumi .area-bus .bus-kanki .youtube {
  margin-bottom: 40px;
  text-align: center;
  background-color: #111;
}
.page-antivirus .sec-torikumi .area-bus .bus-kanki .youtube iframe {
  max-width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .page-antivirus .sec-torikumi .area-bus .bus-kanki .photo {
    margin-bottom: 40px;
  }
  .page-antivirus .sec-torikumi .area-bus .bus-kanki .photo img {
    width: 80%;
  }
  .page-antivirus .sec-torikumi .area-bus .bus-kanki .kanki-text {
    margin-bottom: 60px;
  }
  .page-antivirus .sec-torikumi .area-bus .bus-kanki .kanki-text p {
    font-size: 16px;
  }
  .page-antivirus .sec-torikumi .area-bus .bus-kanki .youtube iframe {
    height: 340px;
  }
}
.page-antivirus .sec-etiquette .photo {
  text-align: center;
}
.page-antivirus .sec-etiquette .photo img {
  max-width: 100%;
  height: auto;
}
.page-antivirus .sec-etiquette .pdf {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
}
.page-antivirus .sec-etiquette .pdf a {
  color: #0061B0;
}

.page-bus .sec-bus .list-bus li {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-bus .sec-bus .list-bus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-bus .sec-bus .list-bus li {
    width: 460px;
    margin-bottom: 40px;
  }
}

.page-backnumber .sec-flyer {
  padding: 30px 0;
}
.page-backnumber .sec-flyer .area-year .list-flyer {
  margin-bottom: 60px;
}
.page-backnumber .sec-flyer .area-year .list-flyer li {
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 30px;
}
.page-backnumber .sec-flyer .area-year .list-flyer li .flyer {
  margin-bottom: 10px;
}
.page-backnumber .sec-flyer .area-year .list-flyer li .flyer img {
  max-width: 100%;
  height: auto;
}
.page-backnumber .sec-flyer .area-year .list-flyer li .ttl {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-backnumber .sec-flyer .area-year .list-flyer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-backnumber .sec-flyer .area-year .list-flyer li {
    width: 280px;
  }
  .page-backnumber .sec-flyer .area-year .list-flyer li .flyer {
    margin-bottom: 20px;
  }
  .page-backnumber .sec-flyer .area-year .list-flyer li .ttl {
    font-size: 16px;
  }
}

.page-contact .header {
  background-image: url(images/contents/contact/header.jpg);
}
.page-contact .sec-contact p {
  text-align: center;
}
.page-contact .sec-contact p.tel {
  margin-top: 20px;
  font-size: 16px;
}
.page-contact .sec-contact p.tel span {
  font-size: 32px;
  font-weight: bold;
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  color: #666;
  font-size: 12px;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    width: 680px;
    margin: 0 auto 50px;
  }
  .area-contactform .contact-form tr {
    border-bottom: 2px solid #fff;
  }
  .area-contactform .contact-form th {
    width: 200px;
    display: table-cell;
    position: relative;
    padding: 12px;
    vertical-align: middle;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 12px;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
    transition: 0.3s;
  }
  .area-contactform .contact-form td .text-form:hover {
    border: 1px solid #134A8A;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
    transition: 0.3s;
  }
  .area-contactform .contact-form td .text-area:hover {
    border: 1px solid #134A8A;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 20px auto 20px;
  border: none;
  background-color: #52BA21;
  text-align: center;
  font-size: 18px;
  border-radius: 40px;
  color: #fff;
  transition: 0.3s;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 40px;
  }
  .area-contactform .wpcf7-submit {
    width: 400px;
  }
}

/*-----------------------------------------------------------

  side

---------------------------------------------------------- */
/*-----------------------------------------------------------

  footer

---------------------------------------------------------- */
#footer {
  margin-top: 60px;
}
@media print {
  #footer {
    display: none;
  }
}
#footer .footer-inner {
  padding: 40px 0 50px;
  background-color: #000A4B;
}
#footer .footer-inner .logo {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
#footer .footer-inner .logo a {
  color: #fff;
}
#footer .footer-inner .nav {
  text-align: center;
}
#footer .footer-inner .nav li {
  margin-bottom: 10px;
}
#footer .footer-inner .nav li a {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner .nav li {
    display: inline-block;
    margin: 0 20px;
  }
}
#footer .copyright {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  color: #444;
}