@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.center { text-align: center;}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
    margin: 0 auto;
    width: 1200px;
}
@media all and (max-width: 896px) {
    .mainBox {
        width: auto;
        margin: 0 10px;
    }
}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
    margin-bottom: 80px;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url("../../img/csr/main_img.jpg") no-repeat center center;
    background-size: cover;
}
.mainImg .headLine01 {
    font-size: 3.8rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-family: Arial, Helvetica, "sans-serif";
    letter-spacing: 1.7px;
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.mainImg .headLine01 span {
    margin-bottom: 10px;
    display: block;
    font-size: 8rem;
    font-weight: normal;
    line-height: 1;
}
.mainImg02 {
    margin-bottom: 67px;
    display: block;
    position: relative;
    text-align: left;
    background-image: url("../../img/car_sales/main_img.jpg");
}
.mainImg02 .movie {
    width: 285px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
}
.mainImg02 .movie a > span {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    text-align: center;
    background-color: rgba(64, 50, 245,0.8);    
}
.movie a > span span {
    letter-spacing: 2px;
    font-size: 2.2rem;
    color: #fff;
    display: inline-block;
    background: url("../../img/common/icon04.png") no-repeat right center;
    padding: 0 32px 1px 0;
}
.mainImg02 a > span span {
    letter-spacing: 2px;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    background: url("../../img/common/icon04.png") no-repeat right center;
    padding: 0 32px 1px 0;
}
.mainImg02 .movie a {
    padding-right: 0;
    display: block;
}
.mainImg02 .movie a:hover {
    opacity: 0.7;
}
.mainImg03 {
    margin-bottom: 72px;
    padding: 40px 80px;
    height: 210px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    background: none !important;
}
.mainImg03 h2 {
    font-size: 3.2rem;
    font-weight: normal;
	color:#333;
    letter-spacing: 1px;
	 background-color: rgba(255, 255, 255,1.0);
}
.mainImg03 h2 span {
    display: block;
    font-size: 6.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 7px;
	border-bottom:#FF0004 5px solid;
	padding-bottom: 20px;
}

@media all and (max-width: 896px) {
    .mainImg {
        margin-bottom: 42px;
        height: 450px;
        background-image: url("../../img/csr/sp_main_img.jpg");
    }
    .mainImg .headLine01 {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
    .mainImg .headLine01 span {
        font-size: 5.0rem;
        margin-bottom: 0;
    }
    .mainImg02 {
        margin-bottom: 32px;
        background-image: url("../../img/car_sales/sp_main_img.jpg");
    }
    .mainImg02 .movie {
        width: 143px;
        bottom: 15px;
        right: 10px;
    }
    .mainImg02 .movie img {
        width: 143px;
    }
    .mainImg02 .movie a > span span {
        padding-right: 20px !important;
        font-size: 1.4rem;
        letter-spacing: 1px;
        background-size: 16px auto;
    }
    .mainImg02 .movie a > span {
        padding-top: 0;
        padding-bottom: 5px;
    }
    .mainImg03 {
        margin-bottom: 34px;
        padding: 80px 10px 0;
        height: auto;
    }
    .mainImg03 h2 {
        padding: 0 !important;
        font-size: 2.1rem;
    }
    .mainImg03 h2 span {
        font-size: 3.4rem !important;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: inline-flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 27px 40px 30px 40px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: rgba(64, 50, 245,0.8);
}
.headLine02 .img {
    padding-top: 4px;
}
.headLine02 .txtSpan {
    padding-left: 20px;
    font-size: 6.2rem;
    line-height: 1;
    letter-spacing: 3px;
    box-sizing: border-box;
}
.headLine02 .txtSpan span {
    display: block;
    font-size: 2.8rem;
    font-weight: normal;
    font-family: Arial, Helvetica, "sans-serif";
    margin-top: 20px;
}

@media all and (max-width: 896px) {
    .headLine02 {
        padding: 12px 17px 17px 10px;
        bottom: auto;
        top: 70px;
    }
    .headLine02 .txtSpan {
        padding-left: 10px;
        font-size: 3.6rem;
        letter-spacing: 1.6px;
        line-height: 1.1;
    }
    .headLine02 .txtSpan span {
        margin-top: 13px;
        font-size: 2.1rem;
        letter-spacing: 0;
    }
    .headLine02 .img img {
        width: 38px;
    }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 59px !important;
    text-align: center;
    font-size: 5rem;
    font-weight: normal;
    letter-spacing: 3.4px;
}
.headLine03 span {
    margin-top: -5px !important;
    display: block;
    font-size: 2rem !important;
    line-height: 1.8 !important;
    color: #4032f5;
    letter-spacing: 1px;
}

@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 19px !important;
        font-size: 3.1rem;
        letter-spacing: 1px;
        line-height: 1.1;
    }
    .headLine03 span {
        margin-top: 6px !important;
        font-size: 1.3rem !important;
        line-height: 1.5 !important;
    }
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin: -4px 0 52px;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 1px;
}
.headLine04 span {
    display: block;
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 3px;
}

@media all and (max-width: 896px) {
    .headLine04 {
        font-size: 2.8rem;
        letter-spacing: 0;
    }
    .headLine04 span {
        font-size: 2rem;
        letter-spacing: 0;
    }
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 6px;
    font-size: 2.8rem;
}
@media all and (max-width: 896px) {
    .headLine05 {
        font-size: 2rem;
    }
}


/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
}
.comImgBox .photoBox {
    width: 50.84%;
}
.comImgBox .textBox {
    margin-top: 40px;
    width: 610px;
    padding: 28px 33px 40px;
    min-height: 390px;
    margin-left: -20px;
    position: relative;
    box-sizing: border-box;
    background-color: #F5F5F5;
    flex-shrink: 0;
}
.comImgBox .textBox p {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: -1px;
}
.comImgBox .textBox .ttl {
    padding-bottom: 8px;
    margin-bottom: 5px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    border-bottom: 1px solid #4032F5;
}
.comImgBox .textBox .txt {
    min-height: 189px;
    margin: 0 -20px 20px 0;
}
.imgInner {
    margin-bottom: 99px;
}
.comImgBox02 .photoBox {
    order: 2;
}
.comImgBox02 .textBox {
    margin: 40px -20px 0 0;
}
.kome {
    vertical-align: super; /*テキストを上付きに*/
	font-size: 0.6em; /*テキストを小さく*/
    }
@media all and (max-width: 896px) {
    .comImgBox {
        margin-bottom: 20px;
        display: block;
    }
    .comImgBox .photoBox {
        width: 86%;
    }
    .comImgBox .photoBox img {
        width: 100%;
    }
    .comImgBox .textBox {
        width: auto;
        min-height: inherit;
        margin: -10px 0 0 50px;
        padding: 16px 20px 20px;
    }
    .comImgBox .textBox p {
        font-size: 1.4rem;
        line-height: 1.45;
    }
    .comImgBox .textBox .ttl {
        font-size: 2.1rem;
        padding: 0 0 8px 0;
        line-height: 1.25;
        letter-spacing: -1px;
    }
    .comImgBox .textBox .txt {
        margin: 0 -3px 16px 0;
        min-height: inherit !important;
        letter-spacing: 0;
    }
    .imgInner {
        margin-bottom: 50px;
    }
}

