/*
Theme Name: fukuzawa-child
Theme URI: http://2inc.org ( テーマのURL )
Description: Habakiri の子テーマです ( テーマの説明 )
Author: Takashi Kitajima ( 作者名 )
Author URI: http://2inc.org ( 作者のURL )
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: fukuzawa
*/


/*
========================
     フォント
========================
*/

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');


p.zaiko {
    background: #53bc91;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    display: block;
    line-height: 50px;
    font-weight: 600;
    margin: 1rem auto;
}

.oshirase-top-inner p.zaiko {
    background: #53bc91;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    display: block;
    line-height: 50px;
    font-weight: 600;
    margin: 1rem auto;
    width: 50%;
}


/*
========================
     共通
========================
*/

p {
    font-size: 15px;
}

h2,
h3,
h4 {
    font-family: 'Sawarabi Mincho';
    font-weight: 500;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

.keikou {
    background: linear-gradient(transparent 40%, #ffff66 40%);
}

.textright {
    text-align: right;
    margin-right: 50px;
}

.small {}


.breadcrumbs {
    margin-bottom: 15px;
}

#loader {
    /* id="loader"の設定 */
    width: 128px;
    /* 表示領域の幅を設定 */
    height: 128px;
    /* 表示領域の高さを設定 */
    display: none;
    position: fixed;
    /* スクロールしても表示位置が固定されます */
    _position: absolute;
    /* IE6対策 */
    top: 50%;
    /* ブラウザの表示の高さの半分にloader.gifを配置します */
    left: 50%;
    /* ブラウザの表示の幅の半分にloaer.gifを配置します */
    margin-top: -40px;
    /* heightの半分のマイナス値 */
    margin-left: -40px;
    /* widthの半分のマイナス値 */
    z-index: 10;
    /* #fadeより多い値を入れて下さい */
}

#fade {
    /* id="fade"の設定 */
    width: 100%;
    /* ブラウザの表示の幅の大きさに指定します */
    height: 100%;
    /* ブラウザの表示の高さの大きさに指定します */
    display: none;
    background-color: <span style="color: #ff0000;">#ccc</span>;
    /* 表示するフェイドの色を指定します */
    position: <span style="color: #ff0000;">fixed</span>;
    /* スクロールしても表示の位置が固定されます */
    top: 0px;
    /* 上からの配置位置を指定します */
    left: 0px;
    /* 左からの配置位置を指定します */
    z-index: 5;
    /* #loaderより少ない値を入れて下さい */
    /* 透明度を指定します。 */
    <span style="color: #ff0000;">filter: alpha(opacity=20);
    </span><span style="color: #ff0000;">opacity: 0.5;
    </span>
}

a img {
    transition: 1.0s;
}

a:hover img {
    opacity: 0.5;
}

.link_normal {
    margin-top: 20px;
    text-align: center;
}

