@charset "utf-8";

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header .logo.top{
	display: block;
}
#header .logo.sec{
	display: none;
}

/* ---------------------------------------- 
 - mainVisual 
---------------------------------------- */
#mainVisual{
	position:relative;
	height:780px;
	overflow: hidden;
	background: #9efcb0;
}
#mainVisual #mainVisual__inner{
	position:relative;
	width:100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

#mainVisual .program{
	font-size:1.8rem;
	padding-top: 75px;
	line-height: 1.0;
}
#mainVisual .program span{
	border:solid 1px #000;
	padding: 3px 7px;
}
#mainVisual .ttl{
	font-size:3.2rem;
	font-weight: bold;
	line-height: 1.0;
	margin: 20px auto 35px;
	position: relative;
	display: inline-block;
}
#mainVisual .ttl span{
	position: relative;
	z-index: 1; 
	display: inline-block;	
    opacity: 0;
	transform: translate(0,10px);
    -webkit-transform: translate(0,10px);
}
#mainVisual .ttl span.ttl-year{
	font-size:3.6rem;
}
#mainVisual.anime .ttl span {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
	transition: .8s;
}
#mainVisual .ttl::before {
	background:#fff;
	content: "";
    position: absolute; 
    width: 0;
    height:18px; 
    bottom: -7px;
    z-index: 0; 
	left:0;
}
#mainVisual.anime .ttl::before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	width: 100%;
}

#mainVisual .catch{
	width: 35%;
    max-width: 390px;
	margin: 0 auto 20px;	
	transform: scale(1);
	opacity: 0;	
}
#mainVisual.anime .catch{
	-webkit-animation: mainVisual-bound 0.5s ease-out 0.8s 1 forwards;
	animation: mainVisual-bound 0.5s ease-out 0.8s 1 forwards;
}
@-webkit-keyframes mainVisual-bound {
	from { transform: scale(0.4); opacity: 0; }
	40% { transform: scale(1.15); opacity: 1;}
	70% { transform: scale(0.95); }
	90% { transform: scale(1.05); }
	to { transform: scale(1); opacity: 1; }
}
@keyframes mainVisual-bound {
	from { transform: scale(0.4); opacity: 0; }
	40% { transform: scale(1.15); opacity: 1;}
	70% { transform: scale(0.95); }
	90% { transform: scale(1.05); }
	to { transform: scale(1); opacity: 1; }
}

#mainVisual .landscape{
	width:38%;
	max-width:430px;
	margin: 0 auto;
	opacity: 0;
}
#mainVisual.anime .landscape {
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 1;
}
#mainVisual .landscape .landscape__town{
	width:96%;
	margin-right: auto;
}
#mainVisual .landscape .landscape__bridge{
	width:96%;
	margin-top: -20px;
	margin-left: auto;
}
#mainVisual .landscape .landscape__fish{
	width:60%;
	margin: -10px auto 0;
}

#mainVisual .person {
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
	width: 98%;
	max-width: 1140px;
	margin: 0 auto;
}
#mainVisual .person > p {
	position: absolute;
	bottom: -50px;
	opacity: 0;
	margin-bottom: -80px;
}
#mainVisual .person > .person__person-01 {
	left:0;
	z-index: 10;
	width: 19%;
	max-width: 220px;
}
#mainVisual .person > .person__person-02 {
	left:12%;
	z-index: 1;
	width: 28.5%;
	max-width: 325px;
}
#mainVisual .person > .person__person-03 {
	right:15%;
	z-index: 1;
	width: 16.5%;
	max-width: 188px;
}
#mainVisual .person > .person__person-04{
	right:0;
	z-index: 10;
	width: 18.5%;
	max-width: 210px;
}
#mainVisual.anime .person > .person__person-01 {
	opacity: 1;
	margin-bottom: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 1.2s;
	transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 1.2s;
}
#mainVisual.anime .person > .person__person-02 {
	opacity: 1;
	margin-bottom: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 1.5s;
	transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 1.5s;
}
#mainVisual.anime .person > .person__person-03 {
	opacity: 1;
	margin-bottom: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 1.8s;
	transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 1.8s;
}
#mainVisual.anime .person > .person__person-04 {
	opacity: 1;
	margin-bottom: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 2.1s;
	transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.85) 2.1s;
}
@media screen and (max-width: 1140px) {
	#mainVisual{
		height: 70vw;
		max-height: 780px;
	}
	#mainVisual .program {
		font-size: 1.8vw;
	}
	#mainVisual .ttl {
		font-size: 3.0vw;
		margin: 2vw auto 3.5vw;
	}
	#mainVisual .ttl span.ttl-year {
		font-size: 3.6vw;
	}
	#mainVisual .landscape .landscape__bridge {
		margin-top: -2vw;
	}
	#mainVisual .landscape .landscape__fish {
		margin-top: -1vw;
	}
	#mainVisual .person > p {
		bottom: -5vw;
		margin-bottom: -8vw;
	}
}
@media screen and (max-width: 768px) {
	#mainVisual{
		height: calc(85vw + 75px);
	}
	#mainVisual .program {
		font-size: 2.5vw;
	}
	#mainVisual .ttl {
		font-size: 4vw;
		margin: 15px auto 20px;
		line-height: 1.2;
	}
	#mainVisual .ttl span.ttl-year {
		font-size: 4.1vw;
	}
	#mainVisual .ttl::before {
		height: 8px;
		bottom: -4px;
	}
	#mainVisual .catch {
		width: 50%;
		margin-bottom: 15px;
	}
	#mainVisual .landscape {
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	#mainVisual{
		height: calc(95vw + 75px);
	}
	#mainVisual .program {
		font-size: 1.2rem;
		padding-top: 65px;
	}
	#mainVisual .ttl {
		font-size: 1.8rem;
		margin: 15px auto 20px;
	}
	#mainVisual .ttl span.ttl-year {
		font-size: 2rem;
	}
}