/*------------------------------------------------------------
	comTxt
------------------------------------------------------------*/
#main .comTxt {
    margin-bottom: 50px;
    /*font-weight: bold;*/
    text-align: left;
    line-height: 1.85;
}
#main .comTxt2 {
    margin-bottom: 50px;
    font-weight: bold;
    text-align: left;
    line-height: 1.85;
	font-size: 3.2rem;
}
#main .comTxt2.center {
    text-align: center;
}

@media all and (max-width: 896px) {
    #main .comTxt {
        margin-bottom: 48px;
        line-height: 1.65;
    } 
	#main .comTxt2 {
        margin-bottom: 48px;
        line-height: 1.65;
    }
}



/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin: 0 auto;
    width: 300px;
}
.comLink a {
    padding: 10px 15px 13px;
    display: block;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background: url("../../img/common/icon06.png") no-repeat right 9px center #4032F5;
}
.comLink a .txtSpan {
    padding-right: 15px;
    display: inline-block;
    background: url("../../img/common/icon18-white.svg") no-repeat right center;
    background-size: 12px 12px;
}
.comLink a img {
    margin-left: 5px;
    vertical-align: 0;
}
.comLink a:hover {
    opacity: 0.7;
}
.comLink02 {
    margin: 0 auto;
    width: 600px;
}
.comLink02 a {
    padding: 26px 20px 26px;
}
.comLink03 a {
    padding: 19px 15px 22px;
    color: #333;
    font-weight: bold;
    background-color: #fff;
    background-image: url("../../img/common/icon10.png");
    border: 1px solid #ccc;
}
.human_rights_policy {
    margin-bottom: 100px!important;
    width: 400px;
    margin: 0 auto;
}
.human_rights_policy a {
    color: #565656;
    background-color: transparent;
    background-image: url(../img/common/icon13.png);
    background-repeat: no-repeat;
    background-position: right 9px center;
    font-size: 2.2rem;
    padding: 10px 15px 13px;
    display: block;
    text-align: center;
    border: 1px solid currentColor;
}

