@charset "UTF-8";
/* mediaquery
==========================================================*/
/* fontsize
==========================================================*/
/* icon
==========================================================*/
/*　dotted ------------------------------------------------

破線の間隔を調整
$color：色、$stripe:線幅、$spacing：破線の間隔, $height:高さ

==========================================================*/
/*　transition ------------------------------------------------

破線の間隔を調整
$speed：速度、$delay：開始時間

==========================================================*/
/* IEhack
==========================================================*/
/**
 * 目次
 *
 * 00. Webfont
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. print
 *
 */
 /* ==========================================================================
   00. Webfont
========================================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* ==========================================================================
   01. Reset
========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ==========================================================================
   02. Base
========================================================================== */
html {
  color: #2a2a2a;
}

body {
  font-family: "Noto Sans JP", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 140%;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

#main {
  display: block;
}

html {
  font-size: 62.5%;
}

/*
h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,span {
  transform: rotate(0.028deg);
}
*/
@media screen and (max-width: 999px) {
  body {
    font-size: 15;
  }
}
/* link
   ========================================================================== */
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #085b9d;
  text-decoration: underline;
}

/* image
   ========================================================================== */
img {
  line-height: 1.0;
}

table th img,
table td img {
  vertical-align: middle;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

/* width
   ========================================================================== */
.w0 {
  width: 0px !important;
}

.w50 {
  width: 50px !important;
}

.w100 {
  width: 100px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}

.w450 {
  width: 450px !important;
}

.w500 {
  width: 500px !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text_r {
  text-align: right !important;
}

.text_c,
table.text_c th,
table.text_c td,
table.th_c th {
  text-align: center !important;
}

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

/* img
   ========================================================================== */
img {
  max-width: 100%;
}

/* #loading
===================================================*/
#loading {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  background: #fff;
}

/* br
===================================================*/
.spbr {
  display: none;
}

@media screen and (max-width: 999px) {
  .spbr {
    display: block;
  }
}
.scroll::before {
  opacity: 0;
  transform: translate3d(-50px, 50px, 0) scale(0);
  transition-property: transform, opacity;
  transition: transform 0.8s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll:hover::before {
  opacity: 1 !important;
  transform: translateZ(0) scale(1) !important;
}

.data_area .animation {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
.data_area .animation h3 {
  opacity: 0;
  transform: translateY(10px);
}
.data_area .animation .num {
  opacity: 0;
}
.data_area .animation .note {
  opacity: 0;
}
.data_area .animation.show {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.data_area .animation.show h3 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
  transition-delay: .3s !important;
  transition: .3s;
}
.data_area .animation.show .num {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: .5s !important;
}
.data_area .animation.show .note {
  opacity: 1 !important;
  transition-delay: .5s !important;
  transition: .3s;
}

.animation {
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animation {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.animation {
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animation.show {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.animation_merit01 .img {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation_merit01 .copy01 {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1s;
}
.animation_merit01 .copy02 {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.3s;
}

.animation_merit02 .img {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation_merit02 .copy01 {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1s;
}
.animation_merit02 .copy02 {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.3s;
}

.animation_merit03 .img {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation_merit03 .copy01 {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1s;
}
.animation_merit03 .copy02 {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.3s;
}

.animation_merit01.show .img {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.animation_merit01.show .copy01 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.animation_merit01.show .copy02 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.animation_merit02.show .img {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.animation_merit02.show .copy01 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.animation_merit02.show .copy02 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.animation_merit03.show .img {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.animation_merit03.show .copy01 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.animation_merit03.show .copy02 {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.animation_list dl,
.animation_list li {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.animation_list dl,
.animation_list li {
  transition-property: transform, opacity;
  transition: transform 1.5s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animation_list.show dl,
.animation_list.show li {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.animation_list.show li:nth-child(1) {
  transition-delay: 0s !important;
}
.animation_list.show dl:nth-child(1) {
  transition-delay: 0s !important;
}
.animation_list.show li:nth-child(2) {
  transition-delay: 0.2s !important;
}
.animation_list.show dl:nth-child(2) {
  transition-delay: 0.2s !important;
}
.animation_list.show li:nth-child(3) {
  transition-delay: 0.4s !important;
}
.animation_list.show dl:nth-child(3) {
  transition-delay: 0.4s !important;
}
.animation_list.show li:nth-child(4) {
  transition-delay: 0.6s !important;
}
.animation_list.show dl:nth-child(4) {
  transition-delay: 0.6s !important;
}
.animation_list.show li:nth-child(5) {
  transition-delay: 0.8s !important;
}
.animation_list.show dl:nth-child(5) {
  transition-delay: 0.8s !important;
}
.animation_list.show li:nth-child(6) {
  transition-delay: 1s !important;
}
.animation_list.show dl:nth-child(6) {
  transition-delay: 1s !important;
}
.animation_list.show li:nth-child(7) {
  transition-delay: 1.2s !important;
}
.animation_list.show dl:nth-child(7) {
  transition-delay: 1.2s !important;
}
.animation_list.show li:nth-child(8) {
  transition-delay: 1.4s !important;
}
.animation_list.show dl:nth-child(8) {
  transition-delay: 1.4s !important;
}
.animation_list.show li:nth-child(9) {
  transition-delay: 1.6s !important;
}
.animation_list.show dl:nth-child(9) {
  transition-delay: 1.6s !important;
}
.animation_list.show li:nth-child(10) {
  transition-delay: 1.8s !important;
}
.animation_list.show dl:nth-child(10) {
  transition-delay: 1.8s !important;
}
.animation_list.show li:nth-child(11) {
  transition-delay: 2s !important;
}
.animation_list.show dl:nth-child(11) {
  transition-delay: 2s !important;
}
.animation_list.show li:nth-child(12) {
  transition-delay: 2.2s !important;
}
.animation_list.show dl:nth-child(12) {
  transition-delay: 2.2s !important;
}
.animation_list.show li:nth-child(13) {
  transition-delay: 2.4s !important;
}
.animation_list.show dl:nth-child(13) {
  transition-delay: 2.4s !important;
}
.animation_list.show li:nth-child(14) {
  transition-delay: 2.6s !important;
}
.animation_list.show dl:nth-child(14) {
  transition-delay: 2.6s !important;
}
.animation_list.show li:nth-child(15) {
  transition-delay: 2.8s !important;
}
.animation_list.show dl:nth-child(15) {
  transition-delay: 2.8s !important;
}
.animation_list.show li:nth-child(16) {
  transition-delay: 3s !important;
}
.animation_list.show dl:nth-child(16) {
  transition-delay: 3s !important;
}
.animation_list.show li:nth-child(17) {
  transition-delay: 3.2s !important;
}
.animation_list.show dl:nth-child(17) {
  transition-delay: 3.2s !important;
}
.animation_list.show li:nth-child(18) {
  transition-delay: 3.4s !important;
}
.animation_list.show dl:nth-child(18) {
  transition-delay: 3.4s !important;
}
.animation_list.show li:nth-child(19) {
  transition-delay: 3.6s !important;
}
.animation_list.show dl:nth-child(19) {
  transition-delay: 3.6s !important;
}
.animation_list.show li:nth-child(20) {
  transition-delay: 3.8s !important;
}
.animation_list.show dl:nth-child(20) {
  transition-delay: 3.8s !important;
}
.animation_list.show li:nth-child(21) {
  transition-delay: 4s !important;
}
.animation_list.show dl:nth-child(21) {
  transition-delay: 4s !important;
}
.animation_list.show li:nth-child(22) {
  transition-delay: 4.2s !important;
}
.animation_list.show dl:nth-child(22) {
  transition-delay: 4.2s !important;
}
.animation_list.show li:nth-child(23) {
  transition-delay: 4.4s !important;
}
.animation_list.show dl:nth-child(23) {
  transition-delay: 4.4s !important;
}
.animation_list.show li:nth-child(24) {
  transition-delay: 4.6s !important;
}
.animation_list.show dl:nth-child(24) {
  transition-delay: 4.6s !important;
}
.animation_list.show li:nth-child(25) {
  transition-delay: 4.8s !important;
}
.animation_list.show dl:nth-child(25) {
  transition-delay: 4.8s !important;
}
.animation_list.show li:nth-child(26) {
  transition-delay: 5s !important;
}
.animation_list.show dl:nth-child(26) {
  transition-delay: 5s !important;
}
.animation_list.show li:nth-child(27) {
  transition-delay: 5.2s !important;
}
.animation_list.show dl:nth-child(27) {
  transition-delay: 5.2s !important;
}
.animation_list.show li:nth-child(28) {
  transition-delay: 5.4s !important;
}
.animation_list.show dl:nth-child(28) {
  transition-delay: 5.4s !important;
}
.animation_list.show li:nth-child(29) {
  transition-delay: 5.6s !important;
}
.animation_list.show dl:nth-child(29) {
  transition-delay: 5.6s !important;
}
.animation_list.show li:nth-child(30) {
  transition-delay: 5.8s !important;
}
.animation_list.show dl:nth-child(30) {
  transition-delay: 5.8s !important;
}
.animation_list.show li:nth-child(31) {
  transition-delay: 6s !important;
}
.animation_list.show dl:nth-child(31) {
  transition-delay: 6s !important;
}
.animation_list.show li:nth-child(32) {
  transition-delay: 6.2s !important;
}
.animation_list.show dl:nth-child(32) {
  transition-delay: 6.2s !important;
}
.animation_list.show li:nth-child(33) {
  transition-delay: 6.4s !important;
}
.animation_list.show dl:nth-child(33) {
  transition-delay: 6.4s !important;
}
.animation_list.show li:nth-child(34) {
  transition-delay: 6.6s !important;
}
.animation_list.show dl:nth-child(34) {
  transition-delay: 6.6s !important;
}
.animation_list.show li:nth-child(35) {
  transition-delay: 6.8s !important;
}
.animation_list.show dl:nth-child(35) {
  transition-delay: 6.8s !important;
}
.animation_list.show li:nth-child(36) {
  transition-delay: 7s !important;
}
.animation_list.show dl:nth-child(36) {
  transition-delay: 7s !important;
}
.animation_list.show li:nth-child(37) {
  transition-delay: 7.2s !important;
}
.animation_list.show dl:nth-child(37) {
  transition-delay: 7.2s !important;
}
.animation_list.show li:nth-child(38) {
  transition-delay: 7.4s !important;
}
.animation_list.show dl:nth-child(38) {
  transition-delay: 7.4s !important;
}
.animation_list.show li:nth-child(39) {
  transition-delay: 7.6s !important;
}
.animation_list.show dl:nth-child(39) {
  transition-delay: 7.6s !important;
}
.animation_list.show li:nth-child(40) {
  transition-delay: 7.8s !important;
}
.animation_list.show dl:nth-child(40) {
  transition-delay: 7.8s !important;
}
.animation_list.show li:nth-child(41) {
  transition-delay: 8s !important;
}
.animation_list.show dl:nth-child(41) {
  transition-delay: 8s !important;
}
.animation_list.show li:nth-child(42) {
  transition-delay: 8.2s !important;
}
.animation_list.show dl:nth-child(42) {
  transition-delay: 8.2s !important;
}
.animation_list.show li:nth-child(43) {
  transition-delay: 8.4s !important;
}
.animation_list.show dl:nth-child(43) {
  transition-delay: 8.4s !important;
}
.animation_list.show li:nth-child(44) {
  transition-delay: 8.6s !important;
}
.animation_list.show dl:nth-child(44) {
  transition-delay: 8.6s !important;
}
.animation_list.show li:nth-child(45) {
  transition-delay: 8.8s !important;
}
.animation_list.show dl:nth-child(45) {
  transition-delay: 8.8s !important;
}
.animation_list.show li:nth-child(46) {
  transition-delay: 9s !important;
}
.animation_list.show dl:nth-child(46) {
  transition-delay: 9s !important;
}
.animation_list.show li:nth-child(47) {
  transition-delay: 9.2s !important;
}
.animation_list.show dl:nth-child(47) {
  transition-delay: 9.2s !important;
}
.animation_list.show li:nth-child(48) {
  transition-delay: 9.4s !important;
}
.animation_list.show dl:nth-child(48) {
  transition-delay: 9.4s !important;
}
.animation_list.show li:nth-child(49) {
  transition-delay: 9.6s !important;
}
.animation_list.show dl:nth-child(49) {
  transition-delay: 9.6s !important;
}
.animation_list.show li:nth-child(50) {
  transition-delay: 9.8s !important;
}
.animation_list.show dl:nth-child(50) {
  transition-delay: 9.8s !important;
}
.animation_list.show li:nth-child(51) {
  transition-delay: 10s !important;
}
.animation_list.show dl:nth-child(51) {
  transition-delay: 10s !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: -1600px 0%;
  }
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -.5em;
    opacity: 0;
  }

  40% {
    opacity: .6;
  }

  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -.5em;
    opacity: 0;
  }

  40% {
    opacity: .6;
  }

  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'fontello';
  src: url("/common/css/font/fontello.eot?22238801");
  src: url("/common/css/font/fontello.eot?22238801#iefix") format("embedded-opentype"), url("/common/css/font/fontello.woff2?22238801") format("woff2"), url("/common/css/font/fontello.woff?22238801") format("woff"), url("/common/css/font/fontello.ttf?22238801") format("truetype"), url("/common/css/font/fontello.svg?22238801") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: '\e800';
}

/* '' */
.icon-down-open:before {
  content: '\e801';
}

/* '' */
.icon-left-open:before {
  content: '\e802';
}

/* '' */
.icon-right-open:before {
  content: '\e803';
}

/* '' */
.icon-up-open:before {
  content: '\e804';
}

/* '' */
.icon-down-dir:before {
  content: '\e805';
}

/* '' */
.icon-left-dir:before {
  content: '\e806';
}

/* '' */
.icon-right-dir:before {
  content: '\e807';
}

/* '' */
.icon-up-dir:before {
  content: '\e808';
}

/* '' */
/* ==========================================================================
   03. Layout
========================================================================== */
#conteiner {
  display: flex;
  position: relative;
}
#conteiner #side_bar {
  width: 200px;
}
#conteiner #main_area {
  width: calc(100% - 200px);
}
#conteiner #main_area article {
  margin-top: 60px;
  margin-bottom: 60px;
}
#conteiner #main_area article:last-child {
  margin-bottom: 120px;
}
#conteiner #main_area article section {
  margin: 30px 0;
}
#conteiner #main_area h2 + article {
  margin-top: 30px;
}

#breadcrumb {
  display: flex;
  align-items: center;
  padding: 10px 40px;
  background: #085b9d;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}
#breadcrumb ol {
  display: flex;
  margin-left: 0;
  flex-wrap: wrap;
}
#breadcrumb ol a {
  color: #fff;
  font-size: 12px;
}
#breadcrumb li {
  margin-top: 0;
  white-space: nowrap;
  padding-right: 8px;
  display: flex;
  list-style-type: none;
  align-items: center;
}
#breadcrumb li a {
  text-decoration: none;
  opacity: 1;
}
#breadcrumb li a:hover {
  opacity: .5;
}
#breadcrumb li::before {
  content: ">";
  padding-right: 8px;
}
#breadcrumb li.top::before {
  display: none;
}

