@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after{
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
	box-sizing:border-box;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	-webkit-font-smoothing:antialiased;
	word-wrap:break-word;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.7;
	color: #000;
	background: #f1f1f1;
}

a {
	text-decoration: none;
	color: #2581C4;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:focus, a:active, a:hover {
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

blockquote {
	clear: both;
	margin: 0 0 28px;
	padding: 30px 20px 35px 55px;
	position: relative;
	border: #e5e5e5 solid 1px;
	background: #fafafa;
}
blockquote:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 36px;
	color: #e7e7e7;
	position: absolute;
	top: 10px;
	left: 10px;
}
blockquote cite {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
}

dfn {
	font-style: italic;
}

mark {
	background: #FF0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
	overflow-x: scroll;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

.inline-list li {
	display: inline-block;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	padding: 3px;
	border: 0px;
	-ms-interpolation-mode: bicubic;
}

video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	padding: 3px;
	border: 0px;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: #e5e5e5 solid 1px;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

button,
html input[type="button"], input[type="reset"], input[type="submit"],
.btn {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: none;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
	*height: 13px;
	*width: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"] {
	padding: 8px 13px;
	max-width: 100%;
	border: #CCC solid 1px;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form input[type="submit"] {
	padding: 12px 20px;
	border: none;
	color: #FFF;
	background: #2581C4;
}
form input[type="submit"]:hover {
	cursor: pointer;
}
form textarea {
	padding: 8px 13px;
	max-width: 100%;
	border: #CCC solid 1px;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
}
form button {
	padding: 12px 20px;
	border: none;
	color: #FFF;
	background: #2581C4;
}
form button:hover {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: #e5e5e5 solid 1px;
}

th, td {
	border: #e5e5e5 solid 1px;
	padding: 8px 13px;
}




#hako{
	max-width: 600px;
	margin: 0 auto;
}
#wrapper{
	background: #FFF;
	margin: 0 4px;
	padding: -1 0 40px;
}
#wrapper .box{
	margin:0px 8px 0;
	position: relative;
	padding: 5px 0 0;
}
#wrapper .box2{
	margin: 0px 15px;
}

#header{
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 999;
	box-shadow: 1px 1px 5px  #999;
}
.headerbox{
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: -1px 0 15px;
}


p{
	margin: 20px 0 20px;
}
p.bold,
span.bold{
	font-weight: bold;
}
span.red{
	color: #FF0055;
}

/*格子背景*/
div.bg1 {
    background-color: #FFFFFF;
    background-image:
        linear-gradient( transparent 95%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%, transparent 100%),
        linear-gradient( 90deg, transparent 95%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%, transparent 100%)
        ;
    background-size: 20px 20px;
}

.link{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#header{
	width: 100%;
}
.pankuzu{
	padding: 5px 20px;
	font-size: 10px;
}
.link{
	margin: 0 0 30px;
}
.link a{
	color: blue;
	font-weight: bold;
}
hr{
	border: none;
	border-bottom: #efefef solid 3px;
	margin: 40px 0;
}

/*フォントカラー*/

.blue{
	color: #3466ff;
}

.r{
	color: #e83f44;
}

.orange{
	color: #f5cd8c;
}

.green{
	color: #4db56a;
}

.white{
	color: #ffffff;
}

.y{
	color: #fff600;
}

.mini-b{
	background: #fbfbff;
	border: #000 dashed 1px;
	padding: 24px 20px 15px;
	position: relative;
	border-radius: 5px;
	text-align: left;
}
.fukidashi{
    background: #efefef;
    border-radius: 5px;
    padding: 30px 25px 15px;
    position: relative;
    border: #000 dashed 1px;
    margin: 40px 0 0;
    font-size: 16px;
}
.fukidashi .text-pos{
    position: absolute;
    top: -15px;
    left: 10px;
    font-weight: bold;
    /*
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-15deg);
    */
    background: #FFF;
    border-radius: 50%;
    padding: 5px 20px;
    border: #000 solid 1px;
    font-size: 14px;
}
.dan{
	text-align: right;
	margin: 0;
}

@keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

div.btn{
	margin: 0 0 25px;
	text-align: center;
}
a.button{
	display: block;
    margin: 30px auto 0;
    padding: .6em 5px;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    color: #fff;
    /*background-color: rgb(255, 52, 129);*/
    border-radius: 3px;
    box-shadow: 0 0 0 -2px #fff, 0 0 0 -1px rgb(255, 52, 129);
    border: none;
    /*
    -webkit-transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
	box-shadow: 0 0 0 2px #FFF, 0 0 0 4px rgb(255, 52, 129);
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.6s infinite;
    animation: gelatine 0.6s infinite;
    */
}
#footer{
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
#footer p{
	text-align: center;
	font-size: 12px;
	margin: 0 0 5px;
}
p.title{
	font-size: 24px;
}
.p1{
	margin-left: 10px;
	margin-bottom: 5px;
}
.p2{
	margin:0px 0px 20px;
}
.sns{
	border: #efefef solid 2px;
}

.under{
	text-decoration: underline;
}

.sen {
    text-decoration: line-through;
}

.small{
	font-size: 12px;
	color: #999;
}

.blinking {
    -webkit-animation: 0.5s linear 0s alternate none infinite blink;
    -moz-animation: 0.5s linear 0s alternate none infinite blink;
    animation: 0.5s linear 0s alternate none infinite blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}

table{
	width: 100%;
	margin: 0 0 20px;
}
table th,
table td{
	font-size: 14px;
}
table th,
table td.bg{
	background: #f2f2f2;
	font-weight: bold;
}
table td{
	padding: 5px;
}
.b-red-top{
	border-top-color: #F00;
	border-left-color: #F00;
	border-right-color: #F00;
	border-top-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	font-weight: bold;
	font-size: 16px;
}
.b-red-bottom{
	border-bottom-color: #F00;
	border-left-color: #F00;
	border-right-color: #F00;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	background: #f9ddbe;
	font-weight: bold;
	font-size: 16px;
}
.b-red-lr{
	border-left-color: #F00;
	border-right-color: #F00;
	border-left-width: 3px;
	border-right-width: 3px;
	background: #f9ddbe;
	font-weight: bold;
	font-size: 16px;
}
span{
	color: #000;
}


hr{
	border: none;
	border-bottom: #999 dotted 2px;
	margin: 15px 0;
}


blockquote{
	padding: 20px 20px 20px 45px;
	margin-bottom: 5px;
}
blockquote::before{
	font-size: 26px;
}
blockquote p{
	text-align: right;
	margin: 0;
	font-size: 13px;
}
blockquote .img{
	margin: 5px 0;
}
.notes{
	font-size: 15px;
	color: #999;
}

.pr{
	font-size:12px;
	color:#999;
	text-align: right;
	padding: 10px 0 10px 0;
}
.top{
	border: none;
	margin: 30px 0;
	border-bottom: #EEE solid 3px;
}

.img-before{
	margin-bottom: 20px;
	text-align: left;
}
.img{
	text-align: center;
	margin: 20px 0 20px;
}
.img img{
	width:100%;
	max-width: 100%;
}

.voice{
	background: #EEE;
	padding: 10px 20px;
	margin: 0 0 20px;
}
.voice .text{
	margin: 0 0 5px;
}
.voice .img{
	width: 60%;
	margin: 0 auto;
}

.img img.no-radius{
	border-radius: 0px;
}



.checkbox{
	background: #f7f7f7;
	border: #EEE solid 1px;
	padding: 15px 15px 15px 35px;	
}
.checkbox ul{
	padding: 0 0 0 20px;
}
.checkbox ul li{
	position: relative;
	margin: 0 0 5px;
	font-weight: bold;
}
.checkbox ul li:last-child{
	margin: 0;
}
.checkbox i{
	position: absolute;
	left: -30px;
	top: -2px;
}
.checkbox i img{
	width:20px;
	height: 20px;
}

