@charset "UTF-8";
/*
Theme Name: swell Child
Description: swell Child Theme
Template: swell
Version: 6.0

*/
/*-----------------------------------------------------
MRT ワクチンサイト CSS
-----------------------------------------------------*/
.l-header__bar .c-catchphrase {
    width: auto !important;
}
:root {
--color_link: #012169;
}
@media (max-width: 600px) {
    .title {
        justify-content: flex-start !important;
    }    
}
.link_box_topimage {
    display: flex;
    width: 100% !important;
    align-items: flex-end;
    align-content: flex-end;
    height: 76px !important;
}
@media (max-width: 781px) {
    .link_box_topimage {
        height: auto !important;
    }
}
.link_box_topimage > .swell-block-button.red_.is-style-btn_line {
    width: 100%;
}


/*フォーム*/
input::placeholder {
    color: #ccc;
}
.wpcf7-form-control-wrap {
    display: flex;
    flex-wrap: wrap;
    }
    .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    order: -1;
    width: 100%;
    }
    .row {
    display:flex;
    margin: 0 auto;
    flex-wrap: wrap;
    }
    .title {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0.5em;
    padding-bottom: 2rem;
    line-height: 1.3em;
    padding-top: calc((38px - 1.3em) / 2);
    }
    .label {
    width: 65%;
    }
    .title > p {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .title > p > .label {
        display: inline-block;
        width: auto;
    }
    .hissu {
        margin-left: 0.25em;
        margin-right: 0;
        text-align: center;
        font-size:14px;
        padding: 0 0.5em;
        color:#FFFFFF;
        background-color:#012169;
        display: inline-block;
        max-width: 100px;
        white-space: nowrap;
    }
    .top #content {
       padding-top: 0;
    }
    dl dd {
    padding-bottom:2rem;
    }
    .l-content {
      padding-top: 0;
    }
    .maru{
      height: 60px;
      width:60px;
      text-align: center;
      line-height: 60px;
      padding: 0 !important;
      border-radius: 50%;
      margin: auto;
      font-size:200% !important;
    }
    .merit_ttl {
    min-height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 1rem 0 !important;
    }
.form_item {
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    width:100%;
    }
    .form_item.ninzu {
    width:150px;
    }
    .privacypolicy_lid{
    width:100%;
    height:200px;
    padding:1.5rem;
    overflow-y: scroll;
    }
    .w-100{
    width:100% !important;
    }
    .w-70{
    width:70% !important;
    }
@media (max-width: 600px){
    .title {
        width: 100% !important;
        padding-bottom:0.3rem;
    }
    .title > p {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .title > p > .label {
        order: 1;
    }
    .title > p > .hissu {
        margin-left: 0;
        margin-right: 0.25em;
    }
    .w-70{
        width:100% !important;
    }
}
@media (min-width: 600px){
    .l-content {
       padding-top: 0;
    }
}
    .pb-0{
    padding-bottom:0 !important;
    }
    .pb-1{
    padding-bottom:0.3rem;
    }
    .pt-1{
    padding-top:0.3rem;
    }
    .btn {
    width:100%;
    max-width: 350px;
    }
    .moushikomu {
    border: solid 1px #012169;
    padding: 0.5em;
    margin-bottom: 2em;
    }
    [class*=is-style-btn_] a {
    width:100%;
    max-width: 350px;
    }
    .wp-block-column.has-swl-main-color.has-swl-pale-02-background-color.has-text-color.has-background.has-link-color {
    position:relative;
    }
    .wp-block-column.has-swl-main-color.has-swl-pale-02-background-color.has-text-color.has-background.has-link-color::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 50%;
        width: 0;
        transform: rotate(135deg);
        height: 0;
        border-left: 30px solid #012169;
        border-right: 30px solid transparent;
        border-bottom: 30px solid transparent; 
    }
    .wp-block-column.has-swl-main-color.has-swl-pale-02-background-color.has-text-color.has-background.has-link-color:last-child::after {
        display: none; 
    }
@media (max-width: 781px){
    .wp-block-column.has-swl-main-color.has-swl-pale-02-background-color.has-text-color.has-background.has-link-color::after {
        right: calc(50% - 30px);
        top: 96%;
        width: 0;
        transform: rotate(180deg);
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #012169; 
    }
}
@media (max-width: 1200px) {
	footer br {
		display:block;
	}
}

/* カスタマイズ */
.text-center {
    text-align: center;
}
.btn {
   background: #ff7f01;
    color: #fff;
}
.mb-3 {
    margin-bottom: 1.5rem;
}
.mb-6 {
    margin-bottom: 3rem;
}
.mw_wp_form .block{
    display:none;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .block{
    display:block;
}
.disable,
.disable a {
    opacity: 0.5;
    cursor: default !important;
}
.is-style-btn_normal.disable a:hover {
    box-shadow: 0 4px 4px rgba(0,0,0,.1),0 4px 4px -4px rgba(0,0,0,.2);
    opacity: 0.5;
}
.is-style-btn_line.disable a:hover {
    background-color: transparent;
    border-color: var(--the-btn-color, var(--color_main));
    color: var(--the-btn-bg) !important;
}
.has-text-align-center.has-border.-border01.has-swl-deep-01-color.has-text-color.has-link-color.wp-elements-51b6cd887be99770cb74665acf08dcb6 {
    border-color:#e44141;
    padding: 0.5em;
}