@charset "utf-8";
/* CSS Document */

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2 {
	position: relative;
    padding: 10px 0 15px 15px;
    background: #ededed;
    font-size: 2.2em;
    color: #1c5799;
    font-weight: 700;
}

#tano-main-area h2.tano-h2:before {
    position: absolute;
    top: -7px;
    left: 0;
    width: 99.5%;
    height: 100%;
    content: '';
    border: 2px solid #428cde;
}

/*-----------------------------	
	.tano-h3
-----------------------------*/
#tano-main-area h3.tano-h3-s1 {
	position: relative;
    padding: 0 65px 30px 65px;
    text-align: center;
}

#tano-main-area h3.tano-h3-s1:before {
  position: absolute;
  top: calc(25% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#tano-main-area h3.tano-h3-s1 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-size:1.5em;
}


/*-----------------------------	
	nav.tano-page-top-nav
-----------------------------*/
#tano-main-area .tano-page-top-nav{
	margin: 0 0 10px 0;
}
#tano-main-area .tano-page-top-nav ul{
	display: flex;
	justify-content: space-around;
}
#tano-main-area .tano-page-top-nav li{
	width: calc(100% / 3);
}
#tano-main-area .tano-page-top-nav li a{
	display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px 15px 10px;
    margin: 5px;
    border: solid 2px #428cde;
    background: #eaf4ff;
    position: relative;
}
#tano-main-area .tano-page-top-nav li a:hover{
	background: #f9d3e6;
    border: 2px #e92f8e solid;
}
#tano-main-area .tano-page-top-nav li a:after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------	
	nav.tano-bb-feat
-----------------------------*/

#tano-main-area .tano-bb-feat{
	display: flex;
    justify-content: center;
    align-items: stretch;
	gap: 10px;
}

#tano-main-area .tano-bb-feat ul{
	width: calc(100% / 4);
    border: 1px #428cde solid;
}

#tano-main-area .tano-bb-feat li.box01 {
	text-align: center;
}

#tano-main-area .tano-bb-feat li.box02 {
	font-size: 1.4em;
    font-weight: 700;
    color: #1c5799;
    padding: 5px 5px 0 5px;
    text-align: center;
}

#tano-main-area .tano-bb-feat li.box03 {
	font-size: 1.2em;
    color: #333;
    padding: 5px 8px 10px 8px;
}

/*-----------------------------	
	container-link
-----------------------------*/

#tano-main-area .container-tano-link {
	display: flex;
    justify-content: center;
    align-items: center;
}

#tano-main-area .box-tano-link {
    text-align: center;
}

#tano-main-area .box-tano-link a {
	display: block;
    background: #eaf4ff;
    padding: 10px 80px;
    position: relative;
    font-size: 1.4em;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    border: 2px #428cde solid;
}

.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

#tano-main-area .box-tano-link a:hover {
	background: #f9d3e6;
    border: 2px #e92f8e solid;
}

#tano-main-area .container-tano-link-blank {
	display: flex;
    justify-content: center;
    align-items: center;
}

#tano-main-area .box-tano-link-blank a {
	display: block;
    background: #eaf4ff;
    padding: 15px 80px;
    position: relative;
    font-size: 1.4em;
    color: #333;
    font-weight: 700;
    text-decoration: none;
	border: 2px #428cde solid;
}

#tano-main-area .box-tano-link-blank a:hover {
	background: #f9d3e6;
    border: 2px #e92f8e solid;
}


#tano-main-area .container-tano-link {
	display: flex;
    justify-content: center;
    align-items: center;
}

#tano-main-area .box-tano-link-right a {
	display: block;
    background: #2344bc;
    padding: 10px 80px;
    position: relative;
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
	margin: 20px 0 0 0;
}

#tano-main-area .box-tano-link-right a:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 10px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
}

#tano-main-area .box-tano-link-right a:after {
    content: "";
    position: absolute;
    top: 52%;
    right: 10px;
    width: 10px;
    height: 3px;
    background: #fff;
    transform: rotate(-45deg);
}

#tano-main-area .box-tano-link-right a:hover {
	color: #ff0;
	background: #c00;
}

#tano-main-area .box-tano-link-right a:hover:after {
	background: #ff0;
}

/*-----------------------------	
	table
-----------------------------*/
#tano-main-area .container-tano-table {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #428cde;
	margin: 0;
}

/*-----------------------------	
	scan
-----------------------------*/
#tano-main-area ul.scan {
	width: 100%;
    margin: 30px 0;
}

#tano-main-area ul.scan li.box1 {
	font-size: 2.0em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 0 0 20px 0;
    list-style: none;
}

#tano-main-area ul.scan li.box2 {
	font-size: 1.6em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 0 0 30px 0;
    list-style: none;
}

#tano-main-area ul.scan li.box3 {
	font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin: 0 50px;
    list-style: none;
    border: 2px #fff solid;
}

/*-----------------------------	
	nav.tano-scan-feat
-----------------------------*/

#tano-main-area .tano-scan-feat{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 920px;
    background: #428cde;
    padding: 0 20px 20px 20px;
    margin: 0 0 40px 0;
}

#tano-main-area .scan01 {
	width: 348px;
}

#tano-main-area .scan01-image {
	width: 348px;
	text-align: center;
}

#tano-main-area .scan01-text {
	font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    padding: 5px 5px 0 5px;
}

#tano-main-area .scan02 {
	display: flex;
    justify-content: space-between;
    gap: 15px;
}

#tano-main-area .scan02 ul {
	width: 250px;
}

#tano-main-area .scan02 ul.arrow {
	width: 5px;
}


#tano-main-area .scan02 ul li.box01 {
	text-align: center;
	width:255px;
}

#tano-main-area .scan02 ul li.box02 {
	font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    padding: 5px 5px 0 5px;
}

#tano-main-area .scan02 ul li.box03 {
	text-align: center;
	padding: 90px 0 0 0;
}

.dli-caret-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1em 1em;
    border-left-color: currentColor;
    border-right: 0;
}



/*-----------------------------	
	nav.tano-bb-katsuyou
-----------------------------*/

#tano-main-area .tano-bb-katsuyou{
	display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 900px;
    margin: 0 0 25px 25px;
}

#tano-main-area .tano-bb-katsuyou ul{
	width: calc(100% / 2);
    border: 1px #428cde solid;
}

#tano-main-area .tano-bb-katsuyou li.box01 {
	text-align: center;
}

#tano-main-area .tano-bb-katsuyou li.box02 {
	font-size: 1.4em;
    font-weight: 700;
    color: #1c5799;
    padding: 5px 5px 0 5px;
    text-align: center;
}

#tano-main-area .tano-bb-katsuyou li.box03 {
	font-size: 1.2em;
    color: #333;
    padding: 5px 8px 10px 8px;
}

#tano-main-area .tano-jin-text-01 {
    color: #333;
    margin: 15px 5px;
    font-size: 1.3em;
}

.tano-back-color-blue {
    background: #428cde;
}

.tano-item-detail-box-inner h3 {
    padding: 7px 0 6px 0;
    font-size: 1.3em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.movie {
	margin: 30px 90px;
}