.voicebox{
	background: #f7f7f7;
	border: #000 dashed 1px;
	padding: 15px;
}
.voicebox p{
	margin: 0 0 5px;
}
.voicebox div{
	text-align: right;
}
.voicebox.vol2{
	margin: 0 0 20px;
}


/* ===============
	margin
=============== */
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mb5{
	margin-bottom: 5px;
}
.mb20{
	margin-bottom: 20px;
}


/* ===============
	h
=============== */
h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
  position: relative;
  padding: 0.8em 0.5em 0.8em 0.5em;
  background: #f8e5fe;
  margin: 20px 0px;
}

h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f8e5fe;
  width: 0;
  height: 0;
}
	

h3 {
	font-size:17px;
  color: #364e96;
  font-weight: bold;
  padding: 0.5em 0;
  border-bottom: solid 3px #364e96;
}

h4 {
	margin-bottom: 5px;
	padding: 10px;
    border-left: 7px solid deepskyblue; /* 左線：太さ 線の種類 色 */
    font-size: 1.25em; /* フォントサイズ */
    font-weight: bold; /* フォント太さ */
}
h5 {
border-bottom: double 5px deeppink;
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
/*線の種類（二重線）太さ 色*/
}

/* ===============
	font-size
=============== */
.f16{
	font-size: 16px;
}
.f17{
	font-size: 17px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f22{
	font-size: 22px;
}


/* ===============
	color
=============== */
.yellow{
	background: linear-gradient(transparent 60%, #fff350 0%) repeat scroll 0 0 !important;
	border-bottom: #fff350 solid 2px;
}

.b-marker{
	background: linear-gradient(transparent 60%, #ccddff 0%) repeat scroll 0 0 !important;
	border-bottom: #ccddff solid 2px;
}

.k-marker{
	background: linear-gradient(transparent 0%, #000 0%) repeat scroll 0 0 !important;
	border-bottom: #000 solid 2px;
}

.black{
	color: #000;

}

.sky {
	background: linear-gradient(transparent 40%, skyblue 40%) !important;
}

.gray{
	color:#9a9a9a;
}

.point,
.point2{
	padding: 20px 20px 20px 35px;
	border: #e5e5e5 solid 1px;
	background: #fafafa;
	margin: 0 0 20px;
}
.point ul,
.point2 ul{
	list-style: disc;
}
.point2 ul{
	list-style: square;
}
.point ul li,
.point2 ul li{
	margin: 0 0 15px;
	font-weight: bold;
}
.point ul li:last-child,
.point2 ul li:last-child{
	margin: 0;
}


@-moz-keyframes animate1 {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes animate1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes animate1 {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes animate2 {
	0% { -moz-transform: translateX(0px); }
	45% { -moz-transform: translateX(20px); }
	50% { -moz-transform: translateX(25px); }
	55% { -moz-transform: translateX(20px); }
	95% { -moz-transform: translateX(0px); }
	100% { -moz-transform: translateX(0px); }
}

@-o-keyframes animate2 {
	0% { -o-transform: translateX(0px); }
	45% { -o-transform: translateX(20px); }
	50% { -o-transform: translateX(25px); }
	55% { -o-transform: translateX(20px); }
	95% { -o-transform: translateX(0px); }
	100% { -o-transform: translateX(0px); }
}

@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0px); }
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}
.a-btn {
	position: relative;
	display:block;
	width:100%;
	max-width:600px;
	padding:10px;
	padding: 10px 0;
	/*
	padding-left:10%;
	*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
}
.animate{
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left:auto;
	margin-right:auto;
	z-index: 8;
	-webkit-animation-name: animate1;
	-moz-animation-name: animate1;
	-o-animation-name: animate1;
	animation-name: animate1;
	width:100%;
}
.a-arrow {
	position: absolute;
	/*
	top:10%;
	*/
	bottom: 11%;
	left:-20px;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate2;
	-moz-animation-name: animate2;
	-o-animation-name: animate2;
	animation-name: animate2;
	z-index: 9;
	width:25%;
	max-width:100px;
}
.a-btn:hover img{
	opacity:1;
}

div.btn{
	margin: 0 0 25px;
	text-align: center;
}
a.button{
	display: block;
    margin: 30px auto 0;
    padding: .6em 5px;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: rgb(255, 52, 129);
    border-radius: 3px;
    box-shadow: 0 0 0 -2px #fff, 0 0 0 -1px rgb(255, 52, 129);
    border: none;
    -webkit-transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
	box-shadow: 0 0 0 2px #FFF, 0 0 0 4px rgb(255, 52, 129);
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.6s infinite;
    animation: gelatine 0.6s infinite;
}


@-moz-keyframes animate1 {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes animate1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes animate1 {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes animate2 {
	0% { -moz-transform: translateX(0px); }
	45% { -moz-transform: translateX(20px); }
	50% { -moz-transform: translateX(25px); }
	55% { -moz-transform: translateX(20px); }
	95% { -moz-transform: translateX(0px); }
	100% { -moz-transform: translateX(0px); }
}

@-o-keyframes animate2 {
	0% { -o-transform: translateX(0px); }
	45% { -o-transform: translateX(20px); }
	50% { -o-transform: translateX(25px); }
	55% { -o-transform: translateX(20px); }
	95% { -o-transform: translateX(0px); }
	100% { -o-transform: translateX(0px); }
}

@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0px); }
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}
.a-btn {
	position: relative;
	display:block;
	width:100%;
	max-width:600px;
	padding:10px;
	padding-left:0%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
}
.animate{
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left:auto;
	margin-right:auto;
	z-index: 8;
	-webkit-animation-name: animate1;
	-moz-animation-name: animate1;
	-o-animation-name: animate1;
	animation-name: animate1;
	width:100%;
}
.a-arrow {
	position: absolute;
	top: 29%;
    left: -22px;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate2;
	-moz-animation-name: animate2;
	-o-animation-name: animate2;
	animation-name: animate2;
	z-index: 9;
	width:25%;
	max-width:100px;
}
.a-btn:hover img{
	opacity:1;
}

.b {
	color: blue;
}

.table{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 15px;
}
.table .cell{
	display: table-cell;
	vertical-align: middle;
}
.table .cell.img{
	width: 60px;
	padding: 0 10px 0 0;
}
/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 20px;
  background-color: #fff3ad;
  border: 2px solid #fff3ad;
}

/* beforeで枠線の三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff3ad;
  border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff3ad;
  border-left: 15px solid transparent;
}
.main {
	background-color: gray;
	color: white;
	padding: 2px;
}
.center{
	text-align: center;
}


.pink {
	color: #ff5685;
}

.pink2 {
	color: #ff04ff;
}

.f10 {
	font-size: 10px;
}

.kutikomi{
	border-radius: 5px;
	border: #ccc solid 1px;
	margin: 0 0 20px;
}
.kutikomi .head{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #ececec;
	font-size: 12px;
	padding: 10px 15px;
}
.kutikomi .text{
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
}
.kutikomi .text .img{
	margin-top: 5px;
}
.kutikomi .star img{
	height: 15px;
}


.yellow2{
	background: linear-gradient(transparent 0%, #feff99 0%);
}

.f23 {
	font-size: 23px;
}

.f30 {
	font-size: 30px;
}


.img2 {
	width: 100%;
	border-bottom: solid 1px silver;
}
.day{
	height: 40px;
    position: absolute;
    top: 15px;
    left: -25px;
    padding: 9px 20px 0;
    background-color: #999;
    font-size: 12px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.day::after{
	position: absolute;
    top: 40px;
    left: 0;
    content: "";
    border: 5px solid transparent;
    border-top-color: #797979;
    border-right-color: #797979;
}
.day span{
	color:#FFF;
}
.check{
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 35px;
}
.check li{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.check li span.c{
	position: absolute;
	left: -35px;
	top: -2px;
}
.check li span.c img{
	width:30px;
}
#logo{
	border-bottom: #ff931f solid 5px;
	padding: 10px 0; 10px 15px;
	background: #FFF;
	margin-bottom: 40px;
}
#footer{
	margin-top: -14px;
	border-bottom: #307dfb solid 5px;
	padding: 20px 0 40px;
	text-align: center;
	background: #FFF;
}
.writer{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 10px 0 20px;
}
.writer .peo{
	display: table-cell;
	width: 60px;
	vertical-align: middle;
}
.writer .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
	font-size: 12px;
}

.prbox{
}
.pr.left{
	float: left;
}
.pr.right{
	float: right;
}
.end{
	clear: both;
}

/*12月8日(金)*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 0;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.timer{
	display: inline-block;
}
.timer .yycountdown-box .yyc-day{
	display: none;
}
.timer .yycountdown-box span,
.timer .yycountdown-box .yyc-day,
.timer .yycountdown-box .yyc-hou,
.timer .yycountdown-box .yyc-min,
.timer .yycountdown-box .yyc-sec{
	color: red;
	font-size: 16px;
}


#container-2 {
	bottom: 0px;
	left: 0px;
	position: fixed;
	z-index: 1;
	width: 100%;
}

.number {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

.poyon {
  animation: poyon 1.5s linear 2s infinite;
}


@keyframes poyon {
  0%   { transform: scale(0.8, 1.15) translate(0%, -60%); }
  10%  { transform: scale(0.8, 1.15) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.05) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.1) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.1) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.swiper-slide {
	background-color: black;
	color: white !important;
	opacity: 0.9;
}

.ue {
	position: relative;
	z-index: 999;
}

ul.spy {
    background-color: #595757 !important;
    /*margin:10px auto 0px;*/
    padding:0;
    position:relative;
    width:100%;
}
ul.spy li {
    list-style:none !important;
    /*min-height:60px !important;*/
    margin:0px 0px 2px !important;
    background-color: white !important;
    color: #595757 !important;
    overflow: hidden !important;
    padding: 10px 8px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    background-color: #eaeaea !important;
}

