@charset "Shift_JIS";
@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;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
a{
     text-decoration:none;
     color: #003894;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,header,main,nav,footer{
    margin:0;
    padding:0;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    color: #333333;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
    border:0;
    vertical-align:bottom;
    max-width:100%;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
area{
    outline:none;
}
input{
    border-style:none;
}
html:before,
html:after,
body:before,
body:after {
    content: "";
    background: #003894;
    position: fixed;
    display: block;
    z-index: 1;
}

/* 上 */
html:before {
    height: 10px;
    width: 100vw;
    left: 0;
    top: 0;
}

/* 右 */
html:after {
    width: 10px;
    height: 100vh;
    right: 0;
    top: 0;
}

/* 下 */
body:before {
    height: 10px;
    width: 100vw;
    bottom: 0;
    left: 0;
}

/* 左 */
body:after {
    width: 10px;
    height: 100vh;
    top: 0;
    left: 0;
}
/* utility */
.start {
    background: #003894;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}
.start svg {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -238px
}
path {
    fill: none;
    stroke: #ffffff; /*線の色を指定する*/
    stroke-dasharray: 2000;/*線の間隔を指定する*/
    stroke-dashoffset: 0;/*線の位置を指定する(IEは効かない属性)*/
    stroke-width: 1;/*線の太さを指定する*/
    -webkit-animation: hello 3s ease-in forwards;
    animation: hello 3s ease-in forwards;
}
 @-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; 
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#ffffff;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#ffffff;
}
}
/* items */
#footer{
  text-align: center;
  border-top: 1px solid #ccd0d8;
  padding: 5% 0 0 0;
}
#footerLogo{
    width: 80px;
}
.ma_5{
    margin:5% 0;
}
.ma_10{
    margin:10% 0;
}
.ma_t_5{
    margin:5% 0 0 0;
}
.ma_b_5{
    margin:0 0 5% 0;
}
.ma_r_5{
    margin:0 5% 0 0;
}
.ma_l_5{
    margin:0 0 0 5%;
}
.center{
    text-align:center;
}
.left{
    text-align:left;
}
.right{
    text-align:right;
}
.f-av{
  font-family: 'Avenir','Arial';
}
@media only print, only screen and (min-width: 18.75em){
.tab,
.pc,
.pc_tab{
    display:none;
}
.sp,
.tab_sp{
    display:block;
}
/* Content */
.mainTtl_{
    width: 70%;
    margin: 0 auto;
}
#mainVisual{
    border-bottom: 1px solid #ebebeb;
    padding: 5% 0 8% 0;
}
#contentArea{
    width: auto;
    margin: 5% auto;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1rem;
    padding: 10%;
  }
