
@charset "UTF-8";
/*===========================================================
＊ Reset / Normalize
===========================================================*/
/* html5doctor.com Reset Stylesheet v1.6.1 */html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing: border-box;}body {line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}nav ul {list-style:none;}blockquote,q {quotes:none;}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}/* change colours to suit your needs */ins {background-color:#ff9;color:#000;text-decoration:none;}/* change colours to suit your needs */mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del {text-decoration: line-through;}abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help;}table {border-collapse:collapse;border-spacing:0;}/* change border colour to suit your needs */hr {display:block;height:1px;border:0;  border-top:1px solid #cccccc;margin:1em 0;padding:0;}input,select {vertical-align:middle;}input:focus,button:focus,textarea:focus {outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}

/*! normalize.css v8.0.0 | MIT License */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/*===========================================================
＊ Common
===========================================================*/
html {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

textarea:focus {
  background-color: ivory;
}

input, button {
  -webkit-appearance: none;
}
h1,ul {
  margin: 0;
}

/*===========================================================
＊ Layout
===========================================================*/
body {
  color: #333;
  line-height: 1.5;
  background-color: #fffdf1;
}

body > section.wrapper {
  min-height: 100vh;
  max-width: 960px;
  /*background-color: #FFF;*/
  margin: 0 auto;
  padding: 0 0;
  /* box-shadow: 0px 0px 10px -5px #999; */
  position: relative;
}

/* body > section > header .logo {
  width: 192px;
  padding: 24px 0 18px 24px;
} */

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 0;
}

.header-logo__left {
    max-width: 320px;
    width: 42.6666vw;
}

.header-logo__right {
    max-width: 216px;
    width: 28.3333vw;
}

a {
    background-color: transparent;
}

/* body > section > header .logo a {
  display: block;
  height: 78px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  text-indent: -9999px;
  background-image: url(../images/logo.png);
} */
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    position: relative;
    word-wrap: break-word;
    background-color: #DDF3FC;
}

body > section.wrapper h1 {
  font-size: 2em;
  color: #ff54d1;;
  /*background-color: #fff;*/
  text-align: left;
  margin: 0;
  padding: 1em 24px;
  text-align: center;
}

body > section.wrapper h1 span{
  display: inline-block;
  white-space: nowrap;
}

body > section.wrapper h2 {
  color: #333;
  margin-bottom: 30px;
  padding: 8px;
  font-size: 1.3em;
  border-bottom: 1px solid #333;
}

body > section.wrapper h3 {
  color: #6b6b6b;
  margin: 0 30px 20px;
  font-size: 1.4em;
}

.bg-wrap {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 40%);
    background-color: #fff;
}

body > section.wrapper p {
  /* color: #333; */
  margin-bottom: 1em;
  padding: 0 10px;
}

body > section.wrapper > .contents {
  padding: 25px 25px;
}

body > section.wrapper > .contents > .annotation {
  margin: 0 30px 30px;
}

/*

body > section > footer {
  background-color: #AAA;
  color: #FFF;
  font-size: 12px;
  max-width: 1000px;
  height: 32px;
  margin: -32px auto 0 auto;
  padding: 10px 25px;
  text-align: center;
  box-shadow: 0px 0px 10px -5px #999;
}
*/

.sub_title,.sub_desc{
	font-size:17px;
	color: #a77257;	
}

.main_title{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝";
    color: #814c30;
}

.now_app{
	display:inline-block;
	margin-top:18px;
}

.contents {
  padding: 0 50px 100px 50px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 25px 5% 100px;
  }
}
.comments, .apply{
	background-color: white;
    padding: 30px 23px;
    color: #323154;
    border-radius: 14px;
    font-size:18px;
}

.guest, .sera{
	width: 683px;
    margin: 45px auto;
}

.guest h4, .sera h4{
	margin-bottom:10px;
	font-size:22px;
	color: #b2612c;
}

.apply p{
	margin: 25px 5px;
}

