@charset "UTF-8";

/* ---INDEX--- */
/* for expanding and modifying */
/*script triger*/
/*header*/
/*footer*/
/*breadCrumbs*/
/*button settings*/
/* privacy.php */
/* sitemap.php */
/*responsive setting*/


html {
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.4;
    overflow-x: hidden;
}

a,
a:hover,
input,
select,
*[role=button] {
    cursor: pointer;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

sub {
    bottom: 0;
}

.flex {
    display: flex;
}

.iswrap {
    flex-wrap: wrap;
}

.flex.center {
    align-items: center;
    justify-content: center;
}

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

.clearSelf {
    clear: both;
}


/* for expanding and modifying */
a {
    display: block;
    width: 100%;
    height: 100%;
}

.txtLink {
    color: #0000c8;
    display: inline;
}

.txtLink img {
    width: 15px;
}

ul[role=navigation] a,
.lang__box--sub a,
footer .links__inner a,
.documents__inner dd a {
    display: inline;
    z-index: 99;
}

.support .documents__inner dd a {
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-right: 30px;
}

.documents__inner dd a:hover{
    text-decoration: none;
}

.container {
    width: 980px;
    margin: 0 auto;
}

.container--sub {
    width: 980px;
    margin: 0 auto;
    padding: 30px;
}
.container--sub.type2 {
    padding-bottom: 60px;
}

.abs-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 980px) {
    .support .documents__inner dd a br {
        display: none;
    }
}

@media (max-width: 870px) {
    .container--sub {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .container {
        width: 96%;
    }

    .container--sub {
        padding: 30px 3.9vw;
    }
}

/*script triger*/
.showOnFixed {
    display: none;
    width: 105px;
    line-height: 70px;
    margin-left: 60px;
}


.lang__box {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

.lang__box dd {
    float: left;
    margin-left: 25px;
}
.main--top .lang__box dd.selected,
.lang__box dd:hover,
.txtLink:hover {
    color: #e30012;
}

.txtLink:hover > img {
    fill: #e30012;
}


/*footer*/
footer {
    width: 100%;
    /* height: 90px; */
    padding: 80px 95px 20px;
}

.sns__wrapper {
    justify-content: center;
    margin-bottom: 40px;
}

.sns__wrapper dd {
    width: 50px;
    height: 50px;
    margin: 0 20px;
}

/* cookie acceptance */
.cookieinfo > span > a {
    display: inline;
}

/* chinese sns icons */
.cn_sns_btns {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.cn_sns_btns li {
    width: 50px;
    height: 50px;
    margin: 0 20px;
}
.cn_sns_btns a {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.cn_sns_btns .sns_renren a {
    background-image: url(/common/img/logo_cn_renren.gif);
}

.cn_sns_btns .sns_weibo a {
    background-image: url(/common/img/logo_cn_weibo.gif);
}

.cn_sns_btns .sns_facebook a {
    background-image: url(/common/img/logo_cn_facebook.gif);
}

.cn_sns_btns .sns_twitter a {
    background-image: url(/common/img/logo_cn_twitter.gif);
}

.cn_sns_btns .sns_email a {
    background-image: url(/common/img/logo_mail.jpg);
}

.cn_sns_btns .sns_print a {
    background-image: url(/common/img/logo_printer.jpg);
}

.cn_sns_btns li span {
    display: none;
}

.links__wrapper {
    justify-content: space-between;
}

dl.links__inner {
    font-size: 13px;
}

dl.links__inner dd {
    display: inline-block;
}

dl.links__inner dd:not(:last-child) {
    margin-right: 20px;
}

dl.links__inner dd:after {
    content: " >";
}

.copyright__txt {
    font-size: 13px;
}

.toTopBtn{
    display: table;
    width: 130px;
    height: 54px;
    background-color: #333;
    opacity: 0.7;
    position: fixed;
    right: 1em;
    bottom: 1em;
}

.toTopBtn span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}

.toTopBtn:hover{
    opacity: 0.5;
    text-decoration: none;
}


/*breadCrumbs*/

.breadCrumbs {
    font-size: 12px;
    margin: 20px 0 30px 50px;
}

.breadCrumbs li {
    display: inline-block;
}

.breadCrumbs li a {
    display: inline;
}

.breadCrumbs li a:hover {
    text-decoration: underline;
}

.breadCrumbs li:after {
    content: ">";
    display: inline;
    margin: 0 10px;
}

.breadCrumbs li:last-child:after {
    display: none;
}

/*button settings*/
.primaryBtn {
    display: table;
    width: 80%;
    max-width: 540px;
    height: 100px;
    margin: 0 auto;
    border-radius: 2px;
    background: #640000;
    position: relative;
}
.sds_welding .primaryBtn.mb60 {
    margin-bottom: 60px;
}

#welding .primaryBtn,
#welding .primaryBtn input {
    background: #640000;
    border: none;
}

#chemical .primaryBtn,
#chemical .primaryBtn input {
    background: #000064;
    border: none;
}

#recruit .primaryBtn,
#recruit .primaryBtn input {
    background: #59595e;
}

