* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
  box-sizing: border-box
}

html, body, div, article, section, aside, header, footer, hgroup, nav, h1, h2, h3, ul, li, a, p, small, img {
  border: none;
  display: block
}

html {
  width: 100%;
  height: 100%;
  font-size: 11px;
  position: static;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%
}


@media screen and (max-width: calc(576px - 0.2px)) {
  html {
    font-size: 10px
  }
}

@media screen and (min-width: 575.9px) {
  html {
    font-size: 11px
  }
}


@media screen and (min-width: 767.8px) {
  html {
    font-size: 12px
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 13px
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 14px
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px
  }
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 18px
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px
  }
}


body {
  height: 100%;
  width: 100%;
  position: relative;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll
}


.container-wrap {
    width: 100%;
	background-color: #f6f6f6;
	padding-bottom: 6rem;
    padding-top: 9rem;
}

.cform-wrap{
	    width: 100%;
    max-width: 61.25rem;
    margin: 0 auto;
}

.cform th {
    font-size: 1.15rem;
    width: 100%;
    font-weight: 600;
    display: flex;
    text-align: left;
    align-items: center;
}

.cform td {
    font-size: 1rem;
    line-height: 150%;
    padding: 15px 5px;
    display: block;
    margin: 0px 0px 1rem 0px;
}

.cform {
    width: 100%;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: none;
    flex: none;
    justify-content: center;
    margin: 3rem 0;
    opacity: 1;
    padding: 4rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url]{
background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    box-shadow: none;
    color: #333;
    font-family: var(--s-font-588b2057);
    font-size:1rem;
    font-weight: 400;
    height: 3rem;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.8;
    margin: 0px 0px 0px 0px;
    opacity: 1;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 100%;
    max-width: 100%;
	    font-size: max(0.9rem, 11px);
}

h1 {
    text-align: center;
}

.privacy-check-wrap {
    margin: 0 auto;
    margin-top: 1rem;
    text-align: center;
}

 .cform textarea{
	 height: 10rem!important;
 }

.imgattached {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.imgattached input[type=file] {
    display: none !important;
}

.imgattached label {
background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
	    color: #757575;
}


.imgattached label span.error:last-of-type {
    position: absolute;
    top: 5rem;
}

.imgattached label span:nth-child(4) {
	display: none;
}

.imgattached label span.error {
    position: absolute;
    top: 3.2rem;
    left: 0;
}

a.link {
    text-align: center;
    color: #060606;
    font-size: 1rem;
}

a.link.complete{
margin-top: 3rem;
}



a.link:hover{
	opacity: 0.8;
	text-decoration: none;
}

span.mwform-checkbox-field.horizontal-item {
}

.imgattached label .mwform-file-delete {
    display: none;
}

.imgattached__status {
    color: #757575;
}

.imgattached__delete{
    cursor: pointer;
    font-size: max(0.8rem, 10px);
    position: relative;
    left: -0.2rem;
    color: #757575;
	display: block;
	    display: none;
		cursor: pointer;
}

.mw_wp_form .error {
    font-size: max(0.8rem, 10px);
	margin-top: 0.5rem;
}



.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
		        padding: 0;
        padding-top: 1rem;
	}
	.cform{
		padding: 2rem;
		        padding-bottom: 5rem;
        padding-top: 3rem;
	}
	.cform th {
        font-size: 1.4rem;
    width: 100%;
    font-weight: 600;
    display: flex;
    text-align: left;
    align-items: center;
}
.required-srt {
    font-size: 6pt;
    padding: 4px;
}

body.page-template-default.page.page-id-14.page-child.parent-pageid-7 .cform-wrap {
    width: 90%;
}

body.page-template-default.page.page-id-14.page-child.parent-pageid-7 .cform-wrap p {
    text-align: left;
}

}

body.page-template-default.page.page-id-11.page-child.parent-pageid-7 .imgattached label {
    border: 0;
    padding: 0;
}

body.page-template-default.page.page-id-11.page-child.parent-pageid-7 .imgattached span.label-inner {
    display: none;
}

body.page-template-default.page.page-id-11.page-child.parent-pageid-7 .imgattached .imgattached__status {
    display: none;
}

.back-btn input {
    background: #00142c;
    width: 60%;
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: none;
    text-align: center;
    padding: 5px;
    color: #fff;
    transition: all 0.4s ease;
    /* background: #00aeef; */
    border-radius: 40px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    /* color: #333; */
    flex: none;
    font-size: 15px;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    opacity: 1;
    padding: 15px;
    width: 30%;
    max-width: 30%;
    margin: 0 auto;
    margin-top: 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.back-btn:hover{
opacity: 0.8;
}

body.page-template-default.page.page-id-14.page-child.parent-pageid-7 {
    background-color: #f6f6f6;
}

.cform-wrap p {
    margin-top: 3rem;
	    line-height: 1.8;
		    text-align: center;
}

.cform-wrap p span.red {
    color: #ce0000;
    display: block;
    margin-top: 2rem;
}

.submit-btn input {
    background: #00142c;
    width: 60%;
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: none;
    text-align: center;
    padding: 5px;
    color: #fff;
    transition: all 0.4s ease;
    background: #00aeef;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    /* color: #333; */
    flex: none;
    font-size: 15px;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    opacity: 1;
    padding: 15px;
    width: 30%;
    max-width: 30%;
    margin: 0 auto;
    margin-top: 4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
	cursor: pointer;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}