@charset "utf-8";

/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
.sp {
    display: block;
}
.pc {
    display: none;
}
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.inner {
    width: 100%;
}
/* header
------------------------------------------------------------ */
.h_grid_box {
    margin-right: 1%;
}
/* logo */
.logo {
    padding: 0 1%;
    width: 40%;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
    min-width: 180px;
    min-height: 30px;
}
/* nav */
.nav {
    height: auto;
    border-top: 1px solid #eee;
}
.nav a {
    margin: 0 1px 0 0;
    padding: 12px 0 12px;
    border: none;
    border-radius: 0;
}
.nav li:last-child a {
    border-right: none;
}
/* footer
------------------------------------------------------------ */
.footer {
    position: relative;
}
.copy {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.f_menu,
.f_menu a:link,
.f_menu a:visited {
    font-size: 130%;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
#main_image img {
    width: 100%;
    height: auto;
}
.ticker_box {
    margin: 0 auto;
    width: 95%;
}
.indust_warp {
    margin: 0 auto;
    width: 87.5%;
}
#other_indust ul {
    width: 100%;
}
#other_indust ul li {
    border-radius: 0;
    width: 13.78%;
}
#other_indust ul li:nth-child(-n + 5) {
    margin: 0.25%;
}
#other_indust ul li:nth-child(n + 6) {
    margin: 0.25%;
}
  /* top blog 2021/10/12 */
  .p-top-blog__heading {
    border-radius: 0;
  }
  .p-top-blog__list {
    padding: 0 15px;
  }
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
#pankuzu {
    width: 96%;
}
/*------------------------------------------------------------
     service
------------------------------------------------------------ */
#service_c ul {
    width: 95%;
    margin: 0 auto;
}
#service_c ul li {
    width: 100%;
}
.s_description_box {
    width: 100%;
    margin-left: -156px;
    padding-left: 161px;
}
/*------------------------------------------------------------
     price
------------------------------------------------------------ */
#price_c table {
    width: 95%;
    margin: 0 auto 15px;
}
/*------------------------------------------------------------
     seminar
------------------------------------------------------------ */
#seminar_c table {
    width: 96%;
    margin: 0 auto 15px;
}
#seminar_c .app_box {
    width: 96%;
    margin: 0 auto;
}
.special_seminar {
    width: 96%;
    margin: 0 auto;
}
/*------------------------------------------------------------
     comapany
------------------------------------------------------------ */
#c_contentsbox,
#oc_box {
    width: 96%;
    margin: 0 auto;
}
.c_add_innar {
    font-size: 16px;
    font-size: 1.6rem;
}
.c_about_innar .c_contact_box {
    font-size: 15px;
    font-size: 1.5rem;
}
/*------------------------------------------------------------
     archive 2021/10/12
------------------------------------------------------------ */
  .p-archive-list {
    padding: 0 15px;
  }
}

/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (min-width: 768px) {
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.br_mw768:after {
    content: "\A";
    white-space: pre;
}
}

@media screen and (max-width: 767px) {
/* header
------------------------------------------------------------ */
.header {
    position: relative;
    padding: 0 0 10px;
    min-height: 80px;
}
h1 {
    margin: 0;
}
.h_grid_box {
    width: 220px;
    height: 50px;
    padding-top: 9px;
    position: absolute;
    right: 2%;
    bottom: 20px;
}
.h_grid p,
.h_telnum {
    display: none;
}
.h_grid {
    width: 50px;
    height: 50px;
}
.h_telbox {
    width: 101px;
    height: 50px;
}
.h_telico {
    width: 100%;
    margin: 0;
}
.tel_ico,
.free_ico {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0;
    float: left;
}
.tel_ico {
    padding-top: 13px;
}
.free_ico {
    border-left: 1px dotted #fff;
    padding: 15px 0 0 5px;
}
/* nav */
.nav {
    font-size: 150%;
}
/* footer
------------------------------------------------------------ */
.f_menu,
.f_menu a:link,
.f_menu a:visited {
    margin: 0;
}
.f_menu {
    text-align: left;
    width: 28%;
    margin: 0 3% 5px;
    float: left;
}
.f_menu span {
    display: none;
}
.f_menu a:after {
    content: "\A";
    white-space: pre;
}
.f_add {
    width: 63%;
    text-align: right;
    font-size: 100%;
    float: right;
    margin-right: 3%;
}
.f_telbox {
    float: right;
    margin-right: 3%;
    width: 180px;
}
.f_telinner {
    margin-left: auto;
    float: none;
    clear: both;
    margin-right: 0px;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/* mewsticker */
.tickerbox {
    width: 96%;
    margin: 0 auto;
}
#news_tab {
    padding-top: 9px;
    font-size: 150%;
}
#news_tab:after {
    width: 26px;
    height: 26px;
    right: -13px;
}
#newsticker {
    padding-bottom: 37px;
    overflow: hidden;
}
	.top_btn {
		max-width: 90%;
		margin: 5% auto;
	}
