@charset  "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
body {
	color: #353535;
	font-family:"Noto Sans JP",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', メイリオ,Meiryo,'MS PGothic','MS UI Gothic',Helvetica,Arial,sans-serif;
	line-height: 1.8;
	background: #ffffff;
	background-size: cover;
	font-size: 20px;
}

  
	h1{font-size:250%;}
	h2{font-size: 320%;font-weight: 900;}
	h3{font-size: 40px;text-align: center;}
	h4{font-size:125%;}
	h5{font-size:100%;}
	
@media screen and (max-width: 1000px) {

	h1{font-size:200%}
	h2{font-size: 240%;}
	h3{font-size: 40px;}
	h4{font-size:125%}
	h5{font-size:100%}
}

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

  
	h1{font-size:150%}
	h2{font-size: 7vw;}
	h3{font-size: 130%;}
	h4{font-size:100%}
	h5{font-size:100%}
}


ul.list_a01,ul.list_b01 {
	padding: 0.2em 0.5em 0.3em;
	font-weight: bold;
	font-size: 130%;
	background: #f4f4f4;
}

ul.list_a01 li,ul.list_b01 li {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-size: 1.3em;
	padding: .5em 0 .5em 2.9em;
	margin: 0;
	background-position: top 0.7em left 0.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/temp/img/moya.png);
}

@media screen and (max-width: 700px) {
	ul.list_a01,ul.list_b01 {
		padding: 1em 0;
		font-weight: bold;
		font-size: 140%;
	}
	
	ul.list_a01 li,ul.list_b01 li {
		background-image: url(../img/check.png);
		background-repeat: no-repeat;
		background-size: 1em;
		padding: .5em 0.5em 0.5em 1.3em;
		margin: 0;
		background-position: top 0.9em left 0.4em;
		font-size: 20px;
		border-bottom: dotted 2px #d8c9ba;
	}
}

@media screen and (min-width: 700px) {
	.pc_none,.pcnone {
		display: none;
	}
	}
	@media screen and (max-width: 700px) {
	.sp_none,.spnone {
		display: none;
	}
	}
/*=========================================================================

　　　　↓ヘッダー↓

===========================================================================*/
header {
    width: 100%;
    text-align: center;
    background: url(../img/top_back.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: bottom center;
    background-color: #e6f1f9;
    padding: 5em 1em 3em;
}

.header_in {
	position: relative;
	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;
}

}

.head_bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 4px #aaa;
    z-index: 99999;
    position: relative;
}

.head_bar01 {
    padding-left: 2em;
    font-size: 25px;
    font-weight: 700;
}

.head_bar02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_bar02 a:nth-child(1) {
    /* padding-right: 1em; */
}

@media screen and (max-width:1000px) {
    .head_bar {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0px 1px 4px #aaa;
		z-index: 99999;
		position: relative;
	}
	
	.head_bar01 {
		padding: 0.5em 4%;
		width: 51%;
		font-size: 3vw;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		text-align: center;
		line-height: 1.3;
	}
	
	.head_bar02 {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 37%;
	}
	
	.head_bar02 a:nth-child(1) {
		/* padding-right: 1em; */
	}
}
/*=========================================================================

　　　　↓全体レイアウト↓

===========================================================================*/
#contents {
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

@media screen and (max-width: 435px) {
	/* 表示領域が435px以下の場合に適用するスタイル */
	#contents {
		background-color: #fff;
	}
}

p {
	white-space: pre-line;
}

.text {
	padding: 0 2em;
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}

@media screen and (max-width: 435px) {
	/* 表示領域が435px以下の場合に適用するスタイル */
	.text {
		margin: 0 2%;
		padding: 0 0.5em;
	}
}

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

.ttl_in {
	margin: 0 auto;
	position: relative;
	line-height: 1.6;
	padding-bottom: 0.5em;
}
.ttl_text {
	width: 100%;
	padding: 3em 0em 2em;
	color: #182850;
	text-align: center;
	box-sizing: border-box;
	font-weight:bold;
}

@media screen and (max-width: 700px) {
	/* 表示領域が320px以下の場合に適用するスタイル */
	.ttl_text {
		width: 100%;
		padding: 1em 0.5em;
		text-align: center;
	}

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


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

　　　　↓ブレット↓

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

　　　　↓お客様の声↓

===========================================================================*/
.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 {
    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) 1px, transparent 1px);
    background-size: 100% 1.75em;
    line-height: 1.75em;
    margin: 3em;
}



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

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

　　　　↓テーブル↓

===========================================================================*/
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: #182850;
	padding: 1em 1em;
	color: #fff;
	width: 23%;
	text-align: left;
}

table td {
	padding: 0.5em;
	/* text-align: right; */
	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;
}

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

　　　　↓Q&A↓

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

.qa dl {
	border-radius: 5px;
	margin: 0 0 1em;
	background: #fff;
	padding: 1em;
	border-radius: 8px;
}

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

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

