@charset "UTF-8";
span.inner {
	/*\*/
	/*/
 display:block; width:0; height:0; overflow:hidden; font-size:0px; line-height:0; text-indent:-9999px;
    /**/
	/* Apply to all except MacIE \*/
	position: absolute;
	left: -9999px;
	font-size: 0px;
	/* end of hiding from MacIE */
}
.only_sp {
	display: none;
}

body {

	font-family: 'Meiryo', 'YuGothic', 'Yu Gothic', sans-serif;
	width: 950px;
	margin: 0 auto;
	text-align: center;

}
a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	list-style:none;
}

a.link{
	text-decoration: none;
    color: #000;
    outline: none;
}

a>img{
	transition: 1.0s ;}

a>img:hover{
	opacity: 0.8;
	position:relative;
top:1px;
left:1px;
}




.headbar_link {
	list-style:none;
	color:#fff;
	font-weight: 600;
	text-decoration: none;
	padding-right: 8px;
	
}


h1 { 
	float: left;
	margin: 13px 0 12px 15px;
	}

.logo {
	float: right;
	margin: 18px 8px 12px 0;
	}


section {
}



dd ,dl,ol,ul{
  margin:0 ;
  padding:0;
  list-style:none;
}


figure {
    display: block;
     margin:0 ;
  padding:0;
}
.txtC { text-align:center;}
.tax { text-align:right; font-size:75%; line-height:0;}


.notice {
	font-size: 12px;
	width: 80%;
	color:#CC0000;
}
.fa-orange {color: #fecb81}
.fa-red { color: #E3007F;}
.cam { color:#E3007F;}

h2,
h3 {
}

h4 {
	font-size:160%;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:5px solid #E72C24;
}

.main {
	
}

#headbar {
	text-align: right;
	font-size: 12px;
	width: 102%;
	margin: 0 auto;
	height:80px;
	background:#e1241a 25%;
	background-size: 4px 4px;
	font-weight: 600;
	
}

.header_logo {
	width: 100%;
	max-width:110px;
	text-align: left;
	padding-left:20px; 
	padding-top: 20px;
}

#headbar > p{
margin:-30px 0 0 5px;
color:#fff;
}

#headbar > p a:link { color: #fff; } 

.main {
	margin-top:30px;
	padding-bottom: 0px;
	margin-bottom: 25px;
}

.service {
	width:840px;
	margin:0 auto;
	
}

/***　**/



/* h2 */



.ttl-h2 {	
 margin: 10px auto 60px;
  font-size: 30px;
  line-height: 1.3;
 border-bottom: solid 3px #e1241a;
 max-width: 400px;
	text-align: center;


}


/*===== ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ =====*/

#container {
  width: 100%;
  margin-bottom: 100px;
}

#main-column {
  width: 74.07%;
  float: left;
}

#side-column {
  width: 22.2%;
  float: right;
}

#one-column {
  width: 100%;
}


.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

blockquote {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  width: auto;
  border-radius: 0;
  padding: 15px 10px;
  color: #0b9be5;
  border: 2px solid #0b9be5;
  font-size: 22px;
  line-height: 1.3;
}

.btn::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_external.png) no-repeat left center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.info-link > div:not(:last-child) .btn {
  margin-bottom: 20px;
}

caption {
  display: none;
}

table {
  width: 100%;
  border: 1px solid #9d9d9e;
  border-bottom: none;
  border-right: none;
}

.reported table {
  margin-top: 20px;
}

table th,
table td {
  line-height: 1.4;
  padding: 10px;
  border-bottom: 1px solid #9d9d9e;
  border-right: 1px solid #9d9d9e;
}

table th {
  background: #ddd;
  text-align: center;
}

.libmo-denwa section table th, 
.hosho section table th, 
.houmon section table th {
  background: #ffeaec;
}
.reported table th:first-child,
.reported table th:nth-child(2) {
  width: 30%;
}

table td {
  background: #fff;
}

.btn-contact {
  background: #0075a9;
  color: #fff !important;
  font-size: 22px;
  padding: 18px 10px;
  line-height: 1.3;
}

.btn-center {
  display: inline-block;
  position: relative;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto;
  text-align: center;
}

.btn-center .btn-contact {
  padding: 18px 30px;
}

#terms-guide ul {
  margin: 10px 0 40px 0;
}

#terms-guide ul:after {
  content: "";
  display: block;
  clear: both;
}

#terms-guide ul li {
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
  font-size: 18px;
  width: 480px;
  float: left;
}

#terms-guide ul li:nth-child(2n) {
  margin-left: 40px;
}

#terms-guide ul li::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_pdf.png) no-repeat left center;
  background-size: 23px 30px;
  width: 23px;
  height: 30px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

#terms-guide ul li a:hover {
  text-decoration: underline;
}

table .pdf-link {
  color: #0b9be5 !important
}

table .pdf-link:hover {
  text-decoration: underline;
}

table .pdf-link:before {
    background: url(../images/icon_pdf.png) no-repeat left center;
    background-size: 20px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 30px;
    vertical-align: -7px;
    margin-right: 7px;
}

.img-left {
  float: left;
  width: 200px;
  margin-right: 30px;
}

.img-right {
  float: right;
  width: 200px;
  margin-left: 30px;
}



.balloon_red {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 10px 20px;
	min-width: 160px;
 	max-width: 100%;
 	color: #fff;
	font-size: 18px;
	background: #de2219;
	border-radius: 15px;
	font-weight:600;
	line-height: 1.5em;
	z-index: 9999;
}

.balloon_red:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 15px solid #de2219;
	z-index: 9999;
}

.balloon_red p {
	margin: 0;
	padding: 0;
}

