@charset "UTF-8";
/*------------------------------------------------------------
	Main Image
------------------------------------------------------------*/
.p-index-main {
    padding: 0 0 50px;
}
.p-index-main-img {
    font-size: 0;
    text-align: center;
}
.p-index-main-img img {
    width: 100%;
}
/*------------------------------------------------------------
	Main Image - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	Important
------------------------------------------------------------*/
.p-imp {
    padding: 0 15px;
    margin-top: 60px;
}
.p-imp-inner {
    background: #FFF;
    padding: 50px;
}
.p-imp-ttl-wrp {
    border-right: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: stretch;
}
.p-imp-ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    color: rgba(0,64,192,1);
    background: url("../img/ico_att.png") left center no-repeat;
    padding-left: 35px;
    display: flex;
    align-items: center;
}
.p-imp-item {
    line-height: 1.8;
}
.p-imp-item + .p-imp-item {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    margin-top: 15px;
}
.p-imp-item-date {
}
.p-imp-item-txt {
    margin-top: 5px;
}
.p-imp-item-txt > a {
    color: #222;
    transition: 0.2s;
    text-decoration: underline;
}
.p-imp-item-txt > a:hover {
    opacity: 0.7;
}
/*------------------------------------------------------------
	Important - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-imp {
        margin-top: 50px;
    }
    .p-imp-inner {
        padding: 20px;
    }
    .p-imp-item {
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 15px;
        margin-top: 15px;
    }
    .p-imp-ttl-wrp {
        border-right: 0;
    }
    .p-imp-ttl {
        font-size: 1.4rem;
        display: block;
    }
}
/*------------------------------------------------------------
	Menu01
------------------------------------------------------------*/
.p-menu-01-item {
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.p-menu-01-item img {
    width: 100%;
}
.p-menu-01-item > a {
    transition: 0.2s;
}
.p-menu-01-item > a:hover {
    opacity: 0.7;
}
.p-menu-01-item-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #222;
    pointer-events: none;
    background: url("../img/arw_k.png") right 12px no-repeat;
    background-size: 20px;
    padding-right: 35px;
    transition: 0.2s;
}
.p-menu-01-item-ttl > span {
    display: block;
    font-weight: 600;
    color: rgba(0,64,192,1);
    font-size: 1rem;
    margin-bottom: 8px;
}
/*.p-menu-01-item > a:hover > .p-menu-01-item-ttl {
    padding-right: 40px;
}*/
/*------------------------------------------------------------
	Menu02 - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-menu-01-item-ttl {
        font-size: 1.2rem;
        position: relative;
        top: -25px;
    background: url("../img/arw_k.png") right 5px no-repeat;
    background-size: 16px;
    padding-right: 25px;
    }
    .p-menu-01-item-ttl > span {
        font-size: 0.9rem;
    }
}
/*------------------------------------------------------------
	Menu02
------------------------------------------------------------*/
.p-menu-02-item {
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.p-menu-02-item img {
    width: 100%;
    transition: 0.2s;
}
.p-menu-02-item > a:hover > img {
    opacity: 0.7;
}
.p-menu-02-item-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #FFF;
    pointer-events: none;
    background: url("../img/arw_w.png") right center no-repeat;
    background-size: 20px;
    padding-right: 35px;
    transition: 0.2s;
}
/*.p-menu-02-item > a:hover > .p-menu-02-item-ttl {
    padding-right: 40px;
}*/
/*------------------------------------------------------------
	Menu02 - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-menu-02-item-ttl {
        font-size: 1.5rem;
        left: 20px;
        bottom: 20px;
    }
}
/*------------------------------------------------------------
	News
------------------------------------------------------------*/
.p-news-item:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.p-news-item {
    line-height: 1.8;
    padding: 25px 0;
    border-top: rgba(0,0,0,0.1) 1px solid;
    letter-spacing: -.4em;
}
.p-news-item > * {
    letter-spacing: normal;
}
.p-news-item:last-child {
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.p-news-item-date {
    float: left;
    width: 130px;
	font-size: 90%;
}
.p-news-item-tag {
    float: left;
    width: 130px;
	font-size: 90%;
    text-align: center;
    color: rgba(0,65,192,1);
    background: #EEE;
}
.p-news-item-txt {
    padding-left: 290px;
}
.p-news-item-txt > a {
    color: #222;
    transition: 0.2s;
}
.p-news-item-txt > a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.p-news-item-date,
.p-news-item-tag,
.p-news-item-txt {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*------------------------------------------------------------
	News - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-news-item-date,
    .p-news-item-tag {
        display: inline-block;
        float: none;
    }
    .p-news-item-date {
        width: inherit;
        min-width: 140px;
    }
    .p-news-item-tag {
        width: inherit;
        min-width: 160px;
    }
    .p-news-item-txt {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}
/*------------------------------------------------------------
	Voice
------------------------------------------------------------*/
#slide-main01 {
    padding: 0 0 75px;
    overflow: hidden;
}
.swiper-slide {
    font-size: 0;
    background: #FFF;
    min-height: 310px;
    overflow: hidden;
    border: rgba(0,0,0,0.075) 2px solid;
    border-left: 0;
    border-top: 0;
}
.swiper-slide.is-link > * {
    transition: 0.2s;
}
.swiper-slide.is-link:hover > * {
    opacity: 0.7;
    text-decoration: underline dotted;
}
.swiper-slide img {
    width: 100%;
}
.p-slide-info {
    font-size: 1rem;
    line-height: 1.8;
    padding: 25px;
}
.p-slide-info > a {
    color: #222;
}
/*------------------------------------------------------------
	Voice - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    #slide-main01 {
        padding: 0 3px 70px;
    }
    .swiper-slide {
        min-height: 325px;
    }
    .p-slide-info {
        padding: 20px;
    }
}