@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: 900px;
    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 4em;
}

.ttl_in:after {
    display: none;
}

.ttl_text {
   /* color: #fff;
    background: #3e3e3e;*/
    margin-top: 0;
}
@media screen and (max-width: 435px) {
	/* 陦ｨ遉ｺ鬆伜沺縺�320px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ縺吶ｋ繧ｹ繧ｿ繧､繝ｫ */


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

.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(https://s3-ap-northeast-1.amazonaws.com/j-i-s-sl/temp/img/check01.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: 30px;
}
.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: 80%;
	margin: 0 auto;
	padding: 28px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}


h3 {
	margin:10px 0;
	font-size:100%;
	font-weight:normal;
	color:#2e2c2c;
	border-bottom:1px solid #515151;
}


/*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%;}


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

INPUT

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

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