@charset "utf-8";
/*module CSS Document */
.privacypolicy main > #title-area {
    background: url("../images/title-area_bg/mv_index_privacypolicy.jpg") center no-repeat;
    background-size: cover;
}
.terms main > #title-area {
    background: url("../images/title-area_bg/mv_index_privacypolicy.jpg") center no-repeat;
    background-size: cover;
}
.contact main > #title-area {
    background: url("../images/title-area_bg/mv_index_privacypolicy.jpg") center no-repeat;
    background-size: cover;
}
.not main > #title-area {
    background: url("../images/title-area_bg/mv_index_privacypolicy.jpg") center no-repeat;
    background-size: cover;
}
/*共通css
------------------------------------------------------------------------------------------------------------*/
.ff_box {
    background: #fff;
}
.ff_pd {
    padding: 50px 60px 90px 60px;
}
.ff_pd_standard {
    padding: 50px 60px 90px 60px;
    margin: auto !important;
}
.ff_pd_tb {
    padding: 60px 0;
}
.ff_pd_t {
    padding: 60px 0 0 0;
}
.ff_pd_lr {
    padding: 0 60px;
}
.ff_section + .ff_section {
    margin-top: 10px !important;
}
.section_ll + .section_ll {
    margin-top: 120px;
}
.section_l + .section_l {
    margin-top: 80px;
}
.section_m + .section_m {
    margin-top: 50px;
}
@media screen and (max-width: 769px) {
    .ff_pd {
        padding: 20px 15px 30px 15px;
    }
    .ff_pd_standard {
        padding: 0px 15px 30px 15px;
        margin: auto;
    }
    .ff_pd_tb {
        padding: 30px 0;
    }
    .ff_pd_t {
        padding: 30px 0 0 0;
    }
    .ff_pd_lr {
        padding: 0 15px;
    }
    .section_ll + .section_ll {
        margin-top: 80px;
    }
    .section_l + .section_l {
        margin-top: 60px;
    }
    .section_m + .section_m {
        margin-top: 40px;
    }
}
/*contact_pd*/
.contact_pd{
    padding: 60px 60px;
}