ul.spy li {
	height: 75px !important;
	text-align: justify !important;
}


.spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ul-top {
	border: 1px solid gray !important;
}

.top-text {
	margin: 0;
	text-align: center;
	background: gray;
	color: white;
	font-weight: bold;
}


.blinking2 {
    -webkit-animation: 1s linear 0s alternate none infinite blink2;
    -moz-animation: 1s linear 0s alternate none infinite blink2;
    animation: 1s linear 0s alternate none infinite blink2;
}
@-webkit-keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}
@-moz-keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}
@keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}

.ban{
	font-size: 10px;
	color:#000;
}

.f16 {
	font-size: 16px;
}

.f26 {
	font-size: 26px;
}

.f72  {
	font-size: 72px;
}

.camp {
	color: red !important;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 5px;
    background: #deaf51;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
.b{
	color: blue !important;
}


fieldset{
	margin: 0 0 25px;
	padding: 10px 10px;
	border:#333 solid 1px;
}
fieldset legend{
	font-size: 14px;
	text-align: left;
	padding: 0 10px;
	font-weight: bold;
}
fieldset p{
	font-size: 13px;
	margin: 0;
	margin-top: -5px;
}

.table{
	display: table;
	margin: 20px 0 20px;
	table-layout: fixed;
	width: 100%;
}
.cell{
	display: table-cell;
	vertical-align: top;
}
.cell.icon{
	width:70px;
	padding: 0 5px 0 0;
}
.cell.icon img{
	width:70px;
	border: #EEE solid 2px;
	border-radius: 50%;
}
.cell.text .fuki{
 	position: relative;
	display: block;
	margin: 0 0 0 15px;
	padding: 10px 15px;
	font-size: 16px;
	background: #fbedf5;
	border-radius: 5px;
}
.cell.text .fuki::before{
	content: "";
	position: absolute;
	top: 20px;
	left: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #fbedf5;
}

ul.spy {
    background-color: #595757 !important;
    /*margin:10px auto 0px;*/
    padding:0;
    position:relative;
    width:100%;
}
ul.spy li {
    list-style:none !important;
    /*min-height:60px !important;*/
    margin:0px 0px 2px !important;
    background-color: white !important;
    color: #595757 !important;
    overflow: hidden !important;
    padding: 10px 8px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    background-color: #eaeaea !important;
}

ul.spy li {
	height: 75px !important;
	text-align: justify !important;
}


.spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ul-top {
	border: 1px solid gray !important;
}

.top-text {
	margin: 0;
	text-align: center;
	background: gray;
	color: white;
	font-weight: bold;
}


.blinking2 {
    -webkit-animation: 1s linear 0s alternate none infinite blink2;
    -moz-animation: 1s linear 0s alternate none infinite blink2;
    animation: 1s linear 0s alternate none infinite blink2;
}
@-webkit-keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}
@-moz-keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}
@keyframes blink2 {
    0% { opacity: 0; }
    19% { opacity: 0.2; }
    20% { opacity: 0.8; }
    100% { opacity: 1; }
}

