@charset "UTF-8";
a{
   text-decoration:none;
   color: #003894;
}
body,*{
	 font-size: 62.5%;
}
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;
  color: #333333;
  font-family: "Harmonia Sans W01", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
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;
}
p,.f-ja{
  font-family: "Harmonia Sans W01", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
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;
  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;
  padding: 5% 0 0 0;
}
#footerLogo{
  width: 80px;
}
.center{
  text-align:center;
}
.left{
  text-align:left;
}
.right{
  text-align:right;
}
.f-av{
  font-family: 'Avenir','Arial';
}
.in-blc{
  display: inline-block;
}
.blc{
  display: block !important;
}
.middle{
  vertical-align: middle;
}
.bold{
  font-weight: bold;
}
.flex{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 5% auto;
}
.inner_{
  margin: 0 auto;
  padding: 0 0 5% 0;
}
.date_{
  font-family: 'Avenir','Arial';
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #333333;
  display: inline-block;
  margin: 0 0 5% 0;
}
/* Button */
button{
  position: relative;
  background: rgba(0, 56, 148, 0.08);
  border: none;
  color: #003894;
  width: 100px;
  display: inline-block;
  margin: 0;
}
.btn-1 span{
  display: block;
  padding: 10px;
  font-family: 'Avenir','Arial';
  font-size: 1.8rem;
  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;
}
.btnArea_ {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.btnArea_ a {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  background-color: #003894;
  padding: 3% 10%;
}
.btnArea_ a:hover{
  color: #003894 !important;
  background-color: #fff;
  border: 1px solid #003894;
}
.list_{
  width: 32%;
  text-align: left;
  margin: 0 3%;
}
.itemTtl_ {
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 0 0 0 -2px;
  letter-spacing: 0;
}
h4 {
  font-size: 1.8rem;
  letter-spacing: 0px;
  display: inline-block;
  margin: 0;
}
.leadText_{
  font-size: 1.5rem;
}
@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 10%;
}
#mainVisual{
  border-bottom: 1px solid #ebebeb;
  padding: 5% 0 8% 0;
}
#contentArea{
  width: auto;
  margin: 5% auto;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  padding: 5% 8% 10% 8%;
  overflow: hidden;
}
.inner_{
  margin: 5% 0;
  padding: 0;
  text-align: left;
}
.leadText_{
  font-size: 1.3rem;
}
.ttl_{
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}
.point_ {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}
.date_{
  font-family: 'Avenir','Arial';
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #333333;
  display: inline-block;
  margin: 0 0 5% 0;
}
.secTtl_ {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 auto;
  text-align: left;
}
h2.secTtl_::after{
  content: "";
  position: absolute;
  width: 34px;
  height: 52px;
  background-image: url(https://www.shipsltd.co.jp/campaign/2019/begin_vasic/common/images/icon_b.png);
  background-size: contain;
  vertical-align: middle;
}
.secTtl_ span{
  display: inline-block;
  position: relative;
  padding: 0 7px 0 0;
  margin: -4px 0 0 0;
  letter-spacing: 0.5px;
  font-size: 1.6rem;
}
.secCap_:first-letter{
  font-size: 2.5em;
  line-height: 1;
  float: left;
  margin: 1% 2% 0 0;
  padding: 1%;
  color:#ffffff;
  background:#003894;
}
.subitemArea_{
  width: 86%;
  margin: 0 auto;
}
.itemSpec_{
  font-size: 13px;
}
.list_t_{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5% 0;
  font-size: 1.3rem;
  line-height: 1.8;
}
.list_i_{
  width: 100%;
}
.itemspec_{
  margin: 0 0 5% 0;
  font-size: 13px;
  color: #666666;
  line-height: 2;
}
.link_ .itemName_ {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  line-height: 1.8;
  margin: 2em 0 1em;
  font-size: 1.3rem;
  padding: 0;
}
.link_{
  margin: 0 0 3% 0;
  text-align: left;
}
.bar_{
  margin: 5% 0 10%;
}
/* 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: -40px 0 0 0;
  z-index: 100;
}
.article_ span{
   font-size: 1.2rem;
}
.article_{
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin: 5% 2%;
}
.capArc_{
  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: 6% 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;
  font-size: 1.5rem;
}
.l-footer-banner__item i.fab{
  font-size: 1.5rem;
  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}

.itemArea_{
  margin: 5% 0;
}
.secCap_{
  margin: 5% 0;
  font-size: 1.3rem;
}
.secCap_ p{
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 0 2em 0;
}
.secCap_:first-letter{
  font-size: 2.5em;
  line-height: 1;
  float: left;
  margin: 1% 2% 0 0;
  padding: 1%;
  color:#ffffff;
  background:#003894;
}
.secSubTtl_ {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 2em 0 1em;
}
.moreText_ {
  border: 1px solid #ebebeb;
  padding: 8%;
  margin: 10% auto;
}
.textArea_ {
  text-align: center;
}
}

@media only print, only screen and (min-width: 768px){
.sp,
.tab_sp,
.pc{
  display:none;
}
.tab{
  display:block;
}
.inner_{
  margin: 0;
  padding: 5% 0;
  text-align: center;
}
#mainVisual {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 5% 0;
  font-size: 0.9rem;
  margin: 0;
}
.ttl_{
  display: inline-block;
  width: 45%;
  margin: 0 auto;
  vertical-align: middle;
}
.point_ {
  display: inline-block;
  width: 36%;
  vertical-align: middle;
  margin: 0 auto;
}
.date_{
  font-family: 'Avenir','Arial';
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #333333;
  display: inline-block;
  margin: 0 0 8% 0;
}
.itemArea_{
  width: 100%;
  margin: 5% auto;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.secTtl_{
  font-size: 1.8rem;
  line-height: 1.8;
}
.secTtl_ span{
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  margin: 0;
  font-size: 1.8rem;
}
h2.secTtl_::after{
  content: "";
  position: absolute;
  width: 47px;
  height: 71px;
  background-image: url(https://www.shipsltd.co.jp/campaign/2019/begin_vasic/common/images/icon_b.png);
  background-size: contain;
  vertical-align: middle;
}
.secCap_{
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  padding: 5% 0;
}
.secCap_:first-letter{
  font-size: 2.5em;
  line-height: 1;
  float: left;
  margin: 1% 2% 0 0;
  padding: 1%;
  color:#ffffff;
  background:#003894;
}
.itemspec_{
  margin: 0 0 5% 0;
  font-size: 1.2rem;
  color: #666666;
  line-height: 2;
}
.link_ .itemName_ {
  width: 50%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  line-height: 1.8;
  margin: 0;
  font-size: 12px;
  padding: 0;
}
.moreText_ {
  border: 1px solid #ebebeb;
  padding: 5%;
  width: 90%;
  margin: 0 auto 5%;
}
.caption_ {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
/* Arcives */
#archive{
  background: rgba(0, 56, 148, 0.1);
  padding: 5%;
}
.arcTtl_{
  font-size: 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-size: 1.2rem;
}
.article_ span{
  font-size: 1.2rem;
}
.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: none;
  margin: 3% 0 5% 0;
  display: block;
}
.l-footer__header::after{
  margin: 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.5rem;
  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}