.inner_{
    margin: 5% 0;
    display: inline-block;
    padding: 8% 0 0 0;
}
.date_{
    font-family: 'Avenir','Arial';
    font-size: 0.6rem;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #333333;
    display: inline-block;
}
.secTtl_{
    font-size: 1.3rem;
    line-height: 1.5;
    display: block;
}
.secTtl_ span{
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    margin: -4px 0 0 0;
    letter-spacing: 0.5px;
}
.secTtl_::before{
      content: "";
      position: absolute;
      width: 35px;
      height: 53px;
      background-image: url(../images/icon.png);
      background-size: contain;
      vertical-align: middle;
}
.secCap_:first-letter{
    font-size: 2.5em;
    line-height: 1;
    float: left;
    margin: 1% 2% 0 0;
    padding: 1%;
    color:#ffffff;
    background:#003894;
}
.list_t_{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.list_i_{
    display: inline-block;
    width: 100%;
}
.brandName_{
    font-size:1.0rem;
}
.brandName_::before{
    content: "";
    width: 8%;
    border-top: 2px solid #333333;
    margin: 10% 0 8%;
    display: block;
}
.itemspec_{
    margin: 0 0 5% 0;
    font-size: 0.8rem;
    color: #666666;
    line-height: 2;
}
.link_ .itemName_ {
    width: 100%;
    display: inline-block;
    text-align: left;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    vertical-align: middle;
    line-height: 1.5;
}
.link_{
    margin: 0 0 3% 0;
}
.bar_{
  margin: 5% 0 10%;
}
/* Arcives */
#archive{
    background: rgba(0, 56, 148, 0.1);
    padding: 5%;
}
.arcTtl_{
    font-size: 2.0rem;
    text-align: center;
    font-family: 'Avenir','Arial';
    font-weight: 700;
    color: #000000;
    margin: -40px 0 0 0;
    z-index: 100;
}
.article_{
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin: 5% 2% 10% 2%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
}
.capArc_{
  font-size: 0.7rem;
  margin: 5% 0 2%;
  display: block;
  font-weight: 700;
  font-family: 'Avenir','Arial';
  font-style: italic;
}
/* Footer */
.l-footer__header{
    padding: 0 ;
}
.l-footer__header::before{
    content: "";
    border-top: 1px solid #ebebeb;
    margin: 8% 0 5% 0;
    display: block;
}
.l-footer-banner{
    text-align:left;
    padding:0;
}
.l-footer-banner__item{
    display:inline-block;
    letter-spacing:normal;
    max-width:320px;
    padding:0 5px;
    font-family: 'Avenir','Arial';
    color: #003894;
    font-style: italic;
}
.l-footer-banner__item i.fab{
    font-size: 1.0rem;
    color: #003894;
}
.l-footer-sns{
    text-align:center;
}
.l-footer-sns__item{
    display:inline-block;
    margin:0 10px;
}
.l-footer-sns__item a{
    display:block;
    color:#003659;
    font-size:17px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.l-footer-sns__item a:hover{
    opacity:0.5;
}
.l-footer-sns__item span{
    vertical-align:bottom;
}
.l-footer__body{
    padding: 4% 0 0 0;
    text-align: center;
}
.l-footer__logo{
    width:80px;
    height:24px;
    margin:0 auto 25px;
}
.l-footer__logo img{
    width:100%;
    height:auto;
}
.l-footer-copyright{
    font-size:0.7rem;
    font-family: 'Avenir','Arial';
    font-weight:normal;
}
.l-content__footer{padding:0 0 40px;position:relative;background-color:#FFF}

/* Button */
button{
    position: relative;
    background: rgba(0, 56, 148, 0.08);
    border: none;
    color: #003894;
    width: 40%;
    display: inline-block;
    margin: 5% 0;
}
.btn-1 span{
    display: block;
    padding: 8px;
    font-family: 'Avenir','Arial';
    font-size: 0.7rem;
    font-weight: 700;
    font-style: italic;
}
button::before, button::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #003894;
}

span::before, span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #003894;
}
button:hover::before, button:hover::after{
    width: 100%;
}
button:hover span::before, button:hover span::after{
    height: 100%;
}
/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
    transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
    transition-delay: 0s;
}
.btn-1::before{
    right: 0;
    top: 0;
}
.btn-1::after{
    left: 0;
    bottom: 0;
}
.btn-1 span::before{
    left: 0;
    top: 0;
}
.btn-1 span::after{
    right: 0;
    bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
    transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
    transition-delay: 0.2s;
}
}

@media only print, only screen and (min-width: 768px){
.sp,
.tab,
.tab_sp{
    display:none;
}
.pc,
.pc_tab{
    display:block;
}
/* Content */
#mainVisual{
    border-bottom: 1px solid #ebebeb;
    padding: 5% 0 8% 0;
    font-size: 0.9rem;
}
#contentArea{
    width: 90%;
    margin: 5% auto;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1rem;
    padding: 0;
  }
