@charset "UTF-8";

body,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,p,img {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-family: "Helvetica Neue",Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",Meiryo,
    sans-serif;
  color: #333;
  line-height: 1.5rem;
  min-width: 320px;
  position: relative;
}

a {
  cursor: pointer;
  outline: none;
  color: #000;
  text-decoration: none;

  word-break: break-all;
}
p a:link {
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
  opacity: 0.7 !important;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  transition: 0.2s;
}
#contents p {
  line-height: 1.7;
}
ul,
ol {
  list-style-type: none;
}
ul li,
ol li,
dl {
  line-height: 1.7;
}
a:focus {
  outline: none;
}
h1,h2,h3,h4,h5,h6 {
  line-height: 1.7;
}
::selection {
  background-color: #888;
  color: #fffff3; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #fffff3; /* Firefox */
}
h1,h2,h3,h4,h5,h6,pre,li,dt,dd,th,td,p {
 /* font-size: 100%;*/
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* for IE 6/7 only */
}
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear_noie {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}
br.clear_all {
  clear: both;
  line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  br.clear_noie {
    display: block !important;
    content: " ";
  }
}
div.clear_noie {
  clear: both;
  line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
  z-index: 100;
}
#topcontrol a {
  background: url(../../js/scrolltop/scrollup.png) center center no-repeat;
  background: url(../../js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
  *background: url(../js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
  _background: url(../../js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
  font-size: 0;
  display: block;
  height: 60px;
  width: 60px;
  background-size: 50px 50px;
  opacity: 0.7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#topcontrol a:hover {
  background-size: 60px 60px;
  opacity: 1;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
figure {
  padding: 0px;
  line-height: 0;
  margin: 0px;
}
img {
  max-width: 100%;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb50{
  margin-bottom: 50px !important;
}
.spEle {
  display: none;
}

.fs{
  font-size: 0.9em;
}

.fl{
  font-size: 1.2em;
}
.fll{
  font-size: 1.5em;
}
.fx{
  font-size: 2em;
}

.flex{
  display: block;
  align-items: center;
}
.right{
text-align: right;
}
.center{
text-align: center;
}

.left{
text-align: left;
}

.gray{
  background-color: #f5f5f5;
}
.green{
  background-color: #82d0d1;
}
.blue{
  background-color: #003466;
}

.flex{
  display: flex;
  justify-content: space-between;
  align-items: inherit;
}






/*title*/
h2.title{
  background-color: #003466;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  font-weight: normal;
}
.head02 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #003466;
  letter-spacing: 2px;
  text-align: center;
}

.head03 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #003466;
  border-bottom: 1px solid #003466;
  padding-bottom: 10px;
}


/*btn*/
.btn {
  text-align:center;
  margin:50px auto;
}
.btn a {
  background-color: #003466;
  box-sizing: border-box;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding: 25px 60px;
  transition: 0.2s;
}
.btn a:hover{
  background-color: #003466;
}


/*link*/
#link{
  text-align: center;
  background-color: #82d0d1;
  padding: 50px 10px !important;
  color: #fff;
}

#link a{
  display:inline-block;
  color:#82d0d1;
  text-align: center;
  background-color:#fff;
  font-size:1.4em;
  border-radius:10px;
}
#link .btn {
  margin-top:30px;
}



/*table*/
table.table {
  border-collapse: separate;
  border-spacing:  3px;
  margin: auto;
  width:100%;
  line-height: 1.6em;
}

table.table td {
  padding: 20px;
  background-color: #fff;
}

table.table th {
  background-color: #003466;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 10px;
}




/*-- header --*/
.header-area{
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  box-shadow: 0 1px 1px rgb(0 0 0 / 1%), 0 1px 1px rgb(0 0 0 / 1%), 0 5px 1px rgb(0 0 0 / 3%), 0 1px 1px rgb(0 0 0 / 1%), 0 1px 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 1%);
}
.header-area h1 {
}
.header-area a:link{
  text-decoration: none;
}


/*menu*/
.menu_link{
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  align-items: center;
}
.menu-ul {
  display: flex;
}

.menu-ul li {
}

.menu-ul li a {
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 10px;
  text-decoration: none;
}



.menu-ul li a:hover {
  color: #003466;;
}


/*-- spmenu --*/
#mobile-header {
  display: none;
}
#navigation {
  display: none;
}

/*-- footer --*/
#footer {
  background-color: #003466;
  color: #fff;
  font-size: 14px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}

#footer .footer-menu {
  box-sizing: border-box;
  padding: 35px 0;
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

#footer .link-ul {
}
#footer .link-ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .footer-zone {
    text-align: center;
    background-color: #003466;
    padding: 1% 0;
}