.link_normal a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.link_normal a::before,
.link_normal a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.link_normal a,
.link_normal a::before,
.link_normal a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.link_normal a {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #009b6b;
    color: #333;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}

.link_normal a:hover {
    color: #fff;
}

.link_normal a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.link_normal a:hover::after {
    background: #009b6b;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.link_front_naika {
    margin-top: 20px;
    text-align: center;
}

.link_front_naika a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.link_front_naika a::before,
.link_front_naika a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.link_front_naika a,
.link_front_naika a::before,
.link_front_naika a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.link_front_naika a {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #009b6b;
    color: #333;
    overflow: hidden;
    padding: 5px;
    width: 70%;
}

.link_front_naika a:hover {
    color: #fff;
}

.link_front_naika a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.link_front_naika a:hover::after {
    background: #009b6b;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.link_front_hifuka {
    margin-top: 20px;
    text-align: center;
}

.link_front_hifuka a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.link_front_hifuka a::before,
.link_front_hifuka a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.link_front_hifuka a,
.link_front_hifuka a::before,
.link_front_hifuka a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.link_front_hifuka a {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #ff8ab6;
    color: #333;
    overflow: hidden;
    padding: 5px;
    width: 70%;
}

.link_front_hifuka a:hover {
    color: #fff;
}

.link_front_hifuka a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.link_front_hifuka a:hover::after {
    background: #ff8ab6;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hifuka_link a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.hifuka_link a::before,
.hifuka_link a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.hifuka_link a,
.hifuka_link a::before,
.hifuka_link a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hifuka_link a {
    background-color: #ff88b4;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.hifuka_link a:hover {
    background-color: #ff3d85;
    color: #fff;
}


.link_jihi a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.link_jihi a::before,
.link_jihi a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.link_jihi a,
.link_jihi a::before,
.link_jihi a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.link_jihi a {
    background-color: #74c7f9;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.link_jihi a:hover {
    background-color: #009fff;
    color: #fff;
}

.naika_link {
    margin: 10px 0;
}

.naika_link a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.naika_link a::before,
.naika_link a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.naika_link a,
.naika_link a::before,
.naika_link a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.naika_link a {
    background-color: #048c48;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.naika_link a:hover {
    background-color: #008046;
    color: #fff;
}

.monshin_link {
    margin: 10px 0;
}

.monshin_link a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.monshin_link a::before,
.monshin_link a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.monshin_link a,
.monshin_link a::before,
.monshin_link a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.monshin_link a {
    background-color: #FF9800;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.monshin_link a:hover {
    background-color: #ff8400;
    color: #fff;
}

.front_access {}

.front_access a {
    background: #66a0ff;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

.front_access a:hover {
    color: #fff;
    text-decoration: none;
}


.front_access a:before {
    content: "\f1b9";
    font-family: FontAwesome;
    padding-right: 10px;
}

.front_access a:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 10px;
}

.circle_fl {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 30px;
    padding: 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.25), inset 0 -2px 0px rgba(0, 0, 0, 0.18);
    transition: .2s;
}

.circle_fl .fa {
    line-height: 30px;
}

.circle_fl:hover {
    box-shadow: none;
    color: #fff;
}

.circle_fl.ftw {
    background: #1da1f3;
    border: solid 5px #1da1f3;
}

.circle_fl.ffb {
    background: #3b75d4;
    border: solid 5px #3b75d4;
}

.circle_fl.finsta {
    background: #ef4d4d;
    border: solid 5px #ef4d4d;
}

.circle_fl.finsta {
    background: #c50000;
    border: solid 5px #f13f79;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}




/*
========================
     ヘッダー
========================
*/

.header {
    box-shadow: 0px 0px 6px 3px #e3e3e3;
    -moz-box-shadow: 0px 0px 6px 3px #e3e3e3;
    -webkit-box-shadow: 0px 0px 6px 3px #e3e3e3;
}

.page-header {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.page-header:before {
    content: "";
    display: block;
    position: absolute;
    background: inherit;
    filter: blur(5px);
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}

.responsive-nav .menu-item {
    font-family: 'Sawarabi Mincho';
}

.menu-item {}

.hd-catch {
    margin: 20px 0 10px 0;
}

.page-header__title {
    font-family: 'Sawarabi Mincho';
    text-shadow: 1px 2px 3px #808080;
    font-size: 25px;
}

.page-header p {
    font-family: 'Pathway Gothic One', sans-serif;
    text-shadow: 1px 2px 3px #808080;
    font-size: 25px;
    border-top: 3px solid #fff;
    margin: 15px auto;
    width: 300px;
}


.menu-item a {
    position: relative;
    display: inline-block;
    padding: .4em;
    text-decoration: none;
}

.menu-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #53bc91;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-item a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.nomargin {
    margin: 0 0 10px;
}

















/*
========================
     トップページ
========================
*/

.front-catch p {
    font-family: 'Sawarabi Mincho';
    text-align: center;
    line-height: 17px;
    font-size: 17px;
    margin-top: 17px;
}


.top_s {
    margin-top: 20px;
}

.front_newsbox h2 {
    border-bottom: 2px solid #60c09a;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.frontmidashi {
    width: 60px;
}

.frontci p a {
    color: #009b6b;
}














/*
========================
      画像白線
========================
*/

.front-box {
    overflow: hidden;
    margin: 30px 0;
}

.frame {
    display: inline-block;
}

.frame.outset img {
    border: 3px solid #fff;
    background: #ffffff;
    padding: 1px;
}

.frame.inset {
    position: relative;
    line-height: 0;
}

.frame.inset:before {
    content: "";
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 2%;
    left: 1.5%;
    border: 3px solid #fff;
    width: 97%;
    height: 96%;
    box-sizing: border-box;
}




/*
========================
      フロント
========================
*/

.front h2 {
    font-family: 'Sawarabi Mincho';
    text-align: left;
    font-size: 20px;
}

.front h2 span {
    font-size: 15px;
}

.frontblogimg {}

.frontnews {
    margin-bottom: 20px;
}

.frontnewsbox {
    margin-top: 18px;
}

.frontnews p {
    margin-bottom: 0;
    font-size: 12px;
}

.frontnews h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.frontblogh2 h2 {
    text-align: center;
}

.frontblogh2 span {
    font-size: 15px;
    display: block;
}

.frontblog span {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
    background: #60c09a;
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
}

.frontblog figure {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.frontblog h3 {
    font-size: 15px;
    margin: 10px 0 5px 0;
}

.frontblog p {
    font-size: 12px;
}

.frontci {
    text-align: center;
}

.frontci h2 {
    text-align: center;
}

.frontholiborder {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.frontholi h3 {
    font-family: 'Sawarabi Mincho';
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 100px;
    margin: 10px auto;
}


.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.simply-scroll-list li {
    float: left;
    /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 200px;
    height: 200px;
    list-style: none;
}

.simply-scroll-list li img {
    display: block;
}

.frontmenubox {
    margin: 20px 0;
}

#loopSlide {
    margin: 20px 0;
}

.fronthifukab {
    background: #ff7bac;
}





















/*
========================
      footer
========================
*/

#footer-nav li {
    float: left;
    list-style: none;
    padding: 10px;
}

.copyright {
    background-color: #60c09a;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 0;
    text-align: center;
}










/* 
========================
      BUTTON THREE
========================
*/

.btntop {
    line-height: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.box-3 {
    background-color: #4eb98e;
    width: 200px;
    margin: 20px auto;
}


.btn-three {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
}

.btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.btn-three:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.btn-three::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1.2, 1.2);
}

.btn-three:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}




