@charset "UTF-8";

/* ############################################## */

.main_img_wrap {
    width: 100%;
    background: url(../sp_img/index/main_img.png) no-repeat top center #19bef1;
    background-size: cover;
}
.main_img {
    width: 100%;
    padding-top: 121.6%;
    position: relative;
}
.main_img h2 {
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main_img:after {
    content: "";
    background: url("../sp_img/index/main_img_after.png") no-repeat;
    background-size: cover;
    width: 25.33%;
    padding-bottom: 53%;
    position: absolute;
    left: 50%;
    bottom: -15.15%;
    margin-left: -13%;
    z-index: 50;
}

/* ############################################## */

.contents_title {
    position: relative;
    margin-bottom: 12%;
    text-align: center;
}
.contents_title:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #0d61c9;
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -35px;
}
.contents_title dt {
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.contents_title dd {
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
}

/* ############################################## */

.business_wrap {
    width: 100%;
    padding: 25% 0 12% 0;
    background: #f3f6f8;
}
.business {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding-bottom: 7.5%;
}
.business img {
    width: 100%;
    height: auto;
}
.business ul {
    padding: 7.5% 0 0 0;
    text-align: center;
    margin-bottom: 7.5%
}
.business li {
    margin-bottom: 4.5%;
    font-size: 17px;
    line-height: 1;
    color: #0d61c9;
    font-weight: bold;
}
.business li:last-child {
    margin-bottom: 0;
}
.business p {
    width: 88%;
    margin: 0 auto 7.5% auto;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
}
.business a {
    width: 88%;
    margin: 0 auto;
    padding: 5% 0;
    background: #0d61c9 url("../sp_img/common/contents_link_arrow_001.png") no-repeat center right 30px;
    background-size: 9px auto;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}

/* ############################################## */

.index_contents_wrap {
    width: 100%;
    padding: 12% 0 12% 0;
    background: #fff;
}
.index_contents_001 {
    width: 80%;
    margin: 0 auto 6.5% auto;
}
.index_contents_001_01 {
    width: 100%;
    margin-bottom: 12%;
}
.index_contents_001_02 {
    width: 100%;
    margin-bottom: 12%;
}
.index_contents_001 li img {
    width: 100%;
    height: auto;
    padding-bottom: 6.5%;
}
.index_contents_001 li dl {
    text-align: center;
    position: relative;
    margin-bottom: 16%;
}
.index_contents_001 li dt {
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.index_contents_001 li dd {
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
}
.index_contents_001 li dl:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #0d61c9;
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -35px;
}
.index_contents_001 li p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 6.5%;
}
.index_contents_001 li a {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    background: #0d61c9 url("../sp_img/common/contents_link_arrow_001.png") no-repeat center right 30px;
    background-size: 9px auto;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}
.index_contents_002 {
    width: 90%;
    margin:0 auto;
}
.index_contents_002 td {
    width: 100%;
    display: block;
}
.index_contents_002 td img {
    width: 100%;
    height: auto;
}
.index_contents_002 td a {
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #0d61c9;
    text-decoration: none;
    width: 100%;
    padding: 10% 0 10% 12%;
    text-align: center;
    box-sizing: border-box;
    background-image: url("../sp_img/index/contents_icon_001.png"), url("../sp_img/common/contents_link_arrow_001.png");
    background-size: 31px auto , 9px auto;
    background-repeat: no-repeat;
    background-position: center left 90px , center right 30px;
    display: block;
    transition:0.3s;
}

.index_contents_002 td span:before {
    content: "\A";
    white-space: pre;
    text-align: center;
}
.index_contents_002 td span {
    font-family: Arial, Helvetica, "sans-serif";
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    padding-top: 0;
}