<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&amp;subset=japanese');

:root {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
	position: relative;
	min-height: 100vh;
}


summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}


/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  background: #fff;
  overflow-y: auto;
  background:url("../image/bg_dot_aqua.png") repeat;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a:visited {
  color: #000;
}

a:hover {
  color: #999;
  text-decoration: none;
}

*:focus {
  outline: none !important;
}

/* ------------------------------------------------- *
 *        clearfix
 * ------------------------------------------------- */

.-clearFix:before,
.-clearFix:after {
  content: " ";
  display: table;
}

.-clearFix:after {
  clear: both;
}

/* ------------------------------------------------- *
 *        -font
 * ------------------------------------------------- */

.-fontBold {
  font-weight: bold;
}

.-fontRound {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.-fontsmall {
  font-size:0.8em;
}@media screen and (max-width:960px) {
	.-fontsmall {
		  font-size:0.6em;
	}
}

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */



/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
html, body {
     margin: 0 auto;   
    height: 100%;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #1667da;
  padding:6px 0;
    z-index: 10;
}@media screen and (max-width:960px) {
	.header {

	}
}


.main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	margin: 0 auto;
    height: 100%;
    margin-top: 0;

}

.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.sub {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 0;
}

.subInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.subInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}



.header h1.nav__logo{
  left: 26px;
  top: 10px;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 1.4em;

}@media screen and (max-width:960px) {
	.header h1.nav__logo {
	left: 3px;
	top: 10px;
	font-size: 1.1em;
	height: auto;
	}
}

.header h1.nav__logo span{
  color: #ffff00;
}

.header h1.nav__logo a:hover{
  opacity: 0.6;
}

.header h1.nav__logo img{
  margin: -4px 10px 0 10px;
}@media screen and (max-width:960px) {
	.header h1.nav__logo img {
	  	margin: 0px 5px 0 2px;
		width:60px;
		height:auto;
	}
}



/* ------------------------------------------------- *
 *        mainimage
 * ------------------------------------------------- */

.sectionSec {
  position: relative;
  padding: 5px 0 0px;
  margin: 0px auto 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);

  background-position: center center;
}@media screen and (max-width:960px) {
	.sectionSec{
	  	margin: 0px auto 0;
		  padding: 10px 0 15px;
	}
}


.sectionSec__inner {
  padding: 0px 0px;
}

hr{
border:none;
border-top:dashed 3px #4a4a4a;
height:3px;
color:#FFFFFF;
width:100%;
margin:30px 0px;
}


.sectionIndex__headTitle {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #FF0;
  font-size: 1.8em;
  line-height: 1.6;
  text-align: center;
  height:auto;
  width:100%;
	max-width: 1200px;
  padding:0;
  letter-spacing: 0.15em;
  margin:0 auto -30px;
}@media screen and (max-width:960px) {
	.sectionIndex__headTitle {
	    margin:0 auto;
	}
}

.sectionIndex__headTitle img{
  position: relative;
  margin: 0px auto 0px;
    width:88%;
    max-width:1080px;
}@media screen and (max-width:960px) {
	.sectionIndex__headTitle img {
	  
	}
}

.f-itemimg {
position: relative;
flex-basis:40%;
margin:10px 0;
}@media screen and (max-width:960px) {
	.f-itemimg {
		flex-basis:100%;
		margin:0;
	}
}

.f-itemimg img {
	width:100%;
}@media screen and (max-width:960px) {
	.f-itemimg img {
	  	width:40%;
	}
}


.f-item3 {
position: relative;
margin:10px 0;
flex-basis:60%;
}@media screen and (max-width:960px) {
	.f-item3{
	flex-basis:95%;	
	}
}

