@charset "UTF-8";

/*------------------------------------------------------------
	page_ttl
------------------------------------------------------------*/
h1.page_ttl {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 0;
	background: #f8e2e2;
}
h1.page_ttl .page_ttl__mv {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
h1.page_ttl .page_ttl__mv div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
h1.page_ttl .page_ttl__mv .page_ttl__mv--pc {
	display: none;
}
h1.page_ttl .content-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
}
h1.page_ttl .content-area p {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 150px;
	color: #e21919;
	font-size: 2rem;
	font-weight: bold;
}
h1.page_ttl .content-area p span {
	margin-top: 10px;
	font-size: 1.2rem;
	font-weight: normal;
}

@media screen and (min-width: 992px) {
	h1.page_ttl {
		margin-bottom: 15px;
	}
	h1.page_ttl .page_ttl__mv .page_ttl__mv--pc {
		display: block;
	}
	h1.page_ttl .page_ttl__mv .page_ttl__mv--sp {
		display: none;
	}
	h1.page_ttl .content-area p {
		min-height: 300px;
		font-size: 4rem;
	}
	h1.page_ttl .content-area p span {
		max-width: 720px;
		margin-top: 20px;
		font-size: 1.8rem;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	bread_crumb
------------------------------------------------------------*/
.bread_crumb {
	margin-bottom: 30px;
}
.bread_crumb ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bread_crumb ul li {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 1rem;
}
.bread_crumb ul li:not(:last-child) {
	padding-right: 20px;
	background: url(../images/common/ico-right-black.png) right 7px center / 4px no-repeat;
}
.bread_crumb ul li a,
.bread_crumb ul li span {
	/*display: inline;? 20230117 kiyama*/
	line-height: 1;
	max-width: 20vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bread_crumb ul li a {
	border-bottom: 1px solid #008ebd;
	color: #008ebd;
}

@media screen and (min-width: 992px) {
	.bread_crumb ul li a:hover {
		border-color: transparent;
		color: #274da7;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.bread_crumb {
		margin-bottom: 60px;
	}
	.bread_crumb ul li {
		font-size: 1.2rem;
	}
	.bread_crumb ul li:not(:last-child) {
		padding-right: 30px;
		background-size: 5px;
		background-position: right 12px center;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	.page-inners
------------------------------------------------------------*/
.page-inner {
	max-width: 1200px;
	margin: auto;
}

/*------------------------------------------------------------
	.page-nav
------------------------------------------------------------*/

.page-nav .page_item:last-child {
	margin-bottom: 50px!important;
}
.page-nav .page_item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 14px 40px 14px 10px;
	border: 1px solid #ccc;
	background: url(../images/common/ico-right-black.png) right 15px center / 8px no-repeat;
}
.page-nav .page_item:not(:first-child) a {
	border-top: none;
}

@media screen and (min-width: 768px) {
	.page-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-nav .page_item {
		width: 50%;
	}
	.page-nav .page_item:nth-child(even) a {
		border-left: none;
	}
	.page-nav .page_item:nth-child(2) a {
		border-top: 1px solid #ccc;
	}
	.page-nav .page_item a:hover {
		color: #e21919;
		background-image: url(../images/common/ico-right-red.png);
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.page-nav .page_item {
		width: 33.33333%;
	}
	.page-nav .page_item:last-child {
		margin-bottom: 60px!important;
	}
	.page-nav .page_item a {
		padding-left: 20px;
	}
	.page-nav .page_item:nth-child(even) a {
		border-left: 1px solid #ccc;
	}
	.page-nav .page_item:not(:nth-child(3n-2)) a {
		border-left: none;
	}
	.page-nav .page_item:nth-child(3) a {
		border-top: 1px solid #ccc;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.page-nav .page_item {
		width: 25%;
	}
	.page-nav .page_item:not(:nth-child(3n-2)) a {
		border-left: 1px solid #ccc;
	}
	.page-nav .page_item:not(:nth-child(4n-3)) a {
		border-left: none;
	}
	.page-nav .page_item:nth-child(4) a {
		border-top: 1px solid #ccc;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	.page-content
------------------------------------------------------------*/
.page-content > *:first-child {
	margin-top: 0!important;
}
.page-content h2 {
	width: calc(100% + 30px);
	margin: 35px -15px 15px;
	padding: 7px 15px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #e21919;
}
.page-content h2 a {
	color: #fff!important;
	border-bottom: 1px solid #fff;
}
.page-content h2 a:hover {
	color: #fff!important;
}
.page-content h3 {
	position: relative;
	margin: 25px 0 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f8e2e2;
	color: #e21919;
	font-size: 1.9rem;
	font-weight: bold;
}
.page-content h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100px;
	height: 2px;
	background: #e21919;
}
.page-content h4 {
	margin: 25px 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e21919;
	color: #e21919;
	font-size: 1.8rem;
	font-weight: bold;
}
.page-content .alignnone {
	margin-bottom: 15px!important;
}
.page-content .aligncenter {
	display: block;
	margin: 0 auto 15px!important;
}
.page-content .alignright {
	float: right;
	padding: 0 0 10px 10px;
}
.page-content .alignleft {
	float: left;
	padding: 0 10px 10px 0;
}
.page-content p {
	margin-bottom: 15px;
}
.page-content a {
	display: inline;
	color: #008ebd!important;
	border-bottom: 1px solid #008ebd;
}
.page-content .hutoaka {
	color: #e21919;
	font-weight: bold;
}
.page-content .clearfix,
.page-content .tow-split {
	margin: 30px 0;
}
.page-content .tow-split img {
	width: 100%;
}
.page-content .unit3 {
	padding: 20px;
	border: 2px solid #000;
}
.page-content .unit3:not(:last-child) {
	margin-bottom: 20px;
}
.page-content .unit3 br {
	display: none;
}
.page-content .unit3 img {
	display: block;
	margin: 0 auto 10px;
}
.page-content table {
	margin-bottom: 30px;
}
.page-content tr {
	border: 1px solid #ccc;
}
.page-content tr:not(:first-child) {
	border-top: none;
}
.page-content th,
.page-content td {
	display: block;
	width: 100%;
	padding: 7px 15px;
	word-break: break-all;
}
.page-content th {
	font-weight: bold;
	text-align: left;
	background: #eee;
	vertical-align: top;
}
.page-content .split-L {
	margin-bottom: 30px;
}
.page-content .split-L h3,
.page-content .split-R h3 {
	margin-top: 0!important;
}
.page-content .point {
	margin-bottom: 15px;
}
.page-content .point li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 5px;
}
.page-content .point li:before {
	content: "";
	display: block;
	width: 6px;
	min-width: 6px;
	height: 6px;
	margin: 11px 15px 0 2px;
	border-radius: 100%;
	background: #e21919;
}
.page-content .point .point li:before {
	display: none;
}
.page-content .cpn_price,
.page-content .table_support td:last-of-type {
	position: relative;
	color: #e21919;
}
.page-content .table_support caption {
	padding-bottom: 15px;
}
#shop_blog {
	margin-bottom: 30px;
}
.shop_list li {
	padding: 10px 0;
	border-bottom: 1px dotted #000;
}
.shop_list li:first-child {
	border-top: 1px dotted #000;
}
.shop_list li span {
	display: block;
}
.page-content b {
	font-weight: bold;
}
.page-content iframe {
	width: 100%;
	margin-top: 15px;
}
.page-content iframe.wp-embedded-content {
	display: none;
}
.page-content .voice {
	margin-bottom: 30px;
}
.page-content .customer {
	margin-bottom: 0;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	background: #e21919;
}
.page-content .customer_voice {
	margin-bottom: 0;
	padding: 15px;
	background: #dceff6;
}
.page-content .staff_voice {
	padding: 15px;
	background: #fbf0f0;
}
.page-content .qtext,
.page-content .atext {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.page-content .qtext {
	margin-bottom: 5px;
	color: #e21919;
	font-size: 1.8rem;
	font-weight: bold;
}
.page-content .atext {
	margin-bottom: 30px;
}
.page-content .qtext span,
.page-content .atext span {
	margin: -8px 10px 0 0;
	font-size: 2.4rem;
}
.page-content .mindai ,
.page-content strong {
	font-weight: bold;
}
.page-content .news_headline {
	display: block!important;
	margin: 15px 0 5px!important;
	color: #e21919;
}
.page-content .news_headline + * {
	margin-top: 0;
}
.page-content .news_headline .news_date {
	margin-right: 10px;
}
.page-content .page_navi {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.page-content .page_navi li,
.page-content .page_navi li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}
.page-content .page_navi li {
	margin: 10px 10px 0 0;
	border: 1px solid #008ebd;
	transition: .4s;
}
.page-content .page_navi .current {
	border-color: #000!important;
}
.page-content .page_navi li a {
	border-bottom: none!important;
}
.page-content .page_navi li:hover a {
	color: #fff!important;
	background: #008ebd;
}
.page-content .child_pages {
	margin-top: 60px;
}
.page-content .child_pages .child_page {
	margin-bottom: 15px;
}
.page-content .child_pages .child_page-container {
	height: 100%!important;
	margin: 0;
	padding: 15px;
	border: none;
	border-radius: 0;
	background: #dceff6;
}
.page-content .child_pages .post_content {
	padding: 0;
}
.page-content .child_pages .post_content h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	border-left: 3px solid #008ebd;
	border-bottom: none;
	font-size: 1.7rem;
}
.page-content .child_pages .post_content .post_excerpt {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8125;
}
.page-content .timelineMessage__message {
	margin: -10px 0 30px;
}
.page-content #careermenuli {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.page-content .btn_sub{
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 30px;
	margin-top: 15px;
	background: #191919;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff!important;
	border-bottom: none!important;
}
.page-content .btn_sub:hover{
	background-color: #393939;
	color: #fff!important;
}
.page-content .btn_sub::before{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 5.5px 0 5.5px 8px;
	border-color: transparent transparent transparent #fff;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.page-content .alignleft.size-full {
		width: 100%;
		padding-right: 0;
	}
	.page-content td {
		text-align: left!important;
	}
	.page-content .price-tbl thead,
	.page-content .table_support thead {
		display: none;
	}
	.page-content .price-tbl td,
	.page-content .table_support td {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
	.page-content .price-tbl td:before {
		content: "普通料金";
	}
	.page-content .price-tbl .cpn_price {
		border-top: 1px solid #ccc;
	}
	.page-content .price-tbl .cpn_price:before {
		content: "キャンペーン料金";
		color: #000;
	}
	.page-content .table_support td:first-of-type {
		margin-bottom: -10px;
	}
	.page-content table td:first-child {
		margin-bottom: -5px;
		padding-bottom: 0;
	}
	.page-content .float-img {
		width: 40%!important;
	}
	.sell-tbl :not(:last-child) {
		margin-bottom: -5px;
		padding-bottom: 0;
	}
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
	.page-content h2 {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.page-content a:hover {
		color: #274da7!important;
		border-color: transparent;
	}
	.page-content .alignright {
		width: 15%;
	}
	.page-content .clearfix,
	.page-content .tow-split {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
	.page-content .unit3 {
		width: 33.333333%;
	}
	.page-content .unit3:not(:last-child) {
		margin: 0 20px 0 0;
	}
	.page-content table {
		table-layout: fixed;
	}
	.page-content th,
	.page-content td {
		display: table-cell;
	}
	.page-content th {
		width: 30%;
	}
	.page-content td {
		width: 70%;
	}
	.page-content th:not(:first-child),
	.page-content td:not(:first-child) {
		border-left: 1px solid #ccc;
	}
	.page-content .irregular td {
		border-left: 1px solid #ccc;
	}
	.page-content .split-L,
	.page-content .split-R {
		width: calc(50% - 30px);
		margin: 0;
	}
	.page-content .price-tbl td,
	.page-content .table_support td:last-of-type {
		text-align: right;
	}
	.page-content .cpn_price:before {
		content: "";
		position: absolute;
		left: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border-style: solid;
		border-width: 6px 0 6px 9px;
		border-color: transparent transparent transparent #e21919;
	}
	#shop_blog .clearfix {
		display: block;
	}
	.shop_list li span {
		display: inline;
	}
	.page-content #careermenuli img {
		width: auto;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.page-content h2 {
		margin-top: 60px;
		padding: 9px 20px;
		font-size: 2.4rem;
	}
	.page-content h3 {
		border-bottom: 3px solid #f8e2e2;
		font-size: 2.4rem;
	}
	.page-content h3:after {
		width: 150px;
		height: 3px;
	}
	.page-content h4 {
		font-size: 2.2rem;
	}
	.page-content .aligncenter {
		margin-bottom: 30px!important;
	}
	.page-content .alignright {
		padding: 0 0 30px 30px;
	}
	.page-content .alignleft {
		padding: 0 30px 30px 0;
	}
	.page-content .unit3:not(:last-child) {
		margin-right: 30px;
	}
	.page-content th,
	.page-content td {
		padding: 14px 30px;
	}
	.page-content .point li:before {
		margin: 12px 20px 0 5px;
	}
	.page-content .child_pages .child_page-container {
		padding: 25px 30px;
	}
	.page-content .child_pages .post_content h4 {
		margin: 0 0 10px 0;
		padding-left: 20px;
		font-size: 2rem;
	}
	.page-content .child_pages .post_content .post_excerpt {
		font-size: 1.7rem;
	}
	.page-content .qtext span,
	.page-content .atext span {
		margin: -13px 20px 0 0;
		font-size: 3rem;
	}
	.page-content .page_navi {
		margin-top: 80px;
	}
	.page-content .btn_sub::before{
		right: 20px;
		border-width: 6.5px 0 6.5px 10px;
	}
	.page-content .btn_sub{
		padding: 11px 30px 11px 10px;
		font-size: 1.7rem;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	child_pages
------------------------------------------------------------*/
.child_pages {
	margin-top: 30px;
}

/*------------------------------------------------------------
	一覧
------------------------------------------------------------*/
.career_title_box {
	margin-bottom: 15px;
}
.pricelist h3{
	margin-top: 30px;
}
table.price_table,
.price_table tbody,
.price_table tr,
.price_table th,
.price_table td {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	border: none !important;
	background: none;
}
.price_table tr {
	display: flex;
	align-items: center;
}
.price_table tr + tr,
.accordion_inner .price_table tr {
	position: relative;
	padding-top: 20px;
}
.price_table tr + tr::before,
.accordion_inner .price_table tr::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.price_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	margin-top: 15px;
	padding-left: 10px;
}
.model_img {
	width: 90px;
	min-width: 90px;
}
.price_txt{
	-webkit-flex: 1;
	flex: 1;
	padding: 0 10px;
}
.price_txt .model_name{
	margin-bottom: 3px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.price_table .model_name {
	margin-right: 5px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
}
.price_area {
	color: #e21919;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 5px;
}
.price_table .price_area {
	margin-right: 5px;
	margin-left: auto;
	font-size: 1.4rem;
	white-space: nowrap;
}
.price_table .old_price {
	margin-top: 5px;
}
.price_area .state{
	display: inline-block;
	margin-right: 5px;
	padding: 3px;
	background: #f8e2e2;
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 1;
	transform: translateY(-1px);
}
.price_table .state {
	margin-right: 0;
	font-size: 1rem;
}
.price_area .num{
	display: inline-block;
}
.price_table .price_area .num{
	display: block;
}
.price_area .yen {
	font-size: 1.2rem;
}
.price_txt a,
.price_table a {
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 14px;
	color: #191919 !important;
	width: 100%;
	max-width: 400px;
	height: 45px;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.price_table a {
	margin-left: auto;
	padding: 0 20px 0 15px;
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
}
.price_txt a::before,
.price_table a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-top: 5px solid #e42b17;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 18px;
    right: 15px;
    -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
            transform: rotate(44deg);
}
.price_bottan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.price_bottan button {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*.pricelist .hide-cont{
	display: none;
}20200916リストの一部が表示されなくなったため削除　kiyama*/
.pricelist .btn_more{
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 30px;
	margin-top: 15px;
	background: #191919;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff!important;
	border-bottom: none!important;
	cursor: pointer;
}
.pricelist .btn_more:hover{
	background-color: #393939;
	color: #fff!important;
}
.pricelist .btn_more::before{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 8px 5.5px 0 5.5px;
	border-color: #fff transparent transparent transparent;
	pointer-events: none;
}
.pricelist .btn_more.on-click::before{
	transform: rotate(-180deg);
	margin-top: -5px;
}
.pricelist .btn_more.on-click span{
	display: none;
}
.pricelist .btn_more.on-click::after{
	content: "閉じる";
	display: block;
	text-align: center;
	color: #fff;
}
.attention {
	margin-bottom: 0!important;
}
#plice_resalt .comment{
	margin-top: 40px;
}
#plice_resalt .comment li{
	margin-left: 1.3em;
	padding: 3px 0;
	text-indent: -1.3em;
	font-size: 1.4rem;
	line-height: 1.5;
}
.buy_method .method_flow{
	margin-top: 10px;
}
.buy_method .method_flow li{
	margin-bottom: 15px;
}
.buy_method .method_flow li > a{
	display: block;
	padding: 1px;
	color: #e21919!important;
	border: 1px solid #e21919;
	font-size: 1.6rem;
	font-weight: bold;
}
.buy_method .method_flow li > a p{
	position: relative;
	padding: 10px;
}
.buy_method .method_flow li > a p::before{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #191919;
}
.buy_method .child_pages{
	margin-top: 30px;
}
.buy_method .child_pages h4{
	color: #008ebd;
}
.simlock_removal .btn_area{
	margin-bottom: 20px;
}
.simlock_removal .simlock_bnr{
	max-width: 690px;
	margin: 0 auto;
}
.buy_point .about-list li{
	margin-bottom: 10px;
	color: #e21919;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5294;
}
.buy_point .about-list li::before{
	content: "";
	display: inline-block;
	margin: 8px 10px 0 0;
	width: 9px;
	min-width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #e21919;
}
.buy_point .about-list li span{
	margin-left: 10px;
	font-weight: normal;
	color: #008ebd;
	font-size: 1.5rem;
}
.other_price li:not(:last-child){
	margin-bottom: 15px;
}
.other_price li > a{
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-weight: bold;
	background: url(/wpn/wp-content/themes/amemoba/images/common/ico-right-black.png) right 10px center / 8px no-repeat;
	color: #191919!important;
}
.other_price li.stay{
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	border: none;
	background-color: #eee;
	color: #999;
}

@media screen and (min-width: 768px) {
	#plice_resalt form{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
	}
	.pricelist{
		width: calc(100% / 2 - 20px);
		margin-left: 20px;
	}
	.price_table .model_name {
		font-size: 1.6rem;
	}
	.price_table .price_area {
		font-size: 1.6rem;
	}
	.price_table a {
		height: 50px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.price_table a::before {
		top: 21px;
	}
	#plice_resalt .comment{
		width: 100%;
		margin-left: 20px;
	}
	.buy_method .method_flow{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin-left: -20px;
	}
	.buy_method .method_flow li{
		width: calc(100% / 2 - 20px);
		margin-left: 20px;
	}
	.other_price .model_list{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
	}
	.other_price .model_list li{
		width: calc(100% / 2 - 20px);
		margin-left: 20px;
	}
	.other_price li:not(:last-child){
		margin-bottom: 20px;
	}
	.price_txt a {
		font-size: 17px;
	}
	.price_txt a:hover,
	.price_table a:hover {
		border-color: #e21919;
		color: #e21919 !important;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	#plice_resalt form{
		margin-top: -50px;
		margin-left: -60px;
	}
	.pricelist h3{
		margin-top: 40px;
	}
	.price_table tr + tr,
	.accordion_inner .price_table tr {
		padding-top: 30px;
	}
	.price_table tr + tr::before,
	.accordion_inner .price_table tr::before {
		top: 15px;
	}
	.price_box{
		margin-top: 20px;
		padding-left: 15px;
		transition: .4s;
	}
	.price_box:hover{
		border-color: #e21919;
	}
	.model_img{
		width: 120px;
	}
	.pricelist{
		width: calc(100% / 2 - 60px);
		margin-left: 60px;
	}
	.price_txt{
		padding: 0 15px;
	}
	.price_txt .model_name{
		margin: 5px ;
		font-size: 1.8rem;
	}
	.price_area{
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.price_area .yen{
		font-size: 1.4rem;
	}
	.price_area .state{
		margin-right: 8px;
		padding: 4px 5px;
		font-size: 1.3rem;
		transform: translateY(-2px);
	}
	.price_area .state .visibility-l{
		display: inline-block;
	}
	.pricelist .btn_more{
		margin-top: 20px;
		padding: 15px 30px;
		font-size: 1.7rem;
	}
	.pricelist .btn_more::before{
		right: 30px;
		border-width: 10px 6.5px 0 6.5px;
	}
	#plice_resalt .comment{
		margin-top: 50px;
		margin-left: 60px;
	}
	.buy_method .method_cont{
		width: 960px;
		margin: 20px auto 0;
	}
	.buy_method .method_flow{
		margin-left: -30px;
	}
	.buy_method .method_flow li{
		width: calc(100% / 2 - 30px);
		margin-bottom: 0;
		margin-left: 30px;
	}
	.buy_method .method_flow li > a{
		font-size: 2rem;
	}
	.buy_method .method_flow li > a p{
		padding: 15px;
	}
	.buy_method .method_flow a:hover{
		background: #f8e2e2;
	}
	.buy_method .method_flow li > a p::before{
		right: 20px;
		border-width: 8px 0 8px 12px;
	}
	.buy_method .child_pages{
		margin-top: 40px;
	}
	.simlock_removal .btn_area{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		margin-left: -30px;
	}
	.simlock_removal .btn_area a{
		width: calc(100% / 2 - 30px);
		margin-left: 30px;
	}
	.simlock_removal .simlock_bnr{
		max-width: 960px;
		margin-top: 40px;
	}
	.buy_point .about-list li {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	.buy_point .about-list li:before {
		width: 12px;
		min-width: 12px;
		height: 12px;
		margin: 10px 20px 0 0;
	}
	.buy_point .about-list li span{
		font-size: 1.6rem;
	}
	.other_price li > a:hover{
		border-color: #e21919;
		color: #191919!important;
	}
	.other_price .model_list li{
		width: calc(100% / 3 - 20px - .01px);
	}
	.other_price .model_list li > a{
		padding: 12px 20px;
		background-position: right 20px center;
	}
	.other_price li.stay{
		padding: 12px 20px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.price_table .model_name {
		margin-right: 10px;
		font-size: 2rem;
	}
	.price_table .price_area {
		margin-right: 10px;
		font-size: 2rem;
	}
	.price_table a {
		height: 70px;
		padding: 0 25px 0 20px;
	}
	.price_table a::before {
		top: 31px;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	査定金額結果
------------------------------------------------------------*/
#result {
	font-size: 1.2rem;
	font-weight: bold;
	background: #f8e2e2;
}
#result div {
	display: inline-block;
	font-size: 1.6rem;
}
#result_price {
	margin-bottom: 30px;
}
.result_price__box {
	margin-bottom: 30px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	background: #f8e2e2;
}
#result_p {
	margin-bottom: -5px;
	font-size: 1.8rem;
}
.price {
	font-size: 3rem;
	color: #e21919;
}
#result_price a {
	display: block;
	border-bottom: none;
}
#result_price img {
	display: block;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.result_price__box {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
	}
	#result_p {
		margin: 0 40px 0 0;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	#result,
	#result div {
		font-size: 1.7rem;
	}
	.result_price__box {
		padding: 20px 0;
	}
	#result_p {
		font-size: 2.4rem;
	}
	.price {
		font-size: 3.4rem;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	ログインフォーム
------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


.login {
  width: 400px;
  margin: 16px auto;
  font-size: 16px;
}

/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #28d;
}

.login-header {
  background: #28d;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.login-container {
  background: #ebebeb;
  padding: 12px;
}

/* Every row inside .login-container is defined with p tags */
.login p {
  padding: 12px;
}

.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

.login input[type="email"],
.login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}