#footer .copyright {
  font-size: 10px;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*----------------------------------------------------
common
----------------------------------------------------*/
#contents {
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
}

#contents .w1200{
  max-width: 1200px;
  margin: 0 auto;
}

#contents .w960{
  max-width: 960px;
  margin: 0 auto;
}

#contents section{
  padding: 6% 4%;
}


@media screen and (max-width: 1024px) {
   #mobile-header {
    display: block;
    position: absolute;
    max-width: 55px;
    width: 100%;
    right: 0;
  }
  #responsive-menu-button {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 12px;
    padding-right: 0.75rem;
    padding-bottom: 30px;
    padding-left: 0.75rem;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }
  #responsive-menu-button:hover {
    cursor: pointer;
    background-color: transparent;
  }
  #responsive-menu-button::after {
    bottom: 0;
    color: #003466;
    content: "MENU";
    font-size: 10px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  .hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }
  .hamburger-icon,
  .hamburger-icon:before,
  .hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #003466;
  }
  .hamburger-icon::after {
    bottom: 0;
    color: #997b00;
    content: "MENU";
    font-size: 10px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .hamburger-icon:before,
  .hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .hamburger-icon:after {
    top: 10px;
  }
 .sidr-main-open .hamburger-icon {
    background-color: transparent;
  }
  .sidr-main-open .hamburger-icon:before,
  .sidr-main-open .hamburger-icon:after {
    top: 0;
  }
  .sidr-main-open .hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sidr-main-open .hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .sidr-class-navbox {
    background-color: #fff;
    /*height: 180px;*/
  }
  .sidr-class-navbox h1 {
    background-color: #fff;
    background-image: none !important;
    box-shadow: none !important;
    line-height: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  .sidr-class-navbox h1 a img {
    margin-bottom: 15px;
    padding: 20px 0 10px;
  }
  .sidr-class-navbox p a.sidr-class-lato {
    color:#003466 !important;
    font-size: 14px;
  }
  .sidr-class-navbox p {
    color:#003466;
    text-align: center;
  }
  .sidr-class-btn {
    color: #fff;
    margin-bottom: 20px !important;
  }
  .sidr-class-btn a {
    background-color: #003466;
    border-radius: 20px;
    font-size: 14px;
    padding: 7px 25px;
  }
  .sidr-class-number {
    margin-bottom: 5px !important;
  }
  .sidr-class-nav ul {
    background-color: #003466;
    border-bottom: none !important;
    border-top: none !important;
    margin-bottom: 0 !important;
  }
  .sidr-class-nav ul li {
    border-top: none !important;
    border-bottom: 1px solid #fff !important;
  }
  .sidr-class-nav ul li a:hover {
    box-shadow: none !important;
  }
  .sidr {
    background-color: #fff !important;
    box-shadow: none !important;
  }
  .sidr-inner {
    padding-bottom: 0 !important;
  }
    /*-- HEADER --*/
  .header-right {
    display: none;
  }
  .menu_link {
    display: none;
  }

  .header-area {
    margin-bottom: 0;
    box-shadow: none !important;
  }
  .header-area h1 {
  }

}


@media screen and (max-width: 975px) {
  .menu-ul li a {
    padding: 0 15px;
  }

}
@media screen and (max-width: 760px) {

  /*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
.spEle {
  display: block;
}
br.spEle {
  display: inline-block;
}
.pcEle {
  display: none !important;
}

.fltL {
  float: none !important;
}
.fltR {
  float: none !important;
}


.fl{
  font-size: 1.1em;
}
.fll{
  font-size: 1.2em;
}
.fx{
  font-size: 1.4em;
}


/*scroll-box*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.scroll-box:after {
content: "※ 横にスクロールしてください";
  font-size: 0.8em;
}



/*-- FOOTER --*/
#footer {
}
.footer-menu {
padding: 20px 0 !important;
}
.footer-zone {
padding: 20px 0 10px 0 !important;
}

/*----------------------------------------------------
	common
----------------------------------------------------*/
#contents {
}


#contents .w1200{
max-width: 100%;
margin: 0 auto;
}

#contents .w960{
max-width: 100%;
  margin: 0 auto;
}

/*title*/
h2.title{
  padding: 10px 0;
  font-size: 1.4em;
}
.head02 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.head03 {
  font-size: 1.2rem;
}

/*btn*/
.btn {
    margin: 30px auto 10px auto;
}
.btn a {
    border-radius: 50px;
    padding: 15px 30px;
}

/*table*/
table.table th {
    padding: 5px;
}
table.table td {
    padding: 10px 5px;
}
.table,.table tbody,.table tr,.table th,.table td{
  display: block;
  border-bottom: none;
}



}


@media screen and (max-width: 480px) {

}



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

}