@charset 'UTF-8';

/* ===================================================================
Theme Name: kanabi
Theme URI:
Description:
Author:
Author URI:
Version: 1.0.1
=================================================================== */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

q:after,
q:before {
  content: '';
}

a,
input {
  color: inherit;
  outline: none;
}

a {
  text-decoration: none;
}

input,
textarea {
  border-radius: 0;
}

input[type='button'],
input[type='submit'] {
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
}

abbr,
acronym {
  border: 0;
}

i {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@font-face {
  font-family: 'icon';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/icon.eot?j7419o');
  src: url('fonts/icon.eot?j7419o#iefix') format('embedded-opentype'), url('fonts/icon.ttf?j7419o') format('truetype'), url('fonts/icon.woff?j7419o') format('woff'), url('fonts/icon.svg?j7419o#icon') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yanagi:before {
  content: '\e90b';
}

.icon-check:before {
  content: '\e90a';
}

.icon-rss:before {
  content: '\e909';
}

.icon-blank:before {
  content: '\e908';
}

.icon-arrow:before {
  content: '\e900';
}

.icon-article:before {
  content: '\e901';
}

.icon-book:before {
  content: '\e902';
}

.icon-college:before {
  content: '\e903';
}

.icon-link:before {
  content: '\e904';
}

.icon-palette:before {
  content: '\e905';
}

.icon-search:before {
  content: '\e906';
}

.icon-universe:before {
  content: '\e907';
}

.cf:after {
  display: block;
  clear: both;
  content: ' ';
}

.sp_none {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .sp_none {
    display: inline-block !important;
  }
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 769px) {
  .pc_none {
    display: inline-block !important;
  }
}

.mt_none {
  margin-top: 0 !important;
}

section hr,
aside hr {
  border-width: 1px;
}

.new,
.pickup {
  position: relative;
  overflow: hidden;
}

.new:after {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 3.4375vw;
  line-height: 0;
  position: absolute;
  top: -5vw;
  right: 0vw;
  bottom: 0vw;
  left: -13.4375vw;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25vw;
  height: 14.0625vw;
  padding: 10.9375vw 0vw 0vw 0vw;
  content: 'NEW';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  color: #fff;
  background-color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .new:after {
    font-size: 11px;
    font-weight: bold;
    top: -4px;
    left: -40px;
    width: 100px;
    height: 30px;
    padding-top: 20px;
  }
}

hr {
  margin: 6% 0;
  border: none;
  border-top: 3px solid #eee;
}

@media print,
screen and (min-width: 769px) {
  hr {
    margin: 40px 0;
    border-width: 6px;
  }
  hr.upper {
    margin: 40px 0 14px;
  }
  hr section hr,
  hr aside hr {
    margin: 30px 0;
  }
}


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  white-space: nowrap;
}

#swipebox-slider .slide {
  line-height: 1px;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#swipebox-slider .slide:before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  max-height: 100%;
  padding: 5%;
  background: none;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

#swipebox-bottom-bar {
  bottom: 0;
  /*bottom: -50px;

	&.visible-bars {
		transform: translate3d(0,-50px,0);
	}*/
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  width: 36px;
  height: 36px;
  cursor: pointer;
  text-decoration: none !important;
  border: none !important;
  background-image: url(img/icon/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#swipebox-arrows {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
}

#swipebox-prev {
  position: absolute;
  top: -50vh;
  left: 40px;
  display: none;
  margin-top: -18px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(img/icon/control_arrow.svg) !important;
}

#swipebox-next {
  position: absolute;
  top: -50vh;
  right: 40px;
  display: none;
  float: right;
  margin-top: -18px;
  background-image: url(img/icon/control_arrow.svg) !important;
}

#swipebox-close {
  position: absolute;
  z-index: 9999;
  top: 5vw;
  right: 5vw;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: .3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring .3s;
  animation: rightSpring .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring .3s;
  animation: leftSpring .3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 20px;
  height: 100%;
  content: ' ';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  #swipebox-close {
    top: 20px;
    right: 40px;
  }
  #swipebox-arrows {
    width: 100%;
  }
  #swipebox-prev,
  #swipebox-next {
    display: block;
  }
}


/* Skin
--------------------------*/

#swipebox-overlay {
  background: rgba(0, 0, 0, .7);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  opacity: .95;
  background: #000;
  text-shadow: 1px 1px 1px black;
}

#swipebox-top-bar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 43px;
  color: white !important;
}

body {
  font-family: 'メイリオ', 'Yu Gothic', YuGothic, sans-serif;
  word-break: break-all;
  color: #434343;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

#wrapper.menu_open #gNav {
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
}

#wrapper.menu_open .content,
#wrapper.menu_open header h1 {
  opacity: .4;
}

header {
  padding: 5%;
  border-bottom: 1px solid #eee;
}

@media print,
screen and (min-width: 425px) {
  header {
    padding: 20px 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  header {
    position: relative;
    width: 100%;
    min-width: 1100px;
    margin-bottom: 60px;
    padding: 50px 0 0 0;
    border-bottom: none;
  }
}

header h1 {
  width: 58%;
}

@media print,
screen and (min-width: 425px) {
  header h1 {
    width: 238px;
  }
}

@media print,
screen and (min-width: 769px) {
  header h1 {
    margin: 0 auto;
  }
  header h1:hover {
    opacity: .6;
  }
}

header .menu {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 3.75vw;
  line-height: 1;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 27vw;
  margin: 5vw 5vw 0 0;
  padding: 3.2vw 2vw;
  cursor: pointer;
  text-align: center;
  pointer-events: all;
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, .6);
}

header .menu img {
  line-height: 0;
  width: 26%;
  margin-right: 10%;
  vertical-align: middle;
}

header .menu span {
  vertical-align: middle;
}

