@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
strong {
	font-weight:bold;
}
img {vertical-align: bottom;}

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}
.cl {
	clear:both;
}
.ct {
text-align: center;
}
.yu {
font-family:"游明朝","YuMincho";
font-weight: bold;
}
.yu2 {
font-family:"游明朝","YuMincho";
font-weight: normal;
}
.red {
color:#fd0000;
}
.bk {
color: #000;
}
.white {
color:#fff;
}
.up20 {
	margin-top:2rem;
}
.up30 {
	margin-top:3rem;
}
.up40 {
	margin-top:4rem;
}
.up50 {
	margin-top:5rem;
}
.up60 {
	margin-bottom:6rem;
}
.d20 {
	margin-bottom:2rem;
}
.d30 {
	margin-bottom:3rem;
}
.d40 {
	margin-bottom:4rem;
}
.d50 {
	margin-bottom:5rem;
}
.ud20 {
	margin:2rem 0;
}
.ud30 {
	margin:3rem 0;
}
.ud40 {
	margin:4rem 0;
}
.ud50 {
	margin:5rem 0;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#ffae00;
	text-decoration:none;
}
a:visited {
	color:#ffae00;
	text-decoration:none;
}
a:hover {
	color:#ffce65;
	text-decoration:underline;
}
a:active {
	color:#ffae00;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
}
body {
font-family:"游明朝","YuMincho","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

#slide_01 {
background: url("../img/slide1.png") no-repeat  center;
background-size: cover;
}
#slide_02 {
background: url("../img/slide2.png") no-repeat  center;
background-size: cover;
}
#slide_03 {
background: url("../img/slide3.png") no-repeat  center;
background-size: cover;
}
#slide_04 {
background: url("../img/slide4.png") no-repeat  center;
background-size: cover;
}
#slide_05 {
background: url("../img/slide5.png") no-repeat  center;
background-size: cover;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

.spbr {
display: none !important;
}
#menu {
display: none;
}
body{
position: relative;
font-size: 1.4rem;
line-height:2.4rem;
z-index: 1;
}
#mobile {
display: none;
}

/* ヘッダ */
header {
position: relative;
z-index: 999;
background: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
header div {
padding: 2.2rem 0;
}
header nav {
background: #000;
color: #fff;
padding: 1rem 0;
}
header nav li {
display: inline;
margin: 0 3.4rem;
}
header nav li a:link {
color: #fff;
}
header nav li a:visited {
color: #fff;
}
header nav li a:hover {
color: #fff;
text-decoration: none;
opacity: 0.8;
}
header nav li a:active {
color: #fff;
}

/* アイキャッチ */
#slider {
position: relative;
margin-top: 12.6rem;
z-index: 1;
}
#slider_cnt {
height: 60rem;
}
#slider_cnt div {
width: 100%;
height: 60rem;
}
#catch_title {
position: absolute;
top: calc(50% - 7.4rem);
left: calc(50% - 18.8rem);
text-align: center;
color: #fff;
width: 37.6rem;
font-size: 2.2rem;
font-weight: normal;
line-height: 3.6rem;
margin: 0 auto;
padding: 2rem 0;
background: #006dce; /* Old browsers */
background: -moz-linear-gradient(top, #006dce 0%, #00529a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006dce 0%,#00529a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006dce 0%,#00529a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dce', endColorstr='#00529a',GradientType=0 ); /* IE6-9 */
}

