@charset "utf-8";

/* reset
================================================== */

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;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
    display: block;
}

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;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

/* Setting */
html {}


input,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

@media (min-width:641px) {
    body {
        font-size: 16px;
        line-height: 1.4;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
        color: #000000;
        background-color: #FFFFFF;
        letter-spacing: 1px;
        /**font-weight:900;**/
    }
}

@media (min-width:0px) and (max-width:640px) {
    body {
        font-size: 14px;
        line-height: 1.5;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
        color: #000000;
        background-color: #FFFFFF;
        letter-spacing: 1px;
        -webkit-text-size-adjust: 100%;
        /**font-weight:900;**/
    }
}

* html body {
    /* for IE6 */
    font-size: small;
}

*:first-child+html body {
    /* for IE7 */
    font-size: small;
}

img {
    vertical-align: middle;
}

ul {
    list-style-position: outside;
    list-style-type: none;
}

ol {
    list-style-position: inside;
}

@font-face {
    font-family: 'A-OTF-MaruFoProN';
    src: url('font/A-OTF-RyuminPr6N-Light.otf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: normal;
    font-family: "游ゴシック", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    /**font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;**/
}

*:active,
*:focus {
    outline: none;

}

/* clear */
.clear {
    clear: both;
}

.clear hr {
    display: none;
}

/* link */
a {
    color: #0000ee;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img:hover {
    opacity: 0.7;
}

/*margin right*/
.mr05 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

/*margin left*/
.ml05 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

/*margin top*/
.mt00 {
    margin-top: 0px !important;
}

.mt05 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

/*margin bottom*/
.mb00 {
    margin-bottom: 0px !important;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

/*padding ALL*/
.pd05 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

/*padding right*/
.pr05 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

/*padding left*/
.pl05 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl120 {
    padding-left: 120px;
}

/*padding top*/
.pt05 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

/*padding bottom*/
.pb05 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb100 {
    padding-bottom: 100px;
}

.red {
    color: #ff4a66;
}

.red-b {
    color: #ff0000;
    font-weight: bold;
}

.orange {
    color: #FF6600;
}

.orange-b {
    color: #ff6600;
    font-weight: bold;
}

.blue {
    color: #0000ff;
}

.blue-b {
    color: #0000ff;
    font-weight: bold;
}

.light-blue {
    color: #4db5f7;
}

.white {
    color: #ffffff;
}

.green {
    color: #009900;
}

#main p {
    line-height: 200%;
    display: block;
    overflow: hidden;
}

.t_shadow_b {
    text-shadow: 1px 1px 2px #000000;
}

.t_shadow_w {
    text-shadow: 1px 1px 2px #ffffff;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}

.txt70 {
    font-size: 70%;
}

.txt80 {
    font-size: 80%;
}

.txt120 {
    font-size: 120%;
}

/**WordPress用**/
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

@media (min-width:750px) {
    .pcnone {
        display: none !important;
    }

    .spnone {
        display: block !important;
    }

}

@media (min-width:0px) and (max-width:749px) {
    .pcnone {
        display: block !important;
    }

    .spnone {
        display: none !important;
    }
}

/*=================================================

header

==============================*/

@media (min-width:736px) {
    .topmg {
        margin-top: 90px;
    }

    #conteiner {
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    #main {
        padding-top: 0px;
    }

}

@media (min-width:0px) and (max-width:735px) {
    .topmg {
        margin-top: 60px;
    }

    #conteiner {
        box-sizing: border-box;
        width: 100%;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #main {
        padding-top: 0px;
    }

}

/*=================================================

header

==============================*/
@media (min-width:736px) {
    #header-out {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px;
        height: 90px;
        background-color: rgba(250, 250, 250, 0.5);
        width: 100%;
        /**box-shadow: 0 0px 20px #999;**/
    }

    #header {
        /**width: 1000px;**/
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #header .logo {
        display: block;
        height: auto;
        width: 180px;
        margin-left: 10%;
        padding: 20px 0;
    }

    #header .logo a img {
        height: auto;
        width: 100%;

    }
}

