/*-------------------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*-------------------------------------------------------------------------------------------*/

/* Tags */
/*-------------------------------------------------------------------------------------------*/
html {
}

body {
  min-width: 1024px;
}

.form {
  /* background-color: #e1f5ff; */
}

th, td {
  display: table-cell;
}

img {
  width: auto;
}



/* Blocks */
/*-------------------------------------------------------------------------------------------*/

/* Container */
/*----------------------------------------*/
.container {
  margin: 0 auto;
  padding: 0 2rem;
  width: calc(1024px - 2rem);
}

.form #main_contents .container {
  max-width: 824px;
}

.form #main_contents {
  background: #f5f5f5;
}

.form #main_contents:after {
  background: rgb(255 255 255);
  background: -moz-linear-gradient(top,  #f5f5f5 20%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  #f5f5f5 20%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  #f5f5f5 20%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}

.mypage #main_contents {
  background: #fff;
}

.mypage #main_contents:after {
  background: #fff;
}

/* Parts */
/*-------------------------------------------------------------------------------------------*/

/* Flexbox */
.flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* breadcrumbs */
/*----------------------------------------*/
.breadcrumbs {
  display: block;
  margin: 10px auto 0 auto;
  max-width: 1024px;
}

.form .breadcrumbs {
  padding: 0;
  max-width: 824px;
}

.breadcrumbs ol {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0px;
  padding: 0 0 0 24px;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
}

.breadcrumbs li:first-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs li:before {
  content: "\f054";
  position: absolute;
  display: block;
  top: 50%;
  margin: -7px 0 0 -16px;
  color: rgb(130, 130, 130);
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 900;
}

.breadcrumbs li:first-child:before {
  content: "";
}

.breadcrumbs li a,
.breadcrumbs li span {
  position: relative;
  display: inline-block;
  padding: 6px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(222, 222, 222, 1);
}

.breadcrumbs li a {
  box-shadow: rgba(80, 80, 80, 0.3) 0px 1px 3px 0px;
  background: var(--main-color);
  color: #fff;
}

.breadcrumbs li:first-child a {
  padding: 6px 10px 6px 28px;
}

.breadcrumbs li:first-child a:before {
  content: "\f015";
  position: absolute;
  display: block;
  top: 50%;
  margin: -6px 0 0 -20px;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
}

.breadcrumbs li a:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: rgba(80, 80, 80, 0.1) 0px 0px 3px 0px;
  background: var(--light-color);
}

.breadcrumbs li.active span {
  background: rgb(243 243 243);
    color: var(--main-color);
    font-weight: bold;
}

.form .breadcrumbs li.active span {
  background: #fff;
  color: var(--main-color);
  font-weight: bold;
}




/*----------------------------------------------------------------------------*/
/* decoration
------------------------------------------------------------------------------*/

/* bol_icon
----------------------------------------------------------*/
.bol_icon {
  /* margin-left: calc(0.75em + 12px); */
  /* text-indent: -0.75em; */
}

