@charset "UTF-8";
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1100px) {
  /* ヘッダー */
  #header {
    padding: 8px 0 24px;
  }
  .h_contact {
    align-items: flex-start;
  }
  .h_contact-hukidashi {
    margin-top: 8%;
  }
  .h_conts {
    margin-top: 12px;
    align-items: flex-start;
  }
  #nav {
    padding: 0;
  }
  .nav_pc {
    display: none;
  }
  .nav_sp {
    display: flex;
    justify-content: space-between;
  }
  .nav_sp-conts {
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .hum_menu_obtn {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hum_menu_obtn p {
    line-height: 0;
  }
  .hum_menu_obtn_bar {
    position: relative;
    width: 100%;
    border-top: 3px solid #fff;
    padding: 5px 0px 0;
  }
  .hum_menu_obtn_bar:before,
  .hum_menu_obtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    padding: 5px 0 0;
  }
  .hum_menu_obtn span {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(253, 253, 253, 0.98);
    height: 100%;
    right: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 280px;
    color: #000;
  }
  .hum_menu_nav.clicked {
    right: calc(100% - 280px);
    overflow: scroll;
    z-index: 100000;
  }
  .hum_menu_nav_close {
    padding: 15px 0;
  }
  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    left: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before,
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_nav_menu {
    margin-top: 55px;
  }
  .hum_menu_nav_menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu-list li {
    color: #000;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .hum_menu_nav_menu-list li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu-list li a {
    padding: 16px 0;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .hum_menu_nav_menu-list li a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
  .hum_menu_nav_menu-list li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu-list li.sp_nav_more_wrap a {
    padding: 16px 0;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 1.05em;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a:after {
    content: none;
  }
  .hum_menu_nav_menu-sub {
    width: 230px;
    margin: 0 auto 40px;
    text-align: left;
  }
  .hum_menu_nav-ttl01 {
    background: #81b802;
    box-sizing: border-box;
    padding: 16px 4px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }
  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }
  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }
  .hum_open_bg_display {
    transition: all 0.25s linear 0s;
  }
  .hum_open_bg_display.active {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  /* ここまで */
  .hum_menu_obtn,
  .sp_tel,
  .sp_contact {
    min-height: 88px;
  }
  .sp_tel p,
  .sp_contact p {
    line-height: 0;
  }
  .hum_menu_obtn p,
  .sp_tel a,
  .sp_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.25s linear 0s;
  }
  .hum_menu_obtn p img,
  .sp_tel a img,
  .sp_contact a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .nav_side #side {
    display: block;
    margin: 24px auto 0;
    padding-bottom: 0;
  }
  #nav_side-btn {
    display: block;
    box-shadow: none;
    border: none;
    background: linear-gradient(to bottom, #ff984f 0%, #f36b09 100%);
    color: #fff;
    padding: 8px 40px 8px 60px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1em;
    font-weight: bold;
    margin: 16px auto 32px;
    position: relative;
  }
  #nav_side-btn:before {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 41px;
    bottom: 15px;
    transform: rotate(-45deg);
  }
  #nav_side-btn:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 47px;
    bottom: 15px;
    transform: rotate(45deg);
  }
  #nav_side-btn.on:before {
    transform: rotate(-315deg);
  }
  #nav_side-btn.on:after {
    transform: rotate(315deg);
  }
  #nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
  }
  #nav.on .hum_menu_obtn p,
  #nav.on .sp_tel a,
  #nav.on .sp_contact a {
    max-height: 70px;
  }
  #nav.on .hum_menu_obtn p img,
  #nav.on .sp_tel a img,
  #nav.on .sp_contact a img {
    max-height: 50px;
  }
  /* mainimage */
  .mainimage_bg01 {
    width: 34vw;
    max-width: 360px;
    left: -17%;
  }
  .mainimage_bg01 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .mainimage_bg02 {
    right: -15%;
    width: 24vw;
    max-width: 242px;
  }
  .mainimage_bg02 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* common */
  #main {
    max-width: 800px;
    flex-direction: column;
  }
  #conts {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .offer_btn {
    width: 80%;
  }
  /* top */
  .maincampaign {
    width: 95%;
  }
  .nayami_conts-text {
    width: 98.5%;
    padding: 0 23px 20px;
    box-sizing: border-box;
  }
  /* side */
  #side {
    display: none;
  }
}

