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

/*メインビジュアル*/
#main_visual img{
	width:100%;
}

h2.title {
    text-align: center;
	font-size:131%;
    padding:30px 0;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: normal;
}

.center_text{
	color: #19b3d7;
    padding: 20px 10px 0;
    font-size: 146.5%;
    text-align:center;
}

.accordion_dl{
	width:94%;
	margin:15px auto 50px;
	background:#fff;
}

.top{
    border-top: 1px solid #19b3d7;
}

.accordion_dl dt {
    border-left: 1px solid #19b3d7;
    border-right: 1px solid #19b3d7;
    border-bottom: 1px solid #19b3d7;
	font-size:108%;
    color: #19b3d7;
    cursor: pointer;
    position: relative;
	padding:20px 30px 20px 10px;
}
 
.accordion_dl dt:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    background:#19b3d7;
}
 
.accordion_dl dt:after {
  display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -13px;
    background: #fff;
}
 
.accordion_dl dd {
    background:#19b3d7;
    padding: 8px 15px 8px 15px;
	color:#fff;
	font-size:108%;
}





