@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

/* ===============================================
# common
=============================================== */
*{
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  color: #000;
  background-color: #fff;
  font-size:18px;
  font-size:1.8rem;  
  font-family: "ÓÎ¥´¥·¥Ã¥¯Ìå", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;      
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
}
@keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.wrapper{
  position: relative;  
  width: 100%;
  overflow: hidden;
}
main{
  display: block;
}
.inner{
  position: relative;
}
.inner.wide{
  max-width: 1360px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
a,
a:visited{
  text-decoration: none;
  color: #000;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%; 
  height: auto;
}
.for_pc{
  display: block;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
}
@media print,screen and (min-width :769px){
  .tellink{
    pointer-events: none;  
  }
  .flex_pc{
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width :768px){
  body{
    font-size:13px;
    font-size:1.3rem;  
    line-height: 1.538;
  }
  .inner.wide{
    width: 94.6%;
    padding-right:0;
    padding-left:0;
  }
  img{
    width: 100%;
    height: auto;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
}


/*
 ¥Þ¥¦¥¹¥ª©`¥Ð©`
----------------------------------------------------------- */
.ov{
  display:block;
}
.over{
  display:block;
}
@media screen and (min-width : 769px){
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}

/* ===============================================
# wrap_right
=============================================== */
.wrap_right{
  width: 100%;
  padding-top: 145px;
  overflow: hidden;  
  flex: 1;
}  

@media screen and (max-width :768px){
  .wrap_right{
    padding: 0;
  }
}
/* ===============================================
# main
=============================================== */
.main{
  display: block;
  min-height: 100vh;
  padding-bottom: 100px;
}
.main .inner{
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width :768px){
  .main{
    padding-bottom: 60px;
    padding-bottom: 14.2vw;
  }
  .main .inner{
    width: 94.6%;
    padding-right: 0;
    padding-left: 0;
    max-width:inherit;
  }
  .main_contents{
  }
}
/* ===============================================
# footer
=============================================== */
#footer{
  position: relative;
  padding-bottom: 25px;
  border-top: solid 1px #e5e5e5;
}
#footer .inner{
  padding-top: 25px;  
  padding-left: 60px;
  padding-right: 60px;
  line-height: 1;  
}
#footer .box_text{
  float: left;
}
#footer .box_text .logo{
  width: 333px;
}
#footer .box_text .adr{
  margin-top: 19px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.429;
}
#footer .box_text .copyright{
  margin-top: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}

#footer .pagetop_fixed{
  display: none;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 500;
  width: 5.3%;
  height: auto;
  max-width: 70px;
}
#footer .pagetop_fixed.absolute{
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#footer .pagetop_fixed a.top{
  background-color: #adadad;
}
@media screen and (min-width :769px){
  #footer .pagetop_fixed a.top:hover{
    background-color: #666666;
    opacity: 1;
  }
}
@media print,screen and (max-width :1260px){
  #footer .inner{
    padding-left: 2%;
    padding-right: 1.4%;
  }
  #footer .box_text .logo{
    width: 36vw;
  }
  #footer .box_text .adr{
    font-size: 13px;
  }
  #footer .box_text .copyright{
    font-size: 1.3rem;
  }
}
@media screen and (max-width :768px){
  #footer{
    padding-bottom: 20px;
  }
  #footer .inner{
    padding: 0;
    width: 100%;
  }
  #footer .box_text{
    float: none;
    padding-top: 15px;
    text-align: center;
  }
  #footer .box_text .logo{
    width: 70%;
    max-width: 262px;
    margin: 0 auto 0 2.7%;
  }
  #footer .box_text .adr{
    width: 94.6%;
    margin: 11px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
  }
  #footer .box_text .copyright{
    margin-top: 7px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  
  #footer .pagetop_fixed{
    width: 16%;
    bottom: 15px;
    max-width: 60px;
  }
}

