@charset "utf-8";
.st-Header {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.topics {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    width: 100%;
    height: 100vh;
    display: none
}
.topics > div {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 15vh;
    background-color: #fff;
    width: 700px;
    height: 500px;
    padding: 60px 100px 0;
    overflow: auto;
}
.topics > div h2 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 22px;
    border-bottom: 1px solid #fd6721;
    font-weight: 700
}
.topics > div .srl {
    overflow-y: auto
}
.topics > div h2 span {
    color: #fd6721;
    padding-right: 22px;
}
.topics > div h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700
}
.topics > div p {
    font-size: 14px;
    color: #8d8d8d;
}
.topics > div img {
    width: auto;
    height: 200px;
    margin: 20px auto 35px;
    display: block
}
.topics.tps1 > div img {
    width: auto;
    height: 70px;
    margin: 70px auto 85px;
    display: block
}
.topics > div .mt {
    overflow: auto;
    padding-bottom: 60px;
}
.topics .close {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fd6721;
    width: 60px;
    height: 60px;
}
.topics .close::before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    background-color: #fff;
    height: 1px;
    width: 30px;
}
.topics .close::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(135deg);
    top: 50%;
    left: 50%;
    background-color: #fff;
    height: 1px;
    width: 30px;
}
#history .product {
    margin-top: 80px
}
#history .company {
    margin-top: 80px;
    display: none;
}
.c-lik {
    display: none;
}
.dna-Link_Wrap.his-Link_Wrap {
    padding: 0;
    width: 100%;
    max-width: 900px;
    margin: auto;
    border: 0;
    margin-bottom: 20px;
}
.his-Link_Wrap .dna-Link li {
    width: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #c8c8c8;
}
.his-Link_Wrap .dna-Link li:first-of-type {
    border-right: 1px solid #fff;
}
.his-Link_Wrap .dna-Link li:not(:first-child) {
    border-left: 1px solid #fff;
    margin-left: 0;
    padding-left: 0;
}
.his-Link_Wrap .dna-Link li a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 15px 0 35px;
}
.his-Link_Wrap .dna-Link li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateX(-50%);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    bottom: 10px;
    left: 50%;
}
.his-Link_Wrap .dna-Link li a:hover {
    opacity: 1;
}
.his-Link_Wrap .dna-Link li:hover {
    background-color: #fd6721;
}
#history main .st-Container_Inner {
    font-size: 0;
    position: relative;
}
#history .dna-Link_Wrap .cd {
    background-color: #fd6721;
}
.years {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.years img{
    margin-top: -25px;
}
.years p {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 8px 0;
    background-color: #fd6721;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}
.y_line {
    width: 28px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.m_pt {
    width: 772px;
    display: inline-block;
    font-size: 0;
    padding-top: 40px;
}
.m_pt div.li {
    width: 4px ;
    height: 100%;
    background-color: #fd6721;
    position: absolute;
    top: 0;
    left: 126px;
}
.m_pt div.li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fd6721;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    border-radius: 50%;
}
.bk .m_pt div.li {
    background-color: #000;
}
.bk .m_pt div.li::before {
    background-color: #000;
}
.year {
    display: inline-block;
    width: 171px;
    vertical-align: top;
}
.year div {
    position: relative;
    text-align: center;
    background-color: transparent;
    z-index: 1;
}
.year div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fd6721;
    top: 50%;
    left: 0;
    z-index: 1;
}
.year div::before {
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fd6721;
    border-radius: 50%;
    position: absolute;
}
.bk .year div::after,
.bk .year div::before{
    background-color: #000
}
#history .year h2 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    width: 77%;
    box-sizing: border-box;
    padding: 0 5%;
    margin: auto;
    z-index: 2;
    color: #fd6721;
    position: relative;
    font-weight: 700
}
#history .bk h2 {
    color: #000;
}
.options {
    display: inline-block;
    width: 601px;
    padding-left: 16px;
    font-size: 0;
}
.options h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
}
.options h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.options h4 img {
    height: 28px;
    display: inline-block;
    padding: 0 13px;
}
.options p {
    font-size: 14px;
    color: #8d8d8d;
}
.options figcaption {
    font-size: 12px;
    color: #8d8d8d;
}
.options a {
    font-size: 14px;
    color: #fff;
    background: #FD6721;
    line-height: 1;
    padding: 8px 14px 8px 35px;
    display: inline-block;
    margin-top: 25px;
    border: 1px solid #FD6721;
    cursor: pointer;
    position: relative;
}
.options a::before {
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    content: "";
    vertical-align: middle;
    transform: translateY(-50%);
}
.options a::after {
    position: absolute;
    top: 50%;
    left: 14px;
    content: "";
    display: block;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}
