@charset "utf-8";

/*
Theme Name: Marine Techno Custom
Theme URI: https://marine-techno.or.jp/
Description: Custom theme for Marine Techno, including corporate and service site designs.
Version: 1.0
Author: Marine Techno / Updated by Dev
*/

html, body {height: 100%; letter-spacing:0.1em; font-size:16px; line-height:2em;}
@media only screen and (max-width: 640px) {
html, body {font-size:15px;}
}
/*cssコンテナ内部全てを含めた横幅にする＆上部にくっつける*/
div{-moz-box-sizing: border-box; box-sizing: border-box; vertical-align:top;}

/* ************************************************ 
*	基本設定
* ************************************************ */	

/* リンク */

a{
color: #666;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}



a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}

details > details,
details > div {
  padding-left: 16px;
}

/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	


#nav {
margin: 0 auto 0px auto;
/*
border-top: double 3px #ccc;
border-bottom: double 3px #ccc;
*/
}

#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

/*何列にするかで％が変わる*/
.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0;
width:190px;
text-align:center;
}
@media only screen and (max-width: 640px) { .nav-menu li {width:33%;} }

li > a{font-weight:bold !important;}

/*メニューボタンすべてに*/
.nav-menu li a {
display: block;
color: #000000;
font-size: 16px;
text-decoration: none;
padding:4px 0px 4px 0px;
margin:4px 0px 4px 0px;
text-align:center;
}

/*ロールオーバー時*/
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color:#eeeeee;
	color:#000000;
}

.nav-menu .sub-menu,
.nav-menu .children {
background-color:rgba( 255, 255, 255, 0.93);
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

/*ロールオーバー時のプルダウンの色など*/
ul.nav-menu ul a,
.nav-menu ul ul a {
color: #000000;
margin: 0px;
font-size:10px !important;
background-color: rgba(255,255,255,0.50);
font-weight:normal !important;
padding:1.2em 4px;
line-height:1.4em !important;
}

/*ロールオーバー時のプルダウンのロールオーバー時の色*/
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background-color: #eeeeee;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
}

/*アクティブの時*/
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
color: #000000;
background-color:#eeeeee;
}

.sub-menu{ margin-top:-4px;}


/* ギャラリーレイアウト */	

/*
li.item {
height: 210px;
margin-bottom: 30px;
}

.item-img {
margin: 0 0 5px 0;
height: 150px;
overflow: hidden;
text-align:center;
}

.item-date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:80%;
color:#999;
padding: 0 0 0px 0;
margin: 0 0 0px 0;
border-bottom: 0px solid #dedede;
}

.item h2 {
font-size:14px;
line-height: 150%;
font-weight: normal;
}

.item-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0 0 0px 0;
}

.item-title a {
font-size:14px;
color:#444;
}

.item-title a:hover {
color:#999;
}

.item-text p {
font-size:13px;
color:#444;
}*/




/* ページャー */

#next {
font-size:85%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
font-size:85%;
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}




/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


#sidebar ul.sub-menu{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}






@media only screen and (max-width: 999px) {

}

@media only screen and (max-width: 760px) {
	
}

@media only screen and (max-width: 510px) {

}

/*---丸のCSS-------*/
.circle{
    position:relative;
    width:16px;
    height:16px;
    margin:0 auto;
    border-radius: 50%;
    border:2px solid #fcc800;
}

/*----------バツのCSS-----------*/
.batu {
	position: relative;
	width: 16px; /* 幅 */
	height: 16px; /* 高さ */
	display: block;
    margin:0 auto;
}

.batu::before,.batu::after{
	content: "";
	position: absolute;
	top: 50%; /* 横棒のy位置 */
	left: 50%; /* 横棒のX位置 */
	width: 2px; /* 横棒の幅 */
	height: 16px; /* 横棒の長さ */
	background: #EF6C00; /* 横棒の色 */
}
.batu::before{
    transform: translate(-50%,-50%)rotate(45deg);
}
.batu::after{
    transform: translate(-50%,-50%)rotate(-45deg);
}

/*--------二重丸のcss---------*/
.nijuumaru{
    position: relative;
    width: 16px;
    height: 16px;
    margin:0 auto;
    border-radius: 50%;
    border: 2px solid #ed7486;
}
.nijuumaru:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #ed7486;
}
 
