﻿@charset "UTF-8";
/***************************************************
   HTML All Class Element Styles
***************************************************/
html,
body {
  height: 100%;
}
body {
  font-family: Meiryo;
  font-size: 14px;
  line-height: 170%;
  color: #000;
  text-align: center;
  background-color: #0079e7;
}
a {
  color: #006598;
  text-decoration: underline;
}
a:hover {
  color: #006598;
  text-decoration: none;
}

.cb {
  clear: both;
  font-size: 0;
}

body > #wrap {
  height: auto;
}
#wrap {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 100%; /* for IE6 */
  background-image: url(img/main_bg.png);
  background-position: top;
  background-repeat: no-repeat;
}

#right {
  text-align: right;
}

#center {
  text-align: center;
}

p {
  margin-bottom: 15px;
}

.contener {
  width: 100%;
  margin: 0 auto;
  min-height: 900px;
}

.con_in {
  width: 1200px;
  margin: 0 auto;
}

#back-top {
  position: fixed;
  bottom: 50px;
  right: 100px;
}
#back-top a {
  width: 57px;
  display: block;
}
#back-top span {
  width: 50px;
  height: 50px;
  display: block;

  background: url(img/go_top.png) no-repeat center center;
}

td,
th {
  line-height: 170%;
}

input {
    line-height: 50px;
    font-size: 16px;
    background-color: rgba(5, 49, 255, 1.00);
    color: #ffffff;
    text-align: center;
    width: 400px;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
}


/***************************************************
  Header Element Styles
***************************************************/

.head01 {
  margin: 0 auto;
  width: 1200px;
  padding: 0;
  height: 107px;
}

/***************************************************
  Sidebar Element Styles
***************************************************/
.menu {
  padding-top: 0;
  margin: 15px 0 20px;
}

.navi {
  margin: 0;
  display: block;
  color: #fff;
  margin-bottom: 2px;
  position: relative;
}

.navi:last-child {
  border-bottom: 0;
}

.navi#stay {

  color: #fff;
}

.nav-txt {
  font-size: 14px;
  line-height: 2.55;
  font-weight: bold;
  padding: 1px 0 1px 15px;
}

.nav-txt::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navi#stay .nav-txt::before {
  border-color: transparent transparent transparent #fff;
}



.navi a:hover {
  display: block;
  color: white;
}

.navi a:hover .nav-txt::before {
  border-color: transparent transparent transparent #fff;
}

.navi {
  position: relative;
  overflow: hidden;
}

/* 背景専用 */
.navi::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #318afa;
  mix-blend-mode: multiply;
  z-index: 0;
}

/* テキスト */
.navi a,
.nav-txt {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
}

.navi a:hover
.nav-txt {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration:underline;
}

.danjo {
  line-height: 1.4;
  padding: 10px 0 10px 8px;
  font-size: 14px;
}

.danjo::before {
  margin: 0;
  top: 15px;
}

.new {
  position: absolute;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  bottom: 15px;
  right: 5px;
}

.bana01 {
width: 250px;
margin-right: 30px;
font-size: 11px;
line-height: 1.1;
color: white;
}
.bana01 img {
  width: 100%;
}

.bana01 a:hover {
  opacity: 0.7;
}

.btn-onde a {
    display: block;
    width: 580px;
    background-color: #ffff00;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	line-height: 1.4;
}

.btn-onde a:hover{
opacity: 0.7;
}

.btn-onde-txt{
font-size: 15px;

}

.jimu {
   text-align: left;
  color: white;
  font-size: 13px;  
  line-height: 1.3;
width: 100%;
margin: 0 0 10px;
}



.jimu01 {
 font-size: 12px; 
 font-weight: bold;
  margin-bottom: 10px;
}


.jimu a {
 color: #ff0;
}

/***************************************************
  Contents Element Styles
***************************************************/
.con_r {
  width: 950px;
  float: right;
  height: 100%;
  text-align: left;
}

.hon {
  width: 910px;
  margin: 15px 0 20px 40px;
  min-height: 600px;
  background-color: rgba(255, 255, 255, 0.9);
}

.hon_in {
  text-align: left;
  padding: 20px 30px 40px;
}

.title01 {
    background-color: #318afa;
    width: 880px;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
  }

