/**
Theme Name: JIN:R child
Template: jinr
Author: CROOVER Inc.
Author URI: https://croover.co.jp
Version: 1.00
*/

/* header */
.o--informationbar.d--information-type-textonlywithlink .c--informationbar::after,
.d--header-layout1 #SiteSubCopy {
	display: none;
}

.d--header-layout1 #headerLogo {
	margin-right: 40px;
}

@media screen and (max-width: 768px) {
.d--header-layout1 #SiteSubCopy {
	display: block;
	font-size: 14px;
}
	
	.d--header-layout1 #headerLogo {
	margin-right: auto;
}
}

/* top */
/* a.c--post-link {
    color: #333;
} */

/* 投稿 */
a:hover {
    opacity: .7;
}

.wp-block-quote cite {
    text-align: right;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.width150 {
    min-width: 150px;
}

.pc_on {
    display: block !important;
}

.sp_on {
    display: none !important;
}

#postContent h5 {
    border-bottom: 4px double #e6b73e;
    font-size: 18px;
    font-weight: 500;
}

/* マーカー */
.marker-line {
    background: linear-gradient(transparent 75%, #ffdc00 75%);
    font-weight: 700;
}

.marker-red {
    color: #c71313;
    font-weight: 700;
}

.marker-green {
    color: #57840f;
    font-weight: 700;
}

.marker-bold {
    font-weight: 700;
}

/* ボタン */
#postContent p a,
#postContent li a,
#postContent table a,
.o--widget-area p a,
.o--widget-area li a,
.o--widget-area table a {
    text-decoration: none;
}

.btn01 {
    margin: 30px auto;
}

.btn01_top {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    margin-bottom: .2em;
    text-align: center;
}

.btn01_top:before {
    margin-right: 5px;
    content: '＼';
}

.btn01_top:after {
    margin-left: 5px;
    content: '／';
}

#postContent .btn01 p {
    margin: 0;
}

#postContent .btn01 p a {
    width: 50%;
    display: block;
    text-decoration: none;
    padding: 16px;
    background: #f1742c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 4px 0 #d16323;
    margin: 0 auto;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

.btn01 p a:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none;
}

.jinr-article .btn01 a:not([class]) {
    color: #fff;
}

#wrapper .btn01 a:not([class]):hover {
    color: #fff;
    opacity: .7;
}

.btn02 {
    display: block;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: auto;
    padding: 1rem 4rem 1rem 3rem;
    font-weight: bold;
    background: #eb732e;
    color: #fff;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}

.btn02::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin: 0 15px 0 0;
}

.btn02:hover {
    opacity: .7;
}

table .btn02 {
    width: 100%;
}

/* リンクデザイン */
a.text_link {
    border-bottom: 1px solid;
    color: #1a73e8;
}

a.yl_link01,
a.yl_link02,
a.yl_link03 {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    color: #1a73e8;
}

a.yl_link01::before,
a.yl_link02::before,
a.yl_link03::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    margin: 0 5px 0 10px;
}

a.yl_link02::before {
    content: "\f35a";
}

a.yl_link03::before {
    content: "\f0da";
}

a.yr_link01 {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
}

a.yr_link01::after {
    margin: 0 0 0 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
}

a.yt_link,
a.yr_link02 {
    display: block;
    padding: 10px;
    color: #FF8C00;
    font-weight: 500;
    display: block;
    text-align: right;
    text-decoration: none;
}

a.yr_link::after,
a.yt_link02::after,
a.yt_link::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    margin: 0 0 0 10px;
}

a.yt_link::after {
    content: "\f35b";
}

/* 引用元 */
.QuoteTitle {
    font-size: 10px;
    color: gray;
}

.QuoteTitle-Img {
    font-size: 10px;
    text-align: center;
    color: gray;
    display: block;
}

.box01 {
    background: #e1e1e1;
    padding: 10px;
    font-size: 14px;
}

/* Tableのスタイル */
.TableStyle01 {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    border-collapse: collapse;
    border: 1px solid #eeeeee;
    margin: 30px auto;
}