/* Text fields' focus effect */
.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #888;
}

.login input[type="submit"] {
  background: #28d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.login input[type="submit"]:hover {
  background: #17c;
}

/* Buttons' focus effect */
.login input[type="submit"]:focus {
  border-color: #05a;
}

/*------------------------------------------------------------
	顧客情報変更画面
------------------------------------------------------------*/
/* form-table */

.form-table td {
	padding: 15px;
	font-size: 1.4rem;
}
.form-table input,
.form-table select,
.form-table textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 1.6rem;
}
.form-table input:focus,
.form-table select:focus,
.form-table textarea:focus {
	border-color: #e21919;
}
.form-table span.mwform-tel-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0 -10px 10px;
}
.form-table span.mwform-tel-field input[type="text"],
.form-table span.mwform-zip-field input[type="text"] {
	display: block;
	width: 100%;
	margin: 0 10px;
}
.form-table .address ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 10px;
}
.form-table .prefectures {
	display: inline-block;
	position: relative;
	width: 200px;
}
.form-table .prefectures:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #e21919 transparent transparent transparent;
}
.mw_wp_form_confirm .form-table .prefectures:before {
	display: none;
}
.form-table .prefectures select {
	width: 200px;
	margin-bottom: 0;
	padding-right: 30px;
}
.form-table .prefectures select#color {
	width: 100%;
}
/* form-table end */


