@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@400;500;700&family=Lexend:wght@300;400;500;600;700&family=Roboto:wght@400;700&display=swap');

html {
  font-size: 10px;
  font-family: 'Noto Sans JP','Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'メイリオ', meiryo, sans-serif;
  color: #031020;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
}
figure {
  line-height: 1;
}
figcaption {
  line-height: 1.8;
}
a {
  text-decoration: none;
  transition: .2s;
}
a:hover {
  text-decoration: none;
  opacity: .75;
}
a.underlink {
  color: #083AA4;
  text-decoration: underline;
}
a.underlink:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.text-center {
  text-align: center !important;
}
.text-red {
  color: #CB5366;
}
.sechead-h2 {
  border-bottom: 3px solid #CB5366;
  font-size: 4.8vw;
  font-weight: bold;
  margin-top: 21.33vw;
  margin-bottom: 8vw;
  padding-bottom: 1.07vw;
}
/* btn */
.btnwrap , div.aform-button-area{
  margin: 0 auto;
  text-align: center;
}
.btn ,div.aform-content div.aform-button-area input{
  background: #CB5366;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 5vw 3.2vw;
  text-align: center;
  margin: 0 auto;
  min-width: 68%;
  width: 80%;
}
.btn::after{
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 2em;
  top: calc(50% - 0.25em);
}
a.btn-primary {
  background: #fff;
  border: 1px solid #083AA4;
  color: #083AA4;
  display: inline-block;
  font-weight: bold;
  border-radius: 9999px;
  padding: 3.2vw;
  text-align: center;
  text-decoration: underline;
  margin: 0 auto;
  min-width: 68%;
  width: 100%;
    font-size: 92%;
}
a.btn-primary:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .btn ,div.aform-content div.aform-button-area input{
    width: 100%;
  }
  a.btn-primary {
    font-size: 100%;
  }
}
.secInner p + p {
  margin-top: 5.33vw;
}
@media (min-width: 769px) {
.spVer {
  display: none !important;
}
.sechead-h2 {
  font-size: 20px;
  margin: 100px 0 34px;
  padding-bottom: 8px;
}
/* btn */
.btnwrap , div.aform-button-area{  
}
.btn ,div.aform-content div.aform-button-area input{
  font-size: 15px;
  margin: 0 auto;
  min-width: 280px;
  padding: 14px;
  width: auto;
}
a.btn-primary {
  font-size: 15px;
  margin: 0 auto;
  min-width: 280px;
  padding: 14px 36px;
  width: auto;
}
.secInner p + p  {
  margin-top: 26px;
}
}
@media (max-width: 768px) {
body {
  font-size: 4vw;
}
.pcVer {
  display: none !important;
}
}

/* -------------------------
 footer ------------------------- */
#footerArea {
  background-color: #CB5366;
  margin-top: 32vw;
  padding: 12.33vw 2.67vw;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
#footerArea a{
  color: #fff;
}
#footerArea p{
  font-size: 12px;
}
#footerArea .contentInner {
  text-align: center;
}
.copyright {
  font-size: 2.67vw;
}
@media (max-width: 768px) {
.copyright {
  margin-top: 4vw;
}
}
@media (min-width: 769px) {
#footerArea {
  margin-top: 130px;
  min-width: 1000px;
  padding: 70px 0;
}
#footerArea .contentInner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.copyright {
  font-size: 10px;
  text-align: right;
}
}

/* -------------------------
 pagetop ------------------------- */
#pagetop {
  bottom: 20px;
  position: fixed;
  right: 10px;
  z-index: 999;
  width: 12.8vw;
  height: 12.8vw;
}
#pagetop a{display: block;}
@media (min-width: 769px) {
#pagetop {
  right: 20px;
  width: 50px;
  height: 50px;
}
}

/* -------------------------
 mainhead ------------------------- */
