/*--スマホの横並びテーブル--*/
    #index .table-layout2,
    #page .table-layout2 {
        width: 100%;
        margin: 50px auto;
    }

    #index .table-layout2 table,
    #page .table-layout2 table {
        border: 1px solid #333;
        border-spacing: 0;
        width: 100%;
    }

    #index .table-layout2 table thead th,
    #index .table-layout2 table tbody th,
    #index .table-layout2 table tbody td,
    #page .table-layout2 table thead th,
    #page .table-layout2 table tbody th,
    #page .table-layout2 table tbody td {
        padding: 25px;
        vertical-align: middle;
        word-break: break-all;
    }

    #index .table-layout2 table th,
    #page .table-layout2 table th {
        background: #cbdfe5;
        font-weight: bold;
        text-align: center;
    }

    #index .table-layout2 table td,
    #page .table-layout2 table td {
        background: #fff;
        border-left: 1px solid #333;
        border-top: 1px solid #333;
        text-align: center;
    }

    #index .table-layout2 table tr th:first-child,
    #page .table-layout2 table tr th:first-child {
        border-bottom: 1px solid #333;
    }

    #index .table-layout2 table tr th+th,
    #page .table-layout2 table tr th+th {
        border-left: 1px solid #333;
    }

    #index .table-layout2 table tr th:first-child td,
    #page .table-layout2 table tr th:first-child td {
        border-top: none;
    }

    #index .table-layout2 table tr:first-child td,
    #page .table-layout2 table tr:first-child td {
        border-top: none;
    }

    #index .table-layout2 table td:first-child,
    #page .table-layout2 table td:first-child {
        border-top: none;
    }

    #index .table-layout2 table tr:last-child th,
    #page .table-layout2 table tr:last-child th {
        border-bottom: none;
    }
    /*--スマホの横並びテーブルend--*/
    #index .table-layout .btn-link {
        text-align: center;
    }
#index .table-layout .btn-link a {
    background: none;
    background-size: 16px;
    color: #33a4d8;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-align: right;
    text-decoration: underline;
    width: 100%;
	border: none;
}

#index .small-tax {
    margin: -50px 0 16px;
    font-size: 10px;
}
#topbt .btn-web a {
    display: inline-block;
}

#index .frame-body table tbody th,.frame-body table tbody td {
    display: block;
}

#index .frame-body table tbody th {
    font-weight:bold;
}

#index .frame-body table {
    margin:5px;
}

#index .frame-body table tbody td {
    text-align: left;
}

/*20211108*/
.date p{
	font-size:.9em;
}

#index .caption, #page .caption {
    color: #7b7b7b;
}
/*2023.08.18*/
header .site_ttl h1:before,
header .site_ttl a:before{
    content: "PR";
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    width: fit-content;
    margin-left:1rem;
    font-size: 14px;
    padding: 0 .5rem;
    line-height: 1.4;	
}
.copyright .trance:before {
  content: "【PR】";
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
/*--MVのボタン--*/
    #mv .btn-web a {
        border: 2px solid #2b68b1;
        box-shadow: 0 0 0 3px #fff inset;
        border-radius: 40px;
        display: inline-block; 
        font-size: 15px;
        font-weight: bold;
        margin: 25px auto 0;
        text-align: center;
        text-decoration: none;
        width: 48%;
        line-height: 20px;
    }

    #mv .btn-web a{
        background: #df0024  url(/wp/wp-content/uploads/aw2.png) right 17px center no-repeat;
        border: 2px solid #df0024;
        color: #FFF;
        padding: 9px 19px 9px 15px;
    }

    #mv .btn-web a:hover{
        background: #ec6941 url(img/aw.png) right 17px center no-repeat;
        color: #fff;
    }
/*--MVのボタンend--*/
/*--boxの中のh3--*/
#index .box-head h3,#page .box-head h3 {
    border-bottom: none;
    font-size: 18px;
    margin: 0;
    padding: 2px 0 0;
	background: none;
}
/*--boxの中のh3end--*/
#index .box-block .title span,#page .box-block .title span {
    font-size: 20px;
}

#index .box-body .price {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
}
#index .box-body .price span {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    background: none;
}
#index .box-body .price span {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    background: none;
}

#index .box-body .table-layout {
    margin: 15px auto;
}

#index .box-body .table-layout th,#index .box-body .table-layout td{
  padding: 9px;
} 
#index .box-body .table-layout th{
  padding: 5px;
  width:23%;
}
#index .box-body .table-layout td{
  padding: 9px;
  line-height:23px;
  text-align: left;
}
#index .frame-body .price span {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    background: none;
}

#index .frame-body .table-layout {
    margin: 15px auto;
}

#index .frame-body .table-layout th,#index .box-body .table-layout td{
  padding: 9px;
} 
#index .frame-body .table-layout th{
  padding: 1px;
  width:25%;
  line-height:20px;
  font-size:12px;
}
#index .frame-body .table-layout td{
  padding: 9px;
  line-height:23px;
  text-align: left;
  font-size:14px;
}
    #index .box-body .btn-internal a,
    #index .box-body .btn-web a,
    #page .box-body .btn-internal a,
    #page .box-body .btn-web a {
        font-size: 18px;
        margin: 20px auto;
        width: 95%;
        line-height: 25px;
    }
#index .box-body .table-layout2, #page .box-body .table-layout2 {
    width: 100%;
    margin: 1rem auto;
    overflow: auto;
}
#index .box-body .table-layout2 table th {
    padding: 10px;
    width: 27%;
}
#page .minimemo {
    font-size: 10px;
    background: #f3f3f3;
    padding: 0.5rem;
    line-height: 11px;
}

