@charset "utf-8";
/* lp.css
	20190124 up
*/

/* =====================================
	 reset 
===================================== */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {
	-webkit-text-size-adjust: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
textarea { /* for chrome fontsize bug */
  font-family: "Noto Sans JP", sans-serif;
}
button {
	letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
html {
	font-size: 62.5%;/* 62.5%を指定すると「1.0 rem = 10px」 */
}
img {
	max-width : 100%;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
sub {
    font-size: 70%;
    position: relative;
    vertical-align: middle;
}

/* --- clearfix --- */

.cf {
	zoom: 1;
}
.cf::before, .cf::after {
	content: "";
	display: table;
}
.cf::after {
	clear: both;
}

.clear {
	clear: both;
}

/* annotation */

.annotation {
	font-size: 10px;
}

.opacity:hover img {
	opacity: 0.8;
}

.pc { display: none !important;}
.sp { display: inherit;}


.include_tag {
	display: block;
	width: 1px; height: 1px;
	overflow: hidden;
}
a[href*="smartphone"] {
	display: block;
	width: 1px; height: 1px;
	overflow: hidden;
	font-size: 0; line-height: 0;
}




/* ------------ common ------------ */

body {
	font-size: 15px;
	line-height: 1.6;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
a:link {color: #2347b5;text-decoration:none;}
a:visited {color: #2347b5;text-decoration:none;}
a:hover {color: #2347b5; text-decoration: underline;}
a:active {color: #2347b5;text-decoration:none;}

.inner {
	max-width: 1180px;
	padding-right: 4%;
	padding-left: 4%;
	margin: 0 auto;
	box-sizing: content-box;
}
.small {
	font-size: 75% !important;
}
.strong {
	color: #000;
	font-weight: 700;
}

.tel {
	font-weight: 700;
	line-height: 1.1;
}
.tel > span {
	font-weight: 400;
	font-size: 62.5%;
	vertical-align: middle;
}
.tel > small {
	font-weight: 400;
	font-size: 40%;
	vertical-align: middle;
}
.tel i {
    font-size: 130%;
    color: #ED3942;
    transform: rotate(-95deg);
    position: relative;
    top: 1px;
    left: 3px;
}


/* btn */

.btn {
    font-size: 16px;
    padding:10px 16px;
    font-weight: 700;
	display: inline-block;
	text-align: center;
	background: #ddd;
	width: auto;
}
.btn-lg {
	line-height: 1.2;
	border-radius: 40px;
    padding: 15px 40px;
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto;
	max-width: 350px;
	box-shadow: 0 10px 0 #666;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}
.btn-lg:active {
    opacity: 1;
    position: relative;
	top: 10px;
	box-shadow: none !important;
}
.btn-primary {
	font-weight: 400;
	background: #ce4242;
	color: #fff;
	border-radius: 30px;
	border: none;
}
.btn-primary::before {
  display: none;
}
.btn-primary.btn-lg {
	box-shadow: 0 10px 0 #B13B2A;
}
.btn-primary:link,.btn-primary:visited,.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background: #ce4242;
	color: #fff;
	text-decoration: none;
}
.btn-primary:hover {
	background-color: #EB6754;
}
.btn-primary.btn-lg:hover {
	box-shadow: 0 10px 0 #BB5C4F;
}

.btn-disabled {
	background: #ccc;
	border-bottom: 5px solid #aaa;
	cursor: inherit;
}
.btn-disabled:link,.btn-disabled:visited,.btn-disabled:hover,.btn-disabled:active { color: #000; text-decoration: none;}

.btn-default.btn-sm {
	border-width: 2px;
}

.btn_area {
	text-align: center;
}



/* SVG */
#svgicon,
#svglogo {
    display: block;
    width: 0; height: 0; overflow: hidden;
}


/* header
--------------------------- */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	padding: 10px 0;
	background: rgba(255,255,255,0.85);
	z-index: 10;
}
#header .inner {
	width: 100%;
	padding: 0;
	max-width: auto;
}
#header .logo {
	padding-left: 16px;
}
#header .logo svg {
	fill: #D52532;
	vertical-align: middle;
}

.nav {
	display: none;
}

/* footer
--------------------------- */

#pagetop a {
    text-align: center;
    display: block;
    color: #fff;
    background: #f69ca0;
    padding: 5px;
}
#pagetop a:link,
#pagetop a:visited,
#pagetop a:active {
    color: #fff;
	text-decoration: none;
}
#pagetop a:hover {
    background: #f8b0b3;
}
#footer .copyright {
	text-align: center;
	padding: 15px 10px;
	font-size: 12px;
}

