@charset "UTF-8";
/* CSS Document */



* {
    box-sizing: border-box;
}


#contents {
    width: 100%;
}

.align-right {
    text-align: right;
}

.tar {
    text-align: right !important;
}

article#webpage {
    width: 100%;
    max-width: 930px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    line-height: 1.7em;
    font-size: 16px;
}

article#webpage>hr {
    clear: both;
    border: none;
}

article#webpage>small {
    font-size: 70%;
}

article#webpage>.button {
    text-align: center;
    margin-bottom: 15px;
    max-width: 340px;
    margin: 0 auto;
}

article#webpage>.button a {
    color: #FFFFFF;
    font-size: 20px;
    background-color: #e74069;
    border-radius: 5px;
    padding: 16px 16px 16px 38px;
    display: block;
    margin: 5px;
    text-decoration: none;
    /*background-image: url(https://pshoken.co.jp/common/img/link.png);*/
    background-image: url(https://pshoken.co.jp/common/img/link.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    transition: all 0.3s ease;
}

article#webpage>.button a:hover {
    background-color: #EB7D98;
}

.button-img {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 0;
}

.button-img li {
    margin: 0 1%;
    display: inline-block;
    width: 14%;
}


.button-li {
    text-align: center;
    margin: 20px;
}

.button-li li {
    margin: 20px
}

.button-li a {
    color: #FFFFFF;
    font-size: 20px;
    background-color: #e74069;
    border-radius: 5px;
    padding: 9px 20px 9px 38px;
    margin: 5px;
    text-decoration: none;
    /*background-image: url(../img/link.png);*/
    background-image: url(https://pshoken.co.jp/common/img/link.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.button-li a:hover {
    background-color: #00B8BB;
}

.button-li li {
    display: inline-block;
}


article#webpage>figure {
    padding: 0;
    margin: 0;
    padding: 0 0 32px;
    text-align: center;
}

article#webpage>figure>img {
    width: auto;
    max-width: 100%;
    height: auto;
}

article#webpage>table {
    margin: 0px 40px;
}

article#webpage .estimate h2 {
    background: none;
    color: #50B9BF;
}

article#webpage h3+h4 {
    margin-top: 0;
}


article#webpage>h4 {
    font-size: 1.2em;
    margin: 32px 0 16px;
    font-weight: bold;
    clear: both;
    font-feature-settings: "palt";
    color: #444444;
}

article#webpage>.h4 {
    position: relative;
    width: 90%;
    height: 52px;
    margin-bottom: 50px;
    background-color: #ff388c;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    text-align: center;
    line-height: 52px;
    margin: 50px auto;
}

article#webpage>.h4:after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-color: #ff388c;
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

article#webpage>h5.commonTable_tit {
    margin: 30px 30px 10px;
}

h5 .pink:after {
    background-color: #ff388c;
}



article#webpage>.clearfix:after {
    content: "";
    clear: both;
    display: block;
}


article#webpage>p>strong {
    font-weight: bold;
}

article#webpage>p>u {
    text-decoration: underline;
}

article#webpage>p>a:hover {
    text-decoration: none;
}

aside#recommended,
aside#rerated {
    margin-top: 50px;
    margin-bottom: 20px;
}

#recommended ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin: 24px 0 0;
}

#recommended ul li {
    border: #cccccc 1px solid;
    width: calc(100% / 3 - 12px);
}

#recommended ul li figure {
    width: 100%;
    margin: 0;
    padding: 0;
}

#content #recommended ul li figcaption {
    padding: 8px;
    font-size: 1.0rem;
    margin: 0;
    text-align: center;
}



#recommended ul li img {
    width: 100%;
    max-width: inherit;
}

/*よく読まれるページ 2つ並んでるパターン*/
#recommended.col2 ul li {
    border: #cccccc 1px solid;
    width: calc(100% / 2 - 16px);
}

#content #recommended.col2 ul li figcaption {
    padding: 10px;
    font-size: 1.0rem;
    margin: 0;
    text-align: center;
}

#recommended.col2 ul li img {
    width: 100%;
    max-width: inherit;
    height: auto;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width:727px) {
    #recommended.col2 ul {
        max-width: inherit;
    }

    #recommended.col2 ul li {
        width: 100%;
    }

    #recommended.col2 ul li img {
        height: auto;
    }
}

