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

/* CSS Document */
body {
	color: #545454;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	line-height: 1.75;
	background: #ffffff;
	background-size: cover;
	font-size: 16px;
}


h1 {
	font-size: 250%;
	font-family: "新ゴ B"
}

h2 {
	font-size: 210%;
	font-family: "新ゴ B"
}

h3 {
	font-size: 150%;
	font-family: "新ゴ B"
}

h4 {
	font-size: 125%;
	font-family: "新ゴ B"
}

h5 {
	font-size: 100%;
	font-family: "新ゴ B"
}

@media screen and (max-width: 1000px) {

	h1 {
		font-size: 200%
	}

	h2 {
		font-size: 180%
	}

	h3 {
		font-size: 150%
	}

	h4 {
		font-size: 125%
	}

	h5 {
		font-size: 100%
	}
}

@media screen and (max-width: 435px) {


	h1 {
		font-size: 150%
	}

	h2 {
		font-size: 130%
	}

	h3 {
		font-size: 120%
	}

	h4 {
		font-size: 100%
	}

	h5 {
		font-size: 100%
	}
}



ul.list_a01,
ul.list_b01 {
	background: #fff;
	padding: 1em 0;
}

ul.list_a01 li,
ul.list_b01 li {
	background: #fff;
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp02/img/list_a01.jpg);
	background-repeat: no-repeat;
	background-size: 2em;
	padding: .5em 0 .5em 3.2em;
	margin: 0;
	background-position: top .3em left .5em;
	font-size: 1em;
	border-bottom: dotted 2px #d8c9ba;
}



ul.list_b01 li {
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp02/img/list_b01.png);
}

/*=========================================================================

HEADER

===========================================================================*/
header {
	width: 100%;
	text-align: center;
	background: url(../img/back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: initial;
}

.header_in {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.news {
	text-align: center;
	background: rgba(255, 251, 74, 0.82);
	border-bottom: solid 1px #b2b2b2;
	padding: 0.5em;
	font-size: 120%;
	position: fixed;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 2px 7px #aaa;
	margin-top: -2.1em;
}

@media screen and (max-width: 700px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�700px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	.news {
		font-size: 90%;
		margin-top: -2.8em;
	}

}

/*=========================================================================

CONTENTS

===========================================================================*/
#contents {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px #aaa;
}

@media screen and (max-width: 435px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	#contents {
		background-color: #fff;
	}
}

p {
	white-space: pre-line;
}

.text {
	margin: 0 6%;
}

@media screen and (max-width: 435px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	.text {
		margin: 0 5%;
	}
}

.ttl {
	width: 100%;
	margin: 6rem 0 4rem;
	background-repeat: repeat-x;
	background-size: contain;
}

.ttl_in {
	margin: 0 auto;
	border-bottom: solid 3px #ffc6c7;
	position: relative;
	width: fit-content;
	display: inline-block;
	line-height: 1.6;
	padding-bottom: 0.5em;
}

.ttl_in:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #da0001;
	bottom: -3px;
	width: 10%;
	left: 0px;
}

.ttl_text {
	width: 100%;
	margin: 3em 0 3em;
	padding: 0.5em 1em 0;
	color: #353535;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}

@media screen and (max-width: 435px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�320px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	.ttl_text {
		width: 100%;
		margin: 2em 0 1em;
		padding: 1em 6%;
		text-align: center;
	}

	.ttl {
		width: 100%;
		margin: 2.5em 0 2em;
		background-repeat: repeat-x;
		background-size: contain;
	}
}

.pcnone {
	display: none;
}

.spnone {
	display: inherit;
}

@media screen and (max-width: 435px) {


	.pcnone {
		display: inherit;
	}

	.spnone {
		display: none;
	}


}

/*=========================================================================

BULLET

===========================================================================*/
.bullet {
	padding: 0;
}

.bullet ul {
	background: #fff;
	padding: 1em 0;
}

.bullet ul li {
	background: #fff;
	background-image: url(../img/check.jpg);
	background-repeat: no-repeat;
	background-size: 2em;
	padding: .5em 0 .5em 2.8em;
	margin: 0;
	background-position: top .3em left .5em;
	font-size: 1em;
	border-bottom: dotted 2px #d8c9ba;
}

.bullet .fuan li {
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/moya.png);
}

.bullet ul li:first-child {
	padding: .5em 0 .5em 2.8em;
}

.bullet ul li:last-child {
	padding: .5em 0 .5em 2.8em;
}


