@charset "UTF-8";
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;
  align-items: center;
  background: #fff;
}

.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.png");
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top_v ::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 27, 43, 0.15);
  z-index: 0;
  content: '';
  mix-blend-mode: overlay;
}

.top_v h4 {
  font-size: 50px;
  font-weight: bold;
  /* color: #292f30; */
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: min(2vw, 20px) min(4vw, 40px);
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  	/* 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);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.top_v p {
  font-size: 24px;
  font-weight: bold;
  color: #292f30;
  position: absolute;
  top: 40%;
  left: 10%;
}

.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: 380px;
	max-height: 430px;
  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;
  transition: background-color 0.1s;
}

.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:hover {
  background-color: #f5f5f5;
}

.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_bgxx {
  background-color: #EBFAF0;
}

.public_offering h4 {
  padding-top: 70px;
}

.po_disp {
  margin-top: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
}

.po_disp li {
  margin: 0 10px;
	max-width: 500px;
}

.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 20px;
}

.purpose_box li > img {
  width: 280px;
}
.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;
}

.contact_bgxx {
  background-color: #EBFAF0;
}

.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;
}

.contact_table_bgxx > tbody > tr > th {
  text-align: left;
  padding-right: 20px;
  border-bottom: 1px solid #EBFAF0;
  line-height: 2.4;
}

.contact_table_bgxx > tbody > tr > td {
  padding-right: 20px;
  border-bottom: 1px solid #EBFAF0;
  line-height: 2.4;
}

.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 40px;
  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: 50px;
}

.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 #005757;
  font-size: 1.1rem;
}

.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: 1rem;
  vertical-align: top;
  margin-left: 5px;
}

.headrow {
  /*background-color: #76C47C;*/
	background-color: #088080;
  color: #FFFFFF;
}

.fsS {
  font-size: 80%;
}

.add_info {
  margin-top: 10px;
}

.question_box {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 160px;
}

.p_border {
  position: relative;
  margin-bottom: 50px;
}

.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;
}

.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;
}

.bgxx-color {
  background-color: #005757;
}

.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;
}

.bgxx-main {
  /*background-color: #76C47C;*/
  background-color: #088080;
}

.d_btn.bgxx-main {
  background-color: #005757;
}

.bgxx-haikei {
  border-left: 6px solid #005757;
  background-color: #EBFAF0;
}

.bgxx-font {
  color: #005757;
}

.border_bgxx_p {
  border-bottom: 1px #005757 solid;
}

.border_bgxx {
  color: #005757;
  border-bottom: 4px #005757 solid;
}

.dl_btn_bgxx {
  background-color: #088080;
}

.dl_btn_bgxx::before {
  background: #005757;
}

.bgxx-_q {
  font-size: 16px;
  color: #005757;
  text-indent: -1em;
}

.bgxx-_q:nth-child(2n+1) {
  background-color: #EBFAF0;
  padding-left: 2em;
}

.bgxx-_q:nth-child(2n+1)::before {
  content: "Q.";
}

.bgxx-_q:nth-child(2n) {
  background-color: #fff;
  padding-left: 2em;
  margin-bottom: 35px;
}

.bgxx-_q:nth-child(2n)::before {
  content: "A.";
}

bgxx-_q:last-child {
  margin-bottom: 0px;
}

.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;*/
  background-color: #088080;
  display: -webkit-box;
  display: flex;
  justify-content: space-evenly;
}

.question_headline_item {
  text-align: center;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

.question_headline_item > a {
  display: inline-block;
  color: #FFFFFF;
  margin: auto;
}

/*========= スクロール途中でヘッダーが表示＆非表示するための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: #005757;
  /* 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: #005757;
}

.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);
}
p.u-marB10{
	margin-bottom: 10px;
}