@charset "utf-8";

@import "accbox_open.css";

/*--------------------
 * 共通
--------------------*/
.contents2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #333;
}
.contents2 p {
	margin-top:0;
}

.spOnly {display:none;}
@media screen and (max-width: 750px) {
	.pcOnly {display:none;}
	.spOnly {display:inline;}
}

img,
input[type="image"] {
	max-width: 100%;
	border: 0;
}

.wrapper {
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
}
li {
	list-style:none;
}
.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.green {
	color:#004928;
}
.orange {
	color:#f37e00;
}

/*--------------------
 * PCで幅縮小　一括指定
--------------------*/

@media screen and (min-width: 751px) {
	.contents2 .inner {
		margin:0 auto;
		width:900px;
	}
}

.list-note-1em {
	margin-top:15px;
}
  .list-note-1em > li {
    position: relative;
    padding-left: 1.2em;
  }
  .list-note-1em > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
.list-note-2em {
	margin-top:15px;
	list-style: none;
}
  .list-note-2em > li {
    position: relative;
    margin-left:0;
    padding-left: 2.2em;
  }
  .list-note-2em > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

ul.custommarker {
	list-style-type: none;
	margin-left:0.5em;
}
ul.custommarker li.marker1:before {
	content: '※1 ';
	margin-left:-2em;
}
ul.custommarker li.marker2:before {
	content: '※2 ';
	margin-left:-2em;
}
ul.custommarker li.marker3:before {
	content: '※3 ';
	margin-left:-2em;
}

ol.maru_num {
	list-style-type: none;
	margin:0;
}
ol.maru_num li.no1:before {
	content: '\02460  ';
	margin-left:-1.3em;
}
ol.maru_num li.no2:before {
	content: '\02461  ';
	margin-left:-1.3em;
}
ol.maru_num li.no3:before {
	content: '\02462  ';
	margin-left:-1.3em;
}
ol.maru_num li.no4:before {
	content: '\02463  ';
	margin-left:-1.3em;
}

.btnArea {
	padding:25px 0 35px;
	background:#d24319 ;
	text-align:center;
}
.btnArea .btn_tx {
	margin-bottom:10px;
	font-size:28px;
	font-weight:bold;
	color:#ffffff;
}
.btnArea a {
	display:block;
	margin:0 auto;
	padding:15px 50px;
	color:#d24319;
	width:11em;
	background:#ffffff;
	font-size:26px;
	font-weight:700;
	line-height:1;
	text-decoration: none;
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
}
.btnArea a:hover {
	background:#ffff33;
}
.btnArea a span {
	padding:5px 0 5px 30px;
	background: url(../img22/btn_ic1.png) no-repeat left center;
	background-size: 16px auto ;
}
@media screen and (max-width: 750px) {
	.btnArea {
		padding-top:3px;
		padding-bottom:30px;
		height:auto;
	}
	.btnArea .btn_tx {
		padding:20px 0 0;
		text-align:center;
		font-size:18px;
	}
	.btnArea a {
		margin-left:10px;
		margin-right:10px;
		font-size:22px;
		width:auto;
	}
}