/* 
========================
      サブページ
========================
*/

.subpage h2 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-top: 5px;
}

.subpage h2:first-letter {
    margin-right: 3px;
    font-size: 140%;
    color: #53bc91;
}

.subpage h3 {
    border-left: 3px solid #FF5722;
    padding: 5px 10px;
}

.subpage h4 {
    background: #efefef;
    padding: 10px;
}

.clinicslider {
    margin-bottom: 30px;
}




/* 
========================
      ブログ
========================
*/

.related-posts__title {
    background: #009b6b;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.related-posts__title:before {
    content: "\f040";
    font-family: FontAwesome;
    padding-right: 10px;
}



/* 
========================
      サイドバー
========================
*/

.side_sns {
    margin: 20px 5px;
}

.holi {
    font-family: 'Sawarabi Mincho';
    border-bottom: 2px solid #53bc91;
    padding: 0 5px 5px;
}

.holi:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #ff7bac;
    padding-right: 10px;
}

.side-nav,
.sub-menu {
    list-style: none;
    padding-left: 0px;
}

.side-nav li {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

.side-nav li:after {
    content: "\f054";
    font-family: FontAwesome;
    float: right;
    color: #ccc;
    margin-top: 6px;
}

#menu-item-177 {
    background: #53bc91;
    border-radius: 10px 10px 0 0;
    border-bottom: none !important;
}

#menu-item-177 a {
    color: #fff;
}

#menu-item-177:after {
    color: #fff !important;
}

#menu-item-200 {
    background: #ff7bac;
    border-radius: 10px 10px 0 0;
    border-bottom: none !important;
}

#menu-item-200 a {
    color: #fff;
}

#menu-item-200:after {
    color: #fff !important;
}

#menu-item-220 {
    background: #03a9f4;
    border-radius: 10px 10px 0 0;
    border-bottom: none !important;
}

#menu-item-220 a {
    color: #fff;
}

#menu-item-220:after {
    color: #fff !important;
}


.side_time p {
    font-size: 13px;
}

.side_time td,
.side_time th {
    padding: 5px !important;
    font-size: 11px;
    border: none !important;
}

.sidebar h2 {
    font-family: 'Sawarabi Mincho';
    border-bottom: 2px solid #53bc91;
    padding: 0 5px 5px;
}

.sidebar h2:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #ff7bac;
    padding-right: 10px;
}

.naika_side {
    color: #53bc91;
    font-size: 13px !important;
}

.hifuka_side {
    color: #ff7bac;
    font-size: 13px !important;
}

.rc {
    font-size: 19px;
    text-align: center;
}

.link {}

.link a {
    width: 330px;
    background: #60c09a;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 50px auto 0;
    transform: .3s;
}

.link a:hover {
    text-decoration: none;
    color: #fff;
    background: #ff7bac;
}

.marker_y {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}


.shadow img {
    /* box-shadow */
    box-shadow: 0px 2px 13px 1px #e6e6e6;
    -moz-box-shadow: 0px 2px 13px 1px #e6e6e6;
    -webkit-box-shadow: 0px 2px 13px 1px #e6e6e6;
    /* border-radius */
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /* border */
    border: 3px solid #ffffff;
}

.wp-image-416 {
    margin-bottom: 20px;
}

#fullmap {
    width: 100%;
    height: 400px;
}

.center {
    text-align: center;
}

#menu-item-543 {
    background: #FF9800;
    border-radius: 10px;
    border-bottom: none !important;
}

#menu-item-543 a {
    color: #fff;
}

#menu-item-543:after {
    color: #fff !important;
}

.contact_p {}


.wpcf7-submit {
    background: #FF9800;
    border: none;
    padding: 10px;
    width: 80%;
    display: block;
    margin: 20px auto;
    color: #fff;
}

.tel_n {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.tel_n:before {
    content: "\f098";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #60c09a;
}

.tel_n a {
    color: #414141;
}

#footer-nav {
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 0;
    margin-top: 20px;
}

#footer-nav li {
    padding: 5px;
}

.site-branding {
    text-align: center;
}

