@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

td {
	text-align: left;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea,
img {
	vertical-align: middle;
}

ul,
dl,
ol {
	list-style: none;
}

em {
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* ========================================
    ■ 必須設定
======================================== */

/* 文字色 */

.font_blue {
	color: #0062ae;
}

.font_orange {
	color: #fb7a29;
}

.font_color03 {
	color: #F0DDBD;
}

/* 関数
----------------------------- */

.kenten,
.kenten_half { /* 圏点 */
	padding: 0.35em 0;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-radial-gradient(center center, 0.4rem 0.4rem, #222 50%, transparent 50%);
	background-image: radial-gradient(0.4rem 0.4rem at center center, #222 50%, transparent 50%);
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}

.kenten_half {
	background-size: 0.65em 0.5em;
}

.is_sp {
	display: block; /* メディアクエリ用 */
}

.is_pc {
	display: none; /* メディアクエリ用 */
}

img.is_sp,
br.is_sp {
	display: inline-block; /* メディアクエリ用 */
}

img.is_pc,
br.is_pc {
	display: none; /* メディアクエリ用 */
}

/* ========================================
    ■ General
======================================== */

html {
	font-size: 3.90625vw; /* メディアクエリ用 */
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #222;
	line-height: 1.8;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a {
	color: #0033cc;
	text-decoration: underline;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a::before,
a::after {
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover {
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover::before,
a:hover::after {
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

img,
video,
object {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

section {
	position: relative;
}

mark {
	background: none;
	color: inherit;
	font-weight: normal;
	font-style: normal;
}

/* utility class
----------------------------- */

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.hover:hover {
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.hover:hover:hover {
	-webkit-transform: scale(0.98, 0.98);
	-ms-transform: scale(0.98, 0.98);
	transform: scale(0.98, 0.98);
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
	background: #ccc;
	width: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: #aaa;
}

table.tbl_block {
	display: block;
	text-align: left; /* メディアクエリ用 */
}

table.tbl_block tbody {
	display: block;
	text-align: left; /* メディアクエリ用 */
}

table.tbl_block tr {
	display: block;
	text-align: left; /* メディアクエリ用 */
}

table.tbl_block th,
table.tbl_block td {
	display: block;
	text-align: left; /* メディアクエリ用 */
}

/* マーカー */

/* ・リスト */

.list_dot > li {
	position: relative;
	padding-left: 1em;
}

.list_dot > li::before {
	content: '・';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

/* ========================================
    ■ ページトップボタン
======================================== */

#page_top {
	position: fixed;
	right: 20px;
}

#page_top a {
	display: block;
	width: 12vw;
	height: 12vw;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 50%; /* メディアクエリ用 */
}

#page_top a:hover {
	background: rgba(0, 0, 0, 0.5);
}

#page_top .material-icons {
	line-height: 12vw;
	font-size: 9vw; /* メディアクエリ用 */
}

/* ========================================
    ■ header
======================================== */

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 1.04167vw 1.69271vw rgba(0, 0, 0, 0.33);
	box-shadow: 0 1.04167vw 1.69271vw rgba(0, 0, 0, 0.33);
	padding: 1.95313vw 5%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2; /* メディアクエリ用 */
}

.header_logo {
	width: 32vw; /* メディアクエリ用 */
}

.header_logo > img {
	vertical-align: middle;
}

.header_sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_sub_point {
	width: 11.71875vw;
	margin-right: 1.30208vw; /* メディアクエリ用 */
}

.header_sub_tel {
	width: 40.88542vw; /* メディアクエリ用 */
}
.header_sub_tel-wrapper span.phone-number {
position: absolute;
font-size: 5vw;
width: 44vw;
bottom: -2.5vw;
left: 3vw;
text-align: left;
font-weight: 900;
color: #0060a9;
font-family: "Arial",sans-serif;
transform: scale(0.9, 1);
}
.header_sub_tel-wrapper { position: relative; }

/* ========================================
    ■ keyv
======================================== */

#keyv {
	background: url(../images/keyv_bg01.png) no-repeat center top;
	background-size: cover;
	height: 126.82292vw; /* メディアクエリ用 */
}

.keyv_tit {
	position: relative;
	z-index: 9; /* メディアクエリ用 */
}

.keyv_txt {
	position: absolute;
	left: 0;
	bottom: 0; /* メディアクエリ用 */
}

/* ========================================
    ■ cta_fixed
======================================== */

.cta_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding: 3.25521vw 0 0;
}

.cta_fixed_btn {
	display: block;
}
.cta_fixed_btn .cta-image-wrapper { position: relative; }
.cta_fixed_btn .cta-image-wrapper span.phone-number {
position: absolute;
font-size: 7.75vw;
width: 62vw;
bottom: 4.75vw;
left: 39vw;
text-align: left;
font-weight: 500;
color: #ffffff;
font-family: "Arial",sans-serif;
transform: scale(0.8, 1);
}

/* ========================================
    ■ sec01
======================================== */

#sec01 {
	background: url(../images/sec01_bg01.png) no-repeat center top;
	background-size: cover;
	padding: 5.20833vw 0; /* メディアクエリ用 */
}

.sec01_area {
	margin: 3.25521vw 5% 0;
	width: 91.92708vw;
	margin: 5.85938vw auto 0;
	background: url(../images/sec01_area_bg.png) no-repeat center center/100% 100%;
	padding: 4.55729vw 3.51042vw 2.60417vw; /* メディアクエリ用 */
	text-align: center;
}

.sec01_area dt {
	width: 77.34375vw;
	margin: 0 auto; /* メディアクエリ用 */
}

.sec01_area dd {
	padding: 5.20833vw 1%;
	text-align: center;
	color: #fff; /* メディアクエリ用 */ /* メディアクエリ用 */
}

/* ========================================
    ■ sec02
======================================== */

#sec02 {
	background: url(../images/sec02_bg01.png) no-repeat center top;
	background-size: cover;
	padding: 5.20833vw 0; /* メディアクエリ用 */
}

.sec02_tit {
	margin: 0 auto; /* メディアクエリ用 */
}

.sec02_check {
	margin: -0.97656vw auto 0;
	overflow: hidden;
	width: 91.92708vw; /* メディアクエリ用 */ /* メディアクエリ用 */
}

.sec02_campaign { /* メディアクエリ用 */
}

.sec02_campaign.notice {
	width: 90vw;
	text-align: right;
	line-height: 1.2em;
	color: #8c8c8c;
	margin: 0 auto 3vw;
	font-size: 80%;
}

/* ========================================
    ■ sec03
======================================== */

#sec03 {
	background: url(../images/sec03_bg01.png) no-repeat center top;
	background-size: cover;
	padding: 0 0 6.51042vw; /* メディアクエリ用 */
}

.sec03_tit { /* メディアクエリ用 */ /* メディアクエリ用 */
}

.sec03_txt {
	width: 89.0625vw;
	margin: 14.32292vw auto 0; /* メディアクエリ用 */
}

.sec03_list {
	width: 91.66667vw;
	margin: 0 auto; /* メディアクエリ用 */ /* メディアクエリ用 */
}

/* ========================================
    ■ sec04
======================================== */

#sec04 {
	background: url(../images/sec04_bg01.png) no-repeat center top;
	background-size: cover;
	padding: 5.20833vw 0 5.20833vw; /* メディアクエリ用 */
}

.sec04_tit {
	margin: 0 auto; /* メディアクエリ用 */ /* メディアクエリ用 */
}

/* ========================================
    ■ cta
======================================== */

.cta {
	background: url(../images/cta_bg_pc.png) no-repeat center center/cover;
	padding: 0 0 5.20833vw; /* メディアクエリ用 */
}

.cta .hosyou {
	margin: 5.20833vw 4vw 0 5vw; /* メディアクエリ用 */
}

.cta_tit { /* メディアクエリ用 */ /* メディアクエリ用 */
}

.cta_box {
	position: relative;
	background: #ffffff;
	padding: 65.49479vw 0 3.25521vw;
	margin: 0 5vw; /* メディアクエリ用 */
}

.cta_box_tit {
	position: absolute;
	left: calc(50% - 40vw);
	top: -5.85938vw;
	width: 80vw; /* メディアクエリ用 */
}

.cta_box_btn {
	display: block;
	width: 87.5vw;
	margin: 0 auto; /* メディアクエリ用 */
}
.cta_box_btn-wrapper { position: relative; }
.cta_box_btn-wrapper span.phone-number {
font-size: 8vw;
width: 74vw;
bottom: 1vw;
left: 17vw;
text-align: left;
position: absolute;
font-weight: 900;
color: #fff;
font-family: "Arial",sans-serif;
transform: scale(0.9, 1);
}

/* ========================================
    ■ sec06
======================================== */

#sec06 {
	background: url(../images/sec06_bg01.png) no-repeat center top;
	background-size: cover;
	padding: 5.20833vw 0; /* メディアクエリ用 */
}

