/* --------------------
 News - Detail
-------------------- */
.news-detail__hero {
    align-items: center;
    background-image: url(../../images/commons/com-hero-blue.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .news-detail__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.news-detail__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px 90px;
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail__hero-container {
        padding: 15px 30px;
    }
}

.news-detail__hero__title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail__hero__title {
        font-size: 3.2rem;
    }
}

.news-detail__hero:after {
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    content: '';
    display: block;
    height: 60px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.news-detail__main {
    padding: 60px 0 100px;
}

.news-detail__main-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail__main-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news-detail__main__meta {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 30px;
}

.news-detail__main__meta__date {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 30px 0 0;
}

.news-detail__main__meta__category {
    margin: 0;
}

.news-detail__main__title {
    border-bottom: 1px solid #000000;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 0 0 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .news-detail__main__title {
        font-size: 2.6rem;
    }
}

.news-detail__main__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .news-detail__main__title__text {
        padding-left: 55px;
    }
}

.news-detail__main__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .news-detail__main__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}


.news-detail__main__content {
    margin: 0 auto 60px;
    max-width: 880px;
}

@media (min-width: 768px) {
    .news-detail__main__content {
        font-size: 1.6rem;
        margin-bottom: 60px;
    }
}

.news-detail__main__content__contents {
    background-color: #e1f3ff;
    font-size: 1.4rem;
    margin: 0 0 40px;
    padding: 20px;
}

@media (min-width: 768px) {
    .news-detail__main__content__contents {
        font-size: 1.6rem;
        padding: 20px 40px;
    }
}

.news-detail__main__content__contents__title {
    font-size: 2.0rem;
    font-weight: 700;
}

.news-detail__main__content__contents > ul {
    padding: 0;
}

.news-detail__main__content__contents li {
    border-bottom: 1px solid #cccccc;
    list-style: none;
    padding: 10px;
}

.news-detail__main__content__contents ul > li > ul > li:last-child {
    border-bottom: none;
}

.news-detail__main__content img {
    display: block;
    margin: 30px auto;
}

.news-detail__main__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.0;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .news-detail__main__content p {
        font-size: 1.6rem;
    }
}

.news-detail__main__action__button {
    background-color: #ffe000;
    color: #33acff;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .15;
    list-style: 1.2;
    margin: 0 auto;
    max-width: 380px;
    padding: 8px 10px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.news-detail__main__action__button:hover, .news-detail__main__action__button:focus {
    background-color: #33acff;
    color: #ffe000;
}



/*--------------*/
.news-detail__contact{
	margin: 0 auto 60px;
	max-width: 880px;
}

@media (min-width: 768px) {
	.news-detail__contact{
	margin: 0 auto 100px;
}
}

.news-detail__contact__memessage{
    position:relative;
    background:#FFE000;
	margin-bottom: 20px;
    padding:10px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
    border-radius:10px;
}

@media (min-width: 768px) {
	.news-detail__contact__memessage{
    flex-wrap:nowrap;
}
}

.news-detail__contact__memessage::after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 224, 0, 0);
    border-top-width:30px;
    border-bottom-width:30px;
    border-left-width:30px;
    border-right-width:30px;
    margin-left: -30px;
    border-top-color:#FFE000;
    top:100%;
    left:50%;
}

.news-detail__contact__memessage__item{
	color: #93662A;
	font-weight: 600;
	line-height: 2.0em;
	letter-spacing: 0em;
	margin: 10px;
}

.news-detail__contact__memessage__item span{
	font-weight: 600;
}

@media (min-width: 960px) {
	.news-detail__contact__memessage__item span{
	font-size: 24px;
}
}

.news-detail__contact__memessage__item__title{
	color: #606060;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px #606060 solid;
	padding-bottom: 5px;
	text-align: center;
}

@media (min-width: 768px) {
	.news-detail__contact__memessage__item__title{
	font-size: 22px;
		text-align: left;
}
}

.news-detail__contact__action{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	.news-detail__contact__action{
    flex-wrap:nowrap;
	justify-content: space-between;
}
}


.news-detail__contact__action__item{
	margin: 10px auto;
	width: 100%;
}

@media (min-width: 768px) {
	.news-detail__contact__action__item{
	margin: 0;
	width: 48%;
}
}

.news-detail__contact__action__item p{
	font-weight: 800;
	color: #029CEE;
	text-align: center;
	display: block;
}

.news-detail__contact__action__item p:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(../../images/pages/eccube-column/news-detail__contact__action__item-01.svg);
  background-size: contain;
  vertical-align: middle;
}

.news-detail__contact__action__item p:after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url(../../images/pages/eccube-column/news-detail__contact__action__item-02.svg);
  background-size: contain;
  vertical-align: middle;
}


.news-detail__contact__button{
    width:auto;
    height:75px;
	margin: -5px auto 0;
	font-weight: 600;
	
	
}

@media (min-width: 960px) {
	.news-detail__contact__button{
    width:auto;
    height:75px;
	
}
}

.news-detail__contact__button p{
    font-size: 14px;
}


.news-detail__contact__button a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
	padding: 15px;
    border:2px solid #029CEE;
    color:#029CEE;
    font-size:24px;
    border-radius:50px;
    box-shadow:3px 3px 0px 0px #D4D4D4 ;
	-webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}


.news-detail__contact__button a:hover{
    background:#029CEE;
    color:#FFFFFF;
    margin-left:3px;
    margin-top:3px;
    border:2px solid #FFFFFF;
    box-shadow:none;
}

.news-detail__contact__button a:hover img{
    filter: brightness(200);
}

.news-detail__contact__button a span{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: -15px;
	padding: 6px 0;
}

.news-detail__contact__button__mail{
	display: block;
	font-weight: 600;
	margin: 10px 0 10px 10px;
	padding: 5px;
}

