@charset "utf-8";
/*|||||||||||||| 共通 ||||||||||||||*/
html {
  font-family: "Noto Sans JP",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
video {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 769px) {
  body {
    line-height: 1.7;
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
  .pc {
    display: none !important;
  }
  section {
    margin-bottom: 40px;
  }
}
/*|||||||||||||| ヘッダー ||||||||||||||*/
header {
  padding: 20px 35px;
	max-width: 100%;
	height: auto;
}
header span img {
  width: 140px
}
header .headerflex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .headerflex .vessel110thlogo img{
	height: 50px;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 10px 15px;
  }
  header span img {
    width: 100px
  }
	header .headerflex .vessel110thlogo img{
		height: 29px;
	}
}

@media only screen and (max-width: 768px) {
	#main .mainvisual .mvaction{
		position: relative;
		height: auto;
		padding: 10px 0;
	}
	#main .mainvisual .mvaction .mvaction_btns {
		column-gap: 10px;
	}
	#main .mainvisual .mvaction .mvaction_btns .mvaction_btn {
		border-radius: 10px !important;
		font-size: 14px;
		width: 50%;
		height: 44px;
		max-width: 50%;
	}
}
/*|||||||||||||| コンテンツ ||||||||||||||*/
.breadcrumb{
	width: 96%;
  max-width: 1100px;
	margin: 25px auto 35px;
}
.breadcrumb ul li{
	font-size: 14px;
	display: inline-block;
}
.breadcrumb ul li a{
	color: #000;
	text-decoration: none;
}
.breadcrumb ul li a:hover{
	text-decoration: underline;
}
.breadcrumb ul li span{
	margin: 0 15px;
}
.inner {
	width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
	line-height: 140%;
	font-weight:600;
}
.centerborderttl{
	text-align: center;
	margin-bottom: 40px;
}
.centerborderttl strong{
	border-bottom: 7px solid #c9151d;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	line-height: 140%;
	padding-bottom: 3px;
}
.contentstext p{
	font-size: 15px;
}
.contentsttl{
	color: #c9151d;
	font-size: 26px;
	margin-bottom: 20px;
}
.infotable{
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #231815;
	border-left: 1px solid #231815;
}
.infotable th,.infotable td{
	color: #231815;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #231815;
	border-right: 1px solid #231815;
	line-height: 150%;
}
.infotable th{
	background: #efefef;
	padding: 12px 10px;
	vertical-align: middle;
	text-align: center;
}
.infotable td{
	padding: 8px;	
}

@media only screen and (max-width: 768px) {
	.centerborderttl {
		margin-bottom: 20px;
	}
	.centerborderttl strong{
		font-size: 22px;
	}
	.contentstext p {
		font-size: 14px;
	}
	
}

/*|||||||||||||| フッター ||||||||||||||*/
footer {
  padding: 20px;
  text-align: center;
  font-size: 11px;
  background: #c4c4c4;
  color: #4c4c4c;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 12px;
    font-size: 11px;
  }
}