/* CSS Document */

@charset "UTF-8";

/* ====================================================================
初期化
==================================================================== */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}


table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style: none;}
a img{
    border:none;
}

*{
    margin:0;
    padding:0;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;

}
section{
	/*overflow:hidden;*/
}

#Contents a img{
background:none!important;
}
 
.contents a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}
img{
    max-width: 100%;
    height: auto;
    width:auto;
}

ul,ol,li { list-style:none;}
img {vertical-align : middle;}

/* ==================================================================== */
html {font-size: 16px;}
body{
	font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	line-height: 20pt;text-align: center;
}




.yesno {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto 0;
}

.yesno h2{
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	font-weight: bold;
	color: #078464;
}

.yesno h2.kekka{
	color: #fff;
	font-weight: bold;
}

.yesno ul li {
	list-style:none;

}
.positionFit {
	position:absolute;
	top: 0px;
}
.col_1 li {
	width: 100%;
}

.col_2 {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	display:flex;
}

.col_2 li {
	margin:20px;
}
.col_2_kekka li {
	margin-left:20px;
}
.yesno ul li a {
	color:#fff;
	text-decoration: none;
	display: block;
	border-radius: 20px;
	padding: 20px;
	margin: 5px;
	width: 150px;
}
.yesno ul li:nth-child(1) a {
	background-color:#f30;}
.yesno ul li:nth-child(2) a {
	background-color:#999;}


.col_2_kekka {
	margin-left:120px;
}
.yesno div {
	clear: both;
	height: 350px;
	width: 100%;
	padding: 30px;
}
.yesno a:hover {
	opacity:0.7;
}

.yesno p.kekka_txt{
	font-size:1em;
	width:700px;
	margin:0 auto 10px;
	text-align:center;
	line-height:1.2em;
}

.yesno a.kekka_img img{
	display:block;
	margin: 0 auto;
}
ul.ulkome {
	display: block;
	margin-right: 10%;

	margin-top: 20px;
}
ul.ulkome li {
	text-align: left;
	padding-left: 1em; /* 1文字分の左パディング */
	text-indent: -0.8em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}
/*----------------------最終--*/
.finish {
	color:#fff;
	background-color:#14a27e !important;
}
.finish h2 {
	color: #fff;
	font-weight: bold;
}



.arghtM{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #666;
	color: #666;
	background-color: #FFF;
	white-space: nowrap;
	transition-duration: 0.3s;
	text-decoration: none;
}
.arghtM:hover{
	background-color: #666;
	color:#fff;
	text-decoration: none;
}
.arghtM:before{
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	font-size: 14px;
	margin-top: -1px;
	margin-right: 8px;
}

/* ------------------------ */
.picup a {
	font-size: 14px;
	font-weight: bold;
	color: #018063;
	line-height: 1.4em;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
	padding-top: 16px;
	position: absolute;
	left: 10px;
	bottom: 30px;
	width: 112px;
	height: 68px;
	background-image: url(picup.png);
	animation: key1 .9s ease infinite alternate;
	background-repeat: no-repeat;
	background-position: center center;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}




@media only screen and (max-width: 500px) {

.yesno h2{
	font-size: 22px;
	padding-top: 20px;
}
.yesno h2.kekka{margin-bottom: 0.5em;}

.yesno div {padding: 15px;}

.yesno ul li a {
	color:#fff;
	text-decoration: none;
	display: block;
	border-radius: 20px;
	padding: 12px;
	margin: 5px;
	width: 100px;
}

}