/* ------- contents ----------- */

#contents {
	width: auto;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
    padding-top: 47px;
}
.img,
.img_large {
	text-align: center;
}

/* section */

section {
	padding: 0;
}

/* hgroup */

.hgroup {
	text-align: center;
	padding: 17px 0 12px;
}
.hgroup h2, .hgroup h3 {
	font-size: 28px;
}
/* title */

#main .title {
	background: #D90000;
	color: #fff;
	font-size: 28px;
}


/* ------------ each contents ------------ */

h1.page_title {
    font-weight: 400;
    background-color: #fff;
    font-size: 20px;
    font-size: 2rem;
	text-align: center;
	width: 96%;
	margin: 10px auto;
	line-height: 1.6;
}
h1.page_title span {
	color: #ce4242;
	display: inline-block;
	height: 100%;
	line-height: 1.1em;
	position: relative;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,247,31,0) 79%, rgba(255,247,28,1) 80%, rgba(255,247,28,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,247,31,0) 79%,rgba(255,247,28,1) 80%,rgba(255,247,28,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,247,31,0) 79%,rgba(255,247,28,1) 80%,rgba(255,247,28,1) 100%);
}

h3.text_title {
	font-size: 22px;
	font-weight: 700;
	padding: 25px 0 7px;
    text-align: center;
    position: relative;
	line-height: 1.6;
}
h3.text_title span {
	font-size: 66.6%;
	font-weight: 400;
}
h3.text_title::before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 4em;
	margin-left: -2em;
    height: 3px;
	background-color: #F36F63;
}

/* mainvisual */

.section_mv {
	position: relative;
	padding: 0;
	box-sizing: border-box;
    overflow: hidden;
}
.section_mv {
	width: 100%;
}
.section_mv .mv_inner {
	text-align: center;
    background: url(../img/lp/bg_mainvisual_sp.jpg) center center no-repeat;
    background-size: cover;
}
.mainimage {
	width: 90%;
	padding: 30px 0 10px;
	margin: 0 auto;
}
.mainimage .img_reason {
	margin-bottom: 10px;
}
.mainimage .btn_area {
	margin-bottom: 15px;
}
.mainimage .tel {
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}
.mainimage .tel i {
	color: #fff;
}
.section_mv .note {
	font-size: 9px !important;
	color: #ccc;
	text-align: right;
}
/* actual_list_area */

.actual_list_area {
	padding: 0 0 30px;
    background: #fff;
}

.actual_list_area .actual_list {
  width: 100%;
	text-align: center;
	margin: 30px auto 0;
  background: url(../img/lp/actual_logo_group.png) repeat-x 0 0;
  background-size: 2992.5px auto;
  height: 226px;
  overflow: hidden;
  -moz-animation: loop 33s linear infinite;
  animation: loop 33s linear infinite;
}

/* 無限ループアニメーション */

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5985px 0;
  }
}

/* solution_area */

.solution_area {
	background: #EFF3F3;
}
.solution_area h3.text_title {
	font-weight: 400;
	box-sizing: content-box;
}
.solution_area .text_title::before {
	width: 60px; height: 61px;
	background: url("../img/lp/bg_solution_title.png");
	background-size: contain;
	position: static;
	display: block;
	margin: 0 auto;
}
.solution_area dl {
	padding: 20px 10px 15px;
	background: #fff;
	border: 3px dotted #707070;
	border-radius: 6px;
	font-size: 14px;
	position: relative;
	margin-top: 30px;
}
.solution_area dt {
	display: inline-block;
	color: #fff;
	padding: 3px 5px;
	background: #44588E;
	border-radius: 3px;
	position: absolute;
	top: -15px;
	font-weight: 400;
}
.solution_area dd strong {
	color: #ce4242;
	font-weight: 400;
}
.solution_area .text_finish {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	padding: 1.5em 0;
}
.solution_area .text_finish strong {
	color: #ce4242;
	display: inline-block;
	height: 100%;
	line-height: 1.2;
	position: relative;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,247,31,0) 79%, rgba(255,247,28,1) 80%, rgba(255,247,28,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,247,31,0) 79%,rgba(255,247,28,1) 80%,rgba(255,247,28,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,247,31,0) 79%,rgba(255,247,28,1) 80%,rgba(255,247,28,1) 100%);
}


