@charset "utf-8";
@import url("https://use.typekit.net/ewy2nnn.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');


/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

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

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

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span {
	font-weight: inherit;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 70%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}



.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}


/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}

a:hover {

}

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : century-gothic, 'Noto Sans JP', sans-serif;
	font-size : 62.5%;
	line-height : 1.8;
	background: #fff;
	color: #111;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	overflow-x: hidden;
}


/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
	transition: all .3s ease;
}

.h_inner {
    display: flex;
    justify-content: space-between;
	align-items: center;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.logo a {
    display: block;
}

.logo img {
    height: 67px;
}
.h_tel p {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    text-shadow: 0 0 5px #008ddf;
}
.h_tel a {
    font-size: 2.9rem;
    line-height: 1.2;
    text-shadow: 0 0 5px #008ddf;
}
.h_tel {
    color: #fff;
    text-align: right;
}
.h_tel .icon_tel {
    width: 24px;
    vertical-align: middle;
    filter: drop-shadow(0 0 5px #008ddf);
}

#header.fixed {
    position: fixed;
    background: rgba(2, 133, 241, 0.96);
}



/* kv */
#kv {
    position: relative;
    background-image: url(../images/lp3/kv.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 120px;
}
.kv_inner {
    max-width: 950px;
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.kv_copy {
    position: relative;
    text-align: center;
    background: #fff200;
    font-size: 25px;
    font-weight: 800;
    display: block;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 3px 36px;
    border-radius: 30px;
}
.kv_copy::after {
    content: '';
    position: absolute;
    top: 99.8%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff200;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20px;
    height: 16px;
}
.kv_h1 {
    text-align: center;
    color: #fff;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 20px;
	text-shadow: 1px 1px 1px #05152d;
}
.kvh1_bl {
    display: inline-block;
    background: #0085f2;
    padding: 14px 16px;
    margin: 3px 3px;
    line-height: 1;
}

.kv_w_box {
    background: rgba(255, 255, 255, 0.8);
    padding: 18px 24px;
    box-sizing: border-box;
    width: 80%;
    margin-bottom: 20px;
}
ul.kv_w_list li {
    font-size: 24px;
    font-weight: 600;
    padding-left: 50px;
    margin-bottom: 12px;
	position: relative;
}

ul.kv_w_list li::before {
    content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 34px;
	height: 34px;
	background: url(../images/lp3/ico_check_orange.webp) no-repeat;
	background-size: contain;
	background-position: center;
}
.kv_w_box {
    background: rgba(255, 255, 255, 0.8);
    padding: 18px;
    box-sizing: border-box;
    width: 80%;
    margin-bottom: 20px;
}
.kv_txt_sub {
    color: #fff;
    margin: 24px 0 0;
    font-weight: 500;
    text-shadow: 0 0 5px #032c4d;
    z-index: 1;
    position: relative;
	padding-bottom: 18px;
}

.kv_man_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
	z-index: 0;
}
#kv .cta_btn {
    max-width: 570px;
}




.cta_btn {
    max-width: 476px;
    width: 100%;
}

.cta_btn a {
    background: linear-gradient(to right, #ffc209 0, #ff7e00 50%, #ff9600 100%);
    background-size: 200% auto;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0 6px 0 #c66709;
    box-sizing: border-box;
    padding: 0.5rem 0;
    text-shadow: 1px 1px 4px #e67200;
}



/* Color */
.fc_yellow {
    color: #fff200;
}
.fc_white {
    color: #fff;
}
.fc_red {
    color: #ef0000;
}
.fc_blue {
    color: #0085f2;
}
.fc_gray {
    color: #8e8e8e;
}
.bg01{
	background-color: #e6f4ff;
}
.bg02{
	background-color: #0085f2;
}
.bg03{
	background-color: #f4f4f4;
}


/* Contents */
#main {
    overflow-x: hidden;
}	

.inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.contents_block {
    padding: 8rem 0;
	position: relative;
}


.ttl {
    text-align: center;
	margin-bottom: 4rem;
	position: relative;
}
.ttl_jp {
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 1.4;
}
.ttl_en {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
	margin-bottom: 1rem;
}
.ttl1 {
    font-size: 46px;
    font-weight: 800;
	line-height: 1.3;
}
.ttl_shadow {
    text-shadow: 1.5px 1.5px 1px #111;
}
.ttl_s {
    font-size: 74%;
    font-weight: 700;
}

.ttl3_jp {
    font-size: 160%;
    font-weight: 700;
}

ul.check_list {
}

