@charset "UTF-8";
/*$width-pc_max2: 1051px;
$width-pc_max1: 1050px;

$width-pc_min2: 1201px;
$width-pc_min1: 1200px;
$width-pc: 769px;
$width-sm1: 768px;
$width-sm2: 480px;
$width-scrollbar: 20px;
*/
/*mixin*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@media print, screen and (min-width: 920px) {
  body {
    overflow: hidden;
    min-width: 900px;
  }
}
@media only screen and (max-width: 919px) {
  body {
    overflow: auto;
    min-width: 90%;
  }
}

.col_white {
  color: #ffffff;
}

.Arrange {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 920px) {
  .tp_sml {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 919px) {
  .tp_sml {
    margin-top: 5px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .tp_mid {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .tp_mid {
    margin-top: 20px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .tp_und {
    margin-top: 45px !important;
  }
}
@media only screen and (max-width: 919px) {
  .tp_und {
    margin-top: 45px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .sml {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 919px) {
  .sml {
    margin-bottom: 5px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .mid {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .mid {
    margin-bottom: 20px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .und {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 919px) {
  .und {
    margin-bottom: 45px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .sund {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 919px) {
  .sund {
    margin-bottom: 75px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 920px) {
  .phone {
    display: none;
  }
}
@media only screen and (max-width: 919px) {
  .phone {
    display: block;
  }
}

.text_50 {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .text_50 {
    float: left;
    width: 48% !important;
    padding: 0% 2% 0% 0%;
  }
}
@media only screen and (max-width: 919px) {
  .text_50 {
    float: none;
    width: 100%;
    padding: 0%;
  }
}

.disnon {
  display: none;
}

/* CSS Document */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------------------- */
img {
  margin: 0px !important;
  padding: 0px !important;
}

body {
  /*font-size: inherit;*/
  /*font:100%;*/
}

html {
  overflow: auto;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* リンク設定
------------------------------------------------------------*/
a {
  color: #0072d0;
  text-decoration: underline;
}

a:hover {
  color: #0072d0;
  /*opacity: 0.8;*/
}

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

.btn.btn-01 a {
  display: block;
  background-color: #c3002f;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.btn.btn-01 a:hover {
  background-color: #990f34;
}

.dsp_bl {
  display: block !important;
}

.txt_dc_u_no a {
  text-decoration: none !important;
}

.ovf_no {
  overflow: visible !important;
}

/* 背景色 */
.bg_col00 {
  background-color: #ffffff;
}

.bg_col01 {
  background-color: #f8fcff;
}

.bg_col02 {
  background-color: #1063b0;
}

/* 背景色 */
.area_block {
  display: block;
}

/* フォントカラー */
.cor01 {
  color: #1063b0 !important;
}

.cor02 {
  color: #0091d3 !important;
}

.cor03 {
  color: #0091d3 !important;
}

.cor04 {
  color: #ec73a8 !important;
}

.cor05 {
  color: #95c682 !important;
}

.cor06 {
  color: #98009c !important;
}

.bodpd_pt01 {
  border-top: #337adb 3px solid;
}
@media print, screen and (min-width: 920px) {
  .bodpd_pt01 {
    padding: 15px 0px 15px 0px !important;
  }
}
@media only screen and (max-width: 919px) {
  .bodpd_pt01 {
    padding: 10px 0px 10px 0px !important;
  }
}

.kv_text p.hardlight {
  /*box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  text-shadow: 8px 5px 6px #373535;*/
  text-shadow: 8px 5px 6px #123b8a;
  /*background-image: linear-gradient(rgb(88, 195, 214), rgb(8, 42, 87))!important;
  filter: blur(20px)!important;
  transform: translateY(10px) scale(1.1)!important;
  mix-blend-mode: hard-light!important;*/
}

span.sec_ti01 {
  display: table-cell !important;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  height: 55px;
  line-height: 1.2;
  font-weight: 500;
  padding-left: 10px;
}
@media print, screen and (min-width: 920px) {
  span.sec_ti01 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 919px) {
  span.sec_ti01 {
    	/*display: block;
    text-align: center;*/
    font-size: 120%;
  }
}
span.no_ti01 {
  display: table-cell !important;
  text-align: left;
  height: 55px;
  line-height: 18px;
  margin-right: 5px;
  background-color: #0D73C9;
  padding: 0px 20px;
  color: #fff;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  span.no_ti01 {
    /*width: 100%;*/
    font-size: 25px;
  }
}
@media only screen and (max-width: 919px) {
  span.no_ti01 {
    font-size: 20px;
  }
}

.schedule_area {
  width: 100%;
  height: auto;
}
.schedule_area table {
  width: 100%;
  border: none;
}
.schedule_area table th {
  width: 96%;
  padding: 15px 2%;
  border: none;
  /*background:#BACEE4 url(../images/) repeat-y 5% top;*/
}
.schedule_area table th span {
  width: 45%;
  padding-left: 35px;
  display: block;
  float: left;
  padding-bottom: 12;
  /*background:url(../images/) no-repeat left top;*/
}
.schedule_area table th p {
  width: 50% !important;
  display: block !important;
  float: right !important;
  padding-bottom: 12 !important;
}
.schedule_area table td {
  padding: 18px 19px 18px 0;
  border: none;
  background: #bacee4;
  word-break: break-all;
}
.schedule_area table tr:nth-child(2n-1) th {
  background-color: #ffffff;
}
.schedule_area table tr:nth-child(2n-1) td {
  background-color: #ffffff;
}
.schedule_area table tr:nth-child(2n-1) th {
  background-image: url(../images/);
  background-position: 5% top;
  background-repeat: repeat-y;
}
.schedule_area table tr:first-child th {
  background: #fff url(../images/) no-repeat 5% top;
}
.schedule_area table tr:last-child th {
  background-image: url(../images/);
  background-position: 5% top;
  background-repeat: no-repeat;
}

.two_li_ti01 {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .two_li_ti01 {
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 919px) {
  .two_li_ti01 {
    padding: 15px 0 !important;
  }
}
.two_li_ti01:before, .two_li_ti01:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.two_li_ti01:before {
  top: 0;
  border-top: 2px solid #2372ab;
  border-bottom: 1px solid #8ab1d1;
}
.two_li_ti01:after {
  bottom: 0;
  border-top: 1px solid #8ab1d1;
  border-bottom: 2px solid #2372ab;
}

.fukidashi {
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.fukidashi:before, .fukidashi:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.fukidashi:before {
  border-top: 15px solid #ccc;
}
.fukidashi:after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

.tel_frame {
  position: relative;
  padding: 1em;
  background-color: #f6f6f6;
}
.tel_frame:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ddd #ddd;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 919px) {
  .tel_frame span.tel_bl {
    display: block;
    text-align: center;
  }
}

hr {
  display: block;
  border-bottom: 1px solid #ddd;
  border-bottom-width: 1px;
  border-width: 0 0 1px 0;
  line-height: 0px;
  height: 0px;
  padding: 0px;
  margin: 50px 0 40px 0;
  clear: both;
}

/*** サイト内検索-Lightbox- ***/
.lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 200;
  text-align: center;
  background-image: url("../images/common/saerch_box_bg.png");
  background-repeat: repeat;
}

.lb-overlay > div {
  position: relative;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
  height: auto;
  margin: 0px auto 0px auto;
  background-color: #ffffff;
  border: #2f6ea8 solid 1px;
}
@media print, screen and (min-width: 920px) {
  .lb-overlay > div {
    width: 550px;
  }
}
@media only screen and (max-width: 919px) {
  .lb-overlay > div {
    width: 95%;
  }
}

.lb-overlay div h2 {
  font-size: 25px;
  line-height: 30px;
  width: 90%;
  margin: 10px auto;
  color: #ffffff;
  background-color: #174386;
  border-radius: 7px;
}
@media print, screen and (min-width: 920px) {
  .lb-overlay div h2 {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .lb-overlay div h2 {
    padding: 10px 0px;
  }
}

.lb-overlay div p {
  font-size: 16px;
  line-height: 22px;
}
@media print, screen and (min-width: 920px) {
  .lb-overlay div p {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .lb-overlay div p {
    padding: 15px 0px;
  }
}

/* 検索フォーム */
.search_form {
  width: 90%;
  margin: 0px auto 50px auto;
}

#form5 {
  margin-bottom: 20px;
}

#sbox5 {
  float: left;
  outline: 0;
  height: 50px;
  padding: 0 10px;
  width: 70%;
  border-radius: 2px;
  background: #eee;
}

#SearchIndexQ {
  float: left;
  outline: 0;
  height: 50px;
  padding: 0 10px;
  width: 70%;
  border-radius: 2px;
  background: #eee;
}

#sbtn5 {
  float: right;
  width: 28%;
  height: 50px;
  border-radius: 2px;
  background-color: #7fbfff !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

#submit {
  float: right;
  width: 28%;
  height: 50px;
  border-radius: 2px;
  background-color: #7fbfff !important;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* 検索フォーム */
.lb-overlay a.lb-close {
  background-color: #5b8acb;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  width: 100%;
  height: 35px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
}

.lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
}
@media print, screen and (min-width: 920px) {
  .lb-overlay:target {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 919px) {
  .lb-overlay:target {
    padding-top: 20px;
  }
}

.lb-overlay:target img {
  -webkit-animation: fadeInScale 1.2s ease-in-out;
  -moz-animation: fadeInScale 1.2s ease-in-out;
  -o-animation: fadeInScale 1.2s ease-in-out;
  -ms-animation: fadeInScale 1.2s ease-in-out;
  animation: fadeInScale 1.2s ease-in-out;
}

.lb-overlay:target a.lb-close,
.lb-overlay:target > div {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes fadeInScale {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes fadeInScale {
  0% {
    -o-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes fadeInScale {
  0% {
    -ms-transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInScale {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
x:-o-prefocus,
.lb-overlay img {
  height: 100%;
}

/*** サイト内検索-Lightbox- ***/
/*** 各種ブロック ***/
.left_block_01 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_01 {
    float: left;
    width: 20%;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_01 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_01_sub {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_01_sub {
    float: left;
    /*width: 32%;*/
    width: 25%;
    margin: 5px 2% 10px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_01_sub {
    float: left;
    width: 28%;
    margin: 5px 2% 10px 0px;
  }
}
.left_block_01_sub img {
  width: 100%;
  height: auto;
}

.right_block_01 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .right_block_01 {
    float: right;
    width: 78%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .right_block_01 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_02 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_02 {
    float: left;
    width: 35%;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_02 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.right_block_02 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .right_block_02 {
    float: right;
    width: 63%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .right_block_02 {
    float: none;
    width: 100%;
    margin: 0px;
  }
}

.left_block_02_iss {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_02_iss {
    float: left;
    width: 35%;
    margin: 0px 2% 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_02_iss {
    float: none;
    width: 70%;
    margin: 0px;
  }
}

.left_block_03 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_03 {
    float: left;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_03 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_03_iss {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_03_iss {
    float: left;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_03_iss {
    float: none;
    width: 70%;
    margin: 0px;
  }
}

.right_block_03 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .right_block_03 {
    float: right;
    width: 48%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .right_block_03 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_03_sub {
  height: auto;
  float: left;
  width: 48%;
  margin: 0px 0px 0px 0px;
}

.right_block_03_sub {
  height: auto;
  float: right;
  width: 48%;
  margin: 0px 0px 0px 0px;
}

.left_block_04 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_04 {
    float: left;
    width: 56%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_04 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_04 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .right_block_04 {
    float: right;
    width: 42%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .right_block_04 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_05 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_05 {
    float: left;
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_05 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_05 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .right_block_05 {
    float: right;
    width: 28%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .right_block_05 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_05_iss {
  height: auto;
}
@media print, only screen and (min-width: 1051px) {
  .left_block_05_iss {
    float: left;
    width: 70%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .left_block_05_iss {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.left_block_05_iss_sub01 {
  height: auto;
}
@media print, only screen and (min-width: 1051px) {
  .left_block_05_iss_sub01 {
    float: left;
    width: 565px;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .left_block_05_iss_sub01 {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_05_iss {
  height: auto;
}
@media print, only screen and (min-width: 1051px) {
  .right_block_05_iss {
    float: right;
    width: 28%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .right_block_05_iss {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
}

.right_block_05_iss_sub {
  height: auto;
}
@media print, only screen and (min-width: 1051px) {
  .right_block_05_iss_sub {
    float: right;
    width: 28%;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .right_block_05_iss_sub {
    float: none;
    width: 70%;
    margin: 0px;
  }
}

.right_block_05_iss_sub01 {
  height: auto;
}
@media print, only screen and (min-width: 1051px) {
  .right_block_05_iss_sub01 {
    float: right;
    width: 182px;
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .right_block_05_iss_sub01 {
    float: none;
    width: 70%;
    margin: 0px;
  }
}

.right_block_05_iss_sub02 {
  height: auto;
}
@media print, only screen and (min-width: 1051px) {
  .right_block_05_iss_sub02 {
    float: right;
    width: 304px;
    height: 34px;
  }
}
@media only screen and (max-width: 1050px) {
  .right_block_05_iss_sub02 {
    float: none;
    width: 78%;
    margin: 0px auto;
  }
}

/*** 各種ブロック ***/
.intro_co01 {
  border: #9079b6 2px solid;
}

.intro_co02 {
  border: #8ec37a 2px solid;
}

.intro_co03 {
  border: #6884ba 2px solid;
}

.intro_co04 {
  border: #d5b445 2px solid;
}

.intro_co05 {
  border: #e28f91 2px solid;
}

.intro_co06 {
  border: #a4acb0 2px solid;
}

.st_mes_bod01 {
  border: #15a26b solid 1px;
}

.st_mes_bgcl01 {
  background-color: #15a26b;
}

.st_mes_fon01 {
  color: #15a26b;
}

.st_mes_bod02 {
  border: #a79537 solid 1px;
}

.st_mes_bgcl02 {
  background-color: #a79537;
}

.st_mes_fon02 {
  color: #a79537;
}

.st_mes_bod03 {
  border: #e4676a solid 1px;
}

.st_mes_bgcl03 {
  background-color: #e4676a;
}

.st_mes_fon03 {
  color: #e4676a;
}

.st_mes_bod04 {
  border: #499dcc solid 1px;
}

.st_mes_bgcl04 {
  background-color: #499dcc;
}

.st_mes_fon04 {
  color: #499dcc;
}

.st_mes_bod05 {
  border: #7352d1 solid 1px;
}

.st_mes_bgcl05 {
  background-color: #7352d1;
}

.st_mes_fon05 {
  color: #7352d1;
}

/*** line-height・font-size 0 ***/
.img_fl0 {
  font-size: 0px;
  line-height: 0px;
}

/*** line-height・font-size 0 ***/
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
  /*@include wi-pc{
  position: relative;
  padding-left:3em;
  text-indent:-3em;
  span.ft_com{
  	position: absolute;
  	left: 20;
  }
  }
  @include wi-sm1{
  }*/
}

@media print, screen and (min-width: 920px) {
  .indent-3 {
    position: relative;
    padding-left: 5em;
    text-indent: -5em;
  }
  .indent-3 span.ft_com {
    position: absolute;
    left: 30;
  }
}

@media print, screen and (min-width: 920px) {
  .indent-4 {
    position: relative;
    padding-left: 4em;
    text-indent: -4em;
  }
  .indent-4 span.ft_com {
    position: absolute;
    left: 30;
  }
}

.sub_page_title {
  border-bottom: 1px dashed #246396;
  line-height: 1.5;
  padding: 0.85em 0em;
}
@media print, screen and (min-width: 920px) {
  .sub_page_title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
  }
}
@media only screen and (max-width: 919px) {
  .sub_page_title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
  }
}

.sub_page_title01 {
  padding: 0.5em 0.75em;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  border: 3px double #5184a4;
}

.sub_page_title02 {
  position: relative;
  padding: 0.5em 0 0.5em 0.95em;
  margin-bottom: 20px;
  border-left: 6px solid #ccc;
}
.sub_page_title02:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #edca0f;
}
.sub_page_title02:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.sub_page_title02_sub {
  position: relative;
  padding: 0.5em 0 0.5em 0.95em;
  margin-bottom: 20px;
  border-left: 6px solid #ccc;
}
.sub_page_title02_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #0C5FAC;
}
.sub_page_title02_sub:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

/*** 画像　並び ***/
/*** 罫線 ***/
@media print, screen and (min-width: 920px) {
  .bd01 {
    border: solid 5px #e6e6e6;
  }
}
@media only screen and (max-width: 919px) {
  .bd01 {
    border: solid 3px #e6e6e6;
  }
}

@media print, screen and (min-width: 920px) {
  .bd02 {
    border: solid 5px #a0c0e5;
  }
}
@media only screen and (max-width: 919px) {
  .bd02 {
    border: solid 3px #a0c0e5;
  }
}

@media print, screen and (min-width: 920px) {
  .bd03 {
    border: solid 1px #777777 !important;
  }
}
@media only screen and (max-width: 919px) {
  .bd03 {
    border: solid 1px #777777 !important;
  }
}

@media print, screen and (min-width: 920px) {
  .bdb01 {
    border-bottom: solid 2px #e6e6e6;
  }
}
@media only screen and (max-width: 919px) {
  .bdb01 {
    border-bottom: solid 2px #e6e6e6;
  }
}

@media print, screen and (min-width: 920px) {
  .bdb02 {
    border-bottom: solid 2px #221b1b;
  }
}
@media only screen and (max-width: 919px) {
  .bdb02 {
    border-bottom: solid 2px #221b1b;
  }
}

/*** 罫線 ***/
/*** リストスタイル ***/
ul.list_style01 li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 100%;
  line-height: 1.3;
  margin-bottom: 10px;
}
ul.list_style01 li::before {
  content: "●" !important;
  font-family: "Icons" !important;
  padding-right: 0px !important;
}
ul.list_style01 li:last-child {
  margin-bottom: 0px;
}

/*** リストスタイル ***/
.img_fl0 {
  font-size: 0px;
  line-height: 0px;
}

/*** 1列 ***/
.block_PC1_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.block_PC1_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC1_sm2 li {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC1_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC1_sm2 li img {
  width: 100%;
  height: auto;
}

/*** 2列 ***/
.block_PC2_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.block_PC2_sm2 li {
  float: left;
  height: auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 920px) {
  .block_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC2_sm1 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.block_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC2_sm1 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC2_sm1 li {
    width: 100%;
    padding: 0px 1% 20px 0px;
  }
}
.block_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

.block_PC2_sm1_sub01 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
.block_PC2_sm1_sub01 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC2_sm1_sub01 li {
    width: 50%;
    padding: 0px 1% 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC2_sm1_sub01 li {
    width: 100%;
    padding: 0px 1% 0px 0px;
  }
}
.block_PC2_sm1_sub01 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC2_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi100_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi100_PC2_sm2 li {
    width: 50%;
    padding: 0px 1% 20px 0px;
  }
}
ul.img_wi100_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ol.img_wi100_PC2_sm2_sub {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ol.img_wi100_PC2_sm2_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ol.img_wi100_PC2_sm2_sub li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ol.img_wi100_PC2_sm2_sub li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ol.img_wi100_PC2_sm2_sub li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC2_sm1 {
  width: 100% !important;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi100_PC2_sm1 li {
    width: 50%;
    padding: 0px 1% 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi100_PC2_sm1 li {
    width: 100%;
    padding: 0px 0px 0px;
  }
}
ul.img_wi100_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ol.img_wi100_PC2_sm1_sub {
  width: 100% !important;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ol.img_wi100_PC2_sm1_sub li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ol.img_wi100_PC2_sm1_sub li {
    width: 50%;
    padding: 0px 1% 0px 0px;
  }
}
@media only screen and (max-width: 919px) {
  ol.img_wi100_PC2_sm1_sub li {
    width: 100%;
    padding: 0px 0px 0px;
  }
}
ol.img_wi100_PC2_sm1_sub li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC2_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC2_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC2_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC2_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC2_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC2_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC2_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC2_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC2_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi70_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC2_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC2_sm2 {
    width: 100%;
  }
}
ul.img_wi60_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC2_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC2_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC2_sm1 {
    width: 100%;
  }
}
ul.img_wi60_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi60_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC2_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC2_sm2 {
    width: 50%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC2_sm2 {
    width: 80%;
  }
}
ul.img_wi50_PC2_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC2_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi50_PC2_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC2_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC2_sm1 {
    width: 50%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC2_sm1 {
    width: 80%;
  }
}
ul.img_wi50_PC2_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC2_sm1 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC2_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi50_PC2_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 3列 ***/
.block_PC3_sm3 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC3_sm3 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC3_sm3 {
    width: 100%;
  }
}
.block_PC3_sm3 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC3_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC3_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm3 li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC3_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC3_sm2 {
    width: 100%;
  }
}
.block_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC3_sm2 li {
    width: 50%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC3_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC3_sm1 {
    width: 100%;
  }
}
.block_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC3_sm1 li {
    width: 100%;
    padding: 0px 1% 20px;
  }
}
.block_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi100_PC3_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi100_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi100_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi100_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi100_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi100_PC3_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi100_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi100_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi100_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi100_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC3_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC3_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC3_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC3_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC3_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC3_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC3_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC3_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC3_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC3_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC3_sm2 {
    width: 80%;
  }
}
ul.img_wi60_PC3_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC3_sm2 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC3_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC3_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC3_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC3_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC3_sm1 {
    width: 80%;
  }
}
ul.img_wi60_PC3_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC3_sm1 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC3_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC3_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 4列 ***/
.block_PC4_sm4 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm4 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm4 {
    width: 100%;
  }
}
.block_PC4_sm4 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm4 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm4 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
.block_PC4_sm4 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm3 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm3 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm3 {
    width: 100%;
  }
}
.block_PC4_sm3 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm3 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm3 li {
    width: 33%;
    padding: 0px 1% 20px;
  }
}
.block_PC4_sm3 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm2 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm2 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm2 {
    width: 100%;
  }
}
.block_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
.block_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

.block_PC4_sm1 {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm1 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm1 {
    width: 100%;
  }
}
.block_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .block_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .block_PC4_sm1 li {
    width: 100%;
    padding: 0px 2% 20px;
  }
}
.block_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi100_PC4_sm2 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
}
ul.img_wi100_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi100_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi100_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi100_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC4_sm1 {
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi90_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC4_sm1 li {
    width: 96%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi90_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC4_sm2 {
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi90_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi90_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi90_PC4_sm2 li {
    width: 50%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi90_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC4_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC4_sm2 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi80_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi80_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC4_sm1 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi80_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi80_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi80_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi80_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC4_sm2 {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi70_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi70_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi70_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC4_sm1 {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC4_sm1 {
    width: 100%;
  }
}
ul.img_wi70_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi70_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi70_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi70_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC4_sm2 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC4_sm2 {
    width: 100%;
  }
}
ul.img_wi60_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi60_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi60_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC4_sm1 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC4_sm1 {
    width: 96%;
  }
}
ul.img_wi60_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi60_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi60_PC4_sm1 li {
    width: 100%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi60_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC4_sm2 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC4_sm2 {
    width: 50%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC4_sm2 {
    width: 80%;
  }
}
ul.img_wi50_PC4_sm2 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC4_sm2 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC4_sm2 li {
    width: 46%;
    padding: 0px 2% 20px;
  }
}
ul.img_wi50_PC4_sm2 li img {
  width: 100%;
  height: auto;
}

ul.img_wi50_PC4_sm1 {
  height: auto;
  text-align: center;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC4_sm1 {
    width: 50%;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC4_sm1 {
    width: 80%;
  }
}
ul.img_wi50_PC4_sm1 li {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  ul.img_wi50_PC4_sm1 li {
    width: 25%;
    padding: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  ul.img_wi50_PC4_sm1 li {
    width: 96%;
    padding: 0px 1% 20px;
  }
}
ul.img_wi50_PC4_sm1 li img {
  width: 100%;
  height: auto;
}

/*** 画像　並び ***/
/*** 表スクロール ***/
.ta_scl {
  display: block;
}
@media only screen and (max-width: 919px) {
  .ta_scl {
    overflow: auto;
    white-space: nowrap;
  }
  .ta_scl::-webkit-scrollbar {
    height: 5px;
  }
  .ta_scl::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .ta_scl::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

/*** 表スクロール ***/
table.ta_st_01 {
  background-color: #ffffff !important;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  table.ta_st_01 {
    width: 100% !important;
    font-size: 100%;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_st_01 {
    width: 100% !important;
    font-size: 100%;
  }
}
table.ta_st_01 th {
  vertical-align: middle;
  background-color: #9ac6ef;
}
@media print, screen and (min-width: 920px) {
  table.ta_st_01 th {
    text-align: center;
    width: 30%;
    padding: 5px 10px !important;
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_st_01 th {
    text-align: center;
    padding: 5px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_st_01 th.bg_blu {
  background-color: #0e4287;
  color: #ffffff;
}
@media print, screen and (min-width: 920px) {
  table.ta_st_01 td {
    padding: 5px 10px !important;
    border: 1px solid #ffffff;
    background-color: #c3dcf2;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_st_01 td {
    text-align: center;
    padding: 5px 2% !important;
    width: 100% !important;
    display: block !important;
    background-color: #d6e7f8;
  }
}
table.ta_st_01 td.bg_gr01 {
  background-color: #d6e7f8;
}

table.ta_style01 {
  border: none;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  table.ta_style01 {
    /*width:720px;*/
    width: 100%;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style01 {
    width: 580px;
    font-size: 80%;
    line-height: 1.4;
    	/*font-size:0.70em;
    line-height:1.5em;*/
  }
}
table.ta_style01 th {
  vertical-align: middle;
  padding: 4px 4px;
  border: 1px solid #ddd;
  text-align: center;
  background: #efefef;
  font-weight: normal;
  width: auto;
  letter-spacing: -0.07em;
}
table.ta_style01 th.wi_30 {
  width: 30%;
}
table.ta_style01 th.wi_15 {
  width: 15%;
}
table.ta_style01 th.markup01 {
  background: #00308d;
  color: #ffffff;
}
table.ta_style01 th.markup02 {
  background: #4668ad;
  color: #ffffff;
}
table.ta_style01 td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 920px) {
  table.ta_style01 td {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style01 td {
    padding: 4px 4px;
  }
}
table.ta_style01 td.wi_30 {
  width: 30%;
}
table.ta_style01 td.wi_25 {
  width: 25%;
}
table.ta_style01 td.wi_15 {
  width: 15%;
}
table.ta_style01 td.markup {
  background: #ffeeee;
  font-weight: bold;
  letter-spacing: 0em;
}
table.ta_style01 td.markup01 {
  background: #00308d;
  color: #ffffff;
}
table.ta_style01 td.markup02 {
  background: #4668ad;
  color: #ffffff;
}
table.ta_style01 td.ctr {
  text-align: center;
}
table.ta_style01 td.lt {
  text-align: left;
}
table.ta_style01 td.rt {
  text-align: right;
}

table.ta_style02 {
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  table.ta_style02 {
    width: 100% !important;
    font-size: 100%;
    /*font-size: 14px;*/
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style02 {
    width: 100% !important;
    font-size: 100%;
    /*font-size: 14px;*/
  }
}
table.ta_style02 th {
  vertical-align: middle;
  background-color: #d9e6f4;
}
@media print, screen and (min-width: 920px) {
  table.ta_style02 th {
    width: 20%;
    padding: 10px !important;
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style02 th {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02 th.bg_blu {
  background-color: #0e4287;
  color: #ffffff;
}
@media print, screen and (min-width: 920px) {
  table.ta_style02 td {
    padding: 10px !important;
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style02 td {
    text-align: left;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02 td.bg_gr01 {
  background-color: #d6e7f8;
}

table.ta_style02_sub {
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  table.ta_style02_sub {
    width: 100% !important;
    font-size: 100%;
    /*font-size: 14px;*/
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style02_sub {
    width: 100% !important;
    font-size: 100%;
    /*font-size: 14px;*/
  }
}
table.ta_style02_sub th {
  vertical-align: middle;
  background-color: #d9e6f4;
}
@media print, screen and (min-width: 920px) {
  table.ta_style02_sub th {
    width: 30%;
    padding: 10px !important;
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style02_sub th {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02_sub th.bg_blu {
  background-color: #0e4287;
  color: #ffffff;
}
@media print, screen and (min-width: 920px) {
  table.ta_style02_sub td {
    padding: 10px !important;
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style02_sub td {
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style02_sub td.bg_gr01 {
  background-color: #d6e7f8;
}

table.ta_style02_block {
  margin: 0px auto;
  width: 100% !important;
  font-size: 100%;
}
table.ta_style02_block th {
  vertical-align: middle;
  background-color: #d9e6f4;
  text-align: center;
  padding: 10px 2% !important;
  width: 100% !important;
  display: block !important;
}
table.ta_style02_block th.bg_blu {
  background-color: #0e4287;
  color: #ffffff;
}
table.ta_style02_block td {
  text-align: center;
  padding: 10px 2% !important;
  width: 100% !important;
  display: block !important;
}
table.ta_style02_block td.bg_gr01 {
  background-color: #d6e7f8;
}

table.ta_style03 {
  font-size: 90%;
  line-height: 1.5;
  border: none;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  table.ta_style03 {
    width: 100%;
    	/*font-size:12px;
    line-height:20px;*/
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style03 {
    width: 580px;
    	/*font-size:0.70em;
    line-height:1.5em;*/
  }
}
table.ta_style03 th {
  vertical-align: top;
  padding: 4px 4px;
  border: 1px solid #ddd;
  text-align: center;
  background: #efefef;
  font-weight: normal;
  width: auto;
  letter-spacing: -0.07em;
}
table.ta_style03 td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 920px) {
  table.ta_style03 td {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style03 td {
    padding: 4px 4px;
  }
}
table.ta_style03 td.markup {
  background: #ffeeee;
  font-weight: bold;
  letter-spacing: 0em;
}
table.ta_style03 td.ctr {
  text-align: center;
}
table.ta_style03 td.lt {
  text-align: left;
}
table.ta_style03 td.rt {
  text-align: right;
}

table.ta_style04 {
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  table.ta_style04 {
    width: 600px !important;
    font-size: 14px;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style04 {
    width: 75% !important;
    font-size: 14px;
  }
}
table.ta_style04 th {
  vertical-align: middle;
  background: #c5dfff;
}
@media print, screen and (min-width: 920px) {
  table.ta_style04 th {
    width: 20%;
    padding: 10px !important;
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style04 th {
    text-align: center;
    padding: 10px 1% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style04 td {
  background: #efefef;
}
@media print, screen and (min-width: 920px) {
  table.ta_style04 td {
    padding: 10px !important;
    border: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style04 td {
    text-align: center;
    padding: 10px 1% !important;
    width: 100% !important;
    display: block !important;
  }
}

table.ta_style05 {
  margin: 0px auto;
  /*@include wi-pc{
  td:first-child{
  	border-top: 1px solid #9B9B9B;
  }
  }*/
}
@media print, screen and (min-width: 920px) {
  table.ta_style05 {
    width: 100% !important;
    font-size: 90%;
    border-top: 1px solid #9b9b9b;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style05 {
    width: 100% !important;
    font-size: 100%;
  }
}
table.ta_style05 th {
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  table.ta_style05 th {
    width: 20%;
    padding: 10px !important;
    border-left: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style05 th {
    background-color: #b1c6ec;
    text-align: center;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style05 th.bg_blu {
  background-color: #0e4287;
  color: #ffffff;
}
@media print, screen and (min-width: 920px) {
  table.ta_style05 td {
    padding: 10px !important;
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
  }
}
@media only screen and (max-width: 919px) {
  table.ta_style05 td {
    text-align: left;
    padding: 10px 2% !important;
    width: 100% !important;
    display: block !important;
  }
}
table.ta_style05 td.bg_gr01 {
  background-color: #d6e7f8;
}

.colored {
  color: #c3002f;
}

.colored01 {
  color: #dc146b;
}

.coloblue {
  color: #0b55c5;
}

.cologr {
  color: #108b35;
}

@media print, screen and (min-width: 920px) {
  .font-ll {
    font-size: 34px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 919px) {
  .font-ll {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .font-l01 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 919px) {
  .font-l01 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

.font-l {
  font-size: 20px !important;
  line-height: 26px !important;
}

@media print, screen and (min-width: 920px) {
  .font-m {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 919px) {
  .font-m {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .font-s {
    font-size: 75%;
    line-height: 1.1;
    	/*font-size: 12px!important;
    line-height: 18px!important;*/
  }
}
@media only screen and (max-width: 919px) {
  .font-s {
    font-size: 75%;
    line-height: 1.1;
    	/*font-size: 11px!important;
    line-height: 16px!important;*/
  }
}

/* 文字間隔 */
@media print, screen and (min-width: 920px) {
  .lsp_lrg {
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 919px) {
  .lsp_lrg {
    letter-spacing: 7px;
  }
}

@media print, screen and (min-width: 920px) {
  .lsp_mid {
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 919px) {
  .lsp_mid {
    letter-spacing: 3px;
  }
}

@media print, screen and (min-width: 920px) {
  .lsp_sml {
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 919px) {
  .lsp_sml {
    letter-spacing: 2px;
  }
}

/* 文字間隔 */
@media print, screen and (min-width: 920px) {
  .headline {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 919px) {
  .headline {
    margin-bottom: 5%;
    line-height: 1.4;
  }
}
.headline.large {
  margin-bottom: 3%;
}
@media print, screen and (min-width: 920px) {
  .headline.large {
    font-size: 31px;
  }
}
@media only screen and (max-width: 919px) {
  .headline.large {
    font-size: 20px;
    margin-bottom: 5%;
  }
}
.headline.medium {
  font-size: 20px;
  margin-bottom: 1%;
}
.headline.small {
  font-size: 16px;
  margin-bottom: 1%;
}
.headline.colored {
  color: #c3002f;
}
.headline.gray {
  color: #999;
}
.headline.bold {
  font-weight: bold;
}
.headline.border-l {
  border-left: 6px solid #c3002f;
  padding-left: 15px;
}
@media print, screen and (min-width: 920px) {
  .headline.font-l {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .headline.font-m {
    font-size: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .headline.font-m {
    font-size: 13.5px;
  }
}
@media print, screen and (min-width: 920px) {
  .headline.font-s {
    font-size: 12px;
  }
}
@media only screen and (max-width: 919px) {
  .headline.font-s {
    font-size: 11px;
  }
}
.headline.font-w-b {
  font-weight: bold;
}
.headline.l-border {
  border-left: 3px solid #c9c9c9;
  padding-left: 10px;
}
@media print, screen and (min-width: 920px) {
  .headline.mb-s {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 919px) {
  .headline.mb-s {
    margin-bottom: 3%;
  }
}
@media print, screen and (min-width: 920px) {
  .headline.mb-m {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 919px) {
  .headline.mb-m {
    margin-bottom: 5%;
  }
}
@media print, screen and (min-width: 920px) {
  .headline.mb-l {
    margin-bottom: 40px;
  }
}
.headline.boxDesign {
  background: #4c4c4c;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .headline.boxDesign {
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 14px;
  }
}

.img {
  margin-bottom: 3%;
}

.page_tit_01 {
  border-bottom: 1px solid #c3002f;
  border-top: 1px solid #c3002f;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_02 {
  background: #eee;
  display: block;
  padding: 4px 10px;
  margin: 10px 0;
  font-size: 14px;
}

.page_tit_or {
  background: #ec5e2e;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_lb {
  background: #3399cc;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_bl {
  background: #08188e;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.page_tit_pk {
  background: #cc3366;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  margin: 10px 0;
}

.list {
  margin-bottom: 30px;
}
.list.list-01 {
  list-style-type: disc;
  margin-left: 20px;
}
.list.list-01 li {
  list-style-type: disc;
}
.list.list-02 {
  list-style-type: decimal;
  margin-left: 20px;
}
.list.list-02 li {
  margin: 1em 0;
  list-style-type: decimal;
}

.contentsLines {
  border-bottom: 1px #666 dotted;
}

.box {
  margin-bottom: 30px;
}
.box.box-01 {
  border: 1px solid #abaeb1;
  padding: 10px 20px 20px;
}
.box.box-01.paddingCtr20 {
  padding: 20px;
}
.box.box-01 .box-title {
  font-size: 20px;
  color: #c3002f;
  margin-top: -35px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 10px;
}

.new-tb table {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid #94aec8;
  border-width: 0 1px 1px 0;
  width: 100%;
}
.new-tb table th,
.new-tb table td {
  border: 1px solid #94aec8;
  border-width: 1px 0 0 1px;
  text-align: left;
  padding: 1rem;
}
.new-tb table th {
  background: #eff6fe;
}
.new-tb table td {
  background: #fff;
  font-size: 0.96rem;
  line-height: 1.5;
}
.new-tb table td small {
  font-size: 75%;
  margin-left: 0.2rem;
}
.new-tb p {
  color: #262525;
  font-size: 0.9rem;
}
.new-tb p small {
  font-size: 0.9rem;
}
@media print, screen and (min-width: 920px) {
  .new-tb table th {
    line-height: 1.5;
    padding: 1rem 0.5rem;
    width: 30%;
  }
  .new-tb table th small {
    font-size: 1rem;
    display: block;
  }
  .new-tb table th.pc_ti01 {
    width: 30%;
  }
  .new-tb table th.pc_ti02 {
    width: 70%;
  }
  .new-tb table td span {
    margin: 0 0.25rem;
  }
  .new-tb table td span::after {
    content: "…";
  }
}
@media only screen and (max-width: 919px) {
  .new-tb table th {
    display: block;
    width: 100%;
  }
  .new-tb table th.pc_ti01 {
    display: none;
  }
  .new-tb table th.pc_ti02 {
    display: none;
  }
  .new-tb table td {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 1rem;
  }
}

.table.table01 tr td,
.table.table01 tr th {
  line-height: 1.4;
  display: block;
}

.table.table01 tr th {
  line-height: 1.4;
  font-weight: bold;
}

.table {
  width: 100%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 919px) {
  .table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table.table01 tr {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 919px) {
  .table.table01 tr {
    padding: 2% 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width: 920px) {
  .table.table01 tr td {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 919px) {
  .table.table01 tr td {
    line-height: 1.4;
    display: block;
  }
}
@media print, screen and (min-width: 920px) {
  .table.table01 tr th {
    font-weight: bold;
  }
}
@media only screen and (max-width: 919px) {
  .table.table01 tr th {
    line-height: 1.4;
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  .table.table02 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 919px) {
  .table.table02 tbody {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 920px) {
  .table.table02 th,
  .table.table02 td {
    padding: 10px 15px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 919px) {
  .table.table02 th,
  .table.table02 td {
    padding: 2% 0 2% 2%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 920px) {
  .table.table02 th {
    background-color: #666;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .table.table02 th.space {
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 919px) {
  .table.table02 th {
    background-color: #666;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .table.table02 th.space {
    display: none;
  }
}
.table.table02 td {
  line-height: 1.4;
  min-height: 100px;
}
.table.table02 td.year {
  white-space: nowrap;
}
.table.table02 td.year-summary {
  width: 30%;
}
@media print, screen and (min-width: 920px) {
  .table.table02 td.space {
    width: 1em;
    padding: 0 !important;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
}
@media only screen and (max-width: 919px) {
  .table.table02 td.space {
    display: none;
  }
}
.table.table02 td img {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 919px) {
  .table.table02 td img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .table.table02 tr {
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.table.table02 tr.even {
  background-color: #eee;
}
@media print, screen and (min-width: 920px) {
  .table.table02 tr.even .space {
    background: #fff;
  }
}
.table.table03 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table.table03 td,
.table.table03 th {
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table.table03 th {
  text-align: center;
  background-color: #eee;
}
.table.table04 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table.table04 td,
.table.table04 th {
  padding: 12px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 920px) {
  .table.table04 td .ltSpace,
  .table.table04 th .ltSpace {
    letter-spacing: 0.3em;
  }
  .table.table04 td .ltSpace.leftSet,
  .table.table04 th .ltSpace.leftSet {
    padding-left: 5px;
  }
}
.table.table04 th {
  background-color: #eee;
  font-size: 100%;
}
.table.table04 th b {
  font-size: 120%;
}
.table.table04 td {
  font-size: 140%;
}
.table.table04 td small {
  font-size: 75% !important;
  padding-left: 2px;
}
@media only screen and (max-width: 919px) {
  .table.table04 {
    display: block;
    width: 100%;
  }
  .table.table04 thead {
    display: block;
    float: left;
  }
  .table.table04 tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table.table04 tbody tr {
    width: 100%;
    margin: 0 !important;
  }
  .table.table04 th {
    display: block;
    width: auto;
    font-size: 14px !important;
  }
  .table.table04 th b {
    font-size: 14px;
  }
  .table.table04 tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .table.table04 td {
    display: block;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 919px) {
  .img {
    margin-bottom: 0;
  }
  .img.no-requid img {
    width: auto;
    height: auto;
  }
  .img.imgfloats img {
    max-width: 48%;
  }
  .img.imgarightRight img {
    float: right;
    padding: 0 0 1em 1em;
  }
  .img .caption.cap-r {
    text-align: right;
  }
}
@media print, screen and (min-width: 920px) {
  .section {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 919px) {
  .section {
    margin-bottom: 5%;
  }
}
.section .catch {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section .txt {
  margin-bottom: 20px;
}
.section .txt p + p {
  margin-top: 1em;
}
.section .txt img {
  width: 100%;
}
.section .unit {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
.section .imgBoxItem img {
  width: auto;
}

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

table

----------------------------------------------*/
.tableTypeB {
  width: 100%;
  margin-bottom: 24px;
}

.tableTypeB tr th,
.tableTypeB tr td {
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0 3px;
}

.tableTypeB tr td.holiday {
  background: #e7e6eb;
}

.tableTypeB tr th.sunday {
  color: #ee313f;
}

.tableTypeB tr th.saturday {
  color: #267cf3;
}

.month {
  background: #666;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 0 5px 1em;
}

.month .number {
  font-size: 18px;
  padding: 0 0 0 0.8em;
}

@media only screen and (max-width: 919px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .scroll:-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }

  .scroll:-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #f1f1f1;
  }

  .scroll:-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #bcbcbc;
  }
}
@media only screen and (max-width: 919px) {
  .tableCells {
    box-sizing: border-box;
    border-right: 1px solid #4f4d47;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .tableCells table {
    border-right: none;
  }
}
.block {
  display: block !important;
}

@media print, screen and (min-width: 920px) {
  .block-pc {
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  .block-pc {
    display: none;
  }
}

@media print, screen and (min-width: 920px) {
  .block-sp {
    display: none;
  }
}
@media only screen and (max-width: 919px) {
  .block-sp {
    display: block;
  }
}

@media print, screen and (min-width: 920px) {
  .pcNone {
    display: none;
  }
}

@media only screen and (max-width: 919px) {
  .spNone {
    display: none;
  }
}

@media only screen and (max-width: 919px) {
  .spBlock {
    display: block;
  }
}

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

  youtube style

------------------------------------------------*/
.youtubeStyle {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .youtubeStyle {
    width: 100%;
  }
}

.youtubeStyle iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.popup-iframe {
  vertical-align: bottom;
}
.popup-iframe img {
  width: 100%;
  vertical-align: bottom;
}

.youtubeStyle .video-js {
  margin: 0 auto !important;
}

.accessGoogle {
  width: 100%;
  height: 566px;
}

/* グローバルナビ　チェック */
@media print, screen and (min-width: 920px) {
  body#top #nav_area02 ul li#nav01 a:after,
  body#info #nav_area02 ul li#nav02 a:after,
  body#dgs #nav_area02 ul li#nav03 a:after,
  body#exa #nav_area02 ul li#nav04 a:after,
  body#camp #nav_area02 ul li#nav05 a:after,
  body#orme #nav_area02 ul li#nav06 a:after {
    position: absolute !important;
    content: " " !important;
    display: block !important;
    border-bottom: solid 3px #053485 !important;
    bottom: 0px !important;
    width: 100% !important;
  }
}

/* グローバルナビ　チェック */
/* エリアサイズ */
.wi_pc100_sm100 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc100_sm100 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc100_sm100 {
    width: 100%;
    padding: 0px 2%;
  }
}

.wi_pc100_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc100_sm80 {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc100_sm80 {
    width: 80%;
    padding: 0px 2%;
  }
}

.wi_pc98_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc98_sm98 {
    width: 98%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc98_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc90_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc90_sm98 {
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc90_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc96_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc96_sm98 {
    width: 96%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc96_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc80_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc80_sm98 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc80_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc80_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc80_sm80 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc80_sm80 {
    width: 80%;
    padding: 0px 2%;
  }
}

.wi_pc70_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc70_sm98 {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc70_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc60_sm98 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc60_sm98 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc60_sm98 {
    width: 98%;
    padding: 0px 2%;
  }
}

.wi_pc60_sm80 {
  display: block;
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .wi_pc60_sm80 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  .wi_pc60_sm80 {
    width: 80%;
    padding: 0px 2%;
  }
}

/* エリアサイズ */
/* 枠の余白 */
@media print, screen and (min-width: 920px) {
  .pdtpbtlr_pc10_sm5 {
    padding: 10px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbtlr_pc10_sm5 {
    padding: 5px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbtlr_pc10_sm10 {
    padding: 10px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbtlr_pc10_sm10 {
    padding: 10px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc10_sm5 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc10_sm5 {
    padding: 5px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc10_sm10 {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc10_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc20_sm10 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc20_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc20_sm15 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc20_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc20_sm20 {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc20_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc30_sm10 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc30_sm10 {
    padding: 10px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc30_sm15 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc30_sm15 {
    padding: 15px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtpbt_pc30_sm20 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtpbt_pc30_sm20 {
    padding: 20px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdl_pc10_sm0 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 919px) {
  .pdl_pc10_sm0 {
    padding: 0px 0px 0px 0px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdl_pc10_sm5 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 919px) {
  .pdl_pc10_sm5 {
    padding: 0px 0px 0px 5px;
  }
}

@media print, screen and (min-width: 920px) {
  .pdtp_pc10_sm10 {
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 919px) {
  .pdtp_pc10_sm10 {
    padding: 0px 0px 0px 10px;
  }
}

/* 枠の余白 */
@media print, screen and (min-width: 920px) {
  .navi_und_b {
    /*▼▼▼ホバーアニメーション▼▼▼*/
    transition: all 0.3s;
    background-position: 0 0;
    background-size: 201% auto;
    /*▲▲▲ホバーアニメーション▲▲▲*/
  }
  .navi_und_b:hover {
    text-decoration: none;
  }
  .navi_und_b:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 3px;
    background-color: #053485;
    transition: 0.3s;
    transform: translateX(-50%);
  }
  .navi_und_b:hover:after {
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-size: 1.5rem;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  border: 1px solid #949090;
  border-radius: 10px;
}

input[type="text"].text_set01 {
  font-size: 1.2rem;
  background-color: #fff;
  color: #000;
  padding: 0.5rem 0.78rem;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  input[type="text"].text_set01 {
    width: 80% !important;
  }
}
@media only screen and (max-width: 919px) {
  input[type="text"].text_set01 {
    width: 100%;
  }
}

input[type="text"].mok {
  width: 40%;
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}

input[type="text"].hrf01 {
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  input[type="text"].hrf01 {
    width: 43%;
  }
}

input[type="text"].hrf02 {
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  input[type="text"].hrf02 {
    width: 55%;
  }
}

input[type="text"].hrf03 {
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  input[type="text"].hrf03 {
    width: 8%;
  }
}
@media only screen and (max-width: 919px) {
  input[type="text"].hrf03 {
    width: 14%;
  }
}

input[type="text"].hrf04 {
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  input[type="text"].hrf04 {
    width: 14%;
  }
}
@media only screen and (max-width: 919px) {
  input[type="text"].hrf04 {
    width: 14%;
  }
}

input[type="text"].hrf05 {
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0 10px;
  border: 1px solid #949090;
  border-radius: 10px;
}
@media print, screen and (min-width: 920px) {
  input[type="text"].hrf05 {
    width: 22%;
  }
}
@media only screen and (max-width: 919px) {
  input[type="text"].hrf05 {
    width: 20%;
  }
}

input[type="text"].yubinarea {
  width: 45%;
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}

input[type="text"].namearea {
  width: 35%;
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  border: 1px solid #949090;
  border-radius: 10px;
}

input[type="text"].nenrei {
  width: 20%;
  background-color: #fff;
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  border: 1px solid #949090;
}

input[type="reset"].search_info_reset_btn {
  cursor: pointer;
  border-radius: 10px;
  display: block;
  background-color: #E1E1E1;
  color: #000;
  padding: 0.5rem 0.78rem;
  margin: 10px auto;
  border: 1px solid #949090;
}
@media print, screen and (min-width: 920px) {
  input[type="reset"].search_info_reset_btn {
    width: 30%;
  }
}
@media only screen and (max-width: 919px) {
  input[type="reset"].search_info_reset_btn {
    width: 55%;
  }
}

span.select::after {
  	/*content: '↓'!important;
      font-family: 'Icons'!important;*/
  /*! margin-left: -15px; */
  font-size: 12px !important;
  z-index: -1 !important;
  position: absolute !important;
  right: 8px !important;
  top: 32% !important;
  /*color: #D81D68!important;*/
  color: #ffffff !important;
}

select {
  /*width:45%;
  background-color: #fff;*/
  color: #000;
  padding: 1rem 0.78rem;
  margin: 0px 0;
  background: url("../images/common/pd_icon.png") no-repeat 100% 50%;
  /**/
  background-color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
}
select#start_year {
  width: 18%;
}
select#start_month {
  width: 12%;
}
select#start_day {
  width: 12%;
}
select.set01_sel {
  padding: 0.8em 0.8em;
}
@media print, screen and (min-width: 920px) {
  select.set01_sel {
    width: 70%;
  }
}
@media only screen and (max-width: 919px) {
  select.set01_sel {
    width: 100%;
  }
}

@media print {
  .global_header_wrapper,
  .gnav_wrapper,
  #ads_area,
  .global_foooter_wrapper,
  .pagetitle,
  .bottom_bnr,
  .breadcrumbs {
    display: none !important;
    border: none !important;
  }

  /*** 施設検索印刷設定 ***/
  .institution_search_list_area {
    width: 100% !important;
  }

  .ggmp {
    width: 585px !important;
    margin: 0 auto !important;
  }
  .ggmp iframe {
    width: 585px !important;
    margin: 0 auto !important;
  }

  .shi_img_area {
    height: auto;
    width: 600px !important;
    margin: 0px auto 40px !important;
  }
  .shi_img_area img {
    width: 100% !important;
  }
  .shi_img_area .shi_img_main {
    display: block;
    height: auto;
    margin: 0px auto 0px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
  }
  .shi_img_area .shi_img_main figure {
    display: block !important;
    margin: 0 auto !important;
    position: relative !important;
    height: 260px !important;
  }

  /*** 施設検索印刷設定 ***/
}
.global_foooter_wrapper .global_footer > .inner .alpha .global_footer_sns li.lit_link {
  /*width: 35%!important;*/
  margin-bottom: 0px !important;
  font-size: 0px !important;
  line-height: 0px !important;
}
@media print, screen and (min-width: 920px) {
  .global_foooter_wrapper .global_footer > .inner .alpha .global_footer_sns li.lit_link {
    width: 92px !important;
  }
}
@media only screen and (max-width: 919px) {
  .global_foooter_wrapper .global_footer > .inner .alpha .global_footer_sns li.lit_link {
    width: 83px !important;
  }
}

.global_foooter_wrapper .global_footer > .inner .alpha .global_footer_sns li.lit_link img {
  width: 100% !important;
  height: auto !important;
}

/* 2022/10/07 > 2023/02/16　修正 */
@media print, screen and (min-width: 920px) {
  body#single .container > .inner {
    max-width: 735px !important;
  }
}
@media print, screen and (min-width: 920px) {
  body#single .container h4 {
    font-size: 1.6rem !important;
  }
}

@media print, screen and (min-width: 920px) {
  html.single body#convention .container > .inner {
    max-width: 735px !important;
  }
}
@media print, screen and (min-width: 920px) {
  html.single body#convention .container h4 {
    font-size: 1.6rem !important;
  }
}

/**/
/* 2022/10/07 > 2023/02/16　修正 */
/* 2022/12/14 追加　施設検索ページネーション*/
.Pagination {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .Pagination {
    width: 390px;
    margin: 0 auto;
  }
}

.Pagination-Item-Link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border: solid 2px #494949;
  font-size: 14px;
  color: #494949;
  font-weight: bold;
  transition: all 0.15s linear;
}
@media print, screen and (min-width: 920px) {
  .Pagination-Item-Link {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 919px) {
  .Pagination-Item-Link {
    width: 20px;
    height: 25px;
  }
}

@media print, screen and (min-width: 920px) {
  .Pagination-Item-Link-Icon {
    width: 20px;
  }
}
@media only screen and (max-width: 919px) {
  .Pagination-Item-Link-Icon {
    width: 12px;
  }
}

.Pagination-Item-Link.isActive {
  background: #494949;
  color: #fff;
  pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
  background: #494949;
  color: #fff;
}

.Pagination > * + * {
  margin-left: 12px;
}

/* 2022/12/14 追加　施設検索ページネーション*/
/* 2023/1/18 追加　施設検索用チェックボックス*/
#institution_search_area label.inst-tab-li {
  width: 46%;
  display: inline-block;
}

.tab-radio {
  display: none;
}

.inst-tab-li {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 1em 0;
  /*background-color: rgba(0,0,0,.1);
  border-bottom: 3px solid #0C5FB7;*/
  background-color: rgba(251, 251, 251, 0.1);
  border: 1px solid #0C5FB7;
  border-radius: 40px;
}
@media print, screen and (min-width: 920px) {
  .inst-tab-li {
    cursor: pointer;
    width: 33% !important;
    /*width: calc(100%/3);*/
    margin-bottom: 35px;
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  .inst-tab-li {
    width: 49% !important;
    /*width: calc(100%/2);*/
    margin-bottom: 20px;
    font-size: 60%;
  }
}

.tab-content-item {
  display: none;
}

#tab-01:checked + label.inst-tab-li,
#tab-02:checked + label.inst-tab-li,
#tab-03:checked + label.inst-tab-li,
#tab-04:checked + label.inst-tab-li {
  color: #FFFFFF;
  background-color: #0C5FB7;
}
@media print, screen and (min-width: 920px) {
  #tab-01:checked + label.inst-tab-li,
  #tab-02:checked + label.inst-tab-li,
  #tab-03:checked + label.inst-tab-li,
  #tab-04:checked + label.inst-tab-li {
    width: 33% !important;
    /*width: calc(100%/1);*/
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 919px) {
  #tab-01:checked + label.inst-tab-li,
  #tab-02:checked + label.inst-tab-li,
  #tab-03:checked + label.inst-tab-li,
  #tab-04:checked + label.inst-tab-li {
    width: 49% !important;
    /*width: calc(100%/2);*/
    margin-bottom: 20px;
  }
}
#tab-01:checked + label.inst-tab-li:before,
#tab-02:checked + label.inst-tab-li:before,
#tab-03:checked + label.inst-tab-li:before,
#tab-04:checked + label.inst-tab-li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 44%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 18px solid #0C5FB7;
}

/*#tab-01:checked ~ #tabContent01{
  display: block!important;
}
#tab-01:checked ~ #tabContent02{
  display: block!important;
}
#tab-02:checked ~ #tabContent02,
#tab-02:checked ~ #tabContent01,
#tab-02:checked ~ #tabContent00{
  display: block!important;
}
#tab-01:checked ~ #tabContent01 table.institution_search_tb th p.th-data02,
#tab-02:checked ~ #tabContent01 table.institution_search_tb th p.th-data02{
  display: none!important;
}

#tab-03:checked ~ #tabContent01,
#tab-04:checked ~ #tabContent01{
  display: block!important;
}
#tab-03:checked ~ #tabContent01 table.institution_search_tb th p.th-data01,
#tab-04:checked ~ #tabContent01 table.institution_search_tb th p.th-data01{
  display: none!important;
}
*/
#tab-01:checked ~ #tabContent01-01 {
  display: block !important;
}

#tab-01:checked ~ #tabContent02 {
  display: block !important;
}

#tab-02:checked ~ #tabContent02,
#tab-02:checked ~ #tabContent01-01,
#tab-02:checked ~ #tabContent00 {
  display: block !important;
}

#tab-01:checked ~ #tabContent01-01 table.institution_search_tb th p.th-data02,
#tab-02:checked ~ #tabContent01-01 table.institution_search_tb th p.th-data02 {
  display: none !important;
}

#tab-03:checked ~ #tabContent01-02 {
  display: block !important;
}

#tab-03:checked ~ #tabContent01-02 table.institution_search_tb th p.th-data01 {
  display: none !important;
}

#tab-04:checked ~ #tabContent01-03 {
  display: block !important;
}

#tab-04:checked ~ #tabContent01-03 table.institution_search_tb th p.th-data01 {
  display: none !important;
}

/*#tab-03:checked ~ #tabContent03,
#tab-04:checked ~ #tabContent03{
  display: block!important;
}*/
#institution_search_ti {
  /*border-bottom: 1px solid #B0B0B0;*/
  position: relative;
}
@media print, screen and (min-width: 920px) {
  #institution_search_ti {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    font-size: 120%;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 919px) {
  #institution_search_ti {
    text-align: left;
    border: none;
    width: 100%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%;
    padding: 15px 10px 15px;
  }
}
#institution_search_ti:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #2999E0;
}
@media print, screen and (min-width: 920px) {
  #institution_search_ti:before {
    width: 3px;
    height: 60%;
    left: -2px;
    top: 20%;
  }
}
@media only screen and (max-width: 919px) {
  #institution_search_ti:before {
    width: 5px;
    height: 50%;
    left: -3px;
    top: 25%;
  }
}

/* 2023/1/18 追加　施設検索用チェックボックス*/
/* 2023/02/10 新着情報補足用 */
@media only screen and (max-width: 919px) {
  .wp-pagenavi span {
    height: 82px !important;
  }
}

@media only screen and (max-width: 919px) {
  .wp-pagenavi a {
    height: 82px !important;
  }
}
@media print, screen and (min-width: 920px) {
  .wp-pagenavi a.first {
    width: 92px !important;
  }
}
@media print, screen and (min-width: 920px) {
  .wp-pagenavi a.last {
    width: 92px !important;
  }
}

/* 2023/02/10 新着情報補足用 */
/* 2023/02/14 フッターサイトマップ補足用 */
@media print, screen and (min-width: 920px) {
  .global_foooter_wrapper .global_footer > .inner .beta .global_footer_menus .global_footer_menu .global_footer_menu_list a {
    padding: 0 0.5rem;
    display: block;
  }
}
/* 2023/02/14 フッターサイトマップ補足用 */
/* 2023/02/17　修正 */
body#single .container > .inner ul li {
  list-style: none !important;
}

@media print, screen and (min-width: 920px) {
  .blog_subti .icn {
    margin-right: 5px;
  }
}
/* 2023/02/17　修正 */
/* 2023/03/03　観光事業部コーディング用 */
body.index .tri-tp-bg {
  background-color: #FFFFFF !important;
}

@media print, screen and (min-width: 920px) {
  .tri-tp-bg > .inner .newsbox_sub {
    padding: 20px 22px 0px 22px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    position: relative;
  }
}
@media only screen and (max-width: 919px) {
  .tri-tp-bg > .inner .newsbox_sub {
    padding: 20px 10px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    position: relative;
  }
}

.layout.c3_column_pc > .column-2nd {
  margin-top: 65px;
}
@media print, screen and (min-width: 920px) {
  .layout.c3_column_pc > .column-2nd {
    /*flex-basis: 32%;
    max-width: 32%;
    margin-right: 2%;*/
    flex-basis: 66%;
    max-width: 66%;
    margin-right: 0%;
  }
}

.tri-tp-bg > .inner .newsbox_sub .newsbox_title_unit {
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .tri-tp-bg > .inner .newsbox_sub .newsbox_title_unit {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1;
  }
}
@media only screen and (max-width: 919px) {
  .tri-tp-bg > .inner .newsbox_sub .newsbox_title_unit {
    font-size: 24px;
    line-height: 1;
  }
}
@media print, screen and (min-width: 920px) {
  .tri-tp-bg > .inner .newsbox_sub .newsbox_title_unit .newsbox_title_unit_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 919px) {
  .tri-tp-bg > .inner .newsbox_sub .newsbox_title_unit .newsbox_title_unit_title {
    font-size: 24px;
  }
}

.tri-tp-bg .layout.c3_column_pc > .column:nth-child(3),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(6),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(9),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(12),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(15),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(18) {
  margin-right: 2% !important;
}

.tri-tp-bg .layout.c3_column_pc > .column:nth-child(5),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(8),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(11),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(14),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(17),
.tri-tp-bg .layout.c3_column_pc > .column:nth-child(20) {
  margin-right: 0 !important;
}

@media print, screen and (min-width: 920px) {
  .tri-tp-bg > .inner .newsbox_sub .news_btn {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 226px;
    height: 60px;
  }
}
@media only screen and (max-width: 919px) {
  .tri-tp-bg > .inner .newsbox_sub .news_btn {
    margin-top: 2rem;
    margin: 0 auto;
    margin-top: 0px;
    width: 226px;
    height: 60px;
  }
}
.tri-tp-bg > .inner .newsbox_sub .news_btn a {
  text-decoration: none;
  background-color: #437ad2;
  width: 226px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 60px;
}

ul#sub_mainli_fac_btn {
  width: 100%;
  height: auto;
}
ul#sub_mainli_fac_btn li a {
  border: 5px solid #D7D7D7;
  text-decoration: none !important;
  color: #082b88;
  display: block;
}
@media print, screen and (min-width: 920px) {
  ul#sub_mainli_fac_btn li a {
    padding: 20px 20px 10px 20px;
    width: 32%;
    float: left !important;
    margin: 0px 0.5% 10px 0.5%;
  }
  ul#sub_mainli_fac_btn li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul#sub_mainli_fac_btn li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul#sub_mainli_fac_btn li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  height: 55px;
  margin-right: 3%;
  overflow: hidden;
  background-color: #E9F1FF;
  font-size: 0px;
  line-height: 0px;
}
ul#sub_mainli_fac_btn li a span.sub_mainli_img img {
  width: 97px;
  height: 55px;
  object-fit: contain;
}
ul#sub_mainli_fac_btn li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  height: 55px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
ul#sub_mainli_fac_btn li a span.sub_mainli01_img img {
  width: 22px;
  height: 55px;
  object-fit: contain;
}
ul#sub_mainli_fac_btn li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
ul#sub_mainli_fac_btn li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
ul#sub_mainli_fac_btn li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 919px) {
  ul#sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 14px;
  }
}
ul#sub_mainli_fac_btn li a figure {
  display: block;
}
@media print, screen and (min-width: 920px) {
  ul#sub_mainli_fac_btn li a figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 919px) {
  ul#sub_mainli_fac_btn li a figure {
    /*float: left;
    width: 31%;*/
    margin: 0 auto 0px;
  }
}
ul#sub_mainli_fac_btn li a figure img {
  object-fit: cover !important;
}
@media print, screen and (min-width: 920px) {
  ul#sub_mainli_fac_btn li a figure img {
    width: 100%;
    height: 180px;
  }
}
@media only screen and (max-width: 919px) {
  ul#sub_mainli_fac_btn li a figure img {
    width: 100%;
    height: 130px;
  }
}
ul#sub_mainli_fac_btn li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  color: #000000 !important;
}
ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 919px) {
  ul#sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}

#fuk_h_area {
  width: 100%;
  height: auto;
  background-image: url("../images/travelinfo_new/he_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area #fuk_h_area_in {
    max-width: 1322px;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area #fuk_h_area_in {
    width: 98%;
    margin: 0 auto;
  }
}
#fuk_h_area #fuk_h_area_in #fuk_h_ti {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_ti {
    width: 70%;
    margin: 0px auto 22px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_ti {
    width: 92%;
    margin: 0px auto 18px;
  }
}
#fuk_h_area #fuk_h_area_in #fuk_h_ti img {
  width: 100%;
  height: auto;
}
#fuk_h_area #fuk_h_area_in #fuk_h_container {
  display: flex;
  width: 100%;
  height: auto;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link {
  background-color: #FBFBFB;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link {
    width: 31%;
    margin: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link {
    width: 98%;
    margin: 0px 1% 18px;
  }
}
#fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a {
  text-decoration: none !important;
  padding: 0px;
  color: #252525;
  display: block;
  width: 100%;
  position: relative;
}
#fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a figure {
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a figure {
    margin: 0 auto 0px;
  }
}
#fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a figure img {
  object-fit: cover !important;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a figure img {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a figure img {
    width: 100%;
    height: 180px;
  }
}
#fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a span.fuk_h_ti {
  display: table-cell !important;
  text-decoration: none !important;
  width: 100%;
  height: 60px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a span.fuk_h_ti {
    font-size: 16px;
    padding: 0 67px 0 5px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a span.fuk_h_ti {
    font-size: 14px;
    padding: 0 67px 0 4px;
  }
}
#fuk_h_area #fuk_h_area_in #fuk_h_container .fuk_h_link a span:before {
  content: "";
  background-image: url("../images/travelinfo_new/fuk_h_li-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #EE7E9A;
  display: block;
  width: 60px;
  height: 60px;
}

@media print, screen and (min-width: 920px) {
  body#sightseeing_top .kv {
    height: 720px !important;
    /*height: 620px!important;*/
  }
}
@media print, screen and (min-width: 920px) {
  body#sightseeing_top .kv .kv_img figure {
    height: 720px !important;
    /*height: 620px!important;*/
  }
}

.fuk_h_area_bgim {
  width: 100%;
  height: auto;
  background-image: url("../images/travelinfo_new/he_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 920px) {
  .fuk_h_area_bgim {
    padding: 0px 0;
  }
}
@media only screen and (max-width: 919px) {
  .fuk_h_area_bgim {
    padding: 0px 0;
  }
}

.fuchi {
  /*background-color: #FFFFFF;*/
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.fuk_h_com_in_bgimg {
  width: 100%;
  height: auto;
  background-image: url("../images/travelinfo_new/he_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#fuk_h_area_sub {
  width: 100%;
  height: auto;
  background-color: #fdf7fb;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area_sub {
    padding: 20px 0px 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area_sub {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area_sub #fuk_h_area_sub_in {
    max-width: 1322px;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area_sub #fuk_h_area_sub_in {
    width: 98%;
    margin: 0 auto;
  }
}
#fuk_h_area_sub #fuk_h_area_sub_in #fuk_h_ti_sub {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_area_sub #fuk_h_area_sub_in #fuk_h_ti_sub {
    width: 70%;
    margin: 0px auto 0px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_area_sub #fuk_h_area_sub_in #fuk_h_ti_sub {
    width: 92%;
    margin: 0px auto 0px;
  }
}
#fuk_h_area_sub #fuk_h_area_sub_in #fuk_h_ti_sub img {
  width: 100%;
  height: auto;
}

#fuk_h_com_area {
  width: 98%;
  height: auto;
  margin: 10px auto 25px;
  background-color: #EE7E9A;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_com_area {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_com_area {
    padding: 15px 2%;
  }
}
#fuk_h_com_area .fuk_h_com_in {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_com_area .fuk_h_com_in {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_com_area .fuk_h_com_in {
    padding: 2%;
  }
}
#fuk_h_com_area .fuk_h_com_in h4 {
  background-color: #fdf7fb;
  margin: 0px 0px 15px;
}
@media print, screen and (min-width: 920px) {
  #fuk_h_com_area .fuk_h_com_in h4 {
    font-size: 120% !important;
  }
}
@media only screen and (max-width: 919px) {
  #fuk_h_com_area .fuk_h_com_in h4 {
    font-size: 110% !important;
  }
}
#fuk_h_com_area .fuk_h_com_in h4::after {
  background: #EE7E9A;
}

#ft_tkk_bana_area {
  width: 100%;
  background-color: #ADC3E6;
}
@media print, screen and (min-width: 920px) {
  #ft_tkk_bana_area {
    padding: 30px 0px 20px;
  }
}
@media only screen and (max-width: 919px) {
  #ft_tkk_bana_area {
    padding: 18px 0px 8px;
  }
}
#ft_tkk_bana_area #ft_tkk_bana_in {
  display: flex;
  height: auto;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 920px) {
  #ft_tkk_bana_area #ft_tkk_bana_in {
    max-width: 1322px;
    margin: 0 auto;
    width: 90%;
  }
}
@media only screen and (max-width: 919px) {
  #ft_tkk_bana_area #ft_tkk_bana_in {
    width: 98%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 920px) {
  #ft_tkk_bana_area #ft_tkk_bana_in .ft_tkk_bana {
    width: 23%;
    margin: 0px 1% 10px;
  }
}
@media only screen and (max-width: 919px) {
  #ft_tkk_bana_area #ft_tkk_bana_in .ft_tkk_bana {
    width: 48%;
    margin: 0px 1% 10px;
  }
}
#ft_tkk_bana_area #ft_tkk_bana_in .ft_tkk_bana a {
  width: 100%;
  font-size: 0px;
  line-height: 0px;
}
#ft_tkk_bana_area #ft_tkk_bana_in .ft_tkk_bana a img {
  width: 100%;
}

#trvinf-area {
  display: flex;
  width: 100%;
  height: auto;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #F4F8FC;
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area {
    margin-top: 21px;
  }
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-left-area {
    width: 46%;
    padding: 5% 2%;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-left-area {
    width: 98%;
    padding: 3% 1%;
    margin: 0 auto;
  }
}
#trvinf-area #trvinf-left-area #trvinf-ti01 {
  color: #0D2439;
  font-weight: 600;
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-left-area #trvinf-ti01 {
    font-size: 280%;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-left-area #trvinf-ti01 {
    font-size: 180%;
    margin-bottom: 12px;
  }
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-left-area p#trvinf-com01 {
    font-size: 120%;
    line-height: 1.8;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-left-area p#trvinf-com01 {
    font-size: 110%;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
#trvinf-area #trvinf-left-area #trvinf-link-btn01 a {
  background-color: #0575C1;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-left-area #trvinf-link-btn01 a {
    overflow: hidden;
    z-index: 1;
    width: 40%;
    padding-left: 2%;
    padding-right: 62px;
  }
  #trvinf-area #trvinf-left-area #trvinf-link-btn01 a:hover {
    color: #0575C1;
  }
  #trvinf-area #trvinf-left-area #trvinf-link-btn01 a:hover:after {
    transform: scale(1, 1);
  }
  #trvinf-area #trvinf-left-area #trvinf-link-btn01 a:after {
    background: #FFFFFF;
    border: 2px solid #0575C1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-left-area #trvinf-link-btn01 a {
    width: 80%;
    padding-left: 2%;
    padding-right: 62px;
    margin: 0 auto;
  }
}
#trvinf-area #trvinf-left-area #trvinf-link-btn01 a span#trvinf-link-neme01 {
  display: table-cell !important;
  text-decoration: none !important;
  width: 100%;
  height: 60px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-left-area #trvinf-link-btn01 a span#trvinf-link-neme01 {
    font-size: 16px;
    padding: 0;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-left-area #trvinf-link-btn01 a span#trvinf-link-neme01 {
    font-size: 14px;
    padding: 0;
  }
}
#trvinf-area #trvinf-left-area #trvinf-link-btn01 a i {
  content: "";
  background-image: url("../images/travelinfo_new/fuk_h_li-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #5DA1EA;
  display: block;
  width: 60px;
  height: 60px;
}
#trvinf-area #trvinf-right-area {
  background-color: #5688D8;
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-right-area {
    width: 54%;
    padding: 1% 2%;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-right-area {
    width: 98%;
    padding: 3% 1%;
  }
}
#trvinf-area #trvinf-right-area #trvinf-right-ti01 {
  color: #FFFFFF;
  text-align: center;
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-right-area #trvinf-right-ti01 {
    font-size: 180%;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-right-area #trvinf-right-ti01 {
    font-size: 140%;
    line-height: 1.8;
  }
}
#trvinf-area #trvinf-right-area #trvinf-right-ti02 {
  color: #FFFFFF;
  text-align: center;
}
@media print, only screen and (min-width: 1051px) {
  #trvinf-area #trvinf-right-area #trvinf-right-ti02 {
    font-size: 80%;
    line-height: 1.2;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1050px) {
  #trvinf-area #trvinf-right-area #trvinf-right-ti02 {
    font-size: 78%;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}

#imgContainer {
  box-sizing: inherit !important;
  /*background-color: #EBF5FF;*/
}
@media print, screen and (min-width: 920px) {
  #imgContainer {
    width: 100%;
    /*height: 310px;*/
    height: 360px;
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 919px) {
  #imgContainer {
    background-color: #EBF5FF;
    width: 90%;
    /*height: 320px;*/
    height: 240px;
    margin: 20px auto;
  }
}

#imgContainer01 {
  box-sizing: inherit !important;
  /*background-color: #EBF5FF;*/
}
@media print, screen and (min-width: 920px) {
  #imgContainer01 {
    width: 100%;
    /*height: 310px;*/
    height: 360px;
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 919px) {
  #imgContainer01 {
    background-color: #EBF5FF;
    width: 90%;
    /*height: 320px;*/
    height: 240px;
    margin: 20px auto;
  }
}

#positionButtonDiv {
  display: block;
}
@media print, screen and (min-width: 920px) {
  #positionButtonDiv {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  #positionButtonDiv {
    width: 30%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 920px) {
  #positionButtonDiv #zoomButton_area {
    width: 10%;
  }
}
@media only screen and (max-width: 919px) {
  #positionButtonDiv #zoomButton_area {
    width: 100%;
  }
}
#positionButtonDiv #zoomButton_area .zoomButton_in {
  float: left;
  display: block;
  width: 48%;
  margin: 10px 1%;
}
#positionButtonDiv #zoomButton_area .zoomButton_in img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  #positionButtonDiv .positionButtonSpan {
    float: right;
    display: block;
    width: 7%;
  }
}
@media only screen and (max-width: 919px) {
  #positionButtonDiv .positionButtonSpan {
    display: none;
    width: 40%;
  }
}
#positionButtonDiv .positionButtonSpan img {
  border: 0;
}
#positionButtonDiv .positionMapClass area {
  cursor: pointer;
}
#positionButtonDiv .zoomButton {
  border: 0;
  cursor: pointer;
}
#positionButtonDiv .zoomableContainer {
  background-image: url("../images/travelinfo_new/transparent.png");
}

