@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    color: #333333;
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */
header {
	z-index: 20000;
	position: fixed;
	top: 0;
	left: 0;
}
.header {
    width: 1024px;
    margin: 15px auto;
    overflow: hidden;
}
.header .logo {
    width: 278px;
    float: left;
		padding-top: 5px;
		transform-origin: top left;
}
.header .logo img{
    width: 100%;
}
.header .h_address {
	margin-top:10px;
    width: 340px;
    float: right;
    text-align: right;
		transform-origin: top left;
}
.header > .h_address > p {
	margin-bottom: 10px;
	font-size: 16px;
}
.header > .h_address {
	width: 680px;
	margin-top: 0;
	text-align: right;
}
.header > .h_address > .h_address_link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header > .h_address > .h_address_link a {
	margin-left: 15px;
}
.header > .h_address .h_address_tel img {
	width: 276px;
	height: auto;
}
.header .h_address .hbtn {
    overflow: hidden;
}
.header .h_address .hbtn a.contact {
    display: block;
    width: 165px;
    height: 40px;
    padding: 9px 0 9px 17px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-image: url(../img/top/icon01.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 35px center;
    background-color: #ec8186;
    border: 1px solid #ec8186;
    border-radius: 5px;
    float: left;
}
.header .h_address .hbtn a.contact:hover {
    text-decoration: none;
    color: #ec8186;
    background-image: url(../img/top/icon01_sp.png);
    background-color: #fff;
}
.header .h_address .hbtn a.recruit {
    display: block;
    width: 165px;
    height: 40px;
    padding: 9px 0 9px 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-image: url(../img/top/icon02.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 35px center;
    background-color: #fd9829;
    border: 1px solid #fd9829;
    border-radius: 5px;
    float: right;
}
.header .h_address .hbtn a.recruit:hover {
    text-decoration: none;
    color: #fd9829;
    background-image: url(../img/top/icon02_sp.png);
    background-color: #fff;
}
.header .h_address p{
    padding: 5px 0 0;
}

@media (max-width: 959px) {
	.header {
		width: 100%;
	}
	.header .logo {
		width:35%;
		padding-left:10px;
	}
	.header .h_address {
		margin-right:100px;
	}
}
@media (max-width: 767px) {
	header {
		position: relative;
	}
	.header .logo {
		width:40%;
    padding-top: 0;
	}
	.header .logo img {
		width: 100%;
		max-width: 150px;
		min-width: 100px;
	}
	.header > .h_address {
		margin: 2.7% 65px 0 0;
		width: 33%;
	}
	.header > .h_address > p,
	.header > .h_address > .h_address_link > .h_address_tel,
	.header > .h_address > .h_address_link > .hbtn > a.contact {
		display: none;
	}
	.header > .h_address > .h_address_link {
		display: block;
	}
	.header > .h_address > .h_address_link > .hbtn > a.recruit {
    width: 100%;
    height: 26px;
    padding: 3px 0 3px 10px;
    font-size: 12px;
    background-size: 10px;
    background-position: 10px center;
    border: none;
	}
	.menu .h_address {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #c8c8c8;
		border-left: 1px solid #c8c8c8;			
	}
}

/* header fixed */
#wrapper.page_wrapper {
	padding-top: 184px;
}
#wrapper.recruit_wrapper {
	padding-top: 169px;
}
#wrapper.page_wrapper > header,
#wrapper.recruit_wrapper > header {
	width: 100%;
	background-color: #fff;
}
header.header_fixed {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header.header_fixed .header,
header.header_fixed .recruit_header {
	height: 60px;
	overflow: hidden;
	transition: 0.3s;
	margin: 5px auto;
}
header.header_fixed .header > .logo {
	transition: 0.3s;
	transform: scale(0.7);
	transform-origin: top left;
}
header.header_fixed .header > .h_address {
	transition: 0.3s;
	transform: scale(0.7);
	transform-origin: top right;
}
header.header_fixed .menu > ul > li > a {
	transition: 0.3s;
	padding: 1em 0;
}

@media (max-width: 767px) {
	#wrapper.page_wrapper,
	#wrapper.recruit_wrapper {
		padding-top: 0;
	}
	#wrapper.page_wrapper > header,
	#wrapper.recruit_wrapper > header {
		position: relative;
	}
}


/* ------------------------------------- /
/   mainslider
/* ------------------------------------- */
.mainslider {
    position: relative;
    padding-bottom: 50px;
}
.mainslider ul li .pc {
    display: block;
}
.mainslider ul li .sp {
    display: none;
}
.mainslider ul li > a {
	display: block;
	position: absolute;
	left: calc(50% - 150px);
	bottom: 50px;
	z-index: 10000;
	width: 300px;
	opacity: 0.9;
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #3972b6;
  border: 1px solid #3972b6;
  background-image: url(../img/top/arrow_off.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 90% center;
}
.mainslider ul li > a:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
    background-image: url(../img/top/arrow_on.png);
}
.mainslider .consultation {
    position: absolute;
    bottom: 50px;
    right: calc(50% - 500px);
    width: 288px;
    z-index: 2;
}
.mainslider .consultation img{
    max-width: 288px;
}

@media (max-width: 959px) {
.mainslider .consultation {
    display: none;
}
}
@media (max-width: 767px) {
.mainslider ul li .pc {
    display: none;
}
.mainslider ul li .sp {
    display: block;
}
.mainslider ul li > a {
	left: calc(50% - 70px);
	bottom: 10px;
	width: 140px;
	opacity: 1;
  padding: 8px 0;
  font-size: 12px;
  background-size: 20px;
}
}
@media (max-width: 425px) {
.mainslider {
    padding-bottom: 30px;
}
.mainslider .consultation {
    bottom: 20px;
}
}

