html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
th, caption {
  text-align: left;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
  background: #cefdcc;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.48;
  letter-spacing: 0.05rem;
  color: #212121;
}
@media screen and (max-width: 599px) {
	body {font-size: 15px;}
}
.al_right {
  text-align: right !important;
}
.al_center {
  text-align: center !important;
}
.wrap {
  text-align: center;
}
.inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.logo {
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  background-image: url("line046.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  margin-bottom: 2rem;
  
}
.main_img{position: relative;}
.main_img span{display:inline-block;
position:absolute;
text-align: center;
	left:0;
	right: 0;
	top:50%;
	z-index: 2;color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
 text-shadow: 0 0 10px #222,
               0 0 10px #222,
               0 0 10px #222,
               0 0 10px #222,
               0 0 10px #222;
}
.content .menu ul {
  background-color: #fff;
  margin-bottom: 2.5rem;
}
.content .menu ul li a {
  display: block;
  padding: 1.2rem 0.3rem;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #009933;
  font-weight: 500;
}
.content .menu ul li {
  border-bottom: #ddd solid 1px;
}
.content .main p {
  text-align: left;
  line-height: 1.6;
  padding-bottom: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content .main p.top {
  font-size: 1.13rem;
}
.content .main p.msg {
  font-size: 1.13rem;
  text-align: center !important;
  line-height: 1.5;
  color: #423e9d;
}
.news_box {
  border-top: #aaa solid 1px;
  border-bottom: #aaa solid 1px;
  margin: 2rem 0 0.2rem;
  padding: 1rem 1rem 1.5rem;
  text-align: left !important;
}
.news_box h4 {
  color: #423e9d;
  padding-bottom: 0.5rem;
  font-weight: 500;
}
.news_box ul {
  padding-left: 1.1rem;
}
.news_box ul li {
  position: relative;
  display: block;
}
.news_box ul li:before {
  position: absolute;
  content: '';
  top: 0.4rem;
  left: -1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #423e9d;
}
.content .main h2 {
  color: #fff;
  background: #009933;
  padding: 1rem;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.content .main h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #009933;
  text-align: left;
  margin-bottom: 1rem;
}
ol.privacy-list {
  margin-left: 1.5em;
  margin-bottom: 2.5rem;
}
ol.privacy-list.last {
  margin-bottom: 0;
}
ol.privacy-list > li {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  text-align: left;
}
ol.dic > li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.dic > li::before {
  content: counter(cnt) ".";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
ol.brackets > li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.brackets > li::before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
ol.brackets.non > li::before {
  content: "・";
}
.content .main p.privacy-title {
  padding-bottom: 0.5rem !important;
}
.privacy-contact {
  border: #aaa solid 1px;
  padding: 1.5rem 1.5rem 0.5rem;
}
.privacy-contact h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.main table th, .main table td {
  border: #aaa solid 1px;
  padding: 0.6rem 1rem;
  background-color: #fff;
  text-align: left;
}
.main table td {}
footer {
  padding: 2rem 0;
  border-top: #99cccc solid 5px;
}
footer .add {
  font-size: 0.88rem;
}
footer .copy {
  font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
  .content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .content .menu {
    width: 24%;
  }
  .content .main {
    width: 72%;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .content .main {
    padding-bottom: 2rem;
  }
  .content .menu {
    padding-bottom: 2rem;
  }
}
.btm_1 {
  margin-bottom: 0.5rem;
}
.btm_2 {
  margin-bottom: 1rem;
}
.btm_3 {
  margin-bottom: 1.5rem;
}
.btm_4 {
  margin-bottom: 2rem;
}
.btm_5 {
  margin-bottom: 3rem;
}
.btm_6 {
  margin-bottom: 4rem;
}
.btm_7 {
  margin-bottom: 5rem;
}
.fnt_14 {
  font-size: 0.88rem !important;
}
.fnt_15 {
  font-size: 0.94rem !important;
}
.fnt_18 {
  font-size: 1.17rem !important;
}
.fnt_20 {
  font-size: 1.25rem !important;
}