@charset "utf-8";.clearfix:after,.clearfix:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}

* html .clearfix {
    zoom:1}

.clearfix {
    display: inline-table
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%
}

body {
    background: #fafafa;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    font-size: 15px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif
}

h1,h2,h3,h4,h5,h6 {
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    clear: both
}

address,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

::-moz-selection {
    background: #141414;
    color: #fff
}

::selection {
    background: #141414;
    color: #fff
}

img {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

hr {
    display: none
}

:root ul {
    letter-spacing: -1px;
    word-spacing: -1px
}

@media(max-width: 359px) {
    body {
        font-size:13px
    }
}

@media(max-width: 319px) {
    body {
        font-size:10.5px
    }
}

@media (max-width: 300px) {
    body {
        font-size:10px
    }
}

a {
    color: #2f6cad;
    text-decoration: none
}

.wrap {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    background: #fff
}

p {
    color: #272727;
    line-height: 1.7
}

.db {
    display: block
}

.Lsize {
    font-size: 130%
}

.Msize {
    font-size: 110%
}

.Ssize {
    font-size: 85%
}

.red {
    color: #ed3320
}

.orange {
    color: #f87300
}

.green {
    color: #006046
}

.yellow {
    color: #ffa72e
}

.bold {
    font-weight: 700
}

.bgred {
    background: #ec4837;
    color: #ffe04f;
    padding: 2% 1.5% .8%;
    margin: 0 1%;
    letter-spacing: .5px
}

.bggreen {
    background: #c5e5c4;
    font-weight: 700;
    padding: 2% 1.5% .8%;
    margin: 1% 4% 1%;
    letter-spacing: .5px;
    display: block
}

.nobold {
    font-weight: 400!important
}

.title {
    font-size: 1.2em;
    margin: 0 0 6%;
    padding: 4.2% 1% 3.5%;
    border-top: 2px solid #e2e2e2;
    border-bottom: 4px solid #4bb347;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    background: rgba(255,255,255,.5)
}

.border-top {
    padding-top: 6%;
    box-shadow: 0 -2px 5px -4px #222
}

.mb10 {
    margin-bottom: 10%!important
}

.mb5 {
    margin-bottom: 5%!important
}

.pb10 {
    padding-bottom: 10%!important
}

.center {
    text-align: center;
    margin: 0 auto
}

.m5 {
    margin: 5%
}

.header_top {
    width: 100%;
    padding: 2%;
    display: flex;
    justify-content: space-around
}

.header_top p {
    display: inline-block;
    vertical-align: top
}

.header_top .logo {
    width: 170px;
    text-align: left;
    padding-top: 8px
}

.header_top .top-caution {
    text-align: center;
    font-weight: 600
}

.header_top .top-caution span {
    color: red
}

.topbtn {
    width: 40%;
    background: #f77400;
    border-bottom: 2px solid #c95f01;
    position: absolute;
    right: 2%;
    top: .7%;
    border-radius: 3px;
    padding: 1.8% 2% 1.3% 7%;
    font-size: .8em
}

.topbtn::before {
    content: "";
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/icn_headerbtn.png') no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    top: 50%;
    margin-top: -.4em;
    left: 3%
}

.topbtn a {
    color: #fff;
    font-weight: 700
}

@media screen and (min-width: 450px) {
    .header_top .topbtn {
        width:220px;
        right: 0;
        padding: 2% 30px
    }
}

.info img {
    display: block;
    margin: 0 0 4%
}

.info .time {
    text-align: center;
    color: #2f6cad;
    font-size: 1.1em;
    font-weight: 700;
    margin: 3.8% 3% 3%;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-delay: 0s;
    -moz-animation-name: pulse;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s
}

@keyframes pulse {
    from {
        opacity: 1
    }

    to {
        opacity: .3
    }
}

.info_text,footer .info_text {
    font-size: .8em;
    padding: 4% 2% 1%;
    color: #6d7782
}

.cta {
    padding: 3% 2.5% 7%
}

.cta a {
    color: #21871d;
    font-weight: 700;
    display: block
}

.cta .tel {
    margin: 0;
    width: 48.7%;
    display: inline-block
}

.cta .tel:first-child {
    margin-right: 1%
}

.cta .mail {
    width: 70%;
    text-align: center;
    background: #f0f9f0;
    border: 1px solid #99d496;
    border-bottom: 3px solid #99d496;
    display: block;
    margin: 5% auto 0;
    border-radius: .4em;
    padding: 2% 2% 2% 9%;
    position: relative;
    font-size: .9em
}

.cta .mail::before {
    content: "";
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/icn_mail2.png') no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 12%
}

.cta .btn_mail_small {
    margin: 5% 0 0;
    margin-right: 1%;
    width: 48.7%;
    display: inline-block
}

.cta .btn_line_small {
    margin: 5% 0 0;
    width: 48.7%;
    display: inline-block
}

.sec1,.sec2,.sec3 {
    padding-bottom: 8%
}

.sec1,.sec2,.sec3,.sec4,.sec5,.sec6,.sec7,.sec9 {
    padding-top: 4%
}

.img_padding {
    padding: 6% 4%
}

.caution {
    margin: 1% 4%;
    padding: 3% 8% 3% 12%;
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/icn_caution.png') no-repeat 3% center,#f1f3f1;
    background-size: 2em 2em;
    font-size: 1em;
    position: relative
}

.point {
    margin: 4% 4% 7%
}

.point li {
    list-style: none;
    margin-bottom: 2%;
    padding: 4%;
    letter-spacing: .2px;
    color: #252525;
    border: 2px solid #4bb347;
    font-size: 1.2em;
    font-weight: 700;
    background: #f0f9f0;
    line-height: 1.6
}

.point li:nth-child(odd) strong {
    color: #f87300
}

.point li:nth-child(even) strong {
    color: #ed3320
}

.sec2 {
    counter-reset: number 0
}

.sec2 h2 {
    background-color: #4bb347;
    font-size: 1.25em;
    color: #fff;
    padding: 4% 4% 4% 18%;
    line-height: 1.7em;
    margin: 6% 0 0 0;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.5;
    z-index: 0
}

.sec2 .reason {
    position: relative
}

.sec2 .reason::before {
    counter-increment: number 1;
    content: "その" counter(number);
    color: #fff;
    position: absolute;
    background: #ec4837;
    border-radius: 0 1em 1em 0;
    padding: 3% 2%;
    top: .5em;
    font-weight: 700
}

.sec2 h2 img {
    position: absolute;
    width: 15%;
    top: -3px;
    left: 4%
}

.sec2 p {
    margin: 3%;
    line-height: 1.7em
}

.supplemental {
    color: #ec4837;
    background-color: #fff;
    border: 2px solid #99d496;
    padding: 4% 5%;
    font-size: .85em
}

.sec3 p {
    margin: 4% 4% 0
}

.lawyer_img {
    width: 30%;
    float: right;
    margin: 0 0 2% 2%
}

.sec4 .tokuyaku {
    margin: 0 4% 2%
}

.tokuyaku dt {
    color: #095a05;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 2%
}

.tokuyaku dt::before {
    content: "";
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/hatena.png') no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 2em;
    height: 2em;
    top: 35%;
    margin-top: -.4em;
    left: 15%
}

.tokuyaku dd {
    background: #fcf5eb;
    padding: 4% 4% 1%;
    border-radius: .4em;
    margin-top: 1%
}

.caution+p,.tokuyaku+p {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_triangle.png') no-repeat top center;
    padding-top: 11%
}

.jirei {
    padding: 0 3%;
    margin-top: 14%
}

.jirei:last-child {
    margin-bottom: 12%
}

.jirei_ttl {
    color: #272727;
    border: 2px solid #fbae6c;
    padding: 4% 3% 3% 3%;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    letter-spacing: .5px;
    margin-bottom: 5%
}

.jirei_ttl .jirei_number {
    position: absolute;
    left: -2%;
    top: -5%;
    width: 58px
}

.jirei .messe {
    font-size: 1.1em;
    color: #21871d;
    font-weight: 700;
    background: #f0f9f0;
    letter-spacing: .3px;
    padding: 1.5% 3%;
    margin: 5% 0 2%
}

.jirei .name {
    margin-top: 1.5%;
    font-size: .9em
}

.jirei .name span {
    padding: 0 0 0 2%
}

#mailform .info_text,.sec6 .price p {
    font-size: .75em;
    color: #6d7782;
    margin-top: 1%
}