/*------------三角形のCSS-----------*/  
.triangle{
    position:relative;
    text-align: center;
    margin:0 auto;
    margin-bottom: 5px;
    width:0;
    height:0;
    margin-bottom: 17px;
    
}
.triangle::before{
   
    margin:0 auto;
    position:absolute;
   width:0;
   height:0;
   top:-12.4px;
   bottom:0;
   left:-11px;
   right:0;
   content:"";
    border: 12px solid transparent;
    border-bottom: 20px solid #87cefa;
  }
  .triangle::after{
   
    margin:0 auto;
    content: "";
    position: absolute;
    top:-4.6px;
    left:-7px;
    width:0;
    height:0;
    border:8px solid transparent;
    border-bottom: 14px solid white;
  }
  .hikaku table tr:nth-child(even) td .triangle::after{
    border-bottom:14px solid #f3f3f3;
  }



  /*-----ここから比較表--------*/
  figure.hikaku{
    border-right: none;
		margin:0 auto;
    margin:3rem 0;
    left:1rem;
		width:90%;
  }
  .hikaku table{
    border:3px solid #A3A3A3;
    overflow-x: scroll;
    white-space: nowrap;
    border-collapse: collapse;
	  width:90%;
	  margin:0 auto;
  }
  .hikaku th,td,tr{
    padding:6px 8px;
    font-size: 17px;
    color:#666666;
    text-align: center;
  }
  .hikaku table tr.image-box td{
   padding:0;
   padding-top: 5px;
  }
  .hikaku tr:nth-child(even){
    background: #f3f3f3;
  }
  .hikaku tr td a{
    display:block;
    text-align: center;
      font-size: 13px;
      padding:5px 0;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);
      margin-bottom:5px;
  }
  
  .hikaku tr th{
    position:sticky;
    left:0;
    padding:12px 16px;
    background: white;
    background-clip: padding-box;
    z-index: 999;
  }
  
  a.review{
    color:#ed7486;
    border:2px solid #ed7486;
		padding-left:0;
		padding-right:0;
  }
  a.public{
    color:white;
   margin-bottom:0 !important;
    background: #ed7486;
	border:2px solid #ed7486;

  }
  .hikaku tr td a .fa-circle-chevron-right{
    font-weight: 900;
    font-size: 8px;
    color:#ed7486;
  }
 
  .comment{
    margin:0 auto;
    text-align: center;
    white-space: nowrap;
    font-size: 8px;
    color:#666666;
    padding-top:4px;
  }
  .tri-comment{
    margin:0 auto;
    text-align: center;
    white-space: nowrap;
    font-size: 8px;
    color:#666666;
    padding-top:7px;
  }
  span.co-name{
    display:block;
    text-align: center;
    font-weight: bold;
    color:#9cb4cc;
    font-size:15px;
    margin:10px 0;
  }
/* パソコン用 */
@media screen and (min-width: 769px) {
	.hikaku table{
		width:50%;
	}
}

/* タブレット用 */
@media only screen and (min-width: 641px) and (max-width: 960px) {
	.hikaku table{
		width:50%;
		margin-left:2rem;
	}
}

	/* スマートフォン用 */
	@media screen and (max-width: 640px) {
		.hikaku {
			margin-left:1rem !important;
		}
    	.hikaku tr,td,th{
			font-size:15px;
			padding:6px 15px;
		}
		.hikaku tr td a{
			font-size:10px;
		}
}

/* アコーディオン用のスタイル */
.qa-6 summary,
.qa-6 div {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-left: 1.5em;
    position: relative;
    color: #333333;
    cursor: pointer;
	font-size:20px;
}

.qa-6 summary {
	border-left: 5px solid #2196F3;
}
.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0em !important;
	padding-left: 2em !important;
	margin-top: 0.5em !important;
    margin-bottom: 0.2em !important;
    color: #333;
    transition: transform .5s, opacity .5s;
	font-size:20px;
	border-bottom: 3px solid #0D47A1;
}

.qa-6 summary::before {
    position: absolute;
	left: 0.5em;
    font-weight: 600;
    font-size: 1em;
    color: #75bbff;
    content: "A";
}

.qa-6 p::before {
    position: absolute;
	left: 0.75em;
    font-weight: 600;
    font-size: 1em;
    color: #ff8d8d;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 0.5em;
	position:relative;
	right:1em;
	border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
	background-color: #ECEFF1;
}

.qa-6[open] summary {
	background-color: #E3F2FD;
}

.qa-6 details {
    margin-left: 0.5em !important;
	padding-left: 0.5em !important;
	padding-bottom: 0.5em !important;
}

.qa-6 table {
	margin: 3px !important;
}
.qa-6 td {
	border: 2px solid #90CAF9;
	text-align-last: left;
	padding: 0.5em !important;
}

.qa-6 th {
	border: 2px solid #90CAF9;
}

.liolul-table table,
.liolul-table tr,
.liolul-table th,
.liolul-table td {
	border: 0px solid !important;
}

.flow {
}
.flow > ul {
  padding: 0;
}
.flow > li {
  list-style-type: none;
}
.flow > dd {
  margin-left: 0;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}