.off-canvas-nav--dark {
    background-color: #60c09a;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.off-canvas-nav--dark>ul,
.off-canvas-nav--dark>*>ul {
    border-bottom: 1px solid #ffffff;
}

.off-canvas-nav--dark li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.off-canvas-nav--dark a {
    color: #fff;
    padding: 10px 20px;
}

.off-canvas-nav--dark .current-menu-item>a,
.off-canvas-nav--dark .current_page_ancestor>a,
.off-canvas-nav--dark .current-page-ancestor>a,
.off-canvas-nav--dark .current_page_item>a,
.off-canvas-nav--dark .current_page_parent>a {
    background-color: #60c09a;
    color: #fff;
}

.link_s a {
    font-size: 12px;
}

.red {
    color: #E91E63;
}

.blue {
    color: #2196F3;
}

.pcnone {
    display: none;
}


.aga_area {
    padding: 50px 15px;
}


.off-canvas-nav--dark a:hover,
.off-canvas-nav--dark a:active,
.off-canvas-nav--dark a:focus {
    background-color: #60c09a;
    color: #fff;
}

.clear {
    clear: both;
}




/* 
========================
      テーブル
========================
*/

.page table {
    border-collapse: collapse;
    width: 100%;
}

.page table th,
.page table td {
    padding: 10px;
    border: 1px solid #999;
    text-align: left;
}

.page table th {
    width: 20%;
    text-align: center;
}


.rct table {
    border-collapse: collapse;
    width: 100%;
}

.rct table th,
.rct table td {
    padding: 10px;
    border: 1px solid #fff;
}

.rct table th {
    background-color: #ff7bac;
    color: #fff;
    text-align: center;
    width: 30%;
}

.contact_p table {
    border-collapse: collapse;
    width: 80%;
    margin: 0 auto;
}

.contact_p table th,
.contact_p table td {
    padding: 10px;
    border-bottom: 1px dotted #999;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact_p table th {
    text-align: center;
    width: 30%;
}

.map {
    width: 100%;
    height: 500px;
    position: relative;
}

.price th {
    width: 30% !important;
}

.price td {
    text-align: center !important;
}

.ketsuatsu table {
    text-align: center;
}

.ketsuatsu th {}

.ketsuatsu td {
    text-align: center !important;
}


.clinic td {
    text-align: center !important;
}

.jihi table {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-collapse: collapse;
    width: 100%;
}

.jihi table th,
.jihi table td {
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-top: none;
    border-right: none;
    padding: 10px;
    text-align: center;
}

.jihi table th {}

.namelabel {
    background: #ffc2b7;
    color: #484848;
}

.jihiw {
    width: 30% !important;
}

.noboder {
    border-right: none !important;
    border-left: none !important;
}

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

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


.entryform {}

.entryform table {
    width: 80%;
    margin: 0 auto;
}

.entryform th {
    border: none !important;
    width: 30% !important;
}

.entryform td {
    text-align: left !important;
    padding: 20px !important;
    border: none !important;
}

.age {
    width: 50px;
    margin-right: 5px;
}

.copyright a {
    padding: 5px 0;
    display: block;
}


.gotop {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2rem 0 0;
    border-bottom: 5px solid #60c09a;
}

.gotop p {
    margin-bottom: 0;
}

.gotop a {}

.snsbox {
    margin-bottom: 70px;
}

#footer2 {}

.sub-page-contents {
    padding-top: 40px;
    padding-bottom: 100px;
}



.uketsuke-hifu {
    border-left: 2px solid #ffc6d9;
}

.invisible {
    display: none;
}

.yoyaku {}

.yoyaku table {}

.yoyaku th,
.yoyaku td {
    border-color: #e9e9e9 !important;
}

.yoyaku th {
    width: 30% !important;
    background: #60c09a;
    color: #fff;
    border-color: #e9e9e9 !important;
}


.namebox,
.shinsatsukenbango {
    margin-bottom: 1rem;
    width: 350px;
    padding: .5rem;
}

.yoyakubi {
    border: 5px solid #E91E63;
    border-radius: 10px;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;
}

.yoyakubi p {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.genjyo {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.uketsuke_p {
    text-align: center;
    border: 2px solid #ccc;
    padding: 1rem;
}

.uketsuke_p p {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.uketsuke_p a {
    display: block;
    font-size: 2rem;
    color: #fff;
    padding: 1rem 0;
    border-radius: 10px;
    transition: .3s;
}

.uketsuke_p a:hover {
    text-decoration: none;
    color: #fff;
}

.naika_yoyaku a {
    background: #53bc91;
}

.naika_yoyaku a:hover {
    background: #00d07b;
}

.hifuka_yoyaku a {
    background: #ff7bac;
}

.hifuka_yoyaku a:hover {
    background: #ffaecc;
}

.biyo_link a {
    display: block;
    text-align: center;
    background: #E91E63;
    color: #fff;
    font-size: 2rem;
    padding: 1rem 0;
    margin: 2rem 0;
    transition: .3s;
}

.biyo_link a:hover {
    text-decoration: none;
    background: #ff528d;
    color: #fff;
}

table.job tr {
    border: none;
}

table.job th,
table.job td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px dotted #999;
    border-top: none;
    border-left: none;
    border-right: none;
}

table.job th {
    color: #ffffff;
    background: #f7beb4;
    border-bottom: 1px dotted #fff !important;
    text-align: center !important;
}

.r-text p {
    margin: 30px 0 0;
}

.sep {
    margin: 20px 0;
}

.hissu {
    font-size: 11px;
    font-weight: 400;
    color: #ea5550;
    margin-left: 5px;
}

.f_web {
    background: #60c09a;
    width: 80%;

    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}

.b-yoyaku {
    background: #E91E63;
    width: 80%;

    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}

.f_web a,
.b-yoyaku a {
    color: #fff;
    padding: 1rem;
    display: block;
}

.f_web a:hover,
.b-yoyaku a:hover {
    color: #fff;
    text-decoration: none;
}

.f_web a:after,
.b-yoyaku a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: 10px;
}

.c-price table {}

.c-price td,
.c-price td {}

.c-price th {
    width: 50% !important;
    background: #ff7bac;
    color: #fff;
    border-color: #ff7bac !important;
}

.meiwaku {
    margin: 1rem 0;
}

.webyoyaku {}

.webyoyaku table {
    width: 100% !important;
}

.webyoyaku th {
    width: 14% !important;
}

.webyoyaku table td {
    text-align: center !important;
}

.monthly-calendar caption {
    font-size: 2rem !important;
    font-weight: bold;
}

.day-calendar h3 {
    font-size: 2rem !important;
}

.day-calendar th,
.day-calendar td {
    font-size: 1.5rem !important;
}

.content-form legend {
    font-size: 1.5rem !important;
    border-bottom: none;
    margin-bottom: 0px;
}

.content-form fieldset {
    border: none !important;
    width: 100% !important;
}

.content-form th {
    font-size: 1.2rem !important;
    width: 30% !important;
}

.content-form td {
    font-size: 1.2rem !important;
}

.content-form input,
.content-form textarea {
    font-size: 1.2rem !important;
}

.uketsuke_p th {
    background: #c4c4c4;
    width: 16% !important;
}

.uketsuke_p td {
    text-align: center !important;
}

.biyo_link-b p {
    margin: 2rem 0;
    text-align: center;
    font-size: 2rem;
    clear: both;
    overflow: hidden;
}

a.booking-timelink {
    font-weight: bold;
}

.back-p {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #53bc91;
    color: #fff;
    padding: 1rem 0;
    width: 200px;
    border-radius: 10px;
}

.back-p:hover {
    text-decoration: none;
    color: #fff;
    background: #7edab4;
}

.kiyaku {
    border: solid 1px #ccc;
    width: 97%;
    height: 200px;
    padding: 0 3rem;
    overflow: auto;
    margin: 0 auto 2rem;
    font-size: 1.2rem;
}

.kiyaku h3 {
    margin-top: 1rem;
}

.kiyaku h4 {}

.kiyaku p,
.kiyaku ul {
    font-size: 1.2rem;
}

#yoyakunav {
    background-color: #60c09a;
    padding: 10px 0;
    margin-bottom: -2px;
}


#yoyakunav ul {
    padding: 0px;
    margin: 0px;
}