.options a:hover {
    color: #FD6721;
    background-color: #fff;
    transition: all ease-out .3s
}
.options a:hover::before {
    border: 1px solid #FD6721;
}
.options a:hover::after {
    border-top: 1px solid #FD6721;
    border-right: 1px solid #FD6721;
}
.options> div>div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 30px;
}
.options> div>div>div {
    display: inline-block;
    vertical-align: top;
}
.options> div>div>div.text {
    max-width: 312px;
}
.options> div>div>div.img {
    max-width: 146px;
}
.options> div.i-3>div {
    width: 140px;
    margin-right: 35px;
}
.options> div.i-3>div:last-of-type {
    margin-right: 0
}
.options> div.i-3>div p {
    font-size: 12px;
    padding-top: 10px;
}
.options .text {
    width: 70%;
    max-width: 340px;
    padding-right: 20px;
    box-sizing: border-box;
}
.options .img {
    width: auto;
    max-width: 200px;
}
.options .img p {
    font-size: 12px;
}
.options .img img {
    width: 100%;
    margin: auto;
    display: block;
}
.options .tps {
    font-size: 12px;
    padding: 5px 0% 0;
}
.options .noimg {
    margin-bottom: 30px;
}
.options .noimg .text {
    width: 100%;
    max-width: inherit;
    margin-bottom: 0;
}
.options .noimg .text p {
    margin-bottom: 0px;
}
.options .noimg img {
    margin-top: 30px;
}
.blk {
    width: 100%;
    padding:25px 30px;
    border: 1px solid #8d8d8d;
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    position: relative;
}
.blk .img {
    max-width: 174px;
}
.options> div>div.timg {
    max-width: 150px;
    padding-top: 50px;
}
.options> div>div.bimg {
    max-width: 90px;
    padding-left: 10px;
}
.options> div.blk>div {
    width: 100%;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 0;
}
.options> div.blk>div.text {
    max-width: 377px;
    margin-bottom: 0;
}
.options> div.blk>div.img {
    max-width: 146px;
}
.options> div.blk div.img p {
    padding-top: 5px;
}
.blk p.ttl {
    display: inline-block;
    background-color: #8d8d8d;
    padding: 5px 10px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 10px;
}
.blk h5 {
    color: #000;
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 10px;
}
.options> div.blk>div.img-6 {
    width: 310px;
    margin-left: 0;
    margin-bottom: 0;
}
.options> div.blk>div.img-6 p {
    font-size: 12px;
}
.options> div.img2>div:first-of-type{
    width: 140px;
    margin-right: 28px;
}
.options> div.img2>div:last-of-type {
    width: 240px;
}
.options> div.img3>div.img {
    max-width: 50%;
    padding-right: 5%;
}
.options> div.img3>div.img img {
    width: 100%;
}
.options> div.img3>div.text {
    max-width: 50%;
    padding-right: 0;
}
.options> div.img3>div.text h4 {
    margin-bottom: 0;
}
.options> div.img3>div.text p {
    font-size: 14px;
}
.options> div.blk>div.img4 div {
    width: 49%;
    margin-bottom: 0;
}
.options> div.blk>div.img4 div img {
    margin-bottom: 5px;
}
.options> div.blk>div.img4 div p {
    line-height: 1.2;
    font-size: 12px;
}
.options> div.blk>div.img4 div:first-of-type {
    margin-right: 2%;
}
.options> div.blk>div.img4 p {
    font-size: 10px;
}
.options>div.img5 div {
    width: auto;
    max-width: inherit;
}
.options>div.img5 img{
    height: 200px;
    width: auto;
}
.options>div.img5 div:first-of-type {
    margin-right: 20px;
}
.options> div.blk6>div:first-of-type {
    margin-bottom: 10px;
}
.options> div.blk6>div>div.text {
    max-width: inherit;
    width: 100%;
    margin-bottom: 0;
}
.options> div.blk6>div.ti5 {
    margin-bottom: 0;
}
.options> div.blk6>div.ti5>div.text {
    width: 45%;
    padding-right: 5%;
    max-width: inherit;
}
.options> div.blk6>div.ti5>div.img {
    width: 55%;
    max-width: inherit;
}
.options> div.blk6>div.ti5>div.img img {
    width: 100%;
}
.options> div.img7>div:first-of-type {
    width: 290px;
    margin-right: 30px;
}
.options> div.img7>div:last-of-type {
    width: 97px;
    padding-top: 30px;
}
.options> div.img7>div:last-of-type p {
    font-size: 10px;
    text-align: center;
}
.options> div.img8 {
    font-size: 0;
    margin-bottom: 30px;
}
.options> div.img8 img {
    width: 119px;
    display: inline-block;
    margin-right: 12px;
}
.options> div.img8 img:last-of-type {
    margin-right: 0;
}
.options>div.img9 {
    margin-bottom: 50px;
}
.options>div.img9 div {
    width: auto;
    max-width: inherit;
}
.options>div.img9 img{
    height: 200px;
    width: auto;
}
.options>div.img9 div:first-of-type {
    margin-right: 20px;
}
p.cat {
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    margin: 10px auto;
    border: 1px solid #fd6721;
    color: #fd6721;
    line-height: 1
}
.t-blk {
    padding-left: 36px;
    border-left: 4px solid #fd6721;
    margin-bottom: 30px;
    position: relative;
}
.t-blk::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 100px;
    background-image: url(img/history/59.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -100px;
}
.t-blk h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fd6721;
}
.t-blk li {
    margin-bottom: 20px;
    font-size: 12px;
}
.t-blk li p.t_tl {
    color: #000;
}
.options> div.blk9 > div > div{
    width: 33%;
    display: inline-block;
    margin-bottom: 0;
}
img.imgd {
    width: 397px;
    margin-left: 0;
}
.options .img img.logo {
    width: 90px;
    margin-bottom: 10px;
}
.options .logo .text {
    width: 80%;
    max-width: 400px;
}
.options .logo2 .text {
    margin-bottom: 0;
}
.options .logo .img {
    margin-bottom: 0;
}
.options> div.blk6::before,
.options> div.blk4::before  {
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    top: 0;
    left: 0;
    background-color: #fff;
    width: 62px;
    height: 69px;
    padding: 2px;
    background-image: url(img/history/11.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.options> div.blk4 h4,
.options> div.blk6 h4 {
    padding-left: 20px
}
.options> div.blk5 > div>div.text {
    max-width: 59%;
    margin-bottom: 20px;
}
.options> div.blk5 > div>div.img {
    max-width: 50%;
}
.options> div.blk5 > div>div.img img {
    width: 214px;
}
.his_blk1 .text {
    max-width: 390px;
}
.his_blk1 .img {
    width: auto;
    max-width: 170px;
}
.his_blk1 .img img:first-of-type {
    width: 133px;
}
.his_blk1 .img img:last-of-type {
    width: 100%;
}
.his_blk3 .text {
    max-width: 390px;
}
.his_blk3 .img {
    width: auto;
    max-width: 170px;
}
.his_blk3 .img img {
    width: 102px
}
.blk1 .img {
    margin-bottom: 0
}
.blk1 .img img {
    width: 100%;
    height: auto;
    margin-top: 25px;
}
.options> div.blk2>div.text {
    margin-bottom: 20px;
}
.blk2 .img img {
    width: 98px;
}
.blk2 p span {
    color: #000;
}
.his_blk4 .text {
    max-width: 321px;
}
.his_blk4 .img {
    max-width: 198px;
}
.options> div.blk3>div.text,
.options> div.blk3>div.img {
    width: 50%;
    max-width: inherit;
    margin-bottom: 0
}
.options> div.blk4 {
    margin-top: 60px;
}
.options> div.blk4>div {
    margin-bottom: 20px;
}
.options> div.blk4>div>div.text {
    width: 408px;
    max-width: inherit;
}
.options> div.blk4>div>div.img {
    width: 115px;
}
.his_blk5 .text {
    max-width: 334px;
}
.his_blk5 .img {
    max-width: 186px;
    padding-right: 12px;
}
.his_blk5 .img img:first-of-type {
    width: 140px;
    margin-right: 0;
}
.his_blk6 .text {
    max-width: 310px;
}
.his_blk6 .img {
    max-width: 186px;
    padding-right: 12px;
}
.his_blk6 .img img:first-of-type {
    width: 140px;
    margin-right: 0;
}
.his_blk7 .text {
    max-width: 310px;
}
.his_blk7 .img {
    max-width: 186px;
    padding-right: 12px;
    width: 184px
}
.his_blk7 .img img:first-of-type {
    width: 140px;
    margin-right: 0;
}
.options> div.blk4>div>div.img {
    width: 115px;
}
.his_blk8 .text {
    max-width: 310px;
}
.his_blk8 .img {
    max-width: 186px;
    padding-right: 12px;
    width: 184px
}
.his_blk8 .img img:first-of-type {
    width: 140px;
    margin-right: 0;
}
.his_blk8-1 .img {
    max-width: 220px;
}
.his_blk9 .text {
    max-width: 310px;
}
.his_blk9 .img {
    max-width: 220px;
}
.his_blk10 .text {
    max-width: 310px;
}
.his_blk10 .img {
    max-width: 220px;
}
.his_blk10-1 .text {
    max-width: 310px;
}
.his_blk10-1 .img {
    max-width: 250px;
}
.his_blk11 .text {
    max-width: 310px;
}
.his_blk11 .img {
    max-width: 140px;
    padding-right: 12px;
}
.his_blk12 .text {
    max-width: 310px;
}
.his_blk12 .img {
    max-width: 220px;
    padding-right: 12px;
}
.options> div.blk7>div.img {
    padding-right: 30px;
    margin-bottom: 0;
}
.options> div.blk8>div.img {
    padding-right: 30px;
}
.his_blk13 .text {
    max-width: 310px;
}
.his_blk13 .img {
    max-width: 220px;
}
.his_blk14 .text {
    max-width: 310px;
}
.his_blk14 .img {
    max-width: 220px;
}
.his_blk15 .text, 
.his_blk16 .text, 
.his_blk17 .text, 
.his_blk18 .text, 
.his_blk19 .text, 
.his_blk20 .text, 
.his_blk21 .text, 
.his_blk22 .text, 
.his_blk23 .text, 
.his_blk24 .text, 
.his_blk25 .text {
    width: 305px;
}
.his_blk15 .img, 
.his_blk16 .img, 
.his_blk17 .img,
.his_blk18 .img, 
.his_blk19 .img, 
.his_blk20 .img, 
.his_blk21 .img, 
.his_blk22 .img, 
.his_blk25 .img, 
.his_blk24 .img  {
    max-width: 247px;
    width: auto;
}
.options> div.blk9 {
    margin-bottom: 50px;
}
.options> div.blk10 {
    padding: 5px 30px;
}
.options> div.blk10>div.img {
    width: 512px;
    max-width: 225px;
    padding-right: 35px;
    margin-bottom: 0;
}
.options> div.blk10>div.text {
    padding-top: 30px;
    max-width: 225px;
    padding-right: 0;
}
.options> div.blk11 {
    padding: 5px 30px;
}
.options> div.blk11>div.img {
    width: 512px;
    max-width: 225px;
    padding-right: 35px;
    margin-bottom: 0;
}
.options> div.blk11>div.text {
    padding-top: 30px;
    max-width: 285px;
    padding-right: 0;
}
.options> div.blk12>div.img {
    padding-right: 30px;
    margin-bottom: 0;
} 
.options> div.his_blk23>figure.timg {
    max-width: 150px;
    padding-top: 50px;
    display: inline-block;
}
.options> div.his_blk23>figure.timg figcaption {
    font-size: 12px;
    color: #8d8d8d;
    text-align: center;
}
.his_blk26 .text {
    max-width: 220px;
} 
.his_blk26 .img {
    max-width: 106px;
    margin-right: 30px;
}
.his_blk26 .img p {
    padding-top: 5px;
}
.his_blk26 .img:last-of-type {
    max-width: 136px;
    margin-right: 0;
}
.his_blk26 .img:last-of-type img {
    width: 103px;
    margin-left: 0;
}
.options> div.blk13 {
    padding: 20px;
}
.options> div.blk13>div.img {
    padding-right: 20px;
    margin-bottom: 0;
    max-width: 200px;
    padding-top: 20px;
} 
.options> div.blk13>div.text {
    padding-right: 0;
    max-width: 343px;
}
.options .logo4 .text {
    max-width: 350px;
    padding-right: 40px;
} 
.options .logo4 .img {
    max-width: 120px;
}
.options .logo4 .img img {
    width: 100%;
}
.options> div.blk14 {
    padding: 20px;
}
.options> div.blk14>div.img {
    max-width: inherit;
    margin-bottom: 20px;
}
.options> div.blk14>div.img div img {
    width: auto;
    height: 180px;
}
.options> div.blk14>div.img div:nth-of-type(2) {
    margin: auto 15px;
}
.his_blk28 .text {
    max-width: 378px;
    padding-right: 33px;
} 
.his_blk28 .img {
    max-width: 105px;
    padding: 0;
}
.options> div.blk15 {
    padding: 20px;
    max-width: 400px;
}
.options> div.blk15>div>div.img {
    padding-right: 0px;
    width: 100%;
    min-width: 100%;
}
.options> div.blk15>div>div.img:first-of-type {
    margin-bottom: 20px;
}
.options> div.blk15>div>div.img:last-of-type img {
    max-width: 80%;
    margin-left: 0;
}
.options> div.blk16>div.img {
    padding-right: 20px;
    margin-bottom: 0;
    max-width: 180px;
    padding-top: 55px
} 
.options> div.blk16>div.text {
    padding-right: 0;
    max-width: 343px;
}
.options> .blk17 {
    padding: 20px;
    width: 400px;
}
.options> .blk17>div.img {
    max-width: 100%;
    font-size: 0;
}
.options> .blk17>div.img img {
    width: 100%;
    margin-bottom: 5px;
}
.his_blk29 .text {
    width: 100%;
    padding-right: 0px;
    max-width: 100%;
} 
.his_blk29 .img {
    width: 60%;
    padding: 0;
    max-width: inherit;
}
.his_blk29 .img img {
    margin-bottom: 5px;
}
.his_blk30 {
    margin-bottom: 30px;
}
.his_blk30 .img {
    max-width: inherit;
    font-size: 0;
    margin-bottom: 10px;
}
.his_blk30 .img img {
    display: inline-block;
    vertical-align: top;
    height: 145px;
    width: auto;
    margin-bottom: 10px;
}
.his_blk30 .img img:nth-of-type(2) {
    margin-left: 10px
}
.his_blk30 .img img:last-of-type {
    width: 255px;
    margin-bottom: 0;
}
.his_blk31 .img {
    max-width: inherit;
    width: 218px;
    margin-right: 15px;
}
.his_blk31 .img:last-of-type {
    margin-right: 0;
}
.his_blk31 .img img {
    height: 120px;
    width: auto;
    margin-left: 0;
}
.his_blk31 p {
    padding-top: 5px;
}
.his_blk32 .text {
    max-width: 310px;
    padding-right: 25px;
}
.his_blk32 .img {
    max-width: 180px
}
.his_blk33 .text {
    max-width: 325px;
    padding-right: 25px;
}
.his_blk33 .img {
    max-width: 100px;
}
.options> div.blk18 {
    padding: 20px;
    width: 100%;
    max-width: 400px;
}
.options> div.blk18>div.img {
    max-width: inherit;
    width: auto;
    margin-right: 13px;
    margin-bottom: 15px;
}
.options> div.blk18>div.img:nth-of-type(2n) {
    margin-right: 0;
}
.options> div.blk18>div.img:nth-of-type(5),
.options> div.blk18>div.img:nth-of-type(6) {
    margin-bottom: 0;
}
.options> div.blk18>div.img img {
    height: 114px;
    width: auto;
}
.his_blk34 .img {
    max-width: inherit;
    width: auto;
}
.his_blk34 .img img {
    height: 110px;
    width: auto;
    margin-right: 10px;
}
.options .noimg.n1 img {
    margin-top: 10px;
    width: 370px;
}
.options .noimg.n2 img {
    margin-top: 20px;
    width: 220px;
}
.options .noimg.n3 img {
    margin-top: 20px;
    width: 280px;
}
.options .noimg.n4 img {
    margin-top: 20px;
    width: 150px;
}
.his_blk35 .img {
    max-width: 180px;
    width: auto;
}
.his_blk36 .img {
    max-width: 430px;
    width: auto;
    margin-bottom: 20px;
}
.his_blk36 .img img {
    margin-bottom: 10px;
}
.his_blk37 .img {
    max-width: 430px;
    width: auto;
    margin-bottom: 20px;
}
.his_blk37 .img img {
    margin-bottom: 10px;
}
.img img.sp-view {
    display: none;
}
.blk1 .img img.sp-view,
.options> div.blk img.sp-view,
.options> div.blk7>div.img.sp-view,
.options> div.blk8>div.img.sp-view,
.options> div.blk>div.sp-view,
.options> div.blk12>div.img.sp-view {
    display: none;
}
.his_blk21 .img {
    padding-top: 20px;
}
@media screen and (max-width: 1024px) {
    .year {
        width: 400px;
    }
    #history .year h2 {
        width: 85%;
        padding: 0 3%;
        text-align: left;
    }
    .years {
        width: 100%;
        display: block;
    }
    .years img {
        width: 100px;
        display: inline-block;
    }
    .years div {
        display: inline-block;
        vertical-align: top;
    }
    .y_line {
        display: none;  
    }
    .m_pt {
        width: 100%;
        position: relative;
    }
    .m_pt div.li {
        top: 20px;
        left: 48px;
    }
    .m_pt>div:not(:first-of-type) {
        padding-left: 50px;
    }
    section {
        margin-bottom: 80px;
    }
    section:last-of-type {
        margin-bottom: 0;
    }
    .options {
    }
    .year div::after {
        width: 50%;
    }
    .blk1 .img img.pc-view,
    .options> div.blk img.pc-view {
        display: block!important;
    }
    .options> div.blk7>div.img.pc-view,
    .options> div.blk8>div.img.pc-view,
    .options> div.blk>div.pc-view,
    .options> div.blk12>div.img.pc-view {
        display: inline-block!important;
    }
    .years p {
        width: 100px;
        margin-top: -15px;
        margin-left: 20px;
    }
    .st-Container_Inner {
        max-width: 650px;
    }
}
@media screen and (max-width: 925px) {
    .options {
        padding-top: 30px;
        padding-left: 40px;
        max-width: inherit;
        width: 600px;
    }
    .options> div.blk>div.text {
        max-width: 70%;
    }
    .options> div.blk>div.img {
        max-width: 30%;
    }
    .options> div.blk3>div.text, .options> div.blk3>div.img {
        max-width: inherit;
    }
    .options> div.blk4>div>div.text {
        width: 75%;
    }
    .options> div.blk5 > div>div.text {
        width: 55%;
    }
    .options> div.blk14>div.img {
        max-width: inherit;
    }
    .options> div.blk18>div.img {
        max-width: inherit;
    }
    .his_blk1 .text {
        width: 338px;
    }
    .his_blk3 .text {
        width: 338px;
    }
    .his_blk8-1 .img {
        width: 190px;
    }
    .st-Container_Inner {
        max-width: 600px;
    }
}
@media screen and (max-width: 750px) {
    .his-Link_Wrap .dna-Link li a {
        font-size: 14px;
        padding-bottom: 30px;
    }
    .topics .close {
        width: 40px;
        height: 40px;
    }
    .year {
        width: 100%;
    }
    .blk1 .img img.pc-view,
    
    .options> div.blk>div.text {
        max-width: inherit
    }
    .options> div.blk img.pc-view,
    .options> div.blk7>div.img.pc-view,
    .options> div.blk8>div.img.pc-view,
    .options> div.blk>div.pc-view,
    .options> div.blk12>div.img.pc-view {
        display: none!important;
    }
    #history .year h2 {
        font-size: 14px;
        font-weight: 700;
        width: 80%;
        padding: 0 2%;
    }
    .options {
        padding-top: 20px;
        padding-left: 25px;
    }
    .options h3 {
        font-size: 14px;
    }
    .options> div>div {
        margin-bottom: 20px;
    }
    .img img.sp-view {
        display: block;
    }
    .img img.pc-view {
        display: none;
    }
    .years img {
        width: 60px;
    }
    .m_pt div.li::before {
        width: 15px;
        height: 15px;
    }
    .m_pt div.li {
        top: 20px;
        left: 30px;
    }
    .m_pt>div:not(:first-of-type) {
        padding-left: 32px;
    }
    .year div::before {
        width: 10px;
        height: 10px;
    }
    .options {
        width: 100%;
    }
    .options .text {
        width: 100%;
        padding-right: 0;
    }
    .options .img {
        width: 100%;
    }
    .options p {
        font-size: 12px;
    }
    .options figcaption {
        font-size: 12px;
        color: #8d8d8d;
    }
    .blk {
        width: 100%;
        padding: 15px;
    }
    .his_blk1 .img {
        max-width: inherit;
        width: 100%;
    }
    .his_blk1 .img img {
        display: inline-block;
    }
    .his_blk1 .img img:first-of-type {
        width: 50%;
    }
    .his_blk1 .img img:last-of-type {
        width: 50%;
    }
    .his_blk3 .img {
        max-width: 100px;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }
    .options> div.blk>div.img {
        max-width: inherit;
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }
    .options> div.blk1>div.img {
        width: 70%;
        margin: 10px auto;
        display: block;
    }
    .options> div.blk1>div.img img {
        height: auto;
    }
    .options h4 img {
        height: 20px;
        padding: 0;
    }
    .options .logo .text {
        width: 60%;
        padding-right: 10%;
    }
    .options .logo .img {
        width: 40%;
    }
    .options> div.i-3>div {
        width: 45%;
        margin-right: 5%;
    }
    .options> div.i-3>div p {
        padding-top: 5px;
    }
    .options> div.i-3>div:last-of-type {
        display: block;
        margin: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .options> div.i-3>div:last-of-type img {
        width: 45%;
        margin: auto;
        display: block;
    }
    .options> div.blk3>div.text, .options> div.blk3>div.img {
        width: 100%;
        display: block;
    }
    .options> div.blk3>div.text {
        margin-bottom: 20px;
    }
    .options> div.blk4>div>div.text {
        width: 100%;
        margin-bottom: 20px;
    }
    .options> div.blk4>div>div.img {
        width: 55%;
        margin: auto;
        margin-bottom: 20px;
        display: block;
    }
    .options> div.blk>div.img-6 {
        width: 100%;
    }
    .options> div.img2>div:first-of-type {
        width: 37%;
        margin-right: 4%;
    }
    .options> div.img2>div:last-of-type {
        width: 57%;
    }
    .options> div.img3>div.img {
        width: 100%;
        max-width: inherit;
        display: block;
        margin-bottom: 20px;
    }
    .options> div.img3>div.text {
        max-width: inherit;
        width: 100%;
    }
    .options> div.blk5 > div>div.text {
        max-width: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
    .options> div.blk5 > div>div.img {
        max-width: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
    .options> div.blk>div.img4 div {
        width: 100%;
    }
    .options> div.blk>div.img4 div:first-of-type {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .options>div.img5 img {
        height: 140px;
    }
    .his_blk5 .img {
        max-width: inherit;
        margin-bottom: 50px;
    }
    .his_blk5 .img img {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        padding-top: 20px
    }
    .his_blk5 .img img:first-of-type {
        width: 45%;
        margin-right: 8%;
        padding-top: 0;
    }
    .blk6 {
        padding: 35px 15px 15px;
    }
    .options> div.blk2>div.img {
        width: 24%;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .options> div.blk3 h4,
    .options> div.blk6 h4 {
        padding-left: 0;
    }
    .options> div.blk6>div.ti5>div.text {
        width: 100%;
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .options> div.blk6>div.ti5>div.img {
        width: 100%;
        display: block;
    }
    .options> div.img7>div:first-of-type {
        width: 100%;
        margin-right: 0;
    }
    .options> div.img8 img {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
    .options> div.img8 img:nth-of-type(2n) {
        margin-right: 0;
    }
    .options>div.img9 img {
        height: 140px;
    }
    .his_blk6 .img {
        max-width: inherit;
        padding-right: 0;
    }
    .his_blk6 .img img {
        display: inline-block;
        vertical-align: top;
    }
    .his_blk6 .img img:first-of-type {
        width: 45%;
        margin-right: 8%;
        margin-left: 0;
    }
    .his_blk6 .img img:last-of-type {
        width: 45%;
        padding-top: 40px;
    }
    .his_blk7 .img {
        max-width: inherit;
        padding-right: 0;
    }
    .his_blk7 .img img:first-of-type {
        margin-left: 0;
        width: 45%
    }
    .his_blk8 .img {
        max-width: inherit;
        padding-right: 0;
    }
    .his_blk8 .img img:first-of-type {
        margin-left: 0;
        width: 45%
    }
    .his_blk8-1 .img {
        width: 70%;
        max-width: inherit;
    }
    .his_blk9 .img {
        width: 70%;
        max-width: inherit;
    }
    .his_blk10 .img {
        width: 70%;
        max-width: inherit;
    }
    .his_blk10-1 .img {
        width: 90%;
        max-width: inherit;
    }
    .his_blk11 .img {
        width: 45%;
        max-width: inherit;
        padding-right: 0;
    }
    .his_blk12 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .t-blk {
        margin-top: 100px;
        padding-left: 25px;
        margin-left: 20px;
    }
    .t-blk::before {
        left: -40px;
        top: -100px;
    }
    .options> div.blk7>div.img {
        padding-right: 0;
    }
    .options> div.blk7>div.img img {
        width: 60%;
        display: block;
        margin: 20px auto;
    }
    .options> div.img7>div:last-of-type {
        width: 88px
    }
    .options> div.blk8>div.img {
        padding-right: 0;
    }
    .options> div.blk8>div.img img {
        width: 60%;
        display: block;
        margin: 20px auto;
    }
    .options> div.blk9 > div > div {
        display: inline-block;
        vertical-align: top;
    }
    .options> div.blk9 > div > div:first-of-type {
        width: 75%;
        padding-right: 5%;
    }
    .options> div.blk9 > div > div:last-of-type {
        width: 25%;
    }
    .options> div.blk9 > div > div >div {
        display: block;
        width: 100%;
    }
    .options> div.blk9 > div > div >div:first-of-type {
        margin-bottom: 40px;
    }
    .his_blk13 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk14 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk15 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk16 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk17 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk18 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk19 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk20 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk21 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .options> div.blk10 {
        padding: 10px 20px;
    }
    .options> div.blk10>div.img {
        padding-right: 0;
        width: 100%;
        max-width: inherit;
    }
    .options> div.blk10>div.img {
        width: 70%;
        margin: auto;
        display: block;
    }
    .options> div.blk10>div.text {
        padding-top: 10px;
    }
    .options> div.blk11 {
        padding: 10px 20px;
    }
    .options> div.blk11>div.img {
        padding-right: 0;
        width: 100%;
        max-width: inherit;
    }
    .options> div.blk11>div.img {
        width: 70%;
        margin: auto;
        display: block;
    }
    .options> div.blk11>div.text {
        padding-top: 10px;
    }
    .options> div.blk12>div.img {
        padding-right: 0;
    }
    .options> div.blk12>div.img img {
        width: 60%;
        display: block;
        margin: 20px auto;
    }
    .his_blk22 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .options> div.his_blk23>figure.timg {
        width: auto;
        max-width: 45%;
        padding-top: 40px;
    }
    .his_blk24 .img {
        width: 80%;
        padding-right: 0;
        max-width: inherit;
    }
    .his_blk25 .img {
        width: 75%;
        padding-right: 0;
        max-width: inherit;
    }
    .options .logo2 .text {
        width: 70%;
        padding-right: 5%;
    }
    .options .logo2 .img {
        width: 30%;
        margin-bottom: 20px;
    }
    .options> div>div.timg {
        width: auto;
        max-width: 45%;
        padding-top: 40px
    }
    .options> div>div.bimg {
        max-width: 25%;
        padding-left: 5px;
    }
    .topics > div {
        width: 80%;
        top: 5vh;
        height: 85vh;
        padding: 60px 10%
    }
    .his_blk26 .text {
        display: block;
        width: 100%;
    }
    .his_blk26 .img {
        max-width: inherit;
        width: 50%;
        padding-right: 5px;
        margin-right: 0;
    }
    .his_blk26 .img:last-of-type {
        max-width: inherit;
    }
    .options> div.blk13>div.img {
        padding: 0 10%;
        margin-bottom: 20px;
    }
    .options> div.blk13>div.text {
        max-width: inherit;
    }
    .options> div.blk14>div.img div {
        display: block;
        margin: 0 auto 20px;
    }
    .options> div.blk14>div.img div:nth-of-type(2) {
        margin: auto auto 20px
    }
    .options> div.blk14>div.img div:first-of-type,
    .options> div.blk14>div.img div:last-of-type {
        width: 50%;
    }
    .options> div.blk14>div.img div:last-of-type {
        margin-bottom: 0;
    }
    .options> div.blk15>div>div.img:first-of-type {
        width: 100%;
        padding-right: 0;
        display: block;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .options> div.blk15>div>div.img:last-of-type {
        width: 100%;
        display: block;
        max-width: 304px;
    }
    .options> div.blk15>div>div.img:last-of-type img {
        max-width: inherit;
        width: 100%;
    }
    .his_blk31 .img img {
        height: 90px;
        margin-left: 0;
    }
    .his_blk34 .img img {
        margin-right: auto;
        margin-left: 0;
    }
    .options .noimg>div {
        width: 100%;
    }
    .his_blk35 .img {
        width: 50%;
    }
    .options .noimg.n2 img {
        width: 60%;
        margin-left: 0;
    }
    .options> .blk17 {
        width: 100%;
    }
    .options> div.blk18 {
        max-width: 230px;
    }
    .options> div.blk18>div.img {
        width: auto;
    }
    .options> div.blk18>div.img {
        margin-right: 2%;
    }
    .options> div.blk18>div.img img {
        height: 96px;
    }
    .years p {
        font-size: 12px;
        padding: 4px 0;
        margin-top: -20px;
    }
    .options> div.blk4::before,
    .options> div.blk6::before {
        left: 10px;
        width: 50px;
        height: 52px;
    }
    .his_blk31 .img {
        width: 60%;
    }
    .topics > div h2,
    .topics > div h3 {
        line-height: 1.5
    }
    .topics > div img {
        height: 100px;
        width: auto;
        margin: 35px auto 35px
    }
}
@media screen and (max-width: 450px) {
    .his_blk30 .img img {
        height: auto;
        margin-left: 0;
        margin-bottom: 5px;
        width: 135px;
    }
    .his_blk30 .img img:nth-of-type(2) {
        width: 135px;
        margin-left: 0;
    }
    .his_blk30 .img img:last-of-type {
        width: 135px;
    }
    .options> div.blk18>div.img:nth-of-type(3n) {
        margin-right: 2%;
    }
    .options> div.blk18>div.img:nth-of-type(2n) {
        margin-right: 0;
    }
    .options> div.blk18>div.img p {
        line-height: 1.3;
    }
    .options> div.blk18>div.img img {
        height: 61px;
    }
}
@media screen and (max-width: 320px) {
    .options>div.img5 div {
        width: 45%;
    }
    .options>div.img5 div:first-of-type {
        margin-right: 8%;
    }
    .options> div.blk6::before {
        width: 43px;
        height: 55px;
    }
    .options> div.blk18>div.img img {
        height: auto;
        width: 100%;
    }
    .options>div.img9 div {
        width: 45%;
    }
    .options>div.img9 div:first-of-type {
        margin-right: 8%;
    }
}