@media print, screen and (min-width: 920px) {
  #positionButtonDiv01 {
    display: none;
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  #positionButtonDiv01 {
    display: block;
    width: 30%;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 920px) {
  #positionButtonDiv01 #zoomButton_area01 {
    width: 10%;
  }
}
@media only screen and (max-width: 919px) {
  #positionButtonDiv01 #zoomButton_area01 {
    width: 100%;
  }
}
#positionButtonDiv01 #zoomButton_area01 .zoomButton_in {
  float: left;
  display: block;
  width: 48%;
  margin: 10px 1%;
}
#positionButtonDiv01 #zoomButton_area01 .zoomButton_in img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  #positionButtonDiv01 .positionButtonSpan {
    float: right;
    display: block;
    width: 7%;
  }
}
@media only screen and (max-width: 919px) {
  #positionButtonDiv01 .positionButtonSpan {
    display: none;
    width: 40%;
  }
}
#positionButtonDiv01 .positionButtonSpan img {
  border: 0;
}
#positionButtonDiv01 .positionMapClass area {
  cursor: pointer;
}
#positionButtonDiv01 .zoomButton {
  border: 0;
  cursor: pointer;
}
#positionButtonDiv01 .zoomableContainer {
  background-image: url("../images/travelinfo_new/transparent.png");
}

@media print, screen and (min-width: 920px) {
  .container-kjgb {
    max-width: 1322px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 919px) {
  .container-kjgb {
    width: 98%;
    margin: 0 auto;
    padding: 18px 0 23px;
  }
}

.mul_3_2_container {
  display: flex;
  width: 100%;
  height: auto;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mul_3_2_container .mul_link {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .mul_3_2_container .mul_link {
    width: 31%;
    margin: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .mul_3_2_container .mul_link {
    width: 48%;
    margin: 0px 1% 18px;
  }
}
.mul_3_2_container .mul_link a {
  text-decoration: none !important;
  padding: 0px;
  color: #252525;
  display: block;
  width: 100%;
  position: relative;
}
.mul_3_2_container .mul_link a figure {
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  .mul_3_2_container .mul_link a figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 919px) {
  .mul_3_2_container .mul_link a figure {
    margin: 0 auto 0px;
  }
}
.mul_3_2_container .mul_link a figure img {
  object-fit: cover !important;
}
@media print, screen and (min-width: 920px) {
  .mul_3_2_container .mul_link a figure img {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 919px) {
  .mul_3_2_container .mul_link a figure img {
    width: 100%;
    height: 180px;
  }
}
@media print, screen and (min-width: 920px) {
  .mul_3_2_container .mul_link01 {
    width: 48%;
    margin: 0px 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .mul_3_2_container .mul_link01 {
    width: 88%;
    margin: 0px 6% 18px;
  }
}
.mul_3_2_container .mul_link01 a {
  text-decoration: none !important;
  padding: 0px;
  color: #252525;
  display: block;
  width: 100%;
  position: relative;
}
.mul_3_2_container .mul_link01 a figure {
  display: block;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  .mul_3_2_container .mul_link01 a figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 919px) {
  .mul_3_2_container .mul_link01 a figure {
    margin: 0 auto 0px;
  }
}
.mul_3_2_container .mul_link01 a figure img {
  object-fit: cover !important;
}
@media print, screen and (min-width: 920px) {
  .mul_3_2_container .mul_link01 a figure img {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 919px) {
  .mul_3_2_container .mul_link01 a figure img {
    width: 100%;
    height: 180px;
  }
}

/* 2023/03/03　観光事業部コーディング用 */
@media (min-width: 992px) {
  .slider_add, .slide_add {
    height: 80vh;
  }
}

.slide_add {
  position: relative;
}
.slide_add .slide__img_add {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide_add .slide__img_add {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide_add .slide__img_add img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide_add .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide_add .slide__content--headings {
  text-align: center;
  color: #FFF;
  font-size: 3.5rem !important;
}
.slide_add .slide__content--headings h2 {
  font-size: 4.5rem !important;
  margin: 10px 0;
}
.slide_add .slide__content--headings .animated {
  transition: all .5s ease;
  opacity: 1;
}

.slider_add [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}

/* /////////// IMAGE ZOOM /////////// */
.container-fluid {
  max-width: 1400px;
}

.header {
  padding: 30px 65px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 113px;
  z-index: 10;
  mix-blend-mode: exclusion;
  filter: invert(65%);
}
.header__logo {
  width: 50px;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  position: absolute;
  top: 30px;
  right: 65px;
  width: 50px;
  cursor: pointer;
}

.icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 30px;
}

.slider-wrapper {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  /* hide horizontal scrollbar on IE11 */
  overflow-x: hidden;
  padding: 30px 65px;
}

.slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}
.slider > li.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.slider > li.visible .text span.text__word {
  opacity: 0;
}
.slider > li.is-animating {
  z-index: 3;
  opacity: 1;
}
.slider__info {
  margin-left: 65px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
}
.slider__title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 7px;
  overflow: hidden;
}
.slider__title span {
  display: block;
}
.slider__desc {
  font-size: 10px;
  overflow: hidden;
}
.slider__desc span {
  display: block;
}
.slider__site {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
.slider__visit {
  display: block;
  margin-right: 32px;
}
.slider__link {
  padding-right: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  color: #fff;
  text-align: right;
  font-size: 10px;
  overflow: hidden;
}
.slider__link a {
  color: #fff;
  overflow: hidden;
  display: block;
}
.slider__link a:hover, .slider__link a:focus {
  text-decoration: none;
}
.slider__link .arrow {
  position: relative;
  right: 0;
}
.slider image {
  pointer-events: none;
  transform-origin: 50% 50%;
}

.slider .svg-wrapper {
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}

.slider-wrapper {
  width: 100%;
  height: calc(100% + 9px);
  padding: 0;
  margin: -9px 0 0;
  max-width: 100%;
  overflow: hidden;
}
.slider-wrapper ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.slider-wrapper ul.animate {
  top: 100px;
  right: 120px;
  left: 120px;
  bottom: 100px;
}
.slider-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

Slider navigation

-------------------------------- */
.slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 48px;
  width: 48px;
}

.slider-navigation li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.no-touch .slider-navigation li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-navigation li:last-of-type {
  left: 10px;
  right: auto;
}

.slider-navigation li:last-of-type a {
  background-position: -48px 0;
}

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

Slider dots/controls 

-------------------------------- */
.slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  width: 90%;
  mix-blend-mode: exclusion;
  -webkit-filter: invert(65%);
  filter: invert(65%);
}

.slider-controls::after {
  clear: both;
  content: "";
  display: table;
}

.slider-controls li {
  display: inline-block;
  margin-right: 10px;
}

.slider-controls li:last-of-type {
  margin-right: 0;
}

.slider-controls li.selected a {
  background-color: #ffffff;
}

.slider-controls a {
  display: block;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.no-touch .slider-controls a:hover {
  background-color: #ffffff;
}

.text__first, .text__second {
  position: relative;
}

.text__word {
  opacity: 0;
}

.text__first-bg, .text__second-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
}

.text__first-bg {
  background-color: #5fbff9;
}

.text__second-bg {
  background-color: #f06543;
}

#base_area {
  height: auto;
  margin: 200px auto;
}
@media print, only screen and (min-width: 1051px) {
  #base_area {
    max-width: 1290px;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 1050px) {
  #base_area {
    width: 98%;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 5;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #166EB7;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}

.info_fl_btn a {
  display: block;
  position: fixed;
  z-index: 100;
  background-color: #E11B77;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
}
@media print, screen and (min-width: 920px) {
  .info_fl_btn a {
    top: 200px;
    right: 0;
    width: 120px;
    height: auto;
    padding: 8px;
    font-size: 90%;
  }
  .info_fl_btn a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 919px) {
  .info_fl_btn a {
    bottom: 0;
    left: 0;
    width: 50%;
    height: auto;
    padding: 8px;
    font-size: 110%;
  }
}
.info_fl_btn a:before {
  content: "";
  background-image: url("https://www.welcome-fukuoka.or.jp/wp-content/themes/fcvb_main/images/icn/icn_mail.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .info_fl_btn a:before {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px auto 0px;
  }
}
@media only screen and (max-width: 919px) {
  .info_fl_btn a:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -28px 8px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}

.info_fl_btn01 a {
  display: block;
  position: fixed;
  z-index: 100;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  .info_fl_btn01 a {
    top: 340px;
    right: 0;
    width: 180px;
    height: auto;
  }
  .info_fl_btn01 a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 919px) {
  .info_fl_btn01 a {
    bottom: 70px;
    left: 0;
    width: 50%;
    height: auto;
  }
}
.info_fl_btn01 a img {
  width: 100%;
  height: auto;
}

#top .s02 > .inner .newsbox .newslist .newslist_item .icn {
  padding: 0 10px !important;
}
@media print, screen and (min-width: 920px) {
  #top .s02 > .inner .newsbox .newslist .newslist_item .icn {
    margin-right: 4px;
  }
}

body.index .s01 .unit_01 li.ol_link figure {
  position: relative !important;
}
body.index .s01 .unit_01 li.ol_link figure:before {
  position: absolute !important;
  content: "" !important;
  display: block !important;
  background-image: url("../images/common/ol_img_ic.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 10 !important;
}
@media print, screen and (min-width: 920px) {
  body.index .s01 .unit_01 li.ol_link figure:before {
    width: 36px !important;
    height: 36px !important;
    /*bottom: 58px!important;
    right: 8px!important;*/
    top: 16px !important;
    right: 16px !important;
  }
}
@media only screen and (max-width: 919px) {
  body.index .s01 .unit_01 li.ol_link figure:before {
    width: 36px !important;
    height: 36px !important;
    top: 16px !important;
    right: 16px !important;
  }
}

#convention .index_page_section .unit_01 .ol_link figure {
  position: relative !important;
  z-index: 10;
}
#convention .index_page_section .unit_01 .ol_link figure:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/common/ol_img_ic.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  #convention .index_page_section .unit_01 .ol_link figure:before {
    width: 36px;
    height: 36px;
    /*bottom: 58px;
    right: 8px;*/
    top: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 919px) {
  #convention .index_page_section .unit_01 .ol_link figure:before {
    width: 36px;
    height: 36px;
    top: 16px;
    right: 16px;
  }
}

ol.sitemap_list {
  width: 100% !important;
  margin: 0px 0px 40px;
}
ol.sitemap_list li {
  width: 100% !important;
  padding: 0px 0px 10px;
}
ol.sitemap_list li a {
  display: block;
  font-size: 100% !important;
  text-align: left;
  width: 100% !important;
  color: #171515;
  margin: 1px 1%;
  padding: 5px 0px 5px 18px;
  /*▼▼▼三角アイコン▼▼▼*/
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 18px;
  color: #000;
  background-color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
  /*▲▲▲三角アイコン▲▲▲*/
}
ol.sitemap_list li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1153AB;
}
@media print, screen and (min-width: 920px) {
  ol.sitemap_list li a:hover {
    left: 2px;
  }
}
ol.sitemap_list li a span.link {
  /*▼▼▼矢印アイコン▼▼▼*/
  /*▲▲▲矢印アイコン▲▲▲*/
}
ol.sitemap_list li a span.link:after {
  content: "";
  display: inline-block !important;
  background: url("../images/common/list_pop_st.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ol.sitemap_list li a span.link:after {
    width: 18px;
    height: 18px;
    margin: -3px 0px 0 5px;
  }
}
@media only screen and (max-width: 919px) {
  ol.sitemap_list li a span.link:after {
    width: 10px;
    height: 10px;
    margin: -1px 0px 0 2px;
  }
}