.bol_icon:before {
  display: inline-block;
  margin-right: 0.5em;
  color: #666;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* icon_check
--------------------------------------*/
.icon_check:before {
  content: '\f00c';
}

/* icon_check_square
--------------------------------------*/
.icon_check_square:before {
  content: '\f14a';
  margin-left: 0.05em;
  margin-right: 0.55em;
}

/* icon_check_circle
--------------------------------------*/
.icon_check_circle:before {
  content: '\f058';
}

/* icon_circle
--------------------------------------*/
.icon_circle:before {
  content: '\f111';
}

/* icon_caret
--------------------------------------*/
.icon_caret:before {
  content: '\f0da';
  margin-left: 0.05em;
  margin-right: 0em;
}


/*----------------------------------------------------------------------------*/
/* list
------------------------------------------------------------------------------*/

/* list_icon
----------------------------------------------------------*/
.list_icon {
  margin-top: 12px;
}

.list_icon li {
  /* margin: 0.2em 0 0 calc(0.75em + 12px); */
  /* line-height: 1.4; */
  /* text-indent: -0.75em; */
  /* font-size: 0.95rem; */
}

.list_icon li:nth-of-type(1) {
  margin-top: 0;
}

.list_icon li:before {
  /* display: inline-block; */
  /* margin-right: 0.5em; */
  /* color: #666; */
  /* font-family: 'Font Awesome 5 Free'; */
  /* font-weight: 900; */
}

/* icon_check
--------------------------------------*/
ul.icon_check li:before {
  content: '\f00c';
}

/* icon_check_square
--------------------------------------*/
ul.icon_check_square li:before {
  content: '\f14a';
}

/* icon_check_circle
--------------------------------------*/
ul.icon_check_circle li:before {
  content: '\f058';
}

/* list_kome_n
----------------------------------------------------------*/
.list_kome_n {
  margin-top: 12px;
  counter-reset: number;
}

.list_kome_n li {
  margin: 0.2em 0 0 calc(1.05em + 12px);
  line-height: 1.4;
  text-indent: -1.05em;
  font-size: 0.9rem;
  counter-increment: number;
}

.list_kome_n li:nth-of-type(1) {
  margin-top: 0;
}

.list_kome_n li:before {
  content: "\203b"counter(number);
  /* display: inline-block; */
  /* margin-right: 0.5em; */
}



/* list_kakko_n
----------------------------------------------------------*/
.list_kakko_n {
  margin-top: 12px;
  counter-reset: number;
}

.list_kakko_n li {
  margin: 0.2em 0 0 calc(1.25em + 12px);
  line-height: 1.4;
  text-indent: -1.0em;
  font-size: 0.95rem;
  counter-increment: number;
}

.list_kakko_n li:nth-of-type(1) {
  margin-top: 0;
}

.list_kakko_n li:before {
  content: "["counter(number)"]";
  display: inline-block;
  margin-right: 0.5em;
}



/* list_bracket_n
----------------------------------------------------------*/
.list_bracket_n {
  margin-top: 12px;
  counter-reset: number;
}

.list_bracket_n li {
  margin: 0.2em 0 0 calc(1.25em + 12px);
  line-height: 1.4;
  text-indent: -1.0em;
  font-size: 0.95rem;
  counter-increment: number;
}

.list_bracket_n li:nth-of-type(1) {
  margin-top: 0;
}

.list_bracket_n li:before {
  content: "["counter(number)"]";
  display: inline-block;
  margin-right: 0.5em;
}

/* list_bracket_a
----------------------------------------------------------*/
.list_bracket_a {
  margin-top: 12px;
  counter-reset: bracket_a;
}

.list_bracket_a li {
  margin: 0.2em 0 0 calc(1.25em + 12px);
  line-height: 1.4;
  text-indent: -1.0em;
  font-size: 0.9rem;
  counter-increment: bracket_a;
}

.list_bracket_a li:nth-of-type(1) {
  margin-top: 0;
}

.list_bracket_a li:before {
  content: "["counter(bracket_a, upper-alpha)"]";
  display: inline-block;
  margin-right: 0.5em;
}



/* list_maru_n
----------------------------------------------------------*/
.list_maru_n {
  margin-top: 12px;
  counter-reset: number;
}

.list_maru_n li {
  margin: 0.2em 0 0 calc(0.75em + 12px);
  line-height: 1.4;
  text-indent: -0.75em;
  font-size: 0.9rem;
  counter-increment: number;
}

.list_maru_n li:nth-of-type(1) {
  margin-top: 0;
}

.list_maru_n li:before {
  display: inline-block;
  margin-right: 0.5em;
}

  .list_maru_n li:nth-of-type(1):before {content: '\02460';}
  .list_maru_n li:nth-of-type(2):before {content: '\02461';}
  .list_maru_n li:nth-of-type(3):before {content: '\02462';}
  .list_maru_n li:nth-of-type(4):before {content: '\02463';}
  .list_maru_n li:nth-of-type(5):before {content: '\02464';}
  .list_maru_n li:nth-of-type(6):before {content: '\02465';}
  .list_maru_n li:nth-of-type(7):before {content: '\02466';}
  .list_maru_n li:nth-of-type(8):before {content: '\02467';}
  .list_maru_n li:nth-of-type(9):before {content: '\02468';}
  .list_maru_n li:nth-of-type(10):before {content: '\02469';}
  .list_maru_n li:nth-of-type(11):before {content: '\0246a';}
  .list_maru_n li:nth-of-type(12):before {content: '\0246b';}
  .list_maru_n li:nth-of-type(13):before {content: '\0246c';}
  .list_maru_n li:nth-of-type(14):before {content: '\0246d';}
  .list_maru_n li:nth-of-type(15):before {content: '\0246e';}
  .list_maru_n li:nth-of-type(16):before {content: '\0246f';}
  .list_maru_n li:nth-of-type(17):before {content: '\02470';}
  .list_maru_n li:nth-of-type(18):before {content: '\02471';}
  .list_maru_n li:nth-of-type(19):before {content: '\02472';}
  .list_maru_n li:nth-of-type(20):before {content: '\02473';}



/* list_n_dot
----------------------------------------------------------*/
.list_n_dot {
  margin-top: 12px;
  counter-reset: n_dot;
}

.list_n_dot li {
  margin: 0.2em 0 0 calc(1.25em + 12px);
  line-height: 1.4;
  text-indent: -1.0em;
  font-size: 0.9rem;
  counter-increment: n_dot;
}

.list_n_dot li:nth-of-type(1) {
  margin-top: 0;
}

.list_n_dot li:before {
  content: counter(n_dot)".";
  display: inline-block;
  margin-right: 0.5em;
}





/* Buttons */
/*----------------------------------------*/
.btn {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.btn_s {
  font-size: 13px;
  letter-spacing: 0.1em;
}

.btn_l {
  font-size: 22px;
}

.btn_submit {
  font-size: 22px;
}

.block_btn,
.wrap_btn {
  margin: 24px auto 0 auto;
  width: 80%;
}

/* PageTop Button */
/*----------------------------------------*/
.btn_page_top {
  position: fixed;
  left: calc(50% + 412px);
  bottom: 20px;
  z-index: 10;
  width: 100px;
  text-align: center;
}

.btn_page_top a {
  display: inline-block;
  margin: 0 auto;
  padding: 6px 24px;
  line-height: 1;
  box-shadow: rgba(80, 80, 80, 0.4) 0px 1px 4px 0px;
  border-radius: 50px;
  background: -moz-linear-gradient(left, rgb(40, 100, 190, 1) 0%, rgba(110, 160, 240, 1) 100%);
  background: -webkit-linear-gradient(left, rgb(40, 100, 190, 1) 0%, rgba(110, 160, 240, 1) 100%);
  background: linear-gradient(to right, rgb(40, 100, 190, 1) 0%, rgba(110, 160, 240, 1) 100%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.btn_page_top a:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: rgba(80, 80, 80, 0.6) 0px 0px 2px 0px;
  background: -moz-linear-gradient(left, rgb(40, 100, 190, .6) 0%, rgba(110, 160, 240, .6) 100%);
  background: -webkit-linear-gradient(left, rgb(40, 100, 190, .6) 0%, rgba(110, 160, 240, .6) 100%);
  background: linear-gradient(to right, rgb(40, 100, 190, .6) 0%, rgba(110, 160, 240, .6) 100%);
}

/* go index
/*----------------------------------------*/
.go_index {
  clear: both;
  margin-top: 40px;
  text-align: center;
}

.go_index a {
    display: inline-block;
    padding: 6px 2px 1px 2px;
    border-bottom: 1px solid #2c34b7;
    color: #2c34b7;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
}

.go_index a:before {
    margin-right: 6px;
    color: #2c34b7;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    content: "\f015";
}

.go_index a:hover {
  opacity: .8;
  border-bottom: 1px solid #c00101;
  color: #c00101;
}

.go_index a:hover:before {
  color: #c00101;
}


/* for Mobile,PC */
/*----------------------------------------*/
.for_m,
.for_mobile {
  display: none;
}

.for_p,
.for_desktop {
  display: block;
}


/* Header */
/*-------------------------------------------------------------------------------------------*/
#header .container {
  margin: 0 auto;
  padding: 6px 12px 0 12px;
  width: 1024px;
}

#header h1 {
  padding: 0 0 0 1px;
  text-align: left;
}

/*-------------------------------------------------------------------------------------------*/
/* misc
---------------------------------------------------------------------------------------------*/
.flexbox {
  display: flex;
}

.flexbox > ul {
  display: flex;
}

.flexbox > ul li {
  display: block;
}

#wrap_header {
  height: auto;
}

