@charset "UTF-8";
:root {
  --color-background: #1d1d1d;
  --color-font: #f7fbff;
  --color-header: #000000;
  --color-footer: #000000;
  --color-primary2: #d3002b;
  --color-primary2-light:#eb355a;
  --color-primary2-dark:#94001e;
  --color-primary-100: #e8e3d7;
  --color-primary-300: #d0c7af;
  --color-primary-400: #b9ac86;
  --color-primary-500: #a1905e;
  --color-primary-600: #8a7436 ;
  --color-base-50: #fafafa;
  --color-base-100: #f4f4f5;
  --color-base-200: #ececec;
  --color-base-300: #d4d4d8;
  --color-base-400: #999;
  --color-base-600: #52525b;
  --color-base-950: #09090b;
  --color-danger-600: #dc2626;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-size: 1rem;
}

body {
  /*font-size:14px; font-size:1.2rem;*/
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*color:#413e39;*/
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  color: var(--color-font);
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

img {
  max-width: 100%;
  height: auto;
}
img a {
  border: none;
}

a:link {
  color: var(--color-primary-500);
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--color-primary-500);
  text-decoration: underline;
  outline: none;
}
a:active {
  color: var(--color-primary-500);
  text-decoration: none;
  outline: none;
}
a:visited {
  color: var(--color-primary-500);
  text-decoration: none;
  outline: none;
}
a.mail:link {
  padding: 10px;
  width: 200px;
  margin: auto;
  display: block;
  background: #e71873;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
}
a.mail:hover {
  color: #fff200;
  text-decoration: none;
  background: #f54190;
}
a.mail:active {
  color: #fff200;
  text-decoration: none;
  outline: none;
}
a.mail:visited {
  color: #fff200;
  text-decoration: none;
  outline: none;
}

ul {
  padding-left: 1.6rem;
}
@media only screen and (max-width: 600px) {
  ul {
    padding-left: 1rem;
  }
}

.tag {
  background: #000;
  padding: 7px 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 6px;
  font-size: larger;
  line-height: 1.5;
  border-radius: 2px;
}
.tag.border {
  border: solid 1px #4a4a4a;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: var(--color-danger-600);
}

.d-flex {
  display: flex;
}
.d-flex.jc-center {
  justify-content: center;
}
.d-flex.gap1 {
  gap: 10px;
}
.d-flex.gap2 {
  gap: 20px;
}
.d-flex.gap3 {
  gap: 30px;
}

.bborder {
  border-bottom: 1px solid;
}

.f-size-s {
  font-size: small;
}
.f-size-l {
  font-size: large;
}
.f-size-smaller {
  font-size: smaller;
}
.f-size-larger {
  font-size: larger;
}
.f-size .f-size-atten {
  font-size: 12px;
}

.f-color-primary {
  color: var(--color-primary2) !important;
}

.f-color-atten {
  color: var(--color-danger-600) !important;
}

.validate {
  background: var(--color-danger-600);
  padding: 3px 5px;
  font-size: 12px;
  margin: 2px 0;
  color: #fff;
}

.indentleft {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.bggray {
  background: var(--color-base-600);
  padding: 15px;
}

strong.large {
  font-size: 16px;
  font-weight: normal;
  border-radius: 4px;
  display: block;
}

.iframe-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-wrapper.short {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.iframe-wrapper.short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

ol.default, ul.default {
  padding-left: 20px;
}

.list-style--disc, .list-style--number, .list-style--notes, .list-style--marumaru {
  line-height: 1.8;
}
.list-style--disc li {
  list-style: disc;
}
.list-style--number li {
  list-style: decimal-leading-zero;
}
.list-style--notes li {
  list-style: none;
  position: relative;
}
.list-style--marumaru li {
  list-style: none;
  position: relative;
}
.list-style--notes li::before {
  content: "※";
  position: absolute;
  left: -20px;
}
.list-style--marumaru li::before {
  content: "◎";
  position: absolute;
  left: -20px;
}

.nextarrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 15px;
  height: 15px;
  transform: translateX(-25%) rotate(45deg);
}
.nextarrow::before, .nextarrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  /*border-radius: ;*/
}
.nextarrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.nextarrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
}

.textbox--red {
  margin: 0 auto 40px auto;
  padding: 20px;
  border: solid 1px red;
  color: red;
  text-align: center;
}
.textbox--gray {
  margin: 40px auto;
  padding: 10px 20px;
  border: solid 1px var(--color-base-400);
  background-color: var(--color-base-300);
}