ul.check_list li {
    padding-left: 2.4rem;
    position: relative;
    margin-bottom: 1.4rem;
}
ul.check_list li:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: url(../images/lp3/check_gray.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
}
ul.check_list.cost1 li:before {
    background-image: url(../images/lp3/check_red.png);
}


.arrow_bottom:after {
    content: "";
    width: 100%;
    height: 12rem;
    position: absolute;
    top: 99.98%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 1;
}
.contents_block.arrow_top {
    padding-top: 17rem;
}
.arrow_bottom.bg01:after {
    background: #e6f4ff;
}
.arrow_bottom.bg02:after {
    background: #0285f1;
}
.arrow_bottom.bg03:after {
    background: #f4f4f4;
}

.link_txt {
    text-decoration: underline;
    color: #0063b6;
}

/* TROUBLE */
#trouble {
    padding-bottom: 3rem;
}

.trouble_ttl01 {
    margin: -4rem 0 0;
}

.worry_area {
    position: relative;
	padding-top: 32rem;
}
.man_worry {
    display: block;
    margin: 0 auto;
}
.worries {
    position: absolute;
	z-index: 2;
}
.worry01 {
    top: 8%;
    left: 21%;
}
.worry02 {
    top: 0;
    left: 46%;
}
.worry03 {
    top: 13%;
    right: 10%;
}
.worry04 {
	top: 37%;
    left: 6%;
}
.worry05 {
	bottom: -7%;
    left: 14%;
}
.worry06 {
    bottom: -10%;
    right: 14%;
}


/* Point */
.point_block {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.point_right {
    width: 59%;
    box-sizing: border-box;
}
.point_left {
    box-sizing: border-box;
    width: 29%;
}
.point_label {
    color: #fff200;
    text-shadow: 2px 1px 0 #00325b;
    font-size: 2.6rem;
    line-height: 1;
    font-style: italic;
	font-weight: 700;
    position: absolute;
    bottom: 97%;
    left: 3rem;
    z-index: 0;
}
.point_label span {
    font-size: 180%;
    font-style: italic;
	font-weight: 700;
    margin-left: 0.5rem;
}
.point_box {
    position: relative;
    background: #fff;
    margin-top: 5.3rem;
    border-radius: 8px;
    box-shadow: 6px 6px 0 0 #00325b;
    padding: 1rem 3rem 3rem;
	z-index: 1;
}
.point_ttl {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.3rem;
}
.line_yellow {
    background: linear-gradient(transparent 60%, #fff200 60%);
    font-weight: 700;
}
.point_b {
    font-size: 7.2rem;
    font-style: italic;
	font-weight: 700;
}
.shine {
    position: absolute;
}

img.shine.s01 {
    width: 4rem;
    top: 3%;
    left: 0;
}
img.shine.s02 {
    width: 6.9rem;
    top: 62%;
    left: 2%;
}
img.shine.s03 {
    width: 4rem;
    top: 3%;
    right: 0;
}
img.shine.s04 {
    width: 6.9rem;
    right: 1%;
    top: 69%;
}


/* Strength */
#strength {
 /*   padding-bottom: 0;*/
}
#strength:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	z-index: -1;
	width: 100%;
	height: 50%;
	background: url(../images/lp3/gold.png) no-repeat;
	background-position: center top;
	background-size: cover;
}
.strength_label img {
    width: 470px;
}
.strength01 {
    display: block;
    margin: 0 auto 2rem;
}
.strength02 {
    float: left;
}
.strength03 {
    float: right;
}
.strength_label {
    margin-bottom: 5rem;
}
.stregnth_board {
    position: relative;
}
.man_idea {
    position: absolute;
    right: -2%;
    top: -28%;
}
.st_txt01 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-left: 1.6rem;
	box-sizing: border-box;
}
.txt_link {
    display: inline-block;
    margin-left: 1.6rem;
    font-size: 2rem;
    text-decoration: underline;
}


/* CTA */
.cta {
    text-align: center;
}
.cta .inner {
    position: relative;
    padding-top: 17rem;
}
.cta_txt01 {
    color: #fff;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.cta_txt01 span {
    font-weight: 700;
    font-size: 64%;
}
.cta_txt02 {
    color: #fff200;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}
.cta .cta_btn {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
	z-index: 1;
	position: relative;
}
.cta .cta_btn a {
    padding: 1.2rem 0;
}
.btn_arrow {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
    margin-left: 0.5rem;
    padding-bottom: 1rem;
}
.cta_btn a:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #c66709;
	background-position: right center;
}

.cta_tel {
    color: #fff;
    padding: 2.4rem 0 3rem;
}
.cta_tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.2rem;
	line-height: 1.2;
}
.icon_tel {
    width: 33px;
    margin-right: 1rem;
}
.cta_woman {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 185px;
	z-index: 0;
}
.cta_man {
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 1%;
	z-index: 0;
}