#major_area {
  padding: 0;
}
#major_area .major_wrap {
  display: flex;
  justify-content: space-between;
}
#major_area .major_wrap a {
  display: block;
  width: calc((100% - 6px) / 4);
  min-height: 240px;
}
#major_area .major_wrap a:hover {
  text-decoration: none;
}
#major_area .major_wrap dl {
  display: flex;
  height: 100%;
}
#major_area .major_wrap dl dt {
  width: 48px;
  padding: 12px 0;
  background: #003067;
  text-align: center;
}
#major_area .major_wrap dl dd {
  width: calc(100% - 48px);
  padding: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}
#major_area .major_wrap dl dd span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.m01 {
  background: url(/img/major_bnr01.png) left center no-repeat;
  background-size: cover;
}

.m02 {
  background: url(/img/major_bnr02.png) left center no-repeat;
  background-size: cover;
}

.m03 {
  background: url(/img/major_bnr03.png) left center no-repeat;
  background-size: cover;
}

.m04 {
  background: url(/img/major_bnr04.png) left center no-repeat;
  background-size: cover;
}

#side_major {
  min-width: 296px;
}
#side_major ul {
  margin-bottom: 0;
  margin-left: 0;
}
#side_major li {
  list-style: none;
  border-bottom: 1px solid #fff;
}
#side_major li:last-child {
  border-bottom: 0;
}
#side_major li a:hover {
  text-decoration: none;
}
#side_major li a dl {
  position: relative;
  display: flex;
  height: 186px;
}
#side_major li a dl dt {
  width: 48px;
  padding: 12px 0;
  background: #003067;
  text-align: center;
}
#side_major li a dl dd {
  width: calc(100% - 48px);
  padding: 8px 12px;
  color: #fff;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
#side_major li a dl dd span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
}

/* main ( Second layer ) ****************************************************************************/
#main_wrap {
  display: flex;
}
#main_wrap #key_visual {
  display: flex;
  justify-content: end;
  flex-direction: column;
  width: calc(100% - 250px);
  min-height: 447px;
  padding: 0 40px 40px;
  background-color: #ccc;
  color: #fff;
  box-sizing: border-box;
}