.naiyou {
	width: 100%;
	border: solid 1px #E8E8E8;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin: 0 0 13px 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
}

.naiyou_img {
	border-radius: 0 5px 5px 0;
	float: left;
	overflow: hidden;
	width: 26%;
	margin-left: 1%;
}

.clum_end dl dd img {
	position: static;
	float: right;
}

.naiyou dt {
	padding: 0 0 0.2em 0;
	border-bottom: solid 1px #ff2222;
	font-weight: bold;
	margin: -9px 0 0.5em 0;
}

.naiyou dl {
	width: 100%;
	float: left;
}

.naiyou dd p {
	padding: 1em 0 0em 0;
	line-height: 30px;
}

.naiyou_nam {
	background: #ff2222;
	color: #fff;
	display: block;
	float: left;
	margin: 0.2em 1em 0 0;
	padding: 0em 0.5em;
	height: 100%;
}

.naiyou.clum_end {
	width: 912px;
	display: block;
	box-sizing: border-box;
	height: 20em;
}

.tokuten {
	width: 100%;
	border: solid 1px #E8E8E8;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin: 0 0 13px 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px;
}

.tokuten_img {
	border-radius: 0 5px 5px 0;
	float: left;
	overflow: hidden;
	width: 26%;
	margin-left: 1%;
}

.tokuten dt {
	padding: 0 0 0.2em 0;
	border-bottom: solid 1px #FF5A00;
	font-weight: bold;
	margin: -9px 0 0.5em 0;
}

.tokuten dl {
	width: 73%;
	float: left;
}

.tokuten dd p {
	padding: 1em 0 0em 0;
	line-height: 30px;
}

.tokuten_nam {
	background: #ff5a00;
	color: #fff;
	display: block;
	float: left;
	margin: 0.2em 1em 0 0;
	padding: 0em 0.5em;
	height: 100%;
}

.tokuten.clum_end {
	width: 912px;
	display: block;
	box-sizing: border-box;
	height: 20em;
}

/*=========================================================================

TOTUTEN 

===========================================================================*/
.naiyou_tokuten {
	width: 74%;
	margin: 0 auto;
	padding: 28px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}


h3 {
	position: relative;
	color: #fff;
	font-size: 24px;
	background: #b41011;
	margin: 0 -39px;
	padding: 4px 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}


h3:before,
h3:after {
	position: absolute;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #000;
	opacity: 0.5;
}

h3:before {
	left: 0;
	border-right: 5px solid #000;
}

h3:after {
	right: 0;
	border-left: 5px solid #000;
}



/*=========================================================================

VOICES

===========================================================================*/
.voice {
	background: #e6e2df;
	padding: 0;
	margin: 0 6%;
}

.voice p {
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent 2em, transparent 2.01em), linear-gradient(#eaeaea .1em, transparent .1em);
	background-size: 100% 1.8em;
	padding: 1.8em 1em;
	margin: 0 2% 1em;
	border: solid 1px gray;
	line-height: 1.8em;
}



/*=========================================================================

LETTER

===========================================================================*/


.letter {
	background:
		url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/letter01.png) center top no-repeat,
		url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/letter03.png) center bottom no-repeat,
		url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/letter02.png) center top repeat-y;
	background-size: contain;
}

.letter p {
	position: relative;
	background-image: linear-gradient(rgba(248, 202, 144, 0.5) .01em, transparent .1em);
	background-size: 100% 1.75em;
	line-height: 1.75em;
	margin: 3em 6%;
}



@media screen and (max-width: 435px) {
	.letter p .right_pic {
		padding: 0 0 0.75em 0 !important;
		width: auto !important;
		height: 10em !important;
	}
}

/*=========================================================================

TABLE

===========================================================================*/
table {
	border: solid 1px #DADADA;
}

caption {
	background: #3e3e3e;
	color: #fff;
	padding: .5em;
	border-radius: 5px 5px 0 0;
}

table tr {
	border-bottom: solid 1px #ddd;
}

table th {
	border-right: solid 1px #ddd;
	font-weight: 400;
	background: #3E3E3E;
	padding: 1em 1em;
	color: #fff;
	width: 23%;
}

table td {
	padding: 0.8em 1.2em;
	border: solid 1px #797979;
}