/* ---------------------------------------- 
 - #contents（共通）
---------------------------------------- */
/* section */
#contents section {
	padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
	#contents section {
		padding: 60px 0 0;
	}
}

/* section__head */
#contents .section__head {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}
#contents .section__ttl .ttl span{
	border:solid 1px #000;
	padding: 3px 7px;
}
#contents .section__ttl .catch{
	font-size:5.0rem;
	font-weight: 900;
	line-height: 1.4;
	margin: 5px auto 15px;
	position: relative;
	display: inline-block;
	opacity: 0;
	transition: .8s;
}
#contents .section__ttl .catch span{
	position: relative;
	z-index: 1;	    
	background-image: linear-gradient(#9efcb0, #9efcb0);
	background-size: 0 25%;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: .8s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
#contents .section__ttl .catch.anime{
	opacity: 1;
}
#contents .section__ttl .catch.anime span {
	background-size: 100% 25%;
}
@media screen and (max-width: 768px) {
	#contents .section__ttl .catch{
		font-size:3.8rem;
	}
}

/* ttl-balloon */
.ttl-balloon {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 5px #000;
    text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 45px;
}
.ttl-balloon:before,
.ttl-balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ttl-balloon:before {
    border: solid 20px transparent;
    border-top: solid 20px #525252;
}
.ttl-balloon:after {
    border: solid 20px transparent;
    border-top: solid 20px #fff;
    margin-top: -7px;
}
.ttl-balloon p {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
	.ttl-balloon {
		border-width: 4px;
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	.ttl-balloon:before {
		border-width: 18px;
	}
	.ttl-balloon:after {
		border-width: 18px;
		margin-top: -6px;
	}
}

/* request */
#contents .request {
	width:100%;
	margin: 95px auto 0;
	border-top:solid 1px #000;
}	
#contents .request .request__inner {
	width:94%;
	max-width: 970px;
	height: 115px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
	align-items: center;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}
#contents .request .btn {
	width:40%;
	max-width: 320px;
	position: relative;
	z-index: 1;
	margin-right: 15px;
}
#contents .request .btn a {
	width:100%;
	height: 65px;
	line-height: 63px;
	border:solid 2px #000;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 0 3%;
	border-radius: 65px;
	box-sizing: border-box;
	text-decoration: none;
	transition: .5s;
}
#contents .request .btn.contact-btn a {
	background: #9efcb0;
}
#contents .request .btn.request-btn a {
	background: #000;
	color:#fff;
}
#contents .request .btn a:hover {
	background: #fff;
	color:#000;
	border-style: dashed;
}
#contents .request .illust {
	width:50%;
	max-width: 330px;
	position: absolute;
	bottom:0;
	right: 0;
}
@media screen and (max-width: 1000px) {
	#contents .request .illust {
		width: 40%;
		right: -8%;
	}
}
@media screen and (max-width: 768px) {
	#contents .request {
		margin-top: 60px;
	}	
	#contents .request .request__inner {
		width: 96%;
		height: 80px;
		padding: 0;
		justify-content:space-between;
	}
	#contents .request .btn {
		width: 48%;
		margin: 0 1%;
	}
	#contents .request .btn a {
		height: 45px;
		line-height: 43px;
		font-size: 1.4rem;
		padding: 0 2%;
		border-radius: 45px;
	}
	#contents .request .illust {
		display: none;
	}
}

