/*
Theme Name:oops_tcd048_1.4.1-child
Template:oops_tcd048-1.3
GVersion:1.3
*/
@charset "Shift_JIS";

/*ヘッダー部分*/
.p-global-nav {
    font-size: 14px;/*元16px*/
}

.l-header--large {
    height: 70px!important;
    line-height: 70px!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

/*初期設定*/
p:empty:before {
    content: none;
}

.p-index-slider__item-catch {
font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif!important;
}

/*
body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif!important;
}
*/

body {
font-family: 'メイリオ', Meiryo, Verdana, Roboto, 'Droid Sans', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.c-menu-button {
    color: #414141;
}

.center{
    margin:0 auto;
    text-align:center;
}

/*スマホで無効*/
@media screen and (max-width: 568px) {
    .fLeft.sp-fnone, .fRight.sp-fnone {
        float: none;
    }
}

/*PCで無効*/
.pc_hid{
    display: none;
}

/*スマホで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: block;
    }
}

/*テーブル表　table*/
.p-entry__body table {
/*    font-family: Meiryo, sans-serif;*/
}

colgroup {
    display: table-column-group;
}

col {
    display: table-column;
}

.tbl, .tbl-04, .tbl-comparision {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-top: 1px solid #d8dadc;
/*    border-right: none;*/
/*    border-bottom: none;*/
/*    border-left: none;*/
}

.tbl th, .tbl-04 th, .tbl-comparision th, .tbl td, .tbl-04 td, .tbl-comparision td {
    padding: 15px;
/*    border-top: none;*/
    border-right: 1px solid #d8dadc;
    border-bottom: 1px solid #d8dadc;
/*    border-left: none;*/
    font-size: 100%;
    line-height: 1.42857;
}

.tbl th:first-child, .tbl-04 th:first-child, .tbl-comparision th:first-child, .tbl td:first-child, .tbl-04 td:first-child, .tbl-comparision td:first-child {
/*    border-left: none;*/
    border-right: 1px solid #d8dadc;
}

em {
    font-weight: bold;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: calc(25% - 10px);
}

.w-30 {
    width: calc(30% - 10px);
}
.w33 {
    width: calc(33.3333333333333% - 10px);
}
.w-40 {
    width: calc(40% - 10px);
}

.w-45 {
/*    width: 45% !important;*/
}

.w-50 {
    width: calc(50% - 10px);
}

.w-60 {
    width: calc(60% - 10px);
}

.w-70 {
    width: calc(70% - 10px);
}

.w-90 {
    width: calc(90% - 10px);
}

.top_space15 {
    margin-top: 15px !important;
}

@media screen and (max-width: 992px) {
    .w5.tb-w50, .w10.tb-w50, .w15.tb-w50, .w20.tb-w50, .w23.tb-w50, .w-25.tb-w50, .w30.tb-w50, .w33.tb-w50, .w35.tb-w50, .w38.tb-w50, .w40.tb-w50, .w48.tb-w50, .w50.tb-w50, .w60.tb-w50, .w70.tb-w50, .w75.tb-w50, .w80.tb-w50, .w85.tb-w50, .w90.tb-w50, .w100.tb-w50 {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 568px) {
    .w-5.sp-w100, .w-10.sp-w100, .w-15.sp-w100, .w-20.sp-w100, .w-25.sp-w100, .w-30.sp-w100, .w-40.sp-w100, .w-50.sp-w100, .w-60.sp-w100, .w-70.sp-w100, .w-80.sp-w100, .w-90.sp-w100, .w-100.sp-w100
Specificity: (0,2,0) {
        width: calc(100% - 0px)!important;
    }
}
@media screen and (max-width: 568px) {
    .fLeft.sp-fnone, .fRight.sp-fnone {
        float: none;
        width: 100%;
    }
}

    .p-entry__body p {
        line-height: 1.5!important;
        margin-bottom: 0!important;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.pabottom_space15 {
    padding-bottom: 15px;
}

ol li{
list-style: none;
}

.p-entry__body ol {
    list-style:none;
    margin-left: 0;
}

/*.p-entry__body li, */
.p-entry__body dt, .p-entry__body dd {
    line-height: 1!important;
}

.ListNumber {
    counter-reset: ol_li; /* カウンターをリセット */
    list-style: none;     /* デフォルトの番号を消す */
    padding-left: 30px;   /* li内の位置を調整 */
}

.ListNumber>li {
    margin: 10px 0px;
    padding-left: 6px;
    vertical-align: top;
    font-size: 1rem;
}

.ListNumber>li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    color: white;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #c0c0c0;
    line-height: 20px;
    border-radius: 2px;
    margin-right: 5px;
    margin-left: -26px;
    vertical-align: top;
}

.top_space10 {
    margin-top: 10px !important;
}

.btn {
    line-height: 100%;
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1) !important;
    transition: opacity .2s ease, background .2s ease, box-shadow .28s cubic-bezier(.4,0,.2,1);
    outline: none !important;
    vertical-align: middle;
}

.btn.btn-lg {
    font-size: 1.2rem;
    padding: 5px 40px;
}

.btn.green {
    background-color: #089069;
    color:#fff;
}

.btn.orange {
    background-color: #a08e09;
}

@media only screen and (max-width: 767px) {
    .p-entry__body p {
        font-size: 18px !important;
        line-height: 2;
    }
}

.p-entry__body p.btn {
    margin-bottom: 0px!important;
}

.p-entry__body p.td22 {
    font-size: 1.2rem;
    line-height: 1rem;
}

.p-entry__body p.td26 {
    font-size: 1.4rem;
    line-height: 1rem;
}

.p-entry__body h4.ttl03 {
    display: inline-block;
    background: #135d90;
    padding: 2px 30px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size:100%;
}





/*h2*/

/*
.p-entry__body h2 {
    font-size: 24px;
    color: #151515;
    padding: 5px;
    border-bottom: #F1C901 5px solid;
}
*/

.p-entry__body h2 {
/*font-family: "YuGothic", sans-serif;*/
    font-size: 2rem;/*clamp(2.5rem, 2.041rem + 1.959vw, 4rem)*/
/*    font-weight: 700;*/
/*    color: #A4D030;*/
}

.section_title {
/*    font-family: "YuGothic", sans-serif;*/
    font-size: clamp(2.5rem, 2.041rem + 1.959vw, 4rem);
    font-weight: 700;
    color: #222;
}

.deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: clamp(0.75rem, 0.673rem + 0.327vw, 1rem);
    font-size: clamp(1rem, 0.923rem + 0.327vw, 1.25rem);
    color: #335FA8;
}

@media screen and (min-width: 767px){
/*
.p-entry__body h2 {
    font-size: 30px;
    color: #151515;
    padding: 10px;
    border-bottom: #F1C901 5px solid;
}
*/

.tablepress.tablepress-id-1 p {
    font-size: 16px;
}
}

/*よくあるご質問*/
.style3b {
    background: #FCFDE7;
    border-top: 2px solid #F1C901;
    margin: 2em 0 1.5em;
}

@media screen and (max-width: 949px){
.p-entry__body p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30.4px;
}
}

