@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #00926e;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #00926e;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #29ab8b;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #29ab8b; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #92e1cd;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #92e1cd;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #92e1cd;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #92e1cd;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #92e1cd;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #92e1cd;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #92e1cd;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #92e1cd;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #92e1cd;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#cbf3e9;
	color:#333;
}

table.table2 th {
	background-color:#cbf3e9;
	color:#333;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

.tdColorGreen {
	background:#e9fffa !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#00926e;
	border-bottom:1px dotted #CCC;
}



/*//////////////////////////
add for クライアント名
//////////////////////////*/

/* 共通 */

.w100{
	width: 100% !important;
	margin: 0 auto;
}
.w90{
	width: 90% !important;
	margin: 0 auto;
}
.w80{
	width: 80% !important;
	margin: 0 auto;
}
.w70{
	width: 70% !important;
	margin: 0 auto;
}
.w60{
	width: 60% !important;
	margin: 0 auto;
}
.w50{
	width: 50% !important;
	margin: 0 auto;
}
.w40{
	width: 40% !important;
	margin: 0 auto;
}
.w30{
	width: 30% !important;
	margin: 0 auto;
}
.w20{
	width: 20% !important;
	margin: 0 auto;
}
.w15{
	width: 15% !important;
	margin: 0 auto;
}
.w10{
	width: 10% !important;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.w100, .w90, .w80, .w70, .w60, .w50, .w40, .w30{
	width: 100% !important;
}
.w20, .w15, .w10{
	width: 60% !important;
}
}
@media only screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
	color: #333;
}
}
a:hover, a img:hover{
opacity: 0.7;
}
.logo a:hover, .logo a img:hover{
opacity: 1.0;
}
a[href^="tel:"] {
	text-decoration: none !important;	
}
ul.sns_list li{
	display:inline-block;
	margin-right: 5px;
}
ul.sns_list li img{
	width: 46px;
	height: auto;
}
h3.headding_extra,
h4.headding_extra{
	text-align: center;
	border: none;
}
h3.headding_extra span,
h4.headding_extra span{
	font-size: 18px;
	font-weight: normal !important;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	margin-bottom: 20px;
}
h3.headding_extra span::before,
h3.headding_extra span::after,
h4.headding_extra span::before,
h4.headding_extra span::after{ 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h3.headding_extra span::before,
h4.headding_extra span::before{
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}
h3.headding_extra span::after,
h4.headding_extra span::after{
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}
h3.headding_extra2,
h4.headding_extra2{
	text-align: center;	
	background-color: #00926e;
	color: #fff;
	font-weight: normal;
	padding: 0.5em;
	border-radius: 2px;
	border: none;
	font-size: 22px;
}
h5.headding_extra{	
}
@media screen and (max-width: 768px) {
h3.headding_extra2,
h4.headding_extra2{
	font-size: 18px;
}
}
.box_extra01{			/* single_line / no_bg */
	border: 1px solid #ccc;
	padding: 2em 3em;
}
.box_extra01_bg{	/* single_line / bg #fefefe */
	border: 1px solid #ccc;
	padding: 2em 3em;
	background-color: #fefefe;
}
.box_extra02{			/* double_line / no_bg */
}
.box_extra02_bg{	/* double_line / bg #[$] */
	border: 4px double #fff;
	padding: 2em 3em;
	background-color: #E5C85C;
	color: #fff;
}
.box_extra03{			/* bold_line / border-radius / no_bg */
}
.box_extra03_bg{	/* bold_line / border-radius / bg #[$] */
}
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
/* color */
.red {
	color:#bc2d2d !important;
}
.orange {
	color:#E26000 !important;	
}
.yellow {
	color:#E2CB00 !important;	
}
.green {
	color:#3b7a28 !important;
}
.brown {
	color:#a67435 !important;
}
.blue {
	color:#325f99 !important;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#333333 !important;
}
.txtBold {
	font-weight: 900 !important;
}
.link_btn{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #B72F32;
	border-radius: 30px;
	color: #fff;
}
.link_btn2{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #579A43;
	border-radius: 30px;
	color: #fff;
}
table.price_table td{
	text-align: center;
}
a.link_pdf::after{
	content: " \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
a.link_pdf{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #B72F32;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5em;
}
.flex_contact_box{
	display: flex;
	justify-content: space-around;
}
.flex_contact_box .item_btn{
	width: 40%;
}
.flex_contact_box .item_btn a{
	display: block;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #333;
	padding: 0.8em 1em 0.8em 1em;
	border-radius: 6px;
	text-align: center;
}
.flex_contact_box .item_btn a.ico_tel::before{
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
.flex_contact_box .item_btn a.ico_fax::before{
	content: "\f1ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
.flex_contact_box .item_btn a.ico_email::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
}
@media screen and (max-width: 768px) {
.flex_contact_box{
	display: block;
}
.flex_contact_box .item_btn{
	width: 100%;
}
.flex_contact_box .item_btn a{
	padding: 0.8em 0em;
	margin-bottom: 10px;
}
}
ol.circle_num, ol.circle_alpha{
  counter-reset:number;
  list-style-type: none!important;
  padding:0.5em;
}
ol.circle_num li, ol.circle_alpha li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.circle_num li:before{
  content: counter(number);	
}
ol.circle_alpha li:before{
  content: counter(number, upper-alpha);
}
ol.circle_num li:before, ol.circle_alpha li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #333;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 5px;
/*  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
.ceo_name{
	font-size: 16px;
	font-family:"Noto Serif JP","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.before, .after {
	position: relative;
	overflow: hidden;
}
.before::after {
	position: absolute;
	content: " ";
	display: inline-block;
	background: url("../img/common/watermark_before.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26%;
	height: 26%;
	bottom: 1%;
	right: 3%;
	z-index: 1;
}
.after::after {
	position: absolute;
	content: " ";
	display: inline-block;
	background: url("../img/common/watermark_after.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 26%;
	height: 26%;
	bottom: 1%;
	right: 3%;
	z-index: 1;
}
a.scroll_point{
	display: block;
	height: 1px;
	margin-top: -95px;
	padding-top: 95px;
}
@media screen and (max-width: 768px) {
a.scroll_point{
	margin-top: -10px;
	padding-top: 10px;
}
}
ul.float_col2 li{
	float: left;
	width: 18em;
}
ul.float_col2_2 li{
	float: left;
	width: 21em;
	margin-right: 3em;
}
ul.float_col2_3{
	margin-left: 50px;
}
ul.float_col2_3 li{
	display: inline-block;
	margin-right: 2em;
}
@media screen and (max-width: 768px) {
ul.float_col2 li,
ul.float_col2_2 li{
	float: none;
}
ul.float_col2_3{
	margin-left: 0;
}
ul.float_col2_3 li{
	display: block;
}
}
/*tableをスクロールさせる*/
/* 	.scroll=スクロール用テーブル  */
/* 	.fix_table=スクロールしない  */
.fix_table table th,
.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}

@media screen and (max-width: 768px) {
/*tableのセル内にある文字の折り返しを禁止*/
.fix_table, 
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}
/*table右に線*/
.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}
/*tableにスクロールバーを追加*/
.scroll table {
	overflow:scroll;
}
.fix_table table th, 
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border: 1px #ccc solid;
	box-sizing: border-box;
}
.fix_table table td,
.scroll table td {
	width:auto;
	display:table-cell;
	border: 1px #ccc solid;
}
}

