@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

html{
    font-size: 62.5%;
}

body{
    margin:0;
    padding:0;
    font-size:1.6rem;
    font-family: 'Noto Sans JP', sans-serif;

}

br.is--sp {
    display: none !important;
}

br.is--pc {
    display: inline !important;
}

.sp_header{
    display: none;
}

h2{
    margin: 0;
}

ul{
    padding:0;
}

p{
    margin: 10px 0;
}

.delivery_flow .red{
    color:red; font-size:1.2em; font-weight: bold;
}

#delivery_service .blue{
    font-size: 2.0rem;
}

header{
    background: #003396;

}

.head_inner{
    display: flex;
    align-items:center;
    width: 1220px;
    margin: 0 auto;
}


.head_link ul{
    display: flex;
    margin-right: 20px;
    list-style: none;
}

.head_link ul > li{
    position: relative;
}

.head_link ul > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #fff;
    content: "";
}

.head_link li a{
    color:#fff;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.head_link li a:hover{
    text-decoration: underline;
}

.container{
    max-width:1220px;
    margin:0 auto;
}

.container h2{
    text-align: center;
    margin: 2%;
}

.check_list{
    max-width:950px;
    margin: 0 auto;
    font-size: 2.4rem;
    margin-bottom: 50px;
}

.kome{
        font-size: 20px;
    }

.check_list li{
    border-bottom:1px solid #ccc;
    padding: 1% 0;
    list-style: url("images/ico_check.png") ;
    list-style-position: inside;
}

.plan_box{
    display: flex;
}

.plan_box .item{
}

.plan_box .title{
    font-size:2.0em;
    font-weight: bold;
    color: #003396;
    text-align: center;
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

.plan_box .desc{
    color:#003396;
    font-size:24px;
    text-align: center;
}

.plan_box .txt{
    font-size: 16px;
}

.plan1{
    position: relative;
    height: 320px;
}

.plan1  .inner_box{
    position: absolute;
    top: 150px;
    width: 340px;
    left: 44px;
    text-align: left;
}

.plan2{
    margin-top:100px;
    position: relative;
    margin-left:10px;
}

.plan2  .inner_box{
    position: absolute;
    top: 150px;
    width: 340px;
    left: 44px;
    text-align: left;
}

.plan3{
    position: relative;
}

.plan3  .inner_box{
    position: absolute;
    top: 140px;
    width: 340px;
    left: 44px;
    text-align: left;
}

.ninki{
    position: absolute;
    margin-left: 330px;
}

.img_ninki{
    text-align: center;
}


.contact_area{
    background: url("images/bg_contact.jpg")no-repeat;
    background-size: cover;
    padding: 15px;
    margin: 5% 0;
    text-align: center;
}

.contact_box{
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
}

.contact_area .title{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-shadow:
            3px 3px 0px #fff, -3px -3px 0px #fff,
           -3px 3px 0px #fff,  3px -3px 0px #fff,
            3px 0px 0px #fff, -3px -0px 0px #fff,
            0px 3px 0px #fff,  0px -3px 0px #fff;
}

.contact_box .innerbox{
    background-color: rgba(0,0,0,0.6);
    width:570px;
    padding: 15px;
    border: double 10px #fff;
    margin:10px;
}

.innerbox .ti{
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

.innerbox .contact{
    background: #00f0ff;
    text-align: center;
    border-radius: 30px;
    border:1px solid #fff;
    margin: 10px;
}

.innerbox .order{
    background: #ffef37;
    text-align: center;
    border-radius: 30px;
    border:1px solid #fff;
    margin: 10px;
}

.contact_area a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 45px;
    font-size: 1.2em;
}

#price_area h2{
    font-size: 50px;
    text-align: center;
    text-shadow:3px 3px 0 #fff, 6px 6px 2px gray;
}

#price_area .lead_txt{
    font-size: 1.5em;
    color: #003396;
    font-weight: bold;
}

#price_area .plan1_head{
    background: #003396;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    position: relative;
    margin: 3% 0px;
}

#price_area .plan1_head .title{
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.2em;
}

#price_area .plan1_head .txt{
    font-size: 1.4em;
}

#price_area .plan1_head:after{
    content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #003396 transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}

.truck_price{
    display: flex;
}

