@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");


@font-face{
  font-family: "OPTICopperplate";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/copperplate/OPTICopperplate.eot");
  src: url("../font/copperplate/OPTICopperplate.eot?#iefix") format("embedded-opentype"),
  url("../font/copperplate/OPTICopperplate.woff2") format("woff2"),
  url("../font/copperplate/OPTICopperplate.woff") format("woff"),
  url("../font/copperplate/OPTICopperplate.ttf") format("truetype"),
  url("../font/copperplate/OPTICopperplate.svg#OPTICopperplate") format("svg");
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 100%;
}

ol, ul{
  list-style-type: none;
}

body{
  overflow-x: hidden;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}

nav ul{
  list-style: none;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
  content: "";
  content: none;
}

a{
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  color: #504945;
  font-size: 100%;
  text-decoration: none;
}

a:hover{
  cursor: pointer;
}

del{
  text-decoration: line-through;
}

abbr[title], dfn[title]{
  border-bottom: 1px dotted;
  cursor: help;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

hr{
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select{
  vertical-align: middle;
}

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

body *{
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
  line-height: 1.6em;
}
p, a, span{
  color: #fff;
}

/* ----------------------------------------------------------------
	Grid System
-----------------------------------------------------------------*/

.cf:before, .container:before, .cf:after, .container:after{
  content: " ";
  display: table;
}

.cf:after, .container:after{
  clear: both;
}

.container{
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

[class*="grid__col--"]{
  vertical-align: top;
  border-collapse: collapse !important;
}

.row:before, .row:after{
  content: " ";
  display: table;
}

/* ユーティリティー */
a{
  text-decoration: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  zoom: 1;
}

a:hover, a.active, a.np{
  opacity: 0.7;
  filter: alpha(opacity=70);

  -ms-filter: "alpha(opacity=70)";
}

a.nohover{
  opacity: 1.0;
  filter: alpha(opacity=100);

  -ms-filter: "alpha(opacity=100)";
}

.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;

  visibility: hidden;
}

* html .clearfix{
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix{
  zoom: 1;
}

/* IE7 */

::selection{
  background: #fff;
  color: #064b80;
  text-shadow: none;
}

::-moz-selection{
  background: #fff;
  /* Firefox */
  color: #064b80;
  text-shadow: none;
}

::-webkit-selection{
  background: #fff;
  /* Safari */
  color: #064b80;
  text-shadow: none;
}

*:focus{
  outline: none;
}

.page{
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.page:after{
  clear: both;
  content: "";
  display: block;
}

.center{
  text-align: center !important;
}

.tright{
  text-align: right !important;
}

.tleft{
  text-align: left !important;
}

.fright{
  float: right !important;
}

.fleft{
  float: left !important;
}

.nomargin{
  margin: 0 !important;
}

.anc{
  float: left;
  width: auto;
  height: 0;
  position: relative;
  top: -100px;
}

.center{
  text-align: center !important;
}

.pc, .spc, .sspc, .lpc{
  display: block !important;
}

.sp, .ssp, .sssp, .lsp{
  display: none !important;
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

body{
  background: #064b80;
  font-family: "A1 Mincho", "typesquare", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  letter-spacing: -1px;

  -oz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.ofh{
  display: block;
  max-width: 100%;
  overflow: hidden !important;
  position: relative;
}

/* -------------------------------------
Contents
------------------------------------- */

.blk-l{
  float: left;
  width: 50%;
  text-align: left;
}

.blk-r{
  float: right;
  width: 50%;
}

h2.cmn{
  display: block;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-align: center;
}

h2.cmn b{
  display: block;
  font-family: "OPTICopperplate";
  font-weight: normal;
  text-decoration: underline;
}

h2.cmn span.jp{
  display: block;
  margin-bottom: 30px;
  font-family: "A1 Mincho", "typesquare", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
}

p.sub{
  display: block;
  margin-bottom: 70px;
  font-size: 22px;
  line-height: 1.8em;
  letter-spacing: 3px;
  text-align: center;
}

#history{
  display: block;
  padding: 88px 0 0;
  background: #3f94c2;
  position: relative;
}



#history .his{
  display: block;
  padding-bottom: 70px;
  background: url("../imgs/line.png") 8.5% 0 repeat-y;
  background-size: 1px auto;
  overflow: hidden !important;
  position: relative;
}

#history .his img.arw{
  float: left;
  width: 2.85%;
  position: absolute;
  top: 0;
  left: 33.2%;
  z-index: 4;
}

#history .his img.arw.fixed{
  position: fixed !important;
  top: 0 !important;
}

#history .his img.arw.bottom{
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
}

#end{
  display: block;
  position: relative;
}

