@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/* CSS Document */


/* cssリセット */
* {
  margin: 0;
  padding: 0;
}
/* cssリセット END */

html {
  height: 100%;

}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em; /* 日本語での可読性アップ */
  color: #333; /* ベースカラー */
}

h1,h2,h3,p,ul,li{
  margin: 0;
  padding: 0;
}
.d-md-none p{
  margin: 0 !important;
}
li{
  list-style-type: none;
}

img{
  width: 100%;
}
a{
  color: #423c3c;
  text-decoration: underline;
}
a:hover{
  color: #423c3c;
  text-decoration: none;
}

.container{
  margin: 0 auto;
  padding: 2.2%;
  min-width: 360px;
}

.fc_red {
  color: red !important;
}

.fs_07{font-size: 0.7rem !important;}
.fs_08{font-size: 0.8rem !important;}
.fs_09{font-size: 0.9rem !important;}
.fs_1{font-size: 1rem !important;}
.fs_11{font-size: 1.1rem !important;}
.fs_12{font-size: 1.2rem !important;}
.fs_13{font-size: 1.3rem !important;}
.fs_14{font-size: 1.4rem !important;}
.fs_15{font-size: 1.5rem !important;}
.fs_16{font-size: 1.6rem !important;}
.fs_17{font-size: 1.7rem !important;}
.fs_18{font-size: 1.8rem !important;}
.fs_19{font-size: 1.9rem !important;}
.fs_20{font-size: 2rem !important;}



.err_msg{
  color: #f00;
  font-weight: bold;
}
.btn:hover{
  color: #fff !important;
}

h1{
  font-size: 1.65rem;
  padding: 1rem 0;
}
.header h1{
  padding: 1rem;
}
h2{
  font-size: 1.6rem;
  padding: 0.8rem 0;
  font-weight: bold;
}
h3{
  font-size: 1.3rem;
  padding: 0.65rem 0;
  font-weight: bold;
}

.copy{
  font-size: 0.8rem !important;
  padding-bottom: 1rem !important;
}

.form-control{
  border: 1px solid #444 !important;
  overflow: hidden;
}

.pw_notice{
  font-size: 1.1rem;
  color: #0e7394;
}


.input_alert{
  color: #f13c3c;
  font-weight: bold;
}

.row{
  margin-right: 0;
  margin-left: 0;
}

.sp-none {
  display: none;
}
/* ============================ common ============================ */
.header{
  background-color: #fff;
}
.btn-submit{
  background-color: #ffa912;
  color: #fff;
  padding: 1.6rem 1rem;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}
.btn-zipsrch{
  background-color: #D51448;
  padding: 0.7rem;
  font-weight: normal;
  font-size: 1.3rem;
}
.btn_back{
  border: 5px solid #ffa912;
  background-color: #fff;
  color: #ffa912;
}
.btn_cancel{
  background-color: #14C1BA !important;
}
.btn_event{
  background-color: #14a5d5;
}
.btn_logout{
  background-color: #848484;
}
a.btn-submit{
  text-decoration: none !important;
}
.bdr01{
  border: 2px solid #238caf;
  padding: 1rem;
}
.form-check-inline{
  margin-right: 2rem;
}
input[type=text]
,input[type=password]
,input[type=email]
,input[type=tel]
,select{
  font-size: 1.3rem !important;
}
.password__toggle{
  text-decoration: underline;
  text-align: right;
}
.password__toggle span{
  color: #423c3c;
}
input[type=radio]{
  transform:scale(2);
  margin-right: 0.7rem;
}
input[type=checkbox]{
  transform:scale(2);
  margin-left: 0.4rem;
  margin-right: 0.7rem;
}
textarea {
  min-height: 7rem;
}

/* ============================ reg ============================ */
.form_confirm .row{
  background-color: #fafafa;
  border-bottom: 1px solid #0eb4ed;
  padding-top: 1rem;
}
.form_body .row>div>p
, .form_confirm .row>div>p{
  font-weight: bold;
  font-size: 1.4rem;
}
.second_block {
  display: block;
  position: relative;
  padding: 0 0 2rem;
}
.second_midashi {
  text-align: center;
  margin-bottom: 60px;
}
.second_midashi h2 {
  display: inline-block;
  padding: 0px 26px 8px;
  border-bottom: dotted 3px #1565C0;
  margin-bottom: 25px;
}
.second_midashi p {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8rem;
}
.second_midashi p {
  text-align: left;
}
.second_midashi p br {
  display: none;
}

.second_chart ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.second_chart ul {
  flex-flow: column;
}

.second_chart ul li {
  width: 33%;
  background: #ddd;
}
.second_chart ul li {
  width: 33%;
  background: #aeebff;
  display: flex;
  flex-flow: column;
  padding: 1rem;
position: relative
}
.second_chart ul li {
  width: 100%;
}
.second_chart ul li h3 {
  font-size: 1.3rem;
  color: #fff;
  width: 9rem;
  letter-spacing: 0.18rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: #0e7394;
  text-align: center;
}
.second_chart ul li:first-child {
  z-index: 3;
}
.second_chart ul li:nth-child(2) {
  z-index: 2;
background: #c8f2ff;
}
.second_chart ul li:last-child {
background: #e2f8ff;
}
.second_chart ul li .liimg {
  padding: 0 10px;
  margin-bottom: 40px;
  position: relative;
text-align: center;
}
.second_chart ul li .liimg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: -15px;
  right: 10px;
  border-radius: 50%;
  z-index: -1;
}
.second_chart ul li .liimg.bgcolor:after {
  background: #e8f5ff;
}
.second_chart ul li p {
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
  line-height: 1.8rem;
  padding-left: 5px;
}
.threecircle {
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.threecircle div {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 5px;
  border: solid 1px #6BB6FF;
}
.circleblue {
  background: #6BB6FF;
}
.second_chart ul li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #e8f5ff;
  top: 40px;
  position: absolute;
  right: -58px;
}
.second_chart ul li:first-child:after {
  top: 99.5%;
  position: absolute;
  right: 50%;
  left: 50%;
  margin: 0 auto;
  border-top: 30px solid #aeebff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: translate(-50%, 0px);
}