.mainhead {
  background: #CB5366;
  margin: 0 auto 5.33vw;
  padding: 9.93vw 2.67vw;
  position: relative;
  text-align: center;
  color: #fff;
}
.mainhead h1 {
  font-size: 7.77vw;
  line-height: 1.4;
}
.mainhead h1 small {
  display: block;
  font-size: 50%;
}
/* -------------------------
 subhead ------------------------- */
.subhead{
  background: #F6F3F1;
  margin: -5.33vw auto 5.33vw;
  position: relative;
}
.subhead p{
  text-align: center;
  font-weight: bold;
  font-size: 6.27vw;
  padding: 9.93vw 2.67vw;
}
.mainNote p{
  margin-top: 0.3em;
}
.mainNote + .btnwrap{
  margin-top: 4em;
}
.breadcrumbs {
  text-align: left;
  padding: 0 1em;
}
.breadcrumbs a {
  color: #083AA4;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.breadcrumbs li{
  font-size: 3.2vw;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.breadcrumbs li:not(:last-of-type){
  padding-right: 1.8em;
}
.breadcrumbs li:not(:last-of-type):after {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
  content: '';
	height: 6px;
  position: absolute;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
  top: calc(50% - 2px);
	width: 6px;
  right: 0.8em;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
.mainhead {
  min-width: 1000px;
  margin: 0 auto 60px;
  padding: 50px;
}
.mainhead h1 {
  font-size: 48px;
}
.subhead {
  min-width: 1000px;
  margin: -60px auto 60px;
}
.subhead p{
  padding: 50px;
  font-size: 36px;
}
.mainNote{
  text-align: center;
}
.mainNote p{
  margin-top: 0;
}
.breadcrumbs {
  position: absolute;
  top: 1em;
}
.breadcrumbs li {
  font-size: 16px;
}
}

/* -------------------------
 mainArea ------------------------- */
.mainArea {
  width: 100%;
}
.contentInner {
  padding: 0 4vw;
}
@media (min-width: 769px) {
.contentInner {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
}

.notebox {
  border: solid 3px #D1AF35;
  margin: 5.33vw 4vw 10vw;
  padding: 4vw 2.67vw;
  border-radius: 2em;
}
.notebox dl {
  font-size: 3.67vw;
  margin: 0 auto;
}
.notebox dl dt {
  font-weight: bold;
  display: block;
}
.notebox dl dt::before{
  content: "・";
}
.notebox dl dd{
  padding-left: 1em;
}
.notebox dl dd:not(:last-of-type){
  margin-bottom: 0.8em;
}
@media (min-width: 769px) {
  .notebox {
    border: solid 4px #D1AF35;
    margin: 60px auto;
    padding: 40px;
    width: 1000px;
  }
  .notebox dl {
    font-size: 15px;
  }
  .notebox dl dt {
    font-weight: bold;
    display: block;
    width: 11em;
    float: left;
  }
  .notebox dl dt:not(:last-of-type){
    margin-bottom: 0;
  }
  .notebox dl dd{
    padding-left: 11.5em;
  }
  .notebox dl dd:not(:last-of-type){
    margin-bottom: 0;
  }
  .notebox dl dd::after{
  content:".";
  clear:both;
  display:block;
  line-height:0;
  height:0;
  visibility:hidden;
  }
}

/* -------------------------
 captionList ------------------------- */
.captionList{
  margin-top: 1.5em;
  font-size: 92%;
}
.captionList li{
  text-indent: -1em;
  padding-left: 1em;
}
.captionList li::before{
  content: "※";
  display: inline-block;
  text-indent: 0;
}

/* -------------------------
 pageNav ------------------------- */
.pageNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21.33vw;
}
.pageNav li {
  height: 17.07vw;
  width: 48.67%;
  margin-bottom: 4vw;
}
.pageNav li a {
  align-items: center;
  background: #fff;
  border: 1px solid #CB5366;
  border-radius: 9999px;
  box-shadow: 0px 3px 10px #0000004D;
  color: #CB5366;
  display: flex;
  font-size: 3.47vw;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  text-align: center;
  width: 100%;
  transition: .2s;
}
.pageNav li a:before,
.pageNav li a:after {
  background-color: #CB5366;
  bottom: 2.67vw;
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  width: 8px;
}
.pageNav li a:before {
  left: calc(50% - 6px);
  transform: rotate(45deg);
}
.pageNav li a:after {
  right: calc(50% - 6px);
  transform: rotate(-45deg);
}
.pageNav li.pageNav_form{
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
}
.pageNav li.pageNav_form a {
  background: #CB5366;
  color: #fff;
}
.pageNav li.pageNav_form a:before,
.pageNav li.pageNav_form a:after {
  background-color: #fff;
  bottom: inherit;
  right: 2.13vw;
}
.pageNav li.pageNav_form a:before {
  left: inherit;
  top: calc(50% - 4px);
}
.pageNav li.pageNav_form a:after {
  bottom: calc(50% - 4px);
}
.pageNav li a:hover {
  opacity: .75;
}
@media (max-width: 768px) {
.pageNav li:nth-child(2n) {
  margin-left: 2.13vw;
}
.pageNav li.pageNav_form a {
  padding-right: 2.67vw;
}
}
@media (min-width: 769px) {
.pageNav {
  margin-bottom: 100px;
}
.pageNav li {
  height: 70px;
  margin-right: 20px;
  width: 320px;
}
.pageNav li:nth-child(3n) {
  margin-right: 0;
}
.pageNav li a {
  font-size: 18px;
  border: 2px solid #CB5366;
}
.pageNav li a[href="#sec01"] {
  letter-spacing: -.02em;
}
.pageNav li a:before,
.pageNav li a:after {
  bottom: 12px;
}
.pageNav li.pageNav_form{
  width: 320px;
  margin-left: 0;
  margin-right: 0;
}
.pageNav li.pageNav_form a:before,
.pageNav li.pageNav_form a:after {
  right: 20px;
}
}

/* -------------------------
 #sec01 ------------------------- */
.courseList{
  list-style: none;
  counter-reset: chapter;
}
.courseList li{
      display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: dotted 2px #A5A5A5;
    padding: 1em 0;
    font-weight: bold;
}
.courseList li::before{
  counter-increment: chapter;
  content:counter(chapter)".";
  width: 1.3em;
  display: inline-block;
}
.courseList li .courseList_date{
  font-size: 92%;
  line-height: 2em;
  padding-right: 0.5em;
}
.courseList li .courseList_tag_kouza{
  width: 4.4rem;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1em;
  font-size: 90%;
  background-color: #e81c7f;
  display: inline-block;
  padding: 0.5em;
  border-radius: 9999px;
}
.courseList li .courseList_tag_jissen{
  width: 4.4rem;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1em;
  font-size: 90%;
  background-color: #d96c7d;
  display: inline-block;
  padding: 0.5em;
  border-radius: 9999px;
}

.courseList li .courseList_ttl{
  width: 100%;
  display: block;
  padding-left: 1em;
}
@media (min-width: 769px) {
  .courseList li{
    border-bottom: dotted 1px #A5A5A5;
  }
  .courseList li .courseList_date{
    width: 11.5em;
  }
  .courseList li .courseList_ttl{
    width: calc(100% - 15em);
  }
}
/* -------------------------
 #sec02 ------------------------- */
.profileBox{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.profileBox .img{
  width: 35vw;
}
.profileBox .img figcaption{
  font-size: 92%;
  margin-top: 1em;
}
.profileTxt{
  width: calc(100% - 40vw);
  font-size: 92%;
}
@media (min-width: 769px) {
  .profileBox .img{
    width: 313px;
  }
  .profileTxt{
    width: calc(100% - 370px);
    font-size:100%;
  }
}
/* -------------------------
 #sec03, #sec04 ------------------------- */
#sec03 .flowlist {
  margin-top: 10.67vw;
}
#sec03 .flowlist li {
  border: 3px solid #ccc;
  margin-bottom: 14.4vw;
  padding: 9.6vw 5.33vw;
  position: relative;
  border-radius: 2em;
}
#sec03 .flowlist li:after {
  border-style: solid;
  border-width: 4.27vw 6.67vw 0 6.67vw;
  border-color: #ccc transparent transparent transparent;  
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 6.67vw);
  bottom: -8.4vw;
}
#sec03 .flowlist li:last-child:after {
  content: none;
}
.flowhead {
  font-size: 4.8vw;
  top: 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: -1em;
}
.flowhead span {
  background: #fff;
  padding: 0 2.13vw;
}
.flowtip {
  background: #FAEEF0;
  border-radius: 18px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.6vw 5.33vw;
}
@media (min-width: 769px) {
#sec03 .flowlist {
  margin-top: 60px;
}
#sec03 .flowlist li {
  margin-bottom: 70px;
  padding: 40px;
}
#sec03 .flowlist li:after {
  border-width: 16px 25px 0 25px;
  bottom: -40px;
  left: calc(50% - 25px);
}
.flowhead {
  font-size: 18px;
}
.flowhead span {
  padding: 0 10px;
}
.flowtip {
  font-size: 15px;
  padding: 8px 20px;
}
#sec04 .btnwrap {
  text-align: left; 
}
}

