@charset "UTF-8";
#main_column.colnum2.right {
  padding: 0;
}

#main_column.colnum2 {
  width: 77%;
}

.mainContainer {
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

#footer {
  margin: 0 auto 150px;
}

/* ===============================================
コンポーネント
=============================================== */
.ttl-l {
  font-size: 28px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0 10px 10px;
  text-align: center;
  text-align: left;
  color: #fff;
  background-color: #437e37;
}

.ttl-m {
  font-size: 20px;
  font-weight: bold;
}

.ttl-s span {
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 5px;
}
.ttl-s span::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 15px;
  content: '';
  background-color: #ffdfb4;
}
.ttl-s .txt-s {
  font-size: 16px;
}

.sub {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 5px;
}
.sub::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 12px;
  content: '';
  background-color: #ffdfb4;
}

.border-ttl {
  font-size: 18px;
  display: inline-block;
  padding: 6px 15px;
  text-align: left;
  border: 1px solid #333;
}

.linkBtn01 a {
  font-weight: bold;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 290px;
  padding: 15px 10px 15px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  background-color: #8ac87d;
}
.linkBtn01 a::before {
  position: absolute;
  top: 20px;
  right: 18px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.linkBtn01 a::after {
  position: absolute;
  top: 22px;
  right: 15px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  content: '';
  border: 6px solid transparent;
  border-left: 8px solid #8ac87d;
}
.linkBtn01 a:hover {
  transition: .2s;
  color: #fff !important;
  background-color: #d91533 !important;
}
.linkBtn01 a:hover::after {
  border-left: 8px solid #d91533;
}

.linkBtn02 a {
  font-weight: bold;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 250px;
  padding: 10px 10px 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #ffdfb4;
}
.linkBtn02 a::before {
  position: absolute;
  top: 14px;
  right: 7px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #333;
  border-radius: 50%;
}
.linkBtn02 a::after {
  position: absolute;
  top: 17px;
  right: 5px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  content: '';
  border: 6px solid transparent;
  border-left: 8px solid #333;
}
.linkBtn02 a:hover {
  transition: .2s;
  color: #333 !important;
  background-color: #e37211 !important;
}

.linkBtn03 a {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 520px;
  padding: 15px 10px 15px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #ffdfb4;
}
.linkBtn03 a::before {
  position: absolute;
  top: 18px;
  right: 21px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #333;
  border-radius: 50%;
}
.linkBtn03 a::after {
  position: absolute;
  top: 21px;
  right: 19px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  content: '';
  border: 6px solid transparent;
  border-left: 8px solid #333;
}
.linkBtn03 a:hover {
  transition: .2s;
  color: #333 !important;
  background-color: #e37211 !important;
}

.linkBtn04 a {
  font-weight: bold;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 249px;
  padding: 15px 10px 15px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #8ac87d;
}
.linkBtn04 a::before {
  position: absolute;
  top: 19px;
  right: 27px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #333;
  border-radius: 50%;
}
.linkBtn04 a::after {
  position: absolute;
  top: 22px;
  right: 25px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  content: '';
  border: 6px solid transparent;
  border-left: 8px solid #333;
}
.linkBtn04 a:hover {
  transition: .2s;
  color: #333 !important;
  background-color: #d91533 !important;
}

.contactBtn02 a {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  background-color: #f4c07a;
}
.contactBtn02 a:hover {
  transition: .2s;
  color: #fff !important;
  background-color: #d91533 !important;
}
.contactBtn02 a:hover::after {
  border-left: 8px solid #d91533;
}

.comBtn.mid a {
  width: 300px;
}
.comBtn.mid a::before {
  top: 17px;
}
.comBtn.mid a::after {
  top: 19px;
}

.fixedArea {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 2px solid #003E92;
}
.fixedArea .fixed_inner {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  padding: 10px 0;
  width: 1000px;
}
.fixedArea .fixed_inner .mid {
  float: left;
  width: 33.3333%;
}
.fixedArea .fixed_inner .mid a {
  margin: 0 auto;
  font-size:16px;
padding:16px 0;
}


/* ===============================================
table レイアウト
=============================================== */
.tableBox {
  margin-bottom: 75px;
}
.tableBox .tax_excluded {
  text-align: right;
  font-size: 12px;
  display: block;
}
.tableBox th,
.tableBox td {
  font-size: 13px;
  height: 50px;
  text-align: center;
}
.tableBox .th-ttl {
  font-size: 16px;
}
.tableBox .th-w {
  width: 150px;
}

/* ===============================================
CONTENTS
=============================================== */
.mainContainer {
  margin-top: 20px;
}
.mainContainer .section {
  margin-bottom: 75px;
}
.mainContainer .section .article {
  padding: 10px;
  box-sizing: border-box;
  background-color: #EBEBEB;
  margin-top: 10px;
  border-radius: 10px;
}
.mainContainer .section .innerBox {
  margin-top: 10px;
  overflow: hidden;
  *zoom: 1;
}
.mainContainer .section .innerBox .innerBox__txt {
  float: left;
  width: 60%;
  font-size: 18px;
  line-height: 32px;
}
.mainContainer .section .innerBox .innerBox__img {
  float: right;
  width: 35%;
}
.mainContainer .contInner {
  margin-top: 30px;
}

.pointArea li {
  margin-bottom: 10px;
}

.contInner .ttl-s {
  margin-bottom: 20px;
}
.contInner .border-ttl {
  margin-bottom: 10px;
}
.contInner .fltBox {
  position: relative;
  margin-bottom: 15px;
}
.contInner .fltBox .fltBox__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
}
.contInner + .free img {
  margin-top: 20px;
}
.contInner .linkBtn01 {
  margin-bottom: 50px;
  overflow: hidden;
  *zoom: 1;
}
.contInner .linkBtn01 a {
  float: right;
}
.contInner .contactBnr {
  margin-top: 50px;
}
.contInner .fltArea {
  margin-top: 20px;
  overflow: hidden;
  *zoom: 1;
}
.contInner .fltArea .linkBtn03 {
  float: left;
  width: 520px;
}
.contInner .fltArea .linkBtn04 {
  float: right;
  width: 249px;
}

