@charset "UTF-8";abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;line-height:1.6}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}nav ul{list-style:none}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}q:after,q:before{content:''}embed,object{vertical-align:top}hr,legend{display:none}h1,h2,h3,h4,h5,h6{font-size:100%}abbr,acronym,fieldset,img{border:0}ol,ul{list-style-type:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0;vertical-align:top}address{font-style:normal}caption,td,th{font-weight:400;text-align:left}a:focus{outline:thin dotted}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}ins{background:#fff9c0;text-decoration:none}hr{border:0;height:1px;border-bottom:1px solid #ccc}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}button{border:0;background:0 0;display:block;cursor:pointer}input,textarea{-webkit-box-sizing:border-box;box-sizing:border-box}sup{top:-.5em}sub{bottom:-.25em}small{font-size:smaller}a,button{text-decoration:none;opacity:1}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{word-break:break-all}img{border:0;margin:0;padding:0;border:0;vertical-align:middle;-ms-interpolation-mode:bicubic;max-width:100%;height:auto}a{text-decoration:none}a:link{text-decoration:none;color:inherit}a:hover{text-decoration:none;color:inherit}a,a:focus{outline:0}button,input,input:focus{outline:0}button::-moz-focus-inner,input::-moz-focus-inner{border:none}label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form__select{overflow:hidden;width:100%;position:relative;border:1px solid #bbb;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form__select::before{position:absolute;top:auto;right:.9em;width:auto;height:auto;padding:auto;content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1073a8;pointer-events:none}.form__select .select{width:100%;cursor:pointer;text-indent:.01px;text-overflow:ellipsis;border:none;outline:0;background:0 0;background-image:none;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:15px 38px 15px 18px;color:#666}.form__select .select::-ms-expand{display:none}.form__input{width:100%;background:#fff;border:1px solid #ccc;height:41px;font-size:15px;letter-spacing:.05em;padding:0 1em}.form__textarea{width:100%;background:#fff;border:1px solid #ccc;resize:vertical;min-height:160px;font-size:15px;letter-spacing:.05em;padding:20px 1em}.form__input,.form__textarea{-webkit-transition:all .3s ease;transition:all .3s ease}.form__input:focus,.form__textarea:focus{border-color:#1073a8;background:#fff;outline:0}.form__checkbox:checked,.form__checkbox:not(:checked){position:absolute;left:-9999px}label{display:inline-block}.form__checkbox:checked+.form__checkLabel,.form__checkbox:not(:checked)+.form__checkLabel{position:relative;padding-left:1.95em;cursor:pointer}.form__checkbox:checked+.form__checkLabel:before,.form__checkbox:not(:checked)+.form__checkLabel:before{content:'';position:absolute;left:0;top:0;width:1.25em;height:1.25em;border:2px solid #ccc;background:#fff;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.form__checkbox:checked+.form__checkLabel:after,.form__checkbox:not(:checked)+.form__checkLabel:after{content:'\2713\0020';position:absolute;top:.15em;left:.22em;font-size:1.3em;line-height:.8;color:#1073a8;-webkit-transition:all .2s;transition:all .2s;font-family:'Lucida Sans Unicode','Arial Unicode MS',Arial}.form__checkbox:not(:checked)+.form__checkLabel:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.form__checkbox:checked+.form__checkLabel:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.form__checkbox:disabled:checked+.form__checkLabel:before,.form__checkbox:disabled:not(:checked)+.form__checkLabel:before{-webkit-box-shadow:none;box-shadow:none;border-color:#bbb;background-color:#ddd}.form__checkbox:disabled:checked+.form__checkLabel:after{color:#999}.form__checkbox:disabled+.form__checkLabel{color:#aaa}.form__checkLabel+.form__checkbox+.form__checkLabel{margin-left:20px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.form__checkLabel+.form__checkbox+.form__checkLabel{margin-top:10px}}.form__radioBox+.form__radioBox{margin-top:16px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.form__radioBox+.form__radioBox{margin-top:34px}}.form__radio{display:none}.form__radioLabel{position:relative;padding:0 20px 0 26px;cursor:pointer;display:inline-block}.form__radioLabel a{text-decoration:underline;color:#1073a8}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.form__radioLabel{padding-right:10px}}.form__radioLabel:after{position:absolute;content:"";display:block;top:50%;border-radius:50%}.form__radioLabel:after{left:0;margin-top:-10px;width:7px;height:7px;border:6px solid #ccc;-webkit-transition:border .3s ease;transition:border .3s ease}.form__radio:checked+.form__radioLabel:after{border-color:#1073a8;-webkit-box-shadow:0 0 4px #d6d6d6;box-shadow:0 0 4px #d6d6d6}.flow__inner{width:1200px;max-width:92%;margin:100px auto 0}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.flow__inner{width:92%;max-width:100%;margin:25px auto 0}}.flow__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.flow__list::before{content:'';display:inline-block;width:100%;height:1px;background-color:#777;position:absolute;left:0;top:auto;right:auto;bottom:auto;z-index:-1}.flow__listItem{width:100px;height:100px;background-color:#000;color:#fff;font-size:17px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:50%}.flow__listItem--active{background-color:#c30b0b}.form__inner{width:1200px;max-width:92%;margin:100px auto 100px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.form__inner{width:92%;max-width:100%;margin:25px auto 50px}}.privacy__box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:60px}.loaderItem{display:none;width:100%;height:100%;position:fixed;left:0;top:0;bottom:auto;right:auto;z-index:9999}.loaderBox{width:100%;height:100%;background-color:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9999}.loader,.loader:after{border-radius:50%;width:10em;height:10em}.loader{margin:auto;font-size:10px;position:relative;text-indent:-9999em;border-top:2px solid rgba(255,255,255,.2);border-right:2px solid rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.2);border-left:2px solid #b1b1b1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.form__input+.form__input{margin-top:20px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.form__input+.form__input{margin-top:15px}}.hissu{color:#fff;font-size:11px;width:42px;height:22px;line-height:22px;display:inline-block;text-align:center;margin-right:12px;margin-left:20px;margin:auto;position:absolute;top:0;bottom:0;right:0;background:#bf1e1e}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.hissu{right:15px}}.borderRed{border:solid 1px red}.errorMessage{display:none;position:fixed;left:0;bottom:0;width:100%;z-index:5;padding:15px;text-align:center;background-color:#fff5f5;color:#e1536a}.form__submitBox{margin-top:70px}.form__link{margin:auto;height:75px;width:600px;max-width:100%;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease;font-size:18px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff!important;background-color:#1073a8;border:solid 1px #1073a8}.form__link:hover{color:#1073a8!important;background-color:#fff}.form__link--back{border:solid 1px #000;background-color:#000;margin-top:30px}.form__link--back:hover{color:#000!important;background-color:#fff}.thanks__inner{width:790px;max-width:92%;margin:0 auto 0;background-color:#fff;padding:30px 50px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.thanks__inner{width:92%;max-width:100%;padding:30px 20px 30px}}.thanks__text{font-size:14px;line-height:2.1;text-align:center}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.thanks__text{text-align:left}}.thanks__submitBox{margin:25px 0 0 0;text-align:center}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.thanks__submitBox{margin-top:40px}}.thanks__submitBox .form__link{height:47px;font-size:14px}.check__inner{width:92%;max-width:900px;margin:60px auto 60px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.check__inner{max-width:100%}}.check__table{width:100%;margin-top:35px;border-top:1px solid #d3d4d3;border-left:1px solid #d3d4d3;border-right:1px solid #d3d4d3;text-align:left}.check__table tr{border-bottom:1px solid #d3d4d3}.check__table th{background-color:#f0f1f0}.check__table td,.check__table th{padding:20px;vertical-align:middle}.check__ifArrayText{margin-top:8px}.check__ifArrayText+.check__ifArrayText{margin-top:4px}.form__fileBox{padding:10px 20px;border:1px solid #ccc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.form__fileBox{padding:5px 10px}}.form__fileBox label{width:60px;font-size:14px;padding:8px 0;text-align:center;font-weight:700;line-height:1em;color:#fff;background-color:#1073a8;cursor:pointer}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.form__fileBox label{font-size:12px;padding:5px 0}}input[type=file]{display:none}.file__text01,.file__text02,.file__text03{font-size:16px;color:#000;margin-left:20px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.file__text01,.file__text02,.file__text03{font-size:12px}}.file__description{padding:10px;border-radius:10px;background-color:#fafafa;margin-top:18px}@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){.file__description{font-size:13px;line-height:2}}.form__list{list-style-type:none}.form__listItem{position:relative}.form__listItem+.form__listItem{margin-top:30px}.form__listLabel{position:relative}.form__listInputBox{margin-top:10px}

/* プライバシーポリシー用の追加スタイル */
/* 既存CSSを拡張・調整 */

/* プライバシーポリシーセクション */
.privacy__section {
  margin: 40px 0;
  border: 1px solid #d3d4d3;
  background-color: #f9f9f9;
  border-radius: 3px;
  padding: 20px;
  position: relative;
}

/* タイトル */
.privacy__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
}