/* 事務所案内 */
#about {
background: url("../img/japan.png") no-repeat left center;
text-align: center;
padding: 6.5rem 0;
font-size: 1.8rem;
}
#about h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 4rem;
}
#about p {
line-height: 4rem;
}
#ent {
background: url("../img/back_ent.png") no-repeat center;
background-size: cover;
color: #fff;
font-size: 1.6rem;
line-height: 3.2rem;
padding: 10.6rem 10rem 10.6rem 0;
display: flex;
justify-content: flex-end;
margin-bottom: 0.4rem;
}
#ent p {
width: 39rem;
line-height: 3.2rem;
}
#four {
display: flex;
justify-content: space-between;
height: 21.5rem;
}
#four div {
border-right: 0.2rem solid #fff;
width: 25%;
height: 21.5rem;
}
#four div:first-child {
background: url("../img/p1.png") no-repeat center;
background-size: cover;
}
#four div:nth-child(2) {
background: url("../img/p2.png") no-repeat center;
background-size: cover;
}
#four div:nth-child(3) {
background: url("../img/p3.png") no-repeat center;
background-size: cover;
}
#four div:last-child {
background: url("../img/p4.png") no-repeat center;
background-size: cover;
border-right: none;
}
#work {
background: #00407f;
color: #fff;
padding: 10rem 0;
}
#work article {
width: 100rem;
margin: 0 auto;
}
#work article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#work article h3 {
font-size: 2rem;
margin-bottom: 6rem;
font-weight: normal;
}
#work article li {
font-size: 1.6rem;
line-height: 2.4rem;
border-bottom: 0.1rem solid #3e678f;
margin-bottom: 2.8rem;
padding-bottom: 2.8rem;
}
#work article ul {
margin-bottom: 8.2rem;
}
#price {
padding: 10rem 0;
font-size: 1.6rem;
line-height: 3.2rem;
}
#price article {
width: 100rem;
margin: 0 auto;
}
#price article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#price article th, #price article td {
vertical-align: top;
}
#price article th h3 {
border: 0.1rem solid #919191;
padding: 1.2rem 3.4rem;
font-weight: 500;
}
#price article th {
padding-bottom: 5rem;
}
#price article td {
padding: 1.7rem 0 5rem 4rem;
}
#price article th.bb_none {
padding-bottom: 0;
}
#price article td.bb_none {
padding-bottom: 0;
}
#message {
background: #eaeaea;
padding: 10rem 0;
}
#message article {
width: 100rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#message article figure {
width: 31.2rem;
padding-top: 9rem;
}
#message article div {
width: 60.8rem;
}
#message article div h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 6.6rem;
}
#message article div h3 {
border-bottom: 0.1rem solid #d0d0d0;
font-weight: normal;
padding-bottom: 2rem;
margin-bottom: 2.4rem;
font-size: 2.4rem;
}
#message article div h3 em {
font-size: 1.4rem;
margin-right: 4rem;
font-weight: 500;
}
#message article div h3 span {
font-size: 1.4rem;
margin-right: 4rem;
font-weight: 500;
}
#message article div p {
margin-bottom: 3.6rem;
}
#message article div p:nth-child(7) {
margin-bottom: 9.6rem;
}
#message article div h4 {
border-bottom: 0.1rem solid #d0d0d0;
padding-bottom: 1.4rem;
margin: 5rem 0 2rem 0;
font-weight: 500;
font-size: 1.5rem;
}
#message article div ul {
padding-left: 1.4rem;
}
#message article div li {
list-style: disc;
}
#access {
padding: 10rem 0 5rem 0;
}
#access article {
width: 100rem;
margin: 0 auto;
}
#access article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#access article table {
border-collapse: collapse;
width: 80rem;
}
#access article th {
text-align: left;
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.2rem 0;
}
#access article td {
text-align: left;
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.2rem 0 1.2rem 4rem;
}
#access article th h3 {
font-weight: 500;
border-left: 0.6rem solid #00407f;
padding-left: 1rem;
line-height: 1.4rem;
}
#map {
height: 30rem;
}
footer {
background: #00407f;
text-align: center;
color: #9bbad9;
padding: 4.2rem 0;
margin-top: 4rem;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
padding-top: 6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.4rem;
left: 1.4rem;
width: 20rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
}
#btn_sp a:link {
color:#7c7c7c;
}
#btn_sp a:visited {
color:#7c7c7c;
}
#btn_sp a:hover {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:focus {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:active {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #fff;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 5rem;
height: auto;
}

/* ヘッダ */
header {
display: none;
}

