@charset "utf-8";

/*import url("//fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


.arrow {
	position: relative;
	padding-right: 15px;
	text-decoration: none;
}
.arrow::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 5px solid #FFF;
	border-left: 5px solid #FFF;
}
.arrow--right::before {
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: 20px; 
}

.arrow--green::before {
	border-top: 5px solid #00B900;
	border-left: 5px solid #00B900;
	transform: rotate(225deg);
	position: absolute;
	left: 50%;

}

html{
    height: 100%;
}

/* device specific */
.only_pc { display: block !important; }
.only_sp { display: none !important; }
/* ------------ */

body{
    font-family: 'Roboto Condensed',
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 15px;
	line-height:24px;
	font-feature-settings: "palt" 1;
	text-wrap:balance;
    -webkit-text-size-adjust: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
	min-width:700px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E5FFE5), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E5FFE5),color-stop(.75, #E5FFE5), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 40px 40px;
}
a, li, p, div, button{ outline: none; }
p {margin:0;}
a{
	text-decoration: none;
	color:#FFF;
}

img {
	vertical-align: bottom;
}

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}

.clearfix {
	display: inline-block;
}

#wrapper{
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
/******** header ********/
.container,
main{
	width:600px;
	margin: 0 auto;
	background-size:cover;
	padding:20px 0  150px 0;
	overflow: hidden;
}

.logo{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:7vh;
	line-height: 1em;
	position: relative;
	z-index: 1;
	padding-top: 10px;
	margin:0 auto 0 auto;
	width:600px;
	height:100%;
}

.card_container{
	position: relative;
	z-index: 2;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
	border-radius: 30px;
	background-color: #fff;
	padding: 50px;
	margin:0 10px 50px 10px;
}

section{
	width:100%;
	margin:30px auto 30px auto;
}

.form{
	padding: 20px 0;
	margin: 20px 0px;
	text-align: left;
	border-bottom: dotted 1px #000;
}

.form label{
	display: block;
	margin-bottom: 10px;
}

.form label[for="checkparent"]{
	display: inline;
}

.form input{
	font-size:20px;
	border: none;
	display: block;
	width: 100%;
	padding:10px 0px 10px  10px;
	margin-left: -5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

.form input:focus{
	outline: none;
}

.form input[type="radio"]{
	display:inline;
	width:auto;
}
.form input[type="checkbox"]{
	display:inline;
	width:auto;
}

#submitbtn{
	display:block;
	text-align:center;
	margin: 30px auto;
	width:150px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #00B900;
	color: #FFF;
	font-size:16px;
}


.dotline{
	margin-bottom: 40px;
	border-bottom: dotted 1px #000;
}

.error{
	margin-bottom: 30px;
	color:#E5006E;
}

.text_large_left{
	font-weight: 700;
	font-size:24px;
	line-height: 2em;
	text-align: left;
}

.text_large_center{
	font-weight: 700;
	font-size:24px;
	line-height: 1.5em;
	text-align: center;
	
}
.text_medium_center{
	font-weight: 500;
	font-size:14px;
	line-height: 1.8em;
	text-align: center;
}

.text_medium_left{
	font-weight: 500;
	font-size:14px;
	line-height: 1.8em;
	text-align: left;
}

.text_small_left{
	font-weight: 500;
	font-size:12px;
	line-height: 1.8em;
	text-align: left;
}

.text_small_center {
	font-weight: 500;
	font-size:12px;
	line-height: 1.8em;
	text-align: center;

}