#sec06 .hosyou {
	margin: 0 auto;
	padding: 1.95313vw 5.20833vw 0; /* メディアクエリ用 */
}

.sec06_tit {
	margin: 0 auto; /* メディアクエリ用 */
}

/* ========================================
    ■ sec05
======================================== */

#sec05 {
	background: url(../images/sec05_bg01.png) no-repeat center top;
	background-size: cover;
	padding: 0 0 10.41667vw; /* メディアクエリ用 */
}

.sec05_tit { /* メディアクエリ用 */
}

#sec05_slide {
	position: relative;
}

#sec05_slide .flickity-prev-next-button {
	width: 8.59375vw;
	height: 8.33333vw;
	border-radius: 0; /* メディアクエリ用 */
}

#sec05_slide .flickity-prev-next-button.previous {
	background: url(../images/sec05_slide_arrow01.png) no-repeat center top;
	background-size: 100% 100%;
	left: 6.51042vw; /* メディアクエリ用 */
}

#sec05_slide .flickity-prev-next-button.next {
	background: url(../images/sec05_slide_arrow02.png) no-repeat center top;
	background-size: 100% 100%;
	right: 6.51042vw; /* メディアクエリ用 */
}

#sec05_slide .flickity-prev-next-button .flickity-button-icon {
	opacity: 0;
}

