@charset "utf-8";

/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
li {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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

a:hover {
    text-decoration: underline;
}

a:hover img {
    opacity: 0.8;
    transition: all 0.5s ease 0s;
}

.under {
    text-decoration: underline;
}

.taR {
    text-align: right;
}

.taC {
    text-align: center;
}

.fontB {
    font-weight: bold;
}

.clear {
    clear: both;
}

.colorRed {
    color: #a7211a;
}

.colorOrenge {
    color: #ea812d;
}

.colorGreen {
    color: #389e32;
}

.mb0 {
    margin-bottom: 0 !important;
}

.sp {
    display: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

*:focus {
    outline: none;
}

.b-right {
    border-right: 1px solid #e5e5e5;
}

.b-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.bb-none {
    border-bottom: none !important;
}

.vaT {
    vertical-align: top;
}


/* base */

body {
    color: #2d2d2d;
    background: #fcfcfc;
    line-height: 1.45;
    font-family: "Hiragino UD Sans Std", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    img {
        width: 100%;
        height: auto;
    }
}


/* header */

header {
    width: 100%;
    padding: 20px 30px 0;
    /* overflow: hidden; */
    box-sizing: border-box;
    top: 0;
    z-index: 10000;
    position: relative;
    background: url(../images/header/header_bg.png) repeat-x;
    background-size: contain;
    border-bottom: 4px solid #c1def5;
}

header #logo-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

header #logo {
    max-width: 310px;
    line-height: 1;
}

header #logo img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

header nav {
    margin: 20px 0 0;
    line-height: 1.2;
    position: relative;
    top: 4px;
}

header nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    max-width: 1240px;
}

header nav li {
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    position: relative;
    line-height: 1.0;
}

header nav li::after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 0;
}

header nav li a:after {
    transition: all 0.5s ease 0s;
}

header nav li a::after {
    content: '';
    background: #3799e5;
    display: block;
    width: 0;
    height: 4px;
    z-index: 2;
    position: absolute;
    bottom: -4px;
    transition: all 0.5s ease 0s;
}

header nav li:hover a::after {
    width: 100%;
}

header nav li.li04 {
    border-right: 1px solid #e0e0e0;
}

header nav li a {
    padding-top: 6px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
}

header nav li a:hover img {
    opacity: 1;
}

header nav li a img {
    margin-right: 10px;
    vertical-align: middle;
}

header nav li a span {
    font-size: 16px;
}

header nav li a span span.small_txt {
    font-size: 10px;
}

header nav li a span {
    display: inline-block;
    vertical-align: middle;
}

_:-ms-lang(x)::-ms-backdrop,
header nav li a span {
    position: relative;
    top: 2px;
}

header nav li a:hover,
body.home header nav li.li01 a,
body.company header nav li.li02 a,
body.environment header nav li.li03 a,
body.pressrelease header nav li.li04 a {
    color: #3799e5;
    text-decoration: none;
}

body.home header nav li.li01 a::after,
body.company header nav li.li02 a::after,
body.environment header nav li.li03 a::after,
body.news header nav li.li04 a::after {
    width: 100%;
}


/*縮小版*/

header.sDesign {
    /*
position: fixed;
    top: 0;
*/
}

@media only screen and (max-width: 1400px) {
    header #logo {
        max-width: 310px;
    }
}

@media only screen and (max-width: 1300px) {
    header #logo {
        max-width: 25%;
        min-width: 200px;
    }
    header nav li {
        font-size: 87.5%;
        /*14px*/
    }
    header nav li a img {
        max-width: 25%;
    }
}

@media only screen and (max-width: 900px) {
    header nav ul {
        margin: 0 auto 10px;
    }
    header nav li a span {
        font-size: 13px;
    }
    header nav li a img {
        margin-right: 5px;
        width: 19%;
    }
    header nav {
        position: relative;
        top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    header {
        padding: 10px 15px 0;
    }
    header nav {
        margin: 15px 0 0;
        line-height: 1.2;
    }
}


/* contents */

#contents {
    padding: 100px 40px 100px 40px;
    margin: 0 auto;
    position: relative;
}

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

.inner1000 {
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}

h1 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.2;
    position: relative;
    padding-left: 34px;
    padding-bottom: 6px;
    border-bottom: 3px solid #3799e5;
}

