@charset "utf-8";

/* PC：style-chart-pc.css
 * おまかせプラン ver.6
 * 健康保険のしくみ
 * **************************************************
 * Global Navigation (Nav) ★
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}
/* 2階層：グローバルナビゲーション5番目を非表示 */
#globalNav nav #navG05 .sec {
	display: none;
}


/* Elements
------------------------------------------------------------------ */
.pc_none{
	display:none;
}


.line2{
    display: flex;
    align-items: flex-start;
	flex-wrap:wrap;
}
.line2 li{
	width:49%;
	margin:1% 0.5%;
}

.chart-box{
	border:1px dashed #74bf8b;
	padding:20px;
	border-radius:10px;
}

.chart a{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px 40px 20px 20px;
	font-size:1.5em;
	text-decoration:none;
	color:#fff;
	background:#fba66d;
	border-radius:10vw;
	font-weight:bold;
	position:relative;
}

.chart._yes a{
	background:#1a4899;
}

.chart a:hover{
	opacity:.8;
}

.chart a::before,
.chart a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - .5px) 50%;
}

.chart a::before {
  transform: rotate(45deg);
}

.chart a::after {
  transform: rotate(-45deg);
}

.chart-start{
	background:#feede1;
	color:#fba66d;
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	padding:5px 10px 2px;
}

.chart-t{
	text-align:center;
	margin:20px 0 10px;
	font-size:1.8em!important;
}
.chart-b{
	text-align:center;
	margin:10px 0 10px;
	font-size:1.8em!important;
	font-weight:bold;
	color:#e24e57;
}
.chart-b br{
	display:none;
}

h3.h3_normal{
  background: #70ba77;
  color:#fff!important;
  padding:5px 10px;
  margin:40px 0 20px!important;
}

.chart-link{
	text-align:center;}


.chart-link a{
	position:relative;
}

.chart-link a::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 6.5px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #70ba77;
}
 
.chart-link a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 2.5px;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #70ba77;
}


.chart-link a span{
	position:relative;
}

.chart-link a[href$=".pdf"] span:after{
	position:absolute;
  content: "";
  margin: auto;
  bottom:5px;
  right: -22px;
  width: 16px;
  height: 16px;
  background: url(../../images/common/link-pdf.png) no-repeat center right/contain;
}

.chart-blue{
	font-size:1.8em;
	text-align:center;
	background:#70ba77;
	color:#fff;
	font-weight:bold;
	padding:15px;
	border-radius:10px;
	margin-bottom:10px;
	line-height:1.3;
}

.join-table thead th{
	width:calc(100%/3);
}

.join-table tbody td{
	text-align:left!important;
}
.join-table td.center{
	text-align:center!important;
}
.join-table._04 tbody th{
	background:#b0ddd2!important;
}

#subPage .main .join-table td.link {
	width: 5em;
	text-align:center!important;
}

#subPage .main .join-table td.link a {
	display: block;
	padding: 1px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none; 
}
#subPage .main .join-table td.link.app a{
	background-color: #fba66d;
	color:#ffffff;
}
#subPage .main .join-table td.link.example a{
	background-color: #eeeeee;
	color:#000000;
}
#subPage .main .join-table td.link a:hover {
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
}
#subPage .main .join-table_04 th:nth-child(1){
	width:48%
}

#subPage .main .join-table_04 td:nth-child(3),
#subPage .main .join-table_04 tr:nth-child(1) td:nth-child(2){
}

#subPage .main .join-table_04 tr:nth-child(2) td:nth-child(1){
	width:20%
}
