.youtube iframe {
	width: 1000px;
	height: 600px;
	margin: 30px;
	padding: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*, *: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;
}

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	color: #444444;
	width: 100%;
	line-height: 1.44;
	letter-spacing: 0.01em;
}

a,a:hover,a:visited {
	color: #333;
}

a{
	outline: none;
}

a:focus{
	outline: none;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

button, input, select, textarea {
	font-family : inherit;
	font-size   : 100%;
}

@media print, screen and (min-width:0px){

.pc {
	display: inherit;
}

.mobile {
	display: none;
}

/* ---------- page top ボタン ---------- */

#pageTop {
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 200;
}

#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	border: solid 1px rgba(0,0,0,0.1);
	color: #333;
	font-size: 2em;
	font-weight: bold;
	line-height: 55px;
	text-decoration: none;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
}

/* ---------- ヘッダー ---------- */

#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#header .header-logo {
	position: relative;
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#header .header-logo .logo-box {
	width: 700px;
	height: auto;
	overflow:hidden;
	float: left;
}

#header .header-logo .logo-box a {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 110px;
	background-image: url("images/header_logo.jpg");
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: left center;
	margin-bottom: 20px;
}

#header h1 {
	font-size: 1.8rem;
	position: absolute;
	top: 100px;
	left: 0;
	font-size: 1.1em;
	font-weight: normal;
}

#header .header-menu {
	width: 300px;
	height: auto;
	overflow: hidden;
	float: right;
}

#header .header-menu ul,
#header .header-menu li {
	list-style: none;
}

#header .header-menu li {
	position: relative;
	display: block;
	width :150px;
	height: auto;
	overflow: hidden;
	float: left;
}

#header .header-menu li a {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	font-size: 1.2rem;
	padding: 10px 0;
}

#header .header-menu li a::after {
	content: "";
	width: 0px;
	height: 2px;
	background-color: #aaa;
	position: absolute;
	bottom: 3rem;
	left: 0;
	-webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#header .header-menu li:hover a::after {
	background-color: #56a764;
	width: 100%;
}

#header .header-menu li a .head-icon-box {
	width: 100%;
	height: 70px;
	background-size: 24% auto;
	background-position: center bottom 1.5rem;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#header .header-menu li.header-contact a .head-icon-box {
	background-image: url("images/otoiawase_h.png");
}

#header .header-menu li.header-contact a:hover .head-icon-box {
	opacity: 0.4;
}

#header .header-menu li.header-yoyaku a .head-icon-box {
	background-image: url("images/raiten_yoyaku_h.png");
}

#header .header-menu li.header-yoyaku a:hover .head-icon-box {
	opacity: 0.6;
}

/* ---------- パンくずリスト ---------- */

.breadcrumb {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.breadcrumb-box {
	width: 100%;
	background-color: #56a764;
}

.breadcrumb,
.breadcrumb li::after,
.breadcrumb li a {
	color: #ffffff;
}

.breadcrumb li {
	display: inline-block;
	height: auto;
	list-style: none;
	font-weight: normal;
	padding: 0.5rem 0;
}

.breadcrumb li::after {
	content: '>';
	padding: 0 3px;
}

.breadcrumb li a {
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/* ---------- ハンバーガーメニュー ---------- */

#nav-drawer {
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	position: fixed;
	top: 3rem;
	right: 3rem;
	z-index: 5;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 5px;/*線の太さ*/
	width: 50px;/*長さ*/
	border-radius: 5px;
	background: #666;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -17px;
}
#nav-open span:after {
	bottom: -34px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 25%;/*最大幅（調整してください）*/
	height: 100%;
	background: #56a764;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	padding: 2rem;
}

#nav-content span.menu-midashi {
	display: block;
	width: 100%;
	height: auto;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 2rem auto;
}

#nav-content ul,
#nav-content li {
	list-style: none;
}

#nav-content li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 2rem 1rem;
	text-decoration: none;
	color: #ffffff;
	border-bottom: dotted 1px #ffffff;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


.content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------- タイトル ---------- */

