@charset "utf-8";


/*add2016
******************************/
body {
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-animation: fadeIn .5s ease 0s 1 normal;
}
img{
-webkit-backface-visibility: hidden;
}
a:hover{
	text-decoration: none;
}

@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
/**********/
a img {
  border:none;
  outline:none;
}
.top-padding-fixonly {
	padding-top: 0 !Important;
}
.list_tbl {
	font-size:0.72em
}
	.tbl_logo {
		width:20%;
	}

*:focus {
  outline: none;
}
#nav ul {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    padding: 0;
}
/**********************/
@media screen and (max-width:767px){
  .pc-headerOnly {
    display:none;
  }
}

/**li tab*/
.tab_ttl {
	font-size:0.9em;
			line-height:130%;
	width:24%;
	border:4px solid #222;
}
.tab_tbl {
	font-size:0.8em;
	line-height:140%;
	text-align:left;
}
	.logo_w {
	width:66px !important;
}
	.form_w {
	display:block;
width:50%;
	margin:0.2em 0 0.6em 0.1em;
}
.tab_f0 {
			font-size:1.1em;
			font-weight:bold;
			margin-top:0.3em;
	}
.tab_f1 {
			font-size:1.1em;
			font-weight:bold;
			margin-top:0.3em;
	}
.tab_f2 {
		    font-size:0.9em;
			font-weight:bold;
	}


/*********PC振り分け*********/
.pc_only {
	display:block;
}
.smp_only {
	display:none;
}

/* top2へこれ
-----------------------------------------------------------------------*/
#page-top_img {
    position: fixed;
    bottom: 70px !important;
    right: 0px;
    font-size: 77%;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#page-top_img a {
    text-decoration: none;
    padding: 0;
    text-align: center;
    display: block;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#page-top_img a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/*-------------------------至急追加20181112------------------------*/
 table.juumin_table tbody th {
    background-color: #f3f3f3;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 100;
    word-break: break-all;
}

table.juumin_table td {
    padding: 8px 10px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    word-break: break-all;
}

th {
    text-align: left;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
th {
    font-weight: bold;
    text-align: -internal-center;
}
/*user agent stylesheet
td, th {
    display: table-cell;
    vertical-align: inherit;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}*/
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}*/
table.juumin_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 30px 0 20px;
    table-layout: fixed;
    word-wrap: break-all;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}
/*user agent stylesheet
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}*/


.under_ttl.juumin_main span {
    font-size: 23px;
    color: #ef6565;
	padding-left: 0;
}



/*******未設定*↓**********************/
@media (max-width : 767px ){
.h_clear {
	width: 99%;
	height: 70px;
}
.table_style_pc_smp {
	font-size: 0.7em;
}
.top-padding-fixonly {
	padding-top: 70px !Important;
}
	.list_tbl {
	font-size:0.67em;
}
		.tbl_logo {
		width:20%;
	}
	.tab_ttl {
	font-size:0.72em !important;
		line-height:140%;
}
	.tab_tbl {
		font-size:0.7em;
			line-height:140%;
	text-align:left;
}
	.logo_w {
	width:66px !important;
}
	.form_w {
	display:block;
width:50%;
	margin:0.2em 0 0.6em 0.1em;
}

.tab_f1 {
	
	line-height:100% !important;
	font-weight:bold;
	margin:0.3 0 0;padding:0;
	}
	.tab_f2 {
				font-size:0.6em !important;			line-height:100% !important;
			font-weight:bold;
		margin:0;padding:0;
	}
	
	/*********SMPtab振り分け*********/
.pc_only {
	display:none;
}
.smp_only {
	display:block;
}
	

}

@media (max-width:767px) {
.tab_ttl {
	font-size:0.7em !important;
	line-height:140%;
}
.tab_tbl {
	font-size:0.62em;
	line-height:140%;
	text-align:left;
}
.logo_w {
	width:60px !important;
}
.form_w {
	display:block;
    width:75%;
	margin:0.2em 0 0.6em 0.1em;
}
.tab_f1 {
	font-size:1em !important;
	line-height:100% !important;
	font-weight:bold;
	margin:0.3 0 0;padding:0;
	}
.tab_f2 {
	font-size:0.6em !important;
	line-height:100% !important;
	font-weight:bold;
	margin:0;padding:0;
	}
	
	
.h_clear {
	width: 99%;
	height: 70px;
}
.table_style_pc_smp {
	font-size: 0.7em;
}
.top-padding-fixonly {
	padding-top: 50px !Important;
}
.list_tbl {
	font-size:0.67em
}
.tbl_logo {
	width:20%;
	}
	
/*********SMPtab振り分け*********/
.pc_only {
	display:none;
}
.smp_only {
	display:block;
}

}


/*****************************/

.table_style_pc_smp {
	font-size: 0.8em;
}
.h_clear {
	display: none;
}
.smp_navcolor {
	background-color: #0f4d91;
	border: #fff solid 1px !Important;
	
}
.netterabi {
	font-weight: blod;
	font-size: 16px;
	color: #2CBFAF;
}
/*******************************************************************/
a {
	/* FireFox リンク選択時の点線を消す　*/
	overflow: hidden;
	outline: none;
}
a:focus {
	outline: none;
}
img {
	border-style: none;
}
.footer_tel_area {
	background-image: url(../img/img1/footer_tel_bn.png);
	background-position: center;
	background-size: contain;
	height: 170px;
	width: 100%;
	background-repeat: no-repeat;
}
.footer_tel_area2 {
	background-image: url(../img/img1/footer_tel_bn.png);
	background-position: center;
	background-size: contain;
	height: 150px;
	width: 100%;
	background-repeat: no-repeat;
}


.footer_fix2_area {
	background-image: url("../img/img1/footer_tel_bn_fix2.png");
	background-position: center;
	background-size: 1000px;
	height: 150px;
	width: 100%;
	background-repeat: no-repeat;
}

