@charset "utf-8";

/*共通*/
/*下層ページ*/
.low_kv {
    margin: 7em auto;
    margin-top: 7em;
}
h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #00345b;
}
/*---------------------------------
送迎請負サービス
---------------------------------*/
p.sub_tit {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #00a9e0;
    background-color: #e0f7ff;
    border-radius: 50px;
    display: table;
    padding: 5px 40px;
    margin: 0 auto;
    letter-spacing: 0.1em;
}
p.service_tit {
    width: 100%;
    max-width: 493px;
    margin: 0 auto;
    position: absolute;
    height: 265px;
    top: -40px;
    left: 0;
    right: 0;
}
.service_wrap {
    width: 100%;
    background-color: #f1f8fc;
	padding-bottom: 8em;
}

.service_wrap li {
    width: 30%;
    display: inline-block;
    border: 4px solid #00a9e0;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    margin-right: 3em;
    padding: 40px 0;
}
.service_wrap li:last-child{
	margin-right: 0;
}
.se_inner{
position: relative;	
	width: 100%;
    height: 250px;
}
.service_wrap dt {
    width: 100px;
    margin: 0 auto;
}
p.s_tit {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #00345b;
}
p.s_subtit {
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
    color: #00a9e0;
}
.problem_wrap {
    margin: 10em 0;
}
h3.problem_tit {
    max-width: 684px;
    width: 100%;
    margin: 0 auto;
}
ul.p_list.cf li{
	display: inline-block;
	width: 22%;
	margin-right: 1em;
}
ul.p_list.cf li:last-child{
margin-right: 0;	
}
ul.p_list.cf li {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin-right: 1em;
}
ul.p_list.cf {
    margin: 2em 0 3em;
}
.pickup1 {
    height: 380px;
    margin: 0 auto;
    background: url(../../pickup/img/push1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.pickup2 {
    height: 380px;
    margin: 0 auto;
    background: url(../../pickup/img/push2.jpg);
    background-repeat: no-repeat;
    background-position:  center;
}
.pickup3 {
    height: 360px;
    margin: 0 auto;
    background: url(../../pickup/img/push3.jpg);
    background-repeat: no-repeat;
    background-position:  center;
}
.pickup4 {
    height: 360px;
    margin: 0 auto;
    background: url(../../pickup/img/push4.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
p.rink a {
    display: block;
    width: 25%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    margin: 0 auto;
    background-color: #00a9e0;
    background-image: url(../../pickup/img/next2.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
h3.merit_tit {
    width: 100%;
    max-width: 1035px;
    margin: 0 auto 1em;;
}
.m_left {
    width: 50%;
    float: left;
    display: inline-block;
}
.m_right {
    width: 50%;
    float: right;
    display: inline-block;
}
.number {
 height:80px;
 width:80px;
 border-radius:100%;
 line-height:80px;
 text-align:center;
	background-color: #e0f7ff;
	margin-bottom: 1em;
}
.number span{
	font-size: 36px;
	color:#00a9e0;
	font-family: 'Roboto';
	font-weight: bold;
}
p.merit_text {
    color: #00345b;
    font-size: 18px;
    font-weight: bold;
}
span.boder {
    font-size: 30px;
	background: linear-gradient(transparent 0%, transparent 50%, #e0f7ff 50%, #e0f7ff 100%);
  font-weight: bold;
}
.merit.cf {
    margin-bottom: 6em;
}
.delivary {
    margin: 10em 0 0 0;
}
h3 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #00345b;
    margin-bottom: 20px;
}
p.de_text {
    text-align: center;
    font-size: 18px;
    color: #00345b;
}
p.de_text span {
	color: #00a9e0;
	font-weight: bold;
}
.list_dl {
    border: 2px solid #00a9e0;
    border-radius: 5px;
    overflow: hidden;
	height: 480px;
}
.list_dl dt {
    font-size: 1.6rem;
    height: 60px;
}
.list_dl dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00a9e0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
}
.list_dl dd {
    padding: 15px 20px 30px;
}
span.small {
    font-size: 18px;
    margin-left: 5px;
}
.list_dl dd li{
font-size: 18px;
height: 48px;
padding-left: 50px;
padding-top: 15px;
color: #00345b;	
background-image: url("../../pickup/img/check.png");
background-repeat: no-repeat;
background-position: left;
	
}
ul.de_list.cf .check_li{
	width: 49%;
	display: inline-block;
	float: left;
	margin-right: 1em;
}
ul.de_list.cf .check_li:last-child{
margin-right: 0;	
}
ul.de_list.cf {
    margin: 1em auto 4em;
}
.compare {
    margin: 10em 0;
}
h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #00345b;
    font-weight: bold;
}
h5:before, h5:after {
  border-top: 1px solid;
  content: "";
  width: 31%; /* 線の長さ */
}
h5:before {
  margin-right: 1em; /* 文字の右隣 */
}
h5:after {
  margin-left: 1em; /* 文字の左隣 */
}
p.com_img {
    margin: 3em auto 0;
    width: 100%;
    max-width: 1152px;
}
p.compere_img {
    width: 100%;
    max-width: 858px;
    margin: 0 auto;
}
.service_flow {
    margin-bottom: 10em;
}
p.flow_img {
    max-width: 1199px;
    width: 100%;
    margin: 0 auto;
}
.flow {
    margin-bottom: 10em;
}
.flow_wrap {
    width: 100%;
    background-color: #00a9e0;
	padding: 5em 0;
}
h3.white {
    color: #fff;
}
h5.white_h5 {
    color: #fff;
	margin-bottom: 1em
}
dl.fee {
    border-radius: 5px;
    overflow: hidden;
}
/*dl.fee dt {
    font-size: 1.6rem;
    height: 60px;
}*/
dl.fee dt {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00a9e0;
    background-color: #dff1f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
	padding: 10px 0;
}
dl.fee dd {
    padding: 10px 20px 30px;
	background-color: #fff;
}

.fee_tit{
    font-size: 60px;
    text-align: center;
    color: #f2eb0e;
    font-weight: bold;
    font-family: none;
    -webkit-text-stroke: 1px #00a9e0;
    text-stroke: 1px #FFF;
	line-height: 1.5;
}
p.care {
    font-size: 16px;
	text-align: center;
	color: #00345b;
}
span.yen {
    font-size: 30px;
    color: #000;
    color: #00a9e0;
    border: none;
    -webkit-text-stroke: 0px;
}
ul.case_list.cf {
    margin-top: 6em;
}
ul.case_list li {
    padding: 0 15px 25px 15px;
    width: 28%;
    float: left;
    display: inline-block;
    margin-right: 3em;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 10px;
	height: 320px;
}
ul.case_list li:last-child{
margin-right: 0;	
}
.case {
    margin: 10em 0 3em 0;
}
p.case_icon {
    width: 100%;
    max-width: 90px;
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    margin: auto;
}

p.case_sub_tit {
    text-align: center;
    color: #ccc;
    font-size: 24px;
    font-weight: bold;
	padding-top: 2em;
}
p.case_tit {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #00a9e0;
	line-height: 1.5;
    margin-bottom: 10px;
	
}
p.case_text {
    font-size: 16px;
}

h5.white2_h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 2em;
}
/*---------------------------------
倉庫預かり・物流加工
---------------------------------*/
.acting_wrap {
    margin: 10em 0;
}
p.ac_text {
    font-size: 21px;
    text-align: center;
    color: #00345b;
}
ul.ac_flow li{
	background-color: #f1f8fc;
	margin-bottom: 5em;
	padding: 15px;
	position: relative;
}
ul.ac_flow li:after {
	 content: url("../../garage/img/darrow.png") ;
    background-repeat: no-repeat;
    width: 40px;
    position: absolute;
    bottom: -35%;
    left: 2.5%;
	margin: auto;}
ul.ac_flow li dl{
	display: flex;
}
ul.ac_flow li dl dt{
	width: 20%;
	max-width: 80px;
}
ul.ac_flow li dl dd {
    font-size: 30px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
    color: #00345b;
}
ul.ac_flow li:last-child:after{
	content: none;
}
ul.situ_list {
    width: 46%;
    margin: 0 auto;
}
p.situ_tit {
    width: 100%;
    max-width: 494px;
    margin: 0 auto;
}
.situ_list li {
    font-size: 18px;
    height: 48px;
    padding-left: 50px;
    padding-top: 15px;
    color: #00345b;
    background-image: url(../../pickup/img/check.png);
    background-repeat: no-repeat;
    background-position: left;
}
.garage_pickup1 {
    height: 556px;
    margin: 0 auto;
    background: url(../../garage/img/push1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
p.mer_subtit {
    font-size: 30px;
    font-weight: bold;
    color: #00a9e0;
}
.garage_flow {
    background-color: #00a9e0;
    margin: 10em 0;
    padding: 4em 0;
}
p.case_tit2 {
    font-size: 21px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    background-color: #eee;
    border-radius: 10px;
    padding: 15px 0;
    margin-bottom: 1em;
}
.case_inner {
    margin-bottom: 6em;
}
.garage_address {
    margin: 10em 0 0 0;
}
.garage_address li {
    width: 100%;
    border: 4px solid #eee;
    border-radius: 10px;
    margin-bottom: 2em;
    padding: 10px 20px;
}
.garage_address dl.cf {
    display: flex;
	padding: 5px 0;
}
.garage_address dl dt {
    color: #00a9e0;
    font-weight: bold;
    width: 5%;
}
.temperature {
    background-color: #00a9e0;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    padding: 5px 20px;
}
p.tem_text {
    color: #00a9e0;
}
.ec {
    background-color: #eaf8fd;
    padding: 15px ;
	border-radius: 10px;
	margin-top: 1em;
}
p.ec_tit {
    color: #00345b;
    font-weight: bold;
    font-size: 18px;
}
h6 {
    font-size: 20px;
    font-weight: bold;
    color: #00345b;
}
span.blue {
    color: #00a9e0;
}
ul.ac_flow {
    margin-top: 2em;
}

/*---------------------------------
軽運送事業
---------------------------------*/
table.Table {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
th.Table-Head-Row-Cell1 {
    padding: 15px 0;
    font-size: 24px;
    text-align: center;
    width: 50%;
    background-color: #dff1f9;
    color: #00a9e0;
	border-radius: 10px 0 0 0;
}
th.Table-Head-Row-Cell2 {
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
    width: 50%;
    background-color: #dff1f9;
    color: #00a9e0;
	border-radius: 0 10px 0 0;
}
td.Table-Body-Row-Cell {
    text-align: center;
    font-size: 24px;
    color: #00a9e0;
    font-weight: bold;
    padding: 20px 0;
}
.delivery_pickup1 {
    height: 556px;
    margin: 0 auto;
    background: url(../../delivery/img/push1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.delivery_pickup2 {
    height: 360px;
    margin: 0 auto;
    background: url(../../delivery/img/push2.jpg);
    background-repeat: no-repeat;
    background-position:  center;
}
.fee_tit2 {
    font-size: 60px;
    text-align: center;
    color: #f2eb0e;
    font-weight: bold;
    font-family: none;
    -webkit-text-stroke: 1px #00a9e0;
    text-stroke: 1px #FFF;
    line-height: 1.5;
}
/*---------------------------------
プライバシーポリシー
---------------------------------*/

.page-intro-text {
    margin-top: 20px;
}
.page-intro-text {
    line-height: 1.5;
    margin: 1em 0 3em 0;
	text-align: center;
}
.privacy-policy-list-item + .privacy-policy-list-item {
    margin-top: 60px;
}
.privacy-policy-list-item dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00a9e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 16px;
}
.privacy-policy-list-item dt::before {
	background: url("../../privacy/img/icon.png") no-repeat center center/contain; 
	content: '';
    display: block;
    height: 20px;
    margin-right: 5px;
    width: 11px;
}
.privacy-policy-list-item dd {
    margin-top: 15px;
}
.privacy-policy-list-item .indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.privacy-policy-list-item dd .link-btn {
    margin-top: 25px;
}
.link-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #00a9e0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 6rem;
    justify-content: center;
    letter-spacing: 0.1em;
    width: 20rem;
}

/*---------------------------------
会社概要
---------------------------------*/
h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #00a9e0;
    padding: 15px 0;
    border-bottom: 2px solid;
    border-top: 2px solid;
	margin-bottom: 1em;
}
.com_inner {
    width: 80%;
    margin: 0 auto;
}
.com_inner dl{
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
}
.com_inner dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #00a9e0;
    width: 20%;
}
.com_inner dl dd{
	font-size: 16px;
}
.com_inner dl dd a{
	color: #00a9e0;
    font-weight: bold;
    text-decoration: underline;
}
p.google a {
    color: #00a9e0;
    font-weight: bold;
    text-decoration: underline;
}
.company_wrap {
    margin-bottom: 10em;
}
.map_wrap {
    margin-bottom: 10em;
}
p.idea_tit {
    width: 100%;
    max-width: 812px;
    margin: 0 auto;
}
ul.idea_list.cf li {
    width: 31%;
    display: inline-block;
	float: left;
    margin-right: 2.5em;
    background-color: #fff;
    border-radius: 20px;
    height: 540px;
	box-shadow: 2px 6px 6px rgb(153 151 151 / 75%);
}
ul.idea_list.cf li:last-child{
	margin-right: 0;
}
p.idea_subtit {
    width: 100%;
    max-width: 162px;
    margin: 0 auto;
    padding: 20px 0;
}
p.idea_text1 {
    color: #00345b;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    /* line-height: 1.5; */
}
ul.idea_list.cf li dt img{
	border-radius: 20px 20px 0 0;}

	ul.idea_list.cf {
    margin: 1em 0 0 0;
}
p.idea_text2 {
    padding: 5px 25px;
}
.idea_wrap {
    margin-bottom: 10em;
}
.ceo_img {
    width: 45%;
    float: left;
    display: inline-block;
}
.ceo_message {
    width: 50%;
    float: right;
    display: inline-block;
}
p.message_tit {
    font-size: 24px;
    color: #00a9e0;
}
p.name {
    text-align: right;

}
p.name img {
	max-width: 162px;}
.message_text {
    font-size: 18px;
    margin-bottom: 2em;
	background-image: url("../../company/img/Message.png");
	background-position: right bottom;
}
.message_text {
    height: 300px;
    font-size: 18px;
    margin-bottom: 1em;
    background-image: url(../../company/img/Message.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
/*---------------------------------
お問い合わせ
---------------------------------*/
/*.contact-form dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-form dt {
    display: block;
    padding-top: 20px;
    width: 140px;
}
.contact-form dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
}
.contact-form dt .required {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #94131e;
    border-radius: 1.2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem;
    height: 2.4rem;
    justify-content: center;
    letter-spacing: 0.2em;
    margin-left: 1rem;
    width: 5rem;
}*/
p.contactform_text {
    text-align: center;
    margin: 2% 0;
    font-size: 14px;
    color: #343434;
}
dl.form_dl {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}
dl.form_dl dt {
    width: 15%;
    display: inline-block;
    padding-top: 10px;
}
dl.form_dl dd {
    width: 80%;
    display: inline-block;
}
.req {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #00a9e0;
    border-radius: 1.2rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 1.5rem;
    justify-content: center;
    letter-spacing: 0.2em;
    width: 3rem;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 20px 15px;
    margin: 10px 10px 30px 0px;
    background-color: #f5f6f7;
    border: 1px solid #ccc;
}
input[type="checkbox"] {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}
span.wpcf7-list-item-label {
    font-weight: initial;
    position: absolute;
    width: 250px;
    top: 4%;
}
input[type="submit"] {
    background-color: #00a9e0;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    padding: 1.2em 2em;
    text-shadow: none;
    width: 30%;
    margin: 0 auto 1em;
	border-radius: 50px;
}
.wpcf7-response-output {
    font-size: 18px;
    margin: 1em 0;
    color: red;
    font-weight: bold;
}
label {
    color: #343434;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
    font-size: 16px;
    position: relative;
}
.form_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
p.rink_privacy {
    margin: 2em 0;
}
p.rink_privacy a{
	color: #00a0e9;
	text-decoration: underline;
}
.screen-reader-response {
    color: red;
    margin-bottom: 10px;
}
/* ■02.横幅1200px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1000px) and (max-width:1200px) {
    /* ▼PC用================================================================== */
	
    /* ▲PC用================================================================== */
}

/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1000px) {
    /* ▼Tab用================================================================= */
	
	
	
    /* ▲Tab用================================================================= */
}

/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
    /* ▼SP用================================================================ */
h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;}
p.sub_tit {
    font-size: 14px;}
.inner {
    width: 90%;}
.low_kv {
    /* margin: 7em auto; */
    margin-top: 7em;
    margin-bottom: 5em;
}
p.service_tit {
    width: 90%;
    height: 165px;
    
}
.service_wrap li {
    width: 100%;
    border: 3px solid #00a9e0;
    background-image: url(../img/next.png);
    background-position: right 10px bottom 10px;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 20px 0;
}
	.se_inner {
    height: 140px;
}
p.s_tit {
    font-size: 21px;}
.service_wrap dt {
    width: 80px;
    margin: 0 auto;
}
.service_wrap {
    width: 100%;
    padding-bottom: 4em;
}
.problem_wrap {
    margin: 5em 0;
}
ul.p_list.cf {
    margin: 0;
}
ul.p_list.cf li {
    display: inline-block;
    width: 47%;
    margin-right: 1em;
	margin-bottom: 1em;
}
	ul.p_list.cf li:nth-child(2){
		margin-right: 0;
	}
h3.problem_tit {
  line-height: 1.2;
	margin-bottom: 1em;
}
p.rink a {
    display: block;
    width: 95%;
    font-size: 21px;
    }
.pickup1 {
    height: 300px;
    margin: 0 auto;
    background: url(../../pickup/img/push1sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	.pickup2 {
    height: 300px;
    margin: 0 auto;
    background: url(../../pickup/img/push2sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	.pickup3 {
    height: 300px;
    margin: 0 auto;
    background: url(../../pickup/img/push3sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	.pickup4 {
		width: 90%;
    height: 230px;
    margin: 0 auto;
    background: url(../../pickup/img/push4sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	.m_left {
    width: 100%;
    float: none;
    display: block;
	margin-bottom: 2em;
}
.number {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #e0f7ff;
    margin-bottom: 1em;
}
.number span {
    font-size: 30px;}
p.merit_text {
   
    font-size: 18px;
   
}
span.boder {
    font-size: 21px;}
.m_right {
    width: 100%;
    float: none;
    display: block;
	margin-bottom: 4em;
}
	.merit.cf {
    margin-bottom: 0;
}
.m_right.mbnone {
    margin-bottom: 0;
}
	h3 {
    font-size: 24px;}
ul.de_list.cf .check_li {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 1em;
}
.list_dl dt {
    font-size: 21px;
}
.list_dl dd li {
    font-size: 16px;
    height: 48px;
    padding-left: 40px;
    padding-top: 15px;
    color: #00345b;
    background-image: url(../../pickup/img/check.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px;
}
	.list_dl {
    height: auto;
}
.list_dl dd {
    padding: 8px;
}
ul.de_list.cf {
    margin: 1em auto 0;
}
h5 {
    font-size: 16px;
	text-align: center;
}
	dl.fee dt {
    font-size: 21px;}
.fee_tit {
    font-size: 50px;}
.flow_wrap {
    width: 100%;
    background-color: #00a9e0;
    padding: 3em 0;
}
.flow {
    margin-bottom: 5em;
}
ul.case_list li {
    padding: 0 15px 25px 15px;
    width: 90%;
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 5em;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 10px;
    height: auto;
}
p.case_icon {
    width: 100%;
    max-width: 80px;}
p.case_sub_tit {
    text-align: center;
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    padding-top: 3em;
}
p.case_tit {
    text-align: center;
    font-size: 21px;}
h5.white2_h5 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}

	p.de_text {
    text-align: left;
	font-size: 16px;}
.delivary {
    margin: 5em 0 0 0;
}
.compare {
    margin: 5em 0;
}
p.com_img {
    margin: 1em auto 0;}
.service_flow {
    margin-bottom: 5em;
}
h5:before, h5:after {
    border-top: 1px solid;
    content: "";
    width: 5%;
}
.case {
    margin: 5em 0 0 0;
}
	ul.case_list.cf {
    margin-top: 4em;
}
ul.case_list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
	.acting_wrap {
    margin: 5em 0;
}
	p.ac_text {
    font-size: 16px;
    text-align: left;
}
	ul.ac_flow li dl dd {
    font-size: 21px;
		padding-left: 10px;}
ul.ac_flow li:after {
    content: url(../../garage/img/darrow.png);
    content: 20px;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    bottom: -45%;
    left: 7%;
    margin: auto;
}
	
	ul.situ_list {
    width: 100%;
    margin: 0 auto 2em;
}
	.garage_pickup1 {
    height: 280px;
    margin: 0 auto;
    background: url(../../garage/img/push1sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	p.mer_subtit {
		font-size: 21px;}
p.mer_subtit br {
    display: none;
}
	.garage_flow {
    margin: 5em 0;
    padding: 4em 0;
}
	p.ac_text {
    font-size: 14px;
    text-align: left;
}
	h6 {
		font-size: 18px;}
p.ec_tit {
    font-size: 14px;
	}
	.garage_address dl dt {
    width: 100%;
    text-align: center;
}
	.garage_address dl dd {
    text-align: center;
}
	.temperature {
    background-color: #00a9e0;
    color: #fff;
    display: block;
    border-radius: 40px;
    padding: 5px 20px;
    margin: 0 auto 10px;
    width: 50%;
}
	.garage_address li {
    width: auto;
    border: 4px solid #eee;
    border-radius: 10px;
    margin-bottom: 2em;
    padding: 20px 0;
}
	p.situ_tit {
    width: 90%;
}
	.ec {
		margin-bottom: 20px;}
.case_inner.mbnone {
    margin-bottom: 0;
}
	.garage_address dl.cf {
		display: block;}
	.delivery_pickup1 {
    height: 300px;
    margin: 0 auto;
    background: url(../../delivery/img/push1sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	.delivery_pickup2 {
    height: 360px;
    margin: 0 auto;
    background: url(../../delivery/img/push2sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	th.Table-Head-Row-Cell1 {
		font-size: 16px;}
	th.Table-Head-Row-Cell2 {
		font-size: 16px;}
td.Table-Body-Row-Cell {
	font-size: 16px;}
.fee_tit2 {
    font-size: 20px;
    text-align: center;
    color: #f2eb0e;
    font-weight: bold;
    font-family: none;
    -webkit-text-stroke: 0px #00a9e0;
    text-stroke: 0px #FFF;
    line-height: 1.5;
}
	h4 {
		font-size: 21px;}
.com_inner {
    width: 100%;
    margin: 0 auto;
}
	.com_inner dl {
    display: block;
		padding: 15px 0;}
.com_inner dl dt {
    width: 100%;
}
	.company_wrap {
    margin-bottom: 5em;
}
	.map_wrap {
    margin-bottom: 5em;
}
	ul.idea_list.cf li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-right: 2.5em;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 2.5em;
    height: auto;
    padding-bottom: 20px;
    box-shadow: 2px 6px 6px rgb(153 151 151 / 75%);
}
	.idea_wrap {
    margin-bottom: 5em;
}
	.ceo_img {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 2em;
}
	.ceo_message {
    width: 100%;
    float: none;
    display: block;
}
	.message_text {
    height: 420px;
    font-size: 16px;
    margin-bottom: 1em;
}
	.form_inner {
		width: 90%;}
dl.form_dl {
    display: block;
}
	label {
    font-size: 14px;
}
	dl.form_dl dt {
    width: 100%;
    display: block;
    padding-top: 0;
}
	.req {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: initial;
    display: -ms-flexbox;
    font-size: 12px;
    height: 1.5rem;
    justify-content: center;
    letter-spacing: 0.2em;
    padding: 2px 10px;
    margin-left: 8px;
}
	input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 97%;
    padding: 10px 0px 10px 10px;
    margin: 0px 0px 30px 0px;
    border: none;
    border-radius: 5px;
}
	dl.form_dl dd {
    width: 100%;
    display: block;
}
	p.contactform_text {
    margin: 2% 0 8% 0;
}
	input[type="submit"] {
    width: 80%;
}
    /* ▲SP用================================================================ */
}
/* ■04.横幅0px以上、320px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:360px) {
    /* ▲SP横用================================================================ */
}