.atten {
  margin-top: 12px;
}

/*-------------------------------------------------------------------------------------------*/
/* header
---------------------------------------------------------------------------------------------*/
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10000;
  /* min-height: 120px; */
  background: var(--middle-color);
  padding-bottom: 6px;
}

#header > .wrapper {
  margin: 0 auto;
  /* padding: 6px 12px 0 12px; */
  width: 1024px;
}

#header h1 {
  position: absolute;
  top: 16px;
  right: 12px;
  padding: 0 0 0 2px;
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  text-align: right;
}

#header > .flexbox {
    padding-bottom: 8px;
}

#header_logo {
  position: relative;
  top: -2px;
  width: calc(100% - 475px - 24px);
}

#header_logo div:first-child a {
    display: block;
    margin-top: 6px;
    width: 206px;
}

#header_logo a img {
    margin-top: 4px;
    width: 100%;
}

#header_logo #welcome_name,
#header_logo #welcome-name {
    margin: 0;
    padding: 0;
    color: #fff;
}

/*
#header_logo div:first-child p {
  padding-top: 2px;
  border-top: 1px solid #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-justify: inter-character;
}
*/

#header_logo #welcome_name,
#header_logo #welcome-name {
  position: absolute;
  top: 12px;
  left: 230px;
  margin: 10px 0 0 0;
  padding: 0;
  width: calc(525px - 206px - 24px);
  text-align: left;
}