#header .logo a {
    color: #ffc30c;
}

#header .logo a:hover {
    opacity: 0.8;
    text-decoration: none;
}


@media (min-width:0px) and (max-width:735px) {
    #header-out {
        height: 60px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px;
        background-color: rgba(250, 250, 250, 0.5);
        width: 100%;
        /**box-shadow: 0 0px 20px #999;**/
    }

    #header {
        height: 60px;
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        z-index: 2;
        overflow: hidden;
    }

    #header .logo {
        display: block;
        height: 30px;
        width: auto;
        float: left;
        padding-left: 15px;
        margin-top: 15px;
    }

    #header .logo a img {
        height: 100%;
        width: auto;

    }
}



#header .contact {
    width: 195px;
}

#header .contact2 {
    width: 110px;
}

#header .contactSp {
    display: none;
}

#header .contactSp2 {
    display: none;
}

@media (min-width:0px) and (max-width:735px) {
    #header .contact {
        display: none;
    }

    #header .contact2 {
        display: none;
    }

    #header .contactSp {
        display: inline-block;
        width: 75px;
        float: right;
        margin-right: 75px;
    }

    #header .contactSp a img {
        height: auto;
        width: 100%;
    }

    #header .contactSp2 {
        display: inline-block;
        width: 75px;
        margin-right: 75px;
        float: right;
    }

    #header .contactSp2 a img {
        height: auto;
        width: 100%;
    }
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

@media (min-width: 736px) {

    #gNavi {
        margin-bottom: 0px;

        z-index: 6;

    }

    #gNavi.fixd_head {
        position: fixed;
        width: 100%;

    }

    #gNavi ul {
        overflow: hidden;
        min-width: 400px;
        max-width: 600px;
        display: block;
    }

    #gNavi ul li {
        box-sizing: border-box;
        font-size: 15px;
        height: 90px;
        /**width: 25%;
	text-align: center;**/
        line-height: 90px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
    }

    #gNavi ul li:last-child {}


    #gNavi li a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #333;
        font-weight: bold;

    }

    #gNavi li.current_page_item a {
        color: #4db5f7;
    }

    #gNavi li a span {
        display: none;

    }

    #gNavi li img {
        display: block;
        width: 130px;
        margin-right: auto;
        margin-left: auto;


    }

    #gNavi li a:hover {
        /**color: #ccc;**/
    }

    #gNavi li .this {
        color: #41bed7;
    }

    #slide-header {
        height: 90px;
        position: absolute;
        width: 100%;
        z-index: 3;
        display: none;
    }
}

/*-----スマホ用折り畳みメニュー------*/

@media (min-width:0px) and (max-width:735px) {
    #gNavi li img {
        display: none;


    }

    #slide-header {
        height: 60px;
        position: fixed;
        width: 60px;
        z-index: 6;
        right: 0px;
        top: 0px;
        margin-top: 0px;
        display: block;
        margin-right: 0px;
    }

    #slide-header .button {
        width: 60px;
        height: 60px;
        position: relative;
        display: block;
        top: 0px;
    }

    .menu-button-right {
        right: 0px;
    }

    #menu-nav {
        display: table-cell;
        vertical-align: bottom;
        text-align: right;
    }

    #menu-button {
        vertical-align: bottom;
        float: right;
        cursor: pointer;
        background-repeat: no-repeat;
        background-image: url(./menu_button.jpg);
        background-position: center top;
        background-size: 60px;
        background-color: #fff;
    }

    #menu-button.selected,
    #menu-button:active {
        opacity: 1;
        background-repeat: no-repeat;
        background-image: url(./menu_button-on.jpg);
        background-position: center top;
        background-size: 60px;
        z-index: 4;
    }

    #menu-button-inner {
        width: 60px;
        height: 60px;
        z-index: 4;
    }

    #gNavi {
        box-sizing: border-box;
        clear: both;
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 5;
        padding-top: 60px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0px;
        margin-right: auto;
        margin-left: auto;
        right: 0px;

    }

    #gNavi ul {
        overflow: hidden;
        padding: 10px;
        z-index: 5;
        position: relative;
    }

    #gNavi li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #ccc;
    }

    #gNavi li:last-child {
        /**border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #001f58;**/
    }

    #gNavi a {
        white-space: nowrap;
        text-decoration: none;
        display: block;
        line-height: 2em;
        /* 46/16 = 3.375em */
        height: 2em;
        /* 46/16 = 3.375em */
        padding: 10px;
        /* 6/16 = .375em */
        color: #fff;
        position: relative;

        :before {
            display: block;
            position: absolute;
            content: "〉";
            right: .2em;
            top: 50%;
            width: 1em;
            height: 1em;
            line-height: 1em;
            transform: translateY(-50%);
        }
    }

    #gNavi a:before {
        display: block;
        position: absolute;
        content: "〉";
        right: .2em;
        top: 50%;
        width: 1em;
        height: 1em;
        line-height: 1em;
        transform: translateY(-50%);
    }

    #gNavi a:hover,
    #gNavi a:active {}

    #gNavi li a span {
        display: none;

    }


}