/*よく読まれるページ 2つ並んでるパターンここまで*/

#recommended ul li p {
    text-align: left;
}

#recommended>h2 {
    color: #36B2B9;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 3px #36B2B9;
    padding-left: 20px;
    padding-left: 0;
}

#rerated>h2 {
    color: #36B2B9;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 3px #36B2B9;
    padding-left: 20px;
    padding-left: 0;
}

#rerated>ul li {
    color: #333333;
    border: solid 1px #36B2B9;
    border-top: none;
    background-color: #cceeef;
    font-size: 0.9rem;
}

#rerated ul li a {
    text-decoration: none;
    display: block;
    padding: 8px 8px 8px 32px;
    /*background-image: url(../img/link.png);*/
    background-image: url(https://pshoken.co.jp/common/img/link.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    transition: all .3s ease;
}


#link_apply {
    background-color: #82d7dc;
    border-radius: 4px;
    padding: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#link_apply p {
    background-color: #FFF;
    margin: 16px auto !important;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    max-width: 824px;
    line-height: 1.2;
    padding: 16px;
}

#link_apply p a {
    color: #21abb3 !important;
    text-decoration: none !important;
    display: block;
}

#link_apply ol {
    text-align: center;
}

#link_apply ol li {
    display: inline-block;
}

#link_apply ol a {
    text-decoration: none;
}

#link_apply ul {
    text-align: center;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#link_apply ul li {
    padding: 12px;
    background-color: #fffa82;
    font-size: 0;
    border-radius: 5px;
    margin: 8px;
}

#link_apply ul li:first-child {
    background-color: #e74069;
}

#link_apply ul li:last-child {
    background-color: #ffffff;
}

#link_apply ul li:nth-child(2) {
    background-color: #fffa82;
}

#link_apply ul li a {
    text-decoration: none;
}

#link_apply ul li img:hover {
    opacity: 0.8;
}

#link_apply02 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#link_apply02 ol {
    text-align: center;
    padding-top: 10px;
    font-size: 0;
}

#link_apply02 ol li {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
}

#link_apply02 ol li:nth-child(1) {
    padding-right: 2%;
}

#link_apply02 ol li:nth-child(2) {
    padding-left: 2%;
}

#link_apply02 ol a {
    text-decoration: none;
}

#link_apply02 ol li img:hover {
    opacity: 0.8;
}

#link_apply03 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#link_apply03 ul {
    text-align: center;
    font-size: 0;
}

#link_apply03 ul li {
    display: inline-block;
    padding: 0;
    font-size: 0;
    width: 50%;
    box-sizing: border-box;
}

#link_apply03 li:nth-child(1) {
    padding-right: 1%;
}

#link_apply03 li:nth-child(2) {
    padding-left: 1%;
}

#link_apply03 ul li a {
    text-decoration: none;
}

#link_apply ul li img:hover {
    opacity: 0.8;
}


.link_apply_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 16px;
}

#link_apply04 {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 40px auto 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#link_apply04 a {
    width: 100%;
    display: block;
    box-shadow: 0 4px 0 #dcdddd;
    transition: .5s;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

#link_apply04 a:hover {
    opacity: .8;
    box-shadow: 0 0 0 #dcdddd;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
}

#webpage .page_menu {
    margin: auto;
    display: block;
    width: 600px;
}

#webpage .page_menu li {
    list-style: none;
}

#webpage .page_menu li a {
    background-color: #e74069;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 10px 10px 8px 15px;
    font-size: 80%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#webpage .page_menu li a:hover {
    background-color: #82d7dc;
}

.border-none {
    border: none !important;
}

.mt-image-left {
    float: left;
}

.mt-image-right {
    float: right;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px auto;
}

.color_red {
    color: #e94164;
}

.caution-dl {
    padding: 20px 10px 60px 10px;
}

.caution-dl dt {
    text-align: left;
    margin-bottom: 5px;
}

.caution-dl dd {
    height: 100px;
    overflow: auto;
    border: solid 1px #EEE;
    padding: 10px;
    text-align: left;
}

.caution-dl li {
    font-size: 90%;
    line-height: 120%;
    margin-bottom: 10px;
}

