
/* CSS Document */

/*==================================================

メインイメージ

=================================================*/


.page-title {
	margin: 80px auto 0;
}
.page-title .inner{
	padding: 6% 20px;
}

.page-title .bg-wrap{
    overflow: hidden;
}
.page-title .en,
.page-title .en-line{
	font-size: clamp(30px, 6vw, 60px);
	font-weight: 500;
	letter-spacing: 0.08em;
	font-family: "Montserrat", sans-serif;
	color: #004482;
	text-align: left;
	position: relative;
	line-height: 1.2em;
	padding: 12px 0;
	margin-bottom: 10px;
    animation: textAnime 1.2s .5s forwards ease-in-out;
    transform: translateY(100%);
}

@keyframes textAnime {
    to {
        transform: translateY(0px);
    }
}

.page-title .en-line::after{
	content: "";
	width: 88px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #004482;
}
.page-title h2{
	text-align: left;
	font-weight: 400;
	line-height: 1.6em;
}



.bread .inner .breadlist{
	text-align: right;
	margin: 0 0 0 auto;
	font-size: clamp(13px, 1.6vw, 16px);
	letter-spacing: 0.1em;
}

.pagecover{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.pagecover .topinfo{
	width: 60%;
	max-width: 460px;
	padding-bottom: 5%;
}
.pagecover .topinfo h3.catch{
	color: #004789;
	font-size: clamp(20px, 1.7vw, 28px);
	text-align: left;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding: 10px 0;
	font-weight: 500;
}
.pagecover .bread{
	width: 40%;
	text-align: right;
}
.pagecover .bread .breadlist{
	text-align: right;
	margin: 0 0 0 auto;
	font-size: clamp(13px, 1.6vw, 16px);
	letter-spacing: 0.1em;
}

@media print , screen and (min-width:1px) and (max-width: 630px) {
	
.pagecover .bread{
	width: 100%;
	order: 1;
	text-align: right;
}
.pagecover .topinfo{
	width: 100%;
	max-width: 100%;
	padding-bottom: 20px;
	order: 2;
}
}

.mainphoto{
	margin: auto;
	text-align: center;
}
.mainphoto img{
	width: 100%;
	height: auto;
}
.lead{
	margin: 4% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.lead h3{
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: clamp(18px, 2.8vw, 32px);
}



.inner h3.bline{
	color: #00488d;
	display: block;
	font-size: clamp(20px, 4.0vw, 40px);
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	text-align: left;
	position: relative;
	line-height: 1.8em;
	margin-bottom: 3%;
}
.inner h3.bline::after{
	content: "";
	width: 50px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #004482;
}

.inner h3.h3t{
	color: #00488d;
	display: block;
	font-size: clamp(20px, 3.8vw, 38px);
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	position: relative;
	line-height: 1.8em;
	margin: 5% auto 3% 0;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.lead h3{
	text-align: center;
	margin: auto;
}	
}



/*サービス案内詳細*/

.service01{
	margin: 5% auto;
	position: relative;
	z-index: 1;
	padding: 0 5% 5% 0;
}
.service02{
	margin: 5% auto;
	position: relative;
	z-index: 1;
	padding: 0 0 5% 5%;
}
.service01::after{
	content: "";
	width: 90%;
	height: 80%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #d9d9d9;
	z-index: -1;
}
.service02::after{
	content: "";
	width: 90%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #d9d9d9;
	z-index: -1;
}
.serviceFlex{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.service01 .txt{
	width: 45%;
	background: #fff;
	z-index: 1;
	position: relative;
	max-width: 700px;
	padding: 80px 70px;
}
.service01 .photo{
	width: 75%;
	margin-right: -20%;
	padding-bottom: 8%;
}
.service02 .txt{
	width: 45%;
	background: #fff;
	order: 1;
	z-index: 1;
	position: relative;
	max-width: 700px;
	padding: 80px 70px;
}
.service02 .photo{
	width: 75%;
	margin-left: -20%;
	order: 2;
	padding-bottom: 8%;
}
.service01 .photo img,
.service02 .photo img{
	width: 100%;
	height: auto;
}

.service01 .txt h4,
.service02 .txt h4{
	padding: 0 10px 30px;
}

.service01 .txt .num{
	position: absolute;
	right: 20px;
	top: -50px;
	color: #00447f;
	font-family: "Roboto", sans-serif;
	text-align: center;
	width: 110px;
	border-bottom:3px solid #00447f;
	font-size: clamp(18px, 5.0vw, 75px);
	line-height: 1.3em;
	font-weight: 400;
	letter-spacing: 0;
}
.service01 .txt .subt{
	position: absolute;
	right: 140px;
	top: -17px;
	color: #00447f;
	font-weight: 500;
	font-size: clamp(16px, 2.2vw, 22px);
}

.service02 .txt .num{
	position: absolute;
	left: 20px;
	top: -50px;
	color: #00447f;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	width: 110px;
	border-bottom:3px solid #00447f;
	font-size: clamp(18px, 5.0vw, 75px);
	line-height: 1.3em;
	font-weight: 400;
	letter-spacing: 0;
}
.service02 .txt .subt{
	position: absolute;
	left: 140px;
	top: -17px;
	color: #00447f;
	font-weight: 500;
	font-size: clamp(16px, 2.2vw, 22px);
}
.service01 .waku{
	width: 85%;
	background: rgba(255,255,255,0.8);
	background: #ebebec;
	padding: 30px;
	margin: 3% 0 0 auto;
}
.service01 .waku h5{
	display: flex;
	justify-content: flex-start;
	padding: 10px;
}
.service01 .waku h5 .ico{
	width: 40px;
	margin-right: 10px;
}
.service01 .waku .w50{
	width: 50%;
	padding: 20px;
}
.service01 .waku .photo{
	width: 100%;
	margin: 0px auto;
	padding: 10px;
}
.service01 .waku .btn{
	width: 80%;
	max-width: 300px;
	margin: 30px auto 10px;
}
.service01 .btn a,
.service02 .btn a{
	color: #fff;
	background: #004789;
	display: block;
	text-align: center;
	padding: 10px;
	border: 1px solid #004789;
	margin-top: 5%;
	max-width: 380px;
}
.service01 .btn a:hover,
.service02 .btn a:hover{
	color: #004789;
	background: none;
}

@media print , screen and (min-width:1px) and (max-width: 1500px) {
.service01 .txt{
	width: 45%;
	padding: 80px 50px 50px;
}
.service02 .txt{
	width: 45%;
	padding: 80px 50px 50px;
}	
}
@media print , screen and (min-width:1px) and (max-width: 1300px) {	
.service01 .txt{
	width: 45%;
	padding: 60px 30px 40px;
}
.service02 .txt{
	width: 45%;
	padding: 60px 30px 40px;
}	
.service01 .photo{
	width: 75%;
	margin-right: -20%;
	padding-bottom: 8%;
}
.service02 .photo{
	width: 75%;
	margin-left: -20%;
	order: 2;
	padding-bottom: 8%;
}
}

@media print , screen and (min-width:1px) and (max-width: 1100px) {	

.service01{
	margin: 5% auto;
	position: relative;
	z-index: 1;
	padding: 0 0 5% 0;
}
.service02{
	margin: 5% auto;
	position: relative;
	z-index: 1;
	padding: 0 0 5% 0;
}
.service01::after{
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #d9d9d9;
	z-index: -1;
}
.service02::after{
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #d9d9d9;
	z-index: -1;
}
	
.serviceFlex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.service01 .txt{
	width: 60%;
	padding: 60px 30px 40px;
	margin-top: 200px;
}
.service02 .txt{
	width: 60%;
	padding: 60px 30px 40px;
	margin-top: 200px;
}	
.service01 .photo{
	width: 70%;
	margin-right: -30%;
	padding-bottom: 8%;
}
.service02 .photo{
	width: 70%;
	margin-left: -30%;
	order: 2;
	padding-bottom: 8%;
}.service01 .txt .num{
	top: -40px;
	width: 80px;
}
.service02 .txt .num{
	top: -40px;
	width: 80px;
}
.service01 .txt .subt{
	right: 110px;
}
.service02 .txt .subt{
	left: 110px;
}
	
.service01 .waku{
	width: 95%;
	background: rgba(255,255,255,0.8);
	background: #ebebec;
	padding: 30px;
	margin: 3% 0 0 auto;
}
.service01 .waku .w50{
	width: 50%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 960px) {	

.service01 .txt .num{
	top: -30px;
	width: 60px;
}
.service02 .txt .num{
	top: -30px;
	width: 60px;
}
.service01 .txt .subt{
	right: 100px;
	top: -12px;
}
.service02 .txt .subt{
	left: 100px;
	top: -12px;
}
.service01 .txt{
	width: 70%;
	padding: 60px 20px 30px;
	margin-top: 200px;
}
.service02 .txt{
	width: 70%;
	padding: 60px 20px 30px;
	margin-top: 200px;
}	
.service01 .photo{
	margin-right: -40%;
}
.service02 .photo{
	margin-left: -40%;
	order: 2;
}
.service01 .waku{
	width: 95%;
	background: rgba(255,255,255,0.8);
	background: #ebebec;
	padding: 20px;
	margin: 3% 0 0 auto;
}
.service01 .waku .w50{
	width: 50%;
	padding: 5px;
}		
}
@media print , screen and (min-width:1px) and (max-width: 768px) {	
.service01 .txt h4,
.service02 .txt h4{
	padding: 0 10px 10px;
}

.service01 .txt .num{
	width: 50px;
	margin: 0 10px 10px;
	display: inline-block;
}
.service02 .txt .num{
	width: 50px;
	margin: 0 10px 10px;
	display: inline-block;
}
.service01 .txt .subt{
	position: relative;
	top: inherit;
	right: inherit;
	display: inline-block;
}
.service02 .txt .subt{
	position: relative;
	top: inherit;
	left: inherit;
	display: inline-block;
}
.service01,
.service02{
	background: #d9d9d9;
	margin: 0 auto;
	padding: 20px 10px;
	}
.service01::after{
	content: none;
}
.service02::after{
	content: none;
}
.service01 .txt .num{
	position: relative;
	top: inherit;
	right: inherit;
}
.service02 .txt .num{
	position: relative;
	top: inherit;
	left: inherit;
}
.service01 .txt{
	background: #fff;
	padding: 0 20px 30px;
	width: 100%;
	margin: 0 auto;
	order: 2;
}
.service02 .txt{
	background: #fff;
	padding: 0 20px 30px;
	width: 100%;
	margin: 0 auto;
	order: 2;
}	
.service01 .photo{
	width: 100%;
	order: 1;
	margin: auto;
	padding: 20px;
	background: #fff;
}
.service02 .photo{
	width: 100%;
	order: 1;
	margin: auto;
	padding: 20px;
	background: #fff;
}	
.service01 .waku{
	width: 95%;
	padding: 20px;
	margin: 3% auto;
}
.service01 .waku .w50{
	width: 100%;
	padding: 10px;
}
.service01 .waku h5 .ico{
	width: 30px;
	margin-right: 10px;
}
	.service01 .waku .photo{
		background: none;
	}
	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.service01 .txt .num{
	width: 30px;
	margin: 0 10px 10px;
}
.service02 .txt .num{
	width: 30px;
	margin: 0 10px 10px;
}
	
.service01 .waku{
	width: 100%;
	padding: 20px 0;
}
}

.export-flow{
	background: url("../img/service/export_p03.png") center center no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.import-flow{
	background: url("../img/service/import_p03.png") center center no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.domestic-flow{
	background: url("../img/service/domestic_p03.png") center center no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.port-flow{
	background: url("../img/service/port_p03.png") center center no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.domestic_zu{
	width: 80%;
	margin: -15% auto 3% auto;
}
@media print , screen and (min-width:1px) and (max-width: 1100px) {	
.domestic_zu{
	width: 85%;
	margin: -18% 0 3% auto;
}	
}
@media print , screen and (min-width:1px) and (max-width: 960px) {	
.domestic_zu{
	width: 90%;
	margin: 3% 0 3% auto;
}	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {	
.domestic_zu{
	width: 100%;
	margin: 3% auto;
}	
}

.flow h5.line{
	text-align: left;
	color: #fff;
	border-left: 3px solid #fff;
	padding: 0 20px;
	margin-bottom: 5%;
}
.flow .zu{
	width: 90%;
	margin: auto;
	text-align: center;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {	
.flow .zu{
	width: 100%;
	margin: auto;
	text-align: center;
}
}

@media print , screen and (min-width:1px) and (max-width: 768px) {
.title {
	margin: 70px auto 0;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
.flow .zu{
	width: 90%;
	margin: auto;
	text-align: center;
}
}


.content,
.contentt{
	width: 100%;
	position: relative;
	z-index: 20 !important;
}
.contentt{
	padding-bottom: 6%;
}

/*サービスTOP*/

.servicelink{
	padding: 5% 0;
	border-top:1px solid #c1c2c2; 
}
.servicelink.blb{
	border-bottom:1px solid #c1c2c2; 
}

.servicelink .txt{
	width: 50%;
	padding-right: 20px;
}
.servicelink .photo{
	width: 50%;
}
.servicelink .txt h3{
	text-align: left;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding: 10px 0;
}
.servicelink .txt h3 span.en{
	font-size: clamp(14px, 2.2vw, 20px);
	letter-spacing: 0.05em;
	display: block;
	color: #00447f;
	font-family: "Robot", sans-serif;
	font-weight: 400;
}
.servicelink .txt p{
	font-size: clamp(16px, 1.8vw, 18px);
}
.servicelink .txt .btn{
	text-align: left;
	max-width: 400px;
	width: 80%;
}
.servicelink .txt .btn a{
	display: block;
	background: #004790;
	color: #fff;
	border-radius: 40px;
	padding: 8px 20px 8px 10px;
	margin: 20px auto 10px 0;
	position: relative;
	text-align: center;
	border:1px solid #004790;
}
.servicelink .txt .btn a::after{
	content: "";
	position: absolute;
	right: 10px;
	top:40% ;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
	}
.servicelink .txt .btn a:hover{
		color: #004790;
	background: #fff;
	}
.servicelink .txt .btn a:hover::after{
  border-top: 1px solid #004790;
  border-right: 1px solid #004790;
}
	
.servicelink .txt h3{
	text-align: left;
}

.servicelink .photo img{
	width: 100%;
	height: auto;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.servicelink .txt{
	width: 100%;
}
.servicelink .photo{
	width: 100%;
	padding: 10px 0 0;
}
	
}



/*other*/

.other{
	position: relative;
	margin-bottom: 5%;
}
.ir p a,
.ir td a,
.other p a{
	color: #184399;
	text-decoration: underline;
}
.ir p a:hover,
.ir td a:hover,
.other p a:hover{
	color: #ff2222;
	text-decoration: underline;
}
.other h3.sm{
	font-size: clamp(16px, 2.4vw, 24px);
	padding: 10px;
	text-align: left;
}

.other ul{
	margin: 0px 10px 0 30px;
}
.other ul li{
  position: relative;
  list-style-type:disc;
	text-align: left;
	margin-bottom: 5px;
}
.other ol{
	margin: 0px 10px 0 30px;
}
.other ol li {
  position: relative;
  list-style-type: decimal;
	text-align: left;
	margin-bottom: 5px;
}
.other ol.kakko{
	margin: 0px 10px 20px 35px;
}
.other ol.kakko li {
  position: relative;
  list-style-type: none;
	text-align: left;
	margin-bottom: 5px;
}

.other ol.kakko li:before {
  position: absolute;
  right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}

/*News*/
.news{
	padding-bottom: 8%;
}

.news .btn{
	position: absolute;
	right: 10px;
	top: 30px;
}
.news .btn a{
	font-size: 0.9em;
	display: inline-block;
	width: 180px;
	background: #004790;
	color: #fff;
	border-radius: 40px;
	padding: 10px 20px 10px 10px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news .btn a::after{
	content: "";
	position: absolute;
	right: 10px;
	top:40% ;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.news .btn a:hover{
	background: #fff;
	color: #004790;
	border: 1px solid #004790;
}
.news .btn a:hover::after{
	border-top: 1px solid #004790;
	border-right: 1px solid #004790;
}

.news h4{
	text-align: left;
	padding: 10px;
}
.news .yearlist{
	margin: 10px auto;
	text-align: left;
	padding: 10px 20px;
}
.news .yearlist select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.1em;
	background: #00488f;
	color: #fff;
	padding:15px 10px;
	width:25%;
	max-width: 185px;  
	display: block;
	text-align: center;
	background-image: url(../img/common/arrow_uw.svg);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	background-position: right 10px center;
}

.news .catlist{
	margin: 10px auto 5%;
	padding: 10px 20px;
}
.news .catlist li{
	width:25%;
	max-width: 185px;  
	border-left: 1px solid #3d3a39;
  border-right: 1px solid #3d3a39;
	padding: 0 10px;
}
.news .catlist li+ li {
  border-left: 0;
  border-right: 1px solid #3d3a39;
}
.news .catlist li a{
	display: block;
	padding: 10px 0;
}
.news .catlist li.current-cat a,
.news .catlist li.select a{
	border-bottom:1px solid #00488f;
	color: #00488f;
}

.news .news_area {
	margin: 0 auto 5%;
	border-top: 1px solid #bfc0c0;
}
.news .news_area dl{
	border-bottom: 1px solid #bfc0c0;
}
.news .news_area dl a{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px 0 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news .news_area dl:hover a{
	padding: 0 10px 0 20px;
	color: #004482;
}
.news .news_area dl a dt{
	width: 300px;
	margin-bottom: 10px;
	padding: 25px 10px;
}
.news .news_area dl a dt .cat,
.news .news_area dl a dt .cat.cat-com{
	font-size: 1.4rem;
	background: #e2e2e2;
	padding: 5px 10px;
	line-height: 1.2em;
	border-radius: 15px;
	width: 120px;
	text-align: center;
	display: inline-block;
}
.news .news_area dl a dt .cat.cat-event,
.news .news_area dl a dt .cat.cat-eve{
	background: #fce6e6;
}
.news .news_area dl a dt .cat.cat-ir{
	background: #dcf0f4;
}
.news .news_area dl a dd{
	width: calc(100% - 320px);
	text-align: left;
	display: block;
	background: url("../img/common/news_arrow.svg") right center no-repeat;
	background-size: 35px;
	padding: 25px 60px 25px 10px;
}
.news .news_area dl dd:hover{
	color: #004482;
}
.news .title{
	padding: 20px;
	border-bottom: 1px solid #c1c2c2;
}
.news .title h3{
	text-align: left;
	margin-bottom: 10px;
}
.news .title .Flexbox{
	align-items: center;
}
.news .title .cat,
.news .title .cat.cat-com{
	font-size: 1.4rem;
	background: #e2e2e2;
	padding: 2px 30px;
	border-radius: 15px;
	margin: 0 10px;
	line-height: 1.5em;
}
.news .title .cat.cat-event,
.news .title .cat.cat-eve{
	font-size: 1.4rem;
	background: #fce6e6;
	padding: 2px 30px;
	border-radius: 15px;
	margin: 0 10px;
	line-height: 1.5em;
}
.news .title .cat.cat-ir{
	font-size: 1.4rem;
	background: #dcf0f4;
	padding: 2px 30px;
	border-radius: 15px;
	margin: 0 10px;
	line-height: 1.5em;
}
.news .print_page{
	margin: 5% auto;
}
.news .print_page p{
	margin: 20px auto;
}/*
.news .print_page p img{
	width: 100%;
	height: auto;
}*/
.news .print_page a{
	color: #184399;
	text-decoration: underline;
}
.news .print_page a:hover{
	color: #ff2222;
	text-decoration: underline;
}
.newslink{
	margin: 3% auto;
	border-top: 1px solid #c1c2c2;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newslink .next,
.newslink .prev{
	width: 40%;
	padding: 10px;
	max-width: 180px;
}
.newslink .list{
	width: 20%;
	padding: 10px;
	max-width: 80px;
}
.newslink .next a,
.newslink .prev a,
.newslink .list a{
	display: block;
}
.newslink .next a:hover,
.newslink .prev a:hover,
.newslink .list a:hover{
	opacity: 0.7;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

.news .btn{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: center;
	margin: 20px auto;
}
.news .news_area dl a dt{
	width: 100%;
	margin-bottom: 10px;
	padding: 20px 10px 0;
	text-align: left;
	position: relative;
}
.news .news_area dl a dt .cat,
.news .news_area dl a dt .cat.cat-com,
.news .news_area dl a dt .cat.cat-event,
.news .news_area dl a dt .cat.cat-eve,
.news .news_area dl a dt .cat.cat-ir{
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	width: 100px;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.2em;
}
.news .news_area dl a dd{
	width: 100%;
	background-size: 25px;
	padding: 5px 40px 25px 10px;
}

.news .yearlist{
	padding: 10px;
}

.news .catlist{
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 560px) {
	
.news .catlist li{
	padding: 0 10px;
}
	.news .catlist li a{
		font-size: 1.3rem;
	}
}

/*strengthstop*/

.strength_pointt{
	margin: 5% auto ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.strength_pointt .strength_catch{
	width: 45%;
}
.strength_pointt .strength_catch img{
	margin-bottom: 20px;
}
.strength_pointt .strength_catch p{
	line-height: 1.8em;
}
.strength_pointt .strength_zu{
	width: 40%;
}
.strengthflex{
	margin: 3% auto;
}
.strengthflex .strengthbox{
	width: 50%;
	padding: 10px 30px 10px 0;
	margin-bottom: 20px;
	position: relative;
}
.strengthflex .strengthbox a{
	display: block;
    overflow:hidden;
	text-align: left;
}
.strengthflex .strengthbox a .txt{
	margin-top: -10%;
	position: relative;
	margin: -10% auto 0 0;
	background: #004482;
	padding: 20px 70px 20px 30px;
	display: inline-block;
	min-width: 40%;
	color: #fff;
	z-index: 1;
	text-align: left;
	width: 90%;
	min-height: 180px;
}
.strengthflex .strengthbox a .txt{
	font-size: clamp(18px, 2.4vw, 24px);
	line-height: 1.6em;
}
.strengthflex .strengthbox a .txt .arrow{
	position: absolute;
	right: 22px;
	top: 55%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 30px;
	
}
.strengthflex .strengthbox a .small{
	display: block;
	font-size: clamp(11px, 1.1vw, 13px);
	line-height: 1.8em;
	margin-top: 10px;
}

.strengthflex .strengthbox a .photo{
	display: block;
    overflow:hidden;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.strengthflex .strengthbox a .photo img{
	width: 100%;
	height: auto;
}
.strengthflex .strengthbox a .photo:hover{
    -webkit-transform: scale(1.1);
    transform:scale(1.1)
}


.irflex{
	margin: 3% auto;
}
.irflex .irbox{
	width: 33.3333%;
	padding: 10px 20px 10px 0;
	margin-bottom: 80px;
	position: relative;
}
.irflex .irbox a{
	display: block;
    overflow:hidden;
}
.irflex .irbox a .txt{
	position: absolute;
	left: 0;
	bottom: -40px;
	background: #004482;
	padding: 15px 50px 15px 15px;
	display: inline-block;
	min-width: 40%;
	color: #fff;
	z-index: 1;
	text-align: left;
}
.irflex .irbox a .txt{
	font-size: clamp(16px, 1.6vw, 16px);
	line-height: 1.5em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 110px;
	width: 250px;
}
.irflex .irbox a .txt .arrow{
	position: absolute;
	right: 22px;
	top: 55%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 30px;
	
}
.irflex .irbox a .small{
	display: block;
	font-size: clamp(11px, 1.1vw, 13px);
	line-height: 1.8em;
  font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.irflex .irbox a .photo{
	display: block;
    overflow:hidden;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.irflex .irbox a .photo img{
	width: 100%;
	height: auto;
}
.irflex .irbox a .photo:hover{
    -webkit-transform: scale(1.1);
    transform:scale(1.1)
}


.irflex .irboxl{
	width: 100%;
	padding: 10px 20px 10px 0;
	margin-bottom: 80px;
	position: relative;
}
.irflex .irboxl a{
	display: block;
    overflow:hidden;
}
.irflex .irboxl a .txt{
	position: absolute;
	left: 0;
	bottom: -40px;
	background: #004482;
	padding: 15px 60px 15px 20px;
	display: inline-block;
	color: #fff;
	z-index: 1;
	text-align: left;
}
.irflex .irboxl a .txt{
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.5em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 110px;
	width: 250px;
}
.irflex .irboxl a .txt .arrow{
	position: absolute;
	right: 22px;
	top: 55%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 30px;
	
}
.irflex .irboxl a .small{
	display: block;
	font-size: clamp(11px, 1.1vw, 13px);
	line-height: 1.8em;
  font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.irflex .irboxl a .photo{
	display: block;
    overflow:hidden;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.irflex .irboxl a .photo img{
	width: 100%;
	height: auto;
}
.irflex .irboxl a .photo:hover{
    -webkit-transform: scale(1.1);
    transform:scale(1.1)
}

@media print , screen and (min-width:1px) and (max-width: 960px) {

.strengthflex .strengthbox{
	width: 50%;
	padding: 10px 20px 10px 0;
}
.irflex .irbox{
	width: 50%;
	padding: 10px 20px 10px 0;
	margin-bottom: 80px;
}
.irflex .irboxl{
	width: 100%;
	padding: 10px 20px 10px 0;
	margin-bottom: 80px;
}
.strengthflex .strengthbox a .txt{
/*	position: absolute;
	left: 0;
	bottom: -40px;*/
	background: #004482;
	padding: 20px 80px 25px 20px;
	display: inline-block;
	color: #fff;
	z-index: 1;
	text-align: left;
}
.strength_pointt .strength_catch{
	width: 50%;
}
.strength_pointt .strength_zu{
	width: 45%;
}
.irflex .irbox a .txt{
	line-height: 1.5em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100px;
	width: 280px;
}
}


@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.strengthflex .strengthbox a .txt{
	min-width: 65%;
	min-height: auto;
}
.strengthflex .strengthbox{
	width: 100%;
	padding: 10px 0px;
}
	
}



@media print , screen and (min-width:1px) and (max-width: 530px) {
.irflex .irbox{
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 70px;
}
.irflex .irboxl{
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 70px;
}
}

/*strengths*/

.strength_point{
	margin: -15% auto 0;
	max-width: 1180px;
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.strength_point .strength_catch{
	width: 45%;
}
.strength_point .strength_zu{
	width: 40%;
}

.strength_lead{
	width: 60%;
	margin: -5% auto 5% 0;
	text-align: left;
}
.strength_lead h3{
	color: #004482;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px 0;
}
.strength_list{
	padding: 5% 0;
	border-top:1px solid #dbdcdc; 
}
.strength_list.blb{
	border-bottom:1px solid #dbdcdc; 
}
.strength_list .midashi{
	width: 35%;
	padding: 10px 0 10px 10px;
}
.strength_list .midashi .num{
	color: #004482;
	text-align: left;
	font-size: clamp(16px, 2.5vw, 25px);
	letter-spacing: 0.05em;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
.strength_list .midashi h4{
	color: #004482;
	text-align: left;
	font-size: clamp(20px, 2.2vw, 30px);
}
.strength_list .txt{
	width: 65%;
	padding: 10px;
}


.strength_list .btn{
	width: 50%;
	padding: 0 10px;
	margin: 20px auto 0;
}
.strength_list .btn a{
	color: #fff;
	text-align: center;
	background: #004482;
	border:1px solid #004482;
	display: block;
	padding: 10px 0px;
}
.strength_list .btn a:hover{
	color: #004482;
	background: #fff;
}


.strength_info{
	padding: 0;
}
.strength_info .midashi{
	width: 20%;
	padding: 10px;
}
.strength_info .midashi h4{
	color: #004482;
	text-align: center;
	font-size: clamp(20px, 2.2vw, 32px);
}
.strength_info .txt{
	width: 80%;
	padding: 10px;
}
.strength_info .txt h5{
	color: #004482;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
}

.photoFlex{
	display: flex;
	flex-wrap: wrap;
	margin: 5% auto;
}
.photoFlex .w25{
	width: 25%;
}
.photoFlex .w25 img{
	width: 100%;
	height: auto;
}

h5.line{
	margin-top: 8%;
	padding: 0 15px;
	border-left: 8px solid #004482;
	text-align: left;
	color: #004482;
}

.otherlink{
	margin: 10px auto 5%;
}
.olink {
	width: 33.3333%;
	padding: 10px;
}
.olink a{
	position: relative;
	display: block;
	font-size: clamp(11px, 1.8vw, 18px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.olink a::after{
	content: "";
	background: rgba(0,71,137,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.olink a:hover::after{
	content: "";
	background: rgba(0,71,137,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.olink a .txt{
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 100%;
	text-align: center;
}
@media print , screen and (min-width:1px) and (max-width: 960px) {
	
.strength_list .btn{
	width: 70%;
	padding: 0 10px;
	margin: 10px auto 0;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.strength_lead{
	width: 100%;
	margin: -5% auto 5% 0;
	text-align: left;
}
.strength_point .strength_catch{
	width: 50%;
}
.strength_point .strength_zu{
	width: 45%;
}
.strength_list .midashi{
	width: 100%;
	padding: 0 10px;
}
.strength_list .txt{
	width: 100%;
	padding: 10px 0;
}
.strength_info .midashi{
	width: 100%;
	padding: 0 10px;
}
	.strength_info .midashi h4{
		text-align: left;
	}
.strength_info .txt{
	width: 100%;
	padding: 10px 0;
}
.photoFlex .w25{
	width: 50%;
}
h5.line{
	margin-top: 8%;
	padding: 0 10px;
	border-left: 5px solid #004482;
	text-align: left;
	color: #004482;
}
.olink {
	width: 33.3333%;
	padding: 5px;
}
.strength_list .btn{
	width: 80%;
	padding: 0 10px;
	margin: 10px auto 0;
}
}

/*contact*/


.form-style input {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.form-style input[type="checkbox"] {
	margin: 0 0.5em;
	border: 1px solid #c1c2c2;
}
.form-style input[type="text"],.form-style textarea {
	color: #000!important;
	
	border: 1px solid #c1c2c2;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: .5em 1em;
	width: 100%;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form-style textarea {
	display: block;
	margin-bottom: 0;
}
.form-style input[type="text"]:focus,.form-style textarea:focus {
	
	border: 1px solid #00488d;
	background: #FFF;
	outline: 0;
}

.form-style #checkbox label{
	display: inline-block;
	margin-right: 20px;
}
.form-style input[type="number"] {
	
	border: 1px solid #c1c2c2;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
}
.form-style input[type="radio"] {
	margin-left: 2px;
	margin-right: 6px;
}
.form-style select::-ms-expand {
	display: none;
}

.form-style select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.1em;
	width: 100%;
	background-image: url(../img/common/arrow_u.svg);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	background-position: right 10px center;
	background-color: #FFF;
	padding: 10px 30px 10px 10px;
	margin: 10px 10px 10px 0;
	border: 1px solid #c1c2c2;
}
.form-style select:focus {
	border: 1px solid #00488d;
	outline: 0;
}
.form-style dl{
	display: flex;
	flex-wrap: wrap;
	margin: 5% auto;
}
.form-style dl dt{
	width: 30%;
	text-align:left;
	padding: 25px 0;
}

.form-style dl dt .need{
	background: #e60027;
	padding: 0 5px;
	display: inline-block;
	margin-left: 5px;
	line-height: 1.5em;
	color: #fff;
	font-size: 0.9em;
	border-radius: 15px;
}

.form-style dl dd{
	width: 70%;
	padding: 10px 0;
}
.form-style.confirm dl dd{
	border:1px solid #dfdfdf;
	margin: 15px auto;
	display: inline-block;
	text-align: left;
	padding: 5px 20px;
}
.form-style .btn{
	margin: 3% auto;
	text-align: center;
	max-width: 250px;
	width: 80%;
	position: relative;
}
.form-style .btn input{
	margin: auto;
	display: block;
	width: 100%;
	background: #00488d;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #004790;
}
.form-style .btn::after{
	content: "";
	position: absolute;
	right: 10px;
	top:40% ;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.btn input:hover{
	background: #fff;
	color: #004790;
}
.form-style .btn:hover::after{
	border-top: 1px solid #004790;
	border-right: 1px solid #004790;
}


.form-style .Flexboxcenter .bbtn,
.form-style .Flexboxcenter .btn{
	margin: 3% auto;
	text-align: center;
	max-width: 250px;
	width: 40%;
	position: relative;
}
.form-style .Flexboxcenter .bbtn{
	margin: 3% auto;
	text-align: center;
	max-width: 250px;
	width: 40%;
	position: relative;
}
.form-style .bbtn input{
	margin: auto;
	display: block;
	width: 100%;
	background: #e6e6e8;
	color: #004790;
	padding: 10px;
	border-radius: 30px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #e6e6e8;
}
.form-style .bbtn::after{
	content: "";
	position: absolute;
	right: 10px;
	top:40% ;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-top: 1px solid #004790;
	border-right: 1px solid #004790;
	transform: rotate(45deg);
}
.bbtn input:hover{
	background: #004790;
	color: #e6e6e8;
}
.form-style .bbtn:hover::after{
	border-top: 1px solid #e6e6e8;
	border-right: 1px solid #e6e6e8;
}



@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.form-style dl dt{
	width: 100%;
	text-align:left;
	padding:  0;
}


.form-style dl dd{
	width: 100%;
	padding: 0px 0 10px;
}
.form-style.confirm dl dd{
	margin: 10px auto;
	padding: 5px 10px;
}
}

@media print , screen and (min-width:1px) and (max-width: 530px) {
.form-style .Flexboxcenter .bbtn,
.form-style .Flexboxcenter .btn{
	width: 80%;
}
}

/*ir*/

.HighlightsFlex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto 0;
}

.tsba_googlegraph{
	width:50%;
	padding: 10px;
	position: relative;
	text-align: center;
	margin: auto;
	max-width: 550px;
	margin: 10px auto;
	
}
.tsba_googlegraph h5{
	font-size: clamp(16px, 2vw, 20px);
	text-align: left;
	margin-left: 50px;
	position: relative;
	z-index: 1;
	
}
.tsba_googlegraph .sub{
	font-size: clamp(13px, 1.2vw, 14px);
	text-align: right;
	margin: 0 0 0 auto;
	line-height: 1.0em;
	margin-right: 50px;
	position: relative;
	z-index: 1;
	
}
.gc_ColumnChart{
	/*width: 100%;*/
	text-align: center;
	margin: auto;
	height: auto;
	color: #3d3a39;
	font-size: clamp(11px, 1.2vw, 14px);
	/*width: 500px;*/
	width: 550px;
	height: 500px;
	margin-top: -10%;
}

.gc_ColumnChart .title{
	font-size: clamp(11px, 1.8vw, 18px);
	
}

@media print , screen and (min-width:1px) and (max-width: 1100px) {

.tsba_googlegraph{
	width:50%;
	padding: 10px;
	position: relative;
	text-align: center;
	margin: auto;
	max-width: 50%;
	margin: 10px auto;
	
}
.tsba_googlegraph h5{
	margin-left: 20px;
	
}
.tsba_googlegraph .sub{
	margin-right: 10px;
	
}
.gc_ColumnChart{
	/*width: 100%;*/
	text-align: center;
	margin: auto;
	height: auto;
	color: #3d3a39;
	font-size: clamp(11px, 1.2vw, 14px);
	/*width: 500px;*/
	width: 100%;
	height: 400px;
	margin-top: -8%;
}
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

.tsba_googlegraph{
	width:100%;
	padding: 10px;
	position: relative;
	text-align: center;
	margin: auto;
	max-width: 100%;
	margin: 10px auto;
}
.gc_ColumnChart{
	/*width: 100%;*/
	text-align: center;
	margin: auto;
	height: auto;
	color: #3d3a39;
	font-size: clamp(11px, 1.2vw, 14px);
	/*width: 500px;*/
	width: 100%;
	height: 400px;
	margin-top: -7%;
}
	
}

.filelist{
	margin: 8% auto;
}

.filelist > dl {
	margin-bottom: 3%;
}

.filelist > dl > dt {
	padding:10px 40px 15px 20px;
	font-size: 1.8rem;
	line-height: 1.5em;
	text-align: left;
	background: #004482;
	color: #fff;
	font-size: clamp(16px, 2.2vw, 22px);
}
.filelist > dl > dt::after{
	content: "+";
	color: #1c4e95;
	background: #fff;
	position: absolute;
	font-size: 2.8rem;
	font-weight: 400;
	right: 15px;
	top: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.filelist > dl > dt.open::after{
	content: "−";
	color: #1c4e95;
	position: absolute;
	font-size: 2.8rem;
	font-weight: 400;
	right: 15px;
	top: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.filelist > dl > dt:hover {
	cursor:pointer;
}

.filelist > dl > dd {
	padding:20px;
	display:none;
	text-align: left;
}
.filelist > dl > dd ul li {
	padding:10px;
}
.filelist > dl > dd table{
	margin: 0;
	padding: 0;
	border-top: none;
}
.filelist > dl > dd table td {
	padding:10px;
	border-bottom: none;
}
.filelist > dl > dd ul li a,
.filelist > dl > dd table td a{
	display: block;
	padding-left: 40px;
	position: relative;
}
.filelist > dl > dd table td a::before,
.filelist > dl > dd ul li a::before{
	content: "";
	background: url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 33px;
	width: 33px;
	height: 33px;
	position: absolute;
	left: 0;
	top: 0;
	
}

.filelist > dl > dt,
.filelist > dl > dd {
	position:relative;
}


.filelist > dl > dt span {
	position:absolute;
	left:5px;
	top:20px;
	color:#fff;
	background: #1c4e95;
	padding: 5px 10px 8px;
	font-size: 1.3em;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

	
.filelist > dl > dt {
	padding:15px 50px 15px 20px;
	line-height: 1.4em;
	font-size: 1.6rem;
}
	
.filelist > dl > dt::after{
	right: 10px;
	top: 10px;
	font-size:2.0em;
	font-weight: 300;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.filelist > dl > dt.open::after{
	right: 10px;
	top: 10px;
	font-size:2.0em;
	font-weight: 300;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
	
.filelist > dl > dd {
	padding:20px;
	display:none;
	line-height: 1.6em;
}
.filelist > dl > dd table td {
	width: 100%;
	height: auto;
}
	
.filelist > dl > dd ul li a,
.filelist > dl > dd table td a{
	padding-left: 35px;
}
.filelist > dl > dd table td a::before,
.filelist > dl > dd ul li a::before{
	content: "";
	background: url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 28px;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	
}
	
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.filelist > dl > dt {
	padding:15px 45px 15px 10px;
}	
.filelist > dl > dd {
	padding:10px;
}
}


.faq{
	margin: 8% auto;
}

.faq > dl {
	margin-bottom: 3%;
}

.faq > dl > dt {
	padding:20px 40px 20px 65px;
	line-height: 1.5em;
	text-align: left;
	background: #004482;
	color: #fff;
}
.faq > dl > dt::after{
	content: "+";
	color: #1c4e95;
	background: #fff;
	position: absolute;
	font-size: 2.8rem;
	font-weight: 400;
	right: 15px;
	top: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.faq > dl > dt.open::after{
	content: "−";
	color: #1c4e95;
	position: absolute;
	font-size: 2.8rem;
	font-weight: 400;
	right: 15px;
	top: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.faq > dl > dt:hover {
	cursor:pointer;
}

.faq > dl > dd {
	padding:25px 20px 25px 27px;
	display:none;
	text-align: left;
	background: #ededed;
}

.faq > dl > dd span.a {
	width: 30px;
	font-size: clamp(20px, 3vw, 30px);
	display: block;
}
.faq > dl > dd p {
	width: calc(100% - 30px);
}

.faq > dl > dt,
.faq > dl > dd {
	position:relative;
}


.faq > dl > dt span.q {
	position:absolute;
	left:25px;
	top:15px;
	color:#fff;
	font-size: clamp(20px, 3vw, 30px);
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

	
.faq > dl > dt {
	padding:15px 50px 15px 50px;
	line-height: 1.4em;
}
.faq > dl > dt::after{
	right: 10px;
	top: 10px;
	font-size:2.0em;
	font-weight: 300;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.faq > dl > dt.open::after{
	right: 10px;
	top: 10px;
	font-size:2.0em;
	font-weight: 300;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
	
.faq > dl > dd {
	padding:20px 20px 20px 40px;
	display:none;
	line-height: 1.6em;
}
.faq > dl > dd table td {
	width: 100%;
	height: auto;
}
	
.faq > dl > dt span.q {
	left:15px;
	top:12px;
}
.faq > dl > dd span.a {
	position:absolute;
	left:15px;
	top:20px;
	color:#3d3a39;
}

}
@media only screen and (min-width:1px) and (max-width: 480px) {

.faq > dl > dt span.q {
	left:15px;
	top:15px;
}
.faq > dl > dd span.a {
	position:absolute;
	left:15px;
	top:18px;
	color:#3d3a39;
}

.faq > dl > dt {
	padding:15px 45px 15px 40px;
}	
.faq > dl > dd {
	padding:15px 10px 15px 35px;
}
}

.ir h4{
	text-align: left;
	margin: 0 auto 3%;
}


.photo-l{
	margin: 5% auto 5%;
	width: 100%;
	position: relative;
}
.photo-l img{
	width: 100%;
	height: auto;
}
.photo-l a .txt{
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: clamp(13px, 18vw, 22px);
}
.photo-l .copy{
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	top: 5%;
}
.photo-l .copy h6{
	display: flex;
	justify-content: center;
}
.photo-l .theme{
	position: absolute;
	left: 0;
	top: 50%;
	width: 30%;
	max-width: 360px;
	transform: translateY(-50%);
}


.message.Flexbox{
	margin: 5% auto;
}
.message.Flexbox.blb{
	margin: 5% auto;
	border-bottom: 1px solid #dbdcdc;
}
.message.Flexbox .midashi{
	width: 480px;
	padding: 20px 20px 30px 0;
	text-align: left;
}
.message.Flexbox .midashi h4{
	color: #004482;
}
.message.Flexbox .txt{
	width: calc( 100% - 480px );
	padding: 20px;
}
.message.Flexbox .txt p{
	margin-bottom: 20px;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
	
.message.Flexbox .midashi{
	width: 400px;
	padding: 10px;
}
.message.Flexbox .txt{
	width: calc( 100% - 400px );
	padding: 10px;
}
}

@media only screen and (min-width:1px) and (max-width: 768px) {

.photo-l .copy{
	position: relative;
	left: inherit;
	right: inherit;
	text-align: center;
	margin: auto;
	top: inherit;
	margin: 5% auto 3%;
}
	.photo-l .copy{
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
.photo-l .copy h6{
	color: #004482;
	background: #5f71b3;
	color: #fff;
	padding: 5px;
	margin: 0 auto;
}
	
.message.Flexbox .midashi{
	width: 100%;
	padding: 10px 20px;
}
.message.Flexbox .txt{
	width: 100%;
	padding: 10px;
}
.message.Flexbox .txt p{
	margin-bottom: 10px;
}
}

/*pagenav*/

.pagenav{
	margin: 3% auto 5%;
}
.pagenav ul li{
	padding: 10px;
	width: 25%;
	
}
.pagenav ul li a{
	background: #004482 url("../img/common/arrow_d.svg") right bottom no-repeat;
	background-size:25px;
	color: #fff;
	padding: 20px 10px;
	display: block;
	border: 1px solid #004482;
}
.pagenav ul li a:hover{
	background: #fff url("../img/common/arrow_d.svg") right bottom no-repeat;
	background-size:25px;
	color: #004482;
}
@media only screen and (min-width:1px) and (max-width: 960px) {
	
.pagenav ul li{
	padding: 10px 5px;
	width: 25%;
	
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
.pagenav ul li{
	padding: 10px;
	width: 50%;
	
}
.pagenav ul li a{
	background: #004482 url("../img/common/arrow_d.svg") right bottom no-repeat;
	background-size:20px;
	padding: 15px 10px;
}
.pagenav ul li a:hover{
	background: #fff url("../img/common/arrow_d.svg") right bottom no-repeat;
	background-size:20px;
}	
}
/*outline*/

.outline_zu{
	margin: 5% auto;
}
.yakuin.Flexbox dt{
	width: 260px;
}
.yakuin.Flexbox dd{
	width: calc(100% - 260px);
}
.yakuin.Flexbox dd .name{
	width: 105px;
}
.yakuin.Flexbox dd .prof{
	width: calc(100% - 105px);
}

.yakuintable table{
	border: none !important;
	padding: 0;
	margin: 0;
}
.yakuintable table th,
.yakuintable table td{
	border: none !important;
	padding: 0 !important;
}
.yakuintable table td:nth-of-type(1){
	width: 340px;
}
/*
.yakuintable table td:nth-of-type(2){
	display: flex;
	flex-wrap: wrap;
}

.yakuintable table td strong{
	width: 105px;
	font-weight: 400;
}
.yakuintable table td em{
	width: calc(100% - 105px);
	font-style: normal;
	
}

*/
@media only screen and (min-width:1px) and (max-width: 960px) {

.yakuin.Flexbox dt{
	width: 140px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.yakuin.Flexbox dd{
	width: calc(100% - 140px);
}	
.yakuin.Flexbox dd .name{
	width: 105px;
}
.yakuin.Flexbox dd .prof{
	width: calc(100% - 105px);
	font-size: 0.9em;
	padding: 0 ;
}	
.yakuin.Flexbox dd .name{
	width: 100%;
}
.yakuin.Flexbox dd .prof{
	width: 100%;
	padding-left: 20px;
	font-size: 0.9em;
	padding: 0 0 10px 20px;
}

.yakuintable table td:nth-of-type(1){
	width: 340px;
	line-height: 1.5em;
	padding-bottom: 10px;
}	/*
.yakuintable table td strong{
	width: 100%;
}
.yakuintable table td em{
	width: 100%;
	padding-left: 20px;
	font-size: 0.9em;
	padding: 0 0 10px 20px;
}
	*/
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.yakuin.Flexbox dt{
	width: 100%;
	line-height: 1.5em;
	padding-bottom: 0px;
}
.yakuin.Flexbox dd{
	width: 100%;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
}
.yakuin.Flexbox dd .name{
	width: 85px;
	line-height: 1.5em;
}
.yakuin.Flexbox dd .prof{
	width: calc(100% - 85px);
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 0 ;
}
	
.yakuintable table td:nth-of-type(1){
	width: 100%;
	line-height: 1.5em;
	padding-bottom: 0px;
}
.yakuintable table td:nth-of-type(2){
	width: 100%;
	padding: 5px 0 5px 10px !important;
	margin-bottom: 5px;
	border-bottom: 1px solid #dfdfdf !important;
}/*
.yakuintable table td strong{
	width: 85px;
	line-height: 1.5em;
}
.yakuintable table td em{
	width: calc(100% - 85px);
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 0 ;
}*/
}

h3.txtb,
h4.txtb,
h5.txtb{
	color: #004482;
	text-align: left;
	margin-bottom: 20px;
}
h4.line{
	border-bottom: 1px solid #c1c2c2;
	margin: 8% auto 0;
	padding: 5px 0;
	letter-spacing: 0.1em;
}
h4.bline{
	border-bottom: 1px solid #00488f;
	margin: 8% auto 0;
	padding: 5px 0;
	letter-spacing: 0.1em;
}
.company h4{
	padding: 10px 0;
	
}
h4.backb{
	background: #00488f;
	padding: 5px 20px;
	color: #fff;
	margin: 5% auto 3%;
	text-align: left;
}
h5.backg{
	background: #dedfdf;
	padding: 5px 20px;
}
h5.bline{
	border-bottom: 1px solid #00488f;
	padding: 10px 10px;
	color: #00488f;
	letter-spacing: 0.05em;
	margin-bottom: 1%;
}
h5.bwline{
	/*border-bottom: 1px solid #00488f;
	border-top: 1px solid #00488f;*/
	padding: 20px 10px;
	color: #00488f;
	letter-spacing: 0.05em;
}
h5 a.blank{
	color: #00488f;
	position: relative;
	display: block;
	letter-spacing: 0.05em;
}
h5 a.blank::after{
	content: "";
	background:url("../img/common/blank.svg") top center no-repeat;
	background-size: 18px;
  vertical-align: middle;
	 display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 15px;
 }
h6.txtb{
	color: #00488f;
	margin: 3% auto;
}


a.pdflink{
	padding: 0 10px 0 65px;
	position: relative;
	display: block;
	text-align: left;
}
a.pdflink::before{
	content: "";
	background:url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 35px;
  vertical-align: middle;
	 display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}


a[href$=".pdf"] .news_content{
	position: relative;
	display: inline-block;
}
a[href$=".pdf"] .news_content::after{
	content: "";
	background:url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 28px;
  vertical-align: middle;
	 display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 10px;
}


@media only screen and (min-width:1px) and (max-width: 680px) {

a.pdflink{
	padding: 0 10px 0 60px;
	}
a.pdflink::before{
	content: "";
	background:url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 30px;
  vertical-align: middle;
	 display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
	
a[href$=".pdf"] .news_content::after{
	content: "";
	background:url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 24px;
  vertical-align: middle;
	 display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
	
}
.map{
	margin: 5% auto;
	text-align: center;
	position: relative;
}
.overseabox{
	border-bottom: 1px solid #00488f;
}
.location{
	padding: 30px 0;
	border-top: 1px solid #00488f;
	border-bottom: 1px solid #c1c2c2;
}
.locationos{
	padding: 20px 0;
	border-bottom: 1px solid #c1c2c2;
}
.locations{
	padding: 20px 10px;
	border-bottom: 1px solid #c1c2c2;
}
.location .txt{
	width: 70%;
	padding-right: 20px;
}
.location .txt h5{
	margin-bottom: 15px;
}
.location .photo{
	width: 30%;
}
.location .photo img{
	width: 100%;
	height: auto;
}
.locationos .txt{
	width: 77%;
	padding-right: 20px;
}
.locationos .txt h5{
	margin-bottom: 15px;
}
.locationos .photo{
	width: 23%;
}
.locations h6{
	width: 30%;
}
.locations .add{
	width: 50%;
}
.locations .bmap{
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.location .icoFlex,
.location .linkFlex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 3% auto 3% 0;
}
.location .icoFlex .warehouse_ico{
	width: 30%;
	max-width: 130px;
	margin-right: 10px;
}
.location .linkFlex .btn_blue,
.location .linkFlex .btn_white{
	margin-right: 10px;
	display: inline-block;
	margin: 0 15px 0 0;
}
.location .linkFlex .btn_blue a{
	width: 180px;
	padding: 5px 10px 5px 0px;
}


@media only screen and (min-width:1px) and (max-width: 960px) {
.locations h6{
	width: 100%;
}
.locations .add{
	width: 70%;
}
.locations .bmap{
	width: 30%;
	
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {

h5.backg{
	padding: 5px 10px;
}
h5 a.blank::after{
	content: "";
	background:url("../img/common/blank.svg") top center no-repeat;
	background-size: 14px;
  vertical-align: middle;
	 display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 12px;
 }
.location .txt,
.locationos .txt{
	width: 100%;
	padding-right: 0px;
}
.location .txt h5,
.locationos .txt h5{
	margin-bottom: 10px;
}
.location .photo{
	width: 70%;
	text-align: center;
	margin: auto;
}
.locationos .photo{
	width: 60%;
	text-align: center;
	margin: auto;
}

.locations h6{
	width: 100%;
}
.locations .add{
	width: 100%;
}
.locations .bmap{
	width: 100%;
	margin: 10px 0 0;
	justify-content: flex-start;
	
}
}



.locationos .btn_blue,
.locationos .btn_white,
.location .btn_blue,
.location .btn_white{
	margin: 20px auto;
}
.btn_blue,
.btn_white{
	text-align: left;
}
.btn_blue a{
	display: block;
	background: #00488f;
	border: 1px solid #00488f;
	border-radius: 30px;
	color: #fff;
	width: 160px;
	padding: 5px 10px;
	text-align: center;
	position: relative;
}
.btn_blue a::after{
	content: "";
	position: absolute;
	right: 10px;
	top:40% ;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.btn_blue a:hover{
	background: #fff;
	color: #004790;
	border: 1px solid #004790;
}
.btn_blue a:hover::after{
	border-top: 1px solid #004790;
	border-right: 1px solid #004790;
}
.btn_white a{
	display: block;
	background: #fff;
	border: 1px solid #00488f;
	border-radius: 30px;
	color: #00488f;
	width: 160px;
	padding: 5px 10px 5px 0px;
	text-align: center;
	position: relative;
}
.btn_white a::after{
	content: "";
	position: absolute;
	right: 10px;
	top:40% ;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 10px;
	border-top: 1px solid #00488f;
	border-right: 1px solid #00488f;
	transform: rotate(45deg);
}
.btn_white a:hover{
	background: #00488f;
	color: #fff;
	border: 1px solid #004790;
}
.btn_white a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.asociated .asoFlex{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.asociated ul li{
	width: 48%;
	margin: 15px 1%;
	border: 1px solid #3d3a39;
}
.asociated ul li .nolink,
.asociated ul li a{
	display: block;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 65px 20px 20px;
	position: relative;
}
.asociated ul li a.blank::after{
	content: "";
	background:url("../img/common/blank_b.svg") top center no-repeat;
	background-size: 27px;
  vertical-align: middle;
	 display: inline-block;
	width: 27px;
	height: 27px;
	position: absolute;
	right: 20px;
	top: 50%;    transform: translateY(-50%);
}
.asociated ul li a.link::after{
	content: "";
	background:url("../img/common/arrow_b.svg") center center no-repeat;
	background-size: 30px;
  vertical-align: middle;
	 display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.asociated ul li h6{
	margin-bottom: 10px;
}
.asociated ul li p{
	font-size: clamp(12px, 1.4vw, 14px);
	line-height: 1.6em;
}
.simplemap{
	margin: 3% auto;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
.asociated ul li .nolink,
.asociated ul li a{
	padding: 20px 50px 20px 20px;
}
.asociated ul li a.blank::after{
	content: "";
	background:url("../img/common/blank_b.svg") top center no-repeat;
	background-size: 22px;
	width: 22px;
	height: 22px;
	right: 15px;
}
.asociated ul li a.link::after{
	content: "";
	background:url("../img/common/arrow_b.svg") center center no-repeat;
	background-size:25px;
	width: 25px;
	height: 25px;
	right: 15px;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	.asociated ul li .nolink,
.asociated ul li a{
	padding: 10px 50px 10px 15px;
}
.asociated ul li{
	width: 98%;
	margin: 10px 1%;
	border: 1px solid #3d3a39;
}
}

.license .Flexbox li{
	width: 48%;
	margin: 15px 1%;
	border: 1px solid #dbdcdc;
}
.license .Flexbox li a[href$=".pdf"]{
	padding: 15px 10px 15px 65px;
	position: relative;
	display: block;
	text-align: left;
}
.license .Flexbox li a[href$=".pdf"]::before{
	content: "";
	background:url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 35px;
  vertical-align: middle;
	 display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (min-width:1px) and (max-width: 680px) {
.license .Flexbox li{
	width: 98%;
	margin: 10px 1%;
}
.license .Flexbox li a[href$=".pdf"]{
	padding: 15px 10px 15px 60px;
	}
.license .Flexbox li a[href$=".pdf"]::before{
	content: "";
	background:url("../img/ir/ico_pdf.svg") center center no-repeat;
	background-size: 30px;
  vertical-align: middle;
	 display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
}

@media only screen and (min-width:1px) and (max-width: 560px) {
.btn_blue a{
	width: 130px;
}
.btn_white a{
	width: 130px;
}
.location .linkFlex .btn_blue a{
	width: 150px;
}
}
/*個人投資家*/

.Flexboxcenter.movie .moviebtn{
	width: 50%;
	padding: 20px;
}
.Flexboxcenter.movie .txt{
	width: 50%;
	padding: 20px;
}

.whatlink li{
	width: 33.3333%;
	padding: 0 10px 30px;
}
.whatlink li a{
	display: block;
    overflow:hidden;
}
.whatlink li a .photo{
	display: block;
    overflow:hidden;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.whatlink li a .photo img{
	width: 100%;
	height: auto;
    -webkit-transition: 0.5s;
    transition:0.5s;
}
.whatlink li a .photo:hover img{
    -webkit-transform: scale(1.05);
    transform:scale(1.05)
}

@media only screen and (min-width:1px) and (max-width: 680px) {

.Flexboxcenter.movie .moviebtn{
	width: 100%;
	padding: 0 10px 10px;
	order: 2;
}
.Flexboxcenter.movie .txt{
	width: 100%;
	padding: 10px 0px;
	order: 1;
}
.whatlink li{
	width: 50%;
	padding: 0 10px 20px;
}
}

/*優待制度*/
.yutailist{
	margin: 3% auto;
}
.yutailist .point{
	width: 100%;
	background: #f7f7f7;
	margin: 15px auto;
}
.yutailist .pointl{
	width: 48%;
	margin-right: 2%;
	background: #f7f7f7;
	margin: 15px 2% 15px auto;
}
.yutailist .pointr{
	width: 48%;
	margin-left: 2%;
	background: #f7f7f7;
	margin: 15px auto 15px 2%;
}
.yutailist .pointnum,
h5.pointnum{
	background: #e6e6e7;
	color: #1e5591;
	padding: 5px 10px;
	width: 100%;
	text-align: center;
	font-size: clamp(15px, 1.7vw, 17px);
}
.yutailist .yutaiFlex{
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.yutailist .yutaiFlex .yutai{
	padding: 20px;
}
.yutailist .yutaiFlex .yutai p{
	line-height: 1.6em;
}
.yutaibox .wp-element-caption{
	font-size: 0.8em;
}
.yutaibox{
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
	
.yutailist .yutaiFlex{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.yutailist .yutaiFlex .yutai{
	padding: 10px;
}
}

@media only screen and (min-width:1px) and (max-width: 680px) {
.yutailist .yutaiFlex{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
	
.yutailist .yutaiFlex .yutai{
	padding: 10px;
	width: 50%;
}
.yutailist .point,
.yutailist .pointl,
.yutailist .pointr{
	width: 100%;
	margin: 10px auto;
}
}

/*名港海運の姿勢*/

.princple_sec01,
.princple_sec02,
.princple_sec03{
	margin: 8% auto;
}
.princple_sec01 h6,
.princple_sec02 h6,
.princple_sec03 h6{
	font-size: clamp(14px, 1.8vw, 18px);
}
.princple_sec01 .photol{
	width: 20%;
}
.princple_sec01 .photor{
	width: 50%;
}
.princple_sec01 .txt{
	width: 30%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.princple_sec02 .photol{
	width: 55%;
}
.princple_sec02 .txt{
	width: 45%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.princple_sec03 .photol{
	width: 17%;
}
.princple_sec03 .photor{
	width: 40%;
}
.princple_sec03 .txt{
	width: 43%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
.princple_sec01 .photol{
	width: 40%;
}
.princple_sec01 .photor{
	width: 80%;
	margin-left: 20%;
	margin-top: 5%;
}
.princple_sec01 .txt{
	width: 60%;
}
.princple_sec02 .photol{
	width: 80%;
	margin-right: 20%;
}
.princple_sec02 .txt{
	width: 100%;
	margin-top: 5%;
}
	
.princple_sec03 .photol{
	width: 35%;
}
.princple_sec03 .photor{
	width: 80%;
	margin-left: 20%;
	margin-top: 5%;
}
.princple_sec03 .txt{
	width: 65%;
}
	
}

@media only screen and (min-width:1px) and (max-width: 530px) {
	
.princple_sec01 .photol{
	width: 30%;
}
.princple_sec01 .txt{
	width: 70%;
}
.princple_sec03 .photol{
	width: 28%;
}
.princple_sec03 .txt{
	width: 72%;
}
	
}

/*沿革*/
.history_box{
	width: 75%;
}
.history_box tr{
	position: relative;
}
.history_p{
	width: 25%;
}

.history_box td{
	position: relative;
}
.history_box td .his_p01 p,
.history_box td .his_p02 p,
.history_box td .his_p03 p,
.history_box td .his_p04 p,
.history_box td .his_p05 p,
.history_box td .his_p06 p,
.history_box td .his_p07 p,
.history_box td .his_p08 p,
.history_box td .his_p09 p,
.history_box td .his_p10 p,
.history_box td .his_p11 p,
.history_box td .his_p12 p,
.history_p p{
	font-size: 1.4rem;
	line-height: 1.6em;
}

.history_box td .his_p01,
.history_box td .his_p02,
.history_box td .his_p03,
.history_box td .his_p04,
.history_box td .his_p05,
.history_box td .his_p06,
.history_box td .his_p07,
.history_box td .his_p08,
.history_box td .his_p09,
.history_box td .his_p10,
.history_box td .his_p11{
	position: absolute;
	right: -32%;
	top: 0;
	width: 32%;
	padding-left: 40px;
}
.history_box td .his_p12{
	position: absolute;
	right: -32%;
	bottom: 0;
	width: 32%;
	padding-left: 40px;
}
.history_box td .his_p10{
	margin-top: -50px;
}
.history_box td .his_p11{
	margin-top: 50px;
}
@media only screen and (min-width:1px) and (max-width: 960px) {
	
.history_box td .his_p01,
.history_box td .his_p02,
.history_box td .his_p03,
.history_box td .his_p04,
.history_box td .his_p05,
.history_box td .his_p06,
.history_box td .his_p07,
.history_box td .his_p08,
.history_box td .his_p09,
.history_box td .his_p10,
.history_box td .his_p11{
	position: absolute;
	right: -30%;
	top: 0;
	width: 30%;
	padding-left: 20px;
}
.history_box td .his_p12{
	position: absolute;
	right: -30%;
	bottom: 0;
	width: 30%;
	padding-left: 20px;
	
}

}
@media only screen and (min-width:1px) and (max-width: 560px) {
.history_box{
	width: 	100%;
}
.history_box tr{
	position: relative;
}
.history_p{
	display: none;
}
.history_box td .his_p01,
.history_box td .his_p02,
.history_box td .his_p03,
.history_box td .his_p04,
.history_box td .his_p05,
.history_box td .his_p06,
.history_box td .his_p07,
.history_box td .his_p08,
.history_box td .his_p09,
.history_box td .his_p10,
.history_box td .his_p11{
	position: relative;
	right: inherit;
	top: inherit;
	width:60%;
	padding-left: 0px;
	padding: 20px 0 0;
	margin: 0 auto;
	text-align: center;
}
.history_box td .his_p12{
	position: relative;
	right: inherit;
	bottom: inherit;
	width:60%;
	padding-left: 0px;
	padding: 20px 0 0;
	margin: 0 auto;
	text-align: center;
}
.history_box td .his_p10{
	margin-top: 0;
	margin:0  auto;
}
.history_box td .his_p11{
	margin-top: 0;
	margin:0  auto;
}
}


.contents_lead{
	width: 60%;
	margin: 0 auto 5% 0;
	text-align: left;
}
.contents_lead h4{
	color: #004482;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px 0;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
	
.contents_lead{
	width: 80%;
	margin: 0 auto 5% 0;
	text-align: left;
}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
.contents_lead{
	width: 100%;
	margin: 0 auto 5% 0;
	text-align: left;
}
	
}

/*倉庫詳細*/

.maparea{
	width: 96%;
	max-width: 1040px;
	margin: auto;
}

.soukomap{
	width: 100%;
	position: relative;
}
.soukomap img{
	width: 100%;
	height: auto;
}
.soukomap .plot{
	position: absolute;
}
.chubu_map,
.kyushu_map{
	width: 50%;
	position: relative;
	margin:30px auto;
}
.kyushu_map h4{
	padding-left: 5%;
}
.chubu_map img,
.kyushu_map img{
	width: 100%;
	height: auto;
}
.soukomap .plot img,
.chubu_map .plot img,
.kyushu_map .plot img{
	width: 22px;
}
.soukomap .plot a:hover,
.chubu_map .plot a:hover,
.kyushu_map .plot a:hover{
	opacity: 0.7;
}
.soukomap .plot01{
	position: absolute;
	right: 13.5%;
	top:2%;
}
.soukomap .plot02{
	position: absolute;
	right: 20%;
	top:21%;
}
.soukomap .plot03{
	position: absolute;
	right: 17%;
	top:22%;
}
.soukomap .plot04{
	position: absolute;
	right: 22%;
	top:26%;
}
.soukomap .plot05{
	position: absolute;
	right: 24%;
	top:28.5%;
}
.soukomap .plot06{
	position: absolute;
	right: 22.5%;
	top:31%;
}
.soukomap .plot07{
	position: absolute;
	right: 31%;
	top:20.5%;
}
.soukomap .plot08{
	position: absolute;
	right: 30.5%;
	top:36%;
}
.soukomap .plot09{
	position: absolute;
	right: 27%;
	top:39%;
}
.soukomap .plot10{
	position: absolute;
	right: 34%;
	top:42%;
}
.soukomap .plot11{
	position: absolute;
	right: 34.5%;
	top:45.5%;
}
.soukomap .plot12{
	position: absolute;
	right: 35%;
	top:53%;
}
.soukomap .plot13{
	position: absolute;
	right: 34.5%;
	top:57%;
}
.soukomap .plot14{
	position: absolute;
	right: 10%;
	top:34.5%;
}
.soukomap .plot15{
	position: absolute;
	right: 41%;
	top:26.5%;
}
.soukomap .plot16{
	position: absolute;
	right: 56.5%;
	top:45%;
}
.soukomap .plot17{
	position: absolute;
	right: 45.5%;
	top:46%;
}
.soukomap .plot18{
	position: absolute;
	right: 44%;
	top:51%;
}
.soukomap .plot19{
	position: absolute;
	right: 45.5%;
	top:53.5%;
}
.soukomap .plot20{
	position: absolute;
	right: 51.5%;
	top:53%;
}
.soukomap .plot21{
	position: absolute;
	right: 50%;
	top:55.5%;
}
.soukomap .plot22{
	position: absolute;
	right: 50%;
	top:57.5%;
}
.soukomap .plot23{
	position: absolute;
	left: 15%;
	top:33%;
}
.soukomap .plot24{
	position: absolute;
	left: 33%;
	top:54%;
}
.soukomap .plot25{
	position: absolute;
	left: 31%;
	top:56%;
}
.soukomap .plot26{
	position: absolute;
	left: 19%;
	top:52%;
}
.soukomap .plot27{
	position: absolute;
	left: 16%;
	top:52.5%;
}
.soukomap .plot28{
	position: absolute;
	left: 24%;
	top:62%;
}
.soukomap .plot29{
	position: absolute;
	left: 4.3%;
	top:50.5%;
}
.soukomap .plot30{
	position: absolute;
	left: 1.9%;
	top:52%;
}
.soukomap .plot31{
	position: absolute;
	right: 35.5%;
	top:90%;
}

.chubu_map .plot31{
	position: absolute;
	left: 38%;
	top:61%;
}
.chubu_map .plot32{
	position: absolute;
	left: 28%;
	top:20%;
}
.chubu_map .plot33{
	position: absolute;
	left: 47%;
	top:18%;
}
.chubu_map .plot34{
	position: absolute;
	left: 40.5%;
	top:28%;
}
.chubu_map .plot35{
	position: absolute;
	left: 39%;
	top:23.5%;
}
.chubu_map .plot36{
	position: absolute;
	left: 32%;
	top:76%;
}
.kyushu_map .plot37{
	position: absolute;
	left: 36%;
	top:22%;
}
.kyushu_map .plot38{
	position: absolute;
	left: 46%;
	top:40%;
}
.mapimg{
}

.whbox{
	font-size: 1.4em;
	padding: 5px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.whbox .photo{
	width: 50%;
	padding: 0;
}
.soukow50{
	width: 50%;
}
/*
.area{
	font-size: 1.7em;
	font-weight: 600;
	padding: 5px 20px;
	border:2px solid #00a0e9;
	display: inline-block;
	margin: 0 10px 10px;
}*/
.souko .blb{
	border-bottom: 1px solid #dfdfdf;
	
}
.soukoico{
	margin: 10px auto;
}
.icon_wh{
	max-width: 180px;
	padding: 2px 2px;
	width: 50%;
}
.countory{
	font-size: 1.5em;
	padding: 5px;
	margin: 10px auto 0;
	background: #e2eff7;
	width: 100%;
	color: #1e5591;
	font-weight: 600;
}
strong.num{
	font-size: 1.5rem;
}
.youtubebtn a{
	background: #1e5591;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
	font-size: 1.3rem;
	display: block;
}
.youtubebtn img{
	width: 25px;
}

@media screen and (max-width:768px){
.chubu_map,
.kyushu_map{
	width: 100%;
	position: relative;
	margin:20px auto 10px;
}
.soukomap .plot img,
.chubu_map .plot img,
.kyushu_map .plot img{
	width: 15px;
}
}
@media screen and (max-width: 530px){

.soukomap .plot img,
.chubu_map .plot img,
.kyushu_map .plot img{
	width: 10px;
}
}

/*サステナビリティ*/

.subtitle{
	text-align: left;
	margin-bottom: 30px;
	font-size: clamp(18px, 2.4vw, 24px);
}
.subtitle span{
	display: inline-block;
	margin-right: 5px;
}

.susbox h4.en{
	font-size: clamp(30px, 5vw, 50px);
}
.susbox .Flexbox{
	text-align: left;
	margin: 3% auto;
}
.susbox .point{
	width: 45%;
}
.susbox .point ul li{
	font-size: clamp(16px, 2.2vw, 22px);
	padding: 5px 0;
	list-style: disc;
	margin-left: 20px;
}
.susbox .kadai{
	width: 55%;
}
.susbox .kadai ul li{
	font-size: clamp(15px, 1.8vw, 18px);
	padding: 2px 0;
	list-style: disc;
	margin-left: 20px;
}

.susbox h6.bline{
	font-size: clamp(17px, 2.0vw, 20px);
	color: #00458a;
	border-bottom: 1px solid #00458a;
	padding: 5px;
	display: inline-block;
	margin-bottom: 20px;
}
.susbox{
  background: linear-gradient(to bottom, #ffffff 70%, #e9e9e9);
	padding: 0 0 5%;
}
.susbox .photo-l{
	margin: 0 auto 5%;
	padding: 0 ;
}


.susbox .torikumi{
	text-align: left;
	margin: 3% auto;
}
.susbox .torikumiFlex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.susbox .torikumiFlex .ex{
	width: 48%;
	background: #fff;
}
.susbox .torikumiFlex .ex .mark{
	width: 75%;
	margin: -20px auto 20px;
	background: #fff;
	z-index: 1;
	position: relative;
}
.susbox .torikumiFlex .ex .mark ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.susbox .torikumiFlex .ex .mark ul li{
	width: 25%;
	padding: 20px 5px 0;
}

.susbox .torikumiFlex .ex p{
	padding: 0px 30px 50px;
}

.sus_minato{
	margin: 5% auto;
	padding: 5% 0;
	border-top:1px solid #dbdcdc; 
	border-bottom:1px solid #dbdcdc; 
}
.sus_minato .mark{
	width: 25%;
	padding: 0 20px;
}
.sus_minato .txt{
	width: 75%;
	padding: 0 20px;
}
.sus_minato .txt h4{
	margin-bottom: 20px;
}

@media screen and (max-width:530px){
	
.susbox{
  background: linear-gradient(to bottom, #ffffff 25%, #e9e9e9);
	padding: 0 0 5%;
}
.susbox .point{
	width: 100%;
	margin: 0 0 10px 0;
}
.susbox .kadai{
	width: 100%;
	margin: 0 0 10px 0;
}
.susbox h6.bline{
	margin-bottom: 10px;
}
.susbox .torikumiFlex .ex{
	width: 90%;
	margin: 20px auto;
	background: #fff;
}
.susbox .torikumiFlex .ex .mark{
	width: 80%;
	margin: -15px auto 10px;
	background: #fff;
	z-index: 1;
	position: relative;
}
.susbox .torikumiFlex .ex .mark ul li{
	width: 28%;
	padding: 10px 5px 0;
}
.susbox .torikumiFlex .ex p{
	padding: 0px 20px 20px;
}
.sus_minato .mark{
	width: 80%;
	padding: 0 20px;
}
.sus_minato .txt{
	width: 100%;
	padding: 20px 0;
}
}

.sitemap dl dt{
	width: 100%;
	margin: 3% auto 2%;
}
.sitemap dl dd{
	width: 100%;
	margin: 1% auto 2%;
}
.sitemap dl dt a{
	padding: 10px 20px;
	background: #004482 url("../img/common/arrow.svg") right 10px center no-repeat;
	background-size: 25px;
	color: #fff;
	font-size: clamp(17px, 2.0vw, 20px);
	display: block;
	text-align: left;
}
.sitemap dl dt a:hover{
	background: #5e7ba4 url("../img/common/arrow.svg") right 10px center no-repeat;
	background-size: 25px;
}
.sitemap dl dd li{
	width: 50%;
	padding: 5px 0px;
	text-align: left;
}
.sitemap dl dd a{
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.sitemap dl dd a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #00478b;
  border-right: solid 1px #00478b;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 11px;
}
@media screen and (max-width:660px){
	
.sitemap dl dd li{
	width: 100%;
	padding: 5px 20px;
	text-align: left;
}
	
}