body > section > footer {
  position: absolute;
  left: 0;
  bottom: 0;
  /*background-color: rgba(45,58,58,.03);*/
  color: rgba(45,58,58,.8);
  font-size: 12px;
  width: 100%;
  height: 150px;
  line-height: 1.5;
  margin: -32px auto 0 auto;
  padding: 0;
  text-align: center;
}
body > section > footer .link {
  /*background-color: #0096e0;*/
  padding: 15px 0;
}
body > section > footer .link a {
  margin: 0 5px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
body > section > footer .relations {
  margin: 10px 0;
  font-size: 16px;
}
body > section > footer .relations a {
  color: #0096e0;
  text-decoration: none;
  margin: 0px 10px;
}
body > section > footer .relations a:hover {
  /* font-weight: bold; */
  text-decoration: underline;
}
body > section > footer .copyright {
  padding: 10px 0;
}
.exlink {
  position: relative;
  padding-right: 30px;
}
.exlink:before,
.exlink:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 1px;
  box-sizing: border-box;
}
.exlink:before {
  top: 3px;
  right: 3px;
  width: 11px;
  height: 10px;
}
.exlink:after {
  top: 7px;
  right: 7px;
  width: 11px;
  height: 10px;
  border-width: 0 0 1px 1px;
}

/*---------------------------------------------------------
 * table
 *---------------------------------------------------------*/
 table.border {
  border-collapse: collapse;
}
table.border th, table.border td {
  border: 1px solid #999;
}
table.border tr.noborder,
table.border th.noborder,
table.border td.noborder {
    border: 0;
}


/*---------------------------------------------------------
 * Form
 *---------------------------------------------------------*/

.field-group {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.field-group .input input,
.field-group .input select,
.field-group .input textarea,
.field-group .input .confirm,
.field-group .label {
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
}
.field-group .label {
  width: 35%;
}
.field-group .label.required:after {
  content:"必須";
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.2;
  color: #ff0800;
  border: 1px solid #ff0800;
  border-radius: 2px;
  vertical-align: text-top;
  position:relative;
  top:-2px;
}
.field-group .input {
  width: 65%;
}
.field-group .input input,
.field-group .input select,
.field-group .input textarea,
.field-group .input .confirm {
  padding: 8px 16px;
  width: 100%;
  border: 2px solid #999;
  border-radius: 8px;
  background-color: #fff;
}
.field-group .input textarea {
  height: 150px;
}
.field-group .input select {
  padding: 12px 16px;
}
.field-group .input .half{
  width: 50%;
}
.field-group .input .quarter{
  width: 25%;
}
.field-group .input .onethird{
  width: 33.33%;
}
.field-group .input .confirm {
  border: 2px solid #ddd;
  background-color: #fff;
}
.field-group .input.error input, 
.field-group .input.error select,
.field-group .input.error textarea
 {
  border-color: #ff0800;
  background-color: #fff0f0;
}
.field-group .annotation {
  padding: 8px 16px 8px 30%;
  width: 95%;
  color: #999;
}
.field-group .warning {
  padding: 8px 16px 8px 30%;
  width: 90%;
  color: #ff0800;
}
.field-group .attent {
  text-align: left;
  margin: 10px 0;
  font-size: 20px;
  width: 95%;
  color: #ff0800;
}
.field-group .notice {
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  width: 95%;
  color: #ff0800;
}
.field-group .input input[type="radio"],
.field-group .input input[type="checkbox"] {
  /* display: inline-block; */
  display: none;
  width: 20px;
  height: 20px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: radio;
  vertical-align: text-bottom;
}
.field-group .input label {
  position: relative;
  float: left;
  font-size: 20px;
  padding: 8px 16px 8px 40px;
  margin-right: -2px;
  border: 2px solid #999;
  background-color: #fff;
}
.field-group .input label:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
  border: 1px solid #999;
  border-radius: 50%;
  vertical-align: text-bottom;
}
.field-group .input label:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: text-bottom;
}
.field-group .input input[type="radio"]:checked + label,
.field-group .input input[type="checkbox"]:checked + label {
  background-color: #f0f4ff;
}
.field-group .input input[type="radio"]:checked + label:before,
.field-group .input input[type="checkbox"]:checked + label:before {
  border-color: #68f;
}
.field-group .input input[type="radio"]:checked + label:after,
.field-group .input input[type="checkbox"]:checked + label:after {
  background-color: #68f;
}
/*
.field-group .input label:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  vertical-align: text-bottom;
}
.field-group .input input[type="radio"]:checked + label:before,
.field-group .input input[type="checkbox"]:checked:before + label:before {
  background-color: #999;
}
*/
.field-group .input label:first-of-type {
  border-radius: 8px 0 0 8px;
}
.field-group .input label:last-of-type {
  border-radius: 0 8px 8px 0;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: checkbox;
  vertical-align: text-bottom;
}
.agreement {
  text-align: center;
  margin: 40px 0;
}
.agreement.error .warning {
  color: #ff0800;
}

