<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 {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  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;
  color: #000;
  overflow-y: auto;
  width:100%;
  background:url("../image/bg_dot_pink.png") repeat;
}

.p0title {
  background:none;
}

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;
}

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



/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
html, body {
    
    height: 100%;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #1667da;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 0px;

}

.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 2em;
    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: 1em;
    font-weight: bold;
    letter-spacing: 1.25px;
}


.header h1.nav__logo{
  margin: auto;
  display: block;
  color: #fff;
  font-size: 1.6em;
 padding:25px;
}


/* ------------------------------------------------- *
 *        sectionSec
 * ------------------------------------------------- */

h2{
  margin: 0 auto;
  display: block;
  color: #000;
  font-size: 2.0em;
  padding:20px 15px;
	background:#c9effb;
	text-align: left;
}@media screen and (max-width: 1000px) {
	h2 {
	font-size: 1.2em;
	}	
}


.sectionSec {
  position: relative;
  padding: 10px 20px;
  margin: 10px auto;
  width: 100%;
}

.sectionSec__inner {
  padding: 0px 0px;
}


.subcontainer {
  width: 100%;
  padding:0;
  text-align: center;
  color: #343434;
  position: relative;
	margin:0 auto;
	left:0;
	right:0;

}

.subcontainer h3{
	font-size: 1.6em;
	padding:10px 0px;
	margin: 30px 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;
	letter-spacing: 0.01em;
}@media screen and (max-width: 1000px) {
	.subcontainer h3 {
	font-size: 1.2em;
	}	
}

.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 p{
text-align: left;
font-size:1.6em;
padding:10px 10px;
}@media screen and (max-width: 1000px) {
	.subcontainer p {
	font-size: 1.0em;
	}	
}


.subcontainer img{
padding:10px 16%;
width:100%;
max-width:1200px;
}

.subcontainer span{
background: linear-gradient(transparent 40%, #FF0 0%);
}


strong{
font-weight: bold;
}

.textpink{
	color:#fb459f;
}

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

.f-item3 {
position: relative;
width:100%;
margin:-25px 0 40px;
padding:0;
}

.f-item3 a{
	position: relative;
	top: 0px;
	left:0px;
	color: #1c62ed;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
    text-align:  center;
	letter-spacing: 0em;
	margin:35px 0 15px;
	padding:10px 0;
	text-decoration: underline;
}@media screen and (max-width: 1000px) {
	.f-item3 a {
	font-size: 1.0em;
	}	
}

.f-item3 a:hover{
	color: #fe2b89;
}



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

.footer {
  position: relative;
  bottom: 20px;
  padding: 70px 0 0px;
}
.footer_p0 {
  position: relative;
  bottom: 50px;
  padding: 0px;
}

.footer__inner {
  position: relative;
  width: 100%;
  margin:0 auto;
  left:0;
  right:0;
}

.footer__head {
  width:234px;
  position: relative;
  margin:15px auto;
  left:0;
  right:0;
}

.footer__headTitle {
  font-size: 20px;
}

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

.footer__copyright small {

}

.bluebtn span a {
	width:100%;
}

.greenbtn span a {
	width:100%;
}

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

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



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

@media screen and (min-width: 1200px) {
  .header {
    
  }
}



@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>