#history .his ul.anc{
  display: block;
  /*float: left;*/
  width: 125px;
  height: auto;
  position: absolute;
  top: 87px;
  left: 6.5%;
  z-index: 5;
}

#history .his ul.anc.fixed{
  position: fixed !important;
  top: 150px !important;
}

#history .his ul.anc.bottom{
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
}



#history .his ul.anc li{
  display: block;
  margin-bottom: 20px;
}

#history .his ul.anc li a{
  display: block;
  vertical-align: middle;
  font-size: 12px;
}

#history .his ul.anc li a b{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 1px;
  margin: 0 6px;
  background: rgba(255, 255, 255, 1.00);
}



#history .his ul.bs{
  display: block;
  background: url("../imgs/line.png") 34.5% 0 repeat-y;
  background-size: 1px auto;
  position: relative;
}

#history .his ul.bs li{
  display: flex;
  position: relative;
  z-index: 2;
}

#history .his ul.bs li:nth-child(odd){
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
}

#history .his ul.bs li .blk-y{
  box-sizing: border-box;
  float: left;
  display: block;
  width: 26%;
  padding: 30px 5% 30px 0;
  margin-left: 8.5%;
  text-align: right;
  position: relative;
}

#history .his ul.bs li .blk-y h2{
  display: block;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #a68e34;
  font-size: 42px;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: 3px;
}

#history .his ul.bs li .blk-y b{
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1em;
  letter-spacing: 3px;
}


#history .his ul.bs li .blk-t{
  box-sizing: border-box;
  float: left;
  display: flex;
  align-items: center;
  width: 65.5%;
  padding: 0 0 0 4.6%;
  position: relative;
}

#history .his ul.bs li .blk-t span.txt{
  font-size: 16px;
  line-height: 1.6em;
}

#history .his ul.bs li .blk-t span.txt b{
  color: #a68e34;
}

#history .his ul.bs li#year1951 .blk-t{
  padding-top: 15px;
  padding-bottom: 15px;
}

#history .his ul.bs li .blk-t{
}

img.obj01{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: 23px;
  right: 1%;
  z-index: 3;
}

img.obj02{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  top: 20px;
  right: 14.3%;
  z-index: 5;
}

img.obj03{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  top: -35px;
  right: 27.3%;
  z-index: 5;
}

img.obj04{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  top: 10px;
  right: 14.3%;
  z-index: 5;
}

img.obj05{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: 23px;
  right: 1%;
  z-index: 3;
}

img.obj06{
  float: right;
  width: 10%;
  max-width: 140px;
  position: absolute;
  top: -50px;
  right: 27.8%;
  z-index: 5;
}

img.obj07{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  top: -35px;
  right: 14.3%;
  z-index: 5;
}

img.obj08{
  float: right;
  width: 10%;
  max-width: 140px;
  position: absolute;
  top: -100px;
  right: 16%;
  z-index: 5;
}

img.obj10{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: 3px;
  right: 1%;
  z-index: 3;
}

img.obj11{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  right: 19%;
  bottom: -50px;
  z-index: 5;
}

img.obj12{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: -40px;
  right: 1%;
  z-index: 3;
}

img.obj13{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  top: 20px;
  right: 8.8%;
  z-index: 5;
}

img.obj14{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: -50px;
  right: 1%;
  z-index: 3;
}

