@charset "UTF-8";
/* ----------------------------------------------------------------
    Normalize
----------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td, table th {
	padding: 0;
}
.fw-b {
	font-weight: bold;
}
.fw-n {
	font-weight: normal;
}
.underline {
border-bottom:  1px solid #878787;
}
/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl {
	margin: 0;
	padding: 0;
}
html {
	font-size: 57%;
}
body {
	-webkit-text-size-adjust: 100%;
	min-width: 1040px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Roboto", "Droid Sans", sans-serif;
	color: #474747;
	font-size: 1.6rem;
	line-height: 1.57;
	word-wrap: break-word;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}
a {
	color: #22b200;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	color: #ff9b25;
	font-weight: bold;
    font-size: 2rem;
	padding: 0 2px;
	line-height: 1.3;
}
hr {
	display: none;
}
ul, ol {
	list-style-type: none;
	line-height: 1.2;
}
p, ul, ol, dl {
	margin: 0 0 20px;
	padding: 0;
}
ul > :last-child, ol > :last-child, dl > :last-child {
	margin-bottom: 0 !important;
}
dd {
	margin: 0;
}
sub, sup {
	font-size: 1.2rem;
	margin: 0 1px;
}
sub {
	bottom: -.1em;
}
sup {
	top: -.3em;
}
blockquote {
	margin: 0;
}
/* ----------------------------------------------------------------
    Placeholder
----------------------------------------------------------------- */
.nav-global-list, .row-inner, .topic-path-inner, .footer-inner, .header-inner {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
/* .header-inner
----------------------------------------------- */
.header-inner {
	display: table;
}
/* .header-logo
----------------------------------------------- */
.header-logo {
	width: 130px;
	font-size: 1.2rem;
	padding: 10px 0;
	float: left;
	margin-right: 20px;
}
/* .header-utility
----------------------------------------------- */
.header-utility {
	padding-top: 25px;
	font-size: 0;
}
.header-utility p  {
	font-size: 1.3rem;
}
/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
/* h
----------------------------------------------- */
h1 {
	color: #1e3b02;
	text-align: center;
	font-size: 6.2rem;
	letter-spacing: 0.3rem;
}
h1 span {
	color: #7cd61b;
	padding: 0 10px;
}
h1 .fs {
	color: #1e3b02 !important;
	padding: 0 !important;
	font-size: 3.6rem;
} 
h2 {
	text-align: center;
	font-size: 3.6rem;
	padding: 0 0 40px !important;
}	
.h2-small {
	text-align: left;
	font-size: 3rem !important;
	padding: 15px 0 35px !important;
	line-height: 1.4;
}
.h2-harf {
		padding: 0 0 20px !important;	
}
h3 {
	text-align: center;
	/*font-size: 3.5rem;*/
    font-size: 2.8rem;	
	padding: 0 0 30px;
}
h4 {
	text-align: center;
	font-size: 2.5rem;
	padding: 30px 0 40px;
}
.h4-option {
	text-align: left;
	font-size: 1.6rem;
	padding: 0 5px;
}
.copy {
	font-weight: bold;
    font-size: 2.8rem;
	display: inline-block;
	margin: 25px 0 0;
}
.point {
	color: #ff9b25;
	font-weight: bold !important;
    font-size: 3.6rem;
	display: inline-block;
	margin-right: 6px;
}
.point-02 {
	color: #ff9b25;
	font-weight: bold !important;
    font-size: 3.2rem;
	margin: 0 3px;	
}
.small {
	font-size: 1.2rem;
}
.fc-01 {
	color: #ff9b25 !important;
}
.label-01 {
	border-radius: 3px;
	background: #ff9b25;
	color: #fff;
	font-weight: 500;
	line-height: 1.2;
	vertical-align: baseline;
	margin: 0 6px;
	padding: 5px 8px 2px !important;
	display: inline-block;
}
/* item
----------------------------------------------- */
.item-r {
	float: right;
	margin-left: 35px;
}
.item-l {
	float: left;
	margin-right: 40px;	
}
/* .caption
----------------------------------------------- */
.caption {
	font-size: 1.2rem;
	text-align: center;
	margin: 5px 0;
	display: block;
}
/* box-01
----------------------------------------------- */
.box-01 {
	border-radius: 3px;
	padding: 20px 0px 0;
	position: relative;
	overflow:hidden;
	z-index: 1;	
	}
.box-02 {
	width: 825px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	overflow:hidden;
	z-index: 1;	
	}
.box-03 {
	padding-bottom: 20px;
	background-color: #e6e7e9;
	margin-bottom: 40px;
	border-radius: 10px;
}
.box-03 h3 {
    font-size: 2rem;
	color: #FFFFFF;
	background-color: #7cd61b;
    padding: 10px 15px 8px 20px;
    border-bottom: 1px solid #dedede;
	display: inline-block;
}
.box-03 h4 {
    padding-top: 20px;
	font-size: 2rem;
}
.box-03 .box-inner {
    padding: 0 30px 5px;
}
.box-03 .box-inner p{
    margin-bottom: 0;
}
.box-03 .point {
    font-size: 1.9rem;
	line-height: 110%;
    text-align: center !important;
	color: #ff7c25;
	border-bottom: 1px solid #ff9b25;
	padding-top: 10px;
}
/* .section
----------------------------------------------- */
.section {
	margin: 0 0 60px;
}
.section > :last-child, .row-inner {
	margin-bottom: 0 !important;
}
.section-s {
	margin: 0 0 30px;
}
.section-s > :last-child, .row-inner {
	margin-bottom: 0 !important;
}
/* .price-list
----------------------------------------------- */
.price-list li {
	border: solid 4px #7cd61b;
	border-radius: 10px;
	font-size: 2rem;
	float: left;
	margin: 0 7px 0 40px;
	font-weight: bold;
	padding: 20px 10px;
	margin-bottom: 60px;
	text-align: center;
	width: 200px;
	height: 130px;
}
.price-list li span {
display: inline-block;
font-size: 5.5rem;
margin-top: 10px;
}
.price-list li .price02 {
font-size: 4.6rem;
padding-top: 4px;
padding-right: 2px;
}
.price-list li:after {
	content: '+';
	color: #7cd61b;
	display: inline;
	float: left;
	font-size: 4rem;
	margin: -65px 7px 0 195px;
	font-weight: bold;
}
.price-list li:last-child:after {
display: none;
}
.price-list :after {
	content: "";
	display: table;
    clear: both;
}
/* .price-btn
----------------------------------------------- */
.price-btn {
width: 840px;
margin: 0 auto;
}
.price-btn li {
	font-size: 2rem;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	width: 280px;
}
.price-btn li .btn-01 {
	border: 0;
	background: #f37610;
	color: #fff;
	border-radius: 3px;
	font-size: 1.6rem !important;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	padding: 12px 0;
	width: 260px;	
}
.price-btn li .btn-01:hover, .price-btn li .btn-01:active, .price-btn li .btn-01:focus {
	background: rgba(243, 118, 16, 0.6);
}
/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */
/* %table-base
----------------------------------------------- */
.tbl-01, .tbl-02 {
	width: 100%;
}
.tbl-01 th, .tbl-01 td, .tbl-02, .tbl-03 th {
	word-wrap: break-word;
}
.tbl-01 th > :last-child, .tbl-01 td > :last-child,
.tbl-02 th > :last-child, .tbl-02 td > :last-child {
	margin-bottom: 0;
}
.tbl-01 th, .tbl-02 th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/* %tr-text-align
----------------------------------------------- */
.tbl-01 tr.ta-c th, .tbl-01 tr.ta-c td, .tbl-02 tr.ta-c th, .tbl-02 tr.ta-c td {
	text-align: center !important;
}
.tbl-01 tr.ta-r th, .tbl-01 tr.ta-r td, .tbl-02 tr.ta-r th, .tbl-02 tr.ta-r td {
	text-align: right !important;
}
.tbl-01 tr.va-t th, .tbl-01 tr.va-t td, .tbl-02 tr.va-t th, .tbl-02 tr.va-t td {
	vertical-align: top !important;
}
.tbl-01 tr.va-m th, .tbl-01 tr.va-m td, .tbl-01 tr.va-m img ,
.tbl-02 tr.va-m th, .tbl-02 tr.va-m td, .tbl-02 tr.va-m img {
	vertical-align: middle !important;
}
.tbl-01 tr.va-b th, .tbl-01 tr.va-b td, .tbl-01 tr.va-b img,
.tbl-02 tr.va-b th, .tbl-02 tr.va-b td, .tbl-02 tr.va-b img {
	vertical-align: bottom !important;
}
.tbl-01 td.ta-c ,.tbl-02 td.ta-c {
	text-align: center !important;
}
.tbl-01 td.ta-r ,.tbl-02 td.ta-r {
	text-align: right !important;
}
.tbl-01 td.va-t,.tbl-02 td.va-t {
	vertical-align: top !important;
}
.tbl-01 td.va-m, .tbl-01 td.va-m img,
.tbl-02 td.va-m, .tbl-02 td.va-m img {
	vertical-align: middle !important;
}
.tbl-01 td.va-b, .tbl-01 td.va-b img,
.tbl-02 td.va-b, .tbl-02 td.va-b img {
	vertical-align: bottom !important;
}
/* .tbl-01
----------------------------------------------- */
.tbl-01 {
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
	background: #fff;
	margin: 0 0 10px;
}
.tbl-01 th, .tbl-01 td {
	border-bottom: 1px solid #adadad;
	border-left: 1px solid #adadad;
	padding: 10px 8px 7px;
}
.tbl-01 th, .tbl-01 > thead td, .tbl-01 .head {
	background: #eeeff1;
	/*color: #22b200;*/
	font-size: 1.6rem;
}
.th_title {
	background: #eeeff1;
	color: #22b200;
	font-size: 1.7rem !important;
}
.tbl-01 > tbody td {
	font-size: 1.5rem;
	font-weight: bold;
	vertical-align:  middle !important;
	text-align: center;
	line-height: 1.4;
}
.tbl-01 .head {
	font-weight: bold;
	text-align: center;
}
.tbl-01 .normal {
	background: #fff;
	font-weight: normal;
	text-align: left;
}
.tbl-01 .list-bullet-01 > li:before {
	top: .4em;
}
.tbl-01 .list-notice-01 > li {
	font-size: 1.2rem;
}
.tbl-01 .list-notice-01 > li .mark {
	padding-right: 5px;
}
.tbl-01 td p , .tbl-01 td ul {
	margin-bottom: 0;
	}
.tbl-01 td .list-bullet-01 {
	margin-bottom: 0px;
}
.tbl-01 .th01,.tbl-02 .th01 {
	font-weight: bold;
}
.tbl-01 .th02,.tbl-02 .th02 {
	font-weight: bold;
	background: #eeeff1;	
}
.th01-point {
	border-top: 3px solid #ff9b25 !important;
	border-left: 3px solid #ff9b25 !important;
	border-bottom: 3px solid #ff9b25 !important;	
	font-weight: bold;	
}
.td01-point {
	border-top: 3px solid #ff9b25 !important;
	border-right: 3px solid #ff9b25 !important;
	border-bottom: 3px solid #ff9b25 !important;
	font-size: 2.8rem !important;
	font-weight: bold;
	color: #ff7c25; 
}
.td01-point small {
    font-size: 1.5rem !important;
}
.tbl-01 sup {
font-weight: normal !important;
}
.w-12 {
	width: 12%;
}
.w-15 {
	width: 15%;
}
.w-19 {
	width: 19%;
}
.w-20 {
	width: 20%;
}
.w-25 {
	width: 25%;
}
.w-30 {
	width: 30%;
}
.w-35 {
	width: 35%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-50 {
	width: 50%;
}
.fs-18 {
	font-size: 1.8rem !important;
}
.fs-20 {
	font-size: 2rem !important;
}
.fs-22 {
	font-size: 2.2rem !important;
}
.mr-5 {
	margin-right: 5px !important;
}
/*.tbl-01.fs-l th, .tbl-01.fs-l > thead td, .tbl-01.fs-l .head {
	background: #eeeff1;
	color: #22b200;
	font-size: 1.7rem;
}*/
.tbl-01.fs-l > tbody td {
	font-size: 1.6rem;
	vertical-align:  middle !important;
	text-align: center;	
}
/* .tbl-02
----------------------------------------------- */
.tbl-02 {
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
	background: #fff;
	margin: 2px auto 10px;
	/*width: 980px;*/
}
.tbl-02 th, .tbl-02 td {
	border-bottom: 1px solid #adadad;
	border-left: 1px solid #adadad;
	padding: 11px 8px 11px;
}
.tbl-02 th, .tbl-02 > thead td, .tbl-02 .head {
	background: #eeeff1;
	color: #22b200;
	font-size: 1.5rem;	
}
.tbl-02 > tbody td {
	font-size: 1.5rem;
	vertical-align:  middle !important;
	text-align: center;	
}
.tbl-02 .head {
	font-weight: bold;
	text-align: center;
}
.tbl-02 .normal {
	background: #fff;
	font-weight: normal;
	text-align: left;
}
.tbl-02 small {
	font-size: 90% !important;
}
.tbl-02 .list-bullet-01 > li:before {
	top: .4em;
}
.tbl-02 .list-notice-01 > li {
	font-size: 1.3rem;
	font-weight: normal !important;
}
.tbl-02 .list-notice-01 > li .mark {
	padding-right: 5px;
}
.tbl-02 td p , .tbl-01 td ul {
	margin-bottom: 0;
	}
.tbl-02 td .list-bullet-01 {
	margin-bottom: 0px;
}
/* .h-list
----------------------------------------------- */
.h-list li{
	width:330px;
	float: left;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	padding-top: 30px;	
	}
.h-list li strong {
	font-size: 2.3rem;
	padding: 10px 0 5px;
	display: block;
}
.h-list li strong span {
	font-size: 1.8rem;
}
/* .s-list
----------------------------------------------- */
.s-list li{
	float: left;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
	}
.s-list li strong {
	font-size: 1.8rem;
	padding: 10px 0 7px;
	display: block;
	color: #474747;	
}
.s-list li span {
	text-align: left;
	display:inline-block;
}
.s-list[data-column-number="2"] li{
	width:495px;
}
.s-list[data-column-number="3"] li{
	width:305px;
	margin-right: 40px;	
}
.s-list[data-column-number="4"] li{
	width:215px;
	margin-right: 45px;
}
.s-list li:last-child{
	margin-right: 0 !important;
}
/* .faq-list
----------------------------------------------- */
.faq-list .faq-q:before {
	content: '\51.';
	color: #22b200;
	font-size: 2rem;
	margin: 0 7px 0 0;
	font-weight: bold;
	text-decoration: none;
}
.faq-list .faq-q {
	width: 100%;
	background: #eeeff1;
	padding: 10px 15px 8px 15px;
	margin: 0 0 15px;
    font-size: 1.6rem;
    text-align: left !important;    
}
.faq-list .faq-a {
	padding: 0 15px 15px 45px;
	position: relative;
	z-index: 2;	
}
.faq-list .faq-a:before {
    float: left;
	content: '\41.';
	color: #ff9b25;
	font-size: 2rem;
	font-weight: bold;
	margin:  0 5px 0 0;
	position: absolute;
	top: 0;
	left: 15px;	
}
.faq-list .faq-a p {
	line-height:1.7;
}
.faq-list-q a:before {
    float: left;
	content: '\51';
	color: #c93535;
	font-size: 2rem;
	margin: 8px 5px 0 0;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 15px;	
}
.faq-list-q li {
	background: #eeeff1;
	padding: 13px 15px 8px 15px;
	margin: 0 0 15px;
    font-size: 1.6rem;
	font-weight: bold;
}
.faq-list-q li:nth-last-child {
	padding-bottom: 0 !important;
}

/* .list-notice-01
----------------------------------------------- */
.list-notice-01 {
	margin: 0 0 20px;
}
.list-notice-01 > li {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 5px;
	display: table;
}
.list-notice-01 > li .mark, .list-notice-01 > li .note {
	display: table-cell;
}
.list-notice-01 > li .mark {
	width: 1em;
	white-space: nowrap;
	padding: 0 10px 0 0;
}
.list-notice-01 > li .note > :first-child {
	margin-top: 5px;
}
.list-notice-01 > li .note > :last-child {
	margin-bottom: 0;
}
.lyt-media .list-notice-01 {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: block;
}
/* .list-bullet-01
----------------------------------------------- */
.list-bullet-01 {
	margin: 0 0 15px;
}
.list-bullet-01 > li {
	padding-left: 16px;
	position: relative;
	margin: 0 0 10px;
	line-height: 1.4;
}
.list-bullet-01 > li:before {
	width: 6px;
	height: 6px;
	content: '';
	display: block;	
	background-image: url(https://www.cardservice.co.jp/common/images/sprite.png);
	background-position: -94px -55px;
	position: absolute;
	top: 0.5em;
	left: 0;
}
.list-bullet-01 > li > :first-child {
	margin-top: 5px;
}
.list-bullet-01 > li .list-bullet-01 {
	margin-bottom: 20px;
}
.list-bullet-01 > li p {
	line-height: 1.5;
}
/* .link-list-01
----------------------------------------------- */
.link-list-01 {
	background: #eeeff1;
	margin: 0 0 14px;
	padding: 10px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.link-list-01 > li {
	float: left;
	width: 485px;
	background: #fff;
	margin: 0 10px 10px 0;
	padding: 18px 20px 8px;
	line-height: 1.4;
}
.link-list-01 > li:nth-child(2n+1) {
	clear: both;
}
.link-list-01 > li:nth-child(2n+2) {
	margin-right: 0;
}
.link-list-01 > li:nth-last-child(2), .link-list-01 > li:last-child {
	margin-bottom: 0;
}
.link-list-01 > li:nth-last-child(2):nth-child(even) {
	margin-bottom: 10px;
}
.link-list-01 li .hdg .label-01 {
	font-size: 1.4rem !important;
	font-weight: normal !important;
}
.link-list-01 li .text p {
	margin-bottom: 2px !important;
}
.link-list-01 > li > a {
	display: block;
}
.link-list-01 > li > a:hover, .link-list-01 > li > a:active, .link-list-01 > li > a:focus {
	text-decoration: none;
}
.link-list-01 > li > a:hover .hdg, .link-list-01 > li > a:hover .link-01, .link-list-01 > li > a:hover .link-02, .link-list-01 > li > a:active .hdg, .link-list-01 > li > a:active .link-01, .link-list-01 > li > a:active .link-02, .link-list-01 > li > a:focus .hdg, .link-list-01 > li > a:focus .link-01, .link-list-01 > li > a:focus .link-02 {
	text-decoration: underline;
}
.link-list-01 > li > a > :last-child {
	margin-bottom: 0 !important;
}
.link-list-01 > li > a .link-01 {
	padding-right: 18px;
	font-size: 1.5rem;
	margin-bottom: 0 !important;	
}
.link-list-01 > li > a .link-01:before {
	width: 6px;
	height: 11px;
	background-position: -110px -98px;
	position: absolute;
	top: 0.2em;
	right: 0;
}
.link-list-01 > li .hdg {
	font-size: 1.8rem;
	margin: 0 0 7px;
    padding-bottom: 0;
}
.link-list-01.payment > li .item {
	margin-top: 6px;
}
.link-list-01 > li .text {
	color: #333;
}
.link-list-01 > li .text .lyt-media {
	margin-bottom: 0;
}
.link-list-01 > li .text ul, .link-list-01 > li .text ol, .link-list-01 > li .text dl {
	margin-bottom: 5px;
}
.link-list-01 > li > .link-01 > a:before, .link-list-01 > li > .link-02 > a:before {
	top: .2em;
}
.link-list-01[data-column-number="3"] > li {
	width: 320px;
}
.link-list-01[data-column-number="3"] > li:nth-child(2n+1) {
	clear: none;
}
.link-list-01[data-column-number="3"] > li:nth-child(3n+1) {
	clear: both;
}
.link-list-01[data-column-number="3"] > li:nth-child(2n+2) {
	margin-right: 10px;
}
.link-list-01[data-column-number="3"] > li:nth-child(3n+3) {
	margin-right: 0;
}
.link-list-01[data-column-number="3"] > li:nth-last-child(3), .link-list-01[data-column-number="3"] > li:nth-last-child(2), .link-list-01[data-column-number="3"] > li:last-child {
	margin-bottom: 0;
}
/* .link-list-02
----------------------------------------------- */
.link-list-02 {
	display: block;
	margin-bottom: 0;
	position: relative;
	overflow:hidden;
	z-index: 1;
}	
.link-list-02 li {
	float: left;	
	width: 500px;
	padding: 23px 0;
    line-height: 1.6;
}
.link-list-02 li:nth-child(odd) {
    padding-right: 20px;
}
.link-list-02 li:nth-child(even) {
    padding-left: 20px;
}
.link-list-02 li:nth-child(2n+1) {
	clear: both;
}
.link-list-02 li .text {
	float: right;	
	width: 343px;
}
.link-list-02 li img {
	float: left;
}

.link-list-02 li strong {
	font-weight: bold;
	padding-bottom: 7px;
	display: inline-block;
}
/* .link-list-03 
----------------------------------------------- */
.link-list-03 > li {
	margin-bottom: 10px;
}
.link-list-03 > li:last-child, .link-list-03 {
	margin-bottom: 0 !important;
    padding-bottom: 0;
}
.link-list-03 > li > a {
	padding-right: 15px;
	display: inline-block;
    position: relative;
}
.link-list-03 > li > a:before {
	width: 6px;
	height: 11px;
    background-image: url(icon-arrow.png);
	position: absolute;
	top: 0.15em;
	right: 0;
	content: '';
	display: block;    
}
.link-list-03:after {
	content: "";
	display: table;
    clear: both;
}

/* .row-fixed
----------------------------------------------- */
.row-fixed {
	padding: 60px 0 55px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.row-fixed[data-content-category="mainvisual"]  {
	text-align: center;
	background-color: #f7f8eb;	
	padding: 60px 0 50px;		
}
.row-fixed[data-content-category="2nd"]  {
	padding: 35px 0 50px;		
}
.row-fixed[data-content-category="gry"]  {
	background-color: #f8f8f8;	
}
.row-fixed[data-content-category="mainvisual-cp"]  {
	text-align: center;
	background-color: #f7f8eb;	
	padding: 60px 0 10px;		
}
.row-fixed[data-content-category="inquiry"]  {
	text-align: center;
	background-color: #f5f5f5;
	padding: 25px 0 30px !important;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-image: url(bk-inquiry.png);
}
/* ----------------------------------------------------------------
Inquiry
----------------------------------------------------------------- */
/* .list-btn
----------------------------------------------- */
.list-btn {
	font-size: 0;
	text-align: center;
	margin: 0;
}
.list-btn > li {
	font-size: 1.2rem;
	margin: 0 0 0 20px;
	display: inline-block;
}
.row-fixed[data-content-category="inquiry-02"]  .list-btn > li {
	font-size: 1.2rem;
	margin: 0 0 0 30px !important;
	display: inline-block;
}
.list-btn > li:first-child,.row-fixed[data-content-category="inquiry-02"] .list-btn > li:first-child  {
	margin-left: 0 !important;
}
/* btn
----------------------------------------------- */
.row-fixed[data-content-category="inquiry-02"] .btn-01, .row-fixed[data-content-category="inquiry-02"] .btn-02 {
	color: #fff;
	border-radius: 3px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	width: 450px;
	padding: 20px 0 18px;	
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
.btn-01, .btn-02 {
	color: #fff;
	border-radius: 3px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	width: 400px;
	padding: 20px 0 18px;	
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
.btn-03 {
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: bold;	
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	width: 250px;
	padding: 17px 0 15px;	
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
.btn-01:hover, .btn-02:hover, .btn-03:hover, .btn-inquiry:hover, .btn-01:active, .btn-02:active, .btn-03:active, .btn-inquiry:active, .btn-01:focus, .btn-02:focus, .btn-03:focus, .btn-inquiry:focus {
	text-decoration: none;
}
/* .btn-01
----------------------------------------------- */
.btn-01 {
	/*background: #8cbb50;*/
	background: #7cd61b;
}
.btn-01:hover, .btn-01:active, .btn-01:focus {
	background: rgba(124, 214, 27, 0.6);
}
/* .btn-02
----------------------------------------------- */
.btn-02 {
	background: #ff9b25;
}
.btn-02:hover, .btn-02:active, .btn-02:focus {
	background: rgba(255, 155, 37, 0.6);
}
/* .btn-02
----------------------------------------------- */
.btn-03 {
	background: #eeeff1;
}
.btn-03:hover, .btn-03:active, .btn-03:focus {
	background: rgba(238, 239, 241, 0.6);
}
/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
.footer {
	border-top: 1px solid #A2A2A2;
	padding-top: 20px;
}
.footer-inner p {
	clear:both;
	font-size: 1.1rem;
}
.footer-inner .navi {
	text-align: right;
	margin-bottom: 0;
}
.footer-inner .navi .btn {
	background: #eeeff1;
	text-align: center;
	display: block;
	font-size: 1.4rem;
	padding: 5px 20px;
	margin-bottom: 10px;
	float: right;
}
.copyright {
	font-size: 1.3rem !important;
	text-align:center;
}

/* ----------------------------------------------------------------
    input
----------------------------------------------------------------- */	
input {
	display: none;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pt {
	padding-top: 20px;
}
.mb {
	margin-bottom: 40px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.mt {
	margin-top: 60px;
}
.mt-20 {
	margin-top: 20px !important;
}
.mb-0 {
	padding-bottom: 0 !important;
    margin-bottom: 0!important;
}
small img {
	padding: 7px 2px 0;
}
.ta-c {
	text-align: center;
}
.ta-r
 {
	text-align: right;
}
.fc-01 {
	color: #000000;
}
.lead-01 {
	text-align: center;
	font-size: 2.6rem;
	padding: 10px 0 15px;
}
.lead-02 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;	
	padding: 5px 0 28px;
}
.lead-02 p {
    line-height: 1.3;
	margin-bottom: 13px;
}
.lead-02 span {
	font-weight: bold;
}
.lead-02 .fc {
/*background: linear-gradient(transparent 70%, #ff9b25 70%);*/
background: linear-gradient(transparent 70%, #ffaf51 70%);
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}