@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------
-------------------------------------------------------- */
.detail .fl_l, .detail_komachi .fl_l{ float:left; }
.detail .fl_r, .detail_komachi.fl_r{ float:right; }
.detail .txt_r, .detail_komachi .txt_r{ text-align: right; }
.detail .mb_2em, .detail_komachi .mb_2em{ margin-bottom: 2em; }
.detail_komachi .mt_2em{ margin-top:2em; }

.box-contact{
	border: 5px solid #333;
    margin-bottom: 30px;
}
.box-contact-heading{
	text-align: center;
    font-size: 16px;
    padding: 9px;
    background-color: #333;
    color: #fff;
    position: relative;
}
.box-contact-heading .contact-heading-content{
	position: relative;
    line-height: 1.5;
    z-index: 2;
}
.box-contact-heading:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 26px 0;
    border-color: #333 transparent transparent;
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.box-contact-body {
    padding: 28px 15px 9px;
}
.box-contact-title {
    text-align: center;
    border-bottom: 1px dotted #333;
    padding-top: 9px;
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.box-contact-title .contact-name {
    font-size: 16px;
    padding: 5px 34px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    line-height: 1.2em;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
}
.box-contact-title .contact-number {
    font-size: 30px;
    margin-top: 24px;
    text-decoration: none;
}
.box-contact-title .contact-number .icon-contact {
    width: 42px;
    vertical-align: middle;
}
.box-contact-title .contact-number .icon-contact.icon-tel {
    margin-top: -12px;
}
.d-n {
    display: none;
}
.box-contact-title .contact-number-lnk {
    color: #333;
    text-decoration: none;
}
.box-contact-info {
    margin-bottom: 17px;
}
.box-contact-info .info-time {
    margin-left: 8px;
    font-size: 19px;
    line-height: 1.2;
    margin-top: 8px;
    text-align: center;
}


@media (min-width: 992px){
.box-contact-title .contact-number {
    font-size: 56px;
}
}

@media (min-width: 768px){
.box-contact-heading {
    font-size: 20px;
    padding: 16px 15px 20px;
}
.box-contact-heading:after {
	bottom: -22px;
}
.box-contact-body {
    padding: 16px 30px 21px;
}
.box-contact-title {
    padding-bottom: 19px;
    padding-top: 12px;
}
.box-contact-title .contact-name {
    padding: 8px 28px;
    font-size: 18px;
    display: inline-block;
    margin: 0 auto 5px;
}
.box-contact-title .contact-number {
    font-size: 50px;
    display: inline-block;
    margin: 13px auto 0;
    letter-spacing: .025em;
}
.box-contact-title .contact-number .icon-contact {
    width: 79px;
    margin-right: 1px;
}
.box-contact-title .contact-number .icon-contact.icon-tel {
    margin-top: -26px;
    width: 75px;
    height: 75px;
}
.d-ib-sm {
    display: inline-block;
}
.d-n-sm {
    display: none;
}
.box-contact-info {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.box-contact-info:last-child {
    margin-bottom: 0;
}
.box-contact-info .info-time {
    font-size: 22px;
    margin-top: 0;
    text-align: left;
    line-height: 1;
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
}

.clearfix:after{
	content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.detail h1{
    color: #ffffff;
    background: url(/common/images/share/bg-pattern_dot.jpg) center center;
	width:100%;
	font-size: 23px;
    line-height: 1.3;
    padding: 10px 0;
	margin-bottom: 25px;
	min-height:80px;
	display: flex;
    align-items: center;
}

.detail h2{
	font-size: 22px;
    line-height: 1.3;
    padding-bottom: 7px;
    border-bottom: 3px solid #d20034;
    margin-bottom: 10px;
}

.detail h3{
	font-size: 20px;
    line-height: 1.3;
    padding-left: 21px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 20px;
}

.detail h3:before{
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 5px solid #d20034;
}

.detail h4{
    font-size: 18px;
    line-height: 1.3;
    padding-left: 13px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}

.detail h4:before{
    content: "";
    width: 5px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d20034;
}

.detail h5{
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 8px;
    border-bottom: 1px dotted #000000;
    margin-bottom: 10px;
    font-weight: bold;
}

.detail p strong, .detail_komachi p strong{ font-weight:bold;}
.detail p em, .detail_komachi p em{ font-style:italic; }

.detail ul{ 
	list-style:none;
	margin-bottom: 43px;
    font-size: 14px;
}

.detail ul li{
    padding-left: 16px;
    line-height: 1.5;
    position: relative;
}

.detail ul li:before{
    background-color: #088a96;
	content: '';
    width: 6px;
    height: 6px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.detail ul li + li, .detail ol li + li{
	margin-top: 10px;
}

.detail ol{
	counter-reset: li;
	list-style:none;
	padding-left: 0;
	margin-bottom: 46px;
	font-size: 14px;	
}

.detail ol li{
    padding-left: 0;
    line-height: 1.5;
    position: relative;	
	color: #333;
}
.detail ol li:before{
	color: #088a96;
    counter-increment: li;
    content: counter(li) ".";
}

.detail a{
    padding-right: 26px;
	font-family: 'Noto Sans Japanese', sans-serif;
    position: relative;
    text-decoration: none;
    color: #226382;
    font-size: 11px;
    touch-action: manipulation;
    border: 0;
    -webkit-appearance: none;
	display: inline-block;	
}

.detail a:hover{ text-decoration:underline; }

.detail a:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d30136;
  border-right: 2px solid #d30136;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  cursor: pointer;	
}

.bg_b{
	display: inline-block;
    color: #fff !important;
    background: #333333;
    font-size: 85.71%;
    line-height: 1;
    padding: 6px 8px;
    min-width: 112px;
    text-align: center;
    border-radius: 3px;	
}

.detail table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.detail td, .detail th{
	border: 1px solid #ccc;
    padding: 10px;	
	text-align: left;
    font-weight: normal;
    vertical-align: middle;
	line-height: 1.3em;
}

.detail th{
    background-color: #088a96;
    color: #ffffff;
    line-height: 1.5;	
}

.detail p{
	min-height: 15px;
	clear: both;
}

.detail img, .detail_komachi img{
	max-width:100% !important;	
	height: auto !important;
}

.detail .box-contact-body .contact_stf, .detail_komachi .box-contact-body .contact_stf{
	margin-top:13px;
	font-size:20px;	
}

@media (min-width: 768px){
.detail h1{
	font-size: 40px;
	min-height:140px;	
}

.detail h2{
	font-size: 32px;
    padding-bottom: 10px;
    border-bottom-width: 6px;
	margin-bottom: 20px;
}

.detail h3{
	margin-top: 30px;
    font-size: 28px;
    padding-left: 38px;
    margin-bottom: 15px;
}

.detail h3:before{
    width: 10px;
    height: 10px;
    border-width: 8px;
    top: 6px;	
}

.detail h4{
	margin-top: 25px;
    font-size: 26px;
    padding-left: 23px;
    margin-bottom: 15px;
}

.detail h4:before{
    width: 6px;
    height: 24px;
    top: 5px;
}

.detail h5{
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.detail a{
	font-size: 16px;
}

.detail a:hover:after{
	right: 7px;
}

.detail ul{
    font-size: 16px;	
}

.detail ol{
	margin-bottom: 92px;
	font-size: 16px;
}

.detail ul li{
   padding-left: 20px;	
}

.detail ul li:before{
    width: 8px;
    height: 8px;
    top: 8px;
}

.detail ul li + li, .detail ol li + li{
	margin-top: 15px;
}

.detail td, .detail th{
	padding: 13px 12px;
}

.detail .l-tab-content .box-contact-info .info-time {
	text-align:center;
}
}

/*こまち*/
.detail_komachi p em{ font-family:"ＭＳ ゴシック", "MS Gothic"; }
.detail_komachi h1{
	color: #1b4271;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.detail_komachi h1,.detail_komachi h2,.detail_komachi h3,.detail_komachi h4{
	margin-bottom:	30px;
}

.detail_komachi ol{
	counter-reset: li;
    list-style: none;	
}

.detail_komachi ol li{
	font-size: 13px;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 5px;
}

.detail_komachi ol li:before{
	counter-increment: li;
    content: counter(li) ".";	
}

.detail_komachi ul li {
    font-size: 13px;
    line-height: 1.5em;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.detail_komachi ul li:before{
	content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.detail_komachi ul li:last-child, .detail_komachi ol li:last-child{
	margin-bottom: 0;	
}

.detail_komachi a{
	color: #226382;
    text-decoration: underline;
    line-height: 1.7142857143em;
}

.detail_komachi p{
	font-size: 14px;
    line-height: 1.7142857143em;
}

.detail_komachi table{
	width:100%;	
}

.detail_komachi td, .detail_komachi th{
	font-size: 14px;
    line-height: 1.2857142857;
    color: #333;
    padding: 13px 13px 6px 4px;
    border: 1px solid #ccc;
}

.detail_komachi th{
	background-color: #088a96;
    color: #fff;
    padding: 8px 5px 6px;
}

@media (min-width: 992px){
.detail_komachi h1{
    font-size: 32px;
}

.detail_komachi h1, .detail_komachi h2,.detail_komachi h3,.detail_komachi h4{
	margin-bottom:	50px;
}
.detail_komachi ol li{
	font-size: 16px;
    line-height: 1.75em;	
}
.detail_komachi ul li {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.75em;
}
.detail_komachi ul li:before{
	top: 13px;	
}
.no-touchevents .detail_komachi a:hover{
	text-decoration: none;
}
.detail_komachi p{
	font-size: 16px;
    line-height: 1.875em;
}
.detail_komachi td, .detail_komachi th{
	font-size: 16px;
    line-height: 1.875;
    padding: 11px 13px 9px;
}
.detail_komachi th{
	padding: 11px 13px 8px;
}
}