.f-item3 h2{
	font-size: 1.5em;
	padding:5px 0px 20px;
	margin: 0px auto;
	font-weight: bold;
	text-shadow:
    white 3px 0px,  white -3px 0px,
    white 0px -3px, white 0px 3px,
    white 3px 3px , white -3px 3px,
    white 3px -3px, white -3px -3px,
    white 1px 3px,  white -1px 3px,
    white 1px -3px, white -1px -3px,
    white 3px 1px,  white -3px 1px,
    white 3px -1px, white -3px -1px;
	line-height: 1.3;
	text-align:  left;
}@media screen and (max-width:960px) {
	.f-item3 h2{
	font-size: 0.65em;
	padding:5px 0px 10px;
	}
}


.flex-text {
  display:flex;
  flex-wrap: no-wrap;
  justify-content: left;

}
.flex-text-left {
position: relative;
margin:0px;
flex-basis:8%;
}
.flex-text-right {
position: relative;
margin:0 0 0 10px;
flex-basis:92%;
}

.flex-text2 {
  display:flex;
  flex-wrap: no-wrap;
  justify-content: flex-start;
line-height: 1.3em!important;
text-align:left;
}@media screen and (max-width:960px) {
	.flex-text2{

    }
}


.f-item3 p{
	width:90%;
	font-size: 24px;
	padding:20px 0px;
	margin: 0px auto;
	font-weight: bold;
	font-style:italic;
	text-shadow:
	0px -3px #ffffff,
	3px 0px #ffffff,
	0px 3px #ffffff,
	-3px 3px #ffffff;
}