.pp_block {
  display: block;
  color: #ffffff;
  background-color: #43a8e0;
  font-size: 90%;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .pp_block {
    width: 14%;
    text-align: center;
    padding: 14px 9px;
    margin: 10px 0px 15px;
  }
}
@media only screen and (max-width: 919px) {
  .pp_block {
    width: 75%;
    text-align: center;
    padding: 8px 0px;
    margin: 10px auto 15px;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsbox_title_unit_menu_sbp {
  border-right: 1px solid #707070;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 920px) {
  .newsbox_title_unit_menu_sbp {
    margin: 0 0px 60px;
    width: 605px;
  }
}
@media only screen and (max-width: 919px) {
  .newsbox_title_unit_menu_sbp {
    margin: 0 auto 60px;
    width: 90%;
    border-bottom: 1px solid #707070;
  }
}
@media print, screen and (min-width: 920px) {
  .newsbox_title_unit_menu_sbp li {
    float: left;
    width: 151px;
  }
}
@media only screen and (max-width: 919px) {
  .newsbox_title_unit_menu_sbp li {
    float: left;
    width: 50%;
  }
}
.newsbox_title_unit_menu_sbp li a {
  height: 44px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  text-decoration: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #111113;
  transition: all 0.4s ease;
}
@media print, screen and (min-width: 920px) {
  .newsbox_title_unit_menu_sbp li a {
    border-bottom: 1px solid #707070;
  }
}
.newsbox_title_unit_menu_sbp li.cur a {
  border: none;
  background-color: #1c67d8;
  color: #fff;
}

@media print, screen and (min-width: 920px) {
  .news_btn_sbp a {
    text-decoration: none;
    background-color: #437ad2;
    width: 226px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 60px;
    margin: 25px auto 0px;
  }
}
@media only screen and (max-width: 919px) {
  .news_btn_sbp a {
    text-decoration: none;
    background-color: #437ad2;
    width: 226px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 60px;
    margin: 10px auto 80px;
  }
}

.blog_subti {
  overflow-wrap: break-word;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #111113;
}
.blog_subti .date {
  font-size: 1rem;
  line-height: 1;
  color: #111113;
  margin-right: 20px;
}
.blog_subti .icn {
  min-width: 120px;
  line-height: 1;
  color: #fff;
  height: 25px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.blog_subti .icn_01 {
  background-color: #1c67d8;
}
.blog_subti .icn_02 {
  background-color: #1c67d8;
}
.blog_subti .icn_03 {
  background-color: #1c67d8;
}

.newslist_sub {
  width: 98%;
  margin: 30px auto 55px;
}
.newslist_sub .newslist_item_sub {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-top: 20px;
}
.newslist_sub .newslist_item_sub a {
  overflow-wrap: break-word;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #111113;
}
.newslist_sub .newslist_item_sub a .date {
  font-size: 1rem;
  line-height: 1;
  color: #111113;
  margin-right: 20px;
}
.newslist_sub .newslist_item_sub a .icn {
  min-width: 120px;
  line-height: 1;
  color: #fff;
  height: 25px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}
@media print, screen and (min-width: 920px) {
  .newslist_sub .newslist_item_sub a .icn {
    margin-right: 4px;
  }
}
.newslist_sub .newslist_item_sub a .icn_01 {
  background-color: #1c67d8;
}
.newslist_sub .newslist_item_sub a .icn_02 {
  background-color: #1c67d8;
}
.newslist_sub .newslist_item_sub a .icn_03 {
  background-color: #1c67d8;
}
.newslist_sub .newslist_item_sub a .headline {
  width: 100%;
  line-height: 1;
  color: #111113;
  margin-top: 20px;
}

.paginate.pag5 {
  font-size: 12px;
  padding: 9px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media print, screen and (min-width: 920px) {
  .paginate.pag5 {
    width: 335px;
    margin: 20px auto 0px;
  }
}
.paginate.pag5 li {
  font-weight: bold;
}
.paginate.pag5 li a {
  display: block;
  float: left;
  color: #0f59a7;
  text-decoration: none;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media print, screen and (min-width: 920px) {
  .paginate.pag5 li a :hover {
    color: #4f664e;
    background: #c9dec8;
  }
}
.paginate.pag5 li a :active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}
.paginate.pag5 li.navpage a {
  padding: 9px 13px;
  background: #b3c8e4;
  color: #153576;
}
.paginate.pag5 li.navpage a :hover {
  color: #414e40;
  background: #a4c6a2;
}
.paginate.pag5 li.current {
  background: #505362;
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  color: #fff;
}
.paginate.pag5 li.single {
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  color: #fff;
}

/* ファイルリンク */
.pdf {
  background: url(../images/common/link_icon_pdf.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 920px) {
  .pdf:hover {
    text-decoration: underline;
  }
}

.word {
  background: url(../images/common/link_icon_word.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 920px) {
  .word:hover {
    text-decoration: underline;
  }
}

.excel {
  background: url(../images/common/link_icon_excel.jpg) no-repeat left center;
  padding: 8px 0 12px 40px;
  display: inline-block;
}
@media print, screen and (min-width: 920px) {
  .excel:hover {
    text-decoration: underline;
  }
}

/* ファイルリンク */
/*画像関連*/
.imgps_bek {
  height: auto;
  margin: 10px auto;
  width: 80px;
  font-size: 0px;
  line-height: 0px;
}
.imgps_bek img {
  width: 100%;
  height: auto;
}

.imgps_40 {
  height: auto;
  width: 40%;
}
.imgps_40 img {
  width: 100%;
  height: auto;
}

.img_40 {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .img_40 {
    width: 40%;
  }
  .img_40 img {
    width: 100%;
    height: auto;
  }
}

.imgps_50 {
  width: 100%;
  height: auto;
  width: 50%;
}
.imgps_50 img {
  width: 100%;
  height: auto;
}

.img_50 {
  height: auto;
}
@media only screen and (max-width: 919px) {
  .img_50 {
    width: 50%;
  }
  .img_50 img {
    width: 100%;
    height: auto;
  }
}

.imgps_60 {
  height: auto;
  width: 60%;
}
.imgps_60 img {
  width: 100%;
  height: auto;
}

.img_60 {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .img_60 {
    width: 60%;
  }
  .img_60 img {
    width: 100%;
    height: auto;
  }
}

.imgps_70 {
  height: auto;
  width: 70%;
}
.imgps_70 img {
  width: 100%;
  height: auto;
}

.img_70 {
  width: 100% !important;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .img_70 {
    width: 70%;
  }
  .img_70 img {
    width: 100%;
    height: auto;
  }
}

.imgps_80 {
  height: auto;
  width: 80%;
}
.imgps_80 img {
  width: 100%;
  height: auto;
}

.img_80 {
  height: auto;
}
@media only screen and (max-width: 919px) {
  .img_80 {
    width: 80%;
  }
  .img_80 img {
    width: 100%;
    height: auto;
  }
}

.imgps_90 {
  height: auto;
  width: 90%;
}
.imgps_90 img {
  width: 100%;
  height: auto;
}

.img_90 {
  height: auto;
}
@media only screen and (max-width: 919px) {
  .img_90 {
    width: 90%;
  }
  .img_90 img {
    width: 100%;
    height: auto;
  }
}

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

.img_100 {
  height: auto;
}
@media only screen and (max-width: 919px) {
  .img_100 {
    width: 100%;
  }
  .img_100 img {
    width: 100%;
    height: auto;
  }
}

.img_lf10 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_lf10 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_lf10 {
    width: 10%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf10 img {
    width: 100%;
    height: auto;
  }
}

.img_lf20 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_lf20 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_lf20 {
    width: 20%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf20 img {
    width: 100%;
    height: auto;
  }
}

.img_lf30 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_lf30 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_lf30 {
    width: 30%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf30 img {
    width: 100%;
    height: auto;
  }
}

.img_lf40 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_lf40 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_lf40 {
    width: 40%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf40 img {
    width: 100%;
    height: auto;
  }
}

.img_lf50 {
  float: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_lf50 {
    margin: 0px 20px 15px 0px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_lf50 {
    width: 50%;
    margin: 0px 2em 1em 0px !important;
  }
  .img_lf50 img {
    width: 100%;
    height: auto;
  }
}

.img_ri10 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_ri10 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_ri10 {
    width: 10%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri10 img {
    width: 100%;
    height: auto;
  }
}

.img_ri20 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_ri20 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_ri20 {
    width: 20%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri20 img {
    width: 100%;
    height: auto;
  }
}

.img_ri30 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_ri30 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_ri30 {
    width: 30%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri30 img {
    width: 100%;
    height: auto;
  }
}

.imgps_ri30 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .imgps_ri30 {
    width: 30%;
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .imgps_ri30 {
    width: 30%;
    margin: 0px 0px 1em 2em !important;
  }
  .imgps_ri30 img {
    width: 100%;
    height: auto;
  }
}

.img_ri40 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_ri40 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_ri40 {
    width: 40%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri40 img {
    width: 100%;
    height: auto;
  }
}

.img_ri50 {
  float: right;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .img_ri50 {
    margin: 0px 0px 15px 20px !important;
  }
}
@media only screen and (max-width: 919px) {
  .img_ri50 {
    width: 50%;
    margin: 0px 0px 1em 2em !important;
  }
  .img_ri50 img {
    width: 100%;
    height: auto;
  }
}

/*テキストや画像配置関連*/
@media print, screen and (min-width: 920px) {
  .pc_ct_sm_le {
    text-align: center !important;
  }
}
@media only screen and (max-width: 919px) {
  .pc_ct_sm_le {
    text-align: left !important;
  }
}

@media print, screen and (min-width: 920px) {
  .pc_le_sm_ct {
    text-align: left !important;
  }
}
@media only screen and (max-width: 919px) {
  .pc_le_sm_ct {
    text-align: center !important;
  }
}

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

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

p {
  line-height: 2;
  margin: 1rem 0;
}
@media print, screen and (min-width: 920px) {
  p {
    /*font-size: 1.2rem;*/
    font-size: 1rem;
  }
}
@media only screen and (max-width: 919px) {
  p {
    font-size: 1rem;
  }
}

ul.link_btn_p3_s1 {
  width: 100%;
  height: auto;
}
ul.link_btn_p3_s1 li a {
  border: 1px solid #ddd;
  text-decoration: none !important;
  color: #1c2331;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p3_s1 li a {
    padding: 1% 2% 1% 2%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  ul.link_btn_p3_s1 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p3_s1 li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.link_btn_p3_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p3_s1 li a span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p3_s1 li a span.sub_mainli_img {
    height: 55px;
  }
}
ul.link_btn_p3_s1 li a span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p3_s1 li a span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p3_s1 li a span.sub_mainli_img img {
    height: 55px;
  }
}
ul.link_btn_p3_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p3_s1 li a span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p3_s1 li a span.sub_mainli01_img {
    height: 55px;
  }
}
ul.link_btn_p3_s1 li a span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p3_s1 li a span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p3_s1 li a span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.link_btn_p3_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p3_s1 li a span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p3_s1 li a span.sub_mainli_ti {
    height: 55px;
  }
}
ul.link_btn_p3_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p3_s1 li a .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p3_s1 li a .sub_mainli_ti {
    height: 55px;
  }
}

ul.link_btn_p2_s1 {
  width: 100%;
  height: auto;
}
ul.link_btn_p2_s1 li a {
  border: 1px solid #ddd;
  text-decoration: none !important;
  color: #1c2331;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1 li a {
    padding: 1% 2% 1% 2%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  ul.link_btn_p2_s1 li a.lf_mrgn_25 {
    margin-left: 25% !important;
  }
  ul.link_btn_p2_s1 li a:hover {
    opacity: 0.8;
  }
  ul.link_btn_p2_s1 li a.one_block {
    margin: 0px 24% 10px 24% !important;
  }
  ul.link_btn_p2_s1 li a.link01 {
    color: #ffffff;
    background-color: #0ca3b5 !important;
  }
  ul.link_btn_p2_s1 li a.link02 {
    color: #ffffff;
    background-color: #c36c16 !important;
  }
  ul.link_btn_p2_s1 li a.link03 {
    color: #ffffff;
    background-color: #437ad2 !important;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1 li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.link_btn_p2_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1 li a span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1 li a span.sub_mainli_img {
    height: 55px;
  }
}
ul.link_btn_p2_s1 li a span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1 li a span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1 li a span.sub_mainli_img img {
    height: 55px;
  }
}
ul.link_btn_p2_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1 li a span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1 li a span.sub_mainli01_img {
    height: 55px;
  }
}
ul.link_btn_p2_s1 li a span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1 li a span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1 li a span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.link_btn_p2_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.2;
  	/*font-size: 15px;
  line-height: 18px;*/
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1 li a span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1 li a span.sub_mainli_ti {
    height: 55px;
  }
}
ul.link_btn_p2_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1 li a .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1 li a .sub_mainli_ti {
    height: 55px;
  }
}

ul.link_btn_p1_s1 {
  width: 100%;
  height: auto;
}
ul.link_btn_p1_s1 li a {
  border: 1px solid #ddd;
  text-decoration: none !important;
  color: #1c2331;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1 li a {
    padding: 1% 2% 1% 2% !important;
    width: 96% !important;
    margin: 0px 1% 10px 1% !important;
  }
  ul.link_btn_p1_s1 li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1 li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.link_btn_p1_s1 li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1 li a span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1 li a span.sub_mainli_img {
    height: 55px;
  }
}
ul.link_btn_p1_s1 li a span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1 li a span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1 li a span.sub_mainli_img img {
    height: 55px;
  }
}
ul.link_btn_p1_s1 li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1 li a span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1 li a span.sub_mainli01_img {
    height: 55px;
  }
}
ul.link_btn_p1_s1 li a span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1 li a span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1 li a span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.link_btn_p1_s1 li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.2;
  	/*font-size: 15px;
  line-height: 18px;*/
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1 li a span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1 li a span.sub_mainli_ti {
    height: 55px;
  }
}
ul.link_btn_p1_s1 li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1 li a .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1 li a .sub_mainli_ti {
    height: 55px;
  }
}

ul.link_btn_p1_s1_info {
  width: 100%;
  height: auto;
}
ul.link_btn_p1_s1_info li a {
  border: 1px solid #a7a7a7;
  text-decoration: none !important;
  color: #031325;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1_info li a {
    padding: 1% 2% 1% 2%;
    width: 35%;
    margin: 0px auto 10px auto;
  }
  ul.link_btn_p1_s1_info li a:hover {
    opacity: 0.8;
  }
  ul.link_btn_p1_s1_info li a.link01 {
    background-color: #0ca3b5 !important;
  }
  ul.link_btn_p1_s1_info li a.link02 {
    background-color: #c36c16 !important;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1_info li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.link_btn_p1_s1_info li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli_img {
    height: 55px;
  }
}
ul.link_btn_p1_s1_info li a span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli_img img {
    height: 55px;
  }
}
ul.link_btn_p1_s1_info li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli01_img {
    height: 55px;
  }
}
ul.link_btn_p1_s1_info li a span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.link_btn_p1_s1_info li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.2;
  	/*font-size: 15px;
  line-height: 18px;*/
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1_info li a span.sub_mainli_ti {
    height: 55px;
  }
}
ul.link_btn_p1_s1_info li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p1_s1_info li a .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p1_s1_info li a .sub_mainli_ti {
    height: 55px;
  }
}

ul.link_btn_p2_s1_info {
  width: 100%;
  height: auto;
}
ul.link_btn_p2_s1_info li a {
  text-decoration: none !important;
  color: #ffffff;
  display: block;
  border-radius: 5px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1_info li a {
    float: left !important;
    width: 48%;
    /*padding: 1% 2% 1% 2%;*/
    padding: 1% 2% 1% 1.2rem;
    margin: 0px 1% 10px 1%;
  }
  ul.link_btn_p2_s1_info li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1_info li a {
    float: none;
    width: 95%;
    /*padding: 1% 2% 1% 2%;*/
    padding: 1% 2% 1% 1.2rem;
    margin: 0px auto 10px auto;
  }
}
ul.link_btn_p2_s1_info li a.link01 {
  background-color: #0ca3b5 !important;
}
ul.link_btn_p2_s1_info li a.link02 {
  background-color: #c36c16 !important;
}
ul.link_btn_p2_s1_info span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1_info span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1_info span.sub_mainli_img {
    height: 55px;
  }
}
ul.link_btn_p2_s1_info span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1_info span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1_info span.sub_mainli_img img {
    height: 55px;
  }
}
ul.link_btn_p2_s1_info span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1_info span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1_info span.sub_mainli01_img {
    height: 55px;
  }
}
ul.link_btn_p2_s1_info span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1_info span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1_info span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.link_btn_p2_s1_info span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.2;
  /*font-size: 15px;
  line-height: 18px;*/
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1_info span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1_info span.sub_mainli_ti {
    height: 55px;
  }
}
ul.link_btn_p2_s1_info .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.link_btn_p2_s1_info .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.link_btn_p2_s1_info .sub_mainli_ti {
    height: 55px;
  }
}

.movie_ti {
  border-bottom: solid 3px #05133e;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .movie_ti {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 60px 0px 40px;
    padding: 0.75rem 0;
  }
}
@media only screen and (max-width: 919px) {
  .movie_ti {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 35px 0px 24px;
    padding: 0.75rem 0;
  }
}
.movie_ti:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #eef40c;
  bottom: -3px;
  width: 20%;
}