.truck_price .item{
    border:1px solid #000;
    width: 50%;
    padding: 20px;
    margin: 10px;
    position: relative;
}



.truck_price .item .list li{
    list-style: none;
    margin-left: 10px;
}

.truck_price .item .list li:before{
    content:"■";
        color:#003396;
    margin-right: 10px;
}

.truck_price .item .kome{
    font-size: 1.3rem;
}

.truck_price .item .truck_name{
    color:#003396;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.plan_regular_name{
    background:#ff91cc; color:#fff;
    line-height: 1em;
}

.plan_self_name{
    background:#35acf1; color:#fff;
    line-height: 1em;
}

.price_table{
    width: 100%;
    text-align: center;
}

.truck_price ul{
    margin: 20px 0;
}

.price_table{
    border:1px solid #fff;
    border-spacing: 0;
}

.price_table th{
    color: #fff;
    padding: 5px;
    border-right: 1px solid #fff;
}

.price_table td{
    padding: 5px;
}

.plan1_headimg{
	position: absolute;
	left: 10%;
	top: 0;
}

.plan2_headimg{
	position: absolute;
	margin-left: 300px;
	top: 0;
}

#price_area .lead_2{
    text-align: center;
    color: #003396;
    font-size: 2.0rem;
}

.plan1_list{
    max-width:1000px;
    margin:0 auto;
    padding: 30px 0;
    line-height: 2em;
}

.plan1_list li{
    margin: 5px;
    list-style: url("images/ico_memo.png");
}

.trankroom_table{
    background: linear-gradient(135deg, #ffdd3e, #fff3c0);
    margin-left: 10px;
    width: 400px;
}

.trankroom_table th,td{
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

.trankroom_table th{
    background: #000;
    color:#fff;
    font-weight: normal;
}

.plan3_box{
    border:1px solid #000;
    padding: 40px;
    display: flex;
     justify-content: space-between;
}

.plan3_box .title{
    color: #003396;
    font-weight: bold;
}

.plan3_box .payment{
    margin-left: 40px;
}

.payment .title{
    font-weight: bold;
    color: #003396;
    font-size:1.2em;
}

#delivery{
    background:url("images/bg_delivery.gif");
    padding: 20px;
    position: relative;
    margin-top: -5%;
}



#delivery h2{
   font-size: 50px;
    margin: 3%;
    text-align: center;
    text-shadow:3px 3px 0 #fff, 6px 6px 2px gray; 
}


.delivery_flow .item{
    border:1px solid #003396;
    border-top:30px solid #003396;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1010px;
    margin: 0 auto;
    background: #fff;
    margin-bottom:40px;
}

.delivery_flow .item .title{
    color:#003396;
    font-weight: bold;
    font-size: 24px;
}
.delivery_flow .item .head{
    background: #003396;
    height: 30px;
}

.key{
    border:1px solid #003396!important;
    padding: 20px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fff;
}

.key img{
    margin: 20px;
}

.key .title{
    color:#003396;
    font-weight: bold;
    font-size: 1.4rem;
}

#delivery_useflow{
    margin:5% 0;
}

#delivery_useflow h2{
    font-size: 50px;
    text-align: center;
    text-shadow:3px 3px 0 #fff, 6px 6px 2px gray; 
    

}

#delivery_useflow .lead_txt{
    font-size: 1.5em;
    text-align: center;
    color: #003396;
    font-weight: bold;
    margin: 2%;
}

#delivery_useflow .flow_01{
    background: #003396;
    text-align: center;
    padding: 3%;
}

#delivery_useflow .flow_02{
    background: #fff337;
    text-align: center;
    padding: 3%;
}

#delivery_useflow .flow_01 .txt{
    color:#fff;
    font-size:1.2em;
}

.flow_flex .item{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 10px;
    box-sizing: border-box;
}

.flow_flex .item .title{
    color: #003396;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
    margin: 0 0 30px;
}

.flow_01 .item{
    background: url("images/bg_step1.gif");
    background-size: cover;
}


.flow_02 .item .title{
    color: #ffc000!important;
}

.flow_flex .item .ti{
    font-weight: bold;
    font-size: 1.2em;
}

.flow_01 .item .txt2{
    font-size: 1.6rem;
}


.flow_flex{
    display: flex;
    max-width: 1220px;
    margin: 0 auto;
    justify-content: space-between;
}