/* -------------------------
 faqList ------------------------- */
 .faqList{
  line-height: 1.6em;
  border-bottom: solid 1px #B5B5B5;
  padding-bottom: 35px;
}
.faqList dt:not(:first-of-type){
  border-top: solid 1px #B5B5B5;
}
.faqList dt,
.faqList dd{
  position: relative;
  padding: 0 75px 0 90px;
}
.faqList dt{
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 35px;
  padding-top: 35px;
  min-height: 3.2em;
  font-weight: bold;
}
.faqList dt::before,
.faqList dt::after{
  content: "";
  display: block;
  background-color: #CB5366;
  position: absolute;
  transition-property: transform;
  transition: 0.2s linear;
  transform: rotate(0);
  z-index: 2;
  width: 18px;
  height: 3px;
  right: 14px;
  top: 47px;
}
.faqList dt::after{
  transform: rotate(90deg);
}
.faqList dt.open::after{
  transform: rotate(0deg);
}
.faqList dd{
  padding-top: 45px;
}
.faqList dd p:not(:first-of-type){
  margin-top: 1em;
}
.faqList dt .icon,
.faqList dd .icon{
  display: block;
  position: absolute;
  color: #fff;
  font-family: "Lexend", sans-serif;
  text-align: center;
  border-radius: 9999px;
  font-weight: normal;
  left: 12px;
  font-size: 22px;
  line-height: 42px;
  width: 42px;
  height: 42px;
}
.faqList dt .icon{
  background-color: #CB5366;
  top: 28px;
}
.faqList dd .icon{
  background-color: #fff;
  border: 2px solid #CB5366;
  color: #CB5366;
  line-height: 36px;
  top: 36px;
}
@media screen and (max-width: 768px) {
  #faqArea{
    padding: 10.6vw 0 10.67vw;
  }
  .faqList{
    padding-bottom: 7vw;
  }
  .faqList dt,
  .faqList dd{
    padding: 0 14.6vw 0 10.6vw;
  }
  .faqList dt{
    margin-top: 7vw;
    padding-top: 7vw;
  }
  .faqList dt:first-child{
    margin-top: 0;
  }
  .faqList dt::before,
  .faqList dt::after{
    width: 4.8vw;
    height: .8vw;
    right: 2.45vw;
    top: 10.5vw;
  }
  .faqList dd{
    padding-top: 7vw;
  }
  .faqList dt .icon,
  .faqList dd .icon{
    top: 6vw;
    left: 0;
    font-size: 4.2vw;
    line-height: 7.47vw;
    width: 8vw;
    height: 8vw;
  }
}