.movie-area {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .movie-area {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .movie-area {
    width: 86%;
  }
}
.movie-area .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-area .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cate_li_btn {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #dd9204;
  display: block;
  border-radius: 20px;
}
@media print, screen and (min-width: 920px) {
  .cate_li_btn {
    padding: 0 5% 0 5%;
    width: 98%;
    float: none;
    margin: 0px 5% 10px 3%;
  }
  .cate_li_btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  .cate_li_btn {
    float: none;
    width: 95%;
    padding: 1% 5% 1% 5%;
    margin: 0px auto 10px auto;
  }
}
.cate_li_btn span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  .cate_li_btn span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  .cate_li_btn span.sub_mainli01_img {
    height: 55px;
  }
}
.cate_li_btn span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  .cate_li_btn span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  .cate_li_btn span.sub_mainli01_img img {
    height: 55px;
  }
}
.cate_li_btn span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .cate_li_btn span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  .cate_li_btn span.sub_mainli_ti {
    height: 55px;
  }
}
.cate_li_btn span.sub_mainli_ti_sub {
  display: block !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .cate_li_btn span.sub_mainli_ti_sub {
    padding: 10px 0px;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .cate_li_btn span.sub_mainli_ti_sub {
    padding: 10px 0px;
    height: auto;
  }
}

@media print, screen and (min-width: 920px) {
  ul.yt_movie_btn {
    width: 65%;
    height: auto;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 919px) {
  ul.yt_movie_btn {
    width: 100%;
    height: auto;
  }
}
ul.yt_movie_btn li a {
  position: relative;
  border: 1px solid #1e62aa;
  text-decoration: none !important;
  color: #141f3a;
  display: block;
  background-color: #ffffff;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  ul.yt_movie_btn li a {
    padding: 1% 3% 1% 3%;
    width: 97%;
    float: left !important;
    margin: 0px 1% 25px 1%;
  }
  ul.yt_movie_btn li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul.yt_movie_btn li a {
    float: none;
    width: 80%;
    padding: 1% 2% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.yt_movie_btn li a span.sub_mainli01_img {
  float: right !important;
  display: block;
  width: 38px;
  height: 55px;
  margin: 0 0 0 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
ul.yt_movie_btn li a span.sub_mainli01_img img {
  width: 38px;
  height: 55px;
  object-fit: contain;
}
ul.yt_movie_btn li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 1.2rem;
  line-height: 1.2;
  /*font-size: 14px;
  line-height: 16px;*/
  text-align: center !important;
  vertical-align: middle;
}
ul.yt_movie_btn li a span.sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 80%;
  line-height: 1.2;
  /*font-size: 12px;
  line-height: 14px;*/
  text-align: left;
  vertical-align: middle;
}
ul.yt_movie_btn li a span.sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 120%;
  line-height: 1.2;
  /*font-size: 16px;
  line-height: 18px;*/
  text-align: left;
  vertical-align: middle;
}
ul.yt_movie_btn li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center !important;
  vertical-align: middle;
}
ul.yt_movie_btn li a .sub_mainli_ti_fob {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}
ul.yt_movie_btn li a .sub_mainli_ti_fob01 {
  display: table-cell !important;
  width: 100%;
  height: 55px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

ul.sub_mainli_fac_btn_tw {
  width: 100%;
  height: auto;
}
ul.sub_mainli_fac_btn_tw li a {
  border: 1px solid #d7d7d7;
  text-decoration: none !important;
  color: #111823;
  display: block;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a {
    padding: 25px 2% 1% 2%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  ul.sub_mainli_fac_btn_tw li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_img img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti01 {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti01 {
    height: 55px;
  }
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti01 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a span.sub_mainli_ti01 {
    font-size: 120%;
  }
}
ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti01 {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti01 {
    height: 55px;
  }
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_tw li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}

ul.sub_mainli_fac_btn_thr {
  width: 100%;
  height: auto;
}
ul.sub_mainli_fac_btn_thr li a {
  border: 1px solid #d7d7d7;
  text-decoration: none !important;
  color: #111823;
  display: block;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a {
    padding: 25px 2% 1% 2%;
    width: 31%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  ul.sub_mainli_fac_btn_thr li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_img img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti01 {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti01 {
    height: 55px;
  }
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti01 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a span.sub_mainli_ti01 {
    font-size: 120%;
  }
}
ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti01 {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti01 {
    height: 55px;
  }
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn_thr li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}

ul.sub_mainli_fac_btn {
  width: 100%;
  height: auto;
}
ul.sub_mainli_fac_btn li a {
  border: 1px solid #d7d7d7;
  text-decoration: none !important;
  color: #111823;
  display: block;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a {
    padding: 25px 2% 1% 2%;
    width: 48%;
    float: left !important;
    margin: 0px 1% 10px 1%;
  }
  ul.sub_mainli_fac_btn li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a {
    float: none;
    width: 95%;
    padding: 1% 1% 1% 1%;
    margin: 0px auto 10px auto;
  }
}
ul.sub_mainli_fac_btn li a span.sub_mainli_img {
  float: left;
  display: block;
  width: 97px;
  margin-right: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn li a span.sub_mainli_img img {
  width: 97px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_img img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn li a span.sub_mainli01_img {
  float: right;
  display: block;
  width: 22px;
  margin-left: 3%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli01_img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli01_img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn li a span.sub_mainli01_img img {
  width: 22px;
  object-fit: contain;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli01_img img {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli01_img img {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn li a span.sub_mainli01_big_img {
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 15px auto;
  font-size: 0px;
  line-height: 0px;
}
ul.sub_mainli_fac_btn li a span.sub_mainli01_big_img img {
  width: 100%;
  height: auto;
}
ul.sub_mainli_fac_btn li a span.sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 120%;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_ti {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn li a span.sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    height: 55px;
  }
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 130%;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a span.sub_mainli_ti01 {
    font-size: 120%;
  }
}
ul.sub_mainli_fac_btn li a .sub_mainli_ti {
  display: table-cell !important;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a .sub_mainli_ti {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a .sub_mainli_ti {
    height: 55px;
  }
}
ul.sub_mainli_fac_btn li a .sub_mainli_ti01 {
  display: table-cell !important;
  width: 100%;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a .sub_mainli_ti01 {
    height: 80px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a .sub_mainli_ti01 {
    height: 55px;
  }
}
@media print, screen and (min-width: 920px) {
  ul.sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 919px) {
  ul.sub_mainli_fac_btn li a .sub_mainli_ti01 {
    font-size: 14px;
  }
}

.j9 {
  font-size: 9px;
}

.j10 {
  font-size: 10px;
  line-height: 17px;
}

.j12 {
  font-size: 12px;
}

.j14white {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.j12wb {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.j14s {
  font-size: 14px;
}

.j14 {
  font-size: 14px;
  font-weight: bold;
}

.j14r {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}

.j16b {
  font-size: 16px;
  font-weight: bold;
}

.j16rb {
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

.j12rb {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}

.hissu {
  font-size: 9px;
  font-weight: bold;
  color: #ff0000;
}

table.table04 {
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  table.table04 {
    width: 60%;
  }
}
@media only screen and (max-width: 919px) {
  table.table04 {
    width: 98%;
  }
}

#ads_area {
  width: 100%;
  height: auto;
  background-color: #BAD9F8;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  #ads_area {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 919px) {
  #ads_area {
    padding: 25px 0px;
  }
}
#ads_area #ads_in {
  height: auto;
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  #ads_area #ads_in {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  #ads_area #ads_in {
    width: 80%;
  }
}

.link_btn_ol a {
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #393939;
  z-index: 10;
  border: solid 1px #0B5787;
}
@media print, screen and (min-width: 920px) {
  .link_btn_ol a {
    width: 86%;
    font-size: 110%;
    line-height: 1.2;
    padding: 14px 0px;
    margin: 30px auto 20px auto;
  }
  .link_btn_ol a:hover {
    background-color: #CDCDCD;
  }
}
@media only screen and (max-width: 919px) {
  .link_btn_ol a {
    width: 80%;
    font-size: 110%;
    line-height: 1.2;
    padding: 12px 0px;
    margin: 30px auto 20px;
  }
}
.link_btn_ol a:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 24px;
  margin: 2px 0px 0 15px;
  background: url("../images/common/list_pop_st.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.link_btn_bl_ol a {
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  background-color: #159CF1;
  color: #FFFFFF;
  z-index: 10;
  border: solid 1px #159CF1;
}
@media print, screen and (min-width: 920px) {
  .link_btn_bl_ol a {
    width: 86%;
    font-size: 110%;
    line-height: 1.2;
    padding: 14px 0px;
    margin: 30px auto 20px auto;
  }
  .link_btn_bl_ol a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  .link_btn_bl_ol a {
    width: 80%;
    font-size: 110%;
    line-height: 1.2;
    padding: 12px 0px;
    margin: 30px auto 20px;
  }
}
.link_btn_bl_ol a:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 24px;
  margin: 2px 0px 0 15px;
  background: url("../images/common/list_pop_st_white.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*** コンベンション施設検索 ***/
.institution_search_btn a {
  margin: 0px auto 10px;
  /*background-color: #45B5E4;*/
  background-color: #989898;
  color: #FFFFFF;
  /*border: 3px solid #067E9C;*/
  border: 3px solid #464646;
  text-decoration: none;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .institution_search_btn a {
    margin: 40px auto 0px;
    /*border-radius: 55px;*/
    border-radius: 5px;
    height: 65px;
    /*line-height: 63px;*/
    line-height: 60px;
    font-size: 1.5rem !important;
    width: 46%;
  }
  .institution_search_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_btn a {
    margin: 20px auto 0px;
    /*border-radius: 55px;*/
    border-radius: 5px;
    height: 65px;
    line-height: 64px;
    font-size: 1.4rem !important;
    width: 90%;
  }
}

button.institution_search_btn-su {
  margin: 0px auto 10px;
  background-color: #989898;
  color: #FFFFFF;
  border: 3px solid #464646;
  text-decoration: none;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}
@media print, screen and (min-width: 920px) {
  button.institution_search_btn-su {
    margin: 40px auto 0px;
    border-radius: 5px;
    height: 65px;
    line-height: 60px;
    font-size: 1.5rem !important;
    width: 46%;
  }
  button.institution_search_btn-su:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  button.institution_search_btn-su {
    margin: 20px auto 0px;
    border-radius: 5px;
    height: 65px;
    line-height: 64px;
    font-size: 1.4rem !important;
    width: 90%;
  }
}
button.institution_search_btn-su a {
  color: #FFFFFF;
  text-decoration: none;
}

.institution_search_rt_btn a {
  background-color: #e8edf2;
  color: #071A33;
  border: 3px solid #2168d7;
  text-decoration: none;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .institution_search_rt_btn a {
    margin: 40px auto 40px;
    border-radius: 5px;
    height: 65px;
    /*line-height: 63px;*/
    line-height: 60px;
    font-size: 1.5rem !important;
    width: 46%;
  }
  .institution_search_rt_btn a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_rt_btn a {
    margin: 20px auto 23px;
    border-radius: 55px;
    height: 65px;
    line-height: 64px;
    /*font-size: 1.4rem !important;*/
    font-size: 1.0rem !important;
    width: 90%;
  }
}

.institution_search_area {
  background-color: #ECF2F9;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .institution_search_area {
    width: 880px;
    border-radius: 25px;
    padding: 50px 1.5rem;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area {
    width: 100%;
    border-radius: 25px;
    padding: 25px 0.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area.int01 {
    width: 745px;
  }
}
.institution_search_area input[type="radio"] {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"],
  .institution_search_area input[type="email"],
  .institution_search_area input[type="tel"],
  .institution_search_area input[type="password"],
  .institution_search_area textarea {
    width: 100%;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"],
  .institution_search_area input[type="email"],
  .institution_search_area input[type="tel"],
  .institution_search_area input[type="password"],
  .institution_search_area textarea {
    width: 100%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"].cal01 {
    width: 350px;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"].cal01 {
    width: 80%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"].cal02 {
    width: 350px;
    background-color: #ECECEC;
    color: #000000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"].cal02 {
    width: 80%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"].mok {
    width: 40%;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"].mok {
    width: 40%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"].yubinarea {
    width: 45%;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"].yubinarea {
    width: 45%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"].namearea {
    width: 35%;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"].namearea {
    width: 35%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"].name {
    width: 30%;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"].name {
    width: 60%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area input[type="text"].nenrei {
    width: 20%;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area input[type="text"].nenrei {
    width: 20%;
    background-color: #fff;
    color: #000;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_area span.select::after {
    font-size: 12px !important;
    z-index: -1 !important;
    position: absolute !important;
    right: 8px !important;
    top: 32% !important;
    color: #FFFFFF !important;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_area span.select::after {
    font-size: 12px !important;
    z-index: -1 !important;
    position: absolute !important;
    right: 8px !important;
    top: 32% !important;
    color: #FFFFFF !important;
  }
}
.institution_search_area input:checked + label::after {
  opacity: 1;
}

table.institution_search_tb {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 920px) {
  table.institution_search_tb {
    border-top: 1px solid #B0B0B0;
    width: 100%;
    /*width:790px;*/
  }
}
@media only screen and (max-width: 919px) {
  table.institution_search_tb {
    width: 100%;
  }
}
table.institution_search_tb th {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  table.institution_search_tb th {
    width: 30%;
    text-align: left;
    border-bottom: 1px solid #B0B0B0;
    vertical-align: middle;
    font-size: 120%;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 919px) {
  table.institution_search_tb th {
    text-align: left;
    border: none;
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%;
    padding: 15px 10px 15px;
  }
}
table.institution_search_tb th:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #2999E0;
}
@media print, screen and (min-width: 920px) {
  table.institution_search_tb th:before {
    width: 3px;
    height: 60%;
    left: -2px;
    top: 20%;
  }
}
@media only screen and (max-width: 919px) {
  table.institution_search_tb th:before {
    width: 5px;
    height: 50%;
    left: -3px;
    top: 25%;
  }
}
table.institution_search_tb td {
  border-bottom: 1px solid #B0B0B0 !important;
}
@media print, screen and (min-width: 920px) {
  table.institution_search_tb td {
    width: 67%;
    padding: 20px 18px 20px;
  }
}
@media only screen and (max-width: 919px) {
  table.institution_search_tb td {
    text-align: left;
    border: none;
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px 20px;
  }
}

.institution_search_list_info a {
  display: flex;
  justify-content: space-between;
}
.institution_search_list_info a .container-item {
  width: 100%;
}
.institution_search_list_info a .container-item .container-item-img {
  border: 1px solid #ccc;
  /*height: 280px;
  overflow: hidden;*/
}
.institution_search_list_info a .container-item .container-item-img img {
  display: block;
  height: auto;
  object-fit: fill;
  width: 100%;
}
.institution_search_list_info a p {
  display: block;
}
.institution_search_list_info a p.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
.institution_search_list_info a p.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}
.institution_search_list_info a p.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #ea5473;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.price {
    width: 100%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #ea5473;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.price_sub {
    width: 100%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ti {
    width: 100%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ti_sub {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #063663;
  text-align: left;
}
.institution_search_list_info a p.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ad {
    width: 100%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ad_sub {
    width: 100%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.institution_search_list_info a p.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
.institution_search_list_info a p.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #063663;
  text-align: left;
}
.institution_search_list_info a p.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
.institution_search_list_info a p.img_cap {
  width: 100%;
  display: flex;
}
.institution_search_list_info a p.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
.institution_search_list_info a p.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
.institution_search_list_info a p.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
.institution_search_list_info a p.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
.institution_search_list_info a p.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
.institution_search_list_info a p.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
.institution_search_list_info a p.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
.institution_search_list_info a p.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
.institution_search_list_info a p.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
.institution_search_list_info a p.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
.institution_search_list_info a p.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link {
    position: absolute;
    bottom: 0px;
  }
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.institution_search_list_info a p.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/rent/common/bctl_icon.png");
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link {
    clear: both;
  }
}
.institution_search_list_info a p.list_link_pcbl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #ea5473;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link_pcbl {
    display: block;
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link_pcbl {
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
.institution_search_list_info a p.list_link_pcbl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link_pcbl:after {
    /*display: none;*/
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link_pcbl {
    clear: both;
  }
}
.institution_search_list_info a p.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.institution_search_list_info a p.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .institution_search_list_info a p.list_link01::hover {
    opacity: 0.8;
  }
}
.institution_search_list_info a p.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a p.list_tp_link a {
    margin-bottom: 5px;
  }
}
.institution_search_list_info a p.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  .institution_search_list_info a p.list_tp_link a::hover {
    opacity: 0.8;
  }
}
.institution_search_list_info a p.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.institution_search_list_info a p.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .institution_search_list_info a p.list_ol_link a::hover {
    opacity: 0.8;
  }
}
.institution_search_list_info a p.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}

.institution_search_list_info a {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a {
    border: 3px solid #0D76D7;
    background-color: #f7fbfd;
    padding: 20px 1% 20px 2%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a {
    border: 1px solid #0D76D7;
    padding: 15px 0.6rem 15px;
    margin-bottom: 15px;
  }
}
.institution_search_list_info a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -3px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a:after {
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-left: 12px solid #0747B7;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a:after {
    width: 11px;
    height: 11px;
    border: 11px solid transparent;
    border-left: 11px solid #0747B7;
  }
}
.institution_search_list_info a p {
  text-decoration: none !important;
  display: block;
  /*margin: 0px!important;*/
}
.institution_search_list_info a p.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
.institution_search_list_info a p.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}
.institution_search_list_info a p.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #ea5473;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.price {
    width: 100%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #ea5473;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.price_sub {
    width: 100%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ti {
    width: 100%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ti_sub {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #063663;
  text-align: left;
}
.institution_search_list_info a p.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ad {
    width: 100%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.bukken_ad_sub {
    width: 100%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.institution_search_list_info a p.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.institution_search_list_info a p.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
.institution_search_list_info a p.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #063663;
  text-align: left;
}
.institution_search_list_info a p.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
.institution_search_list_info a p.img_cap {
  width: 100%;
  display: flex;
}
.institution_search_list_info a p.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
.institution_search_list_info a p.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
.institution_search_list_info a p.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
.institution_search_list_info a p.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
.institution_search_list_info a p.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
.institution_search_list_info a p.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
.institution_search_list_info a p.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
.institution_search_list_info a p.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
.institution_search_list_info a p.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
.institution_search_list_info a p.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
.institution_search_list_info a p.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link {
    position: absolute;
    bottom: 0px;
  }
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.institution_search_list_info a p.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/rent/common/bctl_icon.png");
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link {
    clear: both;
  }
}
.institution_search_list_info a p.list_link_pcbl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #ea5473;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link_pcbl {
    display: block;
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link_pcbl {
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
.institution_search_list_info a p.list_link_pcbl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_info a p.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link_pcbl:after {
    /*display: none;*/
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_info a p.list_link_pcbl {
    clear: both;
  }
}
.institution_search_list_info a p.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.institution_search_list_info a p.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .institution_search_list_info a p.list_link01::hover {
    opacity: 0.8;
  }
}
.institution_search_list_info a p.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a p.list_tp_link a {
    margin-bottom: 5px;
  }
}
.institution_search_list_info a p.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  .institution_search_list_info a p.list_tp_link a::hover {
    opacity: 0.8;
  }
}
.institution_search_list_info a p.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.institution_search_list_info a p.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .institution_search_list_info a p.list_ol_link a::hover {
    opacity: 0.8;
  }
}
.institution_search_list_info a p.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}
.institution_search_list_info a p span.bukken_list_ti {
  color: #121212;
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p span.bukken_list_ti {
    font-size: 140%;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a p span.bukken_list_ti {
    font-size: 120%;
  }
}
.institution_search_list_info a p span.bukken_list_com {
  color: #121212;
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a p span.bukken_list_com {
    font-size: 120%;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a p span.bukken_list_com {
    font-size: 100%;
  }
}
.institution_search_list_info a ul.icon li:hover span.description {
  display: inline-block !important;
  top: -103px !important;
  left: -30px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a ul.icon li:hover span.description {
    display: none !important;
  }
}
.institution_search_list_info a ul.icon li:hover span.description01 {
  display: inline-block !important;
  top: -113px !important;
  left: -30px !important;
  z-index: 20 !important;
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a ul.icon li:hover span.description01 {
    display: none !important;
  }
}
.institution_search_list_info a ul.icon li {
  float: left;
  display: block;
  height: auto;
  margin: 0 1% 8px 0;
  position: relative;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a ul.icon li {
    width: 6%;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_info a ul.icon li {
    width: 8%;
  }
}
.institution_search_list_info a ul.icon li img {
  width: 100%;
  height: auto;
}
.institution_search_list_info a ul.icon li span.description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 90px;
}
.institution_search_list_info a ul.icon li span.description:after, .institution_search_list_info a ul.icon li span.description:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.institution_search_list_info a ul.icon li span.description:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.institution_search_list_info a ul.icon li span.description:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}
.institution_search_list_info a ul.icon li span.description01 {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #1A1A1A;
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 4px #5e95d5;
  width: 300px;
  height: 110px;
}
.institution_search_list_info a ul.icon li span.description01:after, .institution_search_list_info a ul.icon li span.description01:before {
  top: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.institution_search_list_info a ul.icon li span.description01:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.institution_search_list_info a ul.icon li span.description01:before {
  border-color: rgba(94, 149, 213, 0);
  border-top-color: #5e95d5;
  border-width: 16px;
  margin-left: -16px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_info a:hover {
    opacity: 0.8;
  }
}
.institution_search_list_info a a {
  text-decoration: none !important;
}

.institution_search_img {
  display: block;
  height: auto;
  margin: 0px auto 0px;
  width: 100%;
  background-color: #F3F3F3;
  position: relative;
}
.institution_search_img figure {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* 2024.09.19追加 */
}
@media print, screen and (min-width: 920px) {
  .institution_search_img figure {
    height: 148px;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_img figure {
    /*height: 66px;
    height: 140px;*/
    height: 240px;
  }
}

.institution_search_img figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  /* 2024.09.19追加 */
}

.left_block_iss {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .left_block_iss {
    float: left;
    width: 23%;
    margin: 0px 2% 0px 0;
  }
}
@media only screen and (max-width: 919px) {
  .left_block_iss {
    float: left;
    width: 22%;
    margin: 0px 2% 0px 0;
  }
}

.right_block_iss {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .right_block_iss {
    float: right;
    width: 74%;
    margin: 0px 0px 0px 0px;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 919px) {
  .right_block_iss {
    float: right;
    width: 72%;
    margin: 0px 0px 0px 0px;
    padding-right: 8%;
  }
}

.institution_ti_area {
  width: 100%;
  height: auto;
  /*background-color: #E5EEF4;*/
}
@media print, only screen and (min-width: 1201px) {
  .institution_ti_area {
    border-top: solid 3px #4D4D4D;
    padding: 10px 0;
    /*padding: 10px 3%;*/
  }
}
@media only screen and (max-width: 1200px) {
  .institution_ti_area {
    border-top: solid 2px #4D4D4D;
    padding: 8px 2%;
    /*padding: 8px 2%;*/
  }
}

.institution_ti {
  margin: 6px 0;
}
@media print, only screen and (min-width: 1201px) {
  .institution_ti {
    font-size: 160%;
    height: 34px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1200px) {
  .institution_ti {
    font-size: 130%;
    height: 38px;
    line-height: 1.2;
  }
}

.institution_cat01,
.institution_cat02,
.institution_cat02_en,
.institution_cat03,
.institution_cat04,
.institution_cat05 {
  display: block;
  text-align: center;
  color: #FFFFFF;
  margin: 6px 0;
}
@media print, only screen and (min-width: 1201px) {
  .institution_cat01,
  .institution_cat02,
  .institution_cat02_en,
  .institution_cat03,
  .institution_cat04,
  .institution_cat05 {
    /*border-radius: 3px;*/
    border-radius: 1px;
    /*font-size: 74%;*/
    font-size: 64%;
    height: 26px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .institution_cat01,
  .institution_cat02,
  .institution_cat02_en,
  .institution_cat03,
  .institution_cat04,
  .institution_cat05 {
    /*border-radius: 26px;*/
    /*border-radius: 6px;*/
    border-radius: 1px;
    /*font-size: 68%;*/
    /*font-size: 60%;*/
    font-size: 80%;
    /*height: 32px;
    line-height: 32px;*/
    height: 20px;
    line-height: 18px;
  }
}

.ins_cat_conv_bg {
  /*background-color: #F9F9F9!important;
  background-color: #F7EEF9!important;*/
}

.ins_cat_hotel_bg {
  /*background-color: #F9F9F9!important;
  background-color: #FFF9D2!important;*/
}

.ins_cat_sp_bg {
  /*background-color: #F9F9F9!important;
  background-color: #CEEAFF!important;*/
}

.ins_cat_unv_bg {
  /*background-color: #F9F9F9!important;
  background-color: #E9F9F1!important;*/
}

@media print, only screen and (min-width: 1201px) {
  .ins_cat_size01 {
    /*width: 142px;
    width: auto;
    padding: 0 5px;*/
    /*width: 192px;*/
    width: 100%;
    font-size: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .ins_cat_size01 {
    /*width: 89%;
    width: 32%;
    width: 42%;*/
    /*width: 62%;*/
    width: 100%;
  }
}

.ins_cat_size02 {
  height: 100% !important;
}
@media print, only screen and (min-width: 1201px) {
  .ins_cat_size02 {
    width: 78%;
    float: right;
    margin: 6px 1%;
    height: 34px !important;
    /*line-height: 34px!important;*/
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ins_cat_size02 {
    width: 100%;
    float: left;
    margin: 0 1% 0 0;
    height: 32px !important;
    /*line-height: 32px!important;*/
    line-height: 28px !important;
  }
}

@media print, screen and (min-width: 920px) {
  .inst_block_01 {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 919px) {
  .inst_block_01 {
    width: 100%;
    margin: 0 0 15px;
  }
}

.inst_block_02 {
  margin: 0px auto;
}
@media print, screen and (min-width: 920px) {
  .inst_block_02 {
    width: 400px;
  }
}
@media only screen and (max-width: 919px) {
  .inst_block_02 {
    width: 90%;
  }
}

.institution_cat01 {
  /*background-color: #1392E3;
  border: 2px solid #0D4C8F;*/
  background-color: #548ac8;
  border: 2px solid #1f71cf;
}
@media print, only screen and (min-width: 1201px) {
  .institution_cat01 {
    font-size: 92%;
  }
}

.institution_cat02 {
  /*background-color: #940CE3;
  border: 2px solid #630E83;*/
  background-color: #385b73;
  border: 2px solid #01395e;
}
@media print, only screen and (min-width: 1201px) {
  .institution_cat02 {
    font-size: 82%;
  }
}

.institution_cat02_en {
  background-color: #385b73;
  border: 2px solid #01395e;
}
@media print, only screen and (min-width: 1201px) {
  .institution_cat02_en {
    /*font-size: 50%;*/
    font-size: 66%;
  }
}
@media only screen and (max-width: 1200px) {
  .institution_cat02_en {
    font-size: 50%;
  }
}

.institution_cat03 {
  /*background-color: #B98400;
  border: 2px solid #AF6905;*/
  background-color: #385b73;
  border: 2px solid #01395e;
}
@media print, only screen and (min-width: 1201px) {
  .institution_cat03 {
    font-size: 92%;
  }
}

.institution_cat04 {
  /*background-color: #1880E0;
  border: 2px solid #0F54A7;*/
  background-color: #dbb650;
  border: 2px solid #f7b500;
}
@media print, only screen and (min-width: 1201px) {
  .institution_cat04 {
    font-size: 92%;
  }
}

.institution_cat05 {
  /*background-color: #0AC186;
  border: 2px solid #0B9079;*/
  background-color: #D54387;
  border: 2px solid #E11B77;
}
@media print, only screen and (min-width: 1201px) {
  .institution_cat05 {
    font-size: 92%;
  }
}

#inst_cat_conv .sub_page_title02_sub::before {
  /*background-color: #940CE3;*/
  background-color: #0E3286;
}

#inst_cat_conv .conven_iss table.convention_iss tbody th,
#inst_cat_conv .conven_iss table.convention_iss01 tbody th {
  /*background-color: #F7EEF9!important;*/
  background-color: #EBF2FB !important;
}

#inst_cat_hotel .sub_page_title02_sub::before {
  /*background-color: #B98400;*/
  background-color: #32539F;
}

#inst_cat_hotel .conven_iss table.convention_iss tbody th,
#inst_cat_hotel .conven_iss table.convention_iss01 tbody th {
  background-color: #E6F2FF;
}

#inst_cat_sp .sub_page_title02_sub::before {
  /*background-color: #1880E0;*/
  background-color: #E0CA18;
}

#inst_cat_sp .conven_iss table.convention_iss tbody th,
#inst_cat_sp .conven_iss table.convention_iss01 tbody th {
  /*background-color: #CEEAFF!important;*/
  background-color: #FFFCE6 !important;
}

#inst_cat_unv .sub_page_title02_sub::before {
  /*background-color: #0AC186;*/
  background-color: #EA44C0;
}

#inst_cat_unv .conven_iss table.convention_iss tbody th,
#inst_cat_unv .conven_iss table.convention_iss01 tbody th {
  /*background-color: #E9F9F1!important;*/
  background-color: #F9E9EB !important;
}

.institution_search_kekka {
  /*background-color: #D6F2FD;*/
  background-color: #F5F5F5;
  color: #313131;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .institution_search_kekka {
    font-size: 140%;
    height: 90px;
    line-height: 90px;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_kekka {
    font-size: 110%;
    height: auto;
    line-height: 1.2;
    padding: 14px 1.8%;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_kekka span {
    font-size: 180%;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_kekka span {
    font-size: 180%;
    margin-right: 10px;
  }
}

.inst_ic_map a:before {
  background-image: url("../images/common/map_icon.png");
  background-repeat: no-repeat;
}

.inst_ic_list a:before {
  background-image: url("../images/common/list_icon.png");
  background-repeat: no-repeat;
}

.institution_search_change_btn a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  /*color: #fff100;*/
  /*background-color: #BF8800;
  background-color: #005DBF;
  background-color: #979797;
  background-color: #01395e;
  background-color: #E11B77;*/
  background-color: #EE73AC;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.institution_search_change_btn a:before {
  content: "";
  display: inline-block;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .institution_search_change_btn a:before {
    width: 30px;
    height: 30px;
    margin: 0 8px -8px 0;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_change_btn a:before {
    width: 23px;
    height: 23px;
    margin: 0 6px -6px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .institution_search_change_btn a {
    /*border-bottom: 7px solid #222121;*/
    border-bottom: 7px solid #7e7e7e;
    width: 100%;
    /*border-radius: 42px;*/
    border-radius: 12px;
    font-size: 180%;
    height: 90px;
    line-height: 90px;
    padding: 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .institution_search_change_btn a:hover {
    opacity: .8;
    border-bottom: 3px solid #222121;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_change_btn a {
    /*border: 2px solid #373737;*/
    border-bottom: 7px solid #7e7e7e;
    width: 82%;
    border-radius: 26px;
    font-size: 110%;
    height: 52px;
    line-height: 52px;
    margin: 26px auto 0px;
    padding: 0 0%;
  }
}

.institution_search_list_area {
  margin: 0 auto;
}
@media print, only screen and (min-width: 1201px) {
  .institution_search_list_area {
    width: 925px;
  }
}
@media only screen and (max-width: 1200px) {
  .institution_search_list_area {
    width: 98%;
  }
}

@supports (-ms-ime-align: auto) {
  @media print, only screen and (min-width: 1201px) {
    .institution_search_list_area {
      width: 925px;
    }
  }
  @media only screen and (max-width: 1200px) {
    .institution_search_list_area {
      width: 98%;
    }
  }
}
.institution_search_list_area01 {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  text-align: left;
}
.institution_search_list_area01 .institution_search_info01 {
  /*display: block;*/
  flex-direction: column;
  text-decoration: none;
  border-top: 1px solid #F7EEF9;
  border-right: 1px solid #F7EEF9;
  border-left: 1px solid #F7EEF9;
  border-bottom: 1px solid #5C5C5C;
  color: #FFFFFF !important;
  background-color: #F9F9F9 !important;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_area01 .institution_search_info01 {
    float: left;
    width: 23%;
    /*width: calc(25% - 0px);*/
    padding: .5rem 1%;
    margin: 0 1% 20px;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_area01 .institution_search_info01 {
    font-size: 10px;
    line-height: 1.2;
    width: 98%;
    /*width: calc(100% - 0px);*/
    padding: 2% 1%;
    margin: 0 auto 15px;
  }
}
.institution_search_list_area01 .institution_search_info01 a {
  text-decoration: none;
}
.institution_search_list_area01 .institution_search_info01 p {
  text-decoration: none !important;
  display: block;
  /*margin: 0px!important;*/
}
.institution_search_list_area01 .institution_search_info01 p.list_area {
  float: left;
  display: block;
  width: 50%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  color: #1D1D1D;
  text-align: left;
}
.institution_search_list_area01 .institution_search_info01 p.list_area:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.list_area:before {
    width: 18px;
    height: 18px;
    margin: 0px 8px -4px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.list_area:before {
    width: 16px;
    height: 16px;
    margin: 0px 8px -4px 0px;
  }
}
.institution_search_list_area01 .institution_search_info01 p.price {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #ea5473;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.price {
    width: 100%;
    height: 13px;
    font-size: 110%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.price {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.institution_search_list_area01 .institution_search_info01 p.price_sub {
  display: block;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #ea5473;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.price_sub {
    width: 100%;
    height: 13px;
    font-size: 90%;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.price_sub {
    float: right;
    width: 65%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.institution_search_list_area01 .institution_search_info01 p.bukken_ti {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ti {
    width: 100%;
    height: auto;
    font-size: 130%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ti {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.institution_search_list_area01 .institution_search_info01 p.bukken_ti_sub {
  display: block;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ti_sub {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ti_sub {
    float: right;
    width: 65%;
    font-size: 14px;
    line-height: 1.3;
  }
}
.institution_search_list_area01 .institution_search_info01 p.bukken_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #063663;
  text-align: left;
}
.institution_search_list_area01 .institution_search_info01 p.bukken_ad {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ad {
    width: 100%;
    height: auto;
    font-size: 110%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ad {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.institution_search_list_area01 .institution_search_info01 p.bukken_ad_sub {
  display: block;
  font-weight: 400;
  padding: 6px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ad_sub {
    width: 100%;
    height: auto;
    font-size: 90%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.bukken_ad_sub {
    float: right;
    width: 65%;
    font-size: 13px;
    line-height: 1.3;
  }
}
.institution_search_list_area01 .institution_search_info01 p.day {
  display: block;
  width: 100%;
  height: 13px;
  font-size: 80%;
  line-height: 1.3;
  font-weight: 500;
  padding: 10px 0px 10px 0px;
  margin: 0px auto;
  color: #747474;
  text-align: left;
}
.institution_search_list_area01 .institution_search_info01 p.list_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 8px auto 4px;
  color: #000000;
  text-align: left;
}
.institution_search_list_area01 .institution_search_info01 p.list_com_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #063663;
  text-align: left;
}
.institution_search_list_area01 .institution_search_info01 p.list_com {
  display: block;
  width: 100%;
  height: auto;
  font-size: 110%;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0px;
  margin: 0px auto;
  color: #5D6063;
  text-align: left;
}
.institution_search_list_area01 .institution_search_info01 p.img_cap {
  width: 100%;
  display: flex;
}
.institution_search_list_area01 .institution_search_info01 p.-cat01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #B76CA8;
}
.institution_search_list_area01 .institution_search_info01 p.-cat02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #198B11;
}
.institution_search_list_area01 .institution_search_info01 p.-cat03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #744B0E;
}
.institution_search_list_area01 .institution_search_info01 p.-cat04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #93BA0F;
}
.institution_search_list_area01 .institution_search_info01 p.-cat05 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #8B8B11;
}
.institution_search_list_area01 .institution_search_info01 p.-cat06 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #2DCB38;
}
.institution_search_list_area01 .institution_search_info01 p.-cat07 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #ECC00F;
}
.institution_search_list_area01 .institution_search_info01 p.-cat08 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #0E6CB4;
}
.institution_search_list_area01 .institution_search_info01 p.-cat09 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #EC850F;
}
.institution_search_list_area01 .institution_search_info01 p.-cat10 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-size: 110%;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #17AEBF;
}
.institution_search_list_area01 .institution_search_info01 p.list_link {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #E35555;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link {
    position: absolute;
    bottom: 0px;
  }
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link {
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 8px 0px;
  }
}
.institution_search_list_area01 .institution_search_info01 p.list_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/rent/common/bctl_icon.png");
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link {
    clear: both;
  }
}
.institution_search_list_area01 .institution_search_info01 p.list_link_pcbl {
  text-decoration: none;
  font-size: 80%;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
  cursor: pointer;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #ea5473;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link_pcbl {
    position: absolute;
    bottom: 20px;
  }
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link_pcbl {
    display: block;
    width: 80%;
    margin: 20px 0 0px;
    left: 10%;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link_pcbl {
    display: block;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 8px 0px;
  }
}
.institution_search_list_area01 .institution_search_info01 p.list_link_pcbl:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print, only screen and (min-width: 1051px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link_pcbl:after {
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link_pcbl:after {
    /*display: none;*/
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link_pcbl {
    clear: both;
  }
}
.institution_search_list_area01 .institution_search_info01 p.list_link01 {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border-bottom: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.institution_search_list_area01 .institution_search_info01 p.list_link01::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_area01 .institution_search_info01 p.list_link01 {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  .institution_search_list_area01 .institution_search_info01 p.list_link01::hover {
    opacity: 0.8;
  }
}
.institution_search_list_area01 .institution_search_info01 p.list_tp_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
@media only screen and (max-width: 919px) {
  .institution_search_list_area01 .institution_search_info01 p.list_tp_link a {
    margin-bottom: 5px;
  }
}
.institution_search_list_area01 .institution_search_info01 p.list_tp_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_area01 .institution_search_info01 p.list_tp_link a {
    position: absolute;
    left: 0;
    bottom: 57px;
  }
  .institution_search_list_area01 .institution_search_info01 p.list_tp_link a::hover {
    opacity: 0.8;
  }
}
.institution_search_list_area01 .institution_search_info01 p.list_ol_link a {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 35px;
  border: 1px solid #1C73C5;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #1C73C5;
}
.institution_search_list_area01 .institution_search_info01 p.list_ol_link a::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px -4px 8px;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_area01 .institution_search_info01 p.list_ol_link a {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .institution_search_list_area01 .institution_search_info01 p.list_ol_link a::hover {
    opacity: 0.8;
  }
}
.institution_search_list_area01 .institution_search_info01 p.sdgs_ti {
  display: block;
  width: 100%;
  height: auto;
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 0px;
  margin: 5px auto 0px;
  color: #FFFFFF;
  background-color: #0F6B9F;
  text-align: center;
}
.institution_search_list_area01 .institution_search_info01 p span.bukken_list_ti01 {
  color: #121212;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px !important;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_area01 .institution_search_info01 p span.bukken_list_ti01 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_area01 .institution_search_info01 p span.bukken_list_ti01 {
    font-size: 100%;
  }
}
.institution_search_list_area01 .institution_search_info01 p span.bukken_list_com01 {
  color: #5F5F5F;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px !important;
}
@media print, screen and (min-width: 920px) {
  .institution_search_list_area01 .institution_search_info01 p span.bukken_list_com01 {
    font-size: 80%;
  }
}
@media only screen and (max-width: 919px) {
  .institution_search_list_area01 .institution_search_info01 p span.bukken_list_com01 {
    font-size: 76%;
  }
}

.site_link a {
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  font-weight: 400;
  /*background-color: #3FA2E9;
  border: 1px solid #126BB4;*/
  background-color: #9E9E9E;
  border: 2px solid #565656;
  color: #FFFFFF;
}
@media print, only screen and (min-width: 1201px) {
  .site_link a {
    padding: 4px 0px;
    /*width: 140px;*/
    width: 170px;
    margin: 30px 0px 0px 0px;
    /*font-size: 70%;*/
    font-size: 90%;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .site_link a {
    padding: 3px 0px;
    width: 45%;
    margin: 20px auto 0px auto;
    font-size: 78%;
    line-height: 25px;
  }
}
.site_link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 1px;
  box-sizing: border-box;
  /*content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: 2px 0px 0 15px;
  background-size: auto;
  background-size: contain;
  vertical-align: middle;*/
}
@media print, only screen and (min-width: 1201px) {
  .site_link a::after {
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
  }
}
@media only screen and (max-width: 1200px) {
  .site_link a::after {
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #FFFFFF;
  }
}

#map_space {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  #map_space {
    height: 670px;
  }
}
@media only screen and (max-width: 919px) {
  #map_space {
    height: 320px;
  }
}

.ggmp iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media print, screen and (min-width: 920px) {
  .conven_iss {
    display: block;
  }
  .conven_iss table.convention_iss01 {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    /*font-size:0.72em;*/
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 30px auto 14px;
    /*width:40%!important;*/
    width: 62% !important;
  }
  .conven_iss table.convention_iss01 tbody th {
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #DAEBFD;
    width: 40%;
  }
  .conven_iss table.convention_iss01 tbody td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    /*text-align:right;*/
    text-align: center;
    width: 58%;
  }
  .conven_iss table.convention_iss01 tbody td.kaijo-name, .conven_iss table.convention_iss01 tbody td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_iss table.convention_iss01 tbody td.tenji-ok-ng, .conven_iss table.convention_iss01 tbody td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    /*font-size:0.72em;*/
    font-size: 0.95em;
    line-height: 1.4em;
    margin: 30px auto 14px;
    width: 98%;
  }
  .conven_iss table.convention_iss.left tbody td {
    text-align: left;
  }
  .conven_iss table.convention_iss tbody th {
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #DAEBFD;
    width: auto;
  }
  .conven_iss table.convention_iss tbody th.sec01 {
    width: 20% !important;
  }
  .conven_iss table.convention_iss tbody td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    /*text-align:right;*/
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss tbody td.sec02 {
    width: 68% !important;
  }
  .conven_iss table.convention_iss tbody td.kaijo-name, .conven_iss table.convention_iss tbody td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_iss table.convention_iss tbody td.tenji-ok-ng, .conven_iss table.convention_iss tbody td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss tbody td.td_bg_bl {
    background-color: #DAEBFD !important;
  }
  .conven_iss table.convention_iss-01 {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    /*font-size:0.72em;*/
    font-size: 0.95em;
    line-height: 1.4em;
    margin: 0px auto 14px;
    width: 98%;
  }
  .conven_iss table.convention_iss-01.left tbody td {
    text-align: left;
  }
  .conven_iss table.convention_iss-01 tbody th {
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #DAEBFD;
    width: auto;
  }
  .conven_iss table.convention_iss-01 tbody th.sec01 {
    width: 20% !important;
  }
  .conven_iss table.convention_iss-01 tbody td {
    vertical-align: middle;
    padding: 15px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    /*text-align:right;*/
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss-01 tbody td.sec02 {
    width: 68% !important;
  }
  .conven_iss table.convention_iss-01 tbody td.kaijo-name, .conven_iss table.convention_iss-01 tbody td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_iss table.convention_iss-01 tbody td.tenji-ok-ng, .conven_iss table.convention_iss-01 tbody td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss-01 tbody td.td_bg_bl {
    background-color: #DAEBFD !important;
  }
}
@media only screen and (max-width: 919px) {
  .conven_iss {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .conven_iss::-webkit-scrollbar {
    height: 5px;
  }
  .conven_iss::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .conven_iss::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .conven_iss table.convention_iss01 {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.72em;
    line-height: 1.4em;
    margin: 10px auto 14px;
    width: 430px;
  }
  .conven_iss table.convention_iss01.left tbody td {
    text-align: left;
  }
  .conven_iss table.convention_iss01 tbody tr {
    /*width: 60%;*/
    margin-right: -6px;
  }
  .conven_iss table.convention_iss01 tbody tr th {
    vertical-align: middle;
    padding: 2px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #DAEBFD;
    width: 22%;
  }
  .conven_iss table.convention_iss01 tbody tr td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: right;
    width: 56%;
  }
  .conven_iss table.convention_iss01 tbody tr td.kaijo-name, .conven_iss table.convention_iss01 tbody tr td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_iss table.convention_iss01 tbody tr td.tenji-ok-ng, .conven_iss table.convention_iss01 tbody tr td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.72em;
    line-height: 1.4em;
    margin: 10px auto 14px;
    width: 430px;
  }
  .conven_iss table.convention_iss.left tbody td {
    text-align: left;
  }
  .conven_iss table.convention_iss tbody tr {
    /*width: 60%;*/
    margin-right: -6px;
  }
  .conven_iss table.convention_iss tbody tr th {
    vertical-align: middle;
    padding: 2px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #DAEBFD;
    width: auto;
  }
  .conven_iss table.convention_iss tbody tr th.sec01 {
    width: 20% !important;
  }
  .conven_iss table.convention_iss tbody tr td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: right;
    width: 7%;
  }
  .conven_iss table.convention_iss tbody tr td.sec02 {
    width: 68% !important;
  }
  .conven_iss table.convention_iss tbody tr td.kaijo-name, .conven_iss table.convention_iss tbody tr td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_iss table.convention_iss tbody tr td.tenji-ok-ng, .conven_iss table.convention_iss tbody tr td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss-01 {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.72em;
    line-height: 1.4em;
    margin: 0px auto 14px;
    width: 430px;
  }
  .conven_iss table.convention_iss-01.left tbody td {
    text-align: left;
  }
  .conven_iss table.convention_iss-01 tbody tr {
    /*width: 60%;*/
    margin-right: -6px;
  }
  .conven_iss table.convention_iss-01 tbody tr th {
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #DAEBFD;
    width: auto;
  }
  .conven_iss table.convention_iss-01 tbody tr th.sec01 {
    width: 20% !important;
  }
  .conven_iss table.convention_iss-01 tbody tr td {
    vertical-align: middle;
    padding: 15px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    /*text-align:right;*/
    width: 7%;
  }
  .conven_iss table.convention_iss-01 tbody tr td.sec02 {
    width: 68% !important;
  }
  .conven_iss table.convention_iss-01 tbody tr td.kaijo-name, .conven_iss table.convention_iss-01 tbody tr td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_iss table.convention_iss-01 tbody tr td.tenji-ok-ng, .conven_iss table.convention_iss-01 tbody tr td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
  .conven_iss table.convention_iss-01 tbody tr td.td_bg_bl {
    background-color: #DAEBFD !important;
  }
}
.print_btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #2F2F2F;
  background-color: #F8F8F8;
  border: 1px solid #515151;
}
@media print, screen and (min-width: 920px) {
  .print_btn a {
    width: 15%;
    height: 35px;
    line-height: 35px;
    font-size: 90%;
    margin: 0 0 10px 85%;
  }
}
@media only screen and (max-width: 919px) {
  .print_btn a {
    width: 45%;
    height: 30px;
    line-height: 30px;
    font-size: 90%;
    margin: 0 0 5px 55%;
  }
}
.print_btn a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/print_mrk.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .print_btn a:before {
    width: 20px;
    height: 20px;
    margin: 0 6px -5px 0;
  }
}
@media only screen and (max-width: 919px) {
  .print_btn a:before {
    width: 20px;
    height: 20px;
    margin: 0 4px -6px 0;
  }
}

/*** ./コンベンション施設検索 ***/
/*** モデルコース ***/
.c-cate_area .c-cate_ti {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area .c-cate_ti {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area .c-cate_ti {
    font-size: 90%;
  }
}
.c-cate_area .c-cate01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #DC600C;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area .c-cate01 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area .c-cate01 {
    font-size: 90%;
  }
}
.c-cate_area .c-cate02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #0747C7;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area .c-cate02 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area .c-cate02 {
    font-size: 90%;
  }
}
.c-cate_area .c-cate03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #FFFFFF;
  color: #0747C7;
  border: 2px solid #0747C7;
  box-sizing: border-box;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area .c-cate03 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area .c-cate03 {
    font-size: 90%;
  }
}
.c-cate_area .c-cate04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #E417B6;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area .c-cate04 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area .c-cate04 {
    font-size: 90%;
  }
}

