@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

/* わんバサダーにゃんバサダー */
body.special_page-wannyan {
    background: #eef2f6;
    color: #333;
}
.wannyan {
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/page/special/pattern1.png) 50% 0;
    background-size: 414.5px 736.5px;
}
.wn_inner{
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.wn_inner h1 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 30px;
}
.heading01 {
	position: relative;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
    margin-bottom: 60px;
}

.heading01::before {
	content: attr(data-en);
	display: block;
	color: #00c6b2;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}

.wn_text01_wp{
    text-align: center;
    margin-bottom: 50px;
 }
.wn_text01{
    text-align: center;
    display: inline-flex;
    align-items: center;
    font: 600 24px var(--font-family-mincho);

}
.wn_text01::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 50px;
    background: url(../img/page/special/line01_left.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.wn_text01::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 50px;
    background: url(../img/page/special/line01_right.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.cat_bg{
    position: relative;
}
.cat_bg .imgbox{
    position: absolute;
    width: 190px;
    left: -20%;
    top: -120px;
    z-index: 2;
}

.wannyan .exm_wp{
    margin-bottom: 30px;
}
.exm_wp {
    position: relative;
    margin-top: 3em;
    padding: 1.8em 1.5em 1em 1.5em;
    /* border: 2px solid #a72838; */
    background: #fff;
    border-radius: 7px;
}

.exm_wp > .exm {
    position: absolute;
    top: -1.7em;
    left: -1.1em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #00c6b2;
    color: #fff;
    font-size: .9em;
    transform: rotate(-7deg);
}

.exm_wp > .exm::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background-color: #00c6b2;
    clip-path: polygon(0 0, 100% 0, 60% 100%);
    content: '';
}

.exm_wp .em_list_wp {
    margin: 0;
}
.exm_wp .em_list li{
    padding: 0 0 0 18px;
    margin: 0 0 10px;
    position: relative;
}
.exm_wp .em_list li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #8cafce;
    top: 11px;
    left: 0;
}
.exm_wp .em_list li:last-child{
    margin: 0 0 0;
}
.exm_wp .etc{
    text-align: right;
    font-size: 14px;
    color: #777;
}
.card_imgbox_wp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 30px;
}
.card_imgbox_wp .imgbox{
    width: 25%;
    padding: 0 15px;
}