.title02 {
    background-color: #2c44aa;
    width: 880px;
    padding: 15px 0 15px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
  }

.con_in {
  width: 1200px;
  margin: 0 auto;
}

.con_l {
  width: 250px;
  float: left;
  height: 100%;
}

.con_box {
  margin: 0 30px;
}

.top01 {
  position: relative;
  margin-bottom: 10px;
}

.kokuti {
  width: 700px;
  margin: 0 0 20px 20px;
  padding: 10px;
  border: 3px solid #ff0000;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 150%;
}

.kokuti-t {
  font-size: 17px;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.kokuti p {
  margin-bottom: 10px;
}

.info {
  width: 250px;
  margin: 0 auto 20px 0;
  font-size: 13px;
  text-align: left;
  color: #000000;
  background-color: #fff;
}

.info-title {
  height: 26px;
}

.infobox {
  height: 132px;
  overflow: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding:5px 0; 
}

.info-kiji {
  font-size: 13px;
  line-height: 1.3;
  margin: 3px 3px 3px 10px;
}

.kugiri {
  height: 0px;
  border-bottom: #C8C8C8 1px solid;
}

.akawaku2 {
  border: 3px solid #ff0000;
  padding: 10px;
  background-color: #ffe6e7;
  color: #ff0000;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  margin: 10px 0;
}

.kurowaku {
  border: 3px solid #000000;
  padding: 10px;
  background-color: #ffe6e7;
  color: #ff0000;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  margin: 10px 0;
}

.jimu_bg{
width: 100%;
 height: auto;
  padding: 10px 0 12px;
}



/***************************************************
  Footer Element Styles
***************************************************/
.foot01 {
  width: 100%;
  padding: 10px 0;
  margin: 0;
}

.footer {
  width: 100%;
  height: 30px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background-color: #d07c5e;
}

/***************************************************
  Mouse Over Element Styles   
***************************************************/
/***********************************************************
アコーディオン
**********************************************************/

.ac_box_01 > .ac_button {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0.5em 0.5em 0.5em 2.5em;
  background: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-weight: 700;
  color: #f00;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.1s ease-out;
  transition-property: background, color;
}

.ac_box_01 > .ac_button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  border-top: solid 2px #ff0000;
}

.ac_box_01 > .ac_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  border-top: solid 2px #ff0000;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
}

.ac_box_01 > .ac_button:not(.clicked):hover::after {
  transform: rotate(-90deg);
}

.ac_box_01 > .ac_content {
  box-sizing: border-box;
  padding: 0.5em 5px 0.8em 10px;
  width: 100%;
  display: none;
}

.ac_box_01 > .ac_content {
  box-sizing: border-box;
  padding: 0.5em 5px 0.8em 10px;
  width: 100%;
  display: none;
}

/***************************************************
  Table Layout Element Styles   //index.html
***************************************************/

table#form_table {
  width: 538px;
  border: 1px #acacac solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table#form_table th {
  padding: 5px;
  border: #acacac solid;
  border-width: 0 0 1px 1px;
  background: #e4f5ff;
  line-height: 120%;
  text-align: left;
  width: 102px;
  height: 40px;
  color: #5a5a5a;
  text-indent: 5px;
  font-weight: normal;
}
table#form_table td {
  padding: 5px;
  border: 1px #acacac solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  color: #5a5a5a;
}
table#form_table td.alpha {
  width: 100px;
}

table#form_table td input {
  border: 1px solid #b98633;
}
table#form_table td input.form_one {
  width: 30px;
}
table#form_table td input.mail_a {
  width: 300px;
}
table#form_table td input.mail_b {
  width: 30px;
}

#sou {
  background: url(img/contact_bu.jpg);
  width: 282px;
  height: 26px;
  border: 0;
  font-size: 0;
  margin: 0 auto;
}
#sou:hover {
  background: url(img/contact_bu_on.jpg);
}

/***************************************************
  Qand.html
***************************************************/

