@charset "UTF-8";
/*
Theme Name: キャリーミーLP
Theme URI: https://enterprise.carryme.jp/
Description: キャリーミーLPのテーマです
*/

@charset "UTF-8";

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, 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 {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

input, textarea,{
	padding: 0;
	margin: 0;
}

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
}

header:after,footer:after,section:after,article:after,aside:after,div:after,dl:after,ul:after {
	overflow: hidden;
}

br {
	letter-spacing:0;
}

img {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	vertical-align:bottom;
}

a img {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}
a img:hover{
	opacity: 0.7;
    filter: alpha(opacity=60);  
}

#spLinkBlockInPc {
    display:none;
}


/*loading*/
#loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#loader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 10000;
    text-align: center;
}

#loading img {
    max-width: 200px;
}

@media (max-width: 768px){
#loading img {
    max-width: 150px;
}

}

body {
	letter-spacing:0.1em;
	background:#fff;
	font-size:1em;
	line-height:1.9;
	-webkit-text-size-adjust: 100%;
	color: #111;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


@media (max-width: 768px){
body {
	font-size: 1em;
}
}

.header-lp-bt li a {
    font-size: 0.9rem !important;
}

.box_sns {
	text-align:center;
	margin:3em 0;
}
.box_sns li {
	display:inline-block;
	margin:0 0.5em;
}

.box_sns li img {
    max-width: 42px;
}

@media (max-width: 768px){
.box_sns {
	max-width: 1080px;
	width: 100%;
	margin-left:auto!important;
	margin-right:auto!important;
	padding:0;
	clear:left;
}
.box_sns li {margin:0 1em;}

}

/*footer*/

footer {
    background-color:#444;
    font-size: 0.9em;
}

.box_footnavi{
	max-width: 1080px;
	width: 100%;
	margin-left:auto!important;
	margin-right:auto!important;
	padding:0;
	clear:left;
    
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.box_footnavi dl {
    width: 32%;
}

.box_footnavi dt {
	background-color:#444;
	border-bottom:2px solid #999;
	box-shadow:rgb(68, 68, 68) 0px 2px 0px -1px inset;
	-webkit-box-shadow:rgb(68, 68, 68) 0px 2px 0px -1px inset;
	-moz-box-shadow:rgb(68, 68, 68) 0px 2px 0px -1px inset;
	padding:0.8em 1em;
	color:#FFF;
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:1.1em;
}

.box_footnavi dd li a {
	border-bottom:1px solid #555;
	padding:0 1em 0.5em 1.2em;
	margin-bottom:0.5em;
	display:block;
	color:#DDD;
	text-decoration:none;
	position:relative;
}
.box_footnavi dd li a:hover {color:#FFF;}
.box_footnavi dd li a:after {
    font-family: 'icomoon' !important;
    content: "\f054";
	color:#5E5E5E;
	float:right;
}
.box_footnavi dd li:last-child a {
	border-bottom:none;
	margin-bottom:0;
}

.box_footnavi dd li:last-child a {
    border-bottom:1px solid #555;
}

footer #copy {
	background-color:#4F4F4F;
	text-align:center;
	padding:0.3em 0 130px 0;
	color:#DDD;
	font-size:0.8em;
    margin-top:3em;
}



@media (max-width: 768px){
.box_footnavi dl {
    width: 100%;
}

.box_footnavi dt {
	border-top:2px solid #999;
	background-color:#4F4F4F;
}

.box_footnavi dd li:last-child a {
    border-bottom:none;
}

footer #copy {
    margin-top:1.5em;
}

}

/*contact*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

.err {
    color: #DC515A;
}

.contact table th,.contact table td {
    padding: 20px 0;
    vertical-align: top;
}

.contact table th {
    width: 30%;
    padding-right: 10px;
}

.contact table th p.item {
    font-weight: bold;
}

.contact table th p.item .must {
    margin-left: 10px;
    padding: 1px 7px;
    font-weight: normal;
    color: #fff;
    font-size: 0.7em;
    background: #C74E3D;
    border-radius: 2px;
    display: inline-block;
}

.contact table td select {
	padding: 10px;
    height: 3em;
	border: 1px solid #ddd;
	background: #F8F8F8;
	font-size: 1em;
	cursor: pointer;
    box-sizing: border-box;
}

.contact table td input {
	padding: 15px;
	border: 1px solid #ddd;
	background: #F8F8F8;
	font-size: 1em;
	cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
}

.contact table td input.short01 {
    width: 100%;
}

.contact table td textarea {
    width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	background: #F8F8F8;
	font-size: 1em;
	cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    appearance:none;
    -webkit-appearance:none;
}

.contact input,
.contact input::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contact input[type="submit"] {
    min-width: 360px;
    padding: 20px;
    color: #fff;
    background: #e53142;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.3em;
    box-sizing: border-box;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border:none;
}

#btob-contact .contact input[type="submit"] {
    color: #111 !important;
    background: #f8cf48 !important;
}

.contact input[type="submit"]:hover {
    background-color:#111;
    text-decoration: none;
}

#btob-contact .contact input[type="submit"]:hover {
    background-color:#1b4dad !important;
    color: #fff !important;
}

.contact input[type="button"] {
    min-width: 260px;
	padding: 20px;
    color: #111;
    background: #efefef;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.3em;
    box-sizing: border-box;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border:none;
}

.contact input[type="button"]:hover {
    background: #ddd;
}

input.wpcf7-back {
    margin-right: 10px !important;
    margin-bottom: 20px !important;
}

input.submit-go {
    margin-left: 10px !important;
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F8F8F8 inset;
}

span.ajax-loader {
    width: 0 !important;
    display: none !important;
}

.sent .contact-input-area{
    display: none !important;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

@media (max-width: 768px){

.contact table th {
    width: 100%;
    padding-bottom: 5px;
    display: block;
}

.contact table td {
    width: 100%;
    padding-top: 5px;
    display: block;
}

.contact input.wpcf7-tel {
    width: 100% !important;
}

input[type="submit"] {
	-webkit-appearance: none;
    min-width: 100% !important;
    padding: 20px 40px;
    font-weight: bold !important;
}

input[type="button"] {
	-webkit-appearance: none;
	min-width: 100% !important;
    padding: 20px 40px;
    font-weight: bold !important;
}

input.wpcf7-back {
    min-width: 47% !important;
    margin-right: 2% !important;
    margin-bottom: 20px !important;
}

input.submit-go {
    min-width: 47% !important;
    margin-left: 2% !important;
}
}

/*header*/
header#pr_lp01 {
    width: 100%;
    z-index: 1;
    background: #333;
    color: #fff;
}

