@charset "utf-8";
/* CSS Document */

/*-- reset --*/
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}

a{
	vertical-align:baseline;
	text-decoration:none;
	
}

a:hover{
	text-decoration:underline;
}

img{
	width:100%;
	border:0 none;
	vertical-align:bottom;
	_vertical-align:text-bottom;
}
/*-- reset --*/


body {
	width:100%;
	height: auto;
	max-width:1000px;
	margin: 0 auto;
	background: #242424;
	color:#ff7fc3;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
}

section{
	width:100%;
	background:#ff7fc3;
	padding:10px;
	box-sizing: border-box;
}

section a{
	text-decoration:none;
	color: #fff;
}

article{
	width:100%;
	background:#242424;
	padding:10px;
	box-sizing: border-box;
}

p{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	font-size:1.5em;
}

h2 {
	font-size:6em;
	padding:10px;

}

h3 {
	font-size:4em;
	padding:10px;
}

h4 {
	font-size:2.5em;
	padding:10px;
	margin:40px 0;
}

.btn img{
	width:80%;
}

.safe{
	text-align:left;
	padding:10px;
	/*display: flex;
	flex-wrap:wrap;
	align-items: center;*/
	display: table;
}

.safe img{
	width:200px;
	/*max-width: 100%;*/
	min-width: 200px;
	padding-right: 10px;
}

.safe_text{
	display: table-cell;
  	vertical-align: middle;
}

.safe_text_title{
	font-family:YuGothic, "Yu Gothic medium";
	font-size:3em;
	font-weight: bold;
}

.safe_text_inner{
	font-size:2em;
	color:#fff;
}

/*=======　footer　=======*/
footer{
	background:#ba65d4;
}

/* list_simple */
ul.list_simple{
	border-top:1px solid #fff;
	list-style:none;
	text-align: left;
	margin-top: 50px;
}

ul.list_simple li a{
	display:block;
	margin:0 auto;
	padding:1.5em;
	color:#FFF;
	border-bottom:1px solid #ebe5e5;
	position: relative;
	
}
/* copyright */
.copyright{
	color:#FFF;
	font-size:0.5em;
	padding:5% 0 5%;
	text-align: center;
}