/* Merit */
ul.merit_list {
    text-align: center;	
    padding-top: 9rem;

}

ul.merit_list li {
    width: 30%;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 0 2rem 2rem;
    border: 4px solid #0285f1;
    display: inline-block;
    margin: 0 1.5% 10%;
    position: relative;
}
.merit_ttl {
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
}
.meit_icon_box {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding: 2rem 0;
    box-sizing: border-box;
}
.merit_icon {
    width: 60px;
}
.merit_label {
    background: #0285f1;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -5rem;
    margin: 0 auto;
    z-index: 0;
}
.merit_label p {
    font-size: 1.8rem;
    font-style: italic;
    padding-top: 0.4rem;
}

.merit_label p span {
    font-size: 150%;
    font-style: italic;
    padding-left: 0.4rem;
}

.merit_c2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10rem;
    align-items: center;
}
.merit_left {
    width: 68%;
    box-sizing: border-box;
}
.merit_right {
    width: 27%;
    box-sizing: border-box;
    position: relative;
}
.worry_icon {
    position: absolute;
    width: 58px;
    right: 0;
    top: 0;
}
.merit_c2_ttl {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
}
.merit_left p {
    font-size: 1.8rem;
}
.merit_c3_box {
    background: #fff;
    box-sizing: border-box;
    padding: 4rem;
    margin-bottom: 8rem;
	border: 3px solid #0085f2;
}
.merit_ttl2 {
    display: block;
    margin: 0 auto 3rem;
}

ol.merit_c3_txt li {
    font-size: 3.6rem;
    font-weight: 700;
}
.merit_c3_txt_sub {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.merit_num {
    font-weight: 700;
    font-style: italic;
    font-size: 126%;
    color: #0285f1;
}
.merit_ttl3 {
    display: block;
    margin: 0 auto;
	width: 76%;
}
#merit .inner {
    position: relative;
}
.merit_c3 {
    position: relative;
}
.slash_blue {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
    width: 94%;
}
.merit_man_2 {
    position: absolute;
    right: -10%;
    bottom: 0;
    width: 190px;
}


.result_top {
    position: relative;
    padding-top: 5rem;
    margin-bottom: 6rem;
}
.result_top_box {
    background: #fff;
    box-sizing: border-box;
    border: 5px solid #0285f1;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	z-index: 2;
}
.result_top_box p {
    font-size: 3rem;
    font-weight: 700;
}
.ttl_3 {
    margin-bottom: 4rem;
}

.ttl3_en {
    color: #0285f1;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.ttl3_en:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #0285f1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}
.case_top_txt {
    font-size: 2rem;
    margin-bottom: 4rem;
}


ul.industry {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 20px;
}

ul.industry li {
    box-sizing: border-box;
    width: 18%;
    background: #fff;
    text-align: center;
    margin-bottom: 3rem;
	margin-right: 2rem;
    padding: 2rem 1rem;
}
ul.industry li:last-child {
    margin-right: 0;
}
ul.industry li p {
    font-size: 1.5rem;
    font-weight: 500;
}
.industry_icon {
    width: 58px;
    margin-bottom: 1rem;
}
.industry_txt {
	text-align: center;
}
.man03 {
    /* position: relative; */
    transform: scale(-1, 1);
    margin: -100px 0  -70px 20px;
	width: 220px;
}
#merit .box_gray {
    position: relative;
    z-index: 1;
}
#merit .box_g_in {
    padding: 4rem 5rem;
}


