@charset "utf-8";

/*==========================================
body
===========================================*/

body {
    background-color: #EFEFEF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

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

a:hover {
    opacity: 0.6;
}

.clear {
    clear: both;
}

.margin50 {
    margin: 50px 0;
}

.margin100 {
    margin: 100px 0;
}

h6 {
    line-height: 25px;
}

/*==========================================
header
===========================================*/

.head {
    width: 960px;
    height: 80px;
    margin: 0 auto;
}

.logo {
    width: 450px;
    float: left;
    padding-top: 10px;
}

.headMenu {
    float: right;
    margin-top: 20px;
}

.headMenu img {
    vertical-align: middle;
    padding: 0 10px;
}

.headMenu li {
    float: left;
    padding-left: 30px;
    font-size: 12px;
}

.headMenu li:hover {
    opacity: 0.6;
}


/*==========================================
headerのスタイル -> Googleカスタム検索
===========================================*/

.search {
    width: 330px;
    padding-top: 10px;
    padding-left: 85px;
}

.search_txt {
    width: 250px;
}

.search_btn {
    border: none;
    background: #5A5858;
    color: #fff;
}


/*==========================================
headerのスタイル -> certification
===========================================*/

.certification {
    float: right;
    width: 60px;
    margin-top: 10px;
    padding-left: 15px;
}

.certification img {
    width: 100%;
}


/*==========================================
headerのスタイル -> dropmenu
===========================================*/

#dropmenu {
    position: relative;
    list-style-type: none;
    width: 960px;
    height: 30px;
    margin: 0 auto;
    z-index: 2;
}

#dropmenu li {
    width: 190px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.dropmenuSubTitle {
    font-size: 8px;
    color: #00A0E9;
}

#dropmenu li a {
    display: block;
    color: #727172;
    padding: 5px 0;
    border-left: solid 1px #727172;
}

#dropmenu li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#dropmenu li ul li {
    overflow: hidden;
    width: 960px;
    height: 0;
    color: #000;
}

#dropmenu li ul li a {
    background: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    opacity: 1;
}


/*=====[#dropmenu li:hover]===== */

#dropmenu li:hover > a {
    background: #999999;
    color: #fff;
    /*border-bottom: medium solid #ff00ff;*/
    text-align: center;
    width: 190px;
    border-radius: 6px;
    position: relative;
    opacity: 0.9;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#dropmenu li:hover > a.triangle:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 45%;
    border: 10px solid transparent;
    border-bottom: 10px solid #000;
}


/*=====[#dropmenu li:hover End]===== */

#dropmenu li:hover ul li {
    overflow: visible;
    height: 100%;
}

#dropmenu li:hover ul li:first-child {
    border-top: 0;
}

#dropmenu li:hover ul li:last-child {
    border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {}


/*=====[dropmenuLast]===== */

#dropmenu .dropmenuLast {
    border-right: solid 1px #727172;
}


/*=====[#dropmenu p]===== */

#dropmenu p {
    float: left;
    height: 339px;
    color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

#dropmenu .subDropmenuLeft {
    width: 291px;
    padding-left: 30px;
}

#dropmenu .subDropmenuCenter {
    width: 290px;
    padding: 0 15px;
}

#dropmenu .subDropmenuRight {
    width: 289px;
    padding-right: 30px;
}

#dropmenu p a {
    color: #000;
    margin: 10px 0;
    width: 270px;
    height: 75px;
}

#dropmenu p .subDropmenuA2 {
    color: #000;
    margin: 10px 0;
    width: 270px;
    height: 128px;
}

#dropmenu p .subDropmenuA3 {
    color: #000;
    margin: 10px 0;
    width: 270px;
    height: 180px;
}


/*=====[subDropmenuTitle]===== */

#dropmenu .subDropmenuTitle p {
    height: 20px;
    padding: 30px;
    padding-bottom: 5px;
    margin-top: 17px;
}

#dropmenu .subDropmenuTitle_1 {
    width: 420px;
    text-align: left;
    font-size: 18px;
    color: #fff;
}

#dropmenu .subDropmenuTitle_2 {
    width: 420px;
    text-align: right;
    font-size: 18px;
    color: #E8E7E3;
}

#dropmenu .subDropmenuTitle_1 img {
    vertical-align: middle;
    padding-right: 10px;
}


/*=====[#dropmenu h3]===== */

#dropmenu h3 {
    background-color: rgba(0, 0, 0, 0.9);
}

#dropmenu h3 .border {
    display: block;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: solid 2px #fff;
}


/*=====[subDropmenu]===== */