.sick-area {
    width: 100%;
    height: auto;
    background: url(/uploads/2017/10/18/sick-pc-bg.jpg) no-repeat left center;
    background-size: 86%;
    padding: 20px 2% 20px 41%;
    box-sizing: border-box;
}

.sick-area .box1 {
    width: 100%;
    border: solid 1px #83cdd2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.sick-area .box1 p:nth-child(4) {
    padding: 10px 10px 0;
    text-align: center;
    border-bottom: none;
}

.sick-area .box2 {
    width: 100%;
    border: solid 1px #47a8ac;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.sick-area .box2 p:nth-child(4) {
    padding: 10px 10px 0;
    text-align: center;
    border-bottom: none;
}

.sick-area h4 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.sick-area img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: auto;
}

.sick-area p {
    padding: 10px !important;
    border-bottom: dotted 1px #DDD;
    margin: 0 !important;
}

.sick-area dl {
    width: 100%;
    display: table;
    padding: 20px 10px 0;
    box-sizing: border-box;
}

.sick-area dt {
    display: table-cell;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    color: #47a8ac;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
}

.sick-area dd {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
}

.sick-area ul {
    text-align: center;
}

.sick-area li {
    display: inline-block;
    padding: 0 14px;
    background-color: #47a8ac;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.sick-area dl p {
    border: none;
    padding: 5px;
}