#key_visual h1 {
  display: flex;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1;
  text-shadow: 0px 0px 20px black, 0px 0px 4px black;
}
#key_visual h1 span {
  display: block;
}
#key_visual h1 .fac {
  margin-bottom: 10px;
  font-size: 22px;
}
#key_visual h1 .cat {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 22px;
}
#key_visual h1 .tit {
  font-size: 44px;
}
#key_visual .read_txt {
  width: 80%;
  font-weight: 500;
  text-shadow: 0px 0px 10px black, 0px 0px 4px black;
}
#key_visual.overview {
  background: url(/overview/img/main_visual.png) center top no-repeat;
  background-size: cover;
}
#key_visual.campuslife {
  background: url(/campuslife/img/main_visual.png) center center no-repeat;
  background-size: cover;
}
#key_visual.international {
  background: url(/international/img/main_visual.png) center center no-repeat;
  background-size: cover;
}
#key_visual.research {
  background: url(/research/img/main_visual.png) center center no-repeat;
  background-size: cover;
}
#key_visual.entranceexamination {
  background: url(/entranceexamination/img/main_visual.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_s {
  background: url(/faculty/img/mv_s.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_s_mb, #key_visual.fac_s_MB {
  background: url(/faculty/img/mv_s_mb.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_s_fst, #key_visual.fac_s_FST {
  background: url(/faculty/img/mv_s_fst.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_s_mpc, #key_visual.fac_s_MPC {
  background: url(/faculty/img/mv_s_mpc.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_e {
  background: url(/faculty/img/mv_e.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_e_mse, #key_visual.fac_e_MSE {
  background: url(/faculty/img/mv_e_mse.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_e_lie, #key_visual.fac_e_LIE {
  background: url(/faculty/img/mv_e_lie.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_e_meme, #key_visual.fac_e_MEME {
  background: url(/faculty/img/mv_e_meme.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_r {
  background: url(/faculty/img/mv_r.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_r_mes, #key_visual.fac_r_MES {
  background: url(/faculty/img/mv_r_mes.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_r_mre, #key_visual.fac_r_MRE {
  background: url(/faculty/img/mv_r_mre.png) center center no-repeat;
  background-size: cover;
}
#key_visual.fac_g, #key_visual.fac_g_main {
  background: url(/faculty/img/mv_g.png) center center no-repeat;
  background-size: cover;
}
#key_visual.advancedcourse {
  background: url(/faculty/img/mv_advancedcourse.png) center center no-repeat;
  background-size: cover;
}
#key_visual.seatrainingcourse {
  background: url(/faculty/img/mv_seatrainingcourse.png) center center no-repeat;
  background-size: cover;
}

#title_area {
  padding: 0 40px 21px;
}
#title_area h1 {
  color: #085b9d;
  font-size: 44px;
}

#side_right {
  width: 250px;
  padding: 0;
  background: #085b9d;
  color: #fff;
  box-sizing: border-box;
}
#side_right #ac_btn, #side_right .switch {
  display: none;
}
#side_right a {
  color: #fff;
}
#side_right .inbox {
  padding-top: 18px;
}
#side_right .menu_tit {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 600;
}
#side_right .menu_tit::after {
  border-top: 1px solid #fff;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
#side_right ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#side_right ul li {
  padding: 10px 10px 10px 30px;
  list-style: none;
}
#side_right ul li a {
  color: #fff;
}
#side_right ul li.on {
  background-color: #fff;
}
#side_right ul li.on a {
  color: #085b9d;
}
#side_right .back_link {
  position: relative;
  margin-top: 30px;
  padding: 30px 20px;
}
#side_right .back_link a {
  display: block;
  padding-left: 15px;
}
#side_right .back_link a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 38px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#side_right .back_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 210px;
  height: 1px;
  background-color: #5A89BF;
}

#contents_wrap article {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* under_page -----------------------------------------*/
#under_page {
  padding: 64px 4% 20px;
  overflow: hidden;
}
#under_page .inner_box {
  justify-content: center;
  flex-wrap: wrap;
}
#under_page .p_box {
  width: 20%;
  max-width: 260px;
  margin: 0 20px 50px;
}
#under_page .p_box a:hover {
  color: #085b9d;
}
#under_page .p_box .p_img {
  position: relative;
}
#under_page .p_box .p_img::before {
  content: "";
  position: absolute;
  height: 80%;
  left: -100vw;
  bottom: 0;
  width: 200vw;
  background: white url(../img/bg_line_s.png) left bottom repeat-x;
  z-index: -5;
}
#under_page .p_box img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
#under_page .p_box span {
  display: block;
}
#under_page .p_box .p_name {
  font-size: 20px;
  color: #085b9d;
  font-weight: bold;
}

/* contents_link -------------------------------------------*/
#contents_link {
  padding: 32px 4%;
  background: #F3F6F8;
}
#contents_link .inner_box {
  align-items: flex-start;
}
#contents_link h2 {
  margin-right: 50px;
  margin-bottom: 0;
  color: #085b9d;
}
#contents_link h2 span {
  display: block;
}
#contents_link h2 span.en {
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
#contents_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 200px);
  margin-bottom: 0;
  margin-left: 0;
}
#contents_link ul li {
  width: 48%;
  margin-top: 15px;
  margin-bottom: 0 !important;
  list-style: none;
}
#contents_link ul li:nth-child(-n+2) {
  margin-top: 0;
}
#contents_link ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  height: 100%;
  padding: 10px;
  background: #085b9d;
  color: #fff;
  border: 1px solid #085b9d;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}
#contents_link ul li a span {
  width: calc(100% - 60px);
}
#contents_link ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 100%;
  background: white url(../img/icon_arrow_r.png) center center no-repeat;
}
#contents_link ul li a[href$='.pdf']::before {
  background: white url(/common/img/icon_pdf.png) center center no-repeat;
  background-size: 15px 18px;
}
#contents_link ul li.link_blank a::before {
  background: white url(/common/img/icon_blank.svg) center center no-repeat;
  background-size: 21px 22px;
}

/* news_area ---------------------------------------------*/
#news_area {
  display: flex;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 4%;
}
#news_area .tit_box {
  width: 242px;
}
#news_area .archive {
  position: relative;
  margin-top: 30px;
  max-width: 170px;
}
#news_area .archive::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #085b9d;
  border-left: 2px solid #085b9d;
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
}
#news_area .archive select {
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  color: #085b9d;
  border: 1px solid #7EA7C8;
  border-radius: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
#news_area #news_list_box {
  width: calc(100% - 242px);
}
#news_area #news_list_box #news_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-left: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #BED3E3;
}
#news_area #news_list_box #news_nav li {
  margin-right: 12px;
  margin-bottom: 10px;
  list-style: none;
}
#news_area #news_list_box #news_nav li:last-child {
  margin-right: 0;
}
#news_area #news_list_box #news_nav li a {
  display: block;
  padding: 2px 12px;
  background: #F3F6F8;
  color: #085b9d;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#news_area #news_list_box #news_nav li.on a {
  background: #085b9d;
  color: #fff;
}
#news_area #news_list_box #news_list {
  margin-left: 0;
}
#news_area #news_list_box #news_list li {
  margin-bottom: 12px;
  list-style: none;
}
#news_area #news_list_box #news_list li dl {
  overflow: hidden;
  width: 100%;
}
#news_area #news_list_box #news_list li dl .n_date {
  display: flex;
  margin-right: 6px;
}
#news_area #news_list_box #news_list li dl .n_date span {
  display: inline-block;
  height: 20px;
  margin-bottom: 3px;
  padding: 1px 5px 3px;
  vertical-align: middle;
  box-sizing: border-box;
}
#news_area #news_list_box #news_list li dl .n_date span.date {
  margin-right: 10px;
  color: #085b9d;
  font-family: "Roboto", sans-serif;
}
#news_area #news_list_box #news_list li dl .n_date span.label1 {
  background: #085b9d;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
#news_area #news_list_box #news_list li dl .n_date span.label2 {
  position: relative;
  margin-right: -1px;
  background: #fff;
  color: #085b9d;
  border: 1px solid #085b9d;
  border-right: 0;
  border-left: 0;
  text-align: center;
  font-size: 11px;
}
#news_area #news_list_box #news_list li dl .n_date span.label2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #085b9d;
}
#news_area #news_list_box #news_list li dl .n_date span.label2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: #085b9d;
}
#news_area #news_list_box #news_list li dl .n_date span.label1, #news_area #news_list_box #news_list li dl .n_date span.label2 {
  padding: 0 5px 3px;
}
#news_area #news_list_box #news_list li dl .n_cat {
  float: left;
}
#news_area #news_list_box #news_list li dl .n_cat span {
  display: inline-block;
  width: 96px;
  height: 20px;
  background: #085b9d;
  color: #fff;
  text-align: center;
  font-size: 11px;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: "Noto Sans JP", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
}
#news_area #news_list_box #news_list li dl .n_cat span.faculty {
  background: #fff;
  color: #085b9d;
  border: 1px solid #085b9d;
}
#news_area #news_list_box #news_list li dl .n_text {
  clear: both;
  margin-top: 5px;
}
#news_area #news_list_box #news_list li dl dd:not([class]) {
  clear: both;
  margin-left: 16px;
}
#news_area #news_list_box #news_list li dl a {
  display: inline-block;
}
#news_area #news_list_box #news_list li dl a:hover {
  color: #085b9d;
}
#news_area #news_list_box #news_list li dl a[href$='.pdf'] {
  position: relative;
  padding-left: 30px;
}
#news_area #news_list_box #news_list li dl a[href$='.pdf']::before {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: white url(/common/img/icon_pdf.png) center center no-repeat;
  background-size: cover;
}
#news_area #news_list_box #news_list_non li {
  margin-bottom: 5px;
}
#news_area #news_list_box #news_list_non li a {
  display: inline-block;
  padding: 5px 0 5px 25px;
  background: url(/common/img/icon_arrow_g.png) 6px 12px no-repeat;
  background-size: 7px 10px;
}
#news_area #news_list_box #news_list_non li a:hover {
  color: #085b9d;
  transition: .3s;
}

/* guidebook_area ----------------------------------------*/
#guidebook_area {
  max-width: 1200px;
  margin: 60px auto 100px !important;
  padding: 40px 4% 0;
}
#guidebook_area h2 {
  margin-bottom: 40px;
}
#guidebook_area .inner_imgtxt {
  display: flex;
  justify-content: space-between;
}
#guidebook_area .inner_imgtxt .image {
  width: 240px;
  margin-right: 40px;
}
#guidebook_area .inner_imgtxt .detail {
  width: calc(100% - 280px);
}
#guidebook_area .inner_imgtxt .detail p:not([class]) {
  margin: 1em 0;
}
#guidebook_area .inner_imgtxt .detail p:not([class]):first-child {
  margin-top: 0;
}

/* document_area ----------------------------------------*/
#document_area {
  margin-bottom: 0 !important;
  padding: 40px 4%;
  background: #F3F6F8;
}
#document_area h2 {
  margin-bottom: 30px;
}
#document_area article {
  margin-top: 0;
  margin-bottom: 40px;
}
#document_area p {
  margin-bottom: 1em;
}
#document_area .sec_wrap section:nth-child(2n) {
  margin-right: 0 !important;
}