/*=================================================

footer

==============================*/

footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    margin-bottom: 0;
    margin-left: auto;
    color: #ffffff;
    background-color: #8f8f8f;
    text-align: center;
    font-size: 80%;
    min-width: 1150px;
}



@media (min-width:0px) and (max-width:735px) {
    footer {
        width: auto;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        min-width: inherit;
    }

}


footer a {
    color: #001129;
}

footer .copy {
    text-align: center;
    color: #001129;
}

footer .copy a {
    color: #001129;
}


footer .f-navi {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

footer .f-navi .left {
    box-sizing: border-box;
    padding: 5px;
    width: 60%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #A9A9A9;
}

footer .f-navi .left h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

#footer-out footer p {
    line-height: 180%;
    display: block;
}

footer .f-navi .right {
    box-sizing: border-box;
    padding: 5px;
    width: 40%;
}

footer .f-navi .right ul {
    padding-left: 100px;
}

footer .f-navi .right ul li {
    padding: 5px;
    display: block;
}

@media (min-width:0px) and (max-width:735px) {
    footer .f-navi {
        margin-bottom: 20px;
    }

    footer .f-navi .left {
        box-sizing: border-box;
        width: auto;
        border-right-width: 1px;
        border-right-style: none;
        border-right-color: #A9A9A9;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #A9A9A9;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 5px;
    }

    footer .f-navi .left h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    footer .f-navi .right {
        box-sizing: border-box;
        padding: 5px;
        width: auto;
    }

    footer .f-navi .right ul {
        padding-left: 0px;

    }

    footer .f-navi .right ul li {
        padding: 5px;
        display: inline-block;
    }

    footer .f-navi .right ul li:last-child {
        display: block;
        text-align: center;
    }
}


/*=================================================

go-top

==============================*/
#go-top {
    position: fixed;
    bottom: 90px;
    right: 0;
    z-index: 4;
}

@media (min-width:0px) and (max-width:735px) {
    #go-top {
        position: fixed;
        bottom: 90px;
        right: 0;
    }
}

#go-top a {
    display: block;
    width: 70px;
}

#go-top a:hover {
    text-decoration: none;
}

#go-top span {
    display: block;
    height: 70px;
    width: 60px;
    transition: 0.2s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    background-size: 60px auto;
    background-image: url(../img/gotop.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/*===breadCrumb====*/
#breadCrumb {
    width: 100%;
    min-width: 1150px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #E4E5E7;

}

#breadCrumb ul {
    width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}

#breadCrumb ul li {
    display: inline;
    padding-right: 5px;
    font-size: 12px;
    color: #001129;
}

#breadCrumb ul li a {
    color: #001129;
}

#breadCrumb ul li a:hover {
    text-decoration: underline;
}

@media (min-width:0px) and (max-width:735px) {
    #breadCrumb {
        min-width: inherit;

    }

    #breadCrumb ul {
        width: auto;
        margin: 0 auto;
    }
}

/*=================================================

conteiner

==============================*/


p .imgright {
    float: right;
    width: 40%;
    margin-left: 10px;
    margin-bottom: 10px;
}