@media only screen and (min-width: 600px) {
  .d-pc-none {
    display: none;
  }
}
/* 改行設定
-------------------- */
/*
.pc-only_br  = PCのみ改行
.tab-only_br = タブレットのみ改行
.sp-only_br  = SPのみ改行

.pc-tab_br = PCとタブレットで改行
.tab-sp_br = タブレットとSPで改行
*/
.sp-only_br {
  display: none;
}

.tab-only_br {
  display: none;
}

.tab-sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only_br {
    display: none;
  }
  .tab-only_br {
    display: inline;
  }
  .tab-sp_br {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .tab-only_br {
    display: none;
  }
  .sp-only_br {
    display: inline;
  }
  .pc-tab_br {
    display: none;
  }
}
h1.title {
  line-height: 1;
  margin: 0;
  /*padding:100px 0;*/
}
h1.title img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  h1.title {
    padding: 20px 0px;
  }
}

h2.title {
  text-align: center;
  margin-bottom: 25px;
}

h3.title {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.3;
  color: var(--color-primary-500);
  padding-bottom: 15px;
  border-bottom: 1px dotted var(--color--base-500);
  margin-bottom: 15px;
  font-size: 25px;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  h3.title {
    font-size: 20px;
    font-size: 1.2rem;
  }
}

h4.title {
  text-align: center;
  font-size: 23px;
  font-size: 1.44rem;
  color: var(--color-primary-600);
  /*margin-bottom:60px;*/
  font-weight: bold;
  border-bottom: solid 1px;
}
h4.title span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  h4.title {
    text-align: center;
    font-size: 20px;
    font-size: 1.2rem;
    color: var(--color-primary-600);
    font-weight: bold;
    border-bottom: solid 1px;
  }
  h4.title span {
    display: inline-block;
  }
}

h5.title {
  font-size: 14px;
  font-size: 0.9rem;
  background: var(--color-base-50);
  margin-bottom: 0px;
  letter-spacing: 0.2em;
  font-weight: normal;
  padding: 5px 0 5px 1em;
  box-sizing: border-box;
}

h6.title {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background: var(--color-primary2);
  background: linear-gradient(to bottom, var(--color-primary2) 0%, var(--color-primary2-dark) 100%);
  margin-bottom: 0px;
  font-weight: 600;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  h6.title {
    font-size: 14px;
  }
}
h6.title p {
  text-indent: -1em;
  margin: 0;
  padding: 0 0 0 1em;
}

.course {
  line-height: 1.2;
  padding: 10px 20px;
  box-sizing: border-box;
  display: block;
  width: 90%;
  max-width: 700px;
  font-size: 23px;
  font-size: 1.44rem;
  margin: 10px auto;
  background: var(--color-primary-400);
  background: linear-gradient(0deg, var(--color-primary-400) 0%, var(--color-primary-500) 100%);
  color: #fff;
}
.course > span {
  filter: drop-shadow(0px 0px 3px var(--color-base-950));
}
.title--page {
  text-align: center;
}

.button {
  color: #000 !important;
  border-radius: 2px;
  /*box-shadow:$blk 3px $blk;*/
  /*background: -moz-linear-gradient(top, #5b2670, #031b75);
  background: -ms-linear-gradient(top, #5b2670, #031b75);
     background: -webkit-gradient(linear, left top, left bottom, from(#5b2670), to(#031b75));*/
  border: none;
  padding: 10px 20px;
  line-height: 1em;
  font-size: 12px;
  cursor: pointer;
  background: var(--color-primary-400);
  background: linear-gradient(to bottom, var(--color-primary-400) 0%, var(--color-primary-500) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary-400)", endColorstr="var(--color-primary-500)",GradientType=0 );
}
.button:hover {
  background: var(--color-primary-500);
  background: linear-gradient(to bottom, var(--color-primary-500) 1%, var(--color-primary-600) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary-500)", endColorstr="var(--color-primary-600)",GradientType=0 );
}

.button2 {
  color: #000;
  border-radius: 2px;
  /*box-shadow:$blk 3px $blk;*/
  /*background: -moz-linear-gradient(top, #5b2670, #031b75);
  background: -ms-linear-gradient(top, #5b2670, #031b75);
     background: -webkit-gradient(linear, left top, left bottom, from(#5b2670), to(#031b75));*/
  border: none;
  padding: 10px 20px;
  line-height: 1em;
  font-size: 12px;
  cursor: pointer;
  background: var(--color-primary-400);
  margin: 5px 0px;
}

