/* Scss Document */
.sp {
    display: none !important;
}

.tabs-switch .tab-link > * a {
    pointer-events: auto;
}
.tabs-switch .tab-link a:hover {
    text-decoration: none;
}
#section1 .tabs-switch .tab-content{
	position: relative;
}
#section1 {
    padding: 80px 0px 80px;
}
#section1 .box_shared2 .row {
    align-items: flex-start;
    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: 35px;
}
#section1 .box_shared2 .row dl {
    width: 66.5%;
}
#section1 .box_shared2 .row dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 28px;
}
#section1 .box_shared2 .row dl dd span {
    font-size: 12px;
}
#section1 .box_shared2 .row p.photo {
    width: 30%;
    border-radius: 15px;
    overflow: hidden;
}
#section1 .box_shared2 .row p.photo  img{
border-radius: 15px;
    overflow: hidden;
}
#section1 .box_shared2 .row p.photo img {
    width: 100%;
    height: auto;
}
#section1 .tabs-switch .tab-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}
#section1 .tabs-switch .tab-link li {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    display: block;
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
    letter-spacing: 1px;
}
#section1 .tabs-switch .tab-link li:hover {
    background: #FFFF00;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    color: #000;
    font-weight: bold;
}
#section1 .tabs-switch .tab-link li + li:before {
    position: absolute;
    content: "";
    left: -11px;
    top: 52%;
    background: #333;
    height: 12px;
    width: 1px;
    transform: translateY(-50%);
}
#section1 .tabs-switch .tab-link li.active {
    background: #FFFF00;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 1080px) and (min-width: 1024px) {
	.wrap{
		padding: 0 2%;
	}
	
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .news_shared .news {
        padding-bottom: 48px !important;
    }
    .news_shared .news {
        margin-bottom: 0px !important;
    }
    .news_shared .news dt {
        letter-spacing: 2px;
        font-size: 16px;
        line-height: 25px;
    }
    .news_shared .news.feature .photo {
        padding-top: 55%;
    }
    #section1 {
        padding: 61px 0px 80px;
    }
    #section1 .tabs-switch .tab-link li {
        width: 37%;
        margin-bottom: 22px;
        text-align: center;
        padding: 0 0px;
    }
    #section1 .tabs-switch .tab-link {
        margin-bottom: 37px;
    }
    #section1 .tabs-switch .tab-link li:nth-child(3):before {
        display: none;
    }
    #section1 .box_shared2 .row dl dt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    #section1 .box_shared2 .row {
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 320px) {
    #section1 .tabs-switch .tab-link li {
        width: 40%;
        font-size: 14px;
    }
    #section1 .box_shared2 .row dl dt {
        font-size: 16px;
    }
}