@media screen and (min-width: 950px){
.p-entry__body p {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 30.4px;
}
}

.l-header__logo--retina img {
     width: 80%;
}

/*2カラム時*/
@media screen and (max-width: 949px){
.container-all{
    display: block;
    clear:both;
}
.left{
    width: 100%;
    margin-bottom: 20px;
}
.right{
    width: 100%;
    margin-bottom: 20px;
}
}

@media screen and (min-width: 950px){
.container-all{
    display: flex;
    clear:both;
}
.left{
    width: 49%;
    margin-right: 20px;
    margin-bottom: 80px;
}
.right{
    flex: 1;
    margin-bottom: 80px;
}
}

.q_button {
    background-color: #ff8000;
}

.q_button:hover, .q_button:focus {
    background-color: #f5b238;
}



.h_button {
    background-color: #B3424A;
}

.h_button:hover, .h_button:focus {
    background-color: #d45860;
}

.h_button {
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    min-width: 200px;
    margin: 0;
    max-width: 90%;
    padding: .6em 1.3em .5em;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.well3 {
    margin: 2em 0 2.5em;
    padding: 1em 1.5em;
    line-height: 2.0;
    border: 5px solid #a7b3d3;
    background: #eaf5fb;
    box-shadow: 0 1px 3px 0 rgb(195 195 195 / 30%);
    display: table-cell;
}

/*導入の流れ*/
.veu_flowBox dl {
    display: block;
    overflow: hidden;
    padding: 20px 25px;
/*    border: 3px solid #e5e5e5;*/
    margin: 0;
}

.veu_flowBox dl .flowBox_img {
    width: 20%;
    float: left;
    margin-right: 4%;
}

.flowBox_img_right {
    float: right;
}


.veu_flowBox dl dd, .veu_flowBox dl dt {
    width: 76%;
    float: right;
}

.veu_flowBox>dl>dd>p.sm {
    line-height: 1.4em;
    margin-bottom: 5px;
}

.sm {
    font-size: 12px;
}
.p-entry__body p span.sm {
    font-size: 14px;
    line-height: 1.5;
    display:block;
}

.p-entry__body p span.sme {
    font-size: 14px;
}

.veu_flowBox dl dt {
    font-size: 1.4em;
    color: #12265E;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

/*
h3:after, .subSection-title:after {
    border-bottom-color: #1b95d4;
}
*/


h4 {
    padding: 10px 15px 8px;
    background-color: #efefef;
    /*border-radius: 4px;*/
}

.su-box {
    margin: 0 0 1.5em;
    border-width: 3px;
    border-style: solid;
}


.su-box-title {
    display: block;
    padding: 1em;
    font-weight: 700;
    font-size: 1.1em;
}

.text-center {
    text-align: center;
}

.corp {
    padding: 2em 1em;
}

.btn-weborder, .btn-raiten {
    font-weight: 700;
}
.btn-to-order {
    width: 80%;
    margin: 10px 0;
    padding: 20px 10px;
    font-size: 24px;
    line-height: 1.3333333;
    background: #ed1c60;
    border: 1px solid #ed1c60;
    color: #fff;
}
.btn {
    border-radius: 3px;
}
.btn {
    white-space: normal;
}
element.style {
    background-color: #000000;
    color: #FFFFFF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #12265E;
  margin: 0 auto;
  margin-top: 30px;
}

/*トップページ　トップ画像調整*/
.p-index-slider__item-desc {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20.4px;
    opacity: 100;
}

.p-index-slider__item-image {
    opacity: 100;
    width: 49.55752%;
}

.p-index-slider__item-catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 12.4px;
    opacity: 100;
}

.p-index-slider__item-button {
    opacity: 100;
}

.post_col, .post_col-2, .post_col-3, .post_col-4 { float: left; margin-bottom: 2em; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { 
.post_col-2 { width: 50%; /* 2カラム */ 
}
  .post_col-3 {
 width: 33.33333%; 
} 
  .post_col-4 {
 width: 25%; 
} 
}

@media screen and (min-width: 1024px) { 
.post_col-2 {
 width: 50%; /* 2カラム */ 
}
  .post_col-3 {
 width: 33.33333%; 
} 
  .post_col-4 {
 width: 25%; 
} 
}






.post_col, .post_col-2, .post_col-3 {
    float: left;
    margin-bottom: 0;
}

.qa .post_col, .qa .post_col-2, .qa .post_col-3 {
    margin-bottom: 20px;
}


@media screen and (max-width: 949px){
.well4{
    padding: 15px;
    margin: 2em 0 2.5em;
    margin: auto;
    line-height: 2.0;
    border: 5px solid #f6c937;
    background: #fcfde7;
    box-shadow: 0 1px 3px 0 rgb(195 195 195 / 30%);
    display: block;
    width: 80%;
}

.well5 {
    border: 2px solid #d02f27;
    padding: 20px 20px 0px 20px;
    margin-bottom: 50px;
    background-color: #fdedea;
}

.big-p {
    font-size: 1.8rem;
}

.p-index-content01 {
    padding-top: 24px;
    padding-bottom: 24px;
}
}

@media screen and (min-width: 950px){
#cb_0 {
    padding-top: 80px;
}

.p-index-content01 {
    padding-top: 0px;
    padding-bottom: 45px;
    FONT-VARIANT: JIS78;
    text-align: center;
}

.well4{
    padding: 50px 50px 20px 70px;
    margin: 2em 0 2.5em;
    margin: auto;
    line-height: 2.0;
    border: 5px solid #f6c937;
    background: #fcfde7;
    box-shadow: 0 1px 3px 0 rgb(195 195 195 / 30%);
    display: block;
    width:800px;
}

.well4 p{
    line-height: 2.0;
}

.well4 p a.t-area{
    margin-top: 25px;
    padding: 30px;
    font-size: 1.5rem;
    font-weight: 600;
}

.big-p{
font-size: 2.7rem;
    color: #f6c937;
    font-weight: 600;
}

.well5 {
    border: 2px solid #d02f27;
    padding: 20px 20px 0px 20px;
    margin-bottom: 50px;
    background-color: #fdedea;
}
}

/*お申し込みページ*/

.p-entry__body th {
    background: #f5f5f5;
    font-size: 1rem;
    font-weight: 100;
    vertical-align: top;
    color: #000;
    width: 10%;
}

.p-entry__body th#e {
    width: 40%;
}

