@charset "UTF-8";

.box_top{
	background: url(/investors/individual/history/img/top_img.jpg) 100% 100% no-repeat;
}

.box_top:before{
    width: 140px;
    height: 98px;
    background: url(/investors/individual/history/img/stride04_img.png) no-repeat 50% 50%/100% auto;
}

.box_top + .ttl_h2{
	margin-top: 40px;
}

.box_top + .ttl_h2 + p{
	margin-top: 40px;
}

.stride{
    margin: 80px 0 0;
    padding: 20px 40px 40px;
    background: #f6f4f0;
}

.box_top + .stride{
    margin-top: 40px;
}

.brand_logo{
    position: relative;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.brand_logo img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ttl_h2{
    box-sizing: border-box;
    position: relative;
    display:block;
    width:100%;
    height: 62px;
    margin-top: 20px;
    line-height:2.4;
    letter-spacing: 0.24em;
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    border-top: 1px #333333 dotted;
    border-bottom: 1px #333333 dotted;
    cursor:pointer;
 }

 .ttl_h2:after{
     position: absolute;
     top: 50%;
     right: 20px;
		 transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transition-duration: 0.6s;
     content: "";
     background: url(/investors/individual/history/img/icon_arrow.png) 100% 100% no-repeat;
     width: 18px;
     height: 12px;
}

.ttl_h2.active:after{
    top: calc(50% - 6px);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transition-duration: 0.6s;
}

.stride_ac{
    display:none;
}

 .str_history{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
}

.stride_ac .str_history:nth-child(1){
    margin-top: 40px;
}

.str_history dt{
    position: relative;
    width: 110px;
    padding-top: 12px;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #7b9437;
}

.str_history dt:after{
    position: absolute;
    top: 47px;
    left: 45%;
    content: "";
    width: 1px;
    height: 94%;
    border-left: dashed 1px #7b9437;
}

.str_history:last-child dt:after{
    border: none;
}

.str_history dd{
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 546px;
    min-height: 60px;
    padding: 20px;
    font-size: 14px;
    background: #fff;
}

.str_history dd:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -18px;
    top: 20px;
    border-right: 18px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media only screen and (min-width:767px){
    .area_link .list_link01 .item_prev {
        width: 300px;
    }
    .area_link .list_link01 .item_next {
        width: 260px;
    }
}

/* 画面下部リンク */
@media only screen and (max-width:767px) {
.ttl_h2{
	height: auto;
	margin: 20px 0 0;
	padding: 0 30px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.ttl_h2:after{
	right: 10px;
}

.str_history dd{
	font-size: 12px;
	line-height: 2.2;
}

.stride{
	margin-right: 12px;
	margin-left: 12px;
	padding: 20px;
}

.box_top + .stride{
	margin-top: 60px;
}

.str_history dt{
	width: auto;
	padding-top: 18px;
	font-size: 14px;
}

.str_history dt:after{
    top: 45px;
    height: 100%;
}

.str_history dd{
	margin-left: 28px;
	min-height: 50px;
	padding: 16px;
}
}