@charset "UTF-8";

.p-oneLp_navi {
	background-color: #ffd966;
	text-align: center;
	padding: 5px;
}

.p-oneLp_mv-before {
	position: relative;
}

.p-oneLp_mv-before_logo {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #000;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.p-oneLp_mv-before_logo img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-duration: .2s;
}

.p-oneLp_mv-before_logo:hover img {
	opacity: .8;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv-before_logo {
		width: 100px;
		height: 100px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	}
}

.p-oneLp_mv-before_img {
	text-align: center;
	width: 100%;
	background-color: #f8f7f2;
	padding: 20px;
}

.p-oneLp_mv-before_btn {
	position: absolute;
	left: 0;
	top: 84vw;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-oneLp_mv-before_btn .p-mposLp_btn {
	flex: 0 0 auto;
}

.p-oneLp_mv-before_btn .p-mposLp_btn:not(:last-child) {
	margin-bottom: 15px;
}

.faq-list {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
}

.faq-container .faq-list dt {
	display: block;
	font-weight: bold;
	mmargin-top: 1.5em;
	margin-bottom: 0.5em;
	position: relative;
	padding: 0 1em 0 2.5em;
}

.faq-container .faq-list dt::before {
	content: "Q";
	font-weight: 900;
	font-size: 1.5em;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	height: 1.5em;
	border-radius: 50%;
	background-color: transparent;
	vertical-align: middle;
	color: #2464c1;
	margin-right: 0.7em;
	text-align: center;
	line-height: 1.3em;
}

.faq-container .faq-list dd {
	display: block;
	margin: 0 0 2em 0;
	padding: 0 1em 0 2.5em;
	position: relative;
}

.faq-container .faq-list dd::before {
	content: "A";
	font-weight: 900;
	font-size: 1.5em;
	position: absolute;
	left: -10px;
	top: 0;
	width: 2em;
	height: 1.5em;
	border-radius: 50%;
	background-color: transparent;
	vertical-align: middle;
	color: #ff0000;
	margin-right: 0.7em;
	text-align: center;
	line-height: 1.3em;
}

.faq_list dd ul {
	margin-left: 0.5em;
	padding-left: 1em;
	list-style: disc;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv-before_btn {
		top: auto;
		bottom: 120px;
		flex-direction: row;
		justify-content: center;
	}
	.p-oneLp_mv-before_btn .p-mposLp_btn {
		flex: 0 0 auto;
		width: 260px;
		border-radius: 35px;
	}
	.p-oneLp_mv-before_btn .p-mposLp_btn:not(:last-child) {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.p-oneLp_mv-before_btn .p-mposLp_btn .c-btn_inner {
		margin: -1px;
		padding: 16px 15px;
		border-radius: 35px;
	}
	.p-oneLp_mv-before_btn .p-mposLp_btn .c-btn_text {
		font-size: 2.0rem;
	}
}




.p-oneLp_mv {
	background-color: #f8f7f1;
	border-bottom: 1px solid #e6f1fa;
}
@media print, screen and (min-width: 768px) {
	.p-oneLp_mv {
		padding-top: 28px;
		background-size: 122px 246px;
	}
}

.p-oneLp_mv_gulflogo {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #000;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.p-oneLp_mv_gulflogo img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition-property: opacity;
	transition-timing-function: ease-out;
	transition-duration: .2s;
}

.p-oneLp_mv_gulflogo:hover img {
	opacity: .8;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv_gulflogo {
		width: 100px;
		height: 100px;
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	}
}
.p-oneLp_mv img {
	margin-left: auto;
	margin-right: auto;
}

.p-oneLp_mv_inner {
	position: relative;
	font-size: 1.7rem;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv_inner {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		height: 480px;
	}
}

.p-oneLp_mv_left {
	text-align: center;
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv_left {
		width: 460px;
		padding-left: 30px;
	}
}

.p-oneLp_mv_title {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv_title {
		margin-bottom: 20px;
	}
	.p-oneLp_mv_title img {
		margin-left: 0;
	}
}

.p-oneLp_mv_logo {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv_logo {
		margin-bottom: 35px;
	}
	.p-oneLp_mv_logo img {
		margin-left: 0;
	}
}

.p-oneLp_mv_button:hover img {
	opacity: .8;
}

.p-oneLp_mv_button {
	margin-bottom: 20px;
}

.p-oneLp_mv_right {
	position: relative;
}

.p-oneLp_mv_right img {
	position: relative;
	z-index: 1;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv_right {
		position: absolute;
		right: 0px;
		top: 25px;
		width: 602px;
	}
	.p-oneLp_mv_jody::before {
		content: none;
	}
}

.p-oneLp_mv_text {
	background-color: #fff;
	padding: 15px 15px 30px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_mv_text {
		width: 560px;
		background-color: transparent;
		padding: 0 15px 0;
	}
	.p-oneLp_mv_text .common-btn {
		max-width: 460px;
	}
}

.p-oneLp_ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
}

.p-oneLp_ttl span {
	display: inline-block;
}

.p-oneLp_ttl .strong {
	display: inline-block;
	position: relative;
}

.p-oneLp_ttl .strong:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_ttl {
		font-size: 4rem;
		margin-bottom: 40px;
	}
	.p-oneLp_ttl--large {
		font-size: 4.6rem;
	}
	.p-oneLp_ttl .strong {
		line-height: 1.6;
	}
	.p-oneLp_ttl .strong:before {
		top: -5px;
		width: 10px;
		height: 10px;
	}
}

