@charset "utf-8";
:root {
	--keycolor: #317F9D; 
	--white: #fff;
	--red: #FF0000;
	--black: #000;
	--blue: #E2ECF0;
	--catcolor01: #9D3131; 
	--catcolor02: #31429D; 
	--catcolor03: #245D41; 
	--catcolor04: #A32B8C; 
	--catcolor05: #A77312; 
	--catcolor06: #6B319D; 
	--catcolor07: #6C5135; 
	--textlinkcolor: #0027FF; 
	--enfont: 'Roboto', sans-serif; 
	--mainlast: 100px; 
	--mainlast_sp: 80px; 
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[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}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}

html,body {
	width: 100%;
	height: 100%;
}
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:740px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}
/* --- [iPad]---------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		min-width: 1100px;
		margin: auto;
	}
}	
h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
}
img {
	line-height: 1.0;
}
@media screen and (max-width:740px) {
	img {
		width: 100%;
		height: auto;
	}
}	
a,
a.hover,
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='submit'].hover,
input[type='reset'].hover,
input[type='button'].hover {
  color: #000;
  text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.hover::after,
a.hover::before {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/*
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*/
a:focus,
*:focus {
	outline: none;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
/*
a:visited {
	color: #639;
}
*/
a img,
a svg,
a.hover img,
a.hover svg {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
canvas {
	image-rendering: optimizeQuality;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
input[type='file'],
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='image'],
button,
textarea,
select {
  -webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
  font-size: 1.6rem;
  vertical-align: top;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
input[type='file'],
textarea,
select {
  height: 60px;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  height: 2em;
}
input[type='image'] {
  max-width: 100%;
}
textarea {
  height: 10em;
  min-height: 2em;
  resize: vertical;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
textarea,
select {
  background: #fff;
  border: none;
  border-radius: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  cursor: pointer;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
}

.floatNone {
	float: none!important;
  margin: auto;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #317F9D;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
display: none;}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
	font-size: 4.0rem;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.9; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.9; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.9; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.9; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.9; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
	transform: none!important;
	margin: 0;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.aform {
}
@media screen and (max-width:740px) {
	.aform {
}
}
.aform-header {
	position: relative;
	font-size: 2.6rem!important;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin: 30px 0 30px;
	border-bottom: 1px solid #B1B1B1;
}
@media screen and (max-width:740px) {
	.aform-header {
		padding: 0.5em;
		font-size: 2.0rem!important;
	}
}
.aform-content form input,
.aform-content form textarea,
.aform-content form select {
	border: 1px solid #B2B2B2;
	padding: 1.8em 1em;
	line-height: 1.3;
}
.aform-content form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 4px 34px 4px 12px;
	background: #fff url(../images/ico_select.svg) no-repeat 97% center;
	background-size: auto;
	width: 100%;
}
.aform-content form select::-ms-expand {/*IE*/
  display: none;
}
.aform-content form select,
.aform-content form textarea,
.aform-content form input[type="button"],
.aform-content form input[type="text"],
.aform-content form input[type="email"],
.aform-content form input[type="tel"],
.aform-content form input[type="url"],
.aform-content form input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 3px;
}
.aform-content form textarea,
.aform-content form input[type="text"],
.aform-content form input[type="email"] {
	width: 100%;
	border-radius: 0;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #B2B2B2;
}
.aform-content form input.aform-zipcode,
.aform-content form input.fax,
.aform-content form input[type="tel"],
.aform-content form input[type="url"] {
	width: 60%;
}
.aform-content form input.aform-zipcode {
	width: 40%;
}
.aform-content form dl dd input[type='text']:focus,
.aform-content form dl dd input[type='email']:focus,
.aform-content form dl dd input[type='tel']:focus,
.aform-content form dl dd input[type='search']:focus,
.aform-content form dl dd input[type='url']:focus,
.aform-content form dl dd textarea:focus {
	color: #003a6c;
	background-color: #d7f3ff;
}
@media screen and (max-width:740px) {
	.aform-content form textarea,
	.aform-content form input[type="text"],
	.aform-content form input[type="email"],
	.aform-content form input.aform-zipcode,
	.aform-content form input.fax,
	.aform-content form input[type="tel"],
	.aform-content form input[type="url"],
	.aform-content form input.aform-zipcode {
		width: 100%;
	}
}
.aform-content form dl {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}
@media screen and (max-width:740px) {
	.aform-content form dl {
		border: none;
		padding-bottom: 1.2em;
	}
}
.aform-content form dl dt {
	float: none;
	color: #595959;
    font-weight: 600;
	width: 350px;
    padding: 15px 50px 15px 0;
	margin: 0;
}
@media screen and (max-width:740px) {
	.aform-content form dl dt {
		display: block;
		width: 100%;
		padding: 0.5em 0;
		border-right: none;
	}
}
.aform-content form dl dt .aform-required {
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: 6px 13px;
	margin-left: 10px;
	background-color: #C42D00;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
}
.aform-content form dl dd .error {
	clear: both;
	display: block;
	color: #D92B00;
}
.aform-content form dl dd {
	display: table-cell;
	width: calc(100% - 350px);
	padding: 15px 0;
	margin: 0;
}
@media screen and (max-width:740px) {
	.aform-content form dl dd {
		display: block;
		width: 100%;
		padding: 0.5em 0;
	}
}
.aform-content form dl.dl_schedule dd,
.aform-content form dl.dl_release dd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 630px;
}
@media screen and (max-width:740px) {
	.aform-content form dl.dl_schedule dd,
	.aform-content form dl.dl_release dd {
		width: 100%;
	}
}
.aform-content form dl.dl_schedule dd label,
.aform-content form dl.dl_release dd label {
	padding: 0 12px;
}
@media screen and (max-width:740px) {
	.aform-content form dl.dl_schedule dd label,
	.aform-content form dl.dl_release dd label {
		padding: 0 6px;
	}
}
.aform-content form dl dd .aform-calendar + label {
	padding: 8px 12px;
	display: inline-block;
}
@media screen and (max-width:740px) {
	.aform-content form dl dd .aform-calendar + label {
		padding: 6px;
	}
}
.aform-content form dl dd .aform-calendar + label + span {
	display: inline-block;
}


.aform-content form dl dd .aform-confirm {
	font-size: 1.8rem;
}
.aform-content form dl dd ul.aform-name-ul li,
.aform-content form dl dd ul.aform-kana-ul li {
	float: left;
	align-items: center;
	display: flex;
}
@media screen and (max-width:740px) {
	.aform-content form dl dd ul.aform-name-ul li:first-of-type,
	.aform-content form dl dd ul.aform-kana-ul li:first-of-type {
		margin-bottom: 10px;
	}
}

.aform-content form dl dd ul.aform-name-ul li input[type="text"],
.aform-content form dl dd ul.aform-kana-ul li input[type="text"] {
	width: 10em;
	margin: 0 20px 0 10px;
}	
.aform-content form dl dd ul.aform-checkbox-ul li,
.aform-content form dl dd ul.aform-radio-ul li {
	padding: 5px 30px 5px 0;
	float: left;
}	
.aform-content form dl dd ul li input[type=radio],
.aform-content form dl dd ul li input[type=checkbox] {
	display: inline-block;
	margin-right: 8px;
	line-height: 1.3;
}
.aform-content form dl dd ul li input[type=radio] + label,
.aform-content form dl dd ul li input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 1.3;
}
.aform-content form dl dd ul li input[type=radio],
.aform-content form dl dd ul li input[type=checkbox] {
	width: 0;
	height: 0;
	margin: 0;
	display: none !important;
}
.aform-content form dl dd ul li input[type=radio] + label,
.aform-content form dl dd ul li input[type=checkbox] + label {
	padding: 0 0 2px 2em;
}
.aform-content form dl dd ul li input[type=radio] + label::before,