.primaryBtn:after {
    content: "▶︎";
    color: #fff;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    position: absolute;
}
.primaryBtn--btmArrow:after {
    content: "▼";
}

.primaryBtn a,
.primaryBtn input {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.primaryBtn a:hover{
    text-decoration: none;
}

.primaryBtn:hover {
    opacity: 0.9;
}

.primaryBtn.isSmaller {
    max-width: 320px;
    height: 60px;
}

.txt--avobeBtn {
    font-size: 16px;
    margin-top: 60px;
    text-align: center;
}

/* privacy.php */
#PrivacyPolicy{
    padding-top: 140px;
    margin-top: -140px;
}
#Social,
#CookiePolicy,
#DataProcessing {
    padding-top: 140px;
    margin-top: -80px;
}
.privacy__wrapper h2.anchorHeading:before {
    color: #000064;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.privacy__wrapper h2.anchorHeading:after {
    display: none;
}
.privacyFirst__wrapper h2.anchorHeading:before {
    content: "1";
}
.privacySecond__wrapper h2.anchorHeading:before {
    content: "2";
}
.privacyThird__wrapper h2.anchorHeading:before {
    content: "3";
}
.privacyFourth__wrapper h2.anchorHeading:before {
    content: "4";
}
.privacyFifth__wrapper h2.anchorHeading:before {
    content: "5";
}
.privacySixth__wrapper h2.anchorHeading:before {
    content: "6";
}
.privacySeventh__wrapper h2.anchorHeading:before {
    content: "7";
}

.privacy__wrapper a{
    display: inline;
    text-decoration: underline;
}

.privacy__wrapper a:hover {
    text-decoration: none;
}

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