/* -------------------------
 bg_color ------------------------- */
.bg_color {
  background: #F9F2F5;
  margin-top: 21.33vw;
  padding: 12.8vw 2.67vw;
}
@media (min-width: 769px) {
.bg_color {
  margin-top: 80px;
  padding: 56px 20px;
}
}

/* -------------------------
 #sec05 ------------------------- */
@media (min-width: 769px) {
p {
  font-size: 15px;
}
p.text-large {
  font-size: 16px;
}
}

/* --------------------------------------------------
 form
 -------------------------------------------------- */
/* contact__item */

.contact__item ,div.aform-content dl{
  flex-wrap: wrap;
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
  position: relative;
}
.contact__item dt ,div.aform-content dt{
  align-items: baseline;
  display: flex;
  font-weight: bold;
  flex-wrap: wrap;
}
/* input */
.contact__item input,div.aform-content input, .aform-name ,
textarea{
  border: 1px solid #D9E1E1;
  border-radius: 3px;
  padding: 1.6vw 2.67vw;
  width: 100%;
}
div.aform-content input.aform-name {
  width: 80%;
  margin-left: 8px;
  margin-bottom: 10px;
}
div.aform-content input.aform-upload {
  width: 100%;
}
div.aform-content input.clear_upload {
  display: none;
} 