.c-cate_area_sub .c-cate_ti {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area_sub .c-cate_ti {
    font-size: 150%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area_sub .c-cate_ti {
    font-size: 110%;
  }
}
.c-cate_area_sub .c-cate01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #DC600C;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area_sub .c-cate01 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area_sub .c-cate01 {
    font-size: 110%;
  }
}
.c-cate_area_sub .c-cate02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #0747C7;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area_sub .c-cate02 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area_sub .c-cate02 {
    font-size: 110%;
  }
}
.c-cate_area_sub .c-cate03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #FFFFFF;
  color: #0747C7;
  border: 2px solid #0747C7;
  box-sizing: border-box;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area_sub .c-cate03 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area_sub .c-cate03 {
    font-size: 110%;
  }
}
.c-cate_area_sub .c-cate04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #E417B6;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  .c-cate_area_sub .c-cate04 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 919px) {
  .c-cate_area_sub .c-cate04 {
    font-size: 110%;
  }
}

a.subpg_tp_fcvb {
  display: block;
  text-decoration: none;
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #66B0EC;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb:hover {
    opacity: 0.8;
  }
}
a.subpg_tp_fcvb figure {
  display: block;
  margin: 0 auto;
}
a.subpg_tp_fcvb figure img {
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb figure img {
    height: 220px;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb figure img {
    height: 180px;
  }
}
a.subpg_tp_fcvb .subpg_tp_ti {
  text-align: left;
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .subpg_tp_ti {
    font-size: 120%;
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 10px;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .subpg_tp_ti {
    font-size: 110%;
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 5px;
  }
}
a.subpg_tp_fcvb .subpg_tp_com {
  display: block;
  width: 100%;
  height: auto;
  color: #141516;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .subpg_tp_com {
    font-size: 120%;
    line-height: 1.5;
    margin: 20px 0px 20px 0px;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .subpg_tp_com {
    font-size: 120%;
    line-height: 1.5;
    margin: 20px 0px 20px 0px;
  }
}
a.subpg_tp_fcvb .c-cate_ti {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .c-cate_ti {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .c-cate_ti {
    font-size: 90%;
  }
}
a.subpg_tp_fcvb .c-cate01 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #DC600C;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .c-cate01 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .c-cate01 {
    font-size: 90%;
  }
}
a.subpg_tp_fcvb .c-cate02 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #0747C7;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .c-cate02 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .c-cate02 {
    font-size: 90%;
  }
}
a.subpg_tp_fcvb .c-cate03 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #FFFFFF;
  color: #0747C7;
  border: 2px solid #0747C7;
  box-sizing: border-box;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .c-cate03 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .c-cate03 {
    font-size: 90%;
  }
}
a.subpg_tp_fcvb .c-cate04 {
  text-align: left;
  display: inline-block;
  margin: 0.2rem 0.5%;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
  background-color: #E417B6;
  color: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .c-cate04 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .c-cate04 {
    font-size: 90%;
  }
}
a.subpg_tp_fcvb .subpg_tp_link {
  width: 100%;
  font-size: 100%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  color: #1494e9;
  border-bottom: 1px solid #1494e9;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .subpg_tp_link {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .subpg_tp_link {
    padding: 8px 0px;
  }
}
a.subpg_tp_fcvb .subpg_tp_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/common/bctl_icon.png");
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .subpg_tp_link:after {
    width: 22px;
    height: 22px;
    margin: 0px 0px -6px 8px;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .subpg_tp_link:after {
    width: 22px;
    height: 22px;
    margin: 0px 0px -6px 8px;
  }
}
a.subpg_tp_fcvb .subpg_tp_ot_link {
  width: 100%;
  font-size: 100%;
  line-height: 25px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  color: #1494e9;
  border-bottom: 1px solid #1494e9;
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .subpg_tp_ot_link {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .subpg_tp_ot_link {
    padding: 8px 0px;
  }
}
a.subpg_tp_fcvb .subpg_tp_ot_link:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/common/otli_icon.png");
}
@media print, screen and (min-width: 920px) {
  a.subpg_tp_fcvb .subpg_tp_ot_link:after {
    width: 22px;
    height: 22px;
    margin: 0px 0px -6px 8px;
  }
}
@media only screen and (max-width: 919px) {
  a.subpg_tp_fcvb .subpg_tp_ot_link:after {
    width: 22px;
    height: 22px;
    margin: 0px 0px -6px 8px;
  }
}

h3.md_c_label {
  position: relative !important;
  padding: 0.5em !important;
  background-color: #1494E9 !important;
  color: white !important;
}
@media print, screen and (min-width: 920px) {
  h3.md_c_label {
    width: 102% !important;
    position: absolute !important;
    top: 0px !important;
    left: -20px !important;
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 919px) {
  h3.md_c_label {
    font-size: 23px !important;
  }
}
@media print, screen and (min-width: 920px) {
  h3.md_c_label span.smfon {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 919px) {
  h3.md_c_label span.smfon {
    font-size: 16px !important;
  }
}
h3.md_c_label::before {
  position: absolute !important;
  content: "" !important;
  top: 100% !important;
  left: 0 !important;
  border: none !important;
  border-bottom: solid 15px transparent !important;
  border-right: solid 20px #959e9b !important;
}

.box_dir_mdc {
  margin: 20px auto 40px;
  width: 98%;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 1px #ccc;
}
@media print, screen and (min-width: 920px) {
  .box_dir_mdc {
    position: relative;
    padding: 2.5em;
  }
}
@media only screen and (max-width: 919px) {
  .box_dir_mdc {
    padding: 0.2em 0.5em 0.5em;
  }
}

.sub_page_title {
  border-bottom: 1px dotted #464646 !important;
  padding-left: 1.2rem;
  padding-right: 0.6rem;
}
@media print, screen and (min-width: 920px) {
  .sub_page_title {
    font-size: 16px !important;
    font-weight: bold !important;
  }
}
@media only screen and (max-width: 919px) {
  .sub_page_title {
    font-size: 14px !important;
    font-weight: bold !important;
  }
}

/*** ./モデルコース ***/
/*.shi_img_main {
	width: 100%;
	position: relative;
	margin: 0px auto 10px;
	@include wi-pc{
	height: 700px;
	}
	@include wi-sm1{
	height: 440px;
	}
	figure{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
}*/
.shi_img_area {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .shi_img_area {
    width: 925px;
    margin: 0px auto 40px;
  }
}
@media only screen and (max-width: 919px) {
  .shi_img_area {
    width: 98%;
    margin: 0px auto 42px;
  }
}
.shi_img_area img {
  width: auto !important;
}

.shi_img_main {
  display: block;
  height: auto;
  margin: 0px auto 0px;
  width: 100%;
  background-color: #F3F3F3;
  position: relative;
}
.shi_img_main figure {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .shi_img_main figure {
    height: 560px;
  }
}
@media only screen and (max-width: 919px) {
  .shi_img_main figure {
    height: 310px;
  }
}

.shi_img_main figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/*.shi_img_main {
	display: block;
	height: auto;
	position: relative;
	@include wi-pc{
	width: 45%;
	margin: 0px auto 30px;
	}
	@include wi-sm1{
	width: 98%;
	margin: 0px auto 26px;
	}
	figure{
		display: block;
		margin: 0 auto;
		position: relative;
		@include wi-pc{
		height: 308px;
		}
		@include wi-sm1{
		height: 240px;
		}
	}
}
.shi_img_main figure > img {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); margin:auto;
	max-width:100%;
	max-height:100%
}*/
/*** ビジネスマッチング 2023/08/11 ***/
body#bs-tb {
  padding: 0 !important;
  margin: 0 !important;
}

#bs-hd {
  width: 100%;
  height: auto;
  background: #FFFFFF;
}
@media print, screen and (min-width: 920px) {
  #bs-hd {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 919px) {
  #bs-hd {
    padding: 12px 4px;
  }
}
#bs-hd #bs-hd-logo {
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  #bs-hd #bs-hd-logo {
    height: 60px;
  }
}
@media only screen and (max-width: 919px) {
  #bs-hd #bs-hd-logo {
    height: 26px;
  }
}
#bs-hd #bs-hd-logo img {
  height: 100%;
  width: auto;
}

#bs-mv-area {
  width: 100%;
  height: auto;
  /*background: linear-gradient(-20deg, #A3CCE7 0%, #0590EC 100%);
  background: linear-gradient(-20deg, #A3CCE7 0%, #1061BE 100%);*/
  background: linear-gradient(-20deg, #5AAADF 0%, #1061BE 100%);
}
@media print, screen and (min-width: 920px) {
  #bs-mv-area {
    position: relative;
    padding: 40px 1%;
    /*margin: 0 0 80px 0;
    margin: 0 0 10px 0;*/
    margin: 0 0 0px 0;
  }
}
@media only screen and (max-width: 919px) {
  #bs-mv-area {
    padding: 22px 1%;
    margin: 0 0 0px 0;
  }
}
#bs-mv-area #bs-mv01 {
  font-size: 0px;
  line-height: 0px;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  #bs-mv-area #bs-mv01 {
    width: 32%;
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 919px) {
  #bs-mv-area #bs-mv01 {
    width: 88%;
    margin: 10px auto 12px;
  }
}
#bs-mv-area #bs-mv02 {
  font-size: 0px;
  line-height: 0px;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  #bs-mv-area #bs-mv02 {
    position: absolute;
    width: 61%;
    right: 0;
    top: 20px;
  }
}
@media only screen and (max-width: 919px) {
  #bs-mv-area #bs-mv02 {
    width: 90%;
    margin: 0px auto 8px;
  }
}
#bs-mv-area #bs-mv03 {
  font-size: 0px;
  line-height: 0px;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  #bs-mv-area #bs-mv03 {
    width: 32%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 919px) {
  #bs-mv-area #bs-mv03 {
    width: 88%;
    margin: 0px auto 0px;
  }
}
#bs-mv-area img {
  height: auto;
  width: 100%;
}

.bs-cont-area {
  width: 100%;
  height: auto;
}

