@charset "UTF-8";
* {
  font-family: "メイリオ", sans-serif;
  line-height: 150%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #000;
  font-family: "メイリオ", sans-serif;
  margin: 0;
  min-width: 1100px;
  padding: 0;
}

.ifPc {
  display: block !important;
}

.ifSp {
  display: none !important;
}

header, section, article, footer, nav {
  display: block;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

a img {
  border: none;
}

li {
  list-style-type: none;
}

a {
  color: #4477DD;
}

a {
  transition: opacity 0.2s ease-out;
}

a:hover {
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.clear {
  clear: both;
  float: none;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 15px;
}

#main {
  padding-bottom: 85px;
}

#inside {
  background: #FFFFFF;
}

.wrapper {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 10px;
  position: relative;
}

/* ------------ HEADER ------------ */
#header {
  background: #fff;
  border-bottom: #ccc 1px solid;
  border-top: #76ae25 4px solid;
  height: 82px;
}
#header h1 {
  display: block;
  float: left;
  width: 180px;
}
#header h1 a {
  display: block;
  width: 100%;
}
#header h1 img {
  display: block;
  width: 100%;
}
#header #head_nav {
  display: block;
  float: right;
  margin-top: 15px;
  text-align: center;
  width: 50px;
}
#header #head_nav img {
  display: block;
  margin: 0 auto;
  width: 35px;
}
#header #head_nav a {
  font-size: 85%;
  letter-spacing: -0.1em;
  text-decoration: none;
}

/* ------------ FOOTER ------------ */
footer {
  background: #eee;
  display: block;
  padding: 0 0 20px;
  text-align: center;
}
footer ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 8px;
}
footer ul li a {
  color: #333;
  text-decoration: none;
}
footer ul li a:hover {
  color: #999;
  text-decoration: underline;
}
footer ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 0 0 8px;
}
footer ul li:last-child {
  padding-right: 8px;
}
footer ul li:last-child:after {
  content: "";
}

.ad-number {
  background: #fff;
  margin: 0 0 30px;
}
.ad-number p {
  color: #424242;
  display: block;
  font-size: 14px;
  padding: 24px 0 24px;
  text-align: center;
}

#copyright p {
  font-size: 14px;
  margin: 20px 0 0 0;
}

/* ------------ TABLE ------------ */
table {
  margin: 15px 0 15px;
}
table th {
  background-color: #ddd;
  box-sizing: border-box;
  padding: 10px;
}
table td {
  box-sizing: border-box;
  padding: 5px;
  vertical-align: top;
}

/* ------------ SAMPLE ------------ */
.sample_area {
  border: solid 1px #ccc;
  margin: 15px 0 15px;
  padding: 20px 10px 20px;
}

/* ------------ BUTTON ------------ */
.btn-wrapper {
  margin: 15px 0 15px;
}

.btn-wrapper .btn {
  margin: 0 auto 0 auto;
}

.btn-wrapper .btn-300 {
  width: 300px;
}

.btn-wrapper .btn-400 {
  width: 400px;
}

.btn-wrapper .btn-500 {
  width: 500px;
}

.btn-wrapper .btn-half {
  width: 50%;
}

.btn-wrapper .btn-all {
  width: 100%;
}

