@charset "utf-8";


/*************************************************/
/*************************************************/
/*************************************************/
/**************** media queries ******************/
/*************************************************/
/*************************************************/
/*************************************************/


@media only screen and (max-width:1000px) {
body{
    margin: 0px;
    padding: 0px;
    min-width: 0px;
    font-size: 1.3rem;
}
.header_tel {
    display:none;
}
.header_gl,.header_icon{
display:none;
}

/*----------------------------------------------------- container */

.wrap_width {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.wrap_over {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
#container {
    padding:40px 20px;
}
body#home #container {
    padding:0;
}
/*----------------------------------------------------- header */
#header {
    width: 100%;
    z-index: 10;
    position: relative;
}
#header .inner {
    position: relative;
    background: rgba(0,0,0,0.7);
    text-align: left;
    padding: 0;
    height: 70px;
    z-index: 100;
}
.logo {
    padding: 22px 0 0 20px;
    margin: 0;
    font-size: 0;
    border: none;
}
.logo img{
width:200px;
}
.header_tel {
    display:none;
}
.notice2{
	position: absolute;
	left: 50%;
	top: 80%;
	margin: 0;
	padding: 0;
	width: 80%;
	margin-left: -40%;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}

/*----------------------------------------------------- navi */
#naviarea {
    position: absolute;
    top: -800px;
    width: 100%;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    opacity: 0.5;
    z-index: 0;
    margin: 0;
    background: #222;
}
.openNav #naviarea {
    display: block;
    opacity: 1;
    top: 70px;
    left: 0;
}
.navi {
    font-size: 12px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.navi li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    border-bottom: 1px solid #333;
}
.navi li:last-child {
    border: none;
}
.navi li a {
    width: 100%;
    color: #fff;
    background: none;
    border: none;
    margin: 0;
    padding: 10px 20px;
    text-align: left;
    background: #111;
    text-decoration: none;
    font-size: 12px;
}
.navi li a:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}
	
	
	/*階層*/
.navi li ul.sub{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.navi li ul.sub li{
	height:auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display:block;
	border-bottom: 1px solid #333;
}
	.navi li ul.sub li:last-child{
border:none;
}
.navi li:hover ul.sub li{
	height:auto;
}

.navi li ul.sub li a{
	display:block;
	overflow: visible;
	white-space: nowrap;
	padding:10px 20px 10px 40px;
	line-height: 1em;;
	font-weight: normal;
	font-size:12px;
	background: #222;
	color:#ccc;
	text-decoration: :none;
}
.navi li ul.sub li a:hover{
background: #fff;
	color:#333;
	text-decoration: none;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
#navToggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 30px;
    height: 25px;
    cursor: pointer
}
#navToggle div {
    position: relative
}
#navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 4px #ccc;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
    top: 0
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px
}
.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}
.openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navi li.gl{
display:block;
}


}


@media only screen and (max-width:640px) {

body{
    margin: 0px;
    padding: 0px;
    min-width: 0px;
    font-size: 1.3rem;
}

.pc_only{
display:none;
}
.sp_only{
display:inherit;
}
.greeting_image{
width:100%;
float:none;
margin:0 0 20px 0;
}





/*----------------------------------------------------- toppage */

#topimage {
    min-height: 100vh;
}
.copy {
    position:static;
    left:inherit;
    top:inherit;
    margin: 0;
    padding-top:50vh;
    margin-left:0;
}
.copy img{
width:70%;
}




.top_announcement .inner {
    padding: 30px 20px;
}
.top_announcement .inner2 {
	padding: 30px 20px;
}
.ann_title{
font-size: 1.4em;
}
.ann_table th{
width:30%;
clear:both;
float:left;
}
.ann_table td{
width:70%;
float:right;
}
.ann_title br,.ann_tel br,.ann_body h3 br{
display:inline;
}



.top_vision {
    margin-top:0px;
}
.top_vision .inner {
    height: auto;
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;/*flex-start*/
    
}
.top_vision .tv01 {
    position:static;
    width: 100%;
    height: auto;
    background: #eee;
    padding: 30px;
}
.top_vision .tv02 {
    position: static;
    width: 50%;
    height: 20vh;
    top:auto;
    overflow: hidden;
}
.top_vision .tv03 {
    position: static;
    width: 50%;
    height: 20vh;
    top:auto;
    overflow: hidden;
}
.top_vision .tv02 img,
.top_vision .tv03 img{
width:100%;
height: 20vh;
object-fit: cover;
}
.top_vision .tv01 h2 {
    font-size: 15px;
}
.top_vision .tv01 h2 span {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
}
.top_article {
background-size: cover;
}
.top_article .inner {
    padding: 30px 20px;
}
.top_article ul li {
    width: 100%;
    margin:0 0 30px 0;
}
.top_support {
background-size: cover;
}
.top_support .inner {
    padding: 30px 20px;
}
.top_support ul li {
    width: 100%;
    margin:0 0 30px 0;
}
.top_news {
    padding: 30px 0 60px 0;
}
.top_news ul {
    padding: 0 20px;
}