#dropmenu .subDropmenu a {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    position: relative;
}

#dropmenu .subDropmenu a img {
    vertical-align: middle;
    padding-right: 5px;
}

#dropmenu .subDropmenu a .subDropmenuImg img {
    position: absolute;
    left: 0;
    bottom: 0;
}


/*=====[フェードイン]===== */

#fdropmenu li ul {
    visibility: hidden;
    opacity: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#dropmenuli:hover ul {
    visibility: visible;
    opacity: 1;
}

#dropmenu li ul li a {
    visibility: hidden;
    opacity: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#dropmenu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

#dropmenu li ul li p {
    visibility: hidden;
    opacity: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#dropmenu li:hover ul li p {
    visibility: visible;
    opacity: 1;
}

#dropmenu li ul li h3 {
    visibility: hidden;
    opacity: 0;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#dropmenu li:hover ul li h3 {
    visibility: visible;
    opacity: 1;
}


/*=====[フェードイン]===== */

/*==========================================
ページトップへボタンのスタイル
===========================================*/

a#pagetopBtn img {
    position: fixed;
    bottom: 10px;
    right: 0;
}


/*==========================================
footer
===========================================*/

.foot {
    height: 200px;
    background-color: #C9CACA;
    padding: 20px;
    overflow: hidden;
}

.foot ul {
    width: 960px;
    margin: 0 auto;
}

.foot li {
    float: left;
    width: 20%;
    font-size: 12px;
    line-height: 20px;
}

.foot li ul li {
    clear: both;
    padding-left: 10px;
}

.foot .paddingLeft20 {
    padding-left: 20px;
}

.footNav {
    height: 16px;
    background-color: #5A5858;
    padding: 5px;
}

.footNav ul {
    width: 960px;
    margin: 0 auto;
}

.footNav li {
    float: left;
    text-align: center;
    border-right: solid 1px #fff;
}

.footNav .footNavLast {
    border-right: none;
}

.footNav li a {
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
}

small {
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding-right: 5px
}


/*==========================================
slider
===========================================*/

#slider {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 10px;
}

#wrapper {
    background: #fff;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#carousel li {
    float: left;
}

#prev,
#next {
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie 6 7 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    zoom: 1;
    display: block;
    height: 400px;
    width: 50%;
    top: 0;
    position: absolute;
}

#prev:hover,
#next:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* ie 6 7 */
    -ms-filter: "alpha(opacity=40)";
    /* ie 8 */
    zoom: 1;
}

#prev {
    left: -480px;
    /* スライドする画像の横半分の値 */
    background: #fff url(/corporate/data/images/common/arrow-left.png ) 110% center no-repeat;
    /*background: #fff 95% center no-repeat;*/
}

#next {
    background: #fff url(/corporate/data/images/common/arrow-right.png ) -10% center no-repeat;
    /*background: #fff 5% center no-repeat;*/
    right: -480px;
    /* スライドする画像の横半分の値 */
}

#prev img {
    right: 20px;
    top: 120px;
    position: absolute;
}

#next img {
    left: 20px;
    top: 120px;
    position: absolute;
}


/*==========================================
#pager {
    text-align: center;
    padding: 10px;
}

#pager a {
    border: 2px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px 0 0;
}

#pager a:hover {
    background: #eee;
}

#pager a span {
    display: none;
}

#pager a.selected {
    background-color: #ccc;
}
===========================================*/

/*==========================================
fieldWhite sample
===========================================*/

.fieldWhite_2 {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;
    list-style: none;
}


/*==========================================
contentsのスタイル -> index-category
===========================================*/

.fieldWhite {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 50px;
    padding-bottom: 50px;
    list-style: none;
}

.category {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

h2 {
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    color: #000;
    font-size: 10px;
    display: flex;
    align-items: center;
}

h2:before,
h2:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block;
}

h2:before {
    margin-right: .4em;
}

h2:after {
    margin-left: .4em;
}


/*==========================================
contentsのスタイル -> index-news
===========================================*/

.news h5 {
    width: 600px;
    margin: 15px auto 0 auto;
    padding: 0px 50px 10px 50px;
    border-bottom: dotted 1px #c0c0c0;
    font-size: 14px;
}

.news img {
    vertical-align: middle;
    padding: 0 15px;
}

.news pre {
    display: inline-block;
    font-size: 14px;
    width: 420px;
    max-height: 100px;
    padding-top: 2px;
    vertical-align: top;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-y: hidden;
}

.news_2 p {
    margin: 20px auto 0;
    text-align: center;
}