.box_gray {
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #a5a5a5;
    margin-bottom: 8rem;
}
.box_gray_ttl {
    background: #a5a5a5;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    padding: 0.8rem 0;
}
.box_g_in {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}
.box_g_in ul li {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
.box_g_in ul li span {
    font-weight: 500;
    font-size: 1.6rem;
    color: #ef0000;
}
.result_bottom {
    display: block;
    margin: 0 auto;
}
ul.flow {
}

ul.flow li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
	background: #fff;
	justify-content: space-between;
	position: relative;
}
ul.flow li:after {
    content: "";
    position: absolute;
    top: 107%;
    left: 100px;
    border-left: 10px dotted #0285f0;
    width: 0;
    height: 5rem;
}
ul.flow li:last-child:after {
    content: none;
}
ul.flow li:last-child {
    margin-bottom: 0;
}
.step_box {
    background: #0285f1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	width: 200px;
    height: 200px;
    position: relative;
	box-sizing: border-box;
	padding: 2rem 1rem;
}
.step_box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 99%;
    background: #0285f0;
    width: 24px;
    height: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: auto 0;
}
.step {
    width: 100%;
    color: #fff200;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}
.step_img {
    width: 100px;
}
.step_content {
    box-sizing: border-box;
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3rem 3rem;
}
.step_ttl {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.step_content p {
    font-size: 1.8rem;
    width: 100%;
}

.flow_woman {
    position: absolute;
    bottom: 0;
    left: 80%;
    width: 220px;
}



.price_list {
    margin-bottom: 80px;
}
.meirou {
    width: 220px;
    margin: -60px 0 12px;
}
.price_list table {
    width: 100%;
	border: 4px solid #1051c4;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.price_list th {
    width: 250px;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    padding: 5px 18px;
    box-sizing: border-box;
    background: #1051c4;
}
.price_list td {
    background: #fff;
    vertical-align: middle;
    padding: 30px 30px;
	font-weight: 700;
    font-size: 24px;
}
.price_list td p {
    font-size: 80%;
    font-weight: 600;
}

.price_list table.tp2 {
	border-color: #0085f2;
}
.price_list table.tp3 {
	border-color: #4ba348;
}
.price_list table.tp4 {
	border-color: #e87e00;
}

.price_list table.tp2 th {
	background: #0085f2;
}
.price_list table.tp3 th {
	background: #4ba348;
}
.price_list table.tp4 th {
	background: #e87e00;
}

.price_box {
	max-width: 800px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 8rem;
}
.p_left, .p_right {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 0;
}
.p_left{
	background: #fff;
}
.price_01 {
    font-size: 2.8rem;
    font-weight: 700;
}
.price_02 {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.2;
}
.p_right ul {
    margin: 0 auto;
    width: 78%;
}
.p_right ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    font-size: 2.8rem;
    justify-content: right;
}
.p_right ul li p{
	font-weight: 700;
    line-height: 1.2;
}
.price_03 {
    width: 4em;
    text-align: right;
}
.price_04 {
    width: 6.5em;
    text-align: right;
}
.price_04 span {
    font-size: 6.5rem;
    font-weight: 700;
}
.price_05 {
    font-size: 1.5rem;
    color: #fff200;
    text-align: right;
}
.price_sub_txt{
	width:100%;
	text-align:right;
	margin-top: 10px;
}

.price_box2 {
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #0285f1;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.price_ttl2 {
    text-align: center;
    background: #0285f1;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    padding: 1.5rem 0;
    line-height: 1.5;
}
.price_box2_in {
    width: 70%;
    margin: 0 auto;
    padding: 3rem 0;
}
.price_box2 ul li {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.9rem;
}

.price_box2 ul li:before {
    background-image: url(../images/lp3/check_blue.png);
	width: 20px;
    height: 33px;
}
.man04 {
    position: absolute;
    width: 260px;
    right: -10%;
    bottom: -15%;
}
table.sc_tb {
    width: 100%;
    margin-bottom: 8rem;
}

table.sc_tb th {
    background: #0285f0;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1.8rem;
}
table.sc_tb td {
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 1.5rem;
    font-size: 1.8rem;
}
.sc_bottom {
    text-align: center;
}

.sc_txt1 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.sc_txt1 .en_txt {
    font-size: 7rem;
    font-style: italic;
    line-height: 1;
    padding-left: 0.6rem;
}
.sc_txt2 {
    font-size: 2rem;
    font-weight: 500;
}

dl#faq {
	margin-bottom: 6rem;
}

dl#faq dt {
    background: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 2rem 5rem 2rem 7rem;
    position: relative;
    margin-bottom: 1rem;
    box-sizing: border-box;
    cursor: pointer;
}
dl#faq dt:before {
    content: "Q.";
    color: #0285f1;
    font-weight: 700;
    font-size: 3.6rem;
    position: absolute;
    top: 0.5rem;
    left: 2rem;
}
dl#faq dt:after {
    content: "＋";
    color: #0285f1;
    font-size: 2.6rem;
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto 0;
    height: 1em;
    line-height: 1;
    transition: all .3s ease;
}
dl#faq dt.active:after {
    transform: rotate(225deg);
}


dl#faq dd {
    background: #fff;
    box-sizing: border-box;
    padding: 2rem 4rem 2rem 7rem;
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    position: relative;
    display: none;
}

dl#faq dd:before {
    content: "A.";
    color: #ff8500;
    font-size: 3.6rem;
    font-weight: 700;
    position: absolute;
    left: 2rem;
    top: 0.5rem;
}
.faq_txt {
    text-align: center;
    font-weight: 700;
    font-size: 3.4rem;
}


table.com_tb {
    width: 86%;
    margin: 0 auto;
}