.p-oneLp_ttl--line {
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_ttl--line {
		margin-bottom: 20px;
	}
	.p-oneLp_ttl--line > span {
		position: relative;
	}
	.p-oneLp_ttl--line > span:before, .p-oneLp_ttl--line > span:after {
		display: inline-block;
		position: absolute;
		content: "";
		background-color: #333;
		width: 2px;
		height: 120px;
		bottom: 2px;
	}
	.line-blue > span:before, .line-blue > span:after {
		background-color: #02519e;
	}
	.line-lightblue > span:before, .line-lightblue > span:after {
		background-color: #3b8fd5;
	}
	.p-oneLp_ttl--line > span::before {
		transform: rotate(-30deg);
		left: -80px;
	}
	.p-oneLp_ttl--line > span::after {
		transform: rotate(30deg);
		right: -80px;
	}
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_ttl--mbl {
		margin-bottom: 40px;
	}
}

.p-oneLp_caption {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_caption {
		font-size: 3rem;
		margin-bottom: 20px;
	}
}


.p-oneLp_section {
	margin: 40px auto;
	text-align: center;
}
.p-mposLp_img {
	text-align: center;
	margin: 10px auto;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_section {
		margin: 60px auto;
	}
	.p-mposLp_img {
		text-align: center;
		margin: 20px auto;
	}
}

.p-oneLp_intro_movie {
	width: 100%;
	margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_intro_movie {
		max-width: 1024px;
		margin: 0 auto 50px;
	}
}

.p-oneLp_intro_movie video {
    width: 100%;
    cursor: pointer;
}

/* ----- ���� ���� ���� ----- */


/* ----- about ----- */

.p-oneLp_about_text {
	font-size: 1.4rem;
	text-align: left;
}
.p-oneLp_about_point_list li {
	margin-bottom: 20px;
}
.p-oneLp_about_point_list_desc {
	font-size: 1.8rem;
	line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_about_text{
		font-size: 1.8rem;
		text-align: center;
	}
	.p-oneLp_about_point_list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 45px;
	}
	.p-oneLp_about_point_list li {
		width: calc((100% - 50px) / 3);
	}
	.p-oneLp_about_point_list li:not(:last-child) {
		margin-bottom: 0;
	}
	.p-oneLp_about_point_list li:not(:nth-child(3n)) {
		margin-right: 25px;
	}
	.p-oneLp_about_point_list_desc {
		font-size: 2.2rem;
		line-height: 1.4;
	}
}

/* ----- reason ----- */
.p-oneLp_reason {
	padding: 20px 0px;
	background-color: #3b8fd5;
}
.p-oneLp_reason_inner {
	text-align: left;
	padding: 20px 10px;
	background-color: #fff;
	font-size: 1.4rem;
}
.p-oneLp_reason_inner dt {
	background: url(/one/images/icon_check.png) no-repeat;
	background-position-y: 4px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #dd7d02;
}
.p-oneLp_reason_inner dd:not(:last-of-type) {
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_reason {
		padding: 40px 0px;
	}
	.p-oneLp_reason_inner {
		padding: 40px 50px;
		font-size: 1.6rem;
	}
	.p-oneLp_reason_inner dt {
		background-position-y: 8px;
		padding-left: 30px;
		font-size: 2.2rem;
	}
}

