@charset "utf-8";


#marines {
background-color: #fff;
font-size: 1.8rem;
}

#marines .caption {
font-size: 1.5rem;
}

.marines-noBorder {
border: none !important;
}

.marines-article {
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 40px 10px;
}

.marines-article p {
margin-bottom: 40px;
}

.marines-entryBody {
margin-bottom: 80px;
}
.marines-entryBody_img {
text-align: center;
}

.marines-entryBody_img  img {
width: 100%;
max-width: 720px;
height: auto;
}


@media print, screen and (min-width: 481px) {
.marines-article {
padding: 40px;
}
}

@media print, screen and (min-width: 961px) {
.marines-article {
padding: 40px 120px;
}
}


/* ------------------------ */

.marines-title_pc {
display: none;
}
.marines-title_sp {
display: block;
}

@media print, screen and (min-width: 481px) {

.marines-title_pc {
display: block;
}
.marines-title_sp {
display: none;
}
}

/* ul li
------------------------------------------------ */

#marines ul {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 40px;
}

#marines ol {
  list-style: decimal;
  margin-left: 1.5em;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 736px) {
  #marines ul,
  #marines ol {
    margin: 0 30px 30px;
  }
}

#marines ul.line {
list-style: none;
margin: 0 0 30px;
}

#marines ul.line li {
padding: .5em;
}

#marines ul.line li:nth-child(odd) {
background: #eee;
}
/* ------------------------------------------------ */

#marines .waku {
  margin-bottom: 40px;
  border: 2px solid #41B6AA;
  padding: 1em;
}

@media print,
screen and (min-width: 736px) {
  #marines .waku {
    margin: 0 30px 30px;
  }
}

/* ------------------------------------------------ */

.marines-article .marines-titleArea {
padding: 20px;
border-top: 5px solid #41B6AA;
border-bottom: 5px solid #41B6AA;
margin-bottom: 40px;
}

.marines-article h1 {
  font-size: 2.0rem;
 font-weight: bold ;
}

.marines-article h1 span {
display: block;
font-size: 2.0rem;
font-weight: normal;
}

.marines-date {
  font-size: 80%;
  text-align: right;
  margin-bottom: 40px;
  padding-right: 20px;
}

.marines-article h2 {
  font-size: 2.0rem;
  margin-bottom: 1em;
  border-bottom: 4px solid #41B6AA;
  font-weight: bold;
}

.marines-article h3 {
  font-size: 1.8rem;
  margin-bottom: 1em;
  border-bottom: 1px dotted #41B6AA;
  font-weight: bold;
}
@media screen and (min-width: 481px) {

.marines-article h1 {
  font-size: 3.2rem;
  margin-bottom: 0;
}
.marines-article h2 {
  font-size: 2.4rem;
}
.marines-article h3 {
  font-size: 2.0rem;
}
}
/* ------------------------------------------------ */

.marines_lead {
  font-size: 2.0rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
.marines_lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

}

/* ------------------------------------------------ */
#marines .marines-reference {
 list-style: none;
 margin: 0 0 1em 0;
}

#marines .marines-reference li {
  text-indent: -1.6em;
  padding-left: 1.6em;
}


/* テーブル
------------------------------------------------ */


.tableppoku {
width: 100%;
margin: 0 auto 1em;
}

.tableppoku-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.tableppoku-wrap {
  border:2px solid #41B6AA;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.tableppoku .midashi {
font-weight: bold;
border-top: 1px solid #41B6AA;
margin-bottom: 10px;
padding: 10px 0 0 0.5em;
}