#yoyakunav ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
}


#yoyakunav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.inf-cyui h2 {
    text-align: center;
    background: #ff9dc1;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}

.inf-cyui p {
    text-align: left;
    line-height: 1.5;
    border: 2px solid #ff9dc1;
    padding: 10px;
    margin-top: 0;
}

.gw {}

.gw p {}

.gw span {
    color: #E91E63;
}

#yoyakunav ul li a:hover {
    border-bottom: dotted 1px #fff;
}

.monlink {
    display: block;
    text-align: center;
    margin-top: -20px;
}


.pcr-entry table {}

.pcr-entry th,
.pcr-entry td {
    border: none !important;
}

.pcr-entry th {
    width: 30% !important;
}

.pcr-entry tr:nth-child(odd) {
    background-color: #e3e3e3;
}

.prc-yoyaku a {
    display: block;
    text-align: center;
    background: #F44336;
    color: #fff;
    padding: 15px;
    margin-bottom: 1rem;
}

.prc-yoyaku a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

a.pcr-com-link {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: #F44336;
}

a.pcr-com-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.cyui-link {
    display: block;
    text-align: center;
    background: #E91E63;
    color: #fff;
    padding: 10px 0;
}

.oshirase-top-inner {
    padding: 10px 10px 20px;
    border: 3px solid #60c09a;
    margin-top: 2rem;
    border-radius: 10px;
}

.oshirase-top-inner p {
    margin: 0 1rem;
    line-height: 3rem;
}

.oshirase-top-inner h2 {
    text-align: center;
    margin: 2rem 0 1rem;
}

a.link-rec {
    display: block;
    text-align: center;
    padding: 1rem;
    background: #F44336;
    color: #fff;
    border-radius: 1rem;
    margin: 1rem;
}

a.link-rec:hover {
    text-decoration: none;
    color: #fff;
    opacity: .7;
}

