@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* html body { overflow: hidden;}

body {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.yumin{ font-family : YuMincho,'Yu Mincho',serif;}
.yugothic{ font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;}

img {
  border: 0 0;
  vertical-align: bottom;
}

a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333
}
a:hover {
  color: #999;
  text-decoration: none;
}
a:hover img {
  filter:alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7
}

h1 {
  padding: 18px 0 10px 0;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}

h2 {
  padding: 18px 0 10px 0;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

h3 {
  margin: 2.25em 0  0.8em;
  padding: 0.35em 0.8em;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 160%;
  background: transparent;
  border-left: solid 4px #824980;
}

h4 {
  padding: 18px 0 10px 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 160%;
}

h5 {
  padding: 18px 0 10px 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 160%;
}

.txt-center { text-align: center!important;}
.txt-left { text-align: left!important;}
.txt-right { text-align: right!important;}

.no-border {
  padding: 0.35em 0;
  border: none;
  }

.floatwrap {
  overflow: hidden
}
.floatwrap:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden
}
* html .floatwrap {
  height: 1em;
  overflow: visible
}

.m-0 { margin: 0!important;}
.m-3 { margin: 3px!important;}
.m-5 { margin: 5px!important;}
.m-10 { margin: 10px!important;}
.mt-0 { margin-top: 0!important;}
.mt-10 { margin-top: 10px!important;}
.mt-20 { margin-top: 20px!important;}
.mt-30 { margin-top: 30px!important;}
.mt-40 { margin-top: 40px!important;}
.mt-50 { margin-top: 50px!important;}
.mt-80 { margin-top: 80px!important;}
.mb-8 { margin-bottom: 8px!important;}
.mb-10 { margin-bottom: 10px!important;}
.mb-15 { margin-bottom: 15px!important;}
.mb-20 { margin-bottom: 20px!important;}
.mb-25 { margin-bottom: 25px!important;}
.mb-30 { margin-bottom: 30px!important;}
.mb-40 { margin-bottom: 40px!important;}
.mb-50 { margin-bottom: 50px!important;}
.mb-60 { margin-bottom: 60px!important;}

.clear {
  clear: both
}

.wt-100 { font-weight:100!important;}
.wt-300 { font-weight:300!important;}
.wt-400 { font-weight:400!important;}
.wt-500 { font-weight:500!important;}
.wt-600 { font-weight:600!important;}
.wt-700 { font-weight:700!important;}
.wt-900 { font-weight:900!important;}

.bold { font-weight: bold!important;}
.bc { color: #0082b5!important;}
.red { color: #d80000!important;}
.blue { color: #0082b5!important;}
.white { color: #fff!important; }
.yellow { color: #F2DF00!important; }

.txt-l { font-size: 1.2em!important; }
.txt-s { font-size: 0.8em!important; }
.txt-sd { text-shadow: #333 1px 0 4px!important;}

.ym {
  padding: 0 6px;
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.b-border {
  border-bottom: 1px solid #d0d0d0;
}

.info{
  margin: 5px 10px;
  padding: 2px 16px;
  background: #47a6de;
  color: #fff;
  font-size: 85%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.page input, .page textarea, .page select {
  font-size:16px;
  border:1px solid #999999;
  margin: 4px;
  padding:6px;
  border-radius:3px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.page input:focus, .page textarea:focus {
  box-shadow: 0px 0px 5px 2px #ccccee;
  outline-style:none;
}

.page input.smt-btn {
  padding: 15px 40px;
  font-size: 1.2em;
  background-color: #005B30!important;
  color: #fff!important;
  border-style: none!important;
}

ul.bul  {
  padding:0.5em;
  list-style-type:none;
}
ul.bul  li {
  position:relative;
  padding: 0em 0.3em 0.3em 1.3em;
  font-size: 1.1em;
  line-height: 1.8em;
}
ul.bul li:after,ul.bul li:before {
  position:absolute;
  content:'';
  display:block;
  background: #005B30;
  top: 0.43em;
  left: 0.4em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
ul.bul li:before {
  top: 0.6em;
  left: 0.1em;
  height:8px;
  transform:rotate(-45deg);
}
ol.bol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.bol li {
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 0.4em 0.4em 0.4em 1.8em;
  position: relative;
}
ol.bol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #005B30;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  position: absolute;
  top: 0.78em;
  left: 0;
}

.hissu {
  margin: 2px 10px;
  padding: 3px 6px;
  background: #D90000;
  color: #fff;
  font-size: 70%;
  border-radius: 2px;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
}

main input, main textarea {
	font-size:16px;
    border:1px solid #999999;
    margin:2%;;
  padding:2%;
  width: 96%;
	border-radius:3px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
main select {
	font-size:16px;
    border:1px solid #999999;
    margin:2%;;
  padding:2%;
	border-radius:3px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}

main input:focus, main textarea:focus {
	box-shadow: 0px 0px 5px 2px #ccccee;
	outline-style:none;	
}

main input.smt-btn {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: #005B30!important;
    color: #fff!important;
    border-style: none!important;
}

.select-box select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

@media (max-width: 768px) {
  .select-box {
    text-align: left;
  }
}

