@charset "utf-8";

.m_mainvisual {
	position: relative;
	background-color: #28c8fc;
	min-width: 1200px;
}
.m_mainvisual::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 388px;
	background: url(../../img/main_bg_01.png) no-repeat 50% 50%;
	background-size: 100% 388px;
}
.m_mainvisual .p_lead {
	position: relative;
	background-color: #ff960b;
	padding: 21px 0 24px;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	line-height: 1.4;
}
.m_mainvisual .p_lead::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	width: 0;
	margin: 0 auto;
	border-top: 25px solid #ff960b;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
}
.m_mainvisual .p_inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 25px 55px;
	height:710px
}
.m_mainvisual .p_bg01 {
	position: absolute;
	top: 32px;
	left: -65px;
}
.m_mainvisual h1 {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.m_mainvisual h1 a{
	margin-left:18px;
}
.m_mainvisual h1 a + img{
	display: block;
	margin-top:5px;
}
.m_mainvisual .p_campaign {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-left: 60px;
}
.m_mainvisual .p_campaign:hover {
	opacity: 0.8;
}
.m_mainvisual .p_img {
	position: absolute;
	top: 10px;
	right: 150px;
	width: 35%;
}
.m_mainvisual .p_box {
	position: relative;
	border-radius: 10px;
	background: #fff;
	padding: 15px 10px 28px 40px;
	display: flex;
	align-items: center;
	width: 576px;
	margin: -10px auto 0;
	box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.16);
	font-size: 1.8rem;
	font-weight: bold;
	opacity: 0;
	transition: opacity 0.5s;
	top:50px;
}
.m_mainvisual .p_box.s_show {
	opacity: 1;
}
.m_mainvisual .p_box::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	width: 98px;
	height: 40px;
	margin: 0 auto;
	background: url(../../img/scroll.png) no-repeat 0 0;
	animation: scrollIcon infinite 1s;
}
@keyframes scrollIcon {
	0% { bottom: -18px; }
	50% { bottom: -10px; }
	100% { bottom: -18px; }
}
.m_mainvisual .p_box p {
	margin: 10px 0 0 15px;
	line-height: 1.8;
}
@media screen and (max-width: 767px){
	.m_mainvisual {
		min-width: 0;
	}
	.m_mainvisual::before {
		bottom: 0;
		height: 60vw;
		background: url(../../img/main_bg_sp.png) no-repeat 50% 0 #fff;
		background-size: contain;
	}
	.m_mainvisual .p_lead {
		padding: 10px 0;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.m_mainvisual .p_lead::after {
		bottom: -12px;
		border-top: 12px solid #ff960b;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
	}
	.m_mainvisual .p_inner {
		padding: 15px 10px 0;
		max-width: 500px;
			height:148vw;
	}
	.m_mainvisual .p_bg02 {
		position: absolute;
		top: 28%;
		right: 5%;
		width: 9%;
	}
	.m_mainvisual h1 {
		left: 5px;
	}
	.m_mainvisual h1 a {
		margin-left: 0;
	}
	.m_mainvisual .p_campaign {
		margin-left: 0;
	}
	.m_mainvisual .p_img {
		position: absolute;
		display: block;
		width: 32%;
		margin: 5px 10px 0 auto;
		right: 0;
		top: 50px;
	}
	.m_mainvisual .p_box {
		border-radius: 5px;
		padding: 3px 20px 10px 10px;
		width: auto;
		max-width: 370px;
		margin: 0 auto;
		font-size: 1.2rem;
		letter-spacing: 0;
			top:0;
	}
	.m_mainvisual .p_box::after {
		bottom: -11px;
		width: 61px;
		height: 22px;
		background-size: contain;
	}
	.m_mainvisual .p_box img {
		width: 62px;
	}
	.m_mainvisual .p_box p {
		line-height: 1.6;
	}
	.m_mainvisual h1 a + img{
		width:60%;
	}
}

.m_summary {
	position: relative;
	width: calc(100% - 300px);
	min-width: 1100px;
	margin: 0 auto 75px;
}
.m_summary h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 4.8rem;
	font-weight: bold;
}
.m_summary h2 .p_head {
	position: relative;
	display: inline-block;
	border-radius: 18px;
	background-color: #ffc400;
	padding: 0 30px;
	font-size: 2.2rem;
	line-height: 35px;
	letter-spacing: 0.1em;
}
.m_summary h2 .p_head::after {
	content: '';
	position: absolute;
	left: 50px;
	bottom: -8px;
	border-top: 8px solid #ffc400;
	border-left: 8px solid transparent;
	transform: skewX(20deg);
}
.m_summary .p_cloud01 {
	position: absolute;
	right: -65px;
	top: 310px;
}
.m_summary .p_cloud02 {
	position: absolute;
	left: -65px;
	bottom: -50px;
}
.m_summary .p_box {
	position: relative;
	z-index: 10;
	background-color: #fff;
	padding: 35px 20px;
}
.m_summary .p_box ol {
	margin-bottom: 30px;
	display: flex;
}
.m_summary .p_box li {
	position: relative;
	top: 30px;
	width: 25%;
	padding: 40px 5px 0;
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
}
.m_summary .p_box li.s_show {
	top: 0;
	opacity: 1;
}
.m_summary .p_box li + li {
	border-left: 1px dashed #d0d0d0;
}
.m_summary .p_box h3 {
	position: relative;
	margin: 0 20px 18px;
	border-radius: 10px;
	background-color: #ff960b;
	padding: 7px 0 6px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0;
}
.m_summary .p_box h3 img {
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.m_summary .p_box h3 .p_num {
	display: none;
}
.m_summary .p_box .p_img {
	display: block;
	width: 50%;
	min-width: 130px;
	margin: 0 auto;
}
.m_summary .p_box ol p {
	margin: 10px 0;
	display: inline-block;
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.m_summary .p_box ol a {
	position: relative;
	display: block;
	padding: 0 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
.m_summary .p_box ol a:hover {
	opacity: 0.7;
}
.m_summary .p_box ol a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 12px;
	height: 12px;
	border-left: 4px solid #ff960b;
	border-bottom: 4px solid #ff960b;
	transform-origin: left bottom;
	transform: rotate(-45deg);
}
.m_summary .p_point {
	display: flex;
	align-items: center;
	padding: 0 28px;
}
.m_summary .p_point img {
	margin-right: 25px;
	width: 120px;
	flex-shrink: 0;
}
.m_summary .p_point p {
	padding-top: 10px;
	font-size: 1.8rem;
	line-height: 2;
}
.m_summary .p_point strong {
	color: #ff960b;
}
@media screen and (max-width: 767px){
	.m_summary {
		width: auto;
		min-width: 0;
		margin-bottom: 40px;
	}
	.m_summary h2 {
		margin-bottom: 10px;
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
	.m_summary h2 .p_head {
		padding: 0 18px;
		font-size: 1.2rem;
		line-height: 18px;
	}
	.m_summary h2 .p_head::after {
		left: 25px;
		bottom: -5px;
		border-top: 5px solid #ffc400;
		border-left: 5px solid transparent;
	}
	.m_summary .p_cloud01,
	.m_summary .p_cloud02 {
		display: none;
	}
	.m_summary .p_box {
		padding: 0;
	}
	.m_summary .p_box ol {
		max-width: 360px;
		margin: 0 auto 30px;
		display: block;
	}
	.m_summary .p_box li {
		position: relative;
		width: auto;
		border-bottom: 1px dashed #d0d0d0;
		padding: 15px 0 15px 120px;
		text-align: left;
	}
	.m_summary .p_box li + li {
		border-left: none;
	}
	.m_summary .p_box h3 {
		margin: 0 0 5px;
		background-color: #fff;
		padding: 0;
		color: #ff960b;
		font-size: 1.6rem;
	}
	.m_summary .p_box h3 img {
		display: none;
	}
	.m_summary .p_box h3 .p_num {
		display: inline-block;
		margin-right: 5px;
		border: 2px solid #ff960b;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 22px;
	}
	.m_summary .p_box .p_img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 110px;
		min-width: 0;
		margin: auto 0;
	}
	.m_summary .p_box ol p {
		display: block;
		margin: 0;
		font-size: 1.3rem;
	}
	.m_summary .p_box ol a {
		display: inline-block;
		padding: 0 0 0 15px;
		font-size: 1.2rem;
	}
	.m_summary .p_box ol a::after {
		left: 6px;
		bottom: 5px;
		width: 8px;
		height: 8px;
		border-left: 3px solid #ff960b;
		border-bottom: 3px solid #ff960b;
	}
	.m_summary .p_point {
		display: block;
		padding: 0;
	}
	.m_summary .p_point img {
		display: block;
		margin: 0 auto;
		width: 110px;
	}
	.m_summary .p_point p {
		font-size: 1.3rem;
		line-height: 1.7;
	}
}

.m_seller {
	position: relative;
}
.m_seller h2 {
	position: relative;
	margin: 0 80px 30px;
	background-color: #ff960b;
	padding: 5px 0;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
}
.m_seller h2::after {
	content: '';
	position: absolute;
	left: 110px;
	bottom: -18px;
	border-top: 18px solid #ff960b;
	border-left: 17px solid transparent;
	transform: skewX(10deg);
}
.m_seller .p_cloud {
	position: absolute;
	right: -60px;
	top: 280px;
}
.m_seller .p_img {
	position: relative;
	z-index: 10;
}
.m_seller .p_note {
	margin-top: 15px;
	padding-left: 1em;
	text-indent: -1em;
}
.m_seller .p_anchor {
	position: relative;
	display: block;
	margin: 20px auto 40px;
	width: 533px;
	border-radius: 30px;
	background: #fff;
	padding: 13px 0 13px 25px;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.m_seller .p_anchor:hover {
	opacity: 0.7;
}
.m_seller .p_anchor::before {
	content: '';
	position: absolute;
	top: 21px;
	left: 40px;
	width: 12px;
	height: 12px;
	border-left: 4px solid #ff960b;
	border-bottom: 4px solid #ff960b;
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px){
	.m_seller h2 {
		margin: 0 auto 15px;
		max-width: 440px;
		padding: 10px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.m_seller h2::after {
		left: 36px;
		bottom: -12px;
		border-top: 12px solid #ff960b;
		border-left: 12px solid transparent;
	}
	.m_seller .p_cloud {
		display: none;
	}
	.m_seller .p_note {
		margin-top: 20px;
		background: url(../../img/seller_img_sp_02.png) no-repeat 10px 100%;
		background-size: 100px auto;
		padding: 0 0 30px 120px;
		min-height: 140px;
		font-size: 1.2rem;
	}
	.m_seller .p_anchor {
		margin: -5px auto -40px;
		width: auto;
		padding: 9px 0 9px 25px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

.m_iconTitle {
	position: relative;
	padding-top: 50px;
	text-align: center;
	font-size: 5.2rem;
	font-weight: bold;
}
.m_iconTitle img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.m_iconTitle {
		padding-top: 40px;
		font-size: 2.5rem;
	}
	.m_iconTitle img {
		width: 40px;
	}
}

.m_infomation {
	margin-bottom: 60px;
}
.m_infomation ul {
	margin-bottom: 30px;
	border: 1px solid #d0d0d0;
	padding: 0 40px;
}
.m_infomation li {
	display: table;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
}
.m_infomation li + li {
	border-top: 1px solid #d0d0d0;
}
.m_infomation ul.s_close li:nth-child(n+4) {
	display: none;
}
.m_infomation .p_date {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}
.m_infomation .p_text {
	display: table-cell;
	vertical-align: middle;
}
.m_infomation .p_link {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	padding-right: 20px;
}
.m_infomation .p_link:hover {
	opacity: 0.7;
}
.m_infomation .p_link::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 11px;
	border-top: 3px solid #ff960b;
	border-right: 3px solid #ff960b;
	transform-origin: right top;
	transform: rotate(45deg);
}
.m_infomation .p_link.s_pdf::after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	width: 34px;
	height: 42px;
	background: url(../../img/icon_pdf.png) no-repeat 0 0;
}
.m_infomation .p_new {
	margin: 0 5px;
}
.m_infomation .p_more {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
}
.m_infomation .p_more:hover {
	opacity: 0.8;
}
.m_infomation .p_more::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ff960b;
}
.m_infomation .p_more::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px){
	.m_infomation {
		margin-bottom: 50px;
	}
	.m_infomation ul {
		margin-bottom: 20px;
		border: none;
		border-bottom: 1px solid #d0d0d0;
		padding: 0;
	}
	.m_infomation li {
		display: block;
		height: auto;
		padding: 15px 0;
	}
	.m_infomation .p_date {
		display: block;
		width: auto;
		font-size: 1.2rem;
	}
	.m_infomation .p_text {
		display: block;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.m_infomation .p_text small {
		margin-top: 10px;
		display: block;
	}
	.m_infomation .p_link {
		display: block;
		min-height: 0;
	}
	.m_infomation .p_link.s_pdf::after {
		vertical-align: -6px;
		margin-left: 5px;
		width: 19px;
		height: 24px;
		background-size: contain;
	}
	.m_infomation .p_new {
		vertical-align: -3px;
		width: 34px;
	}
	.m_infomation .p_more {
		padding-left: 27px;
		font-size: 1.5rem;
	}
	.m_infomation .p_more::before {
		width: 18px;
		height: 18px;
	}
	.m_infomation .p_more::after {
		top: 8px;
		left: 6px;
		width: 6px;
		height: 6px;
	}
}

.m_attentionBox {
	position: relative;
	margin: 90px 0 30px;
	border: 4px solid #ff960b;
	padding: 50px;
}
.m_attentionBox img {
	position: absolute;
	top: -41px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.m_attentionBox .p_text {
	font-size: 2rem;
	line-height: 2;
}
@media screen and (max-width: 767px){
	.m_attentionBox {
		margin: 50px 0 20px;
		border: 3px solid #ff960b;
		padding: 20px 15px 15px;
	}
	.m_attentionBox img {
		top: -29px;
		width: 40px;
	}
	.m_attentionBox .p_text {
		font-size: 1.3rem;
		line-height: 1.7;
	}
}

.m_linkBtnArea {
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.m_linkBtnArea {
		margin-bottom: 0;
	}
}

.m_blankLinkBtn {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	background: url(../../img/icon_blank.png) no-repeat 35px 50% #fff;
	padding: 13px 35px 13px 60px;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.m_blankLinkBtn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	.m_blankLinkBtn {
		display: block;
		max-width: 400px;
		margin: 0 auto;
		background-position: 30px 50%;
		padding: 9px 10px 9px 30px;
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 350px){
	.m_linkBtn {
		background-position: 20px 50%;
		font-size: 1.4rem;
	}
}

.m_reasonBox {
	position: relative;
}
.m_reasonBox.s_box2 {
	margin-top: 30px;
}
.m_reasonBox.s_box3 {
	margin: 60px 0 70px;
}
.m_reasonBox.s_box1 .p_cloud {
	position: absolute;
	right: -80px;
	bottom: 20px;
}
.m_reasonBox h2 {
	position: relative;
	z-index: 10;
}
.m_reasonBox .p_body {
	position: relative;
	z-index: 10;
	border: 10px solid #ffc400;
	border-top: none;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	padding: 35px;
}
.m_reasonBox .p_main {
	display: flex;
	align-items: center;
}
.m_reasonBox .p_main .p_img {
	width: 240px;
	flex-shrink: 0;
	padding-right: 10px;
	text-align: center;
}
.m_reasonBox .p_main p {
	font-size: 2rem;
	letter-spacing: 0.15em;
	line-height: 1.7;
}
.m_reasonBox .p_main strong {
	color: #FFC400;
	text-decoration: underline;
}
.m_reasonBox .p_subArea {
	background: url(../../img/border_01.png) repeat-x 0 0;
	padding-top: 50px;
	margin-top: 30px;
}
.m_reasonBox .p_subArea .p_lead {
	margin-bottom: 5px;
	background: url(../../img/icon_check.png) no-repeat 0 6px;
	padding-left: 36px;
	font-size: 2rem;
	font-weight: bold;
}
.m_reasonBox.s_box3 .p_subArea {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 1.6rem;
}
.m_reasonBox.s_box3 .p_subArea .p_title {
	margin: 10px 15px 0 0;
}
.m_reasonBox.s_box3 .p_subArea .p_note {
	margin-top: 5px;
	padding-right: 40px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
}
.m_reasonBox.s_box2 .p_subArea {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
}
.m_reasonBox.s_box2 .p_subArea .p_col:nth-child(2), 
.m_reasonBox.s_box3 .p_subArea .p_col:nth-child(2) {
	margin: 0 40px 0 15px;
}
@media screen and (max-width: 767px){
	.m_reasonBox {
		max-width: 450px;
		margin: 0 auto;
	}
	.m_reasonBox.s_box3 {
		margin: 20px auto;
	}
	.m_reasonBox.s_box1 .p_cloud {
		left: -10px;
		right: auto;
		bottom: -15px;
		width: 65px;
	}
	.m_reasonBox h2 img {
		width: 100%;
	}
	.m_reasonBox .p_body {
		border-width: 3px;
		border-top: none;
		border-radius: 0 0 10px 10px;
		padding: 15px 10px 20px;
	}
	.m_reasonBox .p_main .p_img {
		width: 30%;
		padding-right: 5px;
	}
	.m_reasonBox .p_main p {
		font-size: 1.3rem;
	}
	.m_reasonBox .p_subArea {
		background-size: 6px 2px;
		padding: 20px 5px 0;
		margin-top: 20px;
	}
	.m_reasonBox .p_subArea .p_lead {
		background-position: 0 4px;
		background-size: 18px auto;
		padding-left: 25px;
		font-size: 1.4rem;
	}
	.m_reasonBox.s_box3 .p_subArea {
		display: block;
		font-size: 1.3rem;
	}
	.m_reasonBox.s_box3 .p_subArea .p_title {
		margin: 0;
		text-align: center;
	}
	.m_reasonBox.s_box3 .p_subArea .p_note {
		font-size: 1.2rem;
		padding-right:0;
	}
	/*.m_reasonBox.s_box3 .p_subArea .p_col {
		margin-top: 10px;
	}*/
	.m_reasonBox.s_box2 .p_subArea {
		display: block;
		font-size: 1.3rem;
	}
	.m_reasonBox.s_box2 .p_subArea .p_title {
		text-align: center;
	}
	.m_reasonBox.s_box2 .p_subArea .p_col:nth-child(2), 
	.m_reasonBox.s_box3 .p_subArea .p_col:nth-child(2) {
		margin: 10px 0;
	}
}

.m_priceBox {
	position: relative;
	margin: 95px 0 20px;
	background-color: #fff;
	padding: 0 40px 25px;
}
.m_priceBox::before,
.m_priceBox::after {
	content: '';
	position: absolute;
	height: 85px;
	background-repeat: no-repeat;
	background-image: url(../../img/cloud_02.png);
}
.m_priceBox::before {
	top: 140px;
	left: -65px;
	width: 65px;
	background-position: 0 50%;
}
.m_priceBox::after {
	top: 300px;
	right: -70px;
	width: 70px;
	background-position: 100% 50%;
}
.m_priceBox h2 {
	position: relative;
	max-width: 524px;
	margin: 0 auto 10px;
	transform: translateY(-30px);
	background-color: #ff960b;
	text-align: center;
	color: #fff;
	font-size: 4.2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.m_priceBox h2::after {
	content: '';
	position: absolute;
	left: 68px;
	bottom: -16px;
	border-top: 16px solid #ff960b;
	border-left: 17px solid transparent;
	transform: skewX(10deg);
}
.m_priceBox .p_price {
	position: relative;
}
.m_priceBox .p_price a {
	position: absolute;
	left: -100px;
	bottom: -5px;
}
@media screen and (max-width: 767px){
	.m_priceBox {
		margin: 65px -20px -50px;
		padding: 0 20px 20px;
	}
	.m_priceBox::before,
	.m_priceBox::after {
		display: none;
	}
	.m_priceBox h2 {
		max-width: 70%;
		margin: 0 auto 15px;
		transform: translateY(-24px);
		font-size: 5.5vw;
	}
	.m_priceBox h2::after {
		left: 40px;
		bottom: -12px;
		border-top: 12px solid #ff960b;
		border-left: 12px solid transparent;
	}
	.m_priceBox .p_price a {
		top: 83%;
		left: 3%;
		width: 29%;
	}
}

.m_noteText {
	margin-top: 15px;
}
@media screen and (max-width: 767px){
	.m_noteText {
		margin-top: 10px;
		font-size: 1rem;
		line-height: 1.5;
	}
}

.m_tmoney {
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.m_tmoney img {
	margin-right: 25px;
}
.m_tmoney h3 {
	font-size: 2rem;
	font-weight: bold;
}
.m_tmoney p {
	font-size: 1.6rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px){
	.m_tmoney img {
		width: 50px;
		margin: 0 20px;
	}
	.m_tmoney h3 {
		font-size: 1.1rem;
	}
	.m_tmoney p {
		font-size: 1rem;
	}
}

.m_subTitle {
	margin: 40px 0 0;
	text-align: center;
}
.m_subTitle > span {
	position: relative;
	z-index: 20;
	display: inline-block;
	background-color: #ff960b;
	padding: 0 30px;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
}
.m_subTitle > span::after {
	content: '';
	position: absolute;
	left: 62px;
	bottom: -16px;
	border-top: 16px solid #ff960b;
	border-left: 17px solid transparent;
	transform: skewX(10deg);
}
@media screen and (max-width: 767px){
	.m_subTitle {
		margin: 25px auto 15px;
		max-width: 400px;
	}
	.m_subTitle > span {
		display: block;
		padding: 10px 20px;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.m_subTitle > span::after {
		left: 35px;
		bottom: -12px;
		border-top: 12px solid #ff960b;
		border-left: 12px solid transparent;
	}
}

.m_dataList {
	margin: 40px 0 70px;
	border: 10px solid #fff9f0;
	padding: 30px 40px 50px;
}
.m_dataList > li {
	display: table;
	width: 100%;
	font-size: 2rem;
	line-height: 1.5;
}
.m_dataList .p_label {
	display: table-cell;
	border-bottom: 1px solid #ffc400;
	width: 225px;
	padding: 34px 10px 34px 25px;
	font-weight: bold;
}
.m_dataList .p_data {
	display: table-cell;
	border-bottom: 1px solid #d0d0d0;
	padding: 34px 10px 34px 20px;
}
.m_dataList .p_data sup {
	font-size: 1.4rem;
}
.m_dataList .p_lineText {
	margin-top: 20px;
	font-size: 1.8rem;
	text-decoration: underline;
	line-height: 1.3;
}
.m_dataList h3 {
	margin-top: 25px;
	font-weight: bold;
}
.m_dataList h3:first-child {
	margin-top: 0;
}
.m_dataList .p_2col {
	display: flex;
	justify-content: space-between;
}
.m_dataList .p_2col > div {
	width: 48.5%;
}
.m_dataList .p_freedial {
	margin-top: 5px;
	font-size: 1.1rem;
	letter-spacing: 0;
}
.m_dataList .p_freedial h4 {
	font-size: 1.2rem;
	font-weight: bold;
}
.m_dataList .p_freedial img {
	margin: 10px 0;
}
.m_dataList .p_applyBtn {
	margin-top: 15px;
	display: inline-block;
	background: url(../img/icon_contact.png) no-repeat 30px 50% #ff960b;
	border-radius: 23px;
	padding: 10px 30px 10px 70px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0;
}
.m_dataList .p_applyBtn:hover {
	opacity: 0.5;
}
.m_dataList .p_payPoint {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.m_dataList .p_payPoint .p_lead {
	margin-right: 15px;
	width: 94px;
	height: 94px;
	background: url(../../img/circle.png) no-repeat 0 0;
	padding-top: 27px;
	text-align: center;
	color: #ff960b;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px){
	.m_dataList {
		margin: -40px -20px 50px;
		border: none;
		background-color: #fff;
		padding: 60px 20px 10px;
	}
	.m_dataList > li {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.m_dataList .p_label {
		display: block;
		border-bottom: none;
		width: auto;
		padding: 25px 0 10px;
		color: #ff960b;
	}
	.m_dataList .p_data {
		display: block;
		padding: 0 0 25px;
	}
	.m_dataList li:last-child .p_data {
		border-bottom: none;
	}
	.m_dataList .p_data sup {
		font-size: 1.1rem;
	}
	.m_dataList .p_lineText {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	.m_dataList .p_applyBtn {
		margin-bottom: 25px;
	}
	.m_dataList .p_2col {
		display: block;
	}
	.m_dataList .p_2col > div {
		width: auto;
	}
	.m_dataList .p_payPoint {
		margin-bottom: 15px;
	}
	.m_dataList .p_payPoint .p_lead {
		margin-right: 10px;
		width: 110px;
		height: auto;
		background: none;
		border: 1px dashed #ff960b;
		padding: 15px 0;
		font-size: 1.3rem;
	}
	.m_dataList .p_payPoint .p_lead br {
		display: none;
	}
}


/* マージンキャンセル
----------------------------------------- */

*:first-child {
	margin-top: 0;
}
*:last-child {
	margin-bottom: 0;
}


.campaign_banner {
	max-width:940px;
	display:block;
	margin: 70px 0 0 0;
}
@media screen and (max-width: 767px){
	.campaign_banner {
		margin: 30px 0 20px;
	}
}
