﻿@charset "UTF-8";

.pcView {
	display: block;
}

.spView {
	display: none;
}


/* header-area
-------------------------------------------- */
header h1{
	float: left;
	width: 15%;
	margin: 10px 0 0 0;
}


/* header-menu
-------------------------------------------- */
#header-menu{
	float: right;
	width: 15%;
	padding: 15px 0 0;
	text-align: right;
}


/* nav
-------------------------------------------- */
nav ul{
	padding: 0;
}

nav ul li{
	float: left;
	width: 140px;
	margin: 0 0 0 0;
	list-style-type: none;
	font-size: 0.9rem;
	font-weight: bold;
	border-left: 1px solid #666;
}

nav ul li:last-child{
	border-right: 1px solid #666;
}

nav ul li a{
	display: block;
	text-decoration: none;
	color: #333 !important;
}

nav ul li a:hover,
nav ul li a:active{
	color: #c80f26 !important;
}


/* ハンバーガー
-------------------------------------------- */

.nav {
	display: none;
}

.toggleCk {
	display: none;
}

.toggle {
	position: fixed;
	top: 9px;
	right: 0px;
	display: block;
	background-color: #fff;
	cursor: pointer;
	width: 54px;
	height: 50px;
	margin-right: 10px;
	padding: 23px 14px;
	box-sizing: border-box;
	user-select: none;
	z-index: 999;
}

.toggle span,
.toggle span:before,
.toggle span:after {
	content: '';
	position: absolute;
	display: block;
	height: 3px;
	width: 26px;
	border-radius: 3px;
	background: #333;
	transition: 0.5s;

}

.toggle span:before {
	bottom: 8px;
}

.toggle span:after {
	top: 8px;
}

#toggleCk:checked ~ .toggle span {
	background: rgba(255, 255, 255, 0);
}

#toggleCk:checked ~ .toggle span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#toggleCk:checked ~ .toggle span::after {
	top: 0;
	transform: rotate(-45deg);
}
  
.navArea {
	position: fixed;
	bottom: 100%;
	left: 0%;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	z-index: 1;
	transition: .3s;
}

.navLi {
	list-style-type: none;
	padding: 16% 20px 20px 20px;
}


.navLi a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
}

/* アイコンがクリックされたらメニューを表示 */
#toggleCk:checked ~ .navArea {
	bottom: 0;
  
}


/* main
-------------------------------------------- */
#kv{
	position: relative;
	clear: both;
	width: 100%;
	min-width: 1000px;
	height: 470px;
	margin-bottom: 0;
	overflow: hidden;
	background-image: url(../img/kv.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#kv img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#kv img.spView{
	width: 80%;
	max-width: 320px;
	height: auto;
}

main h2{
	clear: both;
	margin: 0 auto 40px;
	padding: 80px 0 0;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}

main h2 span{
	display: block;
	margin-top: 16px;
	font-size: 0.8rem;
	font-weight: bold;
	color: #c80f26;
}

#news-area{
	margin: 0;
	padding: 0 0 60px 0;
	background-color: #f1f1f1;
}

#news-list{
	width: 800px;
	max-height: 160px;
	margin: 0 auto;
	overflow-y: scroll;
	font-size: 1.0rem;
}

#news-list dt{
	float: left;
}

#news-list dd{
	margin-bottom: 20px;
	padding: 0 10px 0 100px;
	line-height: 1.5em;
}


#bg-1,
#bg-2{
	clear: both;
	width: 100%;
	min-width: 1000px;
	height: 246px;
	margin-top: 60px;
	margin-bottom: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#bg-1 img,
#bg-2 img{
	width: 100%;
}

#bg-1{
	background-image: url(../img/bg1.jpg);
}

#bg-2{
	background-image: url(../img/bg2.jpg);
}

#bg-3{
	clear: both;
	width: 100%;
	min-width: 1000px;
	margin-top: 60px;
	margin-bottom: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#bg-3 img{
	width: 100%;
}
	

.contents-area{
	clear: both;
	width: 800px;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.3em;
	overflow: hidden;
}

.contents-list{
	margin: 0;
	padding: 0;
	font-size: 1.06rem;
	line-height: 1.5em;
}

.contents-list dt{
	float: left;
	font-weight: bold;
}

.contents-list dd{
	margin: 0 0 30px 0;
	padding: 0 0 30px 180px;
	border-bottom: 1px solid #ccc;
}

.contents-list dd ul{
	margin: 0 0 0 20px;
	padding: 0;
}

.contents-list dd ul li{
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 1.05rem;
}

.contents-list dd.boldtxt{
	padding-left: 200px;
	font-weight: bold;
}

.contents-list dd.boldtxt2{
	padding-left: 430px;
	font-size: 1.1rem;
	line-height: 2.0em;
}

.contents-list dd span{
	font-weight: normal;
	font-size: 0.9rem;
}

