@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
        local("Noto Sans JP"),
        url("../font/NotoSansCJKjp-Regular.woff2") format('woff2'),
        url("../font/NotoSansCJKjp-Regular.woff") format('woff'),
        url("../font/NotoSansCJKjp-Regular.otf") format('opentype');
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans CJK JP Thin"),
        url("../font/NotoSansCJKjp-Thin.woff") format("woff"),
        url("../font/NotoSansCJKjp-Thin.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans CJK JP Light"),
        url("../font/NotoSansCJKjp-Light.woff") format("woff"),
        url("../font/NotoSansCJKjp-Light.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 350;
    src: local("Noto Sans CJK JP DemiLight"),
        url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"),
        url("../font/NotoSansCJKjp-DemiLight.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"),
        url("../font/NotoSansCJKjp-Regular.woff") format("woff"),
        url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"),
        url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
        url("../font/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"),
        url("../font/NotoSansCJKjp-Bold.woff") format("woff"),
        url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: bold;
    src: url("../font/NotoSansCJKjp.eot");
    src: local("Noto Sans CJK JP Bold"),
        url("../font/NotoSansCJKjp-Bold.woff") format("woff"),
        url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 900;
    src: url("../font/NotoSansCJKjp.eot");
    src: local("Noto Sans CJK JP Black"),
        url("../font/NotoSansCJKjp-Black.woff") format("woff"),
        url("../font/NotoSansCJKjp-Black.otf") format("opentype");
}

/********************************
DEFAULT
*********************************/
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,
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: 0px;
    padding: 0px;
    outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

img,
iframe {
    vertical-align: middle;
    border: 0px;
}

img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: normal;
    text-align: left;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

select {
    padding: 2px;
}

input,
select {
    font-size: 100%;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
    font-size: 100%;
}

input {
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #7f7f7f;
}

:placeholder-shown {
    color: #7f7f7f;
}

::-webkit-input-placeholder {
    color: #7f7f7f;
}

:-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}

::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7f7f7f;
}

label {
    padding: 0 0 0 2px;
}

hr {
    display: none;
}

a {
    transition: opacity 0.05s ease-in-out, all 0.05s ease-in-out;
    -ms-transition: opacity 0.05s ease-in-out, all 0.05s ease-in-out;
    -moz-transition: opacity 0.05s ease-in-out, all 0.05s ease-in-out;
    -webkit-transition: opacity 0.05s ease-in-out, all 0.05s ease-in-out;
    will-change: opacity, all;
}

a,
a:link {
    color: #222222;
    text-decoration: none;
    /*word-break: break-all;*/
    word-wrap: break-word;
}

a:visited {
    color: #222222;
}

a:hover,
a:active {
    color: #edc138;
}

*:focus {
    outline: none;
}

.a_center {
    text-align: center;
}

.a_left {
    text-align: left;
}

.a_right {
    text-align: right;
}

.f_bold {
    font-weight: bold;
}

.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}

.c_fix {
    min-height: 1px;
}

html {
    height: 100%;
}

body {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    color: #222222;
    font-size: 12px;
    text-align: center;
    min-height: 100%;
    height: auto !important;
    min-width: 1260px;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #f3ebe5;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-all;
}