/* ---------------------------------------- 
 - #contents（.notes）
---------------------------------------- */
#contents .notes {
	text-align: right;
	font-size:1.2rem;
	margin-top: 1.0em;
	margin-right:2%; 
}
@media screen and (max-width: 768px) {
	#contents .notes {
		font-size:1.1rem;
	}
}
/* ---------------------------------------- 
 - #contents（#reason）
---------------------------------------- */
/* lead-box */
#contents #reason .lead-box {
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	padding: 10px 7% 50px 5%;
}
#contents #reason .lead-box .illust {
	width:350px;
}
#contents #reason .lead-box .lead {
	width:390px;
	padding-top: 30px;
	margin-left: 3%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#contents #reason .lead-box {
		display: block;
		padding: 0 2% 30px;
	}
	#contents #reason .lead-box .illust {
		width:65%;
		max-width: 350px;
	}
	#contents #reason .lead-box .lead {
		width:85%;
		padding-top: 15px;
		margin-left: auto;
	}
}

/* point */
#contents #reason .point {
	width:100%;
	margin: 0 auto;
	padding-bottom: 50px;
}	
#contents #reason .point .point-box {
	width:60%;
	margin-bottom: 65px;
}
#contents #reason .point .point-box:nth-child(odd) {
	margin-right: auto;
}
#contents #reason .point .point-box:nth-child(even) {
	margin-left: auto;
}
#contents #reason .point .point-box .ttl {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	background: #9efcb0;
	border: solid 1px #000;
	box-sizing: border-box;
	padding: 15px 3%;
	opacity: 0;
}
#contents #reason .point .point-box:nth-child(odd) .ttl {
	border-left:0;
	padding-left: 10%;
	-webkit-transform: translate(-100.1%, 0);
	transform: translate(-100.1%, 0);
}
#contents #reason .point .point-box:nth-child(even) .ttl {
	border-right:0;
	padding-right: 10%;
	-webkit-transform: translate(100.1%, 0);
	transform: translate(100.1%, 0);
}
#contents #reason .point .point-box.anime:nth-child(odd) .ttl {
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
#contents #reason .point .point-box.anime:nth-child(even) .ttl {
	-webkit-transition-duration: .7s;
	transition-duration: .7s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
#contents #reason .point .point-box .ttl span {
	opacity: 0;
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
#contents #reason .point .point-box .ttl span::before {
	background:#fff;
	content: "";
    position: absolute; 
    width: 7px;
    height:100%; 
    top: 0;
	left:0;
}
#contents #reason .point .point-box.anime .ttl span {
	-webkit-transition-duration: .8s;
	transition-duration: .8s;

	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	opacity: 1;
}
#contents #reason .point .point-box .txt {
	width:100%;
	max-width: 560px;
	padding: 20px 3% 0;
	box-sizing: border-box;
}
#contents #reason .point .point-box:nth-child(odd) .txt {
	margin-left: 10%;
}
#contents #reason .point .point-box:nth-child(even) .txt {
	margin-right: 10%;
	margin-left: 3%;
}	
@media screen and (max-width: 1400px) {
	#contents #reason .point .point-box {
		width:90%;
		max-width: 800px;
	}
}
@media screen and (max-width: 768px) {
	#contents #reason .point {
		padding-bottom: 30px;
	}
	#contents #reason .point .point-box {
		margin-bottom: 35px;
	}
	#contents #reason .point .point-box .ttl {
		font-size: 1.8rem;
		padding: 10px 3%;
	}
	#contents #reason .point .point-box:nth-child(odd) .ttl {
		padding-left: 3%;
	}
	#contents #reason .point .point-box:nth-child(even) .ttl {
		padding-right: 3%;
	}
	#contents #reason .point .point-box .ttl span {
		padding-left: 15px;
	}
	#contents #reason .point .point-box .ttl span::before {
		width: 5px;
	}
	#contents #reason .point .point-box .txt {
		width:90%;
		padding: 10px 0 0;
	}
	#contents #reason .point .point-box:nth-child(odd) .txt {
		margin-left: 7%;
	}
	#contents #reason .point .point-box:nth-child(even) .txt {
		margin-right: 0;
    	margin-left: 7%;
	}	
}
@media screen and (max-width: 480px) {
	#contents #reason .point .point-box .ttl {
		font-size: 1.6rem;6
	}
}