.wr05_table-row {
      width:100%;
      border-right:#3EB1C6 solid 1px;
      border-collapse: collapse;
}
.wr05_table-row table{
    width:100%;
}
.wr05_table-row thead th {
      background:#3EB1C6;
      color:#FFF;
      padding:10px 15px;
      border-right:#FFF solid 1px;
      border-bottom:#FFF solid 1px;
}
.wr05_table-row thead th:last-child {
      border-right:#3EB1C6 solid 1px;
}
.wr05_table-row tbody th {
      background:#3EB1C6;
      color:#FFF;
      padding:10px 15px;
      border-bottom:#FFF solid 1px;
      vertical-align:top;
      width:15%;
}
.wr05_table-row tbody tr:last-child th {
      border-bottom:#3EB1C6 solid 1px;
}
.wr05_table-row tbody td {
      background:#FFF;
      padding:10px 15px;
      border-left:#3EB1C6 solid 1px;
      border-bottom:#3EB1C6 solid 1px;
      vertical-align:top;
}

.wr_img_center{
    position: relative;
    margin-bottom: 40px;
}
.wr_img_center:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_center .wr_img.fc{
	width: 350px;
    margin: 0 auto;
}
.wr_img_center .wr_img.fc img{
    max-width: 100%;
    border: 1px solid #aaa;	
    margin-bottom: 5px;
}
.wr_img_center .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
}


}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
/*--MVのボタン--*/
    #mv .btn-web a{
        border: 0.2rem solid #2b68b1;
        box-shadow: 0 0 0 0.3rem #fff inset;
        border-radius: 4rem;
        display: inline-block;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 1.0rem auto;
        text-align: center;
        text-decoration: none;
        width: 90%;
    }
    #mv .btn-web a{
        background: #df0024 url(/wp/wp-content/uploads/aw2.png) right 0.8rem center no-repeat;
        border: 0.2rem solid #df0024;
        background-size: 1.7rem auto;
        font-size: 1.3rem;
        color: #FFF;
        padding: 1.5rem 2rem 1.5rem 1rem;
        width: 49%;
        line-height: 1.9rem;
    }
/*--MVのボタンend--*/
/*--boxの中のh3--*/
#index .box-head h3,#page .box-head h3 {
    border-bottom: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 3.0rem;
	background: none;
}
/*--boxの中のh3end--*/
#index .box-body .price {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 0 0 1.5rem;
}

#index .box-body .price span {
    background: none;
    color: #000;
    font-weight: normal;
    font-size: 1.2rem;
}

#index .box-body .table-layout2, #page .box-body .table-layout2 {
    width: 100%;
    margin: 1rem auto;
    overflow: auto;
}

#index .box-body .table-layout th{
    padding:1.0rem;
}
#index .box-wrap .box .box-body .table-layout2 table thead th,
#index .box-wrap .box .box-body .table-layout2 table tbody th,
#page .box-wrap .box .box-body .table-layout2 table thead th,
#page .box-wrap .box .box-body .table-layout2 table tbody th{
    width:23%;
	padding:20px 5px;
    }
#index .box-wrap .box .box-body .table-layout2 table tbody td,
#page .box-wrap .box .box-body .table-layout2 table tbody td{
	padding:20px 8px;
	line-height:1.8rem;
}
#index .access .table-layout2 table thead th,
#index .access .table-layout2 table tbody th,
#page .access .table-layout2 table thead th,
#page .access .table-layout2 table tbody th{
    width:30%;
	padding:20px 5px;
	line-height:2.0rem;
    }
#index .access .table-layout2 table tbody td,
#page .access .table-layout2 table tbody td{
	padding:20px 8px;
	line-height:1.8rem;
}
#index .money .table-layout2 table thead th,
#index .money .table-layout2 table tbody th,
#page .money .table-layout2 table thead th,
#page .money .table-layout2 table tbody th{
    width:40%;
	padding:20px 5px;
	line-height:2.0rem;
    }
#index .money .table-layout2 table tbody td,
#page .money .table-layout2 table tbody td{
	padding:20px 8px;
	line-height:1.8rem;
}
    #index .toph3 {
        background: url(img/h3.png) repeat #33a4d8;
        background-size: 3.8rem;
        color: #fff;
        font-size: 1.8rem;
        padding: 2.3rem 1rem 2.0rem 2rem;
    }
#index .box-block .article .right_box span, #index .box-block .article .left_box span,#page .box-block .article .right_box span, #page .box-block .article .left_box span {
    color: #e95463;
    font-weight: bold;
}
#page .minimemo {
    font-size: 0.9rem;
    background: #f3f3f3;
    padding: 0.5rem;
    line-height: 1.3rem;
}
.wr05_table-row thead {
      display:none;
}
.wr05_table-row tbody th {
display: block;
    background-color: #cbdfe5;
    color: #000;
    padding: 0.8rem;
}
.wr05_table-row tbody td {
      display:block;
}
.wr05_table-row tbody td::before {
      content: attr(label);
      float: left;
      clear:both;
      font-weight:bold;
      padding: 0 2rem 0;
}
.wr05_table-row tbody td p {
      padding-left: 12em;
}
.wr05_table-row table {
    width: 100%;
}
.innerBox .left_box {
    font-size: 1.9rem;
}
.wr_img_center{
    position: relative;
    margin-bottom: 20px;
}
.wr_img_center:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_center .wr_img.fc{
    width: 100%;
}
.wr_img_center .wr_img.fc img{
    width: 80%;
    max-width:100%;
    display: block;
    margin: 0 auto 5px;
    border: 1px solid #aaa;	
}
.wr_img_center .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
}
/*2023.08.18*/	
header .site_ttl h1:before,
header .site_ttl a:before{
    margin-left:0;
    font-size: 1.2rem;
}	
}