/* form__selectbox */
.form__selectbox {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form__selectbox__inner , .aform-select{
  border: 1px solid #D9E1E1;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
  padding: 1.6vw 7.2vw 1.6vw 2.67vw;
  position: relative;
  width: 100%;
}
.form__selectbox:after , .aform-select:after{
  content: '';
  width: 0;
  height: 0;
  border-width: 1.6vw 1.6vw 0 1.6vw;
  border-style: solid;
  border-color: #CB5366 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 2.67vw;
  top: calc(50% - .8vw);
}
.form__selectbox.-sm {
  width: 40%;
}
.form__selectbox.-sm .form__selectbox__inner {
  width: 100%;
}
.form__selectbox.-sm span {
  bottom: .5em;
  position: absolute;
  right: -1.2em;
}
.form__selectbox.-md {
  width: 100%;
}
.form__selectbox + .form__selectbox {
  margin-left: 4vw;
}

/* form__radio */
.form__radio {
  display: inline-block;
  width: 49%;
}
.form__radio__inner {
  display: flex;
}
.form__radio__inner input[type=radio],
div.aform-content input.aform-radio {
  display: none;
  position: absolute;
  opacity: 0;
}
input[type=radio]+.form__radio__text,
div.aform-content input.aform-radio + label {
  padding-left: 2em;
  position: relative;
}
input[type=radio]+.form__radio__text::before,
div.aform-content input.aform-radio + label::before {
  background: #fff;
  border: 1px solid #D9E1E1;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  display: inline-block;
  left: 0;
  margin-right: .25em;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all .25s ease;
  transform: translateY(-50%);
  vertical-align: top;
  width: 1.4em;
  height: 1.4em;
}
input[type=radio]:checked+.form__radio__text::after,
div.aform-content input.aform-radio:checked + label::after {
  background: #CB5366;
  border-radius: 50%;
  content: '';
  cursor: pointer;
  display: inline-block;
  left: .35em;
  margin-right: .25em;
  position: absolute;
  text-align: center;
  transition: all .25s ease;
  transform: translateY(-50%);
  top: 50%;
  vertical-align: top;
  width: .75em;
  height: .75em;
}

div.aform-content input.aform-radio {
  width: auto;
}
div.aform-content ul.aform-radio-ul {
  display: flex;
}
div.aform-content ul.aform-radio-ul li {
  margin-right: 20px;
}

/* form__check */
.form__check input[type=checkbox],
.form__check input[type=checkbox].aform-checkbox {
  display: none;
  height: 0;
  width: 0;
}
.form__check input[type=checkbox].aform-checkbox.error:before {
  content: none !important;
}
/* .form__check input[type=checkbox].aform-checkbox {
  display: inline;
  height: auto;
  width: auto;
} */
.form__check input[type=checkbox].aform-checkbox+label {
  align-items: center;
  display: flex;
  position: relative;
}

div.aform-content ul.aform-checkbox-ul.aform-vertical-ul li label {
  align-items: center;
  display: inline;
  position: relative;
}
div.aform-content input.aform-checkbox {
  width: auto;
}


.form__check__inner input[type=checkbox]+label:before,
.form__check input[type=checkbox].aform-checkbox:before {
  align-items: center;
  border: 1px solid #D9E1E1;
  content: '';
  cursor: pointer;
  display: inline-block;
  justify-content: center;
  margin-right: .5em;
  margin-bottom: -5px;
  width: 1.5em;
  height: 1.5em;
}
.form__check__inner input[type=checkbox]:checked+label:after,
.form__check input[type=checkbox].aform-checkbox:checked+label:after {
  border-right: 3px solid #CB5366;
  border-bottom: 3px solid #CB5366;
  content: '';
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: 0 100%;
  left: .3em;
  width: 2.13vw;
  height: 2.67vw;
}

/* file btn */
.contact__item-inner {
  display: flex;
}
.contact__item-inner .btnwrap {
  margin: 0 0 0 4vw;
  width: 40vw;
}
.contact__item-inner .btnwrap .btn-file {
  background: #CB5366;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 2.67vw;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
#formArea .sechead-h2 {
  margin-bottom: 0;
}
.contact__item dt,
.contact__item dd,
div.aform-content dt,
div.aform-content dd {
  width: 100%;
}
.contact__item dd + dt ,
div.aform-content dd + dt{
  margin-top: 3.13vw;
}
.contact__item .contact__item__head {
  width: calc(100% - 11vw);
}
.contact__item__wrap {
  margin-top: 2.67vw;
}
/* form__selectbox */
.form__selectbox.-md {
  margin-left: 0 !important;
}
/* file btn */
.contact__item-inner {
  align-items: baseline;
  margin-top: 2.67vw;
}
}
@media (min-width: 769px) {
.contact__item ,div.aform-content dl{
  display: flex;
}
.contact__item dt ,div.aform-content dt{
  padding-right: 20px;
  width: 440px;
}
.contact__item dd ,div.aform-content dd{
  width: 560px;
  padding-right: 20px;
}
.contact__item.-lg dt {
  width: 700px;
}
.contact__item.-lg dd {
  width: 300px;
}
/* input */
.contact__item input ,div.aform-content input{
  padding: 8px 10px;
}
/* form__selectbox */
.form__selectbox__inner , .aform-select{
  padding: 8px 30px 8px 10px;
}
.form__selectbox:after , .aform-select:after{
  border-width: 6px 6px 0 6px;
  right: 10px;
  top: calc(50% - 3px);
}
.form__selectbox.-sm {
  width: 20%;
}
.form__selectbox.-md {
  width: 45%;
}
.form__selectbox + .form__selectbox {
  margin-left: 37px;
}

/* form__check */
.form__check__inner input[type=checkbox]:checked+label:after,
.form__check input[type=checkbox].aform-checkbox:checked+label:after {
  border-right: 3px solid #CB5366;
  border-bottom: 3px solid #CB5366;
  width: 8px;
  height: 10px;
}
.form__check__inner input[type=checkbox]+label:before,
.form__check input[type=checkbox].aform-checkbox+label:before {
  margin-bottom: -5px;
}

/* file btn */
.contact__item-inner .btnwrap {
  margin: 0 0 0 20px;
  width: 180px;
}
.contact__item-inner .btnwrap .btn-file {
  font-size: 14px;
  padding: 10px;
}
}