.aform-content form dl dd ul li input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 56%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	background: #FFF;
}
.aform-content form dl dd ul li input[type=radio] + label::before {
	border: 1px solid #B2B2B2;
	border-radius: 30px;
}
.aform-content form dl dd ul li input[type=checkbox] + label::before {
	border: 1px solid #B2B2B2;
}
.aform-content form dl dd ul li input[type=radio]:checked + label::after,
.aform-content form dl dd ul li input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.aform-content form dl dd ul li input[type=radio]:checked + label::after {
	left: 2px;
	top: 1px;
	width: 18px;
	height: 18px;
	background: var(--keycolor);
	border-radius: 11px;
}
.aform-content form dl dd ul li input[type=checkbox]:checked + label::after {
	left: 1px;
	width: 20px;
	height: 10px;
	margin-top: -7px;
	border-left: 5px solid var(--keycolor);
	border-bottom: 4px solid var(--keycolor);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.aform-content form dl dd .aform-input-example {
	clear: both;
	margin-bottom: 6px;
	font-size: 1.4rem;
	width: 100%;
}
.aform-content form #aform_confirm_msg {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 10px;
	background-color: #fff;
	font-size: 1.6rem;
	padding: 1em;
}
@media screen and (max-width:740px) {
	.aform-content form #aform_confirm_msg {
		text-align: left;
	}
}
.aform-content form .aform-twice-note {
	margin-top: 10px;
	font-size: 90%;
	color: #595959;
	display: block;
}
.aform-content form .aform-button-area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	margin: 50px 20% 0;
	background: transparent;
}
@media screen and (max-width:740px) {
	.aform-content form .aform-button-area {
		width: 100%;
		margin: 20px 0;
        flex-direction: column;
	}
}
.aform-content form .aform-button-area input[type="submit"] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 480px;
	height: 70px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 24px;
	text-align: center;
	background-color: var(--keycolor);
	border: 1px solid var(--keycolor);
	border-radius: 35px;
	background-image: url("../images/ico_button.svg");
	background-repeat: no-repeat;
	background-position: 94% center;
}
@media screen and (max-width:740px) {
	.aform-content form .aform-button-area input[type="submit"] {
		font-size: 	1.8rem;
		padding: 10px 30px;
		height: 50px;
	}
}
.aform-content form .aform-button-area input[type="submit"]#aform_btn_submit {
	float: right;
	width: 48%;
	height: 60px;
	line-height: 1;
	color: #fff;
	padding: 15px;
	background-color: var(--keycolor);
	border: var(--keycolor) solid 1px;
}
@media screen and (max-width:740px) {
	.aform-content form .aform-button-area input[type="submit"]#aform_btn_submit {
		width: 100%;
	}
}
.aform-content form .aform-button-area input[type="button"]#aform_btn_back {
	float: left;
	font-size: 2.0rem;
	font-weight: bold;
	width: 48%;
	height: 60px;
	line-height: 1;
	color: #fff;
	padding: 15px;
	background-color: #000;
	border: #000 solid 1px;
	border-radius: 35px;
	text-align: center;
}
@media screen and (max-width:740px) {
	.aform-content form .aform-button-area input[type="button"]#aform_btn_back {
		font-size: 	1.8rem;
		width: 100%;
		margin-bottom: 20px;
	}
}
.aform-content form .aform-button-area input[type="submit"].hover,
.aform-content form .aform-button-area input[type="submit"]#aform_btn_submit.hover {
	color: var(--keycolor);
	background-color: #fff;
	background-image: url("../images/ico_button_hover.svg");
	background-position: 96% center;
}
.aform-content form .aform-button-area input[type="button"]#aform_btn_back.hover {
	color: #000;
	background-color: #fff;
}
@media all and (-ms-high-contrast: none) {/**IE**/
	.aform-content form .aform-upload {
		width: 400px;
	}
}

