@charset "UTF-8";
fieldset, img {
  border: 0
}
a, a:hover {
  color: #333
}
.modCms.modCmsImage a:hover, 
a:hover, button:hover {
  opacity: .8
}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
address, em {
  font-style: normal
}
strong, th {
  font-weight: 400
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}
th {
  text-align: left
}
hr, legend {
  display: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto
}
li {
  list-style-type: none
}
button, 
input[type=submit], 
label, 
select {
  cursor: pointer
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
*, :after, :before {
  box-sizing: border-box
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
html {
  font-size: 62.5%
}
body {
  background-color: #F7F7F7;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word
}
body>div,
button,
input,
select,
textarea {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  line-height: 1;
}
input,
select,
textarea {
  background-color: #F9F9F9;
  border: 1px solid #D3D2D3;
  font-weight: 500;
  border-radius: 3px;
}

textarea {
  height: 200px
}
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  padding: 14px 10px;
  border-radius: 5px;
  border: 1px solid #aaa
}
input[type=text].error,
input[type=password].error,
input[type=email].error,
select.error,
textarea.error {
  background-color: #fff2f2;
  border: 2px solid #EA5541
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: #2563eb;
  border-color: #DEDDDE;
  margin-right: 8px;
  height: 17px;
  width: 17px;
  vertical-align: -3px;
}

input[type="checkbox"] {
  margin-right: 6px;
}

#contents,
#wrapper {
  /* background-color: #F7F7F7 */
}
#contents {
  /* padding: 40px 0 */
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 970px
}
@media only screen and (min-width:1200px) {
  .container {
    max-width: 1170px
  }
}
.modSpOnly {
  display: none
}
@media only screen and (max-width:768px) {
  textarea {
    height: 100px
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 750px
  }
  .modPcOnly {
    display: none
  }
  .modSpOnly {
    display: block
  }
}
.modTitle01 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 10px
}
.modNavPagination ul {
  text-align: center
}
.modNavPagination ul li {
  display: inline-block;
  margin: 2px
}
@media only screen and (max-width:600px) {
  .modNavPagination ul li {
    display: none
  }
  .modNavPagination ul li.active,
  .modNavPagination ul li:first-child,
  .modNavPagination ul li:last-child {
    display: inline-block
  }
}
.modNavPagination ul li.active {
  background-color: #dbfaf4;
  color: #148f77
}
.modNavPagination ul li.disabled {
  background-color: #EEE;
  color: #CCC
}
.modNavPagination ul li a,
.modNavPagination ul li.active,
.modNavPagination ul li.disabled {
  padding: 8px 13px;
  border-radius: 3px
}
.modNavPagination ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background-color: #1ABC9C
}
.mod_btn01>a, .mod_btn01>input,
.mod_btn02>a, ul.modListNormal li:before {
  display: inline-block;
  text-align: center
}
.mod_btn01>a, .mod_btn01>input {
  min-width: 280px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
  text-decoration: none;
  color: #333
}
.mod_btn01>a.mod_btn01_color_blue,
.mod_btn01>input.mod_btn01_color_blue {
  background-color: #171717;
  color: #FFF;
}