.pcr-top a {
    display: block;
    text-align: center;
    padding: 1rem;
    background: #F44336;
    margin: 3rem 0 0;
    color: #fff;
    font-size: 20px;
    border-radius: 1rem;
    border-bottom: 5px solid #b6160a;
}

.pcr-top a:hover {
    text-decoration: none;
    color: #fff;
    opacity: .7;
}

.oshirase-top-inner-infu {
    padding: 2rem;
}

.oshirase-top-inner-infu h2 {
    margin: 0 0 1rem;
}

.oshirase-top-inner-infu p span {
    font-size: 150%;
    display: inline-block;
    margin-right: 10px;
}

.infuru-zaiko p {
    background: #FF9800;
    width: 200px;
    margin: 1rem auto;
    color: #fff;
    font-size: 25px;
    display: block;
    padding: 1rem;
}

p.infuru-cyui span {
    background: linear-gradient(transparent 70%, #FFEB3B 0%);
    display: inline;
    padding: 0 2px 4px;
    font-size: 15px;
    margin: 0;
}

.infuru-link {}

.infuru-link a {
    display: block;
    margin: 2rem auto 0;
    width: 310px;
    background: #4CAF50;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 1rem;
}

.infuru-link a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.tokki {
    margin-top: 1rem;
}

p.cyu-left {
    font-size: 15px;
}

a.senyou {
    text-align: center;
    margin: 1rem auto 0;
    background: #f44336;
    color: #fff;
    font-size: 17px;
    padding: 1rem 1rem;
    font-weight: bold;
    border-radius: 1rem;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
}


@media screen and (max-width: 414px) {
    .gotop p {
        font-size: 1.5rem;
    }

    .page table th {
        width: 25%;
    }

    .jihi span {
        font-size: 15px;
        font-weight: bold;
        display: block;
        color: #525151;
    }

    .rct table {
        border-top: 1px solid #999;
    }

    .rct table td {
        display: block;
        text-align: center;
    }

    .rct table th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }

    .contact_p table {
        border-top: 1px solid #999;
    }

    .contact_p table td {
        display: block;
        text-align: center;
    }

    .contact_p table th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }

    .jihi table {
        border: none;
    }

    .jihi table thead {
        display: none;
    }

    .jihi table tr {
        border: 3px solid #009b6b;
        display: block;
        margin-bottom: 20px;
    }

    .jihi table td {
        border-right: none;
        border-left: none;
        border-top: none;
        border-bottom: none;
        display: block;
        padding: 10px;
        text-align: right;
    }

    .jihi table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .jihi table th {
        border-left: none;
        border-bottom: none;
        border-top: none;
        border-right: none;
    }

    .jihiw {
        width: 20% !important;
    }

    .pcnone {
        display: block;
    }

    .yoyaku th,
    .yoyaku td {
        display: block !important;
    }

    .yoyaku th {
        display: block !important;
        width: 100% !important;
    }

    .uketsuke_p {
        margin-bottom: 1rem;
    }

    .biyo_link a {
        font-size: 1.3rem;
    }

    .biyo_link-b p {
        font-size: 1.5rem;
    }

    .gotop {
        padding: 1rem 0 0;
    }

    .uketsuke-hifu {
        border-right: none;
    }

    .f_web {
        margin-top: 1rem;
    }

    .side_sns {
        text-align: center;
    }

    .sub-page-contents {
        padding-bottom: 170px;
    }

    .f_web,
    .b-yoyaku {
        font-size: 13px;
        width: 100%;
    }

    .spnone {
        display: none;
    }

    .f_web a,
    .b-yoyaku a {
        color: #fff;
        padding: 1rem .3rem;
        display: block;
    }

    .f_web a:after,
    .b-yoyaku a:after {
        display: none;
    }

    .b-yoyaku {
        margin-top: 1rem;
    }

    .yoyakubi p {
        font-size: 1.4rem;
        text-align: left;
    }

    .yoyakubi p br {
        display: none;
    }

    .content-text.medium {
        width: 60% !important;
    }

    .monlink {
        display: block;
        text-align: center;
        margin-top: -10px;
    }

    .pcr-entry th,
    .pcr-entry td {
        display: block;
    }

    .pcr-entry th {
        width: 100% !important;
    }

    .pcr-entry td input {
        width: 100%;
    }

    .infuru-zaiko p {
        text-align: center !important;
        font-size: 20px !important;
    }

    .infuru-link a {
        width: 100%;
    }

    .douyoubi p {
        text-align: center !important;
    }

    .tokki img {
        margin-bottom: 2rem;
    }

    a.senyou {
        width: 100%;
    }

}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .oshirase-top-inner p {
        text-align: left;
        font-size: 14px;
    }
	p.zaiko,
	.oshirase-top-inner p.zaiko{
    padding: 10px;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
	.oshirase-top-inner h2 {

    font-size: 18px;
}
}

.infu-end {
    background: #4CAF50;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
}

.infu-end p {
    margin: 0;
    color: #ffff;
    font-size: 130%;
    font-weight: bold;
}

.wakuchin-yoyaku span {
    text-decoration: underline double #ff0000;
}