/* conversion_area */

.conversion_area {
	background: url("../img/lp/bg_conversion_area.png") center center no-repeat;
	background-size: cover;
	text-align: center;
}
.conversion_area .inner {
	padding-top: 10px;
    padding-bottom: 15px;
}
.conversion_area .conv_intro_text {
	padding: 0 0 5px;
}
.conversion_area .conv_intro_text::before,
.conversion_area .conv_intro_text::after {
	content: "";
	display: inline-block;
	width: 20px; height: 20px;
	position: relative;
	top: 5px;
	margin: 0 5px;
	background: url("../img/lp/arrow_yellow.svg");
	background-size: contain;
}
.conversion_area .btn_area {
	margin-bottom: 15px;
}
.conversion_area .tel {
	font-size: 20px;
	font-size: 2rem;
}

/* plan_area */

.plan_area {
	font-size: 14px;
	padding: 0 0 40px;
	text-align: center;
}
.plan_area .price_card {
    width: 100%;
    margin: 30px auto 0;
}
.plan_area .price_card input,
.plan_area .price_card label {
    display: none;
}
.plan_area .price_item {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba( 0, 0, 0, 0.1);
    clear: both;
    position: relative;
}
.plan_area .price_card h3 {
	font-weight: 500;
    line-height: 1.4;
    font-size: 24px;
}
.plan_area .price_card h3::after {
    content: "";
    display: block;
    width: 80px; height: 2px;
    margin: 10px auto 20px;
}
.plan_area .price_card #plan_menu-s h3::after { background: #92C864;}
.plan_area .price_card #plan_menu-m h3::after { background: #FA7D7D;}
.plan_area .price_card #plan_menu-l h3::after { background: #FDC94F;}

.plan_area .price_card .text {
    padding-bottom: 15px;
}
.plan_area .price_card .text p {
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 15px;
}
.plan_area .price_card .text p span {
    font-size: 14px;
}
.plan_area .price_card li {
    margin-bottom: 10px;
}

