@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}
/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}
/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}
/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}
*+html .clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
img {
  vertical-align: top;
}
li img, dl img {
  display: block;
  vertical-align: baseline;
}
.pageTitle *,
#main *{
  box-sizing: border-box;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 7px;
  padding: 10px 0 11px;
  background: url(../../img_tt/common/com_bg.gif) repeat left top;
  border-bottom: 1px solid #CCC;
  margin-top: 143px;
}
@media all and (min-width: 0px) and (max-width: 768px) {
    .pageTitle {
        margin-top: 25px;
        padding: 0px;  
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
  margin-bottom: 11px;
  padding: 14px 2px 11px;
  font-size: 22px;
  border-top: 2px solid #f3990f;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
#main .headLine01 strong{
  color: #f3990f;
  font-size: 110%;
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
}
#main .comTable th, #main .comTable td {
  padding: 7px 8px;
  color: #000;
  font-size: 1.4em;
  line-height: 1.6;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #FEFFFE;
  border-right: 1px solid #FEFFFE;
  background-color: #F6F6F6;
}
#main .comTable th {
  padding: 12px 5px;
  color: #FFF;
  background-color: #f3990f;
}

.colorbox_block {
    margin: 0 auto;
    overflow: hidden;
    background: #FFF;
    display: flex;
    width: 100%;
}
.colorbox_block_inner {
    /*padding-right: 50%;*/
    width: 50%;
}
.colorbox_block_img {
    margin-left: 20px;
}
.colorbox_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}
.colorbox_ttl span {
    display: inline-block;
    font-size: 18px;
    color: #F3990F;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}
.colorbox_block_inner a {
    display: block;
    position: relative;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 15px;
    background: #EC1003;
}
.colorbox_block_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.colorbox_block_inner a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.colorbox_block_inner p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
  margin-top: 15px;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
body.nonehf #header,
.nonehf .fBox,
.nonehf #gNavi,
.nonehf .fInner {
    display: none !important;
}
.nonehf .pageTitle {
    margin-top: 0;
}
@media all and (min-width: 0px) and (max-width: 768px) {
    .colorbox_block_inner p br,
    .colorbox_block_img,
    body.nonehf #header {
        display: none !important;
    }
    body.nonehf {
        padding-top: 0 !important;
    }
    .popup-inner {
        padding: 20px;
    }
    .colorbox_ttl {
        font-size: 18px;
    }
    .colorbox_block_inner p {
        font-size: 14px;
    }
    .colorbox_block_inner {
        width: 100%;
    }
}

.tab_box {
	margin-bottom: 50px;
}
.tab-area {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.tab-area .tab {
	cursor: pointer;
	display: inline-block;
	border: 2px solid #F3990F;
	width: 300px;
	padding: 15px;
	text-align: center;
	font-weight: bold;
}
.tab-area .tab:hover,
.tab-area .tab.active {
	color: #FFF;
	background: #F3990F;
}
.tab-area .tab + .tab {
	margin-left: 10px;
}
.content-area {
}
.content-area .content {
	display: none;
}
.content-area .content ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.content-area .content ul li {
	max-width: 306px;
}
.content-area .content ul li + li {
	margin-left: 40px;
}
.content-area .content ul li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.content-area .content.show {
	display: block;
}
.content-area .service_li02_text {
	margin-top: 20px;
	padding-left: 10px;
	border-left: 5px solid #F3990F;
}
.cau {
	text-align: right;
	margin-top: 10px;
}
@media all and (max-width: 768px) {
	.tab-area {
		display: block;
		margin: 20px 0;
	}
	.tab-area .tab {
		display: block;
		width: 100%;
		padding: 15px;
	}
	.tab-area .tab + .tab {
		margin-left: 0;
		margin-top: 10px;
	}
	.content-area .content ul {
		display: block;
	}
	.content-area .content ul li {
		margin: 0 auto !important;
	}
	.content-area .content ul li + li {
		margin-top: 15px !important;
	}
	.content-area .service_li02_text {
		margin-top: 20px;
		font-size: 20px;
	}
}