#sec05_slide .flickity-page-dots .dot {
	background: #fff;
	opacity: 1;
	border: 2px solid #0062ae;
	width: 18px;
	height: 18px;
	margin: 0 5px;
}

#sec05_slide .flickity-page-dots .dot.is-selected {
	background: #0062ae;
}

.sec05_slide_item {
	width: 78.77604vw;
	height: 114.58333vw;
	padding: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	margin: 11.71875vw 2.60417vw 1.30208vw;
	background: #fff;
	border-radius: 10px; /* メディアクエリ用 */
}

.sec05_slide_item.is-selected {
	margin-top: 6.51042vw;
}

.sec05_slide_item_box {
	background: #fff;
	padding: 18.22917vw 6.51042vw 0;
	border: 2px solid #0062ae;
	border-radius: 10px;
	height: 113.02083vw; /* メディアクエリ用 */
}

.sec05_slide_tit {
	position: absolute;
	top: 3.90625vw;
	-webkit-transform: translateX(-50%); /* Safari用 */
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	width: 61.19792vw; /* メディアクエリ用 */
}

.sec05_slide_tit._tit1 {
	width: 63.15104vw;
}

.sec05_slide_img { /* メディアクエリ用 */
}

.sec05_slide_txt {
	margin: 5.20833vw 0 0;
	font-size: 3.38542vw;
	line-height: 1.6; /* メディアクエリ用 */
}

.sec05_slide_txt strong {
	font-weight: 700;
	color: #fff;
	background: #0062ae;
	border-radius: 20px;
	display: block;
	padding: 2px 15px;
	text-align: center;
}

.sec05_slide_txt p + p {
	margin-top: 10px;
}

.sec05_slide_txt .line {
	font-weight: 700;
	background: url(../images/sec05_line.png) repeat-x left bottom/auto 0.52083vw;
}

.sec05_slide_name {
	margin: 1em 0 0;
	color: #808080;
	text-align: right; /* メディアクエリ用 */
}

/* ========================================
    ■ sec07
======================================== */

#sec07 {
	background: url(../images/sec07_pattern01.png) no-repeat center top;
	background-size: cover;
	padding: 5.20833vw 0 0; /* メディアクエリ用 */
}

