@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700";
@import"https://fonts.googleapis.com/css?family=Lato:400,700";
@font-face {
  font-family: Yu Gothic M;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: Yu Gothic M;
  src: local("Yu Gothic Bold");
  font-weight: 700
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

@media all and (-ms-high-contrast: none) {
  body {
    transtion : none !important;
  }
}
	
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

body {
  overflow-x: hidden;
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

ul li.sort01 {
	float: left;
	margin-right: 5px;
	background-color: #eee;
	padding: 5px 25px;
	margin-bottom: 3px;
}

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

table td {
  border-top:solid 2px #eee; /* 上線 */
  border-bottom:solid 2px #eee; /* 下線 */
  border-left:solid 2px #eee; /* 左線 */
  border-right:solid 2px #eee; /* 右線 */
  border-collapse:separate;
  padding: 10px
}

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

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

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

a img {
  border: none
}

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

input[type=button], input[type=submit] {
  -webkit-appearance: none
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

body {
  width: 100%;
  height: 100%;
  min-width: 980px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Lato, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, "游ゴシック体", YuGothic, Yu Gothic M, "游ゴシック Medium", Yu Gothic Medium, "メイリオ", Meiryo, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff
}

@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    min-width: inherit
  }
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%
}

a, a img, button {
  -webkit-transition: .4s;
  transition: .4s
}

a img:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

a:link {
  color: #333;
  text-decoration: none
}

a:visited {
  color: #1c688b
}

a:hover {
  color: #1b95cd;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

a:active {
  color: #1b95cd
}

#l-wrapper {
  width: 100%;
  overflow: hidden
}

.l-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .l-wrap {
    width: 100%;
    max-width: 100%
  }
}

.l-wrap_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .l-wrap_inner {
    width: 92%;
    max-width: 92%
  }
}

.l-cont {
  width: 94%;
  max-width: 920px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .l-cont {
    width: 88%;
    max-width: 88%
  }
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px
}

@media screen and (max-width:767px) {
  .l-row {
    display: block;
    padding-top: 8%;
    padding-bottom: 10%
  }
}

.l-row_wrap {
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .l-row_wrap {
    width: 92%;
    max-width: 92%;
    margin: 0 auto 30px
  }
}

.l-row_wrap__full {
  width: 92%;
  max-width: 920px;
  margin: 0 auto 80px
}

@media screen and (max-width:767px) {
  .l-row_wrap__full {
    margin-bottom: 30px
  }
}

.l-row_inner {
  padding: 10px 0 60px
}

.l-row_inner3 {
  padding: 30px 0 30px;
  border-bottom: 2px solid #f0f0ee;
}
.l-row_inner2 {
  padding: 10px 0 30px;
  border-bottom: 1px solid #ccc;
}
}

@media screen and (max-width:767px) {
  .l-row_inner {
    padding-bottom: 30px
  }
}

.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 17px 25px 16px;
  background: #fff;
}

.l-header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:1240px) and (min-width:768px) {
  .l-header_wrap {
    display: block
  }
}

.l-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
  z-index: 2;
}

@media only screen and (max-width:1240px) and (min-width:768px) {
  .l-header_inner {
    display: block;
    position: absolute
    z-index: 2;
  }
}

.l-header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header_logo_ttl {
  margin-left: 15px;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem
}

h1.l-header_logo_ttl {
  font-size: 1.2em;
}

h1.l-header_logo_ttl2 {
  font-size: 1.2em;
}

@media screen and (max-width:767px) {
	h1.l-header_logo_ttl {
  	font-size: 0.9em;
  	width: 90%;
	}
	p.l-header_logo_ttl {
	font-size: 0.5em;
	width: 25%;
	}
}

@media screen and (max-width:767px) {
  .l-header {
    padding: 0
  }
  .l-header_wrap {
    display: block
  }
  .l-header_inner {
    width: 100%;
    max-width: 100%;
    padding: 20px 4%
  }
  .l-header_logo {
    position: relative;
    z-index: 3001;
    width: 86%
  }
}

@media screen and (max-width:767px) and (max-width:320px) {
  .l-header_logo {
    width: 90%
  }
}

@media screen and (max-width:767px) {
  .l-header_logo a {
    width: 25%
  }
}

@media screen and (max-width:767px) and (max-width:320px) {
  .l-header_logo a {
    width: 22%
  }
}

@media screen and (max-width:767px) {
  .l-header_logo_ttl {
    font-size: 10px;
    font-size: 1rem
  }
}

@media screen and (max-width:767px) and (max-width:320px) {
  .l-header_logo_ttl {
    margin-left: 4%
  }
}

@media screen and (max-width:767px) {
  .l-header_menu {
    position: relative;
    z-index: 3001;
    width: 30px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
    background-color: #fff
  }
  .l-header_menu span {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: 30px;
    height: 3px;
    background-color: #888;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    box-sizing: border-box
  }
  .l-header_menu span:nth-of-type(1) {
    top: 0
  }
  .l-header_menu span:nth-of-type(2) {
    top: 44%
  }
  .l-header_menu span:nth-of-type(3) {
    top: 88%
  }
}

.l-footer_nav {
  padding: 20px 0;
  background-color: #e5edf0
}

@media screen and (max-width:767px) {
  .l-footer_nav {
    padding: 6% 0
  }
}

.l-footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center
}

.l-footer_nav_list li {
  padding-right: 10px
}

@media screen and (max-width:767px) {
  .l-footer_nav_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-footer_nav_list li {
    width: 48%;
    margin-bottom: 4%
  }
  .l-footer_nav_list li:nth-child(3), .l-footer_nav_list li:nth-child(4) {
    margin-bottom: 0
  }
}

.l-footer_bottom_nav {
  padding: 35px 0;
  background-color: #26589e
}

.l-footer_bottom_nav--wrap {
  margin-bottom: 30px
}

.l-footer_bottom_nav--wrap a {
  color: #e9edec;
  font-size: 13px;
  font-size: 1.3rem
}

.l-footer_bottom_nav .wide .l-footer_bottom_nav--list li:last-child {
  margin-left: 0
}

.l-footer_bottom_nav--list, .l-footer_bottom_nav .l-footer_bottom_nav--wrap .sub-menu, .l-footer_bottom_nav .menu-other-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-footer_bottom_nav--list--ttl, .l-footer_bottom_nav .l-footer_bottom_nav--wrap .sub-menu--ttl, .l-footer_bottom_nav .menu-other-container ul--ttl {
  display: inline-block
}

.l-footer_bottom_nav--list li, .l-footer_bottom_nav .l-footer_bottom_nav--wrap .sub-menu li, .l-footer_bottom_nav .menu-other-container ul li {
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-right: 5px;
  border-right: solid 1px #666
}

@media screen and (min-width:768px) {
  .l-footer_bottom_nav--list li a, .l-footer_bottom_nav .l-footer_bottom_nav--wrap .sub-menu li a, .l-footer_bottom_nav .menu-other-container ul li a {
    position: relative;
    z-index: 0;
    -webkit-transition: .4s;
    transition: .4s
  }
  .l-footer_bottom_nav--list li a:hover:before, .l-footer_bottom_nav .l-footer_bottom_nav--wrap .sub-menu li a:hover:before, .l-footer_bottom_nav .menu-other-container ul li a:hover:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background-color: #6c829b;
    content: ""
  }
}

.l-footer_bottom_nav--list li:first-child, .l-footer_bottom_nav .l-footer_bottom_nav--wrap .sub-menu li:first-child, .l-footer_bottom_nav .menu-other-container ul li:first-child {
  margin-left: 0
}

.l-footer_bottom_nav--list li:last-child, .l-footer_bottom_nav .l-footer_bottom_nav--wrap .sub-menu li:last-child, .l-footer_bottom_nav .menu-other-container ul li:last-child {
  border-right: 0
}

.l-footer_copyRight {
  padding: 15px;
  background-color: #052c91;
  color: #fff
}

.l-footer_copyRight_txt {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: Lato, sans-serif;
  text-align: right
}

@media screen and (max-width:767px) {
  .l-footer_copyRight_txt {
    text-align: center
  }
}

.l-header_nav {
  position: relative;
  z-index: 0
}



@media screen and (min-width:768px) {
  .l-header_nav_sub--list {
    position: absolute;
    z-index: 0;
    top: 0px;
    right: 0
  }
  .l-header_nav_sub--list li a {
    color: #000
  }
  .l-header_nav_sub--list li a:hover:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ""
  }
}

@media only screen and (max-width:1240px) and (min-width:768px) {
	.l-header_nav_sub--list {
	 top: -30px;
	}
}

@media screen and (max-width:767px) and (max-width:320px) {
	.l-header_nav_sub--list {
	 top: -30px;
	}
}

.l-header_nav_sub--list li {
  float: left;
  margin-right: 10px;
  line-height: 1;
  padding: 4px 0 4px 10px
}

.l-header_nav_sub--list li:last-child {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0
}

.l-header_nav_sub--list li a {
  position: relative;
  z-index: 0;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: .4s;
  transition: .4s
}

.l-header_nav_sub--list li+li {
  border-left: solid 1px #6c829b
}

.l-header_nav_sub--list a {
  color: #6c829b
}