@media screen and (max-width: 769px) {
.contact_pd{
padding: 30px 0px 50px;}
}
.sq_title {
    font-size: 24px;
    font-weight: bold;
    min-height: 100px;
    margin-left: 20px;
    margin-bottom: 50px;
    padding: 65px 0 0 80px;
    background: url(../../products/images/single_subt_bg.svg) 0 0 no-repeat;
    background-size: auto 100px;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 769px) {
    .sq_title {
        min-height: inherit;
        margin-left: 15px;
        margin-bottom: 35px;
        padding: 15px 0 0 45px;
        background: url(../../products/images/single_subt_bg.svg) 0 0 no-repeat;
        background-size: auto 45px;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.line_title {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    margin-top: 23px;
    border-left: 10px solid #FF0000;
    line-height: 1em;
    padding-left: 1em;
    display: block;
    font-weight: normal;
}
@media screen and (max-width: 769px) {
    .line_title {
        font-size: 18px;
    }
}
.line_title2 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-top: 23px;
    border-bottom: 1px solid #999999;
    line-height: 1em;
    padding-bottom: 0.5em;
    display: block;
    font-weight: normal;
}
@media screen and (max-width: 769px) {
    .line_title2 {
        font-size: 18px;
    }
}
.list_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 60px 30px 60px;
    border-bottom: 1px solid #999999;
}
@media screen and (max-width: 769px) {
    .list_title {
        ;
        font-size: 18px;
        margin: 0px 15px 30px 15px;
    }
}
.col_red {
    color: #FF0000 !important;
}
.no_arrow a:after {
    content: none;
}
/*tab_2
------------------------------------------------------------------------------------------------------------*/
main ul.tab_2 {
    justify-content: center !important;
}
/* disc
------------------------------------------------------------- */
ul.disc li {
    position: relative;
    padding-left: 1em;
}
ul.disc li:before {
    content: "・";
    position: absolute;
    left: 0;
}
/* list  wavelength_list
------------------------------------------------------------------------------------------------------------*/
section.list.wavelength_list {
    padding: 0 0 80px;
    margin: auto;
}
section.list.wavelength_list .inner {
    padding: 0px 60px;
}
section.list.wavelength_list .inner > div.item:nth-child(-n+3), section.list.industry-material_list .inner > div.item:nth-child(-n+3) {
    margin-top: 0px;
}
@media screen and (max-width: 769px) {
    section.list.wavelength_list {
        padding: 0 0 50px 0;
        margin: auto;
    }
    section.list.wavelength_list .inner {
        padding: 0px 20px;
    }
    section.list.wavelength_list .inner > div.item:nth-child(-n+3) {
        margin-top: 50px;
    }
    section.list.industry-material_list .inner > div.item:first-child {
        margin-top: 0px;
    }
}
/* contact
------------------------------------------------------------------------------------------------------------*/
.contact_read > * + * {
    margin-top: 1.5em;
}
.contact_read {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
.contact_form {
    max-width: 900px;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
}
.img_100 {
    max-width: 100%;
}
/* privacypolicy
------------------------------------------------------------------------------------------------------------*/
#privacypolicy .section_l {
    font-size: 14px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
#privacypolicy .section_l > * {
    margin-top: 1.5em;
}
#privacypolicy .section_l > *:first-child {
    margin-top: 0;
}
#privacypolicy .section_l strong {
    font-size: 18px;
    padding-top: 0.5em;
    line-height: normal;
    display: inline-block;
}
#privacypolicy .section_l .box {
    padding: 20px 30px 30px 30px;
    border: 1px solid #777777;
}
#privacypolicy .section_l .box > * {
    margin-top: 1.5em;
}
#privacypolicy .section_l .box > *:first-child {
    margin-top: 0;
}
#privacypolicy .section_l .box strong {
    padding-top: 0.5em;
}
#privacypolicy .section_l .box strong {
    padding-top: 0.5em;
}

#privacypolicy .section_l a {
	color: #ff0000;
	padding: 0 0 0.1em;
	border-bottom: 1px solid #fff;
	display: inline-block;
	transition: .3s;
}
#privacypolicy .section_l a:hover {
	border-bottom: 1px solid #ff0000;
	transition: .3s;
}

@media screen and (max-width: 769px) {
    #privacypolicy .section_l .box {
        padding: 10px 15px 15px 15px;
    }
}
/* terms
------------------------------------------------------------------------------------------------------------*/
#terms .section_l {
    font-size: 14px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
#terms .section_l > * {
    margin-top: 1.5em;
}
#terms .section_l > *:first-child {
    margin-top: 0;
}
#terms .section_l strong {
    font-size: 18px;
    padding-top: 0.5em;
    line-height: normal;
    display: inline-block;
}
/*industry-material
------------------------------------------------------------------------------------------------------------*/
/*別タブボタン
------------------------------------------------------------------------------------------------------------*/
section.list .inner.other_company > div.item > h2 a {
    padding: 2px 40px 0 10px;
}
section.list .inner.other_company > div.item > h2 a::after {
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
    width: 22px;
    height: 18px;
    background: url("../images/ico_other.svg") no-repeat;
    background-size: contain;
    border: none;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/*別タブボタン
------------------------------------------------------------------------------------------------------------*/
.blank.bw_100 a {
    width: 100%;
    line-height: 1.8;
}
.blank a.btn.dl::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 22px;
    height: 18px;
    background: url("../images/ico_blank.svg") no-repeat;
    background-size: contain;
    border: none;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s;
}
.blank a.btn.dl:hover::after {
    background: url("../images/ico_blank_w.svg") no-repeat;
    background-size: contain;
    transition: .3s;
}

/*pdfボタン
------------------------------------------------------------------------------------------------------------*/

.pdf a.btn.dl{

    padding: 20px 40px;
}

.pdf a.btn.dl::after {
    top: calc(50% - 10px);
    right: 20px;
    width: 22px;
    height: 18px;
    background: url(../images/ico_pdf.svg) no-repeat;
    background-size: contain;
	transition: .3s;
}