img {
    height: auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 727px) {

    img,
    video {
        max-width: 100%;
    }

    #contents {
        width: 100%;
    }

    article#webpage {
        width: 100%;
        max-width: 930px;
        background-color: #fff;
        margin: 0 auto;
        padding: 0px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    #webpage .button a {
        color: #FFFFFF;
        font-size: 16px;
        background-color: #e74069;
        border-radius: 5px;
        padding: 15px 3px 13px 38px;
        margin: 5px;
        text-decoration: none;
        /*background-image: url(../img/link.png);*/
        background-image: url(https://pshoken.co.jp/common/img/link.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }

    #webpage .button a:hover {
        background-color: #00B8BB;
    }

    article#webpage>p {
        /*margin: 0;
    padding: 1em 0 0;*/
        font-size: 16px;
        line-height: 1.5;
        overflow: visible;
    }

    article#webpage>table {
        margin: 0px 40px;
    }

    article#webpage>h2 {
        font-size: 21px;
        padding: 8px;
        margin: 32px 0 16px;
        vertical-align: middle;
    }

    article#webpage .second-wrap .second-in>p:first-child {
        padding: 0;
    }

    /*  article #price-table h2 {
    background-color: #88cccf;
    font-weight: nomal;
    font-size: 1.2em;
    padding: 8px 1px 5px 5px;
    border-radius: 0px;
    margin: 60px 0px 4px 0px;
    vartical-align: middle;
    color: #ffffff;
    text-align:left;
  }*/
    article#webpage>h3 {
        font-size: 21px;
        padding: 0 0 8px;
        margin: 32px 0 16px;
    }

    article#webpage>h4 {
        font-size: 1.1em;
        margin: 24px 0 8px;
    }

    article#webpage>.h4 {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }

    article#webpage>h5.commonTable_tit {
        margin: 20px 1px 5px;
    }

    article#webpage>.clearfix:after {
        content: "";
        clear: both;
        display: block;
    }

    article#webpage>ol {
        counter-reset: number;
        /* 名前を付けたカウンターをリセット */
        list-style: none;
        /* olが数字を付けることをキャンセル */
        margin-left: 18px;
        list-style-type: decimal;
        padding-left: 1em;
        padding-right: 0.5em;
        font-size: 1.05em;
    }

    article#webpage>ul li,
    article#webpage>ol li {}

    article#webpage>ul {}

    article#webpage>ul>li {}

    article#webpage>p>strong {
        font-weight: bold;
    }

    article#webpage>p>u {
        text-decoration: underline;
    }

    article#webpage>p>a:hover {
        text-decoration: none;
    }

    aside#recommended,
    aside#rerated {
        margin-top: 50px;
    }

    #link_apply02 ol li {
        display: inherit;
        width: 100%;
    }

    #link_apply02 ol li:nth-child(1) {
        padding-right: 0%;
        margin-bottom: 20px;
    }

    #link_apply02 ol li:nth-child(2) {
        padding-left: 0%;
    }


    #link_apply03 ul {
        text-align: center;
        font-size: 0;
    }

    #link_apply03 ul li {
        display: inherit;
        width: auto;
        box-sizing: border-box;
    }

    #link_apply03 li:nth-child(1) {
        padding: 0;
        margin-bottom: 10px;
    }

    #link_apply03 li:nth-child(2) {
        padding: 0;
    }

    .link_apply_list {
        flex-wrap: wrap;
        gap: 0;
        margin: 10px 10px 0;
        gap: 16px;
    }

    #recommended ul {
        max-width: 500px;
        margin: 6% auto 0;
        gap: 5vw;
    }

    #recommended ul li {
        width: 100%;

    }

    #recommended>h2 {
        color: #36B2B9;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: solid 3px #36B2B9;
        padding-left: 20px;
        padding-left: 0;
    }

    #rerated>h2 {
        color: #36B2B9;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: solid 3px #36B2B9;
        padding-left: 20px;
        padding-left: 0;
    }

    #rerated>ul li {
        color: #333333;
        border: solid 1px #36B2B9;
        border-bottom: dotted 1px #444444;
        border-top: none;
        background-repeat: no-repeat;
        background-position: 5px center;
        text-decoration: none;
    }

    #rerated>ul li:hover {
        background-color: #e74069;
        color: #ffffff;
    }

    #rerated>ul>a {
        text-decoration: none;
    }

    #rerated>ul>li:last-child {
        border-bottom: solid 1px #36B2B9;
    }

    #link_apply p {
        max-width: 264px;

    }

    #link_apply ul {
        margin: 16px 0 0;
    }



    #webpage .page_menu {
        width: 100%;
        min-width: 100px;
        margin: 0;
        padding: 0;
    }

    #webpage .page_menu li a {
        padding: 5px;
        margin: 5px 0 0 0;
    }

    .mt-image-left,
    .mt-image-right {
        float: none;
    }

    .mt-image-center {
        display: block;
        margin: 0 auto 20px auto;
    }

    .caution-dl {
        padding: 20px 10px;
    }

    .sick-area {
        width: 100%;
        height: auto;
        background: none;
        padding: 20px 0 0;
        box-sizing: border-box;
    }

    .sick-area .box1 {
        width: 100%;
        border: solid 1px #83cdd2;
        border-radius: 10px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .sick-area .box1 p:nth-child(4) {
        padding: 0 10px 10px;
        text-align: left;
    }

    .sick-area .box2 {
        width: 100%;
        border: solid 1px #47a8ac;
        border-radius: 10px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .sick-area .box2 p:nth-child(4) {
        padding: 0 10px 10px;
        text-align: left;
    }

    .sick-area h4 {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
    }

    .sick-area img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .sick-area p {
        padding: 10px;
        border-bottom: none;
        line-height: 130%;
        font-size: 14px;
    }

    .sick-area dl {
        width: 100%;
        padding: 0;
    }

    .sick-area dt {
        display: inherit;
        width: 100%;
        padding: 5px 0;
        text-align: center;
        vertical-align: middle;
        background-color: #47a8ac;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    .sick-area dd {
        display: inherit;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle;
    }

    .sick-area ul {
        text-align: center;
        margin: 0;
    }

    .sick-area li {
        display: inline-block;
        padding: 0 10px;
        background-color: #47a8ac;
        border-radius: 20px;
        color: #FFF;
        text-align: center;
        font-size: 12px;
    }

    .sick-area dl p {
        border: none;
        padding: 5px 10px 0 10px;
        line-height: 130%;
        font-size: 14px;
    }

    .button-img {
        text-align: center;
        margin: 20px 0 0;
        font-size: 0;
    }

    .button-img li {
        margin: 0 1% 10px;
        display: inline-block;
        width: 30%;
    }

}

/*----------汎用----------*/
article#webpage .font_bold {
    font-weight: bold !important;
}

article#webpage .f_pink {
    color: #f596be !important;
}

article#webpage .f_green {
    color: #82d7dc !important;
}

article#webpage .f_blue {
    color: #7ea3cf !important;
}