.btn--primary {
  background-color: var(--color-primary-500);
  color: var(--color-base-50);
  padding: 10px 20px 8px;
  border: 1px solid var(--color-primary-500);
  border-radius: 50vh;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.btn--primary.smaller {
  font-size: 12px;
}
.btn--primary.back {
  background-color: var(--color-primary-400);
  border: 1px solid var(--color-primary-400);
}

#toroku a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}
#toroku a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
#toroku a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}
#toroku a.toroku {
  display: block;
  color: #fff;
  line-height: 1;
  background: var(--color-primary-400);
  background: linear-gradient(to bottom, var(--color-primary-400) 0%, var(--color-primary-600) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary-400)", endColorstr="var(--color-primary-600) ",GradientType=0 );
  border-radius: 50vh;
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: 600;
  padding: 20px;
  width: 60%;
  margin: 0 20%;
}
#toroku a.toroku:hover {
  background: var(--color-primary-500);
  background: linear-gradient(to bottom, var(--color-primary-500) 1%, var(--color-primary-600) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary-500)", endColorstr="var(--color-primary-600)",GradientType=0 );
  color: #fff;
}
#toroku a.toroku:active {
  color: #fff;
}
#toroku a.toroku:visited {
  color: #fff;
}

.coursebtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
  color: #fff;
  border-radius: 50vh;
  background: var(--color-primary-600);
  background: linear-gradient(0deg, var(--color-primary-600) 0%, var(--color-primary-400) 100%);
  width: 90%;
  max-width: 640px;
  font-size: large;
  margin: 10px auto;
  cursor: pointer;
  border: none;
  font-weight: bold;
}
.coursebtn > p {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin: 0;
}
.coursebtn p:first-child {
  padding-right: 10px;
}
.coursebtn p:last-child {
  width: 20px;
  position: relative;
}
.coursebtn p:nth-child(2) {
  border-left: solid 1px;
  padding: 0 10px;
  width: calc(100% - 60px);
  text-align: left;
}
.coursebtn.single {
  padding: 15px 15px 15px 25px;
  background: rgb(230, 229, 229);
  background: linear-gradient(0deg, rgb(230, 229, 229) 0%, rgb(185, 190, 203) 53%, rgb(219, 224, 235) 100%);
}
.coursebtn.single p:first-child {
  width: calc(100% - 40px);
  justify-content: flex-start;
}
.coursebtn.single p:nth-child(2) {
  width: 20px;
  text-align: left;
  padding: 0 10px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .coursebtn {
    font-size: inherit;
    width: 100%;
    max-width: initial;
    padding: 12px 20px;
    min-height: 66px;
  }
  .coursebtn p:first-child {
    width: 40px;
  }
  .coursebtn p:nth-child(2) {
    width: calc(100% - 60px);
  }
}

.btn_submit {
  font-size: 1rem;
  border-radius: 30px;
  min-width: 150px;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  flex-grow: 1;
}

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.contentsShadow {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0px 0px 20px var(--color-primary-500);
  background: url(../img/bk.png);
}

.contentsInner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.8;
}

#topheader {
  /*background: #378fd2;*/ /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3OGZkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2I1ZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #378fd2 0%, #63b5e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#378fd2), color-stop(100%,#63b5e3));
  background: -webkit-linear-gradient(top,  #378fd2 0%,#63b5e3 100%);
  background: -o-linear-gradient(top,  #378fd2 0%,#63b5e3 100%);
  background: -ms-linear-gradient(top,  #378fd2 0%,#63b5e3 100%);
  background: linear-gradient(to bottom,  #378fd2 0%,#63b5e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#378fd2', endColorstr='#63b5e3',GradientType=0 );*/
  padding: 0;
  box-sizing: border-box;
  background: var(--color-header);
}

#footer {
  text-align: center;
  font-size: 11px;
  background: var(--color-footer);
  display: block;
  margin-top: 60px;
}

.breadcrumb {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  color: #000;
}
.breadcrumb .on {
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  background: var(--color-primary-400);
  background: linear-gradient(to bottom, var(--color-primary-400) 0%, var(--color-primary-500) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--color-primary-400)", endColorstr="var(--color-primary-500)",GradientType=0 );
}
.breadcrumb .off {
  line-height: 1;
  padding: 5px 10px;
  color: #333;
  display: inline-block;
  border-radius: 10px;
  background: -ms-linear-gradient(top, #fff, #efefef);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .breadcrumb div {
    white-space: nowrap;
    overflow: auto;
  }
}

textarea.enq {
  width: 100%;
  line-height: 1.5;
  padding: 5px 10px;
  box-sizing: border-box;
}

.caution {
  padding: 20px;
  border: solid 1px #4b4b4b;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
}
.caution + .caution {
  margin-top: 30px;
}
.caution h4.title {
  margin-top: 0;
}
.caution h4.subtitle {
  margin-top: 0;
  background: rgb(255, 255, 255);
  padding: 5px 5px 5px 20px;
  border-left: solid 5px rgb(172, 138, 65);
  color: #a48a33;
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  .caution h4.subtitle {
    margin-top: 0;
    background: rgb(255, 255, 255);
    padding: 3px 3px 3px 10px;
    border-left: solid 3px rgb(172, 138, 65);
    color: #a48a33;
    font-size: 1rem;
    line-height: 1.25;
  }
}

#bclist > span:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
#bclist > span:not(:last-child):after {
  content: "";
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 50%;
  right: -15px;
  transform: translate(0%, -50%) rotate(-45deg);
}

#idform {
  width: 90%;
  max-width: 700px;
  margin: 10px auto;
}