h1::before {
    content: '';
    background: url(../images/icon_blue_circle.png) no-repeat left center;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
}

_:-ms-lang(x)::-ms-backdrop,
h1::before {
    top: 0;
}

h1 span {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}

h2 {
    font-size: 20px;
    padding: 15px 10px;
    width: 100%;
    border: solid 1px #E5E5E5;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

h3 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 8px;
    border-bottom: solid 1px #E5E5E5;
    font-weight: bold;
    margin-bottom: 10px;
}

h4 {
    font-weight: bold;
}

.pagetop_wrap {
    clear: both;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pagetop {
    width: 1240px;
    margin: 0 auto;
    text-align: right;
}

.pagetop img {
    width: 120px !important;
    height: 22px !important;
}


/*.blueBl*/

.blueBl {
    padding: 20px 10px;
    background: #3799e5;
}

.blueBl p {
    text-align: center;
}

.blueBl p.tit {
    position: relative;
    padding-top: 50px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 20px 0;
}

.blueBl p.tit::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.blueBl p.tit span {
    font-size: 10px;
    display: block;
    margin-top: 2px;
}

.blueBl p.link {
    font-size: 14px;
    text-align: left;
    background: #e0f1ff;
}

.blueBl p.link a {
    display: block;
    padding: 10px;
}

.blueBl p.link+p.link {
    margin: 10px 0 0 0;
}


/* #pnkz */

#pnkz {
    background: #eee;
}

#pnkz ul {
    width: 1240px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
}

#pnkz ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
    font-size: 14px;
    font-weight: inherit;
}

#pnkz ul li::after {
    content: '>';
    display: block;
    position: absolute;
    right: -30px;
    top: 2px;
}

#pnkz ul li:last-child {
    margin: 0 0 0 0;
}

#pnkz ul li:last-child::after {
    content: '';
}

p.chuki {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.0 !important;
    margin: 10px 0 0 0;
}

.indent {
    text-indent: -1.5em;
    padding-left: 1.5em;
}


/*.gray_white_dl*/

.gray_white_list dl {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gray_white_list dl:nth-child(odd) {
    background-color: #eee;
}

.gray_white_list dl:nth-child(even) {
    background-color: #fff;
}

.gray_white_list dl dt {
    display: inline-block;
    width: 19%;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    font-size: 16px;
}

.gray_white_list dl dt span.fontS {
    font-size: 14px;
}

.gray_white_list dl dd {
    display: inline-block;
    padding-left: 10px;
    width: 13%;
}

.gray_white_list dl dd+dd {
    padding: 20px 20px 20px 0;
    width: 68%;
}

.gray_white_list dl dd span {
    display: inline-block;
    width: 110px;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0;
    vertical-align: top;
}

_:-ms-lang(x)::-ms-backdrop,
.gray_white_list dl dd span {
    vertical-align: 1px;
    padding-top: 2px;
}

.gray_white_list dl dd span.label_blue {
    background-color: #3799e5;
}

.gray_white_list dl dd a {
    display: inline-flex;
}

@media only screen and (max-width: 1310px) {
    /* #pnkz */
    #pnkz ul {
        width: auto;
        height: auto;
        line-height: initial;
        padding: 5px 30px;
    }
}

@media only screen and (max-width: 1240px) {
    /* .pagetop */
    .pagetop {
        width: auto;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    /* #pnkz */
    #pnkz ul {
        padding: 5px 15px;
    }
}


/* footer */

footer {
    clear: both;
    font-size: 88%;
    letter-spacing: 0.5px;
    border-top: 1px solid #3799e5;
    background: #eeeeee;
}

.footer01 {
    padding: 20px 0 30px 0;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}

.footer01 .floatL {
    float: left;
}

.footer01 .floatL p {
    text-align: left;
    font-size: 18px;
}

.footer01 .floatL p span {
    font-size: 14px;
}

.footer01 .floatR {
    float: right;
}

.footer01 .floatR p.txt_link {
    margin: 35px 0 0 0;
    font-size: 14px;
}

.footer02 {
    border-top: 1px solid #dcdcdc;
    padding: 30px 20px 50px;
    text-align: center;
}

@media only screen and (max-width: 1240px) {
    .footer01 {
        padding: 20px 30px 30px;
    }
}


/*//////// clearfix ////////*/

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

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

.clearfix {
    display: block;
}