.sec07_btn {
	display: block;
	width: 100vw;
	margin: 0 auto; /* メディアクエリ用 */
}

/* ========================================
    ■ footer
======================================== */

footer {
	background: #0062ae;
	padding: 1.30208vw 0;
	color: #fff;
	font-size: 1.5625vw;
	text-align: center; /* メディアクエリ用 */
}

footer.main {
	padding-bottom: 36.45833vw; /* メディアクエリ用 */
}

@media screen and (min-width: 769px) {

.is_sp {
	display: none;
}

.is_pc {
	display: block;
}

img.is_sp,
br.is_sp {
	display: none;
}

img.is_pc,
br.is_pc {
	display: inline-block;
}

html {
	font-size: 1.4974vw;
}

table.tbl_block {
	display: table;
}

table.tbl_block tbody {
	display: table-row-group;
}

table.tbl_block tr {
	display: table-row;
}

table.tbl_block th,
table.tbl_block td {
	display: table-cell;
}

#page_top a {
	width: 44px;
	height: 44px;
}

#page_top .material-icons {
	line-height: 44px;
	font-size: 20px;
}

header {
	-webkit-box-shadow: 0 0.52083vw 0.84635vw rgba(0, 0, 0, 0.33);
	box-shadow: 0 0.52083vw 0.84635vw rgba(0, 0, 0, 0.33);
	padding: 0.78125vw 5%;
}

.header_logo {
	width: 20vw;
}

.header_sub_point {
	width: 8.46354vw;
	margin-right: 1.30208vw;
}

.header_sub_tel {
	width: 25.26042vw;
}
.header_sub_tel-wrapper span.phone-number {
position: absolute;
font-size: 3vw;
width: 44vw;
bottom: -1.5vw;
left: 1.25vw;
text-align: left;
font-weight: 900;
color: #0060a9;
font-family: "Arial",sans-serif;
transform: scale(0.9, 1);
}

#keyv {
	background: url(../images/keyv_bg01_pc.png) no-repeat center top;
	background-size: cover;
	height: 49.80469vw;
	padding: 1.6276vw 0 0;
	overflow-x: hidden;
}

.keyv_tit {
	width: 30.46875vw;
	margin: 0 0 0 8%;
}

.keyv_txt {
	width: 100%;
}

.cta_box_btn-wrapper span.phone-number {
font-size: 4vw;
width: 44vw;
bottom: 0.5vw;
left: 6.5vw;
text-align: left;
position: absolute;
font-weight: 900;
color: #fff;
font-family: "Arial",sans-serif;
transform: scale(0.9, 1);
}

#sec01 {
	background: url(../images/sec01_bg01_pc.png) no-repeat center top;
	background-size: cover;
	padding: 3.25521vw 0 3.25521vw;
}

.sec01_area {
	width: 69.66146vw;
	margin: 2.92969vw auto 0;
	background: url(../images/sec01_area_bg_pc.png) no-repeat center center/100% 100%;
	padding: 1.30208vw 4.88281vw 1.30208vw;
}

.sec01_area dt {
	width: 37.23958vw;
}

.sec01_area dd {
	padding: 1.30208vw 0 1.6276vw;
	font-size: 1.6276vw;
}

#sec02 {
	background: url(../images/sec02_bg01_pc.png) no-repeat center top;
	background-size: cover;
	padding: 1.30208vw 0 1.95313vw;
}

.sec02_tit {
	width: 42.70833vw;
}

.sec02_check {
	margin: -1.6276vw auto 0;
	width: 80.07813vw;
}

.sec02_check li {
	width: 24%;
	float: left;
}

.sec02_check li:nth-of-type(4) {
	float: right;
}

.sec02_check li:nth-of-type(2) {
	margin: 0 1.333%;
}

.sec02_campaign {
	margin: 0 auto;
	width: 80.40365vw;
}

.sec02_campaign.notice {
	width: 80%;
	margin: 0 auto 1vw;
}

#sec03 {
	background: url(../images/sec03_bg01_pc.png) no-repeat center top;
	background-size: cover;
	padding: 0 0 2.92969vw;
}

