@charset "utf-8";
/* CSS Document */

.paprika {
    padding: 20px 10px 30px;
    background: url("../images/paprika/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.5;
    font-size: 13px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: block;
}

.about , .box01 , .appendix {
    text-align: center;
    padding: 15px 15px 20px;
    background: #fff;
    border: 2px solid #f75979;
    border-radius: 10px;
}

.about h1 {
    margin: 5px 0 10px;
}
.about > img {
    width: 80%
}

.about .tx01 {
    text-align: left;
    margin-top: 10px;
    font-weight: bold;
}
.info {
    margin-top: 10px;
    text-align: left;
}
.info li {
    margin-top: 3px;
    line-height: 1.4;
}
.info .icon {
    color: #f75979;
}
.about .bt01 {
    margin-top: 15px;
}
.about .bt02 {
    margin-top: 8px;
}
.note {
    text-align: left;
    margin-top: 5px;
}

.box01 {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.point .pink {
    display: block;
    color: #f75979;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 5px;
}
.point .tx02 {
    margin-top: 15px;
}
.pointLink {
    margin-top: 3px;
}
.pointLink li {
    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;
}

#point01 {
    border: 2px solid #ff82ae;
}

h3 {
    margin: 0;
    padding: 0;
    text-align: center;
}
h4 {
    margin: 20px 0 5px;
    padding-bottom: 3px;
    border-bottom: 2px dotted #ff82ae;
    font-size: 13px;
    text-align: left;
}
h4 .icon {
    color: #ff82ae;
}
.box01 .inner01:nth-of-type(2) h4 {
    margin-top: 15px;
}
.box01 .tx01 { 
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #ff82ae;
    margin-top: 5px;
}

.inner01 > img {
    margin-top: 10px;
}
.middle {
    width: 70%;
}

.name {
    color: #ff82ae;
    font-weight: bold;
    margin: 5px 0 0;
    line-height: 1.3;
    text-align: center;
    font-size: 13px;
}
.caption {
    font-size: 13px;
     text-align: left;
     margin: 3px 0 0;
}

.caption.center {
    text-align: center;
}

.copy {
    text-align: left;
    font-size: 10px;
    margin: 5px 0 20px;
}


#point02 {
    border: 2px solid #ffa200;
}
#point02 .icon {
    color: #ffa200;
}
#point02 .tx01 {
    color: #ffa200;
}
#point02 h4 {
    border-bottom: 2px dotted #ffa200;
}
#point02 .name {
    color: #ffa200;
}
#point03 {
    border: 2px solid #d33c0d;
}
#point03 .tx01 {
    color: #d33c0d;
}
#point03 .icon {
    color: #d33c0d;
}
#point03 h4 {
    border-bottom: 2px dotted #d33c0d;
}
#point03 .name {
    color: #d33c0d;
}
#point04 {
    border: 2px solid #1cacff;
}
#point04 .tx01 {
    color: #1cacff;
}
#point04 .icon {
    color: #1cacff;
}
#point04 h4 {
    border-bottom: 2px dotted #1cacff;
}
#point04 .name {
    color: #1cacff;
}
#point05 {
    border: 2px solid #ff1a88
}
#point05 .tx01 {
    color: #ff1a88;
}
#point05 .note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.bt01 a {
    display: block;
    background: #ff52a5;
    padding: 10px 10px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    border-top: 3px solid #ff9dcc;
    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;
}