p .imgleft {
    float: left;
    width: 40%;
    margin-right: 10px;
    margin-bottom: 10px;
}

p .img100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

p .img100-l {
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}



#mainvl {
    background-image: url(../img/mainvl.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 887px;
    min-width: 1150px;
    position: relative;
    z-index: 0;
    background-size: cover;
}


@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#mainvl .sp_img {
    display: none;
}

#mainvl .main-c {
    z-index: 1;
    width: 1150px;
    box-sizing: border-box;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 20%;
}

#mainvl .main-c img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#mainvl .main-c h1 {
    /**font-size: 45px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;**/
}

#mainvl .main-c h1 span {
    font-size: 60%;
    color: #ffffff;
    display: block;
    padding-top: 15px;
    font-weight: normal;
}

#mainvl .main-c p {
    color: #B8B8B8;
}

@media (min-width:0px) and (max-width:765px) {
    #mainvl {
        background-image: url(../img/mainvl_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        height: 100vh;
        min-width: inherit;
        width: 100%;
        background-size: cover;
        box-sizing: border-box;
        padding: 10px;
    }

    #mainvl .main-c {
        z-index: 1;
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        padding-top: 180px;

    }

    #mainvl .main-c h1 {
        /**font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;**/
    }
}

#f-btn {
    position: fixed;
    z-index: 5;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 1000px;
    left: 0;
    right: 0;
    padding-bottom: 0px;
    margin: auto;

}

#f-btn ul {
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    z-index: 6;
    position: relative;

}

#f-btn ul li {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;

}

#f-btn ul li:first-child {}

#f-btn ul li a {}

#f-btn ul li a img:hover {
    opacity: 0.8;
}

#f-btn ul .logo {}

#f-btn ul .logo img {
    padding-top: 20px;
    height: auto;
    width: 100%;
}

#f-btn ul .contact {}

#f-btn ul .contact img {
    height: auto;
    width: 100%;

}

@media (min-width:0px) and (max-width:735px) {

    #f-btn {
        position: fixed;
        z-index: 5;
        bottom: 0px;
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding-bottom: 0px;
        padding-top: 0px;

    }

    #f-btn ul {
        padding-top: 0px;
        overflow: hidden;
        text-align: center;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    #f-btn ul li {
        box-sizing: border-box;
        display: block;
        text-align: center;

    }

    #f-btn ul .logo {
        width: 99%;
        margin-bottom: 5px;
    }

    #f-btn ul .logo img {
        padding-top: 7px;
    }

    #f-btn ul .contact {
        width: 99%;
    }

    #f-btn ul .contact a img {
        width: 100%;
    }

}


#main section.links,
#main div.links {
    margin-top: -90px;
    padding-top: 90px;

}

@media (min-width:0px) and (max-width:735px) {

    #main section.links,
    #main div.links {
        margin-top: -60px;
        padding-top: 60px;

    }

    #main section.links.ht1 {
        margin-top: -125px;
        padding-top: 125px;

    }

    #main section.links.ht2 {
        margin-top: -175px;
        padding-top: 175px;

    }

    #main section.links.ht3 {
        margin-top: -225px;
        padding-top: 225px;

    }
}


.s_inner {
    width: 1150px;
    min-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width:0px) and (max-width:735px) {

 .s_inner {
        width: auto;
        min-width: inherit;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sp_width {
        max-width: 100%;
    }

    .sp_width img {
        width: 180%;
    }

    #main section .s_inner2 {
        width: auto;
        min-width: inherit;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 0px) and (max-width: 735px) {
    #gNavi a {
        white-space: nowrap;
        text-decoration: none;
        display: block;
        line-height: 2em;
        height:3.3em;
        padding: 10px;
        color: #fff;
    }
}



#main .fbtn input {
    cursor: pointer;
    border: none;

}

#main .fbtn {
    min-width: 800px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

@media (min-width:0px) and (max-width:735px) {
    #main .fbtn {
        min-width: inherit;
        padding-right: 10px;
        padding-left: 10px;
    }

}