/* ------------------------------------- /
/   TOP page
/* ------------------------------------- */
/*  top_content_area
/* ------------------------------------- */
.top_content_area {
    padding: 30px 0 0;
}
.top_content_area h2{
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.top_content_area .inner {
    max-width: 1024px;
    margin: 0 auto;
}
.top_content_area .txt h3.icon1{
    padding: 10px 0 15px 50px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #c8c8c8;
    background-image: url(../img/top/icon03.png);
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: left center;
}
.top_content_area .txt h3.icon2{
    padding: 10px 0 15px 50px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #c8c8c8;
    background-image: url(../img/top/icon04.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: left center;
}
.top_content_area .txt p{
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.top_content_area table{
    width: 100%;
}
.top_content_area table th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
    border-right: 1px solid #fff;
}
.top_content_area table th:first-child{
    width: 200px;
    letter-spacing: 0.2em;
}
.top_content_area table th:last-child{
    border-right: 1px solid #3972b6;
}
.top_content_area table td{
    padding: 10px 0;
    font-size: 16px;
    color: #3972b6;
    text-align: center;
    border: 1px solid #3972b6;
}
.top_content_area table td:first-child{
    color: #333333;
}
.top_content_area .notes {
    margin-top: 10px;
    font-size: 13px;
}

@media (max-width: 768px) {
.top_content_area h2{
    margin-bottom: 20px;
}
}
@media (max-width: 425px) {
.top_content_area {
    padding: 20px 0 0;
}
.top_content_area h2{
    font-size: 15px;
    margin-bottom: 0;
}
.top_content_area .txt h3.icon1,
.top_content_area .txt h3.icon2{
    padding: 10px 0 10px 40px;
    font-size: 14px;
    background-size: 25px;
}
.top_content_area .txt p{
    margin-bottom: 5px;
    font-size: 12px;
}
.top_content_area table th{
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
    border-right: 1px solid #fff;
}
.top_content_area table td{
    padding: 10px 0;
    font-size: 12px;
    color: #3972b6;
    text-align: center;
    border: 1px solid #3972b6;
}
.top_content_area table th:first-child{
    width: 150px;
    letter-spacing: 0.2em;
}
.top_content_area .notes {
    font-size: 12px;
}
}
@media (max-width: 375px) {
.top_content_area table th:first-child{
    width: 140px;
    letter-spacing: 0.2em;
}
}

/*  top_info_area
/* ------------------------------------- */
.top_info_area {
    padding: 30px 0;
}
.top_info_area .inner {
    max-width: 1024px;
    margin: 0 auto;
}
.top_info_area .inner h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #3972b6;
}
.top_info_area .inner dl{
    overflow: hidden;
    margin-bottom: 10px;
}
.top_info_area .inner dt{
    width: 10%;
    padding: 5px 0;
    font-size: 13px;
    float: left;
    clear: left;
}
.top_info_area .inner dd{
    width: 90%;
    padding: 5px 0;
    font-size: 16px;
    float: left;
}
.top_info_area .inner dd a{
    color: #333333;
}
.top_info_area .inner dd a:hover{
    color: #3972b6;
    text-decoration: underline;
}
.top_info_area .inner .link a{
    position: relative;
    display: block;
    padding-right: 20px;
    color: #333333;
    text-align: right;
}
.top_info_area .inner .link a:before {
    position:absolute;
    right: 5px;
    content: '\f125';
    font-family: "ionicons";
    color: #3972b6;
}
.top_info_area .inner .link a:hover{
    color: #3972b6;
    text-decoration: none;
}
@media (max-width: 1024px) {
.top_info_area .inner {
    padding: 0 30px;
}
}
@media (max-width: 768px) {
.top_info_area .inner h2{
    margin-bottom: 0px;
}
.top_info_area .inner {
    padding: 0 15px;
}
.top_info_area .inner dt{
    width: 100%;
    padding: 10px 5px 0;
    font-size: 13px;
    font-weight: bold;
}
.top_info_area .inner dd{
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px dotted #3972b6;
}
.top_info_area .inner dd:last-child{
    border-bottom: 1px solid #3972b6;
}
}
@media (max-width: 425px) {
.top_info_area {
    padding: 15px 0 10px;
}
.top_info_area .inner h2{
    padding-bottom: 10px;
    font-size: 15px;
}
.top_info_area .inner dt{
    font-size: 10px;
}
.top_info_area .inner dd{
    font-size: 12px;
}
.top_info_area .inner .link a{
    font-size: 10px;
}
.top_info_area .inner .link a:before {
    right: 10px;
}
}

/*  submenu_area
/* ------------------------------------- */
.submenu_area {
    padding: 30px 0 10px;
    background-color: #d1e2ea;
}
.submenu_area .inner {
    max-width: 1024px;
    margin: 0 auto;
}
.submenu_area .inner ul{
    text-align: center;
}
.submenu_area .inner li{
    display: inline-block;
    width: 23.3%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.submenu_area .inner li:last-child{
    margin-right: 0;
}
.submenu_area .inner li:last-child{
    margin-right: 0;
}
.submenu_area .inner li a:hover{
    opacity: 0.7;
}
.submenu_area .inner li img{
    max-width: 100%;
}
@media (max-width: 1024px) {
.submenu_area .inner {
    padding: 0 42px;
}
.submenu_area .inner li{
    width: 23%;
}
}
@media screen and (max-width: 768px){
.submenu_area {
    padding: 30px 20px 0;
}
.submenu_area .inner {
    padding: 0;
}
.submenu_area .inner li{
    width: 48.4%;
    margin-right: 10px;
    margin-bottom: 30px;
}
.submenu_area .inner li:nth-child(2),
.submenu_area .inner li:nth-child(4){
    margin-right: 0;
}
}
@media screen and (max-width: 425px){
.submenu_area {
    padding: 15px 10px 0;
}
.submenu_area .inner li{
    width: 48%;
    margin-right: 5px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 320px){
.submenu_area .inner li{
    width: 45.7%;
}
}


/*  submenu_area2
/* ------------------------------------- */
.submenu_area2 {
    padding: 40px 0;
}
.submenu_area2 .inner {
    max-width: 1024px;
    margin: 0 auto;
}
.submenu_area2 .inner img{
    max-width: 497px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px){
.submenu_area2 .inner img{
    max-width: 100%;
}
}
@media screen and (max-width: 768px){
.submenu_area2 {
    padding: 30px 0 0;
}
.submenu_area2 .container {
    padding-left: 0;
    padding-right: 0;
}
.submenu_area2 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.submenu_area2 .row {
    margin-left: 0;
    margin-right: 0;
}
.submenu_area2 .inner {
    padding: 0 20px;
}
.submenu_area2 .inner img{
    max-width: 100%;
    margin: 0 auto 30px;
}
}
@media screen and (max-width: 425px){
.submenu_area2 {
    padding: 20px 0 0;
}
.submenu_area2 .inner img{
    margin: 0 auto 15px;
}
}

/*  top_features_area
/* ------------------------------------- */
.top_features_area {
    padding: 30px 0;
}
.top_features_area .inner {
    max-width: 1024px;
    margin: 0 auto;
}
.top_features_area .inner h2{
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.top_features_area .inner .box1 {
    width: 100%;
    padding: 40px 30px;
    background-image: url(../img/top/features_bk01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.top_features_area .inner .box2 {
    width: 100%;
    padding: 40px 30px;
    background-image: url(../img/top/features_bk02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.top_features_area .inner .box3 {
    width: 100%;
    padding: 40px 30px;
    background-image: url(../img/top/features_bk03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.top_features_area .inner .box1 .boxinner,
.top_features_area .inner .box2 .boxinner,
.top_features_area .inner .box3 .boxinner {
    width: 260px;
    margin: 0 auto;
}
.top_features_area .inner .box1 h3,
.top_features_area .inner .box2 h3,
.top_features_area .inner .box3 h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.top_features_area .inner .box1 hr,
.top_features_area .inner .box2 hr,
.top_features_area .inner .box3 hr{
    width: 25px;
    margin: 20px auto;
    border-top: 1px solid #fff;
}
.top_features_area .inner .box1 p,
.top_features_area .inner .box2 p,
.top_features_area .inner .box3 p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}
.top_features_area .inner .box1 a,
.top_features_area .inner .box2 a,
.top_features_area .inner .box3 a{
    display: block;
    width: 179px;
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
}
.top_features_area .inner .box1 a:hover,
.top_features_area .inner .box2 a:hover,
.top_features_area .inner .box3 a:hover{
    display: block;
    width: 179px;
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #fff;
    border-radius: 5px;
}
@media screen and (max-width: 768px){
.top_features_area {
    padding: 0;
}
.top_features_area .inner .box1 {
    margin-bottom: 20px;
}
.top_features_area .inner .box2 {
    margin-bottom: 20px;
}
.top_features_area .inner .box1 a,
.top_features_area .inner .box2 a,
.top_features_area .inner .box3 a {
    position:relative;
    padding-right: 10px;
}
.top_features_area .inner .box1 a:before,
.top_features_area .inner .box2 a:before,
.top_features_area .inner .box3 a:before {
    position:absolute;
    right: 8px;
    content: '\f125';
    font-family: "ionicons";
    color: #fff;
}
}
@media screen and (max-width: 425px){
.top_features_area .inner h2{
    margin-bottom: 10px;
    font-size: 15px;
}
.top_features_area .inner .box1 {
    margin-bottom: 10px;
    padding: 40px 0;
}
.top_features_area .inner .box2 {
    margin-bottom: 10px;
    padding: 40px 0;
}
.top_features_area .inner .box3 {
    padding: 40px 0;
}
.top_features_area .inner .box1 h3,
.top_features_area .inner .box2 h3,
.top_features_area .inner .box3 h3{
    font-size: 14px;
}
.top_features_area .inner .box1 p,
.top_features_area .inner .box2 p,
.top_features_area .inner .box3 p{
    font-size: 12px;
}
.top_features_area .inner .box1 a,
.top_features_area .inner .box2 a,
.top_features_area .inner .box3 a{
    font-size: 14px;
}
}


/*  top_faq_area
/* ------------------------------------- */
.top_faq_area {
    padding: 30px 0;
}
.top_faq_area .inner {
    max-width: 1024px;
    margin: 0 auto;
}
.top_faq_area .inner h2{
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.top_faq_area .inner .box ul.accordion ul {
    display: none;
}
.top_faq_area .inner .box ul.accordion > li {
    padding: 20px 0;
    border-top: 1px solid #c8c8c8;
}
.top_faq_area .inner .box ul.accordion > li:last-child {
    border-bottom: 1px solid #c8c8c8;
}

.top_faq_area .inner .box ul.accordion > li > p{
    position: relative;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 40px;
}
.top_faq_area .inner .box ul.accordion p span:before {
    content: 'Q';
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
    margin: 5px 5px 5px 0;
    width: 45px;
    color: #3972b6;
    height: 40px;
    line-height: 40px;
}
.top_faq_area .inner .box ul.accordion p span:after {
    content: '\f2c7';
    font-family: ionicons;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 0;
    padding: 0;
    text-align: center;
    margin: 5px 5px 5px 0;
    background-color: #3972b6;
    width: 26px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
}
.top_faq_area .inner .box ul.accordion p span.open:after {
    content: '\f2f4';
    font-family: ionicons;
}
.top_faq_area .inner .box ul.accordion > li > ul > li {
    padding: 20px 0 0 0;
    font-size: 16px;
}
.top_faq_area .inner .box .link a{
    position: relative;
    display: block;
    margin-top: 20px;
    padding-right: 20px;
    color: #333333;
    text-align: right;
}
.top_faq_area .inner .box .link a:before {
    position:absolute;
    right: 5px;
    content: '\f125';
    font-family: "ionicons";
    color: #3972b6;
}
.top_faq_area .inner .box .link a:hover{
    color: #3972b6;
    text-decoration: none;
}

@media screen and (max-width: 768px){
.top_faq_area {
    padding: 30px 0 0;
}
}
@media screen and (max-width: 425px){
.top_faq_area {
    padding: 20px 0 0;
}
.top_faq_area .inner h2{
    margin-bottom: 10px;
    font-size: 15px;
}
.top_faq_area .inner .box ul.accordion > li {
    padding: 10px 0;
}
.top_faq_area .inner .box ul.accordion > li > p{
    font-size: 12px;
    padding-right: 30px;
}
.top_faq_area .inner .box ul.accordion p span:before {
    font-size: 20px;
}
.top_faq_area .inner .box ul.accordion > li > ul > li {
    font-size: 12px;
}
.top_faq_area .inner .box .link a{
    margin-top: 10px;
    font-size: 10px;
}
.top_faq_area .inner .box .link a:before {
    right: 10px;
}
}



/*  top_introduction_area
/* ------------------------------------- */
.top_introduction_area {
    padding: 30px 0;
}
.top_introduction_area h2{
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.top_introduction_area .slider {
    overflow: hidden;
}
.top_introduction_area .slider div{
    position: relative;
}
.top_introduction_area .slider div img{
    width: 100%;
}
.top_introduction_area .slider div span{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    background : rgba(57,116,182,0.8);
    text-align: center;
}
.top_introduction_area .slider div span:before{
    display: block;
    position: absolute;
    content: "";
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 14px;
    background-image: url(../img/top/arrowup.png);
    background-repeat: no-repeat;
    background-size: 32px;
}
.top_introduction_area .slider {
    position: relative;
}
.top_introduction_area .slider .slider-arrow {
    position: absolute;
    top: 40%;
    width: 55px;
    height: 55px;
    margin-top: -21px;
    z-index: 10;
    cursor: pointer;
}
.top_introduction_area .slider .slider-arrow img{
    width: 100%;
    margin: 0;
}
.top_introduction_area .slider .slider-prev {
    left: 15%;
}
.top_introduction_area .slider .slider-next {
    right: 15%;
}
.top_introduction_area .slider .slick-list {
    margin-right: -20px;
}
.top_introduction_area .slider .slick-slide {
    margin-right: 20px;
}

@media screen and (max-width: 768px){
.top_introduction_area .slider div img{
    width: 100%;
    margin: 0;
}
.top_introduction_area .slider div span{
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.top_introduction_area .slider .slider-prev {
    left: 0;
}
.top_introduction_area .slider .slider-next {
    right: 0;
}
}

@media screen and (max-width: 425px){
.top_introduction_area {
    padding: 20px 0;
}
.top_introduction_area h2{
    margin-bottom: 10px;
    font-size: 15px;
}
.top_introduction_area .slider div span{
    font-size: 12px;
}
}

/* ------------------------------------- /
/   feature
/* ------------------------------------- */
/*  pagetitle_area
/* ------------------------------------- */
.pagetitle_area {
    padding: 160px 0;
    background-image: url(../img/feature/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagetitle_area2 {
    padding: 160px 0;
    background-image: url(../img/inpatient/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagetitle_area3 {
    padding: 160px 0;
    background-image: url(../img/outpatient/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagetitle_area4 {
    padding: 160px 0;
    background-image: url(../img/rehabilitation/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagetitle_area5 {
    padding: 160px 0;
    background-image: url(../img/doctor/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagetitle_area6 {
    padding: 160px 0;
    background-image: url(../img/dock/pagetitle_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pagetitle_area h2,
.pagetitle_area2 h2,
.pagetitle_area3 h2,
.pagetitle_area4 h2,
.pagetitle_area5 h2,
.pagetitle_area6 h2{
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-shadow : 0px 3px 5px rgba(0,0,0,0.5);
}
.pagetitle_area h2 span,
.pagetitle_area2 h2 span,
.pagetitle_area3 h2 span,
.pagetitle_area4 h2 span,
.pagetitle_area5 h2 span,
.pagetitle_area6 h2 span{
    font-size: 30px;
    font-weight: 700;
}
@media screen and (max-width: 768px){
.pagetitle_area,
.pagetitle_area2,
.pagetitle_area3,
.pagetitle_area4,
.pagetitle_area5,
.pagetitle_area6 {
    padding: 150px 0;
}
}
@media screen and (max-width: 425px){
.pagetitle_area,
.pagetitle_area2,
.pagetitle_area3,
.pagetitle_area4,
.pagetitle_area5,
.pagetitle_area6 {
    padding: 75px 0;
}
.pagetitle_area h2,
.pagetitle_area2 h2,
.pagetitle_area3 h2,
.pagetitle_area4 h2,
.pagetitle_area5 h2,
.pagetitle_area6 h2{
    font-size: 22px;
}
}


/*  peculiarity
/* ------------------------------------- */
.peculiarity {
    padding: 30px 0;
}
.peculiarity .txtbox {
    max-width: 1024px;
    margin: 0 auto 30px;
}
.peculiarity .txtbox p{
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
}
.peculiarity h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.peculiarity h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}

.wrap {
    max-width: 1024px;
    margin: 0 auto;
}
.wrap2 {
    max-width: 850px;
    margin: 0 auto;
}

.title {
    width: 50%;
    margin: 80px auto 20px;
}
.title2 {
    width: 100%;
    margin: 80px auto 20px;
}
.title p.number,
.title2 p.number{
    margin-bottom: 10px;
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    color: #3972b6;
    text-align: center;
}
.title p.sub,
.title2 p.sub{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #3972b6;
    text-align: center;
}
.title h3.sideline,
.title2 h3.sideline {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
}
.title h3.sideline:before,
.title h3.sideline:after,
.title2 h3.sideline:before,
.title2 h3.sideline:after{
    content: "";
    border-top: 1px solid #333333;
    flex-grow: 1;
}
.sideline:before{
    margin-right: 1em;
}
.sideline:after{
    margin-left: 1em;
}

.peculiarity p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
}
.peculiarity p.subtitle {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.28px;
    text-align: center;
}

.peculiarity .inner {
    position: relative;
    width: 100%;
    padding: 60px 30px 10px;
    margin: 15px 0;
    border: 1px solid #c6c6c6;
}
.peculiarity .inner img{
    height: 120px;
    margin: 0 auto;
}
.peculiarity .inner p.name{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    border-radius: 0 0 5px 5px / 0 0 5px 5px;
}
.peculiarity .inner p.female{
    width: 109px;
    padding: 2px 0;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background : rgba(230,0,18,0.5);
    border-radius: 20px;
}
.peculiarity .inner p.male{
    width: 109px;
    padding: 2px 0;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background : rgba(0,113,175,0.5);
    border-radius: 20px;
}
.peculiarity .inner p{
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.peculiarity .staff {
    width: 70%;
    margin: 30px auto 0;
}
.peculiarity .staff ul.pc{
    display: block;
}
.peculiarity .staff ul.sp{
    display: none;
}
.peculiarity .staff li{
    font-size: 14px;
    font-weight: 400;
}
.peculiarity .staff li span.jikan1 {
    margin-left: 0.5em;
}
.peculiarity .staff li span.jikan2 {
    letter-spacing: 0.075em;
}
.peculiarity .staff img{
    width: 230px;
    margin-top: 50px;
}
.peculiarity .staff .numberofpeople {
    margin-top: 30px;
}
.peculiarity .staff .numberofpeople p{
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #3972b6;
    border-bottom: 2px solid #3972b6;
}
.peculiarity .staff .numberofpeople p span{
    font-size: 70px;
}
@media screen and (max-width: 1024px){
.peculiarity .txtbox {
    padding: 0 47px;
}
.peculiarity .staff .numberofpeople p{
    font-size: 20px;
}
.peculiarity .staff .numberofpeople p span{
    font-size: 62px;
}
}
@media screen and (max-width: 768px){
.wrap {
    padding: 0 20px;
}
.title {
    width: 100%;
    margin: 30px auto 20px;
}
.peculiarity .spnone {
    display: none;
}
.peculiarity .txtbox {
    padding: 0 24px;
}
.peculiarity h2{
    font-weight: 500;
}
.peculiarity h2 span{
    display: none;
}
.peculiarity .container {
    padding-left: 0;
    padding-right: 0;
}
.peculiarity .container .flex {
    display: block;
}
.peculiarity .img img{
    margin: 0 0 30px;
}
.peculiarity .staff {
    width: 70%;
}
.peculiarity .staff img{
    width: 230px;
    margin: 30px auto 0;
}
.peculiarity .staff .numberofpeople {
    margin: 10px auto 0;
    width: 200px;
}
}
@media screen and (max-width: 425px){
.title {
    width: 100%;
    margin: 30px auto 10px;
}
.title2 {
    width: 100%;
    margin: 30px auto 10px;
}
.title p.number,
.title2 p.number{
    font-size: 27px;
}
.title p.sub,
.title2 p.sub{
    font-size: 10px;
    line-height: 1.5;
}
.title h3.sideline,
.title2 h3.sideline {
    font-size: 13px;
    line-height: 1;
}
.peculiarity {
    padding: 20px 0 0;
}
.peculiarity .txtbox {
    margin: 0 auto 10px;
    padding: 0 15px;
}
.peculiarity .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.041em;
}
.peculiarity h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.peculiarity p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
}
.peculiarity p.subtitle {
    margin-bottom: 0;
    font-size: 15px;
}
.peculiarity .inner {
    padding: 50px 30px 10px;
    margin: 10px 0;
}
.peculiarity .inner p.female{
    margin: 0 auto 20px;
    font-size: 16px;
}
.peculiarity .inner p.male{
    margin: 10px auto 10px;
    font-size: 16px;
}
.peculiarity .inner p{
    font-size: 16px;
    line-height: 1.625em
}
.peculiarity .img img{
    margin: 0 0 10px;
}
.peculiarity .staff {
    width: 55%;
}
.peculiarity .staff ul.pc{
    display: none;
}
.peculiarity .staff ul.sp{
    display: block;
}
.peculiarity .staff li{
    font-size: 12px;
    font-weight: 400;
}
.peculiarity .staff .numberofpeople p{
    margin-bottom: 0;
    font-size: 12px;
}
.peculiarity .staff .numberofpeople p span{
    font-size: 30px;
}
.peculiarity .staff .numberofpeople {
    width: 110px;
}
}
@media screen and (max-width: 375px){
.peculiarity .staff {
    width: 65%;
}
}
@media screen and (max-width: 320px){
.peculiarity .staff {
    width: 80%;
}
}

/*  affiliated
/* ------------------------------------- */
.affiliated {
    padding: 30px 0;
}
.affiliated h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.affiliated h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.affiliated table{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}
.affiliated table td{
    width: 25%;
    padding: 37px 0 37px 30px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.affiliated table td span{
    font-size: 12px;
    color: #3972b6;
}
.affiliated table td a{
    color: #333333;
}
.affiliated table td a:hover{
    color: #3972b6;
    text-decoration: underline;
}

@media screen and (max-width: 768px){
.affiliated h2 span{
    display: none;
}
.affiliated table td{
    width: 50%;
    display: inline-block;
}
}
@media screen and (max-width: 425px){
.affiliated {
    padding: 0;
}
.affiliated h2{
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 15px;
}
.affiliated table td{
    padding: 25px 0 25px 10px;
    font-size: 11px;
}
.affiliated table td span{
    font-size: 8px;
}
}
@media screen and (max-width: 375px){
.affiliated table td{
    padding: 25px 0 25px 5px;
}
}
@media screen and (max-width: 320px){
.affiliated table td{
    width: 100%;
    height: auto;
    padding: 15px 0 15px 20px;
}
}

/*  healthprofessional
/* ------------------------------------- */
.healthprofessional {
    padding: 30px 0 50px;
}
.healthprofessional h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.healthprofessional h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}

.healthprofessional p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.28px;
}

.healthprofessional .renkei {
    margin-bottom: 30px;
}
.healthprofessional .renkei p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.28px;
}
.healthprofessional .renkei p span{
    font-size: 12px;
    color: #3972b6;
}

.healthprofessional table{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #3972b6;
    border-collapse: collapse;
}
.healthprofessional table th,
.healthprofessional table td{
    padding: 20px 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
.healthprofessional table th{
    font-size: 20px;
    color: #fff;
    background-color: #3972b6;
}
.healthprofessional table td{
    font-size: 22px;
    color: #3972b6;
}
.healthprofessional table td br{
    display: none;
}
.healthprofessional table td div{
    padding: 20px 0;
    border-right: 2px solid #3972b6;
}
.healthprofessional table td:last-child{
    border-right: none;
}

/* class 化した */
table.bottom_tel_inquiry{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #3972b6;
    border-collapse: collapse;
}
table.bottom_tel_inquiry th,
table.bottom_tel_inquiry td{
    padding: 20px 0;
    font-weight: 500;
    letter-spacing: 0.1em;
    vertical-align: middle;
    text-align: center;
}
table.bottom_tel_inquiry th{
    font-size: 20px;
    color: #fff;
    background-color: #3972b6;
}
table.bottom_tel_inquiry td{
    font-size: 22px;
    line-height: 1.8;
    color: #3972b6;
    background-color: #fff;
}
table.bottom_tel_inquiry td div{
    padding: 20px 0;
    border-right: 2px solid #3972b6;
}
table.bottom_tel_inquiry td:last-child div{
    border-right: none;
}
table.bottom_tel_inquiry td span{
    color: #333;
    font-size: 14px;
}

.healthprofessional .faxdl a{
    position: relative;
    display: block;
    max-width: 330px;
    margin: 0 auto;
    padding: 20px 10px 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #3972b6;
    border: 1px solid #3972b6;
}
.healthprofessional .faxdl a:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
}
.healthprofessional .faxdl a:before{
    position: absolute;
    right: 13px;
    content: '\f125';
    font-family: "ionicons";
    font-size: 14px;
    line-height: 1.8em;
    color: #fff;
}
.healthprofessional .faxdl a:hover:before{
    color: #3972b6;
}

@media screen and (max-width: 768px){
table.bottom_tel_inquiry{
    margin-bottom: 20px;
    border: 2px solid #3972b6;
}
table.bottom_tel_inquiry th,
table.bottom_tel_inquiry td{
    padding: 10px 0;
}
table.bottom_tel_inquiry th{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
table.bottom_tel_inquiry td{
    display: inline-block;
    width: 50%;
    padding: 10px 0;
}
table.bottom_tel_inquiry td div{
    padding: 10px 0;
}
.healthprofessional h2 span{
    display: none;
}
.healthprofessional table{
    margin-bottom: 20px;
    border: 2px solid #3972b6;
}
.healthprofessional table th,
.healthprofessional table td{
    padding: 10px 0;
}
.healthprofessional table th{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.healthprofessional table td{
    display: inline-block;
    width: 50%;
    padding: 10px 0;
}
.healthprofessional table td div{
    padding: 10px 0;
    border-right: 2px solid #3972b6;
}
}
@media screen and (max-width: 425px){
.healthprofessional {
    padding: 20px 0;
}
.healthprofessional h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.healthprofessional .wrap {
    padding: 0;
}
.healthprofessional p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.041em
}
.healthprofessional .renkei {
    margin-bottom: 10px;
}
.healthprofessional .renkei p{
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.041em
}
.healthprofessional .renkei p span{
    font-size: 8px;
}
.healthprofessional table th,
.healthprofessional table td{
    letter-spacing: 0.1em;
    text-align: center;
}
.healthprofessional table th{
    padding: 15px 0;
    font-size: 12px;
}
.healthprofessional table td{
    padding: 5px 0;
    font-size: 12px;
}
.healthprofessional table td div{
    padding: 10px 0;
    border-right: 2px solid #3972b6;
}
table.bottom_tel_inquiry th,
table.bottom_tel_inquiry td{
    letter-spacing: 0.1em;
    text-align: center;
}
table.bottom_tel_inquiry th{
    padding: 15px 0;
    font-size: 12px;
}
table.bottom_tel_inquiry td{
    padding: 5px 0;
    font-size: 12px;
}
table.bottom_tel_inquiry td div{
    padding: 10px 0;
    border-right: 1px solid #3972b6;
}
table.bottom_tel_inquiry td span{
	font-size: 10px;
}
}
@media screen and (max-width: 320px){
.healthprofessional table td br{
    display: block;
}
table.bottom_tel_inquiry td br{
    display: block;
}
}

/* ------------------------------------- /
/   about
/* ------------------------------------- */
/*  message_area
/* ------------------------------------- */
.message_area {
    padding: 30px 0 60px;
}
.message_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.message_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.message_area .message img{
    display: block;
    width: 100%;
}
.message_area .message p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.message_area .message p.name {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}
.message_area .message p.name span{
    font-size: 28px;
}
/*.message_area .message p.name br{
    display: none;
}*/
@media screen and (max-width: 425px){
.message_area {
    padding: 20px 0 0;
}
.message_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.message_area .wrap {
    padding: 0;
}
.message_area .message img{
    margin-bottom: 10px;
}
.message_area .message p{
    font-size: 12px;
    line-height: 1.5em;
}
.message_area .message p.name {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}
.message_area .message p.name span{
    font-size: 14px;
}
/*.message_area .message p.name br{
    display: block;
}*/
}


/*  about_area
/* ------------------------------------- */
.about_area {
    padding: 30px 0 100px;
}
.about_area h2{
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.about_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.about_area .aboutbox table{
    width: 100%;
    margin: 30px 0 80px;
    border: 1px solid #3972b6;
    border-collapse: collapse;
}
.about_area .aboutbox table th{
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    background-color: #3972b6;
    border-bottom: 1px solid #fff;
}
.about_area .aboutbox table th:first-child{
    width: 240px;
    letter-spacing: 0.2em;
}
.about_area .aboutbox table th.borderchange{
    border-bottom: 1px solid #3972b6;
}
.about_area .aboutbox table td{
    padding: 15px 25px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #3972b6;
}
.about_area .aboutbox table td a{
    color: #3972b6;
}
.about_area p{
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.28px;
}
.about_area .inner {
    margin-top: 40px;
    padding: 30px 85px 40px;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
}
.about_area .inner .img {
    margin-bottom: 30px;
}
.about_area .inner h4{
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}
.about_area .inner h4 span {
	display: inline-block;
	border-radius: 3em;
	padding: 0.5em 1.5em;
	background-color: #3972b6;
	color: #fff;
	line-height: 1.1;
}
.about_area .inner h5{
    font-size: 20px;
    font-weight: 500;
    color: #3972b6;
}
.about_area .inner h5 span{
    font-size: 12px;
}
.about_area .inner p{
    padding-left: 1em;
    font-size: 14px;
}
.about_area .inner .schedule p{
    margin-bottom: 10px;
    font-size: 14px;
}
.about_area .inner .schedule table{
    margin: 0 0 0 1em;
    width: 460px;
}
.about_area .inner .schedule table th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
    border-right: 1px solid #fff;
    border-bottom: none;
}
.about_area .inner .schedule table th:first-child{
    width: 180px;
}
.about_area .inner .schedule table th:last-child{
    border-right: 1px solid #3972b6;
}
.about_area .inner .schedule table td{
    padding: 15px 0;
    font-size: 16px;
    color: #3972b6;
    text-align: center;
    border: 1px solid #3972b6;
}
.about_area .inner .schedule table td:first-child{
    color: #333333;
}
@media screen and (max-width: 425px){
.about_area {
    padding: 20px 0 30px;
}
.about_area h2{
    padding-bottom: 10px;
    font-size: 15px;
}
.about_area .wrap {
    padding: 0;
}
.about_area .aboutbox table{
    margin: 0;
}
.about_area .aboutbox table th{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: none;
}
.about_area .aboutbox table th:first-child{
    width: 100%;
    letter-spacing: 0.2em;
}
.about_area .aboutbox table td{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.about_area p{
    font-size: 12px;
    line-height: 1.5em;
}
.about_area .inner {
    margin-top: 10px;
    padding: 15px 10px 20px;
}
.about_area .inner .img {
    margin-bottom: 10px;
}
.about_area .inner h4{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.about_area .inner h5{
    font-size: 12px;
    font-weight: 500;
    color: #3972b6;
}
.about_area .inner h5.mb40{
    margin-bottom: 10px!important;
}
.about_area .inner h5.mb20{
    margin-bottom: 10px!important;
}
.about_area .inner h5 span{
    font-size: 8px;
}
.about_area .inner p{
    padding-left: 1em;
    font-size: 10px;
}
.about_area .inner p.mb30{
    margin-bottom: 10px!important;
}
.about_area .inner .schedule p{
    margin-bottom: 10px;
    font-size: 12px;
}
.about_area .inner .schedule table{
    margin: 0;
    width: 100%;
}
.about_area .inner .schedule table th{
    font-size: 12px;
}
.about_area .inner .schedule table th:first-child{
    width: 140px;
}
.about_area .inner .schedule table td{
    font-size: 12px;
}
}

/* ------------------------------------- /
/   inpatient
/* ------------------------------------- */
/*  inpatient_area
/* ------------------------------------- */
.inpatient_area {
    padding: 30px 0 60px;
}
.inpatient_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.inpatient_area .txtbox {
    margin: 10px 0 80px;
}
.inpatient_area .txtbox h3{
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.inpatient_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}

.inpatient_area .inpatientbox table{
    width: 100%;
    margin: 30px 0 80px;
    border: 1px solid #3972b6;
    border-collapse: collapse;
}
.inpatient_area .inpatientbox table th{
    padding: 15px 25px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    background-color: #3972b6;
    border-bottom: 1px solid #fff;
}
.inpatient_area .inpatientbox table th:first-child{
    width: 240px;
    letter-spacing: 0.2em;
}
.inpatient_area .inpatientbox table th.borderchange{
    border-bottom: 1px solid #3972b6;
}
.inpatient_area .inpatientbox table td{
    padding: 15px 25px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #3972b6;
}
.inpatient_area .inpatientbox table td a{
    color: #3972b6;
}

.inpatient_area .flow {
    max-width: 680px;
    margin: 0 auto;
}
.inpatient_area .flow li{
    padding: 20px 30px;
    border-top: 1px dotted #c6c6c6;
}
.inpatient_area .flow li .in{
    font-size: 20px;
    font-weight: 500;
    color: #3972b6;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.inpatient_area .flow li:last-child{
    border-bottom: 1px dotted #c6c6c6;
}
.inpatient_area .flow li span.square {
    padding: 0 5px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    border: 1px solid #3972b6;
}
.inpatient_area .flow li span.small {
    font-size: 12px;
    font-weight: 400;
    text-indent: -0em;
    padding-left: 0em;
    color: #333333;
}

.inpatient_area .nursestation {
}
.inpatient_area .nursestation p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.inpatient_area .nursestation img{
    display: block;
    width: 100%;
}
.inpatient_area .nursestation .txt h3{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #3972b6;
}
.inpatient_area .nursestation .txt p{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.28px;
}

.inpatient_area .img img{
    width: 100%;
    margin: 15px 0;
}

.inpatient_area2 {
    padding: 30px 0 100px;
}
.inpatient_area2 h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.inpatient_area2 .txtbox {
    margin: 0;
}
.inpatient_area2 .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
@media screen and (max-width: 768px){
.inpatient_area .nursestation img{
    margin-bottom: 30px;
}
}
@media screen and (max-width: 425px){
.inpatient_area {
    padding: 20px 0 0;
}
.inpatient_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.inpatient_area .wrap {
    padding: 0;
}
.inpatient_area .txtbox {
    margin: 0;
}
.inpatient_area .txtbox h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.inpatient_area .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
}
.inpatient_area .inpatientbox table{
    margin: 0;
}
.inpatient_area .inpatientbox table th{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: none;
}
.inpatient_area .inpatientbox table th:first-child{
    width: 100%;
    letter-spacing: 0.2em;
}
.inpatient_area .inpatientbox table td{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.inpatient_area .flow li{
    padding: 20px 0;
    border-top: 1px dotted #c6c6c6;
}
.inpatient_area .flow li .in{
    font-size: 14px;
}
.inpatient_area .flow li span.square {
    font-size: 10px;
}
.inpatient_area .flow li span.small {
    font-size: 12px;
}
.inpatient_area .nursestation p{
    font-size: 12px;
    line-height: 1.5em;
}
.inpatient_area .nursestation p.mb30 {
    margin-bottom: 10px!important;
}
.inpatient_area .nursestation img{
    margin-bottom: 10px;
}
.inpatient_area .nursestation .txt h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.inpatient_area .nursestation .txt p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
}
.inpatient_area .nursestation .txt p:last-of-type{
    margin-bottom: 0;
}
.inpatient_area .img img{
    margin: 0 0 10px;
}
.inpatient_area2 {
    padding: 20px 0 30px;
}
.inpatient_area2 .wrap {
    padding: 0;
}
.inpatient_area2 h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.inpatient_area2 .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
}
}


/* ------------------------------------- /
/   outpatient
/* ------------------------------------- */
/*  outpatient_area
/* ------------------------------------- */
.outpatient_area {
    padding: 30px 0 60px;
}
.outpatient_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.outpatient_area .txtbox {
    margin: 10px 0 0;
}
.outpatient_area .txtbox img{
    display: block;
    width: 100%;
}
.outpatient_area .txtbox h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.outpatient_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}

.outpatient_area .txt h3.icon1{
    padding: 10px 0 15px 50px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #c8c8c8;
    background-image: url(../img/top/icon03.png);
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: left center;
}
.outpatient_area .txt h3.icon2{
    padding: 10px 0 15px 50px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #c8c8c8;
    background-image: url(../img/top/icon04.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: left center;
}
.outpatient_area .txt ul{
    margin-bottom: 20px;
}
.outpatient_area .txt li{
    font-size: 16px;
    line-height: 1.75;
}
.outpatient_area .txt li span{
    font-size: 12px;
    color: #3972b6;
}
.outpatient_area .txt p{
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.outpatient_area table.practicetime{
    width: 100%;
    margin-bottom: 20px;
}
.outpatient_area table.practicetime th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
    border-right: 1px solid #fff;
}
.outpatient_area table.practicetime th:first-child{
    width: 190px;
    letter-spacing: 0.2em;
}
.outpatient_area table.practicetime th:last-child{
    border-right: 1px solid #3972b6;
}
.outpatient_area table.practicetime td{
    padding: 10px 0;
    font-size: 16px;
    color: #3972b6;
    text-align: center;
    border: 1px solid #3972b6;
}
.outpatient_area table.practicetime td:first-child{
    color: #333333;
}

.outpatient_area table.endoscope {
    width: 100%;
}
.outpatient_area table.endoscope th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
    border-right: 1px solid #fff;
    border-bottom: none;
}
.outpatient_area table.endoscope th:first-child{
    width: 190px;
}
.outpatient_area table.endoscope th:last-child{
    border-right: 1px solid #3972b6;
}
.outpatient_area table.endoscope td{
    padding: 15px 0;
    font-size: 16px;
    color: #3972b6;
    text-align: center;
    border: 1px solid #3972b6;
}
.outpatient_area table.endoscope td:first-child{
    color: #333333;
}

.outpatient_area table.doctor{
    width: 100%;
    margin-bottom: 20px;
}
.outpatient_area table.doctor th{
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
    border-right: 1px solid #fff;
}
.outpatient_area table.doctor th:nth-child(1){
    width: 190px;
}
.outpatient_area table.doctor th:nth-child(2){
    width: 75px;
}
.outpatient_area table.doctor th:nth-child(3),
.outpatient_area table.doctor th:nth-child(4),
.outpatient_area table.doctor th:nth-child(5),
.outpatient_area table.doctor th:nth-child(6),
.outpatient_area table.doctor th:nth-child(7),
.outpatient_area table.doctor th:nth-child(8){
    width: 125px;
}
.outpatient_area table.doctor th:last-child{
    border-right: 1px solid #3972b6;
}
.outpatient_area table.doctor td{
    padding: 15px 0;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #3972b6;
}
.outpatient_area table.doctor td:first-child{
    color: #333333;
}
@media (max-width: 768px) {
.outpatient_area h2{
    margin-bottom: 20px;
}
.outpatient_area .txtbox img{
    margin-bottom: 30px;
}
.outpatient_area table.doctor th:nth-child(1){
    width: 100px;
}
}
@media (max-width: 425px) {
.outpatient_area {
    padding: 20px 0 0;
}
.outpatient_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.outpatient_area .wrap {
    padding: 0;
}
.outpatient_area .txtbox {
    margin: 0;
}
.outpatient_area .txtbox img{
    margin-bottom: 15px;
}
.outpatient_area .txtbox h3{
    margin-bottom: 10px;
    font-size: 15px;
}
.outpatient_area .txtbox p{
    font-size: 12px;
    line-height: 1.5em;
}
.outpatient_area .txt h3.icon1,
.outpatient_area .txt h3.icon2{
    padding: 10px 0 10px 40px;
    font-size: 14px;
    background-size: 25px;
}
.outpatient_area .txt ul{
    margin-bottom: 10px;
}
.outpatient_area .txt li{
    font-size: 12px;
    line-height: 1.5;
}
.outpatient_area .txt p{
    font-size: 12px;
    line-height: 1.5;
}
.outpatient_area table.practicetime th{
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
    border-right: 1px solid #fff;
}
.outpatient_area table.practicetime td{
    padding: 10px 0;
    font-size: 12px;
    color: #3972b6;
    text-align: center;
    border: 1px solid #3972b6;
}
.outpatient_area table.practicetime th:first-child{
    width: 150px;
    letter-spacing: 0.2em;
}
.outpatient_area .notes {
    font-size: 12px;
}
.outpatient_area table.endoscope th{
    font-size: 12px;
}
.outpatient_area table.endoscope td{
    font-size: 12px;
}
.outpatient_area table.endoscope th:first-child{
    width: 150px;
}
.outpatient_area table.doctor{
    margin-bottom: 0;
}
.outpatient_area table.doctor th{
    font-size: 12px;
}
.outpatient_area table.doctor td{
    font-size: 12px;
    word-break: break-all;
}
.outpatient_area table.doctor th:nth-child(1){
    width: 130px;
}
.outpatient_area table.doctor th:nth-child(2){
    width: 35px;
}
.outpatient_area table.doctor th:nth-child(3),
.outpatient_area table.doctor th:nth-child(4),
.outpatient_area table.doctor th:nth-child(5),
.outpatient_area table.doctor th:nth-child(6),
.outpatient_area table.doctor th:nth-child(7),
.outpatient_area table.doctor th:nth-child(8){
    width: 30px;
    padding: 15px 8px;
}
.outpatient_area table.doctor td:nth-child(3),
.outpatient_area table.doctor td:nth-child(4),
.outpatient_area table.doctor td:nth-child(5),
.outpatient_area table.doctor td:nth-child(6),
.outpatient_area table.doctor td:nth-child(7),
.outpatient_area table.doctor td:nth-child(8){
    width: 30px;
    padding: 15px 8px;
}
.outpatient_area table.doctor td.tate {
    padding: 15px 8px;
}
}

/*  foreigners_area
/* ------------------------------------- */
.foreigners_area {
    padding: 30px 0 100px;
}
.foreigners_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.foreigners_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.foreigners_area .title {
    width: 50%;
    margin: 20px auto 20px;
}
.foreigners_area .title2 {
    width: 50%;
    margin: 70px auto 20px;
}
.foreigners_area .txtbox {
    margin: 10px 0 0;
}
.foreigners_area .txtbox img{
    display: block;
    width: 100%;
}
.foreigners_area .txtbox h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.foreigners_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
@media (max-width: 425px) {
.foreigners_area {
    padding: 20px 0 0;
}
.foreigners_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.foreigners_area h2 span{
    font-size: 10px;
}
.foreigners_area .wrap {
    padding: 0;
}
.foreigners_area .title {
    width: 100%;
    margin: 20px auto 10px;
}
.foreigners_area .title2 {
    width: 100%;
    margin: 30px auto 10px;
}
.foreigners_area .txtbox {
    margin: 0;
}
.foreigners_area .txtbox:last-of-type{
    margin: 0 0 30px;
}
.foreigners_area .txtbox p{
    font-size: 12px;
    line-height: 1.5;
}
}

/* ------------------------------------- /
/   rehabilitation
/* ------------------------------------- */
/*  rehabilitation_area
/* ------------------------------------- */
.rehabilitation_area {
    padding: 30px 0 60px;
}
.rehabilitation_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.rehabilitation_area .txtbox {
    margin: 10px 0 80px;
}
.rehabilitation_area .txtbox h3{
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.rehabilitation_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}

.rehabilitation_area .rehabilitationbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.rehabilitation_area .rehabilitationbox img{
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
.rehabilitation_area .rehabilitationbox img{
    margin-bottom: 30px;
}
}
@media (max-width: 425px) {
.rehabilitation_area {
    padding: 20px 0 0;
}
.rehabilitation_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.rehabilitation_area .title {
    width: 100%;
    margin: 20px auto 10px;
}
.rehabilitation_area .wrap {
    padding: 0;
}
.rehabilitation_area .txtbox {
    margin: 0;
    padding-bottom: 10px;
}
.rehabilitation_area .txtbox:last-of-type{
    margin: 0 0 30px;
}
.rehabilitation_area .txtbox h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.rehabilitation_area .txtbox p{
    font-size: 12px;
    line-height: 1.5;
}
.rehabilitation_area .rehabilitationbox p{
    font-size: 12px;
    line-height: 1.5;
}
.rehabilitation_area .rehabilitationbox p.mb30{
    margin-bottom: 10px!important;
}
.rehabilitation_area .rehabilitationbox img{
    margin-bottom: 10px;
}
}


/* ------------------------------------- /
/   doctor
/* ------------------------------------- */
/*  doctor_area
/* ------------------------------------- */
.doctor_area {
    padding: 30px 0 20px;
}
.doctor_area h2{
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.doctor_area .doctorbox {
    margin-bottom: 80px;
    overflow: hidden;
}
.doctor_area .doctorbox .img {
    float: left;
    width: 150px;
    margin-right: 30px;
}
.doctor_area .doctorbox .img img{
    display: block;
    width: 100%;
}
.doctor_area .doctorbox .txt {
    float: left;
    /* max-width: 670px; */
    width: 670px;
}
.doctor_area .doctorbox .txt h3{
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #3972b6;
}
.doctor_area .doctorbox .txt h4{
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #3972b6;
}
.doctor_area .doctorbox .txt p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
@media (max-width: 767px) {
.doctor_area .doctorbox .img {
    float: none;
    margin: 0 auto 30px;
}
.doctor_area .doctorbox .txt {
  float: none;
  width: 100%;
}
}
@media (max-width: 425px) {
.doctor_area {
    padding: 20px 0 0;
}
.doctor_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.doctor_area .doctorbox {
    margin-bottom: 50px;
}
.doctor_area .doctorbox .img {
    margin: 0 auto 10px;
}
.doctor_area .doctorbox .txt h3{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.doctor_area .doctorbox .txt h4{
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.5;
}
.doctor_area .doctorbox .txt p{
    font-size: 12px;
    line-height: 1.5;
}
}

/* ------------------------------------- /
/   dock
/* ------------------------------------- */
/*  dock_area
/* ------------------------------------- */
.dock_area {
    padding: 30px 0 0;
}
.dock_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.dock_area .txtbox {
    margin: 10px 0 0;
}
.dock_area .txtbox img{
    display: block;
    width: 100%;
}
.dock_area .txtbox h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}
.dock_area .txtbox p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}

.dock_area .dockbox {
    max-width: 675px;
    margin: 0 auto;
    text-align: center;
}
.dock_area .dockbox dl{
    overflow: hidden;
    margin-bottom: 15px;
}
.dock_area .dockbox dt{
		margin: 0 auto;
    width: 170px;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #3972b6;
}
.dock_area .dockbox dd{
    padding: 15px 0 15px 25px;
    font-size: 16px;
}
.dock_area .dockbox dd span{
    border-bottom: 2px solid #3972b6;
}

.dock_area .img img{
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
.dock_area .txtbox img{
    margin-bottom: 30px;
}
}
@media (max-width: 425px) {
.dock_area {
    padding: 20px 0 0;
}
.dock_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.dock_area .wrap {
    padding: 0;
}
.dock_area .txtbox {
    margin: 0;
}
.dock_area .txtbox h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.dock_area .txtbox p{
    font-size: 12px;
    line-height: 1.5;
}
.dock_area .txtbox img{
    margin-bottom: 10px;
}
.dock_area .dockbox dl{
    margin-bottom: 0;
}
.dock_area .dockbox dt{
    width: 100%;
    font-size: 12px;
}
.dock_area .dockbox dd{
    width: 100%;
    padding: 15px 0 5px;
    font-size: 12px;
}
.dock_area .dockbox p{
    font-size: 10px;
}
}


/*  dockplan
/* ------------------------------------- */
.dockplan {
    padding: 0;
}
.dockplan .inner {
    padding: 60px 0;
    background-color: #cedfe7;
}
.dockplan .inner .dockplan_list {
	margin: 0 auto 30px;
	max-width: 640px;
	background-color: #fff;
	padding: 20px;
}
.dockplan .inner .dockplan_list ul {
	margin-left: 1.5em;
	list-style: square;
	color: #3972b6;
}
.dockplan .inner .dockplan_list ul > li{
	padding: 15px 0;
	font-size: 20px;
  font-weight: 500;
}
.dockplan .inner .planbtn a, 
.dockplan .inner .planbtn > span {
    display: block;
    max-width: 640px;
    margin: 0 auto 30px;
    padding: 30px 0 30px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    border: 1px solid #3972b6;
    border-left: 10px solid #3972b6;
    background-color: #fff;
    border-radius: 5px;
}
.dockplan .inner .planbtn a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.dockplan .inner .linkbtn a{
    position: relative;
    display: block;
    max-width: 240px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border: 1px solid #3972b6;
    background-color: #3972b6;
    border-radius: 5px;
}
.dockplan .inner .linkbtn a:before {
    position: absolute;
    right: 20px;
    content: '\f125';
    font-family: "ionicons";
    font-size: 16px;
    color: #FFF;
}
.dockplan .inner .linkbtn a:hover{
    text-decoration: none;
    color: #3972b6;
    background-color: #fff;
}
.dockplan .inner .linkbtn a:hover:before {
    color: #3972b6;
}
@media (max-width: 425px) {
.dockplan {
    padding: 0;
}
.dockplan .inner {
    padding: 20px 15px;
}
.dockplan .inner .dockplan_list {
	padding: 15px;
}
.dockplan .inner .dockplan_list ul > li{
	padding: 10px 0;
	font-size: 14px;
}
.dockplan .inner .planbtn a, 
.dockplan .inner .planbtn > span {
    font-size: 12px;
    padding: 15px 10px;
    margin: 0 auto 10px;
}
.dockplan .inner .linkbtn a{
    margin: 20px auto 0;
    padding: 20px 0;
    font-size: 12px;
}
}

/*  dockplan_detail
/* ------------------------------------- */
.dockplan_detail {
  background-color: #cedfe7;
  padding: 20px 0;
}
.dockplan_detail .inner {
  margin: 0 auto;
  width: 1024px;
}
.dockplan_detail_block {
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  padding: 25px;
}
.dockplan_detail_block_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid #3972b6;
  border-left: 10px solid #3972b6;
  border-radius: 5px;
}
.dockplan_detail_block_head h3 {
  border-right: 1px solid #3972b6;
  width: 720px;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}
.dockplan_detail_block_price {
  width: 260px;
  color: #3972b6;
  text-align: right;
  font-size: 18px;
  font-weight: 500;  
}
.dockplan_detail_block p {
  margin-bottom: 15px;
  line-height: 1.75;
  font-size: 16px; 
}
.dockplan_detail_block_recommend {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.dockplan_detail_block_recommend p {
  margin-bottom: 5px;
  color: #3972b6;
  font-size: 16px;
}
.dockplan_detail_block_recommend ol {
  margin-left: 1.5em;
  font-size: 14px;
}
@media (max-width: 767px) {
  .dockplan_detail .inner {
    margin: 0 auto;
    width: 96%;
  }
  .dockplan_detail_block {
    margin-bottom: 15px;
    padding: 10px;
  }
  .dockplan_detail_block_head {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #3972b6;
    border-left: 5px solid #3972b6;
    padding: 10px;
  }
  .dockplan_detail_block_head h3 {
    margin-bottom: 5px;
    border-right: none;
    border-bottom: 1px solid #3972b6;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 16px;
  }
  .dockplan_detail_block_price {
    width: 100%;
    text-align: right;
    font-size: 14px;
  }
  .dockplan_detail_block p {
    margin-bottom: 10px;
    font-size: 14px; 
  }
  .dockplan_detail_block_recommend {
    padding: 5px 0;
  }
  .dockplan_detail_block_recommend p {
    margin: 0;
    font-size: 14px;
  }
  .dockplan_detail_block_recommend ol {
    font-size: 12px;
  }
}

/* ------------------------------------- /
/   access
/* ------------------------------------- */
/*  access_area
/* ------------------------------------- */
.access_area {
    padding: 30px 0;
}
.access_area h2{
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.access_area .inner .img {
    max-width: 730px;
    padding: 0 10px;
}
.access_area .inner .googlemap a{
    display: block;
    width: 300px;
    margin: 60px auto 100px;
    padding: 20px 20px 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #3972b6;
    border: 1px solid #3972b6;
    background-image: url(../img/top/arrow_off.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 90% center;
}
.access_area .inner .googlemap a:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
    background-image: url(../img/top/arrow_on.png);
}

.access_area .inner {
    width: 65%;
    margin: 0 auto;
}
.access_area .inner .title {
    width: 75%;
    margin: 30px auto 40px;
}
.access_area .inner .title img{
    display: block;
    width: 90px;
    margin: 0 auto 10px;
}
.access_area .inner .text {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1.28px;
}
.access_area .inner .text p.small{
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1.28px;
}
.access_area .inner .text2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1.28px;
}
.access_area .inner .text h4,
.access_area .inner .text2 h4{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.28px;
    color: #3972b6;
}
.access_area .inner .text h5{
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.28px;
}
.access_area .inner .text h4 span.tsurumai {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #005aaf;
    border-radius: 20px;
}
.access_area .inner .text h4 span.meijyo {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #8c34a2;
    border-radius: 20px;
}
.access_area .inner .text h4 span.higashiyama {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #ee8f3b;
    border-radius: 20px;
}
.access_area .inner .text2 dl{
    overflow: hidden;
    border: 1px solid #3972b6;
}
.access_area .inner .text2 dt{
    width: 58%;
    padding: 10px 0 10px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #3972b6;
    border-bottom: 1px solid #fff;
    float: left;
    clear: left;
}
.access_area .inner .text2 dt:last-of-type{
    border-bottom: none;
}
.access_area .inner .text2 dd{
    width: 42%;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #3972b6;
    float: left;
}
.access_area .inner .text2 dd:last-child{
    border-bottom: none;
}
@media screen and (max-width: 1024px){
.access_area .inner {
    width: 75%;
}
}
@media screen and (max-width: 768px){
.access_area .inner {
    width: 75%;
}
}
@media screen and (max-width: 425px){
.access_area {
    padding: 20px 0;
}
.access_area h2{
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 15px;
}
.access_area .wrap {
    padding: 0;
}
.access_area .inner .img {
    padding: 0;
}
.access_area .inner {
    width: 100%;
}
.access_area .inner .title {
    width: 100%;
    margin: 40px auto 10px;
}
.access_area .inner .googlemap a{
    margin: 20px auto;
    font-size: 12px;
}
.access_area .inner .text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
}
.access_area .inner .text2 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
}
.access_area .inner .text p.mb20{
    margin-bottom: 10px!important;
}
.access_area .inner .text h5{
    margin-top: 10px;
}
.access_area .inner .text2 dd{
    padding: 10px 0;
    text-align: center;
}
.access_area .inner .text h4,
.access_area .inner .text2 h4{
    font-size: 14px;
}
.access_area .inner .text h5{
    margin-top: 10px;
    font-size: 12px;
}
.access_area .inner .text h4 span.tsurumai {
    font-size: 12px;
}
.access_area .inner .text h4 span.meijyo {
    font-size: 12px;
}
.access_area .inner .text h4 span.higashiyama {
    font-size: 12px;
}
.access_area .inner .text2 dt{
    width: 50%;
    font-size: 12px;
}
.access_area .inner .text2 dd{
    width: 50%;
}
}


/* ------------------------------------- /
/   news
/* ------------------------------------- */
/*  news_area
/* ------------------------------------- */
.news_area {
    padding: 50px 0;
}
.news_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.news_area h2 span{
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
}
.news_area h3{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #3972b6;
    text-align: center;
}
.news_area .searchbox {
    margin-bottom: 50px;
    padding: 20px 0;
    border-top: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}
.news_area .searchbox li{
    display: inline-block;
    width: 13%;
    font-size: 16px;
}
.news_area .searchbox li:nth-child(1),
.news_area .searchbox li:nth-child(2){
    color: #3972b6;
}
.news_area .searchbox li:nth-child(1){
    width: 20%;
    color: #3972b6;
}
.news_area .searchbox li:nth-child(2){
    padding-right: 20px;
    text-align: right;
}
.news_area .searchbox li select{
    width: 150px;
    margin-left: 30px;
    padding: 3px 20px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.news_area .searchbox li span{
    position: relative;
}
.news_area .searchbox li span:before {
    position: absolute;
    top: 0.6em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.news_area .searchbox li.radio .radio_input {
    display: none;
}
.news_area .searchbox li.radio label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 2px;
    text-align: center;
    line-height: 1;
}
.news_area .searchbox li.radio label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 50%;
}
.news_area .searchbox li.radio input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    background: #333333;
}

.news_area .newsbox {
}
.news_area .newsbox .inner {
    padding: 20px 0;
}
.news_area .newsbox .inner dl{
    overflow: hidden;
}
.news_area .newsbox .inner dt{
    width: 15%;
    font-size: 14px;
    color: #333333;
    float: left;
    clear: left;
}
.news_area .newsbox .inner dd{
    width: 85%;
    float: left;
    font-size: 16px;
}
.news_area .newsbox .inner dd a{
    color: #3972b6;
}

@media screen and (max-width: 1024px){
.news_area .searchbox li{
    width: 12.8%;
    font-size: 14px;
}
.news_area .searchbox li:nth-child(1){
    width: 21%;
}
}
@media screen and (max-width: 768px){
.news_area .searchbox li{
    width: 17.7%;
}
.news_area .searchbox li:nth-child(1){
    width: 100%;
    margin-bottom: 15px;
}
.news_area .searchbox li:nth-child(2){
    width: 12%;
    padding-right: 15px;
    text-align: left;
}
.news_area .searchbox li:nth-child(7){
    width: 14%;
}
.news_area .newsbox .inner dt{
    width: 20%;
}
.news_area .newsbox .inner dd{
    width: 80%;
}
}
@media screen and (max-width: 425px){
.news_area {
    padding: 20px 0;
}
.news_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.news_area h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.news_area .wrap {
    padding: 0;
}
.news_area .searchbox {
    margin-bottom: 0;
}
.news_area .searchbox li{
    width: 32%;
    font-size: 12px;
}
.news_area .searchbox li:nth-child(1){
    width: 100%;
    margin-bottom: 5px;
}
.news_area .searchbox li:nth-child(2){
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
.news_area .searchbox li:nth-child(7){
    width: 45%;
}
.news_area .searchbox li.radio {
    margin-bottom: 5px;
}
.news_area .newsbox .inner {
    padding: 5px 0;
}
.news_area .newsbox .inner dt{
    width: 100%;
    font-size: 10px;
}
.news_area .newsbox .inner dd{
    width: 100%;
    font-size: 12px;
}
}
@media screen and (max-width: 320px){
.news_area .searchbox li{
    width: 48%;
}
}

/*  news_single_box
/* ------------------------------------- */
.news_area .news_single_box {
    padding: 0 0 30px;
}
.news_area .news_single_box .title {
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.news_area .news_single_box h2{
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    border-bottom: none;
    float: left;
}
.news_area .news_single_box .inner ul{
    float: right;
}
.news_area .news_single_box .inner .day li{
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
}
.news_area .news_single_box .inner .day li.catebox{
    text-align: center;
    border: 1px solid #333333;
}
.news_area .news_single_box .txt {
    padding: 30px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    border-top: 1px dotted #c8c8c8;
    border-bottom: 1px dotted #c8c8c8;
}
.news_area .back a{
    display: block;
    width: 300px;
    margin: 50px auto 0;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #3972b6;
    border: 1px solid #3972b6;
    background-image: url(../img/top/backarrow_off.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 10% center;
}
.news_area .back a:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
    background-image: url(../img/top/backarrow_on.png);
}
@media screen and (max-width: 425px){
.news_area .news_single_box {
    padding: 0;
}
.news_area .news_single_box h2{
    padding-bottom: 5px;
    font-size: 14px;
}
.news_area .news_single_box .inner .day li{
    padding: 0 5px;
    font-size: 11px;
}
.news_area .news_single_box .txt {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.5;
}
.news_area .back a{
    margin: 20px auto 0;
    font-size: 12px;
}
}
@media screen and (max-width: 320px){
.news_area .back a{
    width: 100%;
}
}

/* 投稿用 */
.news_area .news_single_box .txt h1,
.news_area .news_single_box .txt h2,
.news_area .news_single_box .txt h3,
.news_area .news_single_box .txt h4,
.news_area .news_single_box .txt h5,
.news_area .news_single_box .txt h6,
.news_area .news_single_box .txt p,
.news_area .news_single_box .txt ul,
.news_area .news_single_box .txt ol,
.news_area .news_single_box .txt pre {
  float: none; 
  margin-bottom: 1em;
  color: #333;
  text-align: left;
}
.news_area .news_single_box .txt h1 { font-weight: 600; font-size: 20px; }
.news_area .news_single_box .txt h2 { font-weight: 500; font-size: 18px; }
.news_area .news_single_box .txt h3 { font-weight: 500; font-size: 16px; }
.news_area .news_single_box .txt h4 { font-weight: 500; font-size: 14px; }
.news_area .news_single_box .txt h5 { font-weight: 500; font-size: 12px; }
.news_area .news_single_box .txt h6 { font-weight: 500; font-size: 10px; }
.news_area .news_single_box .txt ul {
  margin-left: 1.9em;
  list-style: disc;
}
.news_area .news_single_box .txt ol {
  margin-left: 1.9em;
  list-style: decimal;
}
.news_area .news_single_box .txt pre {
  font-family: "Courier New", Consolas, monospace;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination_b{
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}
.pagination_b,
.pagination_b li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination_b a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration:none;
    border: 1px solid #c6c6c6;
    border-left-width: 0;
    min-width:40px;
    min-height:40px;
    color: #3972b6;
    background-color: #fff;
}
.pagination_b li:not([class*="current"]) a:hover {
    border: 1px solid #3972b6;
    background-color: #3972b6;
    color: #fff;
}
.pagination_b li:first-of-type a {
    border-left-width: 1px;
}
.pagination_b li.first span,
.pagination_b li.last span,
.pagination_b li.previous span,
.pagination_b li.next span {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination_b li.first a::before,
.pagination_b li.last a::after,
.pagination_b li.previous a::before,
.pagination_b li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.pagination_b li.first a::before { content: "«"; }
.pagination_b li.last a::after { content: "»"; }
.pagination_b li.previous a::before { content: "‹"; }
.pagination_b li.next a::after { content: "›"; }
.pagination_b li.current a {
    background-color: #3972b6;
    border: 1px solid #3972b6;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

@media only screen and ( max-width: 768px ) {
.pagination_b li.first,
.pagination_b li.last {
/* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}
.pagination_b li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 425px ) {
.pagination_b a {
    font-size: 12px;
}
.pagination_b li {
/* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}
.pagination_b li.current,
.pagination_b li.first,
.pagination_b li.last,
.pagination_b li.previous,
.pagination_b li.next{
position: initial;
top: initial;
left: initial;
}
.pagination_b li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 375px ) {
.pagination_b li.first,
.pagination_b li.last {
/* screen readers only */
position: absolute;
top: -9999px;
left: -9999px;
}
.pagination_b li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
.pagination_b li { width: 50%;}
.pagination_b li.current {
order: 2;
width: 100%;
border-left-width: 1px;
}
}

/* ------------------------------------- /
/   faq
/* ------------------------------------- */
/*  faq_area
/* ------------------------------------- */
.faq_area {
    padding: 30px 0;
}
.faq_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.faq_area h3{
    margin: 30px 0 30px;
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #3972b6;
    text-align: center;
}
.faq_area .box ul.accordion ul {
    display: none;
}
.faq_area .box ul.accordion > li {
    padding: 20px 0;
    border-top: 1px solid #c8c8c8;
}
.faq_area .box ul.accordion > li:last-child {
    border-bottom: 1px solid #c8c8c8;
}

.faq_area .box ul.accordion > li > p{
    position: relative;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 40px;
}
.faq_area .box ul.accordion p span:before {
    content: 'Q';
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
    margin: 5px 5px 5px 0;
    width: 45px;
    color: #3972b6;
    height: 40px;
    line-height: 40px;
}
.faq_area .box ul.accordion p span:after {
    content: '\f2c7';
    font-family: ionicons;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 0;
    padding: 0;
    text-align: center;
    margin: 5px 5px 5px 0;
    background-color: #3972b6;
    width: 26px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
}
.faq_area .box ul.accordion p span.open:after {
    content: '\f2f4';
    font-family: ionicons;
}
.faq_area .box ul.accordion > li > ul > li {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.75;
}

.faqtab_area {
    margin-top: 100px;
    padding: 0;
    background-color: #d1e2ea;
}
.faqtab_area .faqtab {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}
.faqtab_area .faqtab ul.tab {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.faqtab_area .faqtab ul.tab li{
    display: inline-block;
    margin: 0 5px;
    width: 18%;
}
.faqtab_area .faqtab ul.tab li br{
    display: none;
}
.faqtab_area .faqtab ul.tab li a{
    display: block;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 500;
    color: #3972b6;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-top: 1px solid #3972b6;
    border-left: 1px solid #3972b6;
    border-right: 1px solid #3972b6;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
.faqtab_area .faqtab ul.tab li.active a{
    color: #333;
    background-color: #d1e2ea;
    border-top: 1px solid #d1e2ea;
    border-left: 1px solid #d1e2ea;
    border-right: 1px solid #d1e2ea;
}
.tabContents {
    display: none;
}
.tabContents.active {
    display: block;
}
.faqtab_area .faqtab .tabContents {
    margin: 50px 10px;
    padding: 20px 30px;
    background-color: #fff;
}
.faqtab_area .faqtab .tabContents ul.accordion ul {
    display: none;
}
.faqtab_area .faqtab .tabContents ul.accordion > li {
    padding: 20px 0;
    border-top: 1px solid #c8c8c8;
}
.faqtab_area .faqtab .tabContents ul.accordion > li:last-child {
    border-bottom: 1px solid #c8c8c8;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > p{
    position: relative;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 40px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span:before {
    content: 'Q';
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 0;
    font-size: 32px;
    text-align: center;
    margin: 5px 5px 5px 0;
    width: 45px;
    color: #3972b6;
    height: 40px;
    line-height: 40px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span:after {
    content: '\f2c7';
    font-family: ionicons;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: 0;
    padding: 0;
    text-align: center;
    margin: 5px 5px 5px 0;
    background-color: #3972b6;
    width: 26px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span.open:after {
    content: '\f2f4';
    font-family: ionicons;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > ul > li {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.75;
}
@media screen and (max-width: 768px){
.faqtab_area .faqtab ul.tab {
    top: -111px;
}
.faqtab_area .faqtab ul.tab li{
    margin: 0 5px;
    width: 17%;
}
}
@media screen and (max-width: 425px){
.faq_area {
    padding: 20px 0 0;
}
.faq_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.faq_area h3{
    margin: 0 0 10px;
    font-size: 14px;
}
.faq_area .wrap {
    padding: 0;
}
.faq_area .box ul.accordion > li {
    padding: 10px 0;
}
.faq_area .box ul.accordion > li > p{
    font-size: 12px;
    padding-right: 30px;
    line-height: 1.5;
}
.faq_area .box ul.accordion > li > ul > li {
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
}
.faq_area .box ul.accordion p span:before {
    font-size: 20px;
}
.faqtab_area {
    margin-top: 190px;
}
.faqtab_area .faqtab ul.tab {
    top: -195px;
    text-align: left;
}
.faqtab_area .faqtab ul.tab li{
    margin: 0;
    width: 49%;
}
.faqtab_area .faqtab ul.tab li a{
    padding: 15px 0;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #3972b6;
    border-radius: 5px;
}
.faqtab_area .faqtab ul.tab li.active a{
    color: #333;
    background-color: #d1e2ea;
    border: 1px solid #3972b6;
}
.faqtab_area .faqtab .tabContents {
    margin: 20px 0;
    padding: 20px 20px;
}
.faqtab_area .faqtab .tabContents ul.accordion p span:before {
    font-size: 20px;
}
.faqtab_area .faqtab .tabContents ul.accordion > li {
    padding: 10px 0;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > p{
    font-size: 12px;
    padding-right: 35px;
}
.faqtab_area .faqtab .tabContents ul.accordion > li > ul > li {
    padding: 15px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
}
}


/* ------------------------------------- /
/   contact
/* ------------------------------------- */
/*  contact_area
/* ------------------------------------- */
.contact_area {
    padding: 30px 0 100px;
}
.contact_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.contact_area .contact {
}
.contact_area .contact p{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.contact_area .contact p span{
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #3972b6;
}
.contact_area .contact dl{
    overflow: hidden;
    border-bottom: 1px dotted #c8c8c8;
}
.contact_area .contact dt{
    width: 30%;
    padding: 15px 0;
    font-size: 16px;
    border-top: 1px dotted #c8c8c8;
    float: left;
    clear: left;
}
.contact_area .contact dt span{
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #3972b6;
}
.contact_area .contact dd{
    width: 70%;
    padding: 10px 0;
    border-top: 1px dotted #c8c8c8;
    float: left;
}
.contact_area .contact dd input[type="text"]{
    width: 400px;
    height: 32px;
    padding: 0 0 0 15px;
    border: 1px solid #c6c6c6;
}
.contact_area .contact dd input.long{
    width: 600px;
}
.contact_area .contact dd input.short{
    width: 160px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #888888;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #888888;
}
::placeholder{ /* Others */
    font-size: 16px;
    color: #888888;
}
.contact_area .contact dd textarea{
    width: 600px;
    padding: 5px 15px;
    border: 1px solid #c6c6c6;
}
.contact_area .contact dd input[type="text"],
.contact_area .contact dd textarea {
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    border: 1px solid #c6c6c6;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact_area .contact dd input[type="text"]:focus,
.contact_area .contact dd textarea:focus {
    box-shadow: 0 0 7px #3972b6;
    border: 1px solid #3972b6;
}
.contact_area .contact dd input[type="checkbox"] {
	margin-top: 5px;
}
.contact_area .contact .btn .submit_button {
    display: block;
    width: 223px;
    margin: 40px auto 0;
    padding: 20px 10px 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #3972b6;
    border: 1px solid #3972b6;
    background-image: url(../img/top/arrow_off.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 90% center;
}
.contact_area .contact .btn .submit_button:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
    background-image: url(../img/top/arrow_on.png);
}
@media screen and (max-width: 768px){
.contact_area .contact dd input[type="text"]{
    width: 100%;
}
.contact_area .contact dd input.long{
    width: 100%;
}
.contact_area .contact dd textarea{
    width: 100%;
}
}
@media screen and (max-width: 425px){
.contact_area {
    padding: 10px 0 0;
}
.contact_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.contact_area .wrap {
    padding: 0;
}
.contact_area .contact p{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.contact_area .contact p span{
    font-size: 8px;
}
.contact_area .contact dt{
    width: 100%;
    padding: 15px 0 0;
    font-size: 12px;
}
.contact_area .contact dd{
    width: 100%;
    padding: 5px 0 10px;
    border-top: none;
}
.contact_area .contact dt span{
    font-size: 8px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
}
::placeholder{ /* Others */
    font-size: 12px;
}
.contact_area .contact .btn .submit_button {
    margin: 20px auto 30px;
    font-size: 12px;
}
}

/*  thanks
/* ------------------------------------- */
.contact_area .contact h3{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.28px;
    color: #3972b6;
}
.contact_area .contact p{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.contact_area .contact dd p{
    margin-bottom: 10px;
    color: #666;
}
.contact_area .contact a{
    display: block;
    width: 300px;
    margin: 50px auto 0;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #3972b6;
    border: 1px solid #3972b6;
    background-image: url(../img/top/backarrow_off.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 10% center;
}
.contact_area .contact a:hover{
    color: #3972b6;
    background-color: #fff;
    border: 1px solid #3972b6;
    background-image: url(../img/top/backarrow_on.png);
}
@media screen and (max-width: 425px){
.contact_area .contact h3{
    margin-bottom: 10px;
    font-size: 14px;
}
.contact_area .contact p{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}
.contact_area .contact a{
    margin: 20px auto 30px;
    font-size: 12px;
}
}
@media screen and (max-width: 320px){
.contact_area .contact a{
    width: 100%;
}
}

/* ------------------------------------- /
/   privacy
/* ------------------------------------- */
/*  privacy_area
/* ------------------------------------- */
.privacy_area {
    padding: 30px 0 100px;
}
.privacy_area h2{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.privacy_area .privacy h3{
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0 10px 0;
  font-weight: 500;
	font-size: 20px;
}
.privacy_area .privacy h4{
	margin-bottom: 10px;
	border-left: 4px solid #cccccc;
	padding: 0.1em 0 0.1em 12px;
	line-height: 1.1;
  font-weight: 400;
	font-size: 16px;
}
.privacy_area .privacy p,
.privacy_area .privacy ul,
.privacy_area .privacy ol{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.28px;
}
.privacy_area .privacy ul.list_style_disc{
	margin-left: 1.7em;
	list-style: disc;
}
.privacy_area .privacy ol {
	margin-left: 1.7em;	
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 425px){
.privacy_area {
    padding: 10px 0 0;
}
.privacy_area h2{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.privacy_area .wrap {
    padding: 0;
}
.privacy_area .privacy h3{
	margin-bottom: 10px;
	font-size: 14px;
}
.privacy_area .privacy h4{
	font-size: 12px;
}
.privacy_area .privacy p,
.privacy_area .privacy ul,
.privacy_area .privacy ol{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}
}


/* ------------------------------------- /
/   404
/* ------------------------------------- */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer {
    flex: 1;
}
.article_box {
    padding: 200px 0;
}

/* ------------------------------------- /
/   footer
/* ------------------------------------- */
#footer {
    padding: 0 0 20px;
    background-color: none;
}
#footer hr {
	border-color: #c6c6c6;
}
#footer .totop {
    padding: 20px 0;
    background-color: #f1f1f1;
    border-bottom: 3px solid #3972b6;
}
#footer .totop img{
    display: block;
    width: 131px;
    margin: 0 auto;
}
#footer .footerbottom {
    max-width: 1024px;
    padding: 30px 0 0;
    margin: 0 auto;
}
#footer .footerbottom .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
#footer .footerbottom .row{
    margin-right: -5px;
    margin-left: -5px;
}
#footer .footerbottom .f_logo img{
    width: 281px;
    margin-bottom: 40px;
}
#footer .footerbottom .f_logo p{
    font-size: 16px;
    color: #333;
		line-height: 1.8;
    letter-spacing: 0.1em;
}
#footer .footerbottom .add p{
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
}
ul.footer_kamoku {
		margin-top: 10px;
    font-size: 16px;	
}
ul.footer_kamoku > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}
ul.footer_kamoku > li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '\f125';
    font-family: "ionicons";
    font-size: 10px;
    color: #3972b6;
}
.timetable_tbl table {
	width: 100%;
}
.timetable_tbl table th:first-child {
	width: 200px;
	letter-spacing: 0.2em;
}
.timetable_tbl table th {
	padding: 15px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #3972b6;
	border: 1px solid #c6c6c6;
}
.timetable_tbl table td:first-child {
  color: #333333;
}
.timetable_tbl table td {
	padding: 10px 0;
	font-size: 16px;
	color: #3972b6;
	text-align: center;
	border: 1px solid #c6c6c6;
}

#footer .footerbottom .pc {
    display: block;
}
#footer .footerbottom .sp {
    display: none;
}

#footer .footermenu {
    display: block;
}
#footer .footermenu_sp {
    display: none;
}
#footer .footermenu .container {
    max-width: 1024px;
    padding-left: 0;
    padding-right: 0;
}
#footer .footermenu .mb{
    margin-bottom: 20px;
}
#footer .footermenu ul li{
    margin-bottom: 40px;
}
#footer .footermenu ul li a{
    font-size: 16px;
    font-weight: bold;
    color: #3972b6;
}
#footer .footermenu ul li.link {
		position: relative;
    margin-top: -35px;
    margin-bottom: 13px;
    margin-left: 18px;
}
#footer .footermenu ul li.link a{
    padding-left: 12px;
    font-weight: 400;
    color: #333;
}
#footer .footermenu ul li.link a:before {
    position: absolute;
    left: 0;
    content: '\f125';
    font-family: "ionicons";
    font-size: 10px;
    color: #3972b6;
}
#footer .footermenu a:hover img {
	opacity: 0.7;
}
#footer .footermenu_inquiry {
	padding-top: 10px;
}
#footer .footermenu_inquiry a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 0 9px 17px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-image: url(../img/top/icon01.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 35px center;
    background-color: #ec8186;
    border: 1px solid #ec8186;
    border-radius: 5px;
    float: left;
}
#footer .footermenu_inquiry a.contact:hover {
    text-decoration: none;
    color: #ec8186;
    background-image: url(../img/top/icon01_sp.png);
    background-color: #fff;
}

#footer .copy {
    font-size: 14px;
    font-weight: 400;
    color: #3972b6;
    text-align: center;
}

@media screen and (max-width: 767px){
#footer {
  padding: 0;
}
#footer .footerbottom {
    padding: 30px 0 0;
}
#footer .footerbottom .f_logo {
    margin-bottom: 10px;
}
#footer .footerbottom .f_logo img{
    width: 192px;
    margin: 0 auto 20px;
}
#footer .footerbottom .f_logo p{
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}
#footer .footerbottom .add{
    margin-bottom: 10px;
}
#footer .footerbottom .add p{
    text-align: center;
    font-size: 14px;
}
#footer .footerbottom .pc {
    display: none;
}
#footer .footerbottom .sp {
    display: block;
}
ul.footer_kamoku {
		margin-top: 0;
    font-size: 14px;
}
ul.footer_kamoku > li {
		display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}