article#webpage .mt0 {
    margin-top: 0 !important;
}

article#webpage .d_table {
    display: table;
}

article#webpage .ml20 {
    margin-left: 20px;
}

article#webpage .p10 {
    padding: 10px;
}

article#webpage .fl {
    float: left;
}

article#webpage .clearfix:after {
    content: "";
    clear: both;
}




















/************************************************構造化デザインの件ここから**********************************************************/


#webpage h1.heading,
#webpage h1#heading {
    font-weight: 600;
    border-bottom: 2px solid #50B9BF;
    font-size: 1.8rem;
    padding-bottom: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

#webpage h1#heading {
    margin-bottom: 24px;

}

#webpage h1#heading+p#update {
    font-size: 1rem;
    margin: -12px 0 24px;
    text-align: right;
}

.tal {
    text-align: left !important;
}


article#webpage h2 {
    background: #50B9BF;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 16px;
    margin-bottom: 16px;
    margin-top: 32px;
    border: none;
}

article#webpage h2.heading {
    margin-top: 48px;
}

/*article #price-table h2 {
  background: #50B9BF;
  font-size: 1.6em;
  padding: 25px 12px 21px 10px;
  border-radius: 5px;
  margin: 60px 0px 10px 0px;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  clear: both;
  text-align:left;
}*/

article#webpage>h3 {
    font-size: 1.15rem;
    font-weight: 500;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    margin: 32px 0 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.2;
    clear: both;
}



article#webpage>p {
    font-weight: 400;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.6;
    overflow: hidden;
    font-size: 1.05rem;
}


article#webpage>ol {
    padding-left: 40px;
    list-style-type: decimal;
    margin-bottom: 24px;
}

article#webpage>ol li {
    font-size: 1.05rem;
}

article#webpage>ol li a {
    color: #000;
}

article#webpage>ul {
    padding-left: 40px;
    list-style-type: disc;
    margin-bottom: 24px;
    font-size: 18px;
}

article#webpage>ul li {
    margin-bottom: 6px;
}

article#webpage ul li a {
    color: #000;
}

article#webpage a {
    color: #1111cc;
    text-decoration: underline;
}

article#webpage a:hover {
    text-decoration: none;
}


/*料金表ここから*/
#price_table_wrapper {
    margin: 48px 0;
}

#wrapper #price_table_wrapper .tab {
    margin-top: 36px;
}

#wrapper #price_table_wrapper .tab p {
    width: calc(100% / 3 - 8px);
    margin-bottom: 0;
}

#wrapper #price_table_wrapper .title_fifty,
#wrapper #price_table_wrapper .title_seventy,
#wrapper #price_table_wrapper .title_onehundred {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 8px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #000;
    margin: 16px 0 16px 0;
}

#wrapper #price_table_wrapper .tab .active,
#wrapper #price_table_wrapper .tab p:hover {
    background: #50B9BF;
}

/*料金表ここまで*/


#content .cattable p {
    margin: 0 0 1em;
    padding: 0;
}


@media screen and (max-width: 800px) {
    #webpage h1#heading {
        font-size: clamp(24px, 1.6vw, 30px);
        margin-bottom: 4%;
    }

    #price_table_wrapper {
        margin: 4% 0 0;
    }

    article#webpage h2 {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 4%;
        margin-top: 8%;
    }

    article#webpage h2.heading {
        margin-top: 6%;
    }

    /*料金表ここから*/
    #wrapper #price_table_wrapper .tab {
        margin-top: 4%;
    }

    #wrapper #price_table_wrapper .title_fifty,
    #wrapper #price_table_wrapper .title_seventy,
    #wrapper #price_table_wrapper .title_onehundred {
        margin-top: 4% !important;
    }

    /*料金表ここまで*/

    article#webpage>ul,
    article#webpage>ol {
        padding-left: 1.5em;
        margin-left: 0;
    }


}



.box_txt01 {
    margin-bottom: 40px;
}

/****************内部SEOの件****************/
article#webpage>.txt_seo_btn {
    font-weight: 500;
}

article#webpage>.txt_seo_btn a {
    color: #50B9BF;
}

@media screen and (max-width: 728px) {
    article#webpage>.txt_seo_btn {
        font-size: 1.25rem;
    }
}

