@charset "UTF-8";

/* CSS Document */

#pagemenu{
  margin-top:2em;
}

#pagemenu ._item{
  border:1px #ebebeb solid;
  padding:2em 1.5em 1.5em 1.5em;
  height:200px;
}

.text-white{color: #fff!important;}

.alert-warning {
  line-height: 1.6;
  background-color: #ffffff;
  border-color: #876D40;
  color: #876D40;
  font-weight: 500;
  font-size: 1.1em;
}

/* button */
.btn {
	display: inline-block;
	padding: 15px 60px;
	border: none!important;
	background-image: none;
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 96% 50%;
	line-height: 1.4;
}

.btn.blank {
	background-image: none;
	background-size: auto;
}

.btn:hover {
	background-color: rgb(13 110 253 / 90%);
	background-image: none;
	color: #fff;
	text-decoration: none;
}
.btn.blank:hover {
	background-image: none;
}


.accordion-body {
    padding: 1rem!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
}

.c-red{
	color: rgb(206, 0, 0);
}

.sub-text{
  font-size: 0.6em;
  margin-left: 10px;
}


.accordion-header {
    margin-bottom: 0;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {

	.btn {
		width: 100%;
		text-align: center;
	}

  .sub-text{
  font-size: 0.6em;
  margin-left: 0px;
  margin-top: 10px;
  }

}

/* shataku Custom ***************/

.shataku{
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.shataku .title h2{
  font-weight: 600;
}

.shataku .title h3{
    position: relative;
    text-align: left;
    padding: 0px 10px 15px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px #ebebeb solid;
    margin-bottom: .5em;
}

.shataku p{
	font-size:1rem;
	padding:10px 0;
	margin:10px auto;
}

.shataku h2{
	font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.shataku h3{
	font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.shataku h4{
	font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}

.blue-text{
  color:#0c4885!important;
}

@media screen and (max-width: 768px) {
  .shataku {
    padding: 24px;
  }

  .shataku p{
	font-size:0.9rem;
}

.shataku h3{
	font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
}

/* ステップ */

.c-stepper__title{
  font-size: 1.8rem;
  font-weight: 600;
}

.c-stepper__item:before {
    --size: 2rem;
    content: "";
    position: relative;
    z-index: 1;
    flex: 0 0 var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #0c4885;
}

.c-stepper__item {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-bottom: 4rem;
}

.c-stepper__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(1.5rem);
    width: 2px;
    height: 100%;
    background-color: #e0e0e0;
}

.c-stepper {
    --size: 3rem;
    --spacing: 0.5rem;
}

.c-stepper__item:not(:last-child):after {
    top: calc(var(--size) + var(--spacing));
    transform: translateX(calc(var(--size) / 4));
    height: calc(100% - var(--size) - calc(var(--spacing) * 3));
}

.c-stepper__no {
    font-family: "Inter",sans-serif;
    color: #8897a7;
    font-size: .8rem;
    display: block;
    padding-left: 21px;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
}

.c-stepper__no:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    background: #0c4885;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* リスト */

ul.shataku-li{
  padding: 0;
  list-style: none;
  border: 1px solid #d1e4f9;
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
ul.shataku-li{
  padding: 10px;
}
}

ul.shataku-li li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: rgb(12 72 133);
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid rgb(114 173 234 / 27%);
}
ul.shataku-li li:after,
ul.shataku-li li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
/* ul.shataku-li li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129,194,250,0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */
ul.shataku-li li:after{
  top: .9em;
  left: 0.7em;
  width: 16px;
  height: 16px;
  background: rgb(129 194 250 / 62%);
}



ul.shataku-li-dark{
  padding: 0;
  list-style: none;
  border: 1px solid #d1e4f9;
  border-radius: 10px;
  padding: 40px;
}
ul.shataku-li-dark li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px solid rgb(114 173 234 / 27%);
}
ul.shataku-li-dark li:after,
ul.shataku-li-dark li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
ul.shataku-li-dark li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(208, 233, 255, 0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.shataku-li-dark li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(175, 218, 255, 0.3);
}

#inquiry .contact_form .btn_form {
    max-width: 600px;
}

#inquiry .contact_form .btn_form a {
    max-width: 600px;
}

