@charset "utf-8";

/*csslint
important              : false //inportantの許可,
outline-none           : false //outolineの許可,
unique-headings        : false //h1~6繰り返し使用許可,
box-sizing             : false //box-sizingの許可,
universal-selector     : false //アスタリスクの使用許可,
order-alphabetical     : false //outolineの許可,
overqualified-elements : false //li.activeなどの「li部分」許可,
ids                    : false //セレクタIDの使用の許可,
box-model              : flase //border,paddingの警告,
qualified-headings     : false //見出しの修飾許可,
fallback-colors: false //カラー正式指定の解除,
*/

body{
	min-width: 100%;
	font-size:15px;
}
button,
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
	border-radius: 0;
}
/*ローディング画像
---------------------------------------------------------------------------*/
#loader {
	top: 40%;
}
/*ログインフォーム
--------------------------------------*/
.login_form{
	width: 95%;
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
.innerWrap{
	width: 100%;
}
.innerWrap2{
	width: 90%;
	padding-top:4em;
}
/*カラム設定
---------------------------------------------------------------------------*/
.flex_Crev{
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/*ANIMATION
---------------------------------------------------------------------------*/
.scrollBtn {
	width: 30px;
	left: calc(50% - 15px);
	bottom: 76px;
	-webkit-transform: translate(0, -5%);
	transform: translate(0, -5%);
}
/*header
---------------------------------------------------------------------------*/
.top header h1 {
	margin-top: 15px;
	left: 4%;
}
.top header h1 span{
	font-size: 10px;
	line-height: 9px;
}
/*スマホ用メニュー
--------------------------------------*/
.sp_menuBtn {
	color: #FFF;
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
.sp_menuBtn span.bar {
	display: block;
	height: 2px;
	background-color: #FFF;
	margin: 10px 0;
	transition: all 0.2s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sp_menuBtn .sp_menu_str {
	display: block;
	margin-left: -3px;
}
.sp_menuBtn .sp_close_str {
	letter-spacing: 0.08em;
	display: none;
}
.open .sp_menuBtn span.bar {
	width: 49px;
}
.open .sp_menuBtn .bar1 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.open .sp_menuBtn .bar2 {
	opacity: 0;
}
.open .sp_menuBtn .bar3 {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.open .sp_menuBtn .sp_menu_str {
	display: none;
}
.open .sp_menuBtn .sp_close_str {
	display: block;
	margin-left: -7px;
}
.menu {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	z-index: 999;
}
.open .menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
/*モーダル部分
--------------------------------------*/
.menu ul {
	display: table-cell;
	vertical-align: middle;
}
.menu li {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}
.open .menu li {
	opacity: 1;
}
.open .menu li:nth-of-type(1) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}
.open .menu li:nth-of-type(2) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}
.open .menu li:nth-of-type(3) {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}
.open .menu li:nth-of-type(4) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}
.open .menu li:nth-of-type(5) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}
.open .menu li:nth-of-type(6) {
	-webkit-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s;
}
.open .menu li:nth-of-type(7) {
	-webkit-transition: opacity 1s ease 1.1s;
	transition: opacity 1s ease 1.1s;
}
.menu li a {
	display: block;
	font-size: 20px;
	color: #fff;
}
.menu li a:hover {
	color: #999;
}

.open{
	position: fixed;
	width: 100%;
}
.open .main_visual,
.open #main_content,
.open footer {
	transition: all .2s ease-out;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
/*Main Visual
---------------------------------------------------------------------------*/
.top .main_visual .innerWrap2{
	padding-top: 0;
}
.top .intro .innerWrap{
	padding: 4%;
	margin-top: 12vw;
}
.top .intro .topInfo{
	font-size: 2.89vw;
	line-height: 4.34vw;
	margin-bottom: 20px;
}
.top .intro .topInfo i{
	font-size: 3.38vw;
	margin-right: 0.72vw;
}
.top .intro h2 {
	font-size: 5.62vw;
	line-height: 7.97vw;
	margin-bottom: 1.5vw;
}
.top .intro p.typistWrap {
	line-height: 11vw;
	width: 64%;
	margin-bottom: 4px;
}
.top .intro h4 {
	font-size: 4.2vw;
	line-height: 7vw;
	margin-bottom: 3.2vw;
}
.top .intro p.cmt {
	color: #FFF;
	font-size: 13px;
	font-family: "Rounded Mplus 1c", sans-serif;
	font-weight: 500;
	text-shadow: 0 0 6px #333;
}
/*仕事カウンター info_area
-------------------------*/
.top .main_visual .info_area .box {
	width: 23%;
	height: 19.32vw;
	margin-left: 2.66%;
}
.top .main_visual .info_area .box p {
	font-size: 5.79vw;
	padding-top: 0.966vw;
}
.top .main_visual .info_area .box h6 {
	font-size: 2.89vw;
}
.top .main_visual .info_area .boxImg{
	margin-left:0;
	margin-top: 2.66%;
}
/*Main
---------------------------------------------------------------------------*/
/*Catch
---------------------------------------*/
.catch {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
}
.catch_txt + .catch_txt {
	margin-top: 10px;
}
.catch_bold {
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 45px;
	letter-spacing: 1px;
}
.catch_bold span {
	font-size: 16px;
}
.catch_inner .gui {
	padding:0;
	width:100%;
}
.catch_inner .gui_box {
	margin:20px 0 0 0;
	border:2px solid #ffa002;
	border-radius:10px;
	padding : 20px 20px;
	overflow:auto;
	width:100%;
	float:left;
	text-align:center;
}
.catch_inner .gui_box .t1{
	color:#fff;
	font-size:28px;
	font-weight:bold;
}
.catch_inner .gui_box .t12{
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.catch_inner .gui_box .t2{
	color:#fff;
	font-size:18px;
	line-height:24px;
}
.catch_inner .gui_box .pic{
	margin: 30px 0 18px 0;
}
.catch_inner .gui_box_blank {
	overflow:auto;
	width:2%;
	float:left;
	display:none;
}
.catch_inner .gui_box .email {
	padding: 0;
	text-align:center;
	line-height:28px;
	vertical-align:middle;
	margin-bottom:0px;
}
.catch_inner .gui_box .email_txt{
	color:#ffa002;
	font-size:0.8em;
	font-weight:bold;
}
/*Section 共通
---------------------------------------*/
.top_section {
	padding: 30px 10px 50px;
}
.top_sectionTitle {
	font-size: 28px;
}



.process_orange {
	border: 2px solid #fea000;
	border-radius:10px;
	padding : 15px 15px;
	overflow:auto;
}
.process_box1 {
	width:35%;
	text-align:center;
	padding-top:15px;
	font-size:1.2em;
	color:#ffa002;
	font-weight:bold;
}
.process_box2 {
	width:65%;
	font-size:1em;
	text-align:left;
}
.process_box3 {
	width:100%;
	text-align:left;
	font-size:14px;
	padding-top:5px;
}
.process_circle {
	position:absolute;
	margin-top:-15px;
	margin-left:-15px;
	width:40px;
	height:40px;
	border-radius:50px;
	background-color:#ffa002;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
}
.process_arrow {
	width:100%;
	height:28px;
	text-align:center;
}
.process_txt01 {
	text-align:left;
	font-size:1.2em;
	color:#ffa002;
	font-weight:bold;
}
.process_txt02 {
	text-align:left;
	color:#111111;
	font-size:14px;
}
.process_red {
	color:#ff0000;
	font-size:14px;
}
.process_input {
	border:1px solid #111111;
	background-color: #ffffff;
	font-size: 18px;
	margin-top:5px;
	padding: 8px 10px;
	width: 100%;
}
.process_orange_btn {
	border-radius:10px;
	background-color:#fea000;
	color:#fff;
	text-align:center;
	width:100%;
	border:0px;
	height:80px;
	font-size:24px;
	font-weight:bold;
}
.process_gray {
	border-radius:10px;
	background-color:#e5e5e5;
	margin-top:28px;
	width:100%;
	height:190px;
	border:0px;
	padding:30px 30px 30px 30px;
}
.process_gray_box01 {
	width:50%;
	text-align:left;
	float:left;
	height:50px;
	font-size:20px;
	color:#111111;
	font-weight:bold;
}
.process_gray_box02 {
	width:50%;
	text-align:right;
	float:left;
	height:50px;
	font-size:20px;
	color:#111111;
	font-weight:bold;
}
.process_blacksolid_btn {
	margin-top:28px;
	border-radius:10px;
	color:#111111;
	text-align:center;
	width:100%;
	border:1px solid #111111;;
	height:60px;
	font-size:20px;
	font-weight:bold;
}
.process_redsolid_btn {
	margin-top:28px;
	margin-bottom:50px;
	border-radius:10px;
	color:#f30a0a;
	text-align:center;
	width:100%;
	border:2px solid #f30a0a;;
	height:60px;
	font-size:20px;
	font-weight:bold;
}
.mapWrap2{
	background-color: #fafafa;
	width:100%;
	min-height:300px;
	margin-bottom:50px;
}

.offer_wrap2{
	background-color:#fff;
	margin-left: 10px;
	padding:0 10px 0 10px;
	width:100%;
	min-height:800px;
}

.top_section_comparison, .top_section_useCase {
	clear:left;
}
.top_section_quoteTtl{
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 15px;
}
/*Map
--------------------*/
#map_area {
	height: 300px;
}
#map_area2 {
	height: 300px;
}

.top_quoteSubmit {
	width: 100%;
}
.top_quote_submitBtn {
	width: 100%;
	padding: 1.93vw 2.41vw;
	margin: 0 0 20px;
}
/*
.top_quote_submitBtn {
	width: 48%;
	font-size: 4.10vw;
	padding: 1.93vw 2.41vw;
}
.top_quoteSubmit .top_quote_submitBtn:last-of-type {
	margin-left: 3.62vw;
}
*/
/*
.map_wrap {
	max-width: 100%;
	min-width: 100%;
	margin: 30px auto;
}
#map_area {
	width: 100%;
	height: 300px;
	float: none;
}
.map_wrap #result {
	padding: 5px 10px;
	font-size: 16px;
}
#route-result {
	height: auto;
	max-height: 260px;
}
.map_side {
	width: 100%;
	height: auto;
	float: none;
	max-height: 300px;
}
#route-result::-webkit-scrollbar {
	width:5px;

}
#route-result::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
#route-result::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.adp-text {
	padding-left: 30px;
}
*/
/*top_section_quote
---------------------------------------*/
.top_sectionTitle_quote .arrow{
	display: block;
	transform: rotate(90deg);
}
.top_locationHead {
	width: 40px;
}
.top_locationSet p {
	margin-left: -45px;
	font-size: 3.55vw;
}
/*offer_wrap
--------------------*/
.offer_wrap {
	margin-bottom: 20px;
}
.offer_wrap #result {
	width: 100%;
	margin: 0 0 20px;
}
#basic_charge_area {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
#shipping_base_fare {
	padding-left: 0;
}
.offer_wrap > .flexCols + .ctm {
	text-align: left;
	line-height: 22px;
	margin-top: 10px;
}
.offer_wrap > .divisionWrap dd .cmt{
	font-size: 2.89vw;
	line-height: 4.34vw
}
.offer_wrap > .divisionWrap:last-of-type dl{
	letter-spacing: -.4em;
}
.offer_wrap > .divisionWrap:last-of-type dd{
	font-size:4.10vw;
	letter-spacing: normal;
	margin-left: 1.20vw;
	width: 48%;
}
.offer_wrap > .divisionWrap:last-of-type form {
	display: block;
}
.offer_wrap > .divisionWrap:last-of-type dl dd:first-of-type {
	margin-left: 0;
}
.offer_wrap > .divisionWrap:last-of-type dl dd:nth-of-type(-n+2) {
	margin-bottom: 10px;
}
.divisionWrap .prepa {
	font-size: 3.14vw;
}
.offer_btnWrap{
	margin: 0;
	width: 100%;
}
.offer_btn {
	line-height: 12.07vw;
	margin-left: 0;
	font-size: 4.10vw;
	padding: 0 2.41vw;
	display: inline-block;
	width: 48%;
}
button.offer_btn:first-of-type{
	margin-bottom: 0;
	margin-right: 4%;
}