.fancybox-button {
    display: none !important;
}
.fancybox-slide--html {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.fancybox-content {
    overflow: visible;
}
fancybox-content {
    padding: 0 !important;
}
div#pop {
    margin-bottom: 70px;
}
.fancybox-content {
    padding: 0!important;
}
.popBox .list p {
    text-align: right;
}
button.printd {
    position: absolute;
    top: -56px;
    right: 71px;
    padding: 5px 28px;
    background: #FFF;
    border: #A8A5A5 3px solid;
    font-size: 2rem;
}
@media all and (max-width: 896px) {
    .comLink {
        margin: 0 auto;
        width: 180px;
    }
    .comLink a {
        padding: 5px 15px 6px;
        font-size: 1.4rem;
        background-size: 15px auto;
        background-position: right 5px center;
    }
    .comLink02 {
        width: auto;
        margin: 0;
    }
    .comLink02 a {
        padding: 14px 25px 15px;
    }
    .comLink03 a {
        padding: 11px 15px 11px;
    }
	.human_rights_policy {
    margin-bottom: 50px!important;
    width: 280px;
    margin: 0 auto;
}
	.human_rights_policy a {
    font-size: 1.8rem;
}
	button.printd {
		display: none;
	}
    
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comUl li {
    width: 49.9%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.comUl li a {
    padding-right: 0;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
}
.comUl li img {
    width: 100%;
}
.comUl li a:hover {
    opacity: 0.7;
}
.comUl li a > span {
    padding: 30px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    background-color: rgba(64, 50, 245,0.8);
}
.comUl li a > span span {
    padding-right: 35px;
    display: inline-block;
    background: url("../../img/common/icon04.png") no-repeat right 1px center;
}
.comUl02 {
    margin-bottom: 80px;
}
.comUl02 li {
    margin: 0 0.05%;
    width: 33.222%;
}
.comUl .liStyle a > span {
    font-size: 2.4rem;
    padding: 14px 5px 13px;
    letter-spacing: -2px;
}
.comUl .liStyle a > span span {
    padding-right: 30px;
}
.comUl .liStyle02 a > span {
    font-size: 2.4rem;
    padding: 14px 5px 13px;
    letter-spacing: -2px;
}
.comUl .liStyle02 a > span span {
    padding-right: 30px;
}

@media all and (max-width: 896px) {
    .comUl {
        display: block;
    }
    .comUl li {
        margin: 0 0 2px;
        width: auto;
    }
    .comUl li a > span {
        padding: 11px 10px 11px !important;
    }
    .comUl li a > span span {
        padding: 0 25px 3px 0 !important;
        background-size: 16px auto;
    }
    .comUl02 {
        margin-bottom: 50px;
    }
    .comUl .liStyle a > span {
        font-size: 1.7rem;
        letter-spacing: 0;
    }
	.comUl .liStyle02 a > span {
        font-size: 1.7rem;
        letter-spacing: 0;
    }
}

/*------------------------------------------------------------
	csrList
------------------------------------------------------------*/
.csrList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.csrList li {
    width: 49.9%;
    margin-bottom: 2px;
    position: relative;
}
.csrList li > a > img {
    width: 100%;
}
.csrList li > a {
    display: block;
    position: relative;
}
.csrList li .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.csrList li .sub:after {
	width: 100%;  
	height: 100%;
    background-color: rgba(0, 0, 0,0.451);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
.csrList li p {
    margin-bottom: 0 !important;
    letter-spacing: 1px;
}
.csrList li .linkSpan {
    padding: 0 33px 3px 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: url(../../img/common/icon04.png) no-repeat right 4px center;
}
.csrList li .linkSpan img {
    width: 15px;
    margin-left: 5px;
    vertical-align: 4px;
    transform: none !important;
}
.csrList li a:hover {
    opacity: 0.7;
}
.csrList li .txtSpan {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.csrList li .txtSpan img {
    margin-left: 10px;
}

@media all and (max-width: 896px) {
    .csrList li .linkSpan img {
        width: 12px;
        vertical-align: 1px;
    }
    .csrList {
        display: block;
    }
    .csrList li {
        width: auto;
    }
    .csrList li .linkSpan {
        padding-right: 20px;
        text-align: center;
        background-size: 15px auto;
    }
    .csrList li p {
        font-size: 1.7rem !important;
    }
    .csrList li .txtSpan {
        right: 10px;
        bottom: 10px;
    }
    .csrList li .txtSpan img {
        width: 43px;
        margin-left: 5px;
    }
}


/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comDl dt {
    float: left;
    font-size: 2.2rem;
    font-weight: bold;
    clear: both;
    letter-spacing: 1px;
}
.comDl dd {
    margin-bottom: 11px;
    padding: 4px 0 18px 10.3em;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
}
.comDl dd .nameImg {
    vertical-align: -3px;
}

@media all and (max-width: 896px) {
    .comDl dt {
        margin-bottom: 2px;
        float: none;
        font-size: 1.6rem;
    }
    .comDl dd {
        margin-bottom: 4px;
        padding: 0 0 6px !important;
        font-size: 1.4rem;
    }
    .comDl dd .nameImg {
        width: 67px;
    }
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comLinkList li {
    margin-top: 20px;
    width: 32.2%;
}
.comLinkList:after {
    display: block;
    content: '';
    width: 32.2%;
}
.comLinkList li .comLink03 {
    width: 100%;
}
.comLinkList li .comLink03 a {
    padding: 28px 15px 31px;
    font-size: 2.6rem;
}
.comLinkList li .smallLink a {
    padding-top: 10px;
    padding-bottom: 10px;    
}
.comLinkList02 li {
    width: 49.2%;
}
.comLinkList02:after {
    width: 49.2%;
}
.comLinkList02 li .comLink03 a {
    padding-top: 28px;
    padding-bottom: 31px;
}
.comLinkList.center {
    margin-bottom: 40px;
    justify-content: center;
}
.comLinkList.center li {
    margin: 20px;
}

@media all and (max-width: 896px) {
    .comLinkList {
        margin-top: -3px;
    }
    .comLinkList li {
        margin-top: 10px;
        width: 48.6%;
    }
    .comLinkList::after {
        width: 48.6%;
    }
    .comLinkList li .comLink03 a {
        padding: 10px 15px 12px;
        font-size: 1.7rem;
        letter-spacing: -1px;
    }
    .comLinkList li .smallLink a {
        font-size: 1.5rem;
        padding-top: 4px;
        padding-bottom: 4px;
        line-height: 1.25;
    }
    .comLinkList02 {
        margin-bottom: 3px;
        display: block;
    }
    .comLinkList02 li {
        width: auto;
    }
    .comLinkList02 li .comLink03 a {
        padding-top: 10px;
        padding-bottom: 13px;
    }
    .comLinkList.center li {
        margin: 0 5px;
        width: 46%;
    }
    .en .comLinkList li .comLink03 a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.5rem;
    }
    
}

/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
    display: none;
}
.popBox .sub {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    padding: 64px 60px;
    box-sizing: border-box;
    background-color: #fff;
}
.popBox .close {
    position: absolute;
    top: -50px;
    right: 0;
}
.popBox p {
    margin-bottom: 32px;
    font-size: 1.8rem;
    line-height: 1.778;
}
.popBox .ttl {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
    font-size: 4.6rem;
}
.popBox .list li {
    margin-bottom: 10px;
    font-size: 1.8rem;
    display: flex;
    line-height: 1.778;
} 
.popBox .list li span {
    display: inline-block;
    min-width: 38px;
}

@media all and (max-width: 896px) {
    .popBox .sub {
        width: auto;
        padding: 20px;
    }
    .popBox .close {
        top: -40px;
    }
    .popBox .close img {
        width: 26px;
    }
    .popBox p {
        margin-bottom: 12px;
        font-size: 1.4rem;
        line-height: 1.429;
    }
    .popBox .ttl {
        margin-bottom: 9px;
        font-size: 2.8rem;
    }
    .popBox .list li {
        margin-bottom: 5px;
        font-size: 1.4rem;
        line-height: 1.429;
    }
    .popBox .list li span {
        min-width: 30px;
    }
}


@media all and (max-width: 374px) {
    .headLine02 .txtSpan {
        font-size: 3rem;
    }
    #main .comTxt {
        font-size: 1.4rem;
    }
    .comImgBox .textBox .ttl {
        font-size: 1.7rem;
    }
    .comUl li a > span {
        font-size: 1.4rem !important;
    }
    .comLinkList li a {
        font-size: 1.4rem;
    }
    .popBox .ttl {
        font-size: 2.5rem;
    }
    .comLink03 a {
        font-size: 1.15rem;
    }
    .comLinkList li .comLink03 a {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    
}

/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.guideBox .txt {
    margin-bottom: 66px;
    text-align: right;
    font-size: 2.2rem;
    letter-spacing: 2px;
}
.guideBox h3 {
    margin-bottom: 5px;
    font-size: 2.8rem;
}
.comTextList {
    margin: 0 0 50px 16px;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.comTextList > li {
    margin: 0 0 10px 0;
    font-size: 2.2rem;
    line-height: 1.4555;
    letter-spacing: 1px;
    text-indent: -0.8em;
    padding-left: 0.8em;
}
.jp .comTextList li {
    text-align: justify;
}
.comTextList > li > .num {
    width: 16px;
    display: inline-block;
}
.comTextList li ul {
    width: 100%;
}
.comTextList li ul li {
    margin-bottom: 0;
    text-indent: 0;
    padding-left: 0;
    display: flex;
}
.guideBox p {
    margin: 0 0 48px 0;
    font-size: 2.2rem;
    line-height: 1.4555;
    letter-spacing: -0.5px;
}
.guideBox p .mailImg {
    margin-top: 5px;
}
.jp p {
    text-align: justify;
}
.guideBox .linkP a {
    padding-right: 30px;
    color: #012fc7;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    background: url("../../img/common/icon09.png") no-repeat right center;
}
.guideBox .linkP a img {
    vertical-align: 4px;
}
.guideBox .txt02 {
    margin-bottom: 58px;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.846;
}
.guideBox p a:hover {
    opacity: 0.7;
}
.copyright_link p {
    margin-bottom: 30px;
}
.guideBox .comTextList02 {
    margin-bottom: 30px;
}
.guideBox .comTextList02:last-child {
    margin-bottom: 0;
}
.guideBox .comTextList02 li {
    font-size: 2.2rem;
    line-height: 1.455;
    margin-bottom: 10px;
    padding-left: 0.9em;
    position: relative;
}
.jp .comTextList02 li {
    text-align: justify;
}
.guideBox .comTextList02 li .ico {
    position: absolute;
    left: 0;
    top: 0;
    color: #e50012;
}
.policyBox .policyH3 {
    text-indent: -2em;
    padding-left: 2em;
}
.policyBox p {
    margin-bottom: 20px;
}
.guideBox .h3Ttl {
    text-align: center;
    font-size: 5rem;
    font-weight: normal;
    margin-bottom: 40px;
    text-indent: 0;
    padding-left: 0;
}
.privacyBox p {
    margin-bottom: 30px;
}
.privacyBox .text {
    margin-bottom: 55px;
    line-height: 1.9;
}
.guideBox li .greyBox {
    margin: 5px 0;
}
.guideBox .subArea {
    overflow: hidden;
}
.guideBox h4 {
    padding-top: 20px;
    margin-bottom: 37px;
    font-size: 2.4rem;
}
.guideBox .greyBox {
    margin-bottom: 32px;
    padding: 34px 40px 25px 40px;
    background-color: #F5F5F5;
}
.guideBox .greyBox p:last-child {
    margin-bottom: 0;
}
.privacyBox .comTextList03 li {
    margin-bottom: 0;
    line-height: 1.636;
}
.privacyBox .comTextList04 li {
    margin-bottom: 4px;
}
.guideBox .text03 {
    margin-top: -20px;
    font-size: 1.8rem;
    text-indent: -1em;
    padding: 0 0 9px 1em;
}
.guideBox .txt03 {
    margin-bottom: 10px;
}
.guideBox .text02 {
    margin-bottom: 40px;
}
.guideBox .comTextList05 li {
    line-height: 1.25;
}
.guideBox .subUl {
    margin-top: 10px;
}
.guideBox p .linkP02,
.comTextList .linkP02 {
    color: #012fc7;
    text-indent: 0;
    padding-left: 0;
    text-decoration: underline;
}
.comTextList .linkP02.taLeft {
    text-align: left;
}
.guideBox .text04 {
    margin-bottom: 50px;
}
.guideBox sup {
    font-size: 1.6rem;
    line-height: 1;
}
.guideBox .note {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0;
}
.guideBox p .red {
    color: #e50012;
}
.guideBox .text05 {
    line-height: 1.7;
}
.guideBox .subTxt {
    margin: -10px 30px 20px;
    font-size: 2.2rem;
    line-height: 1.4555;
    letter-spacing: -0.5px;
}
.guideBox .subTxt dd {
    margin-left: 1em;
}
.guideBox .under {
    text-decoration: underline;
}
.guideBox .comLinkList {
    justify-content: center;
}
@media all and (min-width: 897px) {
    .guideBox .linkP a:hover {
        text-decoration: none;
        opacity: 1;
    }
    .guideBox p .linkP02:hover,
    .comTextList .linkP02:hover {
        text-decoration: none;
        opacity: 1;
    }
}
@media all and (max-width: 896px) {
    .guideBox p {
        font-size: 1.6rem;
        margin: 0 0 20px;
    }
    .guideBox .txt {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .guideBox h3 {
        font-size: 2rem;
    }
    .comTextList > li {
        font-size: 1.6rem;
        margin: 0 0 10px;
        text-indent: -8px;
        padding-left: 8px;
    }
    .comTextList > li > .num {
        width: 8px;
    }
    .guideBox .txt02 {
        font-size: 1.8rem;
    }
    .guideBox .comTextList02 li {
        font-size: 1.6rem;
    }
    .guideBox .comTextList02 li .ico {
        margin-right: 5px;
    }
    .guideBox .h3Ttl {
        margin-bottom: 30px;
        font-size: 2.3rem;
    }
    .guideBox .greyBox {
        padding: 20px 10px;
    }
    .guideBox .text03 {
        font-size: 1.4rem;
    }
    .guideBox .comTextList02 .subUl li {
        font-size: 1.5rem;
        text-indent: -1em;
        padding-left: 1em;
    }
    .guideBox sup {
        font-size: 1.2rem;
    }
    .guideBox .note {
        font-size: 1.4rem;
    }  
   .guideBox .subTxt {
        margin: -10px 10px 20px;
        font-size: 1.6rem;
    }   
    .privacyUl > li {
        text-indent: -1em;
        padding-left: 1em;
    }
    
    .privacyUl > li > .num {
        width: 16px;
    }
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm .step {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.mailForm .step li {
    padding: 0 0 5px 35px;
    margin-left: 15px;
    font-size: 2.2rem;
    color: #b2b2b2;
    background: url("../../img/common/icon11.png") no-repeat left center;
}
.mailForm .step li:first-child {
    background: none;
}
.mailForm .step li.on {
    color: #333333;
}
.mailForm table {
    margin-bottom: 37px;
    width: 100%;
    border-collapse: collapse;
}
.mailForm table th {
    position: relative;
    width: 27.5%;
    padding: 20px 0;
    text-align: left;
    vertical-align: middle;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.455;
}
.mailForm table th .txtSpan {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 2px 2px 6px;
    font-size: 1.8rem;
    color: #565656;
    border: 1px solid #E50012;
    min-width: 60px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}
.mailForm table td {
    padding: 20px 0 20px 40px;
    text-align: left;
    vertical-align: top;
    font-size: 2.2rem;
    line-height: 1.455;
}
.mailForm .confirmTable th {
    padding: 30px 0;
}
.mailForm .confirmTable td {
    padding: 30px 0 30px 15px;
}
.estform input[type="text"],
.mailForm input[type="email"],
.mailForm input[type="tel"],
.mailForm input[type="text"] {
    font-size: 1.8rem;
    padding: 0 22px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 54px;
    border-radius: 0;
    background-color: #FAFAFA;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.mailForm .radioUl {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
}
.mailForm .radioUl li {
    margin-right: 40px;
}
.mailForm input[type="radio"] {
    display: none;
	padding: 0;
	height: 30px;
	width: 30px;
	vertical-align: middle;
}

.mailForm input[type="radio"] + span {
    padding: 3px 0 5px 50px;
    background: url("../../img/common/radio02.png") no-repeat left center;
	border-radius: 4px;
    display: inline-block;
}

.mailForm input[type="radio"]:checked + span {
    background-image: url("../../img/common/radio01.png");
}
.estform select,
.mailForm select {
    margin-top: 8px;
	padding: 5px 35px 5px 12px;
	width: 36.3%;
	height: 54px;
	color: #333;
	font-size: 1.8rem;
	border: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	background: #FAFAFA url(../../img/common/icon12.png) no-repeat right 10px center;
	box-sizing: border-box;
}
select::-ms-expand { display: none; }

.mailForm .wid01[type="text"] {
    width: 72.5%;
}
.mailForm .wid02[type="tel"] {
    width: 19.5%;
}
.mailForm .line {
    margin: 0 12px;
}
.mailForm input::-webkit-input-placeholder { /* WebKit browsers */
    color: #333;
    opacity:0.5;
}
.mailForm input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity:0.5;
}
.mailForm input::-moz-placeholder {
    color: #333;
    opacity:0.5;
}
.mailForm input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
    opacity:0.5;
}
.mailForm textarea {
    font-size: 1.8rem;
    padding: 22px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 278px;
    border-radius: 0;
    background-color: #FAFAFA;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    resize: none;
}
.mailForm table .thStyle {
    vertical-align: top;
    padding-top: 30px;
}
.mailForm table .thStyle .txtSpan {
    top: 32px;
    transform: none;
}
.mailForm .txt {
    margin-bottom: 55px;
    text-align: center;
    font-size: 2.2rem;
}
.mailForm .error {
    color: #E50012;;
}
.submit {
    text-align: center;
}
.submit li {
    margin: 0 14px;
    display: inline-block;
}
.submit li input {
    padding-bottom: 3px;
    width: 300px;
    height: 50px;
    border: none;
    color: #565656;
    font-size: 1.8rem;
    cursor: pointer;
    border-radius: 0;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: 1px solid #E50012;
    background: url("../../img/common/icon13.png") no-repeat right 10px center;
    resize: none;
}
.submit li input:hover {
    opacity: 0.7;
}
.submit li .reset {
    width: 200px;
    color: #fff;
    border-color: #B2B2B2;
    background: none #B2B2B2;
}


@media all and (-ms-high-contrast:none){
    .mailForm table th .txtSpan {
        top: 62%;
    }
}

@media all and (max-width: 896px) {
    .mailForm .step li {
        margin-left: 10px;
        padding-left: 25px;
        font-size: 1.5rem;
    }
    .mailForm table th {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 70px 14px 0;
        font-size: 1.7rem;
    }
    .mailForm table td {
        float: left;
        font-size: 1.7rem;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 14px;
    }
    .mailForm .confirmTable th {
        padding: 14px 0;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .mailForm .confirmTable td {
        padding: 0 0 14px;
        font-size: 1.6rem;
    }
    .mailForm table th .txtSpan {
        padding: 3px 2px 5px;
        font-size: 1.5rem;
    }
    .mailForm input[type="email"], 
    .mailForm input[type="tel"], 
    .mailForm input[type="text"] {
        height: 45px;
        padding: 0 15px;
        font-size: 1.5rem;
    }
    .mailForm .wid01[type="text"] {
        width: 100%;
    }
    .mailForm .radioUl li {
        font-size: 1.5rem;
    }
    .mailForm input[type="radio"] + span {
        padding: 6px 0 7px 50px;
        padding-left: 40px;
    }
    .estform select,
    .mailForm select {
        width: 100%;
        height: 45px;
        font-size: 1.5rem;
        background-size: 18px auto;
        padding: 0 30px 0 15px;
        background-position: right 5px center;
    }
    .mailForm .line {
        margin: 0 2px;
    }
    .mailForm textarea {
        height: 200px;
        padding: 15px;
        font-size: 1.5rem;
    }
    .mailForm .txt {
        font-size: 1.6rem;
    }
    .mailForm table {
        margin-bottom: 25px;
    }
    .submit li {
        margin: 10px 0;
        display: block;
    }
    .submit li .reset {
        width: 300px;
    }
    .submit li input:hover {
        opacity: 1;
    }
    .mailForm .wid02[type="tel"] {
        width: 24.5%;
    }
}

/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comPhotoList::after {
    content: '';
    width: 387px;
}
.comPhotoList li {
    margin-top: 20px;
    width: 387px;
}
.comPhotoList li a {
    display: block;
}
@media all and (min-width: 897px) {
    .comPhotoList li a:hover {
        opacity: 0.7;
    }
}
.comPhotoList li p {
    padding: 7px 10px 13px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 300;
    background-color: #f5f5f5;
    font-size: 2.2rem;
    min-height: 70px;
}
.comPhotoList li p::after {
    content: '';
    min-height: inherit;
    font-size: 0;
}
@media all and (max-width: 896px) {
    .comPhotoList li {
        width: 100%;
    }
    .comPhotoList li img {
        width: 100%;
    }
    .comPhotoList li p {
        font-size: 1.7rem;
        min-height: 50px;
    }
}
/*------------------------------------------------------------
	comPrintBtn
------------------------------------------------------------*/
.comPrintBtn {
    width: 300px;
    margin: 0 auto;
}
.comPrintBtn a {
    display: block;
    padding: 11px 5px 11px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background: #ccc;
}
.comPrintBtn span {
    padding-left: 45px;
    display: inline-block;
    background: url("../../img/common/print.png") no-repeat center left;
}
@media all and (min-width: 897px) {
    .comPrintBtn a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .comPrintBtn {
        width: 100%;
    }
    .comPrintBtn a {
        background-position: center left 110px;
    }
}

/*------------------------------------------------------------
	mainImg02
------------------------------------------------------------*/
.mainImg02 .photoUl {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-wrap: wrap;
}
.mainImg02 .photoUl li {
    width: 140px;
    margin-left: 20px;
}
.mainImg02 .photoUl li a:hover img {
    opacity: 0.7;
}
.mainImg02 .photoUl li a {
    pointer-events: none;
}
@media all and (max-width: 896px) {
     .mainImg02 .photoUl {
        bottom: 15px;
        right: 15px;
    }
    .mainImg02 .photoUl li {
        margin-left: 10px;
        width: 70px;
    }
}

/*------------------------------------------------------------
	 mapBox
------------------------------------------------------------*/
#main.mapBox {
    margin-bottom: 118px;
}
.mapBox .mainImg03 {
    padding: 55px 0;
    margin-bottom: 15px;
}
.mapBox .mainImg03 h2 span {
    padding-bottom: 22px;
    letter-spacing: 7px;
}
.mapBox .headLine03 {
    margin-bottom: 42px;
}
.mapBox .comDl dt {
    font-weight: 500;
    letter-spacing: -1px;
}
.mapBox .comDl dd {
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 2px;
    padding: 4px 15px 15px 10.85em;
}
.mapBox .map {
    width: 1000px;
    margin: 0 auto 48px;
}
.mapBox .map img {
    width: 100%;
    margin-bottom: 15px;
}
.mapBox .link {
    display: flex;
    justify-content: flex-end;
}
.mapBox .link a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding-right: 30px;
    font-size: 2.2rem;
    color: #012fc7;
    background: url("../../img/common/icon09.png") no-repeat center right;
}
.mapBox .link .txtSpan {
    display: inline;
    padding-right: 20px;
    background: url("../../img/common/icon18-blue.svg") no-repeat right center;
    background-size: 14px 14px;
}
.mapBox .spBox {
    display: flex;
    flex-wrap: wrap;
}
.mapBox .comDl {
    order: 2;
    margin-bottom: 0;
    width: 100%;
}
@media all and (min-width: 897px) {
    .mapBox .link a:hover {
        text-decoration: none;
    }
}
@media all and (max-width: 896px) {
    #main.mapBox {
        margin-bottom: 50px;
    }
    .mapBox .mainImg03 {
        margin-bottom: 34px;
        padding: 80px 0 0;
    }
    .mapBox .mainImg03 h2 {
        min-width: auto;
    }
    .mapBox .mainImg03 h2 span {
        padding-bottom: 20px;
    }
    .mapBox .headLine03 {
        font-size: 2.5rem !important;
    }
    .mapBox .map {
        margin-bottom: 20px;
        width: 100%;
    }
    .mapBox .link a {
        font-size: 1.7rem;
        background-position: center right 5px;
    }
    .mapBox .comDl dd {
        letter-spacing: 1px;
    }
}

/*------------------------------------------------------------
	 linkTxt
------------------------------------------------------------*/
.linkTxt {
    margin-bottom: 4px;
}
.linkTxt:last-child {
    margin-bottom: 0;
}
.linkTxt a {
    color: #012fc7;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: normal;
    text-decoration: underline;
}
.linkTxt a[target="_blank"] {
    padding-right: 15px !important;
    background-image: url("../../img/common/icon18-blue.svg");
}
#main .none[target="_blank"] {
    padding: 0 !important;
    background: none !important;
}
@media all and (min-width: 897px) {
    .linkTxt a:hover {
        text-decoration: none;
    }
}
@media all and (max-width: 896px) {
    .linkTxt a {
        padding-bottom: 2px;
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
	 headLine06
------------------------------------------------------------*/
.mainImg02 .headLine06 {
    position: absolute;
    bottom: 41px;
    left: 0;
    padding: 10px 40px 17px;
    font-size: 6.2rem;
    box-sizing: border-box;
    background-color: rgba(245, 245, 245, 0.8);
}
.mainImg02 .headLine06 span {
    display: block;
    font-size: 3.2rem;
    font-weight: normal;
    padding-top: 6px;
    margin-top: 7px;
    letter-spacing: 1px;
    border-top: 2px solid #87D204;
    font-family: Arial, Helvetica, "sans-serif";
}
.en .mainImg02 .headLine06 {
    max-width: 60%;
}
@media all and (max-width: 896px) {
    .mainImg02 .headLine06 {
        bottom: auto;
        top: 70px;
        width: auto;
        font-size: 2.5rem;
        padding: 15px 10px;
    }
    .mainImg02 .headLine06 span {
        font-size: 2.5rem;
        letter-spacing: 0;
    }
    .en .mainImg02 .headLine06 {
        max-width: 100%;
    }
}

/*------------------------------------------------------------
    searchArea
------------------------------------------------------------*/
.estform,
.searchArea {
    background-color: #F5F5F5;
}
.estform form,
.searchArea form {
    padding: 40px 0;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    font-size: 1.8rem;
    justify-content: space-between;
}
.form_basic,
.searchArea .search {
    width: 600px;
    height: 54px;
    display: flex;
    padding: 0 3px 0 0;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #FFF;
}
.searchArea .search input {
    margin: 0;
    background-color: #FFF;
    width: calc(100% - 60px);
}
.estform #search,
.searchArea .search button {
    cursor: pointer;
    appearance: none;
    border: none;
    background-color: transparent;
}
.estform #search {
    text-indent: -9999px;
    width: 50px;
    height: 54px;
    padding: 0;
    background: url("../../img/search/icon_search.png") no-repeat center center #fff;
}
.estform #search:hover {
    opacity: 0.7;
}
.searchArea .searchList {
    display: flex;
}
.searchArea .searchList li {
    margin-left: 40px;
    display: flex;
    align-items: center;
}
.estform select,
.searchArea .searchList select {
    margin: 0 0 0 20px;
    width: 142px;
    background-color: #FFF;
    border-radius: 0;
}
.estform #order,
.searchArea .searchList select.wid {
    width: 212px;
}
.estform select {
    margin-left: 16px;
}
.estform #phrase {
    width: calc(100% - 60px);
    background-color: #fff;
    
}
.paging {
	font-size: 0;
	clear: both;
	text-align: center;
}

.paging a,
.paging span {
    min-width: 37px;
	font-size: 1.5rem;
    box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 5px 4px;
	margin: 0 2px;
}

.paging span.pnow {
	border-color: #2d6bbf;
	color: #2d6bbf;
}
.paging .navi {
   padding: 5px 15px; 
}

@media all and (min-width: 897px) {
    .resultDl a:hover {
        text-decoration: none;
    }
    .searchArea .search button:hover {
        opacity: 0.7;
    }
    .paging a:hover {
        border-color: #2d6bbf;
        color: #2d6bbf;
    }
}
@media all and (max-width: 896px) {
    .estform form,
    .searchArea form {
        padding: 20px 10px;
        flex-wrap: wrap;
        font-size: 1.5rem;
    }
    .form_basic,
    .searchArea .search {
        margin-bottom: 10px;
        width: 100%;
        height: 45px;
        box-sizing: border-box;
    }
    .estform #phrase,
    .searchArea .search input {
        width: calc(100% - 36px);
        font-size: 1.4rem;
    }
    .estform #phrase {
        height: 45px;
    }
    .searchArea .search img {
        width: 20px;
    }
    .searchArea .searchList {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .searchArea .searchList li {
        margin: 0 0 5px 5px;
    }
    .estform select,
    .searchArea .searchList select {
        margin: 0 0 10px 6px;
        padding: 0 25px 0 3px;
        border-radius: 0;
        width: calc(100% - 75px);
    }
    .estform #order,
    .searchArea .searchList select.wid {
        width: calc(100% - 60px);
    }
    .estform #search {
        height: 100%;
        background-size: 20px auto;
    }
    .paging {
        margin-top: 40px;
    }
    .paging a, .paging span {
        margin-bottom: 5px;
        min-width: 25px;
        padding: 1px 4px;
    }
    .paging .navi {
        padding: 1px 6px;
    }
}



