@charset "utf-8";

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

li {
	list-style:none;
}

a {
    color: #444444;
}

h2 {
	margin-bottom:20px;
}

h3 {
	margin:20px 0;
}


.mg_020 {
	    margin: 0 20px;
	    display:block;
}

.font1 {
	color: #333;
    font-size: 18px;
    font-weight: bold;
}

.font1_r,.ChangeElem_Panel span {
	color: #d60023;
    font-size: 18px;
    font-weight: bold;
}
.zisseki_g,.zisseki,.asp_s,.function,.contact_s,.price,.procedure{
	padding:20px 0px;
}
.zisseki_g,.function,.procedure {
	margin-top:30px;
margin-bottom:60px;
	}
.txtC{
	text-align:center;
}
/* フェードイン-----------------------------------------*/
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}


/* コンテンツデザイン-----------------------------------------*/



/* ボタン１ */
.button {
  position: relative;
  display:inline-block;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0 0 10px #d1d1d1;
  z-index:2;
  background:#333;
  margin:5px auto;
  
}
.button:hover {
  color: #333;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* ボタン2 */
.button2 {
  position: relative;
  display:inline-block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0 0 10px gray;
  z-index:2;
  background:#333;
  border: none;
}
.button2:hover {
  color: #333;
  background: #fff;
}

/* ボタン3 */
.button3 {
  position: relative;
  display:inline-block;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0 0 10px #d1d1d1;
  z-index:2;
  background:#ff6332;
  margin:5px auto;
	font-weight:bold;
	width:60%;
  
}
.button3:hover {
  color: #fff;
}
.button3::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button3:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*float*/
.r_left {
	display: block;
	float: right;	
}
.feature .r_left {
	width:240px;
	margin-right:15px;
}

.l_left {
	display: block;
	float: left;
}

.clear {
	clear: both;
}

/*タブ*/
#tab {
	width: 100%;
}

.efo ul {
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
}
.tab {
	background:#fff;
	border-radius: 5px;
    padding: 15px 0px;
	display: block;
	font-size: 14px;
    font-weight: bold;
	box-shadow: 0px 0px 11px -2px #d3d3d3;
}


.is-active span.tab,
.tab:hover {
  background:#d60604;
  box-sizing: border-box;
  color: #fff;
}

.efo .ChangeElem_Btn.is-active .tab{
    color: #FFF;
    background-color: #d60604;
}

.tab2 {
    background: #bd2b27;
    border-radius: 5px;
    padding: 15px 0px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.tab2:hover,
.tab2.is-active {
  background:#262626;
  box-sizing: border-box;
  color: #fff;
}


.tab_c {
	 width: 95%;
    margin: 0 auto;
}

div.text {
	padding: 0 60px;
}


/*コンテンツエリア*/
.content_area {
	width: 100%;
	display: block;
	float: left;
	-webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
	border-right:0px solid #313131;
	text-align: center;
/*	font-size: 1.7vw;*/
	
}
.main_pc {
	display:none;
}
.flex_pc {
	display:flex;
}

/*フレックスボックス*/
*, *:before, *:after {
	box-sizing: border-box;
}
/*フレックスボックス4col*/
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: center;
}
.col_4 > div{
	width: 48%;
padding: 5px;
	margin: 0 auto;
}
.col_4 img{
	width: 100%;
}
/*フレックスボックス3col*/
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: center;
}
.col_3 > div{
	width: 100%;
	padding: 10px;
}
.col_3 img{
	width: 100%;
}

.col_3 > div > a{
	width: 90%;
	}
/*フレックスボックス2col*/
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: center;
}
.col_2 > div{
	width: 100%;
	padding: 10px;
}
.col_2 img{
	width: 100%;
}
/*フレックスボックス終わり*/
.container {
	padding: 0px;
	
    margin: 0 auto;
	overflow: hidden;
}
.tell p:first-child {
	margin: 0 auto;
	width:300px;	
	font-size:13px; 
	border-bottom: solid 1.6px #555;
	}
.ziseki_d {
	max-width:750px;
	margin:0 auto 10px;
}
.ziseki_d img {
	width:100%;
}
@media screen and (min-width:480px) and (max-width:599px) {
    .col_4 > div{
	width: 48%;
	padding: 5px;
	}
.col_4 img{
	width: 250px;
}
    .main_pc {
	display:none;
}
.flex_pc {
	display:none;
}
    .tell p:first-child {
	margin: 0 auto;
	width:300px;	
	font-size:13px; 
	border-bottom: solid 1.6px #555;
	}
    .ziseki_d {
	max-width:750px;
	margin:0 auto;
}
.ziseki_d img {
	width:135px;
}
}
@media screen and (min-width:600px) and (max-width:959px) {
 .col_4 > div{
	width: 33.33333%;
	padding: 10px;
	}
.col_4 img{
	width: 250px;
}
.col_3 > div{
	width: 33.33333%;
	}
.col_3 > div > a{
	width: 100%;
	}

.col_2 > div{
	width: 100%;
	}
.contact {
	width:400px;
	display:block;
	margin:0 auto;
	}
	.contact a {
	display:block;
	width:200px;
	margin:10px 0;
	}
	.tell p:first-child {
	margin: 0 auto;
	width:500px;	
	font-size:20px; 
	border-bottom: solid 1.6px #555;
	}
    .main_pc {
	display:block;
}

.main_sp,.flex_sp {
	display:none;
}
.slider.flex_sp {
	display:none;
}
	
.flex_pc {
	display:flex;
}
}
@media screen and (min-width:600px) and (max-width:815px) {
.main_pc {
	display:block;
}

.main_sp,.flex_sp {
	display:none;
}
.slider.flex_sp {
	display:none;
}
.flex_pc {
	display:flex;
}


.col_4 > div{
	width: 48%;
	padding: 10px;
	}
.col_3 > div{
	width: 33.33333%;
	}
.col_3 > div > a{
	width: 100%;
	}

.col_2 > div{
	width: 100%;
	}
}
@media screen and (min-width:960px) and (max-width:1079px) {
    .main_pc {
	display:block;
}


.flex_pc {
	display:flex;
}

.main_sp,.flex_sp {
	display:none;
}
.slider.flex_sp {
	display:none;
}
	

	
.col_4 > div{
		width: 25%;
	}
.col_3 > div{
	width: 33.33333%;
	}
.col_3 > div > a{
	width: 100%;
	}
	
.col_2 > div{
	width: 50%;
	}

}
@media screen and (min-width:1080px) {
    .col_4 > div{
		width: 25%;
	}
.col_3 > div{
	width: 33.33333%;
	}
.col_3 > div > a{
	width: 100%;
	}
	
.col_2 > div{
	width: 50%;
	}
    .main_pc {
	display:block;
}

.main_sp,.flex_sp {
	display:none;
}
.slider.flex_sp {
	display:none;
}

.flex_pc {
	display:flex;
}
	.contact {
	width:50%;
	display:block;
	margin:0 auto;
	}
	.contact a {
	display:block;
	width:200px;
	margin:10px 0;
	}
}
@media screen and (min-width:1320px) {

	
}
@media screen and (min-width:750px) {
    .feature .r_left {
	    width:400px;
    }
    
}