@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  min-height: 100%;
  padding-bottom: 100px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "FontAwesome", "sans-serif";
  font-size: 12px;
  background: #fff;
  color: #333;
  position: relative;
  box-sizing: border-box;
}
body.scroll header {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
/*
 * ヘッダー部の設定
 */
header {
  height: 100px;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
header .container {
  height: 100px;
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
header .container #main_logo {
  position: absolute;
  left: 0px;
  top: 15px;
}
header .container #main_logo a {
  background: url(../images/logo2.png) left top no-repeat;
  background-size: contain;
  text-decoration: none;
  width: 410px;
  height: 37px;
  display: block;
  text-indent: -99999px;
}
header .container #header_menu {
  position: absolute;
  right: 0px;
  bottom: 10px;
}
header .container #header_menu:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
header .container #header_menu .menu {
  display: none;
}
header .container #header_menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
}
header .container #header_menu ul li {
  list-style-type: none;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
}
header .container #header_menu ul li.search {
  position: absolute;
  right: 257px;
  top: -50px;
}
header .container #header_menu ul li.search::after {
  content: normal !important;
}
header .container #header_menu ul li.search .search_input {
  width: 200px;
}
header .container #header_menu ul li.login,
header .container #header_menu ul li.shop {
  position: absolute;
  right: 114px;
  top: -50px;
}
header .container #header_menu ul li.login a,
header .container #header_menu ul li.shop a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #08F;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-shadow: none;
}
header .container #header_menu ul li.login a::before,
header .container #header_menu ul li.shop a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #555;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .container #header_menu ul li.login a::after,
header .container #header_menu ul li.shop a::after {
  content: normal !important;
}
header .container #header_menu ul li.login a:hover,
header .container #header_menu ul li.shop a:hover {
  color: #fff;
}
header .container #header_menu ul li.login a:hover:before,
header .container #header_menu ul li.shop a:hover:before {
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
header .container #header_menu ul li.login::after,
header .container #header_menu ul li.shop::after {
  content: normal !important;
}
header .container #header_menu ul li:last-of-type {
  margin-right: 0px;
}
header .container #header_menu ul li:nth-of-type(1) a:after {
  background-color: #f00;
}
header .container #header_menu ul li:nth-of-type(2) a:after {
  background-color: #f70;
}
header .container #header_menu ul li:nth-of-type(3) a:after {
  background-color: #cc0;
}
header .container #header_menu ul li:nth-of-type(4) a:after {
  background-color: #0b0;
}
header .container #header_menu ul li:nth-of-type(5) a:after {
  background-color: #07f;
}
header .container #header_menu ul li:nth-of-type(6) a:after {
  background-color: #a0f;
}
header .container #header_menu ul li:nth-of-type(7) a:after {
  background-color: #07f;
}
header .container #header_menu ul li:nth-of-type(8) a:after {
  background-color: #0b0;
}
header .container #header_menu ul li:nth-of-type(9) a:after {
  background-color: #cc0;
}
header .container #header_menu ul li:nth-of-type(10) a:after {
  background-color: #f70;
}
header .container #header_menu ul li:nth-of-type(10) a:after {
  background-color: #f00;
}
header .container #header_menu ul li::after {
  content: "|";
  color: #bbb;
}
header .container #header_menu ul li:first-of-type::before {
  content: "|";
  color: #bbb;
}
header .container #header_menu ul li.pulldown {
  position: relative;
}
header .container #header_menu ul li.pulldown .pulldown_button {
  display: none;
}
header .container #header_menu ul li.pulldown ul {
  display: none !important;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
  white-space: nowrap;
}
header .container #header_menu ul li.pulldown ul li {
  border-bottom: 1px dashed #ccc;
}
header .container #header_menu ul li.pulldown ul li::after {
  content: normal;
}
header .container #header_menu ul li.pulldown ul li a {
  padding: 10px;
  line-height: 1.5rem;
  display: block;
  height: auto;
  text-shadow: none;
  font-weight: normal;
  text-indent: 1rem;
}
header .container #header_menu ul li.pulldown ul li a::after {
  content: normal;
}
header .container #header_menu ul li.pulldown ul li a:hover {
  background: #777;
  color: #fff;
}
header .container #header_menu ul li.pulldown ul li:first-of-type::before {
  content: normal;
}
header .container #header_menu ul li.pulldown ul li:last-of-type {
  border-bottom: none;
}
header .container #header_menu ul li.pulldown:hover ul {
  display: block !important;
}
header .container #header_menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  text-shadow: 0px 0px 1px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  font-weight: bold;
}
header .container #header_menu ul li a:after {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
header .container #header_menu ul li a:after {
  content: "";
  bottom: 0px;
  left: 0;
  display: block;
  width: 0px;
  height: 4px;
  background-color: #bbb;
  opacity: 0;
}
header .container #header_menu ul li a:hover {
  color: #000;
}
header .container #header_menu ul li a:hover:after {
  width: 100%;
  opacity: 0.4;
}
header .container .sns {
  display: block;
  position: absolute;
  top: 7px;
  right: 510px;
  line-height: 1em;
}
header .container .sns a {
  display: inline-block;
  margin: 3px 10px;
  font-size: 30px;
  color: #555;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
header .container .sns a:hover {
  color: #333;
  transform: scale(1.2);
}
header .container .contact {
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
}
header .container .contact a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #f80;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
header .container .contact a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #555;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .container .contact a:hover {
  color: #fff;
}
header .container .contact a:hover:before {
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
header .container .contact a i {
  display: none;
}
/*
 * フッター部の設定
 */
footer {
  position: absolute;
  height: 80px;
  width: 100%;
  background: #eee;
  bottom: 0px;
}
footer #footer_menu {
  width: 1000px;
  margin: 10px auto;
}
footer #footer_menu:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  width: 0px;
}
footer #footer_menu li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
}
footer #footer_menu li a {
  padding: 3px 5px 3px 15px ;
  color: #333;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
}
footer #footer_menu li a:before {
  content: "▼";
  color: #555;
  font-size: 8px;
  display: block;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 2px;
  left: 3px;
}
footer #footer_menu li a:hover {
  background-color: #555;
  color: #fff;
}
footer #footer_menu li a:hover:before {
  color: #fff;
}
footer #iglta {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: 400px;
}
footer #copyright {
  width: 1000px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -500px;
  color: #777;
}
/* 
 * メインコンテンツ部分の設定
 */