/* application */
#contents #reason .application {
	width:100%;
	margin: 0 auto;
	padding: 100px 0;
	background: #f4f4f4;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
}	
#contents #reason .application .application__inner {
	width:94%;
	max-width: 780px;
	margin: 0 auto;
}
#contents #reason .application .ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents #reason .application .ttl span {
	border-bottom: solid 2px #000;
	padding-bottom: 0.2em;
}
#contents #reason .application .link {
	margin-bottom: 20px;
}
#contents #reason .application .link a {
	text-decoration: underline;
}
#contents #reason .application .link a:hover {
	text-decoration: none;
}
#contents #reason .application ul.application__list {
	text-align: left;
}
#contents #reason .application ul.application__list > li {
	margin-bottom: 10px;
}
#contents #reason .application ul.application__list > li .list-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
#contents #reason .application ul.application__list > li .list-ttl .dot {
	color:#9efcb0;
}
#contents #reason .application ul.application__list > li .list-ttl .normal {
	font-size: 1.6rem;
	font-weight: normal;
}
#contents #reason .application ul.application__list > li .list-ttl sup {
	font-size: 1.2rem;
	font-weight: normal;
}
#contents #reason .application ul.application__list > li .list-box {
	background: #fff;
	padding: 25px 30px;
	margin-top: 10px;
}
#contents #reason .application ul.application__list > li .list-box dl dt {
	font-weight: bold;
	line-height: 1.4;
}
#contents #reason .application ul.application__list > li .list-box dl dd {
	margin-left: 1.0em;
	margin-bottom: 1.2em;
	font-size: 1.5rem;
}
#contents #reason .application ul.application__list > li .notice {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-top: 1.0em;
	font-size: 1.4rem;
}
#contents #reason .application ul.application__list > li .notice a {
	text-decoration: underline;
}
#contents #reason .application ul.application__list > li .notice a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#contents #reason .application {
		padding: 50px 0;
	}
	#contents #reason .application .ttl {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	#contents #reason .application ul.application__list > li .list-ttl {
		font-size: 1.6rem;6
	}
	#contents #reason .application ul.application__list > li .list-ttl .normal {
		font-size: 1.4rem;
	}
	#contents #reason .application ul.application__list > li .list-ttl sup {
		font-size: 1.0rem;
	}
	#contents #reason .application ul.application__list > li .list-box {
		padding: 20px 3%;
	}
	#contents #reason .application ul.application__list > li .list-box dl dd {
		font-size: 1.4rem;
	}
}
	
/* recommend */
#contents #reason .recommend {
	width:100%;
	margin: 0 auto;
	padding: 100px 0 50px;
	text-align: center;
}	
#contents #reason .recommend .recommend__inner {
	width:94%;
	max-width: 1000px;
	margin: 0 auto;
}
#contents #reason .recommend .recommend-box {
	display: -webkit-flex;
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
}
#contents #reason .recommend .recommend-box dl {
	width: 50%;
	padding: 40px 5%;
	box-sizing: border-box;
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	font-size: 1.8rem;
}	
#contents #reason .recommend .recommend-box dl:nth-child(1),
#contents #reason .recommend .recommend-box dl:nth-child(4){
	background: #9efcb0;
}
#contents #reason .recommend .recommend-box dl dt {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}	
#contents #reason .recommend .recommend-box dl dd {
	text-align: left;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	#contents #reason .recommend {
		padding: 50px 0 0;
	}
	#contents #reason .recommend .recommend-box {
		display: block;
	}
	#contents #reason .recommend .recommend-box dl {
		width: 100%;
		padding: 30px 3%;
		font-size: 1.5rem;
	}	
	#contents #reason .recommend .recommend-box dl:nth-child(1),
	#contents #reason .recommend .recommend-box dl:nth-child(4){
		background: #fff;
	}
	#contents #reason .recommend .recommend-box dl:nth-child(odd){
		background: #9efcb0;
	}
	#contents #reason .recommend .recommend-box dl dt {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
}

/* ---------------------------------------- 
 - #contents（#howto）
---------------------------------------- */
/* section__head */
#contents #howto .section__head {
	display: -webkit-flex;
    display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row-reverse;
	padding: 10px 7% 50px 2%;
}
#contents #howto .section__head .section__ttl {
	width:450px;
	margin-right: auto;
}
#contents #howto .section__head .illust {
	width:450px;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	#contents #howto .section__head {
		width: 94%;
		margin: 0 auto;
		display: block;
		padding: 10px 0 30px;
	}
	#contents #howto .section__head .section__ttl {
		width:100%;
		margin-right: 0;
	}
	#contents #howto .section__head .illust {
		width:75%;
		max-width:450px;
		margin-left: auto;
	}
}