@media only screen and (max-width: 700px) {
  .course, .course.single {
    width: 100%;
    font-size: 18px;
    font-size: 1.2rem;
    padding: 10px 15px;
  }
  #idform {
    width: 100%;
  }
}
.selectcourse {
  width: 80%;
  max-width: 480px;
}

.dlbox {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.dlbox .dlitem {
  width: 25%;
  padding: 15px;
  text-align: center;
}
.dlbox .dlitem .dlthum {
  text-align: center;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .dlbox .dlitem {
    width: 50%;
  }
}

#CommentContainer {
  clear: both;
  width: 340px;
  background: url(../img/bgtext.png);
  border-radius: 4px;
  padding: 0;
}

span.comment {
  width: 340px;
  height: 167px;
  /*background:url(../img/bgtext.png);*/
}
span.comment textarea {
  border: none;
  background-color: #fff;
  width: 320px;
  height: 147px;
  padding: 10px;
  overview: auto;
  line-height: 1.5em;
  outline: none;
  color: #333;
}

.applow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 -15px;
  align-self: stretch;
}

.appflowitem {
  display: flex;
  align-items: center;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  line-height: 1.3;
  padding: 10px;
}

.flownum {
  font-size: 1.5rem;
  letter-spacing: -2px;
  padding-right: 10px;
  font-weight: bold;
}

.appflow1 {
  width: 45%;
}

.appflow2 {
  width: 30%;
}

.appflow3 {
  width: 15%;
}

.appflowyaji {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pankuzuline {
  background: #000;
  border-top: #333 solid 1px;
}

.pladj {
  padding-left: 75px;
}

@media only screen and (max-width: 600px) {
  .appflow1 {
    width: 100%;
  }
  .appflow2 {
    width: 100%;
  }
  .appflow3 {
    width: 100%;
  }
  .appflowyaji {
    width: 100%;
  }
  .appflowyaji span {
    display: inline-block;
    transform: rotate(90deg);
  }
  .pladj {
    padding-left: 0px;
  }
}
option {
  border: none;
  font-weight: normal;
  line-height: 1em;
  color: #000;
  background: #fff;
}
option[selected] {
  font-weight: bold;
  color: #090;
}

.form {
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  padding: 0 16px;
}
.form__item + .form__item {
  margin-top: 20px;
  border-top: solid 1px #969696;
  padding-top: 20px;
}
.form__item .term {
  font-weight: 600;
  font-size: 16px;
  padding-left: 16px;
  border-left: 2px solid var(--color-primary-500);
  color: var(--color-base-950);
}
.form__email__message {
  color: var(--color-danger-600);
  margin: 15px 0;
}
@media only screen and (max-width: 600px) {
  .form {
    max-width: 95%;
    padding: 0;
  }
}

.dl__item {
  margin-bottom: 2rem;
}
.dl__title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.dl__desc {
  width: 100%;
  margin: 0;
}
.dl__desc div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.dl__desc div.nowrap {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 600px) {
  .dl__item {
    margin-bottom: 1rem;
  }
  .dl__title {
    font-weight: bold;
    margin-bottom: 0.25rem;
  }
  .dl__desc div.nowrap {
    flex-grow: 1;
  }
}

#form_table tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.1);
}

#form_table tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.3);
}