/* sitemap */
.sitemapContents{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.sitemapBlock {
    width: 50%;
    margin-bottom: 40px;
}

.sitemapBlock .sitemapBlock__title {
    font-size: 20px;
    padding-left: 1.5em;
    margin-bottom: 1em;
    font-weight: bold;
    position: relative;
}

.sitemapBlock .sitemapBlock__title:before {
    color: #828282;
    content: "▶︎";
    position: absolute;
    left: 0;
}
.sitemapBlock .sitemapBlock__linkBox:last-child{
    margin-bottom: 0;
}
.sitemapBlock .sitemapBlock__linkBox li{
    padding-left: 2em;
    margin-left: 2em;
    margin-bottom: 0.5rem;
    position: relative;
}

.sitemapBlock .sitemapBlock__linkBox li:before {
    content: "├";
    position: absolute;
    left: 0;
}

.sitemapBlock .sitemapBlock__linkBox li:last-child:before {
    content: "└";
    position: absolute;
    left: 0;
}

.sitemapBlock--hasChild {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.sitemapBlock--hasChild .sitemapBlock__title {
    width: 100%;
}

.sitemapBlock--hasChild .sitemapBlock__linkBox {
    margin-right: 1em;
}

.sitemapBlock--hasChild .sitemapBlock__linkBox:first-of-type {
    padding-left: 2em;
    margin-bottom: 2em;
}

.sitemapBlock--hasChild .sitemapBlock__linkBox dt {
    margin-bottom: 1em;
    font-weight: bold;
}

.sitemapBlock .sitemapBlock__linkBox dd {
    padding-left: 2em;
    position: relative;
}

.sitemapBlock .sitemapBlock__linkBox dd:before {
    content: "├";
    position: absolute;
    left: 0;
}

.sitemapBlock .sitemapBlock__linkBox dd:last-child:before {
    content: "└";
    position: absolute;
    left: 0;
}

/*links.php*/
.linksList {
    width: 40%;
    margin: 0 auto;
}
.linksList li{
    font-size: 16px;
    padding-left: 1.5em;
    margin-bottom: 1em;
    position: relative;
}

.linksList li:before {
    color: #828282;
    content: "▶︎";
    position: absolute;
    left: 0;
}



/*responsive setting*/
@media (max-width: 1020px) {
    footer {
        padding: 80px 5% 20px;
    }
}


/*-----responsive switch-----*/
@media (min-width: 1051px) {
    .pcOnly {
        display: block;
    }

    .tillTab {
        display: none;
    }

    .spNon--flex {
        display: flex;
    }
}

@media (max-width: 1050px) {
    .pcOnly {
        display: none;
    }

    .tillTab {
        display: block;
    }
}

@media (min-width: 768px) {
    .fromTab {
        display: block;
    }

    .spOnly {
        display: none;
    }
}


@media (max-width: 767px) {
    .fromTab {
        display: none;
    }

    .spOnly {
        display: block;
    }

    .spNon--flex {
        display: none;
    }

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

    /*footer*/
    footer {
        height: auto;
        padding: 10%;
    }

    .sns__wrapper {
        width: 60%;
        justify-content: space-around;
        margin: 0 auto 50px;
    }

    .sns__wrapper dd {
        width: 100%;
        min-width: 60px;
        height: auto;
        margin: 0 10px;
    }

    .cookie,
    .cookie__inner {
        height: auto;
        font-size: 15px;
    }

    .cookie__inner {
        width: 93%;
        margin: 20px auto;
    }

    .cookie__content {
        flex-direction: column;
        justify-content: center;
    }

    .cookie__btn {
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        margin-left: 0;
    }

    .cn_sns_btns li {
        margin: 0 10px;
    }

    .cn_sns_btns li:first-child {
        margin-left: 0;
    }

    .cn_sns_btns li:last-child {
        margin-right: 0;
    }


    .links__wrapper {
        justify-content: left;
        flex-direction: column;
    }

    dl.links__inner dd {
        display: block;
        height: 30px;
        margin-right: 0;
    }

    dl.links__inner dd:after {
        display: none;
    }

    /*button settings*/
    .primaryBtn {
        height: 60px;
    }

    .primaryBtn a,
    .primaryBtn input {
        padding: 10px;
        padding-right: 35px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .primaryBtn:after {
        right: 10px;
    }

    .toTopBtn{
        font-size: 14px;
        right: 10px;
        bottom: 10px;
        padding: 10px;
    }

    /* sitemap */
    .sitemapBlock {
        width: 100%;
        flex-direction: column;
    }
    .sitemapBlock .sitemapBlock__title {
        font-size: 18px;
        padding-left: 1.5em;
        margin-bottom: 0.5em;
        font-weight: bold;
        position: relative;
    }
    .sitemapBlock .sitemapBlock__linkBox li {
        padding-left: 1.5em;
        margin-left: 1.5em;
    }
    .sitemapBlock--hasChild {
        flex-direction: column;
    }
    .sitemapBlock--hasChild .sitemapBlock__linkBox {
        padding-left: 2em;
        margin-bottom: 2em;
    }


    /*links*/
    .linksList {
        width: 100%;
    }
    .linksList li {
        font-size: 18px;
        margin-bottom: 0.5em;
    }
}

.list-style-1 {
    margin-bottom: 1rem;
}

.list-style-1.sp-w{
    margin: 1em auto;
}

.list-style-1 li {
    list-style-type: disc;
    margin-left: 1em;
}

.list-style-2{
	/*background: #000064;
	color: #fff;*/
	padding: 20px 0 10px;
	margin-bottom: 20px;
}

.list-style-2:after {
	border: 1px solid #000064 !important;
  width: 100% !important;
}

.privacyLists__anchor{
	overflow: hidden;
}
.privacyLists__anchor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.privacyLists__anchor li{
    width: 24%;
    font-size: 13px;
}
.privacyLists__anchor li a{
    display: block;
    width: 100%;
    height: auto;
    background: #000064;
    color: #fff;
    text-align: center;
    padding: 13px;
    text-decoration: none;
    position: relative;
}

.privacyLists__anchor li a:hover{
	opacity: 0.8;
}

.privacyLists__anchor li a:before {
	content: ' ';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
	position: absolute;
	top: 45%;
	right: 5%;
}

@media (max-width: 1050px) {
	.container--sub .privacyLists__anchor li a{
		font-size: 14px;
	}
	.privacy__wrapper h2.anchorHeading:before{
		font-size: 25px !important;
	}
	.container--sub h2.anchorHeading{
		font-size: 16px;
		padding-left: 35px;
		margin-top: 40px !important;
	}
	.sp-w{
		width: 90%;
		margin: auto;
	}
	.list-style-2 {
    padding: 60px 0 5px;
    }

    .privacyLists__anchor {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .privacyLists__anchor li {
        width: 100%;
        margin-bottom: 10px;
    }
    .privacyLists__anchor li a {
        text-align: left;
    }
    .privacyLists__anchor li a:before {
        top: 50%;
        right: 13px;
        transform: translateY(-50%);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
    }
}