/* lifestege */
#life_stage ul li p {
    font-size: 1.8rem;
    padding-top: 10px;
}
.life_item {
    padding-bottom: 60px
}
#life_stage ul li img {
    width: 50%;
    height: auto;
}
#life_s_1 img {
    max-width: 32px;
}
#life_s_8 img {
    max-width: 34px;
}
/* other_indust */
#other_indust ul li {
    width: 24.5%;
}
/* top blog 2021/10/12 */
  .p-top-blog__heading {
    text-align: center;
  }
  .p-top-blog__list-group-item {
    width: 100%;
  }
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
#contact_c th,
#e_contact_c th,
#price_c th {
    width: 100%;
    display: block;
}
#contact_c td,
#e_contact_c td,
#price_c td {
    width: 100%;
    display: block;
    padding: 10px 2%;
}
/*------------------------------------------------------------
     service
------------------------------------------------------------ */
.s_icon_box {
    width: 30%;
}
.s_description_box {
    width: 70%;
    margin-left: 0;
    padding-left: 5px;
}
/*------------------------------------------------------------
     price
------------------------------------------------------------ */
.money {
    width: 50%;
}
/*------------------------------------------------------------
     seminar
------------------------------------------------------------ */
#seminar_c table {
    display: block;
}
#seminar_c table.type_kids tr {
    border-bottom: 1px solid #f1c753;
}
#seminar_c table.type_woman tr {
    border-bottom: 1px solid #FF9E9F;
}
#seminar_c thead {
    display: none
}
#seminar_c tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
#seminar_c td {
    display: block;
    border-bottom: none;
    padding: 10px;
    position: relative;
    text-align: right;
}
#seminar_c td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: left;
    font-weight: bold;
    width: 80px;
    height: 100%;
}
#seminar_c .week:before {
    content: none;
}
#seminar_c .day,
#seminar_c .seminar_place {
    padding-right: 20px;
}
#seminar_c .seminar_con:before {
    top: 5px;
}
#seminar_c .day,
#seminar_c .week {
    display: brock;
}
#seminar_c .day {
    border-right: none;
}
.day {
    width: 80%;
    float: left;
}
.week {
    width: 20%;
    float: left;
}
#seminar_c .week {
    padding: 10px;
    text-align: center;
}
#seminar_c th,
#seminar_c td {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 46px;
    vertical-align: middle;
}
#seminar_c table .time_inner {
    padding: 0;
    float: left;
    display: block;
    text-align: left;
    width: 100px;
}
#seminar_c .time_inner:first-child {
    margin-left: 100px;
}
#seminar_c .time_inner:first-child:after {
    content: "～";
    margin-left: 5px;
}
#seminar_c .time_con:after {
    display: none;
}
#seminar_c .seminar_con {
    text-align: center;
    padding-top: 30px
}
#seminar_c .application {
    width: 100%;
}
#seminar_c .seminar_place {
    padding-top: 35px;
}
#seminar_c .map {
    height: 25px;
    width: 100px;
    text-align: center;
    margin-left: 10px;
}
.note {
    width: 96%;
    display: inherit;
    margin: 0 auto;
}
/*------------------------------------------------------------
     company
------------------------------------------------------------ */
.c_about_box {
    width: 100%;
}
.c_add_innar {
    font-size: 150%;
}
#icon_tel {
    width: 24px;
    height: 24px;
    margin: 0 5px -4px 4px;
}
#icon_freedail {
    width: 33px;
    height: 21.5px;
}
.c_tel_innar {
    width: 50%;
    float: left;
    font-size: 150%;
}
.c_contact_box p {
    padding-top: 2px;
}
.c_about_box img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 405px;
    margin: 0 auto;
}
.map {
    width: 100%;
    height: 200px;
}
#oc_box th,
#oc_box td {
    display: block;
    width: 100%;
    text-align: left;
}
#oc_box th {
    padding: 5px 2%;
}
#oc_box td {
    padding: 5px 3%;
}
/*------------------------------------------------------------
     contact
------------------------------------------------------------ */
.form_table select {
    width: 40%;
}
/*------------------------------------------------------------
     event_contact
------------------------------------------------------------ */
.chi_title_box {
    display: none;
}
.to_enquete {
    text-align: center;
}
/*------------------------------------------------------------
     archive 2021/10/12
------------------------------------------------------------ */
  .p-archive-list__card{
    display: block;
  }
  .p-archive-list__card::after {
    content: "";
    display: block;
    clear: both;
  }
  .p-archive-list__thumbnail {
    float: left;
    width: 80px;
  }
  .p-archive-list__blogdata {
    margin-left: 0;
  }
  .p-archive-list__date {
    margin-left: 90px;
  }
  .p-archive-list__blogtitle {
    min-height: 51px;
    margin-left: 90px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (min-width: 480px) {
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.br_mw480:after {
    content: "\A";
    white-space: pre;
}
}

@media screen and (max-width: 479px) {
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.headline span {
    font-size: 75%;
}
.br:after {
    content: "\A";
    white-space: pre;
}
/* header
------------------------------------------------------------ */
.header {
    min-height: 60px;
}
.h_grid_box {
    width: 180px;
    padding-top: 7px;
    bottom: 0;
}
.h_grid {
    width: 40px;
    height: 40px;
}
.h_telbox {
    width: 81px;
    height: 40px;
}
.access_ico {
    margin-top: 7px;
}
.contact_ico {
    margin-top: 10px;
}
.tel_ico,
.free_ico {
    width: 40px;
    height: 40px;
}
.tel_ico {
    padding-top: 9px;
}
.free_ico {
    padding-top: 11px;
}
.free_ico img {
    width: 90%;
}
/* nav */
.nav {
    font-size: 140%;
}
.nav li span {
    display: none;
}
/* footer
------------------------------------------------------------ */
.f_menu {
    font-size: 100%;
}
.f_telinner img {
    width: 80%;
    margin-bottom: 3px;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
.index_contents {
    margin: 0 auto;
    width: 95%;
    text-align: left;
}
/* newsticker */
#news_tab {
    width: 100%;
    font-size: 100%;
    padding: 3px;
}
#news_tab:after {
    display: none;
}
#newsticker {
    width: 100%;
    padding-bottom: 35px;
}
#newsticker ul li {
    margin-left: -5%;
    font-size: 150%;
}
	.top_btn a br {
		display: block;
	}
