@charset "UTF-8";
/*@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);*/

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

html {
    font-size: 62.5%
}

body {
    color: #000;
    -webkit-text-size-adjust: 100%;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    overflow-x: hidden;
    position: relative
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    opacity: .7
}

.contents-wrap.no-padding {
    padding: 0
}


/*header
---------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.header {
    display: flex;
    max-width: 100%;
    height: 108px;
    padding: 0 48px;
    background: #2E2489;
    align-items: center;
    justify-content: space-between;
}
.header-list {
    display: flex;
    align-items: center;
}
.header-list ul {
    display: flex;
}
.header-list ul li:not(:last-child) {
    margin-right: 8px;
}
.header-list ul li a {
    display: block;
    min-width: 191px;
    padding: 12px 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../images/link_line.png) 0 100% / 100% 8px no-repeat;
}
img {
    max-width: 100%;
}

.header.single-header {
    background: #fff;
}
.single-header .header-list ul li:not(:last-child) {
    margin-right: 0;
    border-right: 1px solid #727171;
}
.single-header .header-list ul li a {
    position: relative;
    min-width: auto;
    padding: 2px 10px 2px 20px;
    font-size: 14px;
    color: #000;
    text-align: left;
    background: none;
}
.single-header .header-list ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 2px;
    background: #CE684D;
    transform: translateY(-50%);
}
.request-btn {
    display: flex;
    width: 113px;
    height: 38px;
    margin-left: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
    background: #00508E;
    align-items: center;
    justify-content: center;
}
.request-icon {
    padding-top: 1px;
    margin-right: 4px;
    font-size: 0;
}

.single-header .header-list ul li.line-no a {
    padding-left: 10px;
}
.single-header .header-list ul li.line-no a::before {
    content: none;
}

@media only screen and (max-width: 1100px) {
    .header {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .header-list ul li a {
        min-width: 120px;
        font-size: 14px;
    }
    .header-logo {
        width: 320px;
    }
    .header-logo a {
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .header {
        display: block;
        height: 100px;
        padding: 10px;
        text-align: center;
    }
    .header-logo {
        width: 100%;
        font-size: 0;
    }
    .header-logo a {
        display: block;
        max-width: 240px;
        margin: 0 auto;
    }
    .header-list ul {
        width: 100%;
        justify-content: space-between;
    }
    .header-list ul li, .header-list ul li:not(:last-child) {
        width: 32%;
        margin: 0;
    }
    .header-list ul::after {
        content: "";
        width: 32%;
    }
    .header-list ul li a {
        display: flex;
        min-width: 100%;
        height: 40px;
        padding: 0 8px;
        font-size: 11px;
        line-height: 1.3;
        background: none;
        border-bottom: 1px solid #fff;
        align-items: center;
        justify-content: center;
    }

    .single-header .header-logo {
        margin-bottom: 6px;
    }
    .single-header .header-list ul {
        justify-content: flex-start;
    }
    .single-header .header-list ul::after {
        content: none;
    }
    .single-header .header-list ul li {
        width: auto;
        /*min-width: 52px;*/
        white-space: nowrap;
    }
    .single-header .header-list ul li a {
        height: 24px;
        padding: 2px 4px 2px 12px;
        font-size: 10px;
        /*letter-spacing: -0.8px;*/
        justify-content: flex-start;
    }
    .single-header .header-list ul li a::before {
        left: 5px;
        width: 4px;
    }
    .request-btn {
        /*width: auto;*/
        /*max-width: 56px;*/
        width: 100px;
        max-width: 100px;
        height: 32px;
        padding: 0 4px;
        margin-left: 4px;
        font-size: 11px;
        line-height: 1.2;
    }
    .request-icon {
        width: 13px;
        min-width: 13px;
        margin-right: 1px;
    }

    .single-header .header-list ul li.line-no a {
        padding-left: 4px;
    }
}
@media only screen and (max-width: 360px) {
    .request-btn {
        width: 56px;
        max-width: 56px;
    }
    .single-header .header-list ul li {
        min-width: 50px;
        word-break: break-word;
        white-space: normal;
    }
}

/*footer
---------------------------------*/
footer {
    color: #fff;
    background: #2e2489;
}
.footer {
    padding-top: 36px;
}
.footer-content {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.footer-logo {
    font-size: 0;
}
.footer-infor {
    padding-left: 14px;
}
.tel {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
.tel a {
    font-size: 36px;
    color: #fff;
}
.copyright {
    text-align: center;
    font-weight: bolder;
    letter-spacing: 1px;
}
@media only screen and (max-width: 980px) {
    .footer {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .footer-content {
        display: block;
        margin-bottom: 24px;
    }
    .footer-logo {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-infor {
        padding: 0;
        font-size: 14px;
    }
    .tel {
        font-size: 14px;
        text-align: center;
    }
    .tel a {
        font-size: 26px;
    }
    .copyright {
        font-size: 12px;
        font-weight: normal;
    }
}

.scll {
    padding-top: 140px;
    margin-top: -140px;
}

div {
    box-sizing: border-box;
}


.header-list .tel {
    display: flex;
    margin-right: 20px;
    font-size: 26px;
    color: #fff;
    align-items: center;
}
.header-list .tel a {
    display: flex;
    margin-left: 8px;
    font-size: 22px;
    align-items: center;
}
.header-list .tel a i {
    font-size: 26px;
}
.header.single-header .header-list .tel,
.header.single-header .header-list .tel a {
    color: #000;
}
.header.single-header .header-list .tel {
    padding: 1px 6px;
    font-weight: normal;
    background: #ddd;
}
@media screen and (max-width: 980px) {
    .request-btn {
        margin-left: 6px;
    }
    .single-header .header-list ul li a {
        display: flex;
        height: 100%;
        min-width: 70px;
        line-height: 1.1;
        align-items: center;
    }
    .header-list .tel {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        color: #000;
        background: #ddd;
        justify-content: center;
    }
    .header-list .tel a {
        padding: 1px 6px;
        color: #000;
    }
    .header-list .tel a i {
        color: #000;
    }
}
@media screen and (max-width: 767px) {
    .single-header .header-list ul li a {
        min-width: 100%;
    }
}

footer.single-footer {
  background: #2e2489;
}
.single-footer .inner {
  padding-bottom: 0;
}
.single-footer .footer-content {
  margin-bottom: 24px;
}
.single-footer .border {
  padding-bottom: 12px;
  border-top: 2px solid #fff;
}
.single-footer ul li {
  display: flex;
  margin-bottom: 11px;
}
.single-footer ul li:first-child {
  align-items: center;
}
.single-footer ul li:last-child {
  margin-bottom: 0;
}
.single-footer ul li .dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  width: 83px;
  height: 24px;
  border: 1px solid #fff;
  margin-right: 22px;
}
.single-footer ul li .dd {
  font-size: 14px;
  padding-top: 3px;
  color: #fff;
}
.single-footer ul li:first-child .dd {
  padding-left: 60px;
}
.single-footer ul li .dd a {
  color: #fff;
}
@media only screen and (max-width: 980px) {
  .single-footer {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .single-footer .footer-content {
    display: flex;
  }
  .single-footer ul li .dd {
    width: calc(100% - 105px);
  }
  .single-footer ul li:first-child .dd {
    padding-left: 0;
  }
  .single-footer .footer-logo {
    margin-bottom: 0;
    text-align: left;
  }
}