@charset 'UTF-8';
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,

article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; 
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0; 
  border-collapse: collapse;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  color: #3e3a39;
  -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,p {
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
}

a {
  -webkit-transition: all .2s;
          transition: all .2s;
}
a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*
HEADER
*/
.header-container {
  border-bottom: solid 7px #74a82d;
}

.header-inner {
  position: relative;
  overflow: hidden;
  padding: 34px 0 16px;
}

.bland {
  float: left;
  width: 348px;
}
.bland .bland-text {
  margin-bottom: 14px;
  font-size: 12px;
}

.global-nav-container {
  float: right;
  margin-top: 59px; 
  width: 608px;
}
.global-nav-container .global-nav {
  overflow: hidden;
  font-size: 0;
}
.global-nav-container .global-nav .globa-nav__item {
  display: inline-block;
  margin-right: 38px;
}
.global-nav-container .global-nav .globa-nav__item:last-child {
  margin-right: 0;
}
.global-nav-container .global-nav .globa-nav__item a {
  display: block;
  padding-bottom: 6px;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: .05em;
  color: #3e3a39;
  border-bottom: solid 4px transparent;
}
.global-nav-container .global-nav .globa-nav__item a:hover {
  border-color: #acc707;
}
.global-nav-container .global-nav .globa-nav__item a.is-current-page {
  border-bottom: solid 4px #acc707;
}

.websites {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.websites a {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 12px 0 10px;
  width: 150px;
  height: 38px;
  font-size: 14px;
  text-align: center; 
  text-decoration: none;
  letter-spacing: 2px;
  color: #fff;
  background: #999;
}
.websites a:first-child {
  margin-right: 1px; 
  background: #74a82d;
}

/*============================
Footer
============================*/
.footer-container {
  position: relative;
  background: #555859;
}

.go-page-top-container {
  position: absolute;
  top: -80px;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.go-page-top {
  float: right;
}
.go-page-top a {
  display: block;
}

.footer-inner {
  position: relative;
  padding-top: 74px;
  padding-bottom: 16px;
}

.footer-logo {
  margin-bottom: 20px;
  text-align: center;
}

.footer-social-btns {
  overflow: hidden;
  margin: 0 auto 64px;
  width: 186px;
  text-align: center;
}
.footer-social-btns li {
  float: left;
  margin-right: 26px;
}
.footer-social-btns li:last-child {
  margin-right: 0;
}
.footer-social-btns li a {
  display: block;
}

.copyright {
  font-size: 12px;
  text-align: center;
  color: #dedede;
}

/*
Layout
*/
.container {
  overflow: hidden;
  margin: 0 auto; 
}

.page-contents {
  margin-top: 60px;
}

.contents-wrapper {
  overflow: hidden;
  padding-bottom: 80px;
}

.contents-wrapper.no-padding {
  padding-bottom: 0;
}

.contents-container--top {
  float: left;
  width: 622px;
}

.sidebar-container {
  float: right;
  width: 286px;
}

/*
Typography
*/
.heading-2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .08em;
}
.heading-2:before {
  display: inline-block;
  margin-right: 8px;
  width: 33px;
  height: 24px;
  content: '';
  vertical-align: -3px;
  background-image: url(../img/common/spritesheet.png);
  background-repeat: no-repeat; 
  background-position: -5px -170px;
}

.heading-3 {
  padding-bottom: 16px;
  font-size: 22px; 
  font-weight: bold;
  color: #74a82d;
  border-bottom: dotted 1px #999;
}

.heading-4 {
  margin-bottom: 12px;
  padding: 8px 10px 5px;
  font-size: 15px; 
  color: #fff;
  background: #acc707;
}

.bold {
  font-weight: bold;
}

.text-green {
  display: inline-block;
  margin-right: 4px;
  font-size: 13px;
  vertical-align: 2px; 
  color: #acc707;
}

.text-darkgreen {
  display: inline-block;
  margin-right: 2px;
  font-size: 10px;
  vertical-align: 1px; 
  color: #74a82d;
}

.page-head-container {
  margin-bottom: 40px;
}
.page-head-container .page-head {
  margin-bottom: 20px;
}
.page-head-container .page-lead {
  margin-bottom: 44px;
  line-height: 32px; 
  font-size: 14px;
}

/*

*/
.contents-container {
  overflow: hidden;
}
.contents-container p {
  line-height: 32px; 
  font-size: 14px;
  letter-spacing: .08em;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.row {
  overflow: hidden;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

/*
CSS Sprites
*/
.sprite {
  display: block; 
  background-image: url(../img/common/spritesheet.png);
  background-repeat: no-repeat;
}

.sprite-facebook_btn {
  width: 44px;
  height: 43px;
  background-position: -5px -5px;
}

.sprite-footer_icon {
  width: 44px;
  height: 43px;
  background-position: -5px -58px;
}

.sprite-go_top {
  width: 49px;
  height: 49px;
  background-position: -5px -111px;
}

.sprite-icon_leaf {
  width: 33px;
  height: 24px;
  background-position: -5px -170px;
}

.sprite-mail_btn {
  width: 44px;
  height: 43px;
  background-position: -5px -204px;
}