.TableStyle01 th,
.TableStyle01 td {
    text-align: center;
    font-weight: 500;
    border: 1px solid #333;
    padding: 8px 10px;
}

.TableStyle01 tbody th {
    background: #ffca39;
}

.scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.relation_link {
    margin: 30px 0
}

.relation_link a {
    color: #333;
    display: block;
    text-decoration: none;
    position: relative;
    transition: .5s;
    word-break: break-all;
    font-size: 1pc;
    padding-left: 30px;
    line-height: 0.95;
}

.relation_link a:before {
    top: calc(60% - 1px);
    left: 10px;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 10px
}

.relation_link a:after,
.relation_link a:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #ff8011;
    transition: .3s
}

.relation_link a:after {
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 20px
}

.relation_link a span {
    border-bottom: 1px solid;
    font-weight: 500;
    color: #000
}

.relation_link a:hover {
    opacity: .7;
    text-decoration: none
}

/* form */
.form_required {
    background-color: #c21f00;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    padding: 4px 8px;
    text-align: center;
    margin-right: 5px;
    letter-spacing: normal;
    font-weight: 500;
}

.form_any {
    background-color: #7c7c7c;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    padding: 4px 8px;
    text-align: center;
    margin-right: 5px;
    letter-spacing: normal;
    font-weight: 500;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.form_btn {
    display: block;
    padding: 1em 0;
    margin-top: 30px;
    width: 280px;
    background: #5998cf;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #5998cf;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.form_btn:hover {
    background: #fff;
    color: #5998cf;
    border: 2px solid #5998cf;
}

.form_policy {
    background: #fff;
    padding: 10px 10px 10px;
    border: 2px solid #ececec;
}

.wpcf7 p.form_policy_title {
    margin-top: 0 !important;
}

.notice_box01 {
    background-color: #eee;
    padding: 10px;
    margin: 50px auto 10px;
    font-size: 13px;
}

.notice_box01 span {
    font-weight: 900;
    color: #db1717;
}

.notice_box01 span.notice_box01_i::before {
    content: "※";
    font-weight: 900;
    margin: 0 5px 0 0;
}

.notice_box01 ul li {
    line-height: 1.5em;
    margin: 0 0 10px;
}

@media screen and (max-width: 768px) {

    .pc_on {
        display: none !important;
    }

    .sp_on {
        display: block !important;
    }
	
	.scroll-table-sp table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    #postContent .btn01 p a {
        width: 100%;
    }

    #postContent p,
    .o--widget-area p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btn02 {
        display: block;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        text-decoration: none;
        width: 100%;
        margin: auto;
        padding: 1rem 4rem 1rem 3rem;
        font-weight: bold;
        background: #eb732e;
        color: #fff;
        border-radius: 100vh;
        position: relative;
        transition: 0.5s;
    }

    .relation_link a {
        color: #333;
        display: block;
        text-decoration: none;
        position: relative;
        transition: .5s;
        word-break: break-all;
        font-size: 1pc;
        padding-left: 30px;
        line-height: normal !important;
    }
}

.slider_area {
    padding: 0 0 60px;
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

.slider_box_link {
    color: #333;
}

.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#postContent .slider_area p {
    margin-top: 0;
    margin-bottom: 0;
}

.slider_box {
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
}

.slider_box_img {}

#postContent .slider_area p.slider_box_cat {
    margin: 0 0 1.2rem;
    padding: .6rem;
    background: #ebebeb;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;

}

#postContent .slider_area p.slider_box_title {
    margin: 1.2rem 1rem 1rem;
    line-height: 1.7;
    min-height: 70px;
    font-size: 14px;
    letter-spacing: 0;
}

#postContent .slider_area p.slider_box_price {
    margin-bottom: .5rem;
    padding: 0 1.3rem;
    font-size: 12px;
    letter-spacing: 0;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
}

.swiper-button-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #000;
    font-size: 14px;
}

.swiper-button-prev::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    color: #000;
    font-size: 14px;
}

h1.small_title {
    font-size: 16px;
    margin: 20px 0 10px;
    font-weight: normal;
    color: #A9A9A9;
}