.ban{
	font-size: 10px;
	color:#000;
}

.f16 {
	font-size: 16px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.camp {
	color: red !important;
}

.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-top: double 7px #4ec4d3;/*上線*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-bottom: double 7px #4ec4d3;/*上線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 0em 0;
    padding: 0.5em 1em;
    border: solid 3px #4ec4d3;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box29 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #eaf3ff;
    box-shadow: 0px 0px 0px 10px #eaf3ff;
    border: dashed 2px #1d5db3;
    border-radius: 8px;
}

.box29 .box-title {
    font-size: 1.2em;
    background: #ffeaea;
    padding: 4px;
    text-align: center;
    color: #ffc3c3;
    font-weight: bold;
    letter-spacing: 0.05em;
    border: solid 3px #ffeaea;
}

.box29 p {
    margin: 0; 
    padding: 0;
}

.box30 {
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #000000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.box31 {
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box31 .box-title {
    font-size: 1.2em;
    background: #0056af;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box31 p {
    padding: 15px 20px;
    margin: 0;
}

.box32 {
    margin: 2em 0;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box32 .box-title {
    font-size: 1.2em;
    background: #ff584d;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box32 p {
    padding: 15px 20px;
    margin: 0;
}


.box33{
    position: relative;
    margin: 0em 10px;
    padding: 0.5em 1em;
    border: solid 3px #FFD700;
    border-radius: 8px;
    background-color:#FFFFEE;
}
.box33 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    margin:5px 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box33 p {
    margin: 0 ; 
    padding: 0;
}

.box-title33{
	 position: absolute;
    display: inline-block;
    top: -25px;
    left: 10px;
    padding: 9px 9px;
    margin:5px 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFD700;
    color: #FFF;
    font-weight: bold;
    border-radius: 22px;
}


.checkmark007{
	padding-left:24px;
	position:relative;
}

.checkmark007:before,
.checkmark007:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark007:before{
	width:12px;
	height:12px;
	background:#ffffff;
    border:1px solid #000000;
	left:3px;top:2px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);}
.checkmark007:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:15px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:0px;
}