/* ----- function ----- */
.p-oneLp_function {
	padding: 20px 0px;
	background-color: #faf9f5;
}
.p-oneLp_function_inner {
	margin-bottom: 40px;
}
.p-oneLp_function_caption {
	padding: 20px;
	background-color: #ffd966;
	color: #07569e;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
	.p-oneLp_function {
		padding: 40px 0px;
	}
	.p-oneLp_function_inner {
		display: flex;
		margin-bottom: 80px;
	}
	.p-oneLp_function_text {
		width: 550px;
	    margin-right: 20px;
	}
	.p-oneLp_function_caption {
		font-size: 3.5rem;
		text-align: left;
		margin-bottom: 30px;
	}
	.p-oneLp_function_desc {
		font-size: 1.7rem;
		text-align: left;
	}
}

/* ----- process ----- */
.p-oneLp_process {
	padding: 20px 0px;
}
@media print, screen and (min-width: 768px) {
	.p-oneLp_process {
		padding: 40px 0px;
	}
}


/* ----- option ----- */
.p-oneLp_option {
	padding: 20px 0px;
	background-color: #faf9f5;
}
@media print, screen and (min-width: 768px) {
	.p-oneLp_option {
		padding: 40px 0px;
	}
}

.p-oneLp_option_list_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_option_list_wrap {
		margin-top: 45px;
	}
}

.p-oneLp_option_list {
	width: calc((100% - 20px) / 2);
}
.p-oneLp_option_list:not(:last-child) {
	margin-bottom: 0;
}
.p-oneLp_option_list:not(:nth-child(2n)) {
	margin-right: 20px;
}
.p-oneLp_option_list:nth-child(n + 3) {
	margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_option_list {
		width: calc((100% - 60px) / 4);
		margin-bottom: 20px;
	}
	.p-oneLp_option_list:not(:last-child) {
		margin-bottom: 20px;
	}
	.p-oneLp_option_list:not(:nth-child(4n)) {
		margin-right: 20px;
	}
	.p-oneLp_option_list:nth-child(n + 5) {
		margin-top: 20px;
	}
	.p-oneLp_option_list:nth-child(n + 3) {
		margin-top: 0;
	}
}

.p-oneLp_option_link {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-color: #fff;
	padding: 20px;
}

.p-oneLp_option_link:hover {
	box-shadow: 5px 5px 7px 2px rgba(0, 0, 0, 0.3);
}
.p-oneLp_option_link--now:hover {
	box-shadow: none;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_option_link {
		padding: 20px;
	}
}

.p-oneLp_option_img {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_option_img {
		display: block;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.p-oneLp_option_name {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 10px;
}
.p-oneLp_option_linktext {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3;
	color: #3b8fd5;
	text-decoration: underline;
	text-decoration-color: #3b8fd5;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_option_name {
		text-align: center;
		font-size: 2rem;
		margin-bottom: 25px;
	}
	.p-oneLp_option_linktext {
		text-align: center;
		font-size: 1.6rem;
	}
}

.p-oneLp_option_desc {
	font-size: 1.3rem;
	line-height: 1.6;
}

.p-oneLp_option_desc:not(:last-child) {
	margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_option_desc {
		font-size: 1.5rem;
	}
	.p-oneLp_option_desc:not(:last-child) {
		margin-bottom: 0;
	}
}

/* ----- application ----- */
.p-oneLp_application {
	padding: 20px 0px;
}
.p-oneLp_application_inner {
	margin-bottom: 40px;
}
.p-oneLp_application_caption {
	padding: 20px;
	background-color: #ffd966;
	color: #07569e;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
	.p-oneLp_application {
		padding: 40px 0px;
	}
	.p-oneLp_application_inner {
		display: flex;
		margin-bottom: 80px;
	}
	.p-oneLp_application_text {
		width: 550px;
	    margin-right: 20px;
	}
	.p-oneLp_application_caption {
		font-size: 3.5rem;
		text-align: left;
		margin-bottom: 30px;
	}
	.p-oneLp_application_desc {
		font-size: 1.7rem;
		text-align: left;
	}
}

/* ----- support ----- */
.p-oneLp_support {
	padding: 20px 0px;
	background-color: #07569e;
}
.p-oneLp_support_point_caption{
	font-size: 2rem;
	line-height: 1.4;
	color: #fcc800;
}
.p-oneLp_support_point_desc{
	font-size: 1.6rem;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_support {
		padding: 40px 0px;
	}
	.p-oneLp_support_text{
		font-size: 1.6rem;
	}
	.p-oneLp_support_point_caption{
		font-size: 2.4rem;
	}
	.p-oneLp_support_point_desc{
		font-size: 1.6rem;
	}
	.p-oneLp_support_point_list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 45px;
	}
	.p-oneLp_support_point_list li {
		width: calc((100% - 50px) / 3);
	}
	.p-oneLp_support_point_list li:not(:last-child) {
		margin-bottom: 0;
	}
	.p-oneLp_support_point_list li:not(:nth-child(3n)) {
		margin-right: 25px;
	}
	.p-oneLp_support_point_list_desc {
		margin-bottom: 0px;
	}
}

