@charset "UTF-8";
/* CSS Document */
/* about
------------------------------------------------------ */
/*
.license-bg{
  background: #F3F6FD;
  border-radius: 48%;
  background-position: top center;
}
*/
.license-bg {
  background-image: linear-gradient(to bottom, #fff 26%, #F3F6FD 26%, #F3F6FD 74%, #fff 74%);
  padding: 40px 0;
  width: 100VW;
  margin: 20px calc(50% - 50vw) 0;
}
.license-bg:before {
  content: '';
  background: url(../common/images/circle02-top.png) no-repeat;
  background-size: 140% auto;
  width: 100%;
  background-position: top center;
  display: block;
  height: 360px;
  margin-bottom: -236px;
}
.license-bg:after {
  content: '';
  background: url(../common/images/circle02-bottom.png) no-repeat;
  background-size: 140% auto;
  width: 100%;
  background-position: bottom center;
  display: block;
  height: 360px;
  margin-top: -160px;
}
.license-img {
  margin-bottom: 20px;
}
.about-bg {
  padding: 80px 0;
  background: url(images/bg01.png) no-repeat;
  background-size: 100% auto;
}
.license_kinds_table {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.license_kinds_table th {
  font-family: 'hiragino6';
}
.license_kinds_table th, .license_kinds_table td {
  border: solid 3px;
  border-color: #FFFFFF;
  padding: 20px;
  vertical-align: middle;
  line-height: 2rem;
}
.license_kinds_table {
  background: #F3F6FD;
  text-align: center;
}
.license_kinds_table_head {
  background: #324A7C;
  color: #FFFFFF;
}
.about-wrap {
  display: flex;
  max-width: 980px;
  margin: 40px auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-item p {
  color: #324A7C;
  text-align: center;
  font-family: 'hiragino6';
  margin-top: 10px;
}
.seaarea {
  max-width: 980px;
  margin: 60px auto;
}
.license_kinds_table_head.boat-kinds {
  text-align: left;
  width: 30%;
  padding: 20px 0;
}
.license_kinds_table tr:nth-child(2) .license_kinds_table_head.boat-kinds:before {
  content: '';
  background: url("images/boat-icon01.png") no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.license_kinds_table tr:nth-child(3) .license_kinds_table_head.boat-kinds:before {
  content: '';
  background: url("images/boat-icon02.png") no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.license_kinds_table tr:nth-child(4) .license_kinds_table_head.boat-kinds:before {
  content: '';
  background: url("images/boat-icon03.png") no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.license_kinds_table tr:nth-child(5) .license_kinds_table_head.boat-kinds:before {
  content: '';
  background: url("images/boat-icon04.png") no-repeat;
  background-size: contain;
  width: 70px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.license_kinds_table tr:first-child th:first-child {
  background: #fff;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .license-img {
    max-width: 800px;
    margin: 20px auto;
  }
  .about-item {
    width: 22%;
  }
  .core-main-img {
    max-width: 600px;
    right: 60px;
  }
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .about-bg {
    background: url(images/bg01-sp.png) no-repeat;
    background-size: 100% auto;
    padding-bottom: 60px;
  }
  .about-wrap {
    width: 80%;
  }
  .about-item {
    width: 46%;
    margin-bottom: 20px;
  }
  .core-main-img {
    width: 80%;
    right: -100px;
    top: 50px;
  }
  .seaarea {
    margin: 20px auto 0;
  }
  .license_kinds_table th, .license_kinds_table td, .license_kinds_table_head.boat-kinds {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
  }
  .license_kinds_table_head.boat-kinds {
    padding: 0;
  }
  .license_kinds_table tr:first-child th:first-child {
    padding-top: 0;
  }
  .license_kinds_table td:first-child:before {
    content: "操縦できる船の大きさ";
    display: block;
    width: 100px;
    height: 20px;
  }
  .about-bg {
    padding: 60px 0;
  }
  .license_kinds_table td.first-td {
    padding-bottom: 0;
  }
  .first-td:before {
    content: '操縦できる船の大きさ';
    display: block;
    color: #324A7C;
    font-family: 'hiragino6';
  }
  .second-td:before {
    content: '航行区域';
    display: block;
    color: #324A7C;
    font-family: 'hiragino6';
  }
  .license-bg02 {
    margin-top: -460px;
  }
  .license-bg {
    background-image: linear-gradient(to bottom, #fff 20%, #F3F6FD 20%, #F3F6FD 80%, #fff 80%);
  }
}
/* license
------------------------------------------------------ */
.license-bg {
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  margin-bottom: 140px;
}
.license {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
/*
.license:before{
	background: url(../common/images/circle02-top.png) no-repeat;
	position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 23%;
    top: -380px;
    z-index: 1;
    left: 0;
}
*/
.license-wrap {
  max-width: 700px;
  margin: 60px auto;
}
.boat-icon05 {
  width: 40%;
  position: absolute;
  right: -40px;
  bottom: 0;
}
.license-ttl {
  font-size: 2rem;
  color: #324A7C;
  font-family: 'hiragino6';
  margin-bottom: 10px;
}
.license-txt, .license-supplement p {
  color: #464646;
}
.license-item {
  margin-bottom: 40px;
}
.license-old {
  border-spacing: 4px;
  border-collapse: separate;
  width: 90%;
}
.license-old th, .license-old td {
  font-family: 'hiragino6';
  padding: 14px;
  text-align: center;
}
.license-old th {
  background: #324A7C;
  color: #fff;
  width: 35%;
}
.license-old td {
  background: #fff;
  color: #324A7C;
  width: 65%;
}
.license-item:nth-child(1) .license-ttl:before {
  content: '';
  background: url("images/conditions-icon01.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 4px;
}
.license-item:nth-child(2) .license-ttl:before {
  content: '';
  background: url("images/conditions-icon02.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 4px;
}
.license-item:nth-child(3) .license-ttl:before {
  content: '';
  background: url("images/conditions-icon03.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 4px;
}
.license-item:nth-child(4) .license-ttl:before {
  content: '';
  background: url("images/conditions-icon04.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 4px;
}
.license-item:nth-child(5) .license-ttl:before {
  content: '';
  background: url("images/conditions-icon05.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 4px;
}
.license-supplement {
  background: #fff;
  padding: 20px 30px;
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  .content-box {
    display: none;
  }
  .tab-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto 10px;
  }
  .tab-list li {
    width: 49%;
    text-align: center;
    background: #F3F6FD;
    padding: 20px 0;
    margin-bottom: 4px;
    border-radius: 6px;
    color: #324A7C;
    font-size: 1.6rem;
    font-family: 'hiragino6';
  }
  .tab-list li a {
    color: #324A7C;
    font-family: 'hiragino6';
  }
  .tab-list li.current {
    background: #324A7C;
    color: #fff;
  }
  .tab-list li.current a {
    color: #fff;
  }
  .practical-skill-only {
    width: 74%;
    margin: 20px auto;
  }
  .practical-skill-list {
    width: 74%;
    margin: 0 auto;
  }
  .license-bg {
    padding-top: 0;
    border-radius: 120px;
    padding-bottom: 80px;
  }
  .license-wrap {
    margin: 30px auto;
    width: 92%;
  }
  .license-ttl:before {
    vertical-align: middle !important;
  }
  .license-old td {
    vertical-align: middle;
  }
  .license-old {
    width: 100%;
  }
  .license-old th, .license-old td {
    width: 49%;
  }
  .license-item {
    margin-bottom: 30px;
  }
  .boat-icon05 {
    width: 65%;
    bottom: -40px;
  }
  .license {
    background-image: linear-gradient(to bottom, transparent 10%, #F3F6FD 10%, #F3F6FD 94%, transparent 94%);
    padding: 40px 0;
    width: 100VW;
    margin: 20px calc(50% - 50vw) 0;
  }
  .license-bg:before {
    content: '';
    background: url(../common/images/circle02-top.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: top center;
    display: block;
    height: 400px;
    margin-bottom: -400px;
  }
  .license-bg:after {
    content: '';
    background: url(../common/images/circle02-bottom.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: bottom center;
    display: block;
    height: 360px;
    margin-top: -340px;
  }
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  /*

	.license{
	background-image: linear-gradient(to bottom, transparent 23%, #F3F6FD 23%, #F3F6FD 77%, transparent 77%);
    padding: 40px 0;
    width: 100VW;
    margin: 20px calc(50% - 50vw) 0;
}
	.license-bg:before{
content: '';
    background: url(../common/images/circle02-top.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: top center;
    display: block;
    height: 400px;
    margin-bottom: -320px;
}
.license-bg:after{
content: '';
    background: url(../common/images/circle02-bottom.png) no-repeat;
    background-size: 140% auto;
    width: 100%;
    background-position: bottom center;
    display: block;
    height: 360px;
	margin-top: -300px;
}
*/
}
/* flow
------------------------------------------------------ */
.flow-table {
  max-width: 900px;
  margin: 0 auto 60px;
}
.flow-table02 {
  max-width: 860px;
  margin: 0 auto 60px;
  border-spacing: 0 10px;
  border-collapse: separate
}
.flow-table02 th {
  background: #324A7C;
  color: #fff;
  width: 25%;
  padding: 0;
  vertical-align: middle;
  font-family: 'hiragino6';
  position: relative;
  z-index: 2;
}
.flow-table02 td {
  width: 72%;
  padding: 12px 30px;
  vertical-align: middle;
  background: #F3F6FD;
  padding-left: 40px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .flow-table02 th {
    height: 140px;
  }
  .flow-table02 th:after {
    content: '';
    background: url("images/flowtable-headbg.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    right: -30px;
    display: inline-block;
    width: 100%;
    height: 140px;
    top: 0;
    z-index: -1;
  }
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  .flow-table {
    margin-bottom: 30px;
    margin-top: 50px;
    overflow-x: scroll;
  }
  .flow-table img {
    min-width: 640px;
  }
  .flow-table02 th, .flow-table02 td {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .flow-table02 th {
    background: none;
    color: #324A7C;
    margin-top: 20px;
    border-bottom: 1px dashed #324A7C;
    padding-bottom: 4px;
  }
  .flow-table02 tr {
    background: #F3F6FD;
  }
  .flow-table02 {
    background: #324A7C;
    padding: 20px 10px;
  }
  .flow-table02 td {
    padding-top: 10px;
    line-height: 1.6rem;
  }
  .flow-bg {
    margin-top: 560px;
  }
	.flow-table02 td{
		background: transparent;
	}
}
/* check
------------------------------------------------------ */
.check-bg {
  padding: 100px 0 200px;
}
.check-item {
  background: #F2F5FC;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 100px;
}
.check-img {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
}
.check-ttl {
  text-align: center;
  color: #324A7C;
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: 'hiragino6';
  margin-top: 10px;
}
.check-txt {
  width: 85%;
  margin: 20px auto;
  font-size: 1.2rem;
  line-height: normal;
}
.check-list {
  display: flex;
  width: 85%;
  margin: 10px auto 30px;
  font-size: 1.2rem;
}
.check-list li {
  background: #fff;
  text-align: center;
  border-radius: 30px;
  color: #4A5F8B;
  padding: 2px 10px;
  margin-right: 6px;
  font-family: 'hiragino6';
}
.check-link-wrap {
  display: flex;
  justify-content: space-between;
}
.check-link-item {
  display: block;
  width: 50%;
  text-align: center;
  padding: 26px 0;
  font-family: 'hiragino6';
  font-size: 1.6rem;
}
.check-link-item:nth-child(1) {
  background: #FAE252;
  color: #324A7C;
}
.check-link-item:nth-child(1):before {
  content: '';
  background: url(common/images/check-icon01.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.check-link-item:nth-child(2) {
  background: #67B6AE;
  color: #fff;
}
.check-link-item:nth-child(2):before {
  content: '';
  background: url(common/images/check-icon02.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.schedule-situation {
  display: flex;
  justify-content: center;
}
.schedule-situation li {
  margin: 20px;
  color: #324A7C;
  font-family: 'hiragino6';
}
.schedule-situation li:nth-child(2):before {
  content: '';
  background: #fff;
  border: 1px solid #707070;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.schedule-situation li:nth-child(3):before {
  content: '';
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
  .check-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .check-item {
    width: 24%;
  }
  .check-txt {
    min-height: 98px;
  }
}
/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
  .check-img {
    width: 40%;
  }
  .check-bg {
    padding: 60px 0 20px;
	  padding-top: 0;
  }
  .schedule-situation li {
    margin: 10px;
  }
  .license-bg {
    padding-bottom: 40px;
  }
}