.head-title {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 504px;
	margin: 0 auto;
	position: relative;
	background-image: url("images/online_top.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.content01 .online-wari {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 4rem;
	padding-bottom: 6rem;
	background-image: url("images/online01.png"),url("images/cashback01.png");
	background-repeat: no-repeat;
	background-position: left bottom,right bottom;
	background-size: auto 20rem;
}

.content01 .online-wari span.top-title {
	display: block;
	width: 100%;
	height: auto;
	font-size: 5rem;
	font-weight: bold;
	color: #56a764;
	text-align: center;
}

.content01 .online-wari .top-text {
	width: 60%;
	font-size: 1.8rem;
	margin: 0 auto;
	margin-top: 4rem;
}

.content02 {
	margin-top: 4rem;
	background-image: url("images/cashback_back.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

.content02 .cashback {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 4rem 0;
}

.content02 .cashback span.cashback-title {
	display: block;
	width: 100%;
	height: auto;
	font-size: 5rem;
	font-weight: bold;
	color: #56a764;
	text-align: center;
	margin-top: 4rem;
}

.content02 .cashback-text {
	font-size: 4rem;
	font-weight: bold;
	color: #e4007f;
	text-align: center;
	margin-top: 4rem;
}

.content02 .cashback-text span {
	font-size: 8rem;
	margin: 0 1rem;
}

.content02 .cashback-term {
	width: 70%;
	height: auto;
	font-size: 2rem;
	margin: 4rem auto;
	padding: 2rem 3rem;
	background-color: rgba(255,255,255,0.7);
	border-radius: 1rem;
}

.content02 .cashback-term .term-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2rem auto;
}

.content02 .cashback-term dt {
	displya: block;
	width: 24%;
	float: left;
	font-weight: bold;
	color: #e4007f;
}

.content02 .cashback-term dd {
	displya: block;
	width: 76%;
	float: left;
}

.content03 {
	margin-top: 6rem;
}

.content03 .button-area {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.content03 .button-area span.button-area-title {
	display: block;
	width: 100%;
	height: auto;
	font-size: 5rem;
	font-weight: bold;
	color: #56a764;
	text-align: center;
}

.content03 .button-area .button-box {
	width: 100%;
	height: auto;
	overflow: hiddden;
}

.content03 .button-area .button-box a {
	display: block;
	width: 44%;
	height: 0;
	overflow: hidden;
	padding-top: 28%;
	margin: 6rem 3%;
	float: left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 1rem;
}

.content03 .button-area .button-box a.map {
	background-image: url(images/map_button.png);
}

.content03 .button-area .button-box a.yachin {
	background-image: url(images/yachin_button.png);
}

.content04 {
	padding-top: 4rem;
	padding-bottom: 8rem;
}

.content04 .banner-area a {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 400px;
	margin: 0 auto;
	position: relative;
	background-image: url("images/web_conclusion_top.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* ---------- フッター ---------- */

#footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #333;
}

#footer .footer-body {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#footer .footer-logo {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#footer .footer-logo a {
	display: block;
	width: 480px;
	height: 0;
	overflow: hidden;
	padding-top: 80px;
	background-image: url("images/footer-logo.png");
	background-size: contain;
	margin: 20px 0;
}

#footer .footer-body .fotter-box {
	width: 33.3%;
	height: auto
	overflow: hidden;
	color: #ffffff;
	float: left;
}

#footer .footer-body .fotter-box ul,
#footer .footer-body .fotter-box li {
	list-style: none;
}

#footer .footer-body .fotter-box li  a {
	position:relative;
	display: block;
	width: 80%;
	height: auto;
	color: #ffffff;
	text-decoration: none;
	padding: 0.8em 0;
}

#footer .footer-body .fotter-box li > a::after {
	content: "";
	width: 0px;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	-webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#footer .footer-body .fotter-box li:hover > a::after {
	background-color: #ffffff;
	width: 100%;
}

#footer .footer-body .group-list {
	margin-top: 2rem;
}

#footer .footer-body .sub-list li a {
	margin-left: 3rem;
}

/* ---------- copyright ---------- */

#copyright {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.6rem 0;
	text-align: center;
	color: #ffffff;
	background-color: #333;
	border-top: solid 1px #ffffff;
}

/* ---------- ここからスマホ用（画面サイズが767px以下の場合読み込む） ---------- */

