<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
/* !header
---------------------------------------------------------- */
.sp_hide {
  display: none;
}
.inner {
  max-width: 1120px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.home #header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.home .headerBox:before {
  display: none;
}
#header {
  width: 100%;
  /*font-family: vdl-v7mincho, sans-serif;*/
  overflow: initial;
  background-color: #fff;
  z-index: 1001;
  font-weight: bold;
  height: 66px;
}
#headerIn {
  max-width: 1170px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
#headerLogo {
  padding-left: 15px;
  width: 241px;
  float: none;
  padding-top: 17px;
  box-sizing: border-box;
}
.headerNav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.headerBox {
  float: none;
  background: rgba(0, 35, 91, 0.91);
  height: 100vh;
  padding-right: 0;
  padding-top: 85px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  box-sizing: border-box;
  position: relative;
}
.outLink {
  display: block;
  margin: 20px 0 10px;
  width: 100%;
}
.outLink a {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  color: #fff;
  background: url('../img/common/recruit_icon.png')no-repeat left 9px center;
  background-color: rgba(236, 90, 36, 0.8);
  background-size: 21px auto;
  padding: 0 17px 0 48px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 100%;
  max-width: 165px;
  margin-top: 10px;
  font-size: 1.15rem;
  height: 50px;
}
.outLink a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 3px;
  height: 3px;
  content: '';
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
.outLink a.email {
  background: url('../img/common/email_icon.png')no-repeat left 11px center;
  background-color: rgba(0, 113, 183, 0.8);
  background-size: 16px auto;
  padding: 0 15px 0 38px;
  letter-spacing: 0.1em;
}
.outLink a.english {
  display: none;/*非表示*/
  background: url('../img/common/english_icon.png')no-repeat left 10px center;
  background-color: rgba(255, 255, 255, 0.7);
  height: 26px;
  max-width: 105px;
  display: flex;
  margin: 10px auto 0;
  background-size: 15px auto;
  padding: 0 12px 0 32px;
  letter-spacing: 0.1em;
  color: #333;
}
.outLink a.schedule {
  background: url('../img/common/schedule_icon.png')no-repeat left 11px center;
  background-color: rgba(64,183,0,0.80);
  background-size: auto 16px;
  padding: 0 15px 0 38px;
  letter-spacing: 0.1em;
}

.outLink a.english:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.btnMenu {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.btnMenu a {
  display: block;
  width: 69px;
  height: 66px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  font-family: adelle, serif;
  font-weight: 700;
  font-style: normal;
  opacity: 1;
}
.btnMenu a span {
  display: block;
  background: #0071b7;
  width: 27px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.btnMenu a span:first-child {
  top: 13px;
}
.btnMenu a span:nth-child(2) {
  margin-top: -10px;
  top: 50%;
}
.btnMenu a span:nth-child(3) {
  margin-top: 2px;
  top: 50%;
}
.btnMenu.active a span:first-child {
  -webkit-transform: translateY(11px) rotate(45deg);
  -moz-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
.btnMenu.active a span:nth-child(2) {
  opacity: 0;
}
.btnMenu.active a span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -moz-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
.btnMenu a .menu {
  display: inline-block;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  color: #0059a3;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  bottom: 6px;
}
.btnMenu a .close {
  display: inline-block;
  display: none;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  color: #0059a3;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  bottom: 6px;
}
.btnMenu.active a .close {
  display: block;
}
.btnMenu.active a .menu {
  display: none;
}
#breadcrumb {
  display: none;
}
#gNavi ul {
  display: block;
  text-align: center;
}
#gNavi ul li {
  padding: 0;
}
.home #gNavi ul li a {
  color: #fff;
}
#gNavi ul li a {
  padding: 19px 10px;
  font-size: 1.5rem;
  display: block;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  position: relative;
}
#gNavi ul li:first-child a {
  padding-top: 0;
}
#gNavi ul li a.active:after {
  display: none;
}
/* !#mainVisual
---------------------------------------------------------- */
#mainVisual {
  background: url('../img/top/main_sp.jpg')no-repeat center center;
  /*height: 470px;*/
  height: 555px;
  background-size: cover;
  /*overflow:auto;*/
  position: relative;
}
.sdgs_block {
  position: absolute;
  bottom: 80px;
	left: 0;
}

.sdgs_block img {
  width: 50%;
}
/*-------------*/
.ladies_block {
  position: absolute;
  bottom: 10px;
	left: 0;
	/*right: 0;
  text-align: right;*/
}
.ladies_block img {
  width: 50%;
}
/*-------------*/
.souko_block {
  position: absolute;
  bottom: 80px;
  /*bottom:100px;*/
	right: 0;
	text-align: right;
}
.souko_block img {
  width: 50%;
}

/*-------*/

.sponsor_block {
  position: absolute;
  bottom: 10px;
	right: 0;
	text-align: right;
}
.sponsor_block img {
  width: 50%;
}

/*-------*/

.mainImg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*
#mainVisual::before {
  content: '';
  display: inline-block;
  background: url("../img/sp/sp_bottom.png")no-repeat;
  background-size: contain;
  width: 100%;
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
*/