.l-header_nav_sub--list--search input[type=text] {
  border: none;
  background: #ddd;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 4px;
  line-height: 20px;
  font-family: Lato, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, "游ゴシック体", YuGothic, Yu Gothic M, "游ゴシック Medium", Yu Gothic Medium, "メイリオ", Meiryo, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.l-header_nav_sub--list--search button {
  background: #333;
  border: #fff 1px solid;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-family: Lato, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, "游ゴシック体", YuGothic, Yu Gothic M, "游ゴシック Medium", Yu Gothic Medium, "メイリオ", Meiryo, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  padding: 0 4px;
  line-height: 18px
}

.l-header_nav_list, .l-header_nav .menu-header-main-container ul {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  padding-top: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-header_nav_list, .l-header_nav .menu-english-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:1240px) and (min-width:768px) {
  .l-header_nav_list, .l-header_nav .menu-header-main-container ul {
    padding-top: 0px
  }
}
@media only screen and (max-width:1240px) and (min-width:768px) {
  .l-header_nav_list, .l-header_nav .menu-english-container ul {
    padding-top: 0px
  }
}
.l-header_nav_list li, .l-header_nav .menu-header-main-container ul li {
  position: relative;
  z-index: 0;
  -webkit-transition: .4s;
  transition: .4s
}
.l-header_nav_list li, .l-header_nav .menu-english-container ul li {
  position: relative;
  z-index: 0;
  -webkit-transition: .4s;
  transition: .4s
}

@media screen and (min-width:768px) {
  .l-header_nav_list li, .l-header_nav .menu-header-main-container ul li {
    margin-right: 30px
  }
  .l-header_nav_list li:last-child, .l-header_nav .menu-header-main-container ul li:last-child {
    margin-right: 0
  }
}
@media screen and (min-width:768px) {
  .l-header_nav_list li, .l-header_nav .menu-english-container ul li {
    margin-right: 30px
  }
  .l-header_nav_list li:last-child, .l-header_nav .menu-english-container ul li:last-child {
    margin-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:1240px) and (min-width:768px) {
  .l-header_nav_list li, .l-header_nav .menu-header-main-container ul li {
    margin-right: 0
  }
}
@media only screen and (min-width:768px) and (max-width:1240px) and (min-width:768px) {
  .l-header_nav_list li, .l-header_nav .menu-english-container ul li {
    margin-right: 0
  }
}

@media screen and (min-width:768px) {
  .l-header_nav_list li a, .l-header_nav .menu-header-main-container ul li a {
    color: #000
  }
  .l-header_nav_list li:hover:before, .l-header_nav .menu-header-main-container ul li:hover:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ""
  }
}
@media screen and (min-width:768px) {
  .l-header_nav_list li a, .l-header_nav .menu-english-container ul li a {
    color: #000
  }
  .l-header_nav_list li:hover:before, .l-header_nav .menu-english-container ul li:hover:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ""
  }
}

@media screen and (max-width:767px) {
  .l-header_nav {
    position: fixed;
    z-index: 2999;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 6%;
    padding-left: 4%;
    padding-right: 4%;
    background-color: #fff;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  .l-header_nav_sub {
    padding-top: 4%;
    text-align: center
  }
  .l-header_nav_sub--list {
    border: 1px #6c829b solid;
    display: inline-block
  }
  .l-header_nav_sub--list li {
    padding: 0 40px;
    margin: 0
  }
  .l-header_nav_sub--list li a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    font-size: 1.3rem
  }
  .l-header_nav_list, .l-header_nav .menu-header-main-container ul {
    display: block;
    width: 100%;
    padding-top: 0
  }
    .l-header_nav_list, .l-header_nav .menu-english-container ul {
    display: block;
    width: 100%;
    padding-top: 0
  }
  
  .l-header_nav_list li, .l-header_nav .menu-header-main-container ul li {
    position: relative;
    z-index: 0;
    margin-bottom: 4%;
    border: solid 1px #ddd
  }
  .l-header_nav_list li, .l-header_nav .menu-english-container ul li {
    position: relative;
    z-index: 0;
    margin-bottom: 4%;
    border: solid 1px #ddd
  }
  
  .l-header_nav_list li:after, .l-header_nav .menu-header-main-container ul li:after {
    position: absolute;
    z-index: 0;
    top: 40%;
    right: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 4px;
    border-color: transparent transparent transparent #3f4d5d;
    content: ""
  }
  .l-header_nav_list li:after, .l-header_nav .menu-english-container ul li:after {
    position: absolute;
    z-index: 0;
    top: 40%;
    right: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 4px;
    border-color: transparent transparent transparent #3f4d5d;
    content: ""
  }
  
  .l-header_nav_list li a, .l-header_nav .menu-header-main-container ul li a {
    padding: 3%;
    color: #3f4d5d;
    font-size: 14px;
    font-size: 1.4rem
  }
  .l-header_nav_list li a, .l-header_nav .menu-english-container ul li a {
    padding: 3%;
    color: #3f4d5d;
    font-size: 14px;
    font-size: 1.4rem
  }
  
  .scroll-none {
    overflow-y: hidden
  }
  .active span:nth-of-type(1) {
    left: 0;
    -webkit-transform: translateY(6.5px) rotate(-45deg);
    -ms-transform: translateY(6.5px) rotate(-45deg);
    transform: translateY(6.5px) rotate(-45deg)
  }
  .active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  .active span:nth-of-type(3) {
    top: 77%;
    left: 0;
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg)
  }
  .open {
    display: block;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
  }
}

.l-side {
  width: 24%;
  max-width: 260px;
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .l-side {
    width: 92%;
    max-width: 92%;
    margin: 0 auto
  }
}

.l-side_ttl {
  font-weight: 700;
  padding: 10px 35px 10px 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 23px auto;
  font-size: 16px;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .l-side_ttl {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.l-side_nav li {
  -webkit-transition: .4s;
  transition: .4s
}

.l-side_nav li a {
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  color: #3f4d5d;
  position: relative
}

.l-side_nav li a:after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  content: "";
  border-color: transparent transparent #333
}

.l-side_nav li a:hover:after {
  right: 5px
}

@media screen and (min-width:768px) {
  .l-side_wrap .l-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
  }
  .l-side_wrap .l-side_fixed {
    position: fixed!important;
    top: 100px!important;
    width: 24%;
    max-width: 260px
  }
}

@media only screen and (max-width:1240px) and (min-width:768px) {
  .l-side_wrap .l-side_fixed {
    top: 152px!important
  }
}

.c-key {
  position: relative;
  background-image: url(../img/bg_key_page.png);
  background-repeat: no-repeat;
  background-size: cover
}

.c-key_wrap {
  text-align: center;
  padding: 150px 0 60px
}

@media screen and (max-width:767px) {
  .c-key_wrap {
    padding: 100px 5% 40px
  }
}

.c-key_wrap_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .c-key_wrap_ttl {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.c-key_wrap_ttl--en {
  color: #6c829b;
  display: block;
  font-family: Lato, sans-serif;
  letter-spacing: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2
}

.c-breadcrumb {
  padding: 5px 0 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$clrGrn', endColorstr='$clrOrg', GradientType=1);
  position: relative;
  z-index: 1
}

@media screen and (max-width:767px) {
  .c-breadcrumb {
    padding: 1% 2% 2%
  }
}

.c-breadcrumb .c-breadcrumb_list li {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  padding-right: 15px;
  vertical-align: middle;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem
}

@media screen and (max-width:767px) {
  .c-breadcrumb .c-breadcrumb_list li {
    font-size: 11px;
    font-size: 1.1rem
  }
}

.c-breadcrumb .c-breadcrumb_list li:after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  color: #333;
  content: ">"
}

.c-breadcrumb .c-breadcrumb_list li:last-child {
  padding-right: 0
}

.c-breadcrumb .c-breadcrumb_list li:last-child:after {
  content: ""
}

.c-breadcrumb .c-breadcrumb_list li a {
  color: #333;
  font-weight: bold;
}

.c-breadcrumb .c-breadcrumb_list li a:hover {
  text-decoration: underline
}

.c-ttl_top {
  background: #036;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #6c829b;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .03em;
  border-radius: 10px;
}

@media screen and (max-width:767px) {
  .c-ttl_top {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px 5%;
    margin-bottom: 10px
  }
}

.c-ttl_main {
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px #ddd solid;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #26589e;
  background-color: #e0ecff
}

.anchor{
    display: block;
    padding-top: 170px;
	margin-top: -170px;
}

@media screen and (max-width:767px) {
  .c-ttl_main {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 5%;
    margin-bottom: 10px
  }
}

.c-ttl_main_inner {
  padding-left: 10px
}

@media screen and (max-width:767px) {
  .c-ttl_main_inner {
    padding-left: 0
  }
}

.c-ttl_sub {
  margin-bottom: 15px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  font-size: 2.2rem
}

.c-ttl_sub2 {
	padding: 10px 5px 10px 18px;
	background-color: #e9edec;
	border-radius: 4px;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

@media screen and (max-width:767px) {
  .c-ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 5px 8px 18px
  }
}

.c-come {
	margin-top: 20px;
}

.c-come span {
	border-bottom: solid 3px #87CEFA;
	font-weight:bold;
}

