
#main_img .img {
    background: url("../../../img/main_bk.webp") repeat-x center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  color: #FFF;
  font-weight: bold;
}
#main_img h1,#main_img h2 {
  letter-spacing: 0.1em;
}
#main_img h1 {
  font-size: 2.5rem;
  text-shadow: 0 0 25px #27bcfb,0 0 25px #1faae5,0 0 5px #27bcfb,0 0 5px #1faae5,0 0 5px #1faae5;  
}
#main_img h2 {
  font-size: 2rem;
  margin-top: 2rem;
/*  text-shadow: 0 0 25px #05490a,0 0 25px #05490a,0 0 5px #05490a,0 0 5px #05490a,0 0 5px #05490a;*/
  text-shadow: 0 0 25px #27bcfb,0 0 25px #1faae5,0 0 5px #27bcfb,0 0 5px #1faae5,0 0 5px #1faae5;  
}
@media screen and (max-width: 699px) {/*スマホサイズ*/
  #main_img .img {height: 50vw}
#main_img h1 {
  font-size: 5.5vw;
}
#main_img h2 {
  font-size: 5vw;
  margin-top: 4vw;
}
}


.inner {
  max-width: 900px;
}

.inner p {font-size: 1rem}



.hissu {color: red}
#mailform {
  padding: 2rem 1rem 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#mailform h3 {
  text-align: center;
  margin: 2rem 0 1rem;
  color: #0d88de;font-size: 1.25rem;
}
#mailform h3 span {font-size: 1rem}

#mailform p {font-size: 1rem}

#mailform table {
  width: 100%;
  border: solid 1px #009dfc;
}
#mailform table th,#mailform table td {
  padding: 0.75em;
  border: solid 1px #009dfc;
}
#mailform table th {
  width: 15em;
  vertical-align: middle;
  background: #009dfc0f;
}
#mailform table td p {
  font-size: 0.9em;
  color: #666;
}
#mailform table td * + p {margin-top: 0.5em}
#mailform table td p + p {margin-top: 0}


/****画像添付*****/
.temp .img_set {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 7px;
  margin-bottom: 0.5rem;
}
.temp .img_set img {border: solid 1px #999;}
.temp .img_set p {width: 100%; line-height: 1.3}
  .temp .img_set .sample_img {
    width: calc(100% * (190 / 595));
  }
  .temp .img_set .sample_img.col2 {width: calc(100% * (390 / 595));}

.temp .img_set .sample_img:nth-of-type(n+2) {margin-left: 5px;}
.temp .img_set figcaption {font-size: 0.9rem;margin-top: 5px;color: #004986}


input[name="tab_name"] {display: none}
input[name="tab_name2"] {display: none}
/*.choice .img_set {display: none}

#tab1:checked ~ #keiro_kodate
,#tab2:checked ~ #keiro_apart
,#tab3:checked ~ #total_kodate
,#tab4:checked ~ #total_apart
{
  display: flex;
}
.choice_set {
  display: flex;
}
.choice_set + .img_set {border: solid 1px #004986;}
.choice_set label {
  width: 50%;
  text-align: center;
  background: #999;
  color: #FFF;
  border: solid 1px #004986;
  padding: 0.5em 0;
  cursor: pointer;
}
.choice_set label:nth-of-type(1) {border-radius: 5px 0 0 0}
.choice_set label:nth-of-type(2) {border-radius: 0 5px 0 0}

.choice_set label:hover {
  background: #FF9900;
}

 #tab1:checked ~ .choice_set label[for="tab1"]
,#tab2:checked ~ .choice_set label[for="tab2"]
,#tab3:checked ~ .choice_set label[for="tab3"]
,#tab4:checked ~ .choice_set label[for="tab4"]
{
  background: #004986;
}
*/
.choice_set,
#keiro_apart,
#total_apart {display: none}


@media screen and (max-width: 699px) {/*スマホサイズ*/
  .temp .img_set .sample_img.col2 .img2 {
    display: flex;
    padding: 0 2.5px;
  }
  .temp .img_set .sample_img.col2 .img2 img {width: 50%;}
}
@media screen and (max-width: 419px) {/*スマホサイズ*/
.temp .img_set figcaption {font-size: 2.5vw;}
}


/****個人情報の同意*****/
.privacy {
  padding: 1em;
  margin: 0 auto;
  border: solid 1px #009dfc;
  background: #009dfc0f;
}
.privacy .note {
  font-size: 0.9em;
  color: #666;
  display: table;margin: auto;
}
.privacy iframe {
  width: 100%;height: 10em;
  padding: 0.5em;
  border: solid 1px #999;
  background: #fff;
  margin: 10px 0;
}
.privacy label {
  display: block;
  text-align: center;
  font-weight: bold;
  width: 8em;line-height: 3em;
  margin: -0.5em auto -2em;
  border-radius: 5px;
}
.privacy label:hover {
  background: #cc0000;
  color: #FFF;
}


.submit_area {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

@media screen and (min-width: 800px) {

}
@media screen and (max-width: 799px) {
  tr,#mailform table th,#mailform table td {display: block;width: 100%;}
  #mailform table th{border: none}
  #mailform table td {border-width: 0 0 1px 0}
  #mailform table tr:last-child td {border-bottom: none}

}
@media screen and (max-width: 799px) {

}
@media screen and (max-width: 449px) {
  #mailform table {
    width: calc(100vw - 2rem - 2px);
    overflow: hidden;
  }

}



a.Anchor {
  display: block;
  margin: 2rem auto;
  width: 80%;
  max-width: 400px;
  padding: 0.5rem 1rem 2rem;
  border: solid 2px #e03263;
  background: #e03263;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}
a.Anchor::after {
  content: "";display: block;
  background: #fff;
  width: 4rem;height: 1rem;
  position: absolute;
  bottom: 0.25rem; left: calc(50% - 2rem);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
a.Anchor:hover {
  background: #fff;
  color: #e03263;
  opacity: 1;
}
a.Anchor:hover::after {
  background: #e03263;
}



/****送信の前に*****/

.kakunin {
  padding: 1rem;
  border: double 3px #cc0000;
  margin: 0 auto 1rem;
}

#mailform .kakunin h3 {
  margin: -1rem -1rem 1.5rem;
  background: #cc0000;
  color: #fff;
  line-height: 2;
}
#mailform .kakunin h4 {
  margin: 1.5em 0 0.5em;
  color: #990000;
  border-bottom: dotted 2px #990000;
  padding-bottom: 0.5em;
}
#mailform .kakunin h4:first-of-type {margin-top: 0}
#mailform .kakunin p {font-size: 1rem}

#mailform .kakunin p label {
  display: inline-block;
  text-decoration: underline;
  color: blue;
  cursor: pointer;
  padding: 0.25em;
}
#mailform .kakunin p label:hover {
  background: #FFFF99;
  font-weight: bold;
}
html{height: 100%}
#config_page,#send_page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#config_page footer,
#send_page footer{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#config_page footer #copyright,
#send_page footer #copyright{
  flex-grow: 1;
}
#send_page .inner {padding: 2rem 1em 0}
#send_page .inner p {
  margin: 1rem 0;
}

#send_page .send_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
#send_page p strong {
  display: inline-block
}

@media screen and (max-width: 699px) {/*スマホサイズ*/
  #send_page .send_title {
    font-size: 1.5rem
  }
}



#to_top {bottom: 20px;}
#copyright {padding-bottom: 10px}
