@charset "utf-8";
/* CSS Document */
#section1 .tabs-switch .content #keyword .sec1 {
    background: url("../img/about_detail/keyword_sec1_bg.jpg") no-repeat center top;
    background-size: cover;
    padding: 85px 0 80px;
}
#section1 .tabs-switch .content #keyword .sec1 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 95px;
    margin-bottom: 95px;
}
#section1 .tabs-switch .content #keyword .sec1 h2 span {
    position: relative;
    z-index: 2;
}
#section1 .tabs-switch .content #keyword .sec1 h2 span:after {
    background: #FFFF00;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    content: '';
    position: absolute;
    z-index: -1;
}
#section1 .tabs-switch .content #keyword .sec1 .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
#section1 .tabs-switch .content #keyword .sec1 .group .box {
    width: 332px;
    max-width: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0px 0 36px;
    box-sizing: border-box;
    cursor: pointer;
}
#section1 .tabs-switch .content #keyword .sec1 .group .box:hover{
opacity: 0.8;
}
#section1 .tabs-switch .content #keyword .sec1 .group .box img {
    width: 100%;
    height: auto;
	border-radius: 15px;
	overflow: hidden;
}
#section1 .tabs-switch .content #keyword .sec1 .group .box .photo {
    margin-bottom: 36px;
}
#section1 .tabs-switch .content #keyword .sec1 .group .box dl {
    text-align: center;
}
#section1 .tabs-switch .content #keyword .sec1 .group .box dl dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3px;
}
#section1 .tabs-switch .content #keyword .sec1 .group .box dl dd {
    font-size: 16px;
}
#section1 .tabs-switch .content #keyword .sec2 {
    padding-top: 150px;
}
#section1 .tabs-switch .content #keyword .sec2 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 160px;
}
#section1 .tabs-switch .content #keyword .sec2 .row .photo {
    width: 33%;
}
#section1 .tabs-switch .content #keyword .sec2 .row .photo img {
    width: 100%;
    height: auto;
}
#section1 .tabs-switch .content #keyword .sec2 .row .info {
    width: 64%;
}
#section1 .tabs-switch .content #keyword .sec2 .row .info dl {
    margin-bottom: 20px;
}
#section1 .tabs-switch .content #keyword .sec2 .row .info dl dt {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 50px;
}
#section1 .tabs-switch .content #keyword .sec2 .row .info dl dd {
    font-size: 28px;
    line-height: 50px;
}
#section1 .tabs-switch .content #keyword .sec2 .row .info .txt {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}
#section1 .tabs-switch .content #keyword .sec2 .row .info .txt span {
    font-size: 12px;
}
#section1 .tabs-switch .content #keyword .sec2 .row .info .bnr_shared {
    margin: inherit;
    margin-left: 24px;
}
#section1 .tabs-switch .content #keyword .sec2 .row:last-of-type {
    margin-bottom: 80px;
}
@media screen and (max-width: 1080px) and (min-width: 1024px) {
	#section1 .tabs-switch .content #keyword .sec1 .group .box{
		width: 311px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    #section1 .tabs-switch .content #keyword .sec1 .group .box {
        width: 32%;
    }
}
@media screen and (max-width: 767px) {
    /* keyword */
    #section1 .tabs-switch .content #keyword .sec1 h2 {
        font-size: 30px;
    }
    #section1 .tabs-switch .content #keyword .sec1 .group .box {
        width: 100%;
        margin-bottom: 10px;
        padding: 0px 0 39px;
    }
    #section1 .tabs-switch .content #keyword .sec1 .group .box dl dt {
        margin-bottom: 0;
        line-height: 32px;
    }
    #section1 .tabs-switch .content #keyword .sec1 {
        background: url("../img/about_detail/keyword_sec1_bg_sp.jpg") no-repeat center top;
        background-size: cover;
        padding: 60px 0 47px;
    }
    #section1 .tabs-switch .content #keyword .sec1 h2 {
        margin-bottom: 32px;
    }
    #section1 .tabs-switch .content #keyword .sec2 {
        padding-top: 123px;
    }
	#section1 .tabs-switch .content #keyword .sec2 .row{
		margin-bottom: 120px;
	}
    #section1 .tabs-switch .content #keyword .sec2 .row .photo {
        width: 100%;
        margin-bottom: 15px;
    }
    #section1 .tabs-switch .content #keyword .sec2 .row .info {
        width: 100%;
    }
    #section1 .tabs-switch .content #keyword .sec2 .row .info dl dt {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    #section1 .tabs-switch .content #keyword .sec2 .row .info dl dd {
        font-size: 24px;
        line-height: 36px;
    }
    #section1 .tabs-switch .content #keyword .sec2 .row .info .txt {
        margin-bottom: 20px;
    }
    #section1 .tabs-switch .content #keyword .sec2 .row .info .bnr_shared {
        margin: 0 auto;
    }
	#section1 .tabs-switch .content #keyword .sec2 .row .info dl {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 320px) {
    #section1 .tabs-switch .content #keyword .sec1 h2 {
        font-size: 29px;
    }
}