/* flow */
#contents #howto .flow {
	width:100%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}	
#contents #howto .flow .flow__inner {
	width:94%;
	max-width: 1000px;
	margin: 0 auto;
}
#contents #howto .flow .flow-box > dl {
	margin-bottom: 40px;
}
#contents #howto .flow .flow-box > dl dt {
	background: #9efcb0;
	border:solid 1px #000;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	line-height: 64px;
	padding: 15px 2% 15px 80px;
	margin-bottom: 25px;
}
#contents #howto .flow .flow-box > dl dt .num {
	position: absolute;
	top:-35px;
	left:20px;
	width: 50px;
}
#contents #howto .flow .flow-box > dl dt .ttl {
	font-size: 2.4rem;
	font-weight: bold;
}
#contents #howto .flow .flow-box > dl dt .date {
	font-size: 1.8rem;
}
#contents #howto .flow .flow-box > dl dt .date span {
	font-size: 1.4rem;
}
#contents #howto .flow .flow-box > dl dd {
	text-align: left;
	margin-left: 30px;
	padding: 0 0 40px 140px;
	min-height: 80px;
	background-image: url("/special/selection-tankyu/assets/images/top/flow_alw.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 85px;
}
#contents #howto .flow .flow-box > dl:last-child dd {
	text-align: center;
	margin-left: 0;
	padding: 0;
	min-height: auto;
	background: none;
	font-size: 4.0rem;
	font-weight: bold;
}
#contents #howto .flow .flow-box > dl dd a {
	text-decoration: underline;
}
#contents #howto .flow .flow-box > dl dd a:hover {
	text-decoration: none;
}
#contents #howto .flow .flow-box > dl dd .lead ul.notice{
	margin-top: 0.5em;
}
#contents #howto .flow .flow-box > dl dd .lead ul.notice li{
	text-indent: -1.0em;
	margin-left: 1.0em;
}
#contents #howto .flow .flow-box > dl dd .txt-box{
	background: #f4f4f4;
	padding: 20px 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.4rem;
}
#contents #howto .flow .flow-box > dl dd .txt-box ul.list li{
	text-indent: -1.0em;
	margin-left: 1.0em;
}
#contents #howto .flow .flow-box > dl dd .link{
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	#contents #howto .flow {
		padding-bottom: 25px;
	}
	#contents #howto .flow .flow-box > dl {
		margin-bottom: 25px;
	}
	#contents #howto .flow .flow-box > dl dt {
		height: auto;
		line-height: 1.6;
		padding: 12px 2% 12px 40px;
		margin-bottom: 15px;
	}
	#contents #howto .flow .flow-box > dl dt .num {
		top:-12px;
		left:10px;
		width: 28px;
	}
	#contents #howto .flow .flow-box > dl dt .ttl {
		font-size: 1.8rem;
	}
	#contents #howto .flow .flow-box > dl dt .date {
		font-size: 1.4rem;
	}
	#contents #howto .flow .flow-box > dl dt .date span {
		font-size: 1.2rem;
	}
	#contents #howto .flow .flow-box > dl dd {
		margin-left: 10px;
		padding: 0 0 30px 65px;
		min-height: 80px;
		background-size: 45px;
	}
	#contents #howto .flow .flow-box > dl:last-child dd {
		font-size: 3.0rem;
	}
	#contents #howto .flow .flow-box > dl dd .txt-box{
		padding: 15px 3%;
		margin-top: 10px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	#contents #howto .flow .flow-box > dl dt {
		padding: 12px 1% 12px 3%;
	}
	#contents #howto .flow .flow-box > dl dt .num {
		width: 20px;
	}
	#contents #howto .flow .flow-box > dl dt .ttl {
		font-size: 1.5rem;
	}
	#contents #howto .flow .flow-box > dl dt .date {
		font-size: 1.2rem;
	}
}

