@charset "utf-8";

body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0;
  width: 100%;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}

.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}

.pc-only {
  display: none !important;
}

/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/
.contents-block {
  padding: 40px 0 35px;
}

.contents-block:last-of-type {
  padding-bottom: 50px;
}

.contents-block .inner-block {
  padding: 0 10px;
}

.c-ttl01 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.c-ttl01:before,
.c-ttl01:after,
.c-ttl02:after {
  height: 1px;
}

.c-ttl02 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.c-ttl03 {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.c-ttl03:before {
  width: 10px;
  height: 10px;
}

.c-ttl04 {
  font-size: 16px;
  padding-left: 15px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.c-ttl04:before {
  width: 1px;
}

.c-ttl05 {
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 25px;
}

.c-ttl05:before {
  width: 15px;
  height: 15px;
}

.c-btn01 a ,.c-btn01 button {
  width: 125px;
  height: 30px;
  font-size: 11px;
}
.c-btn01 a.large {
  height: 45px;
}

.c-btn01.long a {
  width: 180px;
  height: 50px;
  font-size: 11px;
  text-align: center;
}

.c-btn01 a:after {
  width: 4.5px;
  height: 7px;
  right: 13px;
}

.anchor-link {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.anchor-link li {
  width: calc(50% - 2.5px);
}

.anchor-link li:nth-child(n + 3) {
  margin-top: 5px;
}

.anchor-link li a {
  width: 100%;
  font-size: 11px;
  height: 30px;
}

.anchor-link li a:after {
  right: 13px;
  width: 7px;
  height: 4.5px;
}
 /* btn-content追加(2022/02/22) */
 .btn-content {
  display: flex;
  flex-direction: column;
}
.btn-content .c-btn01:nth-child(2) {
margin-left: 0px;
margin-top: 10px;
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
.menu-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(38, 100, 163, 0.35);
  z-index: 1;
}

.header-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-width: 1.5px;
  z-index: 2;
}

.header-block .logo-and-menu {
  height: 50px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-block .logo a {
  width: 160px;
}

.insta-icon-area {
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #3d84cd;
}

.header-block .menu-btn .inn {
  position: relative;
  width: 20px;
  height: 16px;
}

.header-block .menu-btn .inn div {
  position: absolute;
  background-color: #0084be;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-block .menu-btn .inn div:nth-child(1) {
  top: 0;
}

.header-block .menu-btn .inn div:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-block .menu-btn .inn div:nth-child(3) {
  bottom: 0;
}

.header-block.is-active .menu-btn .inn div:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}

.header-block.is-active .menu-btn .inn div:nth-child(2) {
  opacity: 0;
}

.header-block.is-active .menu-btn .inn div:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

.header-block .gnav-and-sidenav {
  display: none;
}

.header-block .g-nav li {
  border-top: 1px solid #3d84cd;
}

.header-block .g-nav li a {

  height: 40px;
}

.header-block .g-nav .center01 a {
  width: 250px;
}

.header-block .sidenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  background-color: #2664a3;

}

.header-block .sidenav li + li {
  position: relative;
  margin-left: 10px;
}

.header-block .sidenav li a {
  color: #fff;
}

/*----------------------
.header-block .sidenav li + li:before {
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  margin: auto;
  background-color: #0e4d8d;
}

.header-block .sidenav li a {
  color: #fff;
  padding: 10px;
}
----------------------*/
/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
.footer-block .logo-and-gnav .inner-block,
.footer2-block .logo-and-gnav .inner-block {
  height: 65px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-block .logo a img,
.footer2-block .logo a img{
  width: 170px;
}

.footer-block .sidenav-and-copyright .inner-block,
.footer2-block .sidenav-and-copyright .inner-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38px;
}

.footer-block .sidenav-and-copyright .copy,
.footer2-block .sidenav-and-copyright .copy {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

/*---------- pagetop ----------*/
.pagetop-btn {
  right: 10px;
}

.pagetop-btn a {
  width: 35px;
  height: 35px;
  font-size: 11px;
}

.pagetop-btn a:before {
  top: 6px;
  width: 5px;
  height: 3px;
}

/*------------------------------------------------------------------------------
top
------------------------------------------------------------------------------*/
/*---------- mv-block ----------*/
.top .mv-block {
  background-image: url(../img/top/sp/mv_bg.jpg);
  height: 240px;
  margin-top: 50px;
}

.top .mv-block .mv-txt img {
  width: 80%;
}

/*---------- about-block ----------*/
.top .about-block .inner-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}

.top .about-block .txt-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.top .about-block .img-block {
  margin-bottom: 15px;
}

.top .about-block .c-txt01 {
  margin-bottom: 20px;
}

/*---------- news-block ----------*/
.top .news-list li:nth-child(n + 6) {
  display: none;
}

.top .news-list li .osirase {
  padding: 10px;
}

.top .news-list li:nth-child(-n + 3) .osirase:before {
  font-size: 10px;
  width: 30px;
  height: 17.5px;
  top: 11px;
  left: 10px;
  bottom: auto;
}

.top .news-list .date {
  font-size: 11px;
  margin-right: 0;
  margin-bottom: 5px;
}

.top .news-list li:nth-child(-n + 1) .date {
  margin-left: 40px;
}

.office,
.office2 {
  margin: 0px;
  width: 100%;
}

.jyouhou {
  display: flex;
  width: 100%;
}

.office2 {
  margin: 20px 0 0 0px;
}

.dai2 {
  font-weight: bold;
  width: 50px;
  height: 60px;
  margin: 3px 5px 0;


}

/*------------------------------------------------------------------------------
subpage
------------------------------------------------------------------------------*/
/*---------- kv-block ----------*/
.kv-block {
  margin-top: 50px;
}

.kv-block .inner-block {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------- bread-block ----------*/
.bread-block {
  background-color: #e9eef4;
}

.bread-list {
  padding: 3px 10px;
  overflow-x: scroll;
  white-space: nowrap;
}

.bread-list li a,
.bread-list li span {
  font-size: 10px;
}

.bread-list li + li {
  margin-left: 20px;
}

.bread-list li + li:before {
  width: 4.5px;
  height: 7px;
  left: -14px;
}




/*------------------------------------------------------------------------------
outline
------------------------------------------------------------------------------*/
.outline .kv-block {
  background-image: url(../img/outline/sp/kv_bg.jpg);
}

.outline .c-ttl02 {
  font-size: 20px;
  line-height: 1.4;
}

.outline .box {
  margin-bottom: 30px;
}

/*------------------------------------------------------------------------------
greeting
------------------------------------------------------------------------------*/
.greeting .kv-block {
  background-image: url(../img/greeting/sp/kv_bg.jpg);
}

.greeting .small {
  font-size: 12px;
}


/*------------------------------------------------------------------------------
system
------------------------------------------------------------------------------*/
.system .kv-block {
  background-image: url(../img/system/sp/kv_bg.jpg);
}

.system .anchor-link {
  margin-bottom: 40px;
}

.school-block + .school-block {
  margin-top: 30px;
}

.hospital-list li {
  width: 100%;
}

.hospital-list li + li {
  margin-top: 20px;
}

.hospital-list li .name01 {
  font-size: 16px;
  border-width: 1px;
}

.hospital-list li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 10px;
  padding-left: 15px;
}

.hospital-list li .box:before {
  width: 1px;
}

.hospital-list li .box .name02 {
  font-size: 16px;
  margin-right: 10px;
}


/*------------------------------------------------------------------------------
results
------------------------------------------------------------------------------*/
.results .kv-block {
  background-image: url(../img/system/sp/kv_bg.jpg);
}

.tab-group {
  overflow-x: scroll;
}

.tab-group li {
  height: 30px;
  min-width: 120px;
  width: 120px;
}

.panel-group .list01 {
  padding-bottom: 20px;
}

.panel-group .list01 + .list01 {
  margin-top: 20px;
}

.panel-group .box + .box {
  margin-top: 10px;
}

.panel-group .box .tag {
  margin-right: 10px;
}

/*------------------------------------------------------------------------------
link
------------------------------------------------------------------------------*/
.link .kv-block {
  background-image: url(../img/link/sp/kv_bg.jpg);
}

.link .anchor-link {
  margin-bottom: 40px;
}

.district-block:last-of-type {
  margin-bottom: 40px;
}

.district-block + .district-block {
  margin-top: 30px;
}

.district-list > li {
  width: 100%;
  padding-bottom: 15px;
}

.district-list > li:nth-child(n + 2) {
  margin-top: 20px;
}

.district-list .tag-and-name {
  margin-bottom: 15px;
}

.district-list .tag {
  font-size: 10px;
  width: 30px;
  height: 17.5px;
  margin-right: 8px;
}

.district-list .name {
  font-size: 14px;
}

.district-list .btn-list li {
  width: calc(50% - 2.5px);
}

.district-list .btn-list li a {
  width: 100%;
  height: 30px;
}

.district-list .btn-list li a.small {
  font-size: 10px;
}

.bnr-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

.bnr-list li {
  width: calc(50% - 2.5px);
}

.bnr-list li:nth-child(n + 3) {
  margin-top: 5px;
}

.bnr-list li a img {
  width: 100%;
}

/*------------------------------------------------------------------------------
  clearfix

:after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
/**/

.receiving-block {
  background: url(../img/top/sp/sp_receiving.jpg) no-repeat center/ 100%;
}

.c-ttl03-2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.receiving-block .c-txt01 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
保守追加　会員専用ページ導線ボタン
------------------------------------------------------------------------------*/
.header-block .g-nav .center01 {
  padding: 10px 0;
}
.header-block .g-nav .center01 a {
  font-size: 12px;
}

/*------------------------------------------------------------------------------
保守追加　会員専用ページ
------------------------------------------------------------------------------*/
.member .kv-block {
  background-image: url(../img/member/sp/kv_bg.jpg);
}

.member .member-block {
  min-height: 400px;
}

/*------------------------------------------------------------------------------
追加対応・歯科研修医受け入れ状況
------------------------------------------------------------------------------*/

.on-line-block {
  background: url(../img/top/sp/sp_on-line.jpg) no-repeat center/ 100%;
}

.c-ttl03-2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.on-line-block .c-txt01 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
追加対応・採用情報ブロック追加
-----------------------------------------------------------------------------*/
.recruit-info-block {
  background: url(../img/top/sp/sp_recruit-info.jpg) no-repeat center/ 100%;
}

/*------------------------------------------------------------------------------
追加対応　2021年度オンライン歯科臨床研修施設説明会
------------------------------------------------------------------------------*/
.office3 {
  margin: 0px;
  width: 100%;
  margin-right: 0;
  order: 2;
}
.jyouhou2{
    display: flex;
    width: auto;
}

.tag.bg-green {
  height: auto;
  line-height: 1.2;
  padding: 3px 2px;
}
.bg-green br {
  display:block;
}

.tag-and-name h4.longtitle {
    font-size: 12px;
  }

a.longtext {
    font-size: 11px;
}
.header2-block{
  display: none;
}
.briefing .kv-block {
  background-image: url(../img/online_dental_resident_navigation_2021/sp/kv_bg.jpg);
  margin-top: 0;
}
.briefing .kv-block h2 {
  font-size: 15px;
}
.briefing .kv-block span {
  font-size: 12px;
}
.inquiry{
  margin-bottom: 50px;
  padding: 0 10px;
}
.leafletPDF-block{
  flex-direction: column;
  width: 80%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.leafletPDF-block .txt-block{
  padding-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.leafletPDF-block .txt-block .ttl h3{
  font-size: 16px;
  font-weight: bolder;
}
.leafletPDF-block .txt-block .sns-block {
  flex-direction: column;
}
.leafletPDF-block .txt-block .sns-block .sns{
  width: 100%;
}
.leafletPDF-block .txt-block .sns-block .sns:nth-child(2){
margin-top: 20px;
}
.leafletPDF-block .txt-block .sns-block img{
  width: 80%;
  padding-bottom: 15px;
}
.leafletPDF-block .txt-block .sns-block h4{
  font-size: 16px;
  font-weight: bold;
}
.leaflets-block {
  text-align: center;
  margin-top: 90px;
}

/*sns*/
.sns-block {
  margin-top: 40px;
  padding: 0 20px;
}
.sns-block.outer-block {
  padding-top: 0px;
}
.sns-block .timelime {
  padding: 0;
}
.sns-block .timelime iframe#twitter-widget-1 {
  box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.leaflets-block {
    margin-top: 0;
}

.briefing .leaflets-block img {
  width: 70%;
  margin-bottom: 30px;
}

.attention {

    flex-flow: column;
    align-items: center;
    padding: 0 20px;
}
.attention img {
  width: 70%;
  order: 1;
}
.c-ttl_1 {
    position: relative;
    font-size: 12px;
    padding-left: 25px;
    margin-bottom: 20px;
}
.c-ttl_1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background-color: #2664a3;
  }


.briefing .link-block .district-list > li {
  border-bottom: none;
      padding-bottom: 0px;
}

.briefing .link-block .district-block .district-list .tag-and-name {
  margin-bottom: 0px;
  padding: 5% 0;
  border-bottom: 1px solid #f1f1f1;
}

.briefing .link-block .district-block .district-list > li:nth-child(n + 2) {
  margin-top: 0px;
}

.briefing .link-block .district-block .district-list li .tag-and-name{
  height: auto;
  pointer-events: all;
  position: relative;
}
.briefing .link-block .district-block .district-list li .tag-and-name:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  transform: translateY(-50%) rotate(
45deg
);
  transition: .3s;
}
.briefing .link-block .district-block .district-list li .tag-and-name.open:after {
  transform: rotate(225deg);
}
.briefing .link-block .district-block .c-ttl02{
  margin-bottom: 0;
}

.briefing .link-block .district-block .district-list li .btn_link{
  display:none;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.briefing .txt-box .txt + .txt {
  margin-top: 20px;
}
.zoom-list{
  margin-top: 20px;
}
.zoom-list li {
  width: calc(50% - 2.5px);
}
.zoom-list li a {
  width: 100%;
  font-size: 11px;
  height: 30px;
}
/* gete */
.gate-block .schedule {
  display: flex;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0 10px;
}
.gate-block .schedule h3 {
  font-size: 14px;
  padding-top: 20px;
}
.gate-block .schedule .c-btn01 a {
  font-size: 15px;
}
.gate-block .day2{
  margin-left: 0;
  margin-top: 10px;
}
.first {
  width: 100%;
  height: auto;
  padding: 40px 20px 20px 20px;
}
.acd,
.acd_2{
  padding: 0 20px 20px 20px;

}
.acd:after,
.acd_2:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #2664a3;
  border-bottom: 2px solid #2664a3;
}
.entry_link {
  padding: 0 20px 20px 20px;
}
.entry_facility {
  font-size: 12px;
}
.entry_facility li {
  margin-bottom: 5px;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
.entry_facility .colum1,
.entry_facility .colum2 {
  max-width:48%;
}
/*------------------------------------------------------------------------------
追加対応・2022年度オンライン歯科臨床研修施設説明会
------------------------------------------------------------------------------*/
.thumb img {
  width: 100%;
  height: auto;
}
.attention{

  justify-content: normal
}
.attention .office3 {
  width: auto;
  text-align: left;
}

/*------------------------------------------------------------------------------
job
------------------------------------------------------------------------------*/
.job .contact-area {
  padding: 20px;
}

/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/
.contact .kv-ttl {
  flex-wrap: wrap;
  margin: 0 10px;
  gap: 5px 0;
}
.contact .contents-block .inner-block {
  width: 100%;
}
.contact .contents-block .contact-table {
  margin-top: 20px;
}
.contact .contents-block .contact-table tr {
  border-bottom: none;
}
.contact .contents-block .contact-table tr:first-child {
  border-top: none;
}
.contact .contents-block .contact-table th {
  display: block;
  padding: 10px 50px 10px 10px;
  width: 100%;
}
.contact .contents-block .contact-table th.required::after {
  font-size: 10px;
  height: 20px;
  width: 34px;
  right: 10px;
  padding: 2px;
}
.contact .contents-block .contact-table td {
  display: block;
  padding: 10px;
}
.contact .contents-block .contact-table input[type=file] {
  font-size: 14px!important;
}
.contact .contents-block .c-btn01 {
  padding-top: 20px;
}
.contact .contents-block .c-btn01 a {
  max-width: none;
}
::-webkit-full-page-media, :future, :root .contact .contents-block .contact-table input[type=file] {
  font-size: 12px!important;
}

/* 確認ページ */
.contact .contents-block .btn-area {
  flex-wrap: wrap;
  gap: 0;
  flex-direction: column-reverse;
}
.contact .contents-block .btn-area .c-btn01 a , .contact .contents-block .btn-area .c-btn01 button {
  width: calc(100vw - 20px);
  max-width: 400px;
  margin: auto;
}
.contact .contents-block .btn-area .c-btn01 + .c-btn01 {
  padding-top: 20px;
}

.zoom-link {
  margin-top: 20px;
}
.zoom-link a {
  width: 250px;
  height: 50px;
}
.zoom-link a::after {
  width: 7.5px;
  height: 10px;
}