html {
	display: block;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #000;
	background: #fff;
	font-family:'Noto Serif JP', serif;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
#wrapper {
	overflow: hidden;
}
h1, h2 {
	color: #002e57;
	font-size: 38px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.0;
}
p {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 1px;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.6;
}
em {
	font: inherit;
}
a.nonUline {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
span {
	display: inline-block;
}
img {
	line-height: 0;
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.infoList img {
	width: auto;
	margin: 8px 0;
}
li {
	list-style: none;
}
.linkTxt {
	color: rgb(0, 30, 80);
	text-decoration: underline;
	cursor: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 18px;
}
picture {
	width: 100%;
	display: block;
	margin: 20px auto;
}
.pc {
	display: none;
}
.tb {
	display: none;
}
.sp {
	display: block;
}
figure {
	margin: 0;
}
section{
	padding: 100px 0;
}
.inner {
	width: 100%;
	max-width: 1200px;
	margin:auto;
}
table th,table td{
	padding: 10px;
	border-top: 1px dotted #BDBDBD;
	border-bottom: 1px dotted #BDBDBD;
	text-align: left;
	color: #000;
	font-weight: 500;
}
.center{
	text-align: center;
}

/*ページネーション==============================================================*/
.pagination{
   margin: 40px auto;
   text-align: center;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right: 15px;
   padding: 10px 15px;
   color:#333;
   border-radius: 30px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.pagination .current{
   padding: 5px 15px;
   background: #333;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   color: #333;
   font-weight: bold;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
/*ヘッダー==============================================================*/

.navibox{
    display: flex;
    float: right;
}
.navibox ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.navibox ul li{
    margin-left: 15px;
    font-size: 16px;
}
.navibox ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.navibox ul li{
    margin-left:15px;
    font-size: 16px;
}
.header-logo{
	width: 300px;
	display: inline-block;
	padding: 15px 0;
	margin-left: 20px;
}
.header-info{
	margin: 0px 10px 0 30px;
	text-align: center;
}
.header-info p{
	line-height:1.0;
}
.header-info p.info{
	font-size: 14px;
}
.header-info p.tel{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.header-info p.time{
	font-size: 14px;
	margin-bottom: 10px;
}
/*フッター==============================================================*/
footer{
	background: #00417b;
	color: #fff;
}
.footerbox{
	width: 98%;
	margin: auto;
	padding-top:20px;
}
.footer-navibox{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.footer-logo{
	width: 270px;
	display: flex;
}
.footer-navi ul{
    display: flex;
}
.footer-navi ul li{
    margin-left:15px;
	padding: 9px 0;
}
.footer-infobox{
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	padding:15px 0;
	border-top: 1px solid;
}
.footer-navi li a{
	font-size: 16px;
}
.footer-infobox p{
	font-size: 16px;
}
.foter-logo{
	width:300px;
}
/*共通CSS==============================================================*/
h2.title span{
	font-size:20px;
	display:block;
	margin-bottom: 8px;
}
section#company,section#contact,section#services{
	background: #f3f3f378;
}
section#insurance h2.title:after,section#rules h2.title:after,section#others h2.title:after{
	display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #002e57;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

/*FirstView==============================================================*/
.firstView{
	margin-top:73px;
}

/*trouble==============================================================*/
section#trouble{
	background-color: #f3f3f378;
}

.troublebox h2{
	margin-bottom: 0px;
}

.troublebox h2 span{
	border-bottom:solid 1px;
	padding-bottom: 20px;
	margin:auto;
	display: inline-block;
}
.troublebox p{
	text-align:center;
}

.troublebox ul{
	padding-top:50px;
}

.troublebox li.slick-slide{
	background-color: #ffffff;
	/* padding-bottom: 20px; */
	margin: 0 15px;
	/* width: 370px !important; */
	height: auto;
	/* height: 520px; */
}
.troublebox li.slick-slide .img {
    overflow: hidden;
    background-color: #ececec;
    margin: 15px 15px 0;
    width: auto !important;
}
.troublebox li.slick-slide .text {
    padding: 20px 20px;
    font-size: 21px;
}
.troublebox li.slick-slide .text h3{
    font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.troublebox li.slick-slide .text p{
    text-align:left;
}
.troublebox ul .slick-dots{
	padding-top:100px;
}
/*contact-area==============================================================*/
section#contact-area{
	padding:0;
}
.contact-area{
	position: relative;
	background: #235f8b;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 60px;
}
.contact-area:before{
    opacity: .4;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../morimoto/img/contact-area-bg.jpg) center right 40%;
    background-size: cover;
}
.contact-area-title{
	font-size:30px;
	margin-bottom:30px;
	position: relative;
}
.contact-area-text{
	margin-bottom:30px;
	font-size: 18px;
	position: relative;
}
.contact-area-navi{
	display:flex;
	justify-content: space-between;
	width: 820px;
	margin: auto;
	position: relative;
}
.contact-area-tel, .contact-area-navi .mail{
    background: #00417b;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    width: 400px;
    height: 105px;
    padding: 20px;
}
.contact-area-tel .tel{
	font-size:24px;
}
.contact-area-tel .tel:before{
	 content: '\f095';
	 font-family: "Font Awesome 5 Free";
	 margin-top: 4px;
	 margin-right: 10px;
}
.contact-area-tel .time{
	font-size:14px;
}
.contact-area-navi .mail{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-area-navi .mail p{
	font-size:24px;
}
.contact-area-navi .mail p:before{
	 content: '\f0e0';
	 font-family: "Font Awesome 5 Free";
	 margin-top: 4px;
	 margin-right: 10px;
}
/*News==============================================================*/
section#newslist .newsList{
	width: 100%;
}
.newsbox{
	display: flex;
}
.newsside{
	width: 25%;
	position: relative;
}
.newsside .title p{
	font-size: 38px;
	line-height:1.0;
	color: #002e57;
	text-align: center;
}
.newsside a.btn{
	position: absolute;
	bottom: 0px;
	border:solid 1px #002e57;
	border-radius: 5px;
	text-align: center;
	padding: 10px 40px;
	max-width: 200px;
}
.newsside .title small{
	display: block;
}
.newsList{
	width: 75%;
	border-top: 2px solid #002e57;
	border-bottom: 2px solid #002e57;
}
.newsList ul li{
	padding: 15px 0 15px 30px;
	border-bottom: dotted 1px #333;
}
.newsList ul li:last-child{
	border-bottom: none;
}
.newsList .postTitle{
	display: inline-block;
	padding: 0 0 0 30px;
}
section#newslist ul li{
	padding: 15px 0 15px 30px;
	border-bottom: dotted 1px #333;
}
section#newslist ul li:last-child{
	border-bottom: none;
}
section#newslist .postTitle{
	display: inline-block;
	padding: 0 0 0 30px;
}
/*メッセージ==============================================================*/
.messagebox{
	display:flex;
	flex-direction: row-reverse;
}
.messagebox-r{
	display:flex;
	flex-direction: row;
}
.messagebox .img{
	width:55%;
	margin-left:5%;
}
.messagebox-r .img{
	width:55%;
	margin-right:5%;
}
.messagebox .textbox,.messagebox-r .textbox{
	width:40%;
}
.messagebox .textbox h2,.messagebox-r .textbox h2{
	text-align:left;
	margin-bottom: 30px;
}
.messagebox .textbox h2 span,.messagebox-r .textbox h2 span{
	font-size:20px;
	display:block;
	margin-bottom: 8px;
}
.messagebox .textbox h2 span:before,.messagebox-r .textbox h2 span:before{
	content:"－"
}
.messagebox .textbox h3,.messagebox-r .textbox h3{
	font-size: 23px;
	font-weight:bold;
	margin-bottom: 20px;
}
.promisebox p{
	font-weight:bold;
	line-height:2.6;
}
/*業務内容==============================================================*/
 .service-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-top: 100px;
  }