table th.popular{
  position: relative;
}

table th.popular span.no1{
    position: absolute;
    top: -10px;
    left: calc(50% - 45px);
    background: #f1b201;
    width: 80px;
    font-size: 10px;
    border-radius: 15px;
    line-height: 1;
    padding: 5px;
}

th.popular span.inner {
  position: absolute;
    color: white;
    background-color: #f34955;
    left: 0;
    bottom: 0;
    display: block;
    font-weight: 600;
    padding: 11px 0;
    width: 100%;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge {
    display: inline-block;
    padding: .30em .4em;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.p-entry__body td, .p-entry__body th {
    border:none;
    border-bottom: 1px solid #ddd!important;
    padding: 10px 15px 7px;
    line-height: 2.2;
    background: #fff;
    font-size: 14px;
}

.p-entry__body th {
    background-color: #F7F7F7;
}

@media screen and (max-width: 767px){
.p-entry__body td {
    border: 1px solid #ddd;
    padding: 9px 15px 6px;
    line-height: 2.2;
    background: #fff;
    font-size: 14px;
}

.p-entry__body .plan td, .p-entry__body .plan th {
    padding: 5px 0 5px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2;
}

.wpcf7 {
     background: none;
     border: none;
}
}


@media screen and (min-width: 768px){
.p-entry__body td {
    border: 1px solid #ddd;
    padding: 9px 15px 6px;
    line-height: 2.2;
    background: #fff;
    font-size: 16px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.2;
}

.wpcf7 {
     background: none;
     border: none;
}
}


/*お申し込みページ　合計金額表示*/

#cc1{
    background: none;
    border: none;
    box-shadow: none;
    color: #f1c901;
    font-weight: 600;
    width: 30%;
    font-size: 1.2rem;
}

h3.style4 {
    background-color: antiquewhite;
    padding: 10px;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.totalfee {
    border: 5px solid #F1C901;
    padding: 15px 10px 0px 10px;
    margin: 0 0 30px 0;
}

/*
.totalfee {
position: fixed;
    bottom: 0;
    width: 100%;
    overflow: auto;
    border-top: 5px solid #F1C901;
    padding: 5px;
    margin: 0 auto;
    background-color: #fdf8e0;
    z-index: 999;
}
*/
@media screen and (min-width: 1024px){
.totalfee {
    position: fixed;
    /* top: 550px;*/
    bottom: 80px; 
    right: 0;
    width: 300px;
    height: 220px;
    overflow: auto;
    border: 5px solid #F1C901;
    padding: 10px 10px 0px 10px;
    background-color: #fdf8e0;
    z-index: 999;
}

h3.style4 {
    background-color: antiquewhite;
    padding: 10px;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

#cc1{
    background: none;
    border: none;
    box-shadow: none;
    color: #f1c901;
    font-weight: 600;
    width: 30%;
    font-size: 1.3rem;
}
#cc1:after{
    content:"\5186\FF08\7A0E\8FBC\FF09";
    display: block;
    width: 30px;
    height: 30px;
    background: #ff0000;
    z-index: 99999;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
#cc1:before{
    content:"";
    display: block;
}
}

/*フォーム*/

.wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=date], .wpcf7 select, .wpcf7 textarea {
/*    display: block;*/
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.wpcf7 form {
    margin: 0;
}

.wpcf7 textarea {
    height: 200px;
}

@media only screen and (min-width: 768px){
.wpcf7 input, .wpcf7 textarea {
    font-size: 16px;
}

.wpcf7 form {
    margin: 1.5em 1.5em 0;
}

#lastname696, #fastname697, #lastname698, #fastname699 {
    width: 40%;
    margin:0px 10px;
}
}