@media screen and (max-width: 480px){
  .form-fields {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  .form-fields .label {
    margin-bottom: 10px;
  }
  .form-fields .input,
  .form-fields .input input,
  .form-fields .input select,
  .form-fields .input .confirm,
  .form-fields .label {
    width: 100% !important;
  }
  .field-group .input input[type="radio"],
  .field-group .input input[type="checkbox"] {
    /* display: inline-block; */
    display: none;
    width: 20px !important;
  }
  .field-group .input label {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: -2px;
  }
  .field-group .input label:first-of-type {
    border-radius: 8px 8px 0 0;
  }
  .field-group .input label:last-of-type {
    border-radius: 0 0 8px 8px;
  }
  
  .field-group .annotation {
    padding: 8px 0;
    width: 100%;
  }
  .field-group .warning {
    padding: 8px 0;
    width: 100%;
  }
}

.feedback.confirm {
  height: auto;
  min-height: 100px;
  border-color: #bbb;
  border-width: 1px;
}

.btn {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  font-size: 18px;
  width: 300px;
  background-color: #CF000E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-radius: 30px;
  transition: ease .2s;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgb(0 0 0 / 60%);
  margin: 50px auto 0;
  text-decoration: none;
}

.btn:disabled{
    background-color: #c1c1c1;
    box-shadow: 0 0 0px rgb(0 0 0 / 60%);
}

.btn.cancel {
  color: #0095DE;
  background-color: #fff;
}

.btn:hover {
  opacity: 0.7;
  transition-duration: 0.5s
}

form .btn:active {
  box-shadow: 1px 1px 3px #999;
}

.message {
  font-size: 1.2em;
  text-align: center;
}

.text-center {
  text-align: center;
}

.pc {
  display: initial;
}
.sp {
  display: none;
}

body > section.wrapper .layout_p{
	padding-left:24px;
	margin-bottom: 40px;
}

.c_red{
	color:red;
}


.pr_t10{
	position:relative;
	top: -10px;
}

#entryForm h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

/*---------------------------------------------------------
 * Smart device
 *---------------------------------------------------------*/

@media screen and (max-width: 480px){
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
    body > section.wrapper h1 {
    font-size: 1.6em;
    padding: .7em 0;
    text-align: center;
  }

  body > section.wrapper h2 {
    font-size: 1.3em;
  }

  body > section.wrapper h3 {
    font-size: 1.1em;
    margin: 0 10px 10px;
  }

  body > section.wrapper h2,
  body > section.wrapper p {
    margin-bottom: 20px;
  }
  body > section.wrapper > .contents > .annotation {
    margin: 0 10px 30px;
  }
  body > section.wrapper > .contents {
    padding-bottom: 250px;
  }
  body > section > footer {
    height: 250px;
  }
  body > section > footer .relations a {
    display: block;
    margin: 10px 0;
  }
  
  .pr_t10{
	position:static;
}

}




/* -----------------------
header
----------------------- */

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
}

.header {
  width: 100%;
  display: flex;
}
.header-logo {
  margin-left: 15px;
  margin-top: 10px;
  width: 277px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 36.69vw;
    margin-left: 10px;
  }
}
header .menu-wrap{
  position: absolute;
  top: 0;
  right: 0;
}
header .openbtn{
	position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
  width: 80px;
  height:80px;
  background-color: #0095de;
}
@media screen and (max-width: 768px) {
  header .openbtn{
    width: 60px;
    height: 60px;
  }
}
/*×に変化*/	
header .openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 3px;
	background-color: #fff;
  width: 40px;
}
.lower header .openbtn span{
  background-color: #002878;
}
.lower header .openbtn.active span{
  background-color: #fff;
}
header .openbtn span:nth-of-type(1) {
	top: 15px;	
}
header .openbtn span:nth-of-type(2) {
	top: 27px;
}
header .openbtn span:nth-of-type(3) {
	top: 39px;
}
@media screen and (max-width: 768px) {
  header .openbtn span:nth-of-type(1) {
	top: 10px;	
  }
  header .openbtn span:nth-of-type(2) {
    top: 20px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 30px;
  }
}
header .openbtn .text li {
  list-style: none;
}
header .openbtn .text .open,
header .openbtn .text .close {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  header .openbtn .text .open,
  header .openbtn .text .close {
    bottom: 0;
  }
}
header .openbtn .text .open {
  color: #fff;
  width: 100%;
  margin-top: -2em;
}
header .openbtn .text .close {
  color: rgba(0, 0, 0, 0);
}
header .openbtn.active .text .open {
  color: rgba(0, 0, 0, 0);
}
header .openbtn.active .text .close {
  color: #fff;
}
header .openbtn.active span:nth-of-type(1) {
  top: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(0px) rotate(-45deg);
  width: 50%;
}
header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openbtn.active span:nth-of-type(3){
  top: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(-12px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width: 768px) {
  header .openbtn.active span:nth-of-type(1) {
    top: 23px;
  }
  header .openbtn.active span:nth-of-type(3){
    top: 35px;
  }
}
header #g-nav {
  position:fixed;
  z-index: 9998;
  /*ナビのスタート位置と形状*/
  top:0;
  right: -120%;
	width: 30%;
  height: 100vh;/*ナビの高さ*/
	background:#0095de;
  /*動き*/
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  header #g-nav{
    width: 90%;
  }
}
/*アクティブクラスがついたら位置を0に*/
header #g-nav.panelactive {
  right: 0;
}
header #g-nav.panelactive + .hamburger-bg {
  position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}
