@charset "utf-8";
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

#sub_top {
	position: relative;
	/*background-color: #EEE;*/
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	background-position: center center;
	/*height: 150px;*/
    /*height: 340px;*/
    height:auto;
	line-height: 30px;
	/*padding-top: 270px;*/
	padding-top: 140px;
    width: 100%;
	background-size: cover;
    text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#sub_top .sub_top_img p{
	position: absolute;
	top: calc(50% - 10px);
	font-size:20px;
	padding-left: 40px;
}

.sub_top_img {
	background-image: url(../../common/img/pic_main_state.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}

/* 共通化の為コメントアウト
.pankuzu {
	background-color: #F6F6F6;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
*/

.content dl.state_result {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;*/
    display: flex;
    flex-wrap: wrap;
}

.content dl.state_result dt {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    background-color: #F6F6F6;
    color: #111;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 30%;
    padding: 5%;
    margin: auto;
}

.content dl.state_result dt span {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #0085B2;
    text-align: center;
    display: block;
    width: 50px;
    padding-top: 10px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 10;
}

.content dl.state_result dt div {
    border-bottom: 1px solid #cccccc;
    margin: 5px;
}

.content dl.state_result dt span::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -3px;
    margin-left: -12px;
    border-right: 12px solid transparent;
    border-top: 20px solid #0085B2;
    border-left: 12px solid transparent;
    z-index: 0;
    transform: rotate(-40deg);
}

.content dl.state_result dd {
    /*padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;*/
    width: 50%;
}

.content dl.state_result dd.none {
    margin: auto;
    width: 45%;
}

#result_detail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.inline-result-icon {
    /* インラインブロック要素にする */
    display: inline-block;
    /* 余白指定 */
    padding-top: 0px;
    padding-bottom: 0px;
    /* 高さ指定 */
    width: 10%;
    text-align: right;
}

.inline-result-label {
    /* インラインブロック要素にする */
    display: inline-block;
    /*
	border: 3px solid #648EB0;
	*/
    /* 余白指定 */
    padding-top: 0px;
    padding-bottom: 0px;
    /* 幅指定 */
    width: 30%;
    position: relative;
}


/*
配送状況の文字を囲いたい
.inline-result-label::before,
.inline-result-label::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    margin-left: 10px;
    position: absolute;
    pointer-events: none;
}

.inline-result-label::after {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #88b7d5;
    border-width: 15px;
    margin-top: -15px;
}

.inline-result-label::before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #88b7d5;
    border-width: 16px;
    margin-top: -16px;
}
*/

.inline-result-time {
    /* インラインブロック要素にする */
    display: inline-block;
    /* 余白指定 */
    padding-top: 0px;
    padding-bottom: 0px;
    /* 幅指定 */
    width: 30%;
    text-align: left;
    font-size: 150%;
}

.inline-result-yotei {
    color: #EE3939;
}

/*.result-block:last-child {
    text-align: left;
}*/

.fa-sort-down{
    font-size: 30px;
    color: #0085b2;
}

/* --------------------------------------------- */