.square_btn {
    display: inline-block;
    padding: 16px 60px;
    text-decoration: none;
    color: #C73D28;
    border: solid 2px #C73D28;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}

.square_btn:hover {
    background: #C73D28;
    color: white;
}

/*==========================================
contentsのスタイル -> index-main
===========================================*/

.homeMain {
    width: 960px;
    margin: 20px auto;
}

.homeMain_2 {
    width: 800px;
    margin: 20px auto;
}


/* 全体の枠 */

.imageHome {
    position: relative;
    width: 300px;
    float: left;
    margin: 10px;
    /* 画像拡大 */
    overflow: hidden;
}

.imageHome img {
    vertical-align: bottom;
}

.imageHome_2 {
    position: relative;
    width: 300px;
    float: left;
    margin: 10px 50px;
    /* 画像拡大 */
    overflow: hidden;
}

.imageHome_2 img {
    vertical-align: bottom;
}


/* 重ねる文字 */

.textHome {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
}

.textHome img {
    float: left;
    padding-right: 10px;
    padding-top: 6px;
}

.fontSize16B {
    font-size: 16px;
    font-weight: bold;
}


/* 画像拡大 */

.photoZoom img {
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
    transition: .8s;
}

.photoZoom img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*==========================================
contentsのスタイル -> index-pickup
===========================================*/

.pickup {
    background-color: #fff;
    padding: 50px 0;
}

.pickup ul {
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}

.pickup ul li {
    width: 300px;
    margin: 0 10px;
}

.pickup img {
    width: 100%;
    height: auto;
}

.pickup .slick-active {
    opacity: 1;
}

/*==========================================
contentsのスタイル -> index-construction
===========================================*/

.construction {
    padding: 50px 0;
}

.slider {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.slider div {
    height: 200px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

/*==========================================
contentsのスタイル -> index-banner
===========================================*/

.bannerHome {
    width: 960px;
    height: 206px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerHome .bannerHome_1 {
    /* float: left; */
    width: 240px;
    height: auto;
}

.bannerHome .bannerHome_1 li {
    padding: 25px 20px 25px 40px;
}
.bannerHome .bannerHome_1 img {
    width: auto;
    height: 152px;
}

.bannerHome .bannerHome_2 {
    /* float: right; */
    width: 480px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}



.bannerHome_2 li {
    /* float: left; */
    padding: 25px 20px;
}

/* 変更前 */
/* .bannerHome {
    width: 960px;
    margin: 0 auto;
}

.bannerHome ul.bannerHome_2 {
    width: 480px;
    margin: 0 auto;
}


.bannerHome li {
    float: left;
    padding: 25px 20px;
} */

.bannerHome .bannerHome_3 {
    /* float: right; */
    width: 240px;
    margin: 0 auto;
}


.bannerHome_3 li {
    /* float: left; */
    padding: 25px 20px;
}



/*==========================================
contentsのスタイル -> common
===========================================*/

.container {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.pan {
    font-size: 12px;
}

.pan li {
    display: inline;
}

.siteTitle {
    font-size: 20px;
    background-color: #222D3B;
    color: #fff;
    padding: 15px;
    margin: 30px 0;
}


/*==========================================
contentsのスタイル -> common-headerImg
===========================================*/

.headerImg {
    margin-top: 9px;
    position: relative;
}

.headerImg img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.headerText {
    position: absolute;
    bottom: 45%;
    width: 100%;
}

.headerText p {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}


/*==========================================
contentsのスタイル -> topix.html
===========================================*/

.topix li {
    float: left;
    font-size: 12px;
    padding: 5px 30px;
}

.topixNews {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
}

.topixNews h5 {
    margin-top: 15px;
    padding: 0 50px 10px 50px;
    border-bottom: dotted 1px #c0c0c0;
    font-size: 14px;
}

.topixNews img {
    vertical-align: middle;
    padding: 0 15px;
}

.topixNews pre {
    display: inline-block;
    font-size: 14px;
    width: 620px;
    max-height: 41px;
    padding-top: 1px;
    vertical-align: top;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-y: hidden;
}

/*==========================================
contentsのスタイル -> privacy.html
===========================================*/

.privacy {
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 30px;
}

.privacy_2 {
    width: 500px;
    padding-bottom: 5px;
    border-bottom: solid 2px #C73E29;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
}

.privacy_3 {
    list-style-type: decimal;
    padding-left: 20px;
}

.privacy_3 li {
    padding-bottom: 20px;
}

.privacy_4 {
    text-align: right;
    line-height: 20px;
}


/*==========================================
contentsのスタイル -> sitepolicy.html
===========================================*/

.sitepolicy {
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 20px;
}

.sitepolicy_2 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-right: 300px;
    border-bottom: solid 2px #C73D29;
}

.sitepolicy_3 {
    padding-top: 10px;
    margin-right: 120px;
}

.sitepolicy_4 {
    color: #036EB8;
}


/*==========================================
contentsのスタイル -> contact.html
===========================================*/

/* contactTel */

table.contactTel {
    border: solid 1px #B5B5B6;
    margin-bottom: 100px;
}

table.contactTel th {
    border: solid 1px #B5B5B6;
    background-color: #D0DBE2;
    padding: 20px;
    width: 150px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

table.contactTel td {
    border: solid 1px #B5B5B6;
    background-color: #fff;
    padding: 20px;
    width: 535px;
    vertical-align: middle;
    font-size: 16px;
}


/* contactMail */

.contactMail_1 {
    font-size: 12px;
    line-height: 20px;
}

.contactMailBtn {
    border: solid 1px #000;
    width: 270px;
    height: 35px;
    margin: 20px auto;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
}

.contactMailBtn:hover {
    opacity: 0.6;
}

table.contactMail {
    border: solid 1px #B5B5B6;
}

table.contactMail th {
    border: solid 1px #B5B5B6;
    background-color: #D0DBE2;
    padding: 20px;
    width: 158px;
    vertical-align: middle;
    font-size: 14px;
}

table.contactMail td {
    border: solid 1px #B5B5B6;
    padding: 20px;
    width: 718px;
    vertical-align: middle;
    font-size: 14px;
}

.redP {
    color: #E60012;
}

.sbt {
    font-size: 14px;
    display: block;
    padding: 16px 60px;
    text-decoration: none;
    background: #fff;
    color: #C73D28;
    border: solid 2px #C73D28;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 50px;
}

.sbt:hover {
    background: #C73D28;
    color: white;
}

/* Contact Form 7 */

.screen-reader-response {
    display: none;
}

.wpcf7-validation-errors {
    padding: 20px;
    color: #ff0000;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
}

.wpcf7-mail-sent-ok {
    padding: 20px;
    color: #000;
    text-align: center;
}

table.contactMail td.checkbox_1 input {
    /*
    margin-top: 5px;
 display: block;
*/
}

.sent .hidden {
    display: none;
}


/*==========================================
reCAPTCHA v3　表示位置
===========================================*/

.grecaptcha-badge{
    margin-bottom: 60px;
}


/*==========================================
contentsのスタイル -> partner.html
===========================================*/

.partner {
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 20px;
}

.partner_1 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-right: 300px;
    border-bottom: solid 1px #C73D29;
}

.partner_2 {
    padding-top: 5px;
}

.partner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

ol.list_parentheses li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 10px;
}

ol.list_parentheses li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}

.partner_3 p {
    width: 65%;
    float: left;
}

.partner_3 img {
    float: right;
    width: 30%;
    height: auto;
    padding-left: 30px;
}

.partner_4 {
    width: 330px;
    border: 1px solid #000;
    padding: 10px;
}

.partner_5 {
    padding: 10px 0;
}

.partner_5 p {
    float: left;
    padding-top: 20px;
}

.partner_5 img {
    width: 80px;
    height: auto;
    padding-left: 20px;
}

.partner20190607_1 {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.partner20190607_2 {
    color: #C73D29;
    margin-left: -10px;
}

/*==========================================
contentsのスタイル -> sitemap.html
===========================================*/

.sitemap {
    background-color: #fff;
    padding: 30px;
    font-size: 12px;
    line-height: 20px;
}

.sitemapWrap {
    float: left;
    width: 300px;
}

.sitemap li {
    padding-left: 20px;
    line-height: 30px;
}

.sitemap_1 {
    width: 180px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #222D3B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.sitemapWrap li:hover {
    opacity: 0.6
}

/*==========================================
20181220
===========================================*/

#news_20181220 {
    line-height: 1.5;
}

#news_20181220_1 span {
    display: block;
    text-align: center;
    padding-top: 20px;
}

#news_20181220_2 {
    display: flex;
    margin-left: 20px;
}

#news_20181220_2 li {
    width: 400px;
}

#news_20181220_3 {
    margin-left: 20px;
}

/*==========================================
sns
===========================================*/

.sns ul {
    display: flex;
    width: 480px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 25px;
}

.sns ul li img {
    display: block;
    width: 70px;
    height: auto;
    vertical-align: bottom;
    margin: 0 25px;
}

.sns ul li a:hover img {
    opacity: 0.6;
}