.plan_area .price_card ul {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: auto;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
}
.plan_area .price_card li {
    font-weight: 600;
    font-size: 130%;
}
.plan_area .price_card li:not(:first-child)::before {
    content: "+";
    display: block;
    font-size: 150%;
    position: relative;
    line-height: 1;
    color: #aaa;
    margin-top: -3px;
    margin-bottom: 6px;
}

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

	.plan_area {
		padding-bottom: 70px;
	}
}
@media only screen and (max-width: 767px) {

    .plan_area .price_card {
        max-width: 400px;
    }
    .plan_area .price_card .price-content {
        text-align: center;
    }
    .plan_area .price_card label {
        width: 33.33333%;
        width: -webkit-calc( 100% / 3);
        width: calc( 100% / 3);
        display: block;
        float: left;
        border-radius: 10px 10px 0 0;
        border: 1px solid #ccc;
        background: #f8f8f8;
        cursor: pointer;
        color: #666;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        position: relative;
        overflow: hidden;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    }
    .plan_area .price_card #plan_menu_title-l + label {
        float: right;
    }
    .plan_area .price_card label span {
        padding: 5px 10px;
        display: block;
        border-top: 6px solid #ccc;
    }
    .plan_area .price_card input#plan_menu_title-s + label { background: #FCC6C5; color:#fff;}
    .plan_area .price_card input#plan_menu_title-m + label { background: #8AC9DD; color:#fff;}
    .plan_area .price_card input#plan_menu_title-l + label { background: #FEE8B0; color:#fff;}
    
    .plan_area .price_card input#plan_menu_title-s + label span { border-color: #FCC6C5;}
    .plan_area .price_card input#plan_menu_title-m + label span { border-color: #8AC9DD;}
    .plan_area .price_card input#plan_menu_title-l + label span { border-color: #FEE8B0;}
    
    .plan_area .price_card input:checked + label,
    .plan_area .price_card label:hover {
        background: #fff !important;
        border-bottom-color: #fff;
    }
    .plan_area .price_card input#plan_menu_title-s + label:hover,
    .plan_area .price_card input#plan_menu_title-s:checked + label { color: #FA7D7D;}
    .plan_area .price_card input#plan_menu_title-m + label:hover,
    .plan_area .price_card input#plan_menu_title-m:checked + label { color: #0085B2;}
    .plan_area .price_card input#plan_menu_title-l + label:hover,
    .plan_area .price_card input#plan_menu_title-l:checked + label { color: #FDC94F;}
    
    .plan_area .price_card input#plan_menu_title-s + label:hover span,
    .plan_area .price_card input#plan_menu_title-s:checked + label span { border-color: #FA7D7D;}
    .plan_area .price_card input#plan_menu_title-m + label:hover span,
    .plan_area .price_card input#plan_menu_title-m:checked + label span { border-color: #0085B2;}
    .plan_area .price_card input#plan_menu_title-l + label:hover span,
    .plan_area .price_card input#plan_menu_title-l:checked + label span { border-color: #FDC94F;}
    
    .plan_area .price_card #plan_menu-s, .plan_area .price_card #plan_menu-m, .plan_area .price_card #plan_menu-l {
        display: none;
        position: relative;
        padding: 30px 0 0;
        z-index: 0;
    }
    .plan_area .price_card #plan_menu_title-s:checked ~ #plan_menu-s,
    .plan_area .price_card #plan_menu_title-m:checked ~ #plan_menu-m,
    .plan_area .price_card #plan_menu_title-l:checked ~ #plan_menu-l {
        display: block;
    }
    .plan_area .price_card label {
        font-size: 16px;
    }
    .plan_area .price_item {
        border-top: 0 none;
        border-radius: 0 0 10px 10px;
        margin-top: -1px;
    }

}
@media only screen and (min-width: 768px) {
	
    .plan_area .price_card {
		margin: 50px auto 0;
	}
    .plan_area .price-content {
        width: 100%;
        display: -webkit-box;/* Android < 4.3 */
        display: -ms-flexbox;/* IE10 */	
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-box-pack: justify;/* Android < 4.3 */
        -ms-flex-pack: justify;/* IE10 */
        -webkit-justify-content: space-between;/* safari(PC) */
        justify-content: space-between;
    }
    .plan_area .price_item {
        width: 32%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .plan_area .price_item h3 {
        border-top: 6px solid #ccc;
        padding-top: 30px;
    }
    .plan_area #plan_menu-s h3 { border-color: #92C864; }
    .plan_area #plan_menu-m h3 { border-color: #FA7D7D; }
    .plan_area #plan_menu-l h3 { border-color: #FDC94F; }

    #plan_menu-m {
        transform: scale(1.08);
        background: #fff;
        z-index: 1;
    }
}
@media only screen and (min-width: 860px) {
    
    .plan_area .price_item {
        width: 31%;
    }
}
@media only screen and (min-width: 1075px) {

	.plan_area {
		padding-bottom: 90px;
	}
}

/* voice_area */

.voice_area .text_title {
    margin-bottom: 20px;
}
.voice_area .text_title span {
	display: block;
	line-height: 1.5;
}
.voice_area .text_title .accent {
	display: inline;
	font-size: inherit;
	color: #ce4242;
}
.voice_area .company_column {
	padding: 10px;
}
.voice_area .actual_list li {
	margin-bottom: 20px;
}
.voice_area .actual_list li .company_column {
	display: block;
	background: #F9F9F9;
    position: relative;
	box-shadow: 5px 5px 0 #E2E2E2;
	color: #000;
	transition: .2s;
}
.voice_area .actual_list li .company_column:hover {
	text-decoration: none;
	opacity: .7;
}
.voice_area .mainvisual .company_name {
    line-height: 1.5;
}
.voice_area .mainvisual .company_name small {
    display: block;
    font-size: 70%;
}
.voice_area .mainvisual .txt .actual_logo {
	background: #fff;
	padding: 15px;
	text-align: center;
    margin-bottom: 10px;
}
.voice_area .actual_list > div {
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #F6F6F6;
    padding: 15px;
}
.voice_area .actual_list .img {
    float: left;
    width: 100px;
    margin: 0 0 8px 0;
}
.voice_area .actual_list .txt {
    float: right;
    width: -webkit-calc( 100% - 115px );
    width: calc( 100% - 115px );
}
.voice_area .actual_list .actual_logo {
    height: 30px;
    width: auto;
}
.voice_area .actual_list .actual_logo img {
    max-height: 30px;
	width: auto;
    max-width: 100%;
    margin-top: 10px;
}
.voice_area .actual_list .company_name {
    font-size: 12px;
    color: #999;
    padding: 3px 0 8px;
}
.voice_area .actual_list .txt + p {
    clear: both;
    margin-bottom: 8px;
	line-height: 1.3;
	white-space: inherit;
}
.voice_area .actual_list .txt + p strong {
	display: inline-block;
    font-weight: 700;
	font-size: 170%;
	color: #ce4242;
}

