﻿/* **************#result************* */

#result {
	padding: 10% 0;
	margin: 0 auto;
	width: 100vw;
	background-image: url(img/bg_result.jpg);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 640px) {
#result {
	padding: 25% 0 0 0;
	margin: 0 auto;
	width: 100vw;
	background-size: cover;
	background-position: center;
}
}

#result h1 {
	color: #22B0C7;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 200%;
	margin: 0 0 5% 0;
	background-image:url(image);
	max-height: 100%;
	text-align: center;
	letter-spacing:5px;
}

@media screen and (max-width: 640px) {
#result h1 {
	margin: 0 0 5% 0;
	}
}

#result h2 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:148%;
	line-height:1.6em;	
	letter-spacing:3px;
	text-align:center;
	margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
#result h2 {
	font-size: 114%;
	letter-spacing:0;
}
}

#result h3 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:128%;
	line-height:1.6em;	
	letter-spacing:3px;
	text-align:center;
	margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
#result h3 {
	font-size: 114%;
	letter-spacing:0;
}
}

#result h4 {
	color:#FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 200%;
	margin: 0;
	background-image:url(image);
	max-height: 100%;
	text-align: center;
	letter-spacing:5px;
}

#result h5 {
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	font-size:114%;
	line-height:1.6em;	
	letter-spacing:3px;
	text-align:center;
	margin-bottom: 3%;
}
@media screen and (max-width: 640px) {
#result h5 {
	font-size: 88%;
	margin-bottom: 3%;
	letter-spacing:0;
}
}

#result p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	text-align: center;
	background-image:url(image);
	max-height: 100%;
}

#result .dits {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: stretch;
	justify-content: stretch;
	background-color: rgba(255,255,255,0.9);
	max-width: 1140px;
}

@media screen and (max-width: 640px) {
#result .dits {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#result .dits section {
	width:100%;
}

@media screen and (max-width: 640px) {
#result .dits section {
	width:100%;
}
}

#result .txt {
	margin: 0 auto;
	padding:5%;
	/*background-color: rgba(255,255,255,0.9);*/
}

@media screen and (max-width: 640px) {
#result .txt p {
	text-align: left;
}
}

#result .rdata {
	margin: 0 auto;
	padding:0 5% 10% 5%;
	/*background-color: rgba(255,255,255,0.9);*/
}

@media screen and (max-width: 640px) {
#result .rdata p {
	text-align: left;
}
}

#result .button {
	display: inline-block;
	min-width: 90%;
	/*height: 54px;*/
	text-align: center;
	text-decoration: none;
	/*line-height: 54px;*/
	outline: none;
	padding:10px 30px 10px 30px;
}

@media screen and (max-width: 640px) {
#result .button {
 width: 100%;
}
}

#result .button::before,
#result .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#result .button,
#result .button::before,
#result .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#result .button {
	background-color: #ECB514;
	color: #FFFFFF;
}
#result .button:hover {
	background-color: #58CBDD;
	text-decoration: none;
}

#result .buttons {
	display: inline-block;
	min-width: 90%;
	/*height: 54px;*/
	text-align: center;
	text-decoration: none;
	/*line-height: 54px;*/
	outline: none;
	padding:10px 30px 10px 30px;
}

@media screen and (max-width: 640px) {
#result .buttons {
 width: 100%;
}
}

#result .buttons::before,
#result .buttons::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#result .buttons,
#result .buttons::before,
#result .buttons::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#result .buttons {
	background-color: #108A0B;
	color: #FFFFFF;
}
#result .buttons:hover {
	background-color: #58CBDD;
	text-decoration: none;
}

#result .pc {
	display:block;
}

@media screen and (max-width: 640px) {
#result .pc {
	display: none;
}
}

#result .sm {
	display: none;
}

@media screen and (max-width: 640px) {
#result .sm {
	display:block;
}
}