.td_l {
  padding-top: 15px;
  width: 20%;
  vertical-align: top;
  /*padding-bottom: 15px;*/
}

.td_r {
  /*padding-bottom: 15px;*/
}

#form_table td {
  padding-bottom: 25px;
}

table.confirm tr:not(:last-child) td.td_r {
  /*border-bottom: dotted 1px #333;*/
}

.text {
  width: 100%;
  padding: 4px 16px;
  border-radius: 3px;
  border: 1px solid var(--color-primary-500);
  background-color: var(--color-base-50);
  color: var(--color-base-600);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 5px;
}

.inputs {
  width: 40%;
}

.inputss {
  width: 20%;
}

.textarea {
  width: 100%;
  min-height: 192px;
  padding: 16px;
  border-radius: 3px;
  border: 1px solid var(--color-primary-500);
  background-color: var(--color-base-50);
  color: var(--color-base-600);
  font-size: 16px;
  line-height: 1.75;
}

.radioBt input {
  vertical-align: middle;
}

.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: none;
}
.radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 96px;
  margin-bottom: 0;
  padding: 4px 8px;
  border: 1px solid var(--color-primary-500);
  border-radius: 3px;
  background-color: var(--color-base-100);
  font-size: 16px;
  cursor: pointer;
}
.radio label::before {
  width: 14px;
  height: 14px;
  background-color: var(--color-base-50);
}
.radio label:has(:checked) {
  background-color: var(--color-primary-500);
  color: var(--color-base-50);
}
.radio input {
  display: none;
}
.radio label::before,
.radio label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}
.radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: var(--color-primary-500);
}

.sei {
  display: inline-block;
  padding-right: 10px;
  width: 60px;
  white-space: nowrap;
}

.mei {
  display: inline-block;
  padding: 0 10px;
  width: 60px;
  white-space: nowrap;
  text-align: center;
}

.textarea {
  width: 100%;
  min-height: 192px;
  padding: 16px;
  border-radius: 3px;
  border: 1px solid var(--color-primary-500);
  background-color: var(--color-base-50);
  color: var(--color-base-600);
  font-size: 16px;
  line-height: 1.75;
}

@media only screen and (max-width: 960px) {
  #form_table td {
    display: inline-block;
    text-align: left;
  }
  #form_table tr:not(.sirinum) td:last-child {
    border-bottom: dotted 1px #333;
    padding-bottom: 15px;
  }
  #form_table td.td_l {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .td_r {
    padding-top: 0;
    width: 100%;
  }
  #form_table tr#code_btn td:first-child {
    display: none;
  }
  #form_table tr.sirinum td.td_r {
    margin-bottom: 0px;
  }
  table.confirm tr td.td_r {
    padding-left: 1.5rem;
  }
  .sei {
    display: inline-block;
    padding-right: 0px;
    width: 40px;
  }
  .mei {
    display: inline-block;
    padding: 0 0px 0 0px;
    width: 40px;
    text-align: left;
  }
  .inputs {
    width: 40%;
  }
  .inputss {
    width: 25% !important;
  }
  .sp100 {
    width: 100%;
  }
  .nameform {
    width: calc(100% - 40px);
  }
}
details {
  border-top: 1px solid var(--color-primary-500);
  /* is-openedクラスが付与されたときのスタイル */
}
details:nth-last-of-type(1) {
  border-bottom: 1px solid var(--color-primary-500);
}
details.is-opened .icon {
  transform: rotate(180deg);
}

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  color: var(--color-primary-500);
  background-color: var(--color-base-100);
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 0;
}

