@charset "utf-8";
/* ------------------------------------
	* normalize
* ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	transition: font-size 0.1s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
img {
	border: 0;
	max-width: 100%;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/* add base */

body {
	margin: 0;
	line-height: 1.6;
}

@media print, screen and (max-width: 640px) {
body {
	overflow-x: hidden;
}
}
ul, ol {
	list-style: none;
}
ul, ol, dl, p {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
a:link, a:visited {
	color:#0042BF;
	text-decoration: underline;
}
a:hover, a:active {
	color:#0042BF;
	text-decoration: none;
}

/* general
----------------------------------- */
/* clearfix */
.cfx { *zoom: 1; }
.cfx:before, .cfx:after {
	content: "";
	display: table;
}
.cfx:after { clear: both; }

/* ------------------------------------
	* メインコンテンツ
* ------------------------------------ */
body{
	background-color: #e8e8e8;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,sans-serif;
}

header {
	background: #cc0033;
	height: 56px;
	line-height: 56px;
	text-align: center;
}

header img {
    display: block;
    width: 138px;
    margin: 0 auto;
}


#wrap_contents{
	color: #333;
	width: 100%;
	margin: 0 auto;
	min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 30px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */


}
#wrap_contents img{
	max-width: 100%;
}

@media print, screen and (max-width: 640px) {
#wrap_contents{
	overflow: hidden;
}
#wrap_head{
	background-color: #ffffff;
	height: 32px;
	max-width: 100%;
	border-bottom: 4px solid #c30e2e;
}

#wrap_head div{
	padding: 0 5.333%;
}
#wrap_head img{
	display:block;
	width: 48px;
	height: 10px;
	margin: 10px 0;
	float: right;
}
#wrap_head p{
	max-width: 100%;
	line-height: 30px;
	font-weight: bold;
}
.result_wrap .inner .caption {
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
.btn_wrap .inner .annotation {
	font-size: 0.625rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}

.inner .textlink_release ,.inner .textlink_top {
	margin-top: 20px;
	text-align: center;
}

.footer .container .footer-inner {
	min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

@media print, screen and (min-width: 641px) {
#wrap_contents{
	font-size: 1.75rem;
	min-width: 750px;
	max-width: 960px;
	padding: 0 0 50px;
}
#wrap_head{
	background-color: #ffffff;
	height: 50px;
	max-width: 100%;
	border-bottom: 4px solid #c30e2e;
}
#wrap_head div{
	padding: 0 5.333%;
}
#wrap_head img{
	display:block;
	width: 110px;
	height: 24px;
	margin: 12px 0;
	float: right;
}
#wrap_head p{
	max-width: 100%;
	line-height: 46px;
	font-weight: bold;
}
.result_wrap .inner .caption {
	font-weight: bold;
	font-size: 2.25rem;
	text-align: center;
}
.btn_wrap .inner .annotation {
	font-size: 1rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}

.inner .textlink_release ,.inner .textlink_top {
	margin-top: 40px;
	text-align: center;
}

.footer .container .footer-inner {
	min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

}


.mainvisual {
}

.card {
	padding: 5.333%;
}
.card .inner,.card_onmv .inner {
	background: #fff;
	border-radius: 10px;
	padding: 8.18% 4.5%;
}

.card_onmv {
	padding: 5.333% 5.333% 0;
}

.result_wrap{
	margin-bottom:5.333%;
}

.result_wrap_onmv{
	margin:0;
}

.result_wrap .inner .btn {
	display: block;
	width: 100%;
}

.result_wrap .inner .sentence1 {
	margin-top: 7.155%;
	text-align: center;
}

.result_wrap .inner .sentence2 {
	margin-top: 4.77%;
	text-align: center;
}

.result_wrap .inner .img1 {
	margin: 8.18% auto 0;
	width: 52.53%;
}

.result_wrap .inner .img2 {
	margin: 8.18% auto 0;
	width: 48.35%;
}

.result_wrap .inner .img3 {
	margin: 8.18% auto 0;
	width: 67.16%;
}

.result_wrap .inner .img4 {
	margin: 8.18% auto 0;
	width: 47.16%;
}

.result_wrap .inner .img5 {
	margin: 8.18% auto 0;
	width: 54.32%;
}


.btn_wrap .inner {

}

 .btn_wrap .inner .btn_linkage {
	 background-color: #2A80B9;
	 width: 100%;
	 border-radius: 10px;
	 text-align: center;
}

.btn_wrap .inner .btn_linkage_txt {
	display: block;
	padding: 15px;
	color: #ffffff;
	text-decoration: none;
}

.btn_wrap .inner .btn_release {
	background-color: #ffffff;
	width: 100%;
	border : solid 2px #2A80B9;
	border-radius: 10px;
	text-align: center;
}

.btn_wrap .inner .btn_release_txt {
   display: block;
   padding: 15px;
   color: #2A80B9;
   text-decoration: none;
}

.btn_wrap .inner .textlink_release .textlink_release_txt {
	color: #2A80B9;
}

.footer {
    color: #fff;
    background-color: #333333;
	width: 100%;
	position: absolute;/* ←絶対位置 */
    bottom: 0;
}

.footer .container {
    margin-right: auto;
    margin-left: auto;
}

.footer .container .footer-inner .footer-copyright {
    font-size: 10px;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 0;
}

/*-----------------------js--------------------*/
#IDC10060002, #IDC10060007, #IDC10060008, #IDC19990001, #IDC19990001, #IDC19990013 {display: none;}


@media print, screen and (max-width: 640px) {



}
@media print, screen and (min-width: 641px) {


.result_wrap .btn:hover {
	opacity: .7;
}

}

/*-----------------------クエリ---------------------*/
@media print, screen and (min-width: 641px) {
.sp{display: none !important;}
}
@media print, screen and (max-width: 640px) {
.pc{display: none !important;}
}