.wannyan .entrybox .btn_exp{
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;;
}
.wannyan .entrybox .btn_exp::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 30px;
    background: url(../img/page/special/line06_left.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.wannyan .entrybox .btn_exp::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 30px;
    background: url(../img/page/special/line06_right.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.wannyan .entrybox .en_flexbox{
    display: flex;
}
.wannyan .entrybox .en_flexbox .btn_wrp{
    width: 50%;
    padding: 0 15px;
    text-align: center;
}
.btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #bdd6d0;
    background-color: #bdd6d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}
.btn01.cat{
    box-shadow: 0 0 0 3px #f7cbbe;
    background-color: #f7cbbe;
}
.entrybox{
    padding: 50px 0;
    margin: 60px 0 0;
    background: #fff;
    position: relative;
}
.entrybox h2{
    position: absolute;
    top: -65px;
    left: 8%;
    font-family: "Sacramento", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 63px;
    color: #00c6b2;
    transform: rotate(-10deg);
}
.dog_bg{
    position: relative;
}
.dog_bg .imgbox{
    position: absolute;
    width: 150px;
    right: 8%;
    top: -10px;
    z-index: 2;
}
.entrybox .entry_inner{
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.entrybox .entry_inner p{
    text-align: center;
    margin: 0 auto 40px;
    font: 400 20px var(--font-family-mincho);
}
.entrybox .entry_inner .btn_wrp .btnbox{
    margin: 0 auto;
    width: 85%;
    text-align: center;
}

.br-sp {
    display: none;
}
.br-pc {
    display: block;
}


@media screen and (max-width: 767px) {
    .wn_inner h1 {
        font-family: 'Sawarabi Mincho', sans-serif;
        font-size: 20px;
    }
    .heading01{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .heading01::before{
        font-size: 12px;
    }
    .heading01::after{
        height: 20px;
    }
    .wn_text01_wp {
        text-align: center;
        margin-bottom: 80px;
    }
    .wn_text01{
        font: 600 18px var(--font-family-mincho);
    }
    .cat_bg .imgbox {
        position: absolute;
        width: 100px;
        left: -10%;
        top: -80px;
        z-index: 2;
    }
    .card_imgbox_wp .imgbox {
        width: 32%;
        padding: 0 5px;
    }
    .card_imgbox_wp{
        margin: 5px 0 20px;
    }
    .dog_bg .imgbox {
        position: absolute;
        width: 90px;
        right: 5%;
        top: 10px;
        z-index: 2;
    }
    .entrybox h2{
        top: -52px;
        font-size: 50px;
    }
    .entrybox .entry_inner p{
        margin: 0 auto 30px;
        font: 400 16px var(--font-family-mincho);
    }
    .wannyan .entrybox .en_flexbox{
        display: block;
    }
    .wannyan .entrybox .en_flexbox .btn_wrp {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .wannyan .entrybox .en_flexbox .btn_wrp.bw_dog{
        margin-bottom: 20px;
    }
    .entrybox .entry_inner .btn_wrp .btnbox {
        width: 100%;
    }
    
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    
}

/* 75周年 */

.page main.s_75th{
    margin-top: 150px;
    margin-bottom: 100px;
}
body.special_page-75th {
    background: #fff;
    color: #333;
}
.bg_logo-wrp{
    position: relative;
}
.bg_logo{
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 20vw;
    max-width: 800px;
    opacity: 0.4;
}
.s_75th .content_inner{
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.s_75th .content_inner .logo_content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.s_75th .content_inner .logo_content p.company_name{
    text-align: left;
    line-height: 1.7em;
}
.s_75th .content_inner .mv_copy{
   text-align: center;
}
.s_75th .content_inner .mv_copy h1{
    font: 600 50px var(--font-family-mincho);
    line-height: 1.3em;
    color: #194d8a;
}

.s_75th .content_inner .mv_copy h1 span{
    display: block;
    font-size: 28px;
}

.section_title{
    max-width: 1260px;
    margin: 60px auto 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.section_title.first{
    margin-top: 150px;
}
.section_title .title_text{
    position: absolute;
    top: 35%;
}
.section_title.left .title_text{
    left: 5%;
}
.section_title.right .title_text{
    right: 5%;
}
.section_title .title_text p,
.section_title .title_text h2{
    background: #333;
    color: #fff;
    padding: 5px;
    display: inline;
 }
 .section_title .title_text p{
    font: 600 26px var(--font-family-mincho);
 }
 .section_title .title_text h2{
    font: 600 46px var(--font-family-mincho);
 }
 .section_title .imgbox{
    max-width: 55vw;
    width: 100%;
    aspect-ratio: 1120 / 700;
 }
 .section_title.left .imgbox{
    margin-left: auto;
 }
 .section_title.right .imgbox{
    margin-right: auto;
 }
 .year_content .timeline_box{
    top: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
 }
 .year_content .timeline_box01{
    margin-bottom: -120px;
 }
 .year_content .timeline_box::before{
    content: '';
    width: 4px;
    height: 100%;
    left: 50%;
    background-image: linear-gradient(to bottom, #194d8a, #194d8a 2px, transparent 2px, transparent 10px);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
 }
 .year_content .timeline_box01::before{
    height: 87%;
 }
 .year_content .timeline_box02::before {
    height: 81%;
}
.year_content .timeline_box03::before {
    height: 78%;
}
.year_content .timeline_box04::before {
    height: 82%;
}
.year_content .timeline_box05::before {
    height: 87%;
}
 .year_content .year_itembox{
    position: relative;
 }
 .year_content .year_itembox02{
    top: -90px;
 }
 .year_content .year_itembox03{
    top: -140px;
 }
 .year_content .year_itembox04{
    top: -160px;
 }
 .year_content .year_itembox05{
    top: -180px;
 }

 .year_content .timeline_box02{
    margin-bottom: -307px;
 }


.year_content .year_itembox2_2{
    top: -50px;
 }
 .year_content .year_itembox2_3{
    top: -70px;
 }
 .year_content .year_itembox2_4{
    top: -100px;
 }
 .year_content .year_itembox2_5{
    top: -130px;
 }
 .year_content .year_itembox2_6 {
    top: -360px;
}

.year_content .timeline_box03{
    margin-bottom: -390px;
 }

.year_content .year_itembox3_2{
    top: -200px;
 }
 .year_content .year_itembox3_3{
    top: -270px;
 }
 .year_content .year_itembox3_4{
    top: -280px;
 }
 .year_content .year_itembox3_5{
    top: -320px;
 }
 .year_content .year_itembox3_6 {
    top: -420px;
}
.year_content .year_itembox3_7 {
    top: -430px;
}

.year_content .timeline_box04{
    margin-bottom: -800px;
 }

.year_content .year_itembox4_2{
    top: -40px;
 }
 .year_content .year_itembox4_3{
    top: -70px;
 }
 .year_content .year_itembox4_4{
    top: -100px;
 }
 .year_content .year_itembox4_5{
    top: -420px;
 }
 .year_content .year_itembox4_6 {
    top: -500px;
}
.year_content .year_itembox4_7 {
    top: -530px;
}
.year_content .year_itembox4_8 {
    top: -640px;
}
.year_content .year_itembox4_9 {
    top: -620px;
}
.year_content .year_itembox4_10 {
    top: -620px;
}
.year_content .year_itembox4_11 {
    top: -620px;
}
.year_content .year_itembox4_12 {
    top: -620px;
}
.year_content .year_itembox4_13 {
    top: -620px;
}
.year_content .year_itembox4_14 {
    top: -640px;
}
.year_content .year_itembox4_15 {
    top: -650px;
}
.year_content .year_itembox4_16 {
    top: -780px;
}
.year_content .year_itembox4_17 {
    top: -850px;
}

.year_content .timeline_box05{
    margin-bottom: -520px;
 }

 .year_content .year_itembox5_2{
    top: -20px;
 }
 .year_content .year_itembox5_3{
    top: -50px;
 }
 .year_content .year_itembox5_4{
    top: -250px;
 }
 .year_content .year_itembox5_5{
    top: -260px;
 }
 .year_content .year_itembox5_6{
    top: -280px;
 }
 .year_content .year_itembox5_7{
    top: -250px;
 }
.year_content .year_itembox5_8{
    top: -320px;
 }
 .year_content .year_itembox5_9{
    top: -340px;
 }
 .year_content .year_itembox5_10{
    top: -460px;
 }
 .year_content .year_itembox5_11{
    top: -370px;
 }
 .year_content .year_itembox5_12{
    top: -390px;
 }
 .year_content .year_itembox5_13{
    top: -410px;
 }
 .year_content .year_itembox5_14{
    top: -430px;
 }
 .year_content .year_itembox5_15{
    top: -460px;
 }
 .year_content .year_itembox5_16{
    top: -520px;
 }
 .year_content .year_itembox5_17{
    top: -640px;
 }
 .year_content .year_itembox .detail{
    position: relative;
    display: inline-block;
    top: 0;
    left: 51%;
    right: 0;
    width: 48%;
    margin-left: 10px;
 }
 .year_content .year_itembox.first .detail{
    margin-top: 20px;
 }
 .year_content .year_itembox.left .detail{
    left: 0;
    width: 48%;
    margin-left: 0;
 }
 .year_content .year_itembox .detail .detail_item{
    margin-bottom: 20px;
 }
 .year_content .year_itembox .detail .detail_item.last{
    margin-bottom: 0;
 }
.year_itembox .year_title{
    margin-bottom: 15px;
}
.year_itembox .year_title.marbt0{
    margin-bottom: 0;
}
.year_itembox.left .year_title{
   text-align: right;
}
.year_itembox .year_title .ad{
    font-size: 50px;
    font-family: "Crimson Text", serif;
    font-family: "Old Standard TT", serif;
    line-height: 1.2em;
    color: #194d8a;
}
.year_itembox .year_title .ad.ad_soc{
    color: #8b8b8b;
}
.year_itembox .year_title .title{
    font: 600 30px var(--font-family-mincho);
    line-height: 1.3em;
}
.year_itembox .year_title .title.martp15{
    margin-top: 15px;

}
.year_itembox .year_title .title.fontsm{
    font-size: 23px;
}
.year_itembox .year_title .title02{
    margin-top: 10px;
}
.year_itembox .year_title .title span.font_sm{
    display: block;
    font: 600 26px var(--font-family-mincho);
}
.year_itembox .year_title .title span.font_sm02{
    display: block;
    font: 600 16px var(--font-family-mincho);
}
.year_itembox .text.tetal_ri{
    text-align: right;
}
.year_itembox .col_green{
    color: #009fb4;
    font-weight: 700;  
}
.tet_cir_wp_pore{
    position: relative;
}
.year_itembox .tet_cir_wp{
    position: absolute;
    top: -5px;
}
.year_itembox .tet_cir_wp_pore .ad{
    padding-left: 65px;
}
.year_itembox.left .tet_cir_wp{
    position: absolute;
    top: -5px;
    right: 182px;
}
.text_circle{
    width:100px;
    height:100px;
    border-radius:50%;
    background:#3f93cf;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    line-height: 1.2em;
    position: absolute;
    right: 0;
 }
 .text_circle02{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#3f93cf;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    line-height: 1.2em;
    position: absolute;
    left: 0;
 }
 .text_circle03{
    width:200px;
    height:200px;
    border-radius:50%;
    background:#3f93cf;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    font: 600 22px var(--font-family-mincho);
    line-height: 2em;
    margin: 10px auto 0;
    
 }
 .text_circle03 .font_lar{
    font-size: 50px;
 }
 .wth50_right{
    margin: 0px 0 10px auto;
    width: 50%;
}
 .year_itembox .flexbox{
    display: flex;
    justify-content: space-between;
}
.year_itembox .flexbox .text{
    width: 70%;
}
.year_itembox .flexbox .imgbox{
    width: 25%;
}
.year_itembox .text.mabt{
    margin-bottom: 40px;
}
  .fukidashi {
    position: relative;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #cdeef1;
    margin-bottom: 15px;
  }
  .fukidashi::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    z-index: -1;
    width: 20px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: #cdeef1;
    clip-path: polygon(0 0, 100% 0, 0% 100%);
  }
 .year_itembox .textbox{
    padding:15px 10px 10px 15px;
	background: none;
	border:1px solid #aaa ;
	position: relative;
 }
 .year_itembox .textbox:after{
	background-color:#cdeef1;
	border:none;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.year_itembox .textbox01:after{
	background-color:#cdeef1;
}
.year_itembox .textbox02:after{
	background-color:#b6e4f9;
}
.year_itembox .textbox.martp15{
    margin-top: 15px;
}
.year_itembox .text .desc.col_green{
    color: #009fb4;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}
.year_itembox .text .desc.col_blue{
    color: #3a679a;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
}
.mark01{
    background: linear-gradient(transparent 40%, #fff000 40%);
}
.year_content .memo{
	background-color:#fff; 
	padding:20px;
	position:relative;
	border: 2px solid #666;
}
.year_content .memo .box-title {
	background-color:#fff;
	font-size: 1em;
	font-weight:800;
	color: #666; 
	padding: 0 5px;
	line-height: 1;
	position:absolute;
	top: -8px; 
	left: 20px; 
}
.no_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.balloon01{
    position: relative;
    display: inline-block;
    margin: 15px 15px 15px 0;
    padding: 0 5px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #009fb4;
    border-radius: 50%;
    box-sizing: border-box;
}
.balloon01:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -15px;
    border: 14px solid transparent;
    border-left: 14px solid #009fb4;
    z-index: 0;
  }
  .no_box .balloon_wp{
    width: 16%;
  }
  .no_box .textbox01{
    width: 82%;
  }
  .imgtext_right{
    text-align: right;
  }
  .img_text_marbt30{
    margin-bottom: 30px;
  }
  .img_text_martp30{
    margin-top: 30px;
  }
  .img_text p{
    font-size: 14px;
    line-height: 1.4rem;
  }
  .imgtext_right .imgbox{
    width: 60%;
    margin: 20px 0 10px auto;
  }
  .imgtext_right .imgbox.img03{
    width: 40%;
    margin: 0px 0 10px auto;
  }
  .imgtext_right .imgbox.img04{
    width: 50%;
    margin: -5px 0 10px auto;
  }
  .imgtext_right .imgbox.img05{
    width: 46%;
    margin: 0px 0 10px auto;
  }
.img_right{
    width: 30%;
    margin: -8px 0 0 auto;
}

ul.imgflexbox01{
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
    list-style:none;
    margin:0;
    padding:0;
  }
ul.imgflexbox01 li{
    width:44%;
    margin:2% 0;
    position:relative;
  }
  ul.imgflexbox01 li:nth-child(2n+2){
    top:50px; 
  }
  
.last_num_member{
    text-align: center;
}
.last_num_member .desc{
    font-size: 14px;
    margin-top: 5px;
}
.lastmessage{
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}
.lastmessage .img_text{
    width: 20%;
}
.lastmessage .img_text .name{
    margin-top: 10px;
   line-height: 1.6rem;
}
.lastmessage .text{
    width: 55%;
    margin-left: 20px;
}
.lastmessage .imgbox_wp{
    width: 25%;
}

@media screen and (max-width: 1100px) {
    .text_circle{
        font-size: 12px;
        width: 65px;
        height: 65px;
    }
    .no_box .balloon_wp {
        width: 20%;
    }
    .balloon01{
        margin: 15px 10px 15px 0;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .balloon01:before {
        right: -22px;
        margin-top: -13px;
    }
    .no_box .textbox01 {
        width: 76%;
    }
    
}
@media screen and (max-width: 767px) {
    .bg_logo{
        top: 20%;
        width: 46vw;
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
    }
    .s_75th .content_inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page main.s_75th{
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .s_75th .content_inner .mv_copy h1{
        font: 600 32px var(--font-family-mincho);
        line-height: 1.4em;
    }
    .s_75th .content_inner .mv_copy h1 span{
        font-size: 18px;
    }
    .section_title{
        margin: 40px auto 20px;
        padding: 0;
    }
    .section_title.first {
        margin-top: 40px;
    }
    .section_title.left .imgbox,
    .section_title.right .imgbox{
        max-width: 100%;
    }
    .year_content .year_itembox{
        position: static;
        margin-top: 20px;
        margin-left: 20px;
    }
    .year_content .year_itembox .detail,
    .year_content .year_itembox.left .detail{
        top: 0;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
    .year_content .timeline_box::before{
        left: 0px;
        top: 10px;
    }
    .year_itembox.left .year_title{
        text-align: left;
    }
    .year_itembox .text.tetal_ri{
        text-align: left;
    }
    .year_content .timeline_box01,
    .year_content .timeline_box02,
    .year_content .timeline_box03,
    .year_content .timeline_box04,
    .year_content .timeline_box05{
        margin-bottom: 0;
    }
    .year_content .timeline_box01::before,
    .year_content .timeline_box02::before,
    .year_content .timeline_box03::before,
    .year_content .timeline_box04::before,
    .year_content .timeline_box05::before{
        height: 99%;
    }
    .section_title .title_text p {
        font: 600 18px var(--font-family-mincho);
    }
    .section_title .title_text h2 {
        font: 600 25px var(--font-family-mincho);
    }
    .section_title.right .title_text{
        right: auto;
        left: 5%;
    }
    .text_circle{
        right: -10px;
        top: -33px;
    }
    .year_itembox .year_title {
        margin-bottom: 5px;
    }
    .year_itembox .year_title .ad{
        font-size: 25px;
    }
    .year_itembox .year_title .title{
        font-size: 20px;
    }
    .year_itembox .year_title .title span.font_sm{
        font-size: 18px;
    }
    .year_itembox.left .tet_cir_wp{
        top: -10px;
        right: auto;
        left: 0;
    }
    .year_itembox .tet_cir_wp{
        top: -10px;
    }
    .year_itembox .tet_cir_wp_pore .ad{
        padding-left: 50px;
    }
    .text_circle02{
        width: 45px;
        height: 45px;
        font-size: 12px;
    }
    .year_content .memo{
        margin-top: 20px;
    }
    .imgtext_right .imgbox.img04{
        margin: 5px 0 5px auto;
    }
    ul.imgflexbox01 li:nth-child(2n+2){
        top: 20px;
    }
    .year_content .year_itembox4_5{
        margin-top: 40px;
    }
    .img_text_martp30{
        margin-top: 10px;
    }
    .year_itembox .year_title .title.fontsm{
        font-size: 18px;
        margin-top: 5px;
    }
    .year_itembox .text.mabt{
        margin-bottom: 30px;
    }
    .imgtext_right .imgbox{
        margin: 0px 0 10px auto;
    }
    .img_right{
        width: 35%;
        margin: 5px 0 0 auto;
    }
    .imgtext_right .imgbox.img05{
        width: 60%;
    }
    .imgtext_right.sm_mart_img02 .imgbox.img05{
        margin-top: 10px;
    }
    .year_itembox .year_title .title.sm_mart{
        margin-top: 5px;
    }
    .text_circle03{
        width: 160px;
        height: 160px;
        font-size: 18px;
    }
    .text_circle03 .font_lar {
        font-size: 38px;
    }
    .img_text_martp30.sm_mart_img{
        margin-top: 15px;
    }
    .lastmessage{
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .lastmessage .img_text{
        width: 30%;
    }
    .lastmessage .text{
        width: 65%;
        margin-left: 15px;
    }
    .lastmessage .img_text .name{
        font-size: 12px;
        line-height: 1.2rem;
    }
    .lastmessage .imgbox_wp{
        width: 100%;
    }
    .lastmessage .imgbox_wp{
        margin-top: 30px;
    }
    .lastmessage .imgbox_wp .imgbox{
        width: 65%;
        margin: 0 auto;
    }
}