/*社長挨拶の件*/
.greet .greet_img {
    margin-bottom: 30px;
}

@media screen and (max-width: 728px) {
    .greet .greet_img {
        margin: 0 0 10px 0;
    }

    .company-side_sp {
        display: none;
    }
}


/*テンプレ内 口コミ*/

article#webpage div#review_wrap h2#review_ttl {
    background: #50B9BF;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 16px;
    margin-bottom: 16px;
    margin-top: 32px;
    border: none;
}

#review_wrap #review_inner {
    margin: 48px 0 0;
}

#review_wrap #review_inner:first-of-type {
    margin: 26px 0 0;
}

#review_wrap #review_inner>h3#review_subttl {
    margin: 0;
    padding: 8px;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    clear: both;
}

#review_wrap #review_inner>p {
    margin-bottom: 0.7em;
    text-align: justify;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    overflow: hidden;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}

#review_wrap #review_inner>p:last-of-type {
    margin-bottom: 0;
}

#review_wrap #review_inner>.tar {
    margin: 5px;
}

#review_wrap #review_inner>#review_prof {
    margin-top: 24px;
    padding: 1.4em 4%;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    justify-content: center;
    gap: 0 24px;
    border: 3px solid #82d7dc;
}

#review_wrap #review_inner>#review_prof picture {
    margin: 0;
}

#review_wrap #review_inner>#review_prof ul,
#review_wrap #review_inner>#review_prof ol {
    display: inline-block;
    line-height: 2.4em;
}

#review_prof li {
    padding: 0 12px;
    font-size: 1rem;
    display: inline-block;
}

#review_prof li::before {
    content: "■";
    margin-right: 4px;
}

/*
#review_wrap #review_inner>ol,
#review_wrap #review_inner>ul {
    margin: 20px 0 0;
    padding: 20px 10px 20px 20%;
    font-size: 1.05em;
    display: inline-block;
    line-height: 2.2;
    list-style-type: decimal;
    border: 3px solid #82d7dc;
}

#review_wrap #review_inner>.dog {
    background: url(/uploads/2020/11/25/img-dog_pc.png) no-repeat 8% center;
    background-size: 8%;
}

#review_wrap #review_inner>.cat {
    background: url(/uploads/2020/11/25/img-cat_pc.png) no-repeat 6% center;
    background-size: 12%;
}

#review_wrap #review_inner li {
    font-size: 1rem;
    display: inline-block;
}

*/
@media screen and (max-width: 728px) {

    #review_wrap #review_inner>h3#review_subttl {
        font-size: 1.15rem;
        font-weight: 500;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 8px;
        margin: 0;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
        line-height: 1.5;
        clear: both;
    }

    #review_wrap #review_inner {
        margin: 56px 0 0;
    }

    #review_wrap #review_inner:first-of-type {
        margin: 24px 0 0;
    }


    #review_wrap #review_inner>.tar {
        margin: 0 0 10px;
    }

    #review_wrap #review_inner>p {
        margin-bottom: 0.8em;
    }

    #review_wrap #review_inner>#review_prof ol,
    #review_wrap #review_inner>#review_prof ul {
        line-height: 2em;
    }

    #review_wrap #review_inner li {
        font-size: 0.9rem;
        line-height: 1.4;
    }

}

@media screen and (max-width: 669px) {
    #review_wrap #review_inner li {
        padding: 0 10px 0 1rem;
        position: relative;
    }

    #review_wrap #review_inner li::before {
        content: "■";
        position: absolute;
        left: 0;
    }

    #review_wrap #review_inner>#review_prof {
        padding: 1.1em 0 1.1em 3vw;
        grid-template-columns: minmax(10%, 22%) 1fr;
        gap: 0 20px;
    }

    #review_wrap #review_inner>#review_prof {
        padding: 0.9em 0 0.9em 3vw;
        grid-template-columns: minmax(10%, 22%) 1fr;
    }

    #review_wrap #review_inner>#review_prof.cat picture {
        width: auto;
        max-width: 72px;
        height: 100%;
        max-height: 120px;
        margin: 0 auto;
    }

    #review_wrap #review_inner>#review_prof.cat picture img {
        width: auto;
        height: 100%;
    }

    #review_wrap #review_inner>#review_prof.dog picture {
        width: 100%;
        max-width: 72px;
        height: auto;
        max-height: 120px;
        margin: 0 auto;
    }

    #review_wrap #review_inner>#review_prof.dog picture img {
        width: 100%;
        height: auto;
    }
}