/*ナビゲーション*/
header #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  padding: 150px 0 50px 60px;
}
@media screen and (max-width: 768px) {
  header #g-nav ul {
    padding: 50px 0 50px 30px;
  }
}
@media screen and (max-width: 425px) {
  header #g-nav ul {
    padding: 50px 20px 50px 20px;
  }
}
/*リストのレイアウト設定*/
header #g-nav li {
  list-style: none;
  text-align: left;
}
header #g-nav li:not(:last-child)  {
  margin-bottom: 30px;
}
header #g-nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  header #g-nav li a,
  header #g-nav li a span {
    font-size: 21px !important;
  }
}

/* -----------------------
section
----------------------- */
.section {
  /*width: 960px;
  margin: 0 auto 60px;*/
}
@media screen and (max-width: 768px) {
  .section {
    width: 100%;
  }
}

/* -----------------------
info
----------------------- */

#info .info_txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #info .info_txt {
    font-size: 14px;
  }
}
#info .ttl_wrap .top_txt {
  background-color: #fbd397;
  font-weight: bold;
  width: 400px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0;
  margin: 50px auto 30px;
}
@media screen and (max-width: 768px) {
  #info .ttl_wrap .top_txt {
    margin-top: 30px;
    width: 84.71vw;
    font-size: 14px;
  }
}
#info .ttl_wrap .ttl_h1 {
  text-align: center;
}
#info .ttl_wrap .ttl_h1 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info .ttl_wrap .ttl_h1 img {
    width: 80%;
  }
}
#info .btm_txt {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  width: 65%;
  margin: 50px auto;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #info .btm_txt {
    width: 80%;
    margin: 30px auto;
    padding: 15px 0;
  }
}
#info .btm_txt .size_big {
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 768px) {
  #info .btm_txt .size_big {
    font-size: 20px;
  }
}
#info .btm_txt .size_small {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  #info .btm_txt .size_small {
    font-size: 14px;
  }
}

.contents .address {
  color: #002878;
  border-bottom: #002878 1px solid;
}
.contents .address img {
  display: inline-block;
  height: 14px;
  width: auto;
  margin: 5px 3px;
}
@media screen and (max-width: 768px) {
  .contents .address img {
    margin: 5px 3px;
    height: 14px;
  }
}

/* -----------------------
aside
----------------------- */

aside {
  background-color: #CCEAF8;
}
@media screen and (max-width: 768px) {
  aside {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
}
aside .link_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  aside .link_list {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    padding: 30px 20px;
  }
}
aside .link_list li {
  line-height: 1;
  font-size: 14px;
  list-style: none;  
}
@media screen and (max-width: 768px) {
  aside .link_list li {
    display: inline-block;
    margin: 5px 15px;
  }
}
aside .link_list li + li {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #002878;
}
@media screen and (max-width: 768px) {
  aside .link_list li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
aside .link_list li a {
  font-size: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  aside .link_list li a {
    font-size: 12px;
  }
}
aside .link_list li a:hover {
  text-decoration: none;
}

/* -----------------------
footer
----------------------- */

.footer {
    width: 100%;
    background-color: #0095DE;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 30px 0;
}


/* -----------------------
txt
----------------------- */
.attention_txt {
  color: #ff0000;
  font-weight: bold;
}
.txt_blue {
  color: #0095DE;
}

/* -----------------------
btn
----------------------- */
.btn_pageBack a {
  color: #0095DE;
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  font-size: 18px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #0095DE;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border-radius: 30px;
  transition: ease .2s;
  box-sizing: border-box;
  margin: 30px auto 0;
  text-decoration: none;
}



/****/
.field-group .label.required::after {
	}