/*端末一覧ページ*/
/*
.mobile-page-u96-layout-products_list-wide .mobile-page-b3s-layout-products_list-item {
    width: calc(33.33% - 13.32px);
}

[class*="mobile-page-u96-js-model-line"][aria-hidden="true"] {
    display: block;
    height: auto;
    visibility: visible;
}

.mobile-page-b3s-layout-products_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-page-u96-layout-products_list-wide .mobile-page-b3s-layout-products_list-item:nth-child(3n+1) {
    margin-left: 10px;
}

a.mobile-page-b3s-layout-products_box {
    width: 100%;
    background-color: transparent;
    min-height: 0px;
    padding: 45px 20px 0;
    box-sizing: border-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-page-b3s-layout-products_box-label {
    right: initial;
    left: 0px;
    top: 10px;
    padding: 5px;
}

.mobile-page-u96-layout-products_box-label-icon-5g {
    background: #000;
    margin: 0;
    margin-left: 5px;
    padding: 0 6px;
    display: inline-block;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    height: 22px;
    border-radius: 3px;
    float: left;
}

.mobile-page-b3s-layout-products_box-image.mobile-page-u96-device-size-m {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.mobile-page-b3s-layout-products_box-image {
    width: 120px;
    height: 120px;
}

.mobile-page-b3s-layout-products_box-inner {
    padding-right: 0;
    width: 100%;
    flex: 1;
    padding-left: 10px;
}

.mobile-page-b3s-layout-products_box-name {
    display: flex;
    font-size: 1.9rem;
    align-items: center;
    padding-top: .2em;
    padding-bottom: .2em;
    line-height: 140%;
    position: relative;
    padding-right: 10px;
}

.mobile-page-b3s-layout-products_box-release {
    border-top: 1px solid #ccc;
    margin: 0;
    font-size: 0.8em;
    padding-top: .4em;
}

.mobile-page-b3s-layout-products_box-release {
    color: #c1c1c2;
    font-size: 1.1rem;
    margin-top: 5px;
}

.mobile-page-b3s-layout-products_box-price {
    font-size: 1.6rem;
}

.mobile-page-b3s-layout-products_box-price {
    color: #2c2c2c;
    font-size: 1.4rem;
    margin-top: 0;
}

.mobile-page-b3s-layout-products_button-wrapper {
    padding: 20px;
}

.mobile-page-b3s-layout-products_more-button {
    display: table;
    width: 100%;
    height: 2.5em;
    position: relative;
}

.mobile-page-b3s-layout-products_more-button>a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #eaf1fd;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
}


*/




/********************************/

section {
    display: block;
}

.ulIndex01 > li:nth-child(3n+1) {
    clear: both;
/*    width: 314px;*/
}

.ulIndex01 > li:nth-child(3n+1) .boxImg {
    padding-left: 0;
}

.ulIndex01 .boxImg {
    display: table-cell;
    width: 120px;
    vertical-align: top;
}

.ulIndex01 .boxImg img {
    width: 100%;
    height: auto;
}