/*------------------------------------------------------------
    comNewsUl
------------------------------------------------------------*/
.comNewsUl {
    margin: -4px auto 20px;
    width: 1178px;
    overflow: hidden;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #1FA2D9;
}
.comNewsUl li {
    margin: 0 1px;
    width: 396px;
}
.comNewsUl li a {
    padding: 13px;
    display: block;
    font-size: 1.6rem;
    color: #b2b2b2;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.comNewsUl li a:after {
    border: 1px solid;
    position: absolute;  
    top: 0;
    right: 0;  
    bottom: 0;
    left: 0;
    content: "";
    color: #b2b2b2;
    background-color: #FFF;
    transform: skewX(-12deg);
    z-index: -1;
}
.comNewsUl li:first-child {
    margin-left: -7px;
}
.comNewsUl .style02 a,
.comNewsUl .style02 a:after {
    color: #87d204;
}
.comNewsUl li:last-child {
    margin-right: -7px;
}
.comNewsUl .style03 a,
.comNewsUl .style03 a:after {
    color: #1fa2d9;
}
.comNewsUl li.on a {
    color: #fff;
}
.comNewsUl li.on a:after {
    background-color: #b2b2b2;
    z-index: -1;
}
.en .comNewsUl01 {
    width: auto;
    display: block;
    border: none;
}
.en .comNewsUl01 li {
    margin: 0;
    width: auto;
}
.en .comNewsUl01 li a::after {
    transform: none;
}
@media all and (min-width: 897px) {
    .comNewsUl li a:hover {
        color: #FFF;
    }
    .comNewsUl li a:hover:after {
        background-color: currentColor;
    }
}
.comNewsUl .style02.on a:after {
    background-color: #87D204;
}
.comNewsUl .style03.on a:after {
    background-color: #1FA2D9;
}
.newsBox .tabBox {
    margin-bottom: 19px;
    padding: 29px 20px 19px 35px;
    border: 1px solid #EAEAEA;
    margin-top: -31px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.comNewsBox {
    padding-right: 15px;
    height: 300px;
    overflow-y: scroll;
}
.comNewsList li {   
    border-bottom: 1px solid #CCCCCC;
}
.comNewsList {
    padding: 2px 30px 2px 0;
    display: block;
    font-size: 1.6rem;
}
.comNewsList a {
    padding: 2px 30px 2px 0;
    display: block;
    font-size: 1.6rem;
    background: url("../../img/common/icon08.png") no-repeat right center;
}
.comNewsList a.none {
    background: none;
    pointer-events: none;
}
.comNewsList a[href]:hover {
    opacity: 0.7;
}
.comNewsList a[href="#"] {
    cursor: default;
    pointer-events: none;
    background: none;
}
.comNewsList dl {
    display: flex;
    position: relative;
    min-height: 60px;
    line-height: 1.2;
    justify-content: space-between;
    align-items: center;
}
.en .comNewsList dl {
    min-height: 75px;
}
.comNewsList dl:after {
    content:'';
    min-height: inherit;
    font-size: 0;
}
.comNewsList dt {
    width: 250px;
}
.comNewsList dt .date {
    min-width: 115px;
    display: inline-block;
}
.comNewsList dt .txtSpan {
    min-width: 120px;
    padding: 2px 2px 4px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    box-sizing: border-box;
    background-color: #87D204;
}
.comNewsList dt .txtSpan02 {
    background-color: #1FA2D9;
}
.comNewsList dd {
   width: calc(100% - 240px);
}
.comNewsList dd .text_kowa {
   font-size: 75%;
}
.comNewsList li:last-child {
    border: none;
}
.en .comNewsList dt {
    width: 200px;
}
.en .comNewsList dt .date {
    min-width: 160px;    
}
.en .comNewsList dt .txtSpan {
    font-size: 1.4rem;
}
.en .comNewsList dd {
   width: calc(100% - 70px);
}

@media all and (max-width: 896px) {
    .comNewsUl {
        width: 333px;
        margin: -12px auto 10px;
    }
    .comNewsUl li {
        width: 114px;
    }
    .comNewsUl li a {
        padding: 6px;
        font-size: 1.3rem;
    }
    .newsBox .tabBox {
        padding: 4px 5px 4px 10px;
        margin-top: -17px;
    }
    .comNewsBox{
        padding-right: 10px;
    }
    .comNewsList a {
        padding: 10px 20px 11px 0;
        background-size: 13px auto;
    }
    .comNewsList dl {
        display: block;
        min-height: auto;
        line-height: 1.5;
    }
    .comNewsList dl::after {
        display: none;
    }
    .comNewsList dt {
        margin-bottom: 2px;
        font-size: 1.3rem;
        float: none;
        width: 100% !important; 
    }
    .comNewsList dt .txtSpan {
        margin-left: 10px;
        padding: 0 2px 2px;
        font-size: 1.3rem;
        min-width: 95px;
    }
    .comNewsList dd {
        width: 100% !important;
        font-size: 1.3rem;
    }
    .comNewsList dt .date {
        min-width: inherit!important;
    }
}

@media all and (max-width: 374px) {
    .comNewsUl {
        width: 270px;
    }
    .comNewsUl li {
        width: 93px;
    }
    .comNewsUl li a {
        font-size: 1.1rem;
    }
    .headLine03 {
        font-size: 2.8rem !important;
    }
}

.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th {
    font-size: 1.8rem;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 17px 10px 20px;
    border: 2px solid #FFFFFF;
    background-color: #6FC41E;
    word-break : break-all;
}
.comTable td {
    line-height: 1.455;
    font-size:1.7rem;
    text-align: center;
    vertical-align: middle;
    padding: 16px 2px 19px;
    border: 2px solid #FFFFFF;
    background-color: #F5F5F5;
    word-break : break-all;
}
.comTable td sub {
    font-size: 1.5rem;
}
.comTable01 th {
    width: 25%;
}
.comTable01 td {
    width: 25%;
}
.comTable .trStyle td {
    background-color: #ECECEC;
}
.comTable td .txtSpan02 {
    display: inline-block;
    text-align: left;
}
.comTable td sup {
    font-size: 1.5rem;
}
.comTable02 .wid01 {
    width: 17%;
}
.comTable02 .wid02 {
    width: 17%;
}
.comTable02 .wid03 {
    width: 33%;
}
.comTable02 .wid04 {
    width: 33%;
}
#main .tableBox {
    margin-bottom: 32px;
}