.icon {
  display: block;
  position: relative;
  width: 13px;
  margin-left: 8px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  background-color: var(--color-primary-500);
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.span_1,
.span_2,
.span_3,
.span_4,
.span_5,
.span_6,
.span_7,
.span_8,
.span_9,
.span_10,
.span_11,
.span_12 {
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .span_1,
  .span_2,
  .span_3,
  .span_4,
  .span_5,
  .span_6,
  .span_7,
  .span_8,
  .span_9,
  .span_10,
  .span_11,
  .span_12 {
    padding: 0 15px;
  }
}

.span_1 {
  width: 8.3333333333%;
}

.span_2 {
  width: 16.6666666667%;
}

.span_3 {
  width: 25%;
}

.span_4 {
  width: 33.3333333333%;
}

.span_5 {
  width: 41.6666666667%;
}

.span_6 {
  width: 50%;
}

.span_7 {
  width: 58.3333333333%;
}

.span_8 {
  width: 66.6666666667%;
}

.span_9 {
  width: 75%;
}

.span_10 {
  width: 83.3333333333%;
}

.span_11 {
  width: 91.6666666667%;
}

.span_12 {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 800px) {
  .span_tab_1 {
    width: 8.3333333333%;
  }
  .span_tab_2 {
    width: 16.6666666667%;
  }
  .span_tab_3 {
    width: 25%;
  }
  .span_tab_4 {
    width: 33.3333333333%;
  }
  .span_tab_5 {
    width: 41.6666666667%;
  }
  .span_tab_6 {
    width: 50%;
  }
  .span_tab_7 {
    width: 58.3333333333%;
  }
  .span_tab_8 {
    width: 66.6666666667%;
  }
  .span_tab_9 {
    width: 75%;
  }
  .span_tab_10 {
    width: 83.3333333333%;
  }
  .span_tab_11 {
    width: 91.6666666667%;
  }
  .span_tab_12 {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .span_sp_1 {
    width: 8.3333333333%;
  }
  .span_sp_2 {
    width: 16.6666666667%;
  }
  .span_sp_3 {
    width: 25%;
  }
  .span_sp_4 {
    width: 33.3333333333%;
  }
  .span_sp_5 {
    width: 41.6666666667%;
  }
  .span_sp_6 {
    width: 50%;
  }
  .span_sp_7 {
    width: 58.3333333333%;
  }
  .span_sp_8 {
    width: 66.6666666667%;
  }
  .span_sp_9 {
    width: 75%;
  }
  .span_sp_10 {
    width: 83.3333333333%;
  }
  .span_sp_11 {
    width: 91.6666666667%;
  }
  .span_sp_12 {
    width: 100%;
    display: block;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pd-lr30 {
  padding: 0 30px;
}

.pd-b60 {
  padding-bottom: 60px;
}

.mg-lr30 {
  margin: 0 30px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-t60 {
  margin-top: 60px;
}

.mg-b60 {
  margin-bottom: 60px;
}

.pd-t60 {
  padding-top: 60px;
}

@media only screen and (max-width: 600px) {
  .pd-lr30 {
    padding: 0 21px;
  }
  .pd-b60 {
    padding-bottom: 42px;
  }
  .mg-lr30 {
    margin: 0 21px;
  }
  .mg-t30 {
    margin-top: 21px;
  }
  .mg-b30 {
    margin-bottom: 21px;
  }
  .mg-t60 {
    margin-top: 42px;
  }
  .mg-b60 {
    margin-bottom: 42px;
  }
  .pd-t60 {
    padding-top: 42px;
  }
}
.awarditem {
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
}
.awarditem.single {
  display: block;
}
.awarditem + .awarditem {
  padding-top: 20px;
  border-top: 1px solid var(--color-base-600);
}
.awarditem .awardtype {
  width: 70px;
  font-weight: bold;
  color: #eecc85;
}

.awardtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.awarddetail {
  padding-left: 90px;
}

.awardname1 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.5rem 0;
  flex: 1;
}

.awardname2 {
  /* background: var(--color-primary-500); */
  width: 200px;
  text-align: center;
  position: relative;
  margin-top: 10px;
  color: #000;
}
.awardname2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  background: rgb(172, 138, 65);
  transform: skewX(-15deg);
  z-index: -1;
  width: calc(100% - 20px);
}

.hit {
  font-size: 1.4rem;
}

.awardimg {
  width: 120px;
  background: #fff;
  line-height: 0;
}

.maxsho {
  max-width: 60px;
}

.smaller {
  font-size: smaller;
}

.larger {
  font-size: larger;
}

.logo-itemname {
  max-height: 35px;
}

@media only screen and (max-width: 600px) {
  .awarditem {
    padding: 10px 0px;
  }
  .awarditem::before {
    left: 10px;
    transform: skewX(-8deg);
    width: calc(100% - 20px);
  }
  .awarditem .awardtype {
    width: 50px;
  }
  .awarditem .awardname {
    display: block;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    width: calc(100% - 60px);
    align-items: center;
    line-height: 1.25;
    padding-right: 0;
  }
  .awardtitle {
    gap: 10px;
  }
  .awarddetail {
    padding-left: 0;
  }
  .awardname1 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .awardname2 {
    line-height: 2;
  }
  .hit {
    font-size: 1rem;
  }
  .awardimg {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .awardimg img {
    width: 50%;
  }
  .maxsho {
    max-width: 40px;
  }
}/*# sourceMappingURL=style.css.map */