.mobile-menu {
    display: none;
}
@media only screen and (max-width: 1210px) {
nav#menu {
    display: none;
}
.header_search__form form input[type="text"] {
    width: calc(100% - 8em);
}
.mobile-menu {
    position: fixed;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    top: 0em;
    background-color: unset;
    right: 0em;
    height: 4.4em;
    z-index: 10;
    width: 4.2em;
}
.mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: .4s;
    z-index: 100;
    background: #1A68B3;
    opacity: 1;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn {
    background: #1A68B3;
}
.mobile-menu__icon {
    display: block;
    position: relative;
    opacity: 1;
    width: 60%;
    height: 1.5px;
    transition: .4s;
    top: 0px;
}
.mobile-menu__icon::after, .mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1.5px;
    transition: .4s;
}
.mobile-menu__icon::after {
	top: 0px;
}
.mobile-menu__icon::before {
	top: -10px;
}
.mobile-menu__icon p {
	color: #fff;
	font-size: 10px;
	width: 100%;
	padding-top: 14px;
}
.mobile-menu__container {
    position: fixed;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    /* top: -100%!important; */
    top: -150%!important;
    left: 0;
    right: unset;
    z-index: 50;
    height: 100vh!important;
    opacity: 1;
    transition: .5s;
    transition-delay: .2s;
    overflow: hidden;
    background: #ffffff;
    width: 100%;
}
.mobile-menu__container:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(3px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
.mobile-menu__checkbox {
	display: none;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
	opacity: 1;
	transition-delay: 0s;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
    width: 100%;
    transition-delay: 0s;
    background: #ffffff;
    display: block;
    right: unset;
    left: 0;
    top: 0!important;
    height: 100vh!important;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 14%);
    color: #fff;
    padding: 4.4em 0;
    overflow-y: scroll;
}
.mobile-menu__container--tel {
    padding: 1em;
    text-align: center;
}
.mobile-menu__container--bk {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4.4em;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 14%);
}
.mobile-menu__container--tel img {
    max-width: 300px;
}
.mobile-menu__container--bk .header_logo {
    height: 4.4em;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 1em;
}
.mobile-menu__container--submenu a {
    background: url(/assets/img/top/013.svg);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position-y: center;
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 2em;
    line-height: 2.5;
    color: #1A68B3;
    font-weight: 500;
    font-size: 13px;
}
.mobile-menu__container--submenu {
    padding: 1.5em 2.5em;
}
span.menuen {
    font-family: 'Roboto Mono', monospace;
    letter-spacing: -1px;
    font-size: 20px;
    margin: 0 0.5em;
    font-weight: 600;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
    background: transparent;
    top: -7px;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	top: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	background: #fff;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    background: #fff;
}
.mobile-menu__list {
	transition-delay: .5s;
	list-style: none;
	margin-top: 0px;
	padding: 0 10%;
	width: 100%;
}
.mobile-menu__container--menu_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.2em 2.5em;
    border-radius: 0;
    background-color: unset;
    color: #1A68B3;
    font-weight: 500;
    cursor: pointer;
    border-top: solid 1px rgb(26 104 179 / 20%);
    font-size: 14px;
}
.mobile-menu__container--menu_link:after {
    transform: translateY(-25%) rotate(316deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 1.5px solid #1A68B3;
    border-right: 1.5px solid #1A68B3;
    content: '';
    transition: transform .3s;
}
.mobile-menu__container--menu_link:last-child {
    border-bottom: solid 1px rgb(26 104 179 / 20%);
}
.accordion-001 {
    background-color: #ffffff;
    width: 100%;
}
.accordion-001:not([open]) {
    margin-bottom: 0;
}
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.2em 2.5em;
    border-radius: 0;
    background-color: unset;
    color: #1A68B3;
    font-weight: 500;
    cursor: pointer;
    border-top: solid 1px rgb(26 104 179 / 20%);
    font-size: 14px;
}
.accordion-001[open] summary {
    background: rgb(26 104 179 / 20%);
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::after {
    transform: translateY(-25%) rotate(316deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 1.5px solid #1A68B3;
    border-right: 1.5px solid #1A68B3;
    content: '';
    transition: transform .3s;
}
.accordion-001[open] summary::after {
    transform: rotate(45deg);
}
.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
.header_area {
    padding: 0.7em 0;
    padding-left: 1em;
    position: absolute;
}
.header_logo img {
    height: 3em;
}
.search_button__sp.sp_only {
    position: absolute;
    right: 6em;
}
.search_button__sp.sp_only a {
    width: 3em;
    display: inline-block;
    font-size: 11px;
}
.search_button__sp.sp_only a img {
    height: 1.5em;
}
.mobile-menu__btn span {
    position: absolute;
    color: #fff;
    bottom: 1em;
    font-weight: 300;
    font-size: 11px;
}
}
@media only screen and (max-width: 780px) {
.maxwidth {
    padding: 0 5%;
}
.maxwidth1000 {
    padding: 0 5%;
}
div#tpslider {
    width: 100%;
    height: 75vh;
}
.tpslider_ttl {
    font-size: 27px;
    bottom: 1em;
    left: 0.7em;
}
.tpslider_ttl__text {
    font-size: 13px;
    letter-spacing: 2px;
}
.important_news__content.sp_only {
    display: flex;
    margin: 0.5em 0;
}
.important_news__content--cate {
    width: 12%;
}
.important_news__content--text {
    width: 88%;
}
.important_news__content--date {
    width: 100%;
    font-size: 12px;
}
.important_news__content--ttl {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1.5;
}
.important_news__content--cate img {
    height: 1.5em;
}
.important_news__content--date span {
    margin-right: 1.5em;
}
.tp_menu__main--content {
    width: 100%;
    margin-right: 0%;
    border-radius: unset;
    filter: drop-shadow(3px 3px 10px rgb(0 0 0 / 14%));
    margin-bottom: 1em;
}
.tp_menu__main--content_box.eight_box {
    display: flex;
    align-items: center;
    clip-path: polygon(3% 0, 97% 0, 100% 6%, 100% 94%, 97% 100%, 3% 100%, 0 94%, 0 6%);
}
.tp_menu__main--img {
    width: 30%;
}
.tp_menu__main--img:before {
    padding-top: 70%;
}
.tp_menu__main--text {
    padding: 0.5em 2em;
    width: 70%;
    position: relative;
    text-align: left;
}
.tp_menu__main--icon {
    display: none;
}
.tp_menu__main--text .tp_menu__main--text {
    display: none;
}
.tp_menu__main--button {
    position: absolute;
    right: 1em;
    top: 1.4em;
}
.tp_menu__main--button img {
    vertical-align: sub;
}
.tp_menu__main--ttl {
    margin-top: 0em;
    font-size: 13px;
}
.tp_menu__main--ttl span {
    font-size: 10px;
}
.tp_menu__main {
    padding: 1em 5% 2em;
}
.tp_news__ttl {
    display: none;
}
.tp_news__archive {
    width: 100%;
}
.tp_news__archive--content {
    padding: 1em 0;
    border-bottom: solid 1px #D2D2D2;
}
.tp_news__archive--date {
    width: 25%;
    font-size: 12px;
}
.tp_news__archive--cate {
    width: 35%;
    font-size: 12px;
}
.tp_news__archive--cate span {
    font-size: 11px;
}
.tp_news__archive--ttl {
    width: 100%;
    font-size: 12px;
    margin-top: 0.5em;
    padding-right: 0;
    margin-left: 0%;
}
.tp_news__archive--ttl img {
    display: none;
}
.tp_news__sp_category.sp_only {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin: 2em 0 1em;
    background: #fff;
    width: 100%;
    border-top: solid 1px #D2D2D2;
    border-left: solid 1px #D2D2D2;
}
.tp_news__sp_category .tp_news__ttl--button_content {
    width: 50%;
    text-align: center;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
}
.tp_news__sp_category .tp_news__ttl--button_content.active {
    border-bottom: solid 2px #1A68B3;
    color: #1A68B3;
    font-weight: 600;
}
.tp_news__sp_category .tp_news__ttl--button_content a {
    padding: 0.7em 0;
    background: none;
    color: #534942;
    display: inline-block;
    width: 100%;
    opacity: 1;
}
.tp_news__ttl--archivebutton a {
    font-size: 12px;
}
.tp_news__ttl--archivebutton.sp_only {
    padding: 1em 0 3em;
    box-sizing: border-box;
    width: 50%;
}
.tp_news__main {
    margin-bottom: 3em;
}
.tp_feature {
    margin: 3em auto 3em;
}
.mainh2 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.5em;
}
.tp_feature__spmain--img {
    width: 25%;
}
.tp_feature__spmain--img img {
    width: 100%;
}
.tp_feature__spmain--ttl {
    width: 70%;
    padding-left: 2em;
    font-size: 13px;
}
.tp_feature__spmain--icon {
    width: 5%;
}
.tp_feature__spmain--icon img {
    width: 90%;
}
.tp_feature__spmain--content {
    padding: 1em 0;
    border-top: solid 1px #D2D2D2;
}
.tp_feature__spmain--content:last-child {
    border-bottom: solid 1px #D2D2D2;
}
.tp_pickup {
    padding: 2.5em 0 1em;
}
.tp_pickup__main--content {
    padding: 0.5em;
    margin-left: 0;
}
.tp_pickup__main--content_white {
    min-height: 10em;
}
.tp_pickup__main {
    width: 100%;
    margin-bottom: 2em;
}
.tp_pickup__main--content_shadow {
    filter: drop-shadow(0px 0px 3px rgb(0 0 0 / 14%));
    margin: 0 0em;
}
.slider-arrow.slider-prev.slick-arrow img {
    height: 1.8em;
}
.slider-arrow.slider-prev.slick-arrow {
    left: 80%;
}
.slider-arrow.slider-next.slick-arrow {
    left: 90%;
}
.slider-arrow.slider-next.slick-arrow img {
    height: 1.8em;
}
.tp_pickup__main .mainh2 {
    margin-left: 0.5em;
}
.tp_pickup__banner {
    margin-top: 2em;
    padding: 0.5em;
}
.tp_pickup__banner-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
.tp_pickup__banner--text {
    padding: 0 1em;
}
.tp_pickup__banner--ttl.mainh2 {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.tp_pickup__banner--ttl.mainh2 span {
    font-size: 10px;
}
.tp_pickup__banner--text p {
    font-size: 11px;
    line-height: 1.5;
}
.tp_pickup__banner--button.tp_menu__main--button.center {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 0;
}
.tp_pickup__banner--button.tp_menu__main--button.center img {
    height: 1em;
}
.tp_journal__ttl--img img {
    height: 2.7em;
    margin-bottom: 1em;
}
.tp_journal__ttl--text {
    font-size: 12px;
    width: 75%;
}
.tp_journal__archive--sp {
    display: block;
}
.tp_journal__archive--content {
    filter: drop-shadow(0px 0px 3px rgb(0 0 0 / 14%));
    border-radius: 10px;
    position: relative;
    padding-bottom: 0em;
    padding: 0.5em;
}
.tp_journal__archive--category {
    padding: 10px;
}
.tp_journal__archive--category img {
    height: 1.7em;
}
.tp_journal__archive--ttl {
    padding: 0 15px;
    font-size: 11px;
}
.tp_journal__archive--content_box.eight_box {
    min-height: 19em;
}
.tp_journal {
    margin-bottom: 3em;
}
.popular_page {
    margin: 3em auto;
}
.popular_page__ttl {
    width: 100%;
    padding-top: 0em;
}
.popular_page__main {
    width: 100%;
}
.popular_page__main--content {
    width: 50%;
    padding: 1em 0;
    text-align: center;
    border-bottom: solid 2px #fff;
}
.popular_page__main--icon {
    height: 2.5em;
}
.popular_page__main--icon img {
    height: 100%;
}
.popular_page__main--ttl.mainh2 {
    font-size: 12px;
    letter-spacing: 0px;
}
.popular_page__main--ttl.mainh2 span {
    font-size: 10px;
}
.tp_useful.maxwidth {
    margin: 3em auto;
}
.tp_useful__main.popular_page__main {
    padding: 2em 1em;
}
.tp_useful__main--content {
    width: 49%;
    margin: 1% 0;
    margin-right: 2%;
}
.tp_useful__main--content:nth-child(2n) {
    margin-right: 0%;
}
.tp_advertising__detail {
    margin: 3em auto 3em;
}
.tp_advertising__detail--text {
    font-size: 13px;
    margin-bottom: 2em;
}
.tp_advertising__detail--button img {
    height: 1.9em;
}
.tp_advertising {
    padding: 2em 1em;
}
.tp_advertising__main--img {
    width: 49%;
    margin: 2% 0;
    margin-right: 2%;
}
.tp_advertising__main--img:nth-child(5n) {
    margin-right: 2%;
}
.tp_advertising__main--img:nth-child(2n) {
    margin-right: 0%;
}
footer#footer {
    padding: 3em 0 5em;
}
.footer {
    padding: 0 2em;
}
.footer_subtext img {
    height: 0.8em;
}
.footer_main__detail--logo img {
    width: 11em;
    margin-bottom: 1.5em;
}
.footer_main__detail--adress {
    margin-left: 0;
    font-size: 12px;
    letter-spacing: 0;
}
.footer_main__menu--sns_icon {
    font-size: 11px;
    margin: 1em 0;
}
.footer_main__menu--menu {
    font-size: 12px;
}
.footer_main__menu {
    margin-top: 2em;
}
.footer_main__copy {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 2em;
}
p#page-top img {
    width: 3.5em;
}
#page-top {
    bottom: 7em;
    right: 1em;
    z-index: 100;
}
.container {
    padding-top: 4.4em;
}
.breadcrumbs {
    padding: 1em 1.5em;
    font-size: 10px;
    letter-spacing: 0;
}
.low_mv__main {
    margin: 1em 0 2em;
}
.low_mv__main:before {
    padding-top: 60%;
}
.low_mv__ttl {
    top: 30%;
    font-size: 20px;
}
.low_mv__ttl span {
    font-size: 11px;
}
.info__feature--img:before {
    padding-top: 45%;
}
.info__feature--content {
    font-size: 18px;
}
.info__feature--content span {
    font-size: 10px;
}
.low_about__feature--more a {
    font-size: 11px;
}
.info__menu--content {
    padding: 2em 0;
    width: 49%;
}
.info__menu--ttl {
    font-size: 13px;
    display: flex;
    flex-wrap: unset;
    align-items: flex-start;
}
.info__menu--ttl img {
    margin-right: 1em;
    margin-top: 5px;
    height: 1.2em;
}
.info__menu--text {
    font-size: 11px;
    padding-left: 1.5em;
    min-height: 5.5em;
}
.info__menu--content:nth-child(3n) {
    margin-right: 2%;
}
.info__menu--content:nth-child(2n) {
    margin-right: 0;
}
.info__menu--content:nth-child(3) {
    border-top: none;
}
.popular_page__ttl .mainh2 br {
    display: none;
}
.popular_page__ttl .mainh2 span {
    display: block;
    margin-top: 0.5em;
}
.low_2culm__side {
    width: 100%;
    margin-right: 0;
    order: 1;
}
.low_obi {
    margin-bottom: 3em;
}
.low_obi {
    width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
}
.low_obi:before {
	content: "";
    display: block;
    padding-top: 15%;
}
.low_obi img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
	max-width: none;
}
.low_2culm__main {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2em;
}
.low_mainh1 {
    font-size: 18px;
}
.low_mainh2 {
    font-size: 15px;
}
.low_2culm__main--content {
    margin: 2em 0 3em;
}
.low_2culm__main--img {
    margin-bottom: 3em;
}
.low_2culm__main--list li {
    line-height: 1.8;
    font-size: 12px;
}
.low_2culm__main--list li span {
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    min-height: 1.5em;
}
.low_2culm__side--button {
    display: flex;
    flex-wrap: wrap;
}
.low_2culm__side--button a {
    width: 100%;
}
.low_2culm__side--button_icon {
    width: 60%;
}
.low_2culm__side--more {
    width: 60%;
}
.low_2culm__main--text {
    font-size: 12px;
    margin-bottom: 3em;
}
.low_2culm__main--pdf img {
    height: 1.7em;
}
.low_2culm__main--flex {
    margin: 2em 0 2em;
}
.low_2culm__main--flex_img {
    margin-bottom: 0.5em;
}
.low_2culm__main--flex_img img {
    border-radius: 5px;
}
.low_2culm__main--flex_ttl {
    font-size: 14px;
}
.low_2culm__main--flex_ttl img {
    height: 1.3em;
}
.low_2culm__main--flex_text {
    font-size: 12px;
    line-height: 1.7;
}
.low_2culm__main--flex_content {
    margin-bottom: 2em;
}
.low_2culm__main--flex_content {
    margin-bottom: 2em;
}
.low_2culm__main--flex_text {
    font-size: 12px;
}
.low_subcontent_mainh3 {
    font-size: 14px;
    letter-spacing: 0;
}
.low_mainh2_02 {
    font-size: 16px;
    padding-right: .5em;
}
.img70 img {
    width: 100%;
    height: auto;
}
.low_2culm__main--flex_content.flex_2culm_65 {
    width: 100%;
    margin-bottom: 1em;
}
.low_2culm__main--flex_content.flex_2culm_35.maximg {
    width: 100%;
    margin-left: 0;
    order: -1;
    margin-bottom: 1em;
}

