@charset "UTF-8";
/* css Urgent [main] */

@import url("../content.css");
@import url("../layout.css");

/*---------------------------------------------------- */
/* Tabs Navigation */
/*---------------------------------------------------- */
#tabs-contnavi .tabs-navi li {
	width: 33.333333%; /* ( 3/100 ) */
}

/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
p {
	font-size: 16px;
}

.sectMain {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.sectMain .sectbox {
	margin: 0 auto;
	height: auto;
}
	
.textbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.textbox p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	text-align: left;
	line-height: 1.8;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
.waku_bnr {
	margin: 0 auto;
	height: auto;
}

.waku_bnr .bnr_tel a {
	padding: 0;
	margin: 0 auto;
	height: auto;
	display: block;
}

.waku_bnr .bnr_tel a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

.waku_bnr .bnr_tel img {
	padding: 0;
	margin: 0;
	width: 100%;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
.waku_flow {
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.waku_flow ul {
  padding: 0;
}

.waku_flow ul li {
  list-style-type: none;
}

.waku_flow ul li dl dd {
  margin-left: 0;
}

.waku_flow .flowbox {
	margin: 0;
	padding-left: 120px;
	position: relative;
}

.waku_flow .flowbox::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.waku_flow .flowbox > li {
  position: relative;
}

.waku_flow .flowbox > li:not(:last-child) {
  margin-bottom: 8vh;
}

.waku_flow .flowbox > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}

.waku_flow .flowbox > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.waku_flow .flowbox > li dl {
  padding-left: 70px;
  position: relative;
}

.waku_flow .flowbox > li dl::before,
.waku_flow .flowbox > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.waku_flow .flowbox > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}

.waku_flow .flowbox > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.waku_flow .flowbox > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	margin: 0 auto;
	height: auto;
}

.list_disc ol {
	padding: 0;
	margin: 0;
	height: auto;
}

.list_disc ol li { 
	margin: 0;
	font-weight: normal;
	line-height: 1.8;
	text-align: left;
	text-decoration: none;
	list-style-type: disc;
}