.wakuchin-yoyaku {
    margin-bottom: 2rem;
}

a.senyou span {
    font-size: 23px;
    text-decoration: none;
}

a.senyou i {
    margin-right: 10px;
}

a.senyou:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.covid-19-page {}

.page .covid-19-page table {}

.page .covid-19-page th,
.page .covid-19-page td {
    border: none;
    padding: 1rem;
}

.page .covid-19-page th {
    width: 25%;
}

.page .covid-19-page th span {
    display: inline-block;
    float: right;
    background: #f44336;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
}

.page .covid-19-page th span.nini {
    background: #8bc34a;
}

.page .covid-19-page tr:nth-child(odd) {
    background-color: #efefef;
}

.page .covid-19-page table.sub-table {}

.page .covid-19-page table.sub-table th,
.page .covid-19-page table.sub-table td {}

.page .covid-19-page table.sub-table th {}


p.question {
    font-size: 20px;
}

p.ans {
    font-size: 20px;
    background: #ddd;
    padding: 1rem;
}

p.cancel {
    background: #f44336;
    color: #fff;
    padding: 1rem;
}

p.kichou {
    background: #f44336;
    color: #fff;
    text-align: center;
    padding: 10px;
}

ul.jyoken {
    background: #e9e9e9;
    padding: 1rem 2rem 1rem 4rem;
    margin: 2rem 0;
}

#mokuteki span.wpcf7-list-item {
    display: block;
}

a.top-infu{
	    display: block;
    width: 200px;
    margin: 2rem auto 0;
    text-align: center;
    background: #f34436;
    color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    font-weight: bold;
}

a.top-infu:hover{
    color: #fff;
    text-decoration: none;
}

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

    .page .covid-19-page th,
    .page .covid-19-page td {
        display: block;
    }

    .page .covid-19-page th {
        width: 100%;
        padding-bottom: 0;
    }

    .page .covid-19-page .wpcf7-select {
        width: 100%;
    }
}

