@charset "utf-8";

/*-------------------------------------------------------------------
　pageVisual
-------------------------------------------------------------------*/
.pageVisual{
	width:100%;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	position: relative;
}

.pageVisual h2{
	font-family: "Zen Old Mincho", serif;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-shadow: 0 0 10px #424242,/*#424242*/
				 0 0 10px #424242,
				 0 0 10px #424242;
}

.pageVisual h2 span{
	font-family: "Cinzel", serif;
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.safety_bg{background: url("../images/hd_safety_bg.jpg") no-repeat center center / cover;}
.management_bg{background: url("../images/hd_management_bg.jpg") no-repeat center center / cover;}
.ship_bg{background: url("../images/hd_ship_bg.jpg") no-repeat center center / cover;}
.company_bg{background: url("../images/hd_company_bg.jpg") no-repeat center center / cover;}
.service_bg{background: url("../images/hd_service_bg.jpg") no-repeat center center / cover;}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.pageVisual{
	width:100%;
	height: 450px;
}

.ship_bg{background: url("../images/hd_ship_bg.jpg") no-repeat center right/ cover;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.pageVisual{
	height: 400px;
}

.pageVisual h2{font-size: 35px;}
.pageVisual h2 span{font-size: 20px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.pageVisual{
	height: 230px;
}

.pageVisual h2{
	font-size: 30px;
	letter-spacing: -0.05em;
}

.pageVisual h2 span{
	font-size: 18px;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:150px 0 0 0;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.content{
	width: 1300px;
	margin: 150px auto 0;
}

.content0{
	width: 1300px;
	margin: 0 auto;
}

.indent{
	padding-left:1em;
	text-indent:-1em;
}

.indent2{
	padding-left:1.7em;
	text-indent:-1.7em;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.content{
	width: 90%;
}

.content0{
	width: 90%;
	margin: 0 auto;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#wrapper{
	width:100%;
	margin:100px 0 0 0;
}

.content{
	width: 90%;
	margin: 100px auto 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#wrapper{
	width:100%;
	margin:80px 0 0 0;
}

.content{
	width: 85%;
	margin: 80px auto 0;
}

.content0{
	width: 85%;
	margin: 0 auto;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.content{
	width: 85%;
	margin: 60px auto 0;
}
}


/*-------------------------------------------------------------------
　page main
-------------------------------------------------------------------*/
.main_cont{
	width: 1300px;
	margin: 0 auto;
}

.main_cont_mg{
	width: 1300px;
	margin: 150px auto 0;
}

.waveTit_en{
	font-family: "Cinzel", serif;
	font-size: 30px;
	color: #E62320;
	font-weight: bold;
	text-decoration: 3px underline wavy #182E66;
	text-underline-offset: 10px;
	margin-bottom: 30px;
}

.ttl_C{text-align: center;}

.txBox{
	width: 1270px;
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid #182E66;
	box-sizing: border-box;
	margin-bottom: 80px;
}

.txBox h3{
	font-family: "Zen Old Mincho", serif;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #182E66;
	text-box-trim: trim-both;
}

h3.mainTit{
	font-family: "Zen Old Mincho", serif;
	font-size: 45px;
	font-weight: bold;
	margin: -20px 0 30px;
	color: #182E66;
	text-box-trim: trim-both;
	border:0px solid #000;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.main_cont{
	width: 90%;
}

.main_cont_mg{
	width: 90%;
	margin: 150px auto 0;
}

.txBox{
	width: calc(100% - 30px);
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.main_cont{
	width: 90%;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.main_cont{
	width: 85%;
}

.main_cont_mg{
	width: 85%;
	margin: 80px auto 0;
}

.waveTit_en{
	font-size: 25px;
	margin-bottom: 30px;
}

.txBox h3{
	font-size: 35px;
	margin-bottom: 20px;
	text-box-trim: trim-both;
	line-height: 1.3;
}

h3.mainTit{
	font-size: 35px;
	margin: -20px 0 30px;
	text-box-trim: trim-both;
	line-height: 1.3;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.main_cont_mg{
	width: 85%;
	margin: 60px auto 0;
}

.waveTit_en{
	font-size: 20px;
	margin-bottom: 20px;
}

.txBox{
	width: calc(100% - 10px);
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 80px;	
}

.txBox h3{
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.3;
}

h3.mainTit{
	font-size: 30px;
	margin: -10px 0 20px;
}
}


/*-------------------------------------------------------------------
　安全への取り組み
-------------------------------------------------------------------*/
.attempt{
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #182E66;
}

.attempt:last-child{
	margin-bottom: 0;
}

.attempt h4{
	font-family: "Zen Old Mincho", serif;
	font-size: 30px;
	font-weight: bold;
	color: #0D5D31;
	margin-bottom: 10px;
	text-box-trim: trim-both;
	display: flex;
	align-items: center;
}

.attempt h4 span{
	font-size: 40px;
	margin-right: 10px;
}

.attempt_tit{
	font-family: "Zen Old Mincho", serif;
	font-size: 40px;
	font-weight: bold;
	color: #182E66;
	margin-bottom: 10px;
	text-box-trim: trim-both;
}

.attempt_tit span{
	display: block;
	font-family: "Cinzel", serif;
	font-size: 20px;
	color: #E62320;;
	margin-bottom: -10px;
}

ul.saefty_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	list-style-type: none;
	padding: 0;
	border:0px solid red;	
}

ul.saefty_list li{
	width: 31%;
	box-sizing: border-box;
	border-bottom:1px solid #000;
	display: flex;
	align-items: center;
}

ul.saefty_list li a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px 0px 15px 0;
  text-decoration: none;
	text-overflow: ellipsis;
  /*white-space: nowrap;*/
  color: #000;
}

ul.saefty_list li a::before{
	content: "・";
	margin-right: 5px;
}

ul.saefty_list li a:hover{
		color: #182E66;
}

ul.saefty_list li a:hover::before{
	color: #182E66;
}

ul.saefty_list li:not(:nth-child(3n+3)) {
  margin-right: 3.5%;
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
ul.saefty_list li{
	width: 48%;
}

ul.saefty_list li:not(:nth-child(3n+3)) {margin-right: 0%;}
ul.saefty_list li:not(:nth-child(2n+2)) {margin-right: 4%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.attempt h4{
	font-size: 25px;
	margin-bottom: 10px;
}

.attempt h4 span{
	font-size: 35px;
}

.attempt_tit{
	font-size: 30px;
	margin-bottom: 10px;
}

.attempt_tit span{
	font-size: 20px;
	margin-bottom: -10px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.attempt h4{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.attempt h4 span{
	font-size: 30px;
}

.attempt_tit{
	font-size: 25px;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	line-height: 1.3;
}

.attempt_tit span{
	font-size: 15px;
	margin-bottom: 5px;
}

ul.saefty_list{
	width: 100%;
	display: flex;
	flex-direction: column;
}

ul.saefty_list li{
	width: 100%;
}
}


/*-------------------------------------------------------------------
　運航管理・安全体制
-------------------------------------------------------------------*/
.mgmt_Box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.mgmt_Ph{width: 550px;}
.mgmt_det{width: 700px;}

.mgmt_det h4{
	font-family: "Zen Old Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	color: #182E66;
	margin-bottom: 20px;
	text-box-trim: trim-both;
}

.mgmt_Box:nth-child(even){
	flex-direction: row-reverse;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.mgmt_Ph{width: 45%;}
.mgmt_det{width: 50%;}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.mgmt_Box{
	width: 100%;
	flex-direction: column;
	margin-bottom: 80px;
}

.mgmt_Box:nth-child(even){
	flex-direction: column;
}

.mgmt_Ph{width: 100%; margin-bottom: 50px;}
.mgmt_det{width: 100%;}

.mgmt_det h4{
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.mgmt_Box{
	width: 100%;
	flex-direction: column;
	margin-bottom: 60px;
}

.mgmt_Ph{margin-bottom: 30px;}

.mgmt_det h4{
	font-size: 25px;
	margin-bottom: 10px;
}
}


/*-------------------------------------------------------------------
　ship
-------------------------------------------------------------------*/
.ship{width: 100%;}
.ship_Ph{width: 100%;}

.ship_caption{
	width: 80%;
	margin: -90px auto 40px; /* ←下マージン追加 */
	background: #FFF;
	padding: 40px 40px 0;
	position: relative;
	border: 0px solid #000;
}

.ship_tit_en {
	font-family: "Arizonia", cursive;
	font-size: 150px;
	text-align: center;
	color: #E1E5ED;
	line-height: 1;
	border:0px solid #000;
	margin-bottom: 60px;
}

.ship_tit_en span{
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 40px;
	font-weight: bold;
	color: #182E66;
	margin-top: -15px;
}

/*-- ship table --------*/
.ship_tb {
	width: 100%;
	font-size: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.ship_tb th {
	width: 450px;
	font-weight: bold;
	color: #182E66;
	padding: 5px 15px;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 15px solid #fff;
}

.ship_tb td {
	padding: 5px 15px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

.equipment_tit{
	font-family: "Zen Old Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #182E66;;
	padding: 5px 10px;
	margin-bottom: 60px;
}

/*-- equipment table --------*/
.equipment_tb {
	width: 100%;
	font-size: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}

.equipment_tb th {
	width: 400px;
	font-weight: bold;
	color: #182E66;
	padding: 15px 15px;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 15px solid #fff;
}

.equipment_tb td {
	padding: 15px 15px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

ul.equipment_List{
	margin: 0;
}

ul.equipment_List li{
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 20px;
}

ul.equipment_List li.basic{
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 0;
}

ul.equipment_List li:last-child{margin-bottom: 0;}

.ship_inspection{
	width: 1300px;
	margin: 150px auto 60px;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.ship_inspection{
	width: 90%;
	margin: 150px auto 60px;
}
}

/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
.ship_caption{
	width: 90%;
	margin: -90px auto 40px; /* ←下マージン追加 */
	padding: 40px 10px 0;
}

/*-- ship table --------*/
.ship_tb th {
	width: 370px;
}

/*-- equipment_tb --------*/
.equipment_tb th {
	width: 250px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.ship_caption{
	width: 90%;
	margin: -50px auto 40px; /* ←下マージン追加 */
	padding: 30px 10px 0;
}

.ship_tit_en {
	font-size: 100px;
	margin-bottom: 40px;
}

.ship_tit_en span{
	font-size: 30px;
	margin-top: -10px;
}

/*-- ship table --------*/
.ship_tb {
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #182E66;
}

.ship_tb th {
	display: block;
	width: 100%;
	padding: 10px 15px 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 0px solid #fff;
}

.ship_tb td {
	display: block;
	width: 100%;
	padding: 0 15px 10px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

.equipment_tit{
	font-size: 30px;
	padding: 5px 10px;
	margin-bottom: 40px;
}

/*-- equipment table --------*/
.equipment_tb {
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #182E66;
}

.equipment_tb th {
	display: block;
	width: 100%;
	padding: 10px 15px 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 0px solid #fff;
}

.equipment_tb td {
	display: block;
	width: 100%;
	padding: 0 15px 10px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

.ship_inspection{
	width: 85%;
	margin: 80px auto 30px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.ship_caption{
	width: 90%;
	margin: -20px auto 40px; /* ←下マージン追加 */
	padding: 20px 0px 0;
}

.ship_tit_en {
	font-size: 80px;
	margin-bottom: 30px;
}

.ship_tit_en span{
	font-size: 25px;
	margin-top: 0px;
}

/*-- ship table --------*/
.ship_tb {
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #182E66;
}

.ship_tb th {
	display: block;
	width: 100%;
	padding: 10px 15px 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 0px solid #fff;
}

.ship_tb td {
	display: block;
	width: 100%;
	padding: 0 15px 10px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

.equipment_tit{
	font-size: 25px;
	padding: 5px 10px;
	margin-bottom: 30px;
}

/*-- equipment table --------*/
.equipment_tb {
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #182E66;
}

.equipment_tb th {
	display: block;
	width: 100%;
	padding: 10px 15px 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 0px solid #fff;
}

.equipment_tb td {
	display: block;
	width: 100%;
	padding: 0 15px 10px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

ul.equipment_List{
	margin: 0;
}

ul.equipment_List li{
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 20px;
}

ul.equipment_List li.basic{
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom: 20px;
}

ul.equipment_List li:last-child,
ul.equipment_List li.basic:last-child{
	margin-bottom: 0;
}

.ship_inspection{
	width: 85%;
	margin: 60px auto 30px;
}
}


/*-------------------------------------------------------------------
　事業内容
-------------------------------------------------------------------*/
.service_wrap{
	width: 100%;
}

.service_box{
	display: flex;
  justify-content: space-between;
	align-items: center;
  max-width: 1300px;
  margin: 0 auto 150px;
}

.service_box:nth-child(even){
	flex-direction: row-reverse;
}

.ser_ph,
.ser_ph_right{
  width: 40%;
	position: relative;
}

.ser_det{width: 55%;}

/*左側へ要素を広げる（2カラム）*/
.outside_left{
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 5%;
}

/*右側へ要素を広げる（2カラム）*/
.outside_right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 7%;
}

.ser_det h3{
	font-family: "Zen Old Mincho", serif;	
	font-size: 35px;
	font-weight: bold;
	color: #182E66;
	margin-bottom: 20px;
}

.approach{
	width: 100%;
	text-align: center;
	padding: 50px 0 65px;
	border:3px solid #182E66;
	border-radius: 5px;
}

.approach h3{
	font-family: "Zen Old Mincho", serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #182E66;
	margin-bottom: 20px;
	text-box-trim: trim-both;
}

.approach_btn_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}

.approach_btn_wrap p{
	width: 400px;
}

.approach_btn_wrap p:first-child{
	margin-right: 30px;
}

.approach_Btn a{
	display: block;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	background: #182E66;
	text-align: center;
	border-radius: 10px;
	border:3px solid #182E66;
	padding: 10px 20px;
	margin: 30px auto 0;
	text-decoration: none;
	transition: 0.5s;
}

.approach_Btn a:hover{
	background: #FFF;
	color: #182E66;
	border:3px solid #182E66;
}

/* ---- pc 1400px ---------- */
@media only screen and (max-width:1400px){
.service_box{
  max-width: 90%;
  margin: 0 auto 150px;
}
}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.approach{
	width: 100%;
	text-align: left;
	padding: 50px 50px 65px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.service_box{
	flex-direction: column;
	max-width: 90%;
  margin: 0 auto 150px;
}

.service_box:nth-child(even){
	flex-direction: column;
}

.ser_ph,
.ser_ph_right{
  width: 100%;
	margin-bottom: 50px;
}

.ser_det{width: 100%;}

/*左側へ要素を広げる（2カラム）*/
.outside_left{
	margin-left: 5%;
	margin-right: 5%;
}

/*右側へ要素を広げる（2カラム）*/
.outside_right{
	margin-left: 5%;
	margin-right: 5%;
}

.ser_det h3{
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
}

.approach_btn_wrap{
	flex-direction: column;
}

.approach_btn_wrap p:first-child{
	margin-right: 0;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.service_box{
	max-width: 85%;
  margin: 0 auto 80px;
}

.ser_ph,
.ser_ph_right{
  width: 100%;
	margin-bottom: 30px;
}

.ser_det h3{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.3;
}

.approach{
	width: 100%;
	padding: 30px 30px 45px;
}

.approach h3{
	font-size: 30px;
	margin-bottom: 20px;
}

.approach_btn_wrap{
	width: 100%;
	flex-direction: column;
}

.approach_btn_wrap p{
	width: 90%;
}

.approach_Btn a{
	width: 100%;
	font-size: 22px;
	border-radius: 10px;
	padding: 15px 20px;
	margin: 30px auto 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.ser_det h3{
	font-size: 25px;
}

.approach{
	width: 100%;
	padding: 20px 20px 35px;
}

.approach h3{
	font-size: 25px;
	margin-bottom: 20px;
}

.approach_btn_wrap p{
	width: 100%;
}

.approach_Btn a{
	font-size: 18px;
	border-radius: 10px;
	padding: 15px 10px;
	margin: 30px auto 0;
}
}


/*-------------------------------------------------------------------
　会社概要
-------------------------------------------------------------------*/
/*-- com table --------*/
.com_tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 40px;
	box-sizing: border-box;
}

.com_tb th {
	width: 450px;
	font-weight: bold;
	color: #182E66;
	padding: 15px 30px;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 15px solid #fff;
}

.com_tb td {
	padding: 15px 30px;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

/*-- timeline --------*/
ul.timeline_list {
  padding: 0;
  margin: 0;
}

ul.timeline_list li {
  list-style: none;
  padding-left: 50px;
  position: relative;
	display: flex;
	align-items: flex-start;
}

ul.timeline_list li:not(:last-of-type) {
  padding-bottom: 30px;
}

ul.timeline_list li:not(:last-of-type)::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #182E66;
  width: 2px;
  height: calc(100% - 1.4rem);
  top: calc(1.5rem + 0.5em);
  left: 0.75rem;
}

ul.timeline_list li::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #182E66;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.5em;
  left: 0;
	border-radius: 50%;
}

.timeline_title {
	min-width: 100px;
	font-size: 25px;
	font-weight: bold;
	color: #182E66;
	margin-right: 80px;
}

.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 45%;
}

.accessMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
.com_tb th {
	width: 370px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.com_tb th {
	width: 250px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.com_tb {
	width: 100%;
	margin-top: 40px;
	border-bottom: 1px solid #182E66;
}

.com_tb th {
	display: block;
	width: 100%;
	padding: 10px 15px 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #182E66;
	border-right: 0px solid #fff;
}

.com_tb td {
	display: block;
	width: 100%;
	padding: 0 15px 10px;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color: #B5B5B5;
}

/*-- timeline --------*/
ul.timeline_list li {
  list-style: none;
  padding-left: 50px;
  position: relative;
	flex-direction: column;
	align-items: flex-start;
}

ul.timeline_list li:not(:last-of-type) {
  padding-bottom: 30px;
}

ul.timeline_list li:not(:last-of-type)::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #182E66;
  width: 2px;
  height: calc(100% - 1.4rem);
  top: calc(1.5rem + 0.5em);
  left: 0.75rem;
}

ul.timeline_list li::after {
  content: " ";
  display: block;
  position: absolute;
  background-color: #182E66;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.5em;
  left: 0;
	border-radius: 50%;
}

.timeline_title {
	min-width: 100px;
	font-size: 23px;
	font-weight: bold;
	color: #182E66;
	margin-right: 80px;
}

.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 70%;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
ul.timeline_list li:not(:last-of-type)::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #182E66;
  width: 2px;
  height: calc(100% - 1.3rem);
  top: calc(1.3rem + 0.5em);
  left: 0.65rem;
}

ul.timeline_list li::after {
  width: 1.3rem;
  height: 1.3rem;
  top: 0.5em;
}

.timeline_title {
	min-width: 100px;
	font-size: 20px;
	margin-right: 0;
}

.accessMap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 80%;
}
}