.form-btn {
	position: relative;
	height: 58px;
	margin-bottom: 0;
	border-bottom: 3px solid #0e5592;
	border-radius: 10px;
	background: #16a5d5;
	cursor: pointer;
}
.form-btn:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
}
.form-btn input {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

/* SEO対応 */

h2 img{
	background-color: initial;
}


/*------------------------------------------------------------
	標準設定
------------------------------------------------------------*/


@media screen and (min-width: 768px) {
	.row{
		clear: both;
		overflow: hidden;
	}
	.three-rows{
		width: 33.333%;
		float: left;
		padding: 20px;
	}
	.three-rows h3 {
		font-size: 2.0rem;
	}

} /* ----- media END ----- */

/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/
.sitemap-line ul, ol {
	padding: 0;
	position: relative;
  }

.sitemap-line ul li {
	color: #3d3d3d;
	font-size: 1.5rem;
	border-left: solid 6px #e21919;/*左側の線*/
	background: #fdf4f4;/*背景色*/
	margin-bottom: 3px;/*下のバーとの余白*/
	line-height: 1.4;
	padding: 0.5em;
	list-style-type: none!important;/*ポチ消す*/
  }
.sitemap-line ul li a {
	text-decoration: none;
	}

@media screen and (min-width: 768px) {
	.sitemap-contents{
		overflow: hidden;
		clear: both;
	}
	.sitemap-line {
		width: 33.333%;
		float: left;
		padding: 20px;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	assessment
------------------------------------------------------------*/
.assessment {
	margin-bottom: 40px;
}
.assessment-select {
	margin-bottom: 15px;
	padding: 15px 15px 20px;
	background: #e21919;
}
.assessment-select .assessment-select__ttl {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.assessment-select__form--select {
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}
.assessment-select__form--select:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 9px 6.5px 0 6.5px;
	border-color: #000 transparent transparent transparent;
	pointer-events: none;
}
.assessment-select__form--select select {
	display: block;
	width: 100%;
	padding: 13px 50px 13px 15px;
	border-radius: 10px;
	font-size: 1.6rem;
	background: #fff;
}
.assessment button {
	display: block;
	width: 100%;
	padding: 14px 0;
	border-bottom: 3px solid #0e5592;
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #16a5d5;
	background-image: url(../images/common/ico-check-white.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 105px) center;
	background-size: 21px;
	cursor: pointer;
}
.assessment-select__form button {
	margin-top: 20px;
}
.assessment-keyword {
	padding: 20px 15px;
	border-top: 3px solid #008ebd;
	background: #dceff6;
}
.assessment-keyword .assessment-keyword__ttl {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 35px;
	color: #008ebd;
	font-size: 2rem;
	font-weight: bold;
	background: url(../images/common/ico-search-blue.png) left center / 24px no-repeat;
}
.assessment-keyword__form--input {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px 15px;
	border-radius: 10px;
	border: 1px solid #bbd2db;
	font-size: 1.6rem;
	background: #fff;
	transition: .4s;
}
.assessment-keyword__form--input:focus {
	border-color: #008ebd;
}
.assessment-keyword__form--popular {
	margin-bottom: 20px;
}
.assessment-keyword__form--popular h3 {
	margin-bottom: 5px;
	padding-left: 25px;
	color: #008ebd;
	font-weight: bold;
	background: url(../images/common/ico-popular-blue.png) 3px center / 12px no-repeat;
}
.assessment-keyword__form--popular ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px -5px 0;
}
.assessment-keyword__form--popular ul li {
	width: 33.33333333%;
	margin-top: 10px;
	padding: 0 5px;
	cursor: pointer;
}
.assessment-keyword__form--popular ul li a {
	padding: 10px 0;
	border: 1px solid #bbd2db;
	border-radius: 10px;
	font-size: 1.3rem;
	text-align: center;
	background: #fff;
	display: block;
}
.assessment-keyword__form--popular ul .active p {
	border-color: #008ebd;
	color: #fff;
	background: #008ebd;
}

@media screen and (min-width: 768px) {
	.assessment {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.assessment-select {
		position: relative;
		width: 350px;
		min-width: 350px;
		margin: 0 20px 0 0;
	}
	.assessment-keyword {
		width: 100%;
	}
	.assessment button {
		max-width: 480px;
		margin-right: auto;
		margin-left: auto;
		transition: .4s;
	}
	.assessment-select button {
		position: absolute;
		left: 50%;
		bottom: 20px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 30px);
	}
	.assessment-select button:hover {
		-webkit-transform: translate(-50%, 3px);
		transform: translate(-50%, 3px);
		border-color: #e21919;
		background-color: #008ebd;
	}
	.assessment-keyword button:hover {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		border-color: #dbeff6;
		background-color: #008ebd;
	}
	.assessment-keyword__form--popular ul li a {
		transition: .4s;
		display: block;
	}
	.assessment-keyword__form--popular ul li a:hover {
		border-color: #008ebd;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.assessment {
		margin-bottom: 60px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.assessment-select {
		width: 400px;
		min-width: 400px;
		margin: 0 30px 0 0;
		padding: 15px 30px 30px;
	}
	.assessment-keyword {
		padding: 18px 30px 30px;
		border-top: 5px solid #008ebd;
	}
	.assessment-select button {
		bottom: 30px;
		width: calc(100% - 60px);
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.assessment-select {
		width: 460px;
		min-width: 480px;
	}
	.assessment-select__ttl {
		font-size: 3.2rem;
	}
	.assessment-select__form--select {
		margin-bottom: 20px;
	}
	.assessment-select__form--select:before {
		right: 23px;
		border-width: 12px 8px 0 8px;
	}
	.assessment-select__form--select select {
		padding: 10px 50px 10px 15px;
		font-size: 2rem;
	}
	.assessment button {
		padding: 12px 0;
		font-size: 2.4rem;
		background-position: calc(50% - 145px) center;
		background-size: 25px;
	}
	.assessment-select__form button {
		margin-top: 30px;
	}
	.assessment-keyword__ttl {
		padding-left: 55px;
		font-size: 3.2rem;
		background-size: 36px;
	}
	.assessment-keyword__form--input {
		margin-bottom:20px;
		padding: 17px 20px;
		font-size: 2.4rem;
	}
	.assessment-keyword__form--popular {
		margin-bottom: 30px;
	}
	.assessment-keyword__form--popular h3 {
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 35px;
		font-size: 2.4rem;
		background-size: 19px;
		background-position: left center;
	}
	.assessment-keyword__form--popular ul li a {
		padding: 3px 6px 3px 6px;
		font-size: 1.4rem;
		display: block;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1500px) {
	.assessment-select {
		width: 540px;
		min-width: 540px;
	}
	.assessment-keyword__form--popular ul li {
		width: 16.66666666%;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	ページ内FAQ
------------------------------------------------------------*/
.faq {
	margin-bottom: 60px;
}

/*------------------------------------------------------------
	h3 リンク色変更
------------------------------------------------------------*/
.page-content h3 a {
    position: relative;
    margin: 25px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8e2e2;
    color: #e21919;
    font-size: 1.9rem;
    font-weight: bold;
}

h3 a:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
	color: #e21919 !important;
}
h3 a {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
	color: #e21919 !important;
}


/*------------------------------------------------------------
	iPhoneページの画像モデルリスト
------------------------------------------------------------*/

.image_model_list {
	overflow:hidden;
}
.image_model_list a {
	border-bottom: initial;
}
.image_model_list li{
	width: 33.3333333%;
	height: 9em;
	margin-bottom: 10px !important;
	text-align: center;
	float:left;
}
.image_model_list p {
	font-size: 10pt;
	line-height: 1.4em;
}

@media screen and (min-width: 768px) {
	.image_model_list li{
		width: 16.6666666%;
		height: 6em;
	}
	.image_model_list p {
		font-size: 11pt;
	}

} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.image_model_list li{
		width: 11.1111111%;
	}

} /* ----- media END ----- */

/*------------------------------------------------------------
	iPhoneそれ以外のモデル一覧部分
------------------------------------------------------------*/
.image_model_list {
	padding-top:0;
	margin-top:0;
}
.image_model_list h4{
	margin-top:0;
}
.another_series_menu {
	max-width:100%;
	margin:10px auto;
}
.another_series_menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -20px;
	padding-inline-start: 0;
}
.another_series_menu ul li {
	width: 12.5%;
	height: auto;
	padding: 20px 0 0 20px;
	text-align: center;
	font-size: 12px;
}
.another_series_menu ul li div {
	height: 100%;
}
.another_series_menu ul li div a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	height: 100%;
	border: 1px solid #999;
}
.another_series_menu ul li div a:hover {
	border-color: #e21919;
}
.another_series_menu img {
	height: 75px;
	margin-bottom: 10px;
}
.another_series_menu a {
	text-decoration:none;
	transition: opacity 0.5s;
}
.another_series_menu a:hover{
	opacity: 0.5;
}

h2.modellist_after {
    margin-top: 0;
}
/*------------------------------------------------------------
	iPhoneそれ以外のモデル一覧部分～それ以外はコチラ～
------------------------------------------------------------*/
.accordion_menu {
	max-width:100%;
	margin:10px auto;
	font-size: 14px;
	color:#008ebd;
}
.accordion_label {
    display: block;
    width: 240px;
    padding: 10px 30px;
    margin:15px auto 0;
    background: #191919;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #fff!important;
    border-bottom: none!important;
    cursor: pointer;
}
.accordion {
    display: none;
}
.accordion_menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-inline-start: 0;
}
.accordion_menu li {
	width:120px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
}
.accordion_menu img {
	width: 100px;
	height: auto;
	display: inline;
	padding:0 10px;
}
.accordion_menu a{
	text-decoration:none;
	transition: opacity 0.5s;
}
.accordion_menu a:hover {
	opacity: 0.5;
}
#a_type1:checked ~ #a_links1 li {
	height: auto;
	opacity: 1;
	width: 110px;
	text-align: center;
	font-size: 12px;
}
/*------------------------------------------------------------
	iPhoneそれ以外のモデル一覧部分～レスポンシブ用～
------------------------------------------------------------*/
@media only screen and (max-width:992px) {
	.another_series_menu ul li {
		width: 16.666%;
		font-size: 10px;
	}
}
@media only screen and (max-width:767px) {
.another_series_menu ul li {
	width: 33.333%;
	font-size: 10px;
}
.accordion_menu li {
	width: 25%;
}
.accordion_menu img {
	max-width: 40px;
}
#a_type1:checked ~ #a_links1 li {
	width: 100px;
	font-size: 10px;
}
}