/* download */

.download {
	padding-top: 60px;
	margin-top: -60px;
	padding-bottom: 100px;
}
.download .text_title {
	padding-top: 45px;
	margin-bottom: 30px;
}
.download .row {
	max-width: 680px;
}

 @media only screen and (min-width: 860px) {
	.download {
		padding-top: 83px;
		margin-top: -83px;
	 }
	 .download .text_title {
		padding-top: 55px;
		margin-bottom: 50px;
	}
	.download .row {
		max-width: 880px;
	}
}

/* form_area */

.pardot_form .submit button {
	box-shadow: none !important;
}


/***************** Media Queries *****************/

 @media only screen and (min-width: 450px) {
	 
	.btn-lg {
		font-size: 24px;
		font-size: 2.4rem;
	}
	 
	/* voice_area */

	 .voice_area .company_column {
		 padding: 15px;
	 }
	.voice_area .actual_list .actual_logo {
		height: 40px;
	}
	.voice_area .actual_list .actual_logo img {
		max-height: 40px;
		margin-top: 5px;
	}
	 
}
 @media only screen and (min-width: 640px) {
	 
	/* =====================================
		 640px ～
	===================================== */

	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	.btn_area .btn {
		max-width: 330px;
	}
	 
	.note_box {
		padding: 20px;
	}
	.tel i br {
		display: none;
	}

	/* ------------ each contents ------------ */

	h1.page_title {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 10px 2%;
	}	
	h3.text_title {
        font-size: 24px;
        font-size: 2.4rem;
		padding: 50px 0 10px;
        background-size: auto;
	}
    
	/* main_visual */

	 .mainimage {
		 padding-bottom: 20px;
	 }
	 .mainimage .tel br {
		 display: none;
	 }
	 .mainimage .img_reason {
		 margin-bottom: 15px;
	 }
	 .section_mv .note {
		 margin-top: 5px;
	 }
	 
	/* actual_area */
    
    .actual_list_area h3 {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 0;
    }
    .actual_list_area .actual_list {
        height: 452px;
        background-size: 5985px auto;
        margin: 20px auto;
    }
	 
	/* solution_area */
	 
	.solution_area .text_title::before {
		width: 120px;
		height: 122px;
	}
	.solution_area dl {
		max-width: 580px;
		margin-left: auto; margin-right: auto;
		margin-top: 40px;
		padding: 25px 15px 20px;
	 }
	.solution_area dt {
		font-size: 18px;
		font-size: 1.8rem;
		top: -20px;
	}
	 .solution_area dd {
		 font-size: 16px;
		 font-size: 1.6rem;
	 }
	.solution_area .text_finish {
		font-size: 30px;
		font-size: 3rem;
	}
	 
	/* voice_area */
	
	 .voice_area {
		 max-width: 580px;
		 margin: 0 auto;
	 }
	 
}
 @media only screen and (min-width: 660px) {

	/* =====================================
		 660px ～
	===================================== */

	.btn-lg {
		font-size: 34px;
		font-size: 3.4rem;
		padding: 25px 50px;
	 }
	.btn-primary {
		border-radius: 55px;
	 }
	.btn_area  {
		margin-bottom: 20px;
	 }
	.btn_area .btn {
		max-width: 700px;
	 }
	 
	 h3.text_title {
		 font-size: 30px;
		 font-size: 3rem;
		 padding-bottom: 15px;
	 }
	 h3.text_title::before {
		 height: 5px;
	 }
	 
	/* header
	--------------------------- */

    #header {
		padding: 0;
		width: 100%;
	}
    #header .inner {
		max-width: 1290px;
		height: 60px;
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
	    -webkit-box-pack: justify;/* Android < 4.3 */
		-ms-flex-pack: justify;/* IE10 */
		-webkit-justify-content: space-between;/* safari(PC) */
		justify-content: space-between;
		-webkit-box-align: center;/* Android < 4.3 */
		-ms-flex-align: center;/* IE10 */
		-webkit-align-items: center;/* safari(PC) */
		align-items: center;
    }
    #header .logo {
        width: 135px;
        padding: 0 10px;
    }
    #header .logo a {
        display: inline-block;
    }
	.nav {
		display: block;
		padding-right: 10px;
	 }
	.nav .nav_contact {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-webkit-box-align: center;/* Android < 4.3 */
		-ms-flex-align: center;/* IE10 */
		-webkit-align-items: center;/* safari(PC) */
		align-items: center;
	 }

	 
	/* contents */
		
	#contents {
		padding-top: 60px;
	}
	 
	/* mainimage */
	 
	.mainimage .tel {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* conversion_area */

	.conversion_area .conv_intro_text {
		font-size: 20px;
	}
	.conversion_area .conv_intro_text::before, .conversion_area .conv_intro_text::after {
		 width: 22px; height: 24px;
		 margin: 0 15px;
	}
	 .conversion_area .tel {
		font-size: 24px;
		font-size: 2.4rem;
	}

}
 @media only screen and (min-width: 769px) {
	 
	/* =====================================
		 769px ～
	===================================== */
    
	h3.text_title {
		font-size: 36px;
		font-size: 3.6rem;
	}
	 
	/* main_visual */
	 
	.mainimage .img_reason {
		margin-bottom: 20px;
	}
	 .mainimage .tel {
		 font-size: 32px;
		 font-size: 3.2rem;
	 }
	 
	/* solution_area */
	 
	.solution_area dl {
		padding: 35px 15px 30px;
	 }
	 
	.solution_area dt {
		font-size: 24px;
		font-size: 2.4rem;
		padding-left: 15px;
		padding-right: 15px;
	}
	 .solution_area dd {
		 font-size: 20px;
		 font-size: 2rem;
	 }
	 
	 .solution_area .inner {
		 padding-left: 0;
		 padding-right: 0;
	 }
	 
    /* voice_area */
	 
	 .voice_area .text_title {
		margin-bottom: 30px;
	}
	.voice_area .actual_list .actual_logo {
		height: 45px;
	}
	.voice_area .actual_list .actual_logo img {
		max-height: 45px;
		margin-top: 2px;
	}
	.voice_area .actual_list .txt + p {
		font-size: 20px;
	 }
	 
	 /* conversion_area */
	 
	 .conversion_area .conv_intro_text {
		 font-size: 30px;
		 font-size: 3rem;
	 }
	 .conversion_area .conv_intro_text::before, .conversion_area .conv_intro_text::after {
		width: 36px;
		height: 38px;
		margin: 0 15px;
		position: relative;
		top: 7px;
	}
 	 .conversion_area .tel {
		font-size: 36px;
		font-size: 3.6rem;
	 }

}

