@charset "utf-8";

.news_list_table {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

.news_list_table th {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
    line-height: 1;
    width: 112px;
    position: relative;
    box-sizing: border-box;
    padding: 25px 0 25px 28px;
    text-align: left;
    border-bottom: 1px solid #000;
}

.news_list_table th span {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    font-size: 13px;
}

.news_list_table td {
    font-size: 15px;
    line-height: 1.6;
    font-family: source-han-serif-japanese, serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.75px;
    border-bottom: 1px solid #000;
    padding: 25px 0;
}

.new {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #F53794;
    border: 2px solid #F53794;
    display: block;
    text-align: center;
    padding: 3px 0;
    line-height: 1;
    width: 51px;
    margin-bottom: 3px;
    font-size: 16px;
}

@media screen and (max-width: 770px) {

    .news_list_table th {
        font-size: 18px;
        width: 70px;
        padding: 20px 0 20px 20px;
    }

    .news_list_table th span {
        left: 0;
    }

    .news_list_table td {
        font-size: 14px;
        letter-spacing: 0.7px;
        padding: 20px 0;
    }
}


/* detail contents
---------------------------------------------------- */

.detail h1,
.detail h2,
.detail h3,
.detail h4,
.detail h5,
.detail h6 {
    font-family: source-han-serif-japanese, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 1.6;
    margin: 24px 0;
}

.detail p {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 1.13px;
    margin: 24px 0;
}

.detail p.news_date {
    letter-spacing: 1.15px;
    font-size: 23px;
    line-height: 1;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 800;
    font-style: italic;
    margin: 0 0 15px;
}

.large_image,
.medium_image {
    margin: 24px 0;
    text-align: center;
}

.large_image img {
    width: 100%;
    height: auto;
}

.medium_image img {
    max-width: 552px;
    width: 100%;
    height: auto;
}

hr {
    height: 0;
    margin: 24px 0px;
    padding: 0;
    border: 0;
    border-top: 1px solid #000;
}

.detail ul {
    font-size: 15px;
    margin: 24px 0px 24px 30px;
    list-style: disc outside;
    line-height: 1.9;
}

.detail ol {
    font-size: 15px;
    margin: 24px 0px 24px 30px;
    list-style: decimal outside;
    line-height: 1.9;
}

.bold {
    font-weight: 500;
}

.detail .small_txt {
    font-size: 12px;
}

.img_txt_box1,
.img_txt_box2 {
    margin: 24px 0;
}

.img_txt_box1 .img {
    width: 48%;
    float: left;
}

.img_txt_box1 .txt {
    width: 48%;
    float: right;
}

.img_txt_box2 .img {
    width: 24%;
    float: left;
}

.img_txt_box2 .txt {
    width: 73%;
    float: right;
}

.detail .txt h1:first-child,
.detail .txt h2:first-child,
.detail .txt h3:first-child,
.detail .txt h4:first-child,
.detail .txt h5:first-child,
.detail .txt h6:first-child,
.detail .txt p:first-child,
.detail .txt ul:first-child,
.detail .txt ol:first-child {
    margin-top: 0;
}

.detail a {
    color: #F53794;
    text-decoration: underline;
}

.detail a:hover {
    opacity: 0.6;
}

.detail .btn_type_1 a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
    background-color: #000;
    line-height: 1.4;
    padding: 15px 20px 14px;
    font-weight: 500;
    margin: 0 12px 12px 0;
    text-decoration: none;
}

.detail .btn_type_1 a:last-child {
    margin-right: 0;
}

.detail .btn_type_1 a:hover {
    opacity: 0.6;
}

.detail-yt-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.detail-yt-wrapper:before {
    content: "";
    display: block;
    padding-top: 57.25%;
}

.detail-yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 770px) {

    .detail h1,
    .detail h2,
    .detail h3,
    .detail h4,
    .detail h5,
    .detail h6 {
        font-size: 17px;
        letter-spacing: 0.85px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .detail p,
    .detail ul,
    .detail ol {
        font-size: 14px;
        letter-spacing: 1.05px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .detail p.news_date {
        font-size: 13px;
        margin: 0 0 10px;
    }

    .img_txt_box1,
    .img_txt_box2 {
        margin: 20px 0;
    }
    .img_txt_box1 .img,
    .img_txt_box2 .img {
        width: auto;
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }

    .img_txt_box2 .img img {
        max-width: 236px;
        width: 100%;
        height: auto;
    }

    .img_txt_box1 .txt,
    .img_txt_box2 .txt {
        width: auto;
        float: none;
        margin: 20px 0 0;
    }
    .detail .btn_type_1 a {
        padding: 10px 15px 11px;
    }
}



/* talk
---------------------------------------------------- */
.detail .talk_question {
	font-size: 17px;
	font-weight: 800;
  line-height: 1.9;
	margin: 24px 0 0 0;
}

.detail .talk_question:nth-child(n+2) { /*2番目以降*/
	margin-top: 48px;
}

.detail .talk_line {
	letter-spacing: 0px;
  padding-right: 1em;
}

.detail .talk_answer {
	font-size: 16px;
	font-weight: 400;
  line-height: 1.9;
	margin: 24px 0 0 0;
}

.detail .talk_name {
	font-size: 16px;
	font-weight: 700;
	color: #3CA7E5;
	padding-right: 1em;
}

@media screen and (max-width: 770px) {
	.detail .talk_question {
		font-size: 15px;
		margin: 20px 0 0 0;
	}
	
	.detail .talk_question:nth-child(n+2) { /*2番目以降*/
		margin-top: 44px;
	}
	
	.detail .talk_answer {
		font-size: 14px;
		margin: 20px 0 0 0;
	}
	
	.detail .talk_name {
		font-size: 15px;
	}
}