article {
  padding-top: 100px;
}
article section {
  width: 1000px;
  margin: 0px auto 30px auto;
  /*
		 * パンくずリスト
		 */
  /*
		 * 下部ページ用スタイル設定
		 */
}
article section:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#main_image {
  width: 100%;
  background: url(../images/main_image.jpg) right bottom no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
article section#main_image:after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
}
article section#main_image h2 {
  display: block;
  text-indent: -99999px;
  background: url(../images/main_image_h3.png) left top no-repeat;
  width: 800px;
  height: 74px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 70px;
}
article section#main_image p {
  display: block;
  text-indent: -99999px;
  background: url(../images/main_image_p.png) left top no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -232px;
  top: 180px;
  width: 464px;
  height: 200px;
}
article section#slider {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
article section#slider:after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  z-index: 5;
}
article section#slider a {
  text-decoration: none;
  display: block;
  height: 100%;
}
article section#slider h2 {
  display: block;
  text-align: center;
  width: 1000px;
  margin: 120px auto 1em auto;
  max-width: 95%;
  position: relative;
  font-size: 50px;
  color: #fff;
  text-shadow: 0px 0px 3px #000, 0px 0px 10px rgba(0, 0, 0, 0.8);
}
article section#slider p {
  display: block;
  text-align: center;
  width: 800px;
  margin: 1em auto;
  max-width: 95%;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 0px 2px #000, 0px 0px 5px rgba(0, 0, 0, 0.8);
}
article section#slider div.sl-slide.h2_replace h2 {
  text-indent: -99999px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 0px;
}
article section#slider div.sl-slide.p_replace p {
  text-indent: -99999px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 0px;
}
article section#toppage_caption {
  width: 1000px;
  margin: 0px auto 30px auto;
}
article section#toppage_caption h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
article section#toppage_caption img {
  float: right;
}
article section#toppage_caption ul {
  width: 680px;
  float: left;
  margin: 10px 0px 10px 160px;
}
article section#toppage_caption ul li {
  list-style-type: none;
  background: url(../images/dot1.png) left 0.3em no-repeat;
  padding-left: 20px;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
article section#toppage_caption p {
  width: 680px;
  float: left;
  margin: 10px 0px 10px 160px;
}
article section#information,
article section#news {
  width: 1000px;
  margin: 0px auto 30px auto;
}
article section#information h2,
article section#news h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #555;
  position: relative;
  line-height: 1em;
}
article section#information h2:before,
article section#news h2:before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 370px;
  bottom: 5px;
  left: 0px;
  background: #bbb;
}
article section#information h2:after,
article section#news h2:after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 370px;
  bottom: 5px;
  right: 0px;
  background: #bbb;
}
article section#information dl,
article section#news dl {
  width: 550px;
  margin: 20px auto 20px auto;
}
article section#information dl dt,
article section#news dl dt {
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  float: left;
  margin-bottom: 1em;
  clear: both;
}
article section#information dl dd,
article section#news dl dd {
  float: left;
  width: 450px;
  line-height: 1.5;
  margin-bottom: 1em;
}
article section#information dl dd .icon,
article section#news dl dd .icon {
  display: inline-block;
  border-radius: 3px;
  padding: 3px 5px;
  background-color: #EF7080;
  color: #fff;
  margin-right: 10px;
}
article section#information dl dd p,
article section#news dl dd p {
  display: inline-block;
  margin: 0px;
}
article section#information dl dd a,
article section#news dl dd a {
  color: #333;
}
article section#information dl dd a:hover,
article section#news dl dd a:hover {
  color: #777;
}
article section#toppage_bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3em auto;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 3em;
}
article section#toppage_bottom section {
  flex: 1 1 50%;
}
article section#toppage_bottom_banner ul {
  margin: 0px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
article section#toppage_bottom_banner ul li {
  margin: 0px 5px 10px 5px;
  padding: 0px;
  list-style-type: none;
  flex: 1 1;
  text-align: center;
}
article section#toppage_bottom_banner ul li a {
  display: block;
  text-decoration: none;
  color: #555;
}
article section#toppage_bottom_banner ul li a img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}
article section#toppage_bottom_banner ul li a:hover img {
  border: 1px solid #999;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
article section#banner ul {
  width: 765px;
  margin: 0px auto 30px auto;
}
article section#banner ul:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#banner ul li {
  float: left;
  list-style-type: none;
  margin: 5px;
}
article section#right_banner {
  position: fixed;
  right: 0px;
  top: 120px;
  width: auto;
  z-index: 100;
}
article section#right_banner ul {
  display: flex;
  flex-direction: column;
  justify-items: right;
  justify-content: flex-start;
}
article section#right_banner ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
article section#right_banner ul li a {
  display: block;
  position: relative;
  right: -10px;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px 10px 10px;
  writing-mode: vertical-rl;
  text-decoration: none;
  font-size: 1.1rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
article section#right_banner ul li a:hover {
  right: 0px;
}
article section#breadcrumb {
  width: 100%;
  background-color: #eee;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
