@charset "UTF-8";
/*color  ------------------*/
/*top-Home
---------------------------*/
.top-Home {
  position: relative;
  margin: 100px 0 50px;
  padding: 5rem 2rem; }

.home__Ttl {
  position: relative; }
  .home__Ttl p {
    margin-bottom: 0px;
    text-align: center; }
  .home__Ttl h2 {
    text-align: center; }

.bg-seminar {
  color: #4c4949;
  background-color: #DBDBDB; }

.bg-seikyu {
  color: #fff;
  background-color: #2b71b8; }

.bg-boka {
  color: #4c4949;
  background-color: #6eb92c; }

.clr-seminar {
  color: #4c4949; }

.clr-seikyu {
  color: #fff; }

.clr-boka {
  color: #fff; }

/**/
@media screen and (max-width: 768px) {
  .top-Home {
    position: relative;
    margin: 50px 0 0;
    padding: 4rem 2rem; } }
/*mdl-txArea
---------------------------*/
.mdl-txArea {
  position: relative; }

.mdl-txArea__Body {
  position: relative; }
  .mdl-txArea__Body p {
    margin-bottom: 20px; }
    .mdl-txArea__Body p a {
      margin-top: 5px;
      display: block;
      color: #FF9E00; }
  .mdl-txArea__Body figure {
    float: right;
    width: 150px;
    margin-left: 30px; }
    .mdl-txArea__Body figure img {
      display: block; }
    .mdl-txArea__Body figure span {
      display: block;
      text-align: center;
      margin-top: 5px;
      line-height: 1.5 !important; }

/*mdl-tableArea
---------------------------*/
.mdl-tableArea {
  position: relative; }

.mdl-tableArea__Body {
  position: relative; }

/**/
.mdl-tableArea__table1 {
  position: relative; }
  .mdl-tableArea__table1 th, .mdl-tableArea__table1 td {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-feature-settings: "palt"; }

/**/
.mdl-tableArea__table2 {
  position: relative;
  margin-top: 30px; }
  .mdl-tableArea__table2 dl {
    margin-bottom: 10px; }
  .mdl-tableArea__table2 dt {
    width: 150px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-feature-settings: "palt"; }
  .mdl-tableArea__table2 dd {
    width: calc(100% - 150px);
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-feature-settings: "palt"; }
    .mdl-tableArea__table2 dd a {
      color: #FF9E00; }

.mdl-tableArea__logo {
  margin-top: 30px;
  text-align: center; }
  .mdl-tableArea__logo img {
    width: 300px; }

/**/
@media screen and (max-width: 768px) {
  .mdl-tableArea__table2 {
    margin-top: 20px; }
    .mdl-tableArea__table2 dl {
      margin-bottom: 10px; }
    .mdl-tableArea__table2 dt {
      width: 100%; }
    .mdl-tableArea__table2 dd {
      width: 100%; } }
/*mdl-Flow
---------------------------*/
.mdl-Flow {
  position: relative; }

.mdl-Flow__Body {
  position: relative; }

/**/
.mdl-Flow__List li {
  width: 17%; }
  .mdl-Flow__List li figure {
    margin-bottom: 5px; }
  .mdl-Flow__List li p {
    line-height: 1.4; }

/**/
@media screen and (max-width: 768px) {
  .mdl-Flow__List li {
    width: 100%; }
    .mdl-Flow__List li figure {
      margin-bottom: 5px;
      text-align: center; }
    .mdl-Flow__List li p {
      line-height: 1.4; } }
/*mdl-seikyuDl
---------------------------*/
.mdl-seikyuDl {
  position: relative; }

.mdl-seikyuDl__Body {
  position: relative; }

/**/
.mdl-seikyuDl__List {
  gap: 20px; }
  .mdl-seikyuDl__List li {
    width: 23%;
    padding: 2rem;
    border: 1px solid #efefef;
    margin-bottom: 30px; }
    .mdl-seikyuDl__List li figure {
      margin-bottom: 5px; }
    .mdl-seikyuDl__List li h3 {
      margin-bottom: 5px;
      text-align: center; }
    .mdl-seikyuDl__List li p {
      line-height: 1.4;
      text-align: center;
      overflow-wrap: break-word; }

/**/
@media screen and (max-width: 768px) {
  .mdl-seikyuDl__List {
    gap: 0px;
    justify-content: space-between; }
    .mdl-seikyuDl__List li {
      width: 48%;
      padding: 2rem;
      margin-bottom: 20px; }
      .mdl-seikyuDl__List li figure {
        margin-bottom: 5px; }
      .mdl-seikyuDl__List li h3 {
        margin-bottom: 5px;
        text-align: center; }
      .mdl-seikyuDl__List li p {
        line-height: 1.4;
        text-align: center; } }
/*//////////////////////////////////

防火 
///////////////////////////////////*/
/*mdl-bokaLog
---------------------------*/
.mdl-bokaLog {
  position: relative; }

.mdl-bokaLog__Body {
  position: relative;
  margin-bottom: 50px; }

.bouka_list {
  border: 1px #7B7B7B;
  table-layout: fixed;
  width: 100%; }

.bouka_list th {
  border: 1px #7B7B7B solid;
  background-color: #6fb82c;
  color: #FFFFFF;
  padding: 5px; }

.bouka_list td {
  border: 1px #7B7B7B solid;
  padding: 5px; }
  .bouka_list td a {
    color: #6eb92c;
    font-weight: 600; }

.bouka_list tr.line {
  border-top: 3px #7B7B7B solid; }

/*contact
---------------------------*/
section.Contact {
  position: relative; }

section.Contact .contact_mail {
  max-width: 960px;
  margin: 0px auto 0px; }

section.Contact .contact_mail h3 {
  color: #C66;
  margin-top: 20px;
  border-bottom: solid #C66 1px; }

section.Contact .contact_mail ul.warning {
  padding-top: 10px; }

section.Contact .contact_mail ul.warning li {
  padding-left: 34px;
  background-image: url("../images/top/warning.png");
  background-repeat: no-repeat; }

.contact_mail__form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 20px; }

.contact_mail__form dt {
  width: 150px;
  color: #646464; }

.contact_mail__form dd {
  width: calc(100% - 150px); }

section.Contact .contact_mail dl dd dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 0px; }

section.Contact .contact_mail dl dd dl dt {
  width: 20%;
  color: #555050;
  padding-top: 10px; }

section.Contact .contact_mail dl dd dl dd {
  width: 80%;
  margin-bottom: 10px; }

section.Contact .contact_mail dl dd p {
  color: #999;
  margin-bottom: 10px; }

section.Contact .contact_mail dl dd ul {
  margin-left: 40px; }

section.Contact .contact_mail dl dd ul li {
  color: #999;
  list-style-type: disc; }

section.Contact .contact_mail .submit {
  width: 100%;
  text-align: center; }

section.Contact .contact_mail #other_1, #other_2, #other_3, #other_4 {
  padding: 10px; }

section.Contact .contact_mail textarea {
  height: 120px; }

section.Contact .contact_mail div.kikkake {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }

section.Contact .contact_mail div.kikkake label {
  line-height: 36px; }

section.Contact .contact_mail div.kikkake label.box1 {
  width: 50%; }

section.Contact .contact_mail div.kikkake label.box2 {
  width: 25%; }

section.Contact .contact_mail div.kikkake label.box3 {
  width: 100%; }

/**/
.biko {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 20px; }

.biko dt {
  width: 150px;
  color: #646464; }

.biko dd {
  width: calc(100% - 150px); }

.biko dd label {
  margin-left: -40px; }

/**/
@media screen and (max-width: 768px) {
  h2.h2ttl {
    font-size: 30px; }

  section.Contact .contact_mail {
    margin: 0px auto 0px;
    width: 90%; }

  section.Contact .contact_mail dl {
    display: block; }

  section.Contact .contact_mail dl dt {
    width: 100%; }

  section.Contact .contact_mail dl dd {
    width: 100%; }

  section.Contact .contact_mail dl dd dl dt {
    width: 30%; }

  section.Contact .contact_mail dl dd dl dd {
    width: 100%; }

  section.Contact .contact_mail dl dd table {
    width: 100%; } }
/*! #######################################################################

	input

####################################################################### */
/**/
label {
  position: relative;
  cursor: pointer;
  padding-left: 40px; }

/*radio----------*/
.radioBtn {
  font-weight: 600;
  font-size: 1.4rem; }

.radioBtn::before,
.radioBtn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 10px; }

.radioBtn::before {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 10px; }

.radioBtn::after {
  background-color: #f05e1c;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 16px; }

input:checked + .radioBtn::after {
  opacity: 1; }

input:checked + .radioBtn::before {
  border: 1px solid #f05e1c; }

/*checkBox----------*/
.checkBox::before,
.checkBox::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%; }

.checkBox::before {
  background-color: #fff;
  border: 1px solid #f05e1c;
  width: 20px;
  height: 20px;
  left: 5px; }

.checkBox::after {
  background-color: #f05e1c;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 11px; }

input:checked + .checkBox::after {
  opacity: 1; }

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0; }

@media screen and (max-width: 600px) {
  .step-Body__Form {
    margin: 0px auto 18px; }
    .step-Body__Form .radio-check {
      margin-bottom: 24px; }
      .step-Body__Form .radio-check li {
        margin-top: 8px; }
    .step-Body__Form dl {
      margin-bottom: 18px; }
      .step-Body__Form dl dt {
        margin-bottom: 4px; }

  label {
    padding-left: 30px; }

  label::before,
  label::after {
    top: 10px; }

  .checkBox::before,
  .checkBox::after {
    top: 10px; } }
input[type=text],
input[type=password],
input[type=number],
textarea,
select {
  background: #fff;
  padding: 1rem;
  font-size: 1.4rem;
  border: 1px solid #DBDBDB;
  transition: border-color .1s linear;
  outline: none;
  border-radius: 5px !important;
  overflow: hidden;
  color: #353535; }

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  background: #fff !important;
  border: solid 1px #f05e1c !important;
  padding: 1rem;
  border-radius: 5px; }

/**/
input[type=text]:focus.error-msg,
input[type=password]:focus.error-msg,
textarea:focus.error-msg {
  background: #FDF2F2 !important;
  border: solid 1px #EC5962 !important;
  padding: 1rem;
  border-radius: 5px; }

::placeholder {
  color: #A5A5A5;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400; }

input[type=text].ss-size {
  width: 20px; }

input[type=text].s-size {
  width: 60px; }

input[type=text].m-size {
  width: 300px; }

input[type=text].l-size {
  width: 70%; }

input[type=text].ll-size {
  width: 780px; }

input[type=text].fit-size {
  width: 100%;
  box-sizing: border-box; }

label {
  margin-right: 10px; }

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  border-radius: 0; }

select {
  width: 100%; }

select.s-size {
  width: 25%; }

select.m-size {
  width: 50%; }

textarea {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

:-moz-any(select):before {
  background-color: #fff;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */ }

select {
  background: #fff url(../images/common/icon_arrow.svg) no-repeat 97%;
  background: none\9;
  text-indent: .01px;
  /*Firefox*/
  text-overflow: "";
  /*Firefox*/
  font-family: "Noto Sans JP", sans-serif !important; }

select::-ms-expand {
  display: none; }

select:focus {
  background: #fff url(../images/common/icon_arrow.svg) no-repeat 97%;
  background: none\9;
  text-indent: .01px;
  /*Firefox*/
  text-overflow: "";
  /*Firefox*/
  color: #121212; }

.complete {
  background: #ededed !important;
  border: solid 1px #d1d1d1 !important; }

.form-title {
  /*margin-bottom:15px;*/
  padding-left: 10px;
  font-size: 16px;
  color: #777;
  min-width: 174px;
  display: inline-block; }

.btnbox {
  margin: 0 0 0 auto; }

/**/
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  font-family: "Noto Sans JP", sans-serif !important; }

input[type=submit] {
  outline: none; }

/*
input[type=submit].btn,
input[type=button].btn {
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 0;
	transition: all 0.25s;
	
	margin:0 auto;
	padding:1rem 3rem;
	width:90%;
	height:auto;
	font-size: 1.8rem;
	text-align: left;
	color: #fff !important;
	background: $clr-main;
	border-radius: 0px;
	border: none;
	text-align: center;
	text-decoration: none;
	line-height: 2;
	will-change: transition;
	overflow: hidden; 
	border-radius: 100px;}

input[type=submit].btn:hover,
input[type=button].btn:hover { background: #ffb400; border-radius: 100px;}*/
@media screen and (max-width: 600px) {
  input[type=text].m-size {
    width: 100%; }

  input[type=text].l-size {
    width: 100%; } }