/* アイキャッチ */
#slider {
position: relative;
z-index: 1;
margin-top: 0;
}
#slider_cnt {
height: 60rem;
}
#slider_cnt div {
width: 100%;
height: 60rem;
}
#catch_title {
position: absolute;
top: calc(50% - 7.4rem);
left: calc(50% - 18.8rem);
text-align: center;
color: #fff;
width: 37.6rem;
font-size: 2.2rem;
font-weight: normal;
line-height: 3.6rem;
margin: 0 auto;
padding: 2rem 0;
background: #006dce; /* Old browsers */
background: -moz-linear-gradient(top, #006dce 0%, #00529a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006dce 0%,#00529a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006dce 0%,#00529a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dce', endColorstr='#00529a',GradientType=0 ); /* IE6-9 */
}

/* 事務所案内 */
#about {
background: url("../img/japan.png") no-repeat left center;
text-align: center;
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
padding: 6.5rem 0;
font-size: 1.8rem;
}
#about h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 4rem;
}
#about p {
line-height: 4rem;
}
#ent {
background: url("../img/back_ent.png") no-repeat center;
background-size: cover;
color: #fff;
font-size: 1.6rem;
line-height: 3.2rem;
padding: 10.6rem 5rem 10.6rem 0;
display: flex;
justify-content: flex-end;
margin-bottom: 0.4rem;
}
#ent p {
width: 39rem;
line-height: 3.2rem;
}
#four {
display: flex;
justify-content: space-between;
height: 15.5rem;
}
#four div {
border-right: 0.2rem solid #fff;
width: 25%;
height: 15.5rem;
}
#four div:first-child {
background: url("../img/p1.png") no-repeat center;
background-size: cover;
}
#four div:nth-child(2) {
background: url("../img/p2.png") no-repeat center;
background-size: cover;
}
#four div:nth-child(3) {
background: url("../img/p3.png") no-repeat center;
background-size: cover;
}
#four div:last-child {
background: url("../img/p4.png") no-repeat center;
background-size: cover;
border-right: none;
}
#work {
background: #00407f;
color: #fff;
padding: 10rem 2rem;
}
#work article {

}
#work article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#work article h3 {
font-size: 2rem;
margin-bottom: 6rem;
font-weight: normal;
}
#work article li {
font-size: 1.6rem;
line-height: 2.4rem;
border-bottom: 0.1rem solid #3e678f;
margin-bottom: 2.8rem;
padding-bottom: 2.8rem;
}
#work article ul {
margin-bottom: 8.2rem;
}
#price {
padding: 10rem 2rem;
font-size: 1.6rem;
line-height: 3.2rem;
}
#price article {

}
#price article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#price article th {
width: 30%;
}
#price article th, #price article td {
vertical-align: top;
}
#price article th h3 {
border: 0.1rem solid #919191;
padding: 1.2rem 3.4rem;
font-weight: 500;
}
#price article th {
padding-bottom: 5rem;
}
#price article td {
padding: 1.7rem 0 5rem 4rem;
}
#price article th.bb_none {
padding-bottom: 0;
}
#price article td.bb_none {
padding-bottom: 0;
}
#message {
background: #eaeaea;
padding: 10rem 2rem;
}
#message article {
display: flex;
justify-content: space-between;
}
#message article figure {
width: 25rem;
padding-top: 9rem;
}
#message article figure img {
width: 100%;
height: auto;
}
#message article div {
width: calc(100% - 28rem);
}
#message article div h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 6.6rem;
}
#message article div h3 {
border-bottom: 0.1rem solid #d0d0d0;
font-weight: normal;
padding-bottom: 2rem;
margin-bottom: 2.4rem;
font-size: 2.4rem;
}
#message article div h3 em {
font-size: 1.4rem;
margin-right: 4rem;
font-weight: 500;
}
#message article div h3 span {
font-size: 1.4rem;
margin-right: 4rem;
font-weight: 500;
}
#message article div p {
margin-bottom: 3.6rem;
}
#message article div p:nth-child(7) {
margin-bottom: 9.6rem;
}
#message article div h4 {
border-bottom: 0.1rem solid #d0d0d0;
padding-bottom: 1.4rem;
margin: 5rem 0 2rem 0;
font-weight: 500;
font-size: 1.5rem;
}
#message article div ul {
padding-left: 1.4rem;
}
#message article div li {
list-style: disc;
}
#access {
padding: 10rem 2rem 5rem 2rem;
}
#access article {

}
#access article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#access article table {
border-collapse: collapse;
}
#access article th {
text-align: left;
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.2rem 0;
width: 20%;
}
#access article td {
text-align: left;
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.2rem 0 1.2rem 4rem;
}
#access article th h3 {
font-weight: 500;
border-left: 0.6rem solid #00407f;
padding-left: 1rem;
line-height: 1.4rem;
}
#map {
height: 30rem;
}
footer {
background: #00407f;
text-align: center;
color: #9bbad9;
padding: 4.2rem 0;
margin-top: 4rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
padding-top: 6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.4rem;
left: 1.4rem;
width: 20rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
}
#btn_sp a:link {
color:#7c7c7c;
}
#btn_sp a:visited {
color:#7c7c7c;
}
#btn_sp a:hover {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:focus {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:active {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #fff;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 5rem;
height: auto;
}