@media only screen and (min-width: 860px) {
	
	/* =====================================
		 860px ～
	===================================== */
	
	.tel > span {
		margin-right: 5px;
	}	
	#contents {
        padding-top: 83px;
    }
	
     /* header */
    
	h1.page_title {
    	font-size: 32px;
	}
    #header .inner {
		height: 83px;
	}
    #header .btn {
		font-size: 18px;
		font-size: 1.8rem;
		vertical-align: bottom;
		padding: 13px 26px;
	}
	.nav .nav_contact li {
		font-size: 26px;
		margin-left: 5px;
	}
	#header .tel > span {
		font-size: 16px;
	}	

    /* mainvisual */
    
    .section_mv .mv_inner {
        background-image: url("../img/lp/bg_mainvisual.jpg");
        background-size: cover;
		padding: 0 4%; 
    }
	.section_mv .mainimage {
		padding: 40px 0 15px;
		width: 80%;
		margin-left: 0;
	}
    
    /* contact_area */

	#contact_area ul a {
		padding: 15px 25px;
	}
	

	/* actual_area */

    .actual_list_area h3.text_title {
        padding-bottom: 10px;
    }
	
	/* solution_area */
	.solution_area .inner {
		padding-top: 30px;
	}
	.solution_area .text_title {
		max-width: 560px;
		background: url("../img/lp/bg_solution_title.png") left center no-repeat;
		background-size: 120px auto;
		padding: 15px 0 15px 140px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.solution_area .text_title::before {
		display: none;
	}
	 .solution_area .text_finish {
		font-size: 42px;
		font-size: 4.2rem;
		padding: 40px 0;
	 }

	/* voice_area */
	
	.voice_area h3.text_title {
		padding-top: 70px;
		margin-bottom: 40px;
	}
	
	/* actual_list */
	
	.voice_area {
		max-width: inherit;
	}
	.voice_area .actual_list {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;		
		-webkit-flex-wrap: wrap;/* safari(PC) */
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;/* IE10 */
	}
	.voice_area .actual_list li {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;		
		width: 48%;
		margin: 0 1% 30px;
	}
	.actual_list .company_column {
		width: 100%;
	}
	
}