/*¥µ¥¤¥È¥Þ¥Ã¥×*/
#footer .box_sitemap{
  float: right;
}
#footer .box_sitemap ul{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .box_sitemap a{
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 30px;
  line-height: 1;
}
#footer .box_sitemap li:nth-child(n+2) a{
  border-left: solid 1px #c3c3c3;
}
@media print,screen and (min-width :769px){
  #footer .box_sitemap li:last-child a{
    padding-right: 0;
  }
}
@media screen and (max-width :768px){
  #footer .box_sitemap{
    float: none;
    background-color: #797979;
  }
  #footer .box_sitemap ul{
    padding: 15px 0;
    justify-content: space-around;
  }
  #footer .box_sitemap ul li{
    flex: 1;
  }
  #footer .box_sitemap a{
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;    
    padding: 0 5px;
  }
}

/* ===============================================
# ¥Ø¥Ã¥À©`—ÊË÷·™
=============================================== */
.modaal_header .ttl{
  padding-top: 45px;
  margin-bottom: 40px;
  background: url(/library/common/img/ico_search.svg) no-repeat center top;
  background-size: 42px 43px;
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  color: #464646;
}
.modaal_header .gsc-input-box{
  border-radius: 0;
}
.modaal_header .gsc-search-button-v2{
  width: 102px;
  height: 35px;
  cursor: pointer;
  border-radius: 21px;
  padding: 0;
}
.modaal_header .gsc-search-button-v2::before{
  content: '—ÊË÷';
  color: #fff;
  font-size: 16px;
}
.modaal_header .gsc-search-button-v2 svg{
  display: none;
}
.modaal_header .gsc-search-button-v2:hover {
  background-color: #f3959a;
  border-color: #f3959a;
}
.modaal_header .ttl_word{
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: solid 1px #c9c9c9;
}
.modaal_header .list_word{
}
.modaal_header .list_word a{
  display: inline-block;
  padding: 13px 22px;
  margin-right: 9px;
  margin-bottom: 10px;
  font-size: 14px;
  border: solid 1px #c9c9c9;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
}
.modaal_header .list_word a:hover{
  opacity: 1;
  background-color: #f7f5f5;
}
@media screen and (max-width :768px){
  .modaal_header .ttl{
    padding-top: 35px;
    margin-bottom: 10px;
    background-size: 27px 27px;
    font-size: 29px;
    font-size: 2.9rem;
  }
  .modaal_header .gsc-search-button-v2{
    width:179px;
    height: 39px;
    padding: 0 5px;
    border-radius: 31px;
    margin: 10px auto;    
  }
  .modaal_header .gsc-search-button-v2::before{
    font-size: 13px;
  }
  .modaal_header .ttl_word{
    margin-top: 25px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  .modaal_header .list_word a{
    padding: 10px 15px;
    margin-right: 3px;
    margin-bottom: 5px;
    font-size: 13px;
    border-radius: 31px;
  }
}
/* ===============================================
# ¥Ø¥Ã¥À©`ÑÔÕZ
=============================================== */
.modaal_header .ttl{
  background-image: url(/library/common/img/ico_language.svg);
  background-size: 34px 35px;
}
.modaal_header .link_language{
  -ms-flex-pack: distribute;
	justify-content: space-around;
}
.modaal_header .link_language li{
  width: 44%;  
}
.modaal_header .link_language a{
  display:block;
  padding: 17px 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 40px;
  background-color: #ec6d74;
}
.modaal_header .link_language a.en{
  color: #341d1d;
  background-color: #fff;
  border: solid 1px #cccccc;
}
.modaal_header .link_language a:hover{
  opacity: 1;
  background-color: #f3959a;
}
.modaal_header .link_language a.en:hover{
  background-color: #fcf9ea;
}
/* ===============================================
# ¥¿¥ÖÇÐ“Q¤¨
=============================================== */
.tab_body .tab_body_contents{
  display: none;
}
.tab_body .tab_body_contents.active{
  display: block;
}