#header {width: 100%;}
#foot {margin: 2em 0 0}
body section {font-size: 1rem}

section.cont_960 {
}
.t_bold {font-weight: bold}



@media screen and (max-width: 699px) {/*スマホサイズ*/

}


.inner {
  max-width: 900px;
}

.inner p {font-size: 1rem}



.hissu {color: red}
#mailform {
  width: 100%;
  margin: 0 auto;
}
#mailform h2 {
  border-top: double 5px #22ac38;
  border-bottom: double 5px #22ac38;
  color: #22ac38;
  background: none;
  padding: 0.5em 0;
  margin-top: 2rem;
  font-size: 1.4rem;
}
#mailform h3 {
  text-align: center;
  margin: 2rem 0 1rem;
  /*color: #22ac38;*/
  font-size: 1.25rem;
}
#mailform h3 span {font-size: 1rem}

#mailform p {font-size: 1rem}

#mailform table {
  width: 100%;
  border: solid 1px #22ac38;
}
#mailform table th,#mailform table td {
  padding: 0.75em;
  border: solid 1px #22ac38;
}
#mailform table th {
  width: 15em;
  vertical-align: middle;
  background: #22ac380f;
}
#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}

#mailform table .temp td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-width: 0 0 1px 0;
}

#mailform table .temp td .text input {margin-top: 1em}
#mailform table .temp td .sample_img {
  padding: 10px;
  background: #D5F1F5;
}
#mailform table .temp td .sample_img figcaption {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  background: #666;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5;
}

.privacy {
  padding: 1em;
  margin: 0 auto;
  border: solid 1px #22ac38;
  background: #22ac380f;
}
.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) {
#mailform table .temp + .temp td {border: none}
#mailform table .temp td .text {
  max-width: calc(100% - 230px)
}
  #mailform table .temp td .sample_img {
    max-width: 220px;}
}
@media screen and (max-width: 899px) {
  #mailform {padding: 0 10px}
  .kakunin {margin: 10px !important}
}
@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}
  #mailform table .temp td {
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width: 799px) {
  #mailform table .temp td .text {
    max-width: calc(70% - 10px);
    overflow: hidden;
  }
  #mailform table .temp td .sample_img {
    width: 30%;
  }
}
@media screen and (max-width: 449px) {
  #mailform table .temp td {
    display: block;
  }
  #mailform table .temp td .text {width: 100% ;max-width: 100%;}
  #mailform table .temp td .sample_img {width: 100% ;max-width: 100%;margin-top: 1rem;}

}



.kakunin {
  padding: 1rem;
  border: double 3px #cc0000;
  margin: 1rem auto;
}

.kakunin h2 {
  margin: -1rem -1rem 1.5rem;
  background: #cc0000;
  padding: 0;
  color: #fff;
  line-height: 2;
  text-align: center;
  font-size: 1.15rem;
}
.kakunin h3 {
  font-size: 1rem;
  margin: 1.5em 0 0.5em;
  color: #990000;
  border-bottom: dotted 2px #990000;
  padding-bottom: 0.5em;
}
.kakunin h3:first-of-type {margin-top: 0}
.kakunin p {font-size: 1rem}

.kakunin .note::before {content: "※"}
.kakunin .note {text-indent: -1em;margin-left: 1em;color: #666}


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;}