/********************************
HEADER
*********************************/
header {
    padding: 19px 0 31px 0;
    background: #f3ebe5;
    text-align: left;

    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.head_logo {
    padding: 14px 0 0 0;
    overflow: hidden;
    float: left;
}

.head_top {
    margin: 0 0 44px 0;
}

.head_top:last-child {
    margin: 0 0 0 0;
}

.head-logo {
    float: left;
    width: 282px;
    height: 51px;
}

.head-logo span {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 51px 0 0 0;
    background: url("../../img/logo.png") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}

.HeadSns_wrap {
    float: right;
    margin: 0 19px 0 0;
    padding: 23px 0 0 0;
}

.HeadSns_wrap li {
    float: right;
    width: 30px;
    height: 30px;
    margin: 0 0 0 14px;
}

.HeadSns_wrap li:last-child {
    margin: 0 0 0 0;
}

.HeadSns_wrap li a {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 30px 0 0 0;
}

.HeadSns_wrap li.is-fb a {
    background: url("../img/icon_fb.png") no-repeat 0 0;
    background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
}

.HeadSns_wrap li.is-tw a {
    background: url("../img/icon_tw.png") no-repeat 0 0;
    background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
}

.HeadSns_wrap li.is-sc a {
    background: url("../img/icon_sc.png") no-repeat 0 0;
    background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
}

.HeadSns_wrap li.is-insta a {
    background: url("../img/icon_inst.png") no-repeat 0 0;
    background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
}

.HeadSns_wrap li a:hover {
    opacity: 0.7;
}

.headTel {
    float: right;
}

.headTel a:hover {
    opacity: 0.7;
}

.headRes {
    float: right;
    margin-right: 10px;
}

.headRes a:hover {
    opacity: 0.7;
}


.headLnk_wrap {
    float: right;
}

.headLnk_wrap ul li {}

.headLnk_wrap ul li a {}

.headNav_wrap ul {
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #d9d9d9;
}

.headNav_wrap ul li {
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    position: relative;
}

.headNav-lnk {
    text-align: center;
    line-height: 1.4;
}

.headNav-lnk a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.headNav-lnk a span {
    color: #00376a;
    font-size: 12px;
}

.headNav-lnk a:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    background: #00376a;
    transition: -webkit-transform 0.1s ease-in-out 0s;
    -ms-transition: transform 0.1s ease-in-out 0s;
    -moz-transition: transform 0.1s ease-in-out 0s;
    -webkit-transition: transform 0.1s ease-in-out 0s;
    transition: transform 0.1s ease-in-out 0s;
}

.headNav-lnk a:hover:after {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.headNav_wrap ul li.is-on .headNav-lnk a:after {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.head-menu {
    display: none;
}

/*headSpMenu_wrap*/
.headSpMenu_wrap {
    display: none;
}



/********************************
FOOTER
*********************************/
footer {
    background: #00376a;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    color: #fff;
}

.foot-txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.foot-txt span {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 33%;
    /* = height ÷ width × 100 */
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************************
C系CSS
*********************************/
.c-pc {
    display: block;
}

.c-sp {
    display: none;
}


/*c-cont*/
.c-cont {
    margin: 0 auto;
    width: 1200px;
    /*
    padding: 40px 0 0 0;
    */
    padding: 50px 0 100px 0;
}

/*yt-cont*/
.yt-cont {
    margin: 0 auto;
    width: 600px;
    /*
    padding: 40px 0 0 0;
    */
    padding: 50px 0 100px 0;
}

/********************************
CONTENTS
*********************************/
#Contents {
    background: #f3ebe5;
    text-align: left;
}

body.service #Contents {
    position: relative;
}

.c-main {
    float: left;
    width: 910px;
}

.c-main.is-non {
    float: none;
    width: auto;
}

.c-main.is-rgt {
    float: right;
}

body.details .c-main.is-non {
    float: none;
    width: auto;
}

.c-side {
    float: right;
    width: 300px;
}

.c-side.is-lft {
    float: left;
}

/*c-footTab_wrap*/
.c-footTab_wrap {
    display: none;
}




.cttl_wrap {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    background: #00376a;
}

.cttl_in {
    float: left;

}

.cttl-img {
    float: right;
    width: 35%;
}
.cttl-img img {
    width: 100%;
}

.cttl_bx {
    width: 1200px;
    position: absolute;
    top: 3.5vh;
    left: 100px;
    right: 0;
    margin: auto;
}

.cttl_txt {
    width: 420px;
}

.cttl-nmb {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0 0 30px;
}

.cttl-txt dt {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 0;
}
.cttl-txt dt.ttl {
    font-size: 22px;
    font-style: oblique;
}

.cttl-txt dt.ttl span {
    font-size: 22px;

    color: #fff;
}
.cttl-txt dd {
    font-size: 30px;

    color: #fff;
    font-weight: bold;
}

.cttl-txt dd span {
    font-size: 16px;
    font-weight: normal;

}


.cttl3 {
    background: #806b4d;
}



.cont {
    background: #fff;
    padding: 60px;
    margin-bottom: 50px;
}


.cont.eq_c {
    margin-bottom: 20px;
}



.c-pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    display: none;
}