.btn {
  border: solid 1px;
  border-radius: 4px;
  display: block;
  font-weight: bolder;
  line-height: 100%;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.btn-green {
  background-color: #8fc31f;
  border-color: #8fc31f;
  color: #fff;
}

.btn-orange {
  background-color: #fc880b;
  border-color: #fc880b;
  color: #fff;
}

.btn-whitegray {
  background-color: #fff;
  border-color: #666;
  color: #666;
}

.btn-whitegreen {
  background-color: #fff;
  border-color: #8fc31f;
  color: #8fc31f;
}

.btn-gray {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}

.btn.arrow:after {
  background: url(../img/arrow_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 9px;
}

.btn.blank:after {
  background: url(../img//blank_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
}

.btn.arrowGreen:after {
  background: url(../img/arrowGreen_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 12.5px;
  top: 50%;
  width: 9px;
}

.btn.blankGreen:after {
  background: url(../img/blankGreen_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
}

.btn.arrowGray:after {
  background: url(../img/arrowGray_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 12.5px;
  top: 50%;
  width: 9px;
}

.btn.blankGray:after {
  background: url(../img/blankGray_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
}

.btn_s.arrow:after {
  background: url(../img/arrow_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 12.5px;
  top: 50%;
  width: 9px;
}

.btn_s.blank:after {
  background: url(../img/blank_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
}

.btn_s.arrowGreen:after {
  background: url(../img/arrowGreen_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px 12px;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 12.5px;
  top: 50%;
  width: 9px;
}

.btn_s.blankGreen:after {
  background: url(../img/blankGreen_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
}

.btn_s.arrowGray:after {
  background: url(../img/arrowGray_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 12.5px;
  top: 50%;
  width: 9px;
}

.btn_s.blankGray:after {
  background: url(../img/blankGray_link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
}

/* ------------ 装飾 ------------ */
/* For modern browsers */
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

/* 行 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.justify {
  text-align: justify;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* 文字色 */
.txt-red {
  color: #e60012;
}

.txt-gray {
  color: #999;
}

.txt-green {
  color: #8fc31f;
}

/* 文字サイズ */
.txt-small {
  font-size: 80%;
}

/* 余白 */
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

/* 背景色 */
.gray-box {
  background-color: #efefef;
  padding: 10px;
}

.green-box {
  background-color: #ebffcf;
  padding: 10px;
}

/*見出し装飾*/
.darkgray-headline {
  background-color: #595757;
  color: #fff;
  padding: 7px;
}

.lightgray-headline {
  background-color: #9fa0a0;
  color: #fff;
  padding: 5px;
}

.greenline-headline {
  border-bottom: solid 2px #8fc31f;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*ボタン*/
@media screen and (min-width: 980px) {
  body {
    font-size: 18px;
  }
}
/*---------------------------------------------

 TABLET SIZE 

 ----------------------------------------------*/
@media screen and (max-width: 980px) {
  body {
    font-size: 18px;
  }

  .wrapper {
    padding: 0 10px;
  }

  /* ------------ HEADER ------------ */
  #header {
    background: #fff;
    border-bottom: #ccc 1px solid;
    border-top: #76ae25 4px solid;
    height: 63px;
  }

  #header h1 {
    display: block;
    float: left;
    width: 140px;
  }

  #header h1 a {
    display: block;
    width: 100%;
  }

  #header h1 img {
    display: block;
    width: 100%;
  }

  #header #head_nav {
    display: block;
    float: right;
    margin-top: 10px;
    text-align: center;
    width: 50px;
  }

  #header #head_nav img {
    display: block;
    margin: 0 auto;
    width: 26px;
  }

  #header #head_nav a {
    font-size: 75%;
    letter-spacing: -0.1em;
    text-decoration: none;
  }
}
/*---------------------------------------------

SMARTPHONES SIZE

 ----------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    min-width: auto;
  }

  .ifPc {
    display: none !important;
  }

  .ifSp {
    display: block !important;
  }

  #main {
    padding-bottom: 20px;
  }

  .wrapper {
    padding: 0 10px;
  }

  /* ------------ HEADER ------------ */
  #header {
    height: 60px;
  }

  #header h1 {
    margin-left: 0;
    margin-top: 6px;
    width: 106px;
  }

  #header #head_nav {
    margin-top: 10px;
    width: 50px;
  }

  #header #head_nav img {
    width: 22px;
  }

  #header #head_nav a {
    font-size: 50%;
  }
}
@media screen and (max-width: 320px) {
  /* ------------ HEADER ------------ */
  .ifPc {
    display: none !important;
  }

  #header {
    height: 50px;
  }

  #header h1 {
    margin-left: 0;
    margin-top: 0;
    width: 106px;
  }

  #header #head_nav {
    margin-top: 5px;
    width: 50px;
  }

  #header #head_nav img {
    width: 22px;
  }

  #header #head_nav a {
    font-size: 50%;
  }

  /* ------------ FOOTER ------------ */
  #footer #copyright {
    font-size: 80%;
  }
}