@charset "UTF-8";
/* ####################################################################################################

	utility settings

#################################################################################################### */
/* ==================================================
	basic settings
================================================== */
h1, h2, h3, h4, h5, h6, p, li, pre, td, th, dt, dd {
  line-height: 1.5;
}

a {
  color: #004db6;
}
a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* ==================================================
	width
================================================== */
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ==================================================
	margin
================================================== */
/* margin-top
-------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt95 {
  margin-top: 95px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

/* margin-right
-------------------------------------------------- */
.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* margin-left
-------------------------------------------------- */
.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

/* ==================================================
	padding
================================================== */
/* padding-top
-------------------------------------------------- */
.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

/* ==================================================
	layout
================================================== */
/* display
-------------------------------------------------- */
.disp_n {
  display: none !important;
}

.disp_b {
  display: block !important;
}

/* clearfix
-------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* float
-------------------------------------------------- */
.flr {
  float: right;
}

.fll {
  float: left;
}

/* ==================================================
	text style
================================================== */
/* color
-------------------------------------------------- */
.c_orange {
  color: #ff6c00 !important;
}

/* font-family
-------------------------------------------------- */
.font_yugo {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic;
}

/* font-size
-------------------------------------------------- */
.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

/* font-weight
-------------------------------------------------- */
.bold {
  font-weight: bold !important;
}

/* text-align
-------------------------------------------------- */
.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

/* text-indent
-------------------------------------------------- */
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* vertical-align
-------------------------------------------------- */
.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

/* ==================================================
	image style
================================================== */
/* lightbox用ズームアイコン
-------------------------------------------------- */
a.ico_zoom {
  display: inline-block;
  position: relative;
}
a.ico_zoom:after {
  content: url(../common_img/ico_zoom.png);
  display: block;
  display: none\9;
  /* IE9未満 */
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 19px;
  height: 19px;
  padding: 8px;
  border-radius: 20px;
  background-color: #325b0d;
}

/* img hover
-------------------------------------------------- */
.imghover img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imghover img:hover {
  opacity: 0.6;
}

/* ==================================================
	ul
================================================== */
/* indent list
-------------------------------------------------- */
.list_ti_1em li {
  padding-left: 1em;
  text-indent: -1em;
}

/* inline-block list
-------------------------------------------------- */
.list_ib > li {
  display: inline-block;
  vertical-align: middle;
}

/* ==================================================
	dl
================================================== */
/* inline
-------------------------------------------------- */
.dl_disp_i dt, .dl_disp_i dd {
  display: inline;
  vertical-align: middle;
}
.dl_disp_i dt img, .dl_disp_i dd img {
  vertical-align: middle;
}

/* table
-------------------------------------------------- */
.dl_table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.dl_table > dl {
  display: table-row;
}
.dl_table > dl > dt,
.dl_table > dl > dd {
  display: table-cell;
  vertical-align: top;
}

/* ####################################################################################################

	basic settings

#################################################################################################### */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  min-width: 1000px;
  padding-top: 20px;
  color: #2c2c2c;
  font-size: 14px;
  overflow-x: hidden;
}

/* サイト幅
-------------------------------------------------- */
.site_wrap {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* SEO h1
-------------------------------------------------- */
#seo_txt {
  color: #44721d;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}

/* ==================================================
	header
================================================== */
#hcontact {
  float: right;
}
#hcontact .left_col, #hcontact .right_col {
  float: right;
}
#hcontact .right_col {
  margin-left: 13px;
  text-align: center;
}
#hcontact .right_col .btn {
  margin-top: 8px;
}
#hcontact .left_col {
  color: #000;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

#logo {
  float: left;
}

/* ==================================================
	gnav
================================================== */
#gnav {
  margin-top: 10px;
  background: url(../common_img/gnav_bg.png) repeat-x;
}
#gnav ul {
  border-right: 1px solid #2e4f14;
  border-left: 1px solid #192d02;
}
#gnav li {
  float: left;
  width: 200px;
}
#gnav li a {
  box-sizing: border-box;
  display: block;
  height: 65px;
  padding-top: 12px;
  border-right: 1px solid #192d02;
  border-left: 1px solid #2e4f14;
  background: url(../common_img/gnav_btn_bg_off.png) repeat-x;
  color: #fff;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-align: center;
}
#gnav li a:hover {
  background: url(../common_img/gnav_btn_bg_on.png) repeat-x;
}
#gnav li a span {
  font-size: 10px;
  color: #f4f4cd;
  display: block;
}