article section#breadcrumb ul {
  background-color: #fff;
  margin: 0px auto;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -500px;
}
article section#breadcrumb ul:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#breadcrumb ul li {
  margin: 0 .5em 0 1em;
  background: #eee;
  padding: .4em 0.5em;
  list-style-type: none;
  line-height: 1em;
  float: left;
  color: #444;
  position: relative;
}
article section#breadcrumb ul li:first-of-type {
  padding-left: 1em;
  margin-left: 0em;
}
article section#breadcrumb ul li:first-of-type::before {
  content: normal;
}
article section#breadcrumb ul li:last-of-type {
  margin-right: 0em;
  padding-right: 1em;
}
article section#breadcrumb ul li:hover {
  background: #666;
}
article section#breadcrumb ul li:hover::before {
  border-color: #666 #666 #666 transparent;
}
article section#breadcrumb ul li:hover::after {
  border-left-color: #666;
}
article section#breadcrumb ul li:hover a {
  color: #fff;
}
article section#breadcrumb ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.1em;
  border-width: 1.1em 0 1.1em 1em;
  border-style: solid;
  border-color: #eee #eee #eee transparent;
  left: -1em;
}
article section#breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.1em;
  border-top: 1.1em solid transparent;
  border-bottom: 1.1em solid transparent;
  border-left: 1em solid #eee;
  right: -1em;
}
article section#breadcrumb ul li a {
  display: block;
  text-decoration: none;
  color: #333;
}
article section#breadcrumb ul li.current {
  color: #999;
  background-color: #fff;
}
article section#breadcrumb ul li.current::before {
  border-color: #fff #fff #fff transparent;
}
article section#breadcrumb ul li.current::after {
  content: normal;
}
article section .large_button {
  width: 60%;
  margin: 1em auto;
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #999;
  font-size: 18px;
  color: #555;
  box-sizing: border-box;
}
article section .large_button::after {
  content: "\f152";
  margin-left: 3px;
}
article section .large_button:hover {
  color: #fff;
  background-color: #555;
}
article section .pickup {
  margin: 20px 0px;
  padding: 0px;
  border-radius: 5px;
  background-color: #eee;
}
article section .pickup h3 {
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #fff;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  clear: both;
  font-size: 16px;
}
article section .pickup h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #eee;
}
article section .pickup ul {
  padding: 0px 10px 10px 10px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
article section .pickup ul:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section .pickup ul.news_card li {
  flex: 1 1 23%;
}
article section .pickup ul.seminor li {
  flex: 1 1 48%;
}
article section .pickup ul li {
  border: 1px solid #ddd;
  background: #fff;
  flex: 0 0 31%;
  box-sizing: border-box;
  padding: 0px;
  margin: 10px;
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
article section .pickup ul li h4 {
  margin: 10px;
  text-align: center;
  font-size: 14px;
}
article section .pickup ul li h4 a {
  color: #555;
  text-decoration: none;
}
article section .pickup ul li a {
  padding: 0px;
  display: block;
  border: none;
}
article section .pickup ul li a.image {
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ddd;
}
article section .pickup ul li img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 5px 5px 0px 0px;
}
article section .pickup ul li .info {
  margin: 0px 20px 20px 20px;
  flex: 1 1 auto;
}
article section#contents {
  width: 100%;
  font-size: 14px;
}
article section#contents #page_title {
  background-color: #ccc;
  margin-bottom: 1px;
  position: relative;
  z-index: -1;
}
article section#contents #page_title h1,
article section#contents #page_title h2 {
  width: 1000px;
  margin: 0px auto;
  color: #000;
  font-size: 24px;
  padding: 10px 0px;
  line-height: 1em;
  overflow: hidden;
  position: relative;
}
article section#contents #page_title h1:after,
article section#contents #page_title h2:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  z-index: -1;
  margin-left: -20px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
article section#contents .page {
  width: 1000px;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 30px auto 30px auto;
}
article section#contents .page .error {
  color: #F00;
}
article section#contents .page h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px;
  margin: 40px 0px;
  clear: both;
}
article section#contents .page h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
article section#contents .page h4 {
  margin: 2em;
  font-size: 1.1em;
}
article section#contents .page dl {
  margin: 2em;
}
article section#contents .page dl.list {
  width: 600px;
  margin: 2em auto;
}
article section#contents .page dl.list:after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  width: 0px;
}
article section#contents .page dl.list dt {
  width: 110px;
  margin-right: 0px;
  float: left;
  clear: both;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #555;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  position: relative;
}
article section#contents .page dl.list dt:after {
  content: "";
  background-color: #555;
  display: block;
  width: 26px;
  height: 26px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -13px;
  top: 6px;
  z-index: 10;
}
article section#contents .page dl.list dd {
  float: left;
  width: 410px;
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 1;
  line-height: 18px;
  margin-bottom: 5px;
  background-color: #eee;
}
article section#contents .page dl.card dt {
  width: 200px;
  background-color: #555;
  color: #fff;
  padding: 7px 10px;
  position: relative;
}
article section#contents .page dl.card dt:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
article section#contents .page dl.card dt a {
  color: #fff;
  display: block;
}
article section#contents .page dl.card dd {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
article section#contents .page dl.card dd:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page dl.card dd a {
  display: inline;
  padding: 0px;
}
article section#contents .page dl.card dd a:after {
  content: normal;
  padding: 0px;
}
article section#contents .page dl.card dd img {
  float: left;
}
article section#contents .page dl.form {
  width: 770px;
  margin: 1em auto;
  background: #eee;
  padding: 20px;
  position: relative;
  z-index: 1;
}
article section#contents .page dl.form:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page dl.form dt {
  background: #555;
  display: block;
  width: 20%;
  text-align: center;
  float: left;
  clear: both;
  color: #fff;
  position: relative;
  margin-right: 20px;
  line-height: 2em;
  z-index: 2;
}
article section#contents .page dl.form dt:after {
  content: "";
  background: #555;
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -0.8em;
  top: 0.3em;
  width: 1.4em;
  height: 1.4em;
  z-index: -1;
}
article section#contents .page dl.form dt a {
  color: #fff;
  display: block;
}
article section#contents .page dl.form dd {
  margin-bottom: 20px;
  width: 75%;
  float: left;
  position: relative;
  z-index: 2;
}
article section#contents .page dl.form dd input,
article section#contents .page dl.form dd select,
article section#contents .page dl.form dd textarea {
  padding: 5px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
article section#contents .page dl.form dd input:focus,
article section#contents .page dl.form dd select:focus,
article section#contents .page dl.form dd textarea:focus {
  background: #FFD;
}
article section#contents .page dl.form2 {
  background: #eee;
  padding: 20px;
  width: 70%;
  margin: 1em auto;
}
article section#contents .page dl.form2 dt {
  background: #555;
  display: inline-block;
  text-align: left;
  color: #fff;
  position: relative;
  padding: 0px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 2em;
  z-index: 2;
  margin-bottom: 0.7em;
}
article section#contents .page dl.form2 dt.require {
  background-color: #500;
}
article section#contents .page dl.form2 dt.require::after {
  content: " (必須)";
  font-size: 0.8em;
}
article section#contents .page dl.form2 dt.require::before {
  background: #500;
}
article section#contents .page dl.form2 dt::before {
  content: "";
  background: #555;
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 1em;
  bottom: -0.5em;
  width: 1em;
  height: 1em;
  z-index: -1;
}
article section#contents .page dl.form2 dt a {
  color: #fff;
  display: block;
}
article section#contents .page dl.form2 dd {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
article section#contents .page dl.form2 dd input,
article section#contents .page dl.form2 dd select,
article section#contents .page dl.form2 dd textarea {
  padding: 5px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  width: 70%;
  background: #fff;
  text-align: left;
}
article section#contents .page dl.form2 dd input:focus,
article section#contents .page dl.form2 dd select:focus,
article section#contents .page dl.form2 dd textarea:focus {
  background: #FFD;
}
article section#contents .page dl.form2 dd input.tel,
article section#contents .page dl.form2 dd select.tel,
article section#contents .page dl.form2 dd textarea.tel {
  width: 30%;
}
article section#contents .page dl.form2 dd input.email,
article section#contents .page dl.form2 dd select.email,
article section#contents .page dl.form2 dd textarea.email {
  width: 50%;
}
article section#contents .page dl.form2 dd input.number,
article section#contents .page dl.form2 dd select.number,
article section#contents .page dl.form2 dd textarea.number {
  width: 60px;
}
article section#contents .page dl.form2 dd textarea {
  width: 100%;
}
article section#contents .page dl.circle {
  margin: 40px 20px;
}
article section#contents .page dl.circle:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page dl.circle dt {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: #4f81bd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 200px;
  float: left;
}
article section#contents .page dl.circle dd {
  width: 640px;
  float: right;
}
article section#contents .page .mixitup-page-list {
  margin: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
