article {
  overflow: hidden;
}

/* ##### hack ##### */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ##### custom reset ##### */
:root {
  font-family: "Noto Sans JP";
  font-size: 10px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.86;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul,
li,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:after,
a:before {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

img {
  width: 100%;
}

th {
  font-weight: normal;
}

/* ##### common ##### */
/* ## btn ### */
.btn-contact {
  display: inline-block;
  background: #df1c24;
  color: #ffffff;
  padding: 0px 1.2em;
}

.btn-contact:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.btn_com {
  display: inline-block;
  border: 1px solid #333333;
  color: #333333;
  background: #ffffff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8em;
  border-radius: 0.9em;
  padding: 0 3em;
  position: relative;
}

.btn_com:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2rem solid #333333;
  border-right: 0.2rem solid #333333;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_com:hover {
  background: #2f66a0;
  border-color: #2f66a0;
  color: #ffffff;
}

.btn_com:hover:after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.btn_box {
  text-align: center;
  clear: both;
}

.btn_box-solo {
  padding-bottom: 4rem;
}

/* ## com (units) ## */
.com_sec {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 6rem;
  margin: 0 auto;
  font-size: 1.5rem;
}

.com_sec-noTopP {
  padding-top: 0 !important;
}

.com_sec-max {
  max-width: 1020px;
  margin: 0 auto;
}

.com_sec-even {
  background: #f0f0f0;
}

.com_subsec {
  margin-bottom: 5rem;
}

/* banners */
.com_banner-full {
  display: block;
  width: 90%;
  max-width: 716px;
  margin: 0 auto 6rem auto;
}

/* com_basictable */
.com_basictable {
  width: 100%;
  border-top: 1px solid #333333;
}

.com_basictable th {
  vertical-align: middle;
  white-space: nowrap;
  background: #f0f0f0;
  padding: 2rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}

.com_basictable td {
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 2rem;
  border-bottom: 1px solid #333333;
}

/* ttl_units */
.com_ttl_units {
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.com_ttl {
  font-size: 3.2rem;
  line-height: 1.5;
}

.com_ttl_img {
  margin: 0 0 0.5rem 0;
  display: inline-block;
  width: 13.7%;
}

/* subttl */
.com_subttl {
  font-size: 2.5rem;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}

.com_subttl-orange {
  background: #dfa92d;
}

.com_subttl-blue {
  background: #2f66a0;
}

.com_subttl-ygreen {
  background: #83b138;
}

.com_subttl-green {
  background: #3ca48a;
}

/* textttl */
.com_textttl {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

/* textbox */
.com_simpletext {
  width: 100%;
}

.com_simpletext-lead {
  max-width: 880px;
  margin: 0 auto 5rem auto;
}

.com_simpletext-center {
  text-align: center;
}

/* youtubebox */
.com_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1em auto 0 auto;
  max-width: 800px;
}

.com_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ## com_contact ## */
/* com_contactunit */
.com_contactunit {
  border: #df1c24 5px solid;
  width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 20px 20px 20px;
  background: #ffffff;
}

.com_contactttl {
  font-size: 2.5rem;
  color: #df1c24;
  border-bottom: 1px solid #df1c24;
}

.com_contactouter {
  display: table;
  width: 100%;
  margin-top: 20px;
  line-height: 60px;
}

.com_contact {
  display: table-row;
}

.com_contactList {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

.com_contact_contact {
  font-size: 2.2rem;
  line-height: 60px;
}

.com_contactList .com_tel {
  font-size: 3.5rem;
  text-align: center;
  color: #333333;
}

/* qa */
.com_q {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2f66a0;
  padding-top: 1.2rem;
}

.com_a {
  padding: 0.5rem 0 1.2rem 0;
  border-bottom: 1px solid #333333;
}

.com_a:last-child {
  border-bottom: none;
}

/* com_tel */
.com_tel {
  line-height: 1.2;
  color: #df1c24;
  font-weight: bold;
  display: block;
  text-align: left;
}

.com_tel small {
  display: inline-block;
  padding-right: 0.5em;
}

.com_tel_hour {
  font-size: 45%;
  color: #333333;
  font-weight: normal;
  display: block;
}

/*  line  */
.index_line_center a {
  width: 180px;
  height: 56px;
  display: block;
  margin: 0 auto;
}

.index_line_center a img {
  width: auto;
  height: 100%;
}

/*  jyukusagasu  */
.index_jyukusagasu_center a {
  width: 90vw;
  max-width: 400px;
  display: block;
  margin: 0 auto 3em auto;
}

.index_jyukusagasu_center a img {
  width: auto;
  width: 100%;
}

/* ## header ## */
header {
  width: 100%;
  border-top: 5px #2f66a0 solid;
  -webkit-box-shadow: 0 0 4px 4px #cccccc;
          box-shadow: 0 0 4px 4px #cccccc;
  position: relative;
  z-index: 5;
}

.header_inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  height: auto;
  padding-top: 95px;
  position: relative;
}

/* logo */
.header_logo {
  display: block;
  width: 288px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 37px;
}

.header_logo img {
  display: block;
}

/* info */
.header_infoBox {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
}

.header_infoBox.header_infoBox02 {
  position: relative;
  top: initial;
  right: initial;
}

.header_infoBox.header_infoBox02 .header_infoInner {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.header_infoBox.header_infoBox02 .header_infoInner ul.header_info > li.va-m {
  vertical-align: middle;
}

.header_infoInner {
  display: table;
}

.header_info {
  display: table-row;
}

#header_line {
  padding-left: 4px;
}

#header_line img {
  display: block;
  max-height: 40px;
  width: auto;
}

.header_infoList {
  display: table-cell;
  vertical-align: top;
}

.header_info_branch {
  display: inline-block;
  font-size: 1.5rem;
  border: 1px solid #333333;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 40px;
}

.header_info_contact {
  font-size: 1.3rem;
  line-height: 40px;
}

.header_infoList .com_tel {
  font-size: 2rem;
  padding-right: 10px;
}

.blue-bg {
  background: #2f66a0;
  color: #ffffff;
  padding: 0px 1.2em;
  line-height: 40px;
  margin-left: 4px;
}

/* menu */
.header_menuBox {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.header_menu {
  display: table-row;
}

.header_menuList {
  display: table-cell;
  text-align: center;
  font-size: 1.3rem;
  height: 40px;
}

.header_menuLink {
  position: relative;
  display: block;
  height: 40px;
}

.header_menuLink span {
  display: block;
  line-height: 28px;
  border-left: 1px solid #808080;
}

.header_menuList:last-child .header_menuLink span {
  border-right: 1px solid #808080;
}

.header_menuLink:after {
  content: "";
  width: 0;
  height: 3px;
  background: #2f66a0;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.header_menuLink:hover:after {
  width: 100%;
}

/* ## footer ## */
footer {
  text-align: center;
  background: #f0f0f0;
}

.footer_copyright {
  width: 100%;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 6rem;
  background: #2f66a0;
}

.footer_menuunit {
  display: inline-block;
  padding: 2.5rem 1rem;
}

/* menu */
.footer_menulist {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.footer_menulist .btn-contact {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}

.footer_menulist_inner {
  display: table;
  table-layout: fixed;
}

.footer_menulist_half {
  display: table-row;
}

.footer_menu {
  display: table-cell;
  padding-right: 2rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .footer_menu:last-child {
    padding-right: 0;
  }
}

/* info */
.footer_infoBox {
  display: inline-block;
  padding-left: 1.5rem;
  vertical-align: middle;
  width: 39%;
}

.footer_infoBox .com_infoBox .com_infoInner {
  background: transparent;
  margin: 0;
  padding: 0;
}

.footer_infoBox .com_infoBox .com_infoInner ul.com_info,
.footer_infoBox .com_infoBox .com_infoInner ul.com_info > li.com_infoList {
  display: inline-block;
  vertical-align: middle;
}

.footer_infoBox .com_infoBox .com_infoInner ul.com_info {
  font-size: 0;
  text-align: left;
}

.footer_infoBox .com_infoBox .com_infoInner ul.com_info > li {
  font-size: 1rem;
}

.footer_infoBox .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_branch {
  width: 35%;
  margin: 5px 0;
}

.footer_infoBox .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_info {
  width: 65%;
}

.footer_infoBox .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_info .com_tel {
  padding-right: 0;
}

.footer_infoBox .com_infoBox .com_infoInner .com_info_branch {
  width: calc(100% - 15px);
  margin: 0;
  text-align: center;
  line-height: 35px;
}

.footer_infoInner {
  display: table;
}

.footer_info {
  display: table-row;
}

.footer_infoList {
  display: table-cell;
  vertical-align: top;
}

.footer_info_branch {
  display: inline-block;
  font-size: 1.5rem;
  border: 1px solid #333333;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 40px;
}

.footer_info_contact {
  font-size: 1.3rem;
  line-height: 40px;
}

.footer_infoList .com_tel {
  font-size: 2rem;
  padding-right: 10px;
}

@media screen and (max-width: 1024px) {
  .footer_menulist,
  .footer_infoBox {
    display: block;
    width: 100%;
  }
  .footer_infoBox {
    border-left: none;
    padding-left: 0;
  }
  .footer_infoBox .com_infoBox {
    max-width: 270px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .footer_infoBox .com_infoBox .com_infoInner ul.com_info {
    display: table;
    margin: 0 auto;
  }
  .footer_infoBox .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_branch {
    width: 110px;
  }
  .footer_infoBox .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_info {
    width: auto;
  }
  .footer_infoBox .com_infoBox .com_infoInner .com_info_branch {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer_infoBox .com_infoBox {
    max-width: 295px;
    margin-top: 0;
  }
  .footer_infoBox .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_branch {
    width: 120px;
  }
  .footer_infoBox .com_infoBox .com_infoInner .com_info_branch {
    width: 110px;
  }
}

/* ##### responsive ##### */
.com_forPC_t {
  display: table;
}

.com_forPC_tc {
  display: table-cell;
}

.com_forPC_b {
  display: block;
}

.com_forSP_b {
  display: none;
}

.com_forPC_i {
  display: inline;
}

.com_forSP_t {
  display: none;
}

.com_forSP_tc {
  display: none;
}

.com_forSP_i {
  display: none;
}

.com_forPC_ib {
  display: inline-block;
}

.com_forSP_ib {
  display: none;
}

@media (max-width: 860px) {
  .header_logo {
    width: 250px;
  }
  .header_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (min-width: 840px) and (max-width: 1020px) {
  :root {
    font-size: 9px;
  }
  .com_sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 839px) {
  :root {
    font-size: 8px;
  }
  .com_sec {
    padding-left: 10px;
    padding-right: 10px;
  }
  header {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header_logo {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .com_forPC_t {
    display: none;
  }
  .com_forPC_tc {
    display: none;
  }
  .com_forPC_b {
    display: none;
  }
  .com_forSP_b {
    display: block;
  }
  .com_forPC_i {
    display: none;
  }
  .com_forSP_t {
    display: table;
  }
  .com_forSP_tc {
    display: table-cell;
  }
  .com_forSP_i {
    display: inline;
  }
  .com_forPC_ib {
    display: none;
  }
  .com_forSP_ib {
    display: inline-block;
  }
  /**/
  /* ## com (units) ## */
  .com_ttl_img {
    width: 22%;
  }
  .com_sec {
    font-size: 1.3rem;
    padding: 3rem 1rem;
    margin-bottom: 3rem;
  }
  .com_ttl {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .com_subttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .com_simpletext-lead {
    margin-bottom: 3rem;
  }
  .com_textttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  /* com_basictable */
  .com_basictable th {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .com_basictable td {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 1rem;
  }
  /* ## com_contact ## */
  /* com_contactunit */
  .com_contactunit {
    width: 100%;
    max-width: 300px;
    padding: 5px 10px 10px 10px;
  }
  .com_contactttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 0.4rem;
  }
  .com_contactouter {
    display: block;
    width: 100%;
    margin-top: 1rem;
    line-height: 5rem;
  }
  .com_contact {
    display: block;
  }
  .com_contactList {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
  .com_contactList:last-child {
    margin-bottom: 0;
  }
  .com_contact_contact {
    font-size: 1.5rem;
    line-height: 5rem;
  }
  .com_contactList .com_tel {
    font-size: 2.5rem;
    text-align: center;
    color: #333333;
  }
  /* ## header ## */
  .header_inner_sp {
    height: 50px;
    position: relative;
  }
  .header_logo {
    height: 27px;
    width: 150px;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header_logo img {
    height: 100%;
  }
  .sp_online_school {
    width: 45px;
    height: 35px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #2F66A0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    right: 150px;
  }
  .sp_online_school_svg {
    position: absolute;
    top: 0;
    left: 11px;
  }
  .online_school_text {
    color: #FFF;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 6px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
  }
  .header_sp_btn {
    width: 45px;
    height: 35px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #df1c24 center no-repeat;
    background-size: contain;
  }
  .header_sp_btn-tel {
    background-image: url("../images/sp_menu_tel.svg");
    right: 100px;
  }
  .header_sp_btn-contact {
    background-image: url("../images/sp_menu_contact.svg");
    right: 50px;
  }
  .header_sp_menubtn {
    width: 34px;
    height: 34px;
    background: url("../images/sp_header_menu.svg") center bottom no-repeat;
    background-size: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
    z-index: 1000;
  }
  .header_sp_menubtn span {
    display: block;
    width: 86%;
    height: 2.5px;
    background: #666666;
    position: absolute;
    left: 7%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header_sp_menubtn span:nth-child(1) {
    top: 0%;
  }
  .header_sp_menubtn span:nth-child(2) {
    top: 32%;
  }
  .header_sp_menubtn span:nth-child(3) {
    top: 32%;
  }
  .header_sp_menubtn span:nth-child(4) {
    top: 64%;
  }
  .header_sp_menubtn-on span:nth-child(1) {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  .header_sp_menubtn-on span:nth-child(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header_sp_menubtn-on span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .header_sp_menubtn-on span:nth-child(4) {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  .header_sp_drawer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 50px;
    display: none;
    overflow: scroll;
  }
  .stop_scroll {
    overflow: hidden;
    height: 100%;
  }
  .header_menuLink_sp {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    color: #2f66a0;
    border-top: 1px solid #cccccc;
    padding: 0.6em 0;
  }
  .header_menuLink_sp:last-child {
    border-bottom: 1px solid #cccccc;
  }
  /* ## footer ## */
  .footer_menuunit {
    padding: 2.5rem 1rem;
  }
  /* info */
  .footer_infoBox {
    padding-left: 0;
    border-left: none;
  }
  .footer_info_contact {
    font-size: 1.1rem;
    line-height: 40px;
  }
  .footer_info_contact.btn-contact {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .footer_infoList .com_tel {
    font-size: 1.6rem;
    padding-right: 10px;
  }
}










/* ctaの電話番号など */
.cta_office-contact {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-family: sans-serif;
  margin-top:1.5em
}

.cta_office-contact__tel-label{
  color: #df1c24;
  font-size: 1.5em;
  font-weight: bold;
}

.cta_office-contact__box {
  border: 1px solid #000;
  padding: 4px 8px;
  font-size: 1.5em;
  display: inline-block;
  letter-spacing: 0.05em;
}

.cta_office-contact__info {
  display: flex;
  flex-direction: column;
}

.cta_office-contact__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}



.cta_office-contact__tel-number {
  color: #df1c24;
  font-size: 1.5em;
  font-weight: bold;
}

.cta_office-contact__hours {
  font-size: 1.2em;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta_office-contact__box{
    font-size: 1.2em;
  }
  
}








/* footerの電話番号など */
.office-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: sans-serif;
  margin-top:1.5em
}

.office-contact__tel-label{
  color: #df1c24;
}

.office-contact__box {
  border: 1px solid #000;
  padding: 4px 8px;
  font-size: 1em;
  display: inline-block;
  letter-spacing: 0.05em;
}

.office-contact__info {
  display: flex;
  flex-direction: column;
}

.office-contact__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.office-contact__tel-label {
  font-size: 14px;
  font-weight: bold;
}

.office-contact__tel-number {
  color: #df1c24;
  font-size: 1.2em;
  font-weight: bold;
}

.office-contact__hours {
  font-size: 12px;
  color: #333;
  text-align: center;
}














/* cta */
.cta-section .com_contactttl {
  text-align: left;
}

.com_infoBox {
  position: relative;
}

.com_infoBox .com_infoInner {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}

.com_infoBox .com_infoInner ul.com_info {
  display: table-row;
}

.com_infoBox .com_infoInner ul.com_info > li.com_infoList {
  display: table-cell;
  vertical-align: top;
}

.com_infoBox .com_infoInner ul.com_info > li.com_infoList.va-m {
  vertical-align: middle;
}

.com_infoBox .com_infoInner ul.com_info > li.com_infoList .com_tel {
  font-size: 2rem;
  padding-right: 10px;
}

.com_infoBox .com_infoInner .com_info_branch {
  display: inline-block;
  font-size: 1.5rem;
  border: 1px solid #333333;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 40px;
}

.com_infoBox .btn-contact {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .com_infoBox {
    margin: 0 auto;
    max-width: 345px;
  }
  .com_infoBox .com_infoInner {
    padding: 15px 20px;
  }
  .com_infoBox .com_infoInner ul.com_info,
  .com_infoBox .com_infoInner ul.com_info > li.com_infoList {
    display: inline-block;
    vertical-align: middle;
  }
  .com_infoBox .com_infoInner ul.com_info {
    font-size: 0;
  }
  .com_infoBox .com_infoInner ul.com_info > li {
    font-size: 1rem;
  }
  .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_branch {
    width: 40%;
    margin: 5px 0;
  }
  .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_info {
    width: 60%;
  }
  .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_info .com_tel {
    padding-right: 0;
  }
  .com_infoBox .com_infoInner .com_info_branch {
    width: calc(100% - 15px);
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .com_infoBox .com_infoInner {
    padding: 10px;
  }
  .com_infoBox .com_infoInner .com_info_branch {
    font-size: 1.3rem;
    padding: 0 5px;
  }
}

@media screen and (max-width: 350px) {
  .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_info .com_tel {
    font-size: 1.8rem;
  }
  .com_infoBox .com_infoInner .com_info_branch {
    font-size: 1.2rem;
    line-height: 35px;
  }
}

@media screen and (max-width: 320px) {
  .com_infoBox .com_infoInner ul.com_info > li.com_infoList.com_infoList_info .com_tel {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .office-contact_wrapper{
    display: block;
  }

  .office-contact__box{
    text-align: center;
  }

  .w100{
    width: 100% !important;
  }
}

/*# sourceMappingURL=base.css.map */
