@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
html, body {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",	"Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "ヒラギノ角ゴ ProN W3",-apple-system, BlinkMacSystemFont, "BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Meiryo UI", "メイリオ", Meiryo, "Noto Sans CJK JP", "ＭＳ Ｐゴシック", "MS PGothic", sans;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.9;
    background-color: #f2e7de;
	color: #1c1818;
	letter-spacing: 0.16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
.rblock {
	position: relative;
}
.ablock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rblock img, .ablock img {
	display: block;
}
.pblock img {
    display: block;
	width: 100%;
}
.tx {
	width: 100%;
	position: absolute;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #0099FF;
	outline: 0;
}
a:focus {
	outline: 0;
}

html {
	width: 100%;
	overflow-y: scroll;
}
body {
	width: 100%;
}
#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
    min-width: 1000px;
}
.wrapper {
	width: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.contents {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}


/* common */
#bg {
	position: relative;
	width: 100%;
    min-width: 1000px;
}
#lovl {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #f2e7de;
}
#loadimg {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
.loader,
.loader:before,
.loader:after {
  background: #136aa6;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #136aa6;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@-webkit-keyframes a_load_img {
	0%   {-webkit-transform:rotate(0%);}
	100% {-webkit-transform:rotate(360deg);}
}
@keyframes a_load_img {
	0%   {transform:rotate(0%);}
	100% {transform:rotate(360deg);}
}
.ptop {
	position: fixed;
	right: 16px;
	bottom: 112px;
	text-align:right;
	display:block;
	z-index:100 !important;
}
.ptop img {
	width: 213px !important;
}
.ptop a {
    transition-duration: 0.2s;
}
.ptop a:hover  {
    opacity: 0.7;
}
footer {
    position: relative;
    width: 100%;
    height: 60px;
    min-width: 1000px;
    background-color: #28a7e1;
    color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: bold;
    font-size: 14px;
}
footer small {
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}


/* notice */

main {
    position: relative;
}
/*================ linkbtn ================*/
.linkbtn {
	width: 248px;
	display: block;
	border-radius: 35px;
	background: #ef5aa4;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2px;
	position: relative;
	padding: 10px 0;
}
.linkbtn--bl {
	/*width: 144px;*/
	background-color: #28a7e1;
}
.linkbtn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.linkbtn:hover {
    opacity: 0.7;
}
.btn {
    display: block;
    transition-duration: 0.2s;
}
.btn:hover {
    opacity: 0.7;
}

#maincontents>section {
    position: relative;
}
#main01 h1 {
    position: relative;
    z-index: 2;
    width: 94.6%;
    margin: 0 auto;
}
.noticebox {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 96%;
    margin: -10.5% auto 0 auto;
    border: 5px solid rgba(47,48,57,0.7);
    background-image: -webkit-linear-gradient(90deg, rgba(127,163,180,0.7) 0%, rgba(198,209,217,0.7) 10%, rgba(233,239,244,0.7) 50%, rgba(198,209,217,0.7) 90%, rgba(127,163,180,0.7) 100%);
    background-image: linear-gradient(90deg, rgba(127,163,180,0.7) 0%, rgba(198,209,217,0.7) 10%, rgba(233,239,244,0.7) 50%, rgba(198,209,217,0.7) 90%, rgba(127,163,180,0.7) 100%);
    font-size: 31px;
    color: #2f3039;
    line-height: 1.6;
    font-feature-settings: "palt";
}
.nbox {
    width: 94.375%;
    margin: 0 auto;
    padding: 2.7% 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.71);
    border: 3px solid rgba(19,106,166,0.71);
    border-radius: 20px;
}
.noticebox h2 {
    width: 93.541%;
    margin: 0 auto;
}
.noticebox hr {
    position: relative;
    display: block;
    width: 93.541%;
    height: 0;
    border: 0;
    padding: 0;
    border-top: 5px solid #fff;
    margin: 0 auto;
}
#tx1 { margin: 11.66% auto 3.22% auto; }
#h2_1 { margin-top: 3.54%; }
#tx3 { margin: 2.08% 0 3.85% 0; }
#tx4 { margin: 2.08% 0 3.54% 0; }
#tx5 { margin: 2.08% 0 5% 0; }
#tx6 { margin: 2.81% 0 2.91% 0; }


#cr {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 107.8%;
    text-align: center;
    color: #000;
    font-family: "ヒラギノ角ゴ ProN W3",-apple-system, BlinkMacSystemFont, "BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Noto Sans CJK JP", "ＭＳ Ｐゴシック", "MS PGothic", sans;
    font-weight: normal;
    font-size: 18px;
}

#goback {
    padding-top: 200px;
    padding-bottom: 38px;
}
#goback a { text-decoration: none; }


@media screen and (max-width:767px) {
    /* common */
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
    #wrapper {
        min-width: inherit;
    }
    .contents {
        width: 100%;
    }
    .ptop {
        right: 5vw;
        bottom: 7vw;
        text-align:right;
        display:block;
        z-index:100 !important;
    }
    .ptop img {
        width: 22vw !important;
    }

    #bg {
        position: relative;
        width: 100%;
        min-width: inherit;
    }
    .noticebox {
        border-width: 3px;
    }
    .nbox {
        border-width: 2px;
        border-radius: 10px;
    }
    .noticebox hr {
        border-top-width: 3px;
    }
    #cr {
        font-size: 11px;
        margin-top: 109.8%;
    }
    #goback {
        padding-top: 20%;
    }
    footer {
        min-width: inherit;
        font-size: 11px;
    }
}