/*// リスト //*/

/* 共通 */
.li_disc,.li_num,.li_check,.li_circle{
	margin-left: 20px;
}
/* ディスク */
.li_disc li{
	list-style-type: disc !important;
}
/* 数字 */
.li_num li{
	list-style-type: decimal!important;
}
/* チェックマーク */
.li_check li::before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 0.5em;
}
.li_check li{
	text-indent: -1.4em;
}
/* 黒丸 */
.li_circle li::before{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
	padding-right: 0.5em;
}
.li_circle li{
	text-indent: -1.4em;
}
/* 下線（破線） */
.li_underline li{
	border-bottom: 1px dashed #333;
	margin-bottom: 1.0em;
}
/* 複数カラム */
.li_col2,.li_col3,.li_col4{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.li_col2 li{
	width: calc(50% - 4em);
	margin-right: 4em;
}
.li_col3 li{
	width: calc(33% - 4em);
	margin-right: 4em;
}
.li_col4 li{
	width: calc(25% - 4em);
	margin-right: 4em;
}
@media screen and (max-width: 768px) {
.li_disc,.li_num,.li_check,.li_circle{
	margin-left: 18px;
}
.li_col2,.li_col3,.li_col4{
	display: block;
}
.li_col2 li,.li_col3 li,.li_col4 li{
	width: 100%;
	margin-right: 0;
}
}


/*// 追加 //*/

@media screen and (max-width: 768px) {
.footLogo img{
	width: 70%;
}
}


/* wp */
.btn2 {
  margin-top: 5px;
}
.btn2 a {
  text-align: center;
  text-decoration: none;
  color: #FFF !important;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  line-height: 30px;
  background: #D5BE9C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-shadow: 1px 1px 5px #333;
}
.btn2 a:hover {
    background-color: #D5BE9C;
}

.tx-center {
  text-align: center
}
.tx-left {
  text-align: left;
}
.tx-right {
  text-align: right;
}
.tx_marker {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
  display: inline;
}
.titleWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}
.thumbnail {
    float: left;
}
.thumbnail img {
    width: 100px!important;
}
.data {
    margin-left: 20px;
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 1.1em;
}
.title {
    margin-left: 20px;
    display: inline-block;
}
@media screen and (max-width: 480px) {
.thumbnail {
    float: none;
    text-align: center;
}
.data {
    float: none;
}
.title {
    margin-left: 20px;
    display: block;
}
}
.blog li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

/*===========================
spacer
===========================*/
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}