@charset "Shift_JIS";

.p-hero {
    margin-left:-31px;
    padding: 10px 0 0 31px;
    width: 930px;
    height: 340px;
    background: url(https://img1.kakaku.k-img.com/images/fx/article/beginner_manga/hero.png) no-repeat left bottom;
    background-size: 961px 340px;
}
.p-hero_ttl {
    text-align: center;
}
.p-hero_lead {
    margin: 18px auto 0;
    padding: 15px 15px 12px;
    width: 560px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 0 3px rgba(0,0,0,.08);
}
.p-hero_lead .em {
    color: #ee3d19;
}
.p-hero_txt1 {
    font-size: 16px;
    font-weight: bold;
}
.p-hero_txt2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}
.p-btnArea {
    margin: 40px 0 42px;
}
.p-btn {
    display: block;
    margin: 0 auto;
    padding: 25px 0 24px;
    width: 500px;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ff8804;
    border-radius: 100px;
    box-shadow: 0 2px 0 #c96800;
}
.p-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}
.p-btn_in {
    position: relative;
    padding-right: 30px;
}
.p-btn_in::after {
    content: '\E003';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -15px;
    font-size: 28px;
    font-family: "iconfont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
.c-sec_ttl--1 {
    padding: 0 20px;
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    background: #2f93e3 url(https://img1.kakaku.k-img.com/images/fx/article/beginner_manga/ttl1.png) no-repeat right top;
    background-size: 930px 60px;
}
.p-sec_row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.p-comBox {
    margin-top: 20px;
    padding: 40px 50px;
    background-color: #e2f2ff;
    border: 1px solid #2f93e3;
    border-radius: 4px;
}
.p-comBox_q {
    margin: 20px 0 25px;
    padding: 7px 0 0 19px;
    font-size: 22px;
    font-weight: bold;
    color: #0050b2;
    text-shadow: -1px -1px 1px #eaf6ff;
    background: url(https://img1.kakaku.k-img.com/images/fx/article/beginner_manga/comBox_tl.png) no-repeat 0 0;
    background-size: 26px 24px;
}
.p-comBox_q:first-child {
    margin-top: 0;
}
.p-comBox_k {
    padding-left: 173px;
    background: url(https://img1.kakaku.k-img.com/images/fx/article/beginner_manga/comBox_kawase.png) no-repeat left top;
}
.p-comBox_s {
    padding-right: 173px;
    background: url(https://img1.kakaku.k-img.com/images/fx/article/beginner_manga/comBox_saeki.png) no-repeat right top;
}
.p-comBox_k,
.p-comBox_s {
    min-height: 160px;
    background-size: 140px 160px;
}
.p-comBox_k {
    margin-bottom: 20px;
}
.p-comBox_k .-txt,
.p-comBox_s .-txt {
    position: relative;
    display: block;
    padding: 25px 30px;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.08);
}
.p-comBox_k .-txt::before,
.p-comBox_s .-txt::before {
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    width: 20px;
    height: 30px;
    background: no-repeat 0 0;
    background-size: 20px 30px;
}
.p-comBox_k .-txt::before {
    left: -20px;
    background-image: url(https://img1.kakaku.k-img.com/images/fx/article/beginner_manga/comBox_bln_l.png);
}
.p-comBox_s .-txt::before {
    right: -20px;
    background-image: url(https://img1.kakaku.k-img.com/images/fx/article/beginner_manga/comBox_bln_r.png);
}
.p-comBox_words {
    margin-top: 40px;
    padding: 20px 18px;
    background: #Fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.p-comBox_wordsTl {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.p-comBox_word {
    padding-left: 12px;
}
.p-comBox_wordTl {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}
.p-comBox_wordTl::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -12px;
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid #0050b2;
    border-radius: 50%;
}
.p-comBox_wordTxt + .p-comBox_wordTl {
    margin-top: 16px;
}
.p-comBox_wordTxt {
    font-size: 14px;
    line-height: 1.5;
}
.p-comBox_style {
    font-size: 15px;
}
.p-comBox_style dt {
    font-weight: bold;
}
.p-comBox_style dd .-label {
    position: relative;
    display: inline-block;
    z-index: 0;
}
.p-comBox_style dd .-label::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffdad3;
    z-index: -1;
}
.p-sec_note {
    margin-top: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.p-sec_note_ttl {
    padding: 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background-color: #eceff2;
}
.p-sec_note_txt {
    padding: 25px 30px;
    font-size: 16px;
    line-height: 1.6;
}
.p-auth {
    padding: 25px;
    background-color: #eceff2;
    border-radius: 4px;
}
.p-auth_cnt + .p-auth_cnt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2d5d8;
}
.p-auth_name {
    font-size: 16px;
}
.p-auth_txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
}
.p-auth_img {
    float: left;
    margin-right: 20px;
}
.p-auth_txt a {
    color: #1e85e5;
}

.l-f {
  border-top: #ddd 1px solid;
  padding-top: 15px;
  margin-top: 50px;
}
.l-f .p-noticeArea {
  margin-bottom: 15px;
}
.l-f .p-noticeArea .c-box-regularNote_item {
  font-size: 11px;
  font-size: 1.1rem;
}
.c-box-regularNote_item {
  color: #888;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.c-box-regularNote_item-nest {
  padding-left: 1em;
  text-indent: -1em;
}
.l-f .p-noticeArea .c-box-regularNote_item a,
.l-f .p-noticeArea .c-box-regularNote_item a:link,
.l-f .p-noticeArea .c-box-regularNote_item a:visited {
  color: #0867BF;
}
.l-f .p-noticeArea .c-box-regularNote_item a:active,
.l-f .p-noticeArea .c-box-regularNote_item a:focus,
.l-f .p-noticeArea .c-box-regularNote_item a:hover {
  color: #1E85E5;
}

.u-order-1 {order: 1;}
.u-order-2 {order: 2;}
.u-order-3 {order: 3;}
.u-order-4 {order: 4;}
.u-order-5 {order: 5;}
.u-order-6 {order: 6;}
.u-order-7 {order: 7;}
.u-order-8 {order: 8;}

.u-fc-red {
    color: #ee3d19;
}