@media screen and (max-width:740px) {
	.aform-content form .aform-upload {
		width: 100%;
	}
}
.aform-content form .clear_upload {
	padding: 10px;
	height: auto;
	margin-left: 20px;
}
.aform-content form .clear_upload.hover {
	background-color: var(--keycolor);
}
@media screen and (max-width:740px) {
	.aform-content form .clear_upload {
		margin: 10px 0 0;
		padding: 5px;
	}
}
.aform-content form .aform-hdln {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 18px 25px;
	margin: 40px 0 20px;
	background-color: #EBEBEB;
}
@media screen and (max-width:740px) {
	.aform-content form .aform-hdln {
		padding: 10px;
		margin-bottom: 20px
	}
}
.aform-content form .aform-note {
	font-size: 1.4rem;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 10px;
}
@media screen and (max-width:740px) {
	.aform-content form input[type='password'] {
		width: 100%;
	}
}
.aform-content #activity_history_year,
.aform-content #activity_history_day_year,
.aform-content #activity_history_day_year_w {
	width: 10em;
}
.aform-vertical-ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
select#birthday-yy, select#birthday-mm, select#birthday-dd {
    width: auto;
}
.ui-datepicker {
    background: #f7fafe;
    padding: 20px;
    border: solid 1px #a7bde4;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
}
.ui-datepicker-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ui-datepicker-header a {
    width: 50%;
    margin-bottom: 15px;
}
a.ui-datepicker-prev {
}
a.ui-datepicker-prev::before {
    content: "＜ ";
}
a.ui-datepicker-next {
    text-align: right;
}
a.ui-datepicker-next::after {
    content: " ＞";
}
.ui-datepicker-month, .ui-datepicker-year {
    padding: 10px 20px 10px 15px;
    line-height: 1.2em;
    height: 50px;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    margin: 0 5px 10px 0;
    appearance: auto;
}
.ui-datepicker-month::after, .ui-datepicker-year::after {
    content: "▼";
}
.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
.ui-datepicker#ui-datepicker-div {
    padding: 0;
}
.aform-content form .aform-button-area input#aform_btn_back, .aform-content form .aform-button-area input#aform_btn_submit {
    margin: 0 10px;
}