.second_chart ul li:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #4bb7db;
  top: 40px;
  position: absolute;
  right: -58px;
}
.second_chart ul li:nth-child(2):after {
  top: 99.5%;
  position: absolute;
  right: 50%;
  left: 50%;
  margin: 0 auto;
  border-top: 30px solid #c8f2ff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: translate(-50%, 0px);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 24;
  color: #f13c3c;
  font-size: 24px;
  vertical-align: sub;
  font-size: 1.8rem;
}

.icon_humidity_high{
  color: #14a5d5;
  font-size: 2rem !important;
}

.kiyaku{
  width: 100%;
  height: 20rem;
  overflow-y: scroll;
  margin: 0 auto 20px auto;
  padding: 1rem;
  border: 1px solid #777;
  background-color: white;
}
.kiyaku h3,.kiyaku h4,.kiyaku p,.kiyaku ul,.kiyaku li{
  font-weight: normal !important;
  font-size: 1rem;
}
.kiyaku h3,.kiyaku h4{
  margin-top: 1rem;
}
.kiyaku ul{
  margin: 0 !important;
}
.kiyaku li{
  list-style-type: none;
}

/* 必須マーク */
.required {
  background-color: #008cd6;
  color: #FFF;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 7.5px;
  font-size: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  transition: transform 0.2s ease;
}
.required:hover {
  transform: translateY(-2px);
}
/* ナビバー */
.navbar-toggler-icon {
  background-image: url('../img/menu.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.nav-link {
  color: #fff !important;
  font-weight: bold;
}
.nav_bar {
  background-color: #289d4b;
}
/* 画像に文字配置 */
.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.image-container input[type="image"] {
  display: block;
}

.image-container .text {
  position: absolute;
  top: 47.5%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  font-weight: bold;
  pointer-events: none;
}

/* LP共通 */
.event_base {
  position: relative;
  margin: 2rem calc(50% - 50vw);
}
.event_block {
  margin: 2rem auto;
  padding: 0 1rem !important;
}
.event_title {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  text-align: center;
  overflow: visible;
}

/* 内部のフレックス */
.event_title .title-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_title .event_icon {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 2;
}

.event_title .event_icon img {
  height: 70px;
  width: auto;
  margin-left: 20px;
}

/* タイトル */
.event_title .event_name {
  margin: 0;
  padding: 0.5rem 0 0.5rem 55px;
  z-index: 1;
  padding-left: 64px;
}
.event_photo {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
}
.event_line {
  margin: .5rem 0;
  padding: .5rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  align-items: center;
  width: 100%;
}
.event_btn {
  padding: 0.8rem 1rem;
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
}
.robot_h2 {
  font-size: 1.4rem;
}
.sweets_h2 , .craft_h2{
  font-size: 1.4rem;
}

.event_h2 {
  line-height: 1.2;
}
.event_h1 {
  font-size: 1.8rem;
  line-height: 1.2;
}

.numbering {
  border: 1px solid white;
  padding: 0px 0.5rem;
  font-size: 1.4rem;
  margin: 0 0.25rem;
}
/* 概要 */
.summary_h1 {
  font-size: 1.75rem;
  margin-bottom: .5rem;
  line-height: 1.2;
}
.summary_base {
  background-color: #f2f2f2;
}
.summary_list {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.summary_list li{
  position: relative;
  line-height: 1.4;
  display: table;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
.summary_list li::before{
  content: "■";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  color: #0ba44a;
}
.implementation_base {
  margin-bottom: 3rem;
}
.implementation_program {
  border:2px solid #cdcdcd;
  padding:.5rem 1rem;
}
/* ロボット */
.robot {
  color: #0186cb;
}
.robot_base {
  background-color: #dff0f7;
}
.robot_bg {
  background-color: #0186cb;
  color: white;
}
.robot_line {
  border-top: 2px solid #0186cb;
  border-bottom: 2px solid #0186cb;
}
/* 和菓子 */
.sweets {
  color: #ec7eab;
}
.sweets_base {
  background-color: #fcf3f6;
}
.sweets_bg {
  background-color: #ec7eab;
  color: white;
}
.sweets_line {
  border-top: 2px solid #ec7eab;
  border-bottom: 2px solid #ec7eab;
}
/* 工芸品 */
.craft {
  color: #6fb461;
}
.craft_base {
  background-color: #f1f7ed;
}
.craft_bg {
  background-color: #6fb461;
  color: white;
}
.craft_line {
  border-top: 2px solid #6fb461;
  border-bottom: 2px solid #6fb461;
}
/* イベント締め切り後 */
.event_base.close_event {
  opacity: 0.5;
}
.event_base.close_event .event_btn {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

/* よくある質問 */
.qa_line {
  border-top: 1px solid #0ba44a;
  border-bottom: 1px solid #0ba44a;
}
.qa_block {
  margin-bottom: 3rem;
}
.qa_question {
  color: #0ba44a;
  font-weight: bold;
  border-bottom: 1px solid #0ba44a;
}
.qa_answer {
  color: #0ba44a;
}
.top_inquiry {
  border-top:2px solid #cdcdcd;
  border-bottom:2px solid #cdcdcd;
  padding:.5rem 0;
  margin-bottom: 1rem;
}