.loose-leaf{
  background: #f8f0d7;
  border-left: 5px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 0 5 #f8f0d7;
  padding: 1em;
  margin: 1em 5px;
}

.loose-leaf p{
  margin: 0;
  padding: 0;
}


/* ホワイトボード風　タイトル　5 */
.wboard-w5 {
 position: relative;
 margin: 2em auto;
 padding: 1.5em 1em 1em;
 width: 100%; /* ボックス幅 */
 background: #fff; /* ボックス背景色 */
 /*font-weight: bold; テキスト太字 */
 color: #000000; /* 文章色 */
 border: 5px solid #e7d38c; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 8px #333, 0 0 2px #555 inset;
}
.wboard-w5::before,
.wboard-w5::after {
 position: absolute;
 content: '';
 width: 25px; 
 bottom: 3px;
 border-radius: 2px;
 box-shadow: 1px 1px 3px #666;
} 

.title-w5 {
 position: absolute;
 padding: .1em .5em;
 left: -1em;
 top: -0.5em;
 font-weight: bold;
 font-size: 1.1em; /* 文字サイズ */
 color: #3f51b5; /* タイトル文字色 */
 background-color: #ffffff; /* ボックス背景色 */
 box-shadow: 1px 1px 3px #a0a0a0;
}




.rt{
	text-align: right;
}

