@charset "utf-8";
.st-Hero {
  background-image: url(../img/hero.jpg);
}
.st-Hero::before {
  content: none;
}
.st-Hero::after {
  background-color: rgba(0,51,44,.32);
}


.st-Contents_Inner {
  max-width: 912px;
}

.st-Base p {
  font-size: calc(16em / 18);
}

@media print, screen and (min-width: 48em ) {
  .ctt-Form {
    font-size: 1.96292257vw;
  }
}
@media print, screen and (min-width: 57em ) {
  .ctt-Form {
    font-size: 18px;
  }
}

.ctt-Form dl {
  font-size: 1em;
  line-height: 1.6;
  margin-top: calc(48em / 24 - .3em * 16 / 18);
  margin-bottom: calc(64em / 24);
  padding-right: 0;
  padding-left: 0;
}
.ctt-Form dt {
  font-weight: normal;
  margin-bottom: calc(8em / 14);
  padding-top: 1px;
  padding-bottom: 1px;
  width: auto;
}
.ctt-Form dd {
  margin-bottom: calc(23em / 14);
}
@media print, screen and (min-width: 48em ) {
  .ctt-Form dl {
    font-size: calc(14em / 18);
    margin-top: calc(48em / 14 - .3em * 16 / 14);
    margin-bottom: calc(64em / 14);
  }
}
.ctt-Form input,
.ctt-Form select,
.ctt-Form textarea {
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 48em ) {
  .ctt-Form input,
  .ctt-Form select,
  .ctt-Form textarea {
    font-size: calc(18em / 14);
  }
}
.ctt-Form input[type="text"],
.ctt-Form input[type="email"] {
  height: calc(50em / 18);
  padding-right: .5em;
  padding-left: .5em;
  width: 100%;
}
.ctt-Form select {
  height: calc(50em / 18);
  min-width: calc(250em / 18);
}
.ctt-Form textarea {
  height: calc(200em / 18);
  padding-top: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  width: 100%;
}
.ctt-Form ul {
  display: -webkit-box;
  display: flex;
  margin-top: calc(14em / 14);
}
.ctt-Form li + li {
  margin-left: 2em;
}
.ctt-Form ul input {
  margin-right: .5em;
}
.ctt-Form_Required {
  border: 1px solid;
  border-radius: .21428571em;
  color: #f00;
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-right: .5em;
  padding-left: .5em;
}
.ctt-Note {
  font-size: calc(12em / 14);
  margin-left: 1em;
}

.ctt-Form_Name label {
  align-items: flex-start;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: .5em;
}
.ctt-Form_Name input[type="text"] {
  width: calc(100% - 3.5em);
}
@media print, screen and (min-width: 48em ) {
  .ctt-Form_Name {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .ctt-Form_Name label {
    margin-bottom: 0;
    width: calc(384em / 14);
  }
  .ctt-Form_Name input[type="text"] {
    width: calc(340em / 18);
  }
}

.ctt-Form_Zip,
.ctt-Form_Tel {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}
.ctt-Form_Zip input:nth-child(1) {
  margin-right: 1em;
  width: calc(100em / 18);
}
.ctt-Form_Zip input:nth-child(2) {
  margin-left: 1em;
  width: calc(140em / 18);
}

.ctt-Form_Tel input:nth-child(n) {
  margin-right: 1em;
  margin-left: 1em;
}
.ctt-Form_Tel input:nth-child(1) {
  margin-left: 0;
}
.ctt-Form_Tel input:nth-child(3) {
  margin-right: 0;
}
@media print, screen and (min-width: 48em ) {
  .ctt-Form_Tel input:nth-child(n) {
    width: calc(150em / 18);
  }
}

.ctt-Submit {
  background-color: #007f67;
  border-radius: .33333333em;
  color: #fff;
  display: block;
  height: calc(60em / 18);
  letter-spacing: .1em;
  margin-right: auto;
  margin-left: auto;
  width: calc(370em / 18);
}





/* ------------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}


code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub,
sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* チェック */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
	font-size: 16px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}



/**　エラー　**/

p.errTitle {
	display: block;
	background-color: #C10003;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

p.err {
	display: block;
	background-color: #C10003;
	color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}



/***  送信完了画面   ***/

#container_pan.thanks {
	background-color: #FFFFFF !important;	
}

#contents_are {
	width:760px;
margin-left: auto;
margin-right: auto;
}

#dl_warp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 80px;
	width: 100%;
}

#dl_warp.top {
margin-bottom: 0px !important;
}

h2#h2shiryomail {
font-size: 18px;
font-weight: normal;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 40px;
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: #12905D;
color: #FFFFFF;
}

#shiryo_box {
width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-bottom: 40px;
}

#shiryo_box p {
padding-left: 60px;
padding-right: 30px;
margin-bottom: 40px;
font-size: 16px;
line-height: 1.6em;
}

#shiryo_box p.err {
font-size: 14px;
line-height: 1.4em;
color: #C00003;
padding-left: 5px;
padding-right: 10px;
margin-bottom: 5px;
}

.fin_name {
	width: 400px;
	padding-bottom: 1px;
	padding-left: 10px !important;
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 30px;
	margin-top: 100px;
	border-bottom: 1px solid #239B35;
}

.fin_name span {
	font-size: 24px;
	font-weight: bold;
}

.fin_text {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 35px;
	text-align: center;
}

.fin_link a {
	width: 300px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
}