@media screen and (max-width: 435px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	table:not(.table_ichiran),
	table:not(.table_ichiran) tr,
	table:not(.table_ichiran) th,
	table:not(.table_ichiran) td,
	table:not(.table_ichiran) tbody,
	caption {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	table th {
		padding: .5em;
		border: 0;
	}

}

#send-table {
	border-left: 1px solid #dcdcc1;
	border-top: 1px solid #dcdcc1;
	font-size: 100%;
}

#send-table th {
	background-color: #656565;
	text-align: left;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
	color: #fff;
}

#send-table td {
	background-color: #fff;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
}

#send-table caption {
	background: #7FBFFF;
	padding: 8px 12px;
	margin: 5px 0;
	color: #fff;
	font-size: 130%;
	font-weight: 700;
}

.hissu {
	background: #fffc80;
	border-radius: 3px;
	padding: 0 3px;
	font-size: 80%;
	color: #080808;
}

/*=========================================================================

FAQ

===========================================================================*/
.qa {
	background: #fff;
}

.qa dl {
	border-radius: 5px;
	margin: 0 0 1rem;
}

.qa dt {
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/q01.jpg);
	background-position: left top;
	background-size: 1.3em;
	padding: 0 0 4px 2em;
	background-repeat: no-repeat;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: solid 1px #d10014;
	margin: 0 0 .5rem;
}

.qa dd {
	background-image: url(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/a01.jpg);
	background-position: left top;
	background-size: 1.3em;
	padding: 0 0 1em 2em;
	background-repeat: no-repeat;
	margin: 0;
}

/*=========================================================================

IMAGES

===========================================================================*/

.right_pic {
	padding: 0 0 1rem 1rem;
	float: right;
}

.left_pic {
	padding: 0 1rem 1rem 0;
	float: left;
}

@media screen and (max-width: 600px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�600px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	.right_pic {
		padding: 0 0 1rem 1rem;
		float: right;
		width: 50%;
	}

	.left_pic {
		padding: 0 1rem 1rem 0;
		float: left;
		width: 50%;
	}
}

@media screen and (max-width: 435px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�435px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	.right_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	.left_pic {
		padding: 0 0 1rem;
		float: none;
		width: 60%;
	}
}

.sankaku {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 2rem 0;
	border-color: #d60000 transparent transparent;
	display: block;
	text-align: center;
	margin: 0 auto -1rem;
}

/*=========================================================================

MOVIE

===========================================================================*/