/*sell
---------------------------------------*/
.sell_Item {
	padding: 20px;
}

.sell_Head {
	font-size: 80px;
}
.sell_Main {
	width: 100%;
	-webkit-flex-direction:column;
	flex-direction: column;
}
.sell_Desc {
	margin-top: 10px;
	text-align: center;
}
.sell_SummaryOuter {
	display: inline-block;
	text-align: left;
	font-size: 16px;
}
.timeData + .timeData {
	margin:0 auto;
}
.timeData {
	margin: 0 auto;
}
.timeDataOuter{
	-webkit-flex-direction:column;
	flex-direction: column;
}
.timeData + .timeData {
	margin-top: 20px;
}
.sell_Head {
	min-width: inherit;
}
/*三段目
-----------------------*/
.serviceImg {
	margin-top: 30px;
	text-align: center;
	-webkit-flex-direction:column;
	flex-direction: column;
}
.serviceImg_Item + .serviceImg_Item {
	margin-left: 0;
	margin-top: 30px;
}
.serviceImg_Caption {
	text-align: left;
}
/*comparison
---------------------------------------*/
.comparisonOuter {
	margin-top: 30px;
	padding: 15px 10px;
}
.comparison_Head {
	font-size: 18px;
	letter-spacing: 1px;
}
.comparison_Header .comparison_Head {
	font-size: 18px;
	letter-spacing: 1px;
}
.comparison_Body .comparison_Head {
	padding-right: 10px;
	padding-left: 0;
}
.comparison_Head-item {
	width: 18%;
}
.comparison_Head-service {
	width: 41%;
	text-align: center;
}
.comparison_Cell {
	vertical-align: top;
}
.comparison_Cell:first-of-type {
	padding-right: 10px;
}
.comparison_Evaluation {
	text-align: center;
	position: relative;
}
.comparison_Evaluation-bad {
	height: 50px;
}
.comparison_Evaluation-bad::before,
.comparison_Evaluation-bad::after {
	left: 50%;
	margin-left: -25px;
	top: 24px;
}
.comparison_Comment {
	font-size: 14px;
	margin-top: 10px;
	padding-left: 0;
}
.comparison_CommentWrap {
	-webkit-flex-direction:column;
	flex-direction: column;
}
.comparison_HeadInner {
	display: inline-block;
}
/*top_section_step
---------------------------------------*/
.top_step {
	flex-wrap: unset;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.top_step_Inner {
	margin: 20px 0 0;
	max-width: inherit;
	width: 100%;
}
.top_step_Desc {
	padding: 10px;
}
/*use_case
---------------------------------------*/
.use_case {
	padding: 25px 10px;
	margin-top: 30px;
}
.use_case_Head {
	font-size: 24px;
}
.top_checkPoint {
	margin-top: 20px;
}
.use_case_Summary{
	text-align: left;
}
.use_case_SummaryOuter {
	font-size: 16px;
}
.top_pointList {
	font-size: 16px;
}
.use_case_Sentence {
	display: inline;
}
.top_delivery_size{
	background: #fff;
	padding: 0;
}
.top_delivery_size .box {
	width: 100%;
}
.top_delivery_size .box .car_size_img {
	width: 75%;
}
.top_delivery_size .box .slideWrap {
	width: 50%;
	top: 15px;
}
/*top_faq
---------------------------------------*/
.top_faq_q,
.top_faq_a {
	line-height: 1.6;
}
.top_faq_q{
	font-size: 16px;
}
.top_faq_q::before {
	top: -1px;
}
dl.top_faq dd.top_faq_a:last-of-type{
	padding: 20px 20px 0 60px
}

/*infomation secInfo
--------------------------------------*/
.top_section.secInfo {
	padding: 0 4% 50px;
}
.secInfo .section_title {
	font-size: 5.79vw;
	line-height: 8.69vw;
	margin-bottom: 4.83vw;
}
.secInfo table th {
	font-size: 12px;
	padding:8px 0;
}
.secInfo table td {
	padding: 8px 0 8px 10px;
	font-size: 12px;
}
.secInfo table td span {
	font-size: 10px;
	width: 50px;
	height: 24px;
	line-height: 24px;
}
.secInfo .innerWrap::-webkit-scrollbar {
	width: 5px;
}
.secInfo .innerWrap::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #eee;
}
.secInfo .innerWrap::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #666;
}
/*top_contact
---------------------------------------*/
.top_contact_Head {
	font-weight: bold;
	font-size: 16px;
}
.top_contact_Tel {
	font-size: 28px;
}
.top_contact_Icon {
	font-size: 34px;
}
/*top_section_general
---------------------------------------*/
.top_section_general {
	padding: 20px 10px;
}
.top_section_general .cmt{
	font-size: 3.86vw;
}
/*ガタースライド
-----------------------*/
/*
.top_section_general .slideWrap {
	margin-top: 25px;
}
.top_section_general .multiSlide .slick-list {
	margin-right: -11px;
}
.top_section_general .multiSlide .slick-slide {
	margin-right: 11px;
}
*/
/*ページアップ
---------------------------------------------------------------------------*/
#page_top {
	right: 10px;
	bottom: 80px;
	color: #ffbe00;
	border: 1px solid #ffbe00;
	background-color: rgba(255, 190, 0,0.2);
}
/*FOOTER
---------------------------------------------------------------------------*/
.footer {
	padding: 20px 30px 80px;
}
.lower_layer .footer{
	padding:20px 15px 30px;
}
.footer nav {
	text-align: center;
	margin-bottom: 5px;
}
/*当日宅配便 index2
---------------------------------------------------------------------------*/
.index2 .catch_bold {font-size: 5.78vw;}
.index2 .catch_inner .gui_box {border: 2px solid #e80000;}
.index2 .top_delivery_size{background-color: #fff;}
.index2 .mapWrap2{min-height:300px;}
.index2 #map_area{height:300px;}
.index2 .top_delivery_size .box img:nth-of-type(2){
	margin-left: 0;
	margin-top: 10px;
}
/*下層ページ 共通ヘッダー
---------------------------------------------------------------------------*/
.low_Header {
	padding: 6px 2% 3px;
}
.hdr-Icon {
	font-size: 18px;
	line-height: 1;
}
.hdr_BtnText {
	display: none;
}
/*ログインページ
---------------------------------------------------------------------------*/
/*荷主アカウント登録
---------------------------------------------------------------------------*/
.shipper_Section{
	padding: 6% 4%;
}
/*ドライバーアカウント登録
---------------------------------------------------------------------------*/
.driver_form .driver_form_inner {
	width: 100%;
	padding: 0;
}
.driver_form .driver_form_inner .info {
	width: 100%;
	padding: 6% 4%;
}
.driver_form .driver_form_inner .info .title h2 {
	font-size: 4.5vw;
	margin-bottom: 4.166vw;
}
.driver_form .driver_form_inner .info .title p {
	font-size: 3.86vw;
}
.driver_form .driver_form_inner .info .feature h3 {
	font-size: 5.31vw;
	margin-bottom: 1.66vw;
}
.driver_form .driver_form_inner .info .feature ul li {
	font-size: 3.58vw;
	padding: 1.41vw 0;
}
.driver_form .driver_form_inner .info .feature {
	padding: 4.83vw 2.89vw;
}
.driver_form .driver_form_inner .info .driver_AppBox h3:before {
	margin-right: 3px;
}
.driver_form .driver_form_inner .info .driver_AppBox h3:after {
	margin-left: 3px;
}
.driver_form .driver_form_inner .info .tel {
	padding: 15px;
}
.driver_form .driver_form_inner .info .tel p{
	font-size: 3.61vw;
}
.driver_form .driver_form_inner .form {
	width: 100%;
	padding:6% 4%;
}
.signup.driver1 .driver_Title{
	margin-bottom: 1.38vw;
}
.driver_form .driver_form_inner div.form .inner {
	padding: 10% 4% 1%;
}
.driver_form .driver_form_inner div.form .inner .ttl {
	font-size: 4.83vw;
	margin-bottom: 8.45vw;
}
.driver_form .driver_form_inner div.form .inner img {
	margin-bottom: 6vw;
}
.driver_form .driver_form_inner div.form .inner .memo {
	font-size: 3.62vw;
	margin-bottom: 12vw;
}
.driver_form .driver_form_inner .form .form_box .form_area input[type="file"] {
	margin-left: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	padding: 5px;
	width: 100%;
}
/*荷主アカウント登録 ドライバーアカウント登録 確認フォーム check_from
---------------------------------------------------------------------------*/
.signup .check_mainInner {
	padding: 6% 4%;
}
.signup .check_from table th,
.signup .check_from table td {
	display: block;
	width: 100%;
	border-bottom: none;
}
.signup .check_from table tr:last-of-type td{
	border-bottom: 1px solid #ccc;
}
/*法人ユーザー登録完了画面
---------------------------------------------------------------------------*/
.comp-reg_Section  {
	padding: 6% 4%;
}
.comp-reg_Section .table_type01{
	border: none;
}
.comp-reg_Section .table_type01 th,
.comp-reg_Section .table_type01 td {
	display: block;
	width: 100%;
	border-bottom: none;
}
.comp-reg_Section .table_type01 tr:last-of-type td{
	border: 1px solid #e9e9e9;
}
.comp-reg_Section .app-info {
	padding: 10% 4% 1%;
}
.comp-reg_Section .app-info h4{
	font-size: 4.83vw;
}
.comp-reg_Section .app-info img {
	margin-bottom: 6vw;
}
.comp-reg_Section .app-info p.memo {
	font-size: 3.62vw;
	margin-bottom: 12vw;
}
/*会社概要
---------------------------------------------------------------------------*/
.company_Section {
	padding: 6% 4%;
}
.company .table_type01{
	border: none;
}
.company .table_type01 th,
.company .table_type01 td {
	display: block;
	width: 100%;
	border-bottom: none;
}
.company .table_type01 tr:last-of-type td{
	border: 1px solid #e9e9e9;
}

/*お問い合わせ
---------------------------------------------------------------------------*/
.contact_note{
	font-size: 14px;
	margin-bottom: 15px;
}
.contact_Section {
	padding: 6% 4%;
}
.contact .table_type01{
	border: none;
}
.contact .table_type01 th,
.contact .table_type01 td {
	display: block;
	width: 100%;
	border-bottom: none;
}
.contact .table_type01 tr:last-of-type td{
	border: 1px solid #e9e9e9;
}
.contact .submit .btnsub {
	width: 100%;
}
.contact .submit span{
	font-size: 15px;
}
/*お問い合わせ用FAQ
---------------------------------------*/
.contact_faq_q,
.contact_faq_a {
	line-height: 1.6;
}
.contact_faq_q{
	font-size: 16px;
	padding: 12px 50px 12px 54px;
}
.contact_faq_q::before {
	font-size: 28px;
}
.contact_faq_a{
	padding: 12px 20px 12px 54px;
}
.contact_faq_a::before{
	font-size: 28px;
	top:3px;
}

/*etc
---------------------------------------------------------------------------*/
.pc {display: none!important;}
.sp {display: block!important;}
@media screen and (max-width: 375px){
	.top_title_Logo span {
		font-size: 11px;
	}
	.top .intro .innerWrap {
		margin-top: 18vw;
	}
	.top .intro p.cmt {
		font-size: 11px;
	}
	.catch_txtInner {
		font-size: 14px;
	}
	#basic_charge_area + .ctm {
		font-size: 13px;
	}
	.disNone_375{
		display: none;
	}
	.driver_form .driver_form_inner .info .tel .btnContact {
		font-size: 5.31vw;
	}
}
@media screen and (max-width: 360px){
	.top header h1 {
		margin-top: 10px;
	}
	.top header h1 span{
		font-size: 9px;
	}
	.top_title_Copy {
		font-size: 15px;
	}
	.top_title h2 {
		font-size: 26px;
		line-height: 40px;
	}
	.top_contact_Tel {
		padding: 10px 2px;
	}
	.low_Header h1 span {
		font-size: 9px;
		line-height: 9px;
	}
}

@media screen and (max-width: 320px){
	.login_form button {
		width: 70px;
	}
	.top_title_Logo span {
		font-size: 10px;
	}
	.top .intro .innerWrap {
		margin-top: 26vw;
	}
	.top .intro p.cmt{
		margin-bottom: 5px;
		line-height: 16px;
		font-size: 10px;
	}
	.top .appIntro {
		margin-top: 5px;
	}
	.top_menu_Link {
		font-size: 12px;
	}
	.catch_bold {
		font-size: 24px;
	}
	.catch_txtInner {
		font-size: 12px;
	}
}