.service-menu a{
	width: 100%;
	display: contents;
}
.ContBox {
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(165, 209, 194, 0.8);
	padding: 3% 5%;
	margin-bottom: 30px;
	width: 48%;
}
.ContBox:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.8;
}
.ContBox .title{
	font-weight:bold;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
.ContBox .title h3{
	font-size: 24px;
	margin-left: 16px;
}
.service-icon{
	max-width:60px;
	display: inline-block;
}
/*業務内容　別ページ==============================================================*/
section#serviceslink,section#insurance,section#rules,section#others,section#flow{
	padding: 100px 0 0;
}
.servicebox{
	display:flex;
	flex-direction: row;
	margin: 100px 0;
}
.servicebox .img{
	width: 40%;
	margin-right: 5%;
}
.servicebox .textbox{
	width: 55%;
}
.servicebox .textbox h2{
	text-align:left;
	margin-bottom: 30px;
}
.servicebox .textbox h2 span{
	font-size:20px;
	display:block;
	margin-bottom: 8px;
}
.servicebox .textbox h2 span:before{
	content:"－"
}
.servicebox h3{
	font-size: 23px;
	font-weight:bold;
	margin-bottom: 20px;
}

.servicebox2{
	display:block;
	margin: 0 auto 100px;
    width: 90%;
}
.servicebox2 h3{
	font-size: 23px;
	font-weight:bold;
	margin-bottom: 20px;
	text-align: center;
}
.servicebox2 p{
	margin-bottom: 20px;
}

