@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%;
}
p{
font-size:1.0rem;
}
.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 */
h2 {
  font-size: 131%;
  padding: 1% 0 1% 2%;
  background-color: #0057bb;
  margin-bottom: 2%;
  color: #FFF;
  border-radius: 5px;
}
h2 span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}
h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 2%;
	font-size:1.0rem;
}
#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: 10px
}
ul.box2 li {
  width: 40%;
  margin: 0;
  list-style-type: none;
  float: left;
}
ul.box2 li img {
  padding-left: 20px;
}
/*===================
font color
====================*/
span.red{
	color: #ff3300;
}
span.blue{
	color: #0033cc;
}
span.orange{
	color: #f39700;
}
span.green{
	color: #009933;
}

/*===================
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';
}
/*===================
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%;
}
/*===================
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;
}
/*===================
btn
====================*/
.btn_ur, .btn_end, .btn_mypage {
  width: 100%;
  margin: 5% auto 0;
}
.btn_ur a, .btn_end a, .btn_mypage 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 {
  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_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%;
}
/*===================
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;
}
.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 0 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;
}
.title2 {
  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;
}
/* 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: 100%;
}
.contact_area ul li:first-child dl dt {
  font-size: 120%;
  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;
}
@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%;
  }
  ul.box2 li img {
    width: 100%;
    text-align: center;
  }
  #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;
  }
  /* サブメニューは開けない */
  #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 (max-width: 450px) {
  h3 {
    font-size: 110%;
  }
  .btn_ur a, .btn_end a, .btn_mypage a {
    font-size: 13px;
    padding: 2% 15%;
  }
	.btn_ur a.long,.btn_all a.long {
  padding: 1.5% 2%;
  margin: 0 17.5%;
}
  /*===================
scrollbar area
====================*/
  #scroll_box {
    width: 100%;
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0 2%;
    margin-bottom: 5%;
  }
  /*=============================
contact
==============================*/
  .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: 120%;
  }
  .ribbon14 {
    left: 5%;
    padding: 10px 0;
    width: 30px;
  }
  .ribbon14:after {
    border-left: 15px solid #000;
    border-right: 15px solid #000;
    border-bottom: 10px solid transparent;
  }
}