@media only screen and (min-width: 1075px) {
	
	/* =====================================
		 1075px ～
	===================================== */

    /* header */
    
	.nav .nav_contact li {
		font-size: 34px;
	    margin-left: 20px;
	 }
	
	/* main_visual */
	
    h1.page_title {
        font-size: 40px;
        font-size: 4rem;
    }
    .section_mv .mv_inner {
		padding: 0 7%; 
    }
	.section_mv .mainimage {
		padding: 60px 0 15px;
		width: 65%;
	}
	
	/* actial_area */
    
    #actual_list_area .inner {
        padding: 0 4%;
    }

	/* solution_area */

	.solution_wrap {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-webkit-box-pack: justify;/* Android < 4.3 */
		-ms-flex-pack: justify;/* IE10 */
		-webkit-justify-content: space-between;/* safari(PC) */
		justify-content: space-between;
	 }
	 .solution_area dl {
		width: 31%;
		 box-sizing: border-box;
	 }
	.solution_area .text_finish br {
		display: none;
	 }
	
	 /* conversion_area */
	 
	 .conversion_area .contact_area {
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-webkit-box-align: center;/* Android < 4.3 */
		-ms-flex-align: center;/* IE10 */
		-webkit-align-items: center;/* safari(PC) */
		align-items: center;
		-webkit-box-pack: center;/* Android < 4.3 */
		-ms-flex-pack: center;/* IE10 */
		-webkit-justify-content: center;/* safari(PC) */
		justify-content: center;
	 }
	.conversion_area .inner {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.conversion_area .conv_intro_text {
		margin-bottom: 10px;
	}
 	 .conversion_area .tel {
		 text-align: left; 
		 margin-bottom: 10px;
	 }
	 .conversion_area .btn {
		 font-size: 40px;
		 font-size: 4rem;
		 margin-right: 30px;
	 }
	
	.voice_area .company_column {
		padding-bottom: 30px;
	}

}
 @media only screen and (min-width: 1190px) {
	 
	/* =====================================
		 1190px ～
	===================================== */

	 .btn-primary {
		 border-radius: 70px;
	 }
	 
	/* mainimage */
	 
	 .section_mv .btn-lg {
		 padding: 35px 70px;
	 }
	 
	/* solution_area */
	 
	.solution_area dl {
		padding: 35px 20px 30px;
	 }
	.solution_area .text_finish {
		font-size: 50px;
		font-size: 5rem;
	}
	 
	 /* conversion_area */

	 .conversion_area .btn {
		 font-size: 48px;
		 font-size: 4.8rem;
	 }
}

/* ===============================
	LP2
=============================== */