/* btnlink_area ----------------------------------------*/
#btnlink_area {
  margin: 60px 0;
  padding: 30px 0 50px;
  background: #F3F6F8;
}
#btnlink_area .inner_in_m ._wide:first-child {
  margin-top: 20px;
}

/* main ( third layer / two column ver. ) ****************************************************************************/
#main_two_column {
  display: flex;
}
#main_two_column #main_box {
  width: calc(100% - 230px);
  min-width: 840px;
}
#main_two_column #main_box #key_visual {
  display: flex;
  justify-content: end;
  flex-direction: column;
  min-height: 284px;
  padding: 0 40px 40px;
  background-color: #ccc;
  color: #fff;
  box-sizing: border-box;
}
#main_two_column #main_box main {
  margin: auto;
  padding: 0;
}
#main_two_column #main_box main article {
  margin-top: 60px;
  margin-bottom: 60px;
}
#main_two_column #main_box main article p {
  margin-bottom: 1em;
}
#main_two_column #main_box main article section {
  margin: 0 0 40px;
}
#main_two_column #main_box main + article {
  margin-top: 0;
}
#main_two_column #side_right .inbox {
  position: sticky;
  top: 90px;
  right: 0;
  padding-top: 0;
}
#main_two_column #side_right ul {
  margin-left: 0;
}
#main_two_column #side_right ul li {
  list-style: none;
}

#page_nav {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 4%;
}

/* FAQ ***********************************************************************/
.qa_list_box {
  margin-bottom: 50px;
}
.qa_list_box dl {
  position: relative;
  margin: 0;
  padding: 22px 30px 22px 0;
  cursor: pointer;
  border-bottom: 1px solid #7ea7c8;
}
.qa_list_box dl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #7ea7c8;
  border-radius: 50px;
}
.qa_list_box dl::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #085b9d;
  border-right: 2px solid #085b9d;
  z-index: 10;
}
.qa_list_box .open::after {
  bottom: -5px;
  transform: rotate(-45deg);
}

.qa_list_box dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  color: #085b9d;
  font-weight: 700;
  font-size: 18px;
}
.qa_list_box dl dt::before {
  display: block;
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  line-height: 1;
  color: #085b9d;
  font-family: "Roboto", sans-serif;
}

.qa_list_box dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 30px 30px 30px 80px;
  background-color: #f3f6f8;
}
.qa_list_box dl dd::before {
  display: block;
  content: 'A';
  position: absolute;
  top: 25px;
  left: 45px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #085b9d;
}
.qa_list_box dl dd p {
  margin: 30px 0 0 !important;
}
.qa_list_box dl dd p:first-child {
  margin-top: 0 !important;
}

#footer_area #major_link ul {
  display: flex;
}
#footer_area #major_link ul li {
  width: 25%;
}
#footer_area #major_link ul img {
  width: 100%;
  vertical-align: bottom;
}
#footer_area footer {
  position: relative;
  padding: 50px;
  background: #085b9d;
  color: #fff;
}
#footer_area footer .wrap {
  display: flex;
  margin-bottom: 40px;
  font-size: 12px;
}
#footer_area footer .wrap > * {
  margin-right: 30px;
}
#footer_area footer .wrap span {
  display: block;
}
#footer_area footer a {
  color: #fff;
}
#footer_area footer .access a {
  display: inline-block;
  padding-left: 20px;
  background: url(/common/img/icon_access.svg) left center no-repeat;
  line-height: 14px;
}
#footer_area .f_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 0;
}
#footer_area .f_nav li {
  list-style: none;
  margin-right: 40px;
}
#footer_area .f_nav li a {
  color: #fff;
  font-size: 13px;
}
#footer_area .youtube {
  margin-top: 30px;
  font-size: 12px;
  line-height: 23px;
}
#footer_area .youtube img {
  margin-left: 12px;
  vertical-align: bottom;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}

#copyright {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}