.lt{
	text-align: left;
}

.ce{
	text-align:center;
}

.mce{
	margin-right:auto;
	margin-left:auto;
}

.under{
	text-decoration:underline;
}

.b-under{
	text-decoration:underline;
	color: #3466ff;
}

.p-under{
	text-decoration:underline;
	color: #ff5685;
}

.yul{
	background:linear-gradient(transparent 60%, #fff7af 60%);
}

.gul{
	background:linear-gradient(transparent 0%, #C0C0C0 0%);
}

.blul{
	background:linear-gradient(transparent 30%, #b1ceff 60%);
}

.pul{
	background:linear-gradient(transparent 30%, #f8e5fe 60%);
}

.prl{
	float:left;
}

.trim {
  position:relative;
  overflow: hidden;
  width:70px;
  height:70px;
  border-radius:50%;
  border:solid 3px #de806a;
  
}
.trim img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height:100%;
}


.bubble9 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.bubble9 .imgs {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.bubble9 .imgs img{
  width: 100%;
  height: auto;
  border: solid 3px #de806a;
  border-radius: 50%;
}
.bubble9 .chat {
  width: 100%;
}
.ss {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #fff;
  border: solid 3px #de806a;
}
.ss:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #de806a;
}
.ss p {
  margin: 0;
  padding: 0;
  color: #000;
}

.bro {
    color: #d2691e;
}

.k-box {
    background: repeating-linear-gradient(
-45deg, #fef4f4, #fef4f4 14px,#ffefef 14px, #ffefef 20px);
    line-height: 2em;
    border: 3px solid #be5189;
    padding: 0em 1em 0em 1em;
    color: #2e2e2e;
    margin: 1em 0;
}


.box55 {
    margin: 2em auto;
    padding: 1em 1.5em;
    width: 100%;
    color: #777777;
    background-color: #fff;
    border: 4px solid #ff69cd;
    border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}

.bold2{
	font-weight: bold;
	color: #777777;
}


.hukidasi {
    position: relative;
    padding: 20px;
    color: #000000;
    background-color: #ffffff;
    border: 4px solid #ff8269;
}

.hukidasi::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    top: -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ff8269;
    border-left: 15px solid transparent;
}

.org{
	color:#ff8269;
	font-weight: bold;
}

.twi-box1 {
    margin: 2em auto;
    padding: 0.5em;
    width: 100%;
    background-color: #fff;
    border: 4px solid #1e90ff;
}


/* 元々のチェックボックス（非表示） */
.mycheckbox input[type="checkbox"]{
    display: none;
}
/* チェックボックスの代わりを成すラベル */
.mycheckbox input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.mycheckbox input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.mycheckbox input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}


.img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.s-kuti{
	position: relative;
	margin:1em 0em 0em 0em;
	padding: 15px 25px 15px 25px;
	width: auto;
	background-color: #ffffff;
	color: #555555;
	border: solid 2px #7e7e7e;
	box-shadow: 1px 1px 1px #acacac;
}

.k-kuti{
	position: relative;
	margin: 1em 0em 0em 0em;
	padding: 15px 15px 15px 15px;
	width: auto;
	background-color: #fff;
	color: #555555;
	border: double 5px #7e7e7e;
	box-shadow: 1px 1px 1px #acacac;
}

.k-kuti .title{
  background-color: #a1a1a1;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 15px 15px;
  position: absolute;
  left: 20px;
  top: -40px;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*
.sen{
border:1px solid #ff0000;
height:10px;
}
*/


.annotation{
	text-align: right;
	margin: 5px;
	line-height: 1.1;
	font-size: 10px;
	color: #999;
}