/* contact__item__label */
.contact__item__label , .aform-required{
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 2.67vw;
  line-height: 1;
  margin-right: 2.13vw;
  padding: 1.6vw;
}
.-required .contact__item__label , .aform-required{
  background: #CB5366;
}
.-any .contact__item__label , .aform-no-required{
  background: #999;
}
@media (min-width: 769px) {
.contact__item__label , .aform-required{
  font-size: 11px;
  margin-right: 20px;
  padding: 4px 10px;
}
}

/* error */
#formArea .error,
.contact_note , .aform-input-example{
  color: #CB5366;
  display: inline-block;
}
.aform-input-example{
  font-weight: bold;
}
@media (min-width: 769px) {
.contact_note , .aform-input-example {
  position: absolute;
  top: 2.5em;
  left: 62px;
  width: 340px;
}
}

#formArea .error {
  margin-top: 5px;
  /*width: 100%;*/
}

/* contactInfomation */
.contactInfomation {
  margin-top: 26.67vw;
}
.contactInfomation-head {
  font-size: 3.73vw;
}
.contactInfomation-read {
  margin-top: 3.73vw;
}
.contactInfomation-wrap {
  border: 1px solid #ccc;
  height: 37.33vw;
  margin: 4vw auto 10.67vw;
  overflow-y: scroll;
  padding: 3.2vw;
}
.contactInfomation-wrap p {
  font-size: 3.2vw;
}
.contactInfomation .form__check {
  text-align: center;
}
.contactInfomation .form__check__inner {
  display: inline-block;
  position: relative;
}
#formArea .formbtn ,div.aform-content div.aform-button-area input{
  margin-top: 10.67vw;
}
.graybtn ,div.aform-content div.aform-button-area input.graybtn{
  background: #555;
}
@media (max-width: 768px) {
.graybtn,
.formbtn,div.aform-content div.aform-button-area input,
#formThanksArea .btn-primary {
  width: 68vw;
}
#formConfirmArea .graybtn {
  margin-top: 10.67vw;
}
#formConfirmArea .formbtn ,div.aform-content div.aform-button-area input{
  margin-top: 5.33vw;
}
}
@media (min-width: 769px) {
.contactInfomation {
  margin-top: 80px;
}
.contactInfomation-head {
  font-size: 15px;
}
.contactInfomation-read {
  margin-top: 15px;
}
.contactInfomation-wrap {
  height: 120px;
  margin: 25px auto 60px;
  padding: 20px 40px 5px;
}
.contactInfomation-wrap p {
  font-size: 13px;
}
.formbtn ,div.aform-content div.aform-button-area input{
  margin-top: 50px;
}
#formConfirmArea .btnwrap .btn + .btn {
  margin-left: 40px;
}
}

/* --------------------------------------------------
 confirm
 -------------------------------------------------- */
#formConfirmArea .form__selectbox:after , .aform-select:after{
  content: none;
}

/* form__selectbox */
.form__selectbox.-sm {
  width: auto;
}
.form__selectbox.-sm span {
  bottom: 0;
}
@media (min-width: 769px) {
#formConfirmArea .contact__item {
  padding: 24px 0;
}
.contact__item dd +dt.-required {
  padding-left: 60px;
}
}


/* --------------------------------------------------
 thanks
 -------------------------------------------------- */
.box-danger {
  border: 1px solid #CB5366;
  font-size: 3.2vw;
  margin: 5.33vw auto 8vw;
  padding: 4vw;
}
#formThanksArea .btnwrap {
  margin-top: 8vw;
}
.box-licence {
  margin-bottom: 12vw;
}

@media (min-width: 769px) {
.box-danger {
  font-size: 13px;
  margin: 36px auto 46px;
  padding: 15px 32px;
}
#formThanksArea .btnwrap {
  margin-top: 60px;
}
.box-licence {
  margin-bottom: 50px;
}
}