#header_logo #welcome_name p,
#header_logo #welcome-name p {
    margin: 0;
    padding: 0;
    border: none;
    /* font-family: 'NSJP'; */
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

#header_logo #welcome-name {
  display: flex;
  align-items: center;
  height: auto;
}

#header_logo #welcome-name p {
  /* flex-basis: 206px; */
}

#header_logo #welcome-name em {
  font-style: normal;
}

#header_logo #welcome-name .btn_logout {
    display: inline-block;
    flex-basis: 72px;
    padding-left: 6px;
}

#header_logo #welcome-name .btn_logout a {
    display: block;
    border: 2px solid #b1b1b1;
    background-color: #747574;
    color: #fff;
    margin: 0;
    padding: 3px 3px 3px 3px;
    border-radius: 20px;
    font-family: 'NSJP';
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0rem;
    filter: drop-shadow(1px 1px 1px #00000033);
}

#header_logo #welcome-name .btn_logout a:hover {
    background-color: #b1b1b1;
}

/*--------------------------------------------------------*/
/* HC
----------------------------------------------------------*/
.hotcycle #mypage_header .container {
  padding: 12px 12px 6px 12px;
}

.hotcycle #mypage_header h1 {
  width: 18%;
}

/*--------------------------------------------------------*/
/* SC
----------------------------------------------------------*/
.smilecycle #mypage_header .container {
  padding: 6px 12px 5px 12px;
}

.smilecycle #mypage_header h1 {
  width: 15%;
}

/*--------------------------------------------------------*/
#header_nav {
    margin-top: -22px;
    padding-left: 24px;
    width: 500px;
}

#header_nav nav {
    text-align: right;
}

#header_nav ul {
    justify-content: flex-end;
    margin: 48px 0 0 0;
    padding: 0;
    width: auto;
}

#header_nav li {
    display: inline-block;
    margin-left: 6px;
    width: auto;
    list-style-type: none;
}

#header_nav #btn_login {
    display: inline-block;
    margin-left: 18px;
    width: auto;
    list-style-type: none;
}

#header_nav li a {
    position: relative;
    display: block;
    padding: 6px 8px 6px 36px;
    border-radius: 6px;
    color:#fff;
    font-family: 'NSJP';
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--dark-color);
}

#header_nav li a:hover {
  opacity: .8;
}

#header_nav li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 12px;
    margin: -0.55rem 0 0 0;
}

#header_nav #header_request a:before {
    font-weight: 400;
    content: "\f0e0";
}

#header_nav #header_qa a:before {
    content: "\f059";
}

#header_nav #header_otoiawase a:before {
    content: "\f108";
}

#header_nav li a:hover:before {
  opacity: 1;
}

#header_nav dl {
    margin: 6px 0 0 7px;
    /* padding: 6px 0px 0px 0px; */
    border-radius: 12px;
    color: #fff;
    font-family: 'NSJP';
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.02rem;
}

#header_nav dd {
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
}

#header_nav strong {
    font-size: 16px;
    font-weight: 900;
}

#header_btn {
    margin-top: -4px;
    padding-left: 16px;
    width: 120px;
}

#header_btn ul {
    margin: -7px 0 0 0;
    padding: 0;
}

#header_btn ul li {
    display: block;
    margin: 8px 0 0 0;
    padding: 0;
    width: 100%;
}

#header_btn ul li:first-child {
    margin-top: 0;
}