.kaigai-tokou-box{
	    background: url(https://fukuzawaclinic.com/wp-content/uploads/2022/04/kaigaibg1.jpg) no-repeat;
    background-size: 230px;
    background-position: right center;
    margin-top: 2rem;
}

.kaigai-tokou-inner{}

.kensabox {
    display: flex;
    margin-top: 1rem;
    grid-gap: 2rem;
}

.kensa-title{
	    width: 15%;
}

.kensa-title h3{
	    border: none;
    padding: 10px;
    margin: 0;
    background: #ffc107;
    text-align: center;
    font-size: 1.5rem;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    border-radius: 1rem;
}

.kensa-txt{
	    width: 85%;
}

.kensa-txt p{}

.kensa-txt p strong{}

.kensa-txt table{
	table-layout: fixed;
}

.kensa-txt table th,
.kensa-txt table td{
    width: 25%;
    padding: 1rem;
    text-align: center;
}

.kensa-txt table th{
	    text-align: left;
}

.kensa-txt table tr.goukei th,
.kensa-txt table tr.goukei td{}

.kensa-txt table p{

}

.kensa-txt table p strong{
    border: 1px solid #f44336;
    border-radius: 1rem;
    padding: 0.5rem;
    display: block;
    margin-top: 0.5rem;
}

.kensa-txt table p span{}

.kensa-txt table p span.toujitsu{}

.kensa-txt table p span.yokujitsu{}

p.jisseki{
	    padding: 2rem;
    border: 1px solid #ccc;
}

.kaigai-flow{
	    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem 1rem;
}

.kaigai-no{
	    width: 5%;
}

.kaigai-no p{
	    text-align: center;
    background: #ffc107;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
}

.kaigai-flow-txt{
	    width: 90%;
}

.kaigai-flow-txt h3{
    border: none;
    padding: 10px;
    background: #3f51b5;
    border-radius: 1rem;
    max-width: 300px;
    color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

.kaigai-table{
	display: flex;
    grid-gap: 1rem;
}
img.wp-image-3389{
	    width: 450px;
    margin: 0;
}

img.wp-image-3392{
	    width: 340px;
    margin: 0;
}
.kaigai-mochimono{
    background: url(https://fukuzawaclinic.com/wp-content/uploads/2022/04/kaigai-pas.jpg) no-repeat;
    background-size: contain;
    background-position: 40%;
    font-size: 2rem;
    padding: 0 7rem 5rem;
    width: 100%;
}

.kaigai-cyui{
    display: flex;
    padding-left: 5rem;
}

.kaigai-cyui::before{
    content: "※";
    margin-right: 1rem;
}
.kaigai-cyui-txt{
	    padding-left: 7rem;
}

.kaigai-tokki{
    padding: 0 6rem;
    line-height: 25px;	
}

.kaigai-tokki li{
	    margin-bottom: 1rem;
}

.kaigaitokou-page h2{
    margin: 3rem 0 2rem;
    border-left: 4px solid #029b6b;
    border-bottom: none;
    padding-left: 1rem;
}
.kaigaitokou-page h2:first-letter{
	    margin-right: 0;
    font-size: 100%;
    color: #333;
}

.kensa-txt table.kaigai-price p {
    text-align: center;
}

.kensa-txt table.kaigai-price p span{
	    display: block;
    font-size: 120%;
}
.kensa-txt table.kaigai-price p span.tojitsu{
	    color: #f44336;
}

.kensa-txt table.kaigai-price p span.yokujitsu{
	    color: #3f51b5;
}
.kensa-txt  .kaigai-price{}

.kensa-txt  .kaigai-price th,
.kensa-txt  .kaigai-price td{
	border-color: #e9e9e9;
}

.kensa-txt  .kaigai-price th{}

.kensa-txt  .kaigai-price .total{
	    background: #d3f5ff;
}

table.kaigai-jikantai{
	    width: 500px;
}

table.kaigai-jikantai th,
table.kaigai-jikantai td{
	    text-align: center;
	    border-color: #e9e9e9;
}

table.kaigai-jikantai tr.midashi{
	    background: #d5d5d5;
}

.kaigai-table-1{
	    width: 60%;
}
.kaigai-table-2{
	    width: 40%;
}

.page table.kaigai-owatashi{}

.page table.kaigai-owatashi th,
.page table.kaigai-owatashi td{
	    text-align: center;
    border-color: #e9e9e9;
}
.page .kaigai-table-2 table.kaigai-owatashi2{
	
}
.page .kaigai-table-2 table.kaigai-owatashi2 th,
.page .kaigai-table-2 table.kaigai-owatashi2 td{
    text-align: center;
    border-color: #e9e9e9;
    padding: 13.2px 10px;
}



.top-w-link ul{
	display: flex;
    grid-gap: 6rem;
    list-style: none;
    padding: 0;
    margin: 3rem auto 0;
    width: 780px;
}

.top-w-link li{}

.wakuchin-yoyaku p{
	    width: 780px;
    margin: 0 auto;
    text-align: left;
    font-size: 110%;
}

.wakuchin-yoyaku h2{
    font-size: 2.5rem;
    border-bottom: 3px solid;
    width: 780px;
    margin: 2rem auto 2rem;
    padding-bottom: 2rem;
	
}
@media screen and (min-width:300px) and (max-width:780px) {
	.kaigai-tokou-inner br,
	.kensabox br,
	.kaigai-flow-txt br{
		display:none;
	}
	.kaigai-tokou-box {
    background: url(https://fukuzawaclinic.com/wp-content/uploads/2022/04/kaigaibg1.jpg) no-repeat;
    background-size: 200px;
    background-position: center bottom;
    margin: 2rem 0;
    padding-bottom: 11rem;
}
	.kensabox {
    flex-wrap: wrap;
}
	.kensa-title,
	.kensa-txt,
	.kaigai-no,
	.kaigai-flow-txt{
    width: 100%;
}
	.kaigai-no p {
    margin: 1rem auto 0;
}
	.kaigai-flow-txt h3 {
    max-width: 100%;
}
	.kaigai-table {
    flex-wrap: wrap;
}
	.kaigai-mochimono {
    background: url(https://fukuzawaclinic.com/wp-content/uploads/2022/04/kaigai-pas.jpg) no-repeat;
    background-size: 210px;
    background-position: bottom center;
    font-size: 2rem;
    padding: 0 2rem 20rem;
    width: 100%;
}
	.kaigai-cyui,
	.kaigai-cyui-txt{
    padding-left: 1rem;
}
	.kaigai-tokki {
    padding: 0 2rem;
}
	table.kaigai-jikantai {
    width: 100%;
}
	.kaigai-table-1 {
    width: 100%;
}
	.kaigai-table-2 {
    width: 100%;
}
	.page .kaigai-table-2 table.kaigai-owatashi2 th, .page .kaigai-table-2 table.kaigai-owatashi2 td {
    padding: 10px;
}
	.top-w-link ul {
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 1rem;
}
	.wakuchin-yoyaku h2 {
    font-size: 2rem;
    width: 100%;
}
	.wakuchin-yoyaku p {
    width: 100%;
    font-size: 100%;
}
}

.midashi{
    background: #d5d5d5;
}

.front-catch img{
	margin-bottom:2rem;
}

#menu-vaccine_menu{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0 3rem;
}

#menu-vaccine_menu li{
    width: calc(100%/3 - 1.34rem);
}

#menu-vaccine_menu li a{
	    background: #6baac8;
    box-shadow: 5px -5px 0px #51c7fc;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 1rem 0;
}

@media screen and (min-width:300px) and (max-width:780px) {
	#menu-vaccine_menu li{
    width: 100%;
}
}

.grecaptcha-badge { visibility: hidden; }

.recapcha-text{
	    font-size: 10px;
}

.recapcha-text a{
	    display: inline-block;
    color: #fff;
    text-decoration: underline;
    padding: 0;
}