/* ヘッダ */
header {
display: none;
}

/* アイキャッチ */
#slider {
position: relative;
z-index: 1;
}
#slider_cnt {
height: 60rem;
}
#slider_cnt div {
width: 100%;
height: 60rem;
}
#catch_title {
position: absolute;
top: calc(50% - 7.4rem);
left: calc(50% - 18.8rem);
text-align: center;
color: #fff;
width: 37.6rem;
font-size: 2.2rem;
font-weight: normal;
line-height: 3.6rem;
margin: 0 auto;
padding: 2rem 0;
background: #006dce; /* Old browsers */
background: -moz-linear-gradient(top, #006dce 0%, #00529a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #006dce 0%,#00529a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #006dce 0%,#00529a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006dce', endColorstr='#00529a',GradientType=0 ); /* IE6-9 */
}

/* 事務所案内 */
#about {
background: url("../img/japan.png") no-repeat left center;
text-align: center;
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
padding: 6.5rem 0;
font-size: 1.8rem;
}
#about h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 4rem;
}
#about p {
line-height: 4rem;
}
#ent {
background: url("../img/back_ent.png") no-repeat center;
background-size: cover;
color: #fff;
font-size: 1.6rem;
line-height: 3.2rem;
padding: 10.6rem 5rem 10.6rem 0;
display: flex;
justify-content: flex-end;
margin-bottom: 0.4rem;
}
#ent p {
width: 39rem;
line-height: 3.2rem;
}
#four {
display: flex;
justify-content: space-between;
height: 15.5rem;
}
#four div {
border-right: 0.2rem solid #fff;
width: 25%;
height: 15.5rem;
}
#four div:first-child {
background: url("../img/p1.png") no-repeat center;
background-size: cover;
}
#four div:nth-child(2) {
background: url("../img/p2.png") no-repeat center;
background-size: cover;
}
#four div:nth-child(3) {
background: url("../img/p3.png") no-repeat center;
background-size: cover;
}
#four div:last-child {
background: url("../img/p4.png") no-repeat center;
background-size: cover;
border-right: none;
}
#work {
background: #00407f;
color: #fff;
padding: 10rem 2rem;
}
#work article {

}
#work article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#work article h3 {
font-size: 2rem;
margin-bottom: 6rem;
font-weight: normal;
}
#work article li {
font-size: 1.6rem;
line-height: 2.4rem;
border-bottom: 0.1rem solid #3e678f;
margin-bottom: 2.8rem;
padding-bottom: 2.8rem;
}
#work article ul {
margin-bottom: 8.2rem;
}
#price {
padding: 10rem 2rem;
font-size: 1.6rem;
line-height: 3.2rem;
}
#price article {

}
#price article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#price article th {
width: 30%;
}
#price article th, #price article td {
vertical-align: top;
}
#price article th h3 {
border: 0.1rem solid #919191;
padding: 1.2rem 3.4rem;
font-weight: 500;
}
#price article th {
padding-bottom: 5rem;
}
#price article td {
padding: 1.7rem 0 5rem 4rem;
}
#price article th.bb_none {
padding-bottom: 0;
}
#price article td.bb_none {
padding-bottom: 0;
}
#message {
background: #eaeaea;
padding: 10rem 2rem;
}
#message article {
display: flex;
justify-content: space-between;
}
#message article figure {
width: 25rem;
padding-top: 9rem;
}
#message article figure img {
width: 100%;
height: auto;
}
#message article div {
width: calc(100% - 28rem);
}
#message article div h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 6.6rem;
}
#message article div h3 {
border-bottom: 0.1rem solid #d0d0d0;
font-weight: normal;
padding-bottom: 2rem;
margin-bottom: 2.4rem;
font-size: 2.4rem;
}
#message article div h3 em {
font-size: 1.4rem;
margin-right: 4rem;
font-weight: 500;
}
#message article div h3 span {
font-size: 1.4rem;
margin-right: 4rem;
font-weight: 500;
}
#message article div p {
margin-bottom: 3.6rem;
}
#message article div p:nth-child(7) {
margin-bottom: 9.6rem;
}
#message article div h4 {
border-bottom: 0.1rem solid #d0d0d0;
padding-bottom: 1.4rem;
margin: 5rem 0 2rem 0;
font-weight: 500;
font-size: 1.5rem;
}
#message article div ul {
padding-left: 1.4rem;
}
#message article div li {
list-style: disc;
}
#access {
padding: 10rem 2rem 5rem 2rem;
}
#access article {

}
#access article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#access article table {
border-collapse: collapse;
}
#access article th {
text-align: left;
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.2rem 0;
width: 20%;
}
#access article td {
text-align: left;
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.2rem 0 1.2rem 4rem;
}
#access article th h3 {
font-weight: 500;
border-left: 0.6rem solid #00407f;
padding-left: 1rem;
line-height: 1.4rem;
}
#map {
height: 30rem;
}
footer {
background: #00407f;
text-align: center;
color: #9bbad9;
padding: 4.2rem 0;
margin-top: 4rem;
}



}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
body{
font-size: 1.4rem;
line-height:2.0rem;
overflow-y: scroll;
overflow-x: hidden;
padding-top: 6rem;
}

