@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* reset ---------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
}

fieldset,img {
    border: 0;
    vertical-align: middle;
}

address,caption,cite,code,dfn,th,var {
    font-weight: normal;
    font-style: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    font-size: 100%;
}

abbr,acronym {
    border: 0;
}

*:focus {
    border: none; 
    outline: none !important;
}

p {
    font-family: "Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 180%;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 500;
    color: #6F6F6F;
    margin-bottom: 20px;
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

input[type="image"] {
    -webkit-appearance: none;
    border-radius: 0;
}

li {
    line-height: 180%;
    font-size: 13px;
}

li.de {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 180%;
}

li.di {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 180%;
}


@media screen and (max-width: 768px) {

li.de {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 10px;
}

li.di {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

}


/* default ---------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto !important;
    -webkit-text-size-adjust: 100%;
    image-rendering: -webkit-optimize-contrast;
}

html {
    overflow-y: scroll;
    background: #fff;
}

body {
    width: 980px;
    font-family: "Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 auto;
    padding: 0 10px;
    color: #6F6F6F;
}

.pc_none {
    display: none;
}

iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
}


@media screen and (max-width: 768px) {

body {
    width: 100%;
    min-width: 100%;
    padding: 0;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
    margin-bottom: 15px;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc_none {
    display: block !important;
}

.sp_none {
    display: none !important;
}

}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    image-rendering: -webkit-optimize-contrast;
}


#contents {
    width: 100%;
}

a:link {
    color: #6F6F6F;
    text-decoration: none;
}

a:visited {
    color: #6F6F6F;
    text-decoration: none;
}

a:hover {
    color: #00509e;
    text-decoration: underline;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:active {
    color: #6F6F6F;
    text-decoration: none;
}

.op:hover {
    opacity: 0.7;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.none:hover {
    text-decoration: none;
}


/*--------------------------------------------------------
    フォントサイズ
----------------------------------------------------------*/

.f12 { font-size: 12px !important; }
.f15 { font-size: 15px !important; }

.wb { font-weight: bold; }
.dib { display: inline-block; }


/* -----------------------------------------------------------
	フォントカラー
----------------------------------------------------------- */

.red { color: #e60012 !important; }


/* ----------------------------------------------------
	text-align
---------------------------------------------------- */

.tc { text-align: center !important; }
.tr { text-align: right !important; }

@media screen and (max-width: 768px) {
.tj { text-align: justify; !important; }
}

/*----------------------------------------------------
	Font Awesome icon
----------------------------------------------------*/

.fa {
    display: inline-block;  
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 2px;
    padding-right: 5px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ----------------------------------------------------
	margin
---------------------------------------------------- */

.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt-43-20 { margin-top: -43px; !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }

.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pb5 { padding-bottom: 5px !important; }

@media screen and (max-width: 768px) {
.mt-43-20 { margin-top: -20px; !important; }
}