table.com_tb tr {
    border-bottom: 1px solid #c4c4c4;
}

table.com_tb th {
    padding: 2rem 1rem;
    width: 30%;
    vertical-align: middle;
    font-weight: 500;
}
table.com_tb td {
    padding: 2rem 1rem;
}


/* Contact */
.contact_top {
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 1.8rem;
}

table.contact_tb {
    width: 100%;
    margin-bottom: 5rem;
}

table.contact_tb th {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    width: 30%;
    box-sizing: border-box;
    padding: 2rem 2rem 2rem 0;
    vertical-align: middle;
}
table.contact_tb td {
    box-sizing: border-box;
    padding: 2rem;
    vertical-align: middle;
}
input[type="text"], input[type="email"], textarea, select {
    font-size: 16px;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 100%;
    box-sizing: border-box;
}
.agree {
    text-align: center;
    font-size: 16px;
}
.mw_wp_form .error {
    font-size: 1.5rem !important;
    font-weight: 500;
    color: #fff200 !important;
}
.req {
    background: #ff8401;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    padding: 0 1rem;
    margin-top: 0.5rem;
    float: right;
}
.policy {
    margin-bottom: 6rem;
}
.policy .req {
    float: none;
    margin: 0 0 0 2rem;
}
.policy_ttl {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.policy_box {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 2rem;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 2rem;
}
.policy_box p {
    margin-bottom: 1.5rem;
}
.policy_box h4 {
    font-weight: 700;
}

.mwform-checkbox-field-text {
    color: #fff;
    font-size: 16px;
}
.btn_submit {
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(to right, #ffc209 0, #ff7e00 50%, #ff9600 100%);
	background-size: 200% auto;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0 6px 0 #c66709;
    box-sizing: border-box;
    border: 0;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    cursor: pointer;
    transition: all .3s ease;
    text-shadow: 1px 1px 4px #e67200;
}
.btn_submit:hover {
	background-position: right center;
	transform: translateY(2px);
    box-shadow: 0 2px 0 #c66709;
}

.thanks {
    background: #fff;
    padding: 3rem 2rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
}


/* Footer */
#footer {
    background: #000;
    color: #fff;
    padding: 1.6rem 0;
}

.copy {
    text-align: center;
    font-size: 1.2rem;
}

#page_top {
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 60px;
	z-index: 2;
}

.sp{
	display: none;
}	
.sp_ttl{
	display: none !important;
}	


/* Animation */

.animated02,.animated03{
	opacity: 0;
}
.zoomIn02{
  animation-name:zoomInAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0);
	  opacity: 0;
  }

  to {
      transform: scale(1);
	  opacity: 1;
  }
}