ul.footer_kamoku > li:before {
    content: none;
}
ul.footer_kamoku > li:after {
    content: '、';
}
ul.footer_kamoku > li:last-of-type:after {
    content: none;
}
.timetable_tbl {
	margin-bottom: 15px;
}
.timetable_tbl table th:first-child {
	width: 140px;
	letter-spacing: 0.2em;
}
.timetable_tbl table th {
	padding: 15px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #3972b6;
	border: 1px solid #c6c6c6;
}
.timetable_tbl table td {
	padding: 10px 0;
	font-size: 12px;
	color: #3972b6;
	text-align: center;
	border: 1px solid #c6c6c6;
}

#footer .footermenu {
    display: none;
}
#footer .footermenu_sp {
    display: block;
}
#footer .footermenu_sp hr{
    margin-top: 15px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #fff;
}

#footer .footermenu_sp ul.accordion {
    margin: 0 auto;
    font-size: 14px;
}
#footer .footermenu_sp ul.accordion a {
    display: block;
    padding: 15px 0 15px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#footer .footermenu_sp ul.accordion p {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#footer .footermenu_sp ul.accordion ul {
    display: none;
}
#footer .footermenu_sp ul.accordion > li {
    background-color: #3972b6;
    border-bottom: 1px solid #fff;
}
#footer .footermenu_sp ul.accordion li.arrow:before {
    content: '\f125';
    font-family: ionicons;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    padding: 0;
    text-align: center;
    margin: 5px 5px 5px 0;
    width: 45px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