.mainImg li {
  height: 470px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainBox {
  top: 155px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  padding: 0 10px;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.mainNumber {
  letter-spacing: 0.2em;
  padding-bottom: 15px;
}
.mainNumber span, .mainText span {
  display: inline;
  animation-name: fadeInLeft;
  -webkit-animation: fadeInLeft;
  animation-duration: 1.5s !important;
  -webkit-animation-duration: 1.5s !important;
  animation-fill-mode: both !important;
  -webkit-animation-fill-mode: both !important;
}
.mainText {
  padding-top: 15px;
  font-size: 1.75rem;
}
.kv_status {
  position: relative;
  grid-area: status;
}
.kv_status:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
.kv_status_bar {
  position: relative;
  display: block;
  margin-right: 1.92308em;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-animation: process 7.5s ease-in-out forwards;
  animation: process 7.5s ease-in-out forwards;
}
@-webkit-keyframes process {
  0% {
    width: 0%;
    opacity: 1
  }
  100% {
    width: 100%;
    opacity: 1
  }
}
@keyframes process {
  0% {
    width: 0%;
    opacity: 1
  }
  100% {
    width: 100%;
    opacity: 1
  }
}
@keyframes fadeInUpLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-1000px, 1000px); /* Safari */
    transform: translate(-1000px, 1000px); /* 标准语法 */
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 10px); /* Safari */
    transform: translate(0, 10px); /* 标准语法 */
  }
}
.mainItem {
  bottom: 88px;
  max-width: 330px;
  overflow: unset;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 5;
}
.mainItem .mainInner {
  padding: 0 20px;
  box-sizing: border-box;
}
/* .mainItem .slick-list{
	transform: skew(-10deg) !important;
}
.mainItem ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 5px 0 25px;
	transform: skew(10deg);
} */
.mainItem ul li {
  /* opacity: 0; */
  padding: 0 10px;
}
.mainItem ul li.slick-active {
  /* opacity: 1; */
}
.mainItem ul li a {
  padding: 5px 0 0;
  color: #fff;
  display: block;
  box-sizing: border-box;
}
.mainList {
  padding: 4px 7px 7px;
  margin-left: 0;
  min-height: 68px;
  height: 68px;
  transform: skewX(-10deg);
  box-sizing: border-box;
  position: relative;
}
.mainList:after {
  position: absolute;
  top: -5px;
  left: -5px;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -6;
}
.mainList:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 35, 91, 0.8);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 4;
}
#mainVisual .slick-slide img {
  margin: 0 auto;
}
.mainItem ul li.slick-current .mainList:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.mainItem ul li.slick-current dd {
  color: #00235b;
}
.mainMess {
  transform: skewX(10deg);
  position: relative;
  z-index: 10;
}
.mainMess dl {
  width: 100%;
}
.mainMess dl dd {
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding-top: 30px;
  background-size: auto 27px;
  height: 60px;
  box-sizing: border-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.33;
}
.mainItem ul li.slick-current.tips01 dl dd {
  background: url(../img/top/tips01_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.slick-current.tips02 dl dd {
  background: url(../img/top/tips02_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.slick-current.tips03 dl dd {
  background: url(../img/top/tips03_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.slick-current.tips04 dl dd {
  background: url(../img/top/tips04_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.slick-current.tips05 dl dd {
  background: url(../img/top/tips05_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.slick-current.tips06 dl dd {
  background: url(../img/top/tips06_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.slick-current.tips07 dl dd {
  background: url(../img/top/tips07_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.slick-current.tips08 dl dd {
  background: url(../img/top/tips08_sp.png)no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips01 dl dd {
  background: url('../img/top/tips01.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips02 dl dd {
  background: url('../img/top/tips02.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips03 dl dd {
  background: url('../img/top/tips03.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips04 dl dd {
  background: url('../img/top/tips04.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips05 dl dd {
  background: url('../img/top/tips05.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips06 dl dd {
  background: url('../img/top/tips06.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips07 dl dd {
  background: url('../img/top/tips07.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips08 dl dd {
  background: url('../img/top/tips08.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips01 a:hover dl dd {
  background: url('../img/top/tips01_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips02 a:hover dl dd {
  background: url('../img/top/tips02_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips03 a:hover dl dd {
  background: url('../img/top/tips03_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips04 a:hover dl dd {
  background: url('../img/top/tips04_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips05 a:hover dl dd {
  background: url('../img/top/tips05_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips06 a:hover dl dd {
  background: url('../img/top/tips06_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips07 a:hover dl dd {
  background: url('../img/top/tips07_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainItem ul li.tips08 a:hover dl dd {
  background: url('../img/top/tips08_sp.png')no-repeat top center;
  background-size: auto 27px;
}
.mainSerch {
  position: absolute;
  width: 100%;
  /*bottom: 0;*/
  bottom: -56px;
  left: 0;
  background-color: #29a6dd;
  /*background-color: rgba(0, 89, 163, 0.8);*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  z-index: 1000;
}
.mainLeft {
  font-size: 1.5rem;
  padding-left: 25px;
  background: url('../img/top/serch_icon.png')no-repeat left center;
  background-size: 21px auto;
  color: #fff;
  letter-spacing: 0.07em;
  box-sizing: border-box;
}
.mainSerch .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.mainRight {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainRight a {
  margin-left: 0;
  width: 40px;
  height: 32px;
  display: inline-block;
}
.tabArea .tabInner {
  padding: 12px 15px;
  box-sizing: border-box;
}
.mainTop {
  display: none;
  width: 100%;
  padding: 15px 0;
  /*background-color: #13447a;*/
  background-color: #237eb5;
}
.mainTop ul {
  margin-left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.mainTop ul li {
  float: none;
  padding-left: 0;
  width: 100%;
}
.mainTop ul li a {
  font-size: 1.4rem;
  padding: 20px 0 20px 70px;
  background: url('../img/common/select01.png')no-repeat left center;
  background-size: 50px auto;
  color: #fff;
  display: block;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.mainTop ul li:nth-child(2) a {
  background: url('../img/common/select02.png')no-repeat left center;
  background-size: 50px auto;
}
.mainTop ul li:nth-child(3) a {
  background: url('../img/common/select03.png')no-repeat left center;
  background-size: 50px auto;
}
.mainTop ul li:nth-child(4) a {
  background: url('../img/common/select04.png')no-repeat left center;
  background-size: 50px auto;
}
.mainTop ul li:nth-child(5) a {
  background: url('../img/common/select05.png')no-repeat left center;
  background-size: 50px auto;
}
.mainRight.active .mainSpan .mainBlock {
  display: none;
}
.mainRight .mainSpan .mainNone {
  display: none;
}
.mainRight.active .mainSpan .mainNone {
  display: block;
}
.mainRight .mainBtn p:last-child {
  display: none;
}
.mainRight.active .mainBtn p:last-child {
  display: block;
}
.mainRight.active .mainBtn p:first-child {
  display: none;
}
#mainVisual .slick-arrow {
  width: 40px;
  height: 40px;
  margin-top: -26px;
  cursor: pointer;
}
#mainVisual .slick-prev {
  background: url('../img/top/prev_left.png') center center no-repeat;
  background-size: auto;
  left: -40px;
}
#mainVisual .slick-next {
  background: url('../img/top/prev_right.png') center center no-repeat;
  background-size: auto;
  right: -40px;
}
.scrollBtn {
  display: none;
}
/* !footer
---------------------------------------------------------- */
#footer {
  padding: 23px 0 0;
  box-sizing: border-box;
  background-color: #1d2433;
}
#footer .inner {
  position: relative;
}
.footerLogo {
  margin-bottom: 25px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #fff;
}
.footerLogo dl {
  display: block;
  width: 100%;
}
.footerLogo dl dt, .footerLogo dl dd {
  font-size: 1.35rem;
  display: block;
  color: #fff;
}
.footerLogo dl dt {
  width: 100%;
  text-align: center;
}
.footerLogo dl dd {
  padding-left: 0;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.footerLogo dl dd a {
  color: #fff;
}
.footerLogo_font {
  margin-bottom: 0;
}
.footerLogo dl dd p:nth-child(2n) {
  padding-left: 0;
  box-sizing: border-box;
}
#footer .footerIn {
  display: none;
}
#copyright {
  font-size: 1.2rem;
  padding: 8px 0 9px;
  text-align: center;
  color: #fff;
  background-color: #15325f;
  letter-spacing: 0.2em;
  font-family: adelle, serif;
}
.noteBot {
  font-size: 1.15rem;
  padding: 14px 15px 15px;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  text-align: center;
  color: #808080;
}
.footerLink {
  text-align: center;
}
.footerLink a {
  border: 1px solid #fff;
  width: 100%;
  max-width: 217px;
  margin: 0 auto;
  height: 49px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.footerLink a span {
  display: block;
  box-sizing: border-box;
  padding: 0 32px 0 82px;
  background: url('../img/common/tel.png')no-repeat left 25px center;
  background-size: 40px auto;
}
.footerLink a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
}
/* !top__________Page
---------------------------------------------------------- */
.newsArea {
  /*padding: 24px 5px;*/
  padding: 80px 5px 24px;
  box-sizing: border-box;
}
.newsMust {
  margin-bottom: 35px;
  position: relative;
}
.newsMust dl {
  width: 100%;
  border-bottom: 1px solid #bc272d;
  padding-bottom: 15px;
}
.newsMust dl dt, .newsMust dl dd {
  display: block;
}
.newsMust dl dt {
  width: 100%;
}
.newsMust dl dt span {
  margin-right: 8px;
  display: inline-block;
}
.newsMust dl dd {
  padding-left: 0;
  box-sizing: border-box;
  padding-top: 10px;
}
.newsMust dl dd a {
  font-size: 1.4rem;
  display: block;
  color: #333333;
}
.newsMust dl dt p {
  font-size: 1.658rem;
  display: inline-flex;
  align-items: center;
  color: #bc272d;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.newsBtn {
  top: 4px;
  transform: translateY(0);
  font-size: 1.25rem;
  letter-spacing: 0;
  position: absolute;
  right: 0;
}
.newsItem {
  position: relative;
}
.newsItem.pick{
  margin-bottom: 35px;
}
.newsItem .newsBtn {
  top: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 102px;
  height: 35px;
  border: 1px solid #949494;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.35rem;
}
.newTac {
  text-align: center;
  margin-top: 23px;
}
.newsItem h2 {
  text-align: center;
  font-size: 1.75rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0848a5;
  letter-spacing: 0.3em;
  position: relative;
}
.newsItem h2:before {
  width: 21px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  left: 0;
  background: #0848a5;
  height: 1px;
  content: '';
}
.newsItem dl {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #949494;
}
.newsItem dl dt, .newsItem dl dd {
  display: block;
  font-size: 1.25rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.newsItem dl dt {
  padding-left: 0;
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
}
.newsItem dl dt span {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  background-color: #0848a5;
  font-size: 1.1rem;
  padding: 3px 12px 2px;
  margin-left: 10px;
  font-weight: bold;
}
.newsItem dl dd {
  font-size: 1.4rem;
  padding-left: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
}
.newsItem dl dd a {
  display: block;
}
.companyArea {
  background: url('../img/top/companyBg_sp.png')no-repeat right 0 top;
  padding-top: 45px;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.companyArea:before {
  display: none;
}
.companyArea:after {
  display: none;
}
.companyList {
  max-width: 100%;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
.company01 {
  font-size: 1.65rem;
  letter-spacing: 0.4em;
  font-weight: bold;
  color: #0848a5;
}
.company01 span {
  letter-spacing: 0;
  font-size: 3.2rem;
  display: block;
  line-height: 1;
}
.company02 {
  margin: 40px 0 15px;
  font-size: 1.8rem;
  color: #0848a5;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.company03 {
  font-size: 1.25rem;
  color: #0848a5;
  font-weight: bold;
}
.company04 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.82;
  margin: 0 0 25px;
}
.companyBox {
  background-color: #0848a5;
  width: calc(100% + 50px);
  margin: 0 -25px;
  padding: 20px 30px 35px;
  box-sizing: border-box;
}
.companytable tr td {
  width: auto;
  vertical-align: top;
  font-size: 1.4rem;
}
.btnstyle01 {
  text-align: center;
}
.btnstyle01 a {
  font-size: 1.2rem;
  max-width: 151px;
  height: 50px;
  color: #0848a5;
  width: 100%;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btnstyle02 a {
  max-width: 230px;
}
.btnstyle03 a {
  max-width: 90%;
}
.btnstyle01 a span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 10;
  border: 1px solid rgba(77, 77, 77, 0.68);
}
.btnstyle01 a span:before {
  right: 12px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #0848a5;
  border-right: 1px solid #0848a5;
  transform: rotate(45deg);
  content: '';
}
.btnstyle01 a:after {
  top: 5px;
  left: 5px;
  border: 1px solid rgba(77, 77, 77, 0.68);
  /*border: 1px solid rgba(255, 255, 255, 0.68);*/
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
}
.btnstyle01.blue a:after {
  border: 1px solid #8fccee;
}
.btnstyle01.blues a:after {
  border: 1px solid #1f99dd;
}
.blueText {
  color: #29a6dd !important;
}
.greenText {
  color: #00a498 !important;
}
.btnstyle01.blue a {
  color: #fff;
}
.btnstyle01.blue a span {
  background-color: #1f99dd;
}
.btnstyle01.blue a span:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.companyPic {
  text-align: center;
  width: calc(100% + 50px);
  margin: 0 -25px;
  margin-top: 20px;
}
.companyPic img {
  width: 100%;
}
.businessArea {
  margin: 30px 0 0;
}
.businessArea .company01 {
  text-align: center;
}
.business02 {
  font-size: 1.8rem;
  padding: 30px 0 30px;
  text-align: center;
  color: #0848a5;
  letter-spacing: 0.5em;
  box-sizing: border-box;
  font-weight: 500;
}
.businessList {
  background: url('../img/top/bussiness_tips.png')no-repeat left bottom;
  background-size: 100% auto;
  padding-top: 0;
}
.businessItem {
  background-color: transparent;
  padding-bottom: 0;
  text-align: center;
}
.businessItem img {
  width: 100%;
}
.businessBox {
  /*background: url('../img/top/bussiness_info.jpg')no-repeat center center;
	background-size: cover;*/
  /*padding: 15px 30px 30px;*/
  padding: 35px 0px 30px;
  max-width: 100%;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: center;
  /*color: #fff;*/
  z-index: 99;
  background: url("../img/top/spbg.jpg")no-repeat center center;
  background-size: cover;
}
.businessSub {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  color: #0848a5;
  font-weight: bold;
  color: #fff;
}
.businessMon {
  font-size: 1.4rem;
  line-height: 1.82;
  margin-bottom: 17px;
  padding: 0 23px;
  color: #fff;
  text-align: left;
}
.font01 {
  margin: 10px 0 69px;
}
.backImages {
  background: url(../img/top/product_sp.png)no-repeat top center;
  padding-top: 0;
  background-size: 100% auto;
}
.productArea {
  /*background: url('../img/top/product01_sp.png')no-repeat left bottom;
	background-size:100% 80%;*/
  height: auto;
}
.contSectionTop .productArea {
  /*background: url(../img/top/product02_sp.png)no-repeat right bottom;
	background-size:100% 80%;*/
}
.productArea .inner {
  max-width: 100%;
  position: relative;
}
.backImages .contSection {
  padding-top: 35px;
}
.productItem {
  max-width: 100%;
  width: 100%;
  padding: 20px 20px 37px;
  color: #fff;
  box-sizing: border-box;
}
.product01 {
  font-size: 1.15rem;
  padding: 16px 0;
  font-weight: bold;
  box-sizing: border-box;
  letter-spacing: 0.3em;
  color: #2e318d;
}
.product02 {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.35;
  color: #2e318d;
  font-weight: bold;
}
.product03 {
  font-size: 1.75rem;
  padding: 17px 0 10px;
  font-weight: bold;
}
.product04 {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-bottom: 15px;
  padding-top: 5px;
  color: #4d4d4d;
}
.productImg {
  position: relative;
  top: 0;
  max-width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}
.productImg:before {
  display: none;
}
.contSectionTop {
  margin-top: 0;
}
.contSectionTop02 {
  margin-top: 0;
}
.contSectionTop .productImg:before {
  background: url('../img/top/product_img02.png')no-repeat center center;
  right: 10px;
}
.contSectionTop .productArea {
  /*background: url('../img/top/product02.png')no-repeat right bottom;
    background-size: 100% 80%;*/
}
.contSectionTop .productItem {
  float: none;
}
.contSectionTop .productImg {
  right: unset;
  left: 0;
}
.recruitArea {
  position: relative;
  background: url(../img/top/recruit_tips_sp.png)no-repeat right top;
  background-color: #e5f7fd;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
  background-size: cover;
}
.recruitArea:before {
  display: none;
}
.recruitArea:after {
  display: none;
}
.recruitArea .inner {
  max-width: 100%;
}
.recruitPic {
  text-align: center;
}
.recruitPic img {
  width: 100%;
}
.recruitItem {
  padding: 20px 0 0;
}
.recruitLeft {
  max-width: 100%;
  padding: 0 27px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.recruit01 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4em;
  color: #1f99dd;
}
.recruit01 span {
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0;
  line-height: 1;
}
.recruit02 {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 30px 0 25px;
  line-height: 1.6;
  color: #4d4d4d;
}
.contSection .btnstyle01 a:after {
  /*border: 1px solid rgba(255, 255, 255, 0.68);*/
  border: 1px solid rgba(77, 77, 77, 0.68);
}
.contSection .btnstyle01.blue a:after {
  border: 1px solid #83c8ed;
}
.website {
  background: url('../img/business/icon.png')no-repeat left 13px center;
  background-size: 12px auto;
}
/* !company__________Page
---------------------------------------------------------- */
.PageArea {
  padding: 40px 0 0;
  font-family: vdl-v7mincho, sans-serif;
  font-weight: bold;
}
.PageItem {
  padding: 0 10px;
  box-sizing: border-box;
}
.PageItem ul {
  margin-left: -15px;
}
.PageItem ul li {
  padding: 0 0 0 15px;
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
}
.PageItem ul li a {
  display: block;
  font-weight: bold;
  color: #333333;
  padding: 0 0 35px;
  font-size: 1.3rem;
  box-sizing: border-box;
  background: url('../img/common/arrow_down.png')no-repeat center bottom 10px;
  background-size: 14px auto;
  border-bottom: 1px solid #cccccc;
  line-height: 1.63;
}
.companyPageItem {
  padding: 70px 10px 0;
  box-sizing: border-box;
  position: relative;
}
.companyPageItem:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../img/company/company_bg01_sp.png')no-repeat right center;
  width: 323px;
  height: 321px;
  background-size: 100% auto;
  content: '';
  z-index: -5;
}
.companyPageList {
  margin: 45px 0 0;
}
.companyPageListSp {
  display: table;
  width: 100%;
}
.companyPageLeft {
  float: none;
  width: 100%;
  margin-top: 45px;
}
.companyname {
  margin-top: 20px;
  text-align: right;
}
.companyname img {
  width: 170px;
}


.companyname p span {
  margin-left: 20px;
}


.companyPageRight {
  padding-left: 0;
  overflow: hidden;
  display: table-header-group;
  text-align: center;
}
.companyPageRight p {
  max-width: 187px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.companyPageRight p:before {
  position: absolute;
  top: 10px;
  left: 10px;
  background: url('../img/common/teaser_h2.jpg')no-repeat 0 0;
  width: 100%;
  background-size: cover;
  height: 100%;
  content: '';
  z-index: -1;
}
.mb25 {
  margin-bottom: 13px;
}
.blueInfo {
  color: #0848a5;
  font-size: 1.4rem;
  line-height: 1.58;
}
.blackInfo {
  font-size: 1.4rem;
  line-height: 1.58;
}
.blackInfo02 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 38px;
}
.blackInfo02 p+p{
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 38px;
}

.blackInfo02 span {
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 5px;
  box-sizing: border-box;
}
.blackInfo02 span img {
  width: 120px;
}
.mt35 {
  margin-top: 15px;
}
.companyDlLeft {
  float: none;
  width: 100%;
  padding-left: 0;
}
.companyDlRight {
  float: none;
  width: 100%;
  padding-left: 0;
}
.companyPageItem02 {
  padding-top: 100px;
}
.companyPageItem02 .companyPageList {
  margin: 30px 0 0;
}
.companyPageList dl {
  display: block;
  width: 100%;
}
.companyPageList dl dt, .companyPageList dl dd {
  display: block;
  font-size: 1.3rem;
  padding: 7px 13px;
  border-bottom: 5px solid #fff;
  box-sizing: border-box;
}
.companyPageList dl dt {
  width: 100%;
  background-color: #0848a5;
  color: #fff;
  font-weight: bold;
}
.companyPageList dl dd {
  border-left: 0;
  background-color: #eaeaea;
  box-sizing: border-box;
}
.companyPageList dl dd p {
  line-height: 1.2;
  font-size: 1.35rem;
}
.mt60 {
  margin-top: 45px;
}
.companyPageItem03 {
  margin: 65px 0 0;
  padding: 40px 0 25px;
  background: url('../img/company/company_bg02.png')no-repeat center center;
  background-size: auto 80%;
}
.companyPageImg {
  margin-top: 30px;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}
.companyPageItem04 {
  padding: 35px 0 0;
}
.formationRight {
  float: none;
  width: 100%;
}
.formationLeft {
  float: none;
  width: 100%;
}
.formationRight img, .formationLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formationOvh {
  padding: 20px 35px 30px;
  overflow: hidden;
  background: url('../img/common/teaser_h2.jpg')no-repeat 0 0;
  background-size: cover;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  word-wrap: break-word;
  color: #fff;
}
.formationOvh02 {
  padding: 20px 35px 30px;
}
.formationOvh h3 {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.73;
}
.formationOvh p {
  font-size: 1.4rem;
  line-height: 1.53;
  margin: 15px 0;
}
.formationOvh p.taR {
  text-align: center !important;
}
.trackImg {
  background: url('../img/company/images06_sp.jpg')no-repeat 0 0;
  background-size: 100% 100%;
  margin: 30px 2px 40px;
  height: 135px;
  position: relative;
}
.trackBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.trackBox h2 {
  font-size: 2.1rem;
  letter-spacing: 0.4em;
  margin-bottom: 15px;
  font-weight: bold;
}
.trackBox .btnstyle01 a {
  font-size: 1.1rem;
  max-width: 125px;
  height: 40px;
}
.companyyakuin {
  margin: 0 auto;
}
.companyyakuin p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.yakuin_01 {
  width: 100%;
}
.yakuin_02 {
  width: 100%;
}
.yakuin_full {
  width: 100%;
}
.companyyakuin dl {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.companyyakuin dl dt {
  /*width: 26%;*/
	width: 30%;
  display: table-cell;
  font-size: 1.4rem;
}
.companyyakuin dl dd span {
  margin-left: 15px;
  font-size: 1.4rem;
}

.companyyakuin dl:nth-child(5)  dd span,
.companyyakuin dl:nth-child(8)  dd span,
.companyyakuin dl:last-child dd span {
  margin-left: 7px;
  font-size: 1.4rem;
}

.companyyakuin .yakusyoku{
	padding-left: 6.3em;
	font-size:100%;
}

/* !history__________Page
---------------------------------------------------------- */
.historicalWrap {
  padding: 30px 0;
}
.historicalItem {
  padding: 35px 0 0;
}
.historicalList {
  margin-top: 23px;
  padding: 0 10px;
  box-sizing: border-box;
}
.historicalLeft {
  float: none;
  width: 100%;
}
.historicalRight {
  overflow: hidden;
  padding-left: 0;
  margin-top: 30px;
  text-align: center;
}
.historicalBox {
  padding-left: 20px;
  padding-bottom: 25px;
  box-sizing: border-box;
  position: relative;
}
.historicalBox:before {
  top: 10px;
  width: 2px;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #004ab5;
  content: '';
}
.historicalBox:after {
  left: -5px;
  top: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background-color: #004ab5;
  content: '';
}
.historicalBox:last-of-type:before {
  content: none;
}
.historicalBox h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #004ab5;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: vdl-v7mincho, sans-serif;
}
.historicalBox h4 span {
  font-size: 1.4rem;
  font-weight: bold;
}
.historicalBox h4 em {
  font-size: 2rem;
  font-weight: bold;
}
.historicalBox dl {
  display: table;
  width: 100%;
}
.historicalBox dl dt, .historicalBox dl dd {
  line-height: 1.85;
  font-size: 1.35rem;
  display: table-cell;
}
.historicalBox dl dt {
  width: 45px;
  font-weight: bold;
}
.historicalBox dl dd {
  padding-left: 5px;
  box-sizing: border-box;
}
.historicalRight ul {
  margin-left: -10px;
  display: flex;
  flex-flow: wrap;
}
.historicalRight ul li {
  margin-bottom: 25px;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: left;
}
.historicalRight ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.historicalRight ul li p {
  margin-top: 6px;
  font-size: 1.1rem;
}
.historicalItemBg {
  padding-bottom: 15px;
  background-color: #e9fbff;
}
/* !business__________Page
---------------------------------------------------------- */
.tradeWrap {
  background: url('../img/business/images_bg01_sp.png')no-repeat top center;
  background-size: cover;
  padding: 75px 18px 15px;
  box-sizing: border-box;
}
.tradeItem ul {
  margin-left: 0;
}
.tradeItem ul li {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-bottom: 35px;
  box-sizing: border-box;
}
.tradeImg {
  position: relative;
  z-index: 5;
}
.tradeImg span {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 100%;
  background-color: rgba(8, 72, 165, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tradeImg span img {
  width: 55px;
}
.tradeImg img {
  width: 100%;
}
.tradeImg:before {
  top: 5px;
  left: 5px;
  position: absolute;
  background: url('../img/business/tips.png')no-repeat 0 0;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
}
.tradeList h2 {
  margin: 25px 0;
  font-size: 1.85rem;
  text-align: center;
  color: #0848a5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.tradeList h3 {
  font-size: 1.3rem;
  line-height: 1.48;
  margin-bottom: 20px;
}
.btnstyle01.dark a {
  color: #fff;
}
.btnstyle01.dark a span {
  background-color: #0848a5;
}
.btnstyle01.dark a span:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btnstyle01.dark a:after {
  border: 1px solid rgba(8, 72, 165, 0.68);
}
/* !tramper__________Page
---------------------------------------------------------- */
.tramperTop {
  padding: 50px 0 0;
}
.tramperTopImg {
  text-align: center;
  margin: 0 -10px 45px;
  width: calc(100% + 20px);
}
.tramperTop h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0848a4;
  letter-spacing: 0.12em;
}
.tramperTop h3 {
  font-size: 1.4rem;
  line-height: 1.85;
}
.tramperTop h2, .tramperTop h3 {
  padding: 0 5px;
  box-sizing: border-box;
}
.tramperItem {
  padding-top: 80px;
}
.tramperPic {
  margin: 30px 0 15px;
  text-align: center;
}
.tramperPic img {
  width: 100%;
}
.tramperInner p {
  font-size: 1.4rem;
  line-height: 1.85;
}
.tramperInner p + p {
  margin-top: 25px;
}
.tramperList {
  padding: 15px 0 25px;
  margin-top: 40px;
  background-color: #0848a4;
}
.tramperList ul {
  margin-left: 0;
}
.tramperList ul li {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.375;
  text-align: center;
  color: #fff;
}
.tramperInfo p:first-child {
  margin-bottom: 10px;
}
.tramperInfo img {
  width: auto;
  max-width: 225px;
  margin: 0 auto;
}
.tramperList h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
}
.tramperbg01 {
  padding: 15px 10px;
  margin: 15px 0 10px;
  font-size: 1.2rem;
  background-color: #0848a4;
  box-sizing: border-box;
  color: #fff;
}
.tramperpg40 {
  padding: 0 5px;
  box-sizing: border-box;
}
.tramperbg01 h3 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 13px;
  color: #fff;
  letter-spacing: 0.12em;
}
.tramperCont {
  padding: 20px 0;
  border: 2px solid #0848a4;
  box-sizing: border-box;
  text-align: center;
}
.tramperSub {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.tramperTel {
  display: block;
  text-align: center;
}
.tramperTxt {
  font-size: 1.3rem;
  font-weight: bold;
}
.tramperBtn {
  font-size: 1.3rem;
  margin: 10px 0;
}
.tramperBtn a {
  pointer-events: initial;
  font-size: 2.3rem;
  color: #0071b7;
  font-weight: bold;
}
.tramperLinks {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #fff;
  font-size: 1.25rem;
  background: url('../img/common/email_icon.png')no-repeat left 20px center;
  background-color: #0071b7;
  padding: 0 25px 0 50px;
  height: 46px;
  box-sizing: border-box;
}
.tramperHong {
  padding: 30px 10px 110px;
  box-sizing: border-box;
  background: url(../img/tramper/images08_sp.jpg)no-repeat right 20% bottom;
  background-size: cover;
  box-sizing: border-box;
  font-family: vdl-v7mincho, sans-serif;
}
.tramperHong .inner {
  max-width: 290px;
  padding: 0;
}
.tramperHong ul {
  margin-left: -5px;
}
.tramperHong ul li {
  width: 50%;
  float: left;
  padding: 0 3px;
  margin-bottom: 7px;
  box-sizing: border-box;
}
.tramperHong ul li a {
  color: #fff;
  display: block;
  padding: 5px 0 0;
  box-sizing: border-box;
  font-weight: bold;
}
.tramperHong ul li.tips01 dl dd {
  background: url('../img/top/tips01.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong ul li.tips02 dl dd {
  background: url('../img/top/tips02.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong ul li.tips03 dl dd {
  background: url('../img/top/tips03.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong ul li.tips04 dl dd {
  background: url('../img/top/tips04.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong ul li.tips05 dl dd {
  background: url('../img/top/tips05.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong ul li.tips06 dl dd {
  background: url('../img/top/tips06.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong ul li.tips07 dl dd {
  background: url('../img/top/tips07.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong ul li.tips08 dl dd {
  background: url('../img/top/tips08.png')no-repeat top center;
  background-size: auto 26px;
}
.tramperHong .mainList {
  height: auto;
  padding: 7px 10px;
}
.tramperHong .mainMess dl dd {
  padding-top: 30px;
  font-size: 1.1rem;
}
.tramperHong .mainList:after {
  top: -3px;
  left: -3px;
}
/* !coastal__________Page
---------------------------------------------------------- */
.coastalWrap {
  padding: 25px 0 0;
}
.coastalRight {
  float: none;
  width: 100%;
  text-align: center;
}
.coastalLeft {
  padding: 60px 10px 0;
  box-sizing: border-box;
}
.coastalLeft h2 {
  font-size: 1.5rem;
  color: #0848a5;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.coastalLeft h3 {
  font-size: 1.4rem;
  line-height: 1.85;
  margin: 15px 0;
}
.coastalText .text01 {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: bold;
}
.coastalText .text02 {
  font-size: 1.3rem;
  padding-left: 13px;
  margin: 10px 0;
  font-weight: bold;
  line-height: 1.7;
  box-sizing: border-box;
}
.coastalText .text02 a {
  display: inline-block;
  color: #ec5a24;
  text-decoration: underline;
}
.text03 {
  text-align: center;
}
.coastalList {
  padding: 50px 0 10px;
}
.coastalList p {
  padding: 25px 0 10px;
  font-size: 1.4rem;
  line-height: 1.89;
}
.coastalList ul {
  margin-left: -7px;
}
.coastalList ul li {
  padding-left: 7px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.coastalList ul li img {
  width: 100%;
}
/* !mishima__________Page
---------------------------------------------------------- */
.mishimaItem {
  padding: 30px 0 0;
}
.mishimaBlue {
  color: #fff;
  background-color: #004ab5;
  padding: 30px 15px;
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.mishimaPic {
  margin: 25px -10px 0;
  width: calc(100% + 20px);
  text-align: center;
}
.mishimaPic img {
  width: 100%;
}
.mishimaPic01 {
  margin-top: 25px;
}
.mishimaPic01 img {
  width: 100%;
}
.mishimaItemBg {
  padding: 30px 0;
  background-color: #e1f8ff;
}
.mishimaBox {
  padding-top: 45px;
}
.mishimaList {
  margin-top: 15px;
  position: relative;
}
.mishimaLeft {
  float: none;
  width: 100%;
  line-height: 1.933;
  font-size: 1.4rem;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.mishimaRight {
  padding-left: 0;
  box-sizing: border-box;
}
.mishimaRight img {
  width: 100%;
}
.mishimaList .btnstyle01 {
  position: unset;
  width: 115px;
  text-align: center;
  margin: 25px auto 30px;
}
.mishimaInfo {
  line-height: 1.6;
  font-size: 1.4rem;
  margin: 30px 0 25px;
}
.mishimaOvh {
  float: none;
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}
.mishimaOvh ul {
  margin-left: -6px;
}
.mishimaOvh ul li {
  padding-left: 6px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.mishimaOvh ul li:first-child {
  margin-bottom: 4px;
  width: 100%;
}
.mishimaulImg img {
  width: 100%;
}
.mishimabg {
  background: url('../img/mishima/bg01.jpg')no-repeat 0 0;
  padding: 35px 0;
  background-size: cover;
  color: #fff;
}
.mishimabg02 {
  background: url('../img/mishima/bg02.jpg')no-repeat 0 0;
  background-size: cover;
}
.mishimabg .mishimaLeft {
  line-height: 1.46;
  font-size: 1.4rem;
  padding: 30px 20px;
  box-sizing: border-box;
}
.mishimabg p {
  line-height: 1.46;
  font-size: 1.4rem;
}
.mishimabg h3 {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.259;
  margin-bottom: 17px;
  font-weight: bold;
}
.mishimaDl {
  padding-top: 25px;
}
.mishimaDl ul {
  margin-left: 0;
}
.mishimaDl ul li {
  box-sizing: border-box;
  padding-bottom: 18px;
}
.mishimaDl dl {
  display: table;
  width: 100%;
}
.mishimaDl dl dt, .mishimaDl dl dd {
  display: table-cell;
}
.mishimaDl dl dt {
  width: 55%;
  font-size: 1.1rem;
  line-height: 1.533;
}
.mishimaDl dl dd {
  padding-left: 10px;
  box-sizing: border-box;
}
.mishimaDl dl dd p {
  font-size: 1.1rem;
  position: relative;
}
.mishimaDl dl dd p:before {
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid rgba(8, 72, 165, 0.68);
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}
.dltext01 {
  letter-spacing: 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #0848a5;
  font-weight: bold;
}
.mishimaul {
  padding: 35px 20px 0;
  box-sizing: border-box;
}
.mishimaul ul li {
  margin-bottom: 30px;
}
.mishimaulSub {
  color: #0848a5;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  margin: 25px 0 15px;
}
.mishimaulInfo {
  font-size: 1.4rem;
  line-height: 1.533;
}
.btnstyle01.warehouse{
  padding: 20px 0 0;
}
.btnstyle01.warehouse a{
  max-width: 250px;
  height: 70px;
}
.btnstyle01.warehouse a:after {
  border: 1px solid rgba(77, 77, 77, 0.68);
}

/* !ware__________Page
---------------------------------------------------------- */
.warehouseItem {
  padding: 20px 10px 0;
  box-sizing: border-box;
}
.wareSub {
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.78;
  color: #0848a5;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.wareLeft {
  font-size: 1.4rem;
  line-height: 1.89;
  float: none;
  width: 100%;
  margin-bottom: 25px;
}
.wareOvh {
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 1.93;
  box-sizing: border-box;
}
.ship01 {
  width: 30%;
}
.ship02 {
  width: 40%;
}
.ship03 {
  width: 30%;
}
.wareOvh table {
  max-width: 100%;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.wareOvh table tr:nth-child(odd) {
  background-color: #e1e1e1;
}
.wareOvh table tr td {
  padding: 2px 0;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}
.wareMess {
  font-size: 1.4rem;
  line-height: 1.53;
}
.wareMt65 {
  margin-top: 55px;
}
.wareMr {
  padding: 25px 0;
  box-sizing: border-box;
  text-align: center;
}
/* !safety__________Page
---------------------------------------------------------- */
.mishimasky {
  background-color: #209ad6;
}
.mishimaGreen {
  background-color: #008944;
}
.safetyList {
  overflow: hidden;
}
.safetyImg {
  float: none;
  text-align: center;
  margin-bottom: 25px;
}
.safetyImg01 {
  padding-right: 0;
}
.safetyList {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.35;
}
.safetyList .safetySub {
  font-size: 1.4rem;
  color: #008944;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 20px;
}
.safetyList .safetySub02 {
  font-size: 1.4rem;
  color: #0848a5;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 20px;
}
.safetyText {
  font-size: 1.4rem;
  line-height: 1.35;
}
.safetyText p {
  margin-top: 20px;
}
.safetyTop {
  margin-top: 40px;
  background-color: #f0fbff;
  padding: 30px 0 !important;
}
#safety .mishimaItem {
  padding: 30px 0 0;
}

.safetyTable{
	margin-left:15px;
}
.safetyTable tr td{
	vertical-align: baseline;
}
.safetyTable tr td.nw{
	white-space: nowrap;
}
/* !directory__________Page
---------------------------------------------------------- */
.directoryItem {
  padding: 35px 0;
}
.directoryList h3 {
  color: #0848a5;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 10px;
}
.directoryList ul {}
.directoryList ul li {
  margin-bottom: 15px;
}
.directoryBox {
  position: relative;
  background-color: #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.directoryBox02 {
  background-color: #e8f5fc;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.directoryList {
  margin-top: 40px;
}
.directoryList01 {
  margin-top: 25px;
}
#directory #links02 {
  padding-top: 20px;
}
.width100 img {
  width: 100%;
}
.iframeBox {
  width: 100%;
  height: 225px;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
}
.directoryTxt {
  font-size: 1.4rem;
  line-height: 1.47;
  margin-top: 10px;
  font-weight: 500;
  overflow: hidden;
  box-sizing: border-box;
}
.directoryTxt span {
  display: inline-block;
}
.directoryTel {
  font-size: 1.4rem;
  line-height: 1.47;
  font-weight: bold;
}
.directoryTel a {
  pointer-events: initial;
  color: #333;
}
.directoryItem .mishimaDl ul {
  margin-left: 0;
}
.directoryItem .mishimaDl ul li {
  padding-left: 0;
  padding-bottom: 35px;
}
.directoryItem .mishimaDl dl dt {
  width: 215px;
}
.direTitle {
  color: #0848a5;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.direSub {
  margin: 3px 0 10px;
  font-weight: 500;
}
.direMess {
  font-size: 1.2rem;
  color: #636363;
  line-height: 1.5;
}
.direWeb {
  color: #1f99dd;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-top: 14px;
  padding-left: 12px;
  box-sizing: border-box;
  background: url('../img/directory/icon.png')no-repeat left top 5px;
  background-size: 9px auto;
}
.direWeb a {
  color: #1f99dd;
  display: inline-block;
}
.directoryItemBg {
  background-color: #f0fbff;
}
.regularBox {
  margin-top: 20px;
}
.regularBox ul li {
  margin-bottom: 20px;
}
.regularBox ul li a {
  pointer-events: initial;
  color: #333;
}
.direPhone {
  font-size: 1.2rem;
  line-height: 1.8125;
  font-weight: bold;
}
.direadd {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.933;
}
/* !directory__________Page
---------------------------------------------------------- */
/* !customs__________Page
---------------------------------------------------------- */
.customsTop ul {}
.customsTop ul li {
  text-align: center;
}
.customsTop ul li p img {
  width: 100%;
}
.customsText {
  background-color: #004ab5;
  text-align: left;
}
.customsText p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.89;
  padding: 15px 12px;
  box-sizing: border-box;
}
.customsPic {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.933;
  margin-top: 25px;
}
.customsItem {
  padding: 60px 0 0;
}
.customsList {
  margin-bottom: 15px;
}
.customsMess {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.89;
}
.customsSub {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.89;
  color: #0848a5;
}
.customsImg {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.69;
}
.mb20 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb15 {
  margin-bottom: 12px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 20px;
}
.mt50 {
  margin-top: 25px;
}
.mt70 {
  margin-top: 35px;
}
.customsMax {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.customsItemBg {
  background-color: #e1f8ff;
  padding: 17px 0 30px;
}
.customsUl {
  padding: 0 0 20px;
}
.customsUl li {
  margin-bottom: 17px;
}
.customsUl li p {
  background: url('../img/customs/images09.png')no-repeat 0 0;
  padding: 11px 10px 10px 45px;
  box-sizing: border-box;
  background-size: 100% 100%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.65;
  position: relative;
  display: flex;
  align-items: center;
}
.customsUl li p span {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  color: #2e318d;
  transform: translateY(-50%);
}
.customsUl li p.lastNone {
  background: 0;
  padding: 0 10px 0 5px;
}
#customs #links02 .customsSub, #customs #links03 .customsSub {
  color: #2e318d;
}
.customsBtn {
  margin: 10px 0 60px;
}
.customsBtn a {
  display: inline-block;
}
.customsOnly {
  margin-top: 10px;
  padding-bottom: 50px;
}
.customsOnly li {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 3px;
  line-height: 1.5;
}
.customsOnly li:before {
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #2e318d;
  width: 11px;
  height: 11px;
  content: '';
  border-radius: 100%;
}
/* !container__________Page
---------------------------------------------------------- */
.containerTop {
  padding: 4px 0 0;
}
.containerTopPic img {
  width: 100%;
}
.containerBlue {
  background-color: #004ab5;
  color: #fff;
  line-height: 1.89;
  font-size: 1.4rem;
  padding: 25px 0 30px;
  font-weight: 500;
}
.contaTxt {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  font-weight: bold;
}
.containerMax {
  padding: 0 14px;
  box-sizing: border-box;
  width: 100%;
}
.containerMax .btnstyle01 {
  padding: 20px 0 0;
}
.containerItem {
  padding: 50px 0 0;
}
.contaList {
  margin-top: 25px;
}
.contaRight {
  overflow: hidden;
  margin-top: 25px;
}
.contaStyle01 {
  line-height: 1.89;
  font-size: 1.4rem;
  font-weight: 500;
}
.contaStyle02 {
  line-height: 1.705;
  font-size: 1.3rem;
  font-weight: bold;
}
.contaMar01 {
  margin: 30px 0 15px;
}
.contaLeft table {
  max-width: 305px;
  width: 100%;
  margin-bottom: 10px;
}
.contaStyle03 {
  font-size: 1.2rem;
}
.contaLeft table tr th, .contaLeft table tr td {
  text-align: center;
  line-height: 1.933;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  padding: 1px 0 2px;
}
.contaLeft table tr th {
  background-color: #e2e2e2;
}
.contaLeft .btnstyle01 {
  padding: 20px 0;
}
.contaMar02 {
  margin-top: 5px;
}
.mt45 {
  margin-top: 25px;
}
.containerWhite {
  line-height: 1.89;
  font-size: 1.4rem;
  padding: 10px 0 65px;
  font-weight: 500;
}
.contaSub {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  color: #0848a5;
  font-weight: bold;
}
.cor0 {
  color: #000;
}
.containerInfo {
  letter-spacing: 0.12em;
  font-size: 2rem;
  font-weight: bold;
  color: #0848a5;
  margin-bottom: 10px;
}
.containertrant {
  line-height: 1.89;
  font-size: 1.4rem;
  padding: 35px 0 40px;
  font-weight: 500;
}
.playItem {
  background: url('../img/container/bg01.jpg')repeat-y left 0;
  background-size: 100% auto;
  padding: 25px 0;
}
.playInner {
  padding: 0 0 0 25px;
  box-sizing: border-box;
  width: 100%;
}
.playInner h2 {
  color: #fff;
  font-size: 1.35rem;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.playList {
  margin-top: 25px;
  overflow: scroll;
}
.playInner h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.playList table {
  width: 895px;
}
.playList table tr {
  border-bottom: 2px solid #39b7ff;
  box-sizing: border-box;
}
.playList table tr th, .playList table tr td {
  line-height: 1.933;
  font-size: 1.05rem;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  border-right: 2px solid #39b7ff;
  box-sizing: border-box;
  padding: 3px 0;
  width: 14.2857%;
}
.playList table tr th {
  background-color: #e2e2e2;
}
.playList table tr td span {
  color: #ff0000;
  font-weight: 500;
}
.playNote {
  line-height: 1.933;
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff;
  text-align: right;
  margin-top: 13px;
  padding: 0 25px 0 0;
  box-sizing: border-box;
}
/* !top__________Page
---------------------------------------------------------- */
#roro .containerTop {
  padding: 20px 0 0;
}
#roro .containerBlue {
  line-height: 1.7;
  font-size: 1.4rem;
  padding: 20px 6px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #e1f8ff;
  color: #333;
}
#roro .containerItem {
  padding: 35px 0 0;
}
.roroBg {
  background: #e1f8ff;
  /*background: url('../img/roro/bg01.jpg')no-repeat 0 0;
	background-size: cover;*/
  padding: 30px 0 25px;
}
.roroBg02 {
  background: #fff;
  /*background: url('../img/roro/bg02.jpg')no-repeat 0 0;
	background-size: cover;*/
  padding: 30px 0 25px;
}
.mb50 {
  margin-bottom: 25px;
}
.roroStyle01 {
  color: #004ab5;
  /*color: #fff;*/
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  margin-top: 10px;
}
.roroStyle02 {
  color: #333;
  /*color: #fff;*/
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.46;
}
.roroList {
  display: table;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.roroList .contaLeftOvh {
  display: table-footer-group;
}
.roroList .contaRightOvh {
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 0;
}
.roroList .contaLeft {
  display: table-footer-group;
}
.roroList .contaRight {
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 0;
}
.roroListSt {
  margin-top: 15px;
}
.roroSreh {
  border: 2px solid #e8e8e8;
  box-sizing: border-box;
  padding: 13px 15px 13px;
  border-radius: 10px;
}
.roroDl dt {
  font-weight: bold;
  line-height: 1.933;
  font-size: 1.5rem;
}
.roroDl dd {}
.roroDl dd ul {
  margin-left: -8px;
}
.roroDl dd ul li {
  float: left;
  width: 50%;
  padding-left: 8px;
  box-sizing: border-box;
  margin-top: 8px;
}
.roroDl dd ul li p {
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.58;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.roroDl dd ul li label {
  box-sizing: border-box;
  padding: 8px 10px 8px 8px;
  display: block;
}
.roroDl dd ul li label input[type=radio] {
  width: 14px;
  height: 14px;
  background: url('../img/common/bg_checkbox.png') center center no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.roroDl dd ul li label input[type=radio]:checked {
  background: url('../img/common/bg_checkbox_checked.png') center center no-repeat;
  background-size: 100%;
}
.roroDl01 {
  position: relative;
  padding-bottom: 38px;
}
.roroDl01:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  background: url('../img/common/arrow_down.png')no-repeat 0 0;
  width: 22px;
  height: 12px;
  content: '';
  background-size: 100% auto;
}
.roroArress {
  background-color: #e8e8e8;
  border-radius: 5px;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-top: 14px;
}
.roroArress p.bor {
  border-bottom: 1px solid #d2d2d2;
}
.roroArress p {
  display: flex;
  align-items: center;
}
.roroArress p span {
  font-weight: bold;
  line-height: 2.47;
  font-size: 1.2rem;
  margin-right: 20px;
}
.rorotxt {
  font-weight: bold;
  line-height: 2.47;
  font-size: 1.2rem;
}
.roroBtn01 {
  text-align: center;
  margin-top: 20px;
}
.roroBtn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 100%;
  max-width: 288px;
  height: 47px;
  background-color: #004ab5;
  position: relative;
  border-radius: 5px;
}
.roroBtn01 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: '';
}
.roroImages {
  text-align: center;
  margin-top: 20px;
  padding: 0 30px;
  box-sizing: border-box;
}
.contactText {
  font-weight: 500;
  line-height: 1.466;
  font-size: 1.4rem;
  margin: 20px 0;
}
.roroTabtn {
  background-color: #004ab5;
  color: #fff;
  font-weight: 500;
  line-height: 1.17;
  font-size: 1.4rem;
  padding: 15px 25px;
  box-sizing: border-box;
  position: relative;
}
.roroTabtn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  content: '';
}
.tabBtn.active .roroTabtn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  content: '';
}
.tabBox {
  display: none;
}
.contactArea {
  padding: 0 10px 50px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.contactArea table, .contactArea table tbody, .contactArea table tr, .contactArea table th, .contactArea table td {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
}
.contactArea table {
  border: 1px solid #575757;
  border-top: 0;
}
#contact .contactArea table {
  border-bottom: 0;
}
.contactArea table th {
  padding: 6px 12px;
}
.contactArea table td {
  padding: 9px 12px;
}
.contactArea table th {
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  background-color: #f1f1f1;
  position: relative;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
}
.contactArea table th .arry {
  padding: 0;
  border-radius: 7px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 37px;
  height: 23px;
  color: #fff;
  background-color: #888888;
  text-align: center;
  font-size: 1.2rem;
  line-height: 23px;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.contactArea table th .must {
  padding: 0;
  border-radius: 7px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 37px;
  height: 23px;
  color: #fff;
  background-color: #ec2028;
  text-align: center;
  font-size: 1.3rem;
  line-height: 23px;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.contactArea input[type=text], .contactArea input[type=tel], .contactArea input[type=email] {
  border: 1px solid #575757;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 31px;
  font-size: 1.2rem;
  padding: 0 15px;
}
.contactArea span.select {
  border: 1px solid #575757;
  box-sizing: border-box;
  width: 100%;
  height: 31px;
  color: #575757;
  font-size: 1.2rem;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.contactArea span.select:before {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../img/common/select_icon.png')no-repeat 0 0;
  width: 9px;
  height: 7px;
  content: '';
  background-size: 100% auto;
}
.contactArea select {
  border: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 5px;
  width: 100%;
}
.ounerRoro a {
  margin-top: 10px;
  display: flex;
  width: 100%;
  height: 33px;
  background-color: #0071b7;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.043;
}
.contactArea textarea {
  border: 1px solid #575757;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 150px;
  font-size: 1.25rem;
  padding: 5px 10px;
  resize: none;
  overflow: hidden;
}
.note {
  margin-top: 5px;
  color: #575757;
  font-size: 1.25rem;
}
.note02 {
  margin: 5px 0;
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
}
.tablrUl dt h3 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
}
.tablrUl_p {
  font-size: 1.2rem;
  margin: 10px 0;
}
.style5 {
  margin-top: 5px !important;
  font-size: 1.2rem;
}
#roro .contactArea table {
  border-bottom: 0;
}
.mab15 {
  margin-bottom: 15px;
}
.textBox {
  overflow-y: scroll;
  height: 90px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.28;
  border: 1px solid #575757;
}
.textBox p + p {
  margin-top: 10px;
}
.contactArea .agreeBtn {
  background-color: #e6e6e6;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 1.4rem;
}
.contactArea .agreeBtnBox {
  padding: 0 12px 12px;
  border-right: 1px solid #575757;
  border-left: 1px solid #575757;
  border-bottom: 1px solid #575757;
}
.contactArea .agreeBtn label {
  display: inline-block;
}
.contactArea .agreeBtn label input[type=checkbox] {
  width: 22px;
  height: 22px;
  background: url(../img/common/bg_checkbox02.png) center center no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.contactArea .agreeBtn label input[type=checkbox]:checked {
  background: url(../img/common/bg_checkbox_checked02.png) center center no-repeat;
  background-size: 100%;
}
.contactArea .submitBtn {
  text-align: center;
  margin-top: 15px;
}
.contactArea .submitBtn span {
  position: relative;
  display: inline-block;
  background: #1f99dd;
}
.contactArea .submitBtn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: '';
}
.contactArea .submitBtn span:after {
  position: absolute;
  top: 3px;
  left: 3px;
  border: 1px solid #1f99dd;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -2;
}
.contactArea .submitBtn input[type=submit] {
  box-sizing: border-box;
  width: 255px;
  height: 60px;
  border: 1px solid #1f99dd;
  display: inline-block;
  margin: 0 5px;
  font-size: 1.35rem;
  color: #fff;
  background: #1f99dd;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  font-weight: bold;
  padding-left: 50px;
}
.prevBox {
  padding: 50px 0 0;
}
.prevBox h2 {
  text-align: center;
  font-size: 1.4rem;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: 500;
}
.prevBox p {
  font-size: 1.2rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.roroTel {
  border: 1px solid #2e318d;
  box-sizing: border-box;
  padding: 8px 25px 17px;
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
.roroTel h2 {
  display: inline-block;
  border-bottom: 1px solid #2e318d;
  color: #2e318d;
  margin-bottom: 15px;
}
.roroTelItem li {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.roroTelItem span {
  background-color: #2e318d;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  padding: 2px;
  box-sizing: border-box;
  width: 60px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.roroTelItem a {
  color: #333;
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
}
#roro .containerItemBg04 {
  position: relative;
  margin-top: 10px;
  padding-bottom: 55px;
}
.containerItemBg04:before {
  position: absolute;
  right: 0;
  top: 65px;
  background: url('../img/roro/bg04_ps.png')no-repeat 0 0;
  width: 360px;
  height: 321px;
  z-index: -1;
  content: '';
  background-size: 100% auto;
}
.containerItemBg04:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../img/roro/bg05_sp.png')no-repeat 0 0;
  width: 301px;
  height: 150px;
  background-size: 100% auto;
  content: '';
  z-index: -1;
}
.shipWrap {
  padding: 0 10px;
  box-sizing: border-box;
}
.shipOvh {
  overflow: hidden;
  padding-top: 30px;
}
.shipItem {
  padding: 40px 0 0;
}
.shipItem h3 {
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #2e318d;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.shipItem p {
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 500;
}
.shipPdf {
  background-color: #e8e8e8;
  text-align: center;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
.shipPdf a {
  display: block;
  background: url('../img/roro/pdf.png')no-repeat left center;
  background-size: auto 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 5px;
}
.shipul ul {
  margin-left: -10px;
  margin-top: 13px;
}
.shipul ul li {
  float: left;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  text-align: center;
}
.shipul ul li:nth-child(3) {
  display: inline-block;
  margin-top: 10px;
  float: none;
  width: 100%;
}
.shipul ul li:nth-child(3) img {
  padding: 0 85px;
  box-sizing: border-box;
}
.shipul ul li span {
  display: block;
  font-weight: normal;
  margin-top: 12px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.shipul .btnstyle01 {
   padding: 20px 0;
}

.shipul .btnstyle01 a {
  max-width: 250px;
  height: 70px;
}


.recordWrap {
  background-color: #e1f8ff;
  padding-bottom: 50px;
}
.recordItem {
  margin-top: 15px;
  padding-bottom: 40px;
}
.recordBtn {
  background-color: #fff;
  padding: 12px 13px 9px 9px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
.recordBtn em {
  font-weight: bold;
  font-size: 2.2rem;
  color: #2e318d;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  line-height: 1;
}
.recordBtn span {
  font-weight: bold;
  font-size: 1.15rem;
  color: #004ab5;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 8px;
}
.recordBtn:before {
  position: absolute;
  top: 20px;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2e318d;
  border-right: 2px solid #2e318d;
  transform: rotate(135deg);
  content: '';
}
.recordBtn.active:before {
  position: absolute;
  top: 20px;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2e318d;
  border-right: 2px solid #2e318d;
  transform: rotate(-45deg);
  content: '';
}
.recorArea {
  padding-bottom: 10px;
}
.recordList {
  padding: 10px 0 30px;
}
.recordOvh {
  font-size: 1.2rem;
  line-height: 1.633;
  font-weight: 500;
  padding: 20px 0;
}
.tabBtn {
  cursor: pointer;
}
/* !contact__________Page
---------------------------------------------------------- */
.contactItem {
  padding: 20px 0 0;
}
.contactWebs {
  padding: 20px 0 0;
}
.appleBox ul {
  margin-top: 20px;
}
.appleBox ul li {
  padding: 0 60px 10px;
  box-sizing: border-box;
}
.appleBox ul li h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 10px;
}
.appleBox ul li h4 {
  font-weight: bold;
  font-size: 2.15rem;
  color: #0071b7;
}
.appleBox ul li h4 a {
  font-weight: bold;
  font-size: 2.15rem;
  color: #0071b7;
}
.appleBox ul li p {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8125;
  color: #000;
  margin-bottom: 10px;
}
.stepBox {
  margin: 17px 0 45px;
}
.stepBox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepBox ul li:nth-child(2) {
  margin: 0 9px;
}
.stepBox ul li {
  background-color: #e6e6e6;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.24;
  padding: 10px 18px;
  font-weight: 500;
  box-sizing: border-box;
  flex: 1;
}
.stepBox ul li.active {
  background-color: #3b3b3b;
  color: #fff;
}
.width23 {
  width: 70% !important;
}
.blank_block {
  display: none;
}
/*CONTACT FORM*/
.form_container {
  margin: 30px auto;
  max-width: 850px;
  padding: 20px 0;
}
.form_container .a_block {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  flex-wrap: wrap;
}
.form_container .a_block {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
}
.form_container .a_block &gt; div {
  border-left: 1px solid gray;
  padding: 10px;
  width: 100%;
}
.form_container .a_block .label_block {
  background-color: rgba(0, 89, 163, 0.1);
  width: 100%;
  border-bottom: 1px solid gray;
}
.form_container span.msg {
  color: red;
}
.form_container .btn_send {
  display: flex;
  justify-content: center;
}
.form_container .btn_send input {
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  border: 1px solid #1f99dd;
  display: inline-block;
  margin: 0 15px;
  font-size: 1.5rem;
  color: #fff;
  background: #1f99dd;
  cursor: pointer;
  transition: all 0.5s;
  text-align: left;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.contactArea .center {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
/**/
.posimg {
  display: none;
}
.businessItem .tradeItem {
  margin: 0 10px;
}
.businessItem .tradeImg:before {
  top: 5px;
  left: 0px;
  position: absolute;
  background: url('../img/business/tips.png')no-repeat 0 0;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
}
#gNavi &gt; ul {
  position: relative;
}
#gNavi &gt; ul li .inner_menu {
  display: none !important;
}
.toyooka_box {
  text-align: center;
  padding-bottom: 80px;
}
.toyooka_box img {
  width: 90%;
  text-align: center;
}

/* !sponsor__________Page
---------------------------------------------------------- */

h2.sponsor_midashi{
	font-size: 1.7rem;
	line-height: 1.6764;
	letter-spacing: 0.1em;
	color: #333333;
	padding: 0 17px 0 38px;
	box-sizing: border-box;
	position: relative;
}

h2.sponsor_midashi::before{
	content: '';
	display: inline-block;
	background: url("../img/common/hdL.jpg")no-repeat;
	background-size: contain;
	width: 24px;
	height: 2px;
	position: absolute;
	top: 13px;
	left: 0px;
}

#teaser.sponsor{
    min-height: 180px;
    background: url("../img/sponsor/teaser-100.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

#teaser.sponsor h2 {
	display: flex;
	align-items: center;
}

.sponsor_block01{
	padding: 40px 0 44px;
}

.sponsor_block01 .block_inner{
	width: 100%;
}

.sponsor_block01 .block_inner .l_bnr{
	width: 100%;
}

.sponsor_block01 .block_inner .l_bnr img{
	width: 100%;
	height: auto;
}

.sponsor_block01 .block_inner .midashi_area{
	width: 93.75%;
	margin: 36px auto 0;
}

.sponsor_block01 .block_inner .sponsor_mainimg{
	width: 100%;
	margin-top: 26px;
}

.sponsor_block01 .block_inner .sponsor_mainimg img{
	width: 100%;
	height: auto;
}

.sponsor_block01 .block_inner .txt_area{
	width: 86.1111%;
	margin: 25px auto 0;
}

.sponsor_block01 .block_inner .txt_area p{
	font-size: 1.42rem;
	line-height: 1.503;
	letter-spacing: 0.12em;
	color: #004abb;
	text-align: justify;
	padding-right: 15px;
	box-sizing: border-box;
}

.sponsor_block01 .block_inner .photo_area{
	width: 100%;
	margin-top: 36px;
	padding-bottom: 46px;
	position: relative;
}

.sponsor_block01 .block_inner .photo_area::before{
	content: '';
	display: inline-block;
	background: #daf1fe;
	width: 100%;
	height: calc(100% - 64px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.sponsor_block01 .block_inner .photo_area .flex_area{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.sponsor_block01 .block_inner .photo_area .flex_area .photo01{
	width: 35.5483%;
	padding: 0 8px;	
}

.sponsor_block01 .block_inner .photo_area .flex_area .photo01 img{
	width: 100%;
	height: auto;
}

.sponsor_block01 .block_inner .photo_area .flex_area .photo02{
	width: 47.658%;
	padding: 0 8px;	
}

.sponsor_block01 .block_inner .photo_area .flex_area .photo02 img{
	width: 100%;
	height: auto;

}

.sponsor_block01 .block_inner .photo_area .flex_area .photo03{
	width: 60.488%;
	padding: 16px 8px;	
}

.sponsor_block01 .block_inner .photo_area .flex_area .photo03 img{
	width: 100%;
	height: auto;
}
.sponsor_block01 .block_inner .win_area {
	width: 100%;
	height: auto;
	display: flex;
	margin: 16px auto 50px;
	flex-wrap: wrap;
}

.sponsor_block01 .block_inner .win_area img.pc_hide{
	width: 50%;
}
/**/

.sponsor_block02{
	padding: 44px 0 0;
}

.sponsor_block02 .block_inner{
	width: 100%;
}

.sponsor_block02 .block_inner .midashi_area{
	width: 93.75%;
	margin: 0 auto;
}

.sponsor_block02 .block_inner .prof_area{
	width: 90.0%;
	margin: 25px auto 0;
}

.sponsor_block02 .block_inner .prof_area .photo_area{
	width: 46.2962%;
	margin: 0 auto;
}

.sponsor_block02 .block_inner .prof_area .photo_area img{
	width: 100%;
	height: auto;
}

.sponsor_block02 .block_inner .prof_area .prof_detail{
	width: 100%;
	margin-top: 23px;
}

.sponsor_block02 .block_inner .prof_area .prof_detail .prof_table{
	width: 100%;/*648*/
}

.sponsor_block02 .block_inner .prof_area .prof_detail .prof_table dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sponsor_block02 .block_inner .prof_area .prof_detail .prof_table dl + dl{
	margin-top: 3px;
}

.sponsor_block02 .block_inner .prof_area .prof_detail .prof_table dl dt{
	width: 30.0925%;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.101rem;
	color: #000000;
}

.sponsor_block02 .block_inner .prof_area .prof_detail .prof_table dl dd{
	width: 69.1358%;
	height: 27px;
	display: flex;
	align-items: center;
	font-size: 1.101rem;
	color: #000000;
	padding: 0 22px;
	box-sizing: border-box;
}

.sponsor_block02 .block_inner .prof_area .prof_detail .prof_table dl:nth-child(odd) dt,
.sponsor_block02 .block_inner .prof_area .prof_detail .prof_table dl:nth-child(odd) dd{
	background: #e1e1e1;
}

.sponsor_block02 .block_inner .prof_area .prof_detail .txt_area{
	margin-top: 31px;
}

.sponsor_block02 .block_inner .prof_area .prof_detail .txt_area p{
	font-size: 1.4rem;
	line-height: 1.8928;
	color: #333333;
	text-align: justify;
}

.sponsor_block02 .block_inner .insta_area{
	margin-top: 31px;
	background: #daf1fe;
	padding: 42px 0 44px;
}

.sponsor_block02 .block_inner .insta_area .area_midashi{
	width: 250px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.sponsor_block02 .block_inner .insta_area .area_midashi .insta_ico{
	width: 49px;
	margin-left: 20px;
}

.sponsor_block02 .block_inner .insta_area .area_midashi .insta_ico img{
	width: 100%;
	height: auto;
}

.sponsor_block02 .block_inner .insta_area .area_midashi .insta_tit{
	width: calc(100% - 69px);
	padding-left: 16px;
	box-sizing: border-box;
}

.sponsor_block02 .block_inner .insta_area .area_midashi .insta_tit p{
	font-size: 1.683rem;
	line-height: 1.4497;
	color: #000000;
}

.sponsor_block02 .block_inner .insta_area .link_btn{
	width: 250px;
	margin: 24px auto 0;
}

.sponsor_block02 .block_inner .insta_area .link_btn img{
	width: 100%;
	height: auto;
}

span.sp-block{
	padding-left: 5.80em;
}

.certificate {
	display: block;
	color:#008944;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 20px 0;
}</pre></body></html>