/* スマホナビ */
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
height: 6rem;
border-bottom: 0.1rem solid #ccc;
background: #fff;
}
#logo_sp {
position: absolute;
top: 1.6rem;
left: 1.4rem;
width: 18rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
border: 0.1rem solid #a99496;
text-align: center;
}
#btn_sp a:link {
color:#a99496;
}
#btn_sp a:visited {
color:#a99496;
}
#btn_sp a:hover {
color:#a99496;
text-decoration: none;
}
#btn_sp a:focus {
color:#a99496;
text-decoration: none;
}
#btn_sp a:active {
color:#a99496;
text-decoration: none;
}
#btn_sp {
position: absolute;
top: 1rem;
right: 1rem;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0.1rem solid #000;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #fff;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 5rem;
height: auto;
}

/* ヘッダ */
header {
display: none;
}

/* アイキャッチ */
#slider {
position: relative;
z-index: 1;
}
#slider_cnt {
height: 40rem;
}
#slider_cnt div {
width: 100%;
height: 40rem;
}
#catch_title {
position: absolute;
top: calc(50% - 7.4rem);
left: calc(50% - 18.8rem);
text-align: center;
color: #fff;
width: 100%;
font-size: 2.2rem;
font-weight: normal;
line-height: 3.6rem;
margin: 0 auto;
padding: 2rem 0;
background: rgba(0,109,206,0.7); /* Old browsers */
}

