@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a,p,h1{font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif}

h1,h2{
	font-size: 24px;
	margin: 0 0 40px;
	position: relative;
    padding: 0.5rem 0 1rem;
    font-weight: bold;
    background: linear-gradient(90deg, #25684b 0% 50%, #629c84 50%);
    background-repeat: no-repeat;
    background-size: 4rem 0.4rem;
    background-position: bottom;
    color: #212121;
}

h2{
	margin-top: 50px;
}

.cnt{
	padding-bottom: 20px;
	text-align:justify;
	max-width: 700px;
	width: 80vw;
	margin: 0 auto;
}

.cnt2{
	padding-bottom: 10px;
	text-align:justify;
	max-width: 700px;
	width: 80vw;
	margin: 0 auto;
}

.lst{
	text-align:left;
	list-style-position: inside;
	padding-bottom: 10px;
	max-width: 700px;
	width: 80vw;
	margin: 0 auto;
}

.hyoshi{
	max-width: 700px;
	width: 80vw;
}

.hyoshi2{
	max-width: 300px;
	width: 70vw;
}

.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
  margin: 20px auto 10px;
}

.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #25684b;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #629c84;
}

a.btn--radius {
  border-radius: 100vh;
}

.img{
	max-width: 500px;
	width: 80vw;
	margin-bottom: 20px;
}

.logosize{
	max-height: 50px;
	min-height: 45px;
	height:8vw;
}

#header{
	margin:0 auto;
	justify-content: space-between;
	padding: 10px 4% 8px;
	background-color: rgba(255,255,255,0.5);
	
}


.content{
  background-color: #FFF;
	flex: 1;
}

.completion{
	max-width: 900px;
	margin:0 auto;
	padding: 20px 0px 100px;
	width: 80vw;
	text-align: center;
}

.footer{
	background-color:#25684b;
	padding:20px 0; 
	text-align: center;
	
	}

.ft-cnt{
	color: #fff;
	font-size: 12px;
}

.ft-cnt2{
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	
}


@media(max-width:700px){
	
	p{
		font-size: 14px;
	}
	
	h1{
		font-size:20px;
	}
	
	.completion{
	max-width: 900px;
	margin:0 auto;
	padding: 20px 0px 100px;
	width: 98%;
	text-align: center;
}
	
	
	
}