.sec01 {
	background: url(../img22/sec01_02.png) no-repeat top center ;
}
.sec01 img {
	margin:0 auto;
}
.sec01 .inner1 {
	padding-bottom:54px;
	background:#855c00;
}
.sec01 .ti {
	padding:60px 0 248px;
}
.sec01 .tx {
	padding:24px 0 75px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.sec01 .tx2 {
	padding-bottom:35px;
}
.sec01 ul {
	margin:0 auto;
	width:780px;
	color:#ffffff;
	font-size:13px;
}

@media screen and (max-width: 750px) {
	.sec01 {
		background:url(../img22/sec01_02sp.png) no-repeat top center ;
		background-size:contain;
	}
	.sec01 .inner1 {
		padding:0 5% 35px;
		background:#855c00;
	}
	.sec01 .ti {
		margin:0 auto;
		padding:60px 0 170px;
		width:70%;
	}
	.sec01 .tx {
		padding:0 0 30px;
		font-size:14px;
	}
	.sec01 ul {
		width:100%;
		font-size:10px;
	}

}

.accbox {
	margin:40px 0 0 ;
}
.accbox label {
	padding:6px 20px 8px;
	font-size:22px;
	text-align:left;
	background: #855c00;
}
.accbox label span {
	padding-right:1em;
	font-size:16px;
}
@media screen and (max-width: 750px) {
	.accbox {
		margin:20px 5% 20px ;
	}
	.accbox label {
		padding:13px 10px 15px;
		text-align:left;
		font-size:18px;
	}
	.accbox label span {
		display:block;
		padding-right:1em;
		font-size:14px;
	}
}

.sec02 {
	padding:30px 0 90px ;
}
.sec02_01tx {
	margin-top:5px;
	font-size:12px;
}
.sec02_02 img {
	margin:60px auto 0 ;
}
.sec02_03 p {
	margin-top:50px;
}
.sec02_03 img {
	margin:0 auto ;
}
.contents2 .sec02_04 {
	margin-top:50px;
	font-size:12px;
}


@media screen and (max-width: 750px) {
	.sec02 {
		padding:30px 0 40px ;
	}
	.sec02_01 {
		text-align:center;
		font-size:24px;
		font-weight:600;
	}
	.sec02_03 img {
		width:100%;
	}
	.sec02_04 {
		line-height:1.4;
	}
}

.sec03_01 {
	padding:60px 0;
	background:#f3efe5;
}
.sec03_01 .sec03_01_01box {
	margin:0 auto ;
	display:flex;
	justify-content: space-between;
	width:868px;
}
.sec03_01 .sec03_01_01box img {
	width:100%;
}
.sec03_01_01box_01 {
	width:616px;
}
.sec03_01_01box_02 {
	width:236px;
}

.sec03_02 {
	margin:70px auto;
}
.sec03_02 img {
	margin:0 auto;
}

.sec03_03 {
	padding:60px 0;
	background:#f3efe5;
}
.sec03_03 .sec03_03_01box {
	margin:0 auto ;
	display:flex;
	justify-content: space-between;
	width:868px;
}
.sec03_03_01box_01 {
	width:420px;
}
.sec03_03_01box_02 {
	width:420px;
}
.sec03_03_01box_02 .ti{
	margin-top:30px;
}
.sec03_03_01box_02 .tx{
	margin-top:20px;
	font-size:16px;
}

.sec03_04 {
	margin:60px auto ;
	width:878px;
}
.sec03_04_02 {
	margin-top:10px;
	font-size:12px;
}

.sec03_05 {
	padding:80px 0 100px;
	background:#f3efe5;
}
.sec03_05 .ti {
	font-size:40px;
	color:#855c00;
	text-align:center;
}
.sec03_05 .tx {
	margin:20px auto 0 ;
	width:878px;
	font-size:20px;
}

@media screen and (max-width: 750px) {
	.sec03_02 img {
		width:94%;
	}
	.sec03_01 .sec03_01_01box {
		margin:0 auto 0px ;
		flex-direction: column;
		width:100%;
	}
	.sec03_01_01box_01 {
		margin:0 auto 30px ;
		width:90%;
	}
	.sec03_01_01box_02 {
		margin:0 auto ;
		width:50%;
	}
	.sec03_03 .sec03_03_01box {
		margin:0 auto ;
		flex-direction: column;
		width:90%;
	}
	.sec03_03_01box_01 {
		width:100%;
	}
	.sec03_03_01box_02 {
		width:100%;
	}
	.sec03_03_01box_01 .ti img {
		width:80%;
	}
	.sec03_04 {
		margin:60px auto ;
		width:90%;
	}
	.sec03_04_02 {
		margin-top:10px;
		font-size:10px;
	}
	.sec03_05 {
		padding:60px 0 60px;
	}
	.sec03_05 .ti {
		font-size:30px;
	}
	.sec03_05 .tx {
		margin:20px auto 0 ;
		width:90%;
		font-size:14px;
	}

}

.sec09 {
	margin:100px 0 ;
}
.sec09_01 img {
	margin:0 auto;
}
.sec09_01 .tx1 {
	margin:40px auto 40px ;
	width:800px;
	font-size:18px;
	line-height:1.8;
}
@media screen and (max-width: 750px) {
	.sec09 {
		margin:70px 0 50px ;
	}
	.sec09_01 .ti img {
		margin:0 auto;
		width:85%;
	}
	.sec09_01 .tx1 {
		margin:40px auto 40px ;
		width:90%;
		font-size:16px;
		line-height:1.8;
	}
	.sec09_01 .il1 img {
		margin:0 auto;
		width:95%;
	}
}

.sec04 {
	padding:0 0 80px ;
}
.sec04  h2 {
	margin:0 0 30px;
	padding:6px 15px;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing: 0;
	background:#855c00;
}
.sec04 .list-note-2em {
	font-size:13px;
}
@media screen and (max-width: 750px) {
	.sec04 {
		margin:0 0 0 ;
		padding:1px 0 20px ;
	}
	.sec04  h2 {
		margin:40px 0 15px;
		padding:10px 15px;
		font-size:20px;
	}
	.sec04 .list-note-2em {
		font-size:10px;
	}
}

table.syouhin_gaiyou {
	width:100%;
	border-top:1px solid #855c00;
	font-size:16px;
}
table.syouhin_gaiyou th {
	padding:6px 10px;
	width:25%;
	border-bottom:1px solid #fff;
	text-align:center;
	vertical-align:middle;
	background:#855c00;
	color:#fff;
	font-weight:normal;
}
table.syouhin_gaiyou td {
	padding:6px 15px;
	border-bottom:1px solid #855c00;
	background:#ffffff;
}
table.syouhin_gaiyou ul {
	margin:0;
}
table.syouhin_gaiyou ul li {
	margin-left:1em;
	list-style: disc ;
}
@media screen and (max-width: 750px) {
	table.syouhin_gaiyou {
		margin-top:20px;
		font-size:14px;
	}
}


.sec06 {
	padding:80px 0 125px;
}
.sec06 .inner1 .ti1 {
	font-size:46px;
	color:#855c00;
	font-weight:bold;
	text-align:center;
}
.sec06 .inner1 .tx1 {
	margin:0 auto;
	padding:20px 0 40px;
	width:780px;
	font-size:17px;
	line-height:1.8;
}
.sec06 .inner1 .ti2 {
	text-align:center;
}
.sec06 .inner1 .ti2 span {
	padding:15px;
	font-size:20px;
	font-weight:bold;
	color:#de4315;
	border:1px solid #de4315;
}
.sec06 .inner1 .ti3 {
	margin:80px auto 10px;
	padding:25px 10px;
	width:476px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	line-height:1.2;
	color:#ffffff;
	background:#855c00;
	-webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
}
.sec06 .inner1 .ti4 {
	margin:80px auto 10px;
	padding:15px 10px;
	width:476px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	line-height:1.2;
	color:#ffffff;
	background:#855c00;
	-webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
}
.sec06 .inner1 .tx2 {
	margin:0 auto;
	padding:20px 0 30px;
	width:780px;
	font-size:17px;
	line-height:1.8;
}
.sec06 .inner1 .tx3 {
	margin:0 auto;
	padding:20px 0 30px;
	width:780px;
	font-size:14px;
	line-height:1.8;
}
.sec06 .inner1 .il1 img {
	margin:0 auto;
}
@media screen and (max-width: 750px) {
	.sec06 {
		padding:60px 0 60px;
	}
	.sec06 .inner1 .ti1 {
		font-size:28px;
	}
	.sec06 .inner1 .tx1 {
		padding:20px 0 40px;
		width:90%;
		font-size:14px;
		line-height:1.8;
	}
	.sec06 .inner1 .ti2 span {
		display:inline-block;
		padding:15px;
		font-size:18px;
	}
	.sec06 .inner1 .ti3 {
		margin:60px auto 10px;
		padding:10px;
		width:70%;
		font-size:20px;
	}
	.sec06 .inner1 .ti4 {
		padding:15px 10px;
		width:70%;
		font-size:20px;
	}
	.sec06 .inner1 .tx2 {
		padding:20px 0 30px;
		width:90%;
		font-size:14px;
	}
	.sec06 .inner1 .tx3 {
		padding:20px 0 30px;
		width:90%;
		font-size:12px;
	}
	.sec06 .inner1 .il1 img {
		width:90%;
	}

}

.sec05 .inner {
	margin:80px auto;
	width:950px;
}
.sec05 .inner .ti1 {
	font-size:34px;
	color:#855c00;
	font-weight:bold;
	text-align:center;
}
.sec05 .inner .tx1 {
	margin:30px 0;
	font-size:18px;
}
.sec05_01 {
	display:flex;
	justify-content: space-between;
}
.sec05_01_01 {
	width:470px;
	text-align:right;
}
.sec05_01_02 {
	padding-top:80px;
	width:425px;
}
.sec05_01_01 img {
	width:520px;
}
.sec05_01_02 img {
	width:340px;
}

.sec05_01_02 .tx {
	margin-top:20px;
	font-size:19px;
	line-height:1.8;
}
.sec05_02 {
	display:flex;
	justify-content: space-between;
	margin-top:50px;
}
.sec05_02 img {
	width:100%;
}
.sec05_02_col {
	width:31%;
	border:4px solid #855c00;
}
.sec05_02_col .ti {
	margin:20px 0;
	font-size:32px;
	color:#855c00;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}
.sec05_02_col .tx {
	margin:20px 30px;
	font-size:18px;
	line-height:1.8;
}
@media screen and (max-width: 750px) {
	.sec05 .inner {
		margin:80px auto;
		width:90%;
	}
	.sec05 .inner .ti1 {
		font-size:24px;
		line-height:1.4;
	}
	.sec05 .inner .tx1 {
		margin:30px 0;
		font-size:16px;
	}
	.sec05_01 {
		flex-direction: column;
	}
	.sec05_01_01 {
		width:100%;
	}
	.sec05_01_02 {
		padding-top:40px;
		width:100%;
	}
	.sec05_01_01 img {
		width:100%;
	}
	.sec05_01_02 img {
		width:80%;
	}
	.sec05_01_02 .tx {
		margin-top:20px;
		font-size:16px;
		line-height:1.8;
	}
	.sec05_02 {
		flex-direction: column;
		margin-top:0;
	}
	.sec05_02_col {
		margin-top:30px;
		width:100%;
	}
	.sec05_02_col .ti {
		margin:20px 0;
		font-size:28px;
	}
	.sec05_02_col .tx {
		margin:20px 30px;
		font-size:14px;
		line-height:1.8;
	}

}