.sec7 .step {
    position: relative;
    padding: 2% 0 0 19%;
    margin-bottom: .5%;
    position: relative;
    overflow: hidden
}

.sec7 .step_box {
    margin: 10% 4%
}

.sec7 h2 {
    color: #379a37;
    border-bottom: 1px solid #379a37;
    margin-bottom: 2%;
    font-weight: 700;
    padding-bottom: 2.5%
}

.sec7 .arrow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 14%;
    color: #fff;
    font-size: .8em;
    text-align: center;
    min-height: 100%;
    padding: 1%
}

.sec7 .bg1 {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg1_triangle.png') no-repeat bottom,#7eb93e
}

.sec7 .bg2 {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_triangle.png') no-repeat bottom,#44b04c
}

.sec7 .bg3 {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg3_triangle.png') no-repeat bottom,#299063
}

.sec7 .bg4 {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg1_triangle.png') no-repeat bottom,#7eb93e
}

.sec7 .bg5 {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_triangle.png') no-repeat bottom,#44b04c
}

.sec7 .bg6 {
    background: #299063
}

.sec7 p {
    font-size: .9em;
    padding: 2% 0 5%
}

.sec7 .arrow::before {
    content: "";
    position: absolute;
    top: 2.5em;
    height: 100%;
    left: 0;
    width: 100%
}

