@charset "UTF-8";

/*********************************
*
*  reset
*
**********************************/
html {
	font-size: 14px;
	font-family: \30d2\30e9\30ae\30ce\89d2\30b4\20\50\72\6f\20\57\33,
		"Hiragino Kaku Gothic ProN", \30e1\30a4\30ea\30aa, Meiryo,
		\ff2d\ff33\ff30\30b4\30b7\30c3\30af, sans-serif;
	color: #2D2D2D;
	word-break: break-all;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4em;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #002669;
	background: transparent;
	font-size: 18px;
}
a img:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)" !important;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
ul,
ol {
	list-style: none;
}
@media only screen and (max-width: 750px) {
	a {
		font-size: 12px;
	}
}

/*********************************
*
*  common
*
**********************************/
.pc_none {
	display: none !important;
}
.sp_none {
	display: block !important;
}
p,
dt,
dd {
/*	letter-spacing: 4px;*/
	line-height: 1.7;
	color: #333333;
}

a img {
	margin-right: 8px;
	vertical-align: bottom;
}

.note {
	font-size: 14px;
}

.m-buttoncontainer {
	width: 830px;
	margin: 0 auto;
}
.m-buttoncontainer img {
	margin: 0 auto;

}
.m-buttoncontainer_primary {
	margin-top: 17px;
	padding-top: 30px;
	border-top: 1px solid #00003C;
}
.m-buttoncontainer_primary>.a-button {
	max-width: 480px;
	text-decoration: none;
	font-size: 30px;
}
.a-button {
	height: 78px;
	border-radius: 39px;
}
.a-button-primary {
	background: #00003C;
}
.a-button>span {
	max-width: 275px;
}
main {
}

section {
	margin: 0 auto;
	padding: 80px 0;
}
section > .inner {
	max-width: 1000px;
	margin: 0 auto;
}
section h2 {

}