.lp2 h1.page_title sub {
	font-size: 10px
}
.lp2 .section_mv .mv_inner {
	background-image: url(../img/lp/bg_mainvisual2.jpg);
	background-size: cover;
	padding: 0 4%; 
}
.lp2 .section_mv {
	text-align: center;
}
.lp2 .mainimage {
	padding: 70px 0;
}
.lp2 .section_mv .img_reason {
	margin: 0;
}
.lp2 .section_mv .tel {
	font-size: 20px;
	font-size: 2rem;
	color: #ED3942;
}
.lp2 .section_mv .tel span,
.lp2 .section_mv .tel small {
	color: #201715;
}
.lp2 .section_mv .btn_area {
	margin-bottom: 25px;
}
.lp2 .section_mv .btn_area a:hover img {
}
.lp2 .section_mv .btn-lg {
	width: 100%;
	max-width: inherit;
}
.lp2 .baloon_area li {
	width: 60%;
}
.lp2 .baloon_area li:first-child {
	margin: 0 auto 0 0;
	text-align: left;
}
.lp2 .baloon_area li:last-child {
	margin: -25px 0 0 auto;
	text-align: right;
}
.lp2 .baloon_area li {
	display: block;
	max-width: 100%;
}
.lp2 .section_mv .button_area a {
	display: block;
}
.lp2 .section_mv .button_area a:link .btn-primary,
.lp2 .section_mv .button_area a:visited .btn-primary,
.lp2 .section_mv .button_area a:hover .btn-primary,
.lp2 .section_mv .button_area a:focus .btn-primary,
.lp2 .section_mv .button_area a:active .btn-primary {
	background: #ce4242;
	color: #fff;
	text-decoration: none;
}
.lp2 .section_mv .button_area a:hover .btn-primary {
	background-color: #D76767;
	box-shadow: 0 10px 0 #BB5C4F;
}
.lp2 .section_mv .button_area {
	margin-top: 25px;
}


@media only screen and (min-width: 450px) {
	.lp2 .section_mv .btn-lg {
		border-radius: 55px;
		font-size: 34px;
		font-size: 3.4rem;
		padding: 25px 50px;
	}
	.lp2 .section_mv .tel {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media only screen and (min-width: 640px) {
	.lp2 .section_mv .mainimage {
		padding: 90px 0;
	}
	.lp2 .section_mv .tel br {
		display: none;
	}
	.lp2 .section_mv .btn-lg {
		max-width: 700px;
		width: auto;
	}
	.lp2 .section_mv .btn_area {
		position: relative;
		z-index: 1;
		margin-top: -20px;
	}
	.lp2 .baloon_area {
		position: relative;
		z-index: 2;
		max-width: 760px;
		margin: 0 auto;
		display: -webkit-box;/* Android < 4.3 */
		display: -ms-flexbox;/* IE10 */	
		display: -webkit-flex;/* safari(PC) */
		display: flex;
		-webkit-box-pack: justify;/* Android < 4.3 */
		-ms-flex-pack: justify;/* IE10 */
		-webkit-justify-content: space-between;/* safari(PC) */
		justify-content: space-between;
	}
	.lp2 .section_mv .baloon_area li {
		width: 50%;
		margin: 0;
		display: block;
	}

}

@media only screen and (min-width: 768px) {
	.lp2 h1.page_title br {
		display: none;
	}
	.lp2 .section_mv .btn-lg {
		font-size: 50px;
    	font-size: 5rem;
	}
	.lp2 .section_mv .tel {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.lp2 .section_mv .btn_area {
		margin-bottom: 35px;
	}
}

@media only screen and (min-width: 860px) {
	.lp2 h1.page_title {
	    font-size: 28px;
	    font-size: 2.8rem;
	}
	.lp2 .section_mv .mainimage {
		width: 80%;
		margin: 0 auto;
		padding: 140px 0;
	}

}
@media only screen and (min-width: 1075px) {
	.lp2 h1.page_title {
	    font-size: 32px;
	    font-size: 3.2rem;
	}
	.lp2 .section_mv .mainimage {
		padding: 160px 0;
	}
	.lp2 .section_mv .button_area {
		margin-top: 35px;
	}

}

@media only screen and (min-width: 1190px) {
	.lp2 h1.page_title {
		font-size: 40px;
		font-size: 4rem;
	}
	.lp2 .section_mv .btn-lg {
		border-radius: 70px;
		padding: 35px 70px;
	}
}


/* UAでchrome判定→以下のclass名をつける */
.shadowify { transform:rotate(0.05deg); }