@charset "UTF-8";
.top_mv {
    background: url(../images/common/mv.jpg) no-repeat center / cover;
}

.top_mv h1 {
    font-size: 4.5rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', sans-serif;
}

.top_mv_tag {
    margin: 0 -10px;
}

.top_mv_tag p {
    margin: 5px 10px;
    padding: 15px 10px;
    background: rgba(255, 255, 255, .8);
}

.top_mv_tag p:first-of-type {
    width: calc(25.5% - 20px);
    max-width: 260px;
}

.top_mv_tag p:nth-of-type(2) {
    width: calc(33% - 20px);
    max-width: 340px;
}

.top_mv_tag p:last-of-type {
    width: calc(41.5% - 20px);
    max-width: 430px;
}



@media screen and (max-width: 991px) {
    .top_mv h1 {
        font-size: 4.25vw;
    }
}

@media screen and (max-width: 768px) {
    .top_mv_tag p:first-of-type {
        width: calc(45% - 20px);
    }
    .top_mv_tag p:nth-of-type(2) {
        width: calc(55% - 20px);
    }
    .top_mv_tag p:last-of-type {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .top_mv_tag {
        margin: 0 -5px;
        font-size: 3.75vw !important;
    }
    .top_mv_tag p {
        margin: 5px;
        padding: 10px;
    }
    .top_mv_tag p:first-of-type {
        width: calc(45% - 10px);
    }
    .top_mv_tag p:nth-of-type(2) {
        width: calc(55% - 10px);
    }
    .top_mv_tag p:last-of-type {
        width: calc(100% - 10px);
    }
}


/**/
.top_main {}
.top_main h2 { font-size: 35px; line-height: 40px; font-weight: bold; text-align: center; padding: 5px 0; border-bottom: 3px solid #ccc; margin: 0 0 30px 0; position: relative; }
.top_about h2 { color: #8FC31F; }
.top_onx h2 { color: #f8b500; }
.top_doctor h2 { color: #82C1EA; }

.top_main h2 span { display: block; position: absolute; left: 0; top: 10px; width: 150px; color: #fff; font-size: 20px; line-height: 40px; height: 40px; }
.top_about h2 span { background: #8FC31F; }
.top_onx h2 span { background: #f8b500; }
.top_doctor h2 span { background: #82C1EA; }

.top_btn { width: 100%; position: relative; }
.top_btn a {
    position: relative;
    display: inline-block;
    width: 100%; height: 100%;
    padding: 12px 0px;
    color: #fff;
    background: linear-gradient(to right, #7CD2F6, #A48FD8);
	line-height: 1.2em; font-weight: bold; text-align: center;
}

.top_btn a::after {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%);
}

.banner { position: relative; }

.miniseminar { display: flex; padding: 5px 0 10px 10px; background: url(../images/banner_25_bk.jpg) repeat-y center / 100%; }
.miniseminar a { margin: 0 10px 0 0; filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.5)); }
.miniseminar a img { border-radius: 5px; }
@media screen and (max-width: 768px) {
	.miniseminar { flex-direction: column; padding: 0 0 20px 5px; }
	.miniseminar a { margin: 20px 5px 0 0; }
}

.popons2306 { display: block; width: 115px; height: 40px; border-radius: 50%; background: #FF0000; color: #fff; font-size: 13px; line-height: 14px; font-weight: bold; text-align: center; position: absolute; top: -40px; left: -15px; padding: 5px 0; }
.popons2306::before {
  content: "";
  /* borderで三角形を作る */
  border-width: 15px 10px;
  border-style: solid;
  border-color: #ff0000 transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.top_btn .popons2306 { left: auto; right: -15px; }

.slick-prev:before,
.slick-next:before {
    color: #666;
}

.slick-prev {
    left: -5px;
}

.slick-next {
    right: -5px;
}

.tnews_item {
    padding: 7px;
    outline: none !important;
}

.tnews_item a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

.tnews_cont {
    padding: 15px;
}

.top_news .top_btn a {
    max-width: 320px;
}

.top_info .w_50 {
    width: 50%;
}

@media screen and (max-width: 991px) {
    .top_main h2 { font-size: 24px; }
}

@media screen and (max-width: 768px) {
    .top_info .w_50 {
        width: 100%;
    }
    .top_info figure.w_50 {
        margin-top: 15px;
        text-align: center !important;
    }
}

@media screen and (max-width: 760px) {
	.top_main h2 { font-size: 20px; line-height: 30px; }
	.top_main h2 span { font-size: 16px; line-height: 25px; height: 25px; top: -25px; }
}
.top_about {
    margin-top: 50px;
}

.top_about .tabout{ display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: flex-start; }
.top_onx .tabout,.top_doctor .tabout { display: flex; flex-wrap: wrap; flex-direction: row; align-items: flex-start; }

.top_about .figure,.top_onx .figure,.top_doctor .figure { width: calc(50% - 30px); height: auto; margin: 0 15px; }

	
.tabout_cont {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 0;
    background: #fff;
}

.tabout_cont h2 {
	font-size: 30px; line-height: 40px; font-weight: bold; text-align: center; color: #8FC31F;
}
	
.tabout_cont p {
    max-width: 560px; margin: 0 0 30px 0; padding: 0 20px;
}
.tabout_cont a.border_btn {
	font-size: 20px; line-height: 30px; font-weight: bold;
	position: relative; display: inline-block; width: 100%; padding: 10px 25px; text-align: center; color: #8FC31F; background: #fff; border: 2px solid #8FC31F;
}
.tabout_cont a.border_btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #8FC31F;
	transform: translateY(-50%);
}
.top_onx .tabout_cont a.border_btn { color: #f8b500; border-color: #f8b500; }
.top_onx .tabout_cont a.border_btn::after { border-left-color: #f8b500; }
.top_doctor .tabout_cont a.border_btn { color: #82C1EA; border-color: #82C1EA; }
.top_doctor .tabout_cont a.border_btn::after { border-left-color: #82C1EA; }

@media screen and (max-width: 1024px) {
    .tabout_cont p { padding: 0;
}
	/*.tabout_cont {
        padding: 40px 30px;
    }*/
}

@media screen and (max-width: 760px) {
	.tabout_cont p {
    max-width: 100%;
}
    /*.top_about {
        padding: 0;
        background: no-repeat;
    }*/
    .tabout_cont {
        width: 100%; margin: 10px 15px 0 15px;
       /* padding: 40px 4%;*/
    }
	
	.top_about .figure,.top_onx .figure,.top_doctor .figure { width: calc(100% - 30px); height: auto; margin: 0 15px; }

.top_onx .tabout,.top_doctor .tabout { flex-direction: column-reverse }
	.top_onx .tabout_cont,.top_doctor .tabout_cont { margin: 10px 0 0 0; }
}

.ton_item figure {
    width: 52%; position: relative;
}
.ton_item figure .attention { display: block; width: 100%; height: 45px; background: #FF9694; color: #fff; font-size: 18px; line-height: 21px; font-weight: bold; text-align: center; padding: 1px 0 0 0; }

.ton_cont {
    width: 44.5%;
}

.top_btn a.border_btn {
    color: #7ED0F6;
    background: #fff;
    border: 2px solid #7ED0F6;
}

.top_btn a.border_btn::after {
    border-color: transparent transparent transparent #7ED0F6;
}

.link_bottom {
    text-decoration: underline;
}

.link_pdf {/*text-decoration: underline;*/
	display: inline-block; position: relative; padding: 5px 50px 5px 20px; font-weight: bold; /*border: 2px solid #f8b500;*/ border-radius: 100px;
	background: #f7d67c url("../images/PDF_file_icon.svg") no-repeat; background-size: 22px; background-position: right 20px top 50%;
}

.pdfbtn { display: block; padding: 60px 20px 15px 20px; text-align: center; }
.pdfbtn .link_pdf { font-size: 20px; line-height: 30px; padding: 10px 55px 10px 20px; background-size: 30px; background-position: right 20px top 50%; }
.pdfbtn.stxt .link_pdf { font-size: 16px; line-height: 24px; }
.onx_main .pdfbtn { padding: 80px 0 0 0; }
.onx_main .pdfbtn .link_pdf { padding: 20px 55px 20px 20px; }

.ton_cont_ttl { position: relative; padding-top: 50px; }
.ton_cont .logo { position: absolute; width: 120px; top: 0; right: 0; }
.ton_cont .sttl { }
.ton_cont .target { /*border: 2px solid #dd2222; */ font-size: 16px; line-height: 25px; position: absolute; top: 0; left: 0; padding: 3px 10px; color: #fff; background: #dd2222; }

.top_on hr { margin: 30px -20px 0 -20px; border: none; border-bottom: 1px solid #ccc; }

@media screen and (max-width: 768px) {
	.ton_item figure { width: 35%; }
	.ton_cont { width: 60%; }
}

@media screen and (max-width: 480px) {
    .ton_item figure {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .ton_cont {
        width: 100%;
    }
	.ton_cont_ttl { padding-top: 200px; text-align: center; }
	.ton_cont .logo { height: 150px; width: 100%; top: 35px; }
	.ton_cont .logo img { height: 100%; width: auto; margin: 0 auto; }
}


.accordion_sec .inner section { margin: 0 15px; padding: 0; }


.accordion_sec h2 { padding: 12px; background: linear-gradient(to bottom, #8FC31F, #e7f1cf); cursor: pointer;  position: relative; font-size: 24px; text-align: center; font-weight: bold; color: #fff; }
.top_main .accordion_sec h2 { border: none; }

.accordion_sec h2::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 55%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
    border-width: 16px;
    border-color: #fff transparent transparent;
}

.accordion_cont {
    display: none;
}

.tnutrition_list {
	margin: 0 -1%; padding: 0;
	 display: flex; flex-wrap: wrap; font-weight: bold; text-align: center;
}

.tnutrition_list li {
    width: 23%;
    margin: 0 1%;
}

.tnutrition_list li a {
    display: block;
    height: 100%;
    padding: 12px 10px;
    background: #FFF0E3;
}

.tevent_list {
    margin: 0 -8px;
}

.tevent_list li {
    width: calc(33.3% - 16px);
    margin: 0 8px;
    border: 1px solid #FFB65B;
}

.tevent_date {
    padding: 5px;
    line-height: 1.5;
    background: #FFB65B;
}
.tevent_date .newicon { display: inline-block; background: #f00; padding: 0 5px; font-size: 16px; }
.tevent_cont {
    padding: 10px;
}
.tevent_cont .ttl { display: block; margin-top: 10px; padding-top: 10px; border-top: 1px solid #ccc; text-align: center; }

@media screen and (max-width: 768px) {
  .tnutrition_list li { width: 31.33%; }
	.tevent_list li { width: calc(50% - 16px); }
}

@media screen and (max-width: 480px) {
  .tnutrition_list li { width: 48%; }
	.pdfbtn .link_pdf { font-size: 18px; }
}


.top_clinic .cmn_btn {
    max-width: none;
}

.top_book {
    background: url(../images/top/book_bg.jpg) no-repeat center / cover;
}

.carousel_book {
    margin: 0;
}

.carousel_book .slick-slide {
    outline: none !important;
    padding: 0 10px;
}
.carousel_book p { font-size: 13px; line-height: 18px; padding-top: 3px; }

.carousel_book figure {
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    background: #fff;
}

.carousel_book figure img {
    width: auto; height: 140px;
    margin: 0 auto;
}

.top_book .top_btn a {
    max-width: 520px;
}

.slick-dots li button:before {
    font-size: 16px;
    opacity: 1;
    color: #B7B7B7;
}
.topPagePosts__item a:hover{ color:#17d4f0; }

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #7DD0F5;
}

.topPagePosts__item dt { float:left; width: 180px; }
.topPagePosts {
  border-top: 1px solid #eaeaea; /* 掛け線のスタイル（最上部のみ） */
  margin-bottom: 28px;
}

.topPagePosts__item {
  border-bottom: 1px solid #eaeaea; /* 掛け線のスタイル */
  padding: 8px;
  position: relative;
}

.topPagePosts__category {  /* カテゴリ名 */
  background: #eaeaea; /* 背景色 */
  color: #fff;  /* 文字色 */
  padding: 2px 4px;
  font-size: .8em; /* ちょっと小さめの文字 */
}

.topPagePosts__title {
  display: inline-block;
}

.topPagePosts__title::after { /* 右端の矢印 */
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #eaeaea #eaeaea transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 45%;
  right: 1%;
}



/**/
.tm-green { color: #8FC31F; }
.tm-orange { color: #f8b500; }
.tm-blue { color: #82C1EA; }

.top_menu_group { display: flex; flex-wrap: wrap; justify-content: space-between; margin: -20px 0 0 0; }
.top_menu_group .item { display: block; width: 45%;padding-top:25%;position:relative; border-width: 3px; border-style: solid; border-radius: 500px; background: url("../images/whitebox.png") left 70px no-repeat; background-size: 100% auto; }
.top_menu_group .item .sp2 { display: none; }
.top_menu_group .iteminner { display: block; position: absolute; top:0; right:0; bottom:0; left:0; border-radius: 50%; }

.top_menu_group .item.tm_item_1 { border-color: #8FC31F; background-color: #8FC31F; }
.top_menu_group .item.tm_item_2 { border-color: #f8b500; background-color: #f8b500; }
.top_menu_group .item.tm_item_3 { border-color: #82C1EA; background-color: #82C1EA; }

.top_menu_group p { text-align: center; padding: 0px 10px; }
.top_menu_group p.ttl { font-size: 28px; font-weight: bold; color: #fff; line-height: 70px; padding: 0; }

.top_menu_group h3 { text-align: center; font-size: 24px; line-height: 60px; height: 60px; font-weight: bold; margin: 15px 0; position: relative; display: block; width: 100%; }
.top_menu_group .tm_item_1 h3 { color: #8FC31F; line-height: 30px; }
.top_menu_group .tm_item_2 h3 { color: #f8b500; }
.top_menu_group .tm_item_3 h3 { color: #82C1EA; }

.top_menu_group h3::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    transform: translateY(-50%);
}
.top_menu_group .tm_item_1 h3::after { border-color: transparent transparent transparent #8FC31F; }
.top_menu_group .tm_item_2 h3::after { border-color: transparent transparent transparent #f8b500; }
.top_menu_group .tm_item_3 h3::after { border-color: transparent transparent transparent #82C1EA; }

.top_event ul { padding: 0; }


@media screen and (max-width: 991px) {
	.top_menu_group .item { background-position: left 70px; }
	.top_menu_group p { padding: 0px 20px; font-size: 13px; }
	.top_menu_group p.ttl { font-size: 20px; line-height: 70px; padding: 0; }
	.top_menu_group h3 { font-size: 18px; line-height: 40px; height: 40px; margin: 5px 0; }
	.top_menu_group .tm_item_1 h3 { line-height: 20px; }
	.top_menu_group h3::after {border-width: 15px 0 15px 15px; }
}

@media screen and (max-width: 700px) {
	.top_menu_group { display: block; margin: 20px -5px 30px -5px; }
	.top_menu_group .item { width: 100%; margin: 10px 0 0 0; background-position: 90px top; padding: 0; background-image: none; background-color: #fff; }
	.top_menu_group .item.tm_item_1,.top_menu_group .item.tm_item_2,.top_menu_group .item.tm_item_3 { background-color: #fff; }
	.top_menu_group .item a { display: block; height: 110px; position: relative; }
	.top_menu_group .item .sp2 { display: inline; }
	.top_menu_group p { padding: 0 25px 0 10px; line-height: 20px; text-align: left; float: left; width: 70%; }
	.top_menu_group p.ttl { padding: 35px 0 0 0; display: block; float: left; width: 30%; min-width: 90px; height: 100%; line-height: 30px; text-align: center; background: #ccc; border-radius: 50px 0 0 50px; }
	.top_menu_group .item.tm_item_1 p.ttl { background-color: #8FC31F; }
.top_menu_group .item.tm_item_2 p.ttl { background-color: #f8b500; }
.top_menu_group .item.tm_item_3 p.ttl { background-color: #82C1EA; }
	.top_menu_group .tm_item_1 p.ttl { padding: 20px 0 0 0;}
	.top_menu_group h3 { padding: 0 25px 0 0; margin: 0 0 5px 0; float: left; width: 70%; }
	.top_menu_group h3::after { top: 100%; right: 5px; transform: translateY(0px); }
}

@media screen and (max-width: 370px) {
	.top_menu_group h3,.top_menu_group p { width: calc(100% - 90px); }
	.top_menu_group p { font-size: 12px; line-height: 16px; }
	.top_menu_group p.ttl { width: 90px; line-height: 30px; }
	.top_btn	{ font-size:0.8em!important; }
	.top_btn a::after { border-width: 6px 0 6px 6px; right: 2px; }
}


.top_clinic,.top_main .accordion_sec,.tonx { display: none; }


.tabout_block { display: flex; flex-wrap: wrap; align-items: flex-start;
 margin-top: 30px; }
.tabout_block > div { width: calc(50% - 30px); margin: 0 15px 30px 15px; height: 400px; position: relative; background: #e7f1cf; padding: 10px 20px 20px 20px; }
.tabout_block > div.tabout_search { height: 400px; }
.tabout_block > div .fgroup { display: flex; flex-wrap: wrap; align-items: flex-start; }
.tabout_block > div .fgroup a { display: inline-block; }
.tabout_block h3 { font-size: 24px; line-height: 30px; text-align: center; font-weight: bold; margin: 0 0 10px 0; padding: 5px 0; border-bottom: 2px solid #8FC31F; }
.tabout_block .fblock,.tabout_block .figure { width: calc(50% - 0px); margin: 0 10px; }
.tabout_block .figure { width: calc(50% - 30px); margin: 0; }

.tabout_block .tabout_other .fblock { width: calc(70% - 20px); margin: 0 10px; }
.tabout_other .figure { width: calc(30% - 30px); height: auto; margin: 0 15px; }

.tabout_block a.border_btn {
	font-size: 20px; line-height: 22px; font-weight: bold;
	position: relative; display: block; padding: 5px 25px; text-align: center; color: #8FC31F; background: #fff; border: 2px solid #8FC31F;
	position: absolute; bottom: 20px; left: 20px; right: 20px;
}
.tabout_block a.border_btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #8FC31F;
	transform: translateY(-50%);
}
.tabout_block a.border_btn span { display: block; font-size: 15px; }

.tabout_block2 { margin-top: 30px; }


.tabout_block > div .fgroup2 { display: block; text-align: center; }
.tabout_block > div .fgroup2 p { margin: 0 20px; text-align: center; }
.tabout_block > div.tabout_request .fgroup2 p { text-align: left; }

.tabout_search img { height: 180px; margin: 0 auto; width: 320px; }
.tabout_request img { height: 130px; margin: 0 auto; width: auto; }

/*.tabout_block > div.tabout_request { height: 250px; }*/
.tabout_block > div.tabout_other { width: calc(50% - 30px); position: relative; background: none; padding: 0 0 0 0; height: auto; }
.tabout_block > div.tabout_other > div { margin: 0 0 30px 0; height: 185px; position: relative; background: #e7f1cf; padding: 10px 20px 20px 20px; }

.tabout_other a.box_btn { font-size: 24px; line-height: 30px; font-weight: bold;
	position: relative; display: block; padding: 20px 10px; text-align: center; color: #000; background: linear-gradient(to bottom, #8FC31F, #e7f1cf); margin: 40px 20px 0 20px; border-radius: 50px; }
.tabout_other a.box_btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #fff;
	transform: translateY(-50%);
}

.top_partner { padding: 0 0 100px 0; }
.tpartner_cont { display: flex; flex-wrap: wrap; align-items: flex-start; }
.tpartner_cont p { width: calc((100% - 30px*2)/2); margin: 0 15px 30px 15px; text-align: center; }
.tpartner_cont p a:hover { text-decoration: underline; color: #0A00FF; }


.top_onx,.top_doctor { padding-top: 100px; }
.tonx { background: #feedc9; padding: 20px; margin: 30px 15px; }
.tonx .tabout { background:  #fff; padding: 15px 0; }
.top_onx .tonx .figure { display: block; width: 50%; height: auto; margin: 0; line-height: 0; }

.top_onx .tabout.tonx_onp {  }
.top_onx .tabout.tonx_one { margin-top: 20px; }
.top_onx .tabout.tonx_ons { margin-top: 20px; }

.top_onx h3 { font-size: 30px; line-height: 35px; font-weight: bold; margin: 0 0 10px 0; }
.top_onx h3 .entitle { font-size: 18px; display: block; }
.top_onx h3 .stxt { font-size: 16px; display: block; }

.top_onx h4 { font-size: 20px; line-height: 30px; margin: 0 0 10px 0; padding: 0 10px; }
.top_onx p { padding: 0 10px; }

.top_doctor .subfig { float: right; width: 165px; margin: 0 0 20px 20px; }

.top_news .message { margin: 30px 0; padding: 20px; border: 2px solid #8FC31F; border-radius: 20px; }
.top_news .message p { text-align: center; font-size: 20px; line-height: 22px; font-weight: bold; color: #8FC31F; }
.top_news .message a.detail { display: inline-block; margin-left: 20px; background: #fff; color: #8FC31F; border: 1px solid #8FC31F; padding: 5px 20px 5px 5px; font-size: 16px; line-height: 18px; font-weight: bold; position: relative; }
.top_news .message a.detail::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #8FC31F;
	transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
	.top_news .message a.detail { display: block; margin: 10px auto 0 auto; width: 125px; }
}

@media screen and (max-width: 768px) {
	.tabout_block a.border_btn { font-size: 20px; }
	.tpartner_cont p { width: calc((100% - 30px*2)/2); }
	.tabout_block h3 { font-size: 20px; }
	.tabout_other a.box_btn { font-size: 20px; margin-top: 30px; }
}

@media screen and (max-width: 760px) {
	.tabout_block > div { width: calc(100% - 30px); height: auto; padding-bottom: 90px; }
	.tabout_block > div.tabout_request { height: auto; }
	.tabout_block > div.tabout_other { width: calc(100% - 30px); padding: 0; }
	.tabout_block > div .fgroup2 p { margin: 0; }
}

@media screen and (max-width: 480px) {
    .tpartner_cont p { width: calc(100% - 30px); }
	.tabout_block a.border_btn { font-size: 18px; }
	.tabout_block > div { padding-bottom: 110px; }
	.slick-dots { bottom: -35px; }
	.slick-dots li { margin: 0 3px; }
}

/*ONx移管バナー*/

.onxseminar { margin: 50px 0; text-align: center; }
.onxseminar p { font-size: 14px; display: inline-block; margin: 0 auto 10px auto; }

.onxseminar .btnarea { width: 100%; aspect-ratio: 19 / 3; display: flex; justify-content: space-around; background-image: url("../images/banner_move202504_pc.jpg"); background-repeat: no-repeat; background-size: contain; }
.onxseminar .btnarea a { display: block; width: 33%; height: auto; }

@media screen and (max-width: 768px) {
	.onxseminar .btnarea { flex-direction: column; aspect-ratio: 1 / 1; background-image: url("../images/banner_move202504_sp.jpg");  }
	.onxseminar .btnarea a { width: 100%; height: 33%; }
}


