@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital@1&family=Merriweather+Sans:ital,wght@1,300&family=Noto+Sans+JP:wght@500&display=swap');
@font-face {
    font-family: 'GENJ';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/GenJyuuGothic-Bold.eot');
    src: url('fonts/GenJyuuGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GenJyuuGothic-Bold.ttf') format('truetype'),
    url('fonts/GenJyuuGothic-Bold.woff') format('woff');
}

@media screen and (min-width: 531px){   
	br.pc { display:inline; }
	br.sp { display:none; }
}
@media screen and (max-width: 530px){   
	br.pc { display:none; }
	br.sp { display:inline; }
}

/* General
------------------------------------------------------------ */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
    position: relative;
	overflow: auto;
}

	
body {
  	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;	
	overflow: hidden;
    background-color:#fff;
}

h1{
    padding:0;
    margin:0;
}

h2.h2_title {
	width: 85%;
	height: auto;
	margin: 0 auto 15px;
	padding: auto;
}

h2.h2_title img {
	max-width: 100%;
	height: auto;
}

/* Layout
------------------------------------------------------------ */
.container-fluid {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}

.container {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}

@media (max-width: 769px) {
  .container-fluid {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}

.container {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}
}

div.wrap{
	width:100%;
	margin: 0;
    text-align: center;
    padding-bottom: 0;
}

@media (max-width: 769px) and (min-width: 481px) {
	div.wrap{
		width:100%;
		margin: 0;
		text-align: center;
		padding-bottom:0;
	}
}

@media (max-width: 480px) {
	div.wrap{
		width:100%;
		margin: 0;
		text-align: center;
		padding-bottom:0;
	}
}

.no-gutters {
  	margin:0;
  	padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  	margin:0;
  	padding:0;
}