.midasi1 {
  text-align: left;
  font-size: 16px;
  border-bottom: #318afa solid 1px;
  border-left: #318afa solid 3px;
  margin: 0 0 10px 0;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi2 {
  text-align: left;
  font-size: 16px;
  border-bottom: #318afa solid 1px;

  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi3 {
  text-align: left;
  font-size: 16px;
  color: #318afa;

  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi4 {
  text-align: left;
  font-size: 16px;
  color: #000;

  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi5 {
  text-align: left;
  font-size: 16px;
  color: #fff;
  background-color:#318afa;

  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.bun {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 20px 10px;
  line-height: 170%;
}

.bun2 {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 10px 10px;
  line-height: 170%;
}

.bun3 {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 10px 20px;
  line-height: 170%;
}

.bun4 {
  text-align: left;
  font-size: 14px;
  margin: 0 30px 20px 20px;
  line-height: 170%;
}

.bun5 {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 20px 10px;
  line-height: 170%;
  border-bottom: 1px dotted #999999;
}

.bun6 {
  text-align: left;
  font-size: 14px;
  margin: 0;
  line-height: 170%;
}

.bun7 {
  text-align: left;
  font-size: 14px;
  margin: 0 0 10px 10px;
  line-height: 170%;
}

.btn-endai a {
  width: 300px;
  margin: 0 auto 20px;
  display: block;
  line-height: 50px;
  color: #ffffff;
  background-color: #004cff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.btn-endai a:hover {
  opacity: 0.6;
}

.waku {
  border: 2px solid #f00;
  padding: 10px;
  text-align: center;
}

.aka {
  color: #f00;
}

td.cate {
  padding-left: 10px;
}

.kasen {
  border-bottom: 1px dotted #000000;
}

td.r-aki {
  padding-right: 5px;
}

.kako-btn a {
  width: 200px;
  line-height: 50px;
  height: 50px;
  background-color: #a31d4b;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.kako-btn a:hover {
  background-color: #ffffff;
  color: #a31d4b;
  border: 1px solid #a31d4b;
}

.wave {
  text-decoration: underline wavy;
}

.aki {
  padding-left: 5px;
}

.btn-pre a {
  width: 500px;
  margin: 0 auto 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #004cff;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
}

.btn-pre a:hover {
  background-color: #7fb9ff;
}

.btn-pre2 a {
  width: 350px;
  margin: 0 0 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #004cff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.btn-pre2 a:hover {
  background-color: #7fb9ff;
}

.btn-pre2#red a {
  background-color: #d40003;
}

.btn-pre2#mono a {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}

.btn-pre3 a {
  width: 300px;
  margin: 0 0 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #189eff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.btn-pre3 a:hover {
  background-color: #5aafff;
}

.waku2 {
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
  margin-bottom: 20px;
}

.waku3 {
  width: 500px;
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
  margin: 10px 0 20px;
  background-color: #e8f9ff;
}

.btn-area{
display: flex;
flex-wrap: wrap;
}

.btn-area2{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.cate{
width: 340px;
}

table#tani td {
  line-height: 120%;
}

table#tani td p {
  line-height: 160%;
}

/* 右上がりの斜線 */
.right_up_border {
  background-image: linear-gradient(
    -4deg,
    /*角度*/ transparent 49%,
    black 49%,
    /*斜線の色*/ black 52%,
    /*斜線の色*/ transparent 52%,
    transparent
  );
}

.notice {
  padding: 10px;
  border: 3px solid #ff0000;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 150%;
}

table#ippan td {
  border: 1px solid #000000;
}

.live {
  color: #ff3c06;
  font-weight: bold;
}



.sidebana {
  width: 211px;
  margin: 0 0 10px;
}
.sidebana img {
  width: 100%;
}


.bana-area {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #000000;
}

.bana-box {
  width: 190px;
  margin: 0 5px;
}
.bana-box img {
  width: 100%;
}
.bana-box a:hover {
  opacity: 0.6;
}

.bb01 {
  border-bottom: 1px solid #002f3e;
}

.aki2 {
  padding-left: 13px;
}

.btn-top a {
  width: 600px;
  margin: 0 auto 20px;
  display: block;
  padding: 10px 0;
  line-height: 150%;
  color: #ffff00;
  background-color: #ff0000;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #fff;
}

.btn-top a:hover {
  opacity: 0.7;
}

.btn-pre a:hover {
  opacity: 0.7;
}

.btn-top#lira a {
  background-color: #bdafff;
}

.btn-top#white a {
  background-color: #ffffff;
}