.inner_{
    margin: 5% 0;
    display: inline-block;
    padding: 8% 0 0 0;
}
.date_{
    font-family: 'Avenir','Arial';
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #333333;
    display: inline-block;
}
.secTtl_{
    font-size: 1.2rem;
    line-height: 1.5;
    display: inline-block;
}
.secTtl_ span{
    display: inline-block;
    position: relative;
    padding: 0 0 0 54px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    margin: -4px 0 0 0;
}
.secTtl_::before{
    content: "";
    position: absolute;
    width: 43px;
    height: 66px;
    background-image: url(../images/icon.png);
    background-size: contain;
    vertical-align: middle;
}
.secCap_:first-letter{
    font-size: 2.5em;
    line-height: 1;
    float: left;
    margin: 1% 2% 0 0;
    padding: 1%;
    color:#ffffff;
    background:#003894;
}
.list_t_{
  display: inline-block;
  width: 39%;
  vertical-align: top;
  margin: 0 2.5% 0 2.5%;
}
.list_i_{
    display: inline-block;
    width: 50%;
}
.brandName_{
    font-size:1.0rem;
}
.brandName_::before{
    content: "";
    width: 8%;
    border-top: 2px solid #333333;
    margin: 5% 0 3%;
    display: block;
}
.itemspec_{
    margin: 0 0 5% 0;
    font-size: 0.8rem;
    color: #666666;
    line-height: 2;
}
.link_ .itemName_ {
    width: 80%;
    display: inline-block;
    text-align: left;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    vertical-align: middle;
    line-height: 1.5;
}
.link_{
    margin: 0 0 3% 0;
}
.bar_{
  margin: 5% 0 10%;
}
/* Arcives */
#archive{
    background: rgba(0, 56, 148, 0.1);
    padding: 5%;
}
.arcTtl_{
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Avenir','Arial';
    font-weight: 700;
    color: #000000;
    margin: -70px 0 0 0;
    z-index: 100;
}
.article_{
  display: inline-block;
  width: 28%;
  vertical-align: top;
  margin: 3% 2%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
}
.capArc_{
  font-size: 0.7rem;
  margin: 5% 0 2%;
  display: block;
  font-weight: 700;
  font-family: 'Avenir','Arial';
  font-style: italic;
}
/* Footer */
.l-footer__header{
    padding: 0 ;
}
.l-footer__header::before{
    content: "";
    border-top: 1px solid #ebebeb;
    margin: 8% 0 5% 0;
    display: block;
}
.l-footer-banner{
    text-align:left;
    padding:0;
}
.l-footer-banner__item{
    display:inline-block;
    letter-spacing:normal;
    max-width:320px;
    padding:0 5px;
    font-family: 'Avenir','Arial';
    color: #003894;
    font-style: italic;
}
.l-footer-banner__item i.fab{
    font-size: 1.0rem;
    color: #003894;
}
.l-footer-sns{
    text-align:center;
}
.l-footer-sns__item{
    display:inline-block;
    margin:0 10px;
}
.l-footer-sns__item a{
    display:block;
    color:#003659;
    font-size:17px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.l-footer-sns__item a:hover{
    opacity:0.5;
}
.l-footer-sns__item span{
    vertical-align:bottom;
}
.l-footer__body{
    padding:20px 30px;
    text-align:center;
}
.l-footer__logo{
    width:80px;
    height:24px;
    margin:0 auto 25px;
}
.l-footer__logo img{
    width:100%;
    height:auto;
}
.l-footer-copyright{
    font-size:0.7rem;
    font-family: 'Avenir','Arial';
    font-weight:normal;
}
.l-content__footer{padding:0 0 40px;position:relative;background-color:#FFF}

/* Button */
button{
    position: relative;
    background: rgba(0, 56, 148, 0.08);
    border: none;
    color: #003894;
    width: 18%;
    display: inline-block;
}
.btn-1 span{
    display: block;
    padding: 8px;
    font-family: 'Avenir','Arial';
    font-size: 0.7rem;
    font-weight: 700;
    font-style: italic;
}
button::before, button::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #003894;
}

span::before, span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #003894;
}
button:hover::before, button:hover::after{
    width: 100%;
}
button:hover span::before, button:hover span::after{
    height: 100%;
}
/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
    transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
    transition-delay: 0s;
}
.btn-1::before{
    right: 0;
    top: 0;
}
.btn-1::after{
    left: 0;
    bottom: 0;
}
.btn-1 span::before{
    left: 0;
    top: 0;
}
.btn-1 span::after{
    right: 0;
    bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
    transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
    transition-delay: 0.2s;
}
}

