@charset "utf-8";

/* ご利用方法（/use/index.html） */


/*-------------------------------------------------
#use
------------------------------------------------*/
#use {
	margin-bottom: 100px;
	background-color: #fffbc7;
}
#use .inner {
	width: 1040px;
	margin: 0 auto;
	padding: 100px 0;
}
#use .box01 {
	margin-bottom: 41px;
	border: 8px solid #45b035;
	border-radius: 20px;
	background-color: #fff;
}
#use .box01 h3 {
	padding: 20px 0;
	background-color:#45b035;
	color: #fff100;
	font-size: 3.0rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
}
#use .box01 ul.pc {
	padding: 40px;
}

#use .box01 ul.pc > li {
	display: flex;
}
#use .box01 ul.pc > li:nth-child(-n+3) {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 6px dotted #45b035;
}
#use .box01 ul.pc > li > div:nth-child(1) {
	width: 90px;
	margin-right: 40px;
}
#use .box01 ul.pc > li > div:nth-child(2) {
	width: 694px;
	margin-right: 40px;
}
#use .box01 ul.pc > li:nth-child(4) > div:nth-child(2) {
	width: 604px;
}
#use .box01 ul.pc > li > div:nth-child(2) h4 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.3;
}
#use .box01 ul.pc > li > div:nth-child(2) .app-dl {
	display: flex;
	justify-content: space-between;
}
#use .box01 ul.pc > li > div:nth-child(2) .app-dl li {
	display: flex;
}
#use .box01 ul.pc > li > div:nth-child(2) .app-dl li p {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
#use .box01 ul.pc > li > div:nth-child(2) .app-dl li a img {
	margin-right: 20px;
}
#use .box01 ul.pc > li > div:nth-child(2) .app-dl li img {
	height: 74px;
}
#use .box01 ul.pc > li > div:nth-child(2) > p {
	font-size: 1.8rem;
	line-height: 1.6;
}
#use .box01 ul.pc > li > div:nth-child(2) > p sup {
	font-size: 1.2rem;
}
#use .box01 ul.pc > li > div:nth-child(2) ul.notes {
	margin-top: 1em;
}
#use .box01 ul.pc > li > div:nth-child(2) ul.notes li {
	font-size: 1.6rem;
	line-height: 1.6;
}
#use .box01 ul.pc > li > div:nth-child(3) {
	width: 80px;
}
#use .box01 ul.pc > li:nth-child(4) > div:nth-child(3) {
	width: 170px;
}
#use .box01 ul.pc > li:nth-child(4) h4 {
	width: 530px;
}
#use .box01 ul.pc > li:nth-child(4) > div > p {
	font-size: 2.6rem;
	font-weight: 600;
}
#use .box02 {
	margin-bottom: 40px;
}
#use a.btn01 {
	width: 600px;
	margin: 0 auto;
}



/*-------------------------------------------------
#feature
------------------------------------------------*/
#feature {
	margin: 0 auto 100px;
}
#feature .inner {
	position: relative;
	display: flex;
	align-items: center;
	width: 1040px;
	margin: 0 auto;
}
#feature .inner.bg::before {
	margin-right: -100px;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #f3f3f3;
	width: 630px;
	height: 310px;
	z-index: -1;
}
#feature .box01 {
	width: 600px;
	margin-right: 110px;
}
#feature .box01 h2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #45b035;
	color: #45b035;
	font-size: 3.0rem;
	line-height: 1.4;
	text-align: left;
}
#feature .box01 dt {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.5;
}
#feature .box01 dt:nth-child(n+2) {
	margin-top: 50px;
}
#feature .box01 dd {
	font-size: 1.6rem;
	line-height: 2.6;
}
#feature .box02 {
	width: 330px;
}







/*//////////////////////////////////////////////////////////////

SmartPohne

//////////////////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {

/*-------------------------------------------------
#use
------------------------------------------------*/
#use {
	margin-bottom: 30px;
}
#use .inner {
	width: auto;
	padding: 30px 3%;
}
#use .box01 {
	margin-bottom: 20px;
	border: 4px solid #45b035;
	border-radius: 10px;
}
#use .box01 h3 {
	padding: 10px 0;
	font-size: 5.314vmin;
}
#use .box01 ul.sp {
	padding: 10px;
}

#use .box01 ul.sp > li:nth-child(-n+3) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px dotted #45b035;
}
#use .box01 ul.sp > li > div:nth-child(1) {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
#use .box01 ul.sp > li > div:nth-child(1) p {
	width: 16%;
	margin-right: 3%;
}
#use .box01 ul.sp > li > div:nth-child(1) h4 {
	flex: 1;
	margin-bottom: 10px;
	font-size: 4.83vmin;
	line-height: 1.3;
}
#use .box01 ul.sp > li > div:nth-child(2) .app-dl li {
	display: flex;
	justify-content: space-between;
}
#use .box01 ul.sp > li > div:nth-child(2) .app-dl li + li {
	margin-top: 20px;
}
#use .box01 ul.sp > li > div:nth-child(2) .app-dl li div:nth-child(1) {
	width: 66%;
	margin-right: 6%;
}
#use .box01 ul.sp > li > div:nth-child(2) .app-dl li div:nth-child(2) {
	flex: 1;
	margin-right: 3%;
}
#use .box01 ul.sp > li > div:nth-child(2) .app-dl li p {
	margin-top: 6px;
	font-size: 3.623vmin;
	font-weight: 600;
	text-align: center;
}
#use .box01 ul.sp > li:nth-child(1) div:nth-child(3) {
	width: 26%;
	margin: 16px auto 0;
}
#use .box01 ul.sp > li:nth-child(n+2) > div:nth-child(n+2) {
	display: flex;
}
#use .box01 ul.sp > li:nth-child(n+2) > div:nth-child(n+2) p:nth-child(1) {
	flex: 1;
	font-size: 3.864vmin;
	line-height: 1.6;
}
#use .box01 ul.sp > li:nth-child(n+2) > div:nth-child(n+2) p:nth-child(2) {
	width: 26%;
	margin-left: 3%;
}
#use .box01 ul.sp > li > div:nth-child(2) > p sup {
	font-size: 2.415vmin;
}
#use .box01 ul.sp > li > .notes li {
	margin-top: .6em;
	font-size: 3.381vmin;
	line-height: 1.6;
}
#use .box01 ul.sp > li:nth-child(4) div:nth-child(2) p:nth-child(1) {
	font-size: 4.83vmin;
	font-weight: 600;
	line-height: 1.6;
}
	
#use .box02 {
	margin-bottom: 20px;
}
#use a.btn01 {
	width: auto;
}
	
	
	
/*-------------------------------------------------
#feature
------------------------------------------------*/
#feature {
	margin: 0 auto 30px;
}
#feature .inner {
	position: static;
	flex-flow: column-reverse nowrap;
	width: auto;
	padding: 0 3%;
}
#feature .box01 {
	width: auto;
	margin-right: 0;
	margin-top: 30px;
}
#feature .box01 h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 4px dotted #45b035;
	font-size: 5.314vmin;
	text-align: center;
}
#feature .box01 dt {
	margin-bottom: 6px;
	font-size: 4.83vmin;
}
#feature .box01 dt:nth-child(n+2) {
	margin-top: 20px;
}
#feature .box01 dd {
	font-size: 3.864vmin;
	line-height: 2.0;
}
#feature .box02 {
	width: 50%;
}


}/* / @media*/