/* ----- price ----- */
.p-oneLp_price {
	padding: 20px 0px;
	background-color: #faf9f5;
}
.p-oneLp_price_wrap {
	padding: 20px 10px;
	background-color: #fff;
	text-align: left;
}
.price {
	font-size: 5rem;
}
.p-oneLp_price_initial {
	padding: 20px;
	background-color: #3b8fd5;
	font-weight: 500;
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
.p-oneLp_price_initial_price1 {
	color: #07569e;
	font-size: 2.2rem;
	line-height: 1.2;
	margin: 20px 30px 0px 20px;
}
.p-oneLp_price_initial_price2 {
	color: #07569e;
	font-size: 2.2rem;
	line-height: 1.2;
	margin: 10px 0px 0px 20px;
}
.p-oneLp_price_desc {
	line-height: 1.2;
	margin: 10px 20px 20px;
}
.p-oneLp_price_month_price1 {
	color: #e27505;
	line-height: 1.2;
	margin: 20px 0px 0px 20px;
}
.p-oneLp_price_month_price2 {
	margin: 5px 0px 0px 20px;
}
.p-oneLp_price_month {
	padding: 20px;
	background-color: #e27505;
	font-weight: 500;
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.price {
		font-size: 6rem;
	}
	.p-oneLp_price {
		padding: 40px 0px;
	}
	.p-oneLp_price_wrap {
		padding: 50px 100px;
	}
	.p-oneLp_price_initial_wrap {
		display: flex;
		margin-bottom: 30px;
	}
	.p-oneLp_price_initial_price_wrap {
		display: flex;
	}
	.p-oneLp_price_initial {
		padding: 40px;
		width: 235px;
	}
	.p-oneLp_price_initial .price {
		font-size: 8rem;
	}
	.p-oneLp_price_initial_price1 {
		font-size: 2.5rem;
		line-height: 1.2;
		margin: 0px 30px 0px 20px;
	}
	.p-oneLp_price_initial_price2 {
		font-size: 2.5rem;
		line-height: 1.2;
		margin: 0px 0px 0px 20px;
	}
	.p-oneLp_price_desc {
		line-height: 1.2;
		margin: 0px 0px 0px 20px;
	}
	.p-oneLp_price_month_price1 {
		line-height: 1.2;
		margin: 0px 0px 0px 20px;
	}
	.p-oneLp_price_month_price2 {
		margin: 5px 0px 0px 20px;
	}
	.p-oneLp_price_month_wrap {
		display: flex;
	}
	.p-oneLp_price_month_price_wrap {
		display: flex;
	}
	.p-oneLp_price_month {
		padding: 25px;
		width: 235px;
	}
}

/* ----- qa ----- */
.p-oneLp_qa {
	padding: 20px 0px;
}
.p-oneLp_qa_list_wrap {
	margin-top: 15px;
}
.p-oneLp_qa_list {
	background-color: #faf9f5;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_qa_list {
		width: calc((100% - 20px) / 2);
	}
	.p-oneLp_qa_list:nth-child(odd) {
		margin-right: 20px;
	}
}

.p-oneLp_qa_list dt::before {
	content: "Q.";
	color: #e27505;
}
.p-oneLp_qa_list dd::before {
	content: "A.";
	color: #07569e;
}
.p-oneLp_qa_list dt{
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px dotted;
	padding-bottom: 10px;
}
.p-oneLp_qa_list dd{
	padding-top: 10px;
	font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_qa_list_wrap {
		display: flex;
		flex-wrap: wrap;
		margin-top: 45px;
	}
	.p-oneLp_qa_list dt{
		font-size: 2rem;
	}
	.p-oneLp_qa_list dd{
		font-size: 1.7rem;
	}
}


