@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
}
#main {
  widows: 960px;
  height: 0;
  padding-top: 35.41%;
  background: url("../img/title.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
/* main-visual */
#main h2 {
  position: absolute;
  font-size: 180%;
  color: #fff;
  top: 0;
  left: 0;
}
h3 {
  font-size: 131%;
  padding: 1% 0 1% 2%;
  background-color: #0057bb;
  margin-bottom: 2%;
  color: #FFF;
  border-radius: 5px;
}
h3 span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}
h4 {
  border-bottom: 1px solid #000;
  margin-bottom: 2%;
}
#copyright {
  font-size: 90%;
  text-align: center;
}
.font-size_120per {
  font-size: 120%;
}
.margin-bottom_3per {
  margin-bottom: 3%;
}
.center {
  text-align: center;
}
/* ここから */
#contents {
  float: right;
  width: 720px;
  line-height: 1.6;
  margin: 3% 0;
}
ul .box2 {
  width: 100%;
}
ul.box2 li:first-child {
  width: 60%;
  padding-right: 1.5em
}
ul.box2 li {
  width: 40%;
  margin: 0;
  list-style-type: none;
  float: left;
}
.uchikeshi {
  position: relative;
}
.uchikeshi::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #000;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
/*===================
font color
====================*/
span.red {
  color: #ff3300;
}
span.blue {
  color: #0033cc;
}
span.orange {
  color: #f39700;
}
span.green {
  color: #009933;
}
.redb{
	color: #ff3300;
	font-weight: bold;
}
/*===================
title icon
====================*/
span.icon1::before {
  content: '\f044';
}
span.icon2::before {
  content: '\f5ab';
}
span.icon3::before {
  content: '\f024';
}
span.icon4::before {
  content: '\f0f3';
}
span.icon5::before {
  content: '\f073';
}
span.icon6::before {
  content: '\f086';
}
span.icon7::before {
  content: '\f0c5';
}
/*===================
scrollbar area
====================*/
#scroll_box {
  width: 720px;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0 2%;
  margin-bottom: 5%;
}
#scroll_box dl dt {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.8%;
  color: #0057bb;
}
#scroll_box dl {
  margin-bottom: 3%;
}
#scroll_box1 {
  width: 100%;
  height: 150px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0 2%;
  margin-bottom: 5%;
}
#scroll_box1 dl dt {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.8%;
  color: #0057bb;
}
#scroll_box1 dl {
  margin-bottom: 3%;
}
/*===================
scrollbar
====================*/
#scroll_box::-webkit-scrollbar {
  width: 10px;
}
#scroll_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0057bb;
}
#scroll_box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
#scroll_box1::-webkit-scrollbar {
  width: 10px;
}
#scroll_box1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0057bb;
}
#scroll_box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
/*===================
btn
====================*/
.btn_ur, .btn_end, .btn_mypage, .btn_all {
  width: 100%;
  margin: 5% auto 0;
}
.btn_ur01, .btn_ur03,.btn_ur03, .btn_end01, .btn_op, .btn_mypage01, .btn_all2, .btn_ur05 {
  width: 100%;
  margin: 5% auto 0;
	text-align: center;
}
.btn_ur a, .btn_end a, .btn_mypage a, .btn_op a, .btn_all a, .btn_ur01 a, .btn_ur03 a, .btn_ur05 a {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.5);
}
.btn_ur a:hover, .btn_end a:hover, .btn_mypage a:hover, .btn_all a:hover, .btn_all01 a:hover, .btn_all03 a:hover, .btn_ur05 a:hover, .btn_ur01 a:hover {
  opacity: 0.8;
}