.delay-03s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.delay-04s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.delay-05s {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.delay-06s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay-07s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-08s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.starAnime {
animation: star1 1s linear infinite;
}
 
@keyframes star1 {
0%   { transform: rotateY(0deg); }
100% { transform: rotateY(360deg); }
}

.starAnime2 {
animation: star2 1s linear infinite;
}
 
@keyframes star2 {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.text__slideIn {
    animation: slideIn 1.2s;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



/* 404 */
.error404 #main,.home #main {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#entry_404 {
    text-align: center;
}
.ttl_404 {
    font-size: 3.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

/* thanks*/
.thanks_ttl {
    font-size: 3.6rem;
    font-weight: 500;
}
.btn_back {
    max-width: 260px;
    width: 100%;
    text-align: center;
    margin: 3rem auto 0;
}

.btn_back a {
    display: block;
    background: #000;
    color: #fff;
    padding: 1rem 0;
    font-weight: 500;
    border-radius: 5px;
}
.btn_back a:hover {
    background: #333;
}
.thanks_page {
    height: 95vh;
    box-sizing: border-box;
    padding: 6rem 0;
}



@media screen and (max-width:1024px) {
	
	
body{
	font-size: 15px;
}		

.kv_h1 {
    font-size: 5.1vw;
}	
	
.strength_label img {
    width: 47%;
}

.serif01 {
    width: 226px;
    margin: 0 0 1.5rem 0;
}
.txt01 {
    font-size: 1.6rem;
}	
.merit_c3_txt_sub {
    font-size: 1.9rem;
}	
ol.merit_c3_txt li {
    font-size: 3.2rem;
}	




	
	
}


@media screen and (max-width:768px) {
#kv {
	padding-top: 100px;
}
	
.kv_copy {
	font-size: 3.2vw;
	line-height: 1.5;
	padding: 8px 0;
	width: 74%;
	border-radius: 100px;
	margin-bottom: 15px;
}
.kv_copy br {
    display: block;
}	
.kv_h1 {
	font-size: 7.2vw;
}	
.kv_w_box {
    width: 90%;
}

ul.kv_w_list li {
    font-size: 2.8vw;
    padding-left: 40px;
}
ul.kv_w_list li::before {
    width: 28px;
    height: 28px;
}	

.kv_txt_sub {
    font-size: 88%;
}	
.kv_man_img {
	width: 37%;
	right: -4%;
	bottom: 7%;
}
#kv .cta_btn {
    margin: 0 auto;
}	
	
.cta_btn {
    z-index: 1;
    position: relative;
}
.point_right {
    width: 100%;
    margin-bottom: 3rem;
}	
.point_left {
    margin: 0 auto -20%;
    z-index: 2;
    position: relative;
    width: 30%;
}
	
ul.merit_list li {
    width: 46%;
}
	
ul.industry li {
    width: 18%;
    margin-bottom: 3%;
}	

.step_box {
    height: auto;
}
.man04 {
    width: 30%;
    right: -4%;
}
.p_right ul {
    width: 90%;
}	
.step_content {
    width: calc(100% - 210px);
	}
table.contact_tb th {
    width: 34%;
}
table.com_tb {
    width: 100%;
}
	
.box_g_in {
    padding: 4rem 3rem;
}
.box_g_in ul li span {
    display: block;
}
	
.cta_man {
    left: -7%;
}
.cta_woman {
    right: -9%;
}	
.cta .cta_btn {
    width: 70%;
}
.worry03 {
    top: 18%;
    right: -3%;
}
.worry04 {
    top: 38%;
    left: -2%;
}
.worry05 {
    bottom: -10%;
    left: 6%;
}
.worry06 {
    bottom: -13%;
    right: 3%;
}
.worry01 {
    top: 4%;
    left: 14%;
}
.worry_icon {
    width: 20%;
}
.merit_ttl3 {
    width: 87%;
}
.cost_box {
    width: 100%;
    margin-bottom: 3rem;
}
.about_txt01 {
    text-align: left;
}
.about_txt01 br {
    display: none;
}
.txt01 {
    text-align: left;
}
.merit_left {
    width: 100%;
    margin-bottom: 3rem;
}	
.merit_right {
    margin: 0 auto;
    width: 30%;
}
	
.pc {
    display: none;
}
	
	
.ttl1 {
    font-size: 4.3vw;
}
	
.merit_man_2 {
    width: 30%;
    right: -4%;
}	
.man03 {
    margin-top: -30px;
    margin-bottom: -50px;
}
#flow {
    padding-bottom: 15rem;
}
.flow_woman {
    width: 26%;
    left: auto;
    right: -3%;
}
.price_list tr {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.price_list th {
    display: block;
    width: 100%;
}
.price_list td {
    box-sizing: border-box;
}
	
	
}

@media screen and (max-width:480px) {
	
.sp{
	display: block;
}	
    	
.logo img {
    height: 43px;
}
.h_tel a {
    font-size: 2.2rem;
}
.h_tel .icon_tel {
    width: 16px;
    margin-right: 6px;
}
.h_tel p {
    font-size: 1.1rem;
}	
#kv {
	padding-top: 19%;
 }
.kv_copy {
    width: 100%;
    font-size: 4vw;
}
.kv_h1 {
	font-size: 8vw;
	margin-bottom: 12px;
}	
.kv_w_box {
   width: 100%;
	padding: 8px 12px;
}		

ul.kv_w_list li::before {
	width: 18px;
	height: 18px;
	top: 3px;
}
ul.kv_w_list li {
    font-size: 3.5vw;
    padding-left: 24px;
    margin-bottom: 17px;
}
.kv_man_img {
	width: 38%;
	right: -4%;
	bottom: 19%;
}	
.kv_txt_sub {
	font-size: 84%;
}	
.cta_btn a {
    font-size: 3rem;
}	
.kv_man {
    width: 53%;
    bottom: 12%;
    right: -6%;
}
.kv_txt1 {
    font-size: 66%;
}	
.ttl_jp {
    font-size: 3.2rem;
}
.about_ttl {
    padding: 2rem 0;
    margin-bottom: 6rem;
}
.ttl.about_ttl:after {
    width: 30px;
    height: 20px;
}	
.ttl_en {
    font-size: 1.8rem;
    line-height: 1.2;
}
.h2_ttl_img {
    height: 4rem;
}
.contents_block {
    padding: 5rem 0;
}	

.about_box {
    padding: 3rem 2.4rem;
}
.about_txt01 {
    font-size: 1.9rem;
    line-height: 2;
}	
.about_ttl02 {
    font-size: 3rem;
}
.about_ttl03 {
    font-size: 2.4rem;
}
.about_ttl03 sub {
    font-size: 50%;
}	
.about_ttl03 span {
    display: block;
    margin: 0;
}	
.subject_block {
    margin-bottom: 3rem;
}	
.about_circle {
    margin: -29% auto -10%;
}
.icon_ex {
    width: 35px;
    margin: 0 auto 1rem;
}
.about_bottom p {
    font-size: 1.6rem;
}
	
.woman01 {
    right: -5%;
    width: 42%;
    bottom: -5%;
}
.trouble_ttl01 {
    width: 86%;
    margin: -1rem auto 0;
}	
.worries {
    width: 36%;
}
.worry01 {
    width: 34%;
    left: 6%;
}
.worry02 {
    width: 35%;
    left: 42%;
}
.worry03 {
    width: 36%;
    top: 14%;
}
.worry04 {
    width: 40%;
}
.worry05 {
    width: 33%;
    left: 4%;
    bottom: -2%;
}
.worry06 {
    width: 34%;
    bottom: 0;
    right: 0;
}	
.worry_area {
    padding-top: 57%;
}	
.man_worry {
    width: 45%;
}	
	
img.shine.s01 {
    width: 12%;
    top: -44%;
    left: 3%;
}
img.shine.s02 {
   width: 7%;
    top: 80%;
}
img.shine.s03 {
    width: 12%;
    top: -42%;
}
img.shine.s04 {
   width: 7%;
    top: 80%;
}	
.point_ttl {
    font-size: 2.6rem;
	line-height: 1.2;
    padding-top: 2rem;
}	
.point_b {
    font-size: 4rem;
}
.point_left {
    width: 100%;
}
.point_man {
    width: 40%;
    margin: 0 auto;
    display: block;
}	
.serif01 {
    width: 43%;
    margin: 0 0 0 20%;
    transform: rotate(-5deg);
}	
	
.st_txt01 {
    font-size: 2.3rem;
    padding-left: 1rem;
}
.strength_label img {
    width: 90%;
    margin: 0 auto 2rem;
    float: none;
}
.strength_label.clearfix {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.man_idea {
    top: 52%;
    width: 33%;
}
	
.txt_link {
    font-size: 1.3rem;
}
	
	
.contents_block.arrow_top {
    padding-top: 9rem;
}	
.arrow_bottom:after {
    height: 4rem;
    top: 99.98%;

}
.cta_txt01 {
    font-size: 2.5rem;
}
.cta_txt02 {
    font-size: 1.7rem;
}
.cta .cta_btn {
    width: 100%;
}
ul.merit_list {
    padding-top: 5rem;
}	
ul.merit_list li {
    width: 100%;
    margin-bottom: 20%;
}
ol.merit_c3_txt li {
    font-size: 2rem;
    line-height: 1.4;
}
.merit_c3_txt_sub {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0.5rem;
}
	
.merit_right {
    width: 53%;
}
.merit_c2_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
}
.merit_left p {
    font-size: 1.6rem;
}
.merit_c2 {
    margin-bottom: 4rem;
}
.merit_ttl2 {
    margin-bottom: 1rem;
}	
.merit_c3_box {
    padding: 2rem 2.4rem;
    margin-bottom: 4rem;
}
.merit_ttl3 {
    width: 100%;
}
	
.man03 {
    width: 45%;
}
.result_top {
    padding-top: 27%;
}	
.result_top_box p {
    font-size: 1.7rem;
}	
.result_top_box {
    padding: 2rem;
    border-width: 3px;
}
.ttl3_jp_img {
    height: 3.2rem;
}
.ttl3_en {
    line-height: 1.2;
    font-size: 1.8rem;
}	
.ttl3_en:before {
    width: 25px;
}
.case_top_txt {
    font-size: 1.6rem;
}
ul.case li {
    margin-bottom: 4rem;
}	
.case_img {
    width: 100%;
    margin-bottom: 2rem;
}
.case_content {
    width: 100%;
}
.case_cat {
    font-size: 1.5rem;
}
	
ul.industry {
    justify-content: space-between;
}	
ul.industry li {
    width: 31%;
    padding: 1.5rem 0.5rem 1rem;
	width: 47%;
	margin: 0 0 5%;
}
ul.industry li p {
    font-size: 1.3rem;
}	
.industry_icon {
    width: 50%;
    margin-bottom: 0.5rem;
}
.box_gray {
    margin-bottom: 4rem;
}	
.box_gray_ttl,.price_ttl2 {
    font-size: 2.6rem;
    padding: 0.5rem 0;
}
.box_g_in {
    padding: 2rem 1.5rem;
}
.box_g_in ul li {
    font-size: 1.6rem;
}
.box_g_in ul li span {
    font-size: 1.4rem;
}
.result_bottom {
    width: 100%;
}
	
	
.price_box2_in {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 1.5rem;
}
.price_box2 ul li {
    font-size: 1.8rem;
}
	
.man04 {
    bottom: -7%;
    right: -9%;
    width: 27%;
    z-index: 0;
}	
table.sc_tb {
    margin-bottom: 4rem;
}
table.sc_tb th, table.sc_tb td {
    font-size: 1.4rem;
    vertical-align: middle;
    padding: 1.5rem 0.8rem;
    line-height: 1.4;
}	
table.sc_tb th:nth-child(2) {
    width: 40%;
}
.sc_txt1 {
    font-size: 3rem;
}
.sc_txt2 {
    font-size: 1.6rem;
}
.p_left, .p_right {
    width: 100%;
}
.step_box {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 1.2rem 1.2rem 1.2rem 3rem;
}
.step_content {
    width: 100%;
	padding: 2rem;
}
.step_ttl {
    font-size: 2.4rem;
    line-height: 1.3;	
    margin: 0 auto 1rem;
    text-align: center;
}
.step_content p {
    font-size: 1.6rem;
}
.step {
    font-size: 2.6rem;
	width: auto;
}	
.step_img {
    width: 18%;
    margin-right: 2rem;
}
.step_box:before {
    transform: rotate(90deg);
    top: 104%;
    left: 0;
    right: 0;
    margin: auto;
}
ul.flow li:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 105%;
}	
dl#faq dt {
    font-size: 1.8rem;
    line-height: 1.5;
	padding-left: 6rem;
}
dl#faq dt:after {
    right: 1.2rem;
}
dl#faq dt:before,dl#faq dd:before  {
    font-size: 3rem;
    left: 1.5rem;
    top: 1rem;
}	
dl#faq dd {
    padding: 2rem 2rem 2rem 6rem;
    font-size: 1.5rem;
}