form.state_form {
    width: auto;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #EEE;
    border-radius: 7px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

form.state_form dl {
    width: 90%;
    max-width: 800px;
    overflow: hidden;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

form.state_form dl dt {
    clear: both;
    width: 33%;
    float: left;
    border-top: 1px solid #cccccc;
    text-align: right;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 8%;
}

form.state_form dl dd {
    width: 47%;
    float: right;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    padding-right: 5%;
    padding-bottom: 15px;
    padding-left: 5%;
}

form.state_form dl dt:first-child,
form.state_form dl dt:first-child+dd {
    border: none;
}

form.state_form dl dt span {
    display: block;
    font-size: 80%;
    color: #648EB0;
    line-height: 120%;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form.state_form dl dt span.required,
form.state_form dl dt span.optional {
    display: inline-block;
    float: left;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
}

form.state_form dl dt span.required {
    background-color: #DD3C3C;
}

form.state_form dl dt span.optional {
    background-color: #527EA3;
}

form.state_form dl dd span {
    display: block;
    color: #EE3939;
    /*
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
	*/
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    font-weight: bold;
    margin: 5px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form.state_form input {
    height: 1.8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
}

form.state_form textarea {
    width: 320px;
    height: 200px;
    resize: vertical;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
}

form.state_form input:focus,
form.state_form textarea:focus {
    box-shadow: 0px 0px 5px #55ccff;
    border: 1px solid #55ccff;
    background: #ffffff;
}

form.state_form input.datepicker,
form.state_form input.order_no {
    width: 160px;
}

form.state_form ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

form.state_form ul li label:hover {
    cursor: pointer;
}

form.state_form ul li input {
    height: auto;
    margin-right: 0.5em;
}

form.state_form .sub_btn{
    text-align: center;
}

form.state_form input.state_submit_button {
    /*width: 100%;*/
    width:50%;  /*08.04変更*/
    height: auto;
    vertical-align: middle;
    font-family: inherit;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    background-color: #0085B2;;
    border: 5px solid #0085B2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

form.state_form input.state_submit_button:hover {
    cursor: pointer;
}

.content .kakunin{
    margin-bottom:10px;
}

.content .small_text {
    font-size: 80%;
    margin-top: 0px;
    padding-left: 1em;
    text-indent: -1em;
    margin-left: 40px;
    margin-bottom:10px;
}

.accbox label {
    display: block;
    padding : 13px 12px;
	/*color: #ffba47;*/
	color:#1c2c5a;
    font-weight: bold;
	/*background: #fff2cc;*/
	/*background:rgb(246 246 246);*/
	transition: all 0.5s;
	margin-right:30px;
    margin-left:30px;
    margin-bottom:30px;
}

.accbox label:after {
    content:"\f078";
    font-family: "Font Awesome 5 Free";
	padding-right: 8px;
	font-weight: 900;
	padding-left:0.5em;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
	content:"\f078";
	font-weight: 900;
}


#telBlock {
	border: 4px solid #1C2C5A;
	padding: 1%;
	/*margin: 0 5%;*/
	margin: 0 3%;
	border-radius: 10px;
	/*width:70%;*/
    margin-bottom:30px;
  }
  
  #telBlock .cf{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  #telBlock .cf .east{
	color:rgb(17, 25, 135);
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}

  #telBlock .cf .east a{
	color:rgb(17, 25, 135);
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}

  #telBlock .cf .west{
	color:#000000;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}

  #telBlock .cf .west a{
	color:#000000;
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}

  .telbox {
	/*width: 320px;*/
	width: 300px;
	margin: 4px;
	text-align: left;
  }
  
  .telbox>.curled-box {
	border-radius: 50%;
	height: 36px;
	width: 36px;
	border:#1c2c5a solid 2px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
  }
  
  .telbox>.curled-box.-hokkaido {
	background-color: #6CA2D6;
  }
  .telbox>.curled-box.-tokyo {
	background-color: #009EBD;
  }
  .telbox>.curled-box.-coolcargo {
	background-color: #0062A7;
  }
  .telbox>.curled-box.-kanagawa {
	background-color: #EC66A2;
  }
  .telbox>.curled-box.-nagoya {
	background-color: #4EC0EE;
  }
  .telbox>.curled-box.-kyoto {
	background-color: #A9524F;
  }
  .telbox>.curled-box.-osaka {
	background-color: #A87395;
  }
  .telbox>.curled-box.-kobe {
	background-color: #B9DA62;
  }
  .telbox>.curled-box.-hiroshima {
	background-color: #AA61A4;
  }
  .telbox>.curled-box.-fukuoka {
	background-color: #666464;
  }
  
  .telbox>.telArea {
	font-size: 12px;
	color: #1D2C5A;
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0.5px;
  }
  
  .telbox>.telArea.-coolcargo {
	letter-spacing: 0px;
  }
  
  .telbox>.telNo {
	font-size: 20px;
	font-weight: bold;
	transform: scale(1, 1.05);
	letter-spacing: 1px;
  }
  
  .telbox>.telNo.-hokkaido a{
	color: #6CA2D6;
	text-decoration: none;
  } 
  .telbox>.telNo.-tokyo a{
	color: #009EBD;
	text-decoration: none;
  }
  .telbox>.telNo.-coolcargo a{
	color: #0062A7;
	text-decoration: none;
  }
  .telbox>.telNo.-kanagawa a{
	color: #EC66A2;
	text-decoration: none;
  }
  .telbox>.telNo.-nagoya a{
	color: #4EC0EE;
	text-decoration: none;
  }
  .telbox>.telNo.-kyoto a{
	color: #A9524F;
	text-decoration: none;
  }
  .telbox>.telNo.-osaka a{
	color: #A87395;
	text-decoration: none;
  }
  .telbox>.telNo.-kobe a{
	color: #B9DA62;
	text-decoration: none;
  }
  .telbox>.telNo.-hiroshima a{
	color: #AA61A4;
	text-decoration: none;
  }
  .telbox>.telNo.-fukuoka a{
	color: #666464;
	text-decoration: none;
  }

/* --responsive------------------------------------------- */

@media screen and (max-width:1127px){
	#telBlock .cf{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  }
}
/*(～1127)*/

@media screen and (min-width:1020px) and (max-width: 1127px){
	#telBlock .cf {
		justify-content: space-between;
	}
}

