/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*

spocliサイト共通スタイル

*/

html {
    font-size: 10px;
    height: 100%;           /*footer固定用*/
}

body {
    height: 100%;           /*footer固定用*/
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    color: #222;
    background-color: #f5f5f5;
    -webkit-text-size-adjust: 100%;
}

#wrap-mh100 {                /*footer固定用*/
     position: relative;
     min-height: 100%;
     width: 100%;
}

img {
    width: 100%;
    height: auto;
}

.max-width100 {
    width: auto;
    max-width: 100%;
}

.max-width30 {
    width: auto;
    max-width: 30%;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
}

.gutter {
    padding: 0 10px;
}

.pb-fh {
    padding-bottom: 305px;       /*footer固定用（フッター高245＋余白60）*/
        
}

a {
    text-decoration: none;
    color: #222;
}

.blue-link {
    color: #0084b4;
}

.link-text:hover {
    text-decoration: underline;
}

.link-btn:hover {
    opacity: 0.8;
}

.h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
}

.h2 > .fa {
    color: #ff7f00;
    font-size: 40px;
    font-size: 4rem;
    margin-right: 0.3em;
    vertical-align: sub;
}

@media screen and (max-width: 767px) {
    .pb-fh {
        padding-bottom: 463px;          /*footer固定用（フッター高403＋余白60）*/
    }
    .h2 {
        font-size:16px;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }

    .h2 > .fa {
        font-size:30px;
        font-size: 3rem;
        margin-right: 0.2em;
    }
}


/** 汎用クラス
===================================*/
.clearfix {
	zoom:1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.mt40 {
    margin-top: 40px;
}

.mb30 {
     margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .mt70sp {
        margin-top: 70px;
    }
}
 
/** header
===================================*/
.top-outer {
    width: 100%;
    background-color: #ff7f00;
    color: #333;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 3px 0;
    text-indent: 15px;
}



/** nav
===================================*/
.nav-outer{
    width: 100%;
    background-color: #333;
}

.logo {
    float: left;
}

.logo img {
    vertical-align:bottom;
}

nav {
    float: right;
}

nav li {
    width: 110px;
    height: 72px;
    float: left;
    text-align: center;
    font-size: 11px;
}

nav .fa {
    display: block;
    position: absolute;
    top: 14px;
    width: 100%;
    font-size: 33px;
}

nav .fa-envelope {
    font-size: 30px;
}

nav p {
    position: absolute;
    bottom: 12px;
    width: 100%;
}

nav a {
    position: relative;
    display: block;
    width: 80%;
    height: 72px;
    margin: 0 auto;
    color: #f5f5f5;
}

nav a:hover {
    color: #ff7f00;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 767px) {
	.nav-outer {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
	}

    .slicknav_nav p {
        display: inline-block;
        margin-left: 5px;
    }
}


/** footer
===================================*/
.footer-outer {
    background-color: #333;
    color: #ddd;
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 5px solid #ff7f00;
    position: absolute;                  /*footer固定用*/
    bottom: 0;
    width: 100%;
}

.footer {
    padding-top: 42px;
    padding-bottom: 50px;
}

.footer-logo {
    width: 35%;
    float: left;
}

.footer-logo img {
    width: 200px;
    position: relative;
    top: 10px;
    left: 55px;
}

.footer-text {
    width: 65%;
    float: left;
}

.footer-text-col3 {
    float: left;
    margin-right: 40px;
}

.footer-text-col3:last-child {
    margin-right: 0;
}

.footer-text-col3 > h4 {
    padding-right: 50px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
}

.footer-text-col3 > ul {
    margin-top: 5px;
    line-height: 1.6em;
}

.footer-text-col3 .fa {
    margin-right: 3px;
}

.footer-text-col3 a {
    color: #ddd;
}

.copyright {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #292929;
}

@media screen and (max-width: 923px) {
    .footer-logo {
        display: none;
        float: none;
    }

    .footer-text {
        width: 600px;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .footer-text {
        width: 85%;
    }

    .footer-text-col3 {
        float: none;
        margin-top: 30px;
        margin-right: 0;
    }

    .footer-text-col3:first-child {
        margin-top: 0;
    }
}


/** TOPボタン
===================================*/
#gototop {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 8888;
  display:none;
}

#gototop > a {
    font-size: 60px;
    color:rgba(85, 85, 85, 0.8);
}

#gototop > a:hover {
    color: rgba(255, 127, 0, 0.8);
 }

@media screen and (max-width: 767px) {
    #gototop > a {
        display: none;
    }
}