.nav_warp {
    display: none;
}


.yt-responsive {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.yt-responsive iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}




@media (max-width: 767px) {

    a:hover,
    a:active {
        color: #222222;
        text-decoration: none;
    }

    body {
        min-width: 320px;
        overflow-x: hidden;
    }

    body.top.is-ver2 {
        opacity: 0;
    }

    body.top.is-ver2.op {
        opacity: 1;
    }




    /********************************
HEADER
*********************************/
    header {
        padding: 50px 0 0 0;
        border-bottom: none;
    }

    .header {
        width: auto;
        margin: 0;
        border-top: 5px solid #00376a;
    }

    .head_logo {
        padding: 0 0 0 0;
        float: none;
        overflow: initial;
    }

    body.service header .header,
    body.knowhow header .header,
    body.top header .header {
        border-top: 0;
    }

    .head_top {
        margin: 0 0 0 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        background: #f3ebe5;
    }

    .head_logo {
        width: 140px;
        position: absolute;
        top: 15px;
        left: 50%;
        z-index: 0;
        margin: 0 0 0 -68px;
    }

    .head_logo a {
        display: block;
    }

    .head-logo {
        float: none;
        width: 140px;
        height: 26px;
        padding: 0;
        margin: 0 auto 12px auto;
    }

    .head-logo span {
        padding: 27px 0 0 0;
        background: url("../../img/logo.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }

    .headLnk_wrap {
        display: none;
    }

    .headNav_wrap {
        display: none;
    }

    .head-menu {
        display: block;
        float: right;
        width: 68px;
        height: 76px;
        position: relative;
        cursor: pointer;
    }

    .head-menu.selected {
        background: #00376a;
    }

    .head-menu p {
        text-align: center;
        line-height: 1;
        padding: 54px 0 0 0;
        font-size: 10px;
    }

    .menu-btn {
        position: absolute;
        top: 19px;
        left: 50%;
        z-index: 9;
        display: block;
        width: 30px;
        height: 22px;
        margin: 0 0 0 -15px;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        display: block;
        width: 100%;
        height: 3px;
        background: #000000;
        transition: transform 0.5s cubic-bezier(0.55, 0, 0.19, 1);
        -ms-transition: transform 0.5s cubic-bezier(0.55, 0, 0.19, 1);
        -moz-transition: transform 0.5s cubic-bezier(0.55, 0, 0.19, 1);
        -webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.19, 1);
        transition: transform 0.5s cubic-bezier(0.55, 0, 0.19, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.19, 1);
        will-change: transform;
    }

    .menu-btn span {
        position: relative;
        margin: 9px 0 0;
    }

    .menu-btn span:before,
    .menu-btn span:after {
        position: absolute;
        content: "";
        right: 0;
    }

    .menu-btn span:before {
        top: -9px;
        width: 100%;
    }

    .menu-btn span:after {
        top: 9px;
        width: 100%;
    }

    .navMenu_warp {
        float: right;
        padding: 0 0 0 0;
    }

    .navMenu_warp a {
        display: block;
        width: 50px;
        height: 50px;
    }

    .navMenu_warp span {
        width: 100%;
        height: 0;
        display: block;
        overflow: hidden;
        padding: 50px 0 0 0;
        background: url(../img/sp/hd_icn4.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }

    .navMenu_warp.on span {
        background: url(../img/sp/hd_icn5.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }

    .navBtm_warp {
        float: none;
        width: 100%;
        padding: 12px 0;
    }

    .navBtm_warp li {
        width: 50%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 8px 0 20px;
    }

    .navBtm_warp li:nth-child(2) {
        padding: 0 20px 0 8px;
    }

    .c-hdbtn a {
        width: 100%;
    }

    .c-hdbtn span {
        height: 40px;
        padding: 0 0 0 20px;
    }

    .c-hdbtn.is-tel a {
        background: #e9eaf4 url(../img/sp/hd_icn01.jpg) no-repeat left 18px center;
        background-size: 13px auto;
        -ms-background-size: 13px auto;
        -moz-background-size: 13px auto;
        -webkit-background-size: 13px auto;
    }

    .c-hdbtn.is-fm a {
        background: #fff200 url(../img/sp/hd_icn02.jpg) no-repeat left 18px center;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }

    .header_nav {
        background: #fff;
    }

    .nav_warp {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .nav_warp li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #d7d7d7;
    }

    .nav_warp li:first-child a {
        padding: 15px 45px 25px;
    }

    .nav_warp a {
        display: block;
        color: #000;
        font-size: 16px;
        line-height: 1;
        padding: 25px 45px;
        background: url(../img/sp/hd_icn3.png) no-repeat left 20px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }

    .nav_warp a {
        transform: none;
    }

    .nav_warp a span {
        transform: none;
    }

    .header_navi {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .navBtm_warp {
        float: right;
        width: 350px;
        padding: 2px 0 0;
    }

    .navBtm_warp li {
        float: left;
    }

    .navBtm_warp li:nth-child(2) {
        float: right;
    }

    .c-hdbtn a {
        width: 164px;
        display: table;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 40px;
        -ms-border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
    }

    .c-hdbtn a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .c-hdbtn span {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        padding: 0 0 0 26px;
    }

    .c-hdbtn.is-tel a {
        background: #e9eaf4 url(../img/hd_icn01.png) no-repeat left 20px center;
    }

    .c-hdbtn.is-fm a {
        background: #fff200 url(../img/hd_icn02.png) no-repeat left 20px center;
    }

    .navBtm_warp {
        float: none;
        width: 100%;
        padding: 20px 0 12px;
    }

    .navBtm_warp li {
        width: 50%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 4px 0 10px;
    }

    .navBtm_warp li:nth-child(2) {
        padding: 0 10px 0 4px;
    }

    .c-hdbtn a {
        width: 100%;
    }

    .c-hdbtn span {
        height: 40px;
        padding: 0 0 0 20px;
    }

    .c-hdbtn.is-tel a {
        background: #e9eaf4 url(../img/sp/hd_icn01.jpg) no-repeat left 18px center;
        background-size: 13px auto;
        -ms-background-size: 13px auto;
        -moz-background-size: 13px auto;
        -webkit-background-size: 13px auto;
    }

    .c-hdbtn.is-fm a {
        background: #fff200 url(../img/sp/hd_icn02.jpg) no-repeat left 18px center;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }

    .c-hdbtn img {
        width: 100%;
    }



    .header .head-cta {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #f5f8fc;
        padding: 5px 0;
        border-top: 1px solid #ddd;
        z-index: 9;
    }

    .header .head-cta ul li {
        width: 49%;
        margin: 0 1px;
    }

    .header .head-cta ul li.puchi {
        width: 15%;
        display: none;
    }

    .header .head-cta ul {
        text-align: center;
        text-align: 0;
        font-size: 0;
    }


    .foot_bnr {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #00376a;
        padding: 0 0;
        z-index: 9;
    }

    .foot_bnr .navBtm_warp {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    /********************************
FOOTER
*********************************/
    footer {
        background: #00376a;
        padding-bottom: 60px;
    }

    .footer {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
        font-size: 10px;
        color: #fff;
    }

    .foot-txt {
        font-size: 12px;
        text-align: left;
        line-height: 1.5;
    }

    .foot-txt span {
        font-size: 10px;
        margin: 0 0 5px 0;
    }

    /********************************
C系CSS
*********************************/
    #Contents {
        text-align: left;
    }

    .c-pc {
        display: none;
    }

    .c-sp {
        display: block;
    }

    /*c-cont*/
    .c-cont {
        width: auto;
        margin: 0;
        padding: 0 10px;
    }


    /*ytcont*/
    .yt-cont {
        width: auto;
        margin: 0;
        padding: 0 10px;
    }

    .c-cont.is-non {
        padding: 0 0 0 0;
    }


    /*c-wrap*/
    .c-wrap {
        margin: 0 0 0 0;
    }

    .c-wrap2 {
        margin: 0 0 0 0;
    }

    /*c-topicpath*/
    .c-topicpath {
        display: none;
    }

    /********************************
CONTETS
*********************************/
    .c-main {
        float: none;
        width: auto;
    }








    .cttl_wrap {
        max-height: 200px;
        overflow: hidden;
        position: relative;
        background: #00376a;
        margin-bottom: 20px;
    }

    .cttl_in {
        float: left;
        width: 60%;
    }

    .cttl-img {
        float: right;
        width: 40%;
    }

    .cttl-img img {
        width: 100%;
    }


    .cttl_bx {
        width: 100%;
        position: static;
        top: 20px;
        left: 20px;
        right: 0;
        margin: auto;
    }

    .cttl_txt {
        width: auto;
        padding: 20px 20px 0;
    }

    .cttl-txt dt {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        margin: 0 0 0;
    }
    .cttl-txt dt.ttl {
        font-size: 14px;
        font-style: oblique;
    }

    .cttl-txt dt.ttl span {
        font-size: 16px;
        color: #fff;
    }
    .cttl-txt dd {
        font-size: 20px;

        color: #fff;
        font-weight: bold;
    }

    .cttl-txt dd span {
        font-size: 12px;
        font-weight: normal;

    }


    .cttl3 {
        background: #806b4d;
    }



    .cont {
        background: #fff;
        padding: 20px;
    }


    .cont.eq_c {
        margin-bottom: 20px;
    }












}

@media (max-width: 374px) {

    /*footer*/
    .footerList_in {
        padding: 8px 0 0 5px;
    }

    .footBot_in {
        padding: 20px 15px 170px 10px;
    }

    .footerList-lnk a {
        padding: 14px 10px 14px 10px;
        background: url("../cmn/img/sp/dec_arw_gr_rgt.png") no-repeat right 8px center;
        background-size: 6px auto;
        -ms-background-size: 6px auto;
        -moz-background-size: 6px auto;
        -webkit-background-size: 6px auto;
    }

    .footPm-txt {
        padding: 0 0 0 10px;
    }

    /* C系CSS */
    .c-sp320 {
        display: block;
    }

    .c-sp-in320 {
        display: inline;
    }

    .headLnk_wrap {
        float: left;
        width: 65px;
    }

    .headLnk_wrap ul li {
        float: none;
        width: 65px;
    }

    .head-menu {
        width: 60px;
    }

    .headScout-pop {
        right: 65px;
    }
}



.newopen {
    margin: 0 auto;
    width: 600px;
    /* padding: 40px 0 0 0; */
    padding: 20px 0 20px 0;
    font-weight: normal;
    font-size: 16px;
}

.newopen img {
    width: 100%;
}

.newopen h3 {
    font-size: 120%;
    font-weight: bold;
    color: #0d53b3;
}

.newopen a {
    color: #db3b26;
}
@media (max-width: 767px) {

    .newopen {
        margin: 0 auto;
        width: 100%;
        /* padding: 40px 0 0 0; */
        padding: 20px 0 20px 0;
        font-size: 14px;
        text-align: center;
    }
    .newopen img {
        width: 100%;

    }

}
