
#main {
	width: 100%;
	background-color: #fff;
	padding: 60px 0 5px;
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}
#sec01 .left {
	width: 60%;
}
#sec01 .left .ttl {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 180%;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
#sec01 .left .ttl span {
	font-size: 1.2em;
	font-weight: 700;
	display: inline-block;
	margin: 0 3px;
}
#sec01 .left .ttl span {
  color: #4d9bc1;
  border: 2px solid #4d9bc1;
  margin: 0 0.03em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2;
	text-align: center;
	background-color: #fff;
}
#sec01 .left p {
	margin-bottom: 15px;
}
#sec01 .left p strong {
	display: inline-block;
}
#sec01 .img {
	width: 35%;
}
@media screen and (max-width: 980px) {
	#sec01 {
        display: block;
		position: relative;
    }
    #sec01 .left {
        width: 100%;
    }
	#sec01 .img {
		width: 170px;
		position: absolute;
		top: -80px;
		right: -10px;
		z-index: 0;
	}
	#sec01 .left .ttl {
        font-size: 1.3em;
		position: relative;
		z-index: 1;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 30px;
    }
	#sec01 .img {
		width: 140px;
		right: -20px;
	}
	#sec01 .left .ttl {
        font-size: 1.2em;
        margin-bottom: 30px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto 50px;
	border-radius: 20px;
	background-color: #FFE30B;
	padding: 30px;
}
#sec02 > .ttl {
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
#sec02 p {
	width: 98%;
	margin: 0 auto 30px;
}
#sec02 .inner {
	border-radius: 20px;
	background-color: #fff;
	padding: 20px;
}
#sec02 .inner .ttl {
	text-align: center;
	margin-bottom: 20px;
}
#sec02 .inner img {
	display: block;
	max-width: 750px;
	width: 95%;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
		padding: 20px 10px 10px;
		margin: 0 auto 20px;
		border-radius: 10px;
	}
	#sec02 > .ttl {
        font-size: 1.2em;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }
    #sec02 p {
		width: 95%;
        margin: 0 auto 10px;
		line-height: 180%;
    }
	#sec02 .inner {
		padding: 15px 10px 10px;
		border-radius: 10px;
	}
	#sec02 .inner .ttl {
		margin-bottom: 15px;
		font-size: 12px;
	}
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto 60px;
	border-radius: 20px;
	border: #FF980B 3px solid;
	padding: 30px 5%;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
#sec03 .sec03-in {
	margin-bottom: 30px;
}
#sec03 .sec03-in strong {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 1.2em;
}
#sec03 .outer {
    width: 100%;
	margin-bottom: 20px;
}
#sec03 table {
    border-collapse: collapse;
    width: 100%;
}
#sec03 table td,
#sec03 table th {
    padding: 10px;
	font-weight: 400;
	line-height: 160%;
	text-align: center;
	font-size: .9em;
	vertical-align: middle;
}
#sec03 table tr {
	width: 100%;
	border-bottom: rgba(0,0,0,.1) 1px solid;
	transition: .3s;
}
#sec03 table.tb-style1 tr:hover {
	background-color: rgba(63,147,105,.05);
}
#sec03 table.tb-style2 tr:hover {
	background-color: rgba(60,46,37,.05);
}
#sec03 table.tb-style3 tr:hover {
	background-color: rgba(38,171,233,.05);
}
#sec03 table th {
	background-color: #eee;
	padding: 5px 10px;
	font-size: 12px;
}
#sec03 table td {
	width: 19%;
	border-right: rgba(0,0,0,.1) 1px solid;
	font-weight: 400;
}
#sec03 table td:first-child {
	width: 24%;
	text-align: left;
	background-color: rgba(255,239,119,.5);
	border-right:  none;
	padding: 10px 10px 10px 15px;
}
#sec03 table td:last-child {
	border-right:  none;
}
#sec03 table td .yen {
	font-size: 1.3em;
	letter-spacing: 0;
	font-weight: 500;
	display: inline-block;
	margin: 5px 0;
}
#sec03 table td .under {
	background: linear-gradient(transparent 70%, rgba(255,153,171,.4) 70%);
	font-weight: 600;
}
#sec03 table td p {
	text-align: center;
}
#sec03 table td p .yen {
	font-size: 1em;
}
#sec03 .cap {
	font-size: 12px;
}
#sec03 .cap li {
	padding-left:1em;
	text-indent:-1em;
	line-height: 150%;
}
#sec03 .cap li::before {
	content: "※";
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec03 {
        margin: 0 auto 20px;
        border-radius: 10px;
        border: #FF980B 2px solid;
        padding: 20px 0 0;
    }
	#sec03 .sec03-in {
		width: 90%;
		margin: 0 auto 20px;
	}
	#sec03 .outer {
        margin-bottom: 20px;
		overflow-x: scroll;
    }
	#sec03 table {
		width: 560px;
	}
	#sec03 table th {
		font-size: 10px;
		padding: 4px 0px;
	}
	#sec03 table td {
		font-size: 12px;
		padding: 7px;
		width: 18.5%;
	}
	#sec03 table td:first-child {
		padding: 7px 0px 7px 10px;
		width: 26%;
	}
}
/* --------------------------------------------------- */

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