@media only screen and (max-width: 768px) {

*, *: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;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html{
	font-size: 62.5%;
}

body {
	width: 100%;
	font-size: 1.4rem;
	background-image: none;
	margin: 0 auto;
}

.pc {
	display: none;
}

.mobile {
	display: inherit;
}

/* ---------- ハンバーガーメニュー ---------- */

#nav-open {
	top: 1.5rem;
	right: 1rem;
	width: 35px;
	height: 35px;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
	width: 35px;
	height: 3px;
	border-radius: 3px;
}

#nav-open span:before {
	bottom: -12px;
}

#nav-open span:after {
	bottom: -24px;
}

#nav-content {
	max-width: 60%;
	padding: 1rem;
}

#nav-content span.menu-midashi {
	margin: 1rem auto;
}

/* ---------- ヘッダー ---------- */

#wrapper .btn-gnavi {
	position: absolute;
	top: 3%;
	right: 3%;
}

#wrapper nav {
	position: absolute;
	top: 0;
	right: -70%;
	width: 70%;
}

#wrapper nav ul li {
	padding: 1rem 1rem;
}


#header .header-logo {
	width: 94%;
	height: auto;
	margin: 0 auto;
}

#header .header-logo .logo-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: none;
	padding-bottom: 4.5rem;
}

#header h1 {
	top: 0;
	padding-top: 19%;
	z-index: -1;
}

#header .header-logo .logo-box a {
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	padding-top: 20%;
	background-size: 100% auto;
	background-position: left center;
	margin-bottom: 0;
}

#header .header-menu {
	width: 100%;
	float: none;
	margin-bottom: 6rem;
	display: none;
}

#header .header-menu li {
	width: 50%;
	float: left;
}

#header .header-menu li a .head-icon-box {
	height: 6rem;
	background-size: 20% auto;
	margin-bottom: 0;
}


.breadcrumb {
	width: 94%;
	margin: 0 auto;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li a {
    text-decoration: underline;
}

.top-title {
	padding-top: 38%;
}

.top-title-box {
	height: 280px;
	font-size: 2rem;
	margin-bottom: 0;
}

.top-title-text {
	padding: 0;
}

.content {
	width: 100%;
}

/* ---------- Top image ---------- */

.head-title {
	padding-top: 40%;
	background-size: 100% auto;
}

/* ---------- Top image ---------- */

.content01 .online-wari {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.content01 .online-wari {
	padding-bottom: 38%;
	background-size: auto 30%;
}

.top-title {
	padding-top: 0;
}

.content01 .online-wari span.top-title {
	font-size: 3rem;
	text-align: left;
}

.content01 .online-wari .top-text {
	width: 100%;
	margin-top: 2rem;
}

.content02 {
	background-size: auto 100%;
}

.content02 .cashback {
	width: 100%;
	padding: 0;
}

.content02 .cashback span.cashback-title {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	font-size: 3rem;
	text-align: left;
}

.content02 .cashback-text {
	width: 94%;
	margin: 0 auto;
	margin-top: 2rem;
	font-size: 3.4rem;
}

.content02 .cashback-text span {
	display: block;
	padding: 0 auto;
	font-size: 6rem;
}

.content02 .cashback-term {
	width: 94%;
	padding: 1rem 2rem;
}

.content02 .cashback-term dt,
.content02 .cashback-term dd {
	width: 100%;
	float: none;
	margin-bottom: 1rem;
}

.content03 {
	margin-top: 4rem;
}

.content03 .button-area {
	width: 94%;
}

.content03 .button-area span.button-area-title {
    font-size: 3rem;
    text-align: left;
}

.content03 .button-area .button-box a {
	width: 100%;
	padding-top: 64%;
	margin: 4rem auto;
	float: none;
}

.content04 {
    padding-top: 0;
    padding-bottom: 2rem;
}

.content04 .banner-area a {
	padding-top: 40%;
	background-size: auto 100%;
}

/* ---------- フッター ---------- */

#footer .footer-body {
	width: 100%;
}

#footer .footer-logo a {
	width: 100%;
	padding-top: 10%;
	background-size: 80% auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px 0;
}

#pageTop {
	bottom: 1em;
	right: 1rem;
}

/* ---------- ここまでスマホ用（画面サイズが767px以下の場合読み込む） ---------- */
}