/*---------------------------------------------------- */
/* preparation */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_preparation {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Table ==*/
.waku_preparation .haco_preparation {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_preparation table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_preparation table td {
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.haco_preparation table td .itembox {
	margin: 0 auto;
	height: auto;
	background: url("../../images/urgent/bg_preparation.png") 0 0 repeat;
}

.haco_preparation table td .itembox .photo_preparation {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_preparation table td .itembox .photo_preparation img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

.haco_preparation table td .itembox h4 {
	padding: 0;
	color: #2d2e2f;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.haco_preparation table td .itembox p {
	padding: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
.sectMain {
	padding: 0;
	width: 98%;
}

.sectMain .sectbox {
	padding: 25px 0 15px 0;
	width: 100%;
}

.sectMain .sectbox:nth-child(1) {
	padding-top: 0;
}
	
.textbox {
	padding-bottom: 20px;
	width: 97%;
}

.textbox p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
.waku_bnr {
	padding: 0 0 30px 0;
	width: 98%;
}

.waku_bnr .bnr_tel a {
	width: 100%;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
.waku_flow {
	padding-top: 10px;
	padding-bottom: 30px;
	width: 96%;
}

.waku_flow .flowbox > li .icon {
  font-size: 16px;
}

.waku_flow .flowbox > li dl dt {
	font-size: 21px;
	font-weight: 600;
}

.waku_flow .flowbox > li dl dd {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 0 5px 0;
	width: 98%;
}

.list_disc ol {
	padding: 0;
	margin-left: 25px;
}

.list_disc ol li { 
	padding: 5px 0 10px 0;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* preparation */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_preparation {
	padding-top: 10px;
	padding-bottom: 30px;
	width: 98%;
}

/*== Table ==*/
.waku_preparation .haco_preparation {
	width: 100%;
}

.haco_preparation table td {
	padding: 12px 0;
	width: 25%;
	border: 1px solid #dedede;
}

.haco_preparation table td .itembox {
	padding: 20px 0 30px 0;
	width: 90%;
}

.haco_preparation table td .itembox .photo_preparation {
	width: 70%;
}

.haco_preparation table td .itembox h4 {
	margin: 0 auto;
	margin-top: 5px;
	width: 96%;
	font-size: 17px;
}

.haco_preparation table td .itembox p {
	margin: 0 auto;
	margin-top: 15px;
	width: 96%;
	font-size: 14px;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
p {
	font-size: 15px;
}

.sectMain {
	padding: 0;
	width: 97%;
}

.sectMain .sectbox {
	padding: 25px 0 10px 0;
	width: 100%;
}

.sectMain .sectbox:nth-child(1) {
	padding-top: 0;
}
	
.textbox {
	padding-bottom: 15px;
	width: 96%;
}

.textbox p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Tabs Navigation */
/*---------------------------------------------------- */
#tabs-contnavi .tabs-navi li a {
	font-size: 14px;
	padding: .6em 5px;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
.waku_bnr {
	padding: 0 0 25px 0;
	width: 98%;
}

.waku_bnr .bnr_tel a {
	width: 100%;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
.waku_flow {
	padding-top: 8px;
	padding-bottom: 25px;
	width: 95%;
}

.waku_flow .flowbox > li .icon {
  font-size: 15px;
}

.waku_flow .flowbox > li dl {
  padding-left: 60px;
  position: relative;
}

.waku_flow .flowbox > li dl::after {
  width: 40px;
}

.waku_flow .flowbox > li dl dt {
	font-size: 19px;
	font-weight: 600;
}

.waku_flow .flowbox > li dl dd {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 0 5px 0;
	width: 98%;
}

.list_disc ol {
	padding: 0;
	margin-left: 25px;
}

.list_disc ol li { 
	padding: 5px 0 8px 0;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* preparation */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_preparation {
	padding-top: 8px;
	padding-bottom: 25px;
	width: 97%;
}

/*== Table ==*/
.waku_preparation .haco_preparation {
	width: 100%;
}

.haco_preparation table td {
	padding: 10px 0;
	width: 50%;
	border: 1px solid #dedede;
	display: inline-block;
}

.haco_preparation table td:nth-child(1) {
	border-right: none;
	border-bottom: none;
}

.haco_preparation table td:nth-child(2) {
	border-bottom: none;
}
	
.haco_preparation table td:nth-child(3) {
	border-right: none;
}

.haco_preparation table td .itembox {
	padding: 15px 0 25px 0;
	width: 94%;
}

.haco_preparation table td .itembox .photo_preparation {
	width: 50%;
}

.haco_preparation table td .itembox h4 {
	margin: 0 auto;
	margin-top: 3px;
	width: 96%;
	font-size: 16px;
}

.haco_preparation table td .itembox p {
	margin: 0 auto;
	margin-top: 12px;
	width: 96%;
	font-size: 13px;
}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Bace */
/*---------------------------------------------------- */
p {
	font-size: 14px;
}

.sectMain {
	padding: 0;
	width: 97%;
}

.sectMain .sectbox {
	padding: 25px 0 5px 0;
	width: 100%;
}

.sectMain .sectbox:nth-child(1) {
	padding-top: 0;
}
	
.textbox {
	padding-bottom: 10px;
	width: 96%;
}

.textbox p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Tabs Navigation */
/*---------------------------------------------------- */
#tabs-contnavi .tabs-navi li a {
	font-size: 13px;
	padding: .6em 5px;
}

/*---------------------------------------------------- */
/* Banner */
/*---------------------------------------------------- */
.waku_bnr {
	padding: 0 0 20px 0;
	width: 98%;
}

.waku_bnr .bnr_tel a {
	width: 100%;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
.waku_flow {
	padding-top: 5px;
	padding-bottom: 15px;
	width: 94%;
}

.waku_flow .flowbox {
	padding-left: 0;
}

.waku_flow .flowbox::before {
  margin-left: -8px;
  left: 0;
}

.waku_flow .flowbox > li .icon {
	font-size: 14px;
	left: 50px;
	display: block;
}

.waku_flow .flowbox > li dl {
  padding-left: 50px;
  position: relative;
}

.waku_flow .flowbox > li dl::after {
  width: 30px;
}

.waku_flow .flowbox > li dl dt {
	padding-top: 5px;
	margin-left: 110px;
	font-size: 17px;
	font-weight: 600;
}

.waku_flow .flowbox > li dl dd {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.list_disc {
	padding: 0 0 5px 0;
	width: 98%;
}

.list_disc ol {
	padding: 0;
	margin-left: 25px;
}

.list_disc ol li { 
	padding: 3px 0 5px 0;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* preparation */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_preparation {
	padding-top: 5px;
	padding-bottom: 15px;
	width: 96%;
}

/*== Table ==*/
.waku_preparation .haco_preparation {
	width: 100%;
}

.haco_preparation table td {
	padding: 10px 0;
	width: 50%;
	border: 1px solid #dedede;
	display: inline-block;
}

.haco_preparation table td:nth-child(1) {
	border-right: none;
	border-bottom: none;
}

.haco_preparation table td:nth-child(2) {
	border-bottom: none;
}
	
.haco_preparation table td:nth-child(3) {
	border-right: none;
}

.haco_preparation table td .itembox {
	padding: 15px 0 25px 0;
	width: 94%;
}

.haco_preparation table td .itembox .photo_preparation {
	width: 60%;
}

.haco_preparation table td .itembox h4 {
	margin: 0 auto;
	margin-top: 3px;
	width: 96%;
	font-size: 16px;
}

.haco_preparation table td .itembox p {
	margin: 0 auto;
	margin-top: 12px;
	width: 96%;
	font-size: 13px;
}



}