@media all and (max-width: 896px) {
    #main .tableBox {
    }
    .comTable th {
        font-size: 1.5rem;
	}
    .comTable td {
        font-size: 1.5rem;
    }
    .comTable td sub {
        font-size: 1rem;
    }
	#main .tableBox {
    overflow-x: scroll;
}
}

/*------------------------------------------------------------
	 comLinkUl
------------------------------------------------------------*/
.comLinkUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.comLinkUl li {
    margin: 10px 0;
    width: 360px;
}
.comLinkUl li .comLink {
    width: auto;
    margin: 0;
}
.comLinkUl li .comLink a {
    color: #333;
    font-weight: 400;
    border-color: #000;
}
.comLinkUl .liStyle .comLink a {
    padding: 10px 15px 11px;
    line-height: 1.3;
}
.comLinkUl::after {
    display: block;
    content: '';
    width: 360px;
}
@media all and (max-width: 896px) {
    .comLinkUl {
        padding: 0;
        display: block;
    }
    .comLinkUl .liStyle .comLink a {
        padding: 13px 15px;
    }
    .comLinkUl li {
        width: auto !important;
    }
}

.accordionTtl {
    margin-top: 105px;
    padding: 20px 50px 20px 20px;
    display: flex;
    color: #FFF;
    font-size: 3rem;
    letter-spacing: -1px;
    align-items: center;
    background: #FFB12B;
}
.accordionTtl.on {
    background-image: url('../../img/building_material/icon_up.png');
}
.accordionTtl .text {
    margin-right: 20px;
    padding: 9px;
    width: 150px;
    color: #333;
    font-size: 2.2rem;
    flex-shrink: 0;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #FFF;
}