.header-logo02 {
    width: 40%;
    padding: 25px 0;
}

.header-logo02 img {
    max-width: 152px;
}

.header-right02 {
    width: 50%;
}

.pr_lp01_tel strong {
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 10px;
}

.pr_lp01_tel span {
    font-size: 0.9em;
}

.pr_lp01_tel a,.pr_lp01_tel strong a {
    color: #fff;
}

@media (max-width: 1000px){
header#pr_lp01 {
    height: 80px;
    position: fixed;
}

.header-logo02 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 23px 0 20px 0;
    text-align: center;
}
}

/*box*/
.box1080 {
	clear: both;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.box930 {
	clear: both;
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}

.box880 {
	clear: both;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.box800 {
	clear: both;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.box680 {
	clear: both;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

@media (max-width: 768px){
.box1080 {
	padding-left:0 ;
	padding-right:0 ;
}
}

/*base*/
.base01 {
	clear: both;
	width: 100%;
}

@media (max-width: 768px){
.base01 {
	padding-left: 20px;
	padding-right: 20px;
    box-sizing: border-box;
}
}

/*flex*/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
}

.flex01,.flex03 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex02 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-ms-flex-direction : row-reverse;
    -webkit-flex-direction : row-reverse;
	flex-direction : row-reverse;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.flex-center {
    align-items: center;
}

.flex-center02 {
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px){
.flex03 {
	flex-direction: column-reverse;
}
}

/*title*/
.center {
	text-align:center;
}

.title-thanks {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    margin-bottom: 100px;
    font-weight: 600;
    line-height: 1.6;
}
.title-thanks:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #111;
}

@media (max-width: 768px){
.title-thanks {
    font-size: 1.4rem;
}
}

/*mb*/
.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb20pc {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

/*button*/
.button-thanks a {
    min-width: 360px;
    padding: 20px;
    color: #fff;
    background: #e53142;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.3em;
    box-sizing: border-box;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.button-thanks02 a {
    min-width: 360px;
    padding: 20px;
    color: #111;
    background: #f8cf48;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.3em;
    box-sizing: border-box;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.button-thanks a:hover,.button-thanks02 a:hover {
    text-decoration: none;
}

@media (max-width: 768px){
.button-thanks a,.button-thanks02 a {
    min-width: 100%;
    font-size: 1.1em;
    font-weight: 800;
}
}

/*section*/
.section-thanks {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*fadein
***************************************/
.fade {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;	
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}