@charset "UTF-8";

.public_offering_type1 {
  background-color: #faebeb; }
.contact_type1 {
  background-color: #faebeb; }
.contact_table_type1>tbody>tr>th{
  text-align: left;
  padding-right: 20px;
  border-bottom: 1px solid #faebeb;
  line-height: 2.4;
}
.contact_table_type1>tbody>tr>td{
  padding-right: 20px;
  border-bottom: 1px solid #faebeb;
  
  line-height: 2.4;
}
.type1-main {
  background-color: #814545; }

.type1-haikei {
  border-left: 6px solid #570000;
  background-color: #faebeb; }

.type1-font {
  color: #570000; }

.border_type1_p {
  border-bottom: 1px #570000 solid; }

.border_type1 {
  color: #570000;
  border-bottom: 4px #570000 solid; }

.dl_btn_type1 {
  /*background-color: #41B4B4;*/ 
  background-color: #814545; }
  .dl_btn_type1::before {
    background: #570000; }

.type1-color {
  background-color: #570000; }
.type1-_q {
  font-size: 16px;
  color: #570000;
  text-indent: -1em; }
  .type1-_q:nth-child(2n+1) {
    background-color: #faebeb;
    padding-left: 2em; }
    .type1-_q:nth-child(2n+1)::before {
      content: "Q."; }
  .type1-_q:nth-child(2n) {
    background-color: #fff;
    padding-left: 2em; }
    .type1-_q:nth-child(2n)::before {
      content: "A."; }

.public_offering_type2 {
  background-color: #e3dacd; }
.contact_type2 {
  background-color: #e3dacd; }
.contact_table_type2>tbody>tr>th{
  text-align: left;
  padding-right: 20px;
  border-bottom: 1px solid #e3dacd;
  line-height: 2.4;
}
.contact_table_type2>tbody>tr>td{
  padding-right: 20px;
  border-bottom: 1px solid #e3dacd;
  
  line-height: 2.4;
}
.type2-main {
  background-color: #5e5800; }

.type2-haikei {
  border-left: 6px solid #453a06;
  background-color: #e3dacd; }

.type2-font {
  color: #453a06; }

.border_type2_p {
  border-bottom: 1px #453a06 solid; }

.border_type2 {
  color: #453a06;
  border-bottom: 4px #453a06 solid; }

.dl_btn_type2 {
  /*background-color: #41B4B4;*/
  background-color: #5e5800; }
  .dl_btn_type2::before {
    background: #453a06; }

.type2-color {
  background-color: #453a06; }
.type2-_q {
  font-size: 16px;
  color: #453a06;
  text-indent: -1em; }
  .type2-_q:nth-child(2n+1) {
    background-color: #e3dacd;
    padding-left: 2em; }
    .type2-_q:nth-child(2n+1)::before {
      content: "Q."; }
  .type2-_q:nth-child(2n) {
    background-color: #fff;
    padding-left: 2em; }
    .type2-_q:nth-child(2n)::before {
      content: "A."; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none; }

ul, ol {
  list-style: none; }

ul, ol {
  padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline; }

a {
  text-decoration: none;
  color: #24ae30; }

body {
  font-family: 'Noto Sans JP','游ゴシック','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','sans-serif';
  font-size: 20px;
  font-weight:500;
}

.nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 570px;
  justify-content: end;
  margin-right: 100px; }

.nav ul li {
  margin-right: 22px;
  font-size: 16px;
  font-size: 14px;
  margin-bottom: 20px; }

.breadcrumb {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0 auto 50px;
  padding-top: 25px; }
  .breadcrumb li a {
    color: #000;
    font-weight: normal; }

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #000; }

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; }

.logo {
  width: 160px;
  height: auto;
  margin: 17px 30px;
  display: block; }

.menu {
  display: flex;
  font-size: 16px;
  font-weight: normal;
  min-height: 70px;
  justify-content: center; }
  .menu li {
    display: flex;
    align-items: center;
    max-width: 220px;
    width: 12%; }
    .menu li::before {
      content: "";
      display: block;
      border-left: 1px solid #fff;
      height: 35px; }
    .menu li:last-child::after {
      content: "";
      display: block;
      border-left: 1px solid #fff;
      height: 35px; }
    .menu li a {
      color: #fff;
      width: 100%;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .menu li a:hover {
        opacity: 0.5;
        transition: .4s; }

.foot_cp {
  display: flex;
  min-height: 116px;
  justify-content: space-between; 
  font-size: 16px;
}
  .foot_cp .logo {
    padding: 0 30px 0 30px;
    display: flex;
		background: #fff;
    align-items: center;}
  .foot_cp p {
    color: #fff;
    display: flex;
    align-items: center; 
    }
  .foot_cp a {
    color: #fff;
    margin-right: 133px; 
    display: flex;
    align-items: center;
  }
  .foot_cp a:hover {
    text-decoration: underline;
  }

main {
  margin-top: 154px; }

.top_v {
  position: relative;
  background-image: url("../img/top_bg.png?b");
  height: 550px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;}
  .top_v h4 {
    font-size: 50px;
    font-weight: bold;
    /* color: #292f30; */
    color:#FFFFFF;
    position: absolute;
    top: 18%;
    left: 10%; 
		line-height: 1.1;
    /* text-shadow:1px 1px 0 #000000a3, -1px -1px 0 #000000a3,
    -1px 1px 0 #000000a3, 1px -1px 0 #000000a3,
    0px 1px 0 #000000a3,  0-1px 0 #000000a3,
    -1px 0 0 #000000a3, 1px 0 0 #000000a3; */
    filter:drop-shadow(2px 2px 2px #000000af);
    background: rgba(0, 0, 0, 0.3);
    padding: min(2vw, 20px) min(4vw, 40px);
    border-radius: 10px;
		}
.top_v h4 span{
	    letter-spacing: 0.03em;
}
  .top_v p {
    font-size: 24px;
    font-weight: bold;
    color: #292f30;
    position: absolute;
    top: 40%;
    left: 10%; }

.flow{
  color: #292f30;
  margin-top: 75px;
}

.flow .sec_inner{
  border: solid 1px #707070;
  max-width: 1120px;
  margin: 0 auto;
  padding: 45px 120px;
  position: relative;
  box-sizing: border-box;
}

.flow h4{
  background-color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 0 10px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.flow_item_wrapper{
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

.flow_item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow_item .flow_title{
  font-size: 23px;
  font-weight: 500;
}

.flow_item .flow_title .large{
  font-size: 30px;
}

.flow_item .flow_description{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

.flow_item .btn_number{
  background-color: #D93D00;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 15px;
  padding: 25px 95px;
  transition: opacity .3s;
}

.flow_item .btn_number:hover{
  opacity: .8;
}

.flow_item .btn_link{
  color: #292f30;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 5px;
}

.flow_item .btn_link:nth-of-type(2){
  margin-top: 15px;
}

.flow_item .btn_mail{
  color: #292f30;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

.flow_item .btn_mail::after{
  background-color: #292f30;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.flow_item + .triangle{
  width:0;
  height:0;
  border-style:solid;
  border-width: 37.5px 0 37.5px 35px;
  border-color: transparent transparent transparent #E3E3E3;
  align-self: center;
}

.flow .deadline{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

.flow .deadline img{
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}

.flow .deadline .large{
  font-size: 40px;
}

    .topic {
      max-width: 1120px;
      margin: 0 auto; }
      .topic .news {
        display: flex;
        margin: 75px 0 70px; 
        font-size: 20px;}
        .topic .news h4 {
          width: 24%;
          min-width: 150px;
          margin-top: 28px;
          line-height: 38px;
          font-size: 36px;
          color: #292f30;
          font-weight: bold; }
          .topic .news h4 span {
            font-size: 20px;
            font-weight: normal; }
        .topic .news ul{
          margin-left: 100px; 
          overflow-y: scroll;
          height: 500px;
          min-width: 60%
        }
        .topic .news ul.long{
          height:auto;
          min-height:380px;
          max-height: 550px;
        }
        .topic .news ul::-webkit-scrollbar{
          width:6px;
    
        }
        .topic .news ul::-webkit-scrollbar-track{
          background-color: #f1f0f0;
          border-radius:10px;
    
        }
        .topic .news ul::-webkit-scrollbar-thumb{
          background-color: #c4c4c4;
          border-radius:10px;
          width: 4px;
          border:#000;
        }
        .topic .news ul li {
          padding:0 20px 0 5px;
          color: #222425;
          border-bottom: solid 1px #C8C8C8;
          /* padding-bottom: 21px; */
          margin-top: 0 !important; 
          cursor:pointer;
          transition: background-color 0.1s;
        }
        .topic .news ul li:hover{
          background-color: #f5f5f5;
        }
    
          .topic .news ul li .dateTitle {
            padding:25px 0;
            display: flex; 
            justify-content: flex-start;
            font-size: 20px;
            font-weight:bold;
            cursor: pointer;
          }
          .topic .news ul li .dateTitle.hidden {
            padding-bottom: 10px;
          }
            .topic .news ul li .dateTitle>.date {
              font-size: 18px;
              width: 0%;
              white-space: nowrap;
              min-width:150px;
            }
            .topic .news ul li .dateTitle>.title {
              width: 100%;
            }
            .topic .news ul li .dateTitle>.accordion_button {
              width: 0%;
              height: 25px;
              min-width:25px;
              background-image: url("../img/arrow.png");
              background-size: contain;
              background-position:center;
              
              display:block;
              margin: 5px auto auto 10px;
            }
            .topic .news ul li .dateTitle>.accordion_button.unfolded {
              transform:rotate(180deg);
            }
            .topic .news ul li .dateTitle .news_tit {
              margin-left: 14px;
              color: #fff;
              padding: 0 19px; 
              font-weight:500;}
            .topic .news ul li .dateTitle .color_01 {
              background-color: #34B8C8; }
            .topic .news ul li .dateTitle .color_02 {
              background-color: #0A5F8C; }
            .topic .news ul li .dateTitle .color_03 {
              background-color: #5FAAD2; }
            .topic .news ul li .dateTitle .color_04 {
              background-color: #EF933A; }
            .topic .news ul li .dateTitle .color_05 {
              background-color: #DE7841; }
            .topic .news ul li .dateTitle .color_06 {
              background-color: #C3A864; }
          .topic .news ul li .news_txt {
            padding-bottom: 21px;
            font-size: 18px;
            display:block; 
            transition: all 0.3s ease-out;
            height: auto;
    
          }
          .topic .news ul li .news_txt.hidden {
            padding-bottom:0;
            opacity: 0;
            height:0;
            transition: none;
            pointer-events: none;
    
          }

.tit_sen h4 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #292f30;
  line-height: 40px; }
  .tit_sen h4 span {
    font-size: 20px;
    font-weight: normal; }


.public_offering h4 {
  padding-top: 70px; }

.po_disp {
  margin-top: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center; }
  .po_disp li {
		max-width: 500px;
    margin: 0 10px; }

.the_purpose h4 {
  padding-top: 70px; }
.the_purpose p {
  padding-top: 50px;
  max-width: 60%;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #292f30; 
  line-height:34px;
  }
.purpose_box {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  padding-bottom: 79px; }
  .purpose_box li {
    margin: 0 30px; }
     .purpose_box li>img {
      width: 180px; }
.purpose_box li .about1{
	width: 1160px;
}
.purpose_box_about{
	padding-bottom: 79px;
}
.the_mailarea{
}
.the_mailarea-in{
  margin: 0 auto;
}
.the_mailarea-in h4{
	margin-bottom: 30px;
	font-size: 1.5rem;
}
.the_mailarea-in h4 span{
	border-bottom: 3px #ccc double;
	padding-bottom: 5px;
}
.the_mailarea-in p,.the_mailarea-in ul,.the_mailarea-in ol{
	margin-bottom: 20px;
  font-weight: normal;
  font-size: 1.2rem;
}
.the_mailarea-in li{
	margin-bottom: 5px;
}
.the_mailarea-in .mailhonbun{
	border: 1px #ccc solid;
	padding: 20px 30px 10px;
	margin-bottom: 20px;
}

.contact_box{
  padding-top: 50px ;
  width: 100%;
  margin: 0 auto;
}

.contact_wrap{
  padding-bottom: 80px;
  width: 100%;
}

  .contact h4 {
  padding-top: 70px; }
.contact p {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #292f30; 
  white-space: nowrap;
}

.contact p a{
  text-decoration:underline;
  color: #24ae30;
}

  
  .sub_headline{
    margin: 0 auto 20px auto;
    color: #292f30;
    font-size: 26px;
    text-align: center;}
    
  .contact_table{
    white-space: nowrap;
    margin: 40px auto 0 auto;
    color: #292f30;
    max-width: 10%;
    border-collapse: collapse;
    font-size: 20px;
  }



.page_top {
  padding: 88px 0; }
  .page_top h4 {
    color: #fff !important; }

.page_an {
  margin: 100px 0 84px;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.mail {
  margin: 70px 0 135px;
  display: flex;
  justify-content: center; }
  .mail h6 {
    padding: 23px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center; }
  .mail p {
    padding: 23px 97px;
    background-color: #EBEBEB;
    font-weight: bold;
    font-size: 26px;
    display: flex;
    align-items: center; }

.common_section{
  max-width:1100px;
  margin: 0 auto 50px auto;
  margin-bottom: 70px;
}

.application_list>li{
  display: flex;
}

.application_list>li>p:nth-child(1){
  width: 70px;
}

.ichiran_box {
  max-width: 1100px;
  margin: 0 auto; }

.ichiran_table{
  margin-top: 30px;
  width: 95%;
  border: 1px solid #453a06 ;
}

.ichiran_table.subsidized{
  width: 49%;
}

.double_table{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.col1{
  width: 25%;
}
.col2{
  width: 30%;
}
.col3{
  width: 8%;
}

.ichiran_table.subsidized>tbody>.ichiran_row>.col1{
  width: 55%;
}
.ichiran_table.subsidized>tbody>.ichiran_row>.col2{
  width: 35%;
}



.center{
  text-align: center;
}

.ichiran_row>th,.ichiran_row>td{
  padding: 10px 5px;
}

.ichiran_row>td>span{
  font-size: 14px;
  vertical-align:top;
  margin-left: 5px;
}

.headrow{
  background-color:#76C47C;
  color: #FFFFFF;
}

.add_info{
  margin-top: 10px;
}

.question_box {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 160px; }

.p_border {
  position: relative;
  margin-bottom: 30px; }

.ichiran_tit {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  padding: 0 110px 22px 0;
  /* position: absolute;
  bottom: -2px;
  left: -1px;  */
}

.ichiran{
  margin-top: 60px;
}
.ichiran li {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px; }

.point {
  display: block;
  text-align: center; }

.d_btn {
  padding: 38px 65px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.16));
  position: relative;
  margin: 70px 0 155px; }
  .d_btn:hover {
    opacity: 0.8;
    transition: .4s; }
  .d_btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    filter: initial;
    opacity: initial; }
  .d_btn::after {
    content: "";
    position: absolute;
    top: 51%;
    left: 87%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 14px solid #fff; }

.txt{
  margin-bottom: 60px;
}
    
.download_main {
  background-color: #EBEBEB; }

.download_box {
  margin-top: 40px; }

.download_ichiran {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  font-size: 18px;}
  .download_ichiran::after {
    content: "";
    display: block;
    width: 31%; }
  .download_ichiran li {
    width: 340px;
    min-height: 150px;
    margin-bottom: 40px;
    background-color: #fff;
    position: relative;
    border-radius: 10px; }
    .download_ichiran li span {
      width: 85%;
      display: block;
      margin: 0 auto;
      padding-top: 10px; }
    .download_ichiran li .dl_btn {
      position: absolute;
      border-radius: 5px;
      width: 300px;
      min-height: 60px;
      bottom: 10px;
      left: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      overflow: hidden;
      color: #fff;
      border-radius: 0; }
      .download_ichiran li .dl_btn::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-96%);
        transform: translateX(-96%); }
      .download_ichiran li .dl_btn:hover::before {
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
      .download_ichiran li .dl_btn p {
        margin-left: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        z-index: 99; }
      .download_ichiran li .dl_btn img {
        z-index: 99;
        margin-right: 25px; }

.dl_last {
  padding-bottom: 180px; }

.ichiran_question li {
  padding: 10px 10px 10px 20px; }


.mitei-color {
  background-color: #EBEBEB; }
  .mitei-color li::before {
    border-left: 1px solid #000; }
  .mitei-color li:last-child::after {
    border-left: 1px solid #000; }
  .mitei-color li a {
    color: #000 !important; }



.main_menu {
  width: 1100px;
  margin: 0 auto; }
  .main_menu ul {
    justify-content: center;
    min-height: 116px;
    display: flex;
    margin: 0;
    flex-wrap: wrap; }
    .main_menu ul li {
      padding: 10px 0;
      width: calc(100% /5);
      color: #fff;
      font-size: 20px;
      display: flex;
      align-items: center;
      margin-right: 100px; }
    .main_menu ul a {
      color: #fff; }
      .main_menu ul a:hover {
        opacity: 0.5;
        transition: .4s; }

/* .dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
	border-width: 0.2em 0.4em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	transform: rotate(90deg);
} */
.contents {
  padding-top: 254px; }

.contents_innner {
  padding-top: 80px;
  margin-top: -254px;
  padding-bottom: 280px;
}

.question_headline{
  height: 50px;
  width: 1100px;
  margin: 0 auto;
  background-color: #76C47C;
  display: flex;
  justify-content: space-between;
}

.question_headline_item{
  color: red;
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
}

.question_headline_item>a{
  display: inline-block;
  color: #FFFFFF;
  margin: auto;
}
.question_headline.question_type1{
	background-color: #814545;
}
.question_headline.question_type2{
	background-color: #5e5800;
}

/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/
/*　上に上がる動き　*/
#header.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-100px); } }
/*　下に下がる動き　*/
#header.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.youtube{
  width: 100%;
  aspect-ratio:16/9;
}

.youtube iframe{
  width: 100%;
  height: 100%;;
}


#form {
  margin: 0 auto;
  width: 100%;
  border-radius: 5px;
  margin-top: 40px;
  border: solid 3px #bcbcbc;
  padding: 60px 0;
}

.c-formset {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.c-formset__box {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.c-formset__tit {
  width: 100%;
  margin-bottom: 7px;
}

.c-formset__tit > span {
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0 5px 2px 5px;
  margin: auto 0;
  margin-left: 10px;
  font-size: 16px;
  background-color: #453a06;
  /* height: 50px; */
}

.c-formset__tit > span.kyousou {
  background-color: #0A5F8C;
}

.c-formset__tit > span.jinzai {
  background-color: #DE7841;
}

.c-formset__tit > span.maas {
  background-color: #DE7841;
}

.c-formset__tit > span.document {
  background-color: #c11e24;
}

.c-formset__input {
  width: 90%;
  position: relative;
}

.c-formset__input.short {
  width: 50%;
}

.c-formset__input > input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px gray;
  font-size: 20px;
  min-width: 380px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.c-formset input[type=text].input-err, .c-formset input[type=text].input-errS,
.c-formset input[type=tel].input-err,
.c-formset input[type=tel].input-errS,
.c-formset input[type=password].input-err,
.c-formset input[type=password].input-errS,
.c-formset input[type=email].input-err,
.c-formset input[type=email].input-errS,
.c-formset input[type=number].input-err,
.c-formset input[type=number].input-errS {
  background: #fee;
}

.c-formset input[type=text]:read-only,
.c-formset input[type=tel]:read-only,
.c-formset input[type=password]:read-only,
.c-formset input[type=email]:read-only,
.c-formset input[type=number]:read-only {
  background: #f0f3f5;
}

.c-formset input[type=text]:read-only.input-err, .c-formset input[type=text]:read-only.input-errS,
.c-formset input[type=tel]:read-only.input-err,
.c-formset input[type=tel]:read-only.input-errS,
.c-formset input[type=password]:read-only.input-err,
.c-formset input[type=password]:read-only.input-errS,
.c-formset input[type=email]:read-only.input-err,
.c-formset input[type=email]:read-only.input-errS,
.c-formset input[type=number]:read-only.input-err,
.c-formset input[type=number]:read-only.input-errS {
  background: #f6eeff;
}

.c-btnArea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-btn {
  padding: 26px 65px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.16));
  position: relative;
  border: none;
  cursor: pointer;
  background: #453a06;
}

.c-btn:hover {
  opacity: 0.8;
  transition: .4s;
}

.c-btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  filter: initial;
  opacity: initial;
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 87%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 14px solid #fff;
}

.c-btn.kyousou {
  background-color: #0A5F8C;
}

.c-btn.jinzai {
  background-color: #DE7841;
}

.c-btn.maas {
  background-color: #2E7735;
}

.c-btn.document {
  background-color: #c11e24;
}

.c-btn.back {
  background: #777;
  padding: 20px 32px;
}

.c-btn.back::after {
  display: none;
}

.c-formset__cap {
  margin-top: 2px;
  font-weight: normal;
  font-size: 84%;
  color: #555;
}

.c-err {
  background: #DB0A0A;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  transition: all .4s;
  display: inline;
  min-width: inherit;
  width: auto;
  left: 100%;
  bottom: 100%;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  min-width: 150px;
  z-index: 1;
}

.c-err::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -2px;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #DB0A0A #DB0A0A transparent transparent;
  transform: rotate(-63deg);
}

.c-err.noTriangle::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-err {
    padding: 2px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.center_txt {
  text-align: center;
}

.mb30 {
  margin-bottom: 30px;
}

.br {
  display: inline-block;
}

/*フォーム確認ポップアップ*/
.fullscreenConf {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.fullscreenConf .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  max-width: 720px;
  width: calc(100% - 20px);
  padding: 20px;
  border: 2px #707070 solid;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.fullscreenConf .wrap .p_border {
  margin-bottom: 30px;
}

.fullscreenConf .wrap .ichiran_tit {
  padding: 0 20px 10px 0;
}

.fullscreenConf .wrap p.att {
  margin-bottom: 20px;
}

.fullscreenConf .wrap dl {
  margin-bottom: 40px;
}

.fullscreenConf .wrap dl dt {
  font-size: 84%;
  color: #555;
}

.fullscreenConf .wrap dl dd {
  border-bottom: 1px #aaa dotted;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.fullscreenConf .c-btnCloseWaku {
  position: absolute;
  right: -15px;
  top: -15px;
}

.fullscreenConf .c-btnCloseWaku .round_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}

.fullscreenConf .c-btnCloseWaku .round_btn:hover {
  background: #666;
}

.fullscreenConf .c-btnCloseWaku .round_btn::before, .fullscreenConf .c-btnCloseWaku .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
}

.fullscreenConf .c-btnCloseWaku .round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fullscreenConf .c-btnCloseWaku .round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.type2-_q,.type1-_q{
	display: flex;
	text-indent: 0;
}
.type2-_q ul {
	/*padding-left: 1em;*/
}
.type2-_q ul li,.type1-_q ul li{
	display: flex;
	padding: 0;
}
.type2-_q ul li::before{
	/*content: "・"*/
}


.type2-_q:nth-child(2n),.type1-_q:nth-child(2n) {
    background-color: #fff;
    padding-left: 2em;
    margin-bottom: 35px;
}
.type1{
	background-color: #570000;
}

.joint_management{
	background-color: #EBEBEB;
	padding-bottom: 70px;
}
.joint_management p,.joint_management table{
	max-width: 1000px; 
	width: 95%;
	margin: 0 auto;
}
.joint_management table{
	margin-top: 50px;
}
.joint_management table th{
	background-color: #df772d;
	color: #fff;
	padding: 10px 0;
}
.joint_management table td{
	background-color: #fff;
	padding:  7px 0.5em;
}
.joint_management table td b{
	 font-weight: 700;
   border-bottom: 1px solid;
}
.joint_management table td span{
	font-size: 70%;
}
.koufu_list .download_box .download_ichiran {
  justify-content: center; }
  .koufu_list .download_box .download_ichiran::after {
    content: none; }

.u-marB20{
	margin-bottom: 20px;
}.u-marB10{
	margin-bottom: 10px;
}