.nav.navbar-nav li a:hover {
	background-color: #E9E9E9;
}
.main_tel_area {
	background: url(../img/main_tel.png) no-repeat;
	background-position: center;
	background-size: contain;
	height: 163px;
	width: 100%;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1.5em;
	/*	font-family: YuGothic, '游ゴシック', "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;*/
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p {
	font-size: 13px;
	line-height: 24px;
	margin: 5px 10px; 
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
ul {
	list-style-type: none;
}
.mT30 {
	margin-top: 30px;
}
.mT15 {
	margin-top: 15px;
}
.mTB15 {
	margin: 15px 0;
}
.attention_p {
	font-size: 10px;
	line-height: 140%;
	margin: 0.3em 1.5em 1em;
}
.c-black {
	background-color: #000;
}



/* top2へこれ
-----------------------------------------------------------------------*/
#page-top_img {
    position: fixed;
    bottom: 78px;
    right: 25px;
    font-size: 77%;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#page-top_img a {
    text-decoration: none;
    padding: 0;
    text-align: center;
    display: block;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#page-top_img a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}



/*OPACITY
--------------------------------------------------------*/
a {
	transition: opacity 0.6s ease-in-out !Important;
	-o-transition: opacity 0.6s ease-in-out !Important;
	-moz-transition: opacity 0.6s ease-in-out !Important;
	-webkit-transition: opacity 0.6s ease-in-out !Important;
	-ms-transition: opacity 0.6s ease-in-out !Important;
}
a:hover {
	/* opacity: 0.5 !Important;*/
	opacity: 1.0 !Important;
}
a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

@media (max-width : 767px ){
.res-img {
	width: 100%;
	height: auto;
}
	.main_tel_smp{
	position: absolute;
	top: 42%;
}
}
span.small {
	font-size: 0.8em;
}
/*CSS*/
/*トップ*/

body {
/*background-image: url(../images/body-bg.png);*/
}
.wrap {
	overflow: hidden;
	/*min-width: 768px;*/
	margin: 0;
	padding: 0;
}

@media (max-width : 767px ){
.wrap {
	width: 100%;
	min-width: 0;
	overflow: hidden;
}
.head-logo {
	float: left;
	margin-top: 29px !important;
}
}
/*********************************************/

/*ヘッダー*/
.header-text {
	font-size: 11px;
	height: 20px;
	padding: 3px 0 0;
	margin: 0;
	line-height: 20px;
	text-align: left;
	background-color: #428AEC;
	color: #fff;
}
.head {
	padding: 0;
	border-bottom: 1px solid #e3e3e3;
}
.header-container{
	width:1000px;
	max-width:100%;
	margin:0 auto;
}
.head-logo {
	float: left;
   margin-top: 15px;
}
.contact-header {
	overflow: hidden;
	margin-top: 10px;
}
.contact-header-left {
	float: left;
	width: 360px;
}
.contact-header-right {
	float: right;
	width: 62%;
	margin: 0px;/*10px;*/
  
}

/*************************************************************/
@media screen and (min-width:768px) and (max-width:900px){
.contact-header-right {
	float: right;display:none;
	width: 0%;
	margin: 0px;/*10px;*/
}
}
/*************************************************************/

.head_button{
	float: right;
/*	margin: 36px 4px 0;*/
  margin:20px 4px 0;
	text-align: center;
  
}
.head_button p{
    font-weight: bold;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 0;
}
.head_button img{
	vertical-align: bottom;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
	width: 54%;/*60%;*/
}

.form_btn_area {
	width: 49%;
    float: right;
    display: block;
    margin: 16px -8px 0 0;
    position: relative;
}
.mail {
	margin: 5px 0 0 0px;
	padding: 0;
	
}

img.po-ab {
	margin-left: 40px;
    position: absolute;
    width: 15%;
}
/*.mail {
	margin: 0 2px;
	padding: 0;
	float: right;
}
*/
.web_uketsuke {
	width: 100%;
	/*text-align: center;*/
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-left: 10%;
    margin: 0;
}

.sm-head-logo {
	margin: -5px 0 8px;
}
.company-name {
	margin: 20px 0;
}
.point-text-right {
	float: right;
	padding-right: 35px;
}
.point-img3 {
	padding-top: 30px 0 0 30px;
}
.hikaku-hyou {
	padding: 50px 0 68px 0;
}
.sm-kekka {
	margin: 20px 0 20px 0;
}
.table-sm-top {
	padding-top: 20px;
}
.kekka-text {
	margin-bottom: 40px;
	margin-top: 20px;
	padding-left: 20px;
}
.best3 {
	font-size: 25px;
	font-family: "Meiryo";
	color: rgb(214, 8, 82);
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.more-img {
	margin-top: -30px;
}
.more-text-c {
	margin-top: 60px;
}
.f-back {
	background-image: url(../images-/f-back.png);
	position: relative;
	top: -100px;
	z-index: 1;
}
.con-left {
	padding: 30px 0px 10px 20px;
}
.hour24 {
	margin: 60px 18px 15px 0;
}
.contact-01 {
    padding: 0 0 0;
    position: relative;
    background: #fff;/*#ebedec;*/
  margin:-23px 0 0;
}
.contact-01-2 {
	background-image: url(../images-/contact-back_03-2.jpg);
}
.net-point {
	text-align: center;
}
.otoku-fukidashi {
	margin-top: 80px;
}
.contact-set {
	float: right;
}
/* メイン */
.main {

	margin-bottom: 10px;
}
	
.main .container {
	text-align: center;
}
.main .container img {
	margin-bottom: -3px;
}
/* copy */
.copy {
	background-color: #0b5f9c;
	margin: 0px 0 0;
	color: #FFF;
	line-height:36px;
	padding:4px 0;
	
}
.footer {
	background-color: #fff;/*#ebedec;*/
	line-height: 40px;
}
.footer ul li{
	font-size: 12px;
	line-height: 1.8em;
	color: #000;
	background: url(../img/box/icon16.png) no-repeat 0 5px;
    padding-left: 15px;
}

.footer ul{
	margin-left: 50px;
}
p.footer_snav{
	font-size: 13px;
    text-align: center;
}


.copy p {
	font-size: 12px;
	font-family: "Yu Gothic";
	color: #FFFFFF;
	line-height: 40px;
}

@media (max-width:425px) {
.copy p {
	font-size: 9px;
}
.attention_p {
	font-size: 9px;
	line-height: 130%;
	margin: 0.3em 0em 1em;
}
.header_wrap_iframe {
	height: 45%;
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}
}

@media (max-width : 767px ){
.foot-b-sm {
	margin: 15px 0;
}
.header_wrap_iframe {
	height: 45%;
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}
}
/**********************************/

.g-area_mainphpto {
	margin: 2em auto 1em;
}
.c-black {
	background-color: #000;
}
/**************************/

/*個人情報用*/
/*************************/
.privacy_wrap {
	margin: 1em !Important;
	padding: 1em;
	font-size: 0.8em;
	line-height: 150%;
}
.kojinjouhou_midashi {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
	color: #333333;
}
.kojinjouhou_honbun {
	font-size: 12px;
	line-height: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #666666;
}
.kojinjouhou_honbun li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: inside;
}
/******************************/
.midashi02 {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	text-indent: 20px;
	padding: 0px;
	height: 40px;
	width: 100%;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	background-color: #428AEC;
}
/*******************************************************************/

.title_color {
	background-color: #FFF;
	background-image: url(../images2/bg_cp.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	clear: both;
}
.title_color_sp {
	clear: both;
}
.title_color_blue {
	background:url(../images-/heading_bg_blue.png);
}
.title_color_blue2 {
	background:url(../images-/bg_blue_stripe.png);
}

.title_color_white {
	background-color: #fff;
}




.wsize {
	margin: 0;
	height: 120px;
	text-align: center;
	width: 1000px;
}
.wborder {
	/*border: solid 18px #1E58A7;*/
	width: 1000px;
	text-align: left;
	margin: 0px auto 30px;
	padding: 1em 0px 1em;
}
.message_area {
	width: 100%;
	margin: 1em auto 2em;
}
.wborder h3 {
	font-size: 1em;
	font-weight: bold;
	border-left: 4px solid #0079CD;
	padding:0;
	line-height: 150%;
	margin: 2em 0 0.3em;
	color: #0079CD;
}

h3.qa_subttl {
	font-size: 1em;
	font-weight: bold;
	border-left: 4px solid #0079CD;
	padding-left:10px;
	line-height: 150%;
	margin: 2em 0 0.3em;
	color: #0079CD;
	text-align:left;
}
/**********************************************************************************************/
@media (max-width:767px) {

h3.qa_subttl {
	font-size: 1em;
	font-weight: bold;
	border-left: 4px solid #0079CD;
	padding-left:10px;
	line-height: 150%;
	margin: 2em 0 0.3em;
	color: #0079CD;
	text-align:left;
}
.wborder {
	/*border: solid 18px #1E58A7;*/
	width: 94%;
	text-align: left;
	margin: 0px auto 30px;
	padding: 1em 1em 1em;
	overflow:hidden;
}
.wborder {
	/*border: solid 18px #1E58A7;*/
	width: 100%;
	text-align: left;
	margin: 0px auto 30px;
	padding: 1em 0em 1em;
	overflow:hidden;
}
.wborder p {
	font-size:0.8em;
	line-height:150%;
}
.wborder h3 {
	font-size: 1em;
	font-weight: bold;
	border-left: 4px solid #0079CD;
	padding-left: 0.5em;
	line-height: 150%;
	margin: 2em 0 0.3em;
	color: #0079CD;
}
.message_area {
	width: 100%;
	margin: 1em auto 2em;
}
}

/************************/
.bg_img_woman {
	background-image: url("../images2/bg_woman.jpg");
	background-size: cover;
}
.navbar-header {
	margin-top: -4px;
	border-bottom: solid 1px #ccc;
}



/*********************************************/
/**********list*********************/
.list_h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
		/*color: #DC0303;*/
}
.list_h2 {
	font-size: 0.9em;
	font-weight: bold;
	/*color: #2380CC;*/color: #000;
}
.list_pr {
	font-size: 0.9em;
	font-weight: bold;
	color: #DC0303;
}


/* タブメニュー 
#tab-menu {
  list-style: none;
}
#tab-menu li {
  display: inline-block;
  padding: 5px 0px;
  background: #eee;
  width:24.4%;
  text-align:center;
}

#tab-menu li.active {
  background: #666;
  color: #fff;
}
*/

/* タブの中身 
#tab-box {
  padding: 25px;
  border: 5px solid #666;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}
*/


.sitename{
margin:15px 0 15px;
}
.sitename a{
font-size: 1.6em;
color: inherit;
}
 
i{
font-size: 1.3em;
color: inherit;
}
 
.navbar .navbar-inner {
padding: 0;
}
 
.navbar .nav {
margin: 0 auto;

width: 1000px;
max-width:100%;
}






/***************nav_drop****************************/
div.nav_drop{
	width: 100%;
    background: #0f4d88;
    height: 49px;
	}	
#dropmenu {
  list-style-type: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#dropmenu li {
    position: relative;
    width: 16.66%;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, .75);
    margin: 0;
    padding: 0;
    text-align: center;
}
#dropmenu li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .75);
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 18px 0;
  background: #0f4d88;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 20px 15px;
  background: #0f4d88;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu > li:hover > a {  background: #1379b6 }
