@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

ORDER

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(3) a img {opacity: 0;}
div#bg_h2{background:url(/order/img/h2_bg_pc.png) no-repeat center 0;height:460px;text-align: right;}
div#bg_h2 h2{width: 1200px;margin: 0 auto;}

@media print, screen and (max-width: 767px){
div#bg_h2{background:url(/order/img/h2_bg_sp.png) no-repeat center 0;background-size: 100%;height:auto;text-align: center;margin-top: 20px;}
div#bg_h2 h2{width: 100%;margin: 0;}
div#bg_h2 img{width: 100%;}
}

/* コンテンツ
---------------------------------------------- */
.ttl_style_udrbar_gry{margin-bottom: 94px;}

ul#list_flow li{width: 100%;overflow: hidden;margin-bottom: 30px;}
ul#list_flow li:last-child{margin-bottom: 0;}
ul#list_flow li p{width: 360px;float: left;margin-right: 60px;}
ul#list_flow li dl{width: 780px;float: left;}
ul#list_flow li dl dt{font-size: 26px;border-bottom: 2px solid #D1D1D1;padding-bottom: 20px;margin:40px 0 25px;font-weight: bold;line-height: 1.0;}
ul#list_flow li:first-child dl dt{margin:0 0 25px;}
ul#list_flow li dl dd a{text-decoration: underline;}
ul#list_flow li dl dd a:hover{text-decoration: none;}

table#teble_price{width: 100%;margin-bottom: 25px;}
table#teble_price tr th{background: #CCCCCC;border: 1px solid #A9A9A9;width: 400px;padding: 16px;}
table#teble_price tr td{background: #FFFFFF;border: 1px solid #A9A9A9;padding: 16px;text-align: center;}
ul#list_price{font-size: 15px;}

ul#list_notice li{background:url(/common/img/ico_bdr_gry_pc.png) no-repeat left 0.42em;background-size:5px 18px;padding:0 0 0 15px; margin-bottom: 18px;}
ul#list_notice li:last-child{margin-bottom: 0;}


@media print, screen and (max-width: 767px){
.ttl_style_udrbar_gry{margin-bottom:51px;}

ul#list_flow li{width: 100%;overflow: visible;margin-bottom: 15px;}
ul#list_flow li p{width: 100%;float: none;margin: 0 0 20px 0;}
ul#list_flow li p img{width: 100%;}
ul#list_flow li dl{width: 100%;float: none;}
ul#list_flow li dl dt{font-size: 18px;border-bottom: 2px solid #D1D1D1;padding-bottom:20px;margin:0 0 13px;}
ul#list_flow li:first-child dl dt{margin:0 0 13px;}

div#wrap_table{overflow-x: scroll;margin-bottom: 25px;}
table#teble_price{width: 508px;margin-bottom: 0;}
table#teble_price tr th{width: 170px;padding: 10px;}
table#teble_price tr td{padding: 10px;}
ul#list_price{font-size: 13px;}

ul#list_notice li{background:url(/common/img/ico_bdr_gry_sp.png) no-repeat left 0.42em;background-size:4px 16px;padding:0 0 0 14px; margin-bottom: 8px;}
ul#list_notice li:last-child{margin-bottom: 0;}
}