.btn_ur a {
  background: -moz-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: -webkit-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: linear-gradient(to bottom, #ff6600, #ff5500, #ff9900);
  padding: 1.5% 25%;
  margin: 0 17.5%;
}
.btn_ur01 a {
  background: -moz-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: -webkit-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: linear-gradient(to bottom, #ff6600, #ff5500, #ff9900);
  padding: 1.5% 10%;
  margin: 0 auto;
}
.btn_ur03 a {
  background: -moz-linear-gradient(top, #2bd52b, #4edc4e, #72e272);
  background: -webkit-linear-gradient(top, #2bd52b, #4edc4e, #72e272);
  background: linear-gradient(to bottom, #2bd52b, #4edc4e, #72e272);
  padding: 1.5% 10%;
  margin: 0 auto;
}
.btn_ur05 a {
  background: -moz-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: -webkit-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: linear-gradient(to bottom, #ff6600, #ff5500, #ff9900);
  padding: 1.5% 10%;
  margin: 0 auto;
}
.btn_ur a.long, .btn_all a.long {
  background: -moz-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: -webkit-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: linear-gradient(to bottom, #ff6600, #ff5500, #ff9900);
  padding: 1.5% 10%;
  margin: 0 17.5%;
}
.btn_end a {
  background: -moz-linear-gradient(top, #333333, #999999, #eae8e8);
  background: -webkit-linear-gradient(top, #333333, #999999, #eae8e8);
  background: linear-gradient(to bottom, #333333, #999999);
  padding: 1.5% 17%;
  margin: 0 17%;
}
.btn_mypage a {
  background: -moz-linear-gradient(top, #1f55cc, #66ccff);
  background: -webkit-linear-gradient(top, #1f55cc, #66ccff);
  background: linear-gradient(to bottom, #1f55cc, #66ccff);
  padding: 1.5% 22.5%;
  margin: 0 17.5%;
}
.btn_op a {
  background: -moz-linear-gradient(top, #1f55cc, #66ccff);
  background: -webkit-linear-gradient(top, #1f55cc, #66ccff);
  background: linear-gradient(to bottom, #1f55cc, #66ccff);
  padding: 1.5% 10%;
  margin: 0 auto;
}
.btn_ur02, .btn_end, .btn_mypage, .btn_all {
  width: 100%;
  margin: 2% auto 0;
}
.btn_ur02 a, .btn_end a, .btn_mypage a, .btn_all a {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 30px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.5);
}
.btn_ur02 a:hover,.btn_ur01 a:hover,.btn_op a:hover, .btn_end a:hover, .btn_mypage a:hover, .btn_all a:hover {
  opacity: 0.8;
}
.btn_ur02 a {
  background: -moz-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: -webkit-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: linear-gradient(to bottom, #ff6600, #ff5500, #ff9900);
  padding: 1.5% 25%;
  margin: 0 17.5%;
}
.btn_ur02 a.long, .btn_all a.long {
  background: -moz-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: -webkit-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: linear-gradient(to bottom, #ff6600, #ff5500, #ff9900);
  padding: 1.5% 10%;
  margin: 0 17.5%;
}
/*===================
sidebar
====================*/
#sidebar {
  width: 210px;
  float: left;
  margin: 3% 20px 0 0;
  border: 1px solid #cccccc;
}
#global-nav ul {
  list-style: none;
  margin-left: 0;
}
#global-nav > ul > li {
  position: relative;
}
#global-nav-center ul {
  list-style: none;
  margin-left: 0;
}
#global-nav-center > ul > li {
  position: relative;
}
.slidebar_title {
  color: #0057bb;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  padding-top: 13px;
  height: 50px;
  border-bottom: 1px solid #cccccc;
}
#global-nav a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
  border-bottom: 1px solid #cccccc;
}
#global-nav a p {
  font-size: 13px;
  display: inline-block;
  padding: 15px 10px 15px 30px;
}
#global-nav a p::before {
  position: absolute;
  content: '';
  top: 20px;
  left: 10px;
  width: 10px; /*幅*/
  height: 10px; /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url("../img/nav.gif");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
#global-nav .sub-menu.is-active > a, #global-nav a:hover {
  color: #fff;
  background: #0057bb;
}
#global-nav .sub-menu-nav a, #global-nav .sub-menu:hover .sub-menu-nav {
  width: 230px;
}
#global-nav-center a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
  border-bottom: 1px solid #cccccc;
}
#global-nav-center a p {
  font-size: 13px;
  padding: 15px;
}
#global-nav-center a p::before {
  position: absolute;
  content: '';
  top: 20px;
  left: 10px;
  width: 10px; /*幅*/
  height: 10px; /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url("../img/nav.gif");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
#global-nav-center .sub-menu.is-active > a, #global-nav-center a:hover {
  color: #fff;
  background: #0057bb;
}
#global-nav-center .sub-menu-nav a, #global-nav-center .sub-menu:hover .sub-menu-nav {
  width: 230px;
}
.title2, .title3 {
  font-size: 110%;
  font-weight: bold;
  text-align: center !important;
  background-color: #66ccff;
  padding: 8px 0 !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.title2::before {
  content: '\f256';
  padding-right: 5px;
}
.title3::before {
  content: '\f0a9';
  padding-right: 5px;
}
/* sub-menu
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
} */
/* nav-toggle */
#nav-toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
}
#nav-toggle > div {
  position: relative;
  width: 32px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #00bfff;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/*=============================
contact
==============================*/
.contact_area {
  width: 100%;
  margin-bottom: 5%;
  display: block;
  position: relative;
}
.contact_area ul {
  display: flex;
  list-style-type: none;
  border: 1px solid #000;
  padding: 2%
}
.contact_area ul li {
  width: 42%;
  margin-left: 6%;
}
.contact_area ul li img {
  width: 70%;
  margin: 3% auto 2%;
}
.contact_area ul li:first-child dl dt {
  font-size: 250%;
  font-weight: bold;
  line-height: 1;
}
.contact_area ul li:first-child dl dt span {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.contact_area ul li:first-child dl dt span::before {
  content: '\f87b';
  padding-right: 10px;
}
.ribbon14 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 15px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  background: #0057bb;
}
.ribbon14:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #0057bb;
  border-right: 20px solid #0057bb;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #main {
    widows: 100%;
  }
  #contents {
    width: 90%;
    margin: 5% auto;
    float: none;
  }
  .btn_ur a.long, .btn_all a.long {
    padding: 1.5% 4%;
    margin: 0 17.5%;
  }
  ul.box2, ul.box2 li, ul.box2 li:first-child {
    width: 100%;
	padding-right: 0;  
  }
  ul.box2 li img {
    width: 100%;
    text-align: center;
	padding: 0;
	margin: 2em 0;  
  }
  #sidebar {
    /*display: none;*/
    position: fixed;
    margin: 0;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    color: #333;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: scroll !important; 
  }
  /* サブメニューは開けない */
  #global-nav .sub-menu-head:after, #global-nav .sub-menu-nav {
    display: none;
  }
  #nav-toggle {
    display: block;
  }
  /* nav open */
  .open {
    overflow: hidden;
  }
  .open #overlay {
    display: block;
  }
  .open #sidebar {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #sidebar {
    z-index: 300;
  }
  #nav-toggle {
    z-index: 400;
  }
}
@media screen and (min-width: 681px) {
  .btn_ur_sp, .btn_end_sp, .btn_mypage_sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  h3 {
    font-size: 110%;
  }
  .btn_ur a, .btn_ur01 a, .btn_ur03 a, .btn_end a, .btn_mypage a {
    font-size: 13px;
    padding: 2% 15%;
  }
   .btn_ur05 a {
    font-size: 13px;
    padding: 2% 1rem;
  }	
  .btn_ur a.long, .btn_all a.long {
    padding: 1.5% 2%;
    margin: 0 17.5%;
  }
  .btn_ur_sp img, .btn_ur_sp01 img, .btn_end_sp img, .btn_mypage_sp img, .btn_op_sp img {
    width: 100%;
    margin: 5% 0;
  }
.btn_all05 a:hover {
  opacity: 0.8;
}	
  .btn_ur,.btn_ur01, .btn_ur02, .btn_ur03, .btn_end, .btn_mypage, .btn_op, .btn_ur a, .btn_ur03 a, .btn_end a, .btn_mypage a {
    display: none;
  }
}
/*===================
scrollbar area
====================*/
#scroll_box {
  width: 100%;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0 2%;
  margin-bottom: 5%;
}
/*===================
改行
====================*/
@media(min-width:992px) {
  .sp_disp {
    display: none !important;
  }
}

@media(max-width:991px) {
  .pc_disp {
    display: none !important;
  }
}
/*=============================
contact
==============================*/
@media screen and (max-width: 450px) {
  .contact_area ul {
    display: block;
    padding: 3%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .contact_area ul li {
    width: 100%;
    margin: 0;
  }
  .contact_area ul li:first-child dl dt {
    font-size: 200%;
  }
  .ribbon14 {
    left: 5%;
    padding: 10px 0;
    width: 30px;
  }
  .ribbon14:after {
    border-left: 15px solid #0057bb;
    border-right: 15px solid #0057bb;
    border-bottom: 10px solid transparent;
  }
}