#dropmenu > li:hover li:hover > a {  background: #1379b6 }
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 50px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #1379b6;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #1379b6;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul li a {  background: #1379b6 }
#dropmenu li:hover ul li ul li a:hover {  background: #0f4d88 }
	a.active{
		background: #1379b6!important;
	}

/**********************nav_drop ここまで*******************************/
.navbar .nav li {
display: table-cell;
float: float;
}

.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .75);
}
 
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}

/**********************nav smp*******************************/
@media (max-width: 767px) {
	
.navbar .nav li {
display: block;
/*float: left;*/
}
/***************201708****/
.navbar .nav li {
}

.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .75);
border-right: 1px solid rgba(0, 0, 0, .1);
}
 
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}
}


/* plus css class*/
.pink{border:0px;}
.fpink{color:#de1686; border:0px;}
.fblue{color:#0092d7; border:0px;}
.hm50{margin:50px 0;}
.m20{margin-bottom:20px;}
.m30{margin-bottom:30px;}
.m40{margin-bottom:40px;}
.m50{margin-bottom:50px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.ph_1{padding:20px; margin:20px 0; background:#de1686; color:#fff; font-size:20px;}
.ph_2{padding:10px; margin:20px 0; border-bottom:1px solid #de1686; color:#333; font-size:16px; background-color:#eee;}
.ph_3{padding:20px; margin:20px 0; background:#0092d7; color:#fff; font-size:20px;}
.ph_4{padding:10px; margin:20px 0; border-bottom:1px solid #0092d7; color:#333; font-size:16px; background-color:#eee;}
.ph_5{padding:10px; margin:20px 0; border-bottom:1px solid #de1686; color:#de1686; font-size:16px;}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 5em;
   /* border-radius: 3em;*/
}

.child_grey{font-size:12px; color:gray;}
.child_red{font-size:12px; color:darkred;}

.f120{font-size:120%; margin-bottom:10px;}
.f140{font-size:140%; margin-bottom:10px;}
.f160{font-size:160%; margin-bottom:10px;}
.f180{font-size:180%; margin-bottom:10px;}
.f200{font-size:200%; margin-bottom:10px;}
.tcenter{text-align:center;}

.box_pink{width:100%; border:1px solid #de1686; padding:20px;}

.p_attention{
	font-size:0.7em;
	line-height:145%;
	text-align:left;
}
.p-sml{
	font-size:0.7em;
	line-height:145%;
	margin: 0 10px 20px;
}
.p_attention_r{
	font-size:0.7em;
	line-height:145%;
	text-align:right;
	margin: -6px 2px 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.p_attention_r{
	font-size:0.7em;
	line-height:145%;
	text-align:right;
	margin: 5px 2px 30px;
}
}



/**************headernavi****************/
	img {
    border-style:none;
}
						
button.button_drw {
  padding: 0;
  border: none;
  background: transparent;
}

button.button_drw img {
 
	border: 0;
}
button.button_drw img a {
													border: none;border: 0;
												}							
button.button_drw img a:hover {
													border: none;border: 0;
												}						
												
.header_drw_area {
			width:47%;
			margin: 8px 2% 5px 0;
			padding:0;
			float:right;
			text-align: right;
		}
.header_logo_area {
								width:50%;
									margin: 3px 0 0;
								padding:0;
								float:left;
							}
@media screen and (orientation: landscape) {
.header_drw_area {
								width:48%;
								margin: 1% 2% 0 0 !important;
								padding:1% 0 0 !important;
								float:right;
								text-align: right;
							}

.header_logo_area {
								width:50%;
									margin: 0;
								padding:0;
								float:left;
							}
}

/************************/


@media (max-width: 767px) {
	body,p {
    font-size: 12px;
	line-height:165%;
	}
	
	.w-cha th{
		width: 20px;
	}
	/*table.table{
		width: 640px;
	}*/
	.p-sml{
		margin: 0 10px 30px;
	}
}

.tab_img01{
	float:right;
}

.tab_img02{
	float:left;
}


/************************/


.active-m {
	content: url('../images-/0_o.png');	
}
.active-s {
	content: url('../images-/1_o.png');	
}
.active-p {
	content: url('../images-/2_o.png');	
}
.active-f {
	content: url('../images-/3_o.png');	
}
.active-c {
	content: url('../images-/4_o.png');	
}
.active-l {
	content: url('../images-/5_o.png');	
}
.active-n {
	content: url('../images-/6_o.png');	
}


/************************/



.w-cha th{
	width: 100px !important;
}


@media (max-width: 767px) {
.table {
	border-collapse: collapse;
	border-spacing: 0;
	
}


}

button.pink-b.m20{
	padding: 3% 12%;
    border: solid 1px #de1686;
    color: #de1686;
    background: #FFF;
    border-radius: 25px;
}

button.pink-b.m20:hover{
	
    border: solid 1px #de1686;
    color: #FFF;
    background: #de1686;

}

.table-size th{
	width:40%;
}

.table-size td{
	width:60%;
}

/************************/

.main_area_cover{
	max-width:1000px;
  /**/
  margin-bottom:0;
}

.main_area{
	max-width:765px;
}
.sidebtn_area img{
	margin-bottom: 5px;
}
.sidenav_area{
	max-width:205px;
	margin:0 0 12px;
  
}

.sidenav_area img{
	margin-bottom:3px;
  /*	margin-bottom:-1px;*/
	padding:0;
}

.sidenav_area ul{
width:100%;
	
}

.sidenav_area li{
}


.sidebtn_area{
	/*border:2px solid #0f4d97;*/
  border:2px solid #1379BF;
	padding:3% 6px 1.0%;
  text-align:center;
  background:#fff;
  margin:0 0 4px;
  width:205px;
  
  -moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
img.m5{
	margin: 5px 0;
	width: 100%;
}
p.side-title{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.text_sup{
	font-size:small;
}



/* nav tab panel
-----------------------------------------------------------------------*/


/*a.active.tbl_ttl{
	position: relative;
    bottom: 70px;
}

ul.nav.nav-tabs{
	overflow: hidden !important;
}
.nav-tabs > li {
	float: left;
    height: 66px;
    overflow: hidden;
	
}*/

li.tbl_ttl.active a{
	background: #0089f9;
}
li.tbl_ttl.active span{
	color: #FFF;
}

.blue {
    background: #c6ecf8;
    border: 0px;
}

.pink {
    background: #c6ecf8;
    border: 0px;
}
span.tab_f0{
	color: #0c4c96;
}
span.tab_f1{
	color: #0c4c96;
}
.tab-pane a img{
	margin: 5px 16px;
}

@media (max-width:767px) {

.tab-pane a img {
    margin: 5px;
	width: 45%;
   
}
}
/*top page
-----------------------------------------------------------------------*/

.topTtl {background: #1379bf url(../img/box/icon14.png) no-repeat 9px;
	padding: 10px 0 10px 30px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}

.smlTtl{
	color: #1379bf;
	font-size: 20px;letter-spacing: 0.1em;
	font-weight: bold;
	margin: 20px 15px 5px 8px;padding-bottom:0.3em;
  border-bottom:1px dotted #1379BF;
}

.smlTtl2{
	color: #000;
	font-size: 20px;letter-spacing: 0.1em;
	font-weight: bold;
	margin: 20px 15px 5px 8px;padding-bottom:0.3em;
  border-bottom:1px dotted #1379BF;
}


p.check{
	background: url(../img/box/icon15.png) no-repeat 0;
	padding-left: 23px;
  line-height:1.6em;
}

@media (max-width:767px) {

.topTtl {
    
	padding: 10px 0 10px 30px;
	font-size: 15px;
	
}
	.smlTtl{
	font-size: 13px;
}
}
/* box
-----------------------------------------------------------------------*/
.box{
   
	margin: 30px 0 10px 20px;
	background: #f5fafe;
	border: solid 1px #000;
}

@media (max-width:767px) {

		.box{

			margin: 15px;
		}

			.question-text dt a {
		   font-size: 14px;
		}
			.column-text a dd {
			font-size: 14px;
		}
	div.btnBox{
		margin: 0 10px;
	}
	
	.question-text dt{
		padding-left: 25px;
		padding-top: 5px;
	}
	
}


.box h3{
	background: #0f4d97;
	padding: 8px 12px;
	
}
.box h3 span{
	font-size: 18px;
    font-weight: bold;
    color: #FFF;
    display: block;
    padding: 5px 3px 6px 40px;
}

.question {
    background: url(../img/box/icon1.png) no-repeat 0 0;
}

.warner {
    background: url(../img/box/icon2.png) no-repeat 0 0;
}
.question-text dt a {
    font-weight: bold;
    color: #333;
}

.question-text dt {
    background-image: url(../img/box/icon3.png);
    background-repeat: no-repeat;
    padding-left: 25px;
	padding-top: 5px;
	background-position: left center;
  
}
.question-text dd {
    background-image: url(../img/box/icon4.png);
    background-repeat: no-repeat;
    background-position: 25px 10px;
    padding: 10px 0 17px 45px;

    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
	font-size: 12px;
}

.column-text a dt img {
    float: left;
    padding-bottom: 14px;
}

.column-text a {
    overflow: hidden;
    display: block;
	margin-bottom: 6px;
}

.column-text a dd {
    padding-left: 80px;
    line-height: 1.3em;
	color: #333;
}

/* box end
-----------------------------------------------------------------------*/



/* btnbox
-----------------------------------------------------------------------*/
div.kaisen{
	position: relative;
}
div.fixed{
	position: absolute;
	margin: -65px 0 0 240px;
}
div.fixed2{
	position: absolute;
	margin: -30px 0 0 360px;
}

@media (max-width:767px) {
	div.fixed{
	position: absolute;
	margin: -60px 30px 0;
}
div.top-smpcenter {
	width: 96%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #fee300;
    padding: 20px 0 0;
}	
	.top-smpcenter .link {
     float: left;
    z-index: 10000;
    width: 40%;
    margin-left: 24px!important;
    margin-bottom: 20px;
}
.absolute .link {
    float: left;
    z-index: 10000;
    width: 30%;
	margin-left: 8px!important;	
}
	div.link img{
	  max-width: 100%;
	}
}


div.btnBox{
	overflow: hidden;
}
div.center{
	width: 300px;
    margin: 0 auto;
    padding-top: 10px;
}
div.relative{
	position: relative;
	overflow: hidden;
}
div.absolute{
	position: absolute;
	overflow: hidden;
    top: 30%;
}
div.link{
	float: left;
    margin-left:58px;
	z-index: 10000;
}
div.link a:hover{
	text-decoration: none;
}
div.top-center{
	width: 1000px;
	margin: 0 auto;
    overflow: hidden;
    border: 1px solid #fee300;
    padding-bottom: 20px;
}
.top-center .link {
    margin-left: 55px;
    margin-top: 20px;
}
div.btn01{
	margin-top: 10px;
}
div.btn01{
  display: block;
  text-decoration: none;
  height:30px;
  width: 179px;
	font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #4e94df;
  border:solid 1px #4e94df;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
 list-style-type: none;
}
div.btn01.large{
  height:30px;
  width: 290px;
 line-height: 30px;	

}
div.btn01.small{
  height:24px;
  width: 106px;
 line-height: 24px;	

}
div.btn01:hover{
  background: #4e94df;
  color: #fff;
  text-decoration: none!important;
}


.btnBox div {
    margin-bottom: 10px;
}

.fl-left {
    float: left !important;
}

.btnBox p.btnAreaTop {
   
    text-align: center;
}
p.bBoxText a{
	text-decoration: underline;
    color: #00F;
    font-size: 16px;
}
.red {
    color: #ee000c;
}

div.houjin_banner{
	margin-bottom: 30px;
}


/* 回線から探す
-----------------------------------------------------------------------*/

.hdr_link li{
	display: inline-block;
	font-size: 12px;
}
.hdr_link{
	margin: -5px 5px 0;
}

/*******************480********************/
@media (max-width:767px) {
	.hdr_link{
	    margin: -5px 15px 0;
         }
	.cnts li {
	    line-height: 2em !important;
	    font-size: 12px !important;	
   }
	.cnts img{
		margin: 0 !important;
	}
	.cnts ul {
		margin-bottom: 20px;
	}
	div.mrgn h3{
		margin: -200px 0 170px;
		text-align: center;
	}
	/****/
	div.mrgn2 h3{
		margin: -230px 0 180px;
		text-align: center;
	}
	div.mrgn3 h3{
		margin: -180px 0 180px;
		text-align: center;
	}
	div.denryoku_img {
		margin:30px 0 0;
	}
	div.mrgn table.table{
		margin-bottom: 75px;
	}
	div.mrgn table.table2 {
		margin-bottom: 75px;
	}
	 h2.s-title {
	margin: 15px 15px 55px!important;
    }
	.cnts{
	margin: 15px 15px 200px;
    }
	div.cnts.tbl-none table.table{
		margin-bottom: 0;
	}
	div.btn01{
  height:24px;
  width: 143px;
	font-size: 12px;
  line-height: 24px;
}
}
/**************480ここまで********/

/*******************767********************/
@media (max-width:767px){
	.cnts img{
	margin-bottom: 30px;
		width: 90%;
    }
	div.sidebtn_area img{
		width: 100%;
	}
	nav.navi_area img{
		width: 100%;
	}

}
/*****767ここまで**/

.under_ttl {
    background: url(../img/box/juumin_icon2.png) no-repeat 0 1px;
    padding-left: 25px;
}
.under_ttl_cp {
    background: url(../img/box/icon13.png) no-repeat 0 1px;
    padding-left: 25px;
}
.under_ttl_normal {
    /*background: url(../img/box/icon19.png) no-repeat 0 1px;*/
    /*padding-left: 25px;*/
}
/*******************767********************/
@media (max-width: 768px) {
.under_ttl {
    background: url(../img/box/juumin_icon2.png) no-repeat 0 1px;
    padding-left: 20px;
}
	.under_ttl_cp {
    background: url(../img/box/icon13.png) no-repeat 0 1px;
    padding-left: 20px;
}
}
/*********767ここまで*********/

/*******************************************/
.under_ttl13 {
    background: url(../img/box/icon13.png) no-repeat 0 1px;
    padding-left: 25px;
}

.under_ttl13_cp {
    /*background: url(../img/box/icon13.png) no-repeat 0 1px;*/
    padding-left: 5px;
	
}

.under_ttl.icon {
    background: url(../img/box/icon20.png) no-repeat 0 5px;
    padding-left: 40px;
}
.under_ttl.faqIcon {
    background: url(../img/box/icon21.png) no-repeat 0 0;
    padding-left: 30px;
}
.under_ttl.trackIcon {
    background: url(../img/box/icon20.png) no-repeat 0 5px;
    padding-left: 40px;
}
/** maru **/
.normalIcon {
    background: none;
   padding-left: 2px;
}
.under_ttl span {
    font-size: 21px;
  /*    font-size: 25px;*/
    font-weight: bold;
    display: inline-block;
    padding: 4px 10px 6px;
    position: relative;
	color: #333;
}


.under_ttl13 span {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    position: relative;
	color: #333;
}




/************/
/*
@media screen and (min-width: 1px) and (max-width: 767px) {
.under_ttl13 span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    position: relative;
	color: #333;
}
}
*/

.divA{
  height: 1px;
  border-bottom: 1px solid #1379c5;
}
.divB{
  margin-top: 2px;
  height: 1px;
  border-bottom: 3px solid #0f4d97;
}

.cnts h3 {
    color: #4e9ae5;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
	margin-bottom: 5px;
	border-bottom: dashed 1px #666;
	padding: 0 0 5px;
}
.cnts img{
	margin-bottom: 30px;
}
.cnts ul{
	margin-bottom: 5px;
}

/*******/
.cnts li {
    font-size: 12px;
	line-height: 2.1em;
  /*	line-height: 2.1em;*/
	background: url(../img/box/icon12.png) no-repeat 0 6px;
  /*	background: url(../img/box/icon12.png) no-repeat 0 7px;*/
    padding-left: 18px;
}
@media screen and (min-width: 1px) and (max-width: 480px) {
.cnts li {
    font-size: 12px;
	line-height: 1.8em;
  /*	line-height: 2.1em;*/
	background: url(../img/box/icon12.png) no-repeat 0 4px;
  /*	background: url(../img/box/icon12.png) no-repeat 0 7px;*/
    padding-left: 18px;
}
	.under_ttl span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 0 6px;
    position: relative;
    color: #333;
	}
}

/*プロバイダから探すページ
-----------------------------------------------------------------------*/

.mrgn{
	margin-bottom: 40px;
}
.mrgn10{
	margin-bottom: 10px;
}

div.mrgn table{
	border: 1px solid #DDDDDD;
	font-size: 14px;
}
div.mrgn table th{
	background: #EFEFEF;
	text-align: center;
    vertical-align: middle;
    width: 40%;
}

td.black{
	font-weight: bold;
	font-size: 15px;
  text-align:center;
}

td.smll{
	font-size: 11px;
	color: #e74b53;
}
p.pink-mrg{
	font-size: 12px;
    background: #FF6666;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    font-weight: bold;	
}

@media (max-width:767px) {
	p.pink-mrg{
		margin-bottom: 75px;
	}
	
	.cnts img{
     margin: 10px 0 20px !important;
     width: 90%;
	}
}

@media (max-width:767px) {
	
	.cnts img{
     width: auto;
	}
	.waku-before:before{
	content: url(../img/kaso/denki3-smp.png)!important;
    top: 40%!important;
	left: 45%!important; 
}
	#tab li {
	padding:5px 5px!important;
}
	img.flt {
    margin-left: 0;
    width: 10%;
}
}
/*インターネット引越手続きの流れページ
-----------------------------------------------------------------------*/


h3.step1 {
   
    padding: 20px 60px 20px;
	color: #0F4D97;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #0F4D97;
	margin: 0 10px 1.3em;
}
h3.step1.denki {
	color: #e79b02;
	border-bottom: 1px dashed #e79b02;
}
h3.step1.gasu {
	color: #f4606e;
	border-bottom: 1px dashed #f4606e;
}
img.flt{
	float: left;
  margin-left:0.5em;
}
div.form-flow{
	border: solid 1px #0F4D97;
	margin: 15px 20px;
}

div.form-flow h3{
	padding: 7px 10px;
	background: #0F4D97;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

p.flowBtn {
	margin: 10px 0 5px 50px;
	
}  

span.warning{
	background: url(../img/kaso/warning.png) no-repeat 0 0;
	padding: 2px 0 4px 70px;
}
.chushaku{
	padding: 0 130px;
	text-align: center;
}
.chushaku h2{
	color: red;
	font-weight: bold;
	font-size: 16px;
}
.chushaku p{
	color: red;
	font-size: 16px;
}
div.flow-box{
	margin: 10px 0;
  /*	margin: 55px 0;*/
	/*border: 2px solid #ccc;*/
 border: 2px solid  #CCC;
  padding: 20px 24px;
/*	    padding: 15px;*/
}
#tab li {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 10px 15px;
	background: #eee;
	color:#1379b6; 
	margin: 20px 0;
	border-right: 1px solid #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.disnon {
  display: none;
}
.select {
  background: #1379b6!important;
  color: #fff!important;
}
.content_wrap{
	clear: both;
}
/*houjin
-----------------------------------------------------------------------*/

div.hojin-box{
 margin: 10px 0;
 border: 2px solid  #4e98e3;
 padding: 20px 24px;
 overflow: hidden;
}
div.houjin-mrgn{
	overflow: hidden;
    margin-bottom: 30px;
}
.pink-bg{
	background: #ffefef;
	overflow: hidden;
    clear: both;
}
.gray-waku{
	overflow: hidden;
	border: 1px solid #989898;
	border-radius: 5px;
	margin: 30px 10px 10px;
    padding: 40px 10px 20px;
	position: relative;
}

.gray-waku.s{
    padding: 20px 10px;
	background: #FFF;
}
.gray-waku p{
	clear: both;
	margin-top: 10px;
}
.waku-before{
	overflow: hidden;
	position: relative;
}
.waku-before:before{
	content: url(../img/kaso/denki3.png);
	position: absolute;
	z-index: 10000;
    left: 47%;
    top: 47%;
}
p.denki{
    background: #0f4d95;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
	}
p.denki-text{
	font-size: 13px;
    color: #333;
    padding: 10px 0;
	text-align: left;
	line-height: 1.5;
}
h3.houjin-step {
    padding: 20px 0 20px 55px;
    color: #4e98e3;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #0F4D97;
    margin: 0 10px 1em;
}
img.smp-hundred{
	margin: 0 auto;
}

h3.houjin-ttl {
    padding: 20px 60px 20px;
    color: #0F4D97;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px dashed #0F4D97;
    margin: 0 10px 1.3em;
	text-align: center;
}
h3.houjin-ttl2 {
    padding: 20px 0px 10px;
    color: #0F4D97;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px dashed #0F4D97;
    margin: 1.5em 10px 0.3em;
	text-align: center;
	clear:both;
}


.blue-midashi h3{
	background: #4e98e3;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    width: 285px;
    margin: 0 auto;
}
.blue-midashi.orange h3 {
    background: #eeae00;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    width: 285px;
    margin: 0 auto;
}
.blue-midashi{
	position: absolute;
    top: 3%;
    left: 0;
	right: 0;
    z-index: 10;
}
.sumbol{
	margin-top: -11px;
}
.sumbol-denki{
	margin-bottom: -11px;
}
h3.houjin-step.l {
    padding: 50px 0 10px 9px;
    font-size: 22px;
}
.houjin-method{
	margin-bottom: 25px;
}
.houjin-method span{
	background: #4e98e3;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 15px;
}
.houjin-method p{
	margin: 18px 10px;
}

@media (max-width:767px) {

	p.flowBtn {
	       margin: 10px 0 !important;
		text-align: center;
           } 
	p{
		  margin: 10px;
	}
	div.flow-box{
	margin: 8px 10px;
	/*margin:55px 10px;*/
}
	h3.step1 {
    padding: 5px 10px 10px 45px;
	line-height:1.5em; 
	margin: 0;
	font-size: 15px;
}
	div.flow-box {
    padding: 10px 10px;
}
	img.smp-hundred{
	width: 96%;
}
 .step img{
	width: 96%;
}
	.chushaku{
	padding: 0 0;
}
.chushaku h2{
	color: red;
	font-weight: bold;
	font-size: 12px;
}
.chushaku p{
	color: red;
	font-size: 12px;
}
	
	
p.denki-text{
	font-size: 12px;
	padding: 0 2px;
  text-align:justify;
}

	
	
	

	/*houjin
-----------------------------------------------------------------------*/
	h3.houjin-ttl {
    padding: 20px 10px;
    }
	div.hojin-box {
    margin: 10px;
    padding: 10px;
}
	.houjin-img{
		width: 100%;
	}
	.sumbol{
	margin-top: -5px;
    }
	h3.houjin-step.l {
    padding: 50px 0 10px 0px;
}
}


	
   
/*other
-----------------------------------------------------------------------*/

div.other-mrgn{
	margin: 0 15px;
	overflow: hidden;
}
#sampleNavbar img{
		margin: 20px 10px 0;
	}

.under_ttl.other {
    background: url(../img/other/other-icon01.png) no-repeat 0;
    padding-left: 50px;
    font-size: 39px;
	overflow: hidden;
}
.under_ttl.other2 {
    background: url(../img/other/other-icon02.png) no-repeat 0;
    padding-left: 50px;
    font-size: 39px;
}
.under_ttl.other3 {
    background: url(../img/other/other-icon03.png) no-repeat 0;
    padding-left: 50px;
    font-size: 39px;
}
.under_ttl.gasu {
    background: url(../img/kaso/gasu/gasu_icon01.png) no-repeat 0;
    padding-left: 50px;
    font-size: 40px;
	overflow: hidden;
}
#first{
	margin: 50px 0 30px;
}
#second{
	margin: 50px 0 30px;
}
/*#third{
	margin: 50px 0 30px;
}*/
div.divYellow {
    margin: 3px 0 20px;
    height: 1px;
    border-bottom: 3px solid #f2b200;
}
div.divPink {
    margin: 3px 0 20px;
    height: 1px;
    border-bottom: 3px solid #ed1e79;
}
div.divBlue {
    margin: 3px 0 20px;
    height: 1px;
    border-bottom: 3px solid #60a0ff;
}
h3.smlTtl.other{
	 margin: 25px 0;
    font-size: 22px;
    color: #f6931e;
}
h3.smlTtl.other2{
	 margin: 25px 0;
    font-size: 22px;
    color: #ed1e79;
}
h3.smlTtl.other3{
	 margin: 25px 0 10px 0;
    font-size: 22px;
    color: #136be2;
}
     
table.table.other th{
	width: 30%;
	background: #f7f7f7;
}
table.table.other td{
	font-size: 12px;
}
p.blue-bdr{
	background: #ebf3ff;
	padding: 5px;
}
.img_mrg {
	margin-bottom: 2em;
}
.img_mrg img {
	width: 100%;
}
@media (max-width:767px)
{
	#sampleNavbar img{
		width: 30%;
		margin: 10px 2px 0;
	}
	.mrg01 {
    margin: 0 0 10px !important;
}

h3.smlTtl.other3{
	 margin: 25px 0 10px 0;
    font-size: 18px;
    color: #136be2;
}

div.divBlue {
    margin: 3px 0 0;
    height: 1px;
    border-bottom: 3px solid #60a0ff;
}

}

/*fab
-----------------------------------------------------------------------*/
div.faq{
	padding: 20px 0;
	overflow: hidden;
	border-bottom: dashed 1px #666;
}
div.faq h2{
	background:  url(../img/box/icon17.png) no-repeat 0 0;
    padding: 5px 0 20px 30px;
	font-size: 16px;
	color: #1379bf;
	font-weight: bold;
}
div.faq h3{
	background:  url(../img/box/icon18.png) no-repeat 0 0;
    padding-left: 30px;
	font-size: 13px;
	line-height: 1.5;
}
@media (max-width:767px)
{
	div.faq{
	margin: 0 15px;
	
}
	div.faq h2, div.faq h3{
		font-size: 12px;
		line-height: 1.5;
	}
	.voice_brd{
	height: 255px!important;
}
	.voice_box h2 {
    font-size: 15px!important;
}
	
}

/*voice
-----------------------------------------------------------------------*/
.voice_box{
	margin: 10px 20px;
	border: 1px solid  #3674b2;
	border-radius: 5px;
}
.voice_brd{
	border: 3px solid #96c6ea;
	padding: 20px;
	border-radius: 5px;
	height: 280px;
}
.voice_box h2{
	font-size: 18px;
	color: #127ded;
	font-weight: bold;
	padding: 20px 0 10px;
}
.voice_box p{
	margin: 0;
}
.voice_box b{
	margin-left: 20px;
}
.under_ttl.voice {
    background: url(../img/kaso/voice_icon.png) no-repeat 0;
    padding-left: 50px;
    font-size: 39px;
}


/*****************/
.bg_img_gray {
 /* background-image: url(../img/kaso/box2.png);
  background-repeat: repeat-x;*/
}

/***/
.lead_top_wrap {
  background-color:#1379BF;
  width:100%;
  padding:1em 0;
  text-align:center;
  margin:0px 0 0;
  -moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
.lead_top_wrap {
  background-color:#1379BF;
  width:96%;
  padding:1em 0;
  text-align:center;
  margin:-12px 2% 0;
  -moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
    .kankyou_kodate {
  }
  .kankyou_mansion {
    margin-top:-1em !important;
    margin-bottom:1em !important
  }
}
/**/


.denryoku5,
.catv2 {
	font-size:0.68em;
	font-weight:normal;
	color:#333;
	line-height:1em;
	padding:0;
	margin:0;
}

/**********************/
label[for="youken1"]{
  
  width:49%;
  display:block;
  float:left;
}
/*********************************************************************************************/
.add_round {
 -moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
}
.flow_sankaku {
  width:100%;
  text-align:center;
  margin:0px auto;
  opacity: 0.4;
	overflow: hidden;
}

/***************/
div.footer_navi {
	background: #FFF;
	text-align: center;
	margin: 0 !important;
	padding: 1% 1% 2% 1% !important;
	width: 100%;
}


.button_footer {
	border: 1px solid #CCCCCC;
	color: #000;
	line-height: 44px;
	background: #FFFFFF;
	text-align: left;
	text-indent: 0.5em;
	font-size: 15px;
	margin: 2px 0 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0px;	/*font-weight:bold;*/
 text-decoration: none !important;
}

.button_footer:hover {
	color: #000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCCCCC;	/*font-weight:bold;*/
	background: #C8EDFF;
 text-decoration: none !important;
}
.button_footer a:hover {
   text-decoration: none !important;
}

/*********************/

.cp_tb th {
	background-color:#E5E5E5;
	width:20% !important;
	
}
.reqImg2 {
	vertical-align: text-top;
	padding: 0px;
	margin-top: 1px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: -1px;
}
.reqImg {
	vertical-align: text-top;
	padding: 0px;
	margin-top: -1px !important;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: -1px;
}

/*法人の取り扱い
****************************/

.toriatsukai_p {
margin:0.3em 0.3em !important;
padding:0;
text-align:left;
}

/*
.toriatsukai_p span {
border: 1px solid #0F4D91;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 1px 1em;
margin-top: 4px;
margin-right: 3px;
margin-bottom: 3px;
margin-left: 3px;
text-align: center;
font-size:12px;
height:20px;
dislay:block;
/*float:left;*/
/*
background-color: #fff;
}

*/

.toriatsukai_p span {
padding: 1px 1em;
margin-top: 4px;
margin-right: 2px;
margin-bottom: 3px;
margin-left: 2px;
text-align: left;
font-size:12px;
}


/*アコーディオン
****************************/
.toggle-con button{
	width: 550px;
	background: #fff;
	color: #333;
	border: solid 1px #aaaaaa;
	border-radius: 0;
	text-align: left;
    padding: 10px;
	font-weight: 100;
	vertical-align: baseline;
	font-size: 14px;
	margin:0 auto;
	display:block;
	margin-top:2%;
	text-align:center;
}


 /* collpase border*/

div.collapse {

}
div.toggle-br{
	
width:100%;
}

div.toggle-br p{
	padding: 0 15px;
}
div.toggle-br h3{
	padding: 0 15px;
}
div.toggle-br h3{
	padding: 0 15px;
}
div.ph_2{
	margin: 15px 10px;
}

/* Icon when the collapsible content is shown */
 /* .btn:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
  }
  .btn.collapsed:after {
    content: "\e080";
  }　*/

 /* collpase border*/


/*@media (max-width : 767px ){
	
	.toggle-con button{
		font-size: 14px;
	}

}*/

.catv_ttl{
	border-bottom: double 5px #0F4D88;
	font-size:1.4rem;
	font-weight:bold;
}

.catv_ttl02{
	background-color:#0F4D88;
	padding:1%;
	color:#fff;
	font-size:1.2rem;
	margin-top:4%;
	text-align:center;
}

.catv_ttl03{
font-size:1.2rem;
font-weight:bold;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #000;/*文字色*/
background: transparent;/*背景透明に*/
margin:2% 0 1%;
border-bottom:1px dotted #000;
text-align:center;
}

.catv_img{
	margin:0 auto;
	display:block;
}

/*@media (max-width : 767px ){
	
.catv_img{
	width:100%;
}
	
	.toggle-con button{
	width: 100%;
}
	
	.catv_ttl{
		text-indent:0.5rem;
	}

}*/


/**********************************************************/
/**************************************************************************************************************************************************/
/*CATV
--------------------------------------------------------------*/
.subt_p_lead {
  text-align:center;
  margin:-0.5em 0 0.5;
  padding:0;
}
 div.columnSm_wrap {
         width:100%;
      padding:0.2em 2em 1em;
      margin:0;
      background-color: #E0F0F4;
       background-image: url("../img/smp_img.png");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top right;
    }
    div.columnSm_wrap div.columnSm {
      max-width:100%;
      padding:0.5em 0.1em;
      margin:1em 0 !important;
      border:1px solid #87E3FF;
      box-sizing: border-box;
      -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
      font-size:1.2em;
      text-align:center;
      font-weight: bold !important;
      background-color: #FFFFFF;
    }
       div.columnSm_wrap dl{
         margin:0 0 0 .3em;
    } 
div.columnSm_wrap dt{
      font-size:1em;
     color:#000000;
      margin:0.5em 0 0;
      height: 26px;
       line-height:26px;
    } 
div.columnSm_wrap dt.au{
    background-image: url("../img/au.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
  text-indent: 110px;
}
div.columnSm_wrap dt.softbank{
    background-image: url("../img/softbank.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px;  
  text-indent: 110px;
}
div.columnSm_wrap dt.docomo{
    background-image: url("../img/docomo.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px;  
  text-indent: 110px;
}
div.columnSm_wrap dt dd {
      text-align:left;
/*      font-size:1em;*/
      padding:0 0 0.7em;
      margin:0 !important;
    }
span.fb1 {
      text-align:center;
      font-size:1.8em;
      color:#FF0004 !important;
      font-weight:bold;
  font-family: 'Roboto', sans-serif;
    }
span.fb2 {
      text-align:center;
      font-size:2.3em;
      color:#FF0004 !important;
      font-weight:bold;
  font-family: 'Roboto', sans-serif;
    }
  span.fb3 {
    font-size:1.5em;
   margin:0.3em 0 0.2em;
  padding:0;
  }
  .column_p {
   margin:0.2em auto 0;
  padding:0 0 0.2em;
    line-height: 1.2;
    border-bottom:1px dotted #D5D5D5;
    width:96%;
  }
  .sp_br {
    display:none;
  }
img{
-webkit-backface-visibility: hidden;
}

/****************************/
/****************************/
@media only screen and (min-width: 768px) and (max-width: 991px){ 
}

/****************************/
@media (max-width : 767px ){
  .sp_br {
    display:block;
  }
 div.columnSm_wrap {
    width:100%;
    padding:0.2em 2em 1em;
    margin:0;
    background-color: #E0F0F4;
    background-image: url("../img/smp_img2.png");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 20px right;
    }
  .column_p {
   margin:0.2em auto 0;
  padding:0 0 0.2em;
    line-height: 1.2;
    border-bottom:1px dotted #D5D5D5;
    width:96%;
  }
  .column_cb {
    font-size:12px;
   margin:0.2em 0 0.2em;
  padding:0;
  }
  
div.columnSm_wrap dt{
      font-size:1.2em;
     color:#000000;
      margin:0.5em 0 0;
      height: 26px;
      line-height:26px;
    } 
div.columnSm_wrap dt.au{
    background-image: url("../img/au.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
  text-indent: 110px;
}
div.columnSm_wrap dt.softbank{
    background-image: url("../img/softbank.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px;  
  text-indent: 110px;
}
div.columnSm_wrap dt.docomo{
    background-image: url("../img/docomo.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 0px 0px;  
  text-indent: 110px;
}
  
  span.fb1 {
      text-align:center;
      font-size:1.4em;
      color:#FF0004 !important;
      font-weight:500;
  font-family: 'Roboto', sans-serif;
    }
  span.fb2 {
      text-align:center;
      font-size:1.7em;
      color:#FF0004 !important;
      font-weight:500;
  font-family: 'Roboto', sans-serif;
    }
  span.fb3 {
      font-size:14px;
   margin:0.2em 0 0.2em;
  padding:0;
  }
  
}

@media (max-width: 320px) {
  
  span.fb3 {
  font-size:11px;
   margin:0.2em 0 0.2em;
  padding:0;
  }

}
/****************************/
.imgmin {
    width: 100%;
}


/*必須項目
----------------------------------------------*/
.required{
color: #FFF;
background: #ff48a7;
padding:1px 2px 1px 3px;
border-radius: 2px;
margin:0 5px;
font-size: 11px;
letter-spacing: 1px;
}

/*----------------------------------------------*/
	

/*ヘッダーサマリー
------------------------------*/

.summary{
background: #FFED0D;
padding: 3px 0 3px 0;
}
.summary p{
font-weight: bold;
width: 1000px;
margin: 0 auto;
font-size: 18px;
color: #0f4d88;
text-align: center;
}
.summary i{
color: #FF0000!important;
padding-right: 5px;
position: relative;
top:2px;
}

@media screen and (max-width : 767px ){
.summary{
background: #FFED0D;
padding: 3px 0 6px 0;
}
.summary p{
font-weight: bold;
margin: 0 auto;
font-size: 12px;
color: #0f4d88;
text-align: center;
line-height: 1.4;
width: 95%;
}
.summary p span.summary_text{
    text-align: left;
    float: left;
}
    /*360size*/
    @media screen and (max-width:361px){
    .summary p span.summary_text{
    text-align: left;
    float: left;
    font-size:10px;
    }
    }
  
.summary p span.summary_text span{
font-size: 14px;
}
.summary i{
color: #FF0000!important;
padding-right: 8px;
position: relative;
top:1px;
float: left;
}
.fa-exclamation-circle:before {
    content: "\f06a";
    font-size: 30px;
	line-height: 1.1;
}
}

.box_space{
padding:0 1em 0em;
}
.box_space2{
padding:0 1em 0em;
}
@media screen and (max-width : 767px ){
.box_space{
padding:0 1em 0em;
}
.box_space img{
width: 95%;
margin: 0 auto;
/*display: block;*/
}

.box_space2{
padding:0 2em 0em;
}
.mrgn {
    margin-bottom: 0;
}
}


/* footer
----------------------------------------------------*/
.footer_contents {
    widows: 100%;
    background: #1379BF;
    padding: 10px 0;
}
.footer_box {
    background: #FFF;
    padding: 8px 0;
    width: 1000px;
    margin: 0 auto;
}
.footer_box div.left {
    text-align: center;
    width: 50%;
    float: left;
    border-right: 2px solid #DDDDDD;
    padding-bottom: 5px;
}
.footer_box div.left p:nth-child(1) {
    font-weight: bold;
    color: #E24483;
    font-size: 19px;
    margin-bottom: 0;
}
.footer_box div.left p:nth-child(2) span {
    background: #FF0000;
    padding: 0 8px;
    color: #FFFFFF;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.footer_box div.right {
    text-align: center;
    width: 50%;
    float: right;
    padding-bottom: 5px;
}
.footer_box div.right p:nth-child(1) {
    font-weight: bold;
    color: #1383CE;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
}
.footer_box div.right p:nth-child(1) {
    font-weight: bold;
    color: #1383CE;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
}
.footer_box div.left p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 5px;
    width: 380px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.footer_box div.right p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 0;
}

@media (max-width:767px) {
	.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
	.container {
    /*margin-right: -5px;
    margin-left: -5px;*/
	/*	padding: 0;*/
}
}


/*水道局を地域別で探す
------------------------------------*/
.contents_wrap{
width: 99%;
margin: 0 auto;
}
.suidoukyoku{
}
.suidoukyoku h3{
font-weight:bold;
font-size: 18px;
margin-bottom: 10px;
margin-top: 30px;
color: #0f4d88;
}
.suidoukyoku p{
margin: 0;
}
.suidoukyoku h3 span{
font-size: 22px;
position: relative;
top: 5px;
padding-right: 6px;
}
.suidoukyoku ul{
padding: 10px 26px;
border:1px solid #CCC;
border-radius: 5px;
}
.suidoukyoku li{
display: inline-block;
font-size: 15px;
padding: 5px;
width: 10%;
}
.suidoukyoku li a{
display: block;
}
.suidoukyoku li a:hover{
color: #BDD8FF;
}

@media (max-width:767px) {
.contents_wrap{
width: 99%;
margin: 0 auto;
}
.suidoukyoku{
margin: 50px auto 0 auto;
width: 95%;
}
.suidoukyoku h3{
font-weight:bold;
font-size: 16px;
margin-bottom: 8px;
margin-top: 15px;
color: #0f4d88;
}
.suidoukyoku p{
margin-top: 10px;
}
.suidoukyoku h3 span{
font-size: 21px;
position: relative;
top:5px;
padding-right: 5px;
}
.suidoukyoku ul{
padding: 10px 23px;
border:1px solid #CCC;
border-radius: 5px;
}
.suidoukyoku li{
display: inline-block;
font-size: 13px;
padding:5px;
width: 23%;
}
}

/*iframe
---------------*/


.areacheck2{
	margin: 0 auto 0 auto;
	max-width: 960px;
  padding:0 0 0;
}

@media screen and (max-width:767px) {
.areacheck2{
	margin: 10px 0;
  height: auto;
  overflow: visible;
}
.areacheck2 iframe{
	width:100%;
  height:100%;
}

}