/* lifestage */
#life_stage ul li:after {
    width: 10px;
    height: 10px;
    right: -5px;
}
#life_stage ul li p {
    padding-top: 10px;
    font-size: 120%;
}
.life_item {
    padding-bottom: 40px;
}
#life_stage ul li img {
    width: 50%;
}
/* other indust */
#other_indust ul li {
    width: 100%;
    height: auto;
    margin: 1px 0;
    padding: 5px 0;
}
#other_indust ul li:nth-child(-n + 5) {
    margin: 0 0 1px 0;
}
#other_indust ul li:nth-child(n + 6) {
    margin: 0 0 1px 0;
}
.indust_ico {
    width: 20%;
    float: left;
}
#other_indust ul li img {
    width: auto;
    height: 32px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#other_indust ul li p {
    width: 80%;
    margin: 8px 0;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
#pankuzu {
    font-size: 100%;
}
/*------------------------------------------------------------
     service
------------------------------------------------------------ */
.s_icon_box {
    height: 200px;
}
.s_icon_box img {
    width: 70%;
    height: auto;
}
/*------------------------------------------------------------
     seminar
------------------------------------------------------------ */
.modal_window {
    height: 0;
    padding-bottom: 130%;
}
.flyer_box {
    font-size: 80%;
}
/*------------------------------------------------------------
     company
------------------------------------------------------------ */
.c_name_box {
    font-size: 20px;
    font-size: 2rem;
}
.c_tel_innar {
    width: 100%;
}
.c_about_innar .c_contact_box {
    font-size: 1.6rem;
    padding: 5px;
}
/*------------------------------------------------------------
     contact
------------------------------------------------------------ */
.radio_box .input_radio {
    width: 33%;
}
.form_table select {
    width: 50%;
}
/*------------------------------------------------------------
     event_contact
------------------------------------------------------------ */
.child_name {
    width: 59%;
}
.label_right {
    margin-right: 2%;
}
}

@media screen and (max-width: 384px) {
.logo img {
    margin-left: -36px;
    min-width: 154px;
    min-height: 0px;
}
}