/* qa */
#contents #howto .qa {
	width:100%;
	margin: 0 auto;
	padding: 100px 0;
	background: #f4f4f4;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
}	
#contents #howto .qa .qa__inner {
	width:94%;
	max-width: 780px;
	margin: 0 auto;
}
#contents #howto .qa a {
	text-decoration: underline;
}
#contents #howto .qa a:hover {
	text-decoration: none;
}
#contents #howto .qa .ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents #howto .qa .ttl span {
	border-bottom: solid 2px #000;
	padding-bottom: 0.2em;
}
#contents #howto .qa .midashi {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-align: left;
}
#contents #howto .qa dl.qa-box {
	background: #fff;
	text-align: left;
	margin-bottom: 15px;
}
#contents #howto .qa dl.qa-box:last-child {
	margin-bottom: 0;
}
#contents #howto .qa dl.qa-box dt {
	padding: 15px 20px;
	border-bottom: dashed 1px #a6a6a6;
	display: -webkit-flex;
    display: flex;
}
#contents #howto .qa dl.qa-box dt .ico {
	background: #9efcb0;
	width:60px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
}
#contents #howto .qa dl.qa-box dt .question {
	flex: 1;
	padding-left: 15px;
	font-size: 1.8rem;
}
#contents #howto .qa dl.qa-box dd {
	padding: 15px 20px;
	display: -webkit-flex;
    display: flex;
}
#contents #howto .qa dl.qa-box dd .ico {
	background: #000;
	color:#fff;
	width:60px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
}
#contents #howto .qa dl.qa-box dd .answer {
	flex: 1;
	padding-left: 15px;
}
@media screen and (max-width: 768px) {
	#contents #howto .qa {
		padding: 50px 0;
	}
	#contents #howto .qa .ttl {
		font-size: 2.0rem;
	}
	#contents #howto .qa .midashi {
		font-size: 1.7rem;
	}
	#contents #howto .qa dl.qa-box dt {
		padding: 12px 3%;
	}
	#contents #howto .qa dl.qa-box dt .ico {
		width:50px;
		height: 25px;
		line-height: 25px;
		border-radius: 25px;
		font-size: 1.4rem;
	}
	#contents #howto .qa dl.qa-box dt .question {
		padding-left: 15px;
		font-size: 1.6rem;
	}
	#contents #howto .qa dl.qa-box dd {
		padding: 12px 3%;
		font-size: 1.4rem;
	}
	#contents #howto .qa dl.qa-box dd .ico {
		width:50px;
		height: 25px;
		line-height: 25px;
		border-radius: 25px;
		font-size: 1.4rem;
	}
}

/* reference */
#contents #howto .reference {
	width:100%;
	margin: 0 auto;
	padding: 100px 0 25px;
	text-align: center;
}	
#contents #howto .reference .reference__inner {
	width:94%;
	max-width: 1000px;
	margin: 0 auto;
	border:solid 2px #000;
	box-sizing: border-box;
}
#contents #howto .reference .ttl {
	font-size: 3.0rem;
	line-height: 1.6;
	font-weight: bold;
	padding: 15px 2%;
	border-bottom: solid 2px #000;
	background: #9efcb0;
}
#contents #howto .reference .reference-box {
	text-align: left;
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents #howto .reference .reference-box > dl {
	width: 50%;
    border-bottom: dashed 1px #a6a6a6;
    padding: 25px 30px;
    box-sizing: border-box;
}
#contents #howto .reference .reference-box > dl:nth-child(odd) {
    border-right: dashed 1px #a6a6a6;
}
#contents #howto .reference .reference-box > dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contents #howto .reference .reference-box > dl dd {
	font-size: 1.4rem;
}
#contents #howto .reference .reference-box > dl dd ul.list li {
	margin-bottom: 1.0em;
	line-height: 1.6;
}
#contents #howto .reference .reference-box > dl dd ul.list li a {
    -webkit-transition: .3s;
    transition: .3s;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}
#contents #howto .reference .reference-box > dl dd ul.list li a::before {
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	#contents #howto .reference {
		padding: 50px 0 0;
	}
	#contents #howto .reference .ttl {
		font-size: 1.8rem;
		padding: 12px 2%;
	}
	#contents #howto .reference .reference-box {
		padding: 25px 0;
		display: block;
	}
	#contents #howto .reference .reference-box > dl {
		padding: 0 3%;
		margin-bottom: 1.0em;
		width:100%;
	}
	#contents #howto .reference .reference-box > dl:nth-child(odd) {
		border-right: none;
	}
	#contents #howto .reference .reference-box > dl:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	#contents #howto .reference .reference-box > dl dt {
		font-size: 1.7rem;
	}
	#contents #howto .reference .reference-box > dl dd {
		font-size: 1.4rem;
	}
	#contents #howto .reference .reference-box > dl dd ul.list li {
		margin-bottom: 1.0em;
	}
	#contents #howto .reference .reference-box > dl dd ul.list li a {
		padding-left: 20px;
	}
}