/* 事務所案内 */
#about {
background: url("../img/japan.png") no-repeat left center;
text-align: center;
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
padding: 6.5rem 0;
font-size: 1.8rem;
}
#about h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 4rem;
}
#about p {
line-height: 4rem;
font-size: 1.4rem;
padding: 0 2rem;
}
#ent {
background: url("../img/back_ent.png") no-repeat center;
background-size: cover;
background-color:rgba(0,0,0,0.1);
background-blend-mode:overlay;
color: #fff;
font-size: 1.6rem;
line-height: 3.2rem;
padding: 10.6rem 2rem 10.6rem 2rem;
margin-bottom: 0.4rem;
}
#ent p {
line-height: 3.2rem;
}
#four {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
height: 21.5rem;
}
#four div {
border-right: 0.2rem solid #fff;
border-bottom: 0.2rem solid #fff;
width: 50%;
height: 50%;
}
#four div:first-child {
background: url("../img/p1.png") no-repeat center;
background-size: cover;
}
#four div:nth-child(2) {
background: url("../img/p2.png") no-repeat center;
background-size: cover;
border-right: none;
}
#four div:nth-child(3) {
background: url("../img/p3.png") no-repeat center;
background-size: cover;
}
#four div:last-child {
background: url("../img/p4.png") no-repeat center;
background-size: cover;
border-right: none;
}
#work {
background: #00407f;
color: #fff;
padding: 10rem 1rem;
}
#work article {

}
#work article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#work article h3 {
font-size: 2rem;
margin-bottom: 6rem;
font-weight: normal;
}
#work article li {
font-size: 1.6rem;
line-height: 2.4rem;
border-bottom: 0.1rem solid #3e678f;
margin-bottom: 2.8rem;
padding-bottom: 2.8rem;
}
#work article ul {
margin-bottom: 8.2rem;
}
#price {
padding: 10rem 1rem;;
font-size: 1.6rem;
line-height: 3.2rem;
}
#price article {

}
#price article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#price article th, #price article td {
display: block;
}
#price article th h3 {
border: 0.1rem solid #919191;
padding: 1.2rem 3.4rem;
font-weight: 500;
}
#price article th {

}
#price article td {
padding: 1.7rem 0 5rem 0;
}
#price article th.bb_none {
padding-bottom: 0;
}
#price article td.bb_none {
padding-bottom: 0;
}
#message {
background: #eaeaea;
padding: 10rem 1rem;
}
#message article {
}
#message article figure {
width: 31.2rem;
margin: 0 auto 3rem auto;
}
#message article div {

}
#message article div h2 {
font-size: 3rem;
font-weight: normal;
margin-bottom: 6.6rem;
text-align: center;
}
#message article div h3 {
border-bottom: 0.1rem solid #d0d0d0;
font-weight: normal;
padding-bottom: 2rem;
margin-bottom: 2.4rem;
font-size: 2rem;
text-align: center;
}
#message article div h3 em {
font-size: 1.3rem;
margin-right: 2rem;
font-weight: 500;
}
#message article div h3 span {
font-size: 1.3rem;
font-weight: 500;
}
#message article div p {
margin-bottom: 3.6rem;
}
#message article div p:nth-child(7) {
margin-bottom: 9.6rem;
}
#message article div h4 {
border-bottom: 0.1rem solid #d0d0d0;
padding-bottom: 1.4rem;
margin: 5rem 0 2rem 0;
font-weight: 500;
font-size: 1.5rem;
}
#message article div ul {
padding-left: 1.4rem;
}
#message article div li {
list-style: disc;
font-size: 1.3rem;
}
#access {
padding: 10rem 1rem 5rem 1rem;
}
#access article {

}
#access article h2 {
font-size: 3rem;
margin-bottom: 6.6rem;
font-weight: normal;
}
#access article table {
border-collapse: collapse;
}
#access article th {
text-align: left;
border-bottom: 0.1rem dotted #c5c5c5;
padding: 1.2rem 0.6rem 1.2rem 0;
display: inline-block;
}
#access article td {
text-align: left;
border-bottom: 0.1rem solid #c5c5c5;
padding: 1.2rem 0 1.2rem 0;
margin-bottom: 2rem;
display: block;
}
#access article th h3 {
font-weight: 500;
border-left: 0.6rem solid #00407f;
padding-left: 1rem;
line-height: 1.4rem;
}
#map {
height: 30rem;
}
footer {
background: #00407f;
text-align: center;
color: #9bbad9;
padding: 4.2rem 0;
margin-top: 4rem;
}



}