﻿ @charset "utf-8";

#tano-main-area h2.tano-h2{
	width: 960px;
	margin: 60px 0 10px 0;
	font-weight: bold;
	border-left:solid 6px #4e8fdf;
	color: #333;
}
#tano-main-area h2.tano-h2 .tano-h2-bottom{
	display: block;
	margin: 5px 20px;
	font-size: 28px;
}
#tano-main-area h2.tano-h2 .tano-h2-bottom span{
	display: inline-block;
	font-size: 30px;
	padding: 0 3px 0 0 ;
}
#tano-main-area h2.tano-h2 .tano-h2-top{
	font-size: 20px;
	display: inline-block;
	color: #333;
	padding: 3px 20px;
	border-radius: 15px;
}
#tano-main-area h3.tano-h3{
	font-size: 22px;
	font-weight: bold;
	padding-left:25px;
	position: relative;
	margin:35px 0 15px;
}
#tano-main-area h3.tano-h3:after{
	content: "";
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #4e8fdf;
  border-right: 0;
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
#tano-main-area h3.tano-back-color-light-blue{
	color:#333;
	background:#eaf3ff;
}
#tano-main-area .tano-jin-text-01{
	font-size: 16px;
}
#tano-main-area #section03 .tano-btn-box-03 ul li,
nav[class^="tano-nav-btn-"] li{
	font-family:"Arial", "Hiragino Sans", "Noto Sans JP", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

/*----------------------------------------
	.tano-nav-btn
------------------------------------------*/
nav[class^="tano-nav-btn-"] {
	margin: 0 auto;
}
nav[class^="tano-nav-btn-"] ul{
	display: flex;
	column-gap: 12px;
}
#tano-main-area nav.tano-nav-btn-01 ul{
	justify-content: center;
	margin: 5px ;
}
#tano-main-area nav.tano-nav-btn-02 ul{
	margin: 15px 5px;
	padding: 10px;
	background: #eaf3ff;justify-content: center;
}
nav[class^="tano-nav-btn-"] ul li{
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
}
nav[class^="tano-nav-btn-"] ul li a{
	font-weight: bold;
	display: block;
	position: relative;
}
#tano-main-area nav.tano-nav-btn-01 ul li a:hover,
#tano-main-area nav.tano-nav-btn-02 ul li a:hover{
	background: #4e8fdf;
	border-color: #125ebb;
	color: #fff;
}
#tano-main-area nav.tano-nav-btn-01 ul li a{
	color: #333;
	font-size: 15px;
	text-decoration: none;
	border-bottom: solid 2px #4e8fdf;
	background: #eaf3ff;
	padding: 15px 0 ;
}
#tano-main-area nav.tano-nav-btn-01 ul li .osusume{
	color: #f76c0f;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
#tano-main-area nav.tano-nav-btn-01 ul li a span{
	font-size: 22px;
	padding-right: 5px;
}
#tano-main-area nav.tano-nav-btn-01 ul li a:after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	right: 0;
	left:0;
	bottom: 5px;
	margin: auto;
	border-bottom: 2px solid #4e8fdf;
  border-right: 2px solid #4e8fdf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tano-main-area nav.tano-nav-btn-01 ul li a:hover:after{
	border-color: #fff;
}
#tano-main-area nav.tano-nav-btn-02 ul li a{
	color: #333;
	font-size: 18px;
	text-decoration: none;
	height: 52px;
	border: solid 1px #4e8fdf;
	border-radius: 35px;
	background: #fff;
	padding: 2px 15px;
	display: flex;
	align-items: center;
}
#tano-main-area nav.tano-nav-btn-02 ul li a:after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	right: 20px;
	bottom: 0;
	top: 0;
	margin: auto;
	border-bottom: 2px solid #4e8fdf;
  border-right: 2px solid #4e8fdf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tano-main-area nav.tano-nav-btn-02 ul li a:hover:after{
	border-color: #fff;
}
#tano-main-area nav.tano-nav-btn-02 ul li a span{
	margin: 0 10px 0 20px;
}
#tano-main-area nav.tano-nav-btn-02 ul li a .btn-left-img{
	width: 90px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