@media screen and (max-width:960px){
    #sub_top {
        /*height: 200px;*/
        height:auto;
        /*padding-top: 120px;*/
        padding-top: 60px;
        letter-spacing: 0.5em;
        font-size: 18px;
    }
    .accbox label {
		margin-left:65%;
	}

	#telBlock {
		width:90%;
	}

}

@media screen and (max-width: 768px) {
    .content dl.state_result dt {
        font-size: 16px;
        width: 40%;
    }
    .content dl.state_result dd {
        width: 50%;
    }
    .content dl.state_result dd.none {
        margin: 5% auto;
        width: 80%;
    }
    .inline-result-icon {
        width: 15%;
    }
    .inline-result-label {
        /* 幅指定 */
        width: 30%;
    }
    .inline-result-time {
        /* 幅指定 */
        width: 40%;
        font-size: 120%;
    }
}



/* 640pixel start */

@media screen and (max-width: 640px) {

    .content .d_pc{
        display:none;
    }

    form.state_form {
        width: 95%;
    }
    form.state_form dl {
        width:50%;  /*640px以下で縦並び*/
    }
    form.state_form dl dt {
        /*width: auto;*/
        width:80%;
        float: none;
        text-align: left;
        padding: 10px 0 5px;
        font-weight: bold;
        margin:0 auto;
    }
    form.state_form dl dd {
        width: auto;
        float: none;
        border-top: none;
        padding: 0px 0 13px 0px;
        margin:0 auto;
    }
    form.state_form dl dt span {
        font-weight: normal;
        text-align:center;
    }
    /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
    form.state_form dl dt span.required,
    form.state_form dl dt span.optional {
        margin-right: 1em;
    }
    /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
    form.state_form input {
        height: 25px;
    }
    form.state_form input.datepicker,
    form.state_form input.order_no {
        max-width: 98%;
        -webkit-appearance: none;
    }

    .content dl.state_result dt {
        font-size: 16px;
        width: 80%;
        padding: 5% 5% 5% 11%;
    }
    .content dl.state_result dd {
        width: 80%;
        margin-top: 10px;
    }
    #result_inf {
        font-size: 100%;
    }
    .inline-result-icon {
        width: 15%;
    }
    .inline-result-label {
        /* 幅指定 */
        width: 40%;
    }
    .inline-result-time {
        /* 幅指定 */
        width: 40%;
        font-size: 100%;
    }
    .content .small_text {
		margin-left: 50px;
	}
    .accbox label {
		margin-left:auto;
        margin-right:auto;
		text-align:center;
	}
}

/* 640pixel end */


/* 460pixel start */
@media screen and (max-width: 460px) {
    #sub_top {
        /*height: 80px;*/
        height: auto;
        padding-top: 60px;
        font-size: 12px;
    }
    #sub_top .sub_top_img p {
        padding-left: 20px;
    }
    form.state_form dl {
        width: 70%;
    }
    .content .small_text {
		margin-left: 20px;
	}
}
/* 460pixel end */

@media screen and (max-width: 320px) {
    
    form.state_form dl {
        width: 80%;
    }
}