.c-ttl_min {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px
}

.c-txt {
  margin-bottom: 1em
}

.c-txt_caption {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 5px;
  color: #6c829b
}

.c-txt_fl {
  float: left;
  min-width: calc(70% - 30px)
}

@media screen and (max-width:767px) {
  .c-txt_fl {
    min-width: inherit;
    float: none
  }
}

.c-txt_bold {
  font-weight: 700
}

.c-btn {
  width: 100%;
  margin: 20px auto 0
}

@media screen and (max-width:767px) {
  .c-btn {
    width: 60%
  }
}

.c-btn a {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  color: #1c688b;
  border: 2px #6c829b solid;
  padding: 10px 0;
  border-radius: 30px;
  background: #fff;
  text-align: center
}

.c-btn a:hover {
  color: #fff;
  background: #6c829b
}

@media screen and (max-width:767px) {
  .c-btn a {
    max-width: 100%
  }
}

.c-btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:767px) {
  .c-btn_flex {
    display: block
  }
}

.c-btn_flex_cont {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:767px) {
  .c-btn_flex_cont {
    display: block;
    width: 100%;
    margin-bottom: 10px
  }
}

.c-btn_flex_cont a {
  width: 100%;
  text-align: center;
  background: #fff;
  border: 2px #3f4d5d solid;
  border-radius: 6px;
  padding: 50px 10px;
  font-weight: 700;
  color: #3f4d5d;
  font-size: 16px;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .c-btn_flex_cont a {
    padding: 10px 3%;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 30px
  }
}

.c-btn_flex_cont a:hover {
  background: #3f4d5d;
  color: #fff
}

a {
  display: block
}

.c-table {
  width: 100%
}

.c-table tr {
  width: 100%
}

.c-table tr th {
  width: 21%;
  max-width: 170px;
  padding: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #6c829b;
  vertical-align: top
}

@media screen and (max-width:767px) {
  .c-table tr th {
    width: 30%;
    max-width: 30%
  }
}

.c-table tr td {
  padding: 10px;
  border-bottom: solid 1px #ddd;
  vertical-align: top
}

.c-table tr:first-child th {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #6c829b
}

.c-table tr:first-child td {
  border-top: solid 1px #ddd
}

.c-table tr .min {
  width: 10%
}

.c-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:767px) {
  .c-img {
    display: block
  }
}

.c-img_box {
  width: 230px
}

@media screen and (max-width:767px) {
  .c-img_box {
    width: 65%;
    margin: 0 auto 4%
  }
}

.c-img_wrap {
  width: 68%
}

@media screen and (max-width:767px) {
  .c-img_wrap {
    width: 100%
  }
}

.c-img_ttl {
  margin-bottom: 15px;
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom-style: solid;
  border-bottom-width: 2px
}

@media screen and (max-width:767px) {
  .c-img_ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.c-img_center {
  margin-left: auto;
  margin-right: auto
}

.c-img_center img {
  text-align: center;
  margin: 0 auto
}

.c-img_fr {
  float: right;
  margin: 0 0 10px 30px;
  max-width: 30%
}

@media screen and (max-width:767px) {
  .c-img_fr {
    float: none;
    margin: 0 auto 10px;
    max-width: 100%
  }
  .c-img_fr img {
    text-align: center;
    margin: 0 auto
  }
}

.c-list li {
  margin-bottom: 50px
}

@media screen and (max-width:767px) {
  .c-list li {
    margin-bottom: 10%
  }
}

.c-list li:last-child {
  margin-bottom: 0
}

@media screen and (min-width:768px) {
  .c-list_img {
    position: relative;
    z-index: -1;
    width: 300px
  }
}

@media screen and (max-width:767px) {
  .c-list_img {
    width: 65%;
    margin: 0 auto 6%
  }
}

.c-list_inner {
  width: 610px;
  margin-top: -60px;
  margin-left: auto;
  padding: 40px;
  border: solid 1px #d8dada;
  background-color: #fff
}

@media screen and (max-width:767px) {
  .c-list_inner {
    z-index: 0;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    padding: 6%
  }
}

.c-list_ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem
}

@media screen and (max-width:767px) {
  .c-list_ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.c-list_bdr li {
  border-bottom: 1px #ddd solid;
  padding: 8px 0
}

.c-list_bdr li:first-child {
  border-top: 1px #ddd solid
}

.c-list_dot li {
  position: relative;
  padding: 5px 0 5px 20px
}

.c-list_dot li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #3f4d5d;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: .9em
}

.c-list_link li {
  border-bottom: 1px #ddd solid;
  padding: 8px 10px;
  position: relative
}

.c-list_link li:first-child {
  border-top: 1px #ddd solid
}

.c-list_link li:after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  content: "";
  border-color: transparent transparent #ddd
}

@media screen and (max-width:767px) {
  .c-list_link li {
    padding: 8px 10px 8px 0
  }
}

.c-list_min {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.c-list_min li {
  padding: 5px 15px;
  width: calc(100%/3);
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid
}

@media screen and (max-width:767px) {
  .c-list_min li {
    width: 50%;
    padding: 5px 2%
  }
}

.c-block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:767px) {
  .c-block_wrap {
    display: block
  }
}

.c-block_cont {
  width: 49%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

@media screen and (max-width:767px) {
  .c-block_cont {
    width: 100%;
    display: block
  }
}

.c-block_cont a {
  color: #333;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: 1px #ddd solid
}

.c-block_cont a:after {
  position: absolute;
  z-index: 0;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  content: "";
  border-color: transparent transparent #ddd
}

.c-block_cont a:hover {
  border: 1px #1b95cd solid
}

.c-block_cont a:hover .c-block_cont__ttl {
  color: #1b95cd;
  border-top: 2px #1b95cd solid
}

.c-block_cont a:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.c-block_cont__ttl {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 15px;
  border-top: 2px #333 solid
}

@media screen and (max-width:767px) {
  .c-block_cont__ttl {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.c-block_cont__img {
  margin-bottom: 10px
}

.c-block_cont__img img {
  width: 100%
}

.c-block_bdr {
  padding: 10px;
  border: 1px #ddd solid
}

.c-block_link {
  border: 2px #ddd solid;
  margin-bottom: 15px
}

@media screen and (max-width:767px) {
  .c-block_link {
    margin-bottom: 10px
  }
}

.c-block_link a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .c-block_link a {
    padding: 10px;
    display: block
  }
}

.c-block_link_ttl {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .c-block_link_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center
  }
}

.c-block_link_list {
  margin-top: 10px
}

@media screen and (max-width:767px) {
  .c-block_link_list {
    margin-top: 5px
  }
}

.c-block_link_list li {
  margin-right: 10px;
  display: inline-block;
  background: #e9edec;
  border-radius: 30px;
  padding: 2px 10px;
  text-align: center
}

@media screen and (max-width:767px) {
  .c-block_link_list li {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 2px 2%;
    margin-right: 2px
  }
}

.c-block_link_btn {
  width: 200px;
  padding: 10px;
  background: #1c688b;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 2px #1c688b solid;
  border-radius: 30px
}

@media screen and (max-width:767px) {
  .c-block_link_btn {
    width: 100%;
    margin-top: 10px
  }
}

.c-block_link a:hover {
  background: #e5f2f2
}

.c-block_link a:hover .c-block_link_btn {
  background: #fff;
  color: #1c688b
}

.c-block_map {
  width: 100%;
  height: 400px;
  border: none
}

.c-form {
  border: 1px #ddd solid;
  padding: 10px 10px 7px;
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .c-form {
    padding: 5px 10px 0
  }
}

.c-form_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px #6c829b solid;
  border-bottom: 1px #ddd solid;
  margin-bottom: 3px
}

@media screen and (max-width:767px) {
  .c-form_cont {
    display: block;
    border-left: none
  }
}

.c-form_cont:last-of-type {
  border-bottom: none
}

.c-form_label {
  width: 25%;
  padding: 10px 15px;
  font-weight: 700
}

.c-form_label span {
  margin-left: 15px;
  padding: 4px 5px;
  line-height: 1.2;
  border: 1px solid #f00;
  color: #f00;
  font-size: 12px;
}

.c-form_label span.error {
  font-size: 1em;
  color: #F00;
  display: block;
  font-weight: normal;
}

@media screen and (max-width:767px) {
  .c-form_label {
    display: block;
    width: 100%;
    padding: 10px 5px 5px;
    text-align: left
  }
}

.c-form_inputs {
  width: 75%;
  margin: 10px 10px 10px 0;
  border-radius: 4px;
  border: 1px #ddd solid;
  padding: 8px 5px 10px;
  font-family: Lato, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, "游ゴシック体", YuGothic, Yu Gothic M, "游ゴシック Medium", Yu Gothic Medium, "メイリオ", Meiryo, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  font-size: 1.4rem
}

@media screen and (max-width:767px) {
  .c-form_inputs {
    width: 100%;
    margin: 5px 0 10px
  }
}

.c-form textarea {
  height: 200px
}

.c-form_privacy {
  width: 100%;
  height: 250px;
  border: 1px #ddd solid;
  background: #fff;
  padding: 10px;
  overflow-y: scroll;
  margin-bottom: 30px
}