.worklist{
	background: #f3f3f378;
	padding: 50px;
}
.worklist ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 50px;
}
.worklist ul li{
	background: #fff;
	width: 48%;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.worklist h3{
	font-weight:bold;
	font-size:20px;
	margin-bottom: 10px;
}
.checklist{
	background: #f3f3f378;
	padding: 50px;
}
.checklist ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 50px;
}
.checklist ul li{
	background: #fff;
	width: 48%;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 30px;
	display: flex;
}
.checklist ul li:before{
	 content: '\f058';
	 font-family: "Font Awesome 5 Free";
	 color:#002e57;
	 margin-top: 4px;
	 margin-right: 10px;
}
/*ご相談の流れ==============================================================*/
.flowex{
	text-align:center;
}
.flow-list{
	margin-top:100px;
}
.flowbox{
	display:flex;
	flex-direction: row-reverse;
	margin-bottom:100px;
}
.flowbox-r{
	display:flex;
	flex-direction: row;
	margin-bottom:100px;
}
.flowbox .img{
	width:55%;
	margin-left:5%;
}
.flowbox-r .img{
	width:55%;
	margin-right:5%;
}
.flowbox .textbox,.flowbox-r .textbox{
	width:40%;
}
.flowbox .textbox h2,.flowbox-r .textbox h2{
	text-align:left;
	margin-bottom: 30px;
}
.flowbox .textbox h2 span,.flowbox-r .textbox h2 span{
	font-size:20px;
	display:block;
	margin-bottom: 8px;
}
.flowbox .textbox h2 span:before,.flowbox-r .textbox h2 span:before{
	content:"－"
}
.flowbox .textbox h3,.flowbox-r .textbox h3{
	font-size: 23px;
	font-weight:bold;
	margin-bottom: 20px;
}
/*スタッフ紹介==============================================================*/
.staffbox{
	margin-bottom:100px;
}
.staffbox:last-child{
	margin-bottom:0px;
}
section#staff h2.title::after{
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #002e57;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
.profile-box{
	display:flex;
	margin-bottom: 50px;
}
.staffbox h3{
	text-align:center;
	font-size:38px;
	margin-bottom: 50px;
}
.staff-profile{
	width:45%;
}
.staff-name{
	margin-top: 30px;
	text-align: center;
}
.staff-name p{
	font-weight:bold;
	font-size:20px;
}
.staff-name p span{
	background:#00417b;
	color:#fff;
	padding:0 10px;
	margin-right:10px;
}
.staff-greeting{
	width: 55%;
	margin-left: 5%;
}
.staff-greeting p{
	line-height: 2.0;
}
.staff-greeting h3{
	font-weight:bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.staff-career table{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.staff-career{
	background:#f3f3f378;
	padding: 50px;
}
.staff-career h3{
	font-size:28px;
	margin-bottom: 30px;
}
.staff-career th{
	text-align: center;
	vertical-align:
	middle;
	padding: 25px 20px;
	background: #deeaf2;
	border: 1px solid #fff;
}
.staff-career td{
	vertical-align:
	middle;
	padding: 15px 15px;
	border: 3px solid #fff;
	font-weight: 500;
}
/*事務所案内==============================================================*/
section#company{
	padding-bottom:0;
}
.companybox{
	display:flex;
	justify-content: space-between;
	margin-top:100px;
}
.company-table{
	width: 55%;
}
.company-table table{
	width:100%;
}
.company-table table th{
	width:25%;
}
.company-table table td{
	width:75%;
}
.company-img{
	width:45%;
	padding-left:1%;
}
.map{
	margin-top:100px;
}
.map iframe{
	width:100%;
	height:600px;
}
/*料金のご案内==============================================================*/
section#price{
	background:#f3f3f378;
}
.pricetitle p{
	text-align:center;
}
.pricebox{
	margin-top:100px;
}
.pricebox table{
	width:100%;
}
.pricebox table th {
    background-color: #00417b;
    color: #fff;
    font-weight: 700;
    width: 50%;
    padding: 13px 0 14px;
    text-align: center;
	border: 1px solid #000;
}
.pricebox table td {
    background-color: #fff;
    padding: 7px 0 10px;
    border: 1px solid #000;
    vertical-align: middle;
    line-height: 1.75;
    text-align:center;
}
/*個人情報保護方針==============================================================*/
section#privacy .bgcolor .otherContent h4 {
	font-size: 24px;
	border-bottom: solid 1px #bfbfbf;
	margin-bottom: 8px;
}
section#privacy .bgcolor .otherContent .innerCont {
	margin: 0 auto 28px;
}
section#privacy .bgcolor .otherContent .innerCont:last-child{
	margin: 0 auto 0px;
}
section#privacy .bgcolor .otherContent h4:before {
	content:"◆";
	display: inline-block;
	height: 5px;
	width: 32px;
}
section#privacy .bgcolor #comment {
	margin-bottom: 16px;
}
#sitepolicy{
	margin-top: 100px;
}
/*お知らせ==============================================================*/
section#newslist p{
	word-break: break-all;
}
section#newslist ul.listexplanation li {
	margin-bottom: 100px;
}
section#newslist ul.listexplanation h3 {
	padding-bottom: 4px;
	line-height: 1.6;
	margin-bottom: 12px;
	border-bottom: solid 1px #bfbfbf;
	position: relative;
	font-size: 32px;
}
section#newslist ul.listexplanation h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 12%;
	border-bottom: 2px solid #002e57;
}
section#info .inner {
	max-width: revert;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#info #infoBox {
	overflow: hidden;
	width: 1140px;
	margin: 0 auto;
}
#info #infoBox #leftArea {
	width: 71%;
	float: left;
}
#info #infoBox #leftArea li {
	margin-bottom: 80px;
}
#info #infoBox #leftArea li h3 {
	padding-bottom: 4px;
	line-height: 1.6;
	margin-bottom: 12px;
	border-bottom: solid 1px #bfbfbf;
	position: relative;
	font-size: 32px;
}
#info #infoBox #leftArea li h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 12%;
	border-bottom: 2px solid #876c44;
}
#info #infoBox #leftArea li .date {
	font-size: 14px;
	margin-bottom: 12px;
}
#info #infoBox #leftArea li a {
	text-decoration: underline;
	color: #378937;
}
#info #infoBox #rightArea {
	width: 24%;
	float: right;
}
#latestArticle .newsList {
	border: solid 1px #e2e2e2;
}
#latestArticle .newsList {
	margin-bottom: 20px;
	border: solid 1px #f3f2ee;
}
#latestArticle .newsList .title {
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	background: #121132;
	color: #fff;
	padding: 12px 0 8px 0px;
	margin-top: 0px;
	text-align: center;
}
#latestArticle .newsList .title:before, #latestArticle .newsList .title:after {
	content: unset;
}
#latestArticle .newsList ul {
	padding: 4px 12px;
}
#latestArticle .newsList ul li {
	list-style: none;
	padding: 12px 0;
	border-bottom: dotted 1px #b5b5b5;
	line-height: 1.4;
}
#latestArticle .newsList ul li:last-child {
	list-style: none;
	padding: 8px 0;
	border-bottom: solid 0px #f3f2ee;
	line-height: 1.4;
}