.content_image {
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.content_image img {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------------------------------
    seciton設定
------------------------------------------------------------ */
section.water_trouble,
section.water_contact-completed,
section.qanda,
section.water_leak,
section.erea_map,
section.customer,
section.contact,
section.about_us {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

section.selected {
	width: 100%;
	margin: -70px auto 0;
	padding: 100px 0 20px 0;
	background-color: #E7F4F5;
}

@media screen and (max-width: 620px) {
	section.selected {
		margin: -40px auto 0;
		padding: 40px 0 20px 0;
	}
}

/* ------------------------------------------------------------
    画像挿入　レスポンシブ
------------------------------------------------------------ */
.image_box {
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 0;
}
.image_box source,
.image_box img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 580px) {
	.image_box {
		margin: 10px auto;
	}
}

/* Header
------------------------------------------------------------ */
.site-header{
	background: #E3F2F4;
	padding: 0;
	width: 100%;
	z-index: 999;
	text-align:center;
	margin:0 auto;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.site-header img{
    max-width:100%;
	height: auto;
}
 
/*Header ロゴ
------------------------------------------------------------ */

.logo_box {
	width: 100%;
	margin:0;
	padding:0;
}

.logo_box_innner_logo {
	width: 40%;
	margin:0;
	padding:0;
	float: left;
}

.logo_box_innner_logo img {
	max-width: 100%;
	height: auto;
}

.logo_box_innner_info {
	width: 60%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}

.logo_box_innner_info img {
	max-width: 100%;
	height: auto;
}

.logo_box_mo {
	display: none;
}

@media screen and (max-width:620px) {
	.logo_box {
		display: none;
	}

	.logo_box_mo {
		display: block;
		width: 100%;
		margin:0;
		padding:0;
	}

	.logo_box_mo img {
		max-width: 100%;
		height: auto;
	}
}


/* Fadein
------------------------------------------------------------ */

.fadein {  
	opacity : 0;
	transform: translateY(20px);  
	transition: 1s;
}

@media (max-width: 769px) {
  	.fadein {  opacity : 0;
	transform: translateY(20px);  
	transition: 0.8s;
}
}


/* Slide
------------------------------------------------------------ */

.slider{
	margin: 0 auto;
	width: 100%;
	
}

.slick-initialized{
    opacity: 1
}

/*slick*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}

/* Slide img
------------------------------------------------------------ */

.hero{
	margin: 0 auto;
	padding: 0 15px;
    width: 100%;
    position: relative;
}

.hero img{
	height: auto;
	max-width: 100%;
}

img.on_slide  {
	position: absolute;
	top: 90px;
	left: 0;
	max-width: 100%;
	height: auto;
}
img.on_slide mo {
	display: none;
}

@media screen and (max-width:769px) {
	img.on_slide {
		display: block;
		position: absolute;
		top: 40px;
		left: 0;
		max-width: 100%;
		height: auto;
	}
}

/* どんな小さなことでも安心してご相談下さい！
------------------------------------------------------------ */

h3.w_trouble_h3 {
	width: 80%;
	margin: 30px auto;
	font-size: 3.1vw;
	font-family: 'GENJ';
	color: #053E81;
}

p.w_trouble_p {
	width: 85%;
	margin: 20px auto;
	font-size: 1.1rem;
	font-weight: 600;
	color: #053E81;
	line-height: 150%;
	text-align: left;
}


@media screen and (max-width:530px) {
	h3.w_trouble_h3 {
		width: 90%;
		margin: 15px auto 15px auto;
		font-size: 1.5rem;
		line-height: 150%;
		text-align: center;
	}

	p.w_trouble_p {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 0.9rem;
	}
}

.water_trouble_category_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.water_trouble_category_box_inner {
	width: 32%;
	margin: 20px auto;
	padding: 0;
}

.water_trouble_category_box_inner img {
	max-width: 100%;
	height: auto;
}

h3.arrow_box {
    position:relative;
    width: 85%;
    background:#3498C4;
	margin: 0 auto;
    padding: 20px;
    text-align:center;
    color:#FFFFFF;
    font-size: 1.4rem;
	font-weight: 600;
	line-height: 150%;
}
h3.arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(52, 152, 196, 0);
    border-top-width: 20px;
    border-bottom-width: 30px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-left: -10px;
    border-top-color:#3498C4;
    top: 100%;
    left: 45%;
	right: -55%;
}

h4.w_trouble_h4 {
	width: 80%;
	margin: 30px auto;
	font-size: 2.8vw;
	font-family: 'GENJ';
	color: #076BB0;
}

@media screen and (max-width:530px) {
	.water_trouble_category_box {
		width: 95%;
	}

	.water_trouble_category_box_inner {
		width: 47%;
		margin: 10px auto;
		padding: 0;
	}

	h3.arrow_box {
		font-size: 1.0rem;
		text-align: left;
	}

	h4.w_trouble_h4 {
		width: 90%;
		margin: 30px auto 0;
		font-size: 1.2rem;
		line-height: 150%;
		text-align: center;
	}
}

/* 選ばれる4つの理由
------------------------------------------------------------ */

table.selected_table {
	width: 75%;
	margin: 25px auto;
	border-collapse: collapse;
	border: 3px solid #1E89B4;
}

th.title_1,
th.title_2,
th.title_3,
th.title_4 {
	position: relative;
	padding: 20px 20px 20px 0;
	background-color: #053E81;
	text-align: left;
}

th p {
	color: #FFFFFF;
	font-size: 1.8rem;
	font-family: 'GENJ';
	font-weight: 600;
	margin-left: 145px;
}

th.title_1::before {
	content: url("../image/selected_reason_1.png");
	position: absolute;
	bottom: 20px;
	left: 0;
}
th.title_2::before {
	content: url("../image/selected_reason_2.png");
	position: absolute;
	bottom: 20px;
	left: 0;
}
th.title_3::before {
	content: url("../image/selected_reason_3.png");
	position: absolute;
	bottom: 20px;
	left: 0;
}
th.title_4::before {
	content: url("../image/selected_reason_4.png");
	position: absolute;
	bottom: 20px;
	left: 0;
}

td img {
	max-width: 100%;
	height: auto;
}

td.selected_detail {
	background-color: #E7F4F5;
	padding: 20px;
	text-align: left;
}

td.selected_detail p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 150%;
}

@media screen and (max-width:900px) {
	
	th.title_1::before {
		content: url("../image/selected_reason_1_s.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th.title_2::before {
		content: url("../image/selected_reason_2_s.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th.title_3::before {
		content: url("../image/selected_reason_3_s.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th.title_4::before {
		content: url("../image/selected_reason_4_s.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th p {
		font-size: 1.5rem;
		font-weight: 600;
		margin-left: 120px;
	}
	td.selected_detail p {
		font-size: 1.0rem;
	}
}

@media screen and (max-width:620px) {
	table.selected_table {
		width: 90%;
		margin: 15px auto;
		border-collapse: collapse;
		border: 3px solid #1E89B4;
	}
	th.title_1::before {
		content: url("../image/selected_reason_1_ss.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th.title_2::before {
		content: url("../image/selected_reason_2_ss.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th.title_3::before {
		content: url("../image/selected_reason_3_ss.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th.title_4::before {
		content: url("../image/selected_reason_4_ss.png");
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	th p {
		font-size: 1.2rem;
		font-weight: 600;
		margin-left: 100px;
	}
	td.selected_detail {
		padding: 10px;
	}
	td.selected_detail p {
		font-size: 0.9rem;
	}
}

/* お問い合わせから修理完了の流れ
------------------------------------------------------------ */
.flow_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	border: 2px solid #076BB0;
	margin: 0 auto;
	padding: 10px 20px;
}

.flow_box_mo_1,
.flow_box_mo_2,
.flow_box_mo_3,
.flow_box_mo_4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 90%;
	border: 2px solid #076BB0;
	margin: 15px auto;
	padding: 10px;
}

.flow_box_mo_1::before {
	content: url("../image/step1.png");
	position: absolute;
	top: -40px;
	left: -2px;
}
.flow_box_mo_2::before {
	content: url("../image/step2.png");
	position: absolute;
	top: -40px;
	left: -2px;
}
.flow_box_mo_3::before {
	content: url("../image/step3.png");
	position: absolute;
	top: -40px;
	left: -2px;
}
.flow_box_mo_4::before {
	content: url("../image/step4.png");
	position: absolute;
	top: -40px;
	left: -2px;
}

.flow_box_inner_photo {
	width: 35%;
}

.flow_box_inner_photo img {
	max-width: 100%;
	height: auto;
}

.flow_box_inner_photo img.flow_mo_photo {
	max-width: 100%;
	height: auto;
	margin-top: -30px;
}

.flow_box_inner_detail {
	width: 62%;
	text-align: left;
}

.flow_box_inner_detail h4 {
	margin: 15px 0;
	font-size: 1.4rem;
	font-weight: 600;
	color: #076BB0;
}

@media screen and (max-width:520px) {
	.flow_box_inner_detail h4 {
		margin: 10px 0;
		font-size: 1.2rem;
	}
}

/* よくあるご質問
------------------------------------------------------------ */
section.qanda {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	height: auto;
	background-color: #FFFFFF;
}
.qanda_qabox {
	width: 85%;
	margin: 20px auto;
	padding: 20px 40px ;
	border: 3px solid #11A196;
	text-align: left;
}
.qanda_question_box {
	position: relative;
	padding: 0;
}
p.qanda_question {
	margin-left: 40px;
	padding-bottom: 10px;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.8rem;
}
.qanda_question_box::before {
	position: absolute;
	top: -25px;
	left: -20px;
	content: "Q";
	margin: 15px;
	font-family: 'STIX Two Math', serif;
	font-size: 2rem;
	color: #CC3333;
}
.qanda_answer_box {
	position: relative;
	margin-left: 50px;
	padding: 10px;
}
p.qanda_answer {
	margin-left: 30px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8rem;
	vertical-align: top;
}
.qanda_answer_box::before {
	position: absolute;
	top: 0;
	left: -5px;
	content: "A";
	font-family: 'STIX Two Math', serif;
	font-size: 2rem;
	color: #4599B7;
}

.qaline {
	width: 90%;
	margin: 15px auto 20px;
	border: 1px dashed #11A196;
}

@media screen and (max-width:530px) {
	.qanda_qabox {
		padding: 20px 15px ;
	}
	.qanda_answer_box {
		margin-left: 0;
	}
}

/* 水漏れは危険
------------------------------------------------------------ */
.water_leak_box {
	position: relative;
	width: 85%;
	margin: 0 auto 20px;
	padding: 30px 20px;
	border: 5px solid #E71F19;
}

.water_leak_photo_box {
	width: 80%;
	margin: 0 auto;
	border: 8px solid #CCCCCC;
}

.water_leak_photo_box::after {
	content: url('../image/lady.png');
	position: absolute;
	top: -100px;
	right: 20px;
}

.water_leak_photo_box img {
	max-width: 100%;
	height: auto;
}

p.water_leak_p {
	margin-top: 20px;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 150%;
	text-align: left;
}

@media screen and (max-width:600px) {
	.water_leak_photo_box {
		width: 100%;
		margin: 0 auto;
		border: 8px solid #CCCCCC;
	}
	.water_leak_photo_box::after {
		content: url('../image/lady_mo.png');
		top: -70px;
		right: -20px;
	}
}

/* 対応可能エリア
------------------------------------------------------------ */
.map_box {
	width: 85%;
	margin: 0 auto 20px;
	padding: 30px;
	background-color: #E5EEF3;
	border: 2px solid #1C96D4;
}

h3.erea_h3 {
	width: 85%;
	margin: 15px auto;
	padding: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background: url('../image/erea_h3_back.png') repeat-x;
}

p.erea_p {
	margin: 15px auto;
	font-size: 1.0rem;
	font-weight: 500;
	text-align: left;
}

@media screen and (max-width:530px) {
	.map_box {
		width: 90%;
		margin: 0 auto 10px;
		padding: 15px;
	}
	h3.erea_h3 {
		width: 100%;
		padding: 20px 5px;
		font-size: 1.2rem;
	}
}


/* お客様の声
------------------------------------------------------------ */
.clip {
	margin: 0;
	padding: 0;
	position: relative;
}

.clip::after {
	content: url('../image/clip.png');
	position: absolute;
	top: -50px;
	right: 200px;
}

.customer_box {
	width: 100%;
	margin: 0 auto 20px;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #F4DAB8;
}

.customer_voice {
	width: 44%;
	margin: 20px auto;
	padding: 0;
}

.customer_voice img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width:531px) and (max-width:780px) {
	.customer_box {
		padding: 30px;
	}
	.clip::after {
		right: 50px;
	}
}

@media screen and (max-width:530px) {
	.customer_box {
		padding: 10px;
	}
	
	.customer_voice {
		width: 90%;
		margin: 15px auto;
	}
	.clip::after {
		right: 30px;
	}
}

/* お問い合わせ
------------------------------------------------------------ */
section.contact {
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0;
}
h2.subpage_h2_ti_contact {
	position: relative;
	padding: 1rem .5rem;
	width: 70%;
	margin: 0 auto 20px;
	font-size: 2.6vw;
	color: #60A933;
}
h2.subpage_h2_ti_contact::before {
	position: absolute;
	top: -5%;
	left: 0;
	content: url('../image/mail.png');
	z-index: 100;
}
h2.subpage_h2_ti_contact::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-linear-gradient(right, #EF888B 0%, #F6DB5A 100%);
	background-image: linear-gradient(to left, #EF888B 0%, #F6DB5A 100%);
}
p.contact_p {
	width: 90%;
	margin: 20px auto;
	padding: 10px;
	line-height: 160%;
	text-align: center;
}


/* Form table
------------------------------------------------------------ */
div.formbox{
	width:85%;
	margin:0 auto;
}
	
@media (max-width: 769px) and (min-width: 481px) {
	div.formbox{
		width:90%;
		margin:0 auto;
	}
}
	
@media (max-width: 480px) {
	div.formbox{
		width:95%;
		margin:0 auto;
	}
}
	
dd.fx {
	text-align: center;
}
	
div.table{
	width:100%;
	margin: 20px auto 0;
}
	
.table dl,.table dt,.table dd {
	margin: 0 auto;
	font-size:1rem;
}
	
.table dl {
	display:table;
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-style: none solid none solid;
	width:100%;
}
	
.table dl:last-child {
	border-style:none solid solid solid;
}
	
.table dt {
	font-weight:500;
	vertical-align:middle;
	display:table-cell;
	padding:3px 0 3px 15px;
	min-height:1.5em;
	text-align: left;
	border-top: 1px solid #ccc;
	width: 40%;
}
	
.table dd {
	display:table-cell;
	min-height:1.5em;
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:15px 0 10px 20px;
}
	
dd.inner-c {
	width:100%;
	padding:0;
}
	
dl.inner-a {
	width:100%; 
	padding:0; 
	margin:0; 
	text-align:left;
}
	
dt.inner-b {
	vertical-align:middle;
	display:table-cell;
	background:#CCFFFF; 
	width:50%;
}
	
span.red {
	color: crimson;
	font-size: 1rem;
}
input[type=date]::-webkit-calendar-picker-indicator {
	width: 150px;
	height: 30px;
}
input[type=date]::-webkit-calendar-picker-indicator:before {
	color: #666;
	font-family: FontAwesome;
	content: "\f073";
}
.privacy_box {
	width: 100%;
	height: 200px;
	margin: 20px auto 0;
	padding: 5px;
}

@media screen and (max-width: 970px) {
	div.table{
		width:93%;
		margin: 20px auto 0;
	}
		
	.table dd{
		border-left:none;
		margin-left:auto;
			text-align: left;
	}
	 
	.table dt{
		padding-left:5px;
		text-align:left;
		width: auto;
		font-weight:600;
	}
	 
	.table dl{
		width:auto;
		max-width:100%;
	}
	 
	.table dt,.table dd,.table dl{
		display:block;
		font-size:1rem;
	}
		
	dd.inner-c{
		width:100%;
		text-align:left;
	}
	
	dl.inner-a{
		width:100%; 
		padding:0; 
		margin:0; 
		text-align:left;
	}
	
	dt.inner-b{
		background:#CCFFFF; 
		width:100%; 
		text-align:left;   
	}
	
	span.red{
		color: crimson;
		font-size: 1rem;
	}
	input[type=date]::-webkit-calendar-picker-indicator {
		width: 150px;
		height: 30px;
	}
	input[type=date]::-webkit-calendar-picker-indicator:before {
		color: #666;
		font-family: FontAwesome;
		content: "\f073";
	}
}

@media screen and (max-width:769px) {
	h2.subpage_h2_ti_contact {
		font-size: 3.0vw;
		width: 70%;
	}
	h2.subpage_h2_ti_contact::before {
		top: -5%;
		left: -15%;
	}
}

@media screen and (max-width:530px) {
	h2.subpage_h2_ti_contact {
		font-size: 1.3rem;
		width: 90%;
	}
	h2.subpage_h2_ti_contact::before {
		width: 94px;
		max-width: 60%;
		top: -5%;
		left: -20%;
	}
}


/* about us
------------------------------------------------------------ */
section.about_us {
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0;
	background-color: #FAFDFE;
}
table.about_us_table {
	width: 80%;
	margin: 20px auto;
}
table.about_us_table,
table.about_us_table th,
table.about_us_table td {
	border-collapse: collapse;
	border: 1px solid #3399CC;
	line-height: 1.5;
}
table.about_us_table th {
	width: 25%;
	padding: 15px;
	color: #FFFFFF;
	background-color: #000031;
	text-align: left;
}
table.about_us_table td {
	width: 75%;
	padding: 15px;
	text-align: left;
}

@media screen and (max-width:530px) {
	table.about_us_table {
		width: 90%;
	}
	table.about_us_table th,
	table.about_us_table td {
		display: block;
		width: 100%;
		text-align: center;
	}
}

/* Footer
------------------------------------------------------------ */
.footer_box {
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
    background-color: #94D3DB;
}

.footer_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.footer_logo_box {
	width: 45%;
	margin: 0 auto;
	padding: 0;
}

.footer_logo_box img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:530px) {
	.footer_box_inner {
		width: 90%;
	}
	.footer_logo_box {
		width: 100%;
	}
}

/* Footer-bar
------------------------------------------------------------ */

#bottoma{
	opacity:0;
}

#heada{
    width:100%;
 	background-color:#fff;
    margin-bottom: 0;
  	text-align: center;
  	overflow: hidden; 
    position: fixed;
    top:0px;
    right: 0;
    height:78px;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    z-index: 100;
}



.bottom{
 	background-color:#fff;
  	margin-bottom: 0;
  	text-align: center;
  	overflow: hidden; 
    position: fixed;
    bottom:-200px;
    right: 0;
    width:100%;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    z-index: 100;
}

.footerbar{
    	width:100%;
    	padding-top:0;
}

.footerbar img{
        max-width:70%;
}

@media (max-width: 769px) and (min-width: 531px) {

#bottomb{
    	opacity:0;
}
    
.footerbar{
    	width:100%;
    	padding:0;
    	overflow: hidden;
    	position: fixed;
    	bottom:0;
    	right: 0;
    	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    	background-color:#fff;
    	z-index: 100;
    	text-align:center;
}  

.footerbar img{
        max-width:85%;
}
    
span.m2{
    	display: none !important;    
}  
}

@media (max-width: 530px) {

#bottomb{
    	display: none;
    	opacity:0;
}
    
.footerbar{
    	width:100%;
    	padding:0;
    	overflow: hidden;
    	position: fixed;
    	bottom:0;
    	right: 0;
    	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    	background-color:#fff;
    	z-index: 100;
    	text-align:center;
}  


.footerbar img{
        max-width:100%;
}
    
span.m1{
    	display: none !important;    
}  
span.m2{
    	display: block !important;    
} 
}


/* Copyright
------------------------------------------------------------ */

div.copyright {
    width:100%;
  	padding-top: 7px;
  	padding-bottom: 7px;
	background-color: #004762;
	color:#fff;
    font-size: 0.8rem;
}


@media (max-width: 769px) {
  
footer {
	width:100%;  
  	padding: 0;
	color: #000;
  	background-color:#F5F5F5;
	box-sizing: border-box;
    	
}

footer img{
	max-width: 100%;
}

footer.logo{
	text-align: center;
	vertical-align:middle;
}

footer h2{
	color:#036EB8;
	font-size:1rem;
	font-weight:600;
	padding:0;
	margin:0 0 5px 0;
}

div.copyright {
	width:100%;
  	padding-top: 6px;
  	padding-bottom: 6px;
	font-size: 0.8rem;
}
}


/* totop
------------------------------------------------------------ */

.page_top {
  color: #fff;
  background-color: fff;
  text-decoration: none;
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  display: none;
  font-size: 1.5rem;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 0x;
  text-align: center;
  cursor: pointer;
  z-index: 77777;
  background: url(../image/totop.png) no-repeat top center;
}

.page_top:hover {
  color: #fff !important;
  background-color: #fff;
  text-decoration: none;
  width: 72px;
  height: 72px;
  line-height: 72px;
  opacity: 1;
  background: url(../image/totop2.png) no-repeat top center;
}

@media screen and (max-width: 600px)  {
  .page_top {
    color: #fff;
    background-color: fff;
    text-decoration: none;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    display: none;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    z-index: 77777;
    background: url(../image/totop_mo.png) no-repeat top center;
  }

  .page_top:hover {
    color: #fff !important;
    background-color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    background: url(../image/totop_mo2.png) no-repeat top center;
  }
}


/* Copyright
------------------------------------------------------------ */

div.copyright {
    width:100%;
  	padding-top: 7px;
  	padding-bottom: 7px;
	background-color: #1656A6;
	color:#fff;
    font-size: 0.8rem;
}

@media (max-width: 769px) {
  
	footer {
		width:100%;  
		padding: 0;
		color: #000;
		background-color:#F5F5F5;
		box-sizing: border-box;
			
	}

	footer img{
		max-width: 100%;
	}

	footer.logo{
		text-align: center;
		vertical-align:middle;
	}

	footer h2{
		color:#036EB8;
		font-size:1rem;
		font-weight:600;
		padding:0;
		margin:0 0 5px 0;
	}

	div.copyright {
		width:100%;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 0.8rem;
	}
}


@media screen and (min-width: 770px) {
	.mo {
			display: none !important;
	}
	
	.pc {
			display: block !important;
	}
}
	
@media screen and (max-width: 769px) and (min-width: 481px)  {
	.mo {
			display: block !important;
	}
	
	.pc {
			display: none !important;
	}
	
	span.m2{
		display: none !important;    
	}  
}
	
@media screen and (max-width: 480px) {
	.mo {
			display: block !important;
		 
	}
	
	.pc {
			display: none !important;
	}
	
	span.m1{
		display: none !important;    
	}  
	span.m2{
		display: block !important;    
	} 
}
	