@charset "utf-8";
/* CSS Document */

.hoikuup {
    padding: 20px 10px 30px;
    background: url("../images/hoikuup/bg_01.jpg") repeat;
     color: #333;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
p {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.6;
    font-size: 14px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    display: block;
}
.about , .box01 {
    text-align: center;
    padding: 15px 15px 20px;
    background: #fff;
    border: 2px solid #e95382;
    border-radius: 10px;
}
.about h1 {
    margin: 15px 0 0;
}
.about > img {
    width: 80%
}
.about .catch {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #e95382;
    line-height: 1.4;
}
.about .tx01 {
    text-align: left;
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.5;
}
.info {
    margin-top: 15px;
    text-align: left;
}
.info li {
    margin-top: 2px;
    line-height: 1.4;
    font-size: 13px;
}
.info .icon {
    color: #e95382;
}
.about .bt01 {
    margin-top: 10px;
}
.about .bt02 {
    margin-top: 8px;
}
.box01:nth-of-type(n+2) {
    margin-top: 15px;
}
.flex {
    display: -webkit-flex;
    display: flex;
}
.point .pink {
    display: block;
    color: #f75979;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 5px;
}
.point.inner01 {
    margin-top: 5px;
}
.pointLink {
    margin-top: 3px;
}
.pointLink li {
    margin-top: 8px;
}
.box01 h3 {
    margin: 0 0 15px;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
}

#point01 {
    margin-top: 15px;
    text-align: left;
    padding-bottom: 10px;
}
.pageImg01 {
    text-align: center;
    margin: 20px auto 0;
    width: 65%;
}
.pageImg02 {
    text-align: center;
    margin-top: 15px;
}
.tx01 {
	text-align: left;
    font-size: 13px;
    margin-top: 10px;
	line-height: 1.6;
}
h4 {
	text-align: left;
    font-size: 13px;
	line-height: 1.3;
    margin: 10px 0 0;
    padding: 0 0 3px 18px;
    border-bottom: 2px dotted #e95382;
    position: relative;
}
h4:before {
    display: block;
    position: absolute;
    content: "●";
    color: #e95382;
    left: 0;
}
.box01 h4:nth-of-type(n+2) {
	margin-top: 20px;
}
.cap {
	margin-top: 5px;
	font-size: 12px;
}

.koudokuBt {
    margin-top: 20px;
    text-align: center;
}
.bt01 a {
    display: block;
    background: #e95382;
    padding: 10px 10px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-top: 3px solid #e95382;
    position: relative;
    line-height: 1.4;
}
.bt01 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 8px solid #FFFFFF;
}