@charset "utf-8";




.sub_top_img {
	background-image: url(../../common/img/pic_main_flow.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}

.user {
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-flat-border {
  padding: 5px;
  margin: 5px 1% 5px 1%;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0085B2;
  border: solid 5px #0085B2;
  border-radius: 10px;
  transition: .4s;
  width: 45%;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.btn-flat-border:hover {
  background: #FFFFFF;
  color: #0085B2;
}

.content h3 span{
		font-size: 22px;
		font-weight: bold;
		color: #0085b2;
		padding: 0 1em 0 0;
	}

.content table.table_02 {
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.content table.table_02 th {
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: 1px;
  color: #006384;
  padding:20px;
  text-align:left;
  border-bottom: 1px solid #ccc;
}

.content table.table_02 th span{
  font-size:24px;
}

.content table.table_02 td {
  font-size: 16px;
  line-height: 32px;
  background-color: #FFF;
  padding:20px;
  padding-left:40px;
  border-bottom: 1px solid #ccc;
}



.content .indent1{
  padding-left:1.8em;
  text-indent:-1.8em;
}

.content .indent1 span{
  font-size:120%;
}

.content .indent2 {
  padding-left: 2em;
  text-indent: -1em;
}

.content .indent3{
  padding-left:1em;
  text-indent:-1em;
}

.content table.table_02 tr:nth-child(4) th{
  border-bottom:none;
}

.content table.table_02 tr:nth-child(4) td{
  border-bottom:none;
}

/*見出しがヘッダーで隠れないようにする為*/
.content .anchor{
  padding-top:100px;
  margin-top:-100px;
}

/* 電話番号一覧 */
#telBlock {
  border: 4px solid #1C2C5A;
  padding: 1%;
  margin: 0 5%;
  border-radius: 10px;
}

#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;
  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;
}

.content #webapp .webapp_h3{
  margin-top:50px;
}


/*
QR決済画像
-------------------------------------------*/
.pay_img{
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

.pay_img img{
	margin: 1% 0%;
}


@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 33.33333%;
	}
}





@media screen and (min-width:961px){
	
}
/*(961～)*/

@media screen and (max-width:1127px){
	#telBlock .cf{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  }
	

}
/*(～1127)*/

@media screen and (max-width:960px){
    .content .anchor{
      padding-top:50px;
      margin-top:-50px;
    }
}
/*(～1960)*/

@media screen and (max-width:780px){
	
  .btn-flat-border {
    width: 42%;
}
	
}
/*(～760)*/

@media screen and (max-width:640px){
    .content table.table_02 th, .content table.table_02 td{
      display:block;
      width:auto;
      border-bottom:none;
    }
    .content table.table_02 td {
      padding-left: 20px;
  }
}
/*(～640)*/

@media screen and (max-width:460px){
    .btn-flat-border {
      width: 93%;
    }
    .content table.table_02 th, .content table.table_02 td{
      padding:20px;
    }
}

@media screen and (max-width:375px){
	
	
	
}
/*(～375)*/

@media screen and (max-width:320px){
    #sub_top .sub_top_img p {
      font-size:18px;
    }
    .btn-flat-border {
      font-size:16px;
    }
}