　　　　↓画像系↓

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

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

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

@media screen and (max-width: 600px) {
	/* 表示領域が600px以下の場合に適用するスタイル */
	.right_pic {
		padding: 0 0 1em 1em;
		float: right;
		width: 50%;
	}
	.left_pic {
		padding: 0 1em 1em 0;
		float: left;
		width: 50%;
	}
}

@media screen and (max-width: 435px) {
	/* 表示領域が435px以下の場合に適用するスタイル */
	.right_pic {
		padding: 0 0 1em;
		float: none;
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.left_pic {
		padding: 0 0 1em;
		float: none;
		width: 60%;
	}
}

.sankaku {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1em 2em 0;
	border-color: #d60000 transparent transparent;
	display: block;
	text-align: center;
	margin: 0 auto -1em;
}
.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 {
	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 {
  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 {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 10px 3px #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 0.1em 1.7rem;
	text-align: center;
	box-sizing: border-box;
}

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

.submit02 {
    background-color: #f57200;
    box-shadow: 0 8px 0 #945a00;
    text-shadow: 0 -1px #a36900;
    position: relative;
    padding: 0.3em 1.1em;
    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: #e6f1f9;
}

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

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

　　　　↓リンク↓

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




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

　　　　↓sec01↓

================================================*/
.sec01 {}
.sec01 .elem_wrap {}
.sec01 .elem01 {}
.sec01 .elem01 .item01 {}
.sec01 .elem01 .item02 {}
.sec01 .elem01 .item03 {}
.sec01 .elem02 {
    padding: 1em;
    border-radius: 8px;
}
.sec01 .elem02 .item01 {}
.sec01 .elem02 .item02 {}
.sec01 .elem02 .item03 {}
.sec01 .elem03 {}
.sec01 .elem03 .item01 {}
.sec01 .elem03 .item02 {}
.sec01 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec02↓

================================================*/
.sec02 {}
.sec02 .elem_wrap {}
.sec02 .elem01 {}
.sec02 .elem01 .item01 {}
.sec02 .elem01 .item02 {}
.sec02 .elem01 .item03 {}
.sec02 .elem02 {
    border: solid 1px #6779a7;
    border-radius: 1em;
    padding: 1.3em;
    font-weight: bold;
    background: #fff;
}
.sec02 .elem02 .item01 {
    background: #182850;
    color: #fff;
    display: inline-block;
    padding: 0 0.6em;
    border-radius: 50px;
}
.sec02 .elem02 .item02 {}
.sec02 .elem02 .item03 {}
.sec02 .elem03 {}
.sec02 .elem03 .item01 {}
.sec02 .elem03 .item02 {}
.sec02 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec03↓

================================================*/
.sec03 {}
.sec03 .elem_wrap {}
.sec03 .elem01 {
    background: #fff;
    padding: 1.4em 1.6em 2em 1.6em;
    border-radius: 0.7em;
    margin-bottom: 1em;
	background-image: url(../img/back03.png);
    background-repeat: repeat;
}
.sec03 .elem01 .item01 {
    margin-bottom: 0.9em;
}
.sec03 .elem01 .item02 {
    margin-bottom: 1em;
}
.sec03 .elem01 .item03 {
    background: #f4f4f4;
    padding: 0.5em;
    border-radius: 5px;
}
.sec03 .elem02 {}
.sec03 .elem02 .item01 {}
.sec03 .elem02 .item02 {}
.sec03 .elem02 .item03 {}
.sec03 .elem03 {}
.sec03 .elem03 .item01 {}
.sec03 .elem03 .item02 {}
.sec03 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
	.sec03 .elem01 {
    padding: 1.4em 1em 2em 1em;
}
}

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

　　　　↓sec04↓

================================================*/
.sec04 {
    padding-bottom: 2em;
}
.sec04 .elem_wrap {}
.sec04 .elem01 {}
.sec04 .elem01 .item01 {}
.sec04 .elem01 .item02 {}
.sec04 .elem01 .item03 {}
.sec04 .elem02 {}
.sec04 .elem02 .item01 {}
.sec04 .elem02 .item02 {}
.sec04 .elem02 .item03 {}
.sec04 .elem03 {}
.sec04 .elem03 .item01 {}
.sec04 .elem03 .item02 {}
.sec04 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec05↓

================================================*/
.sec05 {}
.sec05 .elem_wrap {}
.sec05 .elem01 {}
.sec05 .elem01 .item01 {}
.sec05 .elem01 .item02 {}
.sec05 .elem01 .item03 {}
.sec05 .elem02 {}
.sec05 .elem02 .item01 {}
.sec05 .elem02 .item02 {}
.sec05 .elem02 .item03 {}
.sec05 .elem03 {}
.sec05 .elem03 .item01 {}
.sec05 .elem03 .item02 {}
.sec05 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec06↓

================================================*/
.sec06 {}
.sec06 .elem_wrap {}
.sec06 .elem01 {}
.sec06 .elem01 .item01 {}
.sec06 .elem01 .item02 {
    border: solid 2px #182850;
    border-radius: 1em;
    padding: 1.2em 1.4em;
}
.sec06 .elem01 .item03 {}
.sec06 .elem02 {}
.sec06 .elem02 .item01 {}
.sec06 .elem02 .item02 {}
.sec06 .elem02 .item03 {}
.sec06 .elem03 {}
.sec06 .elem03 .item01 {}
.sec06 .elem03 .item02 {}
.sec06 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec07↓

================================================*/
.sec07 {}
.sec07 .elem_wrap {}
.sec07 .elem01 {
    border: solid 5px #f57200;
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.sec07 .elem01 .item01 {}
.sec07 .elem01 .item02 {}
.sec07 .elem01 .item03 {}
.sec07 .elem02 {}
.sec07 .elem02 .item01 {}
.sec07 .elem02 .item02 {}
.sec07 .elem02 .item03 {}
.sec07 .elem03 {}
.sec07 .elem03 .item01 {}
.sec07 .elem03 .item02 {}
.sec07 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec08↓

================================================*/
.sec08 {}
.sec08 .elem_wrap {}
.sec08 .elem01 {}
.sec08 .elem01 .item01 {
    padding: 1em;
    border: solid 1px #d9d9d9;
    overflow: scroll;
    max-height: 20em;
    background: #f0f0f0;
}
.sec08 .elem01 .item02 {}
.sec08 .elem01 .item03 {}
.sec08 .elem02 {}
.sec08 .elem02 .item01 {}
.sec08 .elem02 .item02 {}
.sec08 .elem02 .item03 {}
.sec08 .elem03 {}
.sec08 .elem03 .item01 {}
.sec08 .elem03 .item02 {}
.sec08 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec09↓

================================================*/
.sec09 {}
.sec09 .elem_wrap {}
.sec09 .elem01 {}
.sec09 .elem01 .item01 {}
.sec09 .elem01 .item02 {}
.sec09 .elem01 .item03 {}
.sec09 .elem02 {}
.sec09 .elem02 .item01 {}
.sec09 .elem02 .item02 {}
.sec09 .elem02 .item03 {}
.sec09 .elem03 {}
.sec09 .elem03 .item01 {}
.sec09 .elem03 .item02 {}
.sec09 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec10↓

================================================*/
.sec10 {}
.sec10 .elem_wrap {}
.sec10 .elem01 {}
.sec10 .elem01 .item01 {}
.sec10 .elem01 .item02 {}
.sec10 .elem01 .item03 {}
.sec10 .elem02 {}
.sec10 .elem02 .item01 {}
.sec10 .elem02 .item02 {}
.sec10 .elem02 .item03 {}
.sec10 .elem03 {}
.sec10 .elem03 .item01 {}
.sec10 .elem03 .item02 {}
.sec10 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec11↓

================================================*/
.sec11 {}
.sec11 .elem_wrap {}
.sec11 .elem01 {}
.sec11 .elem01 .item01 {}
.sec11 .elem01 .item02 {}
.sec11 .elem01 .item03 {}
.sec11 .elem02 {}
.sec11 .elem02 .item01 {}
.sec11 .elem02 .item02 {}
.sec11 .elem02 .item03 {}
.sec11 .elem03 {}
.sec11 .elem03 .item01 {}
.sec11 .elem03 .item02 {}
.sec11 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓sec12↓

================================================*/
.sec12 {}
.sec12 .elem_wrap {}
.sec12 .elem01 {}
.sec12 .elem01 .item01 {}
.sec12 .elem01 .item02 {}
.sec12 .elem01 .item03 {}
.sec12 .elem02 {}
.sec12 .elem02 .item01 {}
.sec12 .elem02 .item02 {}
.sec12 .elem02 .item03 {}
.sec12 .elem03 {}
.sec12 .elem03 .item01 {}
.sec12 .elem03 .item02 {}
.sec12 .elem03 .item03 {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 760px) {
}

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

　　　　↓追加↓

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

.back01{
	background-color:#f8f3ec;
}
.back02{
	background-color: #e6f1f9;
}
.back03 {
    background-image: url(../img/back03.png);
    background-repeat: repeat;
    margin-bottom: 2em;
}
.back04{
	background-image: -moz-linear-gradient( 130deg, rgb(247,239,212) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 130deg, rgb(247,239,212) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 130deg, rgb(247,239,212) 0%, rgb(255,255,255) 100%);
}
span.num {
    display: inline-block;
    background: #182850;
    line-height: 1;
    color: #fff;
    padding: 0.1em 0.3em 0.2em 0.3em;
    margin-right: 0.4em;
    border-radius: 0.2em;
}