.ulIndex01 .boxTxt {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.ulIndex01 i {
    font-style: normal;
    font-size: 7px;
    font-size: 0.7rem;
    font-weight: bold;
    background-color: #eee;
    color: #000;
    margin-bottom: 5px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    border-radius: 2px;
}

.ulIndex01 .boxTxt .tit {
    color: #12265e;
    font-size: 12px;
    font-size: 1.2rem;
/*    font-weight: bold;*/
    margin-bottom: 10px;
    margin-top: -15px;
    padding: 0;
    border-bottom: none;
}

.p-entry__body h2 .ulIndex01 .boxTxt h2.tit {
    border-bottom: none;
}

.ulIndex01 .boxTxt p {
    margin-top: 10px !important;
    line-height: 1.5;
    font-size: 15px;
}

.ulIndex01 > li {
    width: 343px;
    float: left;
    display: table;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, section:after {
    content: "";
    display: table;
    clear: both;
}

.p-entry__body li, .p-entry__body dt, .p-entry__body dd {
    line-height: 1.4;/*元2.3*/
}

.p-entry__body ul {
    list-style: none;
    margin-left: 0;
}

@media only screen and (min-width: 768px){
.p-entry__body ul {
    list-style: none;
    margin-left: 1.3em;
}
}

.section01:nth-child(n+2) {
    clear: both;
    margin-top: 40px;
}

@media only screen and (min-width: 768px){
.section01:nth-child(n+2) {
    clear: both;
    margin-top: 60px;
}
}

.mwaku{
    border: 1px solid #e4e2e2;
    padding: 5px;
    /* border-radius: 5px; */
    font-size: 14px;
    background-color: #fbfaf8;
    line-height: 1.5;
    margin: 15px 0px 70px 0px;
}

.mwaku span{
    line-height: 1.5;
}

td.pinkwhite {
    background: #fffcfb;
}

.boxImg span {
    top: -10px;
    left: calc(50% - 45px);
    display: block;
    background: #f1b201;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 15px;
    line-height: 1;
    padding: 5px;
}


/*装飾*/

.tmassage {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 0.5rem;
    font-weight: 600;
    color: #ECB302;
    text-align: center;
}

.tmassage:after, .tmassage:before {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: none;
    content: none;
}

.tmassage:before {
    left: 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.tmassage:after {
    right: 0;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}

@media only screen and (min-width: 768px){

.tmassage {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-size: 1rem;
    font-weight: 700;
    color: #ECB302;
    text-align: center;
}

.tmassage:after, .tmassage:before {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: #ECB302;
    content: '';
}

.tmassage:before {
    left: 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.tmassage:after {
    right: 0;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}
}

/*flex カラム*/
.price-area{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex3-sp1 {
    width: calc(33.33333% - 10px);
}

.shadow-waku {
    padding: 5px;
    margin: 10px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 20px 20px 20px #c3c3c3;
    color: #000;
    position: relative;
}

h3.center {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
}

.price-area.img-area {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small {
    font-size: 1.4rem;
}

.p-entry__body h3 {
    font-size: 1.4rem;
/*    color: #12265e;
    border-left: solid 3px #12265e;
    padding-left: 18px;*/
}

.image-set {
    text-align: center;
}


.td26 {
    font-size: 2.6rem;
    line-height: 3.2rem;
}

.top_space30 {
    margin-top: 30px !important;
}

.boderUnder {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe1e5;
}


#Container .innerbox { /*base追記*/
    width: 92%;
    margin: 0 auto;
}

.txtRight {
    text-align: right;
}

.top_space20 {
    margin-top: 20px !important;
}

.top_space40 {
    margin-top: 40px !important;
}

h3.ttl01 {
    position: relative;
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding-left: 48px;
    padding-top: 3px;
    margin-bottom: 25px;
    margin-top: 15px;
    border-left: none;

}

.ttl01:before {
    left: 0;
    top: -14px;
}
.ttl01:before, .ttl01:after {
    content: "□";
    font-size: 3.5rem;
    color: #1676b9;
    position: absolute;
    width: 4px;
    height: 4px;
}

.ttl01:after {
    left: 7.5px;
    top: -5.5px;
}



/*--------------------------------------------------------------------------
   採用情報ページ　Recruit 調剤の流れ Pharmacy
---------------------------------------------------------------------------*/
.pharmacyPage .flowArea {
    width: 80%;
    margin: auto auto 40px auto;
    overflow: hidden;
    position: relative;
}

.pharmacyPage .flowBox {
    width: 100%;
    position: relative;
    z-index: 1;
}

.pharmacyPage .flowBox div:nth-child(1) {
    width: 60px;
    float: left;
}

.pharmacyPage .flowBox div:nth-child(1) span {
    width: 60px;
    height: 60px;
    line-height: 2.8rem;
    display: table-cell;
    vertical-align: middle;
    background: #1676b9;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 50%;
}

/**/
.pharmacyPage .flowBox div:nth-child(2) {
    padding-left: 15px;
    float: right;
    width: calc(100% - 80px);
}

.flowArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 29px;
    width: 2px;
    height: 95%;
    background-color: #0073aa;
}


.pharmacyPage .flowBox div:nth-child(2) .clearfix .pointBox {
    background: #f7f7f7;
    padding: 15px;
    display: inline-block;
    width: auto;
    float: none;
}

.pharmacyPage .flowBox div:nth-child(2) .clearfix{
    padding: 0 10px;
    width: 100%;
}


.pharmacyPage .flowBox div {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/*
.pharmacyPage .flowBox div:nth-child(2) h3 {
    padding: 20px 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #1676b9;
    margin-bottom: 15px;
    border-left: none;
}
*/

.pharmacyPage .flowBox div:nth-child(2) h3 {
    padding: 15px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #1676b9;
    margin-bottom: 15px;
}

.pharmacyPage .flowBox div:nth-child(2) .clearfix ul {
    display: inline-block;
    width: auto;
    float: left;
    vertical-align: top;
    margin-right: 25px;
}

.ListCircle>li {
    margin: 5px 0px;
    padding-left: 1em;
    font-size: 1rem;
}

.p-entry__body ul.ListCircle li{
list-style: none;
}

.ListCircle>li:before {
    content: "";
    color: white;
    text-align: center;
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #8E8E8E;
    line-height: 23px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -1em;
    margin-bottom: 2px;
}


.pharmacyPage .flowBox div:nth-child(2) .clearfix .photo {
    display: inline-block;
    margin-right: 15px;
    width: 190px;
    vertical-align: top;
    float: left;
}

.pharmacyPage .flowBox div:nth-child(2) .clearfix .pointBox .photo {
    display: inline-block;
    margin-left: 15px;
    margin-right: 0px;
    width: 138px;
    vertical-align: top;
}
.pharmacyPage .flowBox div:nth-child(2) .clearfix .pointBox h4.tl {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
}






.botom_space5 {
    margin-bottom: 5px;
}

.td18 {
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.btn.blue {
    background-color: #0966a0;
}



/*--------------------------------------------------------------------------
   店舗詳細ページ　all-shops
---------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    #Container .contentHead .inner {
        width: 96%;
        margin: 0px auto 20px auto;
    }
}

.shopPage #Container .inner .wrapper_map {
    position: relative;
    height: 625px;
    width: 800px; margin: auto;
    background: url(/wp-content/uploads/2025/07/img_map.jpg) -30px 0 no-repeat #fff;
	background-size: auto;
}
.shopPage #Container .inner .wrapper_map img{ display:none;}

/* wrapper_map */
.shopPage #Container .inner .wrapper_map .map_title{
	font-weight:bold;
	color:#153393;
	font-size:20px;
	margin:20px 0 0 18px;
}
.shopPage #Container .inner .wrapper_map li a,
.shopPage #Container .inner .wrapper_map li span{
	font-weight:bold;
	color:#333;
	border:1px solid #3b3b3b;
	border-radius: 2px;
	background-image: none !important;
	background: #f7f7f7;
	width:56px;
	height:26px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	text-decoration: none;
	overflow: hidden;
	text-indent: 0;cursor: pointer;
	transition: .2s linear; -moz-transition: .2s linear; -webkit-transition: .2s linear; -o-transition: .2s linear; -ms-transition: .2s linear;
}
.shopPage #Container .inner .wrapper_map li a:hover,
.shopPage #Container .inner .wrapper_map li span:hover{background: #d7f0ff;}
.shopPage #Container .inner .wrapper_map li a.non,
.shopPage #Container .inner .wrapper_map li span.non{cursor:default;pointer-events:none;background: #e2e2e2;color: #5c5c5c;}

.shopPage #Container .inner .wrapper_map .mapjapan li {
	float: left;
	margin: 2px;
}
.shopPage #Container .inner .wrapper_map .mapjapan ul {
	overflow: hidden;
}
.shopPage #Container .inner .wrapper_map .mapjapan .ttl span {
	display: block;
	padding: 4px 3px 3px;
	margin: 0 auto 1px auto;
	text-align: center;
	color: #ffffff;
	font-size:12px;
}
.shopPage #Container .inner .wrapper_map .mapjapan .ttl span{
	background-color: #3b3b3b;
}
.shopPage #Container .inner .wrapper_map .mapjapan .ttl{
	margin-bottom: 0;
}
.shopPage .p-entry__body ul{
        margin-left: 0px!important;
}
.shopPage .p-entry__body li, .shopPage .p-entry__body dt, .shopPage .p-entry__body dd {
    line-height: 150%;
}
.shopPage #Container .inner .wrapper_map .mapjapan {
	position: absolute;
	overflow: hidden;
}
.shopPage #Container .inner .wrapper_map #hokkaido {
	width: 64px;
	top: 20px;
	left: 407px;
}
.shopPage #Container .inner .wrapper_map #tohoku {
	width: 124px;
	top: 66px;
	right: 0px;
}
.shopPage #Container .inner .wrapper_map #kanto {
	width: 124px;
	top:217px;
	right: 0px;
}
.shopPage #Container .inner .wrapper_map #koshinetsu-hokuriku {
	width: 124px;
	top: 97px;
	left: 264px;
}