/* ==================================================
	content_area
================================================== */
/* cmn_bnr_area
-------------------------------------------------- */
#cmn_bnr_area {
  margin-top: 40px;
  padding-bottom: 25px;
  background-color: #f3f3f3;
}
#cmn_bnr_area .link_list_wrap {
  border-bottom: 1px solid #fff;
}
#cmn_bnr_area .link_list {
  padding: 24px 0;
  border-bottom: 1px solid #d2d2d2;
}
#cmn_bnr_area .link_list li {
  box-sizing: border-box;
  float: left;
  width: 300px;
  height: 100px;
  margin-left: 30px;
  padding-top: 10px;
  padding-left: 105px;
  background-color: #fff;
  border: 2px solid #d8d8d8;
}
#cmn_bnr_area .link_list li:first-child {
  margin-left: 0;
}
#cmn_bnr_area .link_list li:hover {
  border-color: #0066cb;
}
#cmn_bnr_area .link_list li dl {
  font-size: 14px;
}
#cmn_bnr_area .link_list li dt {
  margin-bottom: 8px;
  color: #0066cb;
  font-size: 18px;
  font-weight: bold;
}
#cmn_bnr_area .link_list li dt a {
  text-decoration: none;
}
#cmn_bnr_area .link_list .link01 {
  background: #fff url(../common_img/ico_building.png) 24px 50% no-repeat;
}
#cmn_bnr_area .link_list .link02 {
  background: #fff url(../common_img/ico_faq.png) 23px 50% no-repeat;
}
#cmn_bnr_area .link_list .link02 dt {
  margin-bottom: 14px;
}
#cmn_bnr_area .link_list .link03 {
  background: #fff url(../common_img/ico_partner.png) 20px 50% no-repeat;
}

/* relation
-------------------------------------------------- */
#relation {
  margin-top: 17px;
}
#relation h3 {
  padding-left: 30px;
  background: url(../common_img/ico_circle.png) 0 50% no-repeat;
  font-size: 16px;
  font-weight: bold;
}
#relation ul {
  margin-top: 16px;
}
#relation li {
  float: left;
  margin-left: 24px;
}
#relation li:first-child {
  margin-left: 0;
}
#relation li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#relation li a:hover {
  opacity: 0.6;
}

/* btm_contact
-------------------------------------------------- */
#btm_contact {
  width: 820px;
  margin: 40px auto 0;
}

#f_seo {
  margin-top: 30px;
  color: #555;
  line-height: 1.8;
}

/* ==================================================
	footer
================================================== */
#footer {
  position: relative;
  margin-top: 60px;
  background-color: #224803;
}
#footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../common_img/ptn_check_s_gre.png);
}
#footer .inner {
  padding-top: 55px;
  padding-bottom: 45px;
  color: #fff;
}

/* fpagetop
-------------------------------------------------- */
#fpagetop {
  position: relative;
}
#fpagetop a {
  display: none;
  box-sizing: border-box;
  position: fixed;
  right: 50px;
  bottom: 270px;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  border-radius: 2px;
  background-color: rgba(82, 136, 10, 0.8);
  text-align: center;
}
#fpagetop a:hover {
  background-color: #ff6c00;
}

/* fcontact
-------------------------------------------------- */
#fcontact {
  box-sizing: border-box;
  float: left;
  width: 480px;
  padding: 26px 22px;
  background: url(../common_img/ptn_check_s_gre02.png);
}

/* finfo
-------------------------------------------------- */
#finfo {
  float: right;
  width: 485px;
}
#finfo .corporate_bnr {
  float: right;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background-color: #fff;
}
#finfo .fcompany {
  font-size: 12px;
}
#finfo .fcompany dt {
  color: #e8ee99;
}
#finfo .fcompany dt span {
  color: #6ca51f;
}
#finfo .fcompany dd {
  line-height: 2.0;
}

/* fnav
-------------------------------------------------- */
#fnav {
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #213f07;
  color: #b2c77f;
  font-size: 13px;
  text-align: center;
}
#fnav li {
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
#fnav li::before {
  content: "｜";
  margin-right: 13px;
}
#fnav li:first-child {
  margin-left: 0;
}
#fnav li:first-child::before {
  display: none;
}
#fnav a {
  color: #b2c77f;
  font-size: 13px;
  text-decoration: none;
}
#fnav a:hover {
  text-decoration: underline;
}