article section#contents .page .mixitup-page-list button {
  flex: 0 1 auto;
  color: #777;
  line-height: 3em;
}
article section#contents .page .mixitup-page-list button.mixitup-control {
  text-align: center;
  min-width: 3em;
  color: #333;
  border: 1px solid #ddd;
  border-right: none;
  background-color: #fff;
  margin: 0px;
  border-radius: 0;
  padding: 0px;
}
article section#contents .page .mixitup-page-list button.mixitup-control:hover {
  background-color: #999;
  color: #fff;
}
article section#contents .page .mixitup-page-list button.mixitup-control.control-disabled {
  color: #ddd;
}
article section#contents .page .mixitup-page-list button.mixitup-control.mixitup-control-active {
  font-weight: bold;
  background-color: #eee;
}
article section#contents .page .mixitup-page-list button.mixitup-control.mixitup-control-active:hover {
  background-color: #eee;
  color: #333;
}
article section#contents .page .mixitup-page-list button.mixitup-control-prev {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
article section#contents .page .mixitup-page-list button.mixitup-control-next {
  border-right: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
article section#contents .page .mixitup-page-list .mixitup-control-truncation-marker {
  flex: 0 1 auto;
  color: #777;
  line-height: 3em;
  border-left: 1px solid #ddd;
  padding: 0px 10px;
}
article section#contents .page .pagination {
  margin: 2rem 0px;
  text-align: center;
  color: #555;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0px 0px 0px;
  background-color: #eee;
}
article section#contents .page .pagination a {
  display: inline-block;
  padding: 0px 1rem;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 3px;
  margin: 0px 1rem;
  background-color: #fff;
  color: #555;
  line-height: 2rem;
}
article section#contents .page .pagination a:hover {
  background-color: #999;
  color: #fff;
}
article section#contents .page .pagination .pagelist_div {
  flex: 0 0 100%;
  margin: 0.5rem 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
article section#contents .page .pagination .pagelist_div .pagelist a {
  margin: 5px;
}
article section#contents .page .ajaxSearch_resultsInfos .ajaxSearch_resultsDisplayed {
  font-weight: bold;
  color: #FF9900;
}
article section#contents .page .ajaxSearch_grpResult .ajaxSearch_grpResultName {
  text-align: center;
}
article section#contents .page .ajaxSearch_grpResult .paging1 {
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin: 1rem 0px 2rem 0px;
}
article section#contents .page .ajaxSearch_grpResult .paging1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
article section#contents .page .ajaxSearch_grpResult .paging1:last-of-type {
  padding: 0px 0px;
  border: none;
  margin: 0px 0px 2rem 0px;
  border-bottom: none;
}
article section#contents .page .ajaxSearch_grpResult .paging1:last-of-type::after {
  content: normal;
}
article section#contents .page .ajaxSearch_grpResult .ajaxSearch_result {
  margin-bottom: 2rem;
}
article section#contents .page .ajaxSearch_grpResult .ajaxSearch_result::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  margin: 0px auto;
}
article section#contents .page .paging1Prev {
  padding: 3px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
}
article section#contents .page .paging1Prev:hover {
  background-color: #777;
  color: #fff;
}
article section#contents .page .paging1Next {
  padding: 3px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
}
article section#contents .page .paging1Next:hover {
  background-color: #777;
  color: #fff;
}
article section#contents .page .ajaxSearch_highlight {
  background-color: #FFFF77;
}
article section#contents .page .button-area {
  display: block;
  position: relative;
  text-align: center;
}
article section#contents .page .button-area input[type=submit] {
  padding: 10px 20px;
  border: 1px solid #bbb;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #555;
  background: #fff;
}
article section#contents .page .button-area input[type=submit]:hover {
  color: #fff;
  background: #555;
}
article section#contents .page .pickup {
  margin: 20px 0px;
  padding: 0px;
  border-radius: 5px;
  background-color: #eee;
}
article section#contents .page .pickup h3 {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  font-size: 16px;
  border-color: #fff;
  border-width: 2px;
}
article section#contents .page .pickup h3::after {
  background: #eee;
  border-color: #fff;
  border-width: 2px;
  bottom: -12px;
}
article section#contents .page .pickup ul {
  padding: 0px 10px 10px 10px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
article section#contents .page .pickup ul:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page .pickup ul.news_card li {
  flex: 1 1 23%;
}
article section#contents .page .pickup ul.seminor li {
  flex: 1 1 48%;
}
article section#contents .page .pickup ul li {
  border: 1px solid #ddd;
  background: #fff;
  flex: 1 1 30%;
  box-sizing: border-box;
  padding: 0px;
  margin: 10px;
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
article section#contents .page .pickup ul li h4 {
  margin: 10px;
  text-align: center;
  font-size: 14px;
}
article section#contents .page .pickup ul li h4 a {
  color: #555;
  text-decoration: none;
}
article section#contents .page .pickup ul li a {
  padding: 0px;
  display: block;
  border: none;
}
article section#contents .page .pickup ul li a.image {
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ddd;
}
article section#contents .page .pickup ul li img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 5px 5px 0px 0px;
}
article section#contents .page .pickup ul li .info {
  margin: 0px 20px 20px 20px;
  flex: 1 1 auto;
}
article section#contents .page .banner {
  margin: 20px 0px;
  padding: 0px;
}
article section#contents .page .banner ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
article section#contents .page .banner ul:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page .banner ul li {
  flex: 0 0 31%;
  box-sizing: border-box;
  padding: 0px;
  margin: 10px;
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  background: none;
}
article section#contents .page .banner ul li p {
  margin: 10px;
  text-align: center;
  font-size: 14px;
}
article section#contents .page .banner ul li p a {
  color: #555;
  text-decoration: none;
}
article section#contents .page .banner ul li a {
  padding: 0px;
  display: block;
  border: none;
}
article section#contents .page .banner ul li a:after {
  content: normal;
}
article section#contents .page .banner ul li a:hover img {
  transform: translate(-2px, -2px);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