.secSubTtl_{
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
}

@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;
  font-size: 0.9rem;
  margin: 0 0 5% 0;
}
#contentArea{
  width: 1000px;
  margin: 5% auto;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
  padding: 0;
}

.ttl_{
  display: inline-block;
  width: 42%;
  margin: 0 auto;
  vertical-align: middle;
}
.point_ {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  margin: 0px 15px;
}
.itemArea_{
  margin: 5% auto 0;
  padding: 0 0 5% 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.secCap_{
  margin: 0;
  line-height: 2;
  font-size: 1.4rem;
}
.secCap_ p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.secTtl_{
  font-size: 2.4rem;
  line-height: 1.8;
}
.secTtl_ span{
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  font-size: 2.4rem;
}
h2.secTtl_::after{
  content: "";
  position: absolute;
  width: 52px;
  height: 80px;
  background-image: url(https://www.shipsltd.co.jp/campaign/2019/begin_vasic/common/images/icon_b.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_i_{
  display: inline-block;
  width: 55%;
  vertical-align: middle;
  margin: 0;
}
.list_t_{
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  margin: 0 0 0 3%;
  text-align: left;
}
.secSubTtl_{
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
.itemspec_{
  margin: 0 0 5% 0;
  font-size: 1.2rem;
  color: #666666;
  line-height: 2;
}
.link_ .itemName_ {
  width: 50%;
  display: inline-block;
  text-align: left;
  vertical-align:top;
  line-height: 1.8;
}
.itemCap_{
  margin: 2em 0 0 0;
}
.link_{
  margin: 5% 0 0 0;
}
.moreText_ {
  border: 1px solid #ebebeb;
  padding: 5%;
  width: 785px;
  margin: 0 auto 5%;
}
h4 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  line-height: 1.8;
}
.caption_ {
  display: inline-block;
  margin: 0 10%;
  vertical-align: top;
}
.moreText_ {
  border: 1px solid #ebebeb;
  padding: 7% 0;
  width: 785px;
  margin: 0 auto 15%;
}
/* Arcives */
#archive{
  background: rgba(0, 56, 148, 0.1);
  padding: 5%;
}
.arcTtl_{
  font-size: 6rem;
  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: 22%;
  vertical-align: top;
  margin: 3% 1%;
}
.article_ span{
  font-size: 1.2rem;
}
.capArc_{
  font-size: 1.2rem;
  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: "";
  margin: 0;
  display: block;
  padding: 0;
}
.l-footer__header::after {
  content: "";
  border-top: none;
  margin: 0;
  display: block;
}
.l-footer-banner{
  text-align:left;
  padding:10px 0 0 0;
}
.l-footer-banner__item{
display: inline-block;
  letter-spacing: normal;
  max-width: 320px;
  padding: 0 10px 0 0;
  font-family: 'Avenir','Arial';
  color: #003894;
  font-size: 1.3rem;
  font-style: italic;
}
.l-footer-banner__item i.fab{
  font-size: 1.3rem;
  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}
}