@media screen and (min-width: 1000px) {
  #sp_menu, #sp_nav {
    display: none;
  }

  #side_bar {
    background: #fff;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  #side_bar header {
    position: sticky;
    top: 0;
    width: 200px;
    z-index: 100;
  }
  #side_bar header img {
    vertical-align: bottom;
  }
  #side_bar header #logo {
    text-align: center;
    padding: 25px 20px;
  }
  #side_bar header #logo span {
    display: inline-block;
    margin-right: 10px;
  }
  #side_bar header .target_link {
    margin-bottom: 0;
  }
  #side_bar header .target_link li:nth-child(odd) {
    background: #085b9d;
  }
  #side_bar header .target_link li:nth-child(even) {
    background: #097edb;
  }
  #side_bar header .target_link li a {
    display: block;
    padding: 17px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
  }
  #side_bar header .target_link li a:hover {
    background-color: #fff;
    color: #085b9d;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  #side_bar header .target_link li.future {
    background: #085b9d url(../img/target_link_bg.png) left top no-repeat;
    background-size: cover;
  }
  #side_bar header .target_link li.future a {
    padding: 0;
  }
  #side_bar header .target_link li.future a img {
    vertical-align: bottom;
  }
  #side_bar header .target_link li.future span {
    display: block;
    line-height: 1.2;
  }
  #side_bar header .target_link li.future span:first-child {
    font-size: 23px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
  }
  #side_bar header .target_link li.future span.sub {
    font-size: 9px;
    letter-spacing: -1px;
  }
  #side_bar header .other_link li {
    border-bottom: 1px solid #E3E3E3;
  }
  #side_bar header .other_link li:last-child {
    border-bottom: 0;
  }
  #side_bar header .other_link li a {
    display: block;
    padding: 24px 0;
    color: #085b9d;
    font-weight: 500;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  #side_bar header .other_link li a span {
    display: block;
  }
  #side_bar header .other_link li a:hover {
    background-color: #f3f6f8;
    text-decoration: none;
  }

  #top_nav {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 60;
  }

  #gnav {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 20px 0 0;
  }
  #gnav ul {
    margin-bottom: 0;
  }
  #gnav .gnavi_lists {
    position: relative;
    display: flex;
    padding-right: 20px;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  #gnav .gnavi_lists::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    background: #085b9d;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  #gnav .gnavi_lists > li {
    position: relative;
    transition: all .3s;
  }
  #gnav .gnavi_lists > li:hover .dropdown_lists {
    display: block;
    opacity: 1;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
  #gnav .gnavi_lists > li > a {
    position: relative;
    display: block;
    padding: 25px 15px;
    color: #085b9d;
    font-size: 13px;
    font-weight: 700;
  }
  #gnav .gnavi_lists > li > a:hover {
    text-decoration: none;
  }
  #gnav .gnavi_lists > li > a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
  }
  #gnav .gnavi_lists > li > a::before {
    background: #085b9d;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  #gnav .gnavi_lists > li.kihu  > a {
    padding: 11px 15px;
  }

  #gnav .gnavi_lists > li.kihu  > a span {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 5px 57px;
    border: 4px solid #0D7EDB;
    color: #0D7EDB;
    font-size: 18px;
    font-weight: 900;
   transition: .3s;
  }

  #gnav .gnavi_lists > li.kihu  > a::before {
    display: none;
  }

   #gnav .gnavi_lists > li.kihu > a:hover span {
    background-color: #0D7EDB;
    color: #fff;
  }

  #gnav .dropdown_lists {
    display: none;
    width: 210px;
    position: absolute;
    top: 72px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 20px;
    background-color: #085b9d;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
  }
  #gnav .dropdown_lists > li {
    position: relative;
    margin-top: 10px;
    transition: all .3s;
  }
  #gnav .dropdown_lists > li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
  }
  #gnav .dropdown_lists > li a:hover {
    text-decoration: underline;
  }
  #gnav .dropdown_lists::before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 10px solid #085b9d;
  }
  #gnav .guide {
    display: flex;
    align-items: center;
    margin-left: 30px;
  }
  #gnav .guide .access a {
    display: block;
    padding: 25px 0 25px 20px;
    background: url(/common/img/icon_access_b.png) left center no-repeat;
    color: #085b9d;
    font-size: 13px;
    font-weight: 700;
  }
  #gnav .guide .access a:hover {
    text-decoration: none;
  }
  #gnav .guide .language {
    display: flex;
    height: 20px;
    margin-left: 20px;
    border: 1px solid #085b9d;
    border-radius: 2px;
    box-sizing: border-box;
  }
  #gnav .guide .language li {
    overflow: hidden;
  }
  #gnav .guide .language li a {
    display: block;
    padding: 2px 5px;
    height: 100%;
    font-size: 13px;
    line-height: 1;
  }
  #gnav .guide .language li a.on {
    background: #085b9d;
    color: #fff;
  }
  #gnav .search {
    margin-left: 40px;
  }
  #gnav .search img {
    max-width: 34px;
  }

  .search_btn {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-left: 30px;
    background: url(/common/img/icon_search.png) center center no-repeat;
    font-size: 0;
    text-indent: 100%;
    cursor: pointer;
    transition: .3s;
  }
  .search_btn.active {
    background: url(/common/img/icon_close.png) center center no-repeat;
    transition: .3s;
  }

  #search_box {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    width: 100%;
    padding: 30px 4%;
    background-color: #f3f6f8;
    box-sizing: border-box;
  }

  #search_tit {
    float: left;
    margin-right: 30px;
    padding-top: 15px;
    color: #085b9d;
    font-size: 20px;
    font-weight: 700;
  }

  #___gcse_0 {
    float: left;
    width: calc(100% - 180px);
  }
  #___gcse_0 form.gsc-search-box {
    margin: 0;
  }
  #___gcse_0 .gsc-control-cse {
    padding: 5px 15px;
    background-color: #fff;
    border: 2px solid #085b9d;
    border-radius: 30px;
  }
  #___gcse_0 table {
    margin-bottom: 0;
  }
  #___gcse_0 table th, #___gcse_0 table td {
    padding: 0;
    background-color: initial;
  }
  #___gcse_0 table th .gsc-input-box, #___gcse_0 table td .gsc-input-box {
    border: 0;
  }
  #___gcse_0 table th input.gsc-input, #___gcse_0 table td input.gsc-input {
    padding: 5px;
    background: none !important;
  }
  #___gcse_0 table th .gsc-search-button-v2, #___gcse_0 table td .gsc-search-button-v2 {
    width: 40px;
    padding: 11px 0;
    background-color: #fff;
    border-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
  }
  #___gcse_0 table th .gsc-search-button-v2 svg, #___gcse_0 table td .gsc-search-button-v2 svg {
    width: 22px;
    height: 22px;
    fill: #085b9d;
  }
}
@media screen and (max-width: 999px) {
  #conteiner {
    display: block;
  }
  #conteiner #main_area {
    width: 100%;
    border-top: #085b9d;
  }

  #breadcrumb {
    padding: 10px 20px;
    background-color: #097edb;
  }

  #main_two_column {
    display: block;
  }
  #main_two_column #main_box {
    width: 100%;
    min-width: 100%;
  }
  #main_two_column #main_box #key_visual {
    display: flex;
    justify-content: end;
    flex-direction: column;
    min-height: 284px;
    padding: 20px 4%;
    background-color: #ccc;
    color: #fff;
    box-sizing: border-box;
  }
  #main_two_column #main_box #key_visual h1 {
    display: block;
    margin-bottom: 20px;
  }
  #main_two_column #main_box #key_visual h1 span {
    display: block;
    padding: 0;
    line-height: 1;
  }
  #main_two_column #main_box #key_visual h1 .cat {
    margin-bottom: 10px;
    border-right: 0;
    font-size: 22px;
  }
  #main_two_column #main_box #key_visual h1 .tit {
    font-size: 40px;
  }
  #main_two_column #main_box main {
    margin: auto;
    padding: 0;
  }
  #main_two_column #main_box main article {
    margin-bottom: 30px;
  }
  #main_two_column #side_right {
    width: 100%;
  }
  #main_two_column #side_right .inbox {
    position: static;
    top: auto;
    right: auto;
  }

  #title_area {
    padding: 20px 4%;
  }
  #title_area h1 {
    font-size: 35px;
  }

  #contents_link {
    display: block;
    padding: 32px 4%;
    background: #F3F6F8;
  }
  #contents_link .inner_box {
    display: block;
  }
  #contents_link h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #contents_link h2 span {
    display: block;
  }
  #contents_link h2 span.en {
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  #contents_link ul {
    display: block;
    width: 100%;
  }
  #contents_link ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #contents_link ul li:nth-child(-n+2) {
    margin-top: 15px;
  }
  #contents_link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #085b9d;
    color: #fff;
    border: 1px solid #085b9d;
    text-align: center;
    box-sizing: border-box;
  }
  #contents_link ul li a span {
    width: calc(100% - 60px);
  }

  #major_area {
    padding: 0;
  }
  #major_area .major_wrap {
    display: block;
    justify-content: space-between;
  }
  #major_area .major_wrap a {
    width: 100%;
    min-height: 120px;
    height: 120px;
    border-bottom: 1px solid #fff;
  }
  #major_area .major_wrap a[href*="/faculty/s/"] dl dt {
    background: url(/common/img/major_icon01_sp.png) center top no-repeat;
  }
  #major_area .major_wrap a[href*="/faculty/e/"] dl dt {
    background: url(/common/img/major_icon02_sp.png) center top no-repeat;
  }
  #major_area .major_wrap a[href*="/faculty/r/"] dl dt {
    background: url(/common/img/major_icon03_sp.png) center top no-repeat;
  }
  #major_area .major_wrap a[href*="/faculty/graduate/"] dl dt {
    background: url(/common/img/major_icon04_sp.png) center top no-repeat;
  }
  #major_area .major_wrap dl {
    display: flex;
    height: 100%;
  }
  #major_area .major_wrap dl dt {
    background-color: #003067 !important;
  }
  #major_area .major_wrap dl dt img {
    display: none;
  }

  /* main ( Second layer ) ****************************************************************************/
  #main_wrap {
    display: block;
  }
  #main_wrap #key_visual {
    display: flex;
    justify-content: end;
    flex-direction: column;
    width: 100%;
    min-height: 284px;
    padding: 0;
    background-color: #ccc;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  #main_wrap #key_visual h1 {
    display: flex;
    justify-content: end;
    flex-direction: column;
    min-height: 340px;
    padding: 0 16px;
    font-size: 32px;
  }
  #main_wrap #key_visual p {
    width: 100%;
    padding: 24px 16px;
    background-color: #085b9d;
    box-sizing: border-box;
  }
  #main_wrap #key_visual .read_txt {
    text-shadow: none;
  }

  #side_right {
    width: 100%;
    padding: 0;
    background: #085b9d;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  #side_right .switch {
    display: block;
    position: relative;
    padding: 10px 20px;
  }
  #side_right .switch::after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 38%;
    margin: auto;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    height: 8px;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
  }
  #side_right a {
    color: #fff;
  }
  #side_right .accordion {
    position: initial;
    top: initial;
    right: initial;
    display: none;
    height: 0;
    opacity: 0;
    transition: 0.5s;
  }
  #side_right .menu_tit {
    display: none;
  }
  #side_right ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #side_right ul li {
    padding: 0 20px;
  }
  #side_right ul li a {
    display: block;
    padding: 16px 0;
    color: #fff;
    border-bottom: 1px solid #7ea7c8;
  }
  #side_right ul li:last-child a {
    border-bottom: 0;
  }
  #side_right input:checked ~ .accordion {
    display: block;
    height: auto;
    opacity: 1;
    transition: 0.5s;
  }
  #side_right input:checked ~ .switch::after {
    top: 45%;
    transform: rotate(-45deg);
  }
  #side_right .back_link {
    position: relative;
    margin-top: 30px;
    padding: 10px;
  }
  #side_right .back_link::before {
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  #side_right .back_link a::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* under_page -----------------------------------------*/
  #under_page {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 64px 2% 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #under_page .p_box {
    width: 45%;
    margin: 0 0 30px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #under_page .p_box a:hover {
    color: #085b9d;
  }
  #under_page .p_box a > p:first-child {
    position: relative;
  }
  #under_page .p_box a > p:first-child::before {
    display: none;
  }
  #under_page .p_box img {
    display: block;
    position: relative;
    z-index: 2;
  }
  #under_page .p_box .p_name {
    font-size: 18px;
    color: #085b9d;
    font-weight: bold;
  }

  /* news_area ---------------------------------------------*/
  #news_area {
    display: block;
    position: relative;
    padding-bottom: 60px;
  }
  #news_area .tit_box {
    width: 100%;
  }
  #news_area .tit_box h2 {
    margin-right: 0;
    text-align: center;
  }
  #news_area .more_list {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 250px;
    text-align: center;
  }
  #news_area .more_list a {
    padding: 5px 12px;
  }
  #news_area .inner_box {
    display: block;
  }
  #news_area .archive {
    position: relative;
    margin: 30px auto;
    max-width: 170px;
  }
  #news_area .archive::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #085b9d;
    border-left: 2px solid #085b9d;
    pointer-events: none;
    transform: translateY(-50%) rotate(-135deg);
  }
  #news_area .archive select {
    position: relative;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    color: #085b9d;
    border: 1px solid #7EA7C8;
    border-radius: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Noto Sans JP", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  #news_area #news_list_box {
    width: 100%;
  }
  #news_area #news_list_box #news_nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #BED3E3;
  }
  #news_area #news_list_box #news_nav li {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  #news_area #news_list_box #news_nav li:last-child {
    margin-right: 0;
  }
  #news_area #news_list_box #news_nav li a {
    display: block;
    padding: 2px 12px;
    background: #F3F6F8;
    color: #085b9d;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  #news_area #news_list_box #news_nav li.on a {
    background: #085b9d;
    color: #fff;
  }
  #news_area #news_list_box #news_list li {
    margin-bottom: 15px;
  }
  #news_area #news_list_box #news_list li dl .n_date {
    flex-wrap: wrap;
    color: #085b9d;
    font-family: "Roboto", sans-serif;
  }
  #news_area #news_list_box #news_list li dl .n_cat {
    display: flex;
  }
  #news_area #news_list_box #news_list li dl .n_cat span {
    display: inline-block;
    width: 96px;
    height: 20px;
    background: #085b9d;
    color: #fff;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #news_area #news_list_box #news_list li dl .n_cat span.faculty {
    background: #fff;
    color: #085b9d;
    border: 1px solid #085b9d;
  }
  #news_area #news_list_box #news_list li dl .n_text {
    clear: both;
  }
  #news_area #news_list_box #news_list li dl a {
    display: inline-block;
  }
  #news_area #news_list_box #news_list li dl a[href$='.pdf'] {
    position: relative;
    padding-left: 30px;
  }
  #news_area #news_list_box #news_list li dl a[href$='.pdf']::before {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: white url(/common/img/icon_pdf.png) center center no-repeat;
    background-size: cover;
  }

  /* guidebook_area ----------------------------------------*/
  #guidebook_area .inner_imgtxt {
    display: block;
  }
  #guidebook_area .inner_imgtxt .image {
    width: 240px;
    margin: auto;
  }
  #guidebook_area .inner_imgtxt .detail {
    width: 100%;
  }
  #guidebook_area .inner_imgtxt .detail p:not([class]) {
    margin: 1em 0;
  }
  #guidebook_area .inner_imgtxt .detail p:not([class]):first-child {
    margin-top: 0;
  }

  /* main ( third layer / two column ver. ) ****************************************************************************/
  #main_two_column #side_right .accordion {
    margin-top: 0;
  }
  #main_two_column #side_right .back_link a {
    padding: 15px 15px 15px 40px;
  }
  #main_two_column #side_right .back_link a::before {
    left: 20px;
  }

  #side_bar {
    display: none;
  }

  #top_nav .gnavi_lists,
  #top_nav .guide {
    display: none;
  }

  #sp_menu {
    display: block;
  }
  #sp_menu header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  #sp_menu header img {
    vertical-align: bottom;
  }
  #sp_menu header::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
  }
  #sp_menu #sp_logo {
    width: 50%;
    max-width: 200px;
    text-align: center;
  }
  #sp_menu #target_nav {
    display: none;
  }
  #sp_menu #target_nav ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
  #sp_menu #target_nav li {
    float: left;
    list-style: none;
    text-align: center;
  }
  #sp_menu #target_nav li a {
    display: flex;
    height: 53px;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
  }
  #sp_menu #target_nav li.university {
    width: calc(100% / 3);
  }
  #sp_menu #target_nav li.university a {
    background-color: #085b9d;
  }
  #sp_menu #target_nav li.company {
    width: calc(100% / 3);
  }
  #sp_menu #target_nav li.company a {
    background-color: #097edb;
  }
  #sp_menu #target_nav li.kihu {
    width: calc(100% / 3);
    box-sizing: border-box;
  }
  #sp_menu #target_nav li.kihu a {
    background-color: #fff;
    color: #097edb;
    font-size: 16px;
    border: 3px solid #097edb;
    box-sizing: border-box;
    font-weight: 900;
  }
  #sp_menu #target_nav li.university a, #sp_menu #target_nav li.company a {
    color: #fff;
  }
  #sp_menu #target_nav li.clear, #sp_menu #target_nav li:last-child {
    position: relative;
  }
  #sp_menu #target_nav li.clear::after, #sp_menu #target_nav li:last-child::after {
    content: "";
    width: 1px;
    height: 76%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #CFCFCF;
  }
  #sp_menu #target_nav li.clear {
    clear: both;
  }
  #sp_menu #target_nav li.clear::after {
    right: 0;
    left: auto;
  }
  #sp_menu #target_nav li.clear, #sp_menu #target_nav li:not([class]) {
    width: calc(100% / 3);
  }

  .openbtn {
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    background: #085b9d;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 17px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 29px;
  }

  /*activeクラスが付与されると線が回転して×になり、Menu?Closeに変更*/
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }

  .openbtn.active::after {
    content: "閉じる";
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
  }

  body.open {
    overflow: hidden;
  }
  body.open .openbtn.active {
    position: absolute;
    left: 270px;
    z-index: 800;
  }
  body.open .openbtn.active span {
    background-color: #fff;
  }

  #sp_nav {
    display: none;
  }

  #sp_nav.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 48, 103, 0.582);
    overflow-y: scroll;
    z-index: 500;
  }
  #sp_nav.show .sp_nav_wrap {
    width: 270px;
    height: 100vh;
    background-color: #085b9d;
  }
  #sp_nav.show .sp_nav_wrap .inbox {
    padding: 20px 0 90px;
    background-color: #085b9d;
  }
  #sp_nav.show .sp_nav_wrap a {
    display: block;
    color: #fff;
  }
  #sp_nav.show .sp_nav_wrap .language {
    display: flex;
    max-width: 64px;
    height: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    border-radius: 2px;
    box-sizing: border-box;
  }
  #sp_nav.show .sp_nav_wrap .language li {
    overflow: hidden;
    width: 50%;
  }
  #sp_nav.show .sp_nav_wrap .language li a {
    display: block;
    padding: 2px 5px;
    height: 100%;
    font-size: 13px;
    line-height: 1;
  }
  #sp_nav.show .sp_nav_wrap .language li a.on {
    background: #fff;
    color: #085b9d;
  }
  #sp_nav.show .sp_nav_wrap .user_link {
    margin-bottom: 0;
  }
  #sp_nav.show .sp_nav_wrap .user_link li a {
    padding: 14px 24px;
  }
  #sp_nav.show .sp_nav_wrap .user_link li:nth-child(odd) {
    background: #097edb;
  }
  #sp_nav.show .sp_nav_wrap .user_link li:nth-child(even) {
    background: #085b9d;
  }
  #sp_nav.show .sp_nav_wrap .menu_link {
    margin-bottom: 0;
    padding: 20px 0;
  }
  #sp_nav.show .sp_nav_wrap .menu_link li a {
    padding: 12px 24px;
  }
  #sp_nav.show .sp_nav_wrap .other_link {
    margin-bottom: 20px;
  }
  #sp_nav.show .sp_nav_wrap .other_link li {
    border-bottom: 1px solid #7EA7C8;
  }
  #sp_nav.show .sp_nav_wrap .other_link li:first-child {
    border-top: 1px solid #7EA7C8;
  }
  #sp_nav.show .sp_nav_wrap .other_link li a {
    padding: 13px 24px;
  }
  #sp_nav.show .sp_nav_wrap .other_link li span:first-child {
    display: inline-block;
    margin-right: 10px;
  }
  #sp_nav.show .sp_nav_wrap .other_link li img {
    vertical-align: middle;
  }
  #sp_nav.show .sp_nav_wrap .insta, #sp_nav.show .sp_nav_wrap .youtube {
    padding: 8px 24px;
  }
  #sp_nav.show .sp_nav_wrap .insta img, #sp_nav.show .sp_nav_wrap .youtube img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }

  .search_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-left: 40px;
    background: url(/common/img/icon_search.png) center center no-repeat;
    font-size: 0;
    text-indent: 100%;
    cursor: pointer;
  }
  .search_btn.active {
    background: url(/common/img/icon_close.png) center center no-repeat;
  }

  #search_box {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 72px;
    right: 0;
    width: 100%;
    padding: 30px 4%;
    background-color: #f3f6f8;
    box-sizing: border-box;
  }

  #search_tit {
    float: left;
    margin-right: 30px;
    padding-top: 15px;
    color: #085b9d;
    font-size: 20px;
    font-weight: 700;
  }

  #___gcse_0 {
    float: left;
    width: calc(100% - 180px);
  }
  #___gcse_0 form.gsc-search-box {
    margin: 0;
  }
  #___gcse_0 .gsc-control-cse {
    padding: 5px 15px;
    background-color: #fff;
    border: 2px solid #085b9d;
    border-radius: 30px;
  }
  #___gcse_0 table {
    margin-bottom: 0;
  }
  #___gcse_0 table th, #___gcse_0 table td {
    padding: 0;
    background-color: initial;
  }
  #___gcse_0 table th .gsc-input-box, #___gcse_0 table td .gsc-input-box {
    border: 0;
  }
  #___gcse_0 table th input.gsc-input, #___gcse_0 table td input.gsc-input {
    padding: 5px;
    background: none !important;
  }
  #___gcse_0 table th .gsc-search-button-v2, #___gcse_0 table td .gsc-search-button-v2 {
    width: 40px;
    padding: 11px 0;
    background-color: #fff;
    border-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
  }
  #___gcse_0 table th .gsc-search-button-v2 svg, #___gcse_0 table td .gsc-search-button-v2 svg {
    width: 22px;
    height: 22px;
    fill: #085b9d;
  }

  #footer_area footer {
    padding: 40px 4% 50px;
  }
  #footer_area footer .wrap {
    display: block;
    margin-bottom: 40px;
    font-size: 12px;
  }
  #footer_area footer .wrap > * {
    margin-right: 0;
  }
  #footer_area footer .wrap #logo_footer {
    margin-bottom: 30px;
    text-align: center;
  }
  #footer_area footer .wrap span {
    margin-bottom: 8px;
    font-size: 14px;
  }
  #footer_area footer .wrap .access {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  #footer_area footer .f_nav {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  #footer_area footer .f_nav._other {
    display: none;
  }
  #footer_area footer .f_nav li {
    margin: 8px 0;
  }
  #footer_area footer #sns_link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer_area footer #sns_link p {
    margin: 0 10px;
  }
  #footer_area footer .youtube {
    display: none;
  }

  #copyright {
    margin-top: 40px;
    text-align: center;
  }
}
/* ==========================================================================
   03. Parts
========================================================================== */
.tit_h2,
.tit_type01 {
  margin-right: 40px;
  margin-bottom: 30px;
  color: #085b9d;
}
.tit_h2 span,
.tit_type01 span {
  display: block;
}
.tit_h2 span.en,
.tit_type01 span.en {
  font-size: 48px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.tit_h2 span.ja,
.tit_type01 span.ja {
  font-size: 16px;
}

.tit_type02 {
  color: #085b9d;
  font-size: 32px;
  font-weight: 700;
}

/*
.tit_type03,
.tit_style2,
.tit_h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  font-weight: 700;
  font-size: 22px;
}
*/

.tit_type03,
.tit_style2,
.tit_h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  background-color: #fff;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  border-top: 1px solid #085b9d;
  border-right: 1px solid #085b9d;
  font-weight: 700;
  font-size: 24px;
}