#footer .footermenu_sp ul.accordion > li > p{
    position: relative;
    background-color: #3972b6;
}
#footer .footermenu_sp ul.accordion p span:before {
    content: '\f2c7';
    font-family: ionicons;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    margin: 5px 5px 5px 0;
    background-color: #FFF;
    width: 45px;
    color: #3972b6;
    height: 40px;
    line-height: 40px;
}
#footer .footermenu_sp ul.accordion p span.open:before {
    content: '\f2f4';
    font-family: ionicons;
}
#footer .footermenu_sp ul.accordion > li > ul > li {
    background: #455d80;
    border-bottom: 1px solid #fff;
}
#footer .footermenu_sp ul.accordion > li > ul > li > ul > li:last-child {
    border: none;
}
#footer .copy {
    font-size: 12px;
    color: #fff;
    padding: 15px 0;
    background-color: #3972b6;
}
}

#fixed_nav {
  display: none;
}
@media screen and (max-width: 767px){
#fixed_nav {
  z-index: 19999;
  position: fixed;
  bottom: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #3972b6;
  width: 100%;
  background-color: #fff;
}
#fixed_nav ul {
  display: flex;
  padding: 5px 0;
}
#fixed_nav ul li {
  width: 49.5%;
  padding: 10px 0;
  text-align: center;
}
#fixed_nav ul li:first-of-type {
  border-right: 1px solid #c6c6c6;
}
#fixed_nav ul li img {
  width: 90%;
  height: auto;
}