@media print,
screen and (min-width: 425px) {
  header .menu {
    font-size: 20px;
    width: 150px;
    margin: 16px 16px 0 0;
    padding: 16px 0;
  }
  header .menu img {
    width: 20px;
    margin-right: 10px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .menu {
    display: none;
  }
}

header .g_nav {
  position: fixed;
  z-index: 9;
  top: 0;
  left: -100vw;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  padding: 20.8% 0 0;
  -webkit-overflow-scrolling: touch;
}

@media print,
screen and (min-width: 425px) {
  header .g_nav {
    padding-top: 90px;
  }
}

header .g_nav:after {
  display: block;
  padding-bottom: 36%;
  content: '';
}

@media print,
screen and (min-width: 425px) {
  header .g_nav:after {
    padding-bottom: 26px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav:after {
    display: none;
  }
}

header .g_nav .search {
  position: relative;
}

header .g_nav .g_search {
  position: relative;
  width: 100%;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .g_search {
    display: inline-block;
    width: 150px !important;
    margin-top: 2px;
  }
}

header .g_nav .g_search .gsst_a {
  padding-top: 0 !important;
}

header .g_nav .g_search form.gsc-search-box {
  width: 100%;
  margin-bottom: 0;
}

header .g_nav .g_search table.gsc-search-box {
  margin-bottom: 0 !important;
}

header .g_nav .g_search .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

header .g_nav .g_search .gsc-input {
  font-size: 4.0625vw;
  width: 90%;
  padding-right: 0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .g_search .gsc-input {
    font-size: 13px;
  }
}

header .g_nav .g_search .gsc-input-box {
  height: auto !important;
  border: none;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .g_search .gsc-input-box {
    border-bottom: 1px solid #ccc;
  }
}

header .g_nav .g_search .gscb_a {
  font-size: 4.0625vw;
  color: #fff !important;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .g_search .gscb_a {
    font-size: 14px !important;
    color: #000 !important;
  }
}

header .g_nav .g_search .gsc-search-button {
  width: 6% !important;
  height: 100%;
  text-align: right;
  opacity: 0 !important;
}

@media print,
  screen and (min-width: 769px) {
    header .g_nav .g_search .gsc-search-button {
      width: 12px !important;
		padding: 0 0 0 4px;
      height: 100%;
      text-align: right;
      opacity: 0 !important;
    }
}

input.gsc-input::placeholder {
	color: transparent !important;
}

input.gsc-input:placeholder-shown {
	color: transparent !important; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input.gsc-input::-webkit-input-placeholder {
	color: transparent !important; }

/* Firefox 18- */
input.gsc-input:-moz-placeholder {
	color: transparent !important; opacity: 1; }

/* Firefox 19+ */
input.gsc-input::-moz-placeholder {
	color: transparent !important; opacity: 1; }

/* IE 10+ */
input.gsc-input:-ms-input-placeholder {
	color: transparent !important; }


header .g_nav .g_search .gsib_a {
  padding: 0;
}

header .g_nav .g_search .gsib_a input {
	text-indent: 0 !important;
}


header .g_nav .g_search input.gsc-search-button {
  display: inline-block !important;
  width: 20%;
  width: 5vw !important;
  height: 5vw !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .g_search input.gsc-search-button {
    width: 10px !important;
    height: 10px !important;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav {
    position: static;
    display: table;
    overflow: visible;
    width: 100%;
    height: 66px;
    margin: 36px 0 0 0;
    padding: 0;
  }
}

header .g_nav .search {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 4.0625vw;
  padding: 3.6% 6% 3.6% 5%;
  color: #fff;
  background-color: #333;
}

@media print,
screen and (min-width: 425px) {
  header .g_nav .search {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .search {
    font-size: 11px;
    position: absolute;
    top: 12px;
    right: 0;
    width: 252px;
    padding: 0;
    color: #434343;
    background-color: transparent;
  }
}

header .g_nav .search input.gsc-input {
  width: 90%;
  margin-right: 4%;
  vertical-align: middle;
  color: #fff;
  border: 0;
  outline: none;
  background: none;
}

header .g_nav .search input.gsc-input:placeholder-shown {
  color: #fff;
}

header .g_nav .search input.gsc-input::-webkit-input-placeholder {
  color: #fff;
}

header .g_nav .search input.gsc-input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

header .g_nav .search input.gsc-input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

header .g_nav .search input.gsc-input:-ms-input-placeholder {
  color: #fff;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .search input.gsc-input {
    line-height: 1.6;
    width: 125px;
    margin-right: 0;
    padding-left: 0;
    color: #434343;
    border-bottom: 1px solid #777;
    outline: none;
  }
  header .g_nav .search input.gsc-input:focus {
    border-bottom: 1px solid #35a479;
  }
  header .g_nav .search input.gsc-input:placeholder-shown {
    color: #434343;
  }
  header .g_nav .search input.gsc-input::-webkit-input-placeholder {
    color: #434343;
  }
  header .g_nav .search input.gsc-input:-moz-placeholder {
    opacity: 1;
    color: #434343;
  }
  header .g_nav .search input.gsc-input::-moz-placeholder {
    opacity: 1;
    color: #434343;
  }
  header .g_nav .search input.gsc-input:-ms-input-placeholder {
    color: #434343;
  }
}

header .g_nav .search i {
  font-size: 5.3125vw;
  font-size: 5vw;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -2.5vw;
  pointer-events: none;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .search i {
    font-size: 16px;
    top: 3px;
    left: 136px;
    width: 1em;
    margin-top: 0;
  }
}

header .g_nav .search .eng {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .search .eng {
    font-family: 'メイリオ', 'Lato', sans-serif;
    line-height: 1.8;
    display: inline-block;
    width: 78px;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #eee;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_a {
    display: table-cell;
    width: 76%;
    vertical-align: top;
  }
}

header .g_nav .link_a > li {
  width: 100%;
  border-top: 1px solid #fff;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_a > li {
    position: relative;
    float: left;
    width: 20%;
    border-top: 1px solid #fff;
  }
  header .g_nav .link_a > li:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
}

header .g_nav .link_a > li > a {
  font-size: 4.0625vw;
  line-height: 1;
  display: block;
  padding: 14% 0 4.8%;
  color: #fff;
  background-color: #777;
}

header .g_nav .link_a > li > a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  header .g_nav .link_a > li > a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_a > li > a:before {
    margin-left: 10px !important;
  }
}

@media print,
screen and (min-width: 425px) {
  header .g_nav .link_a > li > a {
    font-size: 13px;
    padding: 40px 0 10px 0;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_a > li > a {
    line-height: 1;
    display: block;
    height: 78px;
    padding: 0;
    padding: 56px 0 0 0;
    color: #fff;
    background-color: #777;
  }
  header .g_nav .link_a > li > a:before {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header .g_nav .link_a > li > a:hover {
    background-color: #35a479;
  }
}

@media print,
screen and (min-width: 1200px) {
  header .g_nav .link_a > li > a {
    font-size: 14px;
    padding-top: 52px;
  }
}

header .g_nav .link_a > li .more_link {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_a > li .more_link {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    display: none;
    width: 250%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    border-top: 1px solid #fff;
  }
}

@media print,
screen and (min-width: 769px) and (min-width: 1300px) {
  header .g_nav .link_a > li .more_link {
    width: 200%;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_a > li .more_link.active {
    display: block;
  }
  header .g_nav .link_a > li .more_link ul {
    width: 100%;
    padding: 20px 0;
    background-color: rgba(10, 141, 90, .8);
  }
  header .g_nav .link_a > li .more_link ul li {
    float: left;
    width: 50%;
    padding-left: 36px;
  }
  header .g_nav .link_a > li .more_link ul li a {
    font-size: 12px;
    white-space: nowrap;
    color: #fff;
  }
  header .g_nav .link_a > li .more_link ul li a:hover {
    border-bottom: 1px solid #fff;
  }
}

header .g_nav .link_b li,
header .g_nav .link_c li {
  width: 100%;
  border-top: 1px solid #fff;
}

header .g_nav .link_b li a,
header .g_nav .link_c li a {
  font-size: 4.0625vw;
  line-height: 1;
  display: block;
  padding: 5% 0;
  background-color: #ccc;
}

@media print,
screen and (min-width: 425px) {
  header .g_nav .link_b li a,
  header .g_nav .link_c li a {
    font-size: 13px;
    padding: 40px 0 10px 0;
  }
}

header .g_nav .link_b li a i,
header .g_nav .link_c li a i {
  margin-right: 2.4%;
  margin-left: 4.8%;
}

@media print,
screen and (min-width: 425px) {
  header .g_nav .link_b li a i,
  header .g_nav .link_c li a i {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_b {
    display: table-cell;
    width: 24%;
    min-width: 400px;
    vertical-align: top;
  }
  header .g_nav .link_b li {
    float: left;
    width: 50%;
    height: 26px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  header .g_nav .link_b li a {
    font-size: 13px;
    line-height: 26px;
    padding: 0;
    background-color: #eee;
  }
  header .g_nav .link_b li a i {
    margin: 0 12px 0 15px;
  }
  header .g_nav .link_b li a:hover {
    color: #35a479;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_c {
    position: absolute;
    top: 15px;
    left: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_c li {
    float: left;
    width: auto;
    margin-left: 18px;
    border-top: none;
  }
}

header .g_nav .link_c li a {
  background-color: #eee;
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_c li a {
    font-size: 11px;
    line-height: 1;
    padding: 0;
    background-color: #fff;
  }
  header .g_nav .link_c li a:hover {
    color: #35a479;
  }
}

header .g_nav .link_c li a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  header .g_nav .link_c li a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 769px) {
  header .g_nav .link_c li a:before {
    margin: 0 2px 0 0;
  }
}

.breadcrumb {
  width: 100%;
  padding: 0 5%;
}

@media print,
screen and (min-width: 769px) {
  .breadcrumb {
    padding: 0 12px;
  }
}

.breadcrumb ul {
  line-height: 1;
  margin: 1.2% 0 3.6% 0;
}

@media print,
screen and (min-width: 425px) {
  .breadcrumb ul {
    margin: 12px 0 30px;
  }
}

.breadcrumb ul li {
  font-size: 2.8125vw;
  line-height: 1;
  line-height: 1;
  display: inline-block;
}

.breadcrumb ul li:after {
  display: inline-block;
  padding: 0 .4em;
  content: '＞';
}

@media print,
screen and (min-width: 425px) {
  .breadcrumb ul li:after {
    padding: 0 6px;
  }
}

.breadcrumb ul li:last-child:after {
  display: none;
}

@media print,
screen and (min-width: 425px) {
  .breadcrumb ul li {
    font-size: 10px;
  }
  .breadcrumb ul li a:hover {
    color: #35a479;
  }
}

.content {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}

@media print,
screen and (min-width: 769px) {
  .content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }
}

main {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .low header {
    margin-bottom: 0;
    padding-top: 74px;
  }
  .low header h1 {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 216px;
  }
  .low header .link_c {
    right: 15px;
    left: auto;
  }
  .low header .search {
    top: 40px;
  }
  .low header .g_nav {
    margin-top: 0;
  }
  .content {
    min-height: calc(100vh - 460px);
  }
}

.page_top {
  text-align: right;
}

@media print,
screen and (min-width: 769px) {
  .page_top {
    width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
  }
}

.page_top a {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 3.125vw;
  line-height: 1.4;
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  padding: 3.6%;
  border: 1px solid #ccc;
}

@media print,
screen and (min-width: 425px) {
  .page_top a {
    font-size: 0;
    line-height: 0;
    display: inline;
    width: auto;
    margin-right: 5%;
    padding: 0;
    border: none;
  }
}

@media print,
screen and (min-width: 769px) {
  .page_top a {
    margin-right: 0;
  }
}

.page_top a img {
  display: inline-block;
  width: 16%;
  margin-right: 9.6%;
  vertical-align: top;
}

@media print,
screen and (min-width: 425px) {
  .page_top a img {
    width: 25px;
    margin-right: 0;
  }
}

.page_top a:hover {
  opacity: .6;
}

footer {
  margin-top: 7.2%;
  padding-bottom: 12%;
}

@media print,
screen and (min-width: 425px) {
  footer {
    position: relative;
    margin-top: 35px;
    padding-bottom: 10px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer {
    min-width: 1100px;
  }
}

footer .link_a {
  padding: 5%;
  background-color: #777;
}

@media print,
screen and (min-width: 425px) {
  footer .link_a {
    padding: 14px 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a {
    margin-bottom: 16px;
    padding: 10px 30px;
  }
}

footer .link_a h4 {
  font-size: 3.75vw;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

@media print,
screen and (min-width: 425px) {
  footer .link_a h4 {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a h4 {
    font-size: 11px;
    float: left;
    padding-right: 24px;
    border-right: 1px dashed #fff;
  }
}

footer .link_a .other {
  font-size: 3.75vw;
  color: #fff;
}

@media print,
screen and (min-width: 425px) {
  footer .link_a .other {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .other {
    font-size: 11px;
    float: left;
  }
}

footer .link_a .other li {
  line-height: 1;
  float: left;
  width: 50%;
  margin: 4.0625vw 0vw 0vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  footer .link_a .other li {
    margin-top: 12px;
  }
}

footer .link_a .other li a:before {
  font-family: 'icon' !important;
  margin-right: 1.2%;
  content: '\e908';
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .other li a:before {
    font-size: 10px;
    margin-right: 6px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .other li a:hover {
    color: #35a479;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .other li {
    width: auto;
    margin: 0 0 0 24px;
  }
}

footer .link_a .site {
  font-size: 3.75vw;
  color: #fff;
}

@media print,
screen and (min-width: 425px) {
  footer .link_a .site {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .site {
    font-size: 11px;
    float: right;
  }
}

footer .link_a .site li {
  line-height: 1;
  float: left;
  width: 50%;
  margin: 4.0625vw 0vw 0vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  footer .link_a .site li {
    margin-top: 12px;
  }
}

@media print,
screen and (max-width: 769px) {
  footer .link_a .site {
    border-top: 1px solid #fff;
    margin-top: 16px;
    padding-top: 6px;
  }
  footer .link_a .site li a:before {
    font-family: 'icon' !important;
    margin-right: 1.2%;
    content: '\e900';
  }
  footer .link_a .site li a:before {
    font-size: 10px;
    margin-right: 6px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .site li:nth-child(n+2):before {
    content: '｜';
    margin: 0 6px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .site li a:hover {
    color: #35a479;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_a .site li {
    width: auto;
    margin-top: 0;
  }
}

footer .link_b {
  font-size: 3.75vw;
  padding: 5%;
  color: #333;
  background-color: #fff;
}

@media print,
screen and (min-width: 425px) {
  footer .link_b {
    font-size: 14px;
    padding: 14px 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_b {
    font-size: 11px;
    padding: 20px 30px 4px;
  }
}

footer .link_b li {
  line-height: 1;
  float: left;
  width: 50%;
}

@media print,
screen and (min-width: 769px) {
  footer .link_b li {
    width: auto;
    padding-right: 14px;
  }
  footer .link_b li:before {
    display: none;
  }
  footer .link_b li:nth-child(n+2) {
    padding-left: 14px;
    border-left: 1px solid #ccc;
  }
}

footer .link_b li:nth-child(n+3) {
  margin-top: 2.4%;
}

@media print,
screen and (min-width: 769px) {
  footer .link_b li:nth-child(n+3) {
    margin-top: 0;
  }
}

footer .link_b li:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0 !important;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  footer .link_b li:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .link_b li a:hover {
    color: #35a479;
  }
}

footer .logo {
  width: 80vw;
  margin: 7.8125vw auto;
  padding: 0vw 5vw 0vw 4vw;
}

@media print,
screen and (min-width: 425px) {
  footer .logo {
    width: 200px;
    margin: 20px auto;
    padding: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .logo {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    margin: 0;
    padding: 0 0 0 30px;
  }
  footer .textbox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    line-height: 1.8;
  }
}

footer .copyright {
  font-size: 2.5vw;
  padding: 2vw 5vw 0vw 5vw;
}

@media print,
screen and (max-width: 768px) {
  footer .copyright,
  footer address {
    text-align: center;
  }
  footer address {
    font-size: 2.12vw;
    line-height: 1.4;
  }
}

@media print,
screen and (min-width: 769px) {
  footer .copyright,
  footer address {
    font-size: 11px;
    padding: 0;
  }
}

section,
aside {
  position: relative;
  margin: 14.6% 0;
  padding: 0 5vw;
}

@media print,
screen and (min-width: 425px) {
  section,
  aside {
    margin: 40px 0;
    padding: 0 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  section,
  aside {
    margin: 40px 0;
    padding: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .l_2column > *:nth-child(1) {
    float: left;
    padding-right: 20px;
  }
  .l_2column > *:nth-child(2) {
    float: right;
    padding-left: 20px;
  }
  .l_2column .layout_focus {
    padding: 0 !important;
  }
  .l_2column.reverse {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  }
  .l_2column.reverse > *:nth-child(1) {
    float: right;
    padding-right: 0;
    padding-left: 20px;
  }
  .l_2column.reverse > *:nth-child(2) {
    float: left;
    padding-right: 20px;
    padding-left: 0;
  }
  .l_2column .wi_100p {
    width: 100% !important;
  }
  .l_2column .wi_90p {
    width: 90% !important;
  }
  .l_2column .wi_80p {
    width: 80% !important;
  }
  .l_2column .wi_70p {
    width: 70% !important;
  }
  .l_2column .wi_60p {
    width: 60% !important;
  }
  .l_2column .wi_50p {
    width: 50% !important;
  }
  .l_2column .wi_40p {
    width: 40% !important;
  }
  .l_2column .wi_30p {
    width: 30% !important;
  }
  .l_2column .wi_20p {
    width: 20% !important;
  }
  .l_2column .wi_10p {
    width: 10% !important;
  }
  .l_2column .wi_0p {
    width: 0 !important;
  }
  .l_focus {
    width: 680px;
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 769px) {
  .l_3column {
    font-size: 0;
    letter-spacing: 0;
  }
  .l_3column > * {
    display: inline-block;
    width: 302px;
    vertical-align: top;
  }
  .l_3column > *:nth-child(3n+2),
  .l_3column > *:nth-child(3n+3) {
    margin-left: 47px;
  }
  .l_3column > *:nth-child(n+4) {
    margin-top: 40px;
  }
}

.l_comment {
  width: 100%;
  margin: 10.8% 0;
}

@media print,
screen and (min-width: 425px) {
  .l_comment {
    margin: 38px 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .l_comment {
    display: table;
  }
}

@media print,
screen and (min-width: 769px) {
  .l_comment figure {
    display: table-cell;
    width: 480px;
    vertical-align: bottom;
  }
}

@media print,
screen and (min-width: 425px) {
  .l_comment figure img {
    width: auto;
    max-width: 100% !important;
  }
}

@media print,
screen and (min-width: 769px) {
  .l_comment div {
    width: 430px;
    padding-left: 90px;
  }
}

.l_comment div h4 {
  font-size: 3.75vw;
  font-weight: normal;
  margin-top: 4.8%;
  color: #777;
}

@media print,
screen and (min-width: 769px) {
  .l_comment div h4 {
    font-size: 13px;
    margin-top: 0;
  }
}

.l_comment div p {
  font-size: 3.75vw;
  line-height: 1.4;
  margin-top: 1.2%;
}

@media print,
screen and (min-width: 769px) {
  .l_comment div p {
    font-size: 13px;
    margin-top: 6px;
  }
}

@media print,
screen and (min-width: 769px) {
  .l_comment div {
    display: table-cell;
    vertical-align: bottom;
  }
}


/*
btn
*/

.btn_w,
.btn_b {
  margin: 5% 0;
}

@media print,
screen and (min-width: 769px) {
  .btn_w,
  .btn_b {
    margin: 0;
  }
}

.btn_w a,
.btn_b a {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 2.8;
  display: block;
  border: 1px solid #ccc;
}

@media print,
screen and (min-width: 425px) {
  .btn_w a,
  .btn_b a {
    font-size: 12px;
  }
}

@media print,
screen and (min-width: 769px) {
  .btn_w a,
  .btn_b a {
    font-weight: normal;
    line-height: 38px;
    height: 40px;
  }
}

.btn_w a:before,
.btn_b a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .btn_w a:before,
  .btn_b a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 769px) {
  .btn_w {
    margin: 18px 0;
  }
  .btn_w a:hover {
    border-color: #35a479;
  }
}

.btn_b {
  color: #fff;
  background-color: #777;
}

@media print,
screen and (min-width: 425px) {
  .btn_b {
    margin: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .btn_b a {
    font-size: 14px;
  }
  .btn_b a:hover {
    background-color: #ccc;
  }
}

.btn_back {
  width: 105px;
  margin: 6% 5% 12%;
  text-align: center;
}

@media print,
screen and (min-width: 425px) {
  .btn_back {
    margin: 50px 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  .btn_back {
    margin: 50px 0;
  }
}

.btn_back a {
  line-height: 0;
  display: block;
}

@media print,
screen and (min-width: 425px) {
  .btn_back a {
    font-size: 14px;
  }
}

.btn_back.type_foot {
  margin: 6% 0;
}

@media print,
screen and (min-width: 425px) {
  .btn_back.type_foot {
    margin: 50px auto;
  }
}

.btn_close {
  width: 88px;
  margin: 18% auto 24%;
}

@media print,
screen and (min-width: 769px) {
  .btn_close {
    width: 88px;
    margin: 120px auto 164px;
  }
}

.btn_close a {
  line-height: 0;
  display: block;
}

.btn_tab {
  display: table;
  width: 100%;
  height: 15.625vw;
  margin: 6.5625vw 0vw 6.5625vw 0vw;
  border-collapse: collapse;
  border: 1px solid #35a479;
}

.btn_tab td {
  font-size: 3.75vw;
  width: 25%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  pointer-events: all;
  color: #35a479;
  color: inherit;
  color: #35a479;
  border: 1px dashed #35a479;
}

.btn_tab td.active {
  font-weight: bold;
  color: #fff;
  border-style: solid;
  background-color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .btn_tab {
    height: 30px;
    margin: 20px 0;
    border-top: 1px solid #35a479;
    border-right: 1px solid #35a479;
    border-bottom: none;
    border-left: 1px solid #35a479;
  }
  .btn_tab td {
    font-size: 13px;
    width: 25%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    pointer-events: all;
    color: #35a479;
    color: inherit;
    color: #35a479;
    border-bottom: 1px solid #35a479;
  }
  .btn_tab td.active {
    font-weight: normal;
    color: #35a479 !important;
    border-style: solid;
    border-bottom: none !important;
    background-color: #fff !important;
  }
  .btn_tab td:hover {
    color: #fff;
    border-style: solid;
    background-color: #35a479;
  }
}


/*
etc
*/

.event_cat {
  line-height: 1;
  margin-bottom: 2.4%;
}

@media print,
screen and (min-width: 425px) {
  .event_cat {
    margin-bottom: 10px;
  }
}

.event_cat div {
  font-size: 3.4375vw;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  display: inline-block;
  padding: 1.2% 2.4%;
  color: #fff;
  background-color: #777;
}

@media print,
screen and (min-width: 425px) {
  .event_cat div {
    font-size: 12px;
    margin-right: 4px;
    padding: 4px 4px;
  }
}

.sitemap {
  line-height: 2.2;
}

@media print,
screen and (min-width: 425px) {
  .sitemap {
    font-size: 0;
    letter-spacing: 0;
  }
}

.sitemap > div {
  margin: 12% 0;
}

@media print,
screen and (min-width: 769px) {
  .sitemap > div {
    display: inline-block;
    width: 25%;
    margin: 0;
    vertical-align: top;
  }
}

.sitemap h4 {
  font-size: 4.375vw;
  font-weight: block;
  margin-top: 12%;
}

@media print,
screen and (min-width: 425px) {
  .sitemap h4 {
    font-size: 15px;
    margin-top: 0;
  }
  .sitemap h4:nth-child(n+2) {
    margin-top: 28px;
  }
}

@media print,
screen and (min-width: 769px) {
  .sitemap h4 a:hover {
    color: #35a479;
  }
}

.sitemap ul li {
  font-size: 3.75vw;
}

@media print,
screen and (min-width: 425px) {
  .sitemap ul li {
    font-size: 13px;
  }
}

@media print,
screen and (min-width: 769px) {
  .sitemap ul li a:hover {
    color: #35a479;
  }
}

.faq {
  margin-bottom: 24%;
  border-top: 6px solid #eee;
}

@media print,
screen and (min-width: 425px) {
  .faq {
    margin-bottom: 80px;
  }
}

.faq h4 {
  font-size: 6.25vw;
  font-weight: normal;
  padding: 4.8% 0;
}

@media print,
screen and (min-width: 425px) {
  .faq h4 {
    font-size: 24px;
    padding: 28px 0;
  }
}

.faq > div {
  border-top: 1px solid #ccc;
}

.faq > div > div {
  font-size: 0;
  margin: 6% 0;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 425px) {
  .faq > div > div {
    margin: 32px 0;
  }
}

.faq > div > div i {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 6.2vw;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 18%;
  margin-top: -1.2%;
  vertical-align: top;
}

@media print,
screen and (min-width: 425px) {
  .faq > div > div i {
    font-size: 24px;
    margin-top: -4px;
  }
}

@media print,
screen and (min-width: 769px) {
  .faq > div > div i {
    width: 66px;
  }
}

.faq > div > div p {
  font-size: 3.75vw;
  line-height: 1.6;
  display: inline-block;
  margin-top: 2.4%;
  width: 100%;
  text-align: justify;
  vertical-align: top;
}

@media print,
screen and (min-width: 425px) {
  .faq > div > div p {
    font-size: 13px;
    width: 82%;
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .faq > div > div p {
    width: 614px;
  }
}

.faq > div > div:nth-child(1) i {
  color: #777;
}

.faq > div > div:nth-child(2) i {
  color: #35a479;
}

#sorceTrigger li a.active {
  font-weight: bold;
  color: #35a479;
}

#accessMap {
  width: 100%;
  margin: 4.8% 0;
  padding-bottom: 60%;
}

@media print,
screen and (min-width: 769px) {
  #accessMap {
    margin: 30px 0;
  }
}

#tabContent > * {
  display: none;
}

#tabContent .active {
  display: block;
}

.read,
.lead,
.text {
  font-size: 3.75vw;
  line-height: 1.7;
  text-align: justify;
}

.read a,
.lead a,
.text a {
  text-decoration: underline;
  color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .read,
  .lead,
  .text {
    font-size: 13px;
  }
}

@media print,
screen and (min-width: 769px) {
  .read a:hover,
  .lead a:hover,
  .text a:hover {
    text-decoration: none;
  }
}

.sentence h2 {
  font-size: 5.625vw;
  font-weight: bold;
  margin-top: 6%;
}

@media print,
screen and (min-width: 425px) {
  .sentence h2 {
    font-size: 24px;
    margin: 24px 0;
  }
}

@media print,
screen and (min-width: 425px) {
  .sentence h2 {
    margin: 30px 0;
  }
}

.sentence h2 {
  font-size: 5.15625vw;
  font-weight: bold;
  margin-top: 6%;
  color: #35a479;
}

@media print,
screen and (min-width: 769px) {
  .sentence h2 {
    font-size: 22px;
    margin: 30px 0;
  }
}

.sentence h4 {
  font-size: 4.6875vw;
  font-weight: bold;
  margin: 4.8% 0;
}

@media print,
screen and (min-width: 425px) {
  .sentence h4 {
    font-size: 20px;
    margin: 24px 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .sentence h4 {
    margin: 30px 0;
  }
}

.sentence h4 br {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .sentence h4 br {
    display: block;
  }
}

.sentence h5 {
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1;
  margin: 14% 0 2.4%;
}

@media print,
screen and (min-width: 769px) {
  .sentence h5 {
    font-size: 14px;
    margin: 50px 0 18px;
  }
}

.sentence p {
  font-size: 3.75vw;
  margin: 2.4% 0;
}

@media print,
screen and (min-width: 425px) {
  .sentence p {
    font-size: 13px;
    line-height: 1.5;
    margin: 13px 0;
  }
}

.sentence p strong {
  font-size: 130%;
  line-height: 1.7;
  padding: .1em .2em;
  background-color: #eee;
}

.sentence table {
  font-size: 3.75vw;
  width: 100%;
  margin: 10% 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

@media print,
screen and (min-width: 769px) {
  .sentence table {
    font-size: 13px;
    width: auto;
    margin: 24px 0;
  }
}

.sentence table th,
.sentence table td {
  padding: 1.2% 2.4%;
  vertical-align: top;
  border: 1px solid #ccc;
}

.sentence table th p,
.sentence table td p {
  margin: 0 !important;
}

@media print,
screen and (min-width: 769px) {
  .sentence table th,
  .sentence table td {
    padding: 12px 24px;
  }
}

.sentence table th {
  background-color: #eee;
}

.post h2 {
  font-size: 5.625vw;
  font-weight: bold;
  margin-top: 6%;
}

@media print,
screen and (min-width: 425px) {
  .post h2 {
    font-size: 24px;
    margin: 30px 0;
  }
}

.post p {
  font-size: 3.75vw;
  margin: 2.4% 0;
}

@media print,
screen and (min-width: 425px) {
  .post p {
    font-size: 13px;
    line-height: 1.5;
    margin: 13px 0;
  }
}

.post p strong {
  font-weight: bold;
}

.post p em {
  font-style: italic;
}

.post ul {
  margin: 4.8% 0;
}

.post ul li {
  font-size: 3.75vw;
}

@media print,
screen and (min-width: 425px) {
  .post ul li {
    font-size: 13px;
    line-height: 1.3;
  }
}

.post ol {
  margin: 4.8% 0;
}

.post ol li {
  font-size: 3.75vw;
}

@media print,
screen and (min-width: 425px) {
  .post ol li {
    font-size: 13px;
    line-height: 1.3;
  }
}

.post a {
  text-decoration: underline;
  color: #35a479;
}

@media print,
screen and (min-width: 769px) {
  .post a {
    text-decoration: none;
  }
}

.post iframe {
  width: 90vw;
  max-width: 100%;
  height: 51vw;
}

@media print,
screen and (min-width: 425px) {
  .post iframe {
    width: 680px;
    max-width: 100%;
    height: 383px;
  }
}

@media print,
screen and (min-width: 425px) {
  .post img {
    width: auto;
    max-width: 100%;
  }
}

.border_box {
  margin: 12% 0 6%;
  padding: 4.8%;
  border: 1px solid #eee;
}

@media print,
screen and (min-width: 425px) {
  .border_box {
    margin: 32px 0;
    padding: 32px;
  }
}

.border_box h4 {
  font-size: 4.375vw;
  font-weight: bold;
}

@media print,
screen and (min-width: 425px) {
  .border_box h4 {
    font-size: 16px;
  }
}

.border_box .ttl_gr {
  margin-top: 0 !important;
}

.border_box p {
  font-size: 3.75vw;
  line-height: 1.6;
}

@media print,
screen and (min-width: 425px) {
  .border_box p {
    font-size: 13px;
  }
}

.border_box p em {
  color: #f00;
}

.border_box ul li {
  font-size: 3.75vw;
  line-height: 1;
}

.border_box ul li:nth-child(n+2) {
  margin-top: 1.2%;
}

@media print,
screen and (min-width: 425px) {
  .border_box ul li:nth-child(n+2) {
    margin-top: 8px;
  }
}

@media print,
screen and (min-width: 425px) {
  .border_box ul li {
    font-size: 13px;
    margin-top: 6px;
  }
}

.border_box ul li a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .border_box ul li a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 769px) {
  .border_box ul li a:hover {
    color: #35a479;
  }
}

.iframe_video {
  position: relative;
  width: 100%;
  margin: 4.8% 0;
  padding: 56.25% 0 0 0;
}

@media print,
screen and (min-width: 769px) {
  .iframe_video {
    margin: 24px 0;
  }
}

.iframe_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print,
screen and (min-width: 769px) {
  .facebook .fb-page {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.rss {
  position: absolute;
  top: 0;
  right: 5%;
  border: 1px solid #35a479;
}

@media print,
screen and (min-width: 425px) {
  .rss {
    top: 4px;
    right: 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  .rss {
    right: 0;
    border: none;
    border-left: 1px solid #35a479;
  }
}

.rss a {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 3.75vw;
  line-height: 1;
  display: block;
  width: 4.6em;
  padding: 18% 0;
  text-align: center;
  color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .rss a {
    font-size: 14px;
    width: 5.6em;
    padding: 10px 16px;
  }
}

@media print,
screen and (min-width: 769px) {
  .rss a {
    font-size: 10px;
    width: auto;
    padding: 0 16px;
  }
  .rss a:hover {
    opacity: .6;
  }
}

.rss a i {
  font-size: 4.375vw;
  font-size: 14px;
  margin-right: 4.8%;
}

@media print,
screen and (min-width: 769px) {
  .rss a i {
    display: block;
    margin: 0 0 4px 0;
  }
}

.pager {
  font-size: 0;
  line-height: 1;
  margin: 9.6% 0 12%;
  text-align: center;
  text-align: center;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 425px) {
  .pager {
    margin: 100px 0 168px;
  }
}

.pager a,
.pager span {
  font-size: 3.75vw;
  display: inline-block;
  margin: 0 2.4%;
  padding: 1.6% 2.4%;
  text-align: center;
  border: 1px solid #777;
}

@media print,
screen and (min-width: 425px) {
  .pager a,
  .pager span {
    font-size: 14px;
    margin: 0 6px;
    padding: 7px 10px;
  }
}

.pager .current {
  font-weight: bold;
  color: #fff;
  border: 1px solid #35a479;
  background-color: #35a479;
}

@media print,
screen and (min-width: 769px) {
  .pager a:hover {
    border: 1px solid #35a479;
  }
}

.picture {
  margin: 4.8% 0;
}

@media print,
screen and (min-width: 425px) {
  .picture {
    margin: 24px 0;
  }
  .picture img {
    width: auto;
    max-width: 100%;
  }
}

.picture figcaption {
  font-size: 3.75vw;
  line-height: 1.7;
  margin-top: 2.4%;
  text-align: right;
}

@media print,
screen and (min-width: 425px) {
  .picture figcaption {
    font-size: 13px;
    margin-top: 12px;
  }
}

.form p {
  font-size: 3.75vw;
  margin: 4.8% 0;
  text-align: center;
}

@media print,
screen and (min-width: 425px) {
  .form p {
    font-size: 13px;
    margin: 30px 0;
  }
}

.form .must {
  font-weight: bold;
  color: #f00;
}

.form dl {
  font-size: 0;
  width: 100%;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 769px) {
  .form dl > * {
    display: inline-block;
    vertical-align: top;
  }
}

.form dl dt {
  font-size: 3.75vw;
  font-weight: bold;
  width: 100%;
  vertical-align: top;
}

.form dl dt:nth-child(n+2) {
  margin-top: 3.6%;
}

@media print,
screen and (min-width: 425px) {
  .form dl dt {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  .form dl dt {
    display: inline-block;
    width: 215px;
    vertical-align: top;
  }
  .form dl dt:nth-child(n+2) {
    margin-top: 0;
  }
}

.form dl dd {
  font-size: 3.75vw;
  font-weight: bold;
  width: 100%;
  vertical-align: top;
}

.form dl dd input,
.form dl dd button,
.form dl dd select,
.form dl dd textarea {
  -webkit-appearance: none;
}

.form dl dd input,
.form dl dd textarea {
  width: 100%;
  padding: 1.2% 2.4%;
  border: none;
  outline: solid 1px #ccc;
}

@media print,
screen and (min-width: 769px) {
  .form dl dd input,
  .form dl dd textarea {
    padding: 4px 10px;
  }
}

.form dl dd select {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 95.2%;
  height: 2em;
  padding: 1.2% 2.4%;
  border: none;
  border-radius: none;
  outline: solid 1px #ccc;
  background-color: #fff;
}

@media print,
screen and (min-width: 769px) {
  .form dl dd select {
    padding: 4px 10px;
  }
}

.form dl dd.select {
  position: relative;
}

.form dl dd.select:after {
  font-family: 'icon' !important;
  font-size: 80%;
  position: absolute;
  top: 50%;
  right: 1.2%;
  display: block;
  margin-top: -.5em;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0 !important;
  content: '\e900';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .form dl dd.select:after {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 769px) {
  .form dl dd.select {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 230px;
    padding-right: 235px;
  }
  .form dl dd.select:after {
    top: 10px;
    left: 210px;
    width: 1em;
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 425px) {
  .form dl dd {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  .form dl dd {
    display: inline-block;
    width: 465px;
    padding-bottom: 30px;
    vertical-align: top;
  }
}

.form .mw_wp_form_input .back {
  display: none !important;
}

.form .mw_wp_form_complete p {
  text-align: left;
}

.form .mw_wp_form_complete .comp_none {
  display: none !important;
}

.form .mw_wp_form_complete .comp {
  text-align: center;
}

.form .mw_wp_form_complete .comp img {
  width: auto;
}

.form .btnarea {
  font-size: 3.75vw;
  position: relative;
  width: 100%;
  margin-top: 4.8%;
  text-align: center;
}

.form .btnarea .btn {
  width: 40%;
}

@media print,
screen and (min-width: 425px) {
  .form .btnarea .btn {
    width: 240px;
  }
}

@media print,
screen and (min-width: 769px) {
  .form .btnarea .btn {
    position: relative;
    display: inline-block;
    margin: 0 16px;
  }
}

.form .btnarea .btn:nth-child(2) {
  margin-top: 2.4%;
}

@media print,
screen and (min-width: 425px) {
  .form .btnarea .btn:nth-child(2) {
    margin-top: 12px;
  }
}

@media print,
screen and (min-width: 769px) {
  .form .btnarea .btn:nth-child(2) {
    margin-top: 0;
  }
}

.form .btnarea .btn:after {
  font-family: 'icon' !important;
  font-size: 80%;
  position: absolute;
  top: 50%;
  left: 6%;
  display: none;
  margin-top: -.5em;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0 !important;
  content: '\e900';
  pointer-events: none;
  color: inherit;
  color: #fff;
}

@media print,
screen and (min-width: 425px) {
  .form .btnarea .btn:after {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 425px) {
  .form .btnarea .btn:after {
    font-size: 12px;
    left: 10x;
    display: block;
  }
}

.form .btnarea .btn input {
  font-size: 3.75vw;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 0 6px 30px;
  padding: 2.4% 0;
  padding-left: 12%;
  text-align: left;
  color: #fff;
  background-color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .form .btnarea .btn input {
    font-size: 13px;
  }
}

.form .btnarea .back input {
  color: #35a479;
  border: 1px solid #35a479;
  background-color: #fff;
}

.form .btnarea .back:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #35a479;
}

.sidebar_post h4 {
  font-size: 4.6875vw;
  font-weight: normal;
  line-height: 1;
  margin: 6% 0 2.4%;
  padding: 2.4%;
  color: #35a479;
  border-bottom: 1px solid #35a479;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post h4 {
    font-size: 16px;
    width: 100%;
    margin: 40px 0 10px;
    padding: 0 0 6px 0;
  }
}

.sidebar_post ul {
  margin: 5% 0;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post ul {
    margin: 24px 0;
  }
}

.sidebar_post ul li {
  font-size: 4.0625vw;
  line-height: 1.2;
}

.sidebar_post ul li:nth-child(n+2) {
  margin-top: 4.8%;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post ul li:nth-child(n+2) {
    margin-top: 12px;
  }
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post ul li {
    font-size: 13px !important;
  }
}

.sidebar_post ul li a {
  display: inline-block;
  margin-left: 1.4em;
  text-indent: -1.4em;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post ul li a {
    font-size: 13px !important;
  }
}

@media print,
screen and (min-width: 769px) {
  .sidebar_post ul li a {
    border-bottom: 1px solid #fff;
  }
  .sidebar_post ul li a:hover {
    border-color: #434343;
  }
}

.sidebar_post ul li a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post ul li a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post ul li a:before {
    margin-left: 0;
  }
}

.sidebar_post ul li i {
  font-size: 3.4375vw;
  line-height: 1;
  display: block;
  margin-bottom: 1.2%;
  color: #777;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post ul li i {
    font-size: 11px;
    margin-bottom: 4px;
  }
}

.sidebar_post .archive_list {
  margin: 5% 0;
  font-size: 4.0625vw;
  line-height: 1.2;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post .archive_list {
    margin: 24px 0;
  }
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post .archive_list {
    font-size: 13px !important;
  }
}

.sidebar_post .archive_list .year div {
  position: relative;
  pointer-events: all;
  cursor: pointer;
}

.sidebar_post .archive_list .month {
  margin-left: 1em;
  display: none;
}

.sidebar_post .archive_list .year:nth-child(n+2),
.sidebar_post .archive_list .month div {
  margin-top: 12px;
}

.sidebar_post .archive_list .month a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0;
  content: '\e900';
  color: inherit;
}

.sidebar_post .archive_list .year div:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  transform: translate(0,-60%) rotate(135deg);
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  width: .4em;
  height: .4em;
  position: absolute;
  top: 50%;
  right: -1.2em;
  transition: all .24s ease;
}

.sidebar_post .archive_list .year.active div:after {
  transform: translate(0,-20%) rotate(-45deg);
}

.sidebar_post .archive_list .year div {
  display: inline-block;
}
.sidebar_post .archive_list .month a {
  display: inline-block;
  margin-left: 1.4em;
  text-indent: -1.4em;
}

@media print,
screen and (min-width: 425px) {
  .sidebar_post .archive_list .year div:before,
  .sidebar_post .archive_list .month a:before {
    margin-right: 6px;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .sidebar_post .archive_list .year div,
  .sidebar_post .archive_list .month a {
    border-bottom: 1px solid #fff;
  }
  .sidebar_post .archive_list .year div:hover,
  .sidebar_post .archive_list .month a:hover {
    border-color: #434343;
  }
}


/*
list
*/

.m_list_01 {
  overflow: hidden;
  margin: 4% 0;
}

@media print,
screen and (min-width: 425px) {
  .m_list_01 {
    margin: 20px 0;
  }
}

.m_list_01 li:nth-child(n+2) {
  margin-top: 4.8%;
}

@media print,
screen and (min-width: 425px) {
  .m_list_01 li:nth-child(n+2) {
    margin: 12px 0;
  }
}

.m_list_01 li a {
  font-size: 0;
  display: block;
}

.m_list_01 li a figure {
  display: inline-block;
  width: 38%;
  margin: 0vw 3.125vw 0vw 0vw;
  margin-right: 3%;
  vertical-align: top;
}

@media print,
screen and (min-width: 425px) {
  .m_list_01 li a figure {
    width: 20%;
  }
}

.m_list_01 li a > div {
  display: inline-block;
  width: 59%;
  vertical-align: top;
}

@media print,
screen and (min-width: 425px) {
  .m_list_01 li a > div {
    width: 77%;
  }
}

.m_list_01 li a > div > * {
  font-size: 3.75vw;
  line-height: 1.4;
}

@media print,
screen and (min-width: 425px) {
  .m_list_01 li a > div > * {
    font-size: 13px;
  }
}

.m_list_01 li a > div > div {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2.4%;
  padding: 1.2% 2.4%;
  text-align: center;
  color: #fff;
  background-color: #777;
}

.m_list_01 li a > div > div:nth-child(n+2) {
  margin-left: .4em;
}

@media print,
screen and (min-width: 425px) {
  .m_list_01 li a > div > div {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding: 2px 4px;
    text-align: center;
    color: #fff;
    background-color: #777;
  }
  .m_list_01 li a > div > div:nth-child(n+2) {
    margin-left: .4em;
  }
}

.m_list_01 li a > div h4 {
  font-weight: normal;
}

.m_list_01 li a > div time {
  display: block;
  color: #777;
}

.m_list_01 li a > div p {
  margin-top: 3.6%;
}

@media print,
screen and (min-width: 769px) {
  .m_list_01.t_thick {
    font-size: 0;
    letter-spacing: 0;
  }
  .m_list_01.t_thick li {
    display: inline-block;
    width: 204px;
    margin-left: 34px;
    vertical-align: top;
  }
  .m_list_01.t_thick li:nth-child(n+2) {
    margin-top: 0;
  }
  .m_list_01.t_thick li:nth-child(n+4) {
    margin-top: 48px;
  }
  .m_list_01.t_thick li:nth-child(3n+1) {
    margin-left: 0;
  }
  .m_list_01.t_thick li a figure {
    width: 100%;
    margin: 0 0 12px 0;
  }
  .m_list_01.t_thick li a figure img {
    width: 100%;
  }
  .m_list_01.t_thick li a figure:hover {
    opacity: .6;
  }
  .m_list_01.t_thick li a > div {
    width: 100%;
  }
  .m_list_01.t_thick li a > div > * {
    font-size: 13px;
    line-height: 1.7;
  }
  .m_list_01.t_thick li a > div > div {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding: 2px 4px;
    text-align: center;
    color: #fff;
    background-color: #777;
  }
  .m_list_01.t_thick li a > div > div:nth-child(n+2) {
    margin-left: .4em;
  }
  .m_list_01.t_thick li a > div h4 {
    min-height: 60px;
  }
}

@media print,
screen and (min-width: 769px) and (min-width: 769px) {
  .m_list_01.t_thick li a > div {
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_list_01.type_slim li {
    display: table;
  }
  .m_list_01.type_slim li:nth-child(n+2) {
    margin-top: 12px;
  }
  .m_list_01.type_slim li figure {
    display: table-cell;
    width: 100px;
    vertical-align: top;
  }
  .m_list_01.type_slim li div {
    display: table-cell;
    width: auto;
    padding-left: 20px;
    vertical-align: top;
  }
  .m_list_01.type_slim li div > * {
    font-size: 13px;
    line-height: 1.7;
  }
}

.list_table {
  font-size: 0;
  margin: 1.6% 0;
  letter-spacing: 0;
  border: 1px solid #eee;
}

@media print,
screen and (min-width: 425px) {
  .list_table {
    margin: 5px 0;
  }
}

.list_table dt {
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 2.6;
  display: inline-block;
  width: 100%;
  padding-left: 4.8%;
  vertical-align: top;
}

@media print,
screen and (min-width: 425px) {
  .list_table dt {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding-left: 14px;
  }
}

.list_table dd {
  font-size: 4.0625vw;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  background-color: #eee;
}

@media print,
screen and (min-width: 425px) {
  .list_table dd {
    font-size: 14px;
    height: 42px;
  }
}

.list_table dd a {
  line-height: 3.2;
  display: block;
}

@media print,
screen and (min-width: 425px) {
  .list_table dd a {
    line-height: 42px;
    height: 42px;
  }
  .list_table dd a:hover {
    background-color: #fff;
  }
}

.list_table dd a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .list_table dd a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

.list_table dd:nth-child(n+4) {
  border-top: 1px solid #fff;
}

.list_table dd:nth-child(n+4):nth-child(2n+1) {
  border-left: 1px solid #fff;
}

.list_table dd:nth-child(n+2):nth-child(2n+1) {
  border-left: 1px solid #fff;
}

.list_table dd.hoge {
  width: 100%;
}

.list_bnr {
  margin: 6.2% 0;
}

@media print,
screen and (min-width: 425px) {
  .list_bnr {
    margin: 38px 0;
  }
}

.list_bnr li:nth-child(n+2) {
  margin-top: 2.8%;
}

@media print,
screen and (min-width: 425px) {
  .list_bnr li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.list_bnr li a {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .list_bnr li a:hover {
    opacity: .6;
  }
}

.list_box {
  font-size: 0;
  margin: 9.6% 0;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 425px) {
  .list_box {
    margin: 36px 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box li {
    display: inline-block;
    margin: 0 10px 10px 0 !important;
    vertical-align: top;
  }
}

.list_box li:nth-child(n+2) {
  margin: 3.125vw 0vw 3.125vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  .list_box li:nth-child(n+2) {
    margin: 12px 0;
  }
}

.list_box li a {
  line-height: 1.6;
  position: relative;
  display: block;
  width: 100%;
  padding: 2.8% 4.8% 2.8%;
  border: 1px solid #ccc;
  border-bottom-color: #35a479;
}

.list_box li a figure {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  margin-bottom: auto;
}

@media print,
screen and (min-width: 769px) {
  .list_box li a figure {
    padding-bottom: 52px;
    margin-bottom: auto;
  }
}

.list_box li a figure img {
  width: 100%;
}

.list_box li a h4 {
  font-size: 4.0625vw;
}

@media print,
screen and (min-width: 425px) {
  .list_box li a h4 {
    font-size: 13px;
  }
}

.list_box li a h4 i {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 3.4375vw;
  font-weight: normal;
  line-height: 1;
  display: block;
  color: #777;
}

.list_box h4 > span {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 3.4375vw;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  color: #777;
}

@media print,
screen and (min-width: 425px) {
  .list_box li a h4 i {
    font-size: 13px;
  }
  .list_box h4 > span {
    font-size: 12px;
  }
}

.list_box li a p {
  font-size: 3.4375vw;
  font-weight: bold;
}

@media print,
screen and (min-width: 425px) {
  .list_box li a p {
    font-size: 11px;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box li a p {
    position: absolute;
    bottom: 54px;
    left: 16px;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box li a:hover {
    border-color: #35a479;
  }
}

.list_box.type_2column li a {
  position: relative;
  padding: 12% 9.6% 2.8%;
}

.list_box.type_2column li a h4:before {
  position: absolute;
  top: 0;
  left: 3.6%;
  display: block;
  width: 4%;
  margin-top: 13.2%;
  padding-bottom: 4%;
  content: '';
  background: url('img/common/pdf.png') no-repeat center center;
  background-size: contain;
}

.list_box.type_2column li.icon_xls a h4:before {
  background: url('img/common/xls.png') no-repeat center center;
  background-size: contain;
}

@media print,
screen and (min-width: 425px) {
  .list_box.type_2column li a h4:before {
    width: 17px;
    height: 20px;
    margin-top: 12%;
    padding-bottom: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box.type_2column li {
    width: 495px;
  }
  .list_box.type_2column li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list_box.type_2column li a {
    height: 150px;
    padding: 0 16px 0 48px;
  }
  .list_box.type_2column li a h4 {
    position: absolute;
    bottom: 16px;
    width: 425px;
  }
  .list_box.type_2column li a h4:before {
    position: absolute;
    top: 0;
    left: -20px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box.type_3column li {
    width: 220px;
  }
  .list_box.type_3column li:nth-child(3n) {
    margin-right: 0 !important;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box.type_3column li a {
    height: 136px;
  }
}

.list_box.type_3column li a h4 {
  padding-top: 12%;
}

@media print,
screen and (min-width: 769px) {
  .list_box.type_3column li a h4 {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 100%;
    padding-top: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box.type_4column li {
    width: 242px;
  }
  .list_box.type_4column li:nth-child(4n) {
    margin-right: 0 !important;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_box.type_4column li a {
    padding: 16px 16px;
  }
}

.list_box.type_4column li a {
  position: relative;
  min-height: 22vw;
}

@media print,
  screen and (min-width: 425px) {
    .list_box.type_4column li a {
      min-height: 134px;
    }
}

@media print,
  screen and (max-width: 425px) {
    .list_box.type_4column li a {
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-end;
    }
}
@media print,
  screen and (min-width: 426px) {
    .list_box.type_4column li a h4 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 16px;
    }
}

.list_box.type_3column i,
.list_box.type_4column i {
  display: none !important;
}

.list_box.type_3column.s_kyoin i,
.list_box.type_4column.s_kyoin i {
  display: block !important;
}

.list_word {
  margin: 5% 0;
}

@media print,
screen and (min-width: 425px) {
  .list_word {
    margin: 24px 0;
  }
}

.list_word li {
  font-size: 4.0625vw;
  line-height: 1.2;
}

.list_word li:nth-child(n+2) {
  margin-top: 4.8%;
}

@media print,
screen and (min-width: 425px) {
  .list_word li:nth-child(n+2) {
    margin-top: 12px;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_word li a:hover {
    color: #35a479;
  }
}

.list_word li a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0 !important;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .list_word li a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

.list_word li i {
  font-size: 3.4375vw;
  line-height: 1;
  display: block;
  margin-bottom: 1.2%;
  color: #777;
}

@media print,
screen and (min-width: 425px) {
  .list_word li i {
    font-size: 11px;
    margin-bottom: 4px;
  }
}

@media print,
screen and (min-width: 425px) {
  .list_word.type_1column li {
    font-size: 14px;
  }
}

.list_word.type_3column {
  font-size: 0;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 769px) {
  .list_word.type_3column {
    font-size: 0;
    letter-spacing: 0;
  }
}

.list_word.type_3column li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

@media only screen and (max-width: 769px) {
  .list_word.type_3column li:nth-child(2n) {
    margin-left: 2% !important;
  }
  .list_word.type_3column li:nth-child(2) {
    margin-top: 0 !important;
  }
}

@media print,
screen and (min-width: 425px) {
  .list_word.type_3column li {
    font-size: 13px;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_word.type_3column li {
    display: inline-block;
    width: 33.3333%;
    padding-right: 24px;
    vertical-align: top;
  }
  .list_word.type_3column li:nth-child(n+2) {
    margin-top: 0;
  }
  .list_word.type_3column li:nth-child(n+4) {
    margin-top: 1em;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_word.type_2column {
    font-size: 0;
    letter-spacing: 0;
  }
  .list_word.type_2column li {
    font-size: 13px;
    display: inline-block;
    width: 50%;
    padding-right: 24px;
    vertical-align: top;
  }
  .list_word.type_2column li:nth-child(n+2) {
    margin-top: 0;
  }
  .list_word.type_2column li:nth-child(n+3) {
    margin-top: .4em;
  }
}

.list_description {
  font-size: 4.0625vw;
  line-height: 1.7;
  margin: 6% 0;
}

@media print,
screen and (min-width: 769px) {
  .list_description {
    font-size: 0;
    margin: 24px 0;
  }
}

.list_description dt {
  font-weight: bold;
  line-height: 1.7;
}

.list_description dt:nth-child(n+3) {
  margin: 5.625vw 0vw 0vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  .list_description dt {
    font-size: 14px;
  }
  .list_description dt:nth-child(n+3) {
    margin-top: 1em;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_description dt {
    line-height: 1.8;
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  .list_description dt:after {
    content: '：';
  }
}

.list_description dd {
  line-height: 1.7;
}

@media print,
screen and (min-width: 425px) {
  .list_description dd {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_description dd {
    font-weight: normal;
    line-height: 1.8;
    display: inline-block;
    width: 75%;
    vertical-align: top;
  }
  .list_description dd:nth-child(n+3) {
    margin-top: 1em;
  }
}

.list_description dd i {
  font-style: italic;
}

.list_description dd a {
  color: #35a479;
}

@media print,
screen and (min-width: 769px) {
  .list_description dd a:hover {
    text-decoration: underline;
  }
}

.list_img {
  font-size: 0;
  margin: 9.6% 0;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 769px) {
  .list_img {
    margin: 32px 0;
  }
}

.list_img li {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  width: 48%;
  height: 0;
  padding-bottom: 30%;
  vertical-align: top;
}

.list_img li a {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .list_img li a:hover {
    opacity: .6;
  }
}

.list_img li:nth-child(2n) {
  margin-left: 4%;
}

.list_img li:nth-child(n+3) {
  margin-top: 4%;
}

@media print,
screen and (min-width: 769px) {
  .list_img li {
    width: 32%;
    margin-left: 2% !important;
    padding-bottom: 20%;
  }
  .list_img li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .list_img li:nth-child(n+3) {
    margin-top: 0;
  }
  .list_img li:nth-child(n+4) {
    margin-top: 2%;
  }
}

.list_nav {
  font-size: 0;
  margin: 40px 0;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 769px) {
  .list_nav {
    margin: 4.8% 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_nav li {
    display: inline-block;
    margin: 0 16px 12px 0;
    padding-right: 20px;
    padding-right: 16px;
    border-right: 1px dotted #ccc;
  }
}

.list_nav li:nth-child(n+2) {
  margin-top: 3.6%;
}

@media print,
screen and (min-width: 425px) {
  .list_nav li:nth-child(n+2) {
    margin-top: 12px;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_nav li:nth-child(n+2) {
    margin-top: 0;
  }
}

.list_nav li:last-child {
  border-right: 0;
}

.list_nav li a {
  font-size: 3.75vw;
  line-height: 1.1;
}

@media print,
screen and (min-width: 425px) {
  .list_nav li a {
    font-size: 13px;
  }
}

.list_nav li a:hover {
  color: #35a479;
}

.list_nav.type_sort.first_cat li:first-child a {
  font-weight: bold;
  color: #35a479;
}

.list_nav.type_sort.first_cat li:first-child a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0 !important;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .list_nav.type_sort.first_cat li:first-child a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

.list_nav.type_sort li.current-cat a {
  font-weight: bold;
  color: #35a479;
}

.list_nav.type_sort li.current-cat a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0 !important;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .list_nav.type_sort li.current-cat a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

.list_nav.type_anchor li a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  display: inline-block;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  margin-left: 0 !important;
  content: '\e900';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: inherit;
}

.list_nav.type_anchor li.is-arrownone a:before {
  display: none !important;
}

.list_nav.type_anchor li.is-current a {
  color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .list_nav.type_anchor li a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

.list_check {
  font-size: 0;
  margin: 4.8%;
  letter-spacing: 0;
}

@media print,
screen and (min-width: 425px) {
  .list_check {
    margin: 12px 0;
  }
}

.list_check li {
  font-size: 3.75vw;
  line-height: 1.8;
  text-align: justify;
}

@media print,
screen and (min-width: 425px) {
  .list_check li {
    font-size: 13px;
  }
}

@media print,
screen and (min-width: 769px) {
  .list_check li {
    display: inline-block;
    width: 50%;
  }
}

.list_check li:before {
  font-family: 'icon' !important;
  margin-right: .4em;
  content: '\e90a';
  color: inherit;
}


/*
table
*/

table {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table td,
table th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.table_data {
  font-size: 13px;
  width: auto;
  margin: 30px 0;
}

@media only screen and (max-width: 769px) {
  .table_data {
    overflow-x: auto;
  }
}

.table_data td,
.table_data th {
  padding-right: 12px;
  vertical-align: top;
}

@media only screen and (max-width: 769px) {
  .table_simple {
    overflow-x: auto;
  }
}

.table_simple table {
  font-size: 13px;
  margin: 12px 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.table_simple table a:hover {
  color: #35a479;
}

.table_simple table th {
  background-color: #eee;
}

.table_simple table td,
.table_simple table th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px 12px;
  vertical-align: top;
  border: 1px solid #ccc;
}

.table_simple table thead * {
  font-weight: bold;
  color: #fff;
  background-color: #777 !important;
}

.table_simple table thead td {
  text-align: center;
}

.table_simple table tbody td {
  line-height: 1.6;
}

.table_simple table tbody td a {
  color: #35a479;
}

.table_note {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 769px) {
  .table_note {
    margin: 4.8% 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .table_note {
    margin: 30px 0;
  }
}

@media only screen and (max-width: 769px) {
  .table_note tr {
    display: block;
    padding: 4.8% 0;
    border-bottom: 1px solid #ddd;
  }
  .table_note tr:first-child {
    border-top: 1px solid #ddd;
  }
}

@media print,
screen and (min-width: 769px) {
  .table_note tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}

.table_note th {
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  .table_note th {
    font-size: 3.75vw;
    display: list-item;
  }
}

@media print,
screen and (min-width: 425px) {
  .table_note th {
    font-size: 13px;
  }
}

@media print,
screen and (min-width: 769px) {
  .table_note th {
    width: 210px;
    text-align: center;
  }
}

@media print,
screen and (min-width: 769px) {
  .table_note td {
    padding: 14px 16px;
    border-left: 1px dashed #ddd;
  }
}

.table_note td h5 {
  font-size: 3.75vw;
  font-weight: bold;
}

@media print,
screen and (min-width: 425px) {
  .table_note td h5 {
    font-size: 13px;
  }
}

.table_note td p {
  font-size: 3.75vw;
}

@media print,
screen and (min-width: 425px) {
  .table_note td p {
    font-size: 13px;
  }
}

.table_note td ul {
  font-size: 0;
  letter-spacing: 0;
}

.table_note td ul li {
  font-size: 3.75vw;
  line-height: 1.4;
}

@media print,
screen and (min-width: 425px) {
  .table_note td ul li {
    font-size: 13px;
  }
}

@media print,
screen and (min-width: 769px) {
  .table_note td ul li {
    display: inline-block;
    width: 50%;
  }
}

@media only screen and (max-width: 769px) {
  .m_table_01 {
    overflow-x: auto;
  }
}

.m_table_01 table td {
  font-size: 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: .4em 15px .4em 15px;
}

.m_table_01 table thead {
  background-color: #ccc;
}

.m_table_01 table thead td {
  color: #7b7b7b;
}

.m_table_01 table tbody .active {
  font-weight: bold;
  background-color: #eee;
}

.m_table_01 table tbody tr {
  color: #434343;
  border-bottom: 1px solid #ddd;
}

.m_table_01 table tbody:first-child tr:first-child {
  border-top: 1px solid #ddd;
}

.top_gallery {
  position: relative;
  background-color: #ccc;
}

@media print,
screen and (min-width: 769px) {
  .top_gallery {
    overflow: hidden;
    width: 100%;
    height: 485px;
  }
}

.top_gallery li figure {
  width: 100%;
}

@media print,
screen and (min-width: 769px) {
  .top_gallery li figure img {
    width: 100%;
  }
}

.top_gallery li figure figcaption {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 4.0625vw;
  line-height: 1.8;
  display: block;
  padding: 2.8125vw 0vw 2.8125vw 0vw;
  text-align: center;
  color: #fff;
  background-color: #c7c4bf;
}

@media print,
screen and (min-width: 425px) {
  .top_gallery li figure figcaption {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 0 0 12px;
    text-align: left;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_gallery li figure figcaption {
    line-height: 28px;
    height: 28px;
  }
}

.top_gallery li figure figcaption i {
  display: block;
}

@media print,
screen and (min-width: 769px) {
  .top_gallery li figure figcaption i {
    display: inline;
  }
}

.top_gallery .bx-pager {
  font-size: 0;
  position: absolute;
  z-index: 9999;
  top: 62.5vw;
  right: auto;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media print,
screen and (min-width: 769px) {
  .top_gallery .bx-pager {
    top: 440px;
    left: 20px;
    width: auto;
  }
}

.top_gallery .bx-pager .bx-pager-item {
  width: 9.375vw;
  margin: 0vw .625vw 0vw .625vw;
}

@media print,
screen and (min-width: 769px) {
  .top_gallery .bx-pager .bx-pager-item {
    width: 38px;
    height: 4px;
    margin: 0 4px 0 0;
  }
}

.top_gallery .bx-pager .bx-pager-item a {
  display: block;
  width: 100%;
  height: 1.25vw;
  opacity: .4;
  background-color: #777;
}

.top_gallery .bx-pager .bx-pager-item a.active {
  opacity: 1;
}

@media print,
screen and (min-width: 769px) {
  .top_gallery .bx-pager .bx-pager-item a {
    height: 100%;
  }
}

@media print,
screen and (min-width: 425px) {
  .top_gallery .btn {
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: 130px;
    width: 160px;
    height: 36px;
    background-color: #fff;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_gallery .btn {
    bottom: 0;
    height: 28px;
  }
}

.top_gallery .btn a {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 3.4375vw;
  display: block;
  padding: 4.0625vw 0vw 4.0625vw 0vw;
  padding-right: 9.2vw;
  text-align: center;
  color: #fff;
  background-color: #35a479;
}

.top_gallery .btn a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .top_gallery .btn a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 425px) {
  .top_gallery .btn a {
    font-size: 12px;
    line-height: 36px;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: left;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_gallery .btn a {
    line-height: 26px;
  }
}

.top_gallery .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space_between;
  -ms-flex-pack: space_between;
  justify-content: space_between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top_gallery .link_area li {
  width: 50%;
  border-top: 1px solid #fff;
  background-color: #777;
}

.top_gallery .link_area li a {
  font-size: 4.0625vw;
  line-height: 1;
  display: block;
  padding: 40px 0 10px 0;
  color: #fff;
}

.top_gallery .link_area li a:before {
  font-family: 'icon' !important;
  font-size: 80%;
  margin-right: 2.4vw;
  margin-left: 4.8vw;
  content: '\e900';
  color: inherit;
}

@media print,
screen and (min-width: 425px) {
  .top_gallery .link_area li a:before {
    margin-right: 6px;
    margin-left: 18px;
  }
}

@media print,
screen and (min-width: 425px) {
  .top_gallery .link_area li a {
    font-size: 14px;
  }
}

.top_gallery .link_area li:nth-child(2n) {
  border-left: 1px solid #fff;
}

@media print,
screen and (min-width: 769px) {
  .top_gallery .link_area {
    display: none;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup {
    position: relative;
    width: 100%;
    height: 485px;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup ul {
    position: relative;
  }
}

.top_pickup ul li {
  font-size: 4.0625vw;
  line-height: 1.6;
  padding: 8.125vw 8.125vw 8.125vw 8.125vw;
  background-color: #eee;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup ul li {
    font-size: 14px;
    padding: 24px 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup ul li {
    font-size: 13px;
    line-height: 1.6;
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
  }
}

.top_pickup ul li figure {
  line-height: 0;
  position: relative;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup ul li figure {
    width: 220px;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup ul li figure {
    width: 100%;
  }
}

.top_pickup ul li figure:after {
  font-size: 3.4375vw;
  line-height: 0;
  position: absolute;
  top: -3.125vw;
  right: 0vw;
  bottom: 0vw;
  left: -10.9375vw;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.25vw;
  height: 14.0625vw;
  padding: 10.9375vw 0vw 0vw 0vw;
  content: 'PICK UP';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  color: #fff;
  background-color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup ul li figure:after {
    font-size: 11px;
    top: -12px;
    left: -35px;
    width: 100px;
    height: 50px;
    padding: 40px 0 0 0;
  }
}

.top_pickup ul li time {
  font-family: 'メイリオ', 'Lato', sans-serif;
  line-height: 1;
  display: block;
  margin: 5.625vw 0vw 0vw 0vw;
}

@media print,
screen and (min-width: 769px) {
  .top_pickup ul li time {
    line-height: 1;
    margin-top: 20px;
  }
}

.top_pickup ul li h4 {
  margin: 6.5625vw 0vw 0vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup ul li h4 {
    margin-top: 22px;
  }
}

.top_pickup ul li .lead {
  margin-top: 4.8%;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup ul li .lead {
    margin-top: 22px;
    text-align: justify;
  }
}

.top_pickup .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 11.875vw;
  background-color: #35a479;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: strechi;
  -ms-flex-align: strechi;
  align-items: strechi;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup .control {
    height: 36px;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup .control {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 28px;
    background-color: #35a479;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.top_pickup .control .prev {
  line-height: 0;
  padding: 0vw 5vw 0vw 6.875vw;
  cursor: pointer;
  pointer-events: all;
  opacity: .6;
  border-right: 1px solid #fff;
}

@media print,
screen and (min-width: 769px) {
  .top_pickup .control .prev {
    line-height: 0;
    padding-right: 18px;
    padding-left: 18px;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    border-right: 1px solid #fff;
  }
}

.top_pickup .control .prev img {
  width: 5.625vw;
  margin: 2.8125vw 0vw 0vw 0vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media print,
screen and (min-width: 425px) {
  .top_pickup .control .prev img {
    width: 24px;
    margin-top: 6px;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup .control .prev img {
    width: 12px;
    margin-top: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.top_pickup .control .next {
  padding: 0vw 6.875vw 0vw 5vw;
  cursor: pointer;
  pointer-events: all;
  opacity: .6;
  border-left: 1px solid #fff;
}

@media print,
screen and (min-width: 769px) {
  .top_pickup .control .next {
    padding-right: 18px;
    padding-left: 18px;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    border-left: 1px solid #fff;
  }
}

.top_pickup .control .next img {
  width: 5.625vw;
  margin: 2.8125vw 0vw 0vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup .control .next img {
    width: 24px;
    margin-top: 6px;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup .control .next img {
    width: 12px;
    margin-top: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.top_pickup .control .counter {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 4.375vw;
  line-height: 2.6;
  color: #fff;
}

@media print,
screen and (min-width: 425px) {
  .top_pickup .control .counter {
    font-size: 13px;
    line-height: 36px;
  }
}

@media print,
screen and (min-width: 769px) {
  .top_pickup .control .counter {
    line-height: 28px;
  }
}

.m_h2_01 {
  font-size: 7.1875vw;
  line-height: 1.2;
  margin: 8.4% 5%;
  color: #000;
}

@media print,
screen and (min-width: 425px) {
  .m_h2_01 {
    font-size: 28px;
    margin: 36px 5%;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h2_01 {
    margin: 62px 0;
  }
}

.m_h2_01 i {
  font-family: 'メイリオ', 'Lato', sans-serif;
  display: block;
  display: none !important;
  margin-top: 2.4%;
  color: #eee;
}

@media print,
screen and (min-width: 425px) {
  .m_h2_01 i {
    margin: 4px 0 0 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h2_01 i {
    display: inline-block;
    margin: 0 0 0 28px;
  }
}

.m_h2_01 span {
  font-size: 3.75vw;
  display: block;
  margin-bottom: 2.4%;
}

@media print,
screen and (min-width: 425px) {
  .m_h2_01 span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.m_h3_01 {
  font-family: 'メイリオ', 'Lato', sans-serif;
  font-size: 7.1875vw;
  line-height: 1;
  margin: 6.25vw 0vw 6.25vw 0vw;
  color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .m_h3_01 {
    font-size: 24px;
    line-height: 1.2;
    margin: 16px 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h3_01 {
    margin: 26px 0;
  }
}

.m_h3_01 i {
  font-family: 'メイリオ', 'Yu Gothic', YuGothic, sans-serif;
  font-size: 4.0625vw;
  font-weight: normal;
  display: block;
  margin-top: 3.6%;
}

@media print,
screen and (min-width: 425px) {
  .m_h3_01 i {
    font-size: 13px;
    margin-top: 4px;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h3_01 i {
    display: inline-block;
    margin: 0 0 0 14px;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h3_01.t_small {
    font-size: 20px;
  }
  .m_h3_01.t_small i {
    font-size: 11px;
  }
}

.m_h3_02 {
  font-size: 7.1875vw;
  font-weight: bold;
  line-height: 1.3;
  margin: 6.25vw 0vw 6.25vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  .m_h3_02 {
    font-size: 24px;
    line-height: 1.5;
    margin: 36px 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h3_02 {
    font-size: 24px;
    margin: 46px 0;
  }
}

.m_h3_02 i {
  font-size: 4.6875vw;
  display: block;
  margin: 1.875vw 0vw 0vw 0vw;
}

@media print,
screen and (min-width: 425px) {
  .m_h3_02 i {
    font-size: 20px;
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h3_02 i {
    display: inline;
    margin-top: 0;
    margin-left: 20px;
  }
}

.m_h4_01 {
  font-size: 5.625vw;
  font-weight: normal;
  line-height: 1.4;
  margin: 5.625vw 0vw 5.625vw 0vw;
  color: #35a479;
}

@media print,
screen and (min-width: 425px) {
  .m_h4_01 {
    font-size: 18px;
    margin: 24px 0;
  }
}

@media print,
screen and (min-width: 769px) {
  .m_h4_01 {
    margin: 30px 0;
  }
}

.m_h5_01 {
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 1.6em;
  text-align: justify;
}

@media print,
screen and (min-width: 425px) {
  .m_h5_01 {
    font-size: 13px;
  }
}