/*------------------------------------------------------------
	shop-area
------------------------------------------------------------*/
.shop-area {
	margin-bottom: 60px;
}
.shop-area-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}
.shop-area li {
	width: 50%;
	padding: 10px 0 0 10px;
}
.shop-area a {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-weight: bold;
	background: url(/wpn/wp-content/themes/amemoba/images/common/ico-down-black.png) right 10px center / 11px no-repeat;
	color: #191919!important;
}
.shop-area a:hover {
	border-color: #e21919;
	color: #191919!important;
}

.shop-box {
	text-align: center;
}

.page-content .shop-button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e21919;
    border: 0;
    border-radius: 5px;
    -webkit-box-pack: center;
    color: #fff!important;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 1.5rem;
    justify-content: center;
    line-height: 1.4;
    padding: 1.6rem 3.5rem 1.8rem;
    position: relative;
    text-align: left;
    width: 100%;
}

@media screen and (min-width: 768px) {
	.shop-area li {
		width: 33.333%;
	}
	.elementor-widget-image img {
		max-height: 350px;
	}

	.page-content .shop-button {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.shop-area {
		margin-bottom: 120px;
	}
	.shop-area li {
		width: 25%;
	}
}

@media screen and (min-width: 1200px) {
	.shop-area li {
		width: 20%;
	}
}

/*------------------------------------------------------------
	first
------------------------------------------------------------*/
.first-button {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -10px;
}
.first-button li {
	width: 100%;
	padding: 10px 0 0 10px;
}
.first-button a {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-weight: bold;
	background: url(/wpn/wp-content/themes/amemoba/images/common/ico-down-black.png) right 10px center / 11px no-repeat;
	color: #191919!important;
}
.first-button a:hover {
	border-color: #e21919;
	color: #191919!important;
}
.first-reason {
	margin-bottom: 60px;
}
.first-reason-title span {
	display: block;
	font-size: .8em;
	line-height: 1.5;
}
.first-reason-btn {
	max-width: 300px;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.first-button li {
		width: 50%;
	}
	.first-flow {
		display: flex;
	}
	.first-flow-text {
		width: 60%;
	}
	.first-flow-image {
		width: 40%;
		padding-left: 20px;
	}
}

@media screen and (min-width: 992px) {
	.first-button {
		margin: -30px 0 0 -30px;
	}
	.first-button li {
		padding: 30px 0 0 30px;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about-style__list li {
	margin-bottom: 15px;
}
.about-style__list--box {
	display: block !important;
	position: relative;
	padding: 21px 40px 24px 140px;
	border: 1px solid #e21919;
	border-color: #e21919 !important;
	background: #fff;
}
.about-style__list--box:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 116px;
	height: calc(100% - 2px);
	background-size: cover;
	background-position: center;
	pointer-events: none;
}
.about-style__list li:nth-child(1) .about-style__list--box:before {
	background-image: url(../images/top/about-style-01.jpg);
}
.about-style__list li:nth-child(2) .about-style__list--box:before {
	background-image: url(../images/top/about-style-02.jpg);
}
.about-style__list li:nth-child(3) .about-style__list--box:before {
	background-image: url(../images/top/about-style-03.jpg);
}
.about-style__list--box:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000;
	pointer-events: none;
}
.about-style__list--ttl {
	display: block;
	margin-bottom: 5px;
	color: #e21919;
	font-size: 2.4rem;
	font-weight: bold;
}
.about-style__list--txt {
	display: block;
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
	.about-style__list--box:hover {
		background: #f8e2e2;
	}
	.about-style__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-style__list li {
		width: calc(50% - 7.5px);
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.about-style__list--box {
		padding: 16px 40px 19px 140px;
	}
	.about-style__list--box:after {
		right: 20px;
		border-width: 8px 0 8px 12px;
	}
	.about-style__list--ttl {
		margin-bottom: 0;
		font-size: 3rem;
	}
	.about-style__list--txt {
		font-size: 1.6rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.about-style__list li {
		width: calc(33.33333333% - 20px);
		margin-bottom: 0;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	fc
------------------------------------------------------------*/
.fc-inner {
	position: relative;
	z-index: 5;
}
.just-pc {
	display: none;
}
.fc-image2-pc {
	position: absolute;
	top: 4px;
	left: 4%;
	width: 40%;
}
.fc-inner-3-4 {
	background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP3.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -30px;
	z-index: 3;
	height: 230px;
}
.fc-image4-pc {
	position: absolute;
	width: 44%;
	right: 0;
	bottom: 21%;
}
.fc-image6-pc {
	width: 70%;
	margin: -10px auto 0;
}
.fc-inner-7-8 {
	margin-top: 10px;
}
.fc-inner-7-8::after {
	content:"";
	position: absolute;
	right: 0;
	bottom: -60px;
    width: 45px;
    height: 60px;
	background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP8.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.fc-inner-9 {
	margin-top: 55px;
}
.fc-inner-point-1 {
	background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP11.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 20px;
}
.fc-image-point-1 {
	text-align: center;
}
.fc-image-point-1 img {
	width: 50%;
}
.fc-image-polint-1-text {
	margin-top: 20px;
}
.fc-inner-seo {
	margin-top: 10px;
}
.fc-inner-14 {
	margin-top: 40px;
}
.fc-image14-pc {
	text-align: center;
}
.fc-image14-pc img {
	width: 50%;
}
.fc-inner-point-2 {
	background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP15.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 100px;
	margin-top: 50px;
}
.fc-image-point-2 {
	text-align: center;
}
.fc-image-point-2 img {
	width: 50%;
}
.fc-image-polint-2-text {
	margin-top: 20px;
}
.fc-image-polint-2-image {
	text-align: center;
	margin-top: 20px;
}
.fc-image-polint-2-image img {
	width: 50%;
}
.fc-inner-point-3 {
	background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP19.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 100px;
	margin-top: 50px;
}
.fc-image-point-3 {
	text-align: center;
}
.fc-image-point-3 img {
	width: 80%;
}
.fc-image-polint-3-text {
	margin-top: 20px;
}
.fc-image-polint-3-image {
	text-align: center;
	margin-top: 20px;
}
.fc-image-polint-3-image img {
	width: 50%;
}
.fc-inner-22 {
	margin-top: 30px;
}
.fc-inner-23 {
	margin-top: -50px;
}
.fc-image23-pc a br {
	display: none;
}
.fc-inner-25 {
	margin-top: 20px;
}
.fc-image25-pc {
	width: 70%;
}
.fc-inner-26 {
	margin-top: 10px;
}
.fc-inner-27 {
	margin-top: 20px;
}
.fc-image27-pc {
	text-align: center;
}
.fc-image27-pc img {
	width: 90%;
}
.fc-inner-28 {
	margin-top: 20px;
}
.fc-image28-pc {
	width: 70%;
}
.fc-image30-pc {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 40%;
}
.fc-inner-31-32 {
	margin-top: 40px;
}
.fc-image32-pc {
	position: absolute;
	bottom: 20px;
	width: 40%;
	margin-left: 10px;
}
.fc-inner-34 {
	margin-top: 20px;
}
.fc-inner-36 {
	margin-top: 40px;
}
.fc-inner-37-38 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
}
.fc-image38-pc {
	margin-left: 10px;
}
.fc-inner-39 {
	margin-top: 20px;
}
.fc-image-btn-pc {
	text-align: center;
}
.fc-image-btn-pc img {
	width: 70%;
}
.fc-inner-btn {
	margin-top: -70px;
}
.fc-inner-41 {
	margin-top: 40px;
}
.fc-inner-btn-end {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.just-sp {
		display: none;
	}
	.just-pc {
		display: block;
	}
	.fc-image2-pc {
		position: absolute;
		top: 10px;
		left: 10%;
		width: 40%;
	}
	.fc-inner-3-4 {
    	margin-top: -40px;
    	height: 500px;
	}
	.fc-image4-pc {
		bottom: 12%;
	}
	.fc-inner-5 {
		margin-top: -30px;
	}
	.fc-inner-6 {
		margin-top: -40px;
	}
	.fc-image6-pc {
		width: 60%;
		margin: 0;
	}
	.fc-inner-7-8 {
		margin-top: 50px;
	}
	.fc-inner-7-8::after {
		content:"";
		position: absolute;
		top: 15px;
		right: 0;
		bottom: inherit;
		width: 175px;
		height: 100%;
		background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP8.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.fc-image7-pc {
		width: 70%;
	}
	.fc-inner-9 {
		margin-top: 0;
	}
	.fc-inner-10 {
		margin-top: 80px;
	}
	.fc-image10-pc {
		text-align: center;
	}
	.fc-image10-pc img {
		width: 30%;
	}
	.fc-inner-11-12-13 {
		background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP11.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: 20px;
    	padding-top: 50px;
		padding-bottom: 104px;
	}
	.fc-image12-pc {
		text-align: center;
	}
	.fc-image12-pc img {
		width: 70%;
	}
	.fc-image13-pc {
		text-align: center;
		margin-top: 30px;
	}
	.fc-image13-pc img {
		width: 80%;
	}
	.fc-inner-14 {
		margin-top: -30px;
	}
	.fc-image14-pc {
		text-align: center;
	}
	.fc-image14-pc img {
		width: 30%;
	}
	.fc-inner-15-16-17 {
		background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP15.png);
		background-repeat: no-repeat;
		background-size: contain;
    	padding-top: 50px;
		padding-bottom: 104px;
	}
	.fc-image16-pc {
		text-align: center;
	}
	.fc-image16-pc img {
		width: 80%;
	}
	.fc-image17-pc {
		text-align: center;
		margin-top: 30px;
	}
	.fc-image17-pc img {
		width: 35%;
	}
	.fc-inner-18 {
		margin-top: -30px;
	}
	.fc-image18-pc {
		text-align: center;
	}
	.fc-image18-pc img {
		width: 45%;
	}
	.fc-inner-19-20-21 {
		background-image: url(https://amemoba.com/wpn/wp-content/themes/amemoba/images/fc/pc/LP19.png);
		background-repeat: no-repeat;
		background-size: contain;
    	padding-top: 50px;
		padding-bottom: 104px;
	}
	.fc-image20-pc {
		text-align: center;
	}
	.fc-image20-pc img {
		width: 80%;
	}
	.fc-image21-pc {
		text-align: center;
		margin-top: 30px;
	}
	.fc-image21-pc img {
		width: 35%;
	}
	.fc-image22-pc {
		text-align: center;
	}
	.fc-image22-pc img {
		width: 50%;
	}
	.fc-inner-23 {
		margin-top: -60px;
	}
	.fc-image23-pc a {
		display: block;
		width: 40%;
		margin: 0 auto;
	}
	.fc-image23-pc a:hover {
		opacity: 0.7;
	}
	.fc-inner-24 {
		margin-top: 40px;
	}
	.fc-inner-25 {
		margin-top: 40px;
	}
	.fc-image25-pc {
		width: 45%;
	}
	.fc-inner-26 {
		margin-top: 0;
	}
	.fc-image26-pc {
		text-align: center;
	}
	.fc-image26-pc img {
		width: 60%;
	}
	.fc-inner-27 {
		margin-top: 10px;
	}
	.fc-inner-28 {
		margin-top: 50px;
	}
	.fc-image28-pc {
		width: 45%;
	}
	.fc-inner-29-30 {
		margin-top: 30px;
	}
	.fc-image30-pc {
		position: absolute;
		bottom: 90px;
		right: 0;
		width: 40%;
	}
	.fc-image32-pc {
		position: absolute;
		bottom: 50px;
		width: 40%;
		margin-left: 50px;
	}
	.fc-image34-pc {
		width: 70%;
	}
	.fc-inner-35 {
		margin-top: 30px;
	}
	.fc-image35-pc {
		text-align: center;
	}
	.fc-image35-pc img {
		width: 80%;
	}
	.fc-inner-btn {
		margin-top: 10px;
	}
	.fc-image-btn-pc a:hover {
		opacity: 0.7;
	}
	.fc-image-btn-pc img {
		width: 40%;
	}
	.fc-inner-36 {
		margin-top: 50px;
	}
	.fc-inner-37-38 {
		margin-top: 30px;
	}
	.fc-image38-pc {
		margin-left: 20px;
	}
	.fc-inner-39 {
		margin-top: 30px;
	}
	.fc-inner-btn-bottom {
		margin-top: 30px;
	}
	.fc-inner-41 {
		margin-top: 90px;
	}
}
@media screen and (min-width: 1000px) {
	.fc-inner-3-4 {
    	height: 600px;
	}
	.fc-image4-pc {
		width: 40%;
	}
	.fc-inner-6 {
		margin-top: -50px;
	}
	.fc-inner-11-12-13 {
		padding-bottom: 135px;
	}
	.fc-inner-15-16-17 {
		padding-bottom: 135px;
	}
	.fc-inner-19-20-21 {
		padding-bottom: 135px;
	}
}
@media screen and (min-width: 1300px) {
	.fc-inner-7-8::after {
		top: 50px;
	}
}