#header_nav #btn_login a {
    position: relative;
    display: block;
    padding: 6px 6px 6px 28px;
    border-radius: 6px;
    font-family: 'NSJP';
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    filter: drop-shadow(2px 2px 2px #00000066);
}

#header_nav #btn_login a {
    border: 2px solid #fff;
    background-color: #E20707;
    color: #fff;
}

#header_nav #btn_jikouke a {
    border: 2px solid #d6ff59;
    background-color: #fff;
    color: #333;
}

#header_nav ul li a:hover {
    filter: drop-shadow(0px 0px 1px #00000099);
}

#header_nav #btn_login a:hover {
    background-color: #ea5454;
}

#header_nav #btn_jikouke a:hover {
    background-color: #f8ffe3;
}

#header_nav li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -0.65rem 0 0 0;
}

#header_nav #btn_login a:before {
    content: "\f023";
}

#header_nav #btn_jikouke a:before {
    content: "\f095";
    color: #93c50d;
}

/*----------------------------------------------------------------------------*/
/* Mypage Header
------------------------------------------------------------------------------*/
#mypage_header .container {
  padding: 16px 24px 16px 24px;
}

#mypage_header h1 {
  padding-top: 0;
  width: 24%;
  text-align: left;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}

#mypage_header .btn_mypage_top {
  top: 16px;
  right: 126px;
}

#mypage_header .btn_logout {
  top: 16px;
  right: 24px;
}


/*----------------------------------------------------------------------------*/
/* Footer
------------------------------------------------------------------------------*/
#footer {
  margin-top: 80px;
  padding-top: 9%;
  background: url(/assets/img/common/img_footer_03.png) no-repeat top center;
  background-size: contain;
  font-size: 13px;
}

/* nav_footer
----------------------------------------------------------*/
#footer .nav_footer ul {
  display: flex;
  align-items: center;
  align-content: space-between;
  margin: 20px auto 0 auto;
  max-width: 1024px;
}

#footer .nav_footer li {
  margin: 0 0 0 12px;
  width: calc((100% - 60px) / 6);
  font-size: 12px;
}

/* no_contact */
.no_contact #footer .nav_footer li {
  width: calc((100% - 60px) / 5);
}

#footer .nav_footer li:nth-of-type(2n + 1) {
  margin-left: 12px;
}
  
#footer .nav_footer li:nth-of-type(1) {
  margin-left: 0;
}
  
#footer .nav_footer li a {
  padding: 8px 8px 8px 8px;
}

/* company
----------------------------------------------------------*/
#footer .company {
  margin-top: 20px;
}

#footer .company dd:nth-of-type(1) {
  margin-top: 3px;
}

/* approval_num
----------------------------------------------------------*/
#footer .approval_num {
  margin-top: 10px;
  text-align: right;
}
  
#footer .approval_num .for_m {
  display: none;
}

/* siteseal
----------------------------------------------------------*/
#footer .siteseal {
  margin-top: 6px;
}

/* copyright
----------------------------------------------------------*/
#footer .copyright {
  margin-top: 20px;
  background-color: transparent;
  color: #333;
}

/*----------------------------------------------------------------------------*/
/* simple_footer
------------------------------------------------------------------------------*/
.simple_footer #footer .wrapper{
  padding-bottom: 60px;
}
.simple_footer #footer .company {
  margin-top: 20px;
  margin-left: 0;
}
/* flex_wrap
----------------------------------------------------------*/
.simple_footer #footer .flex_wrap {
  flex-flow: row wrap;
  justify-content: space-between;
}

.simple_footer #footer .flex_item {
  width: 49%;
}

.simple_footer #footer .flex_item:nth-of-type(1) {
  order: 2;
  width: 55%;
}

.simple_footer #footer .flex_item:nth-of-type(2) {
  order: 1;
  width: 45%;
}

/* nav_footer
----------------------------------------------------------*/
.simple_footer #footer .nav_footer {
  margin-right: 0px;
}

.simple_footer #footer .nav_footer ul {
  margin: 24px 12px 0 12px;
}

/* mypage */
.mypage #footer .nav_footer ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 5px 12px 0 0px;
}

.simple_footer #footer .nav_footer li {
  margin: 6px 0 0 12px !important;
  flex-basis: calc((100% - 36px) / 3);
  font-size: 12px;
}

.simple_footer #footer .nav_footer li a {
  padding: 8px 6px 8px 0px;
  letter-spacing: 0em;
  font-size: 0.85rem;
}

