<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
:root{
  --main: #0D264C;
  --nav: #795C00;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #000; /* RGB */
  font-family: "Hiragino Kaku Gothic ProN", sans-serif,"游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.4rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  min-height: 100dvh;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}a{
  color: #c79900;
}
a:hover{
  color: var(--nav);
}
main{
  background-image: url(../img/back-repeat.png);
  background-repeat: repeat-x;
  background-size: 66px;
  background-position: center top;
}
.header{
  background-color: #fff;
}

.header-content-wrapper{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 23px 5px 12px 5px;
  height: 110px;
}
.header-title{
  max-width: 550px;
  width: 100%;
}
.search-form-007 {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .02), 0 2px 3px -2px rgba(0, 0, 0, .05);
}
.search-form-007 input {
  width: 250px;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1em;
  outline: none;
}
.search-form-007 input::placeholder {
  color: #767d83;
}
.search-form-007 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: #2589d0;
  cursor: pointer;
}
.search-form-007 button::after {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}
.lang{
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.lang a{
  width: 120px;
  display: block;
  padding: 4px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: var(--main);
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}
.lang a:hover{
  opacity: 0.9;
  background-color: #032b67;
}
.side-menu-pc{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
nav li.has-child ul{
  position: absolute;
  left:0;
  top:48px;
  z-index: 4;
  width:142.86px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  display: block;
  }
  nav li.has-child:hover &gt; ul,
  nav li.has-child ul li:hover &gt; ul,
  nav li.has-child:active &gt; ul,
  nav li.has-child ul li:active &gt; ul{
  visibility: visible;
  opacity: 1;
  }
  nav li.has-child ul li::after{
    background: none;
  }
  nav li.has-child ul li {
  margin: 0;
  }
  nav li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
  background:#c29d24;
  }
  nav li.has-child ul li a:hover{
    color: #fff;
    background-color: var(--nav);
    }
  .under-open a{
    position: relative;
  }
  .under-open:before{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate( 135deg);
    position: absolute;
    top: 40%;
    left: 18px;
    }
  nav li.has-child ul li:last-child a{
  border-bottom:none;
  }
  nav li.has-child ul li a:hover,
  nav li.has-child ul li a:active{
  background:#ab8300;
  }
.wrap{
  background-color: #795d0070;
}
.side-menu-pc ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
  background-color: var(--nav);
  align-items: center;
}
.side-menu-pc ul li{
  text-align: center;
  width: 100%;
  position: relative;
}
.side-menu-pc ul li::after{
  content:"";
  position:absolute;
  right:0%;
  top:20%;
  background:rgb(195, 195, 195);
  width:1px;
  height:60%;
}
.side-menu-pc ul li:last-child{
  border-right: none;
}
.side-menu-pc ul li:last-child::after{
  display: none;
}
.side-menu-pc ul li a{
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 12px 0;
  width: 100%;
  transition: 0.3s;
}
.side-menu-pc ul li a:hover{
  opacity: 1;
  background-color: #c29d24;
}
.sp-head{
  display: none;
}
.sp-header-title{
  display: none;
}
.base{
  width: 100%;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  margin: 35px 0 75px 0;
  border: 2px solid var(--main);
}
.base h2{
  font-size: 2.8rem;
  text-align: left;
  position: relative;
  padding: 8px 0px 17px 0px;
  border-bottom: solid 2px var(--main);
  border-image-slice: 1;
  margin: 0px auto;
  letter-spacing: 3px;
  font-weight: 600;
  color: var(--main);
  line-height: 2.1rem;
}
.comingsoon {
  line-height: 25.0rem!important;
  font-size: 2.0rem;
  margin-bottom: 200px;
  text-align: center;
  font-weight: 500;
}
.box{
  margin: 20px 0 0 0;
  text-align: left;
  min-height: 500px;
}
.box h3{
  position: relative;
  font-size: 1.65rem;
  padding: 6px 15px 6px 25px;
  border-radius: 5px;
  background: linear-gradient(180deg, #fafcfd 0%, #fafcfd 50%, #033c9119 50%, #ffffff 100%);
  border: 1px solid #094b7417;
  color: var(--main);
  text-align: left;
}
.box h3:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 2px;
  height: 17px;
  background-color: var(--main);
  border-radius: 2px;
}
.btn{
  text-align: center;
  margin: 30px 0;
}
.btn ul{
  list-style: none;
}
.btn ul li a{
  color: #fff;
  display: block;
  max-width: 350px;
  padding: 18px;
  background-color: #c79900;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 0 auto 25px auto;
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 4px 0 #925f00dc;
  position: relative;
  font-weight: 600;
}
.btn ul li a:hover{
  background-color: #b38900;
  opacity: 0.9;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
}
.btn2{
  text-align: center;
  margin: 30px 0;
}
.btn2 ul{
  list-style: none;
}
.btn2 ul li a{
  color: #fff;
  display: block;
  max-width: 400px;
  padding: 18px;
  background-color: #c79900;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 0 auto 25px auto;
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 4px 0 #925f00dc;
  position: relative;
  font-weight: 600;
}
.btn2 ul li a:hover{
  background-color: #b38900;
  opacity: 0.9;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
}
.btn3{
  text-align: center;
  margin: 30px 0;
}
.btn3 ul{
  list-style: none;
}
.btn3 ul li a{
  color: #fff;
  display: block;
  max-width: 350px;
  padding: 18px;
  background-color: #ccc;
  font-size: 1.7rem;
  text-decoration: none;
  margin: 0 auto 25px auto;
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 4px 0 #aaa;
  position: relative;
  font-weight: 600;
	pointer-events: none;
}
.pad{
  padding: 40px 0 260px 0;
}
.en-title{
  letter-spacing: normal!important;
  line-height: 130%!important;
}
.gsc-control-cse{
  padding: 0 0 7px 0!important;
}
.gsc-input-box {
  padding-top: 0!important;
}
#___gcse_0{
  margin-bottom: 5px;
}
#footer{
  background-color: var(--main);
  color: #fff;
}
.footer-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-p{
  display: flex;
  text-align: left;
  align-items: flex-start;
  gap: 20px;
}
.footer-p2{
  display: flex;
  text-align: right;
  align-items: center;
  padding: 10px;
}
.footer-wrap p{
  line-height: 2.1rem;
}
.footer-wrap a{
  text-decoration: none;
  color: #fff;
}
.footer-wrap img{
  width: 210px;
}
.header-right{
  display: block;
}