img.obj15{
  float: right;
  width: 10%;
  max-width: 140px;
  position: absolute;
  top: -15px;
  right: 22%;
  z-index: 5;
}

img.obj16{
  float: right;
  width: 10%;
  max-width: 140px;
  position: absolute;
  top: -47px;
  right: 24.5%;
  z-index: 5;
}

img.obj17{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: -20px;
  right: 1%;
  z-index: 3;
}

img.obj18{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: -60px;
  right: 1%;
  z-index: 3;
}

img.obj20{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  top: -45px;
  right: 17%;
  z-index: 5;
}

img.obj21{
  float: right;
  width: 13.2%;
  max-width: 186px;
  position: absolute;
  top: -20px;
  right: 8.8%;
  z-index: 5;
}

img.obj22{
  float: right;
  width: 8%;
  max-width: 120px;
  position: absolute;
  top: -50px;
  right: 1%;
  z-index: 3;
}

img.obj23{
  float: right;
  width: 20.8%;
  max-width: 292px;
  position: absolute;
  top: -20px;
  right: 7.4%;
  z-index: 3;
}


h2.sq{
  display: block;
  max-width: 245px;
  padding: 7px 0 7px;
  margin: 0 auto 54px;
  background: #204a7c;
  border: solid 1px #fff;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}


p.phi01{
  display: block;
  margin-bottom: 66px;
  color: #fff;
  font-size: 33px;
  line-height: 2.0em;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}

img.cpy{
  display: block;
  width: 80%;
  max-width: 568px;
  margin: 0 auto 44px;
}

p.phi02{
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 2.0em;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}

p.udb{
  display: block;
  margin-bottom: 80px;
  font-size: 35px;
  letter-spacing: 3px;
  text-decoration: underline;
  position: relative;
}

img.cir{
  width: 888px;
  margin: auto;
  position: absolute;
  top: -444px;
  left: 0;
  right: 0;
  z-index: 0;
}

span.wr01{
  float: left;
  width: 90%;
  height: 100px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 0;
  right: 0;
}

span.wr02{
  float: left;
  width: 90%;
  height: 100px;
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

span.wr03{
  float: left;
  width: 100px;
  height: 100px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 0;
  right: 0;
}

span.wr04{
  float: left;
  width: 100px;
  height: 100px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 0;
  left: 0;
}

span.wr05{
  float: left;
  width: 100px;
  height: 100px;
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

span.wr06{
  float: left;
  width: 100px;
  height: 100px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}




#sec02{
  display: block;
  padding: 85px 0;
  position: relative;
}

h2.secttl{
  float: left;
  display: block;
  margin-bottom: 55px;
  border: solid 2px #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

h2.secttl b{
  float: left;
  display: block;
  padding: 0 60px 0 20px;
}

h2.secttl span{
  float: left;
  display: block;
  padding: 0 20px;
  background: #020311;
  border-left: solid 4px #fff;
  font-size: 14px;
}



/* -------------------------------------
fancybox
------------------------------------- */
.mdl{
  display: none;
  width: 100%;
  background: rgba(26, 26, 26, 0.88) !important;
  z-index: 1000;
}

.fancybox-slide > div{
  padding: 80px 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.mdl .face{
  display: block;
  margin-bottom: 88px;
  overflow: hidden;
  position: relative;
}

.mdl .face img.fc{
  float: left;
  display: block;
  position: relative;
  z-index: 1;
}

.mdl .face img.nm{
  float: right;
  display: block;
  width: 38%;
  position: absolute;
  top: 50%;
  right: 5.7%;
  z-index: 3;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}

#mdl4.mdl .face img.nm, #mdl3.mdl .face img.nm{
  left: 5.7%;
  right: auto;
}

.mdl .blk-r, .mdl .blk-l{
  width: 46%;
  margin-bottom: 80px;
}

.mdl h2{
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 2px #fff;
  font-size: 31px;
  font-weight: normal;
  line-height: 1.4em;
}

.mdl p{
  font-size: 15px;
  line-height: 2em;
}


.fancybox-close-small{
  display: none !important;
}


.mdl a.cls-btn{
  display: block;
  width: 60%;
  max-width: 288px;
  padding: 0 33px;
  margin: auto;
  border: solid 2px #fff;
  overflow: hidden;
  font-size: 15px;
  line-height: 55px;
  text-align: left;
  position: relative;
  z-index: 5;
}

.mdl a.cls-btn:hover{
  opacity: 1 !important;
}

.mdl a.cls-btn{
  left: 0;
  right: auto;
}

.mdl a.cls-btn span{
  display: block;
  width: 100%;
  background: url("../img/cur01.png") 100% 50% no-repeat;
  background-size: 10px auto;
  color: #fff;
  position: relative;
  z-index: 3;
  transition: 0.5s ease-in-out;

  -webkit-transition: 0.5s ease-in-out;
}

.mdl a.cls-btn:hover span{
  background: url("../img/cur01w.png") 100% 50% no-repeat;
  background-size: 10px auto;
  color: #064b80;
}


.mdl a.cls-btn:before{
  content: "";
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -50px;
  bottom: 0;
  z-index: 0;
  transition: 0.5s ease-in-out;
  transform: translateX(-100%);

  -webkit-transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
}

.mdl a.cls-btn:hover:before{
  transform: translateX(0);

  -webkit-transform: translateX(0);
}



a.sbmt{
  display: block;
  width: 80%;
  max-width: 474px;
  margin: auto;
  background: #94741d;
  overflow: hidden;
  font-size: 23px;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 5;
}

a.sbmt:hover{
  opacity: 1 !important;
}

a.sbmt{
  left: 0;
  right: auto;
}

a.sbmt span{
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 3;
  transition: 0.5s ease-in-out;

  -webkit-transition: 0.5s ease-in-out;
}

a.sbmt:hover span{
  color: #94741d;
}

a.sbmt:before{
  content: "";
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -50px;
  bottom: 0;
  z-index: 0;
  transition: 0.5s ease-in-out;
  transform: translateX(-100%);

  -webkit-transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
}

a.sbmt:hover:before{
  transform: translateX(0);

  -webkit-transform: translateX(0);
}

a.sbmt:after{
  content: "";
  display: block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  margin: 5px;
  border: solid 2px #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}



a.pp{
  display: block;
  margin: 30px auto 0;
  color: #ffff01;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.cp{
  display: block;
  background: #064b80;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.cp .page{
  padding: 25px 15px;
}

@media screen and (max-width: 1280px){
  a.sbmt{
    font-size: 18px;
  }
}

@media screen and (max-width: 1100px){
  img.obj01{
    width: 8%;
    top: 23px;
    right: 1%;
  }

  img.obj02{
    width: 13.2%;
    top: 20px;
    right: 8.5%;
  }

  img.obj03{
    width: 13.2%;
    top: -35px;
    right: 17.3%;
  }

  img.obj04{
    width: 13.2%;
    top: 10px;
    right: 8.5%;
  }

  img.obj05{
    width: 8%;
    top: 23px;
    right: 1%;
  }

  img.obj06{
    width: 10%;
    top: -50px;
    right: 27.8%;
  }

  img.obj07{
    width: 13.2%;
    top: -35px;
    right: 8.5%;
  }

  img.obj08{
    width: 10%;
    top: -100px;
    right: 10%;
  }

  img.obj10{
    width: 8%;
    top: 3px;
    right: 1%;
  }

  img.obj11{
    width: 13.2%;
    right: 19%;
    bottom: -50px;
  }

  img.obj12{
    width: 8%;
    top: -40px;
    right: 1%;
  }

  img.obj13{
    width: 13.2%;
    top: 20px;
    right: 1%;
  }

  img.obj14{
    width: 8%;
    top: -50px;
    right: 1%;
  }

  img.obj15{
    width: 10%;
    top: -15px;
    right: 10%;
  }

  img.obj16{
    width: 10%;
    top: -47px;
    right: 10%;
  }

  img.obj17{
    width: 8%;
    top: -20px;
    right: 1%;
  }

  img.obj18{
    width: 8%;
    top: -60px;
    right: 1%;
  }

  img.obj20{
    width: 13.2%;
    right: 10%;
  }

  img.obj21{
    width: 13.2%;
    top: -20px;
    right: 1%;
  }

  img.obj22{
    width: 8%;
    top: -50px;
    right: 1%;
  }

  img.obj23{
    width: 20.8%;
    top: -20px;
    right: 1%;
  }

  a.hpbtn{
    width: 170px;
    height: 38px;
    margin: 25px 10px 0 0;
    border-radius: 20px;
  }
}

@media screen and (max-width: 975px){
  .pc{
    display: none !important;
  }

  .sp{
    display: block !important;
  }
}

@media screen and (max-width:861px){
  a.hpbtn{
    display: none;
  }
  img.obj20, img.obj08, img.obj07, img.obj04, img.obj03, img.obj02{
    right: 1%;
  }

  img.obj06{
    right: 17%;
  }

  img.obj11{
    right: 12%;
  }

  img.obj10{
    top: 30px;
  }

  #history .his ul.anc{
    left: 5.5%;
  }
}

@media screen and (max-width:768px){
  .ssp{
    display: block !important;
  }

  .spc{
    display: none !important;
  }


  h2.cmn{
    font-size: 25px;
  }

  #history .his{
    padding-bottom: 140px;
    background: url("../imgs/line.png") 2% 0 repeat-y;
    background-size: 1px auto;
  }

  #history .his ul.bs{
    background: none;
  }

  #history .his ul.bs li{
    display: block;
    text-align: center;
  }

  #history .his ul.bs li .blk-y{
    width: 100%;
    padding: 30px 5% 30px 0;
    margin-left: 5%;
    text-align: left;
  }

  #history .his ul.bs li .blk-t{
    display: block;
    width: 100%;
    padding: 0 0 0 5%;
    margin-bottom: 20px;
    text-align: left;
  }

  #history .his ul.bs li .blk-y h2{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 26px;
    letter-spacing: 1px;
  }

  #history .his ul.bs li .blk-y b{
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
  }

  #history .his ul.bs li .blk-t span.txt{
    font-size: 14px;
  }

  img.obj22, img.obj17, img.obj18, img.obj14, img.obj12, img.obj10, img.obj05, img.obj01{
    /*position: relative;*/
    float: none;
    width: 20%;
    margin: 0 auto -20px;
    top: auto;
    right: 5px;
  }


  img.obj21, img.obj20, img.obj16, img.obj15, img.obj13, img.obj11, img.obj08, img.obj07, img.obj06, img.obj04, img.obj03, img.obj02{
    float: none;
    display: block;
    width: 50%;
    margin: 0 auto 20px;
    position: relative;
    top: auto;
    right: auto;
  }

  img.obj15{
    margin-top: 25px;
  }

  img.obj23{
    float: none;
    display: block;
    width: 80%;
    margin: auto;
    right: 1%;
  }

  p.sub{
    font-size: 16px;
    letter-spacing: 2px;
  }

  h2.sq{
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 1px;
  }

  p.phi01{
    font-size: 20px;
    letter-spacing: 2px;
  }

  p.phi02{
    padding: 0 20px;
    font-size: 12px;
    text-align: left;
  }

  p.udb{
    font-size: 20px;
    letter-spacing: 2px;
  }

  .cp{
    font-size: 12px;
    text-align: center;
  }



  #history .his ul.bs li#year1910 .blk-t, #history .his ul.bs li#year2002 .blk-t, #history .his ul.bs li#year2008-2 .blk-t{
    padding-right: 27%;
  }
}

@media (max-width:640px){
  #history .his{
    padding-bottom: 23.3333vw;
  }

  p.phi01{
    font-size: 15px;
    letter-spacing: 1px;
  }

  img.obj23{
    width: 60%;
  }
}

@media (max-width:480px){
  .sspc{
    display: none !important;
  }

  .sssp{
    display: block !important;
  }
}