.c-form_check {
  text-align: center;
  margin: 0 auto;
  font-weight: 700
}

.c-form_btn {
  text-align: center;
  margin: 20px auto 0
}

.c-form_submit, .c-form_submit_reset {
  font-family: Lato, -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Helvetica, "游ゴシック体", YuGothic, Yu Gothic M, "游ゴシック Medium", Yu Gothic Medium, "メイリオ", Meiryo, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  width: 200px;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s
}

@media screen and (max-width:767px) {
  .c-form_submit, .c-form_submit_reset {
    width: 90%;
    margin-bottom: 10px
  }
}

.c-form_submit {
  background: #1c688b;
  color: #fff;
  border: 2px #1c688b solid
}

.c-form_submit:hover {
  background: #fff;
  color: #1c688b
}

.c-form_submit_reset {
  background: #fff;
  color: #6c829b;
  border: 2px #6c829b solid
}

.c-form_submit_reset:hover {
  background: #6c829b;
  color: #fff
}

.p-index_key {
  height: 430px;
  margin-bottom: 70px;
  background: #fff
}

@media screen and (max-width:767px) {
  .p-index_key {
    height: 100%;
    margin-bottom: 0
  }
}

.p-index_key_slider {
  padding-top: 90px
}

@media screen and (max-width:767px) {
  .p-index_key_slider {
    padding-top: 50px
  }
}

@media screen and (min-width:320px) {
  .slick-slide img {
  height: 180px;
  object-fit: revert
  }
}

@media screen and (min-width:320px) and (max-width:767px) {

}

@media screen and (min-width:767px) and (max-width:1240px) {
  .slick-slide img {
  height: 360px;
  object-fit: revert
  }
}

@media screen and (min-width:1240px) {
  .slick-slide img {
  height: 360px;
  object-fit: revert;
  width: 100%
  }
}

.p-index_key_slider .slick-slide {
  height: 380px;
  background-position: center top;
}

@media screen and (max-width:767px) {
  .p-index_key_slider .slick-slide {
    height: auto;
    background-position: top center;
    background-size: cover
  }
}

.p-index_key_slider .slick-slide:focus {
  outline: none
}

.p-index_key_slider .l-wrap {
  position: relative;
  z-index: 0;
  height: 580px
}

@media screen and (max-width:767px) {
  .p-index_key_slider .l-wrap {
    height: 65vh
  }
}

.p-index_key_slider_ttl {
  position: absolute;
  left: 30px;
  z-index: 0;
  padding: 0px 20px;
  color: #fff;
  top: 300px;
  font-weight: bold;
  font-size: 3em;
  font-family: Quicksand, sans-serif;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width:768px) {
  .p-index_key_slider_ttl {
    min-width: 0
  }
}

@media screen and (max-width:767px) {
  .p-index_key_slider_ttl {
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0 10px;
    top: 100px;
    height: 2em;
  }
}

.p-index_key_slider_ttl:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 67, 149, 0.6);
  content: ""
}

.p-index_key_slider_ttl span {
  font-size: 16px;
  font-size: 3rem
}

@media screen and (max-width:767px) {
  .p-index_key_slider_ttl span {
    font-size: 12px;
    font-size: 1.2rem
  }
}