#main form .contact tr th .red {
    color: #FFF;
    background-color: #FF9F9D;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    float: right;
    line-height: 40px;
}

#main .box form .contact tr td .pd2 {
    padding-top: 10px;
    display: block;
}

#main .box form .porcyBox {
    max-width: 800px;
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 20px;
}

#main .box form .porcyBox .scrolBox {
    background-color: #FFF;
    height: 200px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: solid 1px #EAEBEC;
    margin-top: 20px;
}

#main .box form .porcyBox .scrolBox p {
    text-indent: -1em;
    padding-left: 1em;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    background-color: #D6D6D6;
}

::-webkit-scrollbar-thumb {
    background-color: #4db5f7;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

@media (min-width:0px) and (max-width:735px) {
    #main .box form .porcyBox .scrolBox {
        height: 150px;
        margin-bottom: 20px;
    }

}



/**ここから***/

#main .service-top {
    margin-bottom: 30px;
    padding-top: 20px;
    min-width: 1000px;
}

@media (min-width:0px) and (max-width:735px) {
    #main .service-top {
        margin-bottom: 30px;
        padding-top: 20px;
        min-width: inherit;
    }

    #main .service-top .s_inner ul li img {
        display: block;
        min-width: 100%;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

}


#main .service-top h2 {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    padding-top: 30px;
}

#main .service-top h2 img {
    width: 250px;
}

#main .service-top .s_inner ul {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
}

#main .service-top .s_inner ul li {
    width: 33.3333%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ACACAC;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#main .service-top .s_inner ul li:last-child {
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;

}

#main .service-top .s_inner ul li img {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

#main .service-top .s_inner ul li h3 {
    font-size: 23px;
    color: #002C56;
    text-align: center;
    margin-bottom: 10px;

}

#main .service-top .s_inner ul li p {
    min-height: 80px;
    padding: 30px 0 30px 0;
}


#main .service-top {
    margin-bottom: 30px;
    padding-top: 20px;
    min-width: 1000px;
}

@media (min-width:0px) and (max-width:735px) {
    #main .service-top {
        margin-bottom: 30px;
        padding-top: 20px;
        min-width: inherit;
    }

    #main .service-top .s_inner ul {
        min-height: 0px;
        max-width: 100%;
        text-align: left;
        width: auto;
    }
}

#main .service-top h2 {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    padding-top: 30px;
}

#main .service-top h2 img {
    width: 250px;
}

#main .service-top .s_inner ul {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    width: 800px;
}

#main .service-top .s_inner ul li {
    width: 33.3333%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ACACAC;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#main .service-top .s_inner ul li:last-child {
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: auto;
    height: auto;

}

#main .service-top .s_inner ul li img {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    width: auto;
    padding-bottom: 20px;
}

#main .service-top .s_inner ul li h3 {
    font-size: 18px;
    color: #002C56;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;

}

#main .service-top .s_inner ul li p {
    min-height: 0px;
    text-align: left;
    width: auto;
}

#main .flex2_1 {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

#main .flex2_1 li {
    width: 48%;
}

@media (min-width:0px) and (max-width:735px) {

    #main .flex2_1 li {
        width: 100%;
    }
}

#main .flex2_1 li img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}


#main .style01 {
    width: 100%;
}

#main .style01 tr th {
    background-color: #EFEFEF;
    text-align: center;
    padding: 15px;
    border-top-width: 1px;
    border-right-width: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    font-weight: normal;
    vertical-align: middle;
    width: 300px;
}

#main .style01 tr td {
    padding: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #EFEFEF;
    border-bottom-color: #EFEFEF;
}

#main .style02 {
    width: 100%;
}

#main .style02 tr th {
    background-color: #002C56;
    color: #FFF;
    text-align: center;
    padding: 15px;
    border-top-width: 1px;
    border-right-width: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    font-weight: bold;
    vertical-align: middle;
    width: 300px;
}

#main .style02 tr td {
    padding: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #EFEFEF;
    border-bottom-color: #EFEFEF;
}