/* コンテンツエリア */
.privacy__content {
  margin-bottom: 10px;
}

/* スクロールするボックス */
.privacy__scrollBox {
  max-height: 250px;
  overflow-y: auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d3d4d3;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.8;
}

/* スクロールバーのカスタマイズ */
.privacy__scrollBox::-webkit-scrollbar {
  width: 8px;
}

.privacy__scrollBox::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.privacy__scrollBox::-webkit-scrollbar-thumb {
  background: #1073a8;
  border-radius: 4px;
}

/* 見出し */
.privacy__scrollBox h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #1073a8;
}

.privacy__scrollBox h4:first-child {
  margin-top: 0;
}

/* 段落 */
.privacy__scrollBox p {
  margin-bottom: 15px;
}

/* リスト */
.privacy__scrollBox ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style-type: disc;
}

.privacy__scrollBox li {
  margin-bottom: 8px;
}

/* 住所 */
.privacy__scrollBox address {
  font-style: normal;
  margin-top: 15px;
  padding: 15px;
  background-color: #f5f5f5;
  border-left: 3px solid #1073a8;
}

/* 同意ボックス - 既存の.privacy__boxクラスを拡張 */
.privacy__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
  font-weight: 700;
}

/* レスポンシブ対応 */
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .privacy__section {
    padding: 15px;
    margin: 30px 0;
  }
  
  .privacy__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .privacy__scrollBox {
    padding: 15px;
    max-height: 200px;
    font-size: 13px;
    line-height: 1.6;
  }
  
  .privacy__scrollBox h4 {
    font-size: 14px;
    margin: 15px 0 8px;
  }
  
  .privacy__scrollBox address {
    padding: 10px;
    font-size: 12px;
  }
}