@charset "utf-8";

/*
Theme Name: お引越しランナーPC
Theme URI: 
Description: 
Version:
Author: 
Author URI: 
*/

/* CSS Document */

body {
	font-family: 'EB Garamond','Sawarabi Gothic','PT Sans','Sawarabi Mincho','Yu Gothic', '游ゴシック体', 'YuGothic', 'sans-serif';
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
a {
	text-decoration:none;
	color:#333;
	margin:0;
	padding:0;
}

li{
	margin:0; padding:0;
}

p,h1,h2,h3,h4,h5,h6,h7,tr,th,td {
	margin:0;
	font-weight: normal;
	color: #707070;
}

ol, ul {
    list-style: none;
	padding:0;
	margin: 0
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.clear {
	clear: both;
}


/* ---------- ヘッダー ----------*/

#header{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
	background-color: #ffffff;
	opacity: 0.98;
    box-shadow: 0 0 3px 0 #cecece;
}
#header_in{
    width: 94%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 3%;
	overflow: hidden;
}
.header_logo{
	width: 200px;
	float: left;
	height: 30px;
	padding: 20px 0;
}
.header_logo img{
	height: 30px;
}
.header_nav{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width: calc(100% - 460px);
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 20px 0;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
}
.header_nav li{
	text-align: center;
	display: inline-block;
	padding: 0 3%;
}
.header_tel{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width: 120px;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}
.header_tel a{
	width: 120px;
	display: block;
	color: #ffffff;
	background-color: #4c4d55;
	height: 50px;
	border-radius: 5px;
}
.header_quote{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width: 120px;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}
.header_quote a{
	width: 120px;
	display: block;
	color: #ffffff;
	background-color: #4c4d55;
	height: 50px;
	border-radius: 5px;
}

/* ---------- メイン ----------*/
#eyecatch{
	width: 100%;
	padding-top: 70px;
}
#eyecatch img{
	width: 100%;
}

#system{
	width: 100%;
	max-width: 1050px;
	margin: 80px auto 10px auto;
}
.system_in_text{
	width: 86%;
	margin: 0 auto;
}
.system_in_text h2{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.system_in_text p{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	color: #545454;
	text-align: center;
	margin-bottom: 30px;
	line-height: 2.1;
}

#contents2{
	width: 100%;
	position: relative;
	padding: 70px 0 80px 0;
}
.contents2_back{
	position: absolute;
    width: 35%;
    height: 340px;
    background-color: #539379;
	z-index: -1;
}
.contents2_in{
	width: 86%;
	max-width: 970px;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
}
.contents2_in_img{
	width: 60%;
	float: left;
}
.contents2_in_img img{
	height: 260px;
	border-radius: 20px;
	margin-left
}
.contents2_in_text{
	width: 40%;
	float: left;
}
.contents2_in_text img{
	width: 70%;
	margin-top: -20px;
}
.contents2_in_text h2{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 20px;
}
.contents2_in_text p{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	color: #545454;
	line-height: 2.1;
	margin-bottom: 15px;
}
.contents2_in_link{
	text-align: center;
	margin-top: 20px;	
}
.contents2_in_link a{
	width: 60%;
	display: block;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	background-color: #4c4d55;
	padding: 15px 0;
	border-radius: 5px;
}
.contents2_box{
	width: 100%;
	margin-top: 120px;
}
.contents2_box ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.contents2_box li{
	width: 23%;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 20px;
}
.contents2_box p{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #00a4e4;
    font-weight: 700;
	font-size: 15px;
	margin-bottom: 5px;
}
.contents2_box h2{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 700;
	font-size: 15px;
	margin-bottom: 15px;
    letter-spacing: 2px;
}
.contents2_box h3{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.8;
    letter-spacing: 2px;
	color: #545454;
}