@media all and (min-width: 320px) {
	section#newslist ul.listexplanation li {
		margin-bottom: 80px;
	}
	#info #infoBox {
		width: 90%;
	}
	#info #infoBox #leftArea {
		width: 100%;
	}
	#info #infoBox #rightArea {
		width: 100%;
	}
	section#company .row .colTxt .explanation-table {
		padding: 0px;
	}
	.index-col. -access-l .image, .index-col.-access-r .image {
		display: none;
	}
	.index-col. -access-l .image-sp, .index-col.-access-r .image-sp {
		display: block;
	}
	.date {
		margin-bottom: 24px;
	}
}
@media all and (min-width: 700px) {
	#info #infoBox #leftArea {
		width: 100%;
	}
	#info #infoBox #rightArea {
		width: 24%;
	}
}
@media all and (min-width: 750px) {
	section#newslist ul.listexplanation li {
		margin-bottom: 100px;
	}
}
@media all and (min-width: 1200px) {
	#info #infoBox {
		width: 1140px;
	}
	#info #infoBox #leftArea {
		width: 100%;
	}
	#info #infoBox #rightArea {
		width: 30%;
	}
}

/*スマホ用ボタン==============================================================*/
/*= ボタンのためのCSS =*/
.openbtn {
	position: fixed;
	z-index: 999;
	/*ボタンを最前面に*/
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 58px;
	height: 58px;
	background-color: #00417b;
	transition: .5s;
}
.siteHeader.transform .openbtn {
	top: 1px;
	right: 1px;
}

/*×に変化*/
.openbtn .gNavisp{
	display:none;
}
.active .gNavisp{
	display:block;
	top:0;
	/*動き*/
}
.active .gNavisp #gNavisp_list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.active .gNavisp ul {
	/*ナビゲーション天地中央揃え*/
	/*2階層目の基点にするためrelativeを指定*/
	position: relative;
	list-style: none;
	display: flex;
	justify-content: right;
	flex-direction: column;
	margin: 0;
	left: unset;
	right: unset;
	align-items: center;
	margin-top: 15%;
}
.active .gNavisp ul li {
	list-style: none;
	text-align: center;
}
.active .gNavisp ul li a {
	color: #fff;
	padding: 20px 21px;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 18px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
	z-index: 1000;
}
.openbtn span:nth-of-type(1) {
	top: 21px;
}
.openbtn span:nth-of-type(2) {
	top: 29px;
}
.openbtn span:nth-of-type(3) {
	top: 37px;
}
.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}
/* spナビボタン*/
/*アクティブクラスがついたら位置を0に*/

#gNavisp.panelactive {
	top: 0;
}
.gNavisp {
	position: fixed;
	z-index: 999;
	top: 120%;
	left: 0;
	width: 100%;
	height: 300vw;
	background: #002e57;
	transition: all 0.6s;
}
#gNavisp.panelactive #gNavisp_list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/* spナビボタン*/
/*javascript==============================================================*/


/*ページトップボタン==============================================================*/
/* ==PageTop== */
/*リンクの形状*/
#pagetop {
	height: 60px;
}
#pagetop a {
	text-decoration: none;
	width: 46px;
	display: block;
	webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	color: #713531;
	transition: all 0s;
}
#pagetop a path {
	fill: #713531;
	transition: all 0s;
}
#pagetop.active a {
	color: #fff;
}
#pagetop.active a path {
	fill: rgb(255, 255, 255);
}
color: #fff;

}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#pagetop a svg {
	position: relative;
	top: -24px;
	left: -28px;
}