@media all and (max-width: 896px) {
    .accordionTtl {
        margin-top: 55px;
        padding: 10px 25px 10px 10px;
        font-size: 1.6rem;
        background-size: 15px auto;
        background-position: right 5px center;
    }
    .accordionTtl .text {
        margin-right: 10px;
        padding: 5px 2px;
        width: 64px;
        font-size: 1.2rem;
    }    
}
/*
.accordionBox {
    display: none;
}
*/
/*------------------------------------------------------------
    en
------------------------------------------------------------*/
.en .mainImg03 h2 span {
    letter-spacing: 0;
    font-size: 6rem;
}
.en .comImgBox .textBox p {
    letter-spacing: 0;
}
.en .comImgBox .textBox .ttl {
    letter-spacing: -1px;
}
.en .headLine02 {
    align-items: center;
}
.en .headLine02 .txtSpan {
    display: inline-flex;
    align-items: center;
}
.en .headLine02 .txtSpan.line {
    padding-bottom: 15px;
    font-size: 5rem;
    border-bottom: #FF0004 5px solid;
}
@media all and (max-width: 896px) {
    .en .headLine02 .txtSpan {
        width: calc(100% - 38px);
    }
    .en .mainImg03 h2 span {
        font-size: 3.4rem !important;
    }
    .en #main .comTxt2 {
        line-height: 1.3;
    }
    .en .headLine02 .txtSpan.line {
        width: 100%;
        font-size: 3rem !important;
        padding-bottom: 8px;
    }
    #main .comTxt2.center {
        word-break: break-all;
    }
}
.en .mainImg02 .movie a {
    letter-spacing: -1px;
}
.en .headLine03 {
    letter-spacing: 0;
}
.en .mainImg02 .movie a > span span {
    padding-right: 25px;
    letter-spacing: 0;
}
.en .comNewsList dd em {
    display: block;
    color: #608c44;
    font-style: normal;
}