.top_news ul li span {
display: block;
}

/*----------------------------------------------------- footer */

.pagetop{
display:none;

}

#footer {
    text-align: center;
}
.navi_footer {
    text-align: center;
}
.navi_footer li {
    margin: 1px 0;
    padding: 0;
    display: inline-block;
}


.footer_icon{
margin:0 0 30px 0;
padding:0;
list-style: none;
position: relative;
	left: auto;
	top: auto;
    text-align: center:
}
.footer_icon li{
margin:0 3px;
padding:0;
float:none;
display:inline-block;
}




#footer a {
    color: #ccc;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

.address span{
    display:block;
    padding: 0;
}
.address img {
    width:150px;
}

.footer_contact ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.footer_contact ul li:last-child {
    text-align: center;
}
.footer_contact ul li a {
    display: block;
    padding: 20px 0;
    background: #0066CC;
}
.footer_contact ul li:last-child a {
    padding: 20px 0 ;
    background: #FFFF00;
}
.footer_contact ul li img{
    width:70%;
}

/*----------------------------------------------------- headline */
#pagetitle {
}
#pagetitle h1 {
    text-align: center;
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: 0em;
}
#pagetitle h1 span {
    letter-spacing: 0em;
}
h2 {
    text-align: center;
    background: url("../img/bg_line01.png") no-repeat center bottom;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    font-size: 1.4em;
}
h3 {
    margin: 10px 0;
    padding: 0 0 0 0px;
    font-size: 1.1em;
}
h2.img img{
		width: 100%;
	}


/*----------------------------------------------------- artice */
.artice {
}
.artice_common {
    width: 100%;
}
.artice_photo {
    width: 100%;
}
.artice_detail {
    width: 100%;
}

.list_photo {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.list_photo li {
    float: left;
    width: 60px;
    margin: 0 8px 8px 0;
}
.list_photo li a {
    display: block;
}
.list_photo li a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}


.list_box {
    width: 48%;
}
.list_box .l_photo img {
    width: 100%;
    height: 120px;
}

.artice_list::after{
  display: none;
}


/*----------------------------------------------------- page */
.greeting{
text-align: left;
}
.greeting br{
display: none;
}


.table01 th {
    width: 100%;
display: block;
border:none;
}
.table01 td {
display: block;
border:none;
}

.tel_form span{
display:block;
}

.table_form th {
    width: 100%;
display: block;
border:none;
padding:0;
background: none;
}
.table_form td {
display: block;
border:none;
padding:0 0 20px 0;
}
.table_form td span{
display: block;
}
.table_form input[type=text] {
    width: 100%;
}
.table_form.checkpage th{
background: #eee;
padding:2px 5px;
}

.tab_item {
    width: calc(100%/2);
    margin:0;
}

.step{
}
.step h3{
width:100%;
}
.step p{
width:100%;
}

.satei_wrap{
margin:0;
}
.satei{
width:100%;
}

.bg_rs01,.bg_rs02{
background: none;
padding:0;
}

.trouble li{
padding:5px 5px 5px 40px;
margin:0 0 5px 0;
font-size: 1.2em;
width:100%;
}
.trouble li:nth-child(2){
margin:0 0 5px 0;
}
.trouble li:nth-child(3){
margin:0 0 5px 0;
}

.katuyou li{
width:49%;
}
.katuyou li img{
width:30%;
}
.katuyou::after {
    content: "";
    display: block;
    width: 49%;
    margin: 0 0 10px 0;
}



.tablist li{
margin:0;
padding:0;
width: calc(100%/2);
float: left;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
.box_exp .body{
	padding:10px 20px;
	}
.box_hikaku div{
	width:100%;
	float:none;
}
.box_hikaku div:last-of-type{
	float:none;
}
.nanto{
	font-size: 1.1em;
	background-position: center bottom 3px;
	}



/*YT埋め込み*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  margin:0 0 30px 0;
}
.youtube iframe {
margin:auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sm01 a{
color:#8E4CD7 !important;
}
.sm02 a{
color:#52BD38 !important;
}
.sm03 a{
color:#FD1A1E !important;
}


}