/* 寺澤追加分 */
.flex-wrap{
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
.mb_1em {
	margin-bottom: 1em;
}

.mb_40 {
	margin-bottom: 40px;
}
h3{
	position: relative;
	padding-left:15px;
  margin-bottom: 20px;
}
.text_box{
	margin: 20px 0;
  padding: 15px;
  border: 1px solid #9A9A9A;
	text-align: center;
}
h4{
  width: 100%;
  position: relative;
	padding-left:15px;
  border-bottom: 2px solid #496a9b;
  margin-bottom: 0.8em;
}
h4:before {
  content: '';
  height: 15px;
  border: 0;
  border-left: solid 2px #CFA41E;
  position: absolute;
  top: 4px;
  left: 0;
}
.indent01{
  padding-left: 1em;
  text-indent: -1em;
}
p.indent{
  padding-left:1em;
}
table.presentation th{
  width: 15%;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  color: #082859;
  border-bottom: 10px #fff solid;
  border-right: 2px #496a9b solid;
}
table.presentation td{
  padding: 0.3em 0.8em; 
  vertical-align: middle;
}
table.presentation th:last-child{
  border-bottom: none;
}
th.colors{
  background-color:#a8bddb;
}


@media(max-width:999px){
  .side-menu-pc,.header-right{
    display: none;
  }
  #___gcse_1{
    margin-bottom: 10px!important;
  }
  .lang a{
    background-color: #082859;
    box-shadow: 0px 3px 0px rgb(0 0 9);
  }
  .base h2{
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}
@media(max-width:767px){
  .header-content-wrapper{
    height: unset;
    padding-top: 12px;
  }
  .sp-header-title{
    display: block;
    max-width: 430px;
    width: 100%;
  }
  .header-title{
    display: none;
  }
  .footer-wrap{
    padding: 15px 15px ;
    flex-direction: column;
    justify-content: center;
    align-items: space-around;
  }
  .footer-p{
    font-size: 1.2rem;
    display: block;
  }
  .footer-p2{
    text-align: center;
  }
  .footer-wrap img{
    margin-top: 20px;
    width: 60%;
  }
}
@media(max-width:499px){
  .main{
    background-size: 27px;
  }
  .header{
    height: 75px;
  }
  .header-content-wrapper{
    padding: 0;
  }
  .base h2{
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}</pre></body></html>