.balloon_gr {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 10px 20px;
	min-width: 160px;
 	max-width: 100%;
 	color: #fff;
	font-size: 18px;
	background: #666666;
	border-radius: 15px;
	font-weight:600;
	line-height: 1.5em;
	z-index: 9999;
}

.balloon_gr:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 15px solid #666666;
	z-index: 9999;
}

.balloon_gr p {
	margin: 0;
	padding: 0;
}




/** **/

#copyright {
	text-align: right;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

footer {
	background: #414141;
	padding: 30px;
	margin-bottom:-25px;
}

.footer_logo {
	width: 100%;
	text-align: center;
}

footer ul {
	text-align: center;
}

footer ul li {
	list-style: none;
	display: inline-block;
}

footer ul li:after {
	content: '|';
	display: inline-block;
	color: rgba(255, 255, 255, 0.4);
	padding-left: 5px;
}

footer ul li:last-child:after {
	content: '';
}

footer ul li a {
	color: #fff;
	font-size: 80%;
	padding: 2px;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}


/*goto_top*/

#goto_top {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(193, 45, 45, 0.8);
	position: fixed;
	right: 10px;
	bottom: 30px;
	cursor: pointer;
}

#goto_top span {
	display: block;
	width: 70px;
	margin: 0 auto;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	padding-top: 25px;
}




/*ページを閉じる*/
.close_page a{
	text-align: center;
	color: crimson;
	font-size: 18px;
	padding: 10px;
	display: block;
	font-weight: 600;
	margin: 20px auto;
	border: 3px solid crimson;
	width: 220px;
	height: 40px;
	text-decoration: none;
	line-height: 40px;
	padding-left: 25px;
	position: relative;
}

.close_page a:before{
	display: block;
	content: '×';
	width: 20px;
	height: 20px;
	background: #fff;
	color: #c50000;
	position: absolute;
	left: 20px;
	top:19px;
	border-radius: 50%;
	line-height: 19px;
	font-weight: 800;
}

.close_page a:hover{
	background: crimson;
	color: #fff;
}


@media (max-width: 800px) {

h1 img, .logo img {
	width: 80%;
	}	

h1{
	margin-left:-8px;	
	}

.logo { 
margin-right:8px;
}
}

@media (max-width: 414px) {
	.only_sp {
		display: block;
	}
	.only_pc {
		display: none;
	}

	body {
		width: 100%;
		font-size: 16px;
	}
	#headbar {
		width: 100%;
	
	}
	.main {
		width: 100%;
		font-size: 16px;
	}
	img {
		width: 100%;
		margin: 0 auto;
	}
	h2,
	h3 {
		margin: 0;
		padding: 0;
	}
	h4 {
	font-size:100%;
	margin:0 10px 10px;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:5px solid #E72C24;
	}
	section {
		padding-bottom: 0;
	}
	.tax { text-align:right; font-size:75%; line-height:1.4;  }
	
	.service {
		width:100%;
		}
	.service p {
		margin:0 10px;
		}

	
 .img-center {
  max-width: 100%;
}
  	
	
	
dl.flow {
	width:auto;
	margin:0 10px 5px;
}

.flow dt {
	background-color:#E72C24;
	padding:3px;
	border:1px solid #E72C24;
	text-align:center;
	color:#fff;
	font-size:100%;
}

.flow dd {
	border:1px solid #E72C24;
	padding:10px;
	margin:0;
	display: flex;
	flex-direction:column;
}

.flow dd img {
	width:100%;
	max-width: 120px;
	float: none;
	margin: 0 0 10px 33%;	
}

.tanmatsu-ttl  {
	margin: 15px 0 0 0;
}

.tanmatsu {
	clear:both;
	border:1px solid #CCC;
	background-color: gainsboro;
	width:95%;

}

		
dl.tanmatsu  {
	margin:0 10px 8px;
	width:auto;
}

.tanmatsu dt {
	font-size:90%;
	padding:5px;
	margin:0 0 -15px 0;	
}

.tanmatsu dd {
	font-size:90%;
	padding:10px;
	margin:0 0 -10px 0;
	overflow:hidden;
}

dl.remarks2 {
	line-height:1.4;
}
.remarks2 dt {
	float: left;
	text-indent:-1.5em;
	color:#CC0000;
	background-color:#FFF;
	border:none;
	font-size: 80%;
	text-align:left;
	padding:0;
	margin-left:1.5em;
}
.remarks2 dd {
	padding:0 0 5px 0;
	border:none;
	font-size: 80%;
}

.remarks ul {
	margin:0 auto;
}

table.price, table.period {
	width:95%;
	margin: 0 10px 10px;
	border-collapse: collapse;
}

.price th, .period th {
	border: 1px solid #CCC;
	padding: 10px;
	font-weight:normal;
	background-color:#ffeaec;
}

.price td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align:center;
}

.period td {
	border: 1px solid #CCC;
	padding:10px 0;
	width:20%;
	text-align:center;

}

.right-arrow {
	display: inline-block;
	height: 20px;
	width: 100%;
	background-color: #ccc;
	position: relative;
	float: left;
	padding:-10px;
}

.right-arrow2 {
	display: inline-block;
	height: 20px;
	width:60%;
	background-color: #ccc;
	position: relative;
	float: left;
}

.right-arrow2::before {
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
    border-left-width: 20px;
    border-left-style: solid;
    border-left-color: transparent;
	border-left: 20px solid #ccc;
	position: absolute;
	left:80%;
	top: -10px;
}



	.footer_logo {
		max-width: 135px;
		margin: 0 auto;
	}
	#copyright {
		width: 100%;
		padding-top: 20px;
	}
}