/*見積もり表 調整*/

#estimates-wrap h2.pedigree-head {
    background: #50B9BF;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    padding: 16px;
    margin-bottom: 16px;
    margin-top: 32px;
    border: none;
}

#estimates-wrap .pedigree-head {
    font-weight: 500;
    font-size: 1.55rem;
    line-height: 1.6;
    display: block;
    text-align: center;
    letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
    margin: 0 0 30px;
    color: #37b2b7;
}

#estimates-wrap h5.pedigree-head {
    margin: 0 0 10px;
}

/*404ページ用 よく読まれているページ*/
.mainInner aside#recommended>h2 {
    text-align: left;
}

.mainInner aside#recommended>h5 {
    color: #36B2B9;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 3px #36B2B9;
    padding-left: 20px;
    padding-left: 0;
}

@media screen and (max-width: 728px) {
    .mainInner aside#recommended {
        padding: 0 4%;
    }
}

/*見積もりページ CTAボタン*/
#lowerpage_wrap {
    text-align: center;
}

#lowerpage_wrap a {
    display: inline-block;
    box-shadow: 0 4px 0 #909090;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#lowerpage_wrap a:hover {
    box-shadow: 0 0 0#909090;
    opacity: .8;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
}

div#lowerpage_wrap a figure {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}


/*猫のペット保険について html構造編集したため追記*/

.h4 {
    position: relative;
    width: 90%;
    height: 52px;
    margin-bottom: 50px;
    background-color: #ff388c;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    text-align: center;
    line-height: 52px;
    margin: 50px auto 25px;
}

.h4:after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-color: #ff388c;
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
}

.section-area .button {
    text-align: center;
    margin-bottom: 15px;
    max-width: 340px;
    margin: 0 auto;
}

article#webpage .section-area .button a {
    color: #FFFFFF;
    font-size: 20px;
    background-color: #e74069;
    border-radius: 5px;
    padding: 16px 16px 16px 38px;
    display: block;
    margin: 5px;
    text-decoration: none;
    /*background-image: url(https://pshoken.co.jp/common/img/link.png);*/
    background-image: url(https://pshoken.co.jp/common/img/link.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    transition: all 0.3s ease;
}

.section-area .button a:hover {
    background-color: #EB7D98;
}

.section-area h4 {
    font-size: 1.15rem;
}

/*目次*/
article#webpage>.toc {
    width: 80%;
    font-size: 0.95rem;
    margin: 0 auto 2em;
    padding: 1em 2em 2em 4em;
    background: #f3f3f3;
    letter-spacing: -0.02em;
    position: relative;
}

article#webpage>.toc::before {
    content: "目次";
    display: block;
    margin: 0.5em 0 1em -1.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #aaa;
}

article#webpage ul.toc li a {
    color: #333;
}

article#webpage>.toc ul.list li {
    font-size: 0.95rem;
    letter-spacing: -0.02em;
}

@media screen and (max-width:728px) {
    article#webpage>.toc {
        width: 100%;
        padding: 1em 1.2em 2em 2.5em;
    }
}

article#webpage ol li a,
article#webpage>ul li a {
    color: #1111cc;
}

/*獣医師ガード文言*/
article#webpage> p#guard-txt {
    margin: 0 0 2em;
    padding: 1em;
    font-size: 15px;
    background: #eee;
    text-align: center;
}

/*見出しデザイン追加*/
article#webpage .lead{
    padding: 0;
    background: none;
    color: #333;
    border-bottom: 1px solid #88cccf;
    text-align:left;
    display: grid;
    grid-template-columns: 10px auto;
    align-items:center;
    gap: 0.5em;
}
article#webpage .lead::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2em;
    background: #88cccf;
    vertical-align: middle;
}
@media screen and (max-width: 728px){
article#webpage .lead{
padding:8px 0;
}
article#webpage .lead::before{
height:100%;
}
}