.flow_02 .item{
    background: url("images/bg_step2.gif")no-repeat;
    border: 1px solid #003396;
    background-size: cover;
}


#delivery_useflow .name{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.no01{
    position: absolute;
    top: -30px;
    left: 20px;
}

#attention{
    background: #000;
    padding: 10px 5%;
    color:#fff;
    display: flex;
     align-items: center;
    margin: 2%;
    border-radius: 11px;
justify-content: center;

}

#attention img{
    margin: 20px;
}

footer{
    background: #003396;
    color: #fff;
    margin-top:40px;
    padding:5%;
}

footer a {
    color: #fff;
}

.footer_area{
    max-width:1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.copyright{
    text-align: center;
    font-size: 0.8em;
    margin-top: 50px;
}

.kome{
    color: #003396;
}

.txt20{
    font-size: 2.0rem;
}

.center{
    text-align: center;
}

.red{
    color: red;
}

.red2{
    color: red;
    text-decoration: underline;
}

.flex{
    display: flex;
    justify-content:space-around;
}

.blue{
    color: #003396;
    font-size: 1.2em;
}

.white{
    color: #fff;
}

.right{
    text-align: right;
}

@media only screen and (max-width: 750px) {
    
br.is--sp {
    display: inline !important;
}
    
br.is--pc {
    display: none !important;
}    
    
    body{
        font-size: 1.4rem;
    }
    h2{
        font-size: 30px!important;
    }
    
    .logo{
        width: 300px;
        height: auto;
    }
    
    
    #price_area .lead_txt{
        font-size: 16px;
        text-align: left;
        margin: 10px;
    }
    
    .container{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .plan_box{
        flex-direction: column;
        margin: 0;
    }
    
    .plan_box .item{
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }
    

    #price_area .plan1_head .title{
        font-size: 20px;
        margin-left: 10px;
    }
    
    #price_area .plan1_head .txt{
        font-size: 12px;
    }
    
    .plan3_box{
        padding: 10px;
    }
    
    .plan1_headimg{
        width:100px;
        height: auto;
        left: 0;
        top: -20px;
    }
    
    .payment .title{
        font-size: 14px;
    }
    
    .truck_price .item .truck_name{
        font-size: 20px;
    }
    
    .plan2_headimg{
        width:100px;
        height: auto;
        right: 0;
        top:-60px;
    }
    
    
    .trankroom_table{
        width: 100%;
    }
    
    .flow_01 .item{
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0;
    }
    
    .contact_box .innerbox{
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0;
    }
    
    .trankroom_table{
        margin: 0;
    }
    
    .plan3_box .payment{
        margin-left: 0;
    }
    
    .check_list{
        font-size: 14px;
    }
    
    .check_list li{
        padding: 0;
    }
    .plan2{
        margin: 0;
    }
    
    .truck_price .item{
        margin: 10px 0;
        width: 100%;
        box-sizing: border-box;
    }
    .plan1 .inner_box{
        top: 120px;
    width: 90%;
    left: 35px;
    }
    
    .plan2 .inner_box{
        top: 120px;
    width: 90%;
    left: 35px;
    }
    
    .plan3 .inner_box{
        top: 120px;
    width: 90%;
    left: 35px;
    }
    
    .delivery_flow .item img{
    width: 100%;
    height: auto;
    }
    
    .key img{
        width: 150px!important;
        height: auto!important;
    }
    
    .delivery_flow .item{
        margin: 10px 0;
    }
    
    .no01{
        width: 70px;
    }
    
    #attention{
        flex-direction: column;
    }
    
    
    .truck_price,.plan3_box,.contact_box,.delivery_flow .item,.key,.flex,.footer_area,.flow_flex{
        flex-direction: column;
    }
    
    .contact_area .title{
        font-size: 1.6em;
    }
    
    .img{
        width: 100%;
        height: auto;
    }
    
    #delivery h2,#delivery_useflow h2{
        font-size: 2em;
    }
    
        
    .check_list .kome{
        font-size: 16px;
    }
    
    .sp_head_inner{
        display: flex;
        justify-content: space-between;;

    }
    
    .sp_head_inner img{
        height: 50px;
        width: auto;
    }
    
    .ninki{
        height: 100px;
        width: auto;
        top: -37px;
    }
    
    .img_ninki{
        margin-left: -495px;
    }
    
    #delivery{
        padding: 20px 10px;
    }
    
    .innerbox .contact,.innerbox .order{
        margin: 5px;
    }
    
    .plan1_list{
        margin: 0 20px 20px 40px;
        padding: 0;
    }
    
    .kome{
        text-align: left;
    }
    
    .priceBox_table{
        overflow-x: scroll;
    }
    
    #delivery_useflow .name{
        font-size: 20px;
        margin: 10px 0 0;
    }
    
    .delivery_flow .item .title{
        font-size: 20px;
    }
    
    .center{
        text-align: left;
    }
    
    .flow_flex .item{
        margin: 10px 0;
    }
    
    .plan_box img{
        width: 100%;
        height: auto;
    }
    
    .check_list{
    margin-bottom: 10px;
}
    
    .check_list li{
    padding: 5px;
    list-style: url("images/ico_check2.png") ;
    list-style-position: inside;
}
    
    .txt20,.kome{
        font-size: 16px;
}
    .plan_box .txt {
    font-size: 14px;
}
    
    .plan_box .desc {
    font-size: 18px;
}
    #delivery_service .blue {
    font-size: 16px;
}
    .contact_area{
        padding:10px;
    }
    
    #delivery_useflow {
    margin: 0;
}
    footer{
        margin-top:10px;
    }
    
    .flow_flex .item .title{
        margin: 0 0 10px;
    }
    
    .flow_flex .item{
        padding: 10px;
    }
    .copyright{
        margin-top: 20px;
    }
    
    #delivery_useflow .lead_txt{
        font-size: 16px;
    }
    
    .tel{
        position: absolute;
        top: 0;
        right: 0;
        
    }
    
    .tel img{
        height: 58px;
        width: auto;
    }
    
    .head_link ul{
        margin: 0;
        padding: 10px;
        align-items: center;
        flex-wrap: wrap;
        font-size: 1.2em;
    }
    .sp_header{
    display: block;
}
    header{
    background: #fff;
}
    .head_link{
        background: #003396;
    }
    
    .contact_area a{
        padding: 5px 0;
    }
    
    
}
    
