@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    font-size: 1.6rem;
    line-height: 2;
    color: #333333;
}

a:link, a:visited {
    color: #333333;
    text-decoration: none;
}

a:link:hover, a:visited:hover {
    text-decoration: underline;
}

a:hover {
    opacity: .8;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

/*================================================
    ヘッダー
================================================*/
.site-header {
    width: 1000px;
    margin: 0 auto;
}

.site-header__snippet {
    font-size: 1.1rem;
    padding: 10px 0;
}

.site-header__snippet:after {
    content: "";
    display: block;
    clear: both;
}

.site-header__snippet:after {
    content: "";
    display: block;
    clear: both;
}

.site-header__snippet__left {
    float: left;
}

.site-header__snippet__right {
    float: right;
}

.site-header__snippet__right ul:after {
    content: "";
    display: block;
    clear: both;
}

.site-header__snippet__right ul li {
    float: left;
    margin-left: 20px;
    background: url(../img/common/footer_icon.gif) no-repeat 0 7px;
    padding-left: 10px;
}

.site-header__box {
    position: relative;
    height: 68px;
}

.site-header__box__logo {
    position: absolute;
    top: 0;
    left: 0;
}

.site-header__box__tel {
    position: absolute;
    top: 0;
    left: 374px;
    background: url(../img/common/header_icon_tel.gif) no-repeat 0 5px;
    padding-left: 32px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    text-decoration: none;
}

.site-header__box__fax {
    position: absolute;
    top: 0;
    left: 572px;
    background: url(../img/common/header_icon_fax.gif) no-repeat 0 5px;
    padding-left: 36px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
}

.site-header__box__btn {
    position: absolute;
    top: 0;
    right: 0;
}

.site-header__box span {
    font-size: 1.4rem;
    color: #4B4B4B;
}

/*-----------------------------------
    ナビ
-----------------------------------*/
.header-nav {
    background-color: #3EB771;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
}

.header-nav ul {
    width: 1000px;
    margin: 0 auto;
}

.header-nav ul:after {
    content: "";
    display: block;
    clear: both;
}

.header-nav ul li {
    float: left;
    margin-left: 20px;
}

.header-nav ul li a {
    display: block;
    width: 180px;
    height: 70px;
    padding: 18px 0 0 45px;
}

.header-nav ul li a:link, .header-nav ul li a:visited {
    color: #FFFFFF;
}

.header-nav ul li a:hover {
    opacity: .8;
}

.header-nav ul li.nav01 {
    background: url(../img/common/nav_icon01.gif) no-repeat 0 18px;
    padding: 0 0 0 0;
}

.header-nav ul li.nav02 {
    background: url(../img/common/nav_icon02.gif) no-repeat 0 18px;
    padding: 0 0 0 0;
}

.header-nav ul li.nav03 {
    background: url(../img/common/nav_icon03.gif) no-repeat 0 18px;
    padding: 0 0 0 0;
}

.header-nav ul li.nav04 {
    background: url(../img/common/nav_icon04.gif) no-repeat 0 18px;
    padding: 0 0 0 0;
}

.header-nav ul li.nav05 {
    background: url(../img/common/nav_icon05.gif) no-repeat 0 18px;
    padding: 0 0 0 0;
}

/*================================================
    コンテンツ
================================================*/
.contents {
    width: 1000px;
    margin: 0 auto;
}

.contents h1 {
    text-align: center;
    padding: 43px 0 60px;
}

.contents h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contents .alignC {
    text-align: center;
}

.contents .alignR {
    text-align: right;
}

/*================================================
    フッター
================================================*/
.site-footer {
    background: url(../img/common/footer_bg.gif) repeat-x 0 0;
    margin-top: 100px;
    font-size: 1.4rem;
}

.site-footer__top {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 121px;
}

.site-footer__top__pagetop {
    position: absolute;
    top: 0;
    right: 0;
}

.site-footer__box {
    width: 1000px;
    margin: 16px auto 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.site-footer__box__left {
    float: left;
    width: 520px;
    line-height: 1.7;
}

.site-footer__box__left .telfax {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0 20px;
}

.site-footer__box__right {
    float: left;
    width: 240px;
    border-left: 1px solid #6E6E6E;
    padding-left: 40px;
}

.site-footer__box__right ul li {
    background: url(../img/common/footer_icon.gif) no-repeat 0 8px;
    margin-bottom: 15px;
    padding-left: 18px;
}

.site-footer__btn {
    margin-top: 20px;
}

.site-footer__tit {
    font-size: 1.6rem;
    font-weight: bold;
    color: #349D42;
    margin-bottom: 15px;
    background: url(../img/common/footer_icon02.gif) no-repeat 0 12px;
    padding-left: 20px;
}

.site-footer__copy {
    background-color: #3EB771;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0;
}