/*リンクを右下に固定*/
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 77%;
	z-index: 210;
	/*はじめは非表示*/

	opacity: 0;
	transform: translateY(100px);
}
/*　上に上がる動き　*/
#pagetop.UpMove {
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*　下に下がる動き　*/
#pagetop.DownMove {
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}
/* ==PageTop_end== */

/*上部固定させるためのCSS==============================================================*/
#header{
  width:100%;
  background: #00417b;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

/*コンタクトフォームのCSS==============================================================*/
p.submessage{
	font-size: 80%;
	font-weight: normal;
}
/*　ContactForm7のテーブル化レスポンシブ調整　*/


/*テーブルを親要素の幅いっぱいに伸ばす*/

.table-res-form {
	width: 100%;
	margin-top: 20px
}

/*郵便番号*/

.table-res-form .your-zip-code input[type="text"] {
	width: 20%;
}
.table-res-form .your-zip-code2 input[type="text"] {
	width: 40%;
}

/*一行ごとに上ボーダー*/

.table-res-form tr {
	border-top: 1px #e5e5e5 solid;
	border-top: none;
	
}

/*thとtd内の余白指定*/

.table-res-form th, .table-res-form td {
	padding: 20px 1.5em;
}

/*th（項目欄）は30%幅、テキストを右寄せ*/

.table-res-form th {
	width: 17%;
	text-align: right;
}

/*「必須」部分のスタイリング*/

.table-res-form .requied {
	font-size: 0.8em;
	color: red;
	;
	display: inline-block;
	padding-left: 4px;
}
.order-form {
	margin-bottom: 50px;
}
.order-form th, .order-form td {
	padding: 10px;
	border: 1px dotted #BDBDBD;
	text-align: left;
	color: #000;
}
.order-form th {
	font-weight: bold;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
}
.order-form td {
	vertical-align: middle;
	font-size: 18px;
}
.order-form td:nth-child(1) {
	width: 35%;
}
.order-form td:nth-child(2) {
	width: 20%;
	text-align: right;
}
.order-form td:nth-child(3) {
	width: 20%;
	text-align: right;
}
.order-form td span{
	font-size: 16px;
}
/*　ContactForm7のテーブル化レスポンシブ調整　*/
/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
	/*thとtdをブロック化して幅100％にして、縦積み*/
	/* CONTACT */
	.table-res-form th, .table-res-form td {
		width: 100%;
		display: block;
	}
	.table-res-form td {
		padding: 4px 1.5em 20px;
	}
	/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
	.table-res-form th {
		padding-bottom: 0;
		text-align: left;
	}
	/*不要な最終行の左のthを非表示にする*/
	.table-res-form .empty {
		display: none;
	}
}

/*ここまで768px以下の指定---終わり*/


/*ここから入力欄のスタイル指定*/


/*各入力フォームスタイリング*/

.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea, .order-form input[type="number"] {
	border: 1px #acaaaa solid;
	padding: 0.7em;
	border-radius: 2px;
	width: 100%;
	background: #fdfdfd;
}
.order-form input[type="number"] {
	padding: 0em;
}

/*入力欄にフォーカスしたら変化*/

