@charset "utf-8";
/* リセット
---------------------------------*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
*{-webkit-box-sizing:border-box;-moz-box-sizing : border-box ;box-sizing: border-box;margin:0;padding:0;font-size: 100%;}
body{background:#fafafa;margin:0;padding:0;-webkit-text-size-adjust: none;font-size: 15px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial,Helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6 {line-height: 100%;margin: 0px;padding: 0px;font-weight:normal;clear:both;}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {display: block;}
::-moz-selection{background:#141414;color: #FFFFFF;}
::selection{background:#141414;color: #FFFFFF;}
img {border: none;margin: 0px;padding: 0px;max-width: 100%;height: auto;vertical-align:bottom;}
hr{display: none;}
:root ul { letter-spacing: -1px; word-spacing: -1px;}
@media(max-width: 359px){body {font-size: 13px;}}
@media(max-width: 319px){body {font-size: 10.5px;}}
@media (max-width: 300px){body {font-size: 10px;}}
a{
	color:#2f6cad;
  text-decoration: none;
}
/* ベース */
/* ------------------------------------ */
.wrap{width:100%;max-width:450px;margin:0 auto;background:#fff;}
p{color:#272727; line-height: 1.7;}
.db {display: block;}
.Lsize { font-size: 130%;}
.Msize { font-size: 110%;}
.Ssize { font-size: 85%;}
.red {color: #ed3320;}
.orange { color: #f87300; }
.green {color: #006046;}
.yellow { color: #ffa72e; }
.bold {font-weight: bold;}
.bgred {
    background: #ec4837;
    color: #ffe04f;
    padding: 2% 1.5% 0.8%;
    margin: 0 1%;
    letter-spacing: 0.5px;
}
.bggreen {
    background: #c5e5c4;
    font-weight: bold;
    padding: 2% 1.5% 0.8%;
    margin: 1% 4% 1%;
    letter-spacing: 0.5px;
    display: block;
}
.nobold { font-weight: normal !important; }
.title {
  font-size:1.2em;
  margin:0 0 6%;
  padding: 4.2% 1% 3.5%;
  border-top:2px solid #e2e2e2;
  border-bottom: 4px solid #4bb347;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  background:rgba(255,255,255,0.5)
}
.border-top {
    padding-top: 6%;
    box-shadow: 0 -2px 5px -4px #222;
}
.mb10 { margin-bottom: 10% !important;}
.mb5 { margin-bottom: 5% !important;}
.pb10 { padding-bottom: 10% !important; }
.center { text-align: center; margin: 0 auto; }
.m5 {margin: 5%;}

/*header*/
.header_top {
  width: 100%;
  padding:2%;
}
.header_top p {
  display: inline-block;
  vertical-align: top;
}
.header_top .logo {
  width:170px;
  text-align: left;
}

.top_title {
  margin: 30px 0 24px;
  padding: 0 0 13px;
  border-bottom: 4px solid #4BB347;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #272727;
}
.title2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin: 40px 0 16px;
}
.contents {
  margin: 0 16px;
  color: #272727;
}
.info_box {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.info_list {
  background: #F1F3F1;
  padding: 24px 16px;
}
.info_list ul {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding: 0 0 0 20px;
}
.info_list ul li {
  margin: 0 0 10px;
}
.info_list ._cl {
  color: #006046;
}
.info_data {
  background: #F0F9F0;
  padding: 24px 16px;
}
.info_data_ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #21871D;
  margin: 0 0 16px;
}
.info_data p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 16px;
}
.info_data p a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .contents {
    margin: 0 1rem;
  }
}

.info_text, footer .info_text {
  font-size:0.8em;
  padding: 4% 2% 1%;
  color: #6d7782;
}