/*コラム*/

.column_header{
    background: linear-gradient(-135deg, #67C9FA, #DAF4FC);
    text-align: center;
}

.column_header_img{
    width: 1220px;
    margin: 0 auto;
}

#column .container{
    max-width: 1020px;
    margin: 0 auto;
}


#column .lead{
    font-weight:bold;
    color: #003396;
    margin-top: 40px;
}

#column .lead2{
    color:#003396;
    font-weight: bold;
    border:2px solid #016BEC;
    padding: 20px;
    background: #FFFEE0;
    margin: 40px 0;
}

#column .lead2 .link{
    text-align: center;
}

#column .lead2 .link a{
    color:red;
}

#column h2{
    background:url("images/column_h2.png")no-repeat;
    color:#fff;
    padding: 20px;
    text-align: left;
    margin: 20px 0;
}

#column .main{
    border:1px solid #ccc;
    box-shadow: 2px 2px 4px gray;
    padding: 50px;
    margin-top:40px;
    
}

#column .main h3{
    border-bottom: 5px solid #00C0FA;
    padding-bottom: 10px;
    position: relative;
}

#column .main p{
    padding-bottom: 30px;
}

#column .main h3:after{
    position: absolute;
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 5px;
  content: '';
  background: #016BEC;
    
}

.column_bottom{
    background: #FFFEE0;
    padding: 20px 20px 0;
    border-bottom: 5px solid #F7D936;
}

.column_bottom p{
    padding: 0!important;
}

.bottom_txt{
    font-weight: bold;
    font-size: 1.6em;
    margin: 30px;
}

@media only screen and (max-width: 750px) {
    #column h2{
    background:url("images/column_h2.png")no-repeat;
    color:#fff;
    padding: 20px;
    text-align: left;
    margin: 20px 0;
        font-size: 15px!important;
}
    
    #column .lead{
        margin-top: 20px;
    }
        
    #column .lead2{
        margin: 20px 0;
    }
    
    .bottom_txt{
        margin: 10px;
        font-size: 20px;
    }
    
    #column .main{
        padding:20px;
        margin:0;
        
}