@media only screen and (max-width: 750px) {
	.sp_none {
		display: none !important;
	}
	.pc_none {
		display: block !important;
	}
	p,
	dt,
	dd {
		letter-spacing: 2px;
	}
	.o-header_wrapper {
		padding: 0; 
		justify-content: center;
	}
	.o-header_logo {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	img {
		width: 100%;
	}
	a img {
		width: auto;
		height: 1rem;
		margin-right: 5px;
		vertical-align: -0.2rem;
	}
	.note {
		font-size: 10px !important;
		text-align: left;
		position: relative;
	}
	.note span {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.m-buttoncontainer {
		width: 78%;
	}
	.m-buttoncontainer_primary {
		padding-top: 13px;
	}
	.m-buttoncontainer_primary>.a-button {
		width: 80%;
		font-size: 16px;
	}
	.a-button {
		height: 56px;
		border-radius: 28px;
	}
	.a-button>span {
		max-width: 219px;
	}
	
	section {
		margin: 0 auto;
		padding: 40px 0 40px;
	}
	section > .inner {
		max-width: inherit;
	}
}

/*********************************
*
*  mainvisual
*
**********************************/
main h1 {
	position: relative;
	background-image: url(../assets/images/main-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin-bottom: 80px;
	text-align: center;
}

@media screen and (max-width: 750px) {
	main h1 + p {
		margin-bottom: 40px;
	}
}

/*********************************
*
*  便利・おトク！イオンマークのカードのネットキャッシングのポイント
*
**********************************/
.conts1 h2 {
	margin-bottom: 60px;
}
.conts1 p {
	font-size: 23px;
}
.conts1 .conts1-image img{
	margin: 0 auto;
}
.conts1 p.note {
	margin-top: 25px;
	font-size: 13px;
}
.conts1 p.note a {
	color: #0066CC;
	font-size: 13px;
}
.conts1 .conts1-image.image02 {
	margin: 60px 0 50px;
	padding-top: 60px;
	border-top: 3px solid #EFEFEF;
}
.conts1 .link {
	text-align: center;
}
.conts1 .link a {
	font-weight: bold;
	font-size: 22px;
}
.link_under{
    text-decoration: underline;
}
.link_under_2{
    padding-bottom: 5px;
    border-bottom: solid 1px;
}

@media screen and (max-width: 750px) {
	.conts1 .inner {
		width: 90%;
		margin: 0 auto;
	}
	.conts1 h2 + p {
		margin-bottom: 20px;
	}
	.conts1 p {
		font-size: 13px;
		line-height: 150%;
	}
	.conts1 p.note {
		margin-top: 15px;
	}
	.conts1 p.note a {
		font-size: 10px;
	}
	.conts1 .conts1-image.image02 {
		margin: 30px 0 40px;
		padding-top: 30px;
	}
	.conts1 .link {
		text-align: center;
	}
	.conts1 .link a {
		letter-spacing: -0.02rem;
		font-size: 12px;
	}
}

/*********************************
*
*  ご利用はWebで簡単お手続き
*
**********************************/
.conts2 {
	background-color: #E9F0F5;
}
.conts2 h2 {
  margin-bottom: 60px;
}
.conts2 .step-title {
	width: 830px;
	margin: 20px auto;
}
.conts2 .step-box {
	position: relative;
	background-color: #FFFFDE;
	width: 830px;
	margin: 0 auto 40px;
	padding: 40px 115px;
	text-align: center;
	box-sizing: border-box;
}
.conts2 .step-box:last-of-type {
	margin-bottom: 0;
}
.conts2 .step-num {
	position: absolute;
	top: 0;
	left: 0;
}
.conts2 .step-box p {
	padding: 6px 0 0;
	font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
	.conts2 .inner {
		width: 90%;
		margin: 0 auto;
	}
	.conts2 h2 + p {
		margin-bottom: 20px;
	}
	.conts2 .step-title {
		width: 90%;
		margin: 20px 5%;
	}
	.conts2 .step-box {
		position: relative;
		width: 100%;
		margin: 0 0 20px;
		padding: 5% 5%;
		text-align: center;
	}
	.conts2 .step-box:last-of-type {
		margin-bottom: 5%;
	}
	.conts2 .step-num {
		position: absolute;
		top: 0;
		left: 0;
	}
	.conts2 .step-box p {
		padding: 2% 0 0;
		font-size: 10px;
		letter-spacing: -0.01rem;
	}
}

/*********************************
*
*  お支払いについて
*
**********************************/
.conts3 h2 {
	margin-bottom: 40px;
}
.conts3 p {
	font-size: 18px;
}
.conts3 p.note {
	margin-top: 30px;
	font-size: 13px;
}
.conts3 h4 {
	margin: 60px 0 45px;
}
.conts3 h4 img {
	margin: 0 auto;
}
.conts3 .fukidashi {
	background-image: url(../assets/images/sec03-fukidashi.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 10px 0 60px;
	padding: 75px 85px 60px;
	box-sizing: border-box;
}
.conts3 .fukidashi h6 {
	margin-bottom: 30px;
	font-size: 35px;
	text-align: center;
}
.conts3 .fukidashi li {
	display: block;
	margin-bottom: 15px;
	padding-left: 1em;
	font-weight: bold;
	font-size: 24px;
}
.conts3 .fukidashi li img {
	vertical-align: top;
	margin-right: 8px;
}
.conts3 .fukidashi li::before {
	display: block;
	content: "";
	float: left;
	margin-left: -1.3em;
	width: 1em;
	height: 1em;
	text-align: center;
	background-image: url(../assets/images/icn-check_white.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left center;
}
.conts3 .fukidashi p.note {
	margin-top: 0;
}
.conts3 .fukidashi p.note span {
	font-weight: bold;
}
.conts3 h5 {
	margin: 30px 0;
	padding-left: 15px;
	border-left: 3px solid #0F7AC5;
	font-weight: bold;
	font-size: 28px;
}
.conts3 h5:last-of-type {
	margin-top: 60px;
}
@media screen and (max-width: 750px) {
	.conts3 .inner {
		width: 90%;
		margin: 0 auto;
	}
	.conts3 h2 + p {
		margin-bottom: 20px;
	}
	.conts3 p {
		font-size: 12px;
		letter-spacing: -0rem;
	}
	.conts3 p.note {
		margin-top: 10px;
		letter-spacing: normal;
	}
	.conts3 h4 {
		margin: 0px 0 15px;
	}
	.conts3 .fukidashi {
		background-image: url(../assets/images/sec03-fukidashi_sp.png);
		margin: 3px 0 30px;
		padding: 12% 5% 5%;
	}
	.conts3 .fukidashi h6 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.conts3 .fukidashi li {
		margin-bottom: 5px;
		font-size: 17px;
	}
	.conts3 .fukidashi li img {
		width: 1.5rem;
		margin-right: 5px;
	}
	.conts3 .fukidashi p.note {
		margin-top: 10px;
	}
	.conts3 .fukidashi p.note span {
		position: relative;
	}
	.conts3 h5 {
		margin: 15px 0;
		padding-left: 1rem;
		border-left: 3px solid #0F7AC5;
		font-weight: bold;
		font-size: 18px;
	}
	.conts3 h5:last-of-type {
		margin-top: 20px;
	}
}

/*********************************
*
*  キャッシングって不安だな…。そんなときに安心！
*
**********************************/
.conts4 {
	background: #E9F0F5;
}
.conts4 .inner {
	padding: 0;
}
.conts4 .fukidashi {
	background-image: url(../assets/images/sec04-fukidashi.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 0 20px;
	padding: 45px 85px 75px;
	box-sizing: border-box;
}
.conts4 h2 {
	margin-bottom: 25px;
}
.conts4 h5 {
	margin-bottom: 45px;
}
.conts4 h5 img,
.conts4-image01 img {
	margin: 0 auto;
}
.conts4-image01 img.service_price {
	margin-top: 30px;
}
.conts4 p.note {
	margin: 30px 0 65px;
}
.conts4 .conv_box {
	margin-bottom: 40px;
	text-align: center;
}
.conts4 .conv_box > img {
	margin: 0 auto;
}
.conts4 .conv_box .conv_box-inner {
	background: #FFFFFF;
	margin-top: 30px;
	padding: 60px;
	border: 2px solid #373946;
	box-sizing: border-box;
	font-weight: bold
}
.conts4 .conv_box h6 {
	font-size: 32px;
}
.conts4 .conv_box p {
	margin: 0;
	font-size: 23px;
}
.conts4 .conv_box p.note {
	margin: 25px 0;
	font-weight: normal;
	font-size: 18px;
}
.conts4 .conv_box ul {
	margin: 25px 0;
}
.conts4 .conv_box li {
	display: inline-block;
	font-size: 23px;
}
.conts4 .conv_box li:last-of-type {
	margin-left: 38px;
}
.conts4 .conv_box li img {
	margin-right: 20px;
}
.conts4 .conv_box p.atm-title {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}
.conts4 .conv_box p.atm-title::before,
.conts4 .conv_box p.atm-title::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ADADAD;
	display: block;
}
.conts4 .conv_box p.atm-title::before {
	margin-right: 30px;
}
.conts4 .conv_box p.atm-title::after {
	margin-left: 30px;
}
.conts4 .conv_box .m-buttoncontainer {
	margin-top: 0;
	border-top: 1px solid #ADADAD;
}
.conts4 .m-buttoncontainer {
	margin-top: 80px;
}
.conts4 .conv_box .m-buttoncontainer_primary {
	margin-top: 0;
	padding-top: 40px;
	border-top: 0;
}
@media screen and (max-width: 750px) {
	.conts4 .inner {
		width: 90%;
		margin: 0 auto;
	}
	.conts4 .fukidashi {
		background-image: url(../assets/images/sec04-fukidashi_sp.png);
		margin: 0 0 5px;
		padding: 5% 5% 12%;
	}
	.conts4 h2 + p {
		margin-bottom: 17px;
	}
	.conts4 h5 {
		margin-bottom: 10px;
	}
	.conts4 h5 img,
	.conts4-image01 img {
		margin: 0 auto;
	}
	.conts4-image01 img.service_price {
		margin-top: 15px;
	}
	.conts4 p.note {
		margin: 10px 0 20px;
	}
	.conts4 .m-buttoncontainer {
		margin-top: 30px;
		width: 90%;
	}
	.conts4 .conv_box {
		margin-bottom: 20px;
	}
	.conts4 .conv_box .conv_box-inner {
		margin-top: 10px;
		padding: 5%;
	}
	.conts4 .conv_box h6 {
		font-size: 16px;
	}
	.conts4 .conv_box p {
		margin: 0;
		font-size: 12px;
	}
	.conts4 .conv_box p.note {
		margin: 10px 0;
		font-size: 18px;
		text-align: center;
	}
	.conts4 .conv_box ul {
		margin: 15px 0;
		text-align: left;
	}
	.conts4 .conv_box li {
		display: block;
		font-size: 15px;
	}
	.conts4 .conv_box li:last-of-type {
		margin-top: 1rem;
		margin-left: 0;
	}
	.conts4 .conv_box li img {
		width: 1.5rem;
		margin-right: 5px;
	}
	.conts4 .conv_box .m-buttoncontainer {
		width: 100%;
	}
	.conts4 .conv_box .m-buttoncontainer_primary {
		padding-top: 20px;
	}
	.conts4 .m-buttoncontainer_primary>.a-button {
		width: 100%;
	}
	.conts4 .conv_box p.atm-title {
		margin-bottom: 15px;
	}
	.conts4 .conv_box p.atm-title::before {
		margin-right: 15px;
	}
	.conts4 .conv_box p.atm-title::after {
		margin-left: 15px;
	}
}

/********************

  .o-footer

*********************/
.o-footer {
	font-family: "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  position: relative;
  -webkit-font-smoothing: auto;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
}


@media only screen and  (min-width:769px){
  .o-footer a:hover ,
  .o-footer a:focus {
    opacity: 0.5;
  }
}
@media only screen and  (max-width:768px){
  .o-footer {
    padding-bottom: 20px;
  }
}

.o-footer img.m-siteinformation_trustelogo{
	margin-right: 0;
}