.table-res-form input[type="text"]:focus, textarea:focus {
	background: #EEFFFF;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/*送信ボタン・マウスオーバー時スタイリング*/

.table-res-form input[type="submit"]:hover{
	background: #2e4c67;
	box-shadow: none;
}
 .table-res-form input[type="button"]:hover{
	background: #fff;
	box-shadow: none;
}
/*送信ボタンスタイリング*/

.table-res-form input[type="submit"] {
	padding: 12px 15px;
	background: #00417b;
	color: #fff;
	font-weight: 500;
	min-width: 200px;
	text-align: center;
}
.table-res-form input[type="button"]{
	padding: 12px 15px;
	border:solid 1px #121132;
	background: #fff;
	color: #121132;
	font-weight: 500;
	min-width: 200px;
	text-align: center;
}
.table-res-form td.previos-btn{
	display: flex;
	justify-content: space-around;
}
#please li {
	font-size: 14px;
}
.table-res-form th {
	font-size: 16px;
}
.table-res-form td {
	width: 100%;
}
select.yearselect, select.wpcf7-form-control.wpcf7-select {
	padding: 0.5em 0;
}
#telArea p {
	margin-left: 4px;
	font-size: 20px;
}
.table-res-form th {
	width: 100%;
	text-align: left;
}
.table-res-form th {
	padding: 16px 4px 0px;
	margin-bottom: 4px;
	font-weight: bold;
	border-top:none;
	border-bottom:none;
}
.table-res-form td {
	padding: 4px 4px 16px;
	border-top:none;
	border-bottom:none;
}
span.wpcf7-list-item-label {
	font-size: 16px;
}
.companybox{
	display:flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.company-img{
	width:100%;
	padding-left:0;
}
.company-table{
	width: 100%;
	margin-top:30px;
}
@media screen and (min-width:320px) {
	section#contact-top {
		padding: 80px 0;
	}
	.articleTitle.contact {
		padding: 80px 0;
	}
	.order-form td span{
	font-size: 14px;
}
	.table-res-form td.previos-btn{
	display: flex;
	flex-direction: column;
}
		.table-res-form td.previos-btn .previos-box{
			margin:auto;
			width: 12.5em;
		}
		.table-res-form td.previos-btn .previos-box:first-child{
			margin: 20px auto;
		}
		.table-res-form td span.wpcf7-list-item {
		width: 100%;
	}
}
@media screen and (min-width:500px) {
	.order-form td span{
	font-size: 16px;
}
	.table-res-form td.previos-btn{
	display: flex;
	flex-direction: revert;
	justify-content: center;
	margin: auto;
	}
	.table-res-form td.previos-btn .previos-box{
		margin: 20px auto 0;
		}
	.table-res-form td.previos-btn .previos-box:first-child{
		margin: 20px auto 0;
		}
}
@media screen and (min-width:750px) {
	/*　600px~767px（タブレット）　*/
	section#contact-top {
		padding: 100px 0;
	}
	main.contact .eyeCatch #comment p {
		font-size: 16px;
	}
	#contact .foreword p {
		width: 88%;
	}
	.table-res-form th {
		width: 28%;
		font-weight: bold;
	}
	.table-res-form td {
		width: 84%;
	}
	.table-res-form th {
		font-size: 16px;
	}
	.table-res-form td span.wpcf7-list-item {
		width: 100%;
	}
	span.wpcf7-list-item-label {
		font-size: 16px;
	}
	#please li {
		font-size: 16px;
	}
	.table-res-form td.previos-btn{
	display: flex;
	justify-content: flex-start;
	margin: revert;
	}
	.companybox{
	display:flex;
	justify-content: space-between;
	flex-direction: revert;
}
.company-img{
	width:50%;
	padding-left:5%;
}
.company-table{
	width: 50%;
	margin-top: 0;
}
}
@media screen and (min-width:800px) {
	.table-res-form th {
		width: 25%;
	}
	.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
		padding: 0.7em 0;
	}
	.table-res-form th, .table-res-form td {
		padding: 12px 4px 12px;
	}
}
@media screen and ( min-width:950px) {
	/* CONTACT */
	main.contact .eyeCatch #comment p {
		width: 88%;
	}
	#contact .foreword p {
		width: 88%;
	}
	#formArea {
		width: 88%;
	}
	.table-res-form td {
		width: 90%;
		height: 100%;
	}
	.table-res-form input[type="text"], input[type="email"], input[type="tel"], textarea {
		padding: 1em;
	}
	input.wpcf7-form-control.wpcf7-text.p-postal-code.your-zip-code {
		width: 20%;
	}
	input.wpcf7-form-control.wpcf7-text.p-postal-code.your-zip-code2 {
		width: 40%;
	}
}
.wpcf7-form-control-wrap {
	display: initial;
}
@media screen and (min-width:960px) {
	.articleTitle.contact {
		padding: 100px 0;
	}
}
@media screen and (min-width:1000px) {
	/* CONTACT */
	main.contact .eyeCatch #comment p {
		width: 900px;
	}
	#formArea {
		width: 900px;
		margin: 0px auto 0;
		padding: 0px 0 80px;
	}
	.table-res-form th {
		width: 21%;
	}
}
@media screen and (min-width:1920px) {
	main.contact .eyeCatch #comment p {
		font-size: 18px;
	}
	.table-res-form th {
		font-size: 18px;
	}
	span.wpcf7-list-item-label {
		font-size: 16px;
	}
	#please li {
		font-size: 16px;
	}
}