#contents3{
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
.contents3_back{
	position: absolute;
    width: 35%;
    height: 340px;
	right: 0;
    background-color: #B2DDAF;
	z-index: -1;
}
.contents3_in{
	width: 86%;
	max-width: 970px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.contents3_in_text{
	width: 40%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.contents3_in_text img{
	width: 70%;
	margin-top: -20px;
}
.contents3_in_text h2{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 20px;
}
.contents3_in_text p{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	color: #545454;
	line-height: 2.1;
}
.contents3_in_link{
	text-align: center;
	margin-top: 20px;	
}
.contents3_in_link a{
	width: 60%;
	display: block;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	background-color: #4c4d55;
	padding: 15px 0;
	border-radius: 5px;
}
.contents3_in_img{
	width: 60%;
	float: left;
	text-align: right;
}
.contents3_in_img img{
	height: 260px;
	border-radius: 20px;
}

#contents4{
	width: 86%;
	max-width: 1050px;
	margin: 0 auto;
	margin-bottom: 80px;
	text-align: center;
}
#contents4 ul{
	padding: 0 16%;
	margin-bottom: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
#contents4 li{
	width: 20%;
	float: left;
	padding: 0 2.5%;	
	text-align: center;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 11px;
	color: #1a1a1a;
	font-weight: 700;
}
#contents4 img{
	width: 40%;
	margin-bottom: 15px;
}

/* ---------- フッター ----------*/
#footer{
	width: 100%;
}
.footer_bottom{
	width: 86%;
	max-width: 1050px;
	margin: 0 auto;
	border-top: 2px solid #1a1a1a;
	padding: 20px 0 40px 0;
}
.footer_bottom ul{
	display: inline;
	width: auto;
}
.footer_bottom li{
	display: inline-block;
	margin-right: 15px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
}
.footer_bottom_copyright{
	float: right;
}
.footer_bottom_copyright p{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
}

/* ---------- エフェクト ----------*/
.effect_fade{
	opacity: 0;
	transform: translate(0,45px);
	transition: all 400ms;
}
.effect_fade.effect_scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2s;
}
.keyframe1{
    animation-name: anim_v;
}
@keyframes anim_v {
    0% {
        transform: translate(0, 5px);
    }
    100% {
        transform: translate(0, -5px);
    }
}

/* お問い合わせ
------------------------------------------------------------*/
#form_top{
	width: 800px;
	margin: 0 auto;
	padding-top: 120px; 
	text-align: center;
}
#form_top h2{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 20px;
}
#form_top p{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	color: #545454;
	text-align: center;
	margin-bottom: 30px;
	line-height: 2.1;
}
#form_top a{
	color: #00a4e4;
	border-bottom: 1px solid #00a4e4;
}
#form{
	width: 800px;
	margin: 50px auto 120px auto;
	padding: 60px;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.form_text{
	width: 100%;
	margin-bottom: 50px;
}
.form_text p{
	font-size: 14px;
	color: #545454;
	font-weight: 700;
}
.form_box{
	width: 100%;	
}	
.form_box_tb{
	width: 100%;
	margin: 0 auto;
}
.send{
	width: 50%;
	margin: 0 auto;
	margin-top: 40px;
}	

.table-res-form {
    width: 100%;
}
.table-res-form tr{
}
.table-res-form th{
	text-align: left;
	font-weight: 700;
}
.table-res-form td {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}
.table-res-form .requied {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
    background: #4c4d55;
    padding: 5px 15px;
    border-radius: 11px;
    color: #ffffff;
    margin-right: 20px;
}
.table-res-form input[type="text"], input[type="tel"],input[type="email"], textarea {
    border: 1px #DDD solid;
	padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}
#formbtn{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	background: #555555;
	color: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 40px;
}

/* 会社概要
------------------------------------------------------------*/

#company_top{
	width: 680px;
	margin: 0 auto;
	margin-bottom: 45px;
	padding-top: 190px; 
}
#company_top h2{
	position: relative;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 20px;
	font-weight: 700;
    color: #1a1a1a;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
#company_top h2:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: '';
	background: #00a4e4;
}	
#company{
	width: 680px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.company_table{
	width: 100%;
	margin: 0 auto;
}
.company_table table{
	width: 100%;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    overflow: hidden;
	border-collapse: collapse;
}
.company_table th{
	width: 20%;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
	padding: 30px 0;
	text-align: left;
	vertical-align: top;
}
.company_table td{
	width: 80%;
	line-height: 30px;
	font-size: 14px;
	color: #1a1a1a;
	padding: 30px 0;
}
.td1{
	border-bottom: solid 1px #E4E4E4;
}
.th1{
	border-bottom: solid 1px #E4E4E4;
}