@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;
}

html{
    height: 100%;
}

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

body{
    font-family: "Helvetica Neue",
    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;
}



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

.org_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:40px; 10px 50px 10px;
}

.confirm{
	width:100%;
	margin:10px auto 30px auto;
}
.content_title{
	font-weight: 700;
	font-size:24px;
	line-height: 1.7em;
	padding:0 0 40px 0;
	text-align:center;
}

#outline{
	margin-top: 40px;
}

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


.info{
	
	font-weight: 500;
	font-size:24px;
	line-height: 1.5em;
	padding:0 0 20px 0;
	text-align: center;
	
}

.caption{
	font-weight: 500;
	font-size:14px;
	line-height: 2em;
	padding:0 0 20px 0;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: dotted 1px #000;
	
}

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

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

.caption ol li{
	padding-left:0px;
}

.caption 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;
}


.tip{
	padding: 5px;
	border-radius: 20px;
	border: 1px solid #00B900;
	width:100px;
	margin: 0 auto 20px auto;
	
}

.icons{
	vertical-align: middle;
	width:150px; 
	height: 100%;
	padding:10px;
	margin: 10px auto 0 auto;
	background-color: #FFF;
	/*border: 1px solid #00B900;*/
	border-radius:5px;
	background-color: #00B900;
	
}
.icons img{
	vertical-align:middle;
	width:30px;
	height: 30px;
	margin-right:0px;
}

.icons a{
	color: #fff;
	display:block;
	font-size:15px;
}


.sns_icons{
	vertical-align: middle;
	width:150px; 
	height: 100%;
	padding:10px;
	margin: 10px auto 0 auto;
	border-radius:5px;
	background-color: #00B900;
}


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

.qr{
	width:50%;
	height:50%;
	display: block;
	margin: 0 auto 20px auto;
}

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

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

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


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

.red{
	color:#E5006E;
}