/*レスポンシブ対応==============================================================*/
@media screen and (min-width:100px) {
	h1, h2 {
		font-size:30px;
	}
	h3{
		font-size:18px;
	}
	p{
		font-size:16px;
	}
	.troublebox li.slick-slide .text h3{
	    font-size: 18px;
	}
	.contact-area-title{
		font-size:22px;
	}
	.contact-area-text{
		font-size:15px;
	}
	table{
		font-size:16px;
	}
	.firstView{
		margin-top:59px;
	}
	.contbox.title h3{
		font-size: 20px;
	}
	.messagebox .textbox h2, .messagebox-r .textbox h2{
		font-size:24px;
	}
	.ContBox .title h3{
		font-size:20px;
	}
	.inner{
		width:90%;
	}
	section{
		padding: 80px 0;
	}
	.openbtn{
		display:reverse;
	}
	.header-logo{
		width: 200px;
		padding: 20px 0;
		margin-left: 5px;
	}
	.navibox{
		display: none;
	}
	.navibox ul li{
	    margin-left: 10px;
	}
	.newsbox{
		display: flex;
		flex-direction: column;
	}
	.newsside{
		width:100%;
		margin-bottom: 30px;
	}
	.newsList{
		width:100%;
	}
	.newsside a.btn{
		top: 0;
		bottom: revert;
		right: 0px;
		padding: 5px 10px;
		width: 40%;
	}
	.newsside .title p{
		font-size: 28px;
		text-align: left;
	}
	.newsList ul li{
		padding: 15px 0 15px 0px;
	}
	.newsList .postTitle {
		display: block;
		padding: 0 0 0 0px;
	}
	.contact-area{
		position: relative;
		background: #235f8b;
		color: #fff;
		font-weight: 700;
		text-align: center;
		padding: 5%;
	}
	.contact-area-navi{
		display:flex;
		width: 90%;
		flex-direction: column;
	}
	.contact-area-tel, .contact-area-navi .mail{
		width: 90%;
		max-width: 300px;
		margin: auto;
	}
	.contact-area-tel{
		margin-bottom: 20px;
	}
	.contact-area-tel .tel{
	font-size: 20px;
	}
	.contact-area-navi .mail p{
	font-size:20px;
	}
	 .service-menu{
	    display: flex;
	    flex-direction: column;
	    margin-top: 80px;
	 }
	.service-menu a{
		width: 100%;
		display: contents;
	}
	
	.ContBox {
		width: 100%;
	}
	.messagebox{
		display:flex;
		flex-direction: column;
	}
	.messagebox-r{
		display:flex;
		flex-direction: row;
	}
	.messagebox .img{
		width: 100%;
		margin-left: 0;
	}
	.messagebox-r .img{
		width:55%;
		margin-right:5%;
	}
	.messagebox .textbox,.messagebox-r .textbox{
		width: 100%;
		margin-top: 30px;
	}
	.profile-box{
	display:flex;
	flex-direction: column;
}
.staffbox h3{
	text-align:center;
	font-size: 30px;
	margin-bottom: 50px;
}

.staffbox .staff-career h3{
	font-size: 22px;
}
.staff-profile{
	width: 100%;
	margin-bottom: 30px;
}
.staff-name{
	margin-top: 30px;
	text-align: center;
}
.staff-name p{
	font-weight:bold;
	font-size: 17px;
}
.staff-greeting{
	width: 100%;
	margin-left: 0;
}
.staff-career{
	padding: 50px 10px;
}
	.companybox{
		display:flex;
		justify-content: space-between;
		flex-direction: column-reverse;
		margin-top: 80px;
	}
	.company-img{
		width:100%;
		padding-left:0;
	}
	.company-table{
		width: 100%;
		margin-top:30px;
	}
	.company-table table th{
		width:40%;
	}

	.footer-navibox,.footer-info{
	    display: none;
	}

	.footer-infobox{
		display:flex;
		flex-direction: column;
		border-top: none;
		padding: 0 0 15px;
	}
	.servicebox{
		display:flex;
		flex-direction: column;
		margin: 80px 0;
	}
	.servicebox .img{
		width: 100%;
		margin-right: 0;
	}
	.servicebox .textbox{
		width: 100%;
		margin-top:30px;
	}
	.worklist{
		padding: 40px 20px 20px;
	}
	.worklist ul{
	    display: flex;
	    flex-direction: column;
	}
	.worklist ul li{
		width: 100%;
	}
	.checklist{
		padding:40px 20px 20px;
	}
	.checklist ul{
		display: flex;
		flex-direction: column;
	}
	.checklist ul li{
		width: 100%;
	}
	.pricebox{
		margin-top:80px;
	}
	.flow-list{
	margin-top:100px;
}
	.flowbox{
		display:flex;
		flex-direction: column;
		margin-bottom: 80px;
	}
	.flowbox-r{
		display:flex;
		flex-direction: column;
		margin-bottom: 80px;
	}
	.flowbox .img{
		width: 100%;
		margin-left: 0;
	}
	.flowbox-r .img{
		width: 100%;
		margin-right: 0;
	}
	.flowbox .textbox,.flowbox-r .textbox{
		width: 100%;
		margin-top: 30px;
	}
	#sitepolicy{
		margin-top: 80px;
	}
	#pagetop {
		right: 0px;
	}
}

@media screen and (min-width:350px) {
	.company-table table th{
		width:30%;
	}
}

