@charset "utf-8";
/* CSS Document */

#main_visual{
	width: 100%;
	height: 130px;
	margin-top:80px;
	position:relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.title{
	position: absolute;
    text-align: center;      
   	font-size: 2.0em;
	color: #fff100;
	letter-spacing:2px;
	line-height:1.5em;
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.lattice_center1 {
  background-size: 32px 32px;
  background-position: 50% 50%;
  background-image:
  repeating-linear-gradient(
    90deg,
    #fff ,
    #fff 1px,
    transparent 1px,
    transparent 32px
  ),
  repeating-linear-gradient(
    0deg,
    #fff ,
    #fff 1px,
    #38b6ff 1px,
    #38b6ff 32px
  );
}


/*contents
================================================== */
#contents{
	width: 100%;
	margin:0 auto;
	background-color: #fff;
}


.photo img{
	width:100%;
	margin:0 auto 10px;
}
.text{
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.8;
	font-size:108%;
	padding:0 10px 20px;
}
.btn a{
	display:block;
	width:60%;
	margin:0 auto 40px;
	background:#03787c;
	color:#fff;
	border-radius:10px;
	text-align:center;
	padding:10px 0;
	font-size:120%;
	font-weight:bold;
}
.btn a:hover{
	opacity:0.8;
}
.tel img{
	width:70%;
	display:block;
	margin:0 auto;
	
}

.contents{
	width:100%;
	background:#38b6ff;
	margin:40px 0 0;
}
.box{
	width:100%;
	margin:0 auto;
}
.o_text{
  position: relative;
  padding: 0.6em;
  background: #090;
  margin-bottom:30px;
  color:#fff;
  font-weight:bold;
  font-size:131%;
}

.o_text:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #090;
  width: 0;
  height: 0;
}
.o_text_02{
  position: relative;
  padding: 0.6em;
  background: #F60;
  margin-bottom:30px;
  color:#fff;
  font-weight:bold;
  font-size:131%;
}

.o_text_02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #F60;
  width: 0;
  height: 0;
}

.box_in{
	width:100%;
}
.box_in table{
	width: 84%;
    margin: 0 auto 30px;
}
.box_in td{
	color:#fff;
	font-size:116%;
	letter-spacing:1px;
	border-bottom: 1px dotted #fff;
	padding:10px 0;
	font-weight:bold;
	text-align:left;
}
.ta_photo img{
	display:block;
	width:60%;
	margin:0 auto;
	padding-bottom:30px;
}



.contents_02{
	width:100%;
	margin:0 auto;
	border-top:3px solid #0b3574;
	border-bottom:3px solid #0b3574;
	padding:20px 0;
	background:#fafafa;
}
.contents_in{
	width:100%;
	margin:0 auto;
}
.sub{
	color:#0b3574;
	font-weight:bold;
	font-size:120%;
	letter-spacing:1px;
	padding:10px;
}
.text_02{
	color:#0b3574;
	line-height:1.8;
	letter-spacing:1px;
	font-size:108%;
	padding:0 10px;
}
.text_02 span{
	font-weight:bold;
}
.list{
	margin:20px 10px 0;
}
.list li{
	color:#333;
	line-height:1.8;
	letter-spacing:1px;
	text-indent:-1.5em;
    padding-left:1.5em;
	font-size:108%;
}


.contents_03{
	padding:20px 0 40px;
}