.popBox02 {
    display: none;
    margin: 0 auto;
    width: 1200px;
    box-sizing: border-box;
    padding: 59px;
    background-color: #fff;
}
.popBox02 .greyBox {
    padding: 34px 40px 35px;
    margin-bottom: 35px;
    background-color: #F5F5F5;
}
.popBox02 .greyBox p {
    font-size: 1.8rem;
    line-height: 1.7;
}
.popBox02 .popTtl {
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}
.popBox02 .popList {
    margin-bottom: 56px;
}
.popBox02 .popList li {
    font-size: 1.8rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.75;
    margin-bottom: 11px;
}
.popBox02 .popList li a {
    color: #012fc7;
    text-decoration: underline;
}
.popBox02 .popLinkUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popBox02 .popLinkUl li {
    width: 300px;
    margin: 0 20px;
}
.popBox02 .popLinkUl li a {
    display: block;
    font-size: 1.8rem;
    padding: 9px 10px 13px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E50012;
}
.popBox02 .popLinkUl li a:hover {
    opacity: 0.7;
}

@media all and (min-width: 897px) {
    .popBox02 .popList li a:hover {
        text-decoration: none;
    }
    .en .comLink a .txtSpan {
        background-position: right 9px;
    }
    
}

@media all and (max-width: 896px) {
    .popBox02 {
        margin: 0 10px;
        width: auto;
        padding: 40px 20px 30px;
    }
    .popBox02 .greyBox {
        padding: 20px;
    }
    .popBox02 .greyBox p {
        font-size: 1.5rem;
    }
    .popBox02 .popTtl {
        font-size: 2.5rem;
    }
    .popBox02 .popList {
        margin-bottom: 40px;
    }
    .popBox02 .popList li {
        font-size: 1.5rem;
    }
    .popBox02 .popLinkUl {
        display: block;
    }
    .popBox02 .popLinkUl li {
        width: auto;
        display: block;
        max-width: 250px;
        margin: 10px auto;
    }
    .popBox02 .popLinkUl li a {
        font-size: 1.6rem;
    }
}