.movie {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	border: solid 4px #bebebe;
	box-sizing: border-box;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m0a {
	margin: 0 auto;
	overflow: hidden;
	display: table;
}

.mes {
	margin: 0 auto;
	padding: 2px;
	background: #000;
	display: table;
	float: left;
}


/*=========================================================================

INPUT

===========================================================================*/
input {
	padding: 7px 8px;
	font-size: 100%;
	margin: 8px 0 6px;
	border-radius: 5px;
	border: solid 1px #A2A2A2;
	text-align: center;
}

input[type="submit"] {
	background-color: #5DC11A;
	box-shadow: 1px 2px 0 #149421;
	text-shadow: 0 -1px #149421;
	position: relative;
	padding: .5em 1em;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px;
}

input[type="submit"]:hover {
	top: 3px;
	box-shadow: none;
	color: #fff;
}

label:hover {
	background: #FFEFB7;
	cursor: pointer;
	border-radius: 6px;
}

/*=========================================================================

space-between

===========================================================================*/

.space-between {
	display: flex;
	justify-content: space-between;
}

.space-around {
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 700px) {

	.space-between {
		display: block;
	}

	.space-around {
		display: block;
		width: 83%;
		margin: 0 auto;
	}

}


/*=========================================================================

order

===========================================================================*/
.order {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 6px 1px #8c8c8c;
}

.order h3 {
	background: #1f1f1f;
	text-align: center;
	padding: .5em 0;
	color: #fff;
}

.bar {
	background: #feffc6;
	display: block;
	padding: .5em 0;
	border: double 3px #dcb90f;
}

/*=========================================================================

縲縲縲縲竊薙�繧ｿ繝ｳ竊�

===========================================================================*/
.submit {
	background-color: #48bb00;
	box-shadow: 0 8px 0 #399400;
	text-shadow: 0 -1px #007b15;
	position: relative;
	padding: .5em;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin: .3em 1em 1.7rem;
	text-align: center;
	box-sizing: border-box;
}

.submit:active,
.submit:hover {
	top: 8px;
	box-shadow: none;
}

.submit02 {
	background-color: #dc8e00;
	box-shadow: 0 8px 0 #945a00;
	text-shadow: 0 -1px #a36900;
	position: relative;
	padding: .5em;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin: .3em 1em 1.7rem;
	text-align: center;
	box-sizing: border-box;
	width: 80%;
}

.submit02:active,
.submit02:hover {
	top: 8px;
	box-shadow: none;
}

.imgbtn {
	display: block;
	margin: 30px auto;
}

.head_btn01 {
	display: block;
	right: 0;
	color: #000;
	font-size: 32px;
	background: #208F02;
	padding: 1.5em 0;
}

/*=========================================================================

縲縲縲縲竊薙ヵ繝�ち繝ｼ竊�

===========================================================================*/
footer {
	border-top: 1px solid #9a9a9a;
	width: 100%;
	padding: 35px 0 10px;
	font-size: 80%;
	color: #5F5F5F;
	margin-top: 3em;
	background: #fff;
}

.footer_in {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 1em;
}

footer a {
	color: #3C3C3C;
}

footer a:hover {
	color: #fff;
}

.page_top a {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: rgba(72, 187, 0, 0.83);
	color: #fff;
	padding: .5em;
	line-height: 1.4;
	width: 3.5em;
	height: 3.5em;
}

.page_top a:hover {
	background: rgba(121, 121, 121, 0.7);
}

@media screen and (max-width: 435px) {

	/* 陦ｨ遉ｺ鬆伜沺縺�320px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */
	.page_top a {
		display: none;
	}

	.footer_in p img {
		max-width: 50px;
	}
}

/*=========================================================================

縲縲縲縲竊薙Μ繝ｳ繧ｯ竊�

===========================================================================*/
a img {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

a img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}


/*=========================================================================

縲縲縲縲竊菟assform 竊�

===========================================================================*/
.passform {
	background: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 30px 1em;
	max-width: 1000px;
	margin: 20px auto 50px;
}

form.post-password-form {
	max-width: 1000px;
	margin: 1em auto 0;
	text-align: center;
	background: #fff;
}


/*=========================================================================

黒ボックス

===========================================================================*/
.box1 {
	border: solid 2px #252525;
	padding: 1em;
	background: #fff;
	width: 78%;
	margin: 0 auto;
}

.box2 {
    border: solid 20px #763f49;
    padding: 1em;
    background: #fff;
    width: 81%;
    margin: 0 auto;
}

.box3 {
    border: solid 5px #f2f2f2;
    padding: 1em;
    background: #fff;
    width: 95%;
    margin: 0 auto;
}


/*=========================================================================

クリーム色 下地

===========================================================================*/
.cream_box {
	padding: 1em;
	background: #fffee5;
	display: block;
}

/*=========================================================================

矢野追加 日程

===========================================================================*/

table.days2 {
	margin: 0 auto 0.5em;
	font-size: 130%;
	font-weight: bold;
}

/*=========================================================================

矢野追加 赤いボタン

===========================================================================*/
.submit01 {
	background-color: #bc071d;
	box-shadow: 0 8px 0 #5d0917;
	text-shadow: 0 -1px #6b2a09;
	position: relative;
	padding: .5em;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin: .3em 1em 1.7rem;
	text-align: center;
	box-sizing: border-box;
}

.submit1:active,
.submit01:hover {
	top: 8px;
	box-shadow: none;
}

/*=========================================================================

矢野追加 折りたたみ式Q&amp;A

===========================================================================*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #545454;
}

.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.cp_actab label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 10px 0 10px 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #efefef;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}

.cp_actab .cp_actab-content p {
	margin: 1em;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}

/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

.cp_actab input[type=checkbox] + label::after {
	content: '+';
}

.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


/* ヘッダー上 画像ボタン */
#navi {
	font-size: 60%;
	line-height: 1.2;
	padding: 0px;
	overflow-y: auto;
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 10px;
}

