@charset "UTF-8";

.ttl {
 background-image: url("../img/dmo/ttl-bg.png");
}
.menu_list {
max-width: 980px;
margin: 0 auto 120px;
display: flex;
flex-wrap: wrap;
}
.menu_btn_box {
width: calc(33.3333% - 40px / 3);
margin: 0 20px 20px 0;
}
.menu_btn_box:nth-child(3n) {
margin-right: 0px;
}
.menu_btn_box a {
text-decoration: none;
}
.menu_btn{
position: relative;
line-height: 100%;
display: flex;
background: #fff;
border: solid 1px #000;
}
.menu_text {
font-family: source-han-serif-japanese, serif;
font-weight: 400;
width: 100%;
color: #000;
text-align: center;
padding: 15px 0;
}
.menu_btn:hover {
background-color: #000;
}
.menu_text:hover{
color: #fff;
}
.menu_text::after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
position: absolute;
top: 35%;
right: 15px;
}
.right_arrow::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 600;
position: absolute;
top: 35%;
right: 15px;
}

.section_title {
font-family: source-han-serif-japanese, serif;
font-weight: 400;
font-size: 2.2rem;
line-height: 100%;
display: block;
margin-bottom: 10px;
letter-spacing: 0.4em;
}
.section_subtitle {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-size: 1.0rem;
line-height: 100%;
text-align: center;
color: #8F6D48;
letter-spacing: 0.2em;
position: relative;
display: inline-block;
padding: 0 10px;
}
.section_subtitle::before,
.section_subtitle::after {
content: "";
position: absolute;
top: 50%;
display: inline-block;
width: 5px;
height: 1px;
background-color: #8F6D48;
}
.section_subtitle::before {
left: 0;
}
.section_subtitle::after {
right: 0;
}
.section_box {
margin-bottom: 50px;
text-align: center;
}
.news_box_body {
position: relative;
margin-bottom: 200px;
}
.news_box {
max-width: 1260px;
width: 100%;
padding: 25px 20px 25px 20px;
border-bottom: solid 1px #E5E5E5;
display: flex;
align-items: center;
}
.news_box:first-child {
border-top: solid 1px #E5E5E5;
}
.news_box .date {
max-width: 90px;
width: 100%;
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
display: block;
margin-right: 50px;
}
.new_icon {
font-family: 'Libre Baskerville', serif;
font-size: 1.0rem;
width: 48px;
padding: 5px 5px 4px;
color: #fff;
background-color: #A37E39;
margin-left: 10px;
line-height: 100%;
text-align: center;
display: block;
}
.news_title a,
.report_title a {
font-family: source-han-serif-japanese, serif;
font-weight: 400;
letter-spacing: 0.2em;
max-width: 1040px;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.news_title a:hover,
.report_title a:hover {
color: #A37E39;
text-decoration: underline;
}
.report_title {
padding-left: 30px;
background-image: url("../img/dmo/pdf_icon.png");
background-repeat: no-repeat;
background-position: left center;
}
.more_btn_box {
margin-top: 30px;
position: absolute;
right: 0;
}
.more_btn{
position: relative;
width: 300px;
line-height: 100%;
display: flex;
background: #fff;
border: solid 1px #8F6D48;
}
.more_text{
font-family: source-han-serif-japanese, serif;
font-size: 1.4rem;
font-weight: 400;
width: 100%;
color: #8F6D48;
text-align: center;
padding: 15px 0;
}
.more_btn:hover {
background-color: #8F6D48;
}
.more_text::before{
content:"";
position: absolute;
top:50%;
right:15px;
/*下線の形状*/
width:16px;
height:1px;
background:#8F6D48;
transition: all .1s linear;
}
.more_text::after{
content:"";
/*絶対配置で矢印の位置を決める*/
position: absolute;
top: 40%;
right: 17px;
/*矢印の形状*/
width:1px;
height:5px;
background:#8F6D48;
transform:skewX(45deg);
transition: all .1s linear;
}
.more_text:hover{
color: #fff;
}
.more_text:hover::before{
right:10px;
background:#fff;
}
.more_text:hover::after{
right:12px;
background:#fff;
}
.dmo_block_title {
background: #F9F8F6;
border-left: 4px solid #8E7742;
border-top: solid 1px #E5E5E5;
border-right: solid 1px #E5E5E5;
border-bottom: solid 1px #E5E5E5;
padding: 10px 20px 10px 25px;
margin-bottom: 2em;
margin-top: 60px;
}
.dmo_block_title .dmo_area_title {
font-size: 2.0rem;
}
.admission_txt {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.join_btn_box_body {
display: flex;
align-items: center;
justify-content: center;
}


@media screen and (min-width:768px) and ( max-width:1024px) {

.news_box .date {
font-size: 1.2rem;
margin-right: 20px;
}
.news_title a {
max-width: 650px;
}
.content_title {

letter-spacing: 0.3em;
font-size: 1.6rem;
white-space: nowrap;
}

}

@media all and (max-width : 767px) {
.menu_list {
margin-bottom: 40px;
}
.menu_btn_box {
width: calc(50% - 10px / 2);
margin: 0 10px 10px 0;
}
.menu_btn_box:nth-child(2n) {
margin-right: 0px;
}
.menu_btn_box:nth-child(3) {
margin-right: 10px;
}
.menu_text {
font-size: 1.1rem;
padding: 12px 0;
}
.section_title {
font-size: 1.8rem;
margin-bottom: 6px;
}
.section_subtitle {
font-size: 0.8rem;
letter-spacing: 0.1em;
}
.news_box {
padding: 15px 15px 15px 10px;
display: flex;
align-items: flex-start;
flex-direction: column;
}
.news_box .date {
font-size: 1.1rem;
margin-right: 0px;
margin-bottom: 5px;
}
.news_title a {
font-size: 1.2rem;
margin-bottom: 5px;
}
.more_btn_box {
position: static;
}
.more_btn{
width: 300px;
margin: 0 auto;
}
.news_box_body {
position: static;
margin-bottom: 50px;
}
.section_box {
margin-bottom: 30px;
}
.admission_txt {
margin-bottom: 30px;
}
.join_btn_box_body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.mr20 {
margin-right: 0px !important;
margin-bottom: 15px;
}
}



