﻿ @charset "utf-8";
#tano-main-area h2.tano-h2-type-01{
	margin:30px 0 15px;
	padding: 0;
	line-height:1em;
	display: block;
	font-size: 23px;
	color: #000;
	border-bottom: solid 1px #666;
}
#tano-main-area h2.tano-h2-type-01 span{
	padding: 15px 20px;
	display: inline-block;
}
#tano-main-area #section01 h2 span{
	border-left: solid 5px #188aea;	
}
#tano-main-area #section02 h2 span{
	border-left: solid 5px #06b2a9;	
}
#tano-main-area h3.tano-h3-type-01 {
	margin: 30px 0 10px;
	padding: 12px 20px 10px;
}
#tano-main-area #section01 h3.tano-h3-type-01 {
	background: #c7e5ff;
}
#tano-main-area #section02 h3.tano-h3-type-01 {
	background: #b8f4f1;
}
#tano-main-area h3.tano-h3-type-01 span{
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
#tano-main-area .tano-jin-text-01{
	font-size:14px;
	margin-bottom: 10px;
}
#tano-main-area h4{
	font-size: 18px;
	font-weight:bold;
	color: #000;
	padding: 5px;
	margin: 15px 0 5px;
}
#tano-main-area h4:before{
	content: "●";
	color: #000;
}
/*-----------------------------------------
	.tano-nav-btn
-------------------------------------------*/
#tano-main-area div[class^="tano-nav-btn"]{
	display : flex ;
	width: 100%;
	margin-bottom: 20px;
}
#tano-main-area div[class^="tano-nav-btn"] a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	line-height: 1.3em;
	position: relative;
}
#tano-main-area div[class^="tano-nav-btn"] a:before{
	content: "";
	position: absolute;
	margin: 0 auto;
	bottom: 7px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tano-main-area div.tano-nav-btn-01{
	justify-content: space-between;
	gap:10px;
}
#tano-main-area div.tano-nav-btn-01 a{
	color: #fff;
	font-size: 19px;
	width : calc(100% / 2);
	padding: 12px 10px 18px;
	margin: 0;
	border-radius: 15px 15px 0 0 ;
}
#tano-main-area div.tano-nav-btn-01 a.nav-btn-01{
	background: #2c96f0;
}
#tano-main-area div.tano-nav-btn-01 a.nav-btn-01:hover{
	background: #8dcdfc;
}
#tano-main-area div.tano-nav-btn-01 a.nav-btn-02{
	background: #06b2a9;
}
#tano-main-area div.tano-nav-btn-01 a.nav-btn-02:hover{
	background: #7addd8;
}
#tano-main-area div.tano-nav-btn-02{
	width: 100%;
}
#tano-main-area div.tano-nav-btn-02 a{
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	padding: 10px 30px 8px 15px;
	margin: 0 5px;
	display: block;
	border: solid 1px #ccc;
	border-radius:5px;
}
#tano-main-area div.tano-nav-btn-02 a:before{
	width: 5px;
	height: 5px;
	right: 10px;
	bottom:calc(50% - 4px);
	border-color: #333;
}
#tano-main-area #section02 div.tano-nav-btn-02 a{
	width: calc(100% / 5);
}
#tano-main-area #section01 div.tano-nav-btn-02 a:hover{
	background: #c7e5ff;
}
#tano-main-area #section02 div.tano-nav-btn-02 a:hover{
	background: #b8f4f1;
}
/*-----------------------------------------
	.tano-item-detail-box-inner
-------------------------------------------*/
#tano-main-area .tano-item-detail-box-inner .tano-detail-area p,
#tano-main-area .tano-item-detail-box-inner .tano-free-html-area{
	font-size:14px;
	font-weight:bold;
}
#tano-main-area .tano-item-detail-box-2 .tano-item-detail .tano-item-detail-center img,
#tano-main-area .tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img,
#tano-main-area .tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img{
	border:0;
}