.mod_btn01>a.mod_btn01_color_blue:hover,
.mod_btn01>input.mod_btn01_color_blue:hover {
  background-color: #333
}
.mod_btn01>a.mod_btn01_color_gray,
.mod_btn01>input.mod_btn01_color_gray {
  background-color: #EFEFEF;
}
.mod_btn01>a.mod_btn01_color_gray:hover,
.mod_btn01>input.mod_btn01_color_gray:hover {
  background-color: #CCC
}
.mod_btn01>a.mod_btn01_color_orange,
.mod_btn01>input.mod_btn01_color_orange {
  background-color: #FCA000;
  border-bottom: solid #c98000 5px;
  color: #FFF
}
.mod_btn01>a.mod_btn01_color_orange:hover,
.mod_btn01>input.mod_btn01_color_orange:hover {
  background-color: #ffb330
}
.mod_btn01>a.mod_btn01_color_green,
.mod_btn01>input.mod_btn01_color_green {
  background-color: #1ABC9C;
  border-bottom: solid #148f77 5px;
  color: #FFF
}
.mod_btn01>a.mod_btn01_color_green:hover,
.mod_btn01>input.mod_btn01_color_green:hover {
  background-color: #28e1bd
}
.mod_btn01>input {
  border: none
}
.mod_btn01_center {
  text-align: center
}
.mod_btn02>a {
  padding: 10px;
  border: 1px solid #666;
  min-width: 280px
}
.mod_btn02>a:hover {
  text-decoration: none
}
.modListNormal {
  margin: 0 0 0 2em
}
ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  width: 2em
}
ol.modListNormal li {
  list-style: decimal
}
.modListIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em
}
.modListIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em
}
.modDlForm {
  margin: 0 0 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
.modDlForm dd,
.modDlForm dt {
  border-bottom: solid 1px #D3D2D3;
}
.modDlForm dt {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
  max-width: 270px;
  width: 30%;
  padding: 52px 0 49px 44px;
  position: relative
}

@media only screen and (max-width:768px) {
  .modDlForm dd,
  .modDlForm dt {
    border-bottom: none
  }
  .modDlForm dt {
    width: 100%;
    padding: 25px 0 0 48px
  }
}
.modDlForm dt.any:before,
.modDlForm dt.required:before {
  position: absolute;
  left: 0;
  top: 52px;
  color: #FFF;
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 7px
}
.modDlForm dd,
.modDlForm dd .parts {
  /* padding: 10px 0 */
}
.modDlForm dt.required:before {
  content: "必須";
  background: #C10B0B;
}
.modDlForm dt.any:before {
  background: #999;
  content: "任意"
}
.modDlForm dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0;
  width: 70%;
}
@media only screen and (max-width:768px) {
  .modDlForm dt.any:before, 
  .modDlForm dt.required:before {
    top: 24px
  }
  .modDlForm dd {
    border-bottom: 1px solid #D3D2D3;
    padding: 10px 0 25px;
    width: 100%;
  }
}
.modDlForm dd .parts input[type=text],
.modDlForm dd .parts input[type=email],
.modDlForm dd .parts textarea {
  width: 100%
}
.modDlForm dd .parts.check>label,
.modDlForm dd .parts.radio>label {
  display: block
}
.modDlForm dd .parts.check_inline>label,
.modDlForm dd .parts.radio_inline>label {
  display: inline-block
}
.modDlForm dd .parts.name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.modDlForm dd .parts.name>div {
  width: 48.5%
}
.modDlForm dd .parts.post, 
.modDlForm dd .parts.tel {
  display: -ms-flexbox;
  display: flex
}
.modDlForm dd .parts.post .hyphen,
.modDlForm dd .parts.tel .hyphen {
  padding: 10px 10px 0
}
.modDlForm dd .parts.password input {
  width: 100%;
  max-width: 300px
}
@media only screen and (max-width:600px) {
  .modDlForm dd .parts.post .hyphen,
  .modDlForm dd .parts.tel .hyphen {
    padding: 10px 5px 0
  }
  .modDlForm dd .parts.password input {
    max-width: none
  }
}
.modDlForm dd .parts.password .text {
  padding: 10px 0
}
.modDlForm dd .parts a {
  text-decoration: underline!important
}
.modDlForm .validationError {
  color: #EA5541
}
.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .8)
}
.modLoading i {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em
}
.modCms {
  margin-bottom: 20px
}
.modCms.modCmsImage .caption {
  text-align: center;
  color: #959595;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0
}
.modCms.modCmsYoutube {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}
@media only screen and (max-width:768px) {
  .modCms.modCmsYoutube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
  }
  .modCms.modCmsYoutube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
  }
}
.modCms.modCmsWysiwyg p,
.modCms.modCmsWysiwyg strong {
  padding: 10px 0
}
.modCms.modCmsWysiwyg ol, 
.modCms.modCmsWysiwyg ul {
  margin: 10px 0 10px 1.5em
}
.modCms.modCmsWysiwyg ul li {
  list-style: disc
}
.modCms.modCmsWysiwyg ol li {
  list-style: decimal
}
.modCms.modCmsWysiwyg strong,
.modCms.modCmsWysiwyg th {
  font-weight: 700
}
.modCms.modCmsWysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.modCms.modCmsWysiwyg img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
.modCms.modCmsWysiwyg img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
.modCms.modCmsWysiwyg .alignright {
  float: right
}
.modCms.modCmsWysiwyg .alignleft {
  float: left
}
.secureform-attention {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #F36;
  text-align: center;
  padding: 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.myEntryBlock {
  background-color: #F7F7F7;
  padding-bottom: 80px;
  width: 100%;
}

.myEntryBlock__header {
  margin-bottom: 80px;
  position: relative;
}
.myEntryBlock__header-bg {
  height: 360px;
  position: relative;
}

.myEntryBlock__header-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.myEntryBlock__header-logo {
  padding-bottom: 25px;
  position: relative;
}
.myEntryBlock__header-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.myEntryBlock__header-logo::after {
  background-color: white;
  content: "";
  display: block;
  height: 1px;
  width: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.myEntryBlock__header .modTitle01 {
  color: white;
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin-top: 25px;
}

.myEntryBlock__body {
  background-color: white;
  padding: 60px 80px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  line-height:1.4;
}

.myEntryBlock__title {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}

.myEntryBlock__input-file {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.7px;
}

.myEntryBlock__radio {
  display: flex;
  align-items: center;
  gap: 40px;
}

.myEntryBlock__notes {
  color: #5D5D5D;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  margin-top: 12px;
}

/*.myEntryBlock__agree {
  text-align: center;
  margin-bottom: 32px;
}

.myEntryBlock__agree a {
  text-decoration: underline;
}*/
.myEntryBlock__agree .link{
  display:inline;
  margin:10px 0 10px;
}
@media only screen and (max-width:768px) {
.myEntryBlock__agree .link{
  display:block;
  margin:10px 0 10px 20px;
}

	

	
	
.myEntryBlock__submit {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.myEntryBlock__submit input[type="submit"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M5.25 4.76318L-4.48616e-07 9.52632L-3.22092e-08 4.36395e-05L5.25 4.76318Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 6px 10px;
  background-color: black;
  border: none;
  color: white;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.98px;  
  padding: 19px 24px;
  max-width: 316px;
  width: 100%;
}

.myEntryBlock__submit input[type="submit"]:hover {
  opacity: .7;
}

@media only screen and (max-width:768px) {
  .myEntryBlock__header {
    margin-bottom: 50px;
  }
  .myEntryBlock__header-bg {
    height: 220px;
  }
  .myEntryBlock__header-logo {
    padding-bottom: 15px;
  }
  .myEntryBlock__header .modTitle01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 15px;
  }
  .myEntryBlock__body {
    padding: 30px 16px;
  }
  .myEntryBlock {
    padding-bottom: 50px;
  }
}
.mod_btn01 input + input{
  margin:20px 0 0 20px;
  margin:20px 0 0 0;
}
@media only screen and (max-width:768px) {
  .mod_btn01 input + input{
    margin:20px 0 0 0;
  }
}
@media only screen and (max-width:768px) {
.myEntryBlock-comp .mod_btn01>a {
  min-width: auto;
}
}