.pdf a.btn.dl:hover::after {
    background: url(../images/ico_pdf_w.svg) no-repeat;
    background-size: contain;
	transition: .3s;
}

/*industry_title
------------------------------------------------------------------------------------------------------------*/
.industry_title {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 13px 0 13px 40px;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    background-color: #EEEEEE;
}
.industry_title::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 55%;
    height: 100%;
    background: url("../../shared/images/industry_title_bg.svg") right top no-repeat;
    background-size: auto 100%;
    display: block;
    z-index: -1;
}
.industry_title::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 54%;
    height: 100%;
    background-color: #FF0000;
    display: block;
    z-index: -2;
}
@media screen and (max-width: 769px) {
    .industry_title {
        font-size: 18px;
        padding: 10px 0 10px 15px;
    }
}

.osq_title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px;
    padding-left: 10px;
    border-left: 49px solid #E72418;
}
@media screen and (max-width: 769px) {
    .osq_title {
        font-size: 16px;
        font-weight: normal;
        margin-left: -30px;
        margin-bottom: 25px;
        padding: 7px 10px;
        border-left: 49px solid #E72418;
    }
}

/*.industry-material_list 
------------------------------------------------------------------------------------------------------------*/
.industry-material_list a.btn {
    width: 100%;
}
.industry-material_list .item > p + p {
    margin-top: 10px;
}
.industry-material_list_name {
    margin: 20px auto;
    font-size: 20px;
}
section.list.industry-material_list {
    padding: 50px 60px 90px 60px;
    margin: auto;
}
section.list.industry-material_list .inner > div.item:nth-child(-n+3) {
    margin-top: 0px;
}
@media screen and (max-width: 769px) {
    .industry-material_list_name {
        font-size: 14px;
    }
    section.list.industry-material_list {
        padding: 10px 15px 50px 15px;
        margin: auto;
    }
    section.list.industry-material_list .inner > div.item:nth-child(-n+3) {
        margin-top: 50px;
    }
    section.list.industry-material_list .inner > div.item:first-child {
        margin-top: 0px;
    }
}
/*industry-material_flex
---------------------------------------------------------------------------------------------------------------*/
.industry-material_flex {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.industry-material_flex .text_box {
    width: 42.9%;
    margin-right: 60px;
}
.industry-material_flex .img {
    width: 53%;
    height: auto;
}
.industry-material_flex .img img {
    width: 100%;
    height: auto;
}
.industry-material_flex .read {
    font-size: 24px;
    margin: 0px 0 50px 0;
    line-height: 2em;
}
.industry-material_flex .dl {
    margin-top: 20px;
}
@media screen and (max-width: 769px) {
    .industry-material_flex {
        padding: 30px 0;
        display: block;
    }
    .industry-material_flex .text_box {
        width: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .industry-material_flex .img {
        width: 100%;
    }
    .industry-material_flex .read {
        font-size: 18px;
        margin: 0px 0 18px 0;
    }
}
/* title
------------------------------------------------------------------------------------------------------------*/
.title_l {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 45px;
    border-bottom: 1px solid #999999;
    text-align: center;
}
@media screen and (max-width: 769px) {
    .title_l {
        font-size: 18px;
        padding: 25px 0;
    }
}
/* company
------------------------------------------------------------------------------------------------------------*/
.company_dl dl {
    font-size: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    line-height: 1.8;
}
.company_dl dl:first-child {
    border-top: 1px solid #EEEEEE;
}
.access .company_dl dl {
    border: none;
    display: flex;
}
.access .company_dl dl:first-child {
    border: none;
}
.company_dl dl dt {
    width: 200px;
    padding: 0 34px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.access .company_dl dl dt {
    width: 120px;
    padding: 0 0;
}
.company_dl dl dd {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .company_dl dl dt {
    padding: 0 0 0 15px;
        width: 150px;
    }
}
/* access
------------------------------------------------------------------------------------------------------------*/
.gmap iframe {
    width: 100%;
    height: 350px;
}
