@charset "UTF-8";
/* CSS Document */

html{font-size: 87.5%;
	padding: 0;
	margin: 0;}

body{font-size:1em;
	color:#9c7c31;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";}

section{
	width:900px;
	margin: 0 auto;}

main{display: block;}

a{color: inherit;
	transition-duration: .3s;}

img{max-width: 100%;}

.min{font-family: 'Noto Serif JP', serif;}

.sp{display: none;}

/*  header-------------------------------------*/
header{
	width: calc(100% - 160px);
	background: #ff9619;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0 0 8px 8px;
	padding: 10px 25px;
	position: fixed;
	top: 0;
	left: 80px;
	box-shadow: 0 5px 5px 0px rgba(96,64,17,.25);
	z-index: 100;}

header li{
	display: inline-block;
	vertical-align: middle;}
header li.tel{
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-right: 1px solid #fff;}

header li.tel span{
	font-weight: normal;
	font-size: 0.85em;}

header li.tel a{pointer-events: none;}

header li.toform{
	font-size: 1.42em;
	font-weight: 700;
	letter-spacing: 0.2em;}

header li a{
	display: block;
	padding: 0px 15px;}
header li a img{
	vertical-align: -4px;
	margin-right: 5px;}

header li a:hover{opacity: .5;}

/*  mv-------------------------------------*/
.mv{background: linear-gradient(to right,#ffd491,#fff5c4,#ffd491);
	height: 830px;
	position: relative;
	z-index: 0;}

.mv .catch{
	position: absolute;
	top: 50%;
	right: 40%;
	transform: translateY(-50%);
	z-index: 1;}

.mv .img{
	position: absolute;
	line-height: 0;
	right: 0;
	bottom: 0;
	z-index: 0;}

.mv:after{
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/mv_texture2.jpg")no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;}


/*  trouble-------------------------------------*/
.trouble{
	padding: 80px 0;
	background: url("../img/trouble_bg.png") no-repeat top left #fffbf2;
	background-size: 376px;
	position: relative;}

.trouble h2{
	text-align: center;
	font-size: 2.28em;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.2em;
	color: #666;
	margin-bottom: 60px;}

.trouble h2 span{
	font-size: 1.09em;}

.trouble h2 b{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.28em;
	color: #ff9619;
	position: relative;}

.trouble h2 b:before{
	content: "・・・";
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.5em;
	position: absolute;
	top: -30px;
	left: 0;}

.trouble ul.min{
	color: #666;
	font-size: 1.78em;
	letter-spacing: 0.1em;
	padding-left: 88px;
	margin-bottom: 40px;}

.trouble ul.min li{margin-bottom: 30px;}
.trouble ul.min li strong{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.28em;
	color: #9c7c31;}
.trouble ul.min li strong.line{
	background: url("../img/line.png")no-repeat bottom;
	background-size: 100%;}

.trouble ul.min li:before{
	content: "";
	display: inline-block;
	background: url("../img/ico_check.png")no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	margin-right: 20px;}

.trouble .ex_sp{display: none;}
.trouble .ex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	background: #f2eee6;
	border-radius: 18px;
	padding: 20px 20px 0;
	position: relative;}

.trouble .ex:after{
	content: "";
	border: solid;
	border-width: 40px 23px;
	border-color: transparent transparent #f2eee6 transparent;
	position: absolute;
	top: -68px;
	left: 200px;}

.trouble .ex p{
	flex-basis: 50%;
	line-height: 0;
	padding: 20px 20px 0;
	position: relative;}

.trouble .ex p:nth-child(1):after,
.trouble .ex p:nth-child(2):after{
	content: "";
	width: 100%;
	height: 2px;
	background: url("../img/dot_h.png")repeat-x;
	background-size: 5px;
	position: absolute;
	bottom: 0;
	right: 0;}

.trouble .ex p:nth-child(1):before{
	content: "";
	width: 2px;
	height: 100%;
	background: url("../img/dot_v.png")repeat-y;
	background-size: 2px;
	position: absolute;
	bottom: 0;
	right: 0;}
.trouble .ex p:nth-child(3):before{
	content: "";
	width: 2px;
	height: calc(100% - 20px);
	background: url("../img/dot_v.png")repeat-y;
	background-size: 2px;
	position: absolute;
	top: 0;
	right: 0;}


/*  feature_pre-------------------------------------*/
.feature_pre{
	background:url("../img/mv_texture.jpg")no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 90px 0 140px;
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 110px), 50% 100%, 0 calc(100% - 110px), 0 0);
	clip-path: polygon(100% 0, 100% calc(100% - 110px), 50% 100%, 0 calc(100% - 110px), 0 0);
	position: relative;
	z-index: 1;}

.feature_pre .tit{
	width: 790px;
	background: linear-gradient(to right,rgba(255,150,25,0) 0%,rgba(255,150,25,1) 13%,rgba(255,150,25,1)83%,rgba(255,150,25,0) 100%);
	color: #fff;
	font-size: 2.14em;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 10px 0;
	margin: 0 auto 50px;}

.feature_pre .tit + p{
	font-size: 1.78em;
	font-weight: bold;
	letter-spacing: 0.2em;}

.feature_pre .tit + p strong{
	font-size: 1.28em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ff9619;}


/*  feature-------------------------------------*/
.feature{
	padding: 230px 0 90px;
	background: url("../img/feature_texture.jpg") no-repeat top center #fffbf2;
	background-size: cover;
	margin-top: -140px;
	position: relative;
	z-index: 0;}

.feature:after{
	content: "";
	width: 747px;
	height: 609px;
	background: url("../img/feature_bg.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 90px;
	right: 0;
	z-index: -1;}

.feature h2{margin-bottom: 100px;}
.feature h2 img{transform: translateX(-48px);}

.feature .in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.feature .in .box{
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: calc(50% - 20px);
	padding: 30px;
	margin-bottom: 45px;
	box-shadow: 0 5.34px 5.34px 0 rgba(0,0,0,.25);}

.feature .in .box p.txt{
	font-size: 1.14em;
	letter-spacing: 0.1em;
	line-height: 1.87;
	text-align: justify;
	color: #5c472f;
	margin-bottom: 30px;}

.feature .in .box h3{
	height: 80px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	position: relative;}

.feature .in .box:nth-child(1) h3,
.feature .in .box:nth-child(3) h3{justify-content: center;}

.feature .in .box:nth-child(2) h3,
.feature .in .box:nth-child(4) h3,
.feature .in .box:nth-child(5) h3{
	justify-content: flex-end;
	padding-right: 15px;}

.feature .in .box h3:before{
	content: "";
	position: absolute;
	top:-10px;}

.feature .in .box:nth-child(1) h3:before{
	background: url("../img/num_01.png")no-repeat;
	background-size: 100%;
	width: 57.5px;
	height: 75.5px;
	left: 0;}
.feature .in .box:nth-child(2) h3:before{
	background: url("../img/num_02.png")no-repeat;
	background-size: 100%;
	width: 80px;
	height: 77px;
    left: -40px;}
.feature .in .box:nth-child(3) h3:before{
	background: url("../img/num_03.png")no-repeat;
	background-size: 100%;
	width: 77px;
	height: 77px;
	left: -50px;}
.feature .in .box:nth-child(4) h3:before{
	background: url("../img/num_04.png")no-repeat;
	background-size: 100%;
	width: 76px;
	height: 85.5px;
	left: -63px;}
.feature .in .box:nth-child(5) h3:before{
	background: url("../img/num_05.png")no-repeat;
	background-size: 100%;
	width: 80px;
	height: 76px;
	left: -50px;}


/*  cv-------------------------------------*/
.cv{
	background: #f15a24;
	text-align: center;
	padding: 50px 0;}

.cv section{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;}

.cv section p{flex-basis: calc(50% - 20px);}

.cv a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #f15a24;
	background: #fff;
	position: relative;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);}

.cv a:before,
.cv a:after{
	content: "";
	width: 30px;
	height: 30px;
	border: 1px solid;
	position: absolute;
	transition-duration: .3s;}

.cv a:before{
	border-color: #f15a24 transparent transparent #f15a24;
	top: 10px;
	left: 10px;}

.cv a:after{
	border-color: transparent #f15a24 #f15a24 transparent;
	right: 10px;
	bottom: 10px;}


.cv > p{
	letter-spacing: 0.2em;
	color: #fff;}

.cv .tel a{
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 20px 0;
	box-sizing: border-box;
	pointer-events: none;}

.cv .tel a span{
	font-weight: normal;
	font-size: 0.85em;}

.cv .toform a{
    font-size: 1.78em;
    font-weight: 700;
    letter-spacing: 0.2em;}

.cv .toform a img{margin-right: 5px;}

.cv a:hover{
	box-shadow: 0 0 5px 0 rgba(0,0,0,.15);;
	transform: translateY(4px);}

.cv a:hover:before,
.cv a:hover:after{
	width: calc(100% - 22px);
	height: calc(100% - 22px);}


/*  flow-------------------------------------*/
.flow{
	background: url("../img/flow_texture.jpg")repeat-y center;
	background-size: cover;
	padding: 90px 0;}

.flow h2{
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #ff9619;
	margin-bottom: 80px;}

.flow h2:before{
	content: "";
	display: block;
	background: url("../img/tit_logo.png")no-repeat;
	background-size: 100%;
	width: 170px;
	height: 23.5px;
	margin:0 auto 10px;}

.flow ul{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;}

.flow ul li {flex-basis: calc(50% - 10px);}
.flow ul li label{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 10px;}

.flow ul li.our span{
	font-size: 0.714em;
	flex-basis: 100%;}

.flow ul li.our label{
	font-size: 2em;
	background: #ff9619;}
.flow ul li.other label{
	font-size: 1.714em;
	background: #b0a294;}


.flow .in{
	background: #fff;
	padding: 48px;
	box-shadow: 0 6px 6px 0 rgba(0,0,0,.25);
	margin-bottom: 20px;}

.flow .in .box{
	display: flex;
	justify-content: space-between;}

.flow .in h3{
	background: #9c7c31;
	text-align: center;
	font-size: 1.42em;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	padding: 10px 0;
	margin: 15px 0 10px;}

.flow .in .box p:first-child{position: relative;}
.flow .in .box p:first-child:after{
	content: "";
	background: #f0f0f0;
	width: 1px;
	position: absolute;
	top: 0;
	height: 100%;}

.flow .in .box:nth-of-type(1) p:first-child:after{
	height: 95%;
	right: -30px;}

.flow .in .box:nth-of-type(2) p:first-child:after{right: -25px;}
.flow .in .box:nth-of-type(3) p:first-child:after{right: -10px;}

.flow .in + p{font-size: 0.85em;}

.flow input{display: none;}


/*  case-------------------------------------*/
.case{
	padding-top: 90px;
	background:url("../img/bg.png") no-repeat center right #f2f2f2;
	background-size: 882px;}

.case h2{
	color: #ff9619;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 90px;}

.case h2:before{
	content: "";
	display: block;
	background: url("../img/tit_logo2.png")no-repeat;
	background-size: 100%;
	width: 170px;
	height: 23.5px;
	margin:0 auto 10px;}

.case .in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}

.case .box{
	flex-basis: calc(50% - 28px);
	margin-bottom: 100px;}
.case .box .tit_area{
	color: #fff;
	background: #9c7c31;
	padding: 20px 20px 0;
	border-radius: 10px 10px 0 0;}

.case .box .tit_area .num{
	text-align: center;
	margin-bottom: 10px;}

.case .box .tit_area .tit{
	text-align: center;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.14em;
	color: #ff9619;}

.case .box .tit_area .tit:before,
.case .box .tit_area .tit:after{
	content: "";
	display: block;
	width: 100%;
	height: 2.5px;
	background: url("../img/dot_h.png")repeat-x;
	background-size: 5px;}

.case .box .tit_area .tit:before{margin-bottom: 10px;}
.case .box .tit_area .tit:after{margin-top: 10px;}

.case .box .tit_area .state{
	display: flex;
	justify-content: space-between;}

.case .box .tit_area .txt{
	flex-basis: 260px;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.1em;
	padding-top: 20px;}

.case .box .tit_area .photo{
	flex-shrink: 0;
	line-height: 0;}

.case .box .course{
	color: #ff9619;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.14em;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: #fff;
	margin: 10px 0;}

.case .box .course p:after{
	content: "で対応";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 0.66em;
	color: #9c7c31;}

.case .box .detail{background: #fff;}
.case .box .detail h3{
	background: #ff9619;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 1.28em;
	letter-spacing: 0.1em;
	padding: 10px 0;}

.case .box .detail .menu,
.case .box .detail .fee{width: 100%;}
.case .box .detail .menu th,
.case .box .detail .fee th{
	background: #b0a280;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;}

.case .box .detail .menu td{padding: 10px;}
.case .box .detail .menu tr + tr td{border-top: 1px solid #9c7c31;}

.case .box .detail .menu tr:first-child{border-top: 1px solid #9c7c31;}
.case .box .detail .menu tr:last-child{border-bottom: 1px solid #9c7c31;}
.case .box .detail h3 + .menu tr,
.case .box .detail h3 + .menu tr:first-child,
.case .box .detail h3 + .menu th{border-top: 1px solid #fff;}

.case .box .detail .menu th,
.case .box .detail .action th{width: 110px;}

.case .box .detail .action{
	font-size: 0.85em;
	letter-spacing: 0.1em;}
.case .box .detail .action tr:first-child th,
.case .box .detail .action tr:first-child td{padding-top: 10px;}
.case .box .detail .action tr:last-child th,
.case .box .detail .action tr:last-child td{padding-bottom: 10px;}
.case .box .detail .action th{color: #796a56;}
.case .box .detail .action td{padding-left: 5px;}


.case .box .detail .fee th{
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.2em;
	border-top: 1px solid #fff;
	padding: 5px;}
.case .box .detail .fee td{
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px 5px;
	letter-spacing: 0.08em;}

.case .box .detail .fee th.long{
	font-size: 0.85em;
	letter-spacing: 0.1em;}
.case .box .detail .fee tr:not(:last-child) td{border-bottom: 1px solid #9c7c31;}
.case .box .detail .fee td:not(:last-child){border-right: 1px solid #9c7c31;}


.case .box input,
.case .box label{display: none;}

/*  dr-------------------------------------*/

.dr {padding: 90px 0;}
.dr h2{
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #ff9619;
	margin-bottom: 80px;}

.dr h2:before{
	content: "";
	display: block;
	background: url("../img/tit_logo.png")no-repeat;
	background-size: 100%;
	width: 170px;
	height: 23.5px;
	margin:0 auto 10px;}

.dr section{
	padding: 10px;
	background: repeating-linear-gradient(-45deg,#ff9619 0px,#ff9619 8px,#fff5c4 8px,#fff5c4 16px);}

.dr .in{
	background: #fff;
	padding: 55px 50px 70px;
	position: relative;}

.dr .in .photo{
	line-height: 0;
	position: absolute;
	left: 10px;
	bottom: 0;}

.dr .in .txt{
	width: 370px;
	margin-left: auto;}

.dr h3{
	font-size: 1.42em;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-bottom: 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;}

.dr h3 span{
	font-size: 1.3em;}

.dr .in .txt p{
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 2;}
.dr .in .txt table{
	font-size: 0.92em;
	letter-spacing: 0.1em;
	line-height: 2;}
.dr .in .txt table th{white-space: nowrap;}
.dr .in .txt table td{
	text-align: justify;
	padding-left: 10px;}

/*  dr-------------------------------------*/
#contact{
	background: #fffbf2;
	padding: 90px 0;}

#contact h2{
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #ff9619;
	margin-bottom: 80px;}

#contact h2:before{
	content: "";
	display: block;
	background: url("../img/tit_logo.png")no-repeat;
	background-size: 100%;
	width: 170px;
	height: 23.5px;
	margin:0 auto 10px;}

#contact table{width: 100%;}

#contact table tr{
	border: solid #ffdba2;
	border-width: 0.5px 0;}

#contact table th{
	text-align: right;
	font-size: 1.14em;
	font-weight: normal;
	letter-spacing: 0.1em;
	vertical-align: top;
	border-left: 0.5px solid #ffdba2;}

#contact table th span{
	font-size: 0.78em;
	background: #ff9619;
	color: #fff;
	padding: 5px 10px;
	margin-left: 10px;}

#contact table th,
#contact table td{
	padding: 10px;
	box-sizing: border-box;
	border-right: 0.5px solid #ffdba2;}

#contact table th.mail2{
	vertical-align: middle;
	font-size: 0.92em;}

#contact table td{width: 590px;}

#contact table input,
#contact table textarea{
	width: 100%;
	color: #9c7c31;
	font-size: 0.92em;
	letter-spacing: 0.1em;
	border: 0.5px solid #ffdba2;
	padding: 5px;
	box-sizing: border-box;}

#contact table .date p:not(:last-child){margin-bottom: 10px;}
#contact table .date input{
	width: auto;
	margin-left: 5px;}

#contact table textarea::placeholder{color: #b2b2b2;} 

#contact .btn{text-align: center;}
#contact .btn p{
	display: inline-block;
	margin: 15px;}

#contact .btn input{
	font-size: 1.14em;
	letter-spacing: 0.1em;
	background: #b2b2b2;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	transition-duration: .3s;
	cursor: pointer;}

#contact .btn input[type="reset"]{
	border: 1px solid #b2b2b2;
	padding: 15px 25px;}
#contact .btn input[type="submit"]{
	border: 1px solid #ff9619;
	background: #ff9619;
	padding: 15px 50px;}

#contact .btn input:hover{background: #fff;}
#contact .btn input[type="reset"]:hover{color:#b2b2b2;}
#contact .btn input[type="submit"]:hover{color:#ff9619;}

#contact .error p{
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;}
#contact .error ul{
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;}
#contact .error li{
	color: red;
	margin-bottom: 5px;}
#contact .error li:before{
	content: "！";
	margin-right: 5px;}

.contactText{
	text-align:center;
	font-size:1.28em;
	letter-spacing:0.1em;
	margin-bottom:30px;}

/*  footer-------------------------------------*/

footer{background: linear-gradient(to right,#ffd491,#fff5c4,#ffd491);
	padding-top: 70px;}

footer .logo{margin-bottom: 20px;}

footer section{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 70px;}

footer ul{
	margin-bottom: 30px;
	letter-spacing: 0.15em;}
footer ul li {margin-bottom: 10px;}
footer ul li img{margin-right: 10px;}

footer .tel{
	display: inline-block;
	font-size: 2.57em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 30px;}

footer .tel a{
	pointer-events: none;
	padding: 15px 10px;}

footer .tel:before,
footer .tel:after{
	content: "";
	display: block;
	height: 5px;
	border: solid #9c7c31;
	border-width: 0.5px 0;}


footer .tel img{margin-right: 5px;}

footer table{margin-bottom: 10px;}
footer table tr:not(:last-child){
	border-bottom: 1px solid #ffdba2;}

footer table th,
footer table td{
	background: #fffbf2;
	text-align: center;
	font-weight: 300;
	vertical-align: middle;
	font-size: 1.14em;
	padding: 10px 14px;}

footer table th:first-child{
	background: #ffdba2;
	border-right: 1px solid #ffdba2;}
footer table td:first-child{
	letter-spacing: 0.075em;
	border-right: 1px solid #ffdba2;
	padding: 10px 5px;}

footer table th:not(:first-child),
footer table td:not(:first-child){border-left: 1px dotted #ffdba2;}

footer table + p{letter-spacing: 0.075em;}

footer .map{line-height: 0;}

footer .copyright{
	font-family: Times New Roman;
	text-align: center;
	font-size: 0.875em;
	letter-spacing: 0.1em;
	color: #fff;
	background: #ff9619;
	padding: 20px 0;}

/*  pagetop-------------------------------------*/
.pagetop{
	position: fixed;
	right: 40px;
	bottom: 75px;
	z-index: 2;}

.sp_menu{display: none;}

/*  application-------------------------------------*/
.application{
	background: #fffbf2;
	padding: 90px 0;
	text-align: center;}

.application h2{
	text-align: center;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #ff9619;
	margin-bottom: 80px;}

.application h2:before{
	content: "";
	display: block;
	background: url("../img/tit_logo.png")no-repeat;
	background-size: 100%;
	width: 170px;
	height: 23.5px;
	margin:0 auto 10px;}

.application h3{
	font-size: 1.8em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;}

.application .in{
	background: #fff;
	padding: 50px 30px;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);}

.application .in p{
	letter-spacing: 0.1em;
	line-height: 2;}

.application .in .to_top{margin-top: 30px;}

.application .in .to_top a{
	display: inline-block;
	background: #ff9619;
	border: 1px solid #ff9619;
	color: #fff;
	padding: 10px 20px;}

.application .in .to_top a:hover{
	background: #fff;
	color:#ff9619;}

p.tc{
	letter-spacing: 0.1em;
	text-align: center;}
p.sp.tc{
	display: block;
	margin-bottom: 20px;}
