@charset "utf-8";
/* CSS Document */


h3{
    font-size: 2.5rem;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    font-weight: 500;
    width: 100%;
    height: auto;
    margin-top: 5rem;
    background-color: var(--main_color);
    color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
h3 span{
    display: block;
    font-size: 1rem;
    margin-top: 5px;
}

.margin-top5{
	margin-top: 5rem;
}

.txt{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
}
    @media (max-width: 950px) {
		.txt{
			width: 94%;
		}				
    }

.txt2{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 1rem;
}


    .container {
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
    }


    @media (max-width: 950px) {
		.container {
			width: 94%;
		}				
    }


    .steps {
      display: flex;
      flex-wrap: nowrap;
    }

    .step {
      position: relative;
      flex: 1;
      color: white;
      text-align: center;
      padding: 40px 10px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
      transition: all 0.3s ease;
      background: linear-gradient(145deg, #1e3c72, #2a5298);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .step:hover {
      transform: scale(1.03);
      box-shadow: 0 0 15px rgba(30, 100, 255, 0.6);
    }


    .step span {
      display: block;
      font-size: 0.8em;
      opacity: 0.8;
    }

    /* 色をグラデーションで段階的に */
    .step:nth-child(1) {
      background: linear-gradient(145deg, #2066af, #2989d8);
    }

    .step:nth-child(2) {
      background: linear-gradient(145deg, #1b5ea8, #2779ce);
    }

    .step:nth-child(3) {
      background: linear-gradient(145deg, #154f9d, #236dc2);
    }

    .step:nth-child(4) {
      background: linear-gradient(145deg, #103d85, #1c5bb2);
    }

    .info-box {
      margin-top: 25px;
      background: white;
      border-left: 5px solid #1976d2;
      padding: 20px;
      min-height: 80px;
      color: #333;
      font-size: 1em;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    }

.step.active {
  outline: 4px solid #ffca28; /* 強調された黄色のアウトライン */
  box-shadow:
    0 0 10px rgba(255, 202, 40, 0.6),
    0 0 20px rgba(255, 202, 40, 0.4),
    inset 0 0 10px rgba(255, 255, 255, 0.2); /* ネオン感 + 輪郭強調 */
  background: linear-gradient(145deg, #2d8be5, #52a7f7); /* 少し明るく */
  transform: scale(1.05);
  z-index: 2;
}


/*--------------------------------------------------------------*/
/*	ログインボタン
/*--------------------------------------------------------------*/
.css_btn_class {
    font-size: 1.3em;
    font-weight: normal;
    -moz-border-radius: 8px;
    color: #FFFFFF !important;
    background-image: -webkit-linear-gradient(270deg,rgba(228,0,126,1.00) 0%,rgba(203,0,112,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(228,0,126,1.00) 0%,rgba(203,0,112,1.00) 100%);
    width: 40%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
}
.css_btn_class:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(25,118,204,1.00) 0%,rgba(22,104,181,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(25,118,204,1.00) 0%,rgba(22,104,181,1.00) 100%);

}




.red{
    color: #FF0004;	
}