.contents-list ul.report{
    margin-left: 0;
}
.contents-list ul.report li{
    list-style-type: none;    
    margin-bottom: 0;
}

.contents-list .report a {
    color: #d6001c;
    position: relative;
    padding-left: 1.2em;
}

.contents-list .report a .ico-arr-01 {
    width: .7em;
    height: .7em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
    fill: #d6001c;
    margin-top: 2px;
}

.contents-list .report a:hover {
    color: #9a0014;
}

.contents-list .report a:hover .ico-arr-01 {
    fill: #9a0014; 
}

#service-list{
	width: 800px;
	margin: 60px auto 80px;
	overflow: hidden;
}

#service-list li{
	clear: both;
	margin: 0 0 40px -30px;
	list-style-type: none;
	list-style-position: inside;
	overflow: hidden;
}

#service-list li img{
	float: left;
}

#service-list li p{
	float: left;
	width: 680px;
	font-size: 1.3rem;
	text-align: left;
}

#service-list li span.number{
	display: block;
	float: left;
	width: 80px;
	margin: 0 20px 0 20px;
	font-size: 4.0rem;
	font-style: oblique;
}

#service-list li span.list-txt{
	display: block;
	float: left;
	width: 560px;
	margin: -16px;
	font-weight: bold;
}

#service-list li span.list-txt2{
	display: block;
	float: left;
	margin-top: -16px;
}

#service-list li span.list-txt span.deital-txt{
	display: block;
	margin-top: 15px;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.5em !important;
}

.img-l{
	float: left;
	max-width: 500px;
	margin: 0 0 20px 0;
}

.img-l img{
	width: 100%;
}

.hisArea span {
	display: inline-block;
	font-size: 100% !important;
	text-indent: -100px !important;
	padding-left: 100px !important;
	padding-bottom: 10px;
}


/* footer
-------------------------------------------- */
#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.7em;
}

#page-top a{
    display: block;
    width: 70px;
	height: 70px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
	background-color: #999;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	opacity: 0.85;
}

#page-top a:hover{
    text-decoration: none;
	color: #fff;
    background-color: #c80f26;
}

#copyright{
	font-size: 0.7rem;
	text-align: center;
}


/* 汎用
-------------------------------------------- */
.mini-txt{
	font-size: 0.7em;
	line-height: 1.4em;
}

.big-txt{
	font-size: 1.1em;
	line-height: 1.6em;
}

.sp-block{ display: none;}




/* ========== ----- スマホ ----- ========== */
@media screen and (max-width: 680px) {

.pcView {
	display: none;
}

.spView {
	display: block;
}

/* header-area
-------------------------------------------- */
header h1{
	float: none;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	padding-right: 60px;
}

header h1 img{
	width: 90%;
	max-width: 360px;
	height: auto;
}


/* nav
-------------------------------------------- */
nav{
	display: none;
}


/* ハンバーガー
-------------------------------------------- */

.nav {
	display: block;
}


/* main
-------------------------------------------- */
#kv{
	min-width: 100%;
}

main h2{
	line-height: 130%;
	padding-right: 4%;
	padding-left: 4%;
}

main h2 span{
	margin-top: 0;
}

#news-area{
	padding-left: 4%;
}

#news-list{
	width: 100%;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

#bg-1,
#bg-2,
#bg-3{
	min-width: 100%;
}

.contents-area{
	width: 100%;
}

.contents-list dt,
.contents-list dd {
	float: none;
	width: 92%;
	text-align: left;
	margin: 0 4% 25px 4%;
	padding: 0 0 25px 0;
}

.contents-list dt {
	padding-bottom: 0;
}

.contents-list dd.boldtxt{
	padding-left: 0;
}

.contents-list dd.boldtxt2{
	padding-left: 0;
}

.contents-list iframe {
	width: 100%;
}

#greeting {
	padding-right: 4%;
	padding-left: 4%;
}

#greeting .contents-area .fl {
	width: 50%;
	max-width: 250px
}

#greeting .contents-area .fl img {
	width: 100%;
	height: visible;
}

#service-list {
	padding: 0 4%;
}

#service-list,
#service-list li p{
	float: none;
	width: 100%;
	text-align: left;
	margin: 0;
	overflow: visible;
}

#service-list li {
	position: relative;
	text-align: center;
	margin: 0;
	padding-bottom: 155px;
	list-style-position: inherit;
	overflow: visible;
}

#service-list li img{
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 20px;
	float: none;
	padding-bottom: 20px;
}

#service-list li span.number{
	width: 40px;
	margin: 0 10px 0 0;
	font-size: 2.5rem;
}

#service-list li span.list-txt,
#service-list li span.list-txt2{
	float: none;
	width: 100%;
	margin: 0;
}

#service-list li span.list-txt{
	padding-left: 50px;
}

#service-list li span.list-txt br{
	display: none;
}


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

#copyright{
	padding-right: 4%;
	padding-left: 4%;
}


}