.tit_type03:first-child,
.tit_style2:first-child,
.tit_h3:first-child {
  margin-top: 0;
}

.tit_type03b {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: #c2daee;
  color: #085b9d;
  font-size: 18px;
}

.tit_type_bdr01 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
  color: #085b9d;
  border: 1px solid #085b9d;
  font-size: 18px;
}
.tit_type_bdr01:first-child {
  margin-top: 0;
}

.tit_type_bdr02 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
  color: #085b9d;
  border: 1px solid #7ea7c8;
  font-size: 18px;
}
.tit_type_bdr02:first-child {
  margin-top: 0;
}

.tit_type04,
.tit_bdr,
.tit_h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #085b9d;
  border-bottom: 1px solid #085b9d;
  font-size: 18px;
}
.tit_type04:first-child,
.tit_bdr:first-child,
.tit_h4:first-child {
  margin-top: 0;
}

h5,
.tit_h5,
.tit_type05 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
}
h5:first-child,
.tit_h5:first-child,
.tit_type05:first-child {
  margin-top: 0;
}

h4 + h5 {
  margin-top: 15px;
}

h6,
.tit_type06 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

h5 + h6 {
  margin-top: 15px;
}

@media screen and (max-width: 999px) {
  .tit_h2 {
    margin-right: 0;
    text-align: center;
  }
  .tit_h2 span {
    text-align: center;
  }
  .tit_h2 span.en {
    font-size: 40px;
  }
}
ul:not([class]) {
  margin-left: 1.8em;
  margin-bottom: 15px;
}
ul:not([class]) > li {
  list-style-type: disc;
}