.tableppoku .nakami {
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.tableppoku .midashi:first-child {
border-top: none;
}


/* ------------------------------------------------ */

.marines-contents {
margin: 0 40px;
}

.marines-contents_box1,
.marines-contents_box2 {
  border: 10px solid #41B6AA;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.marines-contents_midashi {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.marines-contents a {
  display: block;

  padding: 10px 5px;
  border-bottom: 1px dotted #a9a9a9;
  font-weight: bold;
}

.marines-contents_wrap {
  display: flex;
  gap: 40px;
}

.marines-contents_box2 {
  width: 100%;
  max-width: 50%;
}

.marines-contents_box1_wrap {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
gap: 40px;
}

.marines-contents_box_r {
  display: flex;
  align-items: center;
max-width: 40%;
margin: 0 auto;
}
.marines-contents_box_r img {

}

.marines-contents_box_l {
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .marines-contents {
    margin: 0;
    }
}

@media screen and (max-width: 768px) {
.marines-contents_box1,
.marines-contents_box2 {
  padding: 20px;
}
.marines-contents_wrap {
  display: block;
}

.marines-contents_box1_wrap {
display: block;
}

.marines-contents_box_r {
  display: block;
max-width: none;
margin-bottom: 20px;
}

.marines-contents_wrap {
  display: block;
}

.marines-contents_box2 {
  width: 100%;
  max-width: none;
}
}

@media screen and (max-width: 480px) {
.marines-contents_box1,
.marines-contents_box2 {

  border: 5px solid #41B6AA;
}
.marines-contents a {
  margin-left: 0;
}
}

/* ------------------------------------------------ */
.marines-nextBtn {
margin-bottom: 80px;
display: flex;
justify-content: center;
}

.marines-nextBtn a {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
position: relative;
margin: auto;
padding: 1rem 4rem;
border-radius: 10px;
color: #333;
border: 3px solid #41B6AA;
box-shadow: 10px 10px #41B6AA;
transition: 0.3s ease-in-out;
}
.marines-nextBtn a span {
font-weight: bold;
}

.marines-nextBtn a:hover {
box-shadow: none;
transform: translate(10px, 10px);
background: #41B6AA;
color: #fff;
}

/* download
------------------------------------------------ */
#marines img {

}
.marines-label {
  background: #41B6AA;
  color: #fff;
  border-radius: 9999px;
  padding: 5px 20px;
  font-size:  80%;
  display: inline-block;
  margin-bottom: 10px;
}
.marines-download_box {
  margin-bottom: 80px;

}

.marines-download_tn {
  text-align: center;
  margin-bottom: 20px;
}

.marines-download_tn img {
  width: 320px;
  height: auto;
}

.marines-download_txt {

flex: 1;
}

.marines-nextBtn.link-download a::after {
  white-space: pre-wrap;
  font-family: "Font Awesome 5 Free";
  content: " \f13a";
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
.marines-download_box_wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
}

/* ------------------------------------------------ */


.marines-gis {
  border: 10px solid #97a2d4;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
.marines-gis {
  padding: 20px;
}

}

@media screen and (max-width: 480px) {
.marines-gis {
  border: 5px solid #97a2d4;
}
}

.marines-gis_logo {
margin-bottom: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
  }

  .marines-gis_logo img {
    width: 70%;
    height: auto;
  }

  .marines-gis_midashi {
    color: #4753A7;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .marines-gis_midashi span {
    font-size: 140%;
font-size: 3.0rem;
    font-weight: bold;
    display: block;
    background: #4753A7;
    color: #fff;
    padding: 0 10px;
  }

@media print, screen and (min-width: 769px) {
  .marines-gis_wrap {
    display: flex;
    gap: 40px;
    align-items: center;
  }

  .marines-gis_logo img {
    width: 500px;
    height: auto;
  }

  .marines-gis_midashi {
    font-size: 2.4rem;
  }
}
/* ------------------------------------------------ */

.btn-gis a {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
position: relative;
margin: auto;
padding: 1rem 4rem;
border-radius: 10px;
color: #333;
border: 3px solid #4753A7;
box-shadow: 10px 10px #4753A7;
transition: 0.3s ease-in-out;
}
.btn-gis a span {
font-weight: bold;
}

.btn-gis a:hover {
box-shadow: none;
transform: translate(10px, 10px);
background: #4753A7;
color: #fff;
}

/* ------------------------------------------------ */

.mainVisual {
text-align: center;
margin-bottom: 40px;
}

.mainVisual img {
width: 960px;
height: auto;
}

.marines-imgL {
text-align: center;
margin-bottom: 40px;
}

.marines-imgL img {
width: 800px;
height: auto;
}

.marines-imgM {
text-align: center;
margin-bottom: 40px;
}

.marines-imgM img {
width: 560px;
height: auto;
}


/* 箇条書き dl dt dd
------------------------------------------------ */

dl.itemize {
padding-top: 0;
margin-bottom: 40px;
}

dl.itemize dt {
background: #eee;
font-weight: bold;
padding: .5em;
}

dl.itemize dd {
padding: .5em;
}

ul.list-kakko {
  list-style: none;
  margin-left: 0;
  margin-bottom: 40px;
}

ul.list-kakko {
padding-left: 2.7em;
  text-indent: -2.7em;
}

ul.list-none  {
  margin-left: 0 !important;
}
ul.list-none li {
  list-style: none;
}

.buttonWide {
  font-size: 1.8rem;
  font-weight: bold;
}