article section#contents .page .banner ul li img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 5px;
  transition: 0.3s all;
  box-shadow: none;
  border: 1px solid #eee;
}
article section#contents .page .index_list {
  border-radius: 3px;
  background-color: #eee;
}
article section#contents .page .index_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5px;
  margin: 0px;
  border-bottom: 1px solid #fff;
}
article section#contents .page .index_list ul li {
  flex: 0 1 auto;
  background: none;
  margin: 5px;
  padding: 0px;
}
article section#contents .page .index_list ul li.title {
  line-height: 2.5em;
  font-weight: bold;
}
article section#contents .page .index_list ul li a {
  display: block;
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  line-height: 2.5em;
  color: #333;
}
article section#contents .page .index_list ul:last-of-type {
  border-bottom: none;
}
article section#contents .page ul {
  margin: 2em;
}
article section#contents .page ul li {
  padding: 0px 0px 0px 20px;
  list-style-type: none;
  background: url(../images/dot1.png) left 3px no-repeat;
  margin-bottom: 1em;
}
article section#contents .page ul.card {
  margin: 0px 0px 20px 0px;
}
article section#contents .page ul.card:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page ul.card li {
  border: 1px solid #ddd;
  padding: 20px;
  width: auto;
  float: none;
  margin: 5px;
  position: relative;
  margin-top: 30px;
  background: none;
  word-break: break-all;
}
article section#contents .page ul.card li:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  transform: rotate(45deg);
  background-color: #fff;
  left: 50%;
  margin-left: -16px;
  top: -16px;
}
article section#contents .page ul.seminor {
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
article section#contents .page ul.seminor:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page ul.seminor li {
  border: 1px solid #ddd;
  flex: 0 1 49%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px;
  margin: 5px;
  position: relative;
  background: none;
  border-radius: 5px;
  background: #fff;
  word-break: break-all;
}
article section#contents .page ul.seminor li.full {
  border: none;
  flex: 1 1 100%;
}
article section#contents .page ul.seminor li.full a.button {
  margin: 20px 0px;
  color: #09d;
  border-color: #09d;
  font-weight: bold;
  padding: 20px 10px;
}
article section#contents .page ul.seminor li.full a.button:hover {
  background: #09d;
}
article section#contents .page ul.seminor li.sp {
  display: none;
}
article section#contents .page ul.seminor li h4 {
  margin: 20px;
  text-align: center;
}
article section#contents .page ul.seminor li a {
  padding: 0px;
  display: block;
  border: none;
}
article section#contents .page ul.seminor li a.button {
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #999;
  margin: 10px 20px 20px 20px;
  border-radius: 3px;
  color: #333;
  flex: 0 0 22px;
}
article section#contents .page ul.seminor li a.button:hover {
  background: #777;
  color: #fff;
}
article section#contents .page ul.seminor li img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 5px 5px 0px 0px;
}
article section#contents .page ul.seminor li .info {
  margin: 0px 20px 20px 20px;
  flex: 1 1 auto;
}
article section#contents .page ul.old_seminor {
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
article section#contents .page ul.old_seminor:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page ul.old_seminor li {
  border: 1px solid #ddd;
  flex: 1 1 32%;
  box-sizing: border-box;
  padding: 0px;
  margin: 5px;
  position: relative;
  background: none;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  word-break: break-all;
}
article section#contents .page ul.old_seminor li h4 {
  margin: 20px;
  text-align: center;
}
article section#contents .page ul.old_seminor li a {
  padding: 0px;
  display: block;
  border: none;
}
article section#contents .page ul.old_seminor li a.button {
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #999;
  margin: 10px 20px 20px 20px;
  border-radius: 3px;
  color: #333;
  flex: 0 0 22px;
}
article section#contents .page ul.old_seminor li a.button:hover {
  background: #777;
  color: #fff;
}
article section#contents .page ul.old_seminor li img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 5px 5px 0px 0px;
}
article section#contents .page ul.old_seminor li .info {
  margin: 0px 20px 20px 20px;
  flex: 1 1 auto;
}
article section#contents .page ul.controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0px;
}
article section#contents .page ul.controls button {
  flex: 0 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #999;
  margin: 5px;
  border-radius: 3px;
  background: #fff;
  color: #333;
}
article section#contents .page ul.controls button:hover {
  background: #777;
  color: #fff;
}
article section#contents .page ul.news_card {
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
article section#contents .page ul.news_card:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page ul.news_card li {
  flex: 0 1 24%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0px;
  margin: 5px;
  position: relative;
  background: none;
  border-radius: 5px;
  max-width: 24%;
  background: #fff;
  word-break: break-all;
}
article section#contents .page ul.news_card li .data {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
}
article section#contents .page ul.news_card li .data .date {
  margin: 10px 10px 0px 10px;
  text-align: right;
}
article section#contents .page ul.news_card li .data h4 {
  margin: 10px;
  text-align: center;
  font-size: 14px;
  flex: 0 1 auto;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  font-weight: bold;
}
article section#contents .page ul.news_card li .data h4 a {
  text-decoration: none;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3rem;
}
article section#contents .page ul.news_card li .data h4 a.wrap {
  white-space: pre-wrap;
  overflow: visible;
  text-overflow: clip;
  text-align: justify;
}
article section#contents .page ul.news_card li .data h4 a:hover {
  text-decoration: underline;
}
article section#contents .page ul.news_card li .data a {
  padding: 0px;
  display: block;
  border: none;
}
article section#contents .page ul.news_card li .data a.button {
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #999;
  margin: 10px 20px 20px 20px;
  border-radius: 3px;
  color: #333;
  flex: 0 0 22px;
}
article section#contents .page ul.news_card li .data a.button:hover {
  background: #777;
  color: #fff;
}
article section#contents .page ul.news_card li .data a.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  background-color: #ddd;
  border-radius: 5px 5px 0px 0px;
}
article section#contents .page ul.news_card li .data .info {
  margin: 0px 20px 0px 20px;
  flex: 1 1 auto;
}
article section#contents .page ul.news_list:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page ul.news_list li {
  background: none;
  padding: 0px;
  word-break: break-all;
}
article section#contents .page ul.news_list li:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page ul.news_list li .news_date {
  background: #ddd;
  display: block;
  width: 100px;
  text-align: center;
  float: left;
  clear: both;
  position: relative;
  margin-right: 20px;
  line-height: 2em;
}
article section#contents .page ul.news_list li .news_title {
  float: left;
  width: 820px;
  display: block;
  line-height: 2em;
}
article section#contents .page ul.news_list li .news_intro_text {
  clear: both;
  float: right;
  width: 830px;
  margin-top: 10px;
  line-height: 1.6em;
  color: #555;
}
article section#contents .page ul.button_list:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
}
article section#contents .page ul.button_list li {
  background: none;
  padding: 0px;
  float: left;
  margin-right: 20px;
  background-color: #eee;
  padding: 0px 0px 0px 7px;
  border-radius: 3px;
}
article section#contents .page ul.button_list li:hover {
  background-color: #555;
  color: #fff;
}
article section#contents .page ul.index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #eee;
  padding: 5px;
  margin: 40px 0px 0px 0px;
  border-radius: 3px;
}
article section#contents .page ul.index li {
  flex: 0 1 auto;
  background: none;
  margin: 5px;
  padding: 0px;
}
article section#contents .page ul.index li.title {
  line-height: 2.5em;
  font-weight: bold;
}
article section#contents .page ul.index li a {
  display: block;
  padding: 0px 10px;
  background-color: #fff;
  border-radius: 3px;
  text-decoration: none;
  line-height: 2.5em;
  color: #333;
}
article section#contents .page ul.sitemap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none;
}
article section#contents .page ul.sitemap *:before,
article section#contents .page ul.sitemap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article section#contents .page ul.sitemap ul {
  margin: 0px 0px 0px 10px;
  position: relative;
}
article section#contents .page ul.sitemap ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 2px solid #ddd;
}
article section#contents .page ul.sitemap li {
  margin: 0;
  padding: 3px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  font-weight: normal;
  position: relative;
  background: none;
}
article section#contents .page ul.sitemap li:before {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border-top: 2px solid #ddd;
  position: absolute;
  top: 13px;
  left: 0;
}
article section#contents .page ul.sitemap li:last-child:before {
  background: #fff;
  height: auto;
  top: 10px;
  bottom: 0;
}
article section#contents .page img {
  margin: 0.5em 1em;
}
article section#contents .page ol {
  margin: 2em 2em 2em 3em;
}
article section#contents .page ol li {
  margin-bottom: 1em;
}
article section#contents .page ol ol {
  margin: 1em 0em 1em 1em;
}
article section#contents .page p {
  margin: 2rem;
}
article section#contents .page a {
  color: #025fb6;
  display: inline-block;
  padding: 0px 3px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid transparent;
}
article section#contents .page a:hover {
  text-decoration: none;
  border-color: #999;
}
article section#contents .page a[target=_blank]::after {
  content: "\f14c";
  color: #999;
  margin-left: 2px;
  margin-right: 2px;
}
article section#contents .page a.button {
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #999;
  margin: 5px;
  border-radius: 3px;
  color: #333;
}
article section#contents .page a.button:hover {
  background: #777;
  color: #fff;
}
article section#contents .page a.large_button {
  width: 60%;
  margin: 1em auto;
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #999;
  text-align: center;
  font-size: 18px;
  color: #555;
  box-sizing: border-box;
}
article section#contents .page a.large_button::after {
  content: "\f152";
  margin-left: 3px;
}
article section#contents .page a.large_button:hover {
  color: #fff;
  background-color: #555;
}
article section#contents .page .news_date {
  text-align: right;
}
article section#contents .page .right {
  text-align: right;
}
article section#contents .page .left {
  text-align: left;
}
article section#contents .page .center {
  text-align: center;
}
article section#contents .page .float_right {
  float: right;
}
article section#contents .page .float_left {
  float: left;
}
article section#contents .page .clear {
  clear: both;
}
article section#contents .page .highlight {
  font-weight: 900;
  border-radius: 3px;
  background-color: #ffff99;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.2em;
}
article section#contents .page .ex {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}
article section#contents .page .more {
  float: right;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #555;
}
article section#contents .page .more:after {
  content: "\f152";
  margin-left: 3px;
}
article section#contents .page .more:hover {
  color: #fff;
}
article section#contents .page .box {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
}
article section#contents .page .youtube {
  width: 800px;
  height: 450px;
}
article section#contents .page strong {
  font-weight: bold;
  font-size: 16px;
}
article section#contents .page input[type=radio],
article section#contents .page input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
article section#contents .page input[type=radio] + label,
article section#contents .page input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
article section#contents .page .mail_magazine {
  position: relative;
  width: 100%;
  padding: 60vh 0 0;
  /* 高さと横幅の数字には単位は入れません。 */
}
article section#contents .page .mail_magazine iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1px) {
  article section#contents .page input[type=radio],
  article section#contents .page input[type=checkbox] {
    display: none;
    margin: 0;
  }
  article section#contents .page input[type=radio] + label,
  article section#contents .page input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  article section#contents .page input[type=radio] + label::before,
  article section#contents .page input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  article section#contents .page input[type=radio]:checked + label::after,
  article section#contents .page input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  article section#contents .page input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #025fb6;
    border-radius: 8px;
  }
  article section#contents .page input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  article section#contents .page input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #025fb6;
    border-bottom: 3px solid #025fb6;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  article section#contents .page input[type=checkbox] + label::before {
    border: 2px solid #ccc;
    background-color: #fff;
  }
}
/* 
 * 以下スマフォ用CSS 
 */