/*------------------------------------------------------------
    organizationInner
------------------------------------------------------------*/
.organizationInner {
    margin: 0 auto;
    padding-top: 9px;
    width: 820px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.organizationInner .lBox {
    width: 340px;
}
.organizationInner .lBox a {
    pointer-events: none;
}
.organizationInner .comLink {
    width: 100%;
    margin: 0;
    position: relative;
}
.organizationInner .comLink:after {
	height: 1px;  
    background-color: #CCCCCC;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	left: -70px;
    right: 0;
	content: ""; 
    z-index: -1;
}
.organizationInner .rBox {
    margin-top: 129px;
    width: 340px;
}
.organizationInner .lBox .comLink {
    margin-bottom: 39px;
    background-color: #fff;
}
.organizationInner .lBox .comLink a {
    padding: 26px 20px 29px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    background-image: none;
    background-color: #fff;
    border: 1px solid #CCCCCC;
}
.organizationInner .lBox .comLink:after {
    display: none;
}
.organizationInner .lBox .link {
    margin-bottom: 79px;
}
.organizationInner .lBox .link:before {
	height: 1px;
    background-color: #CCCCCC;
	position: absolute;  
	top: 50%;
	right: -100%;
    left: 0;
	content: ""; 
    z-index: -1;
}
.organizationInner .lBox .link:after {
    display: none;
}
.organizationInner .lBox .comLink:last-child:after {
    display: none;
}
.organizationInner .rBox .comLink {
    margin-bottom: 39px;
    background-color: #26A800;
}
.organizationInner .rBox .comLink a {
    padding: 27px 20px 30px;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #26A800;
}
.organizationInner .rBox .link02,
.organizationInner .rBox .link02 a {
    background-color: #1479FF;
}
.organizationInner .rBox .link03,
.organizationInner .rBox .link03 a {
    background-color: #FFB12B;
}
.organizationInner .rBox .link04,
.organizationInner .rBox .link04 a {
    background-color: #C832F5;
}
.organizationInner .rBox .link05,
.organizationInner .rBox .link05 a {
    background-color: #FF4E02;
}
.organizationInner .rBox .link06,
.organizationInner .rBox .link06 a {
    color: #333;
    background-color: #fff;
    background-image: none;
}
.organizationInner .rBox .link06 a {
    padding-top: 26px;
    padding-bottom: 29px;
    border: 1px solid #CCCCCC;    
    pointer-events: none;
}
.organizationInner .rBox ul {
    position: relative;
}
.organizationInner .rBox ul:before {
    width: 1px;
    background-color: #CCCCCC;
	position: absolute;  
	top: 45px;
    left: -71px;
    bottom: 45px;
	content: ""; 
    z-index: -1;
}


@media all and (max-width: 896px) {
    .organizationInner {
        width: auto;
        padding-top: 0;
        margin: -5px -1px 0;
    }
    .organizationInner .lBox {
        width: 47%;
    }
    .organizationInner .rBox {
        margin-top: 65px;
        width: 47.3%;
    }
    .organizationInner .lBox .comLink {
        margin-bottom: 18px;
    }
    .organizationInner .lBox .comLink a {
        padding: 12px 20px 13px;
        font-size: 1.3rem;
    }
    .organizationInner .lBox .link {
        margin-bottom: 38px;
    }
    .organizationInner .rBox .comLink a {
        padding: 13px 10px 14px;
        font-size: 1.3rem;
        letter-spacing: -0.5px;
    }
    .organizationInner .rBox .comLink {
        margin-bottom: 18px;
    }
    .organizationInner .rBox ul::before {
        left: -10px;
        top: 23px;
        bottom: 23px;
    }
    .organizationInner .comLink::after {
        left: -9px;
    }
    .organizationInner .lBox .link::before {
        top: 51%;
    }
    .organizationInner .rBox .link06 a {
        padding-top: 12px;
        padding-bottom: 13px;
    }
    
    

}

@media all and (max-width: 374px) {
    .organizationInner .comLink a {
        font-size: 1.1rem !important;
    }
    .organizationInner .rBox {
        margin-top: 62px;
    }
    .organizationInner .rBox ul::before {

        top: 22px;
        bottom: 22px;
    }
}

.comUl li a[target="_blank"] > span span {
    position: relative;
    padding-right: 44px;
}
.comUl li a[target="_blank"] > span span:after {
	width: 15px;  
	height: 15px;
    background: url("../../img/common/icon18-white.svg") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: 27px;  
	content: ""; 
}
.mainImg02 .movie a[target="_blank"] > span span {
    position: relative;
    padding-right: 45px;
}
.mainImg02 .movie a[target="_blank"] > span span:after {
	width: 15px;  
	height: 15px;
    background: url("../../img/common/icon18-white.svg") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: 27px;  
	content: ""; 
}
.guideBox p .linkP02[target="_blank"], 
.comTextList .linkP02[target="_blank"] {
    background-image: url("../../img/common/icon18-blue.svg");
    background-size: 15px 15px;
    padding-right: 20px;
}
.comLinkUl li .comLink a[target="_blank"] .txtSpan {
    background: url("../../img/common/icon18.svg") no-repeat right center;
    background-size: 15px 15px;
    padding-right: 20px;
}

@media all and (max-width: 896px) {
    .comLinkUl li .comLink a[target="_blank"] .txtSpan {
        background-size: 12px 12px;
        padding-right: 15px;
    }
    .guideBox p .linkP02[target="_blank"], 
    .comTextList .linkP02[target="_blank"] {
        background-size: 12px 12px;
        padding-right: 15px;
    }
    .comUl li a[target="_blank"] > span span {
        padding-right: 40px !important;
    }
    .comUl li a[target="_blank"] > span span::after {
        right: 25px;
        width: 12px;
        height: 12px;
    }
    .mainImg02 .movie a[target="_blank"] > span span {
        padding-right: 30px !important;
    font-size: 1rem;
    letter-spacing: -0.1em;
    }
    .mainImg02 .movie a[target="_blank"] > span span::after {
        right: 20px;
        width: 10px;
        height: 10px;
    }
    .guideBox .linkP a img {
        vertical-align: 1px;
        width: 12px;
    }
}