/* ---------------------------------------- 
 - #contents（#voice）
---------------------------------------- */
/* lead-box */
#contents #voice .lead {
	padding-top: 30px;
}
@media screen and (max-width: 768px) {
	#contents #voice .lead {
		padding-top: 10px;
	}
}

/* voice-box */
#contents #voice .voice-box__wrapper{
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
#contents #voice .voice-box {
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	padding-bottom: 50px;
}	
#contents #voice .voice-box:nth-child(even) {
	flex-direction: row-reverse;
}
#contents #voice .voice-box:last-child {
	padding-bottom: 0;
}	
#contents #voice .voice-box .voice-box__illust {
	width: 230px;
	margin-bottom: 2px;
}
#contents #voice .voice-box:nth-child(odd) .voice-box__illust {
  margin-right: 25px;
}
#contents #voice .voice-box:nth-child(even) .voice-box__illust {
  margin-left: 25px;
}
#contents #voice .voice-box .voice-box__illust .illust {
	width: 160px;
	margin: 0 auto 10px;
}
#contents #voice .voice-box .voice-box__illust .name-box {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#contents #voice .voice-box .voice-box__illust .school {
	font-size:1.5rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#contents #voice .voice-box .voice-box__illust .name-box .year span {
	font-size:1.4rem;
	border: solid 1px #000;
	padding: 3px 5px;
}
#contents #voice .voice-box .voice-box__illust .name-box .name {
	font-size:2.2rem;
	line-height: 1.4;
	margin-left: 10px;
}
#contents #voice .voice-box .voice-box__illust .name-box .name span {
	font-size:1.5rem;
}
#contents #voice .voice-box .voice-box__baloon {
	position: relative;
	padding: 40px 5%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	width: 80%;
	max-width: 750px;
	text-align: left;
	box-sizing: border-box;
	flex: 1;
	border-radius: 45px;
	border: solid 1px #000;
	margin-bottom: 30px;
	font-size: 1.5rem;
}
#contents #voice .voice-box .voice-box__baloon::after {
	content: '';
	display: block;
	bottom: 55px;
    width: 25px;
    height: 20px;
	background-repeat: no-repeat;
}
#contents #voice .voice-box .voice-box__baloon.anime {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.35) 0.5s;
  transition: all 0.3s cubic-bezier(0.1, 0.5, 0.35, 1.35) 0.5s;
}
#contents #voice .voice-box:nth-child(odd) .voice-box__baloon::after {
  position: absolute;
  left: -25px;
  background-image: url(/special/selection-tankyu/assets/images/top/voice_baloon_left.svg);
}
#contents #voice .voice-box:nth-child(even) .voice-box__baloon::after {
  position: absolute;
  right: -25px;
  background-image: url(/special/selection-tankyu/assets/images/top/voice_baloon_right.svg);
}
#contents #voice .voice-box .voice-box__baloon .midashi {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 0.7em;
	margin-bottom: 0.7em;
	border-bottom: solid 1px #000;
}
#contents #voice .voice-box .voice-box__baloon ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
	#contents #voice .voice-box__wrapper{
		padding: 25px 0 50px;
	}
	#contents #voice .voice-box {
		display: block;
		padding-bottom: 0;
		margin-bottom: 30px;
		position: relative;
	}
	#contents #voice .voice-box:last-child {
		margin-bottom: 0;
	}	
	#contents #voice .voice-box .voice-box__illust {
		width: 100%;
		max-width: 100%;
		display: -webkit-flex;
		display: flex;	
		align-items: center;
	}
	#contents #voice .voice-box:nth-child(odd) .voice-box__illust {
		justify-content: flex-start;
		margin-right: 0;
	}
	#contents #voice .voice-box:nth-child(even) .voice-box__illust {
		justify-content: flex-end;
		flex-direction:row-reverse;
		margin-left: 0;
	}
	#contents #voice .voice-box .voice-box__illust .illust {
		width: 20%;
		max-width: 160px;
		margin-bottom: 0;
	}
	#contents #voice .voice-box:nth-child(odd) .voice-box__illust .illust {
		margin-left:5%;
	}
	#contents #voice .voice-box:nth-child(even) .voice-box__illust .illust {
		margin-right:5%;
	}
	#contents #voice .voice-box .voice-box__illust .txt-box {
		width: 70%;
	}
	#contents #voice .voice-box:nth-child(even) .voice-box__illust .txt-box {
		text-align: right;
	}
	#contents #voice .voice-box:nth-child(even) .voice-box__illust .name-box {
		justify-content: flex-end;
	}
	#contents #voice .voice-box .voice-box__baloon {
		padding: 20px 5%;
		width: 100%;
		max-width: 750px;
		border-radius: 30px;
		margin-bottom: 10px;
		font-size: 1.3rem;
		box-sizing: border-box;
	}
	#contents #voice .voice-box .voice-box__baloon::after {
		display: none;
	}
	#contents #voice .voice-box .voice-box__baloon .midashi {
		font-size: 1.8rem;
	}
}

