@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

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;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #333;
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  word-break: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin
*********************************************************************/
/* カラー */
/* 薄いブルー */
/* グレー背景 */
/* タイトル背景 */
/* media query */
/* EN全ページ共通 スタイル
*****************************************************************/
body {
  background-color: #F9FAFB;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* media query
---------------------------------------------------------------*/
@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

@media all and (max-width: 1350px) {
  .limit_d {
    display: none;
  }
}

.limit_a {
  display: none;
}
@media all and (max-width: 1350px) {
  .limit_a {
    display: block;
  }
}

a {
  color: #395DAA;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #DA6A38;
}
a:hover img {
  opacity: 0.7;
}
a:active {
  color: #0099c5;
}

/* pagetop
---------------------------------------------------------------*/
#pagetop_arrow {
  position: fixed;
  right: 30px;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
#pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
#pagetop_arrow a img {
  width: 60px;
  height: auto;
}
@media all and (max-width: 896px) {
  #pagetop_arrow {
    right: 20px;
  }
  #pagetop_arrow a img {
    width: 30px;
  }
}

.fade_in #pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 70px;
}

/* drawer
*****************************************************************/
.drawer .drawer-hidden {
  display: none;
}
.drawer .drawer-open {
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9996;
  cursor: pointer;
  top: 0px;
  right: 0px;
  background-color: #395DAA;
}
@media all and (max-width: 1064px) {
  .drawer .drawer-open {
    display: flex;
  }
}
.drawer .drawer-open span,
.drawer .drawer-open span:before,
.drawer .drawer-open span:after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 3px;
  background: #FFF;
  transition: 0.5s;
  position: absolute;
}
.drawer .drawer-open span {
  right: 12px;
}
.drawer .drawer-open span:before {
  bottom: 10px;
}
.drawer .drawer-open span:after {
  top: 10px;
}
.drawer #drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}
.drawer #drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.drawer #drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.drawer .drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9980;
  background-color: rgba(64, 104, 168, 0.9);
  transition: 0.5s;
  box-sizing: border-box;
  overflow: scroll;
}
.drawer .drawer-content .inner {
  height: auto;
  width: 100%;
  padding: 60px 0 80px;
}
.drawer .drawer-content .inner .global_drawer {
  padding: 20px;
}
.drawer .drawer-content .inner .global_drawer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.drawer .drawer-content .inner .global_drawer ul li {
  padding: 5px;
  box-sizing: border-box;
  width: 50%;
}
.drawer .drawer-content .inner .global_drawer ul li a {
  display: block;
  box-sizing: border-box;
}
.drawer .drawer-content .inner .global_drawer ul.global li {
  position: relative;
}
.drawer .drawer-content .inner .global_drawer ul.global li a {
  border: #FFF solid 1px;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: center;
  padding: 8px 0;
  background-color: rgba(64, 104, 168, 0.5);
}
@media all and (max-width: 896px) {
  .drawer .drawer-content .inner .global_drawer ul.global li a {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.drawer .drawer-content .inner .global_drawer ul.global li a.outside::after {
  content: url("../images/icon_outer.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.drawer .drawer-content .inner .global_drawer ul.sub {
  padding: 16px 0 0;
}
.drawer .drawer-content .inner .global_drawer ul.sub li a {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.drawer .drawer-content .inner .global_drawer ul.sub li a:before {
  font-family: "Material Icons";
  content: "\e5cc";
  padding: 0px 4px 0 0;
}
.drawer .drawer-content .inner .global_drawer .btn_donation {
  text-align: center;
  padding: 16px 0 0;
}
.drawer .drawer-content .inner .global_drawer .btn_donation a {
  display: inline-block;
  width: 80%;
  padding: 10px 0;
  line-height: 1em;
}
.drawer .drawer-content .inner .global_drawer .btn_donation a:before {
  font-family: "Material Icons";
  content: "\e5cc";
  padding: 0px 4px 0 0;
}
.drawer .drawer-content .inner .global_drawer .parts_seach {
  padding: 24px 0 0;
  margin: auto;
  text-align: center;
}
.drawer .drawer-content .inner .global_drawer .parts_seach .search_txt {
  width: 74%;
}
.drawer #drawer-check:checked ~ .drawer-content {
  left: 0;
}

.tab_menu {
  position: absolute;
  top: 30%;
  right: 0px;
  z-index: 9980;
}
@media all and (max-width: 896px) {
  .tab_menu {
    top: auto;
    bottom: 0px;
    width: 100%;
    background-color: #FFF;
    position: relative;
  }
}
@media all and (max-width: 896px) {
  .tab_menu ul {
    padding: 5px;
  }
}
.tab_menu ul li {
  padding: 8px 0;
}
@media all and (max-width: 896px) {
  .tab_menu ul li {
    padding: 5px 5px;
    box-sizing: border-box;
    width: 50%;
    margin: 0 auto;
  }
}
.tab_menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #FFF;
}
@media all and (max-width: 896px) {
  .tab_menu ul li a {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 896px) {
  .tab_menu ul li a .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
  }
}
@media all and (max-width: 896px) {
  .tab_menu ul li a .inner .icon img {
    width: 30px;
    height: auto;
  }
}
.tab_menu ul li a .inner p {
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 3px 0 0;
}
@media all and (max-width: 896px) {
  .tab_menu ul li a .inner p {
    padding: 0px 0 0 5px;
  }
}
.tab_menu ul li.btn_docs a {
  background-color: #395DAA;
}
.tab_menu ul li.btn_docs a:hover {
  background-color: #DA3844;
}
.tab_menu ul li.btn_contact a {
  background-color: #DA6A38;
}
.tab_menu ul li.btn_contact a:hover {
  background-color: #DA3844;
}

.noscroll {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* breadcrumb
-----------------------------------------------------------------*/
.breadcrumb {
  padding: 8px 5.2vw;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .breadcrumb {
    padding: 8px 20px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb ul li {
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: left;
  padding: 0 20px 0 6px;
  position: relative;
}
.breadcrumb ul li:after {
  font-family: "Material Icons";
  content: "\e5e1";
  position: absolute;
  right: 0px;
  top: 51%;
  transform: translateY(-51%);
}
.breadcrumb ul li:first-child {
  padding-left: 0px;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb ul li:hover::after {
  color: #000;
  cursor: default;
}

/* header
---------------------------------------------------------------*/
.area_header {
  display: flex;
  align-items: center;
  border-bottom: #395DAA solid 2px;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 9990;
  top: 0px;
}
.area_header .logo_header {
  padding: 0 66px 0 44px;
  width: 420px;
  box-sizing: border-box;
}
@media all and (max-width: 1367px) {
  .area_header .logo_header {
    padding: 16px 30px 16px 20px;
  }
}
@media all and (max-width: 1064px) {
  .area_header .logo_header {
    padding: 10px;
    width: auto;
    height: 58px;
  }
}
.area_header .logo_header img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1064px) {
  .area_header .logo_header img {
    width: auto;
    height: 100%;
  }
}
.area_header .block_header {
  width: calc(100% - 287px);
}
@media all and (max-width: 1367px) {
  .area_header .block_header {
    width: calc(100% - 237px);
  }
}
.area_header .block_header .box_subnav {
  background-color: #395DAA;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 43px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.4em;
}
@media all and (max-width: 1064px) {
  .area_header .block_header .box_subnav {
    background-color: #FFF;
  }
}
.area_header .block_header .box_subnav a {
  color: #FFF;
}
.area_header .block_header .box_subnav a:hover {
  color: #DA6A38;
}
@media all and (max-width: 1064px) {
  .area_header .block_header .box_subnav a {
    color: #000;
  }
}
.area_header .block_header .box_subnav .lang {
  padding: 0 0.7vw;
}
@media all and (max-width: 1064px) {
  .area_header .block_header .box_subnav .lang {
    color: #000;
    padding-right: 70px;
  }
}
@media all and (max-width: 896px) {
  .area_header .block_header .box_subnav .lang {
    padding-right: 70px;
    font-size: 1.4;
  }
}
.area_header .block_header .box_subnav ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media all and (max-width: 1064px) {
  .area_header .block_header .box_subnav ul {
    display: none;
  }
}
.area_header .block_header .box_subnav ul.list_icon li {
  padding: 0 0.6vw;
}
.area_header .block_header .box_subnav ul.list_icon li.icon {
  transform: translateY(2px);
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_ov01, .area_header .block_header .box_subnav ul.list_icon li.tooltip_ov02 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_ov01 .description_ov, .area_header .block_header .box_subnav ul.list_icon li.tooltip_ov02 .description_ov {
  display: none;
  position: absolute;
  padding: 5px 8px 7px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 70px;
  z-index: 999999;
  text-align: center;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_ov01 .description_ov::before, .area_header .block_header .box_subnav ul.list_icon li.tooltip_ov02 .description_ov::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  transform: rotateZ(180deg);
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_ov01:hover .description_ov, .area_header .block_header .box_subnav ul.list_icon li.tooltip_ov02:hover .description_ov {
  display: inline-block;
  left: 56%;
  transform: translateX(-50%);
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_ov01:hover .description_ov {
  top: 33px;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_ov02:hover .description_ov {
  top: 33px;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s {
  position: relative;
  display: inline-block;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s .icon_search {
  cursor: pointer;
  padding-top: 5px;
  position: relative;
  display: block;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s .icon_search::after {
  content: url(/common/images/arrow_tool.svg);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s #kensaku {
  display: none;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s #kensaku:checked ~ .description {
  display: inline-block;
  top: 26px;
  right: -60px;
  position: absolute;
  padding: 6px 10px;
  width: auto;
  white-space: nowrap;
  z-index: 800;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s .description {
  display: none;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s .description .parts_seach {
  padding: 5px;
  border-radius: 5px;
  background-color: #666;
  white-space: nowrap;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s .description .parts_seach .search_txt {
  width: 145px;
  height: 35px;
  box-sizing: border-box;
  margin: 0px;
  padding-left: 8px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: none;
}
.area_header .block_header .box_subnav ul.list_icon li.tooltip_s .description .parts_seach .search_btn {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  padding: 8px;
  background-color: #000;
  margin: 0 0 0 -5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
}
.area_header .block_header .box_subnav ul li {
  padding: 0 0.7vw;
}
@media all and (max-width: 1367px) {
  .area_header .block_header .box_subnav ul li {
    padding: 0 0.6vw;
  }
}
.area_header .block_header .box_subnav ul li.icon {
  position: relative;
  width: 12px;
}
.area_header .block_header .box_subnav ul li.icon a {
  position: absolute;
}
.area_header .block_header .box_subnav ul li span {
  margin-left: 10px;
  display: flex;
  width: 69px;
  background-color: #707070;
  border-radius: 3px;
  border: 1px solid #fff;
}
.area_header .block_header .box_subnav ul li span a {
  width: 33.33%;
  display: block;
  text-align: center;
  border-right: 1px dotted #fff;
  box-sizing: border-box;
}
.area_header .block_header .box_subnav ul li span a.on {
  color: #DA6A38;
}
.area_header .block_header .box_subnav ul li span a:last-child {
  border: none;
}
.area_header .block_header .box_subnav ul li span a.sml {
  font-size: 1rem;
}
.area_header .block_header .box_subnav ul li span a.big {
  font-size: 1.6rem;
}
.area_header .block_header .box_subnav ul.tooltip {
  position: relative;
  cursor: pointer;
  display: flex;
}
.area_header .block_header .box_subnav ul.tooltip:hover .description {
  display: inline-block;
  top: 24px;
  left: 0px;
}
.area_header .block_header .box_subnav ul.tooltip span {
  margin-left: 10px;
  display: flex;
  width: 69px;
  background-color: #707070;
  border-radius: 3px;
  border: 1px solid #fff;
}
.area_header .block_header .box_subnav ul.tooltip span a {
  width: 33.33%;
  display: block;
  text-align: center;
  border-right: 1px dotted #fff;
  box-sizing: border-box;
}
.area_header .block_header .box_subnav ul.tooltip span a.on {
  color: #DA6A38;
}
.area_header .block_header .box_subnav ul.tooltip span a:last-child {
  border: none;
}
.area_header .block_header .box_subnav ul.tooltip span a.sml {
  font-size: 1rem;
}
.area_header .block_header .box_subnav ul.tooltip span a.big {
  font-size: 1.6rem;
}
.area_header .block_header .box_subnav .btn_donation a {
  color: #000;
}
@media all and (max-width: 1064px) {
  .area_header .block_header .box_subnav .btn_donation {
    display: none;
  }
}
@media all and (max-width: 1064px) {
  .area_header .block_header .box_subnav .parts_seach {
    display: none;
  }
}
.area_header .block_header nav {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 400;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 1367px) {
  .area_header .block_header nav {
    font-size: 1.55rem;
  }
}
@media all and (max-width: 1064px) {
  .area_header .block_header nav {
    display: none;
  }
}
.area_header .block_header nav ul {
  display: flex;
  padding: 0 0.9vw 0 0;
  position: relative;
  height: 100%;
}
.area_header .block_header nav ul li {
  height: 100%;
}
.area_header .block_header nav ul li a {
  color: #000;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 0.75vw;
}
@media all and (max-width: 1367px) {
  .area_header .block_header nav ul li a {
    padding: 0 0.9vw;
  }
}
.area_header .block_header nav ul li a:hover {
  color: #FFF;
}
.area_header .block_header nav ul li > ul {
  position: absolute;
  z-index: 700;
  top: 60px;
  left: 0px;
  background-color: rgba(64, 104, 168, 0.9);
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  flex-wrap: wrap;
}
.area_header .block_header nav ul li > ul li {
  font-weight: 400;
  width: 33.3333%;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media all and (max-width: 1367px) {
  .area_header .block_header nav ul li > ul li {
    font-size: 1.55rem;
  }
}
.area_header .block_header nav ul li > ul li a {
  padding: 10px 20px;
  white-space: normal;
  color: #FFF;
  display: block;
  position: relative;
}
.area_header .block_header nav ul li > ul li a::before {
  position: absolute;
  left: 0px;
  top: 12px;
  font-family: "Material Icons";
  content: "\e5cc";
  padding: 0px 4px 0 0;
}
.area_header .block_header nav ul li:hover {
  background-color: rgba(64, 104, 168, 0.7);
}
.area_header .block_header nav ul li:hover > ul {
  height: auto;
  padding: 20px 20px;
}

.btn_donation {
  padding: 2px 0.7vw;
}
.btn_donation a {
  display: block;
  color: #000;
  background-color: #FFF;
  padding: 8px 10px;
  white-space: nowrap;
}
@media all and (max-width: 1367px) {
  .btn_donation a {
    padding: 5px 7px;
  }
}
.btn_donation a:hover {
  color: #DA6A38;
}

.parts_seach {
  padding: 15px 0 15px 13px;
  white-space: nowrap;
}
.parts_seach .search_txt {
  width: 145px;
  height: 35px;
  box-sizing: border-box;
  margin: 0px;
  padding-left: 8px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: none;
}
.parts_seach .search_btn {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  padding: 8px;
  background-color: #000;
  margin: 0 0 0 -5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
}

/* footer
---------------------------------------------------------------*/
.area_footer {
  background-color: #395DAA;
  width: 100%;
  padding: 0 20px 20px;
  box-sizing: border-box;
  color: #FFF;
}
@media all and (max-width: 896px) {
  .area_footer {
    padding: 0 20px 70px;
  }
}
.area_footer a {
  color: #FFF;
}
.area_footer a:hover {
  color: #DA6A38;
}
.area_footer .global_footer {
  padding: 30px 0 0;
}
@media all and (max-width: 896px) {
  .area_footer .global_footer {
    padding: 20px 0 0;
    display: none;
  }
}
.area_footer .global_footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .area_footer .global_footer ul {
    margin: 0 -5px;
  }
}
.area_footer .global_footer ul li {
  padding: 0 1vw;
  /*border-right: #FFF solid 1px;*/
  font-size: 1.4rem;
  line-height: 1.5em;
}
.area_footer .global_footer ul li:last-child {
  border-right: none;
}
@media all and (max-width: 896px) {
  .area_footer .global_footer ul li {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
  }
  .area_footer .global_footer ul li a {
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    box-sizing: border-box;
    border: #FFF solid 1px;
    padding: 10px 0;
  }
}
@media all and (max-width: 480px) {
  .area_footer .global_footer ul li {
    width: 50%;
  }
}
.area_footer .block_footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 0;
  max-width: 1050px;
  margin: auto;
}
.area_footer .block_footer .box_address p {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 16px 0 0;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .box_address {
    width: 100%;
    text-align: center;
  }
}
.area_footer .block_footer .logo_footer {
  max-width: 280px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .logo_footer {
    margin: 0 auto;
  }
}
.area_footer .block_footer .logo_footer img {
  width: 100%;
}
.area_footer .block_footer .sub_contents {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .sub_contents {
    margin: 0 -10px;
    padding: 20px 0 0;
  }
}
.area_footer .block_footer .sub_contents .column_nav {
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .sub_contents .column_nav {
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
    position: relative;
  }
}
.area_footer .block_footer .sub_contents .column_nav ul li {
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 2px 0;
}
.area_footer .block_footer .sub_contents .column_nav .btn_teachers {
  padding: 25px 0 0;
  margin-left: -100px;
}
@media all and (max-width: 896px) {
  .area_footer .block_footer .sub_contents .column_nav .btn_teachers {
    margin: 0;
    position: absolute;
    right: -103px;
    top: 0;
    padding: 0;
  }
}
.area_footer .block_footer .sub_contents .column_nav .btn_teachers a {
  text-align: center;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border: #FFF solid 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  font-size: 1.4rem;
  line-height: 1em;
}
.area_footer .block_footer .sub_contents .column_nav .btn_teachers a::after {
  content: url("../images/icon_newwin.svg");
  padding: 0 0 0 5px;
}
.area_footer .copyrights {
  text-align: right;
  max-width: 1050px;
  margin: auto;
  padding: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.4em;
}

/* elements
---------------------------------------------------------------*/
h1.h1_2nd {
  background-color: #395DAA;
  color: #FFF;
  font-weight: 500;
  max-width: 500px;
  font-size: 3.6rem;
  line-height: 1.1em;
  text-align: center;
  padding: 13px;
  box-sizing: border-box;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  h1.h1_2nd {
    display: inline-block;
    font-size: 2.2rem;
    padding: 10px 30px;
  }
  h1.h1_2nd .align_left {
    text-align: left;
  }
}
h1.h1_under {
  font-size: 3.6rem;
  line-height: 1.3em;
  padding: 16px 5.2vw;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
h1.h1_under span {
  border-left: #395DAA solid 10px;
  padding: 0 0 5px 20px;
  display: block;
}
@media all and (max-width: 896px) {
  h1.h1_under span {
    border-left: #395DAA solid 7px;
    padding: 0 0 2px 10px;
  }
}
@media all and (max-width: 896px) {
  h1.h1_under {
    max-width: auto;
    font-size: 2.2rem;
    padding: 10px 20px;
    margin: auto;
  }
}
h1.h1_update {
  line-height: 1.1em;
  letter-spacing: 0.1em;
  padding: 16px 5.2vw 0;
}
@media all and (max-width: 896px) {
  h1.h1_update {
    padding: 10px 5.2vw 0;
  }
}
h1.h1_update .initials, h1.h1_update .txt {
  font-family: "Oswald", sans-serif;
}
h1.h1_update .initials {
  font-size: 6rem;
  color: #395DAA;
}
@media all and (max-width: 896px) {
  h1.h1_update .initials {
    font-size: 4rem;
  }
}
h1.h1_update .txt {
  font-size: 4rem;
  padding-right: 40px;
}
@media all and (max-width: 896px) {
  h1.h1_update .txt {
    font-size: 3rem;
    padding-right: 15px;
  }
}
h1.h1_update .jp {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 5px;
}
@media all and (max-width: 896px) {
  h1.h1_update .jp {
    font-weight: 400;
    font-size: 1.6rem;
  }
}

h2.h2_under {
  color: #395DAA;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  border-bottom: #395DAA dotted 1px;
  position: relative;
}
@media all and (max-width: 896px) {
  h2.h2_under {
    font-size: 2rem;
  }
}
h2.h2_under::after {
  content: "";
  border-bottom: #395DAA solid 3px;
  width: 16vw;
  height: 0px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
@media all and (max-width: 896px) {
  h2.h2_under::after {
    width: 30vw;
  }
}
h2.h2_update {
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
h2.h2_update .initials, h2.h2_update .txt {
  font-family: "Oswald", sans-serif;
}
h2.h2_update .initials {
  font-size: 7.5rem;
  color: #395DAA;
}
@media all and (max-width: 1367px) {
  h2.h2_update .initials {
    font-size: 6rem;
  }
}
@media all and (max-width: 896px) {
  h2.h2_update .initials {
    font-size: 4rem;
  }
}
h2.h2_update .txt {
  font-size: 6rem;
  padding-right: 40px;
}
@media all and (max-width: 1367px) {
  h2.h2_update .txt {
    font-size: 4rem;
    padding-right: 20px;
  }
}
@media all and (max-width: 896px) {
  h2.h2_update .txt {
    font-size: 3rem;
  }
}
h2.h2_update .jp {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 15px;
}
@media all and (max-width: 1367px) {
  h2.h2_update .jp {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  h2.h2_update .jp {
    display: block;
    font-weight: 400;
  }
}

h3.h3_under {
  color: #395DAA;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 1.8rem;
  padding-bottom: 8px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  border-bottom: #395DAA dotted 1px;
}

h4.h4_under {
  color: #395DAA;
  font-weight: 700;
  line-height: 1.6em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

h5 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

a.pdf::after {
  content: url("../images/icon_pdf.svg");
  padding: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
}
a.outside::after {
  content: url("../images/icon_outer.svg");
  padding: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
}
a.word::after {
  content: url("../images/icon_word.svg");
  padding: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
}
a.excel::after {
  content: url("../images/icon_excel.svg");
  padding: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
}

.newline {
  display: inline-block;
}

.btn_link a {
  display: inline-block;
  min-width: 280px;
  padding: 16px;
  text-align: center;
  border: #A2A2A2 solid 1px;
  color: #666;
  box-sizing: border-box;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2em;
  background-color: #fff;
}
@media all and (max-width: 896px) {
  .btn_link a {
    font-size: 1.6rem;
  }
}
.btn_link a:hover {
  color: #DA6A38;
  border: #DA6A38 solid 1px;
}
.btn_link a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* CMS Label color
---------------------------------------------------------------*/
.block_news_pickup {
  /* ニュース */
  /* 受賞・表彰 */
  /* 学長メッセージ */
  /* 研究 */
  /* プレスリリース */
  /* メディア */
  /* 学生の活躍 */
  /* 部活動 */
  /* 受賞・表彰（教員） */
  /* 採用情報 */
  /* イベント */
}
.block_news_pickup .nc_news {
  background-color: #4068A8;
}
.block_news_pickup .nc_awards {
  background-color: #C43E7D;
}
.block_news_pickup .nc_message {
  background-color: #765414;
}
.block_news_pickup .nc_research {
  background-color: #3CB0A0;
}
.block_news_pickup .nc_press {
  background-color: #D89731;
}
.block_news_pickup .nc_media {
  background-color: #609E59;
}
.block_news_pickup .nc_success {
  background-color: #2D8DBE;
}
.block_news_pickup .nc_club {
  background-color: #5CD2EF;
}
.block_news_pickup .nc_awards_s {
  background-color: #F3793E;
}
.block_news_pickup .nc_recruitments {
  background-color: #C1BC06;
}
.block_news_pickup .nc_events {
  background-color: #8A51AA;
}

.block_news_list, .block_news_list_box, .block_news_detail {
  /* ニュース */
  /* 受賞・表彰 */
  /* 学長メッセージ */
  /* 研究 */
  /* プレスリリース */
  /* メディア */
  /* 学生の活躍 */
  /* 部活動 */
  /* 受賞・表彰（教員） */
  /* 採用情報 */
  /* イベント */
}
.block_news_list .nc_news::before, .block_news_list_box .nc_news::before, .block_news_detail .nc_news::before {
  background-color: #4068A8;
}
.block_news_list .nc_awards::before, .block_news_list_box .nc_awards::before, .block_news_detail .nc_awards::before {
  background-color: #C43E7D;
}
.block_news_list .nc_message::before, .block_news_list_box .nc_message::before, .block_news_detail .nc_message::before {
  background-color: #765414;
}
.block_news_list .nc_research::before, .block_news_list_box .nc_research::before, .block_news_detail .nc_research::before {
  background-color: #3CB0A0;
}
.block_news_list .nc_press::before, .block_news_list_box .nc_press::before, .block_news_detail .nc_press::before {
  background-color: #D89731;
}
.block_news_list .nc_media::before, .block_news_list_box .nc_media::before, .block_news_detail .nc_media::before {
  background-color: #609E59;
}
.block_news_list .nc_success::before, .block_news_list_box .nc_success::before, .block_news_detail .nc_success::before {
  background-color: #2D8DBE;
}
.block_news_list .nc_club::before, .block_news_list_box .nc_club::before, .block_news_detail .nc_club::before {
  background-color: #5CD2EF;
}
.block_news_list .nc_awards_s::before, .block_news_list_box .nc_awards_s::before, .block_news_detail .nc_awards_s::before {
  background-color: #F3793E;
}
.block_news_list .nc_recruitments::before, .block_news_list_box .nc_recruitments::before, .block_news_detail .nc_recruitments::before {
  background-color: #C1BC06;
}
.block_news_list .nc_events::before, .block_news_list_box .nc_events::before, .block_news_detail .nc_events::before {
  background-color: #8A51AA;
}

/*** イベント情報 ***/
/* 講演・講座 */
.ec_lecture::before {
  background-color: #609E59;
}

/* シンポジウム等 */
.ec_symposium::before {
  background-color: #4068A8;
}

/* 研究会 */
.ec_study::before {
  background-color: #C43E7D;
}

/* 講義（授業） */
.ec_lesson::before {
  background-color: #F3793E;
}

/* 研修会 */
.ec_training::before {
  background-color: #D89731;
}

/* 展示 */
.ec_exhibition::before {
  background-color: #2D8DBE;
}

/* 公演 */
.ec_performance::before {
  background-color: #3CB0A0;
}

/* 大学祭 */
.ec_festival::before {
  background-color: #C1BC06;
}

/* 式典 */
.ec_ceremony::before {
  background-color: #90B038;
}

/* イベント */
.ec_event::before {
  background-color: #C74949;
}

/* 論文発表 */
.ec_thesis::before {
  background-color: #765414;
}

/* 学内向け */
.ec_campus::before {
  background-color: #CC1E08;
}

/* プレスリリース */
.ec_press::before {
  background-color: #8A51AA;
}

/* Blocks
---------------------------------------------------------------*/
.camel_paging_sp {
  padding: 20px 0 0;
}
.camel_paging_sp ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.camel_paging_sp ul li {
  border: #CCC solid 1px;
  border-radius: 4px;
  padding: 5px 0 5px 4px;
  margin: 4px;
  line-height: 1em;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  width: 1em;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  width: 25px;
  position: relative;
}
.camel_paging_sp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.camel_paging_sp ul li.active {
  background-color: #395DAA;
  color: #FFF;
}
.camel_paging_sp ul li:hover {
  background-color: #395DAA;
  color: #FFF;
}
.camel_paging_sp ul li.mostprev {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}
.camel_paging_sp ul li.mostprev::after {
  position: absolute;
  font-family: "Material Icons";
  font-weight: bold;
  content: "\eac3";
  top: 12px;
  left: 4px;
  cursor: pointer;
  font-size: 1.5rem;
}
.camel_paging_sp ul li.prev {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}
.camel_paging_sp ul li.prev::after {
  position: absolute;
  font-family: "Material Icons";
  font-weight: bold;
  content: "\e5cb";
  top: 12px;
  left: 4px;
  cursor: pointer;
  font-size: 1.5rem;
}
.camel_paging_sp ul li.next {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}
.camel_paging_sp ul li.next::after {
  position: absolute;
  font-family: "Material Icons";
  font-weight: bold;
  content: "\e5cc";
  top: 12px;
  left: 5px;
  cursor: pointer;
  font-size: 1.5rem;
}
.camel_paging_sp ul li.mostnext {
  font-size: 0rem;
  width: 25px;
  box-sizing: border-box;
}
.camel_paging_sp ul li.mostnext::after {
  position: absolute;
  font-family: "Material Icons";
  font-weight: bold;
  content: "\eac9";
  top: 12px;
  left: 5px;
  cursor: pointer;
  font-size: 1.5rem;
}

#title_content {
  padding: 105px 0 0;
  display: flex;
  flex-direction: column-reverse;
}
@media all and (max-width: 1064px) {
  #title_content {
    padding: 60px 0 0;
  }
}

.area_title {
  width: 100%;
  position: relative;
  background-color: #E5EDF7;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_title {
    height: 200px;
  }
}
.area_title .visual_content {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.area_title .visual_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area_title .block_title {
  position: relative;
  width: 100%;
  height: auto;
}
.area_title .block_title .box_title {
  width: 100%;
}
.area_title .block_title .box_title p {
  margin: 0 140px 0 5.2vw;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
  color: #395DAA;
  padding: 0 0 8px;
  border-bottom: #395DAA solid 1px;
}
@media all and (max-width: 896px) {
  .area_title .block_title .box_title p {
    font-size: 1.8rem;
    margin: 0 20px;
  }
}

.sec_ttl {
  height: 480px;
}
@media all and (max-width: 896px) {
  .sec_ttl {
    height: 200px;
  }
}

.underlayer_ttl {
  min-height: 180px;
  height: auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .underlayer_ttl {
    min-height: 100px;
  }
}

.area_content_list {
  padding: 36px 5.2vw 100px;
}
@media all and (max-width: 896px) {
  .area_content_list {
    padding: 32px 20px 40px;
  }
}

.block_content_list {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  position: relative;
}
.block_content_list .inner {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.block_content_list .inner .box_content_list {
  padding: 15px;
  width: 50%;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .block_content_list .inner .box_content_list {
    width: 100%;
  }
}
.block_content_list .inner .box_content_list .heading_2nd_list {
  background-color: #395DAA;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 400;
  height: 90px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .block_content_list .inner .box_content_list .heading_2nd_list {
    height: auto;
    padding: 16px 0;
    font-size: 2rem;
  }
}
.block_content_list .inner .box_content_list .heading_2nd_list a {
  display: inline-block;
  min-width: 20vw;
  max-width: 90%;
  padding: 8px 8px 8px 40px;
  border-bottom: #FFF solid 1px;
  box-sizing: border-box;
  color: #FFF;
  position: relative;
}
.block_content_list .inner .box_content_list .heading_2nd_list a:hover {
  color: #DA6A38;
}
.block_content_list .inner .box_content_list .heading_2nd_list a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  left: 18px;
  top: 10px;
}
.block_content_list .inner .box_content_list .heading_2nd_list a.nolink {
  cursor: default;
  padding-left: 22px;
}
.block_content_list .inner .box_content_list .heading_2nd_list a.nolink:hover {
  color: #FFF;
}
.block_content_list .inner .box_content_list .heading_2nd_list a.nolink::before {
  content: none;
}
.block_content_list .inner .box_content_list .heading_2nd_list a .red {
  font-size: 0.8em;
  color: #e95299;
}
.block_content_list .inner .box_content_list .heading_under_list {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 400;
  border: #395DAA solid 1px;
}
@media all and (max-width: 896px) {
  .block_content_list .inner .box_content_list .heading_under_list {
    height: auto;
    font-size: 2rem;
  }
}
.block_content_list .inner .box_content_list .heading_under_list a {
  display: block;
  padding: 14px 8px 14px 30px;
  position: relative;
  background-color: #FFF;
}
@media all and (max-width: 896px) {
  .block_content_list .inner .box_content_list .heading_under_list a {
    padding-left: 25px;
  }
}
.block_content_list .inner .box_content_list .heading_under_list a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  left: 8px;
  top: 15px;
}
@media all and (max-width: 896px) {
  .block_content_list .inner .box_content_list .heading_under_list a::before {
    top: 13px;
  }
}
.block_content_list .inner .box_content_list .heading_under_list a.pdf::after {
  position: absolute;
}
.block_content_list .inner .box_content_list ul {
  padding: 20px 0;
}
.block_content_list .inner .box_content_list ul li {
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 8px 5px;
  box-sizing: border-box;
}
.block_content_list .inner .box_content_list ul li a {
  color: #000;
  display: block;
  position: relative;
  padding: 0 0 0 1em;
}
.block_content_list .inner .box_content_list ul li a .red {
  color: #e95299;
}
.block_content_list .inner .box_content_list ul li a:hover {
  color: #DA6A38;
}
.block_content_list .inner .box_content_list ul li a::before {
  content: url("../images/arrow01.svg");
  position: absolute;
  left: 0px;
  top: -2px;
}

.area_content {
  padding: 36px 5.2vw 0;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_content {
    padding: 32px 20px 50px;
    margin: 0 0px;
  }
}
.area_content .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 -30px;
}
@media all and (max-width: 896px) {
  .area_content .wrap {
    margin: 0 0px;
  }
}
.area_content .wrap .side_content, .area_content .wrap .side_localnav {
  padding: 0 30px;
  box-sizing: border-box;
}
@media all and (max-width: 1064px) {
  .area_content .wrap .side_content, .area_content .wrap .side_localnav {
    padding: 0 10px;
  }
}
@media all and (max-width: 896px) {
  .area_content .wrap .side_content, .area_content .wrap .side_localnav {
    padding: 0 0px;
  }
}
.area_content .wrap .side_content {
  width: calc(100% - 370px);
}
@media all and (max-width: 1064px) {
  .area_content .wrap .side_content {
    width: calc(100% - 280px);
  }
}
@media all and (max-width: 896px) {
  .area_content .wrap .side_content {
    width: 100%;
  }
}
.area_content .wrap .side_content .block_content_list {
  width: 100%;
}
.area_content .wrap .side_localnav {
  width: 370px;
  position: relative;
}
@media all and (max-width: 1064px) {
  .area_content .wrap .side_localnav {
    width: 280px;
  }
}
@media all and (max-width: 896px) {
  .area_content .wrap .side_localnav {
    width: 100%;
    padding: 36px 0 0;
  }
}
.area_content .wrap .side_localnav .inner {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #F1F1F1;
  padding: 30px 30px 100px 30px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_content .wrap .side_localnav .inner {
    padding-bottom: 30px;
  }
}
.area_content .wrap .side_localnav .inner h2 {
  font-size: 2rem;
  line-height: 1.2em;
  padding-bottom: 16px;
  font-weight: 500;
}
.area_content .wrap .side_localnav .inner h3 {
  font-size: 1.6rem;
  line-height: 1.2em;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 500;
}
.area_content .wrap .side_localnav .inner ul {
  border-top: #395DAA solid 3px;
}
.area_content .wrap .side_localnav .inner ul li {
  font-size: 1.6rem;
  line-height: 1.4em;
  border-bottom: #395DAA solid 1px;
}
.area_content .wrap .side_localnav .inner ul li a {
  display: block;
  padding: 16px 0 16px 1em;
  position: relative;
  color: #333;
}
.area_content .wrap .side_localnav .inner ul li a:hover {
  color: #DA6A38;
}
.area_content .wrap .side_localnav .inner ul li a::before {
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  left: 0px;
  top: 16px;
}

.block_detail {
  background-color: #FFF;
  padding: 40px 40px 100px;
  position: relative;
}
@media all and (max-width: 896px) {
  .block_detail {
    padding: 30px 20px 20px;
  }
}
.block_detail .box_date {
  position: absolute;
  right: 40px;
  top: 15px;
  font-size: 1.3rem;
  line-height: 1.5em;
  text-align: right;
}
@media all and (max-width: 896px) {
  .block_detail .box_date {
    right: 20px;
    top: 10px;
  }
}
.block_detail .box_detail p {
  font-size: 1.5rem;
  line-height: 1.8em;
}
.block_detail .box_detail table.table_defalt {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
}
.block_detail .box_detail table.table_defalt th {
  background-color: #F2F6FD;
  border: 1px solid #cecece;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 10px;
  word-break: normal;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .block_detail .box_detail table.table_defalt th {
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box;
  }
}
.block_detail .box_detail table.table_defalt td {
  border: 1px solid #cecece;
  padding: 7px 10px;
  vertical-align: top;
  box-sizing: border-box;
  word-break: normal;
}
@media all and (max-width: 480px) {
  .block_detail .box_detail table.table_defalt td {
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
  }
}
@media all and (max-width: 480px) {
  .block_detail .box_detail table.table_defalt tr:last-child {
    border-bottom: 1px solid #cecece;
  }
}
.block_detail .box_detail table.table_scroll {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6em;
  /*white-space: nowrap;*/
}
@media all and (max-width: 896px) {
  .block_detail .box_detail table.table_scroll {
    min-width: 480px;
    font-size: 1.4rem;
  }
}
.block_detail .box_detail table.table_scroll th {
  background-color: #F2F6FD;
  border: 1px solid #cecece;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 10px;
  word-break: normal;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .block_detail .box_detail table.table_scroll th {
    padding: 5px 5px;
  }
}
.block_detail .box_detail table.table_scroll td {
  border: 1px solid #cecece;
  padding: 7px 10px;
  vertical-align: middle;
  word-break: normal;
}
@media all and (max-width: 896px) {
  .block_detail .box_detail table.table_scroll td {
    padding: 5px 5px;
  }
}
.block_detail .box_detail table.table_nomal {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.block_detail .box_detail table.table_nomal th {
  background-color: #F2F6FD;
  border: 1px solid #cecece;
  font-weight: bold;
  padding: 7px 10px;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .block_detail .box_detail table.table_nomal th {
    padding: 5px 5px;
  }
}
.block_detail .box_detail table.table_nomal td {
  border: 1px solid #cecece;
  padding: 7px 10px;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .block_detail .box_detail table.table_nomal td {
    padding: 5px 5px;
  }
}
.block_detail .box_detail ol li, .block_detail .box_detail ul li {
  padding: 6px 0;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.block_detail .box_detail ol li a.pdf::after, .block_detail .box_detail ol li a.outside::after, .block_detail .box_detail ol li a.word::after, .block_detail .box_detail ol li a.excel::after, .block_detail .box_detail ul li a.pdf::after, .block_detail .box_detail ul li a.outside::after, .block_detail .box_detail ul li a.word::after, .block_detail .box_detail ul li a.excel::after {
  padding-left: 20px;
}
.block_detail .box_detail ol {
  padding-left: 24px;
}
.block_detail .box_detail ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.block_detail .box_detail ul li::before {
  content: "-";
  padding: 0 10px 0 0;
}
.block_detail .box_detail ul.link_list {
  border: #CECECE solid 1px;
  background-color: #F2F6FD;
}
.block_detail .box_detail ul.link_list li {
  padding: 12px 12px 12px 28px;
  border-bottom: #CECECE solid 1px;
}
.block_detail .box_detail ul.link_list li:last-child {
  border-bottom: none;
}
.block_detail .box_detail ul.link_list li::before {
  content: none;
}
.block_detail .box_detail ul.link_list li a {
  color: #000;
  display: block;
  position: relative;
  padding: 0 0 0 1em;
}
.block_detail .box_detail ul.link_list li a::before {
  content: url("/english/common/images/arrow01.svg");
  position: absolute;
  left: 0px;
  top: -2px;
}
.block_detail .box_detail ul.link_list li a:hover {
  color: #DA6A38;
}
.block_detail .box_detail ul.link_list li a .red {
  color: #e95299;
}

.box_article table {
  border: 1px solid #cecece;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6em;
  margin: 10px 0;
}
.box_article table caption {
  text-align: left;
  margin: 8px 0;
  padding: 0 0 0 5px;
  border-left: #395DAA solid 5px;
}
.box_article table th {
  background-color: #F2F6FD;
  border: 1px solid #cecece;
  border-collapse: collapse;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 7px 10px;
}
@media all and (max-width: 480px) {
  .box_article table th {
    display: inline-block;
    margin: -1px -1px 0;
    width: calc(100% + 2px);
    box-sizing: border-box;
  }
}
.box_article table td {
  border: 1px solid #cecece;
  border-collapse: collapse;
  padding: 7px 10px;
  vertical-align: top;
}
@media all and (max-width: 480px) {
  .box_article table td {
    display: inline-block;
    margin: 0 -1px;
    width: calc(100% + 2px);
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
    padding: 3px 10px;
  }
}
@media all and (max-width: 480px) {
  .box_article table tr:last-child {
    border-bottom: 1px solid #cecece;
  }
}

/* utilities
---------------------------------------------------------------*/
/* 余白 */
.mt00 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pb00 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb65 {
  padding-bottom: 65px;
}

.pt00 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}
@media all and (max-width: 896px) {
  .pt30 {
    padding-top: 20px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media all and (max-width: 896px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media all and (max-width: 896px) {
  .pt50 {
    padding-top: 20px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .pt60 {
    padding-top: 30px;
  }
}

/* 文字揃え */
.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

/* フォントサイズ（比率） */
.fs_13 {
  font-size: 1.3em;
}

.fs_12 {
  font-size: 1.2em;
}

.fs_11 {
  font-size: 1.1em;
}

.fs_09 {
  font-size: 0.9em;
}

.fs_08 {
  font-size: 0.8em;
}

.fs_07 {
  font-size: 0.7em;
}

/* フォントウエイト */
.fw_300 {
  font-weight: 300;
}

.fw_500 {
  font-weight: 500;
}

.fw_700 {
  font-weight: 700;
}

.fw_900 {
  font-weight: 900;
}

.bg03 {
  background-color: #F1F1F1;
}

.main_color {
  color: #395DAA;
}

.bold {
  font-weight: bold;
}

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

.indent_d {
  padding-left: 1.45em;
  text-indent: -1.45em;
}

.nowrap {
  white-space: nowrap;
}

.com_top_ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.com_top_ul li {
  margin: 0 0.5%;
  width: 30%;
}
.com_top_ul li a {
  padding: 20px 0 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: center;
  position: relative;
  border: 2px solid #4F81BD;
  box-sizing: border-box;
}
.com_top_ul li a:before {
  margin-left: -8px;
  font-family: "Material Icons";
  content: "\e5cc";
  position: absolute;
  left: 50%;
  bottom: 5px;
  font-size: 2rem;
  transform: rotate(90deg);
}
@media all and (max-width: 896px) {
  .com_top_ul {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .com_top_ul li {
    margin: 0 auto 10px;
    width: auto;
  }
  .com_top_ul li:last-child {
    margin-bottom: 0;
  }
  .com_top_ul li a {
    font-size: 1.6rem;
  }
}

.com_red_box {
  padding: 10px 15px;
  border: 2px solid #f7dfda;
  background-color: #ffefec;
}

.com_red {
  color: #e95299;
}

.red {
  color: #e95299;
}

.w1320 {
  max-width: 1320px;
  margin: auto;
  box-sizing: border-box;
}

.btn_translation {
  position: absolute;
  z-index: 9986;
  top: -28px;
  right: 0px;
}
@media all and (max-width: 896px) {
  .btn_translation {
    top: -25px;
  }
}
.btn_translation a {
  display: block;
  position: relative;
  background-color: #FFF;
  border: #395DAA solid 1px;
  border-left: #395DAA solid 20px;
  padding: 1px 3px 2px 3px;
  font-size: 1.2rem;
  line-height: 1.3em;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .btn_translation a {
    font-size: 1.1rem;
  }
}
.btn_translation a::before {
  font-family: "Material Icons";
  content: "\e8e2";
  font-size: 1.1em;
  color: #FFF;
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}

.si, .ha {
  display: inline-block;
  font-size: 0.7em;
  color: #FFF;
  border-radius: 3px;
  padding: 3px 4px 4px 4px;
  margin: 0 0 0 5px;
  line-height: 1em;
}

.ha {
  background-color: #50873D;
}

.si {
  background-color: #1D4B94;
}