#mainArea{
  margin: 0 auto;
  font-size: 100%;
  line-height: 2.2rem;
  text-align: center;
  letter-spacing: 1px;
}
p{
  line-height: 2.0;
  font-size: 1.2rem;
  margin: 3% 0 5%;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.font_20{
  font-size: 2.0rem;
}
.font_30{
  font-size:3.0rem !important;
}
.ttl_{
  font-size: 3rem;
  margin: 10% auto 0;
  text-align: center;
  font-family: helvetica;
  font-weight: 700;
}
.ttl_ p{
  font-size: 1.8rem;
  font-weight: normal;
}
.ttl_ p:before{
  border-top: 2px solid #000000;
  /* position: absolute; */
  content: "";
  display: block;
  width: 2%;
  margin: 0 auto 2%;
}
.block{
  display: block;
}
.ma{
   margin: 0 0 0 4%;
}
.ma_l_2{
  margin: 0 0 0 2%;
}
.ma_r_2{
  margin: 0 2% 0 0;
}
.lead_text{
  font-size: 1.2rem;
  line-height: 2;
  padding: 5% 0 3% 11%;
}
.attention{
  color:#a50100;
}
/* Header Images */
.mainBnr_ ul{
  position: relative;
  width: 1100px;
  margin: 5% auto 7%;
  height: 700px;
}
.mainBnr_ ul li:first-child{
  z-index: 0;
  position: absolute;
  top: 31%;
  width: 577px;
}
.mainBnr_ ul li:last-child{
  text-align: right;
}
/* Top Page Original */
.content_{
  margin: 0 0 15% 0;
}
.w_1100{
  width: 1100px;
  margin: 2% auto 5%;
}
.btn_{
  width: 28%;
  display: inline-block;
  margin: 0 1%;
}
.btn_ a{
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 0;
  background: #ffffff;
  border-radius: 25px;
  font-size: 12px;
  border: 1px solid #04345a;
  color: #04345a;
  text-decoration: none;
  margin: 5% auto;
  -webkit-transition: .6s;
  transition: .6s;
  text-align: center;
}
.btn_ a:hover{
  background: #04345a;
  color: #ffffff;
}
.content_itemTab{
  margin: 5% auto;
  padding: 0;
}
ul#tabs{
  width: 800px;
  margin: 0 auto;
}
ul#tabs li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10%;
  width: 17%;
}
ul#tabs li#shipsj,ul#tabs li#shipsm {
  text-decoration: none;
  font-size: 1.5rem;
  font-family: helvetica;
  font-weight: 700;
}
ul#tabs li.chose {
  color: #000000 !important;
  border-bottom: 6px solid #000000;
  padding: 0 0 1% 0;
}
.hide{
  display: none;
}
.itemName{
   font-size: 1.2rem;
}
.tab_content{
  text-align: left;
  margin: -3px auto 0;
  border-top: 1px solid #000000;
}
.section_{
  text-align: center;
}
.section_rec ul li{
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.section_rec ul li:last-child{
  vertical-align: top;
}
.section_cat ul li{
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.section_cat ul li span{
  margin: 2% 0;
}
.section_cat ul li:last-child {
  width: 66%;
  margin: 2% 0;
  text-align: left;
}
.section_cat ul li:last-child img{
  margin: 0 15% 0 0;
}
.section_cat ul li:last-child div{
  width: 30%;
  margin: 1% 0;
  display: inline-block;
}
figure.main {
  position: relative;
  overflow: hidden;
  width: 520px;
  margin: 0;
}
figcaption.maincap {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 20%;
  background: rgba(255,255,255,0.5);
  -webkit-transition: .6s;
  transition: .6s;
  opacity: 1;
  padding: 2% 5%;
}
figure.main:hover figcaption.maincap {
  bottom: 0;
  left: 0;
}
.hover01 figure.sub img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover01 figure.sub:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
figure.sub {
  width: 233px;
  height: 276px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure.sub:hover+span {
  bottom: -36px;
  opacity: 1;
}
.column {
  padding: 0;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 49%;
  text-align: center;
  margin: 0 0 4% 0;
  vertical-align: top;
}
.column div:nth-child(even) {
  margin-left: 0;
}
.column div span {
  margin: 2% auto;
  padding: 0;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: block;
  text-align: left;
  width: 220px;
}
.howto_ ul{
  margin: 0 auto;
}
.value_{
  text-align: center;
}
.value_ p{
  margin: 0;
  padding: 0;
}
.value_ span{
  font-size: 30px;
}
.howto_ ul li{
  width: 46.5%;
  border: 1px solid #ebebeb;
  padding: 3%;
  text-align: left;
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
}
.wrap_cap{
  display: inline-block;
  width: 39%;
  margin: 0 0 0 3%;
}
/* utility */
path {
  fill: none;
  stroke: #000000;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: hello 2s ease-in forwards;
  animation: hello 2s 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:#000000;
}
}