@media screen and (max-width: 999px) {
  html {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    min-height: 100%;
    font-size: 14px;
    color: #333;
    position: relative;
    width: 100%;
    padding-bottom: 170px;
  }
  a img {
    border: 0px;
  }
  /* ヘッダー部の設定 */
  header {
    width: 100%;
    height: 53px;
  }
  header .container {
    width: 100%;
    height: 53px;
  }
  header .container #main_logo {
    left: 10px;
    top: 15px;
  }
  header .container #main_logo a {
    width: 165px;
    height: 30px;
    background-size: contain;
    background-position: left center;
  }
  header .container #header_menu {
    right: 53px;
    top: 5px;
    position: absolute;
    width: auto;
  }
  header .container #header_menu .menu {
    display: block;
  }
  header .container #header_menu .menu a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #bbb;
    font-size: 18px;
    color: #333;
    text-decoration: none;
  }
  header .container #header_menu ul {
    position: absolute;
    right: -49px;
    width: auto;
    z-index: 1000;
    display: none;
  }
  header .container #header_menu ul li {
    margin: 0px;
    display: block;
  }
  header .container #header_menu ul li.search {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    background-color: #333;
    color: #fff;
    border: 1px solid #bbb;
    margin-bottom: -1px;
    text-shadow: none;
    padding: 10px;
    height: auto;
  }
  header .container #header_menu ul li.login,
  header .container #header_menu ul li.shop {
    position: relative;
    right: auto;
    top: auto;
  }
  header .container #header_menu ul li.login a,
  header .container #header_menu ul li.shop a {
    display: block;
    background-color: #333;
    color: #fff;
    border: 1px solid #bbb;
    margin-bottom: -1px;
    text-shadow: none;
    padding: 10px;
    height: auto;
  }
  header .container #header_menu ul li.pulldown {
    position: relative;
  }
  header .container #header_menu ul li.pulldown:hover ul {
    display: none !important;
  }
  header .container #header_menu ul li.pulldown .pulldown_button {
    display: inline-block;
    content: "＋";
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #ddd;
  }
  header .container #header_menu ul li.pulldown .pulldown_button .plus {
    display: inline;
  }
  header .container #header_menu ul li.pulldown .pulldown_button .minus {
    display: none;
  }
  header .container #header_menu ul li.pulldown.open ul {
    display: block !important;
  }
  header .container #header_menu ul li.pulldown.open .pulldown_button .plus {
    display: none;
  }
  header .container #header_menu ul li.pulldown.open .pulldown_button .minus {
    display: inline;
  }
  header .container #header_menu ul li.pulldown ul {
    display: none !important;
    background: #fff;
    box-shadow: none;
    position: relative;
    right: auto;
  }
  header .container #header_menu ul li.pulldown ul li {
    border-bottom: none;
  }
  header .container #header_menu ul li.pulldown ul li a {
    padding: 10px;
    line-height: 1.5rem;
    display: block;
    height: auto;
    text-shadow: none;
    font-weight: normal;
    font-size: 0.8rem;
    background-color: #eee;
    color: #333;
  }
  header .container #header_menu ul li.pulldown ul li a::after {
    content: normal;
  }
  header .container #header_menu ul li.pulldown ul li a:hover {
    background: #777;
    color: #333;
  }
  header .container #header_menu ul li a {
    display: block;
    background-color: #333;
    color: #fff;
    border: 1px solid #bbb;
    margin-bottom: -1px;
    text-shadow: none;
    padding: 10px;
    height: auto;
    white-space: nowrap;
  }
  header .container #header_menu ul li a:hover {
    color: #fff;
  }
  header .container #header_menu ul li::after {
    content: normal;
  }
  header .container #header_menu ul li:first-of-type::before {
    content: normal;
  }
  header .container .sns {
    right: 95px;
    top: 3px;
  }
  header .container .sns a {
    font-size: 38px;
  }
  header .container .contact {
    top: 5px;
    right: 5px;
  }
  header .container .contact a {
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 40px;
  }
  header .container .contact a i {
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
  }
  header .container .contact a span {
    display: none;
  }
  /* フッター部の設定 */
  footer {
    width: 100%;
    height: 200px;
    padding-bottom: 30px;
  }
  footer #iglta {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0px;
    left: auto;
  }
  footer #copyright {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: #777;
    margin: 0px;
  }
  footer #footer_menu {
    width: auto;
    margin: 10px;
  }
  footer #footer_menu li {
    float: none;
    margin-bottom: 10px;
  }
  /* メインコンテンツ部分の設定 */
  article {
    overflow: hidden;
    width: 100%;
    padding-top: 53px;
  }
  article:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
  }
  article section {
    width: 100%;
    box-sizing: border-box;
    /* 下部ページ用設定 */
  }
  article section#main_image {
    height: 230px;
    margin-bottom: 30px;
  }
  article section#main_image:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    bottom: -20px;
  }
  article section#main_image h2 {
    width: 350px;
    height: 35px;
    top: auto;
    left: auto;
    background-size: contain;
    max-width: 95%;
    background-position: center center;
    margin: 30px auto 0px auto;
    position: relative;
  }
  article section#main_image p {
    width: 350px;
    height: 130px;
    left: auto;
    top: auto;
    background-size: contain;
    max-width: 95%;
    background-position: center center;
    margin: 10px auto 0px auto;
    position: relative;
  }
  article section#slider {
    height: 230px;
    margin-bottom: 30px;
  }
  article section#slider:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    bottom: -20px;
  }
  article section#slider h2 {
    width: 350px;
    height: 35px;
    top: auto;
    left: auto;
    font-size: 2em;
    background-size: contain;
    max-width: 95%;
    background-position: center center;
    margin: 30px auto 0px auto;
    position: relative;
  }
  article section#slider p {
    width: 350px;
    height: 130px;
    left: auto;
    top: auto;
    font-size: 1em;
    background-size: contain;
    max-width: 95%;
    background-position: center center;
    margin: 10px auto 0px auto;
    position: relative;
  }
  article section#slider div.sl-slide.h2_replace h2 {
    max-width: 95%;
    background-size: contain;
    margin: 30px auto 0px auto;
  }
  article section#slider div.sl-slide.p_replace p {
    max-width: 95%;
    background-size: contain;
    margin: 0px auto;
  }
  article section#slider .nav-arrows {
    display: none;
  }
  article section#slider .nav-dots {
    text-align: right;
    bottom: 0px;
    width: 95%;
  }
  article section#slider .nav-dots span {
    width: 12px;
    height: 12px;
  }
  article section#slider .nav-dots span.nav-dot-current:after {
    width: 8px;
    height: 8px;
    top: 2px;
    left: 2px;
  }
  article section#toppage_caption {
    width: 100%;
  }
  article section#toppage_caption h2 {
    font-size: 24px;
    margin: 20px 20px 10px 20px;
  }
  article section#toppage_caption img {
    display: block;
    margin: 0px auto 0px auto;
    width: 150px;
    float: none;
  }
  article section#toppage_caption ul {
    margin: 10px;
    display: block;
    font-size: 14px;
    width: auto;
  }
  article section#toppage_caption p {
    margin: 20px;
    width: auto;
  }
  article section#information {
    width: 100%;
  }
  article section#information h2 {
    padding-bottom: 5px;
    border-bottom: 7px solid #ccc;
  }
  article section#information h2:after,
  article section#information h2:before {
    content: normal;
  }
  article section#information dl {
    width: 90%;
    margin: 1em auto;
  }
  article section#information dl dt {
    width: auto;
    float: none;
    margin-bottom: 5px;
  }
  article section#information dl dd {
    width: auto;
    float: none;
  }
  article section .pickup {
    width: auto;
    margin: 10px;
  }
  article section .pickup ul li {
    flex: 1 1 98%;
  }
  article section#news {
    width: 100%;
  }
  article section#news h2 {
    padding-bottom: 5px;
    border-bottom: 7px solid #ccc;
  }
  article section#news h2:after,
  article section#news h2:before {
    content: normal;
  }
  article section#news dl {
    width: 90%;
    margin: 1em auto;
  }
  article section#news dl dt {
    width: auto;
    float: none;
    margin-bottom: 5px;
  }
  article section#news dl dd {
    width: auto;
    float: none;
  }
  article section#toppage_bottom section {
    flex: 1 1 100%;
    padding: 10px;
  }
  article section#toppage_bottom_banner ul {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
  }
  article section#toppage_bottom_banner ul li {
    margin: 10px;
    padding: 0px;
    list-style-type: none;
    max-width: 90%;
    flex: 1 1 90%;
  }
  article section#right_banner {
    position: fixed;
    right: auto;
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    margin: 0px;
  }
  article section#right_banner ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-items: end;
    justify-content: center;
  }
  article section#right_banner ul li {
    list-style-type: none;
    margin: 0px 3px;
  }
  article section#right_banner ul li a {
    position: relative;
    right: 0px;
    bottom: -10px;
    background-color: transparent;
    color: #fff;
    padding: 10px 10px 20px 10px;
    writing-mode: horizontal-tb;
    text-decoration: none;
    font-size: 0.9rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
  }
  article section#right_banner ul li a:hover {
    bottom: 0px;
  }
  article section#contents #page_title {
    text-indent: 0px;
    margin-left: 0px;
  }
  article section#contents #page_title h2 {
    padding: 10px;
    width: auto;
    font-size: 20px;
  }
  article section#contents #page_title h2:after {
    width: 20px;
    height: 20px;
    top: -10px;
    margin-left: -10px;
  }
  article section#contents #breadcrumb ul {
    left: 0px;
    margin: 0px;
  }
  article section#contents .page {
    width: auto;
    padding: 10px;
    margin: 10px auto;
  }
  article section#contents .page p {
    margin: 2rem;
    line-height: 1.8;
  }
  article section#contents .page dl {
    margin: 2em;
  }
  article section#contents .page dl.list dt {
    float: none;
    margin: 0px;
  }
  article section#contents .page dl.list dd {
    float: none;
    margin-bottom: 10px;
    padding: 10px;
  }
  article section#contents .page dl.circle dt {
    float: none;
    margin: 0px auto 20px auto;
  }
  article section#contents .page dl.circle dd {
    float: none;
    width: auto;
  }
  article section#contents .page dl.circle dd p {
    margin: 10px 0px;
  }
  article section#contents .page dl.form {
    width: auto;
  }
  article section#contents .page dl.form dt {
    float: none;
    width: auto;
    margin: 0px;
  }
  article section#contents .page dl.form dt::after {
    content: normal;
  }
  article section#contents .page dl.form dd {
    float: none;
    width: 100%;
  }
  article section#contents .page dl.form2 {
    width: auto;
  }
  article section#contents .page ol {
    margin: 2em;
  }
  article section#contents .page ol li {
    margin-left: 1em;
  }
  article section#contents .page .pickup {
    width: auto;
    margin: 10px 0px;
  }
  article section#contents .page .pickup ul li {
    flex: 1 1 98%;
  }
  article section#contents .page .banner {
    width: auto;
    margin: 10px 0px;
  }
  article section#contents .page .banner ul li {
    flex: 1 1 98%;
  }
  article section#contents .page ul {
    margin: 10px;
  }
  article section#contents .page ul li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 1.5em;
  }
  article section#contents .page ul.sitemap {
    margin: 20px;
  }
  article section#contents .page ul.sitemap ul {
    margin: 10px 0px;
  }
  article section#contents .page ul.sitemap li {
    margin-bottom: 10px;
  }
  article section#contents .page ul.sitemap li:before {
    content: "";
    display: block;
    width: 20px;
    height: 0;
    border-top: 2px solid #ddd;
    position: absolute;
    top: 13px;
    left: 0;
    transform: rotate(0deg);
  }
  article section#contents .page ul.button_list li:before {
    content: normal;
  }
  article section#contents .page ul.news_list li .news_title {
    float: none;
    width: auto;
  }
  article section#contents .page ul.news_list li .news_intro_text {
    width: auto;
  }
  article section#contents .page ul.news_card li {
    flex: 0 1 98%;
    max-width: 98%;
  }
  article section#contents .page ul.seminor li {
    flex: 1 1 98%;
  }
  article section#contents .page ul.seminor li.sp {
    display: flex;
  }
  article section#contents .page ul.old_seminor li {
    flex: 1 1 98%;
  }
  article section#contents .page strong {
    font-weight: bold;
    font-size: 14px;
  }
  article section#contents .page img {
    max-width: 100%;
    height: auto;
    margin: 0px;
  }
  article section#contents .page .box {
    margin: 1em 0px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
  }
  article section#contents .page .youtube {
    width: 300px;
    height: 200px;
    margin: 1em auto;
  }
  article section#contents .page iframe {
    max-width: 100%;
    height: auto;
  }
  article section#contents .page .mail_magazine {
    position: relative;
    width: 100%;
    padding: 60vh 0 0;
    /* 高さと横幅の数字には単位は入れません。 */
  }
  article section#contents .page .mail_magazine iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