@media only print, only screen and (min-width: 1000px){
.sp,
.tab,
.tab_sp{
    display:none;
}
.pc,
.pc_tab{
    display:block;
}
/* Content */
#mainVisual{
    border-bottom: 1px solid #ebebeb;
    padding: 5% 0 8% 0;
    font-size: 0.9rem;
}
#contentArea{
    width: 950px;
    margin: 5% auto;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1rem;
    padding: 0;
}
.inner_{
    margin: 5% 0 10%;
    display: inline-block;
    padding: 3% 0;
}
.date_{
    font-family: 'Avenir','Arial';
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #333333;
    display: inline-block;
}
.secTtl_{
    font-size: 1.5rem;
    line-height: 1.5;
    display: inline-block;
}
.secTtl_ span{
    display: inline-block;
    position: relative;
    padding: 0 0 0 54px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    margin: -4px 0 0 0;
}
.secTtl_::before{
    content: "";
    position: absolute;
    width: 43px;
    height: 66px;
    background-image: url(../images/icon.png);
    background-size: contain;
    vertical-align: middle;
}
.secCap_:first-letter{
    font-size: 2.5em;
    line-height: 1;
    float: left;
    margin: 1% 2% 0 0;
    padding: 1%;
    color:#ffffff;
    background:#003894;
}
.list_t_{
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 0;
}
.list_i_{
    display: inline-block;
    width: 58%;
    margin: 0;
}
.brandName_{
    font-size:1.2rem;
}
.brandName_::before{
    content: "";
    width: 8%;
    border-top: 2px solid #333333;
    margin: 11% 0 8%;
    display: block;
}
.itemspec_{
    margin: 0 0 5% 0;
    font-size: 0.8rem;
    color: #666666;
    line-height: 2;
}
.link_ .itemName_ {
    width: 80%;
    display: inline-block;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    vertical-align: middle;
    line-height: 1.5;
}
.link_{
    margin: 0 0 3% 0;
}
/* Arcives */
#archive{
    background: rgba(0, 56, 148, 0.1);
    padding: 5%;
}
.arcTtl_{
  font-size: 3.5rem;
  text-align: center;
  font-family: 'Avenir','Arial';
  font-weight: 700;
  color: #000000;
  margin: -105px 0 0 0;
  z-index: 100;
}
.article_{
  display: inline-block;
  width: 28%;
  vertical-align: top;
  margin: 3% 2%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
}
.capArc_{
  font-size: 0.7rem;
  margin: 5% 0 2%;
  display: block;
  font-weight: 700;
  font-family: 'Avenir','Arial';
  font-style: italic;
}
/* Footer */
.l-footer__header{
    padding: 0 ;
}
.l-footer__header::before{
    content: "";
    border-top: 1px solid #ebebeb;
    margin: 8% 0 5% 0;
    display: block;
}
.l-footer-banner{
    text-align:left;
    padding:0;
}
.l-footer-banner__item{
    display:inline-block;
    letter-spacing:normal;
    max-width:320px;
    padding:0 5px;
    font-family: 'Avenir','Arial';
    color: #003894;
    font-style: italic;
}
.l-footer-banner__item i.fab{
    font-size: 1.0rem;
    color: #003894;
}
.l-footer-sns{
    text-align:center;
}
.l-footer-sns__item{
    display:inline-block;
    margin:0 10px;
}
.l-footer-sns__item a{
    display:block;
    color:#003659;
    font-size:17px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.l-footer-sns__item a:hover{
    opacity:0.5;
}
.l-footer-sns__item span{
    vertical-align:bottom;
}
.l-footer__body{
    padding:20px 30px;
    text-align:center;
}
.l-footer__logo{
    width:80px;
    height:24px;
    margin:0 auto 25px;
}
.l-footer__logo img{
    width:100%;
    height:auto;
}
.l-footer-copyright{
    font-size:0.7rem;
    font-family: 'Avenir','Arial';
    font-weight:normal;
}
.l-content__footer{padding:0 0 40px;position:relative;background-color:#FFF}

/* Button */
button{
    position: relative;
    background: rgba(0, 56, 148, 0.08);
    border: none;
    color: #003894;
    width: 18%;
    display: inline-block;
    margin:0;
}
.btn-1 span{
    display: block;
    padding: 8px;
    font-family: 'Avenir','Arial';
    font-size: 0.7rem;
    font-weight: 700;
    font-style: italic;
}
button::before, button::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #003894;
}

span::before, span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #003894;
}
button:hover::before, button:hover::after{
    width: 100%;
}
button:hover span::before, button:hover span::after{
    height: 100%;
}
/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
    transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
    transition-delay: 0s;
}
.btn-1::before{
    right: 0;
    top: 0;
}
.btn-1::after{
    left: 0;
    bottom: 0;
}
.btn-1 span::before{
    left: 0;
    top: 0;
}
.btn-1 span::after{
    right: 0;
    bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
    transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
    transition-delay: 0.2s;
}
}