@media screen and (min-width:500px) {
}
@media screen and (min-width:650px) {
}
@media screen and (min-width: 750px) {
	h1, h2 {
		font-size: 38px;
	}
	h3{
		font-size:18px;
	}
	p{
		font-size: 18px;
	}
	.troublebox li.slick-slide .text h3{
		    font-size: 21px;
		}
	.contact-area-title{
		font-size: 30px;
	}
	.contact-area-text{
		font-size: 18px;
	}
	table{
		font-size: 18px;
	}
	.contbox.title h3{
		font-size: 20px;
	}
	.messagebox .textbox h2, .messagebox-r .textbox h2{
		font-size: 38px;
	}
	.ContBox .title h3{
		font-size: 24px;
	}
	
	section{
		padding: 100px 0;
	}
	.newsbox{
		display: flex;
		flex-direction: row;
	}
	.newsside{
		width:25%;
		margin-bottom: 0;
	}
	.newsList{
		width:75%;
	}
	.newsside .title p{
		font-size: 38px;
		text-align: center;
	}
	.newsside a.btn{
		top:revert;
		bottom: 0;
		right: 15%;
		padding: 10px 30px;
		width: 90%;
	}
	.newsList ul li{
		padding: 15px 0 15px 30px;
	}
	.newsList .postTitle {
		display: inline-block;
		padding: 0 0 0 30px;
	}
	.contact-area-navi{
		display:flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.contact-area-tel, .contact-area-navi .mail{
		width: 300px;
	}
		.contact-area-tel{
		margin-bottom:0px;
	}
	.contact-area-tel .tel{
		font-size: 24px;
	}
	.contact-area-navi .mail p{
		font-size:24px;
	}
	.service-menu{
	    display: flex;
	    flex-direction: row;
	    margin-top: 100px;
	 }
	.service-menu a{
		width: 100%;
		display: contents;
	}
	.ContBox {
		width: 48%;
	}
		.messagebox{
		display:flex;
		flex-direction: row-reverse;
	}
	.messagebox-r{
		display:flex;
		flex-direction: row;
	}
	.messagebox .img{
		width: 55%;
		margin-left: 5%;
	}
	.messagebox-r .img{
		width:55%;
		margin-right:5%;
	}
	.messagebox .textbox,.messagebox-r .textbox{
		width: 40%;
		margin-top: 0;
	}
		#pagetop {
		right: 20px;
	}
		.profile-box{
	display:flex;
	flex-direction: row;
}
.staffbox h3{
	text-align:center;
	font-size:38px;
	margin-bottom: 50px;
}
.staffbox .staff-career h3{
	font-size: 38px;
}
.staff-profile{
	width: 45%;
	margin-bottom: 0;
}
.staff-name{
	margin-top: 30px;
	text-align: center;
}
.staff-name p{
	font-weight:bold;
	font-size:20px;
}
.staff-greeting{
	width: 55%;
	margin-left: 5%;
}
.staff-career{
	padding: 50px;
}
	.companybox{
		display:flex;
		justify-content: space-between;
		flex-direction: revert;
		margin-top: 100px;
	}
	.company-img{
		width:50%;
		padding-left:5%;
	}
	.company-table{
		width: 50%;
		margin-top: 0;
	}
	.servicebox{
		display:flex;
		flex-direction: row;
		margin: 80px 0;
	}
	.servicebox .img{
		width: 40%;
		margin-right: 5%;
	}
	.servicebox .textbox{
		width: 55%;
		margin-top:30px;
	}
	.worklist{
		padding:20px;
	}
	.worklist ul{
	    display: flex;
	    flex-direction: row;
	}
	.worklist ul li{
		width: 48%;
	}
	.checklist{
		padding: 50px;
	}
	.checklist ul{
		display: flex;
		flex-direction: row;
	}
	.checklist ul li{
		width: 48%;
	}
	.pricebox{
		margin-top:100px;
	}
		.flow-list{
	margin-top:100px;
}
	.flowbox{
		display:flex;
		flex-direction: row-reverse;
		margin-bottom: 100px;
	}
	.flowbox-r{
		display:flex;
		flex-direction: row;
		margin-bottom: 100px;
	}
	.flowbox .img{
		width: 55%;
		margin-left: 5%;
	}
	.flowbox-r .img{
		width: 55%;
		margin-right: 5%;
	}
	.flowbox .textbox,.flowbox-r .textbox{
		width: 40%;
		margin-top: 0;
	}
	#sitepolicy{
		margin-top: 100px;
	}
}

@media screen and (min-width:900px) {
	.contact-area-text{
		margin-bottom:30px;
		font-size: 18px;
		position: relative;
	}
	.contact-area-navi{
		display:flex;
		width: 820px;
	}
	.contact-area-tel, .contact-area-navi .mail{
		width: 400px;
		max-width: 400px;
	}
}
@media screen and (min-width:960px) {
	.pcsize{
		display:none;
	}
	.header-info{
		margin: 0px 10px 0 10px;
	}
	.openbtn{
		display:none;
	}
	.navibox{
		display: flex;
	}
	.header-logo{
		padding: 27px 0;
	}
	.footer-navibox{
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.footer-info{
		display: revert;
	}
	.footer-infobox{
		display:flex;
		flex-direction: row;
		padding: 15px 0;
		border-top: 1px solid;
	}
}
@media screen and (min-width:960px) {
	.firstView{
		margin-top: 73px;
	}
}
@media screen and (min-width:1024px) {
}
@media screen and (min-width:1060px) {
	.header-logo{
		width: 270px;
		padding: 24px 0;
	}
	.footer-logo{
		width: 270px;
	}
	.navibox ul li{
	    margin-left: 15px;
	}
}
@media screen and (min-width:1150px) {
	.footer-navibox{
	    display: flex;
	    flex-direction: row;
	    align-items: revert;
	}
}
@media screen and (min-width:1240px) {
	.pcsize{
		display:revert;
	}
	.navibox ul li{
	    margin-left: 25px;
	}
	.header-info{
		margin: 0px 10px 0 30px;
	}
}