.sec7 .bg1::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg1_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em
}

.sec7 .bg2::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em
}

.sec7 .bg3::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg3_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em
}

.sec7 .bg4::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg4_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em
}

.sec7 .bg5::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg5_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em
}

.sec7 .bg6::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg6_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em
}

.sec7 .step .topbtn {
    position: relative;
    width: 57%;
    padding: 3% 2% 3% 9%;
    float: right
}

.lp_table {
    display: table;
    font-size: .9em;
    margin: 4%;
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
    border-spacing: 0;
    width: initial
}

.lp_table td,.lp_table th {
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: top;
    letter-spacing: .3px;
    line-height: 1.7
}

.lp_table th {
    padding: 2.5% 1.5% 2.5% 2.5%;
    width: 25%;
    border-left: 1px solid #e4e4e4;
    color: #404040
}

.lp_table td {
    padding: 2.5% 2.5% 2.5% 0;
    width: 75%;
    border-right: 1px solid #e4e4e4
}

th {
    background: #fff!important
}

td,th {
    border: initial
}

#page-top {
    width: 100%;
    background: #e7e7e7;
    margin-bottom: 3.5%;
    font-size: .9em;
    text-align: center
}

#page-top a {
    display: block;
    color: #6d7782;
    padding: 3%;
    position: relative
}

#page-top a::before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0
}

#mailform {
    background: #fffaf3
}

#mailform h1 {
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    padding: 10% 1% 5%;
    margin: 2%;
    border-bottom: 3px solid #fee1d2
}

#mailform .orange {
    color: #272727
}

#mailform p {
    padding: 3% 4% 6%
}

#mailform dt {
    padding: 0 3% 0 8%;
    font-weight: 700;
    position: relative
}

#mailform dt:before {
    content: '・';
    position: absolute;
    top: -.45em;
    left: -.2em;
    font-size: 50px;
    color: #f77400
}

#mailform .td {
    padding: 0 3% 5%
}

.form_att {
    font-weight: 400;
    padding: 0 3% 0 8%!important
}

#form1 {
    padding: 3%
}

fieldset {
    border: none;
    margin: 0 4%
}

input {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border-radius: .2em;
    border: 1px solid #aaa
}

textarea {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    border-radius: .2em;
    border: 1px solid #aaa;
    margin: 2vw 0 6vw 0
}

#mailform .td.ytw input {
    width: 70px!important
}

#mailform .td.ytw_text textarea {
    width: 100%!important
}

.must {
    font-size: 12px;
    padding-left: 10px;
    color: #f67400
}

.send {
    margin: 0 auto;
    text-align: center
}

#submit_btn{
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f87300));
    width: 80%;
    height: 2.5em;
    border: none;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    border-bottom: 3px solid #cb5d01
}

input[type=email],input[type=tel],input[type=text] {
    padding: 4%
}

input[type=number] {
    padding: 4%;
    width: 30%
}