.f-item3 span a{
	position: relative;
	top: 5px;
	left:0px;
	background: linear-gradient(to bottom, #1948dd, #153cb8);
	padding: 7px 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	width:100%;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.15em;
}@media screen and (max-width:960px) {
	.f-item3 span a {
	  	font-size: 0.8em;
	padding: 7px 75px 7px 45px;
	}
}


.f-item3 span a:after {
	position: absolute;
	top: 2px;
	right:12px;
  content: url(../image/yajirushi.png);
}@media screen and (max-width:960px) {
	.f-item3 span a:after {
	  		top: 6px;
	}
}


.f-item3 span.sonota a{
	top: 5px;
	padding: 7px 20px 7px 30px;
	letter-spacing: 0.03em;
	text-align:  left;
	width:100%;
	margin:20px 20px 0 0;
	cursor: pointer;
	line-height: 1.5em;
	font-size: 1.1em;
}@media screen and (max-width:960px) {
	.f-item3 span.sonota a {
	  margin:15px 20px 0 0;
	padding: 8px 30px 8px 20px;
	line-height: 1.3em;
	font-size: 0.7em;
	}
}

.f-item3 span.sonotanew a{
	top: 20px;
	padding: 7px 0px 7px 15px;
	letter-spacing: 0.05em;
	text-align:  left;
	width:410px;
	margin:20px 0 0 0;
	cursor: pointer;
}

.f-item3 span.sonotanew a:before{
	position: absolute;
	top: 0px;
	left:-30px;
	content: url(../image/new.png);
}

.f-item3 span a:hover{
	background: linear-gradient(to bottom, #ef2c63, #d41249);
}




/* ------------------------------------------------- *
 *        sectionTop
 * ------------------------------------------------- */

.m_top{
	margin-top:100px!important;
}@media screen and (max-width:960px) {
	.m_top {
	  	margin-top:100px!important;
	}
}

article{
	margin-bottom:20px;
    
}@media screen and (max-width:960px) {
	article {
	margin-bottom:0px;
	}
}

section{
	margin:8px auto 0px;
}@media screen and (max-width:960px) {
	section {
	  	margin:0px auto;
	}
}

.bg_a {
  background: #ffaa00;
}

.contents {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}



.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 50%;
  margin: 3% -10% 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.contents_a:before {
  background: linear-gradient(45deg, #00afe3 0%, #a1eaff 100%);
}

.contents_b:before {
  background: linear-gradient(45deg, #fffdca 0%, #fffdd0 100%);
}

.contents_c:before {
  background: linear-gradient(45deg, #e9fff3 0%, #d5ffe8 100%);
}

.contents_d:before {
  background: linear-gradient(45deg, #89dbf3 0%, #a1eaff 100%);
}

.contents_e:before {
  background: linear-gradient(45deg, #89dbf3 0%, #a1eaff 100%);
}

.contents_r {
  position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 0px 0 0;
}

.contents_r:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 0px;
  color: #fff;
  text-align: center;
}@media screen and (max-width:960px) {
	.contents_inner {
	  	  padding: 0px;
	}
}


.subcontainer {
  width: 100%;
  max-width: 1200px;
  padding:0px 0px 0px;
  text-align: center;
  color: #343434;
  position: relative;
	margin:0 auto;
	left:0;
	right:0;
}@media screen and (max-width:960px) {
	.subcontainer {
	  width: 100%;
	}
/*  .subcontainer br {
    display: none;
  }*/
}

.subcontainer h3{
	font-size: 1.8em;
	padding:25px;
	margin: 10px auto 15px;
	font-weight: bold;
	color:#fff;
	text-shadow:
    #543039 3px 0px,  #543039 -3px 0px,
    #543039 0px -3px, #543039 0px 3px,
    #543039 3px 3px , #543039 -3px 3px,
    #543039 3px -3px, #543039 -3px -3px,
    #543039 1px 3px,  #543039 -1px 3px,
    #543039 1px -3px, #543039 -1px -3px,
    #543039 3px 1px,  #543039 -3px 1px,
    #543039 3px -1px, #543039 -3px -1px;
	line-height: 1.0;
	/*background: -webkit-repeating-linear-gradient(45deg, #ff75b5, #ff75b5 5px, #fa97c5 5px, #fa97c5 10px);
	background: repeating-linear-gradient(45deg, #ff75b5, #ff75b5 5px, #fa97c5 5px, #fa97c5 10px);*/

}@media screen and (max-width:960px) {
	.subcontainer h3 {
	  		font-size: 1.5em;
			padding:20px 20px;
			margin: 10px auto;
	}
}

.subcontainer h3.bg1{
	background: linear-gradient(60deg, #fffc01 0%,#fffc01 100%);
	box-shadow: 10px 10px 0 #FFF;
}
.subcontainer h3.bg2{
	background: linear-gradient(60deg, #3ceb8a 0%,#3ceb8a 100%);
	box-shadow: 10px 10px 0 #FFF;
}




.subcontainer h4{
	font-size: 2em;
	padding:5px 0;
	margin: .0px auto;
	font-weight: bold;
	color:#ff0;
	text-shadow:
    #543039 3px 0px,  #543039 -3px 0px,
    #543039 0px -3px, #543039 0px 3px,
    #543039 3px 3px , #543039 -3px 3px,
    #543039 3px -3px, #543039 -3px -3px,
    #543039 1px 3px,  #543039 -1px 3px,
    #543039 1px -3px, #543039 -1px -3px,
    #543039 3px 1px,  #543039 -3px 1px,
    #543039 3px -1px, #543039 -3px -1px;
	line-height: 1.0;
    border-bottom:3px dotted #000;
    width:90%;
}@media screen and (max-width:960px) {
	.subcontainer h4 {
	  		font-size: 1.5em;
			padding:5px 0px;
			margin: 10px auto;
	}
}


/*.subcontainer h3.markerpink{
	background: linear-gradient(transparent 50%, #ff75b5 0%);
	width:100%;
}
.subcontainer h3.markerblue{
	background: linear-gradient(transparent 50%, #30d4eb 0%);
	width:100%;
}
*/

.subcontainer img{
width: 50%;
padding-top:30px;
margin:0 auto;
}@media screen and (max-width:960px) {
	.subcontainer img {
	  width: 100%;
        padding-top:10px;
	}
}

.wideimage img{
width: 75%;
}@media screen and (max-width:960px) {
	.wideimage img {
	  width: 90%;
	}
}


.subcontainer strong{
text-align: center;
display: block;
padding:10px 0px;
}

.subcontainer strong:before{
	position: absolute;
	top: 50px;
	left:-35px;
	content: url(../image/new.png);
}

.subcontainer p{
	font-size: 1.8em;
    padding:0 20px;
    letter-spacing: -0.05em
}@media screen and (max-width: 750px) {
	.subcontainer p {
	font-size: 1.5em;
    text-align:left;
	}	
}


.top-bg02 {
  background: url("../image/index_02.png") no-repeat;
}

.top-bg03 {
  background: url("../image/index_03.png") no-repeat;
}

/* ------------------------------------------------- *
 *        sectionTop QR
 * ------------------------------------------------- */

.flex-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  width: 640px;
  padding:40px 0 0px;
  text-align: left;
  color: #343434;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  background: url("../image/index_05.png") no-repeat;
}

.f-item4 {
position: relative;
width:320px;
height:220px;
margin:10px 0;
}

.f-item4 span {
	position: relative;
	top: 10px;
	left:15px;
	padding: 7px 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	display: block;
	width:290px;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.05em;
}

.bluebtn span {
	background: linear-gradient(to bottom, #1948dd, #153cb8);
}
.greenbtn span {
	background: linear-gradient(to bottom, #65a111, #55870e);
}

.bluebtn a:hover{
	background: linear-gradient(to bottom, #ef2c63, #d41249);
}

.greenbtn a:hover{
	background: linear-gradient(to bottom, #eada2a, #df8d0c);
}




.btn01 {
display: flex;
list-style: none;
padding: 0 0.5em;
margin:0 auto;
width: 100%;
max-width: 1080px;
text-align:center;
font-size:1.8em;
line-height: 1em;
	text-shadow:
    #543039 3px 0px,  #543039 -3px 0px,
    #543039 0px -3px, #543039 0px 3px,
    #543039 3px 3px , #543039 -3px 3px,
    #543039 3px -3px, #543039 -3px -3px,
    #543039 1px 3px,  #543039 -1px 3px,
    #543039 1px -3px, #543039 -1px -3px,
    #543039 3px 1px,  #543039 -3px 1px,
    #543039 3px -1px, #543039 -3px -1px;
}@media screen and (max-width: 750px) {
	.btn01 {
font-size:1.2em;
padding: 0 1em;
line-height: 1.5em;
	}	
}

.btn01 ul{
  display:flex;
  list-style: none;
  padding-left: 0;
  text-align:center;
}

.btn01 li{
  width:50%;
  margin:0.5em 1em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
font-weight:bold;
}@media screen and (max-width: 750px) {
	.btn01 li {
    width:100%;
    margin:0.5em 0.5em;
	}	
}

.btn01 li a{
  width: 100%;
  display:block;
  padding: 50px 10px;
  color:#FFF;
  text-decoration:none;
}@media screen and (max-width: 750px) {
	.btn01 li a {
      padding: 30px 10px;
    }	
}


.lineheight {
    line-height: 1em;
    margin:10px 0 0;
}@media screen and (max-width: 750px) {
	.lineheight {
    line-height: 1em;
    }	
}


.btn01bga{
  background:#fffc01;
  box-shadow: 0 2px 3px rgba(0,0,0,.5);
}
.btn01bgb{
  background:#3ceb8a;
  box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.btn01bga a:hover{
  color:#FFF;
  border-radius: 8px;
  text-decoration:none;
  background:#ffb800;
  box-shadow: 0 15px 20px -5px rgba(0,0,0,.24);
  -webkit-tap-highlight-color: transparent;
}

.btn01bgb a:hover{
  color:#FFF;
  border-radius: 8px;
  text-decoration:none;
  background:#00be8b;
  box-shadow: 0 15px 20px -5px rgba(0,0,0,.24);
  -webkit-tap-highlight-color: transparent;
}





















































/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */


.btnarea{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/header_bg.jpg);
	background-attachment: fixed;
	padding: 0em 0 5em;
}@media screen and (max-width: 960px) {
	.btnarea {
	padding: 0em 0 2em;
	}	
}


.btnarea p{
	color:#097ab5;
	font-size: 2em;
	font-weight: bold;
}

.btnarea a{
	color:#FFF;
}

.btn {
	display: block;
	cursor: pointer;
	max-width: 750px;
	margin: -1.5em auto 1.5em;
	padding: 10px 16px;
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: inherit;
	background: #fb2063;
	box-shadow: 0 6px 0 #db0446, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
    font-size: 2em;
	font-weight: bold;
}@media screen and (max-width: 960px) {
	.btn {
	margin: 2em auto;
	padding: 18px 16px;
    max-width: 85%;
    font-size: 1.2em;
	text-align: center;
	}	
}

.btn:hover {
	background: #3cc4bd;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
	color: #fff;
}
.btn:active {
	color: #ddd;
	background: #12978d;
	box-shadow: 0 0 0 #047c71, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}


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

.footer {
  position: relative;
  bottom: 0;
  padding: 0px;
}

.footer .footer__image img {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}

.footer__inner {
  /*position: fixed;*/
  position:relative;
  z-index: 99;
  width: 100%;
  margin: auto;
  background-color: #1667da;
  height:75px;
  bottom: 0;
}

.footer__head img {
  position: absolute;
  top: 30%;
  left: 50%;
  width:180px;
  z-index: 101;
	transform: translateY(-30%) translateX(-50%);
  -webkit- transform: translateY(-30%) translateX(-50%);
}

.footer__headTitle {
  font-size: 20px;
}

.footer__copyright {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translateY(-80%) translateX(-50%);
  -webkit- transform: translateY(-80%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}

.footer__copyright small {
  font-size: 11px;

}


/* ------------------------------------------------- *
 *        sp__footer
 * ------------------------------------------------- */

.sp__footer {
  position: relative;
  bottom: 10px;
  padding: 0px;
}

.sp__footer__inner {
  position: relative;
  z-index: 99;
  width: 100%;
  margin:0 auto;
  left:0;
  right:0;
}

.sp__footer__head {
  width:234px;
  position: relative;
  margin:10px auto;
  left:0;
  right:0;
}

.sp__footer__headTitle {
  font-size: 20px;
}

.sp__footer__copyright {
  position: relative;
  margin:5px auto;
  left:0;
  right:0;
  color: #62686e;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

.sp__footer__copyright small {
  font-size: 0.55em;
}


/* ------------------------------------------------- *
 *        footer__pcweb
 * ------------------------------------------------- */
.footer__pcweb {
    display: block;
    margin: 0 auto 0px;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
/*    position: fixed;*/
    position: relative;
    z-index: 10000;
	left: 0;
	right:0;
    bottom: 0;
/*    background:url("../image/bg_dot_pink.png") repeat;*/
	padding:-15px 20px 30px;
}

.footer__pcweb a{
    color:#FFF;
}
/* ------------------------------------------------- *
 *        footer__spweb
 * ------------------------------------------------- */
.footer__spweb {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    z-index: 10000;
	left: 0;
	right:0;
    bottom: 0;
    background:url("../image/bg_dot_pink.png") repeat;
	padding:-15px 20px 30px;
}

.footer__spweb img{
    display: block;
	width:90%;
	max-width:850px;
    margin: 15px auto;
}@media screen and (max-width: 960px) {
	.footer__spweb img {
	max-width:560px;
	}	
}

/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */

.pc { display: block !important; }
.sp { display: none !important; }
	@media only screen and (max-width: 960px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}



@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

</pre></body></html>