ul {
  margin-bottom: 20px;
}

ol {
  margin-left: 20px;
}
ol li {
  margin-top: 6px;
  list-style: decimal;
}
ol li:first-child {
  margin-top: 0;
}

.list_none li {
  list-style: none;
}

.list_indent li {
  margin-bottom: 3px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.list_notes li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

.list_pdf li a {
  display: inline-block;
  padding: 5px 0 5px 25px;
  background: url(/common/img/icon_pdf.png) left 7px no-repeat;
  background-size: 15px 18px;
}
.list_pdf li a:hover {
  color: #085b9d;
}

.list_doc li a, .list_doc li span {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 20px;
  background: url(/common/img/icon_arrow_g.png) 6px 12px no-repeat;
  background-size: 7px 10px;
}
.list_doc li a[href$='.pdf'], .list_doc li span[href$='.pdf'] {
  background: url(/common/img/icon_pdf.png) left 7px no-repeat;
  background-size: 15px 18px;
}
.list_doc li a[href$='.doc'], .list_doc li a[href$='.docx'], .list_doc li span[href$='.doc'], .list_doc li span[href$='.docx'] {
  background: url(/common/img/icon_word.gif) left 8px no-repeat;
  background-size: 16px 16px;
}
.list_doc li a[href$='.xls'], .list_doc li a[href$='.xlsx'], .list_doc li span[href$='.xls'], .list_doc li span[href$='.xlsx'] {
  background: url(/common/img/icon_xls.gif) left 8px no-repeat;
  background-size: 16px 16px;
}
.list_doc li a:hover {
  color: #085b9d;
}
.list_doc li.outside a {
  background: white url(/common/img/icon_blank.png) 0 5px no-repeat;
  background-size: 17px 18px;
}

.list_arw li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 25px;
  background: url(/common/img/icon_arrow_g.png) 6px 6px no-repeat;
  background-size: 7px 10px;
}

.anchor_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.anchor_link li {
  list-style: none !important;
  margin: 0 10px;
}
.anchor_link li a {
  display: inline-block;
  padding: 5px 34px 5px 0;
  background: url(/common/img/icon_anchor.png) right center no-repeat;
  color: #085b9d;
}

.in_list {
  margin-left: 30px;
  margin-bottom: 0;
}

.list_thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.list_thumbnail li {
  width: 170px;
  margin-right: 40px;
}
.list_thumbnail li img {
  display: block;
  margin-bottom: 5px;
}
.list_thumbnail li span {
  display: inline-block;
  padding-left: 20px;
  background: url(/common/img/icon_pdf.png) left 3px no-repeat;
  background-size: 15px 18px;
}

.list_num {
  margin-bottom: 1em;
  margin-left: 0;
  list-style-type: none;
  counter-reset: my-counter;
}
.list_num li {
  position: relative;
  list-style: none;
  margin-top: 8px;
  padding-left: 28px;
}
.list_num li:first-child {
  margin-top: 0;
}
.list_num li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  color: #333;
  font-size: 85%;
  line-height: 1;
}

.list_brackets {
  margin-left: 0;
}
.list_brackets li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  list-style-type: none;
  counter-increment: cnt;
}
.list_brackets li::before {
  content: "(" counter(cnt) ")" " ";
}

@media screen and (max-width: 999px) {
  .list_notes li {
    font-size: 12px;
  }
}
.more_list {
  display: inline-block;
  margin-top: 20px;
}
.more_list a {
  display: block;
  padding: 5px 12px;
  color: #085b9d;
  border: 1px solid #7EA7C8;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}
.more_list a:hover {
  background-color: #085b9d;
  color: #fff;
  text-decoration: none;
}

.btn_link {
  width: calc((100% - 30px) / 2);
}
.btn_link a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  height: 100%;
  padding: 10px;
  background: #085b9d;
  color: #fff;
  border: 1px solid #085b9d;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_link a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 100%;
}
.btn_link a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_link._ac {
  margin-left: auto;
  margin-right: auto;
}
.btn_link._arw a::before {
  background: white url(../img/icon_arrow_r.png) center center no-repeat;
}
.btn_link._pdf a::before {
  background: white url(/common/img/icon_pdf.png) center center no-repeat;
  background-size: 15px 18px;
}
.btn_link._blank a::before {
  background: white url(/common/img/icon_blank.svg) center center no-repeat;
  background-size: 21px 22px;
}

.arw_btnlink {
  width: calc((100% - 30px) / 2);
}
.arw_btnlink a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 56px;
  height: 100%;
  padding: 10px 56px 10px 10px;
  background: #085b9d;
  color: #fff;
  border: 1px solid #085b9d;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.arw_btnlink a span:not([class]) {
  width: calc(100% - 60px);
}
.arw_btnlink a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 100%;
  background: white url(../img/icon_arw.png) center center no-repeat;
}
.arw_btnlink a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.arw_btnlink._ac {
  margin-left: auto;
  margin-right: auto;
}
.arw_btnlink._wide {
  width: 100%;
}
.arw_btnlink._half {
  width: 50%;
}
.arw_btnlink._swide {
  width: 80%;
}
.arw_btnlink._researcher {
  max-width: 276px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: -40px;
}

.pdf_btnlink {
  width: calc((100% - 30px) / 2);
}
.pdf_btnlink a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 56px;
  height: 100%;
  padding: 10px 56px 10px 10px;
  background: #085b9d;
  color: #fff;
  border: 1px solid #085b9d;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.pdf_btnlink a span:not([class]) {
  width: calc(100% - 60px);
}
.pdf_btnlink a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 100%;
  background: white url(/common/img/icon_pdf.png) center center no-repeat;
}
.pdf_btnlink a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.pdf_btnlink._ac {
  margin-left: auto;
  margin-right: auto;
}
.pdf_btnlink._wide {
  width: 100%;
}
.pdf_btnlink._half {
  width: 50%;
}
.pdf_btnlink._swide {
  width: 80%;
}
.pdf_btnlink._researcher {
  max-width: 276px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: -40px;
}

.blank_btnlink {
  width: calc((100% - 30px) / 2);
}
.blank_btnlink a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 56px;
  height: 100%;
  padding: 10px 56px 10px 10px;
  background: #085b9d;
  color: #fff;
  border: 1px solid #085b9d;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.blank_btnlink a span:not([class]) {
  width: calc(100% - 60px);
}
.blank_btnlink a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 100%;
  background: white url(/common/img/icon_blank.png) center center no-repeat;
}
.blank_btnlink a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.blank_btnlink._ac {
  margin-left: auto;
  margin-right: auto;
}
.blank_btnlink._wide {
  width: 100%;
}
.blank_btnlink._half {
  width: 50%;
}
.blank_btnlink._swide {
  width: 80%;
}
.blank_btnlink._researcher {
  max-width: 276px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: -40px;
}

.pdf_btnlink a:before {
  background-size: 15px 18px;
}

.blank_btnlink a:before {
  background-size: 21px 22px;
}

.btn_wrap {
  display: flex;
  flex-wrap: wrap;
}
.btn_wrap._col2 {
  justify-content: space-between;
}
.btn_wrap._col2 p {
  width: calc((100% - 30px) / 2);
  margin-top: 20px;
}
.btn_wrap._col3 {
  flex-wrap: wrap;
}
.btn_wrap._col3 p {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.btn_wrap._col3 p:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 999px) {
  .btn_wrap {
    display: block;
  }
  .btn_wrap._col2 p {
    width: 100%;
  }
  .btn_wrap._col3 p {
    width: 100%;
    margin-right: 0;
  }

  .arw_btnlink {
    width: 100%;
  }

  .pdf_btnlink {
    width: 100%;
  }

  .blank_btnlink {
    width: 100%;
  }
}
.box_flex {
  display: flex;
  margin-bottom: 40px;
}
.box_flex._col2 {
  justify-content: space-between;
}
.box_flex._col2 > * {
  width: calc((100% - 48px) / 2);
}
.box_flex._col3 {
  flex-wrap: wrap;
}
.box_flex._col3 > * {
  width: calc((100% - 60px) / 3);
  margin-top: 30px;
  margin-right: 30px !important;
}
.box_flex._col3 > *:nth-child(3n) {
  margin-right: 0 !important;
}
.box_flex._row_r {
  flex-direction: row-reverse;
}