/*--------------------------------------------------------*/
/* SS
----------------------------------------------------------*/
.simple_footer .footer_ss .wrapper {
  border-top: solid #f3c51d;
  background: transparent url(/smileschool/assets/img/bg_dot_y.png) repeat;
  color: #333;
}

/* nav_footer
----------------------------------------------------------*/
.simple_footer .footer_ss .nav_footer li {
  /* margin: 6px 0 0 12px !important; */
  width: calc((100% - 24px) / 2) !important;
}

.simple_footer .footer_ss .nav_footer li:nth-of-type(2n+1) {
  margin-left: 0;
}

/* copyright
----------------------------------------------------------*/
.simple_footer #footer .copyright {
  margin-top: -25px;
  text-align: left;
  background-color: transparent;
  color: #333;
}

/*--------------------------------------------------------*/
/* HC
----------------------------------------------------------*/
/* nav_footer
----------------------------------------------------------*/
.simple_footer .footer_hc .nav_footer li {
  /* margin: 6px 0 0 12px !important; */
  width: calc((100% - 24px) / 2) !important;
}

.simple_footer .footer_ss .nav_footer li:nth-of-type(2n+1) {
  margin-left: 0;
}

/*--------------------------------------------------------*/
/* SC
----------------------------------------------------------*/
/* nav_footer
----------------------------------------------------------*/
.simple_footer .footer_sc .nav_footer li {
  /* margin: 6px 0 0 12px !important; */
  width: calc((100% - 24px) / 2) !important;
}

.simple_footer .footer_ss .nav_footer li:nth-of-type(2n+1) {
  margin-left: 0;
}

/*------------------------------------------------------------------------------*/
/* main
--------------------------------------------------------------------------------*/
#main_contents > div > div {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#main_contents #main {
  width: calc(100% - 24px - 240px);
}

.wide #main_contents #main {
  width: 100%;
}

#main_contents #side_bar {
  width: 240px;
}



/* main */
/*-------------------------------------------------------------------------------------------*/
main {
  min-height: 400px;
}


/* main header */
/*-------------------------------------------------------------------------------------------*/
/* main header */
/*-------------------------------------------------------------------------------------------*/
main header {
  padding: 30px 12px 34px 12px;
}

main header .container {
  padding: 0 12px;
}

main header h1 {
  font-size: 24px;
  text-align: left;
}

main header p {
  margin-top: 12px;
  font-size: 14px;
}

main header p strong {
  display: block;
  color: #e64614;
}





/* aside
--------------------------------------------------------------------------------*/
/* side_bar
--------------------------------------------------------------------------------*/
#side_bar {
    padding: 20px 0px;
}

#side_bar .flex_wrap {
  justify-content: space-between;
  margin-top: 12px;
  padding: 0;
}

#side_bar .flex_item:nth-of-type(n + 2) {
  margin-top: 12px;
}


/* side_bar
--------------------------------------------------------------------------------*/
/* side_login / side_contact
--------------------------------------------------------------------------------*/
#side_bar #side_login,
#side_bar #side_accident,
#side_bar #side_contact {
  width: 100%;
}

#side_bar #side_login .item_contents p,
#side_bar #side_accident .item_contents p,
#side_bar #side_contact .item_contents p {
  min-height: auto;
}



/* side_bar
--------------------------------------------------------------------------------*/
/* side_login
--------------------------------------------------------------------------------*/
#side_bar #side_login .btn {
  background: rgb(255,100,150);
  background: -moz-linear-gradient(left, #ff6496 0%, #fa8282 100%);
  background: -webkit-linear-gradient(left, #ff6496 0%, #fa8282 100%);
  background: linear-gradient(to right, #ff6496 0%, #fa8282 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6496', endColorstr='#fa8282',GradientType=1 );
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
}

/* side_bar
--------------------------------------------------------------------------------*/
/* side_accident
--------------------------------------------------------------------------------*/
#side_bar #side_accident .btn {
  font-weight: 900;
  letter-spacing: 0.02em;
}




/* side_bar
--------------------------------------------------------------------------------*/
/* side_contact
--------------------------------------------------------------------------------*/
#side_bar #side_contact {
    display: block;
}

#side_contact .btn {
  font-weight: 900;
  letter-spacing: 0.02em;
}


#side_contact .num small {
  display: inline-block;
  padding: 3px 8px 4px 9px;
  border: 1px solid #222;
  font-size: 0.75rem;
  vertical-align: middle;
}