/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  #main {
    margin-bottom: 80px;
  }
  /* common_contact */
  .common_contactconts {
    padding: 40px 0;
  }
  .common_contact-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .common_contact-l {
    margin: 0 auto 24px;
  }
  .common_contact-r {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .common_contact-r-tel {
    text-align: center;
  }
  .common_contact-r-tel img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .common_contact-r-info {
    justify-content: center;
  }
  .nayami_menulist-list {
    width: 100%;
    margin: 0 auto;
  }
  .nayami_menulist-list ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  #main {
    padding: 24px;
  }
  .conts_contact {
    padding: 32px 16px;
  }
  .contact_ttl img {
    width: 70vw;
    max-width: 526px;
  }
  .contact_open {
    flex-direction: column;
  }
  .contact_open dl {
    width: 100%;
    margin: 0 auto 12px;
  }
  .contact_open dl:last-of-type {
    margin-bottom: 0;
  }
  .contact_access-info{
    margin-bottom: 12px;
  }
  .contact_access-info:last-of-type{
    margin-bottom: 0;
  }
  .contact_access-info dt,
  .contact_access-info dd{
    width: 100%;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* common */
  .strong03 {
    font-size: 1.1em;
  }
  /* header */
  #header {
    margin-top: 64px;
  }
  .h_wrap {
    width: 100%;
  }
  .h_h1-t {
    padding: 0 2.5%;
    border-bottom: 1px dashed #ddd;
  }
  .h_conts {
    width: 95%;
    margin: 16px auto 0;
  }
  .h_contact-hukidashi,
  .h_contact-tel {
    display: none;
  }
  .h_conts {
    flex-direction: column;
  }
  .h_logo,
  .h_contact {
    width: 100%;
  }
  .h_logo {
    text-align: center;
    margin: 0 auto;
    line-height: 0;
  }
  .h_logo img {
    width: clamp(160px, 80vw, 320px);
    max-width: 100%;
  }
  .h_contact {
    justify-content: center;
  }
  .h_contact-access p {
    font-size: 13px;
    line-height: 1.5;
  }
  /* nav */
  #nav {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  .hum_menu_obtn,
  .sp_tel,
  .sp_contact {
    min-height: 64px;
  }
  .hum_menu_obtn img,
  .sp_tel img,
  .sp_contact img {
    max-height: 40px !important;
  }
  /* mainimage */
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
    line-height: 0;
  }
  .mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* main */
  #main {
    margin-top: 24px;
    padding: 16px;
    margin-bottom: 24px;
  }
  .conts01 {
    margin-top: 32px;
  }
  /* お悩みリスト */
  .nayami_list {
    padding: 32px 16px;
    margin-bottom: 40px;
  }
  .nayami_list:after {
    width: 120px;
    height: 78px;
    background-size: contain;
    bottom: -29px;
  }
  .nayami_list-wrap {
    padding: 24px 16px;
  }
  .nayami_listconts {
    margin-top: 20px;
  }
  /* 元気になれる３つの理由 */
  .reason_ttl {
    background-position: left 12px;
    background-size: 48px auto;
    padding: 12px 0 12px 56px;
    font-size: 18px;
    line-height: 1.5;
    min-height: 48px;
  }
  .reason_conts-wrap {
    flex-direction: column;
  }
  .reason_img {
    margin: 0 auto 16px;
    text-align: center;
  }
  .reason_text {
    width: 100%;
    margin: 0 auto;
  }
  /* あなたへの３つの約束 */
  .promise_ttl {
    background-position: 12px 12px;
    background-size: 48px auto;
    padding: 12px 12px 12px 72px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .promise_conts-wrap {
    flex-direction: column;
  }
  .promise_img {
    margin: 0 auto 12px;
  }
  .promise_text {
    width: 100%;
    margin: 0 auto;
  }
  /* このようなお悩みの方が来られています */
  .nayami_menulist-ttl {
    margin-bottom: 32px;
  }
  .nayami_menulist-ttl span {
    padding: 16px 0;
  }
  .nayami_menulist-ttl span img {
    max-width: 95%;
    margin: 0 auto;
  }
  .nayami_menulist-ttl:after {
    background-size: contain;
    width: 40px;
    height: 17px;
    bottom: -19px;
  }
  .nayami_menulist-list {
    max-width: 466px;
  }
  .nayami_menulist-list ul li {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .nayami_menulist-list ul li:nth-of-type(3n) {
    margin-right: 16px;
  }
  .nayami_menulist-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* 選ばれる５つの理由 */
  .select_conts {
    padding: 12px 0;
  }
  .select_conts:first-of-type {
    margin-top: 16px;
  }
  .select_conts-wrap {
    flex-direction: column;
  }
  .select_conts-img {
    margin: 0 auto 12px;
  }
  .select_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  .select_ttl {
    background-position: left 8px;
    background-size: 40px auto;
    padding-left: 56px;
    font-size: 18px;
    min-height: 48px;
  }
  /* お客様の声 */
  .voice_ttl01 {
    margin-bottom: 16px;
  }
  .voice_ttl01 span {
    font-size: 16px;
    line-height: 1.8;
  }
  .voice_ttl01 span.voice_ttl-wrap {
    padding: 8px 0;
  }
  .voice_ttl01 span.voice_ttl-name {
    font-size: 15px;
    display: block;
    margin-top: 4px;
  }
  .voice_ttl02 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .voice_ttl02:after {
    bottom: -4px;
  }
  .voice_conts {
    margin-top: 32px;
  }
  .voice_conts-wrap {
    flex-direction: column;
  }
  .voice_conts-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .voice_conts-text {
    width: 100%;
    margin: 16px auto 0;
    box-sizing: border-box;
    padding: 16px;
  }
  .voice_btn {
    margin-top: 24px;
  }
  .voice_btn a {
    width: 90%;
    max-width: 320px;
    font-size: 15px;
    padding: 8px;
  }
  /* 院長からメッセージ */
  .message_img {
    width: 180px;
    float: none;
    margin: 0 auto 16px;
  }
  .message_img figure {
    text-align: center;
  }
  .message_img figure img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .message_img-info p.message_img-info-text01 {
    font-size: 14px;
  }
  .message_img-info-text02 {
    font-size: 14px;
  }
  /* common_conts */
  .common_contact-r-info {
    flex-direction: column;
    justify-content: flex-start;
  }
  .common_contact-infoconts {
    margin: 0 auto 0 0;
  }
  .common_contact-infoconts:last-of-type {
    margin: 12px auto 0 0;
  }
  /* line */
  .line_btn {
    bottom: 43.5%;
  }
  .line_btn img{
    width: 78vw;
  }
  /* common_conts */
  /* pagetop */
  #pagetop img {
    width: 48px;
    height: 48px;
  }
  .common_contactconts {
    padding: 24px 0 calc(48px + 2.5%);
  }
  /* footer */
  #footer {
    padding: 24px 0;
    margin-bottom: 16vw;
  }
  .f_info {
    flex-direction: column;
    justify-content: center;
    margin: 16px auto;
    padding: 16px 0;
  }
  .f_info p {
    text-align: center;
  }
  .f_menu ul li {
    border-left: none;
    border-right: 1px solid #433519;
    margin: 0 0 12px 0;
    padding-right: 8px;
  }
  .f_menu ul li:last-of-type {
    margin: 0 0 12px 0;
    border-right: none;
  }
  .f_menu ul li a {
    font-size: 14px;
  }
  /* 下層ページ */
  .second_mainttl {
    font-size: 20px;
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  .img_f-r {
    width: 40%;
    margin-left: 24px;
    margin-bottom: 8px;
  }
  .ttl01 {
    padding: 8px 8px 8px 28px;
    font-size: 16px;
  }
  .ttl01::before {
    width: 8px;
    height: 8px;
    top: 19px;
    left: 12px;
  }
  .ttl02 {
    font-size: 16px;
    background-size: 28px auto;
    padding-bottom: 0;
    min-height: 32px;
  }
  .list01 ul {
    padding: 12px;
  }
  .list01 ul li {
    background-size: 24px auto;
    background-position: left 3px;
    padding-left: 32px;
    margin-bottom: 8px;
  }
  .list02 ul {
    flex-direction: column;
    padding: 12px;
  }
  .list02 ul li {
    font-size: 15px;
    background-size: 24px auto;
    background-position: left 3px;
    padding-left: 32px;
    margin-bottom: 8px;
  }
  .list03 {
    padding: 12px;
  }
  .list03 ul {
    padding: 12px;
  }
  .list03 ul li {
    font-size: 15px;
    background-size: 24px auto;
    background-position: left 3px;
    padding-left: 32px;
    margin-bottom: 8px;
  }
  .about_message01 {
    flex-direction: column;
  }
  .about_message01-img {
    width: 100%;
    margin: 0 auto 16px;
    text-align: center;
  }
  .about_message01-img img {
    width: auto;
    max-width: 180px;
    height: auto;
  }
  .about_message01-text {
    width: 100%;
    margin: 0 auto;
  }
  .about_list01 {
    padding: 20px 12px;
  }
  .about_list01-list {
    padding: 12px;
  }
  .about_list01-list ul li {
    font-size: 15px;
    background-size: 24px auto;
    padding-left: 32px;
  }
  .about_list01-list.false ul li {
    background-size: 16px auto;
    background-position-x: 5px;
  }
  .about_text02 {
    flex-direction: column;
  }
  .about_text02-img {
    width: 180px;
    text-align: center;
    margin: 0 auto 16px;
  }
  .about_text02-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .about_text02-text {
    width: 100%;
    margin: 0 auto;
  }
  .houshin_conts {
    margin-bottom: 24px;
  }
  .houshin_flow {
    padding: 12px;
  }
  .houshin_flowconts {
    padding: 12px;
    margin-bottom: 24px;
  }
  .houshin_flowconts:after {
    border-width: 12px 16px 16px 16px;
    bottom: -30px;
  }
  .houshin_flowconts p {
    font-size: 16px;
  }
  .flow_conts {
    margin-bottom: 24px;
  }
  .flow_ttl {
    font-size: 15px;
    padding: 4px 4px 4px 96px;
  }
  .flow_ttl:before {
    width: 80px;
  }
  .flow_conts-wrap {
    flex-direction: column;
  }
  .flow_conts-img {
    width: 200px;
    margin: 0 auto 16px;
  }
  .flow_conts-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .flow_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  .faq_conts {
    margin-bottom: 24px;
  }
  .faq_qconts {
    padding: 16px;
  }
  .faq_qconts ul li {
    font-size: 15px;
    padding-left: 36px;
  }
  .faq_qconts ul li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .faq_ttl02 {
    background-size: 18px auto;
    font-size: 16px;
    padding-left: 28px;
  }
  .faq_aconts {
    padding-top: 24px;
  }
  .faq_ttl-a {
    font-size: 16px;
    padding-left: 12px;
  }
  .staff_conts {
    padding: 8px;
  }
  .staff_img {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 180px;
    padding: 0;
  }
  .staff_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .staff_conts-ttl01 {
    font-size: 16px;
  }
  .price_list01 ul {
    padding: 12px 12px 4px;
  }
  .price_list01 ul li {
    width: calc(50% - 6px);
    margin-right: 12px;
    box-sizing: border-box;
    background-size: 20px auto;
    background-position: left 5px;
    padding-left: 24px;
  }
  .price_list01 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .price_reserve-ttl {
    font-size: 16px;
  }
  .price_reserve-ttl span {
    font-size: 14px;
    padding: 0 8px;
  }
  .price_creditcard ul {
    justify-content: flex-start;
  }
  .price_creditcard ul li {
    width: calc(100% / 3 - 6px);
    margin-right: 8px;
  }
  .price_creditcard ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .price_tbl tbody tr th,
  .price_tbl tbody tr td {
    padding: 8px;
  }
  .access_conts {
    margin-bottom: 24px;
  }
  .access_info {
    padding: 24px 12px 12px;
  }
  .access_info-ttl {
    margin-bottom: 24px;
  }
  .access_info-text dl {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .access_info-text dl:last-of-type {
    margin-bottom: 0;
  }
  .access_info-text dl dt,
  .access_info-text dl dd {
    width: 100%;
  }
  .access_info-map iframe {
    min-height: 280px;
  }
  .access_info-img{
    margin-top: 4px;
  }
  .access_rootconts-wrap {
    flex-direction: column;
  }
  .access_rootconts {
    width: 100%;
    margin: 0 auto 16px;
    padding: 12px;
  }
  .access_rootconts:last-of-type {
    margin-bottom: 0;
  }
  .access_root-ttl {
    font-size: 16px;
    padding-left: 48px;
    min-height: 40px;
    margin-bottom: 12px;
  }
  .access_root-ttl:before {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .contact_telnum {
    font-size: 18px;
    margin-bottom: 8px !important;
  }
  .contact_form-tbl tbody tr {
    flex-direction: column;
  }
  .contact_form-tbl tbody tr th, .contact_form-tbl tbody tr td {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
  }
  .contact_form-tbl tbody tr th {
    border-right: none;
  }
  .contact_form-tbl tbody tr td p {
    margin-bottom: 8px !important;
  }
  .case_conts h4.price_reserve-ttl {
    font-size: 16px;
  }
  .case_conts h4.price_reserve-ttl span {
    font-size: 14px;
    padding: 0 8px;
  }
  .case_conts h4.voice_ttl02 {
    font-size: 16px;
  }
  .case_conts ul {
    padding: 12px;
  }
  .case_conts ul li {
    background-size: 24px auto;
    background-position-y: 3px;
    padding-left: 32px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .case_conts a {
    word-break: break-all;
  }
  .case_caution{
    padding: 12px;
  }
  .case_caution-ttl{
    font-size: 16px;
    margin-bottom: 12px !important;
  }
  ol.checklist01 li{
    padding-left: 30px;
    padding-top: 6px;
    line-height: 1.75;
    margin-bottom: 12px;
  }
  ol.checklist01 li:before{
    background-size: 22px auto;
    left: 4px;
  }

  /* wordpress関連 */
  .alignright,
  .alignright4{
    margin-left: 20px;
    width: auto;
    max-width: 135px !important;
    height: auto;
  }
  .alignleft,
  .alignleft4{
    margin-right: 20px;
    width: auto;
    max-width: 135px !important;
    height: auto;
  }
}