/* add */
.training-about .low_2culm__main--flex_content img{
    height: auto;
    width: 100%;
}

.low_2culm__main--flex_doctor_name {
    font-size: 18px;
}
.low_2culm__main--flex_doctor_name span {
    font-size: 12px;
}
.low_2culm__main--flex.flex.flex_doctor_name {
    margin-bottom: 1em;
}
.low_2culm__side--menu_link {
    font-size: 13px;
}
.low_2culm__side--submenu_link {
    font-size: 13px;
}
.low_2culm__main--table {
    width: 100%;
    overflow-x: scroll;
}
.low_2culm__main--table_ttl {
    width: 200%;
}
.low_2culm__main--table_main {
    padding: 0.5em 0;
    width: 200%;
    font-size: 12px;
}
.low_2culm__main--bluebox {
    width: 100%;
}
.low_2culm__main--bluebox_ttl h2 {
    font-size: 17px;
}
.low_2culm__main--bluebox_text {
    font-size: 12px;
    letter-spacing: 0;
}
.bluebox_ttl {
    font-size: 15px;
}
.blue.bold.bluebox_tel {
    font-size: 26px;
}
.info__menu {
    align-items: unset;
}
.medical_gairai h2 {
    font-size: 14px;
}
.medical_gairai__flex--content {
    width: 100%;
    text-align: center;
    padding: 1em 2em;
    border-bottom: solid 1px #D2D2D2;
    border-right: none;
    font-size: 12px;
    letter-spacing: 0;
}
.medical_gairai__flex--content:last-child {
    border-right: none;
    border: none;
}
.medical_gairai__flex--more {
    margin-bottom: 3em;
}
.medical_guide__qa {
    margin: 3em auto;
}
.accordion_Label {
    font-size: 13px;
}
.accordion_content {
    margin-bottom: 1em;
}
.accordion_toggle:checked + .accordion_Label + .accordion_content {
    padding: 20px 10px;
}
.accordion_content {
    padding: 0 10px;
}
.accordion_content__text {
    margin: 1em 0 2em;
    font-size: 13px;
}
.accordion_content__more {
    margin-bottom: 2.5em;
    margin-top: 1em;
}
.accordion_content__more a.more.more_active {
    font-size: 12px;
}
.accordion_content__table01 {
    min-width: 80%;
    margin-top: 1em;
}
.list02 {
    font-size: 13px;
}
.list01 {
    font-size: 13px;
}
.accordion_content__more a.more02 {
    min-width: 70%;
    max-width: 100%;
    font-size: 13px;
}
.accordion_content__text--pdf a {
    min-width: 80%;
    max-width: 100%;
    font-size: 13px;
    text-align: left;
}
.accordion_content__text--pdf a:before {
    margin-right: 1em;
}
.accordion_content__text--credit img {
    width: 100%;
    margin-top: 1em;
}
.accordion_content__table02 {
    width: 100%;
    font-size: 11px;
}
.accordion_Label::before {
    width: 1.2em;
    height: 1.2em;
}
.low_2culm__main--redbox {
    font-size: 12px;
}
.img80 img {
    width: 100%;
}
.accordion_content h4 {
    font-size: 13px;
    letter-spacing: 0;
}
.accordion_h2 {
    font-size: 14px;
}
.accordion_content__flex--content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
}
.accordion_content__flex {
    margin: 2em 0em 2em;
}
.accordion_content__flex--box_content {
    padding: 1.5em 1em 2em;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
.accordion_content__flex--box_content_img {
    margin: 1em 0;
}
.accordion_content__flex--box_content h4 span {
    font-size: 12px;
}
.accordion_content__flex--box_content_img img {
    width: 70%;
}
.accordion_content__flex--box_content_text ul {
    font-size: 12px;
    margin-top: 0.5em;
}
.accordion_content__redbox {
    font-size: 13px;
}
.accordion_content__yazirushi {
    margin: 2em 0;
}
.accordion_content__yazirushi img {
    height: 2em;
}
.border_redbox {
    font-size: 15px;
}
.bluebox02 {
    padding: 2em 2em;
}
.bluebox02 h2 {
    font-size: 15px;
}
.low_2culm__main--bluebox_flex .low_2culm__main--bluebox {
    width: 100%;
    margin-right: 0;
}
.low_2culm__main--more02 a {
    margin: 0.5em 0;
    margin-right: 1em;
}
.bg_text {
    font-size: 14px;
}
.hospitalization_guide {
    margin: 2em auto 3em;
}
.hospitalization_guide__redbox {
    padding: 2em 2em;
}
.hospitalization_guide__redbox--img {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
}
.hospitalization_guide__redbox--img img {
    width: 60%;
}
.hospitalization_guide__redbox--text {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
}
h2.info__menu--fullh2.low_mainh1 {
    border: none;
    margin-bottom: 1em;
}
.low_2culm__main--importantnews .important_news__content--cate {
    width: 10%;
}
.low_2culm__main--importantnews .important_news__content--ttl {
    width: 90%;
}
.low_2culm__main--importantnews_text a {
    font-size: 13px;
}
.accordion_content__table03 {
    overflow-x: scroll;
}
.accordion_content__table03--content {
    width: 150%;
}
.accordion_content__table03--content .accordion_content__table--text {
    font-size: 11px;
}
.accordion_content__flex--ttl {
    font-size: 13px;
}
.accordion_content__redbox--flex_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
}
.accordion_content__redbox--flex_text {
    width: 100%;
    font-size: 13px;
    margin-bottom: 1em;
}
.accordion_content__text_kome {
    margin: 1.5em 0;
    font-size: 13px;
}
.accordion-002 {
    max-width: unset;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #534942;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
}
.accordion-002 summary::-webkit-details-marker {
    display: none;
}
.accordion-002 summary::after {
    transform: rotate(270deg);
    width: 20px;
    height: 20px;
    /* border-bottom: 3px solid #fff; */
    /* border-right: 3px solid #fff; */
    content: '';
    transition: transform .3s;
    background-image: url(/assets/img/top/013.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.accordion-002[open] summary::after {
    transform: rotate(90deg);
}
.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion-002[open] p {
    transform: none;
    opacity: 1;
}
.ft_accesspage.sp_only {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: -3px -3px 10px rgb(0 0 0 / 14%);
    background: #fff;
}
.ft_accesspage__menu {
    padding: 0 2em 1em;
}
.ft_accesspage__menu a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0.7em 0;
    font-size: 13px;
    background: url(/assets/img/top/018.svg);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position-y: center;
    background-position-x: right;
}
.ft_accesspage__menu a img {
    margin-right: 0.7em;
    width: 1.5em;
}
.tp_kyushinbi__main--table {
    border-bottom: solid 1px #1A68B3;
    margin-bottom: 1em;
    font-size: 12px;
    margin-top: -1em;
}
.tp_kyushinbi__main--table_ttl {
    width: 30%;
    border-top: solid 1px #1A68B3;
    padding: 1em;
    text-align: center;
    background: #D8E5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A68B3;
}
.tp_kyushinbi__main--table_text {
    width: 70%;
    border-top: solid 1px #1A68B3;
    padding: 1em;
    line-height: 1.5;
}
.tp_kyushinbi__main--text {
    font-size: 12px;
}
.tp_kyushinbi__main--more {
    margin-top: 2em;
}
.tp_kyushinbi__main--more a.more.more_active {
    text-align: center;
    margin: 1em auto;
}
.tp_kyushinbi {
    margin: 0em auto;
}
.low_2culm__main--redbox .list01 li {
    width: 100%;
}


/* neos add */
.footer_main__menu--sns.sp_menu_only{
    border-top: solid 1px rgb(26 104 179 / 20%);
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
}

.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl{
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
}

.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a,
.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a + a,
.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a + a + a,
.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a + a + a + a{
    border-top: solid 1px rgb(26 104 179 / 20%);
}

.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a,
.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a + a + a{
    border-right: solid 1px rgb(26 104 179 / 20%);
}

.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a + a + a,
.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl + a + a + a + a{
    border-bottom: solid 1px rgb(26 104 179 / 20%);
}

.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_ttl img{
    margin-left: 0;
    margin-right: auto;
}

.footer_main__menu--sns.sp_menu_only .footer_main__menu--sns_icon{
    margin:0;
    padding: 2em 10px;
    width: 50%;
}

}