h2 + .box_flex._col2 > *:nth-child(-n+2), h2 + .box_flex._col3 > *:nth-child(-n+3), h3 + .box_flex._col2 > *:nth-child(-n+2), h3 + .box_flex._col3 > *:nth-child(-n+3), h4 + .box_flex._col2 > *:nth-child(-n+2), h4 + .box_flex._col3 > *:nth-child(-n+3) {
  margin-top: 10px !important;
}

.box_bdr {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #7ea7c8;
}
.box_bdr ul:last-child {
  margin-bottom: 0 !important;
}
.box_bdr p:last-child {
  margin-bottom: 0 !important;
}

.box_imgtxt {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.box_imgtxt .txt {
  width: 48%;
}
.box_imgtxt .img {
  width: 48%;
}
.box_imgtxt .img img {
  width: 100%;
}

.box_imgtxt2 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.box_imgtxt2 .txt {
  width: 70%;
}
.box_imgtxt2 .img {
  width: 28%;
}
.box_imgtxt2 .img img {
  width: 100%;
}

.sec_wrap {
  display: flex;
  flex-wrap: wrap;
}
.sec_wrap section {
  width: calc((100% - 48px) / 2);
  margin-top: 30px;
  margin-right: 48px !important;
}
.sec_wrap section:nth-child(2n) {
  margin-right: 0 !important;
}
.sec_wrap section:nth-child(-n+2) {
  margin-top: 0 !important;
}

.inner_box {
  display: flex;
  max-width: 1200px;
  margin: auto;
}

.inner_in {
  max-width: 1200px;
  margin: auto;
}

.inner_in_m {
  max-width: 900px;
  margin: auto;
}

.main_inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 4%;
}

@media screen and (max-width: 999px) {
  .box_flex {
    display: block;
  }
  .box_flex._col2 {
    justify-content: space-between;
  }
  .box_flex._col2 div, .box_flex._col2 section {
    width: 100%;
  }
  .box_flex._col3 > * {
    width: 100%;
    margin-top: 30px;
    margin-right: 0 !important;
  }
  .box_flex._col3 > *:nth-child(-n+3) {
    margin-top: initial;
  }

  .box_imgtxt,
  .box_imgtxt2 {
    display: block;
    margin: 20px 0;
  }
  .box_imgtxt._clm_re,
  .box_imgtxt2._clm_re {
    display: flex;
    flex-direction: column-reverse;
  }
  .box_imgtxt .txt, .box_imgtxt .img,
  .box_imgtxt2 .txt,
  .box_imgtxt2 .img {
    width: 100%;
  }

  .sec_wrap {
    display: block;
    flex-wrap: wrap;
  }
  .sec_wrap section {
    width: 100%;
    max-width: initial;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .inner_box {
    display: flex;
    max-width: 92%;
    margin: auto;
  }

  .inner_in {
    max-width: 92%;
    margin: auto;
  }

  .inner_in_m {
    max-width: 92%;
    margin: auto;
  }

  .main_inner {
    max-width: 92%;
    margin: auto;
    padding: 0;
  }
}
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 5px;
}
table th, table td {
  padding: 10px 15px;
}
table th {
  color: #085b9d;
  border-left: 1px solid #7ea7c8;
  text-align: left;
}
table th.nowrap {
  white-space: nowrap;
}
table td {
  background-color: #f3f6f8;
}
table td.td_head {
  background-color: #c2daee;
  color: #085b9d;
  font-weight: 700;
  white-space: nowrap;
}
table td p:last-child {
  margin-bottom: 0 !important;
}
table.w_half {
  width: 60%;
}
table.td_ac td {
  text-align: center;
}

.style01 {
  border-collapse: collapse;
  border-spacing: 0;
}
.style01 th, .style01 td {
  border-left: 10px solid #fff;
}
.style01 th:first-child, .style01 td:first-child {
  border-left: 0;
}
.style01 th {
  color: #999;
  border-bottom: 1px solid #7ea7c8;
  text-align: center;
  font-weight: 500;
}
.style01 td {
  background: none;
  text-align: center;
}

.in_table {
  border-collapse: collapse;
  border-spacing: 0;
}
.in_table th, .in_table td {
  border: 1px solid #7ea7c8;
  background-color: #fff;
  vertical-align: middle;
}
.in_table th {
  background-color: #085b9d;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .table_scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .table_scroll table {
    width: 100%;
    min-width: 900px;
    margin: 0 0 20px;
  }
  .table_scroll table th {
    white-space: nowrap;
  }
  .table_scroll table td {
    min-width: 100px;
  }

  table.w_half {
    width: 100%;
  }
  table td.td_head {
    white-space: initial;
  }
}
/* display
===================================================*/
.sp_only {
  display: none;
}

/* cms
===================================================*/
.cases_non {
  margin: 30px 0;
}

/* text
===================================================*/
.aC {
  text-align: center;
}
.aC.sp {
  text-align: initial;
}

.aR {
  text-align: right;
}

.aL {
  text-align: left;
}

.txt_small {
  font-size: 13px;
}

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

.note {
  margin-bottom: 8px;
  font-size: 13px;
}
.note_red {
  margin-bottom: 8px;
  color: #f92c2c;
  font-size: 13px;
}
.note_in {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

.indent_1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent_1h {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.indent_2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* color */
.text_base {
  color: #085b9d;
}

.text_red {
  color: #f92c2c;
}

/* weight */
.text_b {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.underline_red {
  color: #f92c2c;
  text-decoration: underline;
}

sup {
  vertical-align: super;
  font-size: 13px;
}

.inline {
  display: inline !important;
}

.text_wrap p {
  margin-top: 1em;
}
.text_wrap p:first-child {
  margin-top: 0;
}

/* link
===================================================*/
.link_txt,
.link_pdf,
.link_word,
.link_xls,
.link_blank,
.web_site {
  margin-bottom: 5px !important;
}
.link_txt a,
.link_pdf a,
.link_word a,
.link_xls a,
.link_blank a,
.web_site a {
  display: inline-block;
  padding: 5px 0 0 21px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.link_txt a:hover,
.link_pdf a:hover,
.link_word a:hover,
.link_xls a:hover,
.link_blank a:hover,
.web_site a:hover {
  color: #097edb;
  transition: .3s;
}

.link_txt a {
  background: url(/common/img/icon_arrow_g.png) 6px 12px no-repeat;
  background-size: 7px 10px;
}

.link_pdf a {
  background: url(/common/img/icon_pdf.png) left 7px no-repeat;
  background-size: 15px 18px;
}

.link_word a {
  background: url(/common/img/icon_word.gif) left 8px no-repeat;
  background-size: 16px 16px;
}

.link_xls a {
  background: url(/common/img/icon_xls.gif) left 8px no-repeat;
  background-size: 16px 16px;
}

.link_blank a {
  background: url(/common/img/icon_blank.svg) 0 5px no-repeat;
  background-size: 17px 18px;
}

.web_site a {
  background: url(/common/img/icon_blank.png) 0 5px no-repeat;
  background-size: 17px 18px;
  color: #097edb;
}

.in_link {
  margin-left: 5px;
  margin-right: 5px;
  color: #097edb;
}
.in_link:hover {
  text-decoration: underline;
}

.no_link {
  pointer-events: none;
}

/* images */
.img_max img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .aC.pc {
    text-align: initial;
  }
}
/* ==========================================================================
   05. print
========================================================================== */
@media print {
  #side_bar,
  #top_nav,
  #side_right,
  #sp_nav,
  #sp_menu,
  #footer_area {
    display: none;
  }

  #conteiner #main_area,
  #main_wrap #key_visual,
  #main_two_column #main_box {
    width: 100%;
  }

  #main_wrap #key_visual {
    min-height: 250px;
  }
}

/* add */
.tit_type03_01 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  background-color: #f0f0f0;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  border-top: 1px solid #085b9d;
  border-right: 1px solid #085b9d;
  font-weight: 700;
  font-size: 24px;
}

.tit_type03_02 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  background-color: #E4EDF4;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  border-top: 1px solid #085b9d;
  border-right: 1px solid #085b9d;
  font-weight: 700;
  font-size: 24px;
}

.tit_type03_03 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  background-color: #fff;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  border-top: 1px solid #085b9d;
  border-right: 1px solid #085b9d;
  font-weight: 700;
  font-size: 24px;
}

.tit_type03_04 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  background-color: #f0f0f0;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  font-weight: 700;
  font-size: 24px;
}

.tit_type03_05 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 15px;
  color: #085b9d;
  background-color: #E4EDF4;
  border-left: 4px solid #085b9d;
  border-bottom: 1px solid #085b9d;
  font-weight: 700;
  font-size: 24px;
}

/* bnr */
.bnr{
  margin: 40px auto 0;
  text-align: center;
}

.bnr a{
  transition: .3s ease;
}

.bnr a:hover{
  opacity: .6;
}

@media screen and (max-width: 999px) {
  .bnr{
    max-width: 435px;
  }
}