/*-----------------------------------------
	.link-btn
-------------------------------------------*/
#tano-main-area .link-btn{
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}
#tano-main-area .link-btn a{
	display: inline-block;
	padding: 12px 45px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: solid 2px #4e8fdf;
	background: #4e8fdf;
	border-radius: 5px;
	position:relative;
}
#tano-main-area .link-btn a:after{
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
	width: 17px;
	height: 17px;
	background:url(a4_arrow-link-btn.png);
}
#tano-main-area .link-btn a:hover{
	color: #4e8fdf;
	background:#eaf3ff;
}
#tano-main-area .link-btn a:hover:after{
	background:url(a4_arrow-link-btn_over.png);
}
/*-----------------------------------------
	#section02
-------------------------------------------*/
#tano-main-area #section02 .tano-btn-box-01{
	margin: 10px 5px;
	padding: 15px 5px 10px 15px;
	background: #eaf3ff;
}
#tano-main-area #section02 .tano-btn-box-01 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}
#tano-main-area #section02 .tano-btn-box-01 ul li{
	width: 25%;
	margin-bottom: 10px;
}
#tano-main-area #section02 .tano-btn-box-01 ul li a{
	display: block;
	margin-right: 10px;
	padding: 15px 15px 13px 15px;
	border: solid 1px #4e8fdf;
	border-radius: 30px;
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	text-align: center;
	position:relative;
}
#tano-main-area #section02 .tano-btn-box-01 ul li a:hover{
	color: #fff;
	background: #4e8fdf;
}
#tano-main-area #section02 .tano-btn-box-01 ul li a:after{
	content:"";
	position:absolute;
	right: 20px;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: 2px solid #4e8fdf;
	border-right: 2px solid #4e8fdf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}
#tano-main-area #section02 .tano-btn-box-01 ul li a:hover:after{
	border-color: #fff;
}
/*-----------------------------------------
	#section03
-------------------------------------------*/
#tano-main-area #section03 .tano-btn-box-03{
	margin: 20px 0 30px;
}
#tano-main-area #section03 .tano-btn-box-03 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#tano-main-area #section03 .tano-btn-box-03 ul li{
	width:25%;
	display: flex;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a{
	width: 100%;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
	border: solid 1px #4e8fdf;
	margin-right:-1px;
	margin-bottom: -1px;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 20px;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a:hover{
	color: #fff;
	background: #4e8fdf;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a .btn-top-text{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	color:#4e8cec;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.35em;
	text-align: center;
	background:#eaf3ff;
	padding: 7px 5px 5px;
	margin-bottom: 15px;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a:hover .btn-top-text{
	color:#fff;
	background: #1f71d6;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a .btn-top-img{
	margin: 0 auto;
	width: 189px;
	height: 150px;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a .btn-bottom-text{
	padding: 10px 0;
	font-size: 13px;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a:after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	right: 0;
	left:0;
	bottom: 12px;
	margin: auto;
	border-bottom: 2px solid #4e8fdf;
  border-right: 2px solid #4e8fdf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tano-main-area #section03 .tano-btn-box-03 ul li a:hover:after{
	border-color:#fff;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a .btn-bottom-text strong{
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	display: block;
	margin-bottom: 5px;
}
#tano-main-area #section03 .tano-btn-box-03 ul li a .btn-bottom-text span{
	display: block;
	padding:0 10px;
}

/*-----------------------------------------
	.bnr_list
-------------------------------------------*/
#tano-main-area #section04{
	margin: 40px 0 0 0;
	padding:1em 0;
	background:#eff3f9;
}
#tano-main-area .bnr-list{
	display:flex;
	justify-content:space-evenly;
	margin:0;
}
#tano-main-area .bnr-list-title{
	font-size: 16px;
	color:#4d4c59;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0.5em;
	display:block;
}

/*-----------------------------------------
	.spec-table-01
-------------------------------------------*/
#tano-main-area .spec-table-01 {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 10px 0 0;
}
#tano-main-area .spec-table-01 tr th {
	border: 1px solid #CCC;
	padding: 2px 5px;
	vertical-align: middle;
	background: #eee;
	width: 125px;
}
#tano-main-area .spec-table-01 tr td {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 2px 5px;
	width: 315px;
}
#tano-main-area .tano-item-detail-box-4 .spec-table-01 tr th{
	width: 6em;
}
/*-----------------------------------------
	.tano-item-detail-box-inner
-------------------------------------------*/
#tano-main-area .tano-detail-area{
	font-size:14px;
}

#tano-main-area .tano-back-color-gray{
	background:#f0f1f4;
	color:#333;
}