#side_contact .num span {
  display: inline-block;
  margin-top: 3px;
}

#side_contact .notes span {
  display: inline-block;
}

#side_contact .notes span:nth-of-type(2) {
  margin-left: -0.5rem;
}



/* side_bar
--------------------------------------------------------------------------------*/
/* side_sns
--------------------------------------------------------------------------------*/
#side_sns ul {
  height: 48px;
  width: 100%;
}

#side_sns li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

#side_sns span {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

#side_sns span:after {
  width: 48px;
  height: 48px;
  font-size: 1.6rem;
}



/* content_header
--------------------------------------------------------------------------------*/
/* type_01
--------------------------------------------------------------------------------*/
.type_01  {
  padding: 2px 0 0 0;
}

.type_01 .header_head .wrapper {
  padding: 36px 24px 24px 24px;
  /* min-height: 180px; */
}

.type_01 h2 {
  font-size: 2.2rem;
}

.type_01 .head_txt {
  margin-top: 18px;
}

.type_01 .header_lead {
  padding: 24px 0;
}

/* content_header
--------------------------------------------------------------------------------*/
/* type_02
--------------------------------------------------------------------------------*/
.type_02 .wrapper {
  padding: 36px 0 30px 0;
}

.type_02 h2 {
  font-size: 2.2rem;
}



/*------------------------------------------------------------------------------*/
/* error
--------------------------------------------------------------------------------*/
.error main header {
    padding: 12px 0 12px 0;
}

.error .section {
  margin-top: 24px;
  padding: 40px 36px 40px 36px;
  border-radius: 8px;
}

.error .type_04 h2 {
  font-size: 1.6rem;
}

.type_04 h2:before {
  margin-top: -0.7rem;
  font-size: 1.2rem;
}




/*----------------------------------------------------------------------------*/
/* accordion
------------------------------------------------------------------------------*/

/* check
----------------------------------------------------------*/
.accordion_check {
  display: none;
}

/* label
----------------------------------------------------------*/
.accordion_label {
  display: block;
  margin-top: 0 !important;
}

/* content
----------------------------------------------------------*/
.accordion_content {
  overflow: hidden;
  max-height: 0;
  margin-top: 0 !important;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accordion_check:checked + label + .accordion_content {
  max-height: 9999px;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* open_accordion
----------------------------------------------------------*/
.open_accordion .accordion_content {
  max-height: 9999px !important;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}


.bnr {
  margin: 0 12px;
  padding: 80px 0 40px 0;
}


/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ■ Tablet */ @media screen and (min-width: 751px) {
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ---------------------------------------------------------------------------------------------- */
/* header //////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#site-header > .site-header-wrapper {
  margin: 0 auto;
  padding: 0 var(--contents-tablet-padding);
  min-width: var(--contents-tablet-width);
}
#site-tel {
  padding: 0;
  background-color: transparent;
}
.site-tel-wrapper > span {
  margin-right: -1em;
}

/* ---------------------------------------------------------------------------------------------- */
/* footer //////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#site-footer > .site-footer-wrapper {
  margin: 0 auto;
  padding: 0 var(--contents-tablet-padding);
  min-width: var(--contents-tablet-width);
}

#site-footer ul li {
  flex-basis: calc((100% - 4rem) / 5);
}
#site-footer ul li:not(:nth-of-type(1),:nth-of-type(2)) {
  margin-top: 0;
}

#site-footer > .site-footer-wrapper nav + div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 2.5rem;
}
#site-footer dl {
  margin-top: 0;
}
#site-footer dl + div {
  margin-top: -.5rem;
  display: flex;
  align-items: flex-end;
  flex-flow: column wrap;
}
.approval_num {
  margin-top: 0rem;
}
.copyright {
  margin-top: 2.5rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
} /* @media 閉じ括弧 削除注意 */

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ■ Desktop */ @media screen and (min-width: 1025px) {
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ---------------------------------------------------------------------------------------------- */
/* header //////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#site-header > .site-header-wrapper {
  margin: 0 auto;
  padding: 0 var(--contents-desktop-padding);
  width: var(--contents-desktop-width);
}

/* ---------------------------------------------------------------------------------------------- */
/* footer //////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#site-footer > .site-footer-wrapper {
  margin: 0 auto;
  padding: 0 var(--contents-desktop-padding);
  width: var(--contents-desktop-width);
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
} /* @media 閉じ括弧 削除注意 */