/* ----- contact ----- */
.p-oneLp_contact {
	padding: 20px 0px;
	background-color: #FFD866;
}

.p-oneLp_contact_inner {
	padding: 20px 10px;
	background-color: #fff;
	text-align: left;
}
@media print, screen and (min-width: 768px) {
	.p-oneLp_contact_inner {
		padding: 50px 100px;
	}
}
.p-oneLp_contact_button:hover input {
	opacity: .8;
}
.p-oneLp_contact_button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* ----- close ----- */
.p-oneLp_close {
	padding: 20px 0px;
}

.p-oneLp_close .p-oneLp_section .common-cv_banner_desc {
	text-align: left;
}

.p-oneLp_close .p-oneLp_section .common-cv_banner .common-cv_banner_img {
	flex: 1 1 100px;
}
.p-oneLp_close .p-oneLp_section .common-cv_banner--service:not(:first-child) {
	margin-top: 0px;
	margin-bottom: 40px;
}

.p-oneLp_close .p-oneLp_section .c-card_text {
	text-align: left;
	margin-top: 10px;
}


.p-oneLp_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px 15px;
	background-color: #fff;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
	z-index: 20;
	display: none;
}

.p-oneLp_fixed.is-show {
	display: block;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_fixed {
		padding: 20px;
		box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
	}
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_fixed_inner {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
}

.p-oneLp_fixed_text {
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

.p-oneLp_fixed_text .blue {
	color: #005aab;
	font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_fixed_text {
		flex: 1 1 320px;
		font-size: 2.2rem;
		text-align: left;
		margin-right: 10px;
	}
	.p-oneLp_fixed_text .blue {
		font-size: 2.8rem;
	}
}

.p-oneLp_fixed_btn {
	display: flex;
	justify-content: center;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_fixed_btn {
		flex: 1 1 780px;
	}
}

.p-oneLp_fixed_btn .p-oneLp_btn {
	border-radius: 20px;
}

.p-oneLp_fixed_btn .p-oneLp_btn:not(:last-child) {
	margin-right: 10px;
}

.p-oneLp_fixed_btn .p-oneLp_btn .c-btn_inner {
	border-radius: 20px;
	padding: 10px 15px;
}

.p-oneLp_fixed_btn .p-oneLp_btn .c-btn_text {
	font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
	.p-oneLp_fixed_btn .p-oneLp_btn {
		border-radius: 40px;
		flex: 1 1 380px;
		min-width: 360px;
		max-width: none;
	}
	.p-oneLp_fixed_btn .p-oneLp_btn:not(:last-child) {
		margin-right: 20px;
	}
	.p-oneLp_fixed_btn .p-oneLp_btn.p-oneLp_btn--contact .c-btn_text {
		padding-left: 90px;
	}
	.p-oneLp_fixed_btn .p-oneLp_btn.p-oneLp_btn--contact .c-btn_text:before {
		width: 35px;
		height: 26px;
	}
	.p-oneLp_fixed_btn .p-oneLp_btn.p-oneLp_btn--dl .c-btn_text:before {
		width: 36px;
		height: 36px;
	}
	.p-oneLp_fixed_btn .p-oneLp_btn .c-btn_inner {
		border-radius: 40px;
		padding: 17px 40px;
		justify-content: flex-start;
	}
	.p-oneLp_fixed_btn .p-oneLp_btn .c-btn_text {
		font-size: 2.4rem;
		padding-left: 80px;
	}
}


/* common より抜粋 */

*,
::before,
::after {

	box-sizing: border-box;
}


@media print, screen and (min-width: 768px) {
	.l-section--partGray {
		position: relative;
	}
	.l-section--partGray:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 16.1%;
		height: 100%;
		z-index: 0;
		background-color: #FFF;
	}
	.l-section--partGray .l-section_inner {
		position: relative;
		z-index: 1;
	}
}

.l-section_inner {
	padding-left: 20px;
	padding-right: 20px;
}

button, select {
	text-transform: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media print, screen and (min-width: 768px) {
	.l-section_inner {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.l-section_inner--sm {
		max-width: 910px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-section_inner--lg {
		max-width: 1240px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-section_inner--pcfull {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