.faq_txt {
    font-size: 2.5rem;
}
	
.contact_top {
    text-align: left;
    font-size: 1.6rem;
}
table.contact_tb th, table.contact_tb td {
    display: block;
    width: 100%;
	padding: 5px 0;
}
table.contact_tb td {
    padding-bottom: 2rem;
}	
.policy {
    margin-bottom: 4rem;
}	
.policy_box {
    font-size: 1.3rem;
    padding: 1.5rem;
}	
.btn_submit {
    font-size: 2.6rem;
}
table.com_tb th, table.com_tb td {
    display: block;
    width: 100%;
    padding: 8px 8px;
    box-sizing: border-box;
}	
table.com_tb tr {
    border: 0;
}
table.com_tb th {
    background: #f4f4f4;
}
table.com_tb td {
    padding: 10px 8px 24px;
}	
	
	
.cta .inner {
    padding-top: 9rem;
	padding-bottom: 12rem;
}
.cta_man {
    width: 32%;
    left: 7%;
}	
.cta_woman {
    width: 30%;
    right: 7%;
}	
.cta_tel a {
    font-size: 3.2rem;
}
.icon_tel {
    width: 24px;
}
.cta_tel {
    padding-bottom: 4.6rem;
}	

.thanks {
    font-size: 1.6rem;
    text-align: left;
}	
	
	
#page_top {
    width: 40px;
    right: 1%;
}
	
.point_box {
    padding: 1rem 2rem 2rem;
}
.point_box.point3 h3 br {
    display: none;
}	
.ttl1 {
	font-size: 6.5vw;
}	
#point .ttl1 {
    font-size: 4.3vw;
}	
.slash_blue {
    top: 0;
}
#merit .ttl1 .s {
    display: inline-block;
}
.merit_man_2 {
	bottom: -27%;
        width: 33%;
        right: 0;
}
.man03 {
    margin: -50px 0 -32px;
    display: block;
}
#merit .box_g_in {
    padding: 20px 15px;
}
.step_content {
    padding: 26px 12px;
}
.step_ttl .s {
    display: block;
    margin-top: 8px;
    font-size: 63%;
}
.flow_woman {
    width: 39%;
    right: 0;
}
.meirou {
    width: 50%;
    margin-top: -11%;
}	
.price_list td {
    padding: 10px 5px;
    text-align: center;
    display: block;
    width: 100%;
}	
.price_list th {
    text-align: center;
    padding: 10px 0;
}	
.price_list td p {
    text-align: left;
    font-size: 4.6vw;
}
.price_list table {
    margin-bottom: 10px;
}
.worry_img_pc {
    display: none;
}	
	
	
	
	
	
	
}