.mb100{margin-bottom: 100px;}
.mb30{margin-bottom: 30px;}
.mb15{margin-bottom: 15px;}
.mt10{margin-top: 10px;}
.red{color:#E5006E;}

ol{
	list-style-type:none;
	list-style-position:inside;
	counter-reset: number;
	padding-left: 23px;
}

ul{
	list-style: disc;
	padding-left: 23px;
}

ol li{
	padding-left:0px;
}

ol>li:before {
	padding: 3px 6px;
	margin-left: -23px;
	margin-right: 5px;
    counter-increment:number;
    content: counter(number);
    border-radius: 50%;
	background: #fff;
    border: 1px solid #000;
	width: 2.2rem;
	height: 2.2rem;
   
    font-size: 0.7rem;
    text-align: center;
}

.icons{
	vertical-align: middle;
	height: 100%;
	padding:10px;
	margin-top: 10px;
	background-color: #FFF;
	border-radius:5px;
}
.icons img{
	vertical-align:middle;
	width:30px;
	height: 30px;
	margin-right:8px;
}

.icons a{
	display:block;
	font-size:20px;
	color: #00B900;
}

.aiko_mes {
	color:#E5006E!important;
}


#js-copybtn3,
#js-copybtn2,
#js-copybtn {
	display: block;
	width: 70%;
	font-size:20px;
	background-color: #00B900;
	color:#fff;
	padding: 20px;
	margin:0 auto 30px auto;
	border-radius:25px; 
}
.line_add_friends_tw{
	width: 70%;
	font-size:20px;
	background-color: rgb(29, 161, 242);
	color:#fff;
	padding: 20px;
	margin:0 auto 30px auto;
	border-radius:25px; 
	position: relative;
}

.line_add_friends_tw::before {
	content: '';
	display: block;
    width: 48px;
    height: 48px;
   	position: absolute;
	top: 50%; 
	left: 35px;
	margin-top:-26px;
	background: url('../images/icon_tw.png');
    background-size: cover;
}


.qr{
	width:150px;
	height:150px;
}

.atag{
	color:#E5006E;
	padding: 2px 6px;
	border: 1px solid #E5006E;
	border-radius: 20px;
	margin: 0 4px;
}

.button{
	width: 70%;
	font-size:20px;
	background-color: #00B900;
	color:#fff;
	padding: 20px;
	margin:0 auto 30px auto;
	border-radius:25px;
	line-height: 1.5em;
}

.center{
	margin: 0 auto;
}

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

footer {
    position: absolute; /*　変更*/
    bottom: 0;
	width:100%;
    height:150px; 
	background-color:#000;
}

footer .copyright{
	width:400px;
	padding:10px 10px 30px 10px;
	margin:0 auto;
	text-align:center;
	font-size: 14px;
}

footer .copyright .copyrighttxt{
	font-size:12px;
	color:#FFF;
}

footer .file_list {
	padding:40px 10px 10px 10px;
	text-align:center;
}

footer .file_list a {
	font-size:12px;
	color:#FFF;
	margin: 0 10px;
	width:120px;
	
}

/*-------------------------------*/


#main_content{
	height:100%;
	margin:0;
}

#mz_hands{
	width:200px;
	height:200px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 20px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	border-radius: 150px;
}

#mz_hands .hand{
	width:200px;
	height:200px;
	margin-bottom: 20px;
}

#scrollhands{
	overflow: hidden;
	position: relative;
	
}

#pl_hands_rsp{
	width:270px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#pl_hands .hand{
	width:80px;
	
	margin:0 5px;
	float:left;
}
#pl_hands .hand img{
	width:80px;
	height:80px;
}

.hands_area{
	width: auto;
	height: 100%;
	border: 1px solid #00B900;
	color: #00B900;
	border-radius: 30px;
	padding: 20px 0;
	margin-bottom: 20px; 
	
}

#mc_top{
	border: 1px solid #00B900;
	color: #00B900;
	border-radius: 30px;
	padding: 20px;
}

#mc_btm{
	margin:20px; 
	padding:0 10px 5px 10px;
	border-bottom: 3px solid #00B900;
}

.modal{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	display: none;
}

.modal img{
	/*text-align: center;
	vertical-align: middle;*/
	display: block;
	width: 200px;
	height:200px;
	margin: 10px;
	opacity: .8;
}

