@charset "utf-8";
/* CSS Document */
/* greeting */
.greeting .sec1 {
	margin-bottom: 3rem;
}
.greeting .sec1  h1{
	text-align:left;
    color: #26a06f;
    font-size: 2rem;
    letter-spacing: 4px;
	margin: 3rem 0 2rem;
}
.greeting .sec1  h1:before{
  font-family: "Font Awesome 5 Free";
  content: '\f09e';
  font-weight: 900;
  background-color: unset;
}
.greeting .sec1 h2,
.greeting .sec3 h2{
	padding: 0.3rem 0.5rem 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #26a06f;
	border-left: 12px solid #26a06f;
}
.greeting .sec1 .box01{
	width: 65%;
	margin-right: 3rem;
}
.greeting .sec1 .box01 dl{
	padding-left: 2rem;
}
.greeting .sec1 .box01 dt{
	font-size: 1.4rem;
	color: #02906f;
	margin: 1rem 0 ;
}
.greeting .sec1 .img{
	width: 20%;
	box-shadow: 11px 12px 0px #bae6da;
}
.greeting .sec2{
	background-color: #f7f7f7;
}
.greeting .sec2 .main_box{
	border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 1rem 2rem;
}
.greeting .sec2 .history{
	margin-bottom: 1rem;
}
.greeting .sec2 .headline01{
	border-bottom: 1px dashed #ddd;
    display: inline-block;
    padding: 0 1rem 0.2rem 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.greeting .sec2 .headline01:before{
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #26a06f;
    padding-right: 0.5rem;
	font-size: 2rem;
    font-weight: bold;
}
.greeting .sec2 .history dl{
	display: flex;
	margin-left: 1rem;
    border-left: 2px solid #888;
    padding: 0.2rem 1rem;
}
.greeting .sec2 .history dt{
    font-size: 1.2rem;
    color: #dc1f40;
}
.greeting .sec2 .history dt span {
    font-size: 1rem;
    color: #aaa;
}
.greeting .sec2 .history dd{
	margin-left: 2rem;
	font-size: 1.1rem;
}
.greeting .sec2 .square {
	line-height: 1.6rem;
	padding-left: 2rem;
}
.greeting .sec2 .square li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";
    color: #26a06f;
    margin-right: 1rem;
    font-weight: bold;
}
.greeting .sec3 .flex li{
	width: 33%;
	padding: 0.5rem 1rem;
}

/* infomation */
.information .img{
	align-self: center;
}
.information h2{
	padding: 0.3rem 0.5rem 0.5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #26a06f;
	border-left: 12px solid #26a06f;
}
.information h2 span{
	font-size: 1.1rem;
	margin-left: 2rem;
}
.information h3{
	background: #ececec;
    padding: 0.7rem 0.7rem 0.3rem;
    border-radius: 0.2rem;
    font-size: 1.5rem;
    color: #26a06f;
    margin: 0 0 1rem;
}
/*sec1*/
.information .sec1 .main_box {
	background: url(../img/info/sec1_img01.png) no-repeat right bottom;
	background-size: 48%;
}
.information .sec1  h1{
	text-align:left;
    color: #26a06f;
    font-size: 2rem;
    letter-spacing: 4px;
	margin: 3rem 0 2rem;
}
.information .sec1 h1:before{
	font-family: "Font Awesome 5 Free";
  	content: '\f0fa';
    font-weight: 900;
    background-color: unset;
}
.information .sec1 .box01{
	margin-right: 2rem;
} 
.information .sec1 .img{
	margin-top: 1rem;
}
/*sec2*/
.information .sec2 .container,
.information .sec4 .container{
	padding: 0 0.5rem;
}
.information .sec2 .container{
	max-width: 1000px;
}
.information .sec2 ul{
	flex-wrap: wrap;
}
.information .sec2 dl{
	margin: 0 0.5rem 0.5rem 0;
}
.information .sec2 dt{
	width: 8rem;
    padding: 50px 0;
    background:#689c87;
    text-align: center;
    border-radius: 70px;
    margin: 0.5rem 0;
    color: #fff;
}
.information .sec2 dd{
	padding-top: 2rem;
    margin-left: 1rem;
    width: 20rem;
}
/*sec3~*/
.information .sec3 .img{
	margin-right: 2rem;
}
.information .sec3 .flex,
.information .sec4 .flex{
	margin-bottom: 1rem;
}
.information .sec3 dl,
.information .sec4 dl{
	border: 1px solid #689c87;
    padding: 1rem 0.5rem;
    margin: 0.8rem 0.5rem 1.2rem;
	/*box-shadow: 1px 1px 5px #689c87;*/
}
.information .sec3 dt,
.information .sec4 dt{
	font-size: 1.1rem;
    font-weight: bold;
    color: #689c87;
    border-bottom: 1px dashed;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.information .sec4 .img{
	margin-left: 2rem;
}
.information tr th{
	width: 25%;
	font-size: 1.1rem;
	text-align: left;
}
.information tr td{
	vertical-align: middle;
	padding-top: 1rem;
}
.information .sec3,
.information .sec5{
	background-color: #f7f7f7;
}
.information .sec5 .table{
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	background: #fff;
}
.information .sec5 li{
	padding: 0 1rem 1rem;
	margin-bottom: 2rem;
}
.information .sec5 .table th,
.information .sec5 .table td{
	padding: 0.8rem 0.5rem;
    border: 1px solid #ddd;
    vertical-align: middle;
	font-size: 1rem;
}
.information .sec5 .table th:before{
	content:none;
}
.information .sec5 .table thead th{
	border: 2px solid #d8d8d8;
    background: #f7f7f7;
	font-size: 1.2rem;
    color: #26a06f;
    font-weight: bold;
	text-align: center;
}
.information .sec5 .table tbody th{
	font-weight: bold;
	text-align: center;
}
/* privacy */
.privacy section{
	min-height: 85vh;
}
.privacy .sec1  h1{
	text-align:left;
    color: #26a06f;
    font-size: 2rem;
    letter-spacing: 4px;
	margin: 3rem 0 2rem;
	border-bottom: 2px dotted;
}
.privacy .sec1  h1:before{
	content: "\f7f2";
    margin-right: 0.5rem;
	background:none;
}
.privacy .sec1 p{
	width: 800px;
	margin: 0 auto;
}
.privacy .sec1 span{
	font-weight: bold;
	color:#26a06f;
}
@media screen and (max-width:768px){
	.information h2 span{
		display: block;
	}
}




























