@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ▼各ボックス共通▼ */
.box {
	padding:20px 0 5px;
	margin:0 0 5px;
	text-align: center;
	
}



h1 {
	margin:50px 0 5px;
	font-size:16px;
	letter-spacing: 1px;
	text-align:center;
	line-height:1.5em;
	padding:0% 10%;
	font-weight: bold;
	font-family: serif;
}	

h2 {
	margin:70px 0 5px;
	font-size:16px;
	letter-spacing: 1px;
	text-align:center;
	line-height:1.5em;
	padding:0% 10%;
	font-weight: bold;
	font-family: serif;
}

h3 {
	margin:5px auto 15px;
	font-size:12.5px;
	text-align:center;
	line-height:1.5em;
	padding:5px;
	font-weight: normal;
	color: #333333;
	width:90%;
	border-radius: 5px;
	font-family: serif;
}

h4 {
	margin:25px auto 5px;
	font-size:12px;
	text-align:center;
	line-height:1.8em;
	padding:5px;
	font-weight: normal;
	border-radius: 5px;
	width:70%;
}



p {
	margin:10px 0px 10px;
	padding:20px 15% 30px;	
	font-size:11.5px;
	text-align:left;
	line-height:1.8em;
}

.btn {
	margin:0 5% 50px;
	text-align:center;
}


.btn a {
	font-size:11px;
	text-align:left;
	line-height:3em;
	padding:0% 2%;
	font-weight: bold;
	color: #333333;
}





/* ▼ main ▼ */
.box img {
	margin:0 auto 20px;	
	width:90%;	
	display: block;

}

/* ▼ main ▼ */
.boxss img {
	margin:0 auto 20px;	
	width:80%;	
	display: block;

}




/* ▼ ボタン ▼ */
.Button1 p {
}


.Button1 a {
	text-decoration: none;
}

.text_But1 {
	display: block;
	width:60%;
	margin: 50px auto 20px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	border: 1px solid #999999;
	color: #333333;
	font-family: 'Montserrat',sans-serif;
	background-color: #eae3de;
	border-radius: 5px;
}





/* ▼ ボタン ▼ */
.ButtonP p {
}


.ButtonP a {
	text-decoration: none;
}

.text_ButP {
	position:relative;
	display: block;
	width:70%;
	margin: 15px auto 20px;
	font-size: 13px;
	text-align: center;
	padding: 13px 50px;
	border: 1px solid #ffffff;
	color: #333333;
	font-family: serif;
	background-color: #efefef;
	border-radius: 5px;
}



.text_ButP:before {
    content: "";
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right:20px;
    transform: rotate(45deg);
}





/* ▼ ボタン ▼ */
.ButtonN p {
}


.ButtonN a {
	text-decoration: none;
}

.text_ButN {
	position:relative;
	display: block;
	width:70%;
	margin: 20px auto;
	font-size: 13px;
	text-align: center;
	padding: 13px 50px;
	border: 1px solid #ffffff;
	color: #333333;
	font-family: serif;
	background-color: #eeeeee;
	border-radius: 5px;
}



.text_ButN:before {
    content: "";
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left:20px;
    transform: rotate(225deg);
}





.col3 {
	display: flex;
	width:90%;
	margin: 30px auto;
}

.col3 li {
  width: calc(100% / 2);
}

.col3 ul,
li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.col3 li {
  background: #eee;
  text-align: center;
  padding: 15px 0;
	border: 10px solid #fff;
	border-radius: 15px;
	font-family: serif;
	font-size: 12px;
}




.Ne {
	position:relative;
	display: block;
	width:100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 0px solid #ffffff;
}



.Ne:before {
    content: "";
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left:20px;
    transform: rotate(225deg);
}




.Pr {
	position:relative;
	display: block;
	width:100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 0px solid #ffffff;
}



.Pr:before {
    content: "";
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right:20px;
    transform: rotate(45deg);
}