select {
    position: relative;
    width: 100%;
    padding: 8px;
    margin: 4px 0;
    border: 1px solid #999;
    background: #eee;
    background: -webkit-linear-gradient(top,#fff 0,#eee 100%);
    background: linear-gradient(to bottom,#fff 0,#eee 100%);
    font-size: 14px;
    border-radius: .2em;
    line-height: 1.2;
    border: 1px solid #aaa;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.selectbox {
    position: relative
}

.selectbox::before {
    position: absolute;
    top: 40%;
    right: 3%;
    padding: 0;
    margin: 0;
    content: "";
    color: #333;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 10
}

dl.form-simple01 {
    margin-bottom: 6%
}

p.submit {
    text-align: center;
    margin: 0;
    padding: 0!important
}

.age_yto input {
    width: 20%!important
}

.box4_wrap {
    background: #ececf0
}

.box4_wrap h2 {
    margin-bottom: 10px
}

.box4 {
    padding: 10px 10px 20px 10px
}

.box4 .width1 {
    width: 20%
}

.box4 .width2 {
    width: 40%;
    font-size: 11px
}

.box4 .last {
    border-right: none!important
}

.box4 .last_bottom {
    border-bottom: none!important
}

.box4 table {
    font-size: 14px;
    width: 100%;
    border: 1px solid #375488
}

.box4 th {
    background: #21871d;
    color: #fff;
    padding: 5px;
    border-right: 1px solid #4f6da3
}

.box4 td {
    background: #fff;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.sec3 .messe {
    font-size: 1.1em;
    color: #21871d;
    font-weight: 700;
    background: #f0f9f0;
    letter-spacing: .3px;
    padding: 1.5% 3%;
    margin: 5% auto 2%;
    width: 92%
}

@media screen and (min-width: 370px) {
    .sec2 h2 {
        font-size:1.35em
    }
}

p.juusyoulink {
    text-align: center;
    margin: 10px 0 -5px 0
}

a.juusyoulink {
    color: #2f6cad;
    text-decoration: underline
}

.errMsg {
    margin-left: 1em;
    padding-bottom: 1px;
    display: block;
    line-height: 1.4;
    text-indent: -.9em
}

#form .form_att {
    padding: 0 0 2.666667vw 0;
    margin: 0;
    font-size: .8rem;
    font-weight: 300;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.6
}

#form fieldset dl {
    margin: 0 auto;
    width: 100%
}

#form .mailform_label {
    margin: 5vw 0 1vw;
    font-size: 1rem;
    line-height: 1.3
}

#form .mailform_input {
    padding: 0;
    margin: 0;
    width: auto;
    position: relative
}

#form .mailform_label .must {
    padding: 1.0666667vw;
    margin: 0 0 0 2.666667vw;
    font-size: .875rem;
    line-height: 1.1;
    font-weight: 300;
    color: #f44336;
    background: #ececec
}

#form .selectbox.is-time {
    padding: 0;
    margin-bottom: 2vw
}

.formError {
    padding-bottom: 0;
    display: block
}

.fixed {
    padding-bottom: 0
}

.formError .formErrorClose {
    border: solid #ff3c00 2px;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -4px;
    right: -22%;
    color: #efefef;
    background: #ff3c00;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    cursor: pointer
}

.formError .formErrorClose:hover {
    background: #ff3c00
}

.fixed .formErrorClose {
    display: none
}

.formError .formErrorContent {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 10px;
    width: 120%;
    position: relative;
    color: #fff;
    background: #ff3c00;
    font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
    font-size: 1.2em;
    box-shadow: 0 0 6px #888;
    -moz-box-shadow: 0 0 6px #888;
    -webkit-box-shadow: 0 0 6px #888
}

.fixed .formErrorContent {
    margin-top: .5em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #f60;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.fadeOut {
    opacity: .2
}

.formError .formErrorArrow {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -8px;
    left: 10px
}

.fixed .formErrorArrow {
    display: none
}

.formError .formErrorArrowBottom {
    margin: -6px;
    top: 0
}

.fixed .formErrorArrowBottom {
    display: none
}

.formError .formErrorArrow div {
    margin: 0 auto;
    display: block;
    height: 1px;
    background: #ff3c00;
    line-height: 0;
    font-size: 0px
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.formError .formErrorArrow .line10 {
    width: 19px
}

.formError .formErrorArrow .line9 {
    width: 17px
}

.formError .formErrorArrow .line8 {
    width: 15px
}

.formError .formErrorArrow .line7 {
    width: 13px
}

.formError .formErrorArrow .line6 {
    width: 11px
}

.formError .formErrorArrow .line5 {
    width: 9px
}

.formError .formErrorArrow .line4 {
    width: 7px
}

.formError .formErrorArrow .line3 {
    width: 5px
}

.formError .formErrorArrow .line2 {
    width: 3px
}

.formError .formErrorArrow .line1 {
    width: 1px
}

#wrap section:nth-child(2) div.recommend-sentence-box {
    background-color: #21871d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 72px;
    padding: 16px 8px
}