.sec03_tit {
	padding: 0 0 3.25521vw;
}

.sec03_txt {
	width: 44.53125vw;
	margin: 7.8125vw auto 0;
}

.sec03_list {
	width: 83.33333vw;
	margin: 0 auto 0;
	overflow: hidden;
}

.sec03_list li + li {
	margin-top: 1.30208vw;
}

.sec03_list .sec03_list_pc {
	float: left;
	width: 47%;
}

.sec03_list .sec03_list_pc li {
	width: 38.28125vw;
	margin-left: 0.39063vw;
}

.sec03_list .sec03_list_pc li.last {
	width: 39.1276vw;
	margin-left: 0;
}

.sec03_list .sec03_list_pc + .sec03_list_pc {
	float: right;
	padding: 7.16146vw 0 0;
}

#sec04 {
	background: url(../images/sec04_bg01_pc.png) no-repeat center top;
	background-size: cover;
	padding: 2.92969vw 0 2.27865vw;
}

.sec04_tit {
	width: 82.8776vw;
}

.cta {
	padding: 4.55729vw 0 2.92969vw;
}

.cta .cta_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta .hosyou {
	width: 61.58854vw;
	margin: 2.60417vw auto 0;
}

.cta_tit {
	width: 44.92188vw;
}

.cta_box {
	width: 44.27083vw;
	margin: 0;
	padding: 31.1849vw 0 1.30208vw;
}

.cta_box_tit {
	left: 2.47396vw;
	top: -2.92969vw;
	width: 40.03906vw;
}

.cta_box_btn {
	width: 43.35938vw;
}

#sec06 {
	background: url(../images/sec06_bg01_pc.png) no-repeat center top;
	background-size: cover;
	padding: 2.60417vw 0 2.60417vw;
}

#sec06 .hosyou {
	width: 61.58854vw;
}

#sec05 {
	background: url(../images/sec05_bg01_pc.png) no-repeat center top;
	background-size: cover;
	padding: 0 0 5.85938vw;
}

.sec05_tit {
	margin-bottom: 1.95313vw;
}

#sec05_slide .flickity-prev-next-button {
	width: 4.29688vw;
	height: 4.16667vw;
}

#sec05_slide .flickity-prev-next-button.previous {
	left: 11.39323vw;
}

#sec05_slide .flickity-prev-next-button.next {
	right: 11.39323vw;
}

.sec05_slide_item {
	width: 69.79167vw;
	height: 33.85417vw;
	margin: 4.16667vw 2.27865vw 0.65104vw;
}

.sec05_slide_item.is-selected {
	margin-top: 0.65104vw;
}

.sec05_slide_item_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 9.11458vw 2.27865vw 1.30208vw;
	height: 32.8776vw;
}

.sec05_slide_tit {
	width: 30.59896vw;
	top: 1.95313vw;
}

.sec05_slide_tit._tit1 {
	width: 31.57552vw;
}

.sec05_slide_img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30.59896vw;
	margin-right: 1.95313vw;
}

.sec05_slide_txt {
	margin: 0;
	font-size: 1.6276vw;
}

.sec05_slide_name {
	text-align: right;
}

#sec07 {
	padding: 2.60417vw 0 0;
}

.sec07_btn {
	width: 50vw;
}

footer {
	padding: 0.65104vw 0;
	font-size: 0.91146vw;
}

footer.main {
	padding-bottom: 0.65104vw;
}

}

@media screen and (max-width: 768px) {

.sec01_area dd br {
	display: none;
}

.sec02_check li {
	width: 49%;
	float: left;
}

.sec02_check li:nth-child(2n) {
	float: right;
}

.sec02_check li:nth-child(2n+1) {
	clear: both;
}

.sec03_tit {
	margin-bottom: 3.90625vw;
}

.sec03_list li {
	width: 90.10417vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.sec03_list li.last {
	width: 91.66667vw;
}

.sec03_list li + li {
	margin-top: 3.90625vw;
}

.sec03_list .sec03_list_pc + .sec03_list_pc {
	margin-top: 3.90625vw;
}

.sec04_tit {
	padding-right: 4.55729vw;
}

.cta_tit {
	padding: 0 0 7.8125vw;
}

}