.p-index_key_slider_ttl p {
  font-size: 22px;
  font-size: 3rem;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .p-index_key_slider_ttl p {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.p-index_key_slider .slide-dots {
  bottom: 100px;
  z-index: 90;
  text-align: center;
  margin-left: -70px;
}

@media screen and (max-width:767px) {
  .p-index_key_slider .slide-dots {
    display: none
  }
}

.p-index_key_slider .slide-dots li {
  bottom: 0;
  display: inline-block;
  margin: 0 10px
}

@media screen and (max-width:767px) {
  .p-index_key_slider .slide-dots li {
    margin: 0 8px
  }
  .p-index_key_slider .slide-dots li:first-child {
    margin: 0 10px 0 0
  }
}

.p-index_key_slider .slide-dots li button {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.p-index_key_slider .slide-dots li button:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  font-size: 20px;
  text-indent: 0;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  content: ""
}

.p-index_key_slider .slide-dots li.slick-active button:before {
  content: "";
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.p-index_nav {
  background: #6eb21f;
  background: -webkit-linear-gradient(left, #6eb21f 0, #1b95cd 50%, #f69100 100%);
  background: linear-gradient(to right, #e5edf0 0, #26589e 50%, #e5edf0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$clrGrn', endColorstr='$clrOrg', GradientType=1);
  padding: 2px 0
}

@media screen and (max-width:767px) {
  .p-index_nav {
    padding: 6px 0
  }
}

.p-index_nav_inner {
  position: relative;
  z-index: 0;
  padding: 0;
  background-image: url(../img/index/bg_nav_index.png);
  background-repeat: no-repeat;
  background-size: cover
}

@media screen and (max-width:767px) {
  .p-index_nav_inner {
    padding: 4% 0
  }
}

.p-index_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:767px) {
  .p-index_nav_list {
    display: block
  }
}

.p-index_nav_list li {
  position: relative;
  z-index: 0;
  width: 245px;
  height: 245px;
  background-color: #fff;
  text-align: center;
  overflow: hidden
}

@media screen and (min-width:768px) {
  .p-index_nav_list li:after, .p-index_nav_list li:before {
    display: block;
    position: absolute;
    z-index: 10;
    height: 100%;
    background-color: #ddd;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    content: ""
  }
  .p-index_nav_list li:after {
    top: 0;
    left: 0;
    width: 0;
    height: 5px
  }
  .p-index_nav_list li:before {
    width: 0;
    height: 5px;
    right: 0;
    bottom: 0
  }
  .p-index_nav_list li:hover:after, .p-index_nav_list li:hover:before {
    width: 100%;
    width: calc(100% + 5px)
  }
  .p-index_nav_list li:hover a:after, .p-index_nav_list li:hover a:before {
    height: 100%;
    height: calc(100% + 5px)
  }
  .p-index_nav_list li a:after, .p-index_nav_list li a:before {
    display: block;
    position: absolute;
    z-index: 10;
    height: 100%;
    background-color: #ddd;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    content: ""
  }
  .p-index_nav_list li a:after {
    width: 5px;
    height: 0;
    bottom: 0;
    left: 0
  }
  .p-index_nav_list li a:before {
    width: 5px;
    height: 0;
    top: 0;
    right: 0
  }
}

@media screen and (max-width:767px) {
  .p-index_nav_list li {
    width: 100%;
    margin-bottom: 4%
  }
  .p-index_nav_list li:last-child {
    margin-bottom: 0
  }
}

@media screen and (max-width:320px) {
  .p-index_nav_list li {
    height: 235px
  }
}

.p-index_nav_list li:nth-child(1) .p-index_nav_list--inner:after {
  border-color: transparent transparent #6eb21f
}

.p-index_nav_list li:nth-child(1) .p-index_nav_list--img {
  padding-top: 15px
}

.p-index_nav_list li:nth-child(1) .p-index_nav_list--ttl {
  color: #537433
}

.p-index_nav_list li:nth-child(1) .p-index_nav_list--txt {
  background-color: #a8ce7b
}

.p-index_nav_list li:nth-child(2) .p-index_nav_list--inner:after {
  border-color: transparent transparent #1b95cd
}

.p-index_nav_list li:nth-child(2) .p-index_nav_list--img {
  padding-top: 10px
}

.p-index_nav_list li:nth-child(2) .p-index_nav_list--ttl {
  color: #3f4d5d
}

.p-index_nav_list li:nth-child(2) .p-index_nav_list--txt {
  background-color: #98cde6
}

.p-index_nav_list li:nth-child(3) .p-index_nav_list--inner:after {
  border-color: transparent transparent #f69100
}

.p-index_nav_list li:nth-child(3) .p-index_nav_list--ttl {
  color: #ba5104
}

.p-index_nav_list li:nth-child(3) .p-index_nav_list--txt {
  background-color: #f2d9d5
}

.p-index_nav_list li:nth-child(4) .p-index_nav_list--inner:after {
  border-color: transparent transparent #3f4d5d
}

.p-index_nav_list li:nth-child(4) .p-index_nav_list--ttl {
  color: #333
}

.p-index_nav_list li:nth-child(4) .p-index_nav_list--txt {
  background-color: #3f4d5d
}

.p-index_nav_list--inner {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-index_nav_list--inner:after {
  position: absolute;
  z-index: 0;
  right: 5px;
  bottom: -44px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  content: ""
}

@media screen and (max-width:767px) {
  .p-index_nav_list--inner:after {
    bottom: -73px
  }
}

@media screen and (max-width:320px) {
  .p-index_nav_list--inner:after {
    bottom: -40px
  }
}

.p-index_nav_list--img {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px
}

.p-index_nav_list--ttl {
  margin-bottom: 10px;
  color: #537433;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .p-index_nav_list--ttl {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.p-index_nav_list--txt {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 10px 4px;
  color: #fff
}

.p-index_news {
  padding: 45px 0 50px
}

@media screen and (max-width:767px) {
  .p-index_news {
    padding: 8% 0 10%
  }
}

.p-index_news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:767px) {
  .p-index_news_head {
    display: block;
    margin-bottom: 4%
  }
}

.p-index_news_head--ttl {
  padding-left: 10px;
  border-left: solid 2px #3f4d5d;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem
}

ul li.li_news_list {
  float: left;
  margin-left: 5px;
  padding: 5px 25px;
  background-color: #ececec
}

.p-index_news_head--btn {
  background-color: #3f4d5d;
  -webkit-transition: .4s;
  transition: .4s
}

p.p-index_news_head--btn2 {
  position: absolute;
  left: 65%;
  padding-bottom: 5px;
}

@media screen and (max-width:767px) {
  .p-index_news_head--btn {
    width: 90%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto
  }
}

.p-index_news_head--btn:hover {
  background-color: #6c829b
}

.p-index_news_head--btn a {
  line-height: 1;
  padding: 9px 10px 0;
  color: #fff;
  text-align: center
}

@media screen and (max-width:767px) {
  .p-index_news_head--btn a {
    padding: 14px 0
  }
}

.p-index_news_list li {
  border-bottom: solid 1px #ddd
}

.p-index_news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0
}

@media screen and (max-width:767px) {
  .p-index_news_list li a {
    display: block
  }
}

.p-index_news_list li a:hover {
  background-color: #e9edec
}

.p-index_news_list--date {
  width: 20%;
  max-width: 115px;
  padding-left: 10px;
  color: #666;
  font-family: Lato, sans-serif
}

@media screen and (max-width:767px) {
  .p-index_news_list--date {
    width: 100%;
    max-width: 100%;
    padding-left: 0
  }
}

.p-index_news_list--cat span {
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  min-width: 8em;
  line-height: 1.4;
  margin-right: 30px;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 4px 4px;
  text-align: center;
  background-color: #2291c2;
  color: #fff;
}

.p-index_news_list--cat span.information {
	background-color: #2291c2;
}

.p-index_news_list--cat span.seminar {
	background-color: #7376ec;
}

.p-index_news_list--cat span.news {
	background-color: #2291c2;
}

.p-index_news_list--cat span.research {
	background-color: #17ac79;
}

.p-index_news_list--cat span.press-release {
	background-color: #c2ab22;
}

.p-index_news_list--cat span.drm_news {
	background-color: #ff9f00;
}

@media screen and (max-width:767px) {
  .p-index_news_list--cat span {
    margin-bottom: 6px
  }
}

p.position_pdf {
  position: relative;
  top: -60px;
  left: 63%;
  margin-bottom: -50px;
  width: 37%
}

.p-index_news_list--ttl {
  color: #333
}

.introduction .c-key_wrap_ttl--en {
  color: #026c6d
}

.introduction .c-ttl_top {
  border-bottom-color: #026c6d
}

.introduction .c-ttl_top:first-letter {
  color: #fff
}

.introduction .c-ttl_main {
  background-color: #e5f2f2;
  border-left-color: #026c6d
}

.introduction .c-table tr th {
  border-bottom-color: #026c6d;
  color: #185556
}

.introduction .c-table tr:first-child th {
  border-top-color: #026c6d
}

.introduction .c-img_ttl {
  color: #185556;
  border-bottom-color: #026c6d
}

.introduction .c-btn a {
  color: #026c6d;
  font-weight: 700;
  border: 2px #026c6d solid
}

.introduction .c-btn a:hover {
  color: #fff;
  background: #026c6d
}

.introduction .c-list_ttl {
  color: #026c6d
}

.introduction .l-side_ttl {
  border-bottom-color: #026c6d;
  color: #185556
}

.introduction .l-side_nav li a:after {
  border-color: transparent transparent #026c6d
}

.introduction .c-block_cont a:hover {
  border: 1px #026c6d solid
}

.introduction .c-block_cont a:hover:after {
  border-color: transparent transparent #026c6d
}

.introduction .c-block_cont a:hover .c-block_cont__ttl {
  color: #026c6d;
  border-top: 2px #026c6d solid
}

.map .c-key_wrap_ttl--en, .digital-know .c-key_wrap_ttl--en {
  color: #6eb21f
}

.map .c-ttl_top, .digital-know .c-ttl_top {
  border-bottom-color: #6eb21f
}

.map .c-ttl_top:first-letter, .digital-know .c-ttl_top:first-letter {
  color: #fff
}

.map .c-ttl_main, .digital-know .c-ttl_main {
  background-color: #d7eedc;
  border-left-color: #aeccd7;
}

.map .c-table tr th, .digital-know .c-table tr th {
  border-bottom-color: #6eb21f;
  color: #537433
}

.map .c-table tr:first-child th, .digital-know .c-table tr:first-child th {
  border-top-color: #6eb21f
}

.map .c-img_ttl, .digital-know .c-img_ttl {
  color: #537433;
  border-bottom-color: #6eb21f
}

.map .c-btn a, .digital-know .c-btn a {
  color: #6eb21f;
  font-weight: 700;
  border: 2px #6eb21f solid
}

.map .c-btn a:hover, .digital-know .c-btn a:hover {
  color: #fff;
  background: #6eb21f
}

.map .c-list_ttl, .digital-know .c-list_ttl {
  color: #6eb21f
}

.map .l-side_ttl, .digital-know .l-side_ttl {
  border-bottom-color: #6eb21f;
  color: #537433;
  background-image: url(../img/blt_category_01.svg)
}

.map .l-side_nav li a:after, .digital-know .l-side_nav li a:after {
  border-color: transparent transparent #6eb21f
}

.map .c-block_cont a:hover, .digital-know .c-block_cont a:hover {
  border: 1px #6eb21f solid
}

.map .c-block_cont a:hover:after, .digital-know .c-block_cont a:hover:after {
  border-color: transparent transparent #6eb21f
}

.map .c-block_cont a:hover .c-block_cont__ttl, .digital-know .c-block_cont a:hover .c-block_cont__ttl {
  color: #6eb21f;
  border-top: 2px #6eb21f solid
}

.database .c-key_wrap_ttl--en, .digital-search .c-key_wrap_ttl--en {
  color: #f69100
}

.database .c-ttl_top, .digital-search .c-ttl_top {
  border-bottom-color: #f69100
}

.database .c-ttl_top:first-letter, .digital-search .c-ttl_top:first-letter {
  color: #fff
}

.database .c-ttl_main, .digital-search .c-ttl_main {
  background-color: #f2e8d5;
  border-left-color: #fc3;
}

.database .c-table tr th, .digital-search .c-table tr th {
  border-bottom-color: #f69100;
  color: #ba5104
}

.database .c-table tr:first-child th, .digital-search .c-table tr:first-child th {
  border-top-color: #f69100
}

.database .c-img_ttl, .digital-search .c-img_ttl {
  color: #ba5104;
  border-bottom-color: #f69100
}

.database .c-btn a, .digital-search .c-btn a {
  color: #f69100;
  font-weight: 700;
  border: 2px #f69100 solid
}

.database .c-btn a:hover, .digital-search .c-btn a:hover {
  color: #fff;
  background: #f69100
}

.database .c-list_ttl, .digital-search .c-list_ttl {
  color: #f69100
}

.database .l-side_ttl, .digital-search .l-side_ttl {
  border-bottom-color: #f69100;
  color: #ba5104;
  background-image: url(../img/blt_category_03.svg)
}

.database .l-side_nav li a:after, .digital-search .l-side_nav li a:after {
  border-color: transparent transparent #f69100
}

.database .c-block_cont a:hover, .digital-search .c-block_cont a:hover {
  border: 1px #f69100 solid
}

.database .c-block_cont a:hover:after, .digital-search .c-block_cont a:hover:after {
  border-color: transparent transparent #f69100
}

.database .c-block_cont a:hover .c-block_cont__ttl, .digital-search .c-block_cont a:hover .c-block_cont__ttl {
  color: #f69100;
  border-top: 2px #f69100 solid
}

.use .c-key_wrap_ttl--en, .digital-use .c-key_wrap_ttl--en {
  color: #1b95cd
}

.use .c-ttl_top, .digital-use .c-ttl_top {
  border-bottom-color: #1b95cd
}

.use .c-ttl_top:first-letter, .digital-use .c-ttl_top:first-letter {
  color: #fff
}

.use .c-ttl_main, .digital-use .c-ttl_main {
  background-color: #e0ecff;
  border-left-color: #26589e;
}

.use .c-table tr th, .digital-use .c-table tr th {
  border-bottom-color: #1b95cd;
  color: #00428c
}

.use .c-table tr:first-child th, .digital-use .c-table tr:first-child th {
  border-top-color: #1b95cd
}

.use .c-img_ttl, .digital-use .c-img_ttl {
  color: #00428c;
  border-bottom-color: #1b95cd
}

.use .c-btn a, .digital-use .c-btn a {
  color: #1b95cd;
  font-weight: 700;
  border: 2px #1b95cd solid
}

.use .c-btn a:hover, .digital-use .c-btn a:hover {
  color: #fff;
  background: #1b95cd
}

.use .c-list_ttl, .digital-use .c-list_ttl {
  color: #1b95cd
}

.use .l-side_ttl, .digital-use .l-side_ttl {
  border-bottom-color: #1b95cd;
  color: #00428c;
  background-image: url(../img/blt_category_02.svg)
}

.use .l-side_nav li a:after, .digital-use .l-side_nav li a:after {
  border-color: transparent transparent #1b95cd
}

.use .c-block_cont a:hover, .digital-use .c-block_cont a:hover {
  border: 1px #1b95cd solid
}

.use .c-block_cont a:hover:after, .digital-use .c-block_cont a:hover:after {
  border-color: transparent transparent #1b95cd
}

.use .c-block_cont a:hover .c-block_cont__ttl, .digital-use .c-block_cont a:hover .c-block_cont__ttl {
  color: #1b95cd;
  border-top: 2px #1b95cd solid
}

.cp_cssslider {
  width: 100%;
  padding-top: 300px;
  position: relative;
  margin: 0 auto 30px;
  text-align: center
}

@media screen and (max-width:767px) {
  .cp_cssslider {
    padding-top: 30%;
    margin: 0 auto 10px
  }
}

.cp_cssslider>img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 3px
}

.cp_cssslider input[name=cp_switch] {
  display: none
}

.cp_cssslider label {
  margin: 15px 5px 0;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  border-radius: 3px
}

@media screen and (max-width:767px) {
  .cp_cssslider label {
    width: 24%;
    margin: 0
  }
}

.cp_cssslider label:hover {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

.cp_cssslider label img {
  display: block;
  width: 100px;
  border-radius: 2px
}

.cp_cssslider input[name=cp_switch]:checked+label {
  border: 2px solid #00428c;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-top: 50px
}

.cp_cssslider input[name=cp_switch]~img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cp_cssslider input[name=cp_switch]:checked+label+img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.p-naviyoubou_ac dt {
  border: #ddd solid 2px;
  padding: 8px 15px;
  margin-bottom: 10px;
  cursor: pointer
}

.p-naviyoubou_ac dt:before {
  content: 'Q.';
  padding-right: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #00428c
}

.p-naviyoubou_ac dd {
  display: none;
  margin-bottom: 20px
}

@media screen and (max-width:767px) {
  .u-only_sp {
    display: block
  }
}

@media screen and (min-width:768px) {
  .u-only_sp {
    display: none!important
  }
}

@media screen and (min-width:768px) {
  .u-only_pc {
    display: block
  }
}

@media screen and (max-width:767px) {
  .u-only_pc {
    display: none!important
  }
}

.u-fl_r {
  float: right
}

.u-fl_l {
  float: left
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block
}

.u-ta_l {
  text-align: left!important
}

.u-ta_c {
  text-align: center!important
}

.u-ta_r {
  text-align: right!important
}

.u-va_t {
  vertical-align: top!important
}

.u-va_m {
  vertical-align: middle!important
}

.u-va_b {
  vertical-align: bottom!important
}

.u-mt_100 {
  margin-top: 100px!important
}

.u-mb_100 {
  margin-bottom: 100px!important
}

.u-mr_100 {
  margin-right: 100px!important
}

.u-ml_100 {
  margin-left: 100px!important
}

.u-mt_95 {
  margin-top: 95px!important
}

.u-mb_95 {
  margin-bottom: 95px!important
}

.u-mr_95 {
  margin-right: 95px!important
}

.u-ml_95 {
  margin-left: 95px!important
}

.u-mt_90 {
  margin-top: 90px!important
}

.u-mb_90 {
  margin-bottom: 90px!important
}

.u-mr_90 {
  margin-right: 90px!important
}

.u-ml_90 {
  margin-left: 90px!important
}

.u-mt_85 {
  margin-top: 85px!important
}

.u-mb_85 {
  margin-bottom: 85px!important
}

.u-mr_85 {
  margin-right: 85px!important
}

.u-ml_85 {
  margin-left: 85px!important
}

.u-mt_80 {
  margin-top: 80px!important
}

.u-mb_80 {
  margin-bottom: 80px!important
}

.u-mr_80 {
  margin-right: 80px!important
}

.u-ml_80 {
  margin-left: 80px!important
}

.u-mt_75 {
  margin-top: 75px!important
}

.u-mb_75 {
  margin-bottom: 75px!important
}

.u-mr_75 {
  margin-right: 75px!important
}

.u-ml_75 {
  margin-left: 75px!important
}

.u-mt_70 {
  margin-top: 70px!important
}

.u-mb_70 {
  margin-bottom: 70px!important
}

.u-mr_70 {
  margin-right: 70px!important
}

.u-ml_70 {
  margin-left: 70px!important
}

.u-mt_65 {
  margin-top: 65px!important
}

.u-mb_65 {
  margin-bottom: 65px!important
}

.u-mr_65 {
  margin-right: 65px!important
}

.u-ml_65 {
  margin-left: 65px!important
}

.u-mt_60 {
  margin-top: 60px!important
}

.u-mb_60 {
  margin-bottom: 60px!important
}

.u-mr_60 {
  margin-right: 60px!important
}

.u-ml_60 {
  margin-left: 60px!important
}

.u-mt_55 {
  margin-top: 55px!important
}

.u-mb_55 {
  margin-bottom: 55px!important
}

.u-mr_55 {
  margin-right: 55px!important
}

.u-ml_55 {
  margin-left: 55px!important
}

.u-mt_50 {
  margin-top: 50px!important
}

.u-mb_50 {
  margin-bottom: 50px!important
}

.u-mr_50 {
  margin-right: 50px!important
}

.u-ml_50 {
  margin-left: 50px!important
}

.u-mt_45 {
  margin-top: 45px!important
}

.u-mb_45 {
  margin-bottom: 45px!important
}

.u-mr_45 {
  margin-right: 45px!important
}

.u-ml_45 {
  margin-left: 45px!important
}

.u-mt_40 {
  margin-top: 40px!important
}

.u-mb_40 {
  margin-bottom: 40px!important
}

.u-mr_40 {
  margin-right: 40px!important
}

.u-ml_40 {
  margin-left: 40px!important
}

.u-mt_35 {
  margin-top: 35px!important
}

.u-mb_35 {
  margin-bottom: 35px!important
}

.u-mr_35 {
  margin-right: 35px!important
}

.u-ml_35 {
  margin-left: 35px!important
}

.u-mt_30 {
  margin-top: 30px!important
}

.u-mb_30 {
  margin-bottom: 30px!important
}

.u-mr_30 {
  margin-right: 30px!important
}

.u-ml_30 {
  margin-left: 30px!important
}

.u-mt_25 {
  margin-top: 25px!important
}

.u-mb_25 {
  margin-bottom: 25px!important
}

.u-mr_25 {
  margin-right: 25px!important
}

.u-ml_25 {
  margin-left: 25px!important
}

.u-mt_20 {
  margin-top: 20px!important
}

.u-mb_20 {
  margin-bottom: 20px!important
}

.u-mr_20 {
  margin-right: 20px!important
}

.u-ml_20 {
  margin-left: 20px!important
}

.u-mt_15 {
  margin-top: 15px!important
}

.u-mb_15 {
  margin-bottom: 15px!important
}

.u-mr_15 {
  margin-right: 15px!important
}

.u-ml_15 {
  margin-left: 0px!important
}

.u-mt_10 {
  margin-top: 10px!important
}

.u-mb_10 {
  margin-bottom: 10px!important
}

.u-mr_10 {
  margin-right: 10px!important
}

.u-ml_10 {
  margin-left: 10px!important
}

.u-mt_5 {
  margin-top: 5px!important
}

.u-mb_5 {
  margin-bottom: 5px!important
}

.u-mr_5 {
  margin-right: 5px!important
}

.u-ml_5 {
  margin-left: 5px!important
}

.u-mt_0 {
  margin-top: 0!important
}

.u-mb_0 {
  margin-bottom: 0!important
}

.u-mr_0 {
  margin-right: 0!important
}

.u-ml_0 {
  margin-left: 0!important
}

.u-pt_100 {
  padding-top: 100px!important
}

.u-pb_100 {
  padding-bottom: 100px!important
}

.u-pr_100 {
  padding-right: 100px!important
}

.u-pl_100 {
  padding-left: 100px!important
}

.u-p_100 {
  padding: 100px!important
}

.u-pt_95 {
  padding-top: 95px!important
}

.u-pb_95 {
  padding-bottom: 95px!important
}

.u-pr_95 {
  padding-right: 95px!important
}

.u-pl_95 {
  padding-left: 95px!important
}

.u-p_95 {
  padding: 95px!important
}

.u-pt_90 {
  padding-top: 90px!important
}

.u-pb_90 {
  padding-bottom: 90px!important
}

.u-pr_90 {
  padding-right: 90px!important
}

.u-pl_90 {
  padding-left: 90px!important
}

.u-p_90 {
  padding: 90px!important
}

.u-pt_85 {
  padding-top: 85px!important
}

.u-pb_85 {
  padding-bottom: 85px!important
}

.u-pr_85 {
  padding-right: 85px!important
}

.u-pl_85 {
  padding-left: 85px!important
}

.u-p_85 {
  padding: 85px!important
}

.u-pt_80 {
  padding-top: 80px!important
}

.u-pb_80 {
  padding-bottom: 80px!important
}

.u-pr_80 {
  padding-right: 80px!important
}

.u-pl_80 {
  padding-left: 80px!important
}

.u-p_80 {
  padding: 80px!important
}

.u-pt_75 {
  padding-top: 75px!important
}

.u-pb_75 {
  padding-bottom: 75px!important
}

.u-pr_75 {
  padding-right: 75px!important
}

.u-pl_75 {
  padding-left: 75px!important
}

.u-p_75 {
  padding: 75px!important
}

.u-pt_70 {
  padding-top: 70px!important
}

.u-pb_70 {
  padding-bottom: 70px!important
}

.u-pr_70 {
  padding-right: 70px!important
}

.u-pl_70 {
  padding-left: 70px!important
}

.u-p_70 {
  padding: 70px!important
}

.u-pt_65 {
  padding-top: 65px!important
}

.u-pb_65 {
  padding-bottom: 65px!important
}

.u-pr_65 {
  padding-right: 65px!important
}

.u-pl_65 {
  padding-left: 65px!important
}

.u-p_65 {
  padding: 65px!important
}

.u-pt_60 {
  padding-top: 60px!important
}

.u-pb_60 {
  padding-bottom: 60px!important
}

.u-pr_60 {
  padding-right: 60px!important
}

.u-pl_60 {
  padding-left: 60px!important
}

.u-p_60 {
  padding: 60px!important
}

.u-pt_55 {
  padding-top: 55px!important
}

.u-pb_55 {
  padding-bottom: 55px!important
}

.u-pr_55 {
  padding-right: 55px!important
}

.u-pl_55 {
  padding-left: 55px!important
}

.u-p_55 {
  padding: 55px!important
}

.u-pt_50 {
  padding-top: 50px!important
}

.u-pb_50 {
  padding-bottom: 50px!important
}

.u-pr_50 {
  padding-right: 50px!important
}

.u-pl_50 {
  padding-left: 50px!important
}

.u-p_50 {
  padding: 50px!important
}

.u-pt_45 {
  padding-top: 45px!important
}

.u-pb_45 {
  padding-bottom: 45px!important
}

.u-pr_45 {
  padding-right: 45px!important
}

.u-pl_45 {
  padding-left: 45px!important
}

.u-p_45 {
  padding: 45px!important
}

.u-pt_40 {
  padding-top: 40px!important
}

.u-pb_40 {
  padding-bottom: 40px!important
}

.u-pr_40 {
  padding-right: 40px!important
}

.u-pl_40 {
  padding-left: 40px!important
}

.u-p_40 {
  padding: 40px!important
}

.u-pt_35 {
  padding-top: 35px!important
}

.u-pb_35 {
  padding-bottom: 35px!important
}

.u-pr_35 {
  padding-right: 35px!important
}

.u-pl_35 {
  padding-left: 35px!important
}

.u-p_35 {
  padding: 35px!important
}

.u-pt_30 {
  padding-top: 30px!important
}

.u-pb_30 {
  padding-bottom: 30px!important
}

.u-pr_30 {
  padding-right: 30px!important
}

.u-pl_30 {
  padding-left: 30px!important
}

.u-p_30 {
  padding: 30px!important
}

.u-pt_25 {
  padding-top: 25px!important
}

.u-pb_25 {
  padding-bottom: 25px!important
}

.u-pr_25 {
  padding-right: 25px!important
}

.u-pl_25 {
  padding-left: 25px!important
}

.u-p_25 {
  padding: 25px!important
}

.u-pt_20 {
  padding-top: 20px!important
}

.u-pb_20 {
  padding-bottom: 20px!important
}

.u-pr_20 {
  padding-right: 20px!important
}

.u-pl_20 {
  padding-left: 20px!important
}

.u-p_20 {
  padding: 20px!important
}

.u-pt_15 {
  padding-top: 15px!important
}

.u-pb_15 {
  padding-bottom: 15px!important
}

.u-pr_15 {
  padding-right: 15px!important
}

.u-pl_15 {
  padding-left: 15px!important
}

.u-p_15 {
  padding: 15px!important
}

.u-pt_10 {
  padding-top: 10px!important
}

.u-pb_10 {
  padding-bottom: 10px!important
}

.u-pr_10 {
  padding-right: 10px!important
}

.u-pl_10 {
  padding-left: 10px!important
}

.u-p_10 {
  padding: 10px!important
}

.u-pt_5 {
  padding-top: 5px!important
}

.u-pb_5 {
  padding-bottom: 5px!important
}

.u-pr_5 {
  padding-right: 5px!important
}

.u-pl_5 {
  padding-left: 5px!important
}

.u-p_5 {
  padding: 5px!important
}

.u-pt_0 {
  padding-top: 0!important
}

.u-pb_0 {
  padding-bottom: 0!important
}

.u-pr_0 {
  padding-right: 0!important
}

.u-pl_0 {
  padding-left: 0!important
}

.u-p_0 {
  padding: 0!important
}

@media screen and (max-width:1059px) {
  .u-pt_100--tab {
    padding-top: 100px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_100--tab {
    padding-bottom: 100px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_100--tab {
    padding-right: 100px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_100--tab {
    padding-left: 100px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_100--tab {
    padding: 100px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_95--tab {
    padding-top: 95px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_95--tab {
    padding-bottom: 95px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_95--tab {
    padding-right: 95px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_95--tab {
    padding-left: 95px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_95--tab {
    padding: 95px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_90--tab {
    padding-top: 90px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_90--tab {
    padding-bottom: 90px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_90--tab {
    padding-right: 90px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_90--tab {
    padding-left: 90px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_90--tab {
    padding: 90px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_85--tab {
    padding-top: 85px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_85--tab {
    padding-bottom: 85px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_85--tab {
    padding-right: 85px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_85--tab {
    padding-left: 85px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_85--tab {
    padding: 85px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_80--tab {
    padding-top: 80px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_80--tab {
    padding-bottom: 80px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_80--tab {
    padding-right: 80px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_80--tab {
    padding-left: 80px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_80--tab {
    padding: 80px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_75--tab {
    padding-top: 75px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_75--tab {
    padding-bottom: 75px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_75--tab {
    padding-right: 75px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_75--tab {
    padding-left: 75px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_75--tab {
    padding: 75px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_70--tab {
    padding-top: 70px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_70--tab {
    padding-bottom: 70px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_70--tab {
    padding-right: 70px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_70--tab {
    padding-left: 70px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_70--tab {
    padding: 70px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_65--tab {
    padding-top: 65px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_65--tab {
    padding-bottom: 65px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_65--tab {
    padding-right: 65px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_65--tab {
    padding-left: 65px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_65--tab {
    padding: 65px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_60--tab {
    padding-top: 60px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_60--tab {
    padding-bottom: 60px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_60--tab {
    padding-right: 60px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_60--tab {
    padding-left: 60px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_60--tab {
    padding: 60px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_55--tab {
    padding-top: 55px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_55--tab {
    padding-bottom: 55px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_55--tab {
    padding-right: 55px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_55--tab {
    padding-left: 55px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_55--tab {
    padding: 55px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_50--tab {
    padding-top: 50px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_50--tab {
    padding-bottom: 50px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_50--tab {
    padding-right: 50px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_50--tab {
    padding-left: 50px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_50--tab {
    padding: 50px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_45--tab {
    padding-top: 45px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_45--tab {
    padding-bottom: 45px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_45--tab {
    padding-right: 45px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_45--tab {
    padding-left: 45px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_45--tab {
    padding: 45px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_40--tab {
    padding-top: 40px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_40--tab {
    padding-bottom: 40px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_40--tab {
    padding-right: 40px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_40--tab {
    padding-left: 40px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_40--tab {
    padding: 40px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_35--tab {
    padding-top: 35px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_35--tab {
    padding-bottom: 35px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_35--tab {
    padding-right: 35px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_35--tab {
    padding-left: 35px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_35--tab {
    padding: 35px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_30--tab {
    padding-top: 30px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_30--tab {
    padding-bottom: 30px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_30--tab {
    padding-right: 30px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_30--tab {
    padding-left: 30px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_30--tab {
    padding: 30px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_25--tab {
    padding-top: 25px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_25--tab {
    padding-bottom: 25px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_25--tab {
    padding-right: 25px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_25--tab {
    padding-left: 25px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_25--tab {
    padding: 25px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_20--tab {
    padding-top: 20px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_20--tab {
    padding-bottom: 20px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_20--tab {
    padding-right: 20px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_20--tab {
    padding-left: 20px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_20--tab {
    padding: 20px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_15--tab {
    padding-top: 15px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_15--tab {
    padding-bottom: 15px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_15--tab {
    padding-right: 15px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_15--tab {
    padding-left: 15px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_15--tab {
    padding: 15px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_10--tab {
    padding-top: 10px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_10--tab {
    padding-bottom: 10px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_10--tab {
    padding-right: 10px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_10--tab {
    padding-left: 10px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_10--tab {
    padding: 10px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_5--tab {
    padding-top: 5px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_5--tab {
    padding-bottom: 5px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_5--tab {
    padding-right: 5px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_5--tab {
    padding-left: 5px!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_5--tab {
    padding: 5px!important
  }
}

@media screen and (max-width:1059px) {
  .u-pt_0--tab {
    padding-top: 0!important
  }
}

@media screen and (max-width:1059px) {
  .u-pb_0--tab {
    padding-bottom: 0!important
  }
}

@media screen and (max-width:1059px) {
  .u-pr_0--tab {
    padding-right: 0!important
  }
}

@media screen and (max-width:1059px) {
  .u-pl_0--tab {
    padding-left: 0!important
  }
}

@media screen and (max-width:1059px) {
  .u-p_0--tab {
    padding: 0!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_100--sp {
    padding-top: 100px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_100--sp {
    padding-bottom: 100px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_100--sp {
    padding-right: 100px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_100--sp {
    padding-left: 100px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_100--sp {
    padding: 100px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_95--sp {
    padding-top: 95px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_95--sp {
    padding-bottom: 95px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_95--sp {
    padding-right: 95px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_95--sp {
    padding-left: 95px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_95--sp {
    padding: 95px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_90--sp {
    padding-top: 90px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_90--sp {
    padding-bottom: 90px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_90--sp {
    padding-right: 90px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_90--sp {
    padding-left: 90px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_90--sp {
    padding: 90px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_85--sp {
    padding-top: 85px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_85--sp {
    padding-bottom: 85px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_85--sp {
    padding-right: 85px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_85--sp {
    padding-left: 85px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_85--sp {
    padding: 85px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_80--sp {
    padding-top: 80px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_80--sp {
    padding-bottom: 80px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_80--sp {
    padding-right: 80px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_80--sp {
    padding-left: 80px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_80--sp {
    padding: 80px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_75--sp {
    padding-top: 75px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_75--sp {
    padding-bottom: 75px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_75--sp {
    padding-right: 75px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_75--sp {
    padding-left: 75px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_75--sp {
    padding: 75px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_70--sp {
    padding-top: 70px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_70--sp {
    padding-bottom: 70px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_70--sp {
    padding-right: 70px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_70--sp {
    padding-left: 70px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_70--sp {
    padding: 70px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_65--sp {
    padding-top: 65px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_65--sp {
    padding-bottom: 65px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_65--sp {
    padding-right: 65px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_65--sp {
    padding-left: 65px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_65--sp {
    padding: 65px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_60--sp {
    padding-top: 60px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_60--sp {
    padding-bottom: 60px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_60--sp {
    padding-right: 60px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_60--sp {
    padding-left: 60px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_60--sp {
    padding: 60px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_55--sp {
    padding-top: 55px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_55--sp {
    padding-bottom: 55px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_55--sp {
    padding-right: 55px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_55--sp {
    padding-left: 55px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_55--sp {
    padding: 55px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_50--sp {
    padding-top: 50px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_50--sp {
    padding-bottom: 50px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_50--sp {
    padding-right: 50px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_50--sp {
    padding-left: 50px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_50--sp {
    padding: 50px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_45--sp {
    padding-top: 45px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_45--sp {
    padding-bottom: 45px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_45--sp {
    padding-right: 45px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_45--sp {
    padding-left: 45px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_45--sp {
    padding: 45px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_40--sp {
    padding-top: 40px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_40--sp {
    padding-bottom: 40px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_40--sp {
    padding-right: 40px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_40--sp {
    padding-left: 40px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_40--sp {
    padding: 40px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_35--sp {
    padding-top: 35px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_35--sp {
    padding-bottom: 35px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_35--sp {
    padding-right: 35px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_35--sp {
    padding-left: 35px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_35--sp {
    padding: 35px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_30--sp {
    padding-top: 30px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_30--sp {
    padding-bottom: 30px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_30--sp {
    padding-right: 30px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_30--sp {
    padding-left: 30px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_30--sp {
    padding: 30px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_25--sp {
    padding-top: 25px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_25--sp {
    padding-bottom: 25px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_25--sp {
    padding-right: 25px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_25--sp {
    padding-left: 25px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_25--sp {
    padding: 25px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_20--sp {
    padding-top: 20px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_20--sp {
    padding-bottom: 20px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_20--sp {
    padding-right: 20px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_20--sp {
    padding-left: 20px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_20--sp {
    padding: 20px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_15--sp {
    padding-top: 15px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_15--sp {
    padding-bottom: 15px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_15--sp {
    padding-right: 15px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_15--sp {
    padding-left: 15px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_15--sp {
    padding: 15px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_10--sp {
    padding-top: 10px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_10--sp {
    padding-bottom: 10px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_10--sp {
    padding-right: 10px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_10--sp {
    padding-left: 10px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_10--sp {
    padding: 10px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_5--sp {
    padding-top: 5px!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_5--sp {
    padding-bottom: 5px!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_5--sp {
    padding-right: 5px!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_5--sp {
    padding-left: 5px!important
  }
}

@media screen and (max-width:767px) {
  .u-p_5--sp {
    padding: 5px!important
  }
}

@media screen and (max-width:767px) {
  .u-pt_0--sp {
    padding-top: 0!important
  }
}

@media screen and (max-width:767px) {
  .u-pb_0--sp {
    padding-bottom: 0!important
  }
}

@media screen and (max-width:767px) {
  .u-pr_0--sp {
    padding-right: 0!important
  }
}

@media screen and (max-width:767px) {
  .u-pl_0--sp {
    padding-left: 0!important
  }
}

@media screen and (max-width:767px) {
  .u-p_0--sp {
    padding: 0!important
  }
}

.u-bdr_t {
  border-top: 1px #ddd solid
}

.u-bdr_b {
  border-bottom: 1px #ddd solid
}

.u-bdr_l {
  border-left: 1px #ddd solid
}

.u-bdr_r {
  border-right: 1px #ddd solid
}


/*# sourceMappingURL=style.css.map */


table.tbl-r02 {
  	margin: 20px auto;
  	border: solid 1px #aaa;
}
.tbl-r02 tr {
	border: solid 1px #aaa;
}
.tbl-r02 th {
  	background: #98cef2;
  	border: solid 1px #bb;
  	color: #000;
  	padding: 10px;
  	width: 13%;
}
.tbl-r02 td {
	border: solid 1px #bbb;
  	padding: 10px;
}

td.tb-td {
	width: 18%;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #bbb;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
	border-bottom: none;
    display: block;
    width: 100%;
  }
}


/*------------棒グラフ-----------*/
.graph {
    position: relative; /* IE is dumb */
    width: 600px;
    border: 1px solid #207870;
    padding: 0px;
}

.graph .bar, .graph .bar2, .graph .bar3, .graph .bar4 {
    display: block;
    position: relative;
    background: #409890;
    text-align: center;
    color: #f0ffff;
    height: 1.3em;
    line-height: 1.2em;
}

.graph .bar2 {
  background: #318068;
}

.graph .bar3 {
  background: #216c7b;
}

.graph .bar4 {
  background: #3d65ae;
}

.graph .bar span { position: absolute; left: 1em; }

table.graph td.g2 {
  padding: 0;
}

table.graph td {
  line-height: 1;
}


/******マウスオーバーした時にサブメニューを表示する******/

/* 初期状態でサブメニューを非表示にしておく */
.l-header_nav .sub-menu {
  display: none;
}

/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
.l-header_nav .menu-item-has-children:hover .sub-menu {
  display: block;
}

.l-header_nav .menu {
  text-align: center;
}

/* 親メニューをinline-blockにしてセンターに配置 */
.l-header_nav .menu > .menu-item {
  display: inline-block;
  padding: .5em .3em;
}

/* リストの記号を消去 */
.l-header_nav .menu-item {
  list-style-type: none;
}

/* サブメニューをabsoluteにするため、親メニューをrelativeに */
.l-header_nav .menu-item-has-children {
  position: relative;
}

/* 親メニューにマウスオーバーしたときにカーソルを変更 */
.l-header_nav .menu-item-has-children:hover {
  cursor: pointer;
}

/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
.l-header_nav .menu-item-has-children:hover .sub-menu {
  display: block;
}

/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.l-header_nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 210px;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
}

/* サブメニューの境目をわかりやすくするため、一番下の項目以外下線を引いた */
.l-header_nav .sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* サブニューのリンクタグをmenu-itemの大きさと合わせ、クリックしやすいようにした */
.l-header_nav .sub-menu > .menu-item a {
  width: 100%;
  height: 100%;
  padding: .5em;
  text-align: left;
}

.l-header_nav .sub-menu > .menu-item {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* サブメニューにマウスオーバーしたときリンクの背景色とテキストカラーを変更 */
.l-header_nav .sub-menu > .menu-item a:hover {
  background: #0064b4;
  color: white;
}

.l-header_nav_list li a, .l-header_nav .menu-header-main-container ul li a {
  padding-right: 1em;
}

/*スマホ表示では非表示*/
@media screen and (max-width:768px) {
  .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .menu > .menu-item {
    display: contents;
  }
  .sub-menu {
    display: none;
  }
  .sub-menu > .menu-item a {
    display: none;  
  }
  .l-header_nav_list, .l-header_nav .menu-header-main-container ul {
    display: block;
  }
  .l-header_nav .menu > .menu-item {
    display: contents;
  }
  .l-header_nav .sub-menu > .menu-item a {
    display: none;
  }
  .l-header_nav_list li::after, .l-header_nav .menu-header-main-container ul li::after {
    border-style: hidden;
  }
  .l-header_nav .sub-menu {
    position: fixed;
  }
}