/* conclusion */
#contents #voice .conclusion{
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 200px;
}
#contents #voice .conclusion .conclusion-box {
	width: 60%;
	position: relative;
	padding: 70px 2%;
	box-sizing: border-box;
}
#contents #voice .conclusion .conclusion-box::before {
	content: '';
	display: block;
	background: #9efcb0;
	width:100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
	-webkit-transform: translate(-100.1%, 0);
    transform: translate(-100.1%, 0);
}
#contents #voice .conclusion .conclusion-box.anime::before {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#contents #voice .conclusion .conclusion-box .conclusion-box__inner {
	width: 90%;
	max-width: 670px;
	margin-left: auto;
}	
#contents #voice .conclusion .conclusion-box .catch	{
	font-size:6.0rem;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 40px;
	position: relative;
	transform: scale(1);
    opacity: 0;	
}	
#contents #voice .conclusion .conclusion-box.anime .catch {    
	-webkit-animation: conclusion-bound 0.5s ease-out 0.8s 1 forwards;
    animation: conclusion-bound 0.5s ease-out 0.8s 1 forwards;
}
@-webkit-keyframes conclusion-bound {
	from { transform: scale(0.4); opacity: 0; }
	40% { transform: scale(1.15); opacity: 1;}
	70% { transform: scale(0.95); }
	90% { transform: scale(1.05); }
	to { transform: scale(1); opacity: 1; }
}
@keyframes conclusion-bound {
	from { transform: scale(0.4); opacity: 0; }
	40% { transform: scale(1.15); opacity: 1;}
	70% { transform: scale(0.95); }
	90% { transform: scale(1.05); }
	to { transform: scale(1); opacity: 1; }
}	
#contents #voice .conclusion .conclusion-box .txt {
	width: 80%;
	max-width: 415px;
}	
#contents #voice .conclusion .illust{
	width: 54%;
    max-width: 820px;
	margin-left: auto;
	position: absolute;
	bottom:0;
	right:0;
}
@media screen and (max-width: 1600px) {
	#contents #voice .conclusion {
		padding-bottom: 16vw;
	}
	#contents #voice .conclusion .conclusion-box {
		width: 62%;
		max-width: 860px;
	}
	#contents #voice .conclusion .conclusion-box .conclusion-box__inner {
		width: 94%;
		max-width: 620px;
	}
	#contents #voice .conclusion .illust {
		max-width: 730px;
	}
}
@media screen and (max-width: 1200px) {
	#contents #voice .conclusion .conclusion-box {
		width: 65%;
		padding: 5vw 5%;
	}
	#contents #voice .conclusion .conclusion-box .conclusion-box__inner {
		margin: auto;
	}
	#contents #voice .conclusion .conclusion-box .catch {
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	#contents #voice .conclusion .conclusion-box .txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	#contents #voice .conclusion{
		padding-bottom: 0;
	}
	#contents #voice .conclusion .conclusion-box {
		width: 90%;
    	max-width: 480px;
		padding: 30px 3%;
	}
	#contents #voice .conclusion .conclusion-box .catch	{
		font-size:3.2rem;
		margin-bottom: 15px;
	}
	#contents #voice .conclusion .conclusion-box .txt {
		width: 100%;
	}
	#contents #voice .conclusion .illust{
		width: 80%;
		max-width: 820px;
		margin-top: -35px;
		position: inherit;
	}
}
@media screen and (max-width: 480px) {
	#contents #voice .conclusion .conclusion-box .catch	{
		font-size:2.8rem;
	}
}

/* request */
#contents #voice .request {
    margin-top: 50px;
}
#contents #voice .request .request__inner {
	justify-content: center;
}
#contents #voice .request .btn {
    margin: 0 7px;
}
@media screen and (max-width: 768px) {
	#contents #voice .request .btn {
    	margin: 0 1%;
	}
}