.shopPage #Container .inner .wrapper_map #tokai {
	width: 124px;
	top:400px;
	right: 30px;
}

.shopPage #Container .inner .wrapper_map #kinki {
	width: 124px;
	top: 485px;
	right: 180px;
}
.shopPage #Container .inner .wrapper_map #chugoku {
	width: 124px;
	top: 247px;
	left: 144px;
}
.shopPage #Container .inner .wrapper_map #shikoku {
	width: 128px;
	top: 513px;
	right: 340px;
}

.shopPage #Container .inner .wrapper_map #kyushu-okinawa {
	width: 124px;
	top: 405px;
	left: 5px;
}

.tableSt tr:nth-child(1) {border-top: #a8a8a8 solid 2px;}/*8/20　追記*/

.p-entry__body h2.tit.inr_bnr .bnr {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    margin-top: -15px;
}

/*TB*/
@media screen and (max-width:1280px){


}
@media screen and (max-width:800px){
.shopPage #Container .inner .wrapper_map{width: 100%; 
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;}
.shopPage #Container .inner .wrapper_map .mapjapan {
position: relative; text-align: center;
overflow:inherit;vertical-align: top;
}
.shopPage #Container .inner .wrapper_map li{width: 31.3333333333334%;margin: 1%;}
.shopPage #Container .inner .wrapper_map li a,
.shopPage #Container .inner .wrapper_map li span{width: 100%; display: block;}
.shopPage #Container .inner .wrapper_map #hokkaido,
.shopPage #Container .inner .wrapper_map #tohoku,
.shopPage #Container .inner .wrapper_map #kanto,
.shopPage #Container .inner .wrapper_map #koshinetsu-hokuriku,
.shopPage #Container .inner .wrapper_map #tokai,
.shopPage #Container .inner .wrapper_map #kinki,
.shopPage #Container .inner .wrapper_map #chugoku,
.shopPage #Container .inner .wrapper_map #shikoku,
.shopPage #Container .inner .wrapper_map #kyushu-okinawa {display: block;width: 50%;top: auto;left: auto;right:auto; float: left; margin-bottom: 15px;vertical-align: top;border: 5px solid #fff;-webkit-box-sizing: border-box; box-sizing: border-box;}
.shopPage #Container .inner .wrapper_map { height: auto;width: 100%;background: none;}
.shopPage #Container .inner .wrapper_map img{ display:block;}
}