#wrap section:nth-child(2) div.recommend-sentence-box p {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: 700
}

#wrap section:nth-child(2) div.recommend-topic-boxes {
    background-color: #306928;
    height: 106px;
    padding: 16px 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box {
    background-color: #fff;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    margin-right: 8px;
    padding: 16px 8px;
    text-align: center;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    color: #21871d
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box:last-child {
    margin-right: 0
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box.box-large {
    width: 106px;
    height: 74px
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box.box-middle {
    width: 70px;
    height: 74px
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box.box-little {
    width: 53px;
    height: 74px
}

#wrap>section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box p {
    color: #21871d;
    line-height: 1.3;
    font-weight: 700
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box p span {
    color: #ed3320
}

#wrap section.caseStudy {
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 21px
}

#wrap section.caseStudy div.caseStudy-title {
    font-size: 18px;
    text-align: center;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700
}

#wrap section.caseStudy div.caseStudy-title img.caseStudy-title-border {
    width: 100%;
    height: 15px;
    position: relative;
    margin-top: 7px;
    margin-bottom: 21px
}

#wrap section.caseStudy div.caseStudy-body {
    border-radius: 10px;
    width: 100%;
    background-color: #f0f9f0;
    display: flex;
    flex-direction: column;
    padding: 24px 8px
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top {
    display: flex;
    flex-direction: row;
    height: 80px
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-thumbnail-box {
    width: 80px;
    height: 80px
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-thumbnail-box img {
    width: 80px;
    height: 80px
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-sentence {
    width: 249px;
    height: 80px;
    padding-top: 10px;
    padding-left: 16px
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-sentence p.main-sentence {
    color: #21871d;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-sentence p.sub-sentence {
    color: #21871d;
    font-size: 14px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W3)
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box {
    margin: 24px 0 0;
    padding: 24px 16px;
    background-color: #fff
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box>p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5)
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box>p>span {
    color: #ed3320
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box>div {
    padding-top: 16px;
    border-top: 1.5px dashed #21871d
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box>div>p.caseStudy-body-sentence-bottom-title {
    color: #21871d;
    text-align: center;
    font-size: 16px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: 700
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box>div>p.caseStudy-body-sentence-bottom-content {
    color: #21871d;
    text-align: center;
    font-size: 14px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W4)
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box>div>p.caseStudy-body-sentence-bottom-content span {
    font-size: 17.2px
}

#wrap>section.caseStudy>div.caseStudy-body>div.caseStudy-body-sentence-box>div>p.caseStudy-body-sentence-bottom-content>span.text-bold {
    font-weight: 700
}

.m-top {
    margin-top: 30px
}

#wrap>section:nth-child(2)>section {
    width: 100%;
    background-color: #f0f9f0;
    padding: 8px 10px 16px
}

#wrap>section:nth-child(2)>section>div {
    border: solid 1px #bfa226;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 24px 16px
}

#wrap>section:nth-child(2)>section>div>div {
    display: flex;
    justify-content: center;
    width: 100%
}

#wrap>section:nth-child(2)>section>div>div>p.pr-ribbon-text {
    position: relative;
    display: flex;
    justify-content: center;
    width: 80%;
    height: 36px;
    background-color: #dbba2e;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#wrap>section:nth-child(2)>section>div>div>p.pr-ribbon-text::before {
    position: absolute;
    top: 8px;
    left: -20px;
    width: 20px;
    height: 32px;
    content: url(./images/437/ribbon-left.svg);
    display: inline-block
}

#wrap>section:nth-child(2)>section>div>div>p.pr-ribbon-text::after {
    position: absolute;
    top: 8px;
    right: -20px;
    width: 20px;
    height: 32px;
    content: url(./images/437/ribbon-right.svg);
    display: inline-block
}

#wrap>section:nth-child(2)>section>div>ul {
    list-style: none;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    padding: 17px 0 0
}

#wrap>section:nth-child(2)>section>div>ul>li {
    background-image: url(images/437/checkbox-icon.svg);
    background-repeat: no-repeat;
    background-position: 0 4.5px;
    line-height: 30px;
    padding-left: 30px
}

#wrap>section:nth-child(2)>section>div>ul>li:not(:last-child) {
    margin-bottom: 20px
}

#wrap>section:nth-child(2)>section>div>ul>li>span.text-orange {
    color: #f87300
}

a.disabled {
    pointer-events: none
}