@media (min-width:0px) and (max-width:735px) {
    #main .style01 tr th {
        padding: 10px;
        width: auto;
        min-width: 100px;
    }

    #main .style01 tr td {
        padding: 10px;
    }

    #main .style02 tr th {
        padding: 10px;
        width: auto;
        min-width: 100px;
    }

    #main .style02 tr td {
        padding: 10px;
    }
}

#main .company iframe {
    width: 100%;
    min-width: 1000px;
    margin: 0px;
    padding: 0px;
}

@media (min-width:0px) and (max-width:735px) {
    #main .company iframe {
        width: 100%;
        min-width: inherit;
        margin: 0px;
        padding: 0px;
    }
}

#main .ttl01 {
    text-align: center;
    display: block;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 45px;
}

#main .ttl01.white {
    color: #ffffff;
}

#main .ttl01.pt2 {
    text-align: left;
}

@media (min-width:0px) and (max-width:735px) {
    #main .ttl01 {
        display: block;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
    }

}

.ttl_sub01 {
    text-align: center;
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
}

.ttl_sub01.white {
    color: #ffffff;
}

.ttl_sub01::after {
    content: "";
    background-color: #ffa800;
    display: block;
    width: 130px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

@media (min-width:0px) and (max-width:735px) {
    .ttl_sub01 {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: bold;
    }

    .ttl_sub01::after {
        content: "";
        background-color: #ffa800;
        display: block;
        width: 100px;
        height: 3px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}

.ttl_sub02 {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #03426c;
}

@media (min-width:0px) and (max-width:735px) {
    .ttl_sub02 {
        display: block;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
    }
}


.item_line {
    border-bottom: solid 3px #ffffff;
    margin: 80px 0px;
}

@media (min-width:0px) and (max-width:735px) {
    .item_line {
        border-bottom: solid 2px #ffffff;
        margin: 40px 0px;
    }
}

.txt_box {
    box-shadow: 0 0px 20px #999;
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

@media (min-width:0px) and (max-width:735px) {
    .txt_box {
        box-shadow: 0 0px 10px #999;
        padding: 10px;
        margin-bottom: 20px;
    }
}

.tb01 {
    width: 100%;
    margin-bottom: 30px;
}

.tb01 th {
    color: #ffffff;
    background-color: #a4a4a4;
    text-align: left;
    padding: 15px 40px;
    border-bottom: solid 1px #ffffff;
    min-width: 150px;
    font-weight: normal;
    vertical-align: middle;
}

.tb01 td {
    padding: 15px 40px;
    background-color: #ffffff;
    border-bottom: solid 1px #a4a4a4;
}

.tb01 th.last,
.tb01 td.last {
    border-bottom: none;
}

@media (min-width:0px) and (max-width:735px) {
    .tb01 {
        width: 100%;
        margin-bottom: 20px;
    }

    .tb01 th {
        padding: 10px;
        min-width: 100px;
    }

    .tb01 td {
        padding: 10px;
    }
}

.btn01:hover {
    text-decoration: none;
}

@media (min-width:0px) and (max-width:735px) {
    .btn01 {
        line-height: 60px;
        background-image: url("./icon_btn01.png");
        background-repeat: no-repeat;
        background-position: right 25px center;
        background-color: #ffffff;
        text-align: center;
        display: block !important;
        height: 60px;
        border: solid 1px #C6C6C6;
        border-radius: 10px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
    }
}

*{
        box-sizing: border-box;
}

table.xf_block {
    margin: 1em auto;
    border: 2px solid #333333;
    max-width: 94%;

    th,
    td {
        border: 2px solid #333333;
        padding: 1em .5em;
        vertical-align: top;
    }

    input {
        width:100%;
        padding: .3em .6em;
    }
}

@media (min-width:0px) and (max-width:735px) {
    table.xf_block {
        margin: 1em auto;
        border: 2px solid #333333;
        box-sizing: border-box;
        max-width: 94%;

        th,
        td {
            display: block;
            width: 100%;
                    border: 0px solid #333333;
        }
        .xf_table_title{
            border-bottom: 2px solid #333;
        }
        td{
            border-bottom: 1px solid #333;
        }
    }
}