@media screen and (max-width: 768px) {
    .p-entry__body h2.tit.inr_bnr .bnr {
        width: 190px;
	display:inline-table;
        margin-top: -5px;
    }
}

@media screen and (max-width:578px){
.shopPage #Container .inner .wrapper_map img{ display:none;}
.shopPage #Container .shopList .tableSt thead{display: none;}
.tableSt tr:nth-child(1) td {border-top: 0;}
.tableSt tr {border-top: #a8a8a8 solid 2px;}
.shopPage #Container .shopList .tableSt td{display: block;padding: 40px 5px 15px 5px;position: relative;}
.shopPage #Container .shopList .tableSt td:nth-child(1):before{content:"店舗名"; width: 96%; display: block;padding: 5px 2%;text-align: center; background: #f5f5f5; position: absolute; top: 0; left: 0;}
.shopPage #Container .shopList .tableSt td:nth-child(2):before{content:"住所"; width: 96%; display: block;padding: 5px 2%;text-align: center; background: #f5f5f5; position: absolute; top: 0; left: 0;}
.shopPage #Container .shopList .tableSt td:nth-child(3):before{content:"電話番号"; width: 96%; display: block;padding: 5px 2%;text-align: center; background: #f5f5f5; position: absolute; top: 0; left: 0;}
.shopPage #Container .shopList .tableSt td:nth-child(4):before{content:"営業時間"; width: 96%; display: block;padding: 5px 2%;text-align: center; background: #f5f5f5; position: absolute; top: 0; left: 0;}
.shopPage #Container .shopList .tableSt tr{border-top: #a8a8a8 solid 1px;padding: 5px 0;}
.shopPage #Container .shopList .tableSt th,
.shopPage #Container .shopList .tableSt td{font-size: 1.4rem;}
}
@media screen and (max-width:478px){
.shopPage #Container .inner .wrapper_map li{width: 47.5%;margin: 1%;}
.shopPage #Container .inner .wrapper_map li a,
.shopPage #Container .inner .wrapper_map li span{width: 100%; display: block;}
.shopPage #Container .inner .tableSt td {border-bottom:none;display: block;}
}
@media screen and (max-width:400px){
.shopPage #Container .inner .wrapper_map li{width: 98%;margin: 1%;}
.shopPage #Container .inner .wrapper_map li a,
.shopPage #Container .inner .wrapper_map li span{width: 100%; display: block;}
}





/*店舗詳細ページ　shop*/

.shop-contitle{
    background-color: #F4F4F4;
    margin: 0 15px 5px 0;
    width: 120px;
    padding:5px 5px 4px 5px;
    text-align: center;
    display: inline-block;
}

.shoplist li {
    margin-bottom: 15px;
}

.shoplist li span {
    display: inline-block;
    /*vertical-align: top;*/
}

.shop-image img{
    margin-bottom:15px;
    width: 100%;
}

.shop-single .p-page-header::before{
    background-image: url('/wp-content/uploads/2025/06/スクリーンショット-2025-06-27-104439.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.p-page-header__overlay {
    background-color: rgba(255, 255, 255, 0.5) !important; /* 白の半透明 */
}


/*店舗一覧ページ　shop-all*/

.all-shoplist {
  margin-bottom: 3em;
  overflow-x: auto;
}

.tableSt {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}

.tableSt thead th {
  background: #f5f5f5;
  border-bottom: 2px solid #ccc;
  border-right:none;
  border-left:none;
  border-top:none;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  width: 25%;
}

.tableSt td {
  border-bottom: 1px solid #e0e0e0;
  border-right:none;
  border-left:none;
  border-top:none;
  padding: 10px;
  vertical-align: top;
  width:25%;
}

.p-entry__body .tableSt th {

}

.tableSt td a {
  color: #0073aa;
  text-decoration: none;
}

.tableSt td a:hover {
  text-decoration: underline;
}

.tel-link {
  white-space: nowrap;
}

/*
.all-shoplist table{
  border:none;
}
*/


/******************************************************/

/*元々のcssキャンセル*//*をすると店舗ページの横幅が100%になってしまうのでキャンセルをキャンセル*/
.l-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 88.28125%;
    max-width: 1130px;
}

.p-entry__inner {
    width: 100%;
    max-width: 100%;
    max-width: 1130px;
}


/*追加css*//*横幅をどうするか検討*/

.inner {
    max-width: 1100px;/*元910px*/
    margin: 0 auto;
}

.outer {
    max-width: 1280px;
    margin: 0 auto;
}

.l-inner ul.p-breadcrumb{
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sectionEffect__comparison {
    /* margin-top: 40px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
}


.sectionEffect__itemSpace {
    width: 100%;
    margin-right: 20px;
    display: flex;
}

.sectionEffect__itemSpace:nth-child(1){
width: 65%;
}

.sectionEffect__itemSpace:last-child {
    margin-right: 0px!important;
}

.mb-50{
    margin-bottom:50px;
}

.mb-60{
    margin-bottom:60px;
}

.mb-70{
    margin-bottom:70px;
}

.product, .product--blue {
    padding-bottom: 10px;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 40px;
    background-color: #ffffff;
    text-align: left;
}

.product_small {
    padding-bottom: 0px;
    margin-bottom: 40px;
    width: 100%;
    border-radius: 30px;
    background-color: #ffffff;
    text-align: left;
}

.product p {
    text-align: left;
}

.product h2 {
    text-align: center;
}

h2.tit {
    margin-bottom: 50px;
    text-align: center;
    margin-top:50px;
}

.product__effectBox {
    padding-bottom: 10px;
    padding: 24px;
    height: 422px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__effectBox_small {
    padding-bottom: 10px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merit-icon-area {
    width: 100%;
    margin: 0 auto;
}

.product__effect, .product__effect--blue {
    margin: 40px 0;
    font-size: 24px;
    font-weight: 600;
}

h3.product__effect {
    font-size: 130%;
    color: #12265e;
    text-align:center;
    border-left: none;
    padding-left: none;
}

h3.product__effect_small {
    font-size: 100%;
    color: #12265e;
    text-align: center;
    border-left: none;
    padding-left: 0;
    margin: 20px 0;
    font-weight: 600;
  display:table-cell;
  vertical-align:middle;
}
}

.product__img {
    width: 280px;
}

.background-lightgray{
    padding-top:1px;
    background-color:#f2f2f2;
}

.background-lightgray-top {
    padding-top: 30px;
    background-color: #f2f2f2;
}

.gray-waku {
    background-color: #efefef;
    padding: 20px;
    display: block;
    margin-bottom: 50px!important;
}

.col-border {
    border: 1px solid #CCCCCC;
    padding: 40px 60px;
    font-size: 90%;
}

.p-footer-cta--1 .p-footer-cta__btn {
    border-radius: 30px;
}

.p-index-content02__item-image {
    display: block;
    border-radius: 10px;
}

.p-index-content02__item-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.p-pagetop a {
    background: #414141;
    color: #fff;
    display: block;
    height: 56px;
    position: relative;
}

.l-footer {
    background: #414141!important;
}

.subMenu.shot {
    justify-content: center;
}
.subMenu {
    width: 100%;
    margin: 10px auto 50px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subMenu a {
    width: 17%;
    margin: 0 0.2% 5px 0.2%;
    font-size: 0.9rem;
    padding: 15px 10px 15px 10px;
    color: #fff!important;
    text-decoration: none;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    background: #0a0a0b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .subMenu a {
        width: 30%;
    }
}

@media screen and (max-width: 568px) {
    .subMenu a {
        width: 44%;
    }
}

@media screen and (max-width: 320px) {
    .subMenu a {
        width: 42%;
    }
}


/*
a:visited {
    color: #333333;
    text-decoration: none;
}
*/

@media screen and (max-width: 1280px) {
    .p-entry__body .inner {
        width: 96%;
        margin: 0px auto 20px auto;
    }
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

section.grayPanel {
    background-color: #f3f3f3;
    width: 100%;
    padding: 40px 0;
}

section.whitePanel {
    background-color: #ffffff;
    width: 100%;
    padding: 40px 0;
}


.icon {
    padding-left: 35px !important;
    position: relative;
    display: inline-block;
}

.icon.pdf:before {
    content:url('/wp-content/themes/oops_tcd048_1.4.1-child/img/pdf_icon.png');
}
.icon:before {
    color: #0a0a0b;
    position: absolute;
    display: block;
    width: 13px;
    height: 18px;
    left: 0;
    top: 0;
}

h4.ttl02{
background-color:#ffffff;
}
.ttl02 {
    font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 120%;
    font-size: 1.8rem;
    font-weight: 500;
    color: #262626;
    padding: 15px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
}


/*awesome font*/

.fa-angle-right {
  font-size: 0.9em;   /* 少し小さくして細く見せる */
  opacity: 0.8;       /* 薄めにして細く見せる */
}

.left_space10 {
    margin-left: 10px;
}

.sitemap div {
    padding: 5px 0;
}

.sitemap h4 {
    font-size: 18px;
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 15px 10px;
}

.p-entry__body .sitemap a {
    color: #333333;
    text-decoration: none;
}

.p-entry__body .sitemap a:visited {
    color: #333333;
    text-decoration: none;
}


.p-entry__body .sitemap a:hover {
    color: #337eb3;
    text-decoration: none;
}

/*お問い合わせ　contact*/
.wpcf7-radio{
    display:flex;
}

.wpcf7-form-control-wrap{
display: inline-flex;
}



