@charset "utf-8";
/* CSS Document */

.asobi012 {
    padding: 20px 10px 30px;
    background: url("../images/012/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;
}

p {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.6;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: block;
}

.about .catch {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #faab00;
    line-height: 1.4;
}

.about , .box01 , .appendix {
    text-align: center;
    padding: 15px 15px 20px;
    background: #fff;
    border: 2px solid #faab00;
    border-radius: 10px;
}

.about h1 {
    margin: 0 0 20px;
}
.about > img {
    width: 90%
}

.about .tx01 {
    text-align: left;
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.5;
}
.info {
    margin-top: 10px;
    text-align: left;
}
.info li {
    font-size: 13px;
    margin-top: 2px;
    line-height: 1.4;
}
.info .icon {
    color: #faab00;
}
.about .bt01 {
    margin-top: 10px;
}
.about .bt02 {
    margin-top: 8px;
}
.pointBox {
    background: #faab00;
}
.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: 6px;
}
.point .inner01 li:nth-of-type(n+2) {
    margin-top: 8px;
}
.appendix {
    margin: 15px 0 15px;
}
.appendix h2 {
    margin: 0;
    text-align: left;
}
.appendixImg {
    margin-top: 20px;
}
.appendix .tx01 {
    text-align: left;
    margin-top: 15px;
}
.appendix a {
    margin: 15px 0 0;
}

.box01 h3 {
    margin: 15px 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
}
.yellow {
    color: #f2aa10;
}
#point01 {
    margin-top: 15px;
    text-align: left;
    padding-bottom: 10px;
}
#point01 .tx01 {
    font-weight: bold;
    font-size: 13px;
    margin-top: 7px;
}
#point01 .tx02 {
    font-weight: bold;
    font-size: 16px;
    color: #faab00;
    line-height: 1.5;
}
#point01 .tx03 {
    margin-top: 10px;
    line-height: 1.6;
}
#point01 .flex.type01 {
   align-items: center;
    text-align: center;
    padding-bottom: 2px;
}
#point01 .cardImg01 {
    width:80%;
    text-align: center;
    margin: 15px auto;
}
#point01 .cardImg02 {
    text-align: center;
    margin: 15px auto;
}
#point01 .note {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.4;
}
#point01 .innerBox02 h4 {
    margin: 20px 0 0;
}

#point01 h4 {
    margin: 20px 0 7px;
}
#point01 .cardImg03 {
    text-align: center;
    margin:  15px 0;
}
#point01 .innerBox03 .cardImg03 {
    margin-bottom: 10px;
}
.line {
     border-bottom: 2px dotted #ffb310;
    margin-bottom: 15px;
}
#point02 {
    text-align: left;
    padding-bottom: 10px;
}
#point02 .tx01 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 6px;
}
#point02 .note {
    font-size: 12px;
    margin: -22px 0 15px;
    line-height: 1.5;
}
#point02 .pageImg {
    text-align: center;
    margin: 15px 0 25px;
}

#point02 .pageImg.type02 {
    width: 65%;
    margin: 15px auto 25px;
}
#point02 .tx02 {
    margin-top: 10px;
}
#nenkan {
    text-align: left;
}
#nenkan h4 {
    padding-bottom: 3px;
    border-bottom: 2px dotted #ffb310;
    font-size: 15px;
    text-align: left;
    margin: 0 0 10px 0;
    line-height: 1.4;
    color: #ffb310;
}
#nenkan h4:nth-of-type(2) {
    margin-top: 20px;
}
#nenkan h4 .icon {
    color: #ffb310;
}
#nenkan .tx01 {
    margin-bottom: 10px;
    text-align: left;
}
#nenkan .pageImg {
    text-align: center;
    margin: 15px 0 0;
}
#nenkan .note {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.5;
}

.koudokuBt {
    margin-top: 20px;
    text-align: center;
}

.bt01 a {
    display: block;
    background: #faab00;
    padding: 10px 20px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-top: 3px solid #ffd57b;
    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;
}