/* h2に背景画像 */
.ttl_text01 {
	width: 100%;
	margin: 3em 0 3em;
	padding: 1.5em 1em 1em;
	background: url(https://s3-ap-northeast-1.amazonaws.com/japan-i-school.jp/sl/max/img/ttl.png);
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}


@media screen and (max-width: 435px) {

	.ttl_text01 {
		width: 100%;
		margin: 2em 0 1em;
		padding: 1em 6%;
		text-align: center;
		background: url(https://s3-ap-northeast-1.amazonaws.com/japan-i-school.jp/sl/max/img/ttl_sp.png);
	}

	.ttl {
		width: 100%;
		margin: 2.5em 0 2em;
		background-repeat: repeat-x;
		background-size: contain;
	}
}



h02 {
	font-size: 210%;
	font-family: "新ゴ B";
	color: #cda15a;
	text-shadow: 0 -1px #0d0d0d;
}


input {
	padding: 7px 8px;
	font-size: 100%;
	margin: 8px 0 6px;
	border-radius: 5px;
	border: solid 1px #fff;
}

input[type="submit"] {
	background-color: #48bb00;
	position: relative;
	padding: .5em 1em;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	border: solid 1px;
	width: 100%;
	border: 1px solid #48bb00;
}


/* ヘッダー上 画像ボタン */
#navi {
	font-size: 60%;
	line-height: 1.2;
	padding: 0px;
	overflow-y: auto;
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 10px;
}


/* フラット ヘッダー丸ボタン赤 */
a.head_btn_orange {
	background: #ec4402;
	border-radius: 50px;
	padding: 0.5em 1.2em;
	color: #fff;
	text-align: right;
	float: right;
	margin-top: 1%;
}

a.btn_orange:hover,
a.head_btn:hover {
	background: #ff7038;
	font-weight: bold;
}


/* フラット 丸ボタン赤 */
a.btn_orange {
	background: #ec4402;
	border-radius: 50px;
	padding: 0.5em 1.2em;
	color: #fff;
	text-align: center;
	margin-top: 1%;
	display: inline-block;
}

a.btn_orange:hover,
a.head_btn:hover {
	background: #ff7038;
	font-weight: bold;
}


/* 黒背景タイトル */
.ttl_text02 {
	width: 100%;
	margin: 3em 0 3em;
	/* padding: 0.5em 1em 0; */
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #1d1d1f;
	padding: 15px 0px 10px 0px;
}


/* 三角マーク ステップ */
.sankaku {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 2rem 0;
	border-color: #d60000 transparent transparent;
	display: block;
	text-align: center;
	margin: 0 auto -1rem;
}


/* 背景カラー */
.bg_green {
	background-color: #4c8c54;
}

.bg_bleu {
	background-color: #02479b;
}

.bg_grey {
	background-color: #d2d2d2;
	padding: 1em 2em;
}

.bg_pink {
	background-color: #ff67ab;
}

.bg_cream {
	background-color: #fffee5;
}

.bg_purple {
    background-color: #763f49;
    position: relative;
    top: -28px;
}

.bg_red {
    background-color: #b41011;
}



.houganshi {
    background-color: #f8f8f8;
    background-image: linear-gradient(transparent 95%, #dddddd 5%), linear-gradient(
90deg
, transparent 95%, #dddddd 5%), linear-gradient(transparent 95%, #dddddd 5%), linear-gradient(
90deg
, transparent 95%, #dddddd 5%);
    background-size: 10px 10px;
    background-repeat: repeat;
    /* padding: 50px 0; */
}



/* カラー */
.white {
	color: #FFF;
}

.yw {
	color: #FF0;
}

.sign {
	float: right;
	font-weight: bold;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.kiyaku {
	height: 4em;
	overflow: scroll;
	background: #fff;
	padding: 1em;
	margin: 1em 0 0 0;
	border: solid 1px #b8b8b8;
}

@media screen and (max-width: 700px) {
	.m0a {
		margin-left: 4em;
		em;
		*/ em;
		*/ em;
		*/
	}
}


/* 動く画像ボタン */
a img {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

a img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}



@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}


/*=========================================================================



===========================================================================*/


.step{
	background: #d8080c;
	color: #fff;
	border-radius: 50px;
	padding: 0.5em 0.6em;
	font-weight: bold;
}



/*=========================================================================

SLIDE

===========================================================================*/

.move_slide{
	width:100%;
	height: 380px;
	background:url(../img/insta01.png);
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}

@media screen and (max-width: 435px) {
	.move_slide{
	width:100%;
	height: 380px;
	background:url(../img/insta01.png);
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}
}

@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 0;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 0;}
	100% {background-position: 800px 0;}
}
@-webkit-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-moz-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}


/*=========================================================================



===========================================================================*/


.move_slide2{
	width:100%;
	height: 380px;
	background:url(../img/insta02.png);
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}

@media screen and (max-width: 435px) {
	.move_slide2{
	width:100%;
	height: 380px;
	background:url(../img/insta02.png);
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}
}</pre></body></html>