.tips {
  margin-top: 50px;
  position: relative;
  border: 2px dotted #000;
  padding: 15px;
  box-sizing: border-box;
}
.tips .tipsInner strong {
  padding-left: 60px;
  font-size: 20px;
  margin: 5px 0 25px 0;
  display: block;
}
.tips .tipsInner p {
  margin: 0;
}
.tips::after {
  content: '';
  display: block;
  width: 82px;
  height: 78px;
  background: transparent url("../img/common/renew/ic_check.png") left top no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 8px;
}

.listInner {
  overflow: hidden;
  *zoom: 1;
  margin: 20px 0 10px;
}
.listInner .left-list {
  width: 51%;
  float: left;
}
.listInner .right-img {
  width: 39%;
  float: right;
}
.listInner ul li {
  list-style: inside;
  margin: 6px 0;
}

.kakaku-top {
  overflow: hidden;
  *zoom: 1;
}
.kakaku-top span {
  display: block;
}
.kakaku-top .flt-l {
  width: 124px;
  height: 45px;
  line-height: 45px;
  background-color: #000;
  color: #fff;
  text-align: center;
  float: left;
  margin-right: 12px;
}
.kakaku-top .flt-m {
  float: left;
}
.kakaku-top .flt-r {
  float: right;
}

.txtBox {
  padding: 20px;
  box-sizing: border-box;
  background-color: #EBEBEB;
  border-radius: 10px;
}
.txtBox strong {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.txtBox p {
  margin: 0;
}

.ryoumen {
  padding-top: 50px;
}
.ryoumen .kakaku-top {
  padding-top: 70px;
  border-top: 2px dotted #000;
}

.cate-kanban {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 50px;
}
.cate-kanban li {
  float: left;
  width: 33.33333%;
}
.cate-kanban li h4 {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 14px;
  color: #000;
  background-color: #8AC87D;
  border-radius: 20px;
  width: 80%;
  padding: 5px 0;
}
.cate-kanban li a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.cate-kanban li a img {
  display: block;
  margin: 0 auto;
}


#top-fix .fixed_inner{width:700px;}
#top-fix .fixed_inner .mid{width:50%;}
#top-fix .fixed_inner .mid a{font-size:16px;}
#top-fix .comBtn.mid a::before{top:13px!important;}
#top-fix .comBtn.mid a::after{top:15px!important;}