.bs-cont-in {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .bs-cont-in {
    max-width: 1120px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 919px) {
  .bs-cont-in {
    width: 98%;
    margin: 0 auto;
  }
}

.bs-btn {
  height: auto;
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  .bs-btn {
    width: 720px;
    padding: 72px 0;
  }
  .bs-btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  .bs-btn {
    width: 88%;
    /*padding: 42px 0;*/
    padding: 22px 0 30px;
  }
}
.bs-btn img {
  height: auto;
  width: 100%;
}

.bs-btn-sub {
  height: auto;
  margin: 0 auto;
  font-size: 0px;
  line-height: 0px;
}
@media print, screen and (min-width: 920px) {
  .bs-btn-sub {
    width: 720px;
    padding: 0 0 72px 0;
  }
  .bs-btn-sub:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 919px) {
  .bs-btn-sub {
    width: 88%;
    padding: 0 0 42px 0;
  }
}
.bs-btn-sub img {
  height: auto;
  width: 100%;
}

.bs-m-bg {
  background-image: url("../images/business_matching/bs-m-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 920px) {
  .bs-m-bg {
    padding: 21px 0 80px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-m-bg {
    padding: 14px 0 26px;
  }
}

.bs-tp-bg {
  background-color: #F7F7F7;
}
@media print, screen and (min-width: 920px) {
  .bs-tp-bg {
    padding: 20px 0 10px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-tp-bg {
    padding: 14px 0 8px;
  }
}

.bs-disc-bg {
  /*background-color: #009BEB;*/
  background-color: #1e62c8;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-bg {
    padding: 60px 0 10px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-bg {
    padding: 26px 0 8px;
  }
}

.bs-disc-bg-sub {
  background-color: #3587DF;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-bg-sub {
    padding: 60px 0 10px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-bg-sub {
    padding: 26px 0 8px;
  }
}

.bs-ft-bg {
  /*background-color: #009BEB;*/
  background-color: #1e62c8;
}
@media print, screen and (min-width: 920px) {
  .bs-ft-bg {
    padding: 20px 0 20px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ft-bg {
    padding: 26px 0 22px;
  }
}

.bs-m-ti {
  font-family: 'Noto Serif JP', serif;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 200 !important;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .bs-m-ti {
    font-size: 340%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-m-ti {
    font-size: 145%;
  }
}
.bs-m-ti span {
  color: #258CC1;
}

@media print, screen and (min-width: 920px) {
  .bs-m-sp01 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-m-sp01 {
    margin-bottom: 31px;
  }
}

.bs-m-img {
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}
.bs-m-img img {
  height: auto;
  width: 100%;
}

.bs-disc-area {
  height: auto;
  background-color: #FFFFFF;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px white, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area {
    width: 100%;
    margin: 0 auto 55px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area {
    width: 90%;
    margin: 0 auto 42px;
  }
}
.bs-disc-area .bs-disc-ti {
  text-align: center;
  background-image: url("../images/business_matching/bs-dis-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-ti {
    font-size: 160%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-ti {
    font-size: 130%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 16px;
  }
}
.bs-disc-area .bs-disc-sch {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch {
    width: 96%;
    margin: 0 auto 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch {
    width: 98%;
    margin: 0 auto 0px;
    padding-bottom: 15px;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-ti {
  text-align: center;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-ti {
    font-size: 218%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-ti {
    font-size: 118%;
  }
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-ti br {
    display: none;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-ti br {
    display: block;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-com {
  text-align: center;
  font-weight: 200;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-com {
    font-size: 138%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-com {
    font-size: 110%;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-com_sub {
  text-align: center;
  font-weight: 600;
  /*position: relative;
  padding: 0 65px;
  text-align: center;
  font-weight: 600;
  @include wi-pc{
  width: 100%;
  margin: 0 auto 26px;
  }
  @include wi-sm1{
  width: 100%;
  margin: 0 auto 10px;
  }
  span {
  	position: relative;
  	background: #FFFFFF;
  	display: block;
  	@include wi-pc{
  	padding: 0 1em;
  	font-size: 180%;
  	}
  	@include wi-sm1{
  	padding: 0 1%;
  	font-size: 120%;
  	}
  }
  &:before {
  	position: absolute;
  	top: calc(50% - 1px);
  	left: 0;
  	width: 100%;
  	content: '';
  	background: #009BEB;
  	@include wi-pc{
  	height: 2px;
  	}
  	@include wi-sm1{
  	height: 3px;
  	}
  }*/
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-com_sub {
    font-size: 188%;
    margin: 22px auto 26px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-com_sub {
    font-size: 130%;
    margin: 18px auto 20px;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in {
  margin: 0 auto;
  height: auto;
  /*border-top: 3px solid #009BEB;*/
  border-top: 3px solid #1E62C8;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in {
    width: 100%;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info {
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    /*justify-content: space-between;
    justify-content: space-around;*/
    justify-content: space-evenly !important;
    /*width: 90%;*/
    width: 62%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-left {
    width: 18%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-left {
    width: 96%;
    margin: 0 auto 20px;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-left .sch-info-d02 {
  display: table;
  width: 100%;
  height: auto;
  border: solid 1px #2F6DB8;
  color: #000000;
  text-align: center;
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-left .sch-info-d02 span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-left .sch-info-d02 span {
    font-size: 110%;
    height: 42px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-left .sch-info-d02 span {
    font-size: 100%;
    height: 32px;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right {
  /*@include wi-pc{
  width: 78%;
  font-size: 100%;
  }
  @include wi-sm1{
  width: 96%;
  margin: 0 auto;
  }*/
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right {
    width: 78%;
    /*width: 62%;*/
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right .sch-info-d03 {
  display: table;
  width: 100%;
  height: auto;
  color: #000000;
  text-align: justify;
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right .sch-info-d03 span {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right .sch-info-d03 span {
    font-size: 130%;
    height: 42px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right .sch-info-d03 span {
    font-size: 110%;
    height: 32px;
  }
}
.bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right .sch-info-d03 span em {
  text-decoration: none !important;
  font-style: normal !important;
}
@media only screen and (max-width: 919px) {
  .bs-disc-area .bs-disc-sch .bs-disc-sch-in .bs-disc-sch-info .bs-disc-sch-info-right .sch-info-d03 span em {
    display: inline-block;
    width: 33%;
    text-decoration: none;
    font-style: normal;
  }
}

.bs-ent-info-ti {
  position: relative;
  width: 100%;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .bs-ent-info-ti {
    font-size: 160%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 92px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-info-ti {
    font-size: 130%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 72px;
  }
}
.bs-ent-info-ti:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -90px;
  left: 49.955%;
  background-image: url("../images/business_matching/ti_ic01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .bs-ent-info-ti:after {
    width: 8px;
    height: 92px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-info-ti:after {
    width: 6px;
    height: 72px;
  }
}

@media print, screen and (min-width: 920px) {
  .bs-ent-flow-area {
    width: 960px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-flow-area {
    width: 100%;
    margin: 0 auto 16px;
  }
}
.bs-ent-flow-area p.bs-ent-p {
  margin-top: 0px !important;
  margin-bottom: 8px !important;
}
.bs-ent-flow-area .bs-ent-flow-info {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: space-between;
  /*justify-content: space-around;
  justify-content: space-evenly !important;*/
}
@media print, screen and (min-width: 920px) {
  .bs-ent-flow-area .bs-ent-flow-info {
    padding: 20px 3%;
    margin-bottom: 15px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-flow-area .bs-ent-flow-info {
    padding: 16px 2%;
    margin-bottom: 12px;
    border-radius: 24px;
  }
}
.bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-left {
  display: table;
  text-align: center;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-left {
    width: 18%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-left {
    width: 18%;
  }
}
.bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-left span {
  display: table-cell;
  /*color: #39A7D1;*/
  color: #1E62C8;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-left span {
    height: 82px;
    font-size: 230%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-left span {
    height: 71px;
    font-size: 160%;
  }
}
.bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-right {
  display: table;
  text-align: left;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-right {
    width: 79%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-right {
    width: 78%;
  }
}
.bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-right span {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-right span {
    height: 82px;
    font-size: 130%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ent-flow-area .bs-ent-flow-info .bs-ent-flow-info-right span {
    height: 71px;
    font-size: 100%;
  }
}

.bs-ft {
  color: #FFFFFF;
}
.bs-ft .bs-ft-ti01 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .bs-ft .bs-ft-ti01 {
    width: 590px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ft .bs-ft-ti01 {
    width: 90%;
    margin: 0 auto 14px;
  }
}
.bs-ft .bs-ft-ti01 span {
  position: relative;
  padding: 0 1em;
  /*background: #009BEB;*/
  background: #1E62C8;
}
@media print, screen and (min-width: 920px) {
  .bs-ft .bs-ft-ti01 span {
    font-size: 130%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ft .bs-ft-ti01 span {
    font-size: 110%;
  }
}
.bs-ft .bs-ft-ti01:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #FFFFFF;
}
.bs-ft .bs-ft-ti02 {
  display: block;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  .bs-ft .bs-ft-ti02 {
    text-align: center;
    font-size: 190%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ft .bs-ft-ti02 {
    width: 88%;
    margin: 0 auto;
    text-align: left;
    font-size: 100%;
  }
}
.bs-ft .bs-ft-ti03 {
  display: block;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .bs-ft .bs-ft-ti03 {
    width: 590px;
    font-size: 120%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 919px) {
  .bs-ft .bs-ft-ti03 {
    width: 88%;
    font-size: 80%;
    margin: 18px auto 0;
  }
}

.bs-tp-com {
  color: #FFFFFF;
  /*color: #1E62C8;
  background-color: #E1EFFF;*/
  line-height: 1.7 !important;
  display: block;
  width: 100%;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  .bs-tp-com {
    padding: 20px 2%;
    margin: 80px auto 20px;
    /*margin: 120px auto 40px;
    margin: 60px auto 40px;*/
    /*border: solid 3px #1E62C8;*/
    border: solid 3px #FFFFFF;
    font-size: 150% !important;
    text-align: center;
  }
  .bs-tp-com br {
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  .bs-tp-com {
    padding: 20px 3%;
    /*margin: 20px auto 15px;*/
    margin: 0px auto 15px;
    /*border: solid 2px #1E62C8;*/
    border: solid 2px #FFFFFF;
    font-size: 120%;
    text-align: justify;
  }
  .bs-tp-com br {
    display: none;
  }
}

.bs-tp-com-info {
  height: auto;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  justify-content: space-between;
  /*justify-content: space-around;
  justify-content: space-evenly !important;*/
  background-color: #F2F5F8;
}
@media print, screen and (min-width: 920px) {
  .bs-tp-com-info {
    width: 96%;
    margin: 0 auto 15px;
    border: solid 2px #E9EFF4;
  }
}
@media only screen and (max-width: 919px) {
  .bs-tp-com-info {
    width: 98%;
    margin: 0 auto 12px;
    border: solid 2px #E9EFF4;
  }
}
.bs-tp-com-info .bs-tp-com-info-left {
  display: table;
  text-align: center;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .bs-tp-com-info .bs-tp-com-info-left {
    width: 24%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-tp-com-info .bs-tp-com-info-left {
    width: 28%;
  }
}
.bs-tp-com-info .bs-tp-com-info-left.color01 {
  background-color: #1F99EB;
}
.bs-tp-com-info .bs-tp-com-info-left.color02 {
  background-color: #25C13A;
}
.bs-tp-com-info .bs-tp-com-info-left span {
  display: table-cell;
  color: #FFFFFF;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .bs-tp-com-info .bs-tp-com-info-left span {
    height: 70px;
    font-size: 120%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-tp-com-info .bs-tp-com-info-left span {
    height: 61px;
    font-size: 90%;
  }
}
.bs-tp-com-info .bs-tp-com-info-right {
  display: table;
  text-align: left;
  height: auto;
  background-color: #F2F5F8;
}
@media print, screen and (min-width: 920px) {
  .bs-tp-com-info .bs-tp-com-info-right {
    width: 76%;
    padding: 0 2%;
    /*border-bottom: solid 1px #8C8C8C;*/
  }
}
@media only screen and (max-width: 919px) {
  .bs-tp-com-info .bs-tp-com-info-right {
    width: 70%;
  }
}
.bs-tp-com-info .bs-tp-com-info-right span {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .bs-tp-com-info .bs-tp-com-info-right span {
    height: 70px;
    font-size: 130%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-tp-com-info .bs-tp-com-info-right span {
    height: 61px;
    font-size: 100%;
  }
}

.bs-pl-sch-info {
  height: auto;
}
@media print, screen and (min-width: 920px) {
  .bs-pl-sch-info {
    margin: 0 auto 20px;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    /*justify-content: space-between;
    justify-content: space-around;*/
    justify-content: space-evenly !important;
    /*width: 90%;*/
    width: 62%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-pl-sch-info {
    width: 100%;
    margin: 0 auto 18px;
  }
}
@media print, screen and (min-width: 920px) {
  .bs-pl-sch-info .bs-pl-sch-info-left {
    width: 18%;
  }
}
@media only screen and (max-width: 919px) {
  .bs-pl-sch-info .bs-pl-sch-info-left {
    width: 96%;
    margin: 0 auto 20px;
  }
}
.bs-pl-sch-info .bs-pl-sch-info-left .sch-info-d02 {
  display: table;
  width: 100%;
  height: auto;
  border: solid 1px #2F6DB8;
  color: #000000;
  text-align: center;
}
.bs-pl-sch-info .bs-pl-sch-info-left .sch-info-d02 span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
}
@media print, screen and (min-width: 920px) {
  .bs-pl-sch-info .bs-pl-sch-info-left .sch-info-d02 span {
    font-size: 110%;
    height: 42px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-pl-sch-info .bs-pl-sch-info-left .sch-info-d02 span {
    font-size: 100%;
    height: 32px;
  }
}
@media print, screen and (min-width: 920px) {
  .bs-pl-sch-info .bs-pl-sch-info-right {
    width: 78%;
    /*width: 62%;*/
  }
}
@media only screen and (max-width: 919px) {
  .bs-pl-sch-info .bs-pl-sch-info-right {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.bs-pl-sch-info .bs-pl-sch-info-right .sch-info-d03 {
  display: table;
  width: 100%;
  height: auto;
  color: #000000;
  text-align: justify;
}
.bs-pl-sch-info .bs-pl-sch-info-right .sch-info-d03 span {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 920px) {
  .bs-pl-sch-info .bs-pl-sch-info-right .sch-info-d03 span {
    font-size: 130%;
    height: 42px;
  }
}
@media only screen and (max-width: 919px) {
  .bs-pl-sch-info .bs-pl-sch-info-right .sch-info-d03 span {
    font-size: 110%;
    height: 32px;
  }
}
.bs-pl-sch-info .bs-pl-sch-info-right .sch-info-d03 span em {
  text-decoration: none !important;
  font-style: normal !important;
}
@media only screen and (max-width: 919px) {
  .bs-pl-sch-info .bs-pl-sch-info-right .sch-info-d03 span em {
    display: inline-block;
    width: 33%;
    text-decoration: none;
    font-style: normal;
  }
}

/*** ./ビジネスマッチング 2023/08/11 ***/
/*** 体験プログラム検索 ***/
.ex_s_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm {
    width: 30%;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm {
    width: 92%;
    margin: 0 4% 25px;
    /*margin-bottom: 25px;*/
  }
}
.ex_s_area .ex_s_itm span.ex_cate {
  display: block;
  color: #FFFFFF;
  line-height: 2.2;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm span.ex_cate {
    width: 100%;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm span.ex_cate {
    width: 100%;
  }
}
.ex_s_area .ex_s_itm span.ex_cate.c01 {
  background-color: #2E72AA;
  /*特集コンテンツ*/
}
.ex_s_area .ex_s_itm span.ex_cate.c02 {
  background-color: #E459C1;
  /*チームビルディング*/
}
.ex_s_area .ex_s_itm span.ex_cate.c03 {
  background-color: #189B4F;
  /*文化・スポーツ体験*/
}
.ex_s_area .ex_s_itm span.ex_cate.c04 {
  background-color: #B18A18;
  /*食体験*/
}
.ex_s_area .ex_s_itm span.ex_cate.c05 {
  background-color: #147982;
  /*産業観光・CSR*/
}
.ex_s_area .ex_s_itm span.ex_cate.c06 {
  background-color: #70499A;
  /*その他*/
}
.ex_s_area .ex_s_itm span.ex_img {
  display: block;
  height: auto;
  width: 100%;
  background-color: #F3F3F3;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm span.ex_img {
    margin: 0px auto 8px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm span.ex_img {
    margin: 0px auto 7px;
  }
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm span.ex_img figure {
    height: 520px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm span.ex_img figure {
    height: 320px;
  }
}
.ex_s_area .ex_s_itm span.ex_ti {
  display: block;
  width: 100%;
  color: #393939;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm span.ex_ti {
    font-size: 120%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm span.ex_ti {
    font-size: 116%;
    margin-bottom: 8px;
  }
}
.ex_s_area .ex_s_itm span.ex_com {
  display: block;
  width: 100%;
  color: #1F1F1F;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm span.ex_com {
    font-size: 100%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm span.ex_com {
    font-size: 100%;
    margin-bottom: 8px;
  }
}
.ex_s_area .ex_s_itm .ex_disc_area {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm .ex_disc_area {
    border-top: 2px solid #828282;
    border-bottom: 4px solid #828282;
    padding: 8px 0px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm .ex_disc_area {
    border-top: 1px solid #828282;
    border-bottom: 3px solid #828282;
    padding: 6px 0px;
  }
}
.ex_s_area .ex_s_itm .ex_disc_area span.ex_mti {
  display: block;
  color: #252525;
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm .ex_disc_area span.ex_mti {
    font-size: 114%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm .ex_disc_area span.ex_mti {
    font-size: 108%;
    margin-bottom: 6px;
  }
}
.ex_s_area .ex_s_itm .ex_disc_area span.ex_mcom {
  display: block;
  color: #161515;
  font-weight: 200;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm .ex_disc_area span.ex_mcom {
    font-size: 92%;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm .ex_disc_area span.ex_mcom {
    font-size: 88%;
    margin-bottom: 12px;
  }
}
.ex_s_area .ex_s_itm .ex_disc_area ul {
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ex_s_area .ex_s_itm .ex_disc_area ul li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BDBDBD;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li {
    margin-bottom: 6px;
  }
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf {
  width: 40%;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li span.lf {
    /*height: 48px;*/
    font-size: 60%;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li span.lf {
    /*height: 38px;*/
    font-size: 56%;
  }
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf:before {
  content: "";
  /*display: inline-block;*/
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 4px;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li span.lf:before {
    width: 32px;
    height: 32px;
    /*margin-bottom: -7px;*/
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li span.lf:before {
    width: 18px;
    height: 18px;
    /*margin-bottom: -6px;*/
  }
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf.ic01:before {
  background-image: url("../images/convention/planning_tool/es_icon/icon_sozai_01.png");
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf.ic02:before {
  background-image: url("../images/convention/planning_tool/es_icon/icon_sozai_02.png");
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf.ic03:before {
  background-image: url("../images/convention/planning_tool/es_icon/icon_sozai_03.png");
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf.ic04:before {
  background-image: url("../images/convention/planning_tool/es_icon/icon_sozai_04.png");
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf.ic05:before {
  background-image: url("../images/convention/planning_tool/es_icon/icon_sozai_05.png");
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf.ic06:before {
  background-image: url("../images/convention/planning_tool/es_icon/icon_sozai_06.png");
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.lf.ic07:before {
  background-image: url("../images/convention/planning_tool/es_icon/icon_sozai_07.png");
}
.ex_s_area .ex_s_itm .ex_disc_area ul li span.rt {
  width: 58%;
  align-content: flex-start;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li span.rt {
    font-size: 86%;
  }
}
@media only screen and (max-width: 919px) {
  .ex_s_area .ex_s_itm .ex_disc_area ul li span.rt {
    font-size: 80%;
  }
}

.ex_s_area .ex_s_itm span.ex_img figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** ./体験プログラム検索 ***/
/*** 旧サイトからのスタイル ***/
.a01 {
  background-color: #fefeee;
}

.a02 {
  background-color: #f3f9fc;
}

section#sec01 {
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  section#sec01 {
    width: 80%;
  }
}
@media only screen and (max-width: 919px) {
  section#sec01 {
    width: 100%;
  }
}

@media print, screen and (min-width: 920px) {
  #outlink_area {
    width: 98%;
    height: auto;
    margin: 0px auto 0px auto;
  }
}
@media only screen and (max-width: 919px) {
  #outlink_area {
    width: 98%;
    height: auto;
    margin: 0px auto 0px auto;
    color: #1E1B1B;
  }
}
@media print, screen and (min-width: 920px) {
  #outlink_area a {
    text-decoration: none;
  }
  #outlink_area a :hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 920px) {
  #outlink_area .outlink_list {
    display: block;
    width: 46%;
    margin: 2% 0% 2% 3%;
    height: auto;
    float: left;
    text-align: left;
    overflow: hidden;
  }
}
@media only screen and (max-width: 919px) {
  #outlink_area .outlink_list {
    width: 90%;
    margin: 2% auto 2% auto;
    height: auto;
    float: none;
    text-align: left;
    overflow: hidden;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
#outlink_area .outlink_list .outlink_img {
  width: 100%;
  height: auto;
}
#outlink_area .outlink_list .outlink_img img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 920px) {
  #outlink_area .outlink_list .outlink_left {
    float: left;
    width: 78%;
    height: 53px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 53px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B !important;
  }
}
@media only screen and (max-width: 919px) {
  #outlink_area .outlink_list .outlink_left {
    float: left;
    width: 78%;
    height: auto;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B;
  }
}
@media print, screen and (min-width: 920px) {
  #outlink_area .outlink_list .outlink_right {
    float: right;
    width: 20%;
    height: auto;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
  }
  #outlink_area .outlink_list .outlink_right img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  #outlink_area .outlink_list .outlink_right {
    float: right;
    width: 15%;
    height: auto;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
  }
  #outlink_area .outlink_list .outlink_right img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  #outlink_area .outlink_list .outlink_footer {
    clear: both;
    width: 100%;
    padding-top: 2px;
    height: 57px;
    font-size: 1rem;
    line-height: 15px;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 920px) {
  .days_style {
    width: 85%;
    height: 25px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    background-color: #157FD5;
    color: #FFFFFF;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 919px) {
  .days_style {
    width: 65%;
    height: auto;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    background-color: #157FD5;
    color: #FFFFFF;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 920px) {
  /*.sub_page_title{
  	font-size:16px;
  	font-weight:bold;
  }*/
}
@media only screen and (max-width: 919px) {
  .sub_page_title {
    font-size: 14px;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 920px) {
  .conven {
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  .conven {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .conven::-webkit-scrollbar {
    height: 5px;
  }
  .conven::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .conven::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media print, screen and (min-width: 920px) {
  table.result {
    width: 80%;
    font-size: 0.78em;
    line-height: 1.5em;
    margin: 0px auto;
  }
  table.result th {
    vertical-align: top;
    padding: 3px 6px;
    border: 1px solid #eee;
    text-align: center;
    background: #102B60;
    font-weight: normal;
    width: auto;
    color: #FFFFFF;
  }
  table.result th.a_sp {
    width: 42px !important;
  }
  table.result th.b_sp {
    width: 200px !important;
  }
  table.result th.c_sp {
    width: 50px !important;
  }
  table.result th.year {
    font-weight: normal;
    background: #fffacd;
    color: #464343 !important;
  }
  table.result .ltmid {
    /*display:block;*/
    width: 160px !important;
    height: auto;
  }
  table.result td {
    vertical-align: top;
    padding: 3px 6px;
    border: 1px solid #eee;
  }
  table.result td.sanka {
    text-align: right;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 919px) {
  table.result {
    width: 580px;
    font-size: 0.78em;
    line-height: 1.5em;
    margin: 0px auto;
  }
  table.result th {
    vertical-align: top;
    padding: 3px 6px;
    border: 1px solid #eee;
    text-align: center;
    background: #102B60;
    font-weight: normal;
    width: auto;
    color: #FFFFFF;
  }
  table.result th.year {
    font-weight: normal;
    background: #fffacd;
    color: #464343 !important;
  }
  table.result td {
    vertical-align: top;
    padding: 3px 6px;
    border: 1px solid #eee;
  }
  table.result td.sanka {
    text-align: right;
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 920px) {
  table.reason03 {
    width: 580px;
    border: none;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 0.70em;
    line-height: 1.5em;
    margin: 0px auto;
  }
  table.reason03 th {
    vertical-align: top;
    padding: 4px 4px;
    border: 1px solid #ddd;
    text-align: center;
    background: #efefef;
    font-weight: normal;
    width: auto;
    letter-spacing: -0.07em;
  }
  table.reason03 td {
    vertical-align: top;
    padding: 4px 4px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    letter-spacing: -0.05em;
  }
  table.reason03 td.markup {
    background: #ffeeee;
    font-weight: bold;
    letter-spacing: 0em;
  }
  table.reason03 td.lt {
    text-align: left;
  }
}
@media only screen and (max-width: 919px) {
  table.reason03 {
    width: 580px;
    border: none;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 0.70em;
    line-height: 1.5em;
    margin: 0px auto;
  }
  table.reason03 th {
    vertical-align: top;
    padding: 4px 4px;
    border: 1px solid #ddd;
    text-align: center;
    background: #efefef;
    font-weight: normal;
    width: auto;
    letter-spacing: -0.07em;
  }
  table.reason03 td {
    vertical-align: top;
    padding: 4px 4px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    letter-spacing: -0.05em;
  }
  table.reason03 td.markup {
    background: #ffeeee;
    font-weight: bold;
    letter-spacing: 0em;
  }
  table.reason03 td.lt {
    text-align: left;
  }
}
@media print, screen and (min-width: 920px) {
  table.table {
    border-collapse: collapse;
    width: 80%;
    margin: 0px auto 0px auto;
    font-size: 1.1rem;
  }
  table.table th {
    padding: 30px 10px;
    border-bottom: #E9E5E5 solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 20%;
    color: #353131;
  }
  table.table td {
    padding: 30px 10px;
    border-bottom: #E9E5E5 solid 1px;
  }
  table.table td span {
    color: #0068b7;
    font-weight: bold;
  }
  table.table td span.pk_title {
    display: block;
    color: #0D0809 !important;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-bottom: #1F1C1C dotted 1px;
  }
  table.table td em {
    color: #ff0000;
    font-style: normal;
  }
}
@media only screen and (max-width: 919px) {
  table.table {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto 0px auto;
    font-size: 14px;
  }
  table.table th {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 20%;
    color: #353131;
  }
  table.table td {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    word-wrap: break-word;
  }
  table.table td span {
    color: #0068b7;
    font-weight: bold;
    word-wrap: break-word;
  }
  table.table td span.pk_title {
    display: block;
    color: #0D0809 !important;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-bottom: #1F1C1C dotted 1px;
    word-wrap: break-word;
  }
  table.table td em {
    color: #ff0000;
    font-style: normal;
    word-wrap: break-word;
  }
}
@media print, screen and (min-width: 920px) {
  table.table01 {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto 0px auto;
    font-size: 14px;
  }
  table.table01 th {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    border-right: #FFFFFF solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 20%;
    color: #353131;
  }
  table.table01 th.table_title_space {
    background-color: #53a8d9;
    text-align: center;
    color: #FFFFFF;
  }
  table.table01 td {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    text-align: center !important;
  }
  table.table01 td span {
    color: #0068b7;
    font-weight: bold;
  }
  table.table01 td span.pk_title {
    display: block;
    color: #0D0809 !important;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-bottom: #1F1C1C dotted 1px;
  }
  table.table01 td em {
    color: #ff0000;
    font-style: normal;
  }
  table.table01 td.table_title_space {
    background-color: #53a8d9;
    text-align: center;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 919px) {
  table.table01 {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto 0px auto;
    font-size: 14px;
  }
  table.table01 th {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    border-right: #FFFFFF solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 20%;
    color: #353131;
  }
  table.table01 th.table_title_space {
    background-color: #53a8d9;
    text-align: center;
    color: #FFFFFF;
  }
  table.table01 td {
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    text-align: center !important;
    word-wrap: break-word;
  }
  table.table01 td.table_title_space {
    background-color: #53a8d9;
    text-align: center;
    color: #FFFFFF;
  }
}
@media print, screen and (min-width: 920px) {
  table.table02 {
    border-collapse: collapse;
    width: 80%;
    margin: 0px auto 0px auto;
  }
  table.table02 th {
    font-size: 1.4rem;
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 10%;
    text-align: center;
    color: #FFFFFF;
  }
  table.table02 th.ippan {
    background-color: #f9c03c;
  }
  table.table02 th.sisetsu {
    background-color: #2b71b8;
  }
  table.table02 th.tbd {
    border-top: #E9E5E5 solid 1px;
  }
  table.table02 td {
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    border-right: #E9E5E5 solid 1px;
  }
  table.table02 td.tbd {
    border-top: #E9E5E5 solid 1px;
  }
  table.table02 td span {
    color: #0068b7;
    font-weight: bold;
  }
  table.table02 td span.pk_title {
    display: block;
    color: #0D0809 !important;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-bottom: #1F1C1C dotted 1px;
  }
  table.table02 td em {
    color: #ff0000;
    font-style: normal;
  }
  table.table02 td p.info_data01 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 8px 0 0 0;
  }
}
@media only screen and (max-width: 919px) {
  table.table02 {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto 0px auto;
  }
  table.table02 th {
    font-size: 1.2rem;
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 10%;
    text-align: center;
    color: #FFFFFF;
  }
  table.table02 th.ippan {
    background-color: #f9c03c;
  }
  table.table02 th.sisetsu {
    background-color: #2b71b8;
  }
  table.table02 td {
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 10px;
    border-bottom: #E9E5E5 solid 1px;
    word-wrap: break-word;
  }
  table.table02 td span {
    color: #0068b7;
    font-weight: bold;
    word-wrap: break-word;
  }
  table.table02 td span.pk_title {
    display: block;
    color: #0D0809 !important;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-bottom: #1F1C1C dotted 1px;
    word-wrap: break-word;
  }
  table.table02 td p.info_data01 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 8px 0 0 0;
  }
  table.table02 td em {
    color: #ff0000;
    font-style: normal;
    word-wrap: break-word;
  }
}
@media print, screen and (min-width: 920px) {
  section table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section table .data01 th {
    width: 30%;
    text-align: left;
  }
  section table th {
    padding: 20px 10px;
    border: 1px solid #FFFFFF;
    background-color: #DEE6F8;
  }
  section table td {
    padding: 20px 10px;
    border: 1px solid #FFFFFF;
    width: 67%;
    text-align: left;
    background-color: #F3F3F3;
  }
  section table td #security_poricy_titile {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section table td #security_poricy_com {
    width: 710px;
    height: 260px;
    border: #B0ADAE 1px solid;
    overflow-y: scroll;
    margin: 0 auto 30px auto;
    padding: 20px;
    background-color: #FFFFFF;
  }
  section table td #security_poricy_com .poricy_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2874C3;
  }
  section table td #security_poricy_com .poricy_com01 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
  }
  section table td #security_poricy_com .poricy_com02 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  section table td #security_poricy_btn {
    text-align: center;
  }
}
@media only screen and (max-width: 919px) {
  section table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  section table.data01 th {
    text-align: left;
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
  }
  section table.data01 td {
    width: 96%;
    display: block;
    border-top: none;
    margin-left: auto;
    margin-right: auto;
  }
  section table th {
    padding: 20px 10px;
    border: 1px solid #FFFFFF;
    background-color: #DEE6F8;
  }
  section table td {
    padding: 10px;
    border: 1px solid #FFFFFF;
    width: 67%;
    text-align: left;
    background-color: #FFFFFF;
  }
  section table td #security_poricy_titile {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  section table td #security_poricy_com {
    width: 80%;
    height: 360px;
    border: #B0ADAE 1px solid;
    overflow-y: scroll;
    margin: 0 auto 30px auto;
    padding: 20px;
    background-color: #FFFFFF;
  }
  section table td #security_poricy_com .poricy_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2874C3;
  }
  section table td #security_poricy_com .poricy_com01 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
  }
  section table td #security_poricy_com .poricy_com02 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  section table td #security_poricy_btn {
    text-align: center;
  }
}
@media print, screen and (min-width: 920px) {
  #infonation_retrn_btn {
    width: 30%;
    height: auto;
    margin: 30px auto 30px auto;
  }
}
#infonation_retrn_btn input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: #a9a9a9 1px solid;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 0 3px;
  margin: 0px auto 0px auto;
  cursor: pointer;
  color: #FFFFFF;
  background: #E07929;
}

@media print, screen and (min-width: 920px) {
  #infonation_send_btn {
    width: 30%;
    height: auto;
    margin: 30px auto 30px auto;
  }
  #infonation_send_btn input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 0px auto 0px auto;
    cursor: pointer;
    color: #FFFFFF;
    background: #196FC9;
  }
  #infonation_send_btn .form_btn_area_sub_left {
    float: left;
    text-align: right;
    width: 45%;
    height: auto;
    padding-right: 1%;
    border-radius: 5px;
  }
  #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
  }
  #infonation_send_btn .form_btn_area_sub_right {
    float: right;
    text-align: left;
    width: 45%;
    height: auto;
    padding-left: 1%;
  }
  #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #C8680A;
  }
}
@media only screen and (max-width: 919px) {
  #infonation_send_btn {
    width: 80%;
    height: auto;
    margin: 20px auto 20px auto;
  }
  #infonation_send_btn input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #196FC9;
  }
  #infonation_send_btn .form_btn_area_sub_left {
    float: left;
    text-align: right;
    width: 45%;
    height: auto;
    padding-right: 1%;
    border-radius: 5px;
  }
  #infonation_send_btn .form_btn_area_sub_left input[type=submit] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
    width: 70%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
  }
  #infonation_send_btn .form_btn_area_sub_right {
    float: right;
    text-align: left;
    width: 45%;
    height: auto;
    padding-left: 1%;
  }
  #infonation_send_btn .form_btn_area_sub_right input[type=submit] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    width: 70%;
    height: 50px;
    font-size: 15px;
    padding: 0 3px;
    margin: 5px;
    cursor: pointer;
    color: #FFFFFF;
    background: #103C94;
  }
}
@media print, screen and (min-width: 920px) {
  #infonation_send_btn_main {
    width: 466px;
    height: 89px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 919px) {
  #infonation_send_btn_main {
    width: 60%;
    height: auto;
    margin: 0px auto;
  }
  #infonation_send_btn_main img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .conven {
    display: block;
  }
  .conven table.convention {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.72em;
    line-height: 1.4em;
    margin: 10px auto 14px;
    /*width:80%;*/
    width: 90%;
  }
  .conven table.convention.left tbody td {
    text-align: left;
  }
  .conven table.convention tbody th {
    padding: 2px;
    text-align: center;
    /*text-align:left;*/
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    width: auto;
  }
  .conven table.convention tbody td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: right;
    width: 7%;
  }
  .conven table.convention tbody td.kaijo-name, .conven table.convention tbody td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven table.convention tbody td.tenji-ok-ng, .conven table.convention tbody td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
}
@media only screen and (max-width: 919px) {
  .conven {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .conven::-webkit-scrollbar {
    height: 5px;
  }
  .conven::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .conven::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .conven table.convention {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.72em;
    line-height: 1.4em;
    margin: 10px auto 14px;
    width: 430px;
  }
  .conven table.convention.left tbody td {
    text-align: left;
  }
  .conven table.convention tbody tr {
    /*width: 60%;*/
    margin-right: -6px;
  }
  .conven table.convention tbody tr th {
    padding: 2px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    width: auto;
  }
  .conven table.convention tbody tr td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: right;
    width: 7%;
  }
  .conven table.convention tbody tr td.kaijo-name, .conven table.convention tbody tr td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven table.convention tbody tr td.tenji-ok-ng, .conven table.convention tbody tr td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
}
@media print, screen and (min-width: 920px) {
  .conven_en {
    display: block;
  }
  .conven_en table.convention_en {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.72em;
    line-height: 1.4em;
    margin: 10px auto 14px;
    /*width:80%;*/
    width: 90%;
  }
  .conven_en table.convention_en.left tbody td {
    text-align: left;
  }
  .conven_en table.convention_en tbody th {
    padding: 2px;
    text-align: center;
    /*text-align:left;*/
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    width: auto;
  }
  .conven_en table.convention_en tbody th br {
    display: block;
  }
  .conven_en table.convention_en tbody td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: right;
    width: 7%;
  }
  .conven_en table.convention_en tbody td.kaijo-name, .conven_en table.convention_en tbody td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_en table.convention_en tbody td.tenji-ok-ng, .conven_en table.convention_en tbody td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
}
@media only screen and (max-width: 919px) {
  .conven_en {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .conven_en::-webkit-scrollbar {
    height: 5px;
  }
  .conven_en::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .conven_en::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .conven_en table.convention_en {
    clear: both;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 0.72em;
    line-height: 1.4em;
    margin: 10px auto 14px;
    width: 430px;
  }
  .conven_en table.convention_en.left tbody td {
    text-align: left;
  }
  .conven_en table.convention_en tbody tr {
    /*width: 60%;*/
    margin-right: -6px;
  }
  .conven_en table.convention_en tbody tr th {
    padding: 2px;
    text-align: center;
    font-weight: normal;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    width: auto;
  }
  .conven_en table.convention_en tbody tr th br {
    display: none;
  }
  .conven_en table.convention_en tbody tr td {
    vertical-align: middle;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: right;
    width: 7%;
  }
  .conven_en table.convention_en tbody tr td.kaijo-name, .conven_en table.convention_en tbody tr td .kaisai-name {
    text-align: left;
    width: 21%;
  }
  .conven_en table.convention_en tbody tr td.tenji-ok-ng, .conven_en table.convention_en tbody tr td .kaisai-nen-getsu {
    text-align: center;
    width: 7%;
  }
}
@media print, screen and (min-width: 920px) {
  .subpage_top_menu_area {
    width: 660px;
    height: auto;
    margin: 20px auto 0px auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 {
    float: left;
    display: block;
    /*width:204px;*/
    width: 202px;
    border: 1px #B0AFAF solid;
    /*border-bottom:1px #B0AFAF solid;*/
    height: auto;
    padding: 5px;
    margin: 0px 5px 20px 0px;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu01_left {
    float: none;
    width: 200px;
    height: 100px;
    overflow: hidden;
    margin: 0px auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu01_left img {
    width: 100%;
    height: auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu02_left {
    float: none;
    width: 200px;
    height: auto;
    overflow: hidden;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu02_left img {
    width: 100%;
    height: auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu01_right {
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #2F2C2C;
    text-align: center;
    line-height: 20px;
    width: 200px;
    height: 40px;
    margin: 10px auto 0px auto;
    word-wrap: break-word;
  }
  .subpage_top_menu_area .subpage_top_menu01 .more_btn {
    display: block;
    /*width:75px;*/
    width: 100px;
    height: auto;
    margin: 5px auto 0px auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 .more_btn img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .subpage_top_menu_area {
    width: 98%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 {
    /*float:left;*/
    float: none;
    display: block;
    /*width:40%;*/
    width: 96%;
    height: auto;
    padding: 2%;
    margin: 0px 0px 20px 0px;
    border: none;
    border-bottom: #766969 dotted 1px;
    position: relative;
  }
  .subpage_top_menu_area .subpage_top_menu01:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #5E5D5D;
    border-right: solid 2px #5E5D5D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu01_left {
    /*float: none;*/
    float: left;
    width: 30%;
    height: auto;
    overflow: hidden;
    margin: 0px;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu01_left img {
    width: 100%;
    height: auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu02_left {
    /*float: none;*/
    float: left;
    width: 30%;
    height: auto;
    overflow: hidden;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu02_left img {
    width: 100%;
    height: auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 .subpage_top_menu01_right {
    /*float: none;*/
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #2F2C2C;
    text-align: left;
    line-height: 20px;
    /*width:100%;*/
    width: 65%;
    /*height:40px;*/
    height: auto;
    /*margin:10px auto 0px auto;*/
    margin: 10px auto 5px auto;
    word-wrap: break-word;
  }
  .subpage_top_menu_area .subpage_top_menu01 .more_btn {
    display: block;
    clear: both;
    width: 15%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  .subpage_top_menu_area .subpage_top_menu01 .more_btn img {
    width: 100%;
    height: auto;
    display: none;
  }
}
@media print, screen and (min-width: 920px) {
  #subpage_top_menu_area02 {
    width: 660px;
    height: auto;
    margin: 20px auto 0px auto;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 {
    float: left;
    display: block;
    width: 204px;
    height: auto;
    padding: 5px;
    margin: 0px 5px 20px 0px;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .subpage_top_menu02_left {
    float: none;
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .subpage_top_menu02_left img {
    width: 100%;
    height: auto;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .subpage_top_menu02_right {
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #2F2C2C;
    text-align: center;
    line-height: 20px;
    width: 200px;
    height: 40px;
    margin: 10px auto 0px auto;
    word-wrap: break-word;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .more_btn {
    /*width:75px;*/
    width: 100px;
    height: auto;
    margin: 5px auto 0px auto;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .more_btn img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  #subpage_top_menu_area02 {
    width: 100%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 {
    float: left;
    display: block;
    width: 43%;
    height: auto;
    padding: 2%;
    margin: 0px 0px 20px 2%;
    /*border-bottom:#766969 dotted 1px;*/
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .subpage_top_menu02_left {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .subpage_top_menu02_left img {
    width: 100%;
    height: auto;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .subpage_top_menu02_right {
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #2F2C2C;
    text-align: center;
    line-height: 20px;
    width: 100%;
    /*width:65%;*/
    height: 40px;
    /*height: auto;*/
    /*margin:10px auto 0px auto;*/
    margin: 10px auto 5px auto;
    word-wrap: break-word;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .more_btn {
    display: none;
    clear: both;
    width: 15%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  #subpage_top_menu_area02 .subpage_top_menu02 .more_btn img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .subpage_top_menu_area03 {
    width: 660px;
    height: auto;
    margin: 20px auto 0px auto;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 {
    float: left;
    display: block;
    width: 204px;
    height: auto;
    padding: 5px;
    margin: 0px 5px 20px 0px;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .subpage_top_menu02_left {
    float: none;
    width: 200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .subpage_top_menu02_left img {
    width: 100%;
    height: auto;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .subpage_top_menu02_right {
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #2F2C2C;
    text-align: center;
    line-height: 20px;
    width: 200px;
    height: 40px;
    margin: 10px auto 0px auto;
    word-wrap: break-word;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .more_btn {
    /*width:75px;*/
    width: 100px;
    height: auto;
    margin: 5px auto 0px auto;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .more_btn img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .subpage_top_menu_area03 {
    width: 100%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 {
    float: left;
    display: block;
    width: 43%;
    height: auto;
    padding: 2%;
    margin: 0px 0px 20px 2%;
    /*border-bottom:#766969 dotted 1px;*/
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .subpage_top_menu02_left {
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .subpage_top_menu02_left img {
    width: 100%;
    height: auto;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .subpage_top_menu02_right {
    float: none;
    font-size: 12px;
    font-weight: bold;
    color: #2F2C2C;
    text-align: center;
    line-height: 20px;
    width: 100%;
    /*width:65%;*/
    height: 40px;
    /*height: auto;*/
    /*margin:10px auto 0px auto;*/
    margin: 10px auto 5px auto;
    word-wrap: break-word;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .more_btn {
    clear: both;
    width: 30%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  .subpage_top_menu_area03 .subpage_top_menu02 .more_btn img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .com01 {
    margin-bottom: 20px;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 919px) {
  .com01 {
    margin-bottom: 20px;
    word-wrap: break-word;
  }
}
@media print, screen and (min-width: 920px) {
  .com02 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 919px) {
  .com02 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    word-wrap: break-word;
  }
}
@media print, screen and (min-width: 920px) {
  .unline_dot {
    border-bottom: #211E1E dotted 1px;
  }
}
@media only screen and (max-width: 919px) {
  .unline_dot {
    border-bottom: #211E1E dotted 1px;
  }
}
@media print, screen and (min-width: 920px) {
  .img01 {
    float: right;
    margin-left: 2em !important;
    margin-bottom: 1em !important;
    width: 150px;
    height: auto;
  }
  .img01 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .img01 {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
    width: 120px;
    height: auto;
  }
  .img01 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .img01_a {
    float: right;
    margin-left: 10px !important;
    margin-bottom: 1em !important;
    width: 43%;
    height: auto;
  }
  .img01_a img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .img01_a {
    float: right;
    margin-left: 5px !important;
    margin-bottom: 1em !important;
    width: 43%;
    height: auto;
  }
  .img01_a img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .img01_a_en {
    float: right;
    margin-left: 10px !important;
    margin-bottom: 1em !important;
    width: 33%;
    height: auto;
  }
  .img01_a_en img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .img01_a_en {
    float: right;
    margin-left: 5px !important;
    margin-bottom: 1em !important;
    width: 43%;
    height: auto;
  }
  .img01_a_en img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .img02 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .img02 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .img02 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .img02 img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .pdf_lin_btn {
    width: 300px;
    height: auto;
    margin: 0px auto 0px auto;
  }
  .pdf_lin_btn img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .pdf_lin_btn {
    width: 60%;
    height: auto;
    margin: 0px auto 0px auto;
  }
  .pdf_lin_btn img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  #fu_gyouji_area {
    width: 70%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  #fu_gyouji_area .gyouji_list {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0px 20px 0px;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title {
    width: 100%;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0px;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.a {
    background-color: #FFFFFF;
    border: #2d85d7 solid 1px;
    color: #2d85d7;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.b {
    background-color: #FFFFFF;
    border: #d44e97 solid 1px;
    color: #d44e97;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.c {
    background-color: #FFFFFF;
    border: #e3e151 solid 1px;
    color: #e3e151;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.d {
    background-color: #FFFFFF;
    border: #e77a3f solid 1px;
    color: #e77a3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.e {
    background-color: #FFFFFF;
    border: #a149df solid 1px;
    color: #a149df;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.f {
    background-color: #FFFFFF;
    border: #9dd44e solid 1px;
    color: #9dd44e;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.g {
    background-color: #FFFFFF;
    border: #5185e3 solid 1px;
    color: #5185e3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.h {
    background-color: #FFFFFF;
    border: #e73fdd solid 1px;
    color: #e73fdd;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.i {
    background-color: #FFFFFF;
    border: #da5e46 solid 1px;
    color: #da5e46;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.j {
    background-color: #FFFFFF;
    border: #2ed0c3 solid 1px;
    color: #2ed0c3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.k {
    background-color: #FFFFFF;
    border: #e747bc solid 1px;
    color: #e747bc;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.l {
    background-color: #FFFFFF;
    border: #e7cd3f solid 1px;
    color: #e7cd3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area {
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding: 3% 2% 1% 2%;
    border-bottom: dotted 1px #776E6E;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi {
    width: 15%;
    height: auto;
    padding: 1.5rem 0;
    font-size: 1.1rem;
    line-height: 1.2px;
    color: #FFFFFF;
    text-align: center;
    float: left;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.a {
    background-color: #2d85d7;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.b {
    background-color: #d44e97;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.c {
    background-color: #e3e151;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.d {
    background-color: #e77a3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.e {
    background-color: #a149df;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.f {
    background-color: #9dd44e;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.g {
    background-color: #5185e3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.h {
    background-color: #e73fdd;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.i {
    background-color: #da5e46;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.j {
    background-color: #2ed0c3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.k {
    background-color: #e747bc;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.l {
    background-color: #e7cd3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei {
    width: 83%;
    height: auto;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 0px;
    font-weight: bold;
    float: right;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei_sub {
    float: right;
    width: 83%;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #5A5A5A;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei_kaisai {
    width: 83%;
    height: auto;
    margin-bottom: 15px;
    float: right;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei_kaisai .gyouji_setsumei {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  #fu_gyouji_area {
    width: 98%;
    height: auto;
    margin: 15px auto 0px auto;
  }
  #fu_gyouji_area .gyouji_list {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0px 20px 0px;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title {
    width: 100%;
    height: auto;
    text-align: center;
    /*color:#FFFFFF;*/
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0px;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.a {
    background-color: #FFFFFF;
    border: #2d85d7 solid 1px;
    color: #2d85d7;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.b {
    background-color: #FFFFFF;
    border: #d44e97 solid 1px;
    color: #d44e97;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.c {
    background-color: #FFFFFF;
    border: #e3e151 solid 1px;
    color: #e3e151;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.d {
    background-color: #FFFFFF;
    border: #e77a3f solid 1px;
    color: #e77a3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.e {
    background-color: #FFFFFF;
    border: #a149df solid 1px;
    color: #a149df;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.f {
    background-color: #FFFFFF;
    border: #9dd44e solid 1px;
    color: #9dd44e;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.g {
    background-color: #FFFFFF;
    border: #5185e3 solid 1px;
    color: #5185e3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.h {
    background-color: #FFFFFF;
    border: #e73fdd solid 1px;
    color: #e73fdd;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.i {
    background-color: #FFFFFF;
    border: #da5e46 solid 1px;
    color: #da5e46;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.j {
    background-color: #FFFFFF;
    border: #2ed0c3 solid 1px;
    color: #2ed0c3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.k {
    background-color: #FFFFFF;
    border: #e747bc solid 1px;
    color: #e747bc;
  }
  #fu_gyouji_area .gyouji_list .gyouji_tuki_title.l {
    background-color: #FFFFFF;
    border: #e7cd3f solid 1px;
    color: #e7cd3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area {
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding: 3% 2% 1% 2%;
    border-bottom: dotted 1px #776E6E;
    margin: 0px auto;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi {
    width: 30%;
    height: auto;
    padding: 1.5rem 0;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    float: none;
    margin-bottom: 15px;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.a {
    background-color: #2d85d7;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.b {
    background-color: #d44e97;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.c {
    background-color: #e3e151;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.d {
    background-color: #e77a3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.e {
    background-color: #a149df;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.f {
    background-color: #9dd44e;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.g {
    background-color: #5185e3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.h {
    background-color: #e73fdd;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.i {
    background-color: #da5e46;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.j {
    background-color: #2ed0c3;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.k {
    background-color: #e747bc;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .hinichi.l {
    background-color: #e7cd3f;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: bold;
    float: none;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei_sub {
    float: none;
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #5A5A5A;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei_kaisai {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    float: none;
  }
  #fu_gyouji_area .gyouji_list .gyouji_area .gyouji_mei_kaisai .gyouji_setsumei {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  #outlink_area {
    width: 98%;
    height: auto;
    margin: 0px auto 0px auto;
  }
  #outlink_area a {
    text-decoration: none;
  }
  #outlink_area a :hover {
    opacity: 0.8;
  }
  #outlink_area .outlink_list {
    display: block;
    width: 46%;
    /*padding:1%;*/
    /**/
    margin: 2% 0% 2% 3%;
    /*height:60px;*/
    height: auto;
    float: left;
    text-align: left;
    overflow: hidden;
    /*border:1px #8F8889 solid;*/
  }
  #outlink_area .outlink_list .outlink_img {
    width: 100%;
    height: auto;
  }
  #outlink_area .outlink_list .outlink_img img {
    width: 100%;
    height: auto;
  }
  #outlink_area .outlink_list .outlink_left {
    float: left;
    width: 78%;
    height: 53px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 53px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B !important;
  }
  #outlink_area .outlink_list .outlink_right {
    float: right;
    width: 20%;
    height: auto;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
  }
  #outlink_area .outlink_list .outlink_right img {
    width: 100%;
    height: auto;
  }
  #outlink_area .outlink_list .outlink_footer {
    clear: both;
    width: 100%;
    padding-top: 2px;
    height: 57px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 919px) {
  #outlink_area {
    width: 98%;
    height: auto;
    margin: 0px auto 0px auto;
    color: #1E1B1B;
  }
  #outlink_area .outlink_list {
    width: 90%;
    /*padding:1%;*/
    margin: 2% auto 2% auto;
    height: auto;
    float: none;
    text-align: left;
    overflow: hidden;
    border-top: none;
    border-right: none;
    border-left: none;
    /*border-bottom: #565151 1px dotted;*/
                /*.outlink_footer{
					clear:both;
					width:100%;
					padding-top:2px;
					height: auto;
					font-size:12px;
					line-height:15px;
					overflow:hidden;
				}*/
  }
  #outlink_area .outlink_list .outlink_img {
    width: 100%;
    height: auto;
  }
  #outlink_area .outlink_list .outlink_img img {
    width: 100%;
    height: auto;
  }
  #outlink_area .outlink_list .outlink_left {
    float: left;
    width: 78%;
    height: auto;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B;
  }
  #outlink_area .outlink_list .outlink_right {
    float: right;
    width: 15%;
    height: auto;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
  }
  #outlink_area .outlink_list .outlink_right img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  .outlink_area01 {
    width: 98%;
    height: auto;
    margin: 0px auto 0px auto;
  }
  .outlink_area01 a {
    text-decoration: none;
  }
  .outlink_area01 a :hover {
    opacity: 0.8;
  }
  .outlink_area01 .outlink_list {
    display: block;
    width: 46%;
    /*padding:1%;*/
    /**/
    margin: 2% 0% 2% 3%;
    /*height:60px;*/
    height: auto;
    float: left;
    text-align: left;
    overflow: hidden;
    /*border:1px #8F8889 solid;*/
  }
  .outlink_area01 .outlink_list .outlink_img {
    width: 100%;
    height: auto;
  }
  .outlink_area01 .outlink_list .outlink_img img {
    width: 100%;
    height: auto;
  }
  .outlink_area01 .outlink_list .outlink_left {
    float: left;
    width: 78%;
    height: 53px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 53px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B !important;
  }
  .outlink_area01 .outlink_list .outlink_right {
    float: right;
    width: 20%;
    height: auto;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
  }
  .outlink_area01 .outlink_list .outlink_right img {
    width: 100%;
    height: auto;
  }
  .outlink_area01 .outlink_list .outlink_footer {
    clear: both;
    width: 100%;
    padding-top: 2px;
    height: 57px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 919px) {
  .outlink_area01 {
    width: 98%;
    height: auto;
    margin: 0px auto 0px auto;
    color: #1E1B1B;
  }
  .outlink_area01 .outlink_list {
    width: 90%;
    /*padding:1%;*/
    margin: 2% auto 2% auto;
    height: auto;
    float: none;
    text-align: left;
    overflow: hidden;
    border-top: none;
    border-right: none;
    border-left: none;
    /*border-bottom: #565151 1px dotted;*/
                /*.outlink_footer{
					clear:both;
					width:100%;
					padding-top:2px;
					height: auto;
					font-size:12px;
					line-height:15px;
					overflow:hidden;
				}*/
  }
  .outlink_area01 .outlink_list .outlink_img {
    width: 100%;
    height: auto;
  }
  .outlink_area01 .outlink_list .outlink_img img {
    width: 100%;
    height: auto;
  }
  .outlink_area01 .outlink_list .outlink_left {
    float: left;
    width: 78%;
    height: auto;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B;
  }
  .outlink_area01 .outlink_list .outlink_right {
    float: right;
    width: 15%;
    height: auto;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
  }
  .outlink_area01 .outlink_list .outlink_right img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 920px) {
  #filelink_area {
    width: 98%;
    height: auto;
    margin: 0px auto;
  }
  #filelink_area a {
    text-decoration: none;
  }
  #filelink_area a :hover {
    opacity: 0.8;
  }
  #filelink_area .filelink_list {
    display: block;
    width: 45%;
    padding: 1%;
    margin: 2% 0% 2% 2%;
    height: 60px;
    float: left;
    text-align: left;
    overflow: hidden;
    border: 1px #8F8889 solid;
  }
  #filelink_area .filelink_list .filelink_left {
    float: left;
    width: 20%;
    height: auto;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
  }
  #filelink_area .filelink_list .filelink_left img {
    width: 100%;
    height: auto;
  }
  #filelink_area .filelink_list .filelink_right {
    float: right;
    width: 78%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding: 15px 0px 0px 0px;
    height: 38px;
    font-size: 14px;
    overflow: hidden;
    color: #1E1B1B !important;
  }
  #filelink_area .filelink_list .filelink_right_2 {
    float: right;
    width: 78%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding: 7px 0px 0px 0px;
    height: 46px;
    font-size: 14px;
    overflow: hidden;
    color: #1E1B1B !important;
  }
}
@media only screen and (max-width: 919px) {
  #filelink_area {
    width: 98%;
    height: auto;
    margin: 0px auto;
    color: #1E1B1B;
  }
  #filelink_area .filelink_list {
    width: 90%;
    padding: 1%;
    margin: 2% auto 2% auto;
    height: auto;
    float: none;
    text-align: left;
    overflow: hidden;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: #565151 1px dotted;
  }
  #filelink_area .filelink_list .filelink_left {
    float: left;
    width: 15%;
    height: auto;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
  }
  #filelink_area .filelink_list .filelink_left img {
    width: 100%;
    height: auto;
  }
  #filelink_area .filelink_list .filelink_right {
    float: right;
    width: 78%;
    height: auto;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B;
  }
  #filelink_area .filelink_list .filelink_right_2 {
    float: right;
    width: 78%;
    height: auto;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
    color: #1E1B1B;
  }
}
@media print, screen and (min-width: 920px) {
  #sanjyo_area {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  #sanjyo_area .sannjyo_list {
    width: 30%;
    padding: 1%;
    margin: 0% 0% 2% 1%;
    height: 320px;
    float: left;
    text-align: left;
    overflow: hidden;
    border: 1px #B0B0B0 solid;
  }
  #sanjyo_area .sannjyo_list .sannjyo_right {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
  }
  #sanjyo_area .sannjyo_list .sannjyo_right img {
    width: 100%;
    height: auto;
  }
  #sanjyo_area .sannjyo_list .sannjyo_left {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 10px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
  }
  #sanjyo_area .sannjyo_list .sannjyo_footer {
    clear: both;
    width: 96%;
    margin: 0 auto;
    padding: 2%;
    height: 45px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    background-color: #EFEFEF;
  }
}
@media only screen and (max-width: 919px) {
  #sanjyo_area {
    width: 98%;
    height: auto;
    margin: 20px auto;
  }
  #sanjyo_area .sannjyo_list {
    width: 98%;
    padding: 1%;
    margin: 0% auto 2% auto;
    height: auto;
    float: none;
    text-align: left;
    overflow: hidden;
    border: 1px #B0B0B0 solid;
  }
  #sanjyo_area .sannjyo_list .sannjyo_right {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
  }
  #sanjyo_area .sannjyo_list .sannjyo_right img {
    width: 100%;
    height: auto;
  }
  #sanjyo_area .sannjyo_list .sannjyo_left {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 0px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
  }
  #sanjyo_area .sannjyo_list .sannjyo_footer {
    clear: both;
    width: 96%;
    padding: 2%;
    margin: 2px auto 0px auto;
    height: auto;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 920px) {
  #sanjyo_area01 {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  #sanjyo_area01 .sannjyo_list01 {
    width: 30%;
    padding: 1%;
    margin: 2% 0% 2% 1%;
    height: auto;
    float: left;
    text-align: left;
    overflow: hidden;
    border: 1px #B0B0B0 solid;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_left01 {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 10px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_right01 {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_right01 img {
    width: 100%;
    height: auto;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_footer01 {
    clear: both;
    width: 96%;
    margin: 0 auto;
    padding: 2%;
    height: 45px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    background-color: #EFEFEF;
  }
}
@media only screen and (max-width: 919px) {
  #sanjyo_area01 {
    width: 98%;
    height: auto;
    margin: 20px auto;
  }
  #sanjyo_area01 .sannjyo_list01 {
    width: 98%;
    padding: 1%;
    margin: 2% auto 2% auto;
    height: auto;
    float: none;
    text-align: left;
    overflow: hidden;
    border: 1px #B0B0B0 solid;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_left01 {
    float: none;
    width: 100%;
    /*height:57px;*/
    height: auto;
    padding-top: 5px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_right01 {
    float: none;
    width: 100%;
    height: auto;
    margin: 5px 0px 3px 0px;
    overflow: hidden;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_right01 img {
    width: 100%;
    height: auto;
  }
  #sanjyo_area01 .sannjyo_list01 .sannjyo_footer01 {
    clear: both;
    width: 96%;
    padding: 2%;
    margin: 2px auto 0px auto;
    /*height:57px;*/
    height: auto;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 920px) {
  .sitemap_title {
    width: 90%;
    height: auto;
    margin: 0px auto;
    border-bottom: #4D4848 1px dotted;
  }
  .sitemap_title a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #10316C;
  }
  .sitemap_title a.arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #10316C;
  }
  .sitemap_title a.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
  }
}
@media only screen and (max-width: 919px) {
  .sitemap_title {
    width: 90%;
    height: auto;
    margin: 0px auto;
    border-bottom: #4D4848 1px dotted;
  }
  .sitemap_title a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #10316C;
  }
  .sitemap_title a.arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #10316C;
  }
  .sitemap_title a.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
  }
}
@media print, screen and (min-width: 920px) {
  .sitemap_area {
    width: 80%;
    height: auto;
    margin: 0px auto;
  }
  .sitemap_area li.sitemap_list {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .sitemap_area li.sitemap_list a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #10316C;
  }
  .sitemap_area li.sitemap_list a.arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #10316C;
  }
  .sitemap_area li.sitemap_list a.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
}
@media only screen and (max-width: 919px) {
  .sitemap_area {
    width: 80%;
    height: auto;
    margin: 0px auto;
  }
  .sitemap_area li.sitemap_list {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .sitemap_area li.sitemap_list a.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #10316C;
  }
  .sitemap_area li.sitemap_list a.arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #10316C;
  }
  .sitemap_area li.sitemap_list a.arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
}
/*** 旧サイトからのスタイル ***/
h4 {
  position: relative;
  height: auto;
  background-color: #f7fbfd;
  /*2022.08.23追加*/
  /*position: relative;
  clear: both;
  font-size: 2rem;
  padding: 20px 30px 20px 16px;
  @include wi-pc{
  margin: 0 0 30px 0;
  }
  @include wi-sm1{
  margin: 0 0 20px 0;
  }
  &::before {
  	box-sizing: inherit;
  	position: absolute;
  	top: 25%;
  	left: 0px;
  	width: 6px;
  	height: 50%;
  	content: '';
  	-ms-filter: "alpha(opacity=20)";
  	border-radius: 3px;
  	background: #A0C0E5;
  }*/
}
@media print, screen and (min-width: 920px) {
  h4 {
    font-size: 2rem;
    margin: 0px auto 20px auto;
    padding: 0.75em 1em 0.75em 1.1em;
    margin: 60px 0px 35px;
  }
}
@media only screen and (max-width: 919px) {
  h4 {
    font-size: 1.6rem;
    margin: 0px auto 15px auto;
    padding: 0.75em 1em 0.75em 1.1em;
    margin: 35px 0px 25px;
  }
}
h4::after {
  position: absolute;
  top: 0.5em;
  /*left: 0.2em;*/
  left: 0.5em;
  /*2022.08.23追加*/
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  border-radius: 4px;
  background: #a0c0e5;
}
h4.info_mn_ti {
  padding: 0.75em 0.5em 0.75em 0.5em;
}
@media print, screen and (min-width: 920px) {
  h4.info_mn_ti {
    font-size: 2rem;
    margin: 60px 0px 35px;
  }
}
@media only screen and (max-width: 919px) {
  h4.info_mn_ti {
    font-size: 1.6rem;
    margin: 35px 0px 25px;
  }
}
h4.info_mn_ti::after {
  display: none !important;
}

h5 {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  color: #0d0c0c;
  /*font-weight: 500;*/
  position: relative;
  border-bottom: 2px solid #ccc;
  /*font-weight:400;
  height:auto;
  border-left:2px solid #286CB3;
  @include wi-pc{
  font-size:1.7rem;
  margin:0px auto 10px auto;
  padding:5px 0 5px 10px;
  }
  @include wi-sm1{
  font-size:1.7rem;
  margin:0px auto 10px auto;
  padding:5px 0 5px 1%;
  width:96%;
  }*/
}
@media print, screen and (min-width: 920px) {
  h5 {
    font-size: 1.5rem;
    line-height: 40px;
    padding: 10px 0px;
    margin: 50px 0px 30px 0px;
  }
}
@media only screen and (max-width: 919px) {
  h5 {
    font-size: 1.3rem;
    padding: 7px 0px;
    line-height: 45px;
    margin: 40px 0px 20px 0px;
  }
}
h5:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  height: 2px;
  background-color: #112851;
  width: 25%;
}
h5 a {
  text-decoration: none !important;
  color: #131313 !important;
}

h6 {
  margin: 3rem 0 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  /*font-weight:200;
  border-left:2px solid #286CB3;
  height:auto;
  @include wi-pc{
  width: 98%;
  font-size:16px;
  margin:0px auto 10px auto;
  padding:5px 0 5px 10px;
  }
  @include wi-sm1{
  font-size:14px;
  margin:0px auto 10px auto;
  padding:5px 0 5px 1%;
  width:96%;
  }*/
}

.step_ti {
  text-decoration: none !important;
  color: #5d95c8;
  font-weight: 600;
  font-style: italic;
  display: block;
}
@media print, screen and (min-width: 920px) {
  .step_ti {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.5;
    border-top: 6px solid #5d95c8;
    /*border-bottom: 6px solid #5d95c8;*/
  }
}
@media only screen and (max-width: 919px) {
  .step_ti {
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    border-top: 4px solid #5d95c8;
  }
}

.step_ti_sub {
  text-decoration: none !important;
  color: #5d95c8;
  font-weight: 600;
  font-style: italic;
  display: block;
}
@media print, screen and (min-width: 920px) {
  .step_ti_sub {
    width: 100%;
    margin: 0 auto 65px;
    text-align: left;
    font-size: 2.2rem;
    /*line-height: 3.5;*/
    padding: 32px 0px;
    line-height: 1.5;
    border-top: 6px solid #5d95c8;
    border-bottom: 1px solid #d3d3d3;
  }
}
@media only screen and (max-width: 919px) {
  .step_ti_sub {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.8;
    border-bottom: 2px solid #5d95c8;
  }
}

.step {
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  display: block;
  background: #5d95c8;
  padding: 1.2em;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 920px) {
  .step_font_jp {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 919px) {
  .step_font_jp {
    font-size: 0.5rem;
    line-height: 1;
  }
}

@media print, screen and (min-width: 920px) {
  .step_font_en {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 919px) {
  .step_font_en {
    font-size: 0.65rem;
    line-height: 1.3;
  }
}

.-title {
  font-size: 1.9rem;
  line-height: 1.5;
  margin: 0px;
  margin: 1rem 0 2rem;
}
