@charset "utf-8";

/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1.0;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  

}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto !important;
}

ul, ol {
  list-style: none;
}

table {
  /*border-spacing: 0;*/
  empty-cells: show;
  border-collapse: collapse;
}

a:link {
  text-decoration: none;
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
 height: auto;
 overflow: hidden;
 /**/
}

.clr {
  clear: both;
}


/*--- default */

body {
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
 /*font-family: "Helvetica Neue",Helvetica,Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;*/

  margin: 0;
  padding: 0;
  text-align: left;
  background: #ffffff;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
text-justify:inter-ideograph;
}

h1,h2,h3,h4{
font-weight: normal;
}

body.page #contents{
background: url("../images/bg_honbun.png") repeat-y;
background-size: contain;


}


/*----------------------------------------------------
	基本リンクカラーなど
----------------------------------------------------*/

a:link {color: #215eb4}

a:visited {color: #215eb4}

a:hover {
  text-decoration: none;
}

a:active {color:#215eb4}


/*----------------------------------------------------
	プレスホルダー
----------------------------------------------------*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#aaa;
}
::placeholder{ /* Others */
 color:#aaa;
}

/*----------------------------------------------------
	dorower
----------------------------------------------------*/


#wrap{
position: relative;
overflow: hidden;
width: 100%;
background-color: #FFFFFF;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#contents{
transition:ease 0.3s;
/*opacity:1;*/
}

#contents.cover{
transform:translateX(-280px);
/*opacity: 0.1;*/
}

.drawer{
position: absolute;
top:0;
right:0;
width: 280px;
height: 100%;
transform:translateX(280px);
transition:ease 0.3s;
z-index: 9999;
background: #0e56ba;

}


.drawer.active{
transform:translateX(0);
}

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

.drawer ul li{
padding: 10px 0;
border-bottom: 1px solid #5393eb; 
}
.drawer ul li a{
display: block;
padding-left: 10px;
font-size: 14px;
color: #FFFFFF;
}



.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position:absolute;
  top: 20px;
  right: 20px;
  z-index:99999;
}
 
@media screen and (min-width:768px) {
.menu-trigger {
display: none;

}

}
 
 
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3a8bd7;
  transition: all .5s;
}
.menu-trigger.active{


}

.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}


/*----------------------------------------------------
	single ページ送り
----------------------------------------------------*/
#main ul.singleNav {
	display: table;
	table-layout: fixed;
	width: 70%;
	margin: 50px auto;
	padding: 20px 10px;
}
li.prevNav {
	display: table-cell;
	text-align: center;
}
li.all {
	display: table-cell;
	text-align: center;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
li.nextNav {
	display: table-cell;
	text-align: center;
}
li.all br{display: none;}


@media screen and (max-width: 960px){
#main ul.singleNav{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 10vw 0 5vw;
    padding: 0;
}
li.all {
    display: table-cell;
    text-align: center;
   width: 50%;
    text-align: center;

}
li.all br{display: block;}
li.prevNav span,li.nextNav span {
	display: none;
}


}



/* -----------------------------------------------------------
#pageing
ページング
----------------------------------------------------------- */

.pagination {
  clear: both;
  text-align: center;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
}
.pageing {
  margin: 30px auto;
}

.pageing_inner {
  margin: 0px auto;
  display: block;
  width: 300px;
  text-align: center;
}

.paginate {
  text-align: left;
  font-size: 90%;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}

a.page-numbers {
  padding: 2px 6px;
  border: 1px solid #1565d2;
  background-color: #1565d2;
  color: #FFF;
  text-decoration: none;
  display: inline;
  width: auto;
  float: none
}

.page-numbers:hover {
  border: 1px solid #1565d2;
  background-color: #1565d2;
  color: #FFF;
}

.current {
  padding: 2px 6px;
  margin: 0;
  border: 1px solid #1565d2;
  background-color: #FFF;
  color: #1565d2;
}

.current:hover {
  border: 1px solid #1565d2;
  background-color: #FFF;
  color: #1565d2;
}
body#wpt .content ul.singleNav {
  display: table;
  table-layout: fixed;
  margin: 20px auto 20px;
  padding: 30px 0 0;
  width: 100%;
}

body#wpt .content li.prevNav {
  display: table-cell;
  text-align: center;
}

body#wpt .content li.all {
  display: table-cell;
  text-align: center;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
}

body#wpt .content li.nextNav {
  display: table-cell;
  text-align: center;
}

@media screen and (max-width:768px) {
  body#wpt .content ul.singleNav {
    padding: 0;
  }
}
























/*----------------------------------------------------
	contact7
----------------------------------------------------*/
/***** リセット *****/
/*

input[type=submit],
*/
input[type=checkbox],
input[type=radio],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}



.wpcf7 {
	margin-top: 30px;
}

.wpcf7 .must{
color: #D40003;
}

.wpcf7 select
{
    width: 20%;
}

.screen-reader-response ul {
	display: none;
}
.wpcf7 .wpcf7-validation-errors, .wpcf7-mail-sent-ok/*, .screen-reader-response*/ {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-response-output/*, .screen-reader-response*/ {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7-response-output, .wpcf7-mail-sent-ok {
	color: #F00;
	font-weight: bold;
	display: block;
}

.inquiryArea .wpcf7-mail-sent-ok {
    border: none;
    background-color: #fff352;
    color: #666;
    padding:20px!important;
    margin-bottom:10px!important;
}

.wpcf7-not-valid-tip {
	color: #F00;
	margin-left: 10px;
	font-size: 80%;
}
.screen-reader-response {
	display: none;
}
.wpcf7-submit {
	width: 300px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	display: block;
	margin: 30px auto 0;
	background: orange;
	color: #fff;
	padding: 5px 100px;
	border-radius: 20px;
	font-size: 18px;
	background: rgb(151,224,92);
	background: -moz-linear-gradient(top, rgba(151,224,92,1) 0%, rgba(97,196,25,1) 56%);
	background: -webkit-linear-gradient(top, rgba(151,224,92,1) 0%, rgba(97,196,25,1) 56%);
	background: linear-gradient(to bottom, rgba(151,224,92,1) 0%, rgba(97,196,25,1) 56%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97e05c', endColorstr='#61c419', GradientType=0 );
	background: rgb(129,221,53);
	background: -moz-linear-gradient(top, rgba(129,221,53,1) 0%, rgba(87,193,5,1) 56%);
	background: -webkit-linear-gradient(top, rgba(129,221,53,1) 0%, rgba(87,193,5,1) 56%);
	background: linear-gradient(to bottom, rgba(129,221,53,1) 0%, rgba(87,193,5,1) 56%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81dd35', endColorstr='#57c105', GradientType=0 );
	box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 3px rgba(151,224,92,1);
	border: 2px rgba(151,224,92,1) solid;
}



.inquiryArea .wpcf7-list-item {
margin-bottom: 10px;
    display: block;
}
.inquiryArea .wpcf7-list-item label{
margin-left: 5px;

}


::-webkit-input-placeholder {
    color:#999 !important;
}
:-moz-placeholder {
    color:#999 !important;
}


input[type=text],
input[type=email],
input[type=tel],
select{
height: 40px;

}



input[type=text],
input[type=email],
input[type=tel],
textarea,
select{
font-size: 16px;
width: 100%;
padding: 5px;
border-radius: 6px;
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input:focus[type=text],
input:focus[type=email],
input:focus[type=tel],
textarea:focus,
select:focus{
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}

input[type=checkbox] {
	margin: 0 5px 0 0;
	padding:0;
	vertical-align: middle;
	width: 28px;
	height: 28px;
    border: 2px solid #6badf8;
    border-radius:6px; 



}
input[type=checkbox]:checked {

	margin: 0 5px 0 0;
	padding:0;
	width: 28px;
	height: 28px;
    border: 2px solid #1abc9c;
     box-shadow: 0 0 7px #1abc9c;
    border-radius:6px; 
 background:url("../images/icon_check.svg") no-repeat center ;
 background-size:72%;
}

input[type=radio] {
	margin: 0 5px 0 0;
	padding:0;
	vertical-align: middle;
	width: 28px;
	height: 28px;
    border: 2px solid #6badf8;
    border-radius:100px; 
	
}
input[type=radio]:checked {
	margin: 0 5px 0 0;
	padding:0;
	width: 28px;
	height: 28px;
    border: 2px solid #1abc9c;
     box-shadow: 0 0 7px #1abc9c;
     border-radius:100px; 
 background:url("../images/icon_circle.svg") no-repeat center ;
 background-size:100%;


}



.inquiryArea{
margin: 0;
padding:10px 10px;
border:3px solid #549CFF;
border-radius: 6px;
}

.inquiryArea h2{
font-size: 18px !important;
margin-bottom: 10px !important;
}
.inquiryArea h4{
font-size: 16px !important;
}

@media screen and (min-width: 768px) {

.inquiryArea{
margin: 0;
padding:40px 80px;


}

}


/*----------------------------------------------------
	pageTop
----------------------------------------------------*/

/*ページTOP*/
#page-top {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
  z-index: 999999;
      background-image: url(../images/img_pagetop.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
}
#page-top p {
	/*margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 2px #50ABF1 solid;
  border-radius: 10px;
  */
	position: relative;
	z-index: 999999;
}
#page-top p:hover {

}
#move-page-top {
/*	color: #50ABF1;
	line-height: 50px;
  text-decoration: none;
  */
    display: block;
    height:80px;
    color: transparent;
	  display: block;
	  cursor: pointer;
    z-index: 999999;

}

/*----------------------------------------------------
	#wrap
----------------------------------------------------*/

#wrap {
  width: 100%;
  margin: 0 auto;
}



/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
header p.logo {
 margin:10px 0 20px 10px; width: 222px;
}

header nav{
display: none;

}




@media screen and (min-width: 768px) {
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

header {
  height: auto;
  width: 100%;
}

header p.logo {
 float: none;
 width: 222px;
 margin: 10px auto;
}

header nav{
display: block;
float:none;
width:100%;

}

header  p.inquiry{
position: absolute;
top: 0;
right: 0;
width: 112px;
height:60px;
background: #FFD600;
padding-top:15px;

}

header  p.inquiry a{
display: block;
width: 100%;
margin: 0 auto;
text-align: center;


}

/* -----------------------------------------------------------
	#gNav
		グローバルナビ
----------------------------------------------------------- */

header nav ul{
float:none;
text-align: center;
height:auto;
margin: 10px 0;


}


header nav ul li {
display:inline-block;
padding: 0px 3px 0 0;


}

header nav ul li:nth-child(3) {
/*
display: block;
background: #247F37;
*/
}

header nav ul.gnav li::after {
  content: "|";
  padding: 0 0 0 5px;
}

header nav ul.gnav li:last-child:after {
  content: "";
  padding: 0 2px;
}

header nav ul li a {
 display:inline-block;
  color: #215eb4;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;


}


header nav ul li a:hover:before{
  width: 100%;
}




header nav ul li a:before {
  position: absolute;
  top: 1.7em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #215eb4;
  transition: 0.5s;
    
  
}

header nav ul li a {
  font-size: 14px;
    font-weight: normal;
  position: relative;
  display: inline-block;

}


}


@media screen and (min-width: 1150px) {
header p.logo {
float: left;
margin: 20px 0 0 0;
 height: 60px;
 padding-left: 10px;

}

header nav{
float: right;
width: 920px;

}
header nav ul {
float: left;
margin: 0 0;

}



header nav ul li {
padding: 24px 3px 0 0;
}


header nav ul li a {
  font-size: 16px;
  font-weight: normal;
}

header  p.inquiry{
width: 112px;
height: 80px;
padding-top:24px;
}



}



/* -----------------------------------------------------------
	#breadcrumb
		パンくずナビ
----------------------------------------------------------- */

#breadcrumb {
  clear: both;
  font-size: 12px;
  margin-left: 5px;
}

#breadcrumb li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4px 0 2px;
  padding-top: 3px;
  color: #666;
}

#breadcrumb li:before {
  content: " > ";
}

#breadcrumb li:first-child {
  padding-bottom: 5px;
  padding-top: 0;
}

#breadcrumb li:first-child:before {
  content: none;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

#contents>h1 {
  clear: both;
  background: #B8B8B8;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  background: url("../images/bg_point.png");
}

@media screen and (min-width:600px) {
#contents>h1 {  font-size: 28px;}
}

@media screen and (min-width:960px) {
	#contents>h1 {
  clear: both;
  padding: 70px 0;
  font-size: 36px;
}
	}
@media screen and (min-width:1280px) {}

/*----------------------------------------------------
	#container
----------------------------------------------------*/

@media screen and (max-width:1130px) {
  #container {}
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/


/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/


/* 〜479px：SP縦
------------------------------ */

#container {
  width: 100%;
}

#main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #FFFFFF;
}
#main.column1 .inner {
  margin: 10px 10px;
}
#sub {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
 /* background: #FFFFFF;*/
}


/* 480px〜599px：SP横
------------------------------ */

@media screen and (min-width:480px) and (max-width:599px) {
  #container {
    width: 100%;
  }
  #main {
    width: 100%;
    margin: 0 auto
  }
  #main.column1 .inner {
  margin: 10px 10px;
}
  #sub {
    width: 100%;
    margin: 0 auto;
  }
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) and (max-width:959px) {
  #container {
    width: 100%;
  }
  #main {
    width: 98%;
    margin: 0 auto;
  }
  #sub {
    width: 98%;
    margin: 0 auto;
  }
}


/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) and (max-width:1279px) {
  #container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  #main {
    width: 98%;
    margin: 0 auto;
 padding: 0 80px 80px;
  }
  #main.two {
      width: 67%;
       padding: 0 0 0;
  }
  #sub {
    width: 30%;
  }
}


/* 1280px〜：大型PC
------------------------------ */

@media screen and (min-width:1280px) {
  #container {
    width: 1130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  #main {
    width: 98%;
    margin: 0 auto;
        padding: 0 80px 80px;
  }
  #main.two {
    width: 67%;
    padding: 0 0 0;
  }
  #sub {
    width: 30%;
  }
  .sp_show {
    display: none;
  }
}

@media screen and (min-width:1280px) {}

#main ul.box {
  display: flex;
  flex-wrap: wrap;
}

#main ul.box li {
  text-align: center;
  width: 25%;
  border: 1px solid #D7D7D7;
}

#main.column1 {
  margin: 0 auto;
}

#main.column1 .inner {
 margin: 0 20px 10px;
 padding-top: 30px;
}

#main h2 {
  font-size: 26px;
  color: #0099ff;
  /*text-align: center;*/
  text-align: left;
  padding:10px 15px;
  margin-top:30px;
  margin-bottom: 20px;
  line-height: 1.3;
  
  /*border-top: solid 2px #6cb4e4;*/
  /*border-bottom: solid 2px #6cb4e4;*/
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

#main h2.ttl {
 font-size:24px;
background: none;
}
@media only screen and (min-width: 768px) {

#main h2.ttl {
 font-size: 36px;
background: none;
}
}




#main h3 {
  color: #0099ff;
  font-size: 24px;
  line-height: 1.3;
  padding: 3px 5px 3px;
  border-bottom: 2px solid #6badf8;
  margin-top: 30px;
  margin-bottom:30px;
}

#main h4 {
  font-size: 20px;
  color: #0099ff;
  margin-top: 10px;
    padding: 0px 10px 0px;
     line-height: 1.3;
    border-left: 5px solid #6badf8;
}

#main p {
  padding: 10px 0;
}

body#single #main p {
padding: 0;

}


div.sharedaddy h3.sd-title {
    font-size: 14px!important;
}

/* -----------------------------------------------------------
	.areaInfo
		news.html
----------------------------------------------------------- */

.areaInfo {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.areaInfo .block a {
  display: block;
  color: #000;
}


.areaInfo .block {
    background: #FFFFFF;
    padding: 5px;
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    }

    /*TOP 上段*/
#home .block_top .block{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#home .block_top .block:first-child{
  border-top: 1px solid #ccc;
}
    /*TOP 下段*/
#home .block_bottom .block{
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#home .block_bottom .block .tit{
  margin-bottom:40px;
  
}

#home .block_bottom .block:nth-child(2n),
#home .block_bottom .block:last-child{
border-right: 1px solid #ccc;
}

#home .block_bottom .block:nth-child(1),
#home .block_bottom .block:nth-child(2){
  border-top: 1px solid #ccc;
}
/*下層*/
.two .areaInfo .block{
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.two .areaInfo .block:nth-child(2n),
.two .areaInfo .block:last-child{
border-right: 1px solid #ccc;
}
.two .areaInfo .block:nth-child(1),
.two .areaInfo .block:nth-child(2){
border-top: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
.areaInfo .block {
  padding: 20px;
  background: #fff;
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
    /*TOP 上段*/
#home .block_top .block{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: none;
}



  /*TOP 下段*/
  .areaInfo .block a {
    position: relative;
  display: block;
  color: #000;
   /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    */
}
#home .block_bottom .block,
#home .block_bottom .block:nth-child(1),
#home .block_bottom .block:nth-child(2),
#home .block_bottom .block:nth-child(2n),
#home .block_bottom .block:last-child
{border:none;}

#home .areaInfo .block_bottom .block{ 
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
#home .areaInfo .block_bottom .block:nth-child(4n){ 
  border-right: 1px solid #ccc;
}
#home .block_bottom .block:nth-child(1),
#home .block_bottom .block:nth-child(2),
#home .block_bottom .block:nth-child(3),
#home .block_bottom .block:nth-child(4){
  border-top: 1px solid #ccc;  
}
/*下層*/
.two .areaInfo .block,
.two .areaInfo .block:nth-child(2n),
.two .areaInfo .block:last-child,
.two .areaInfo .block:nth-child(1),
.two .areaInfo .block:nth-child(2){
border: none;

}

.two .areaInfo .block{
 border-bottom: 1px solid #ccc!important;  
 border-left: 1px solid #ccc!important;  
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.two .areaInfo .block a{
   /*  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  */ 
}
.two .areaInfo .block .txt{
  margin-bottom:40px;
}
.two .areaInfo .block:nth-child(3n),
.two .areaInfo .block:last-child{
 border-right: 1px solid #ccc!important;  
}


.two .areaInfo .block:nth-child(1),
.two .areaInfo .block:nth-child(2),
.two .areaInfo .block:nth-child(3){
border-top: 1px solid #ccc!important;  

}

/*}*/

.areaInfo .block .txtblock .txt {
  max-height: 100px;
  overflow: hidden;
}

.areaInfo .block .tit {
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
  padding-top: 10px;
}
.areaInfo .block a{position: relative;width: 100%;}

.areaInfo .block p.date {
  position: absolute;
  bottom:0;
  right:0;
  font-size: 14px;
  text-align: right;
  display: inline-block;
  color: #666666;
  text-align: right;
  display: block;
  padding-top: 10px;
  padding-bottom: 0!important;
}

.areaInfo .block p.date:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 15px;
  background-image: url(../images/icon_time.png);
  background-size: contain;
  vertical-align: middle;
  padding-right: 5px;
  background-repeat: no-repeat;
  margin-top: -2px;
}

.imgblock {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .imgblock {
    position: relative;
  /*  width: 255px;*/
   width: 100%;
  }
}

#main .imgblock p.photo, #main .imgblock p.nophoto {
  padding: 0!important;
  overflow-y: hidden;
}

#main .imgblock p.photo img, #main .imgblock p.nophoto img {
  width: 100%;
  overflow-y: hidden;
}

#main .imgblock p.photo {
  background: #ededed;
}

.imgblock .category {
  position: absolute;
  top: -15px;
  left: -4px;
}
.imgblock .photo img{width:100%;}

.imgblock .category span {
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
}


/* -----------------------------------------------------------
	.hos_block

----------------------------------------------------------- */

.hos_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hos_block {
  width: 48%;
  border: 1px solid #ccc;
  padding: 1%;
  margin: 1%;
  text-align: center;
  box-sizing: border-box;
}



@media only screen and (min-width: 1280px) {
  .hos_block {
    width: 23%;
    border: 1px solid #ccc;
    padding: 1%;
    margin: 1%;
    text-align: center;
    box-sizing: border-box;
  }
}

.block_index ul {
  display: flex;
}

.block_index li {
    flex: 1;
    padding: 10px;
    background: #faec0c;
    margin: 30px 10px;
    text-align: center;
    background: repeating-linear-gradient(-45deg,#ebdd00,#ebdd00 0,#faec0c 6px);
    border-radius: 4px;
    border: 2px solid #faec0c;
}

.block_index li a {
    display: block;
    color: #6badf8;
    font-size: 16px;
    font-weight:bold;
}

.hos_block a {
  color: #6cb4e4;
}

.hos_block .imgblock {
  text-align: center;
  width: 100%;
}

.hos_block .imgblock img {
  width: 100%;
}

#main .hos_block .sort p {
  padding: 0;
}

.hos_block ul.sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hos_block .sort li {
  width: 48%;
  margin: 1%;
  background-color: #6cb4e4;
  padding: 5px;
  font-size: 12px;
}

.hos_block .sort a {
  display: block;
  color: #fff;
  background-color: #6cb4e4;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */


/*#sub {
	width: 230px;
	margin: 0 auto;

}
*/

#sub h3 {
  padding: 10px 15px 0;
}

#sub .inner {
  margin: 10px;
  padding: 15px;
  background: #fff;
}

.patternGray2 {
  background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 5px, #f6f6f6 0, #f6f6f6 10px);
  padding: 10px;
}

#sub .inner ul li a {
  padding: 10px 30px;
  display: block;
  color: #6badf8;
  font-size: 14px;
}

#sub .inner ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

#sub .inner ul li a::before, #sub .inner ul li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#sub .inner ul li a::before {
  left: 15px;
  top: -3px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 4px solid transparent;
  border-left: 6px solid #6badf8;
}
#sub .inner ul.children li{margin-left: 1rem;}

.spmenu a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0;
  text-align: left;
  color: #333333;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: -210px;
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
  margin-left: 210px;
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-left {
  margin-left: -210px;
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar-right {
  margin-right: 210px;
}

.js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
  width: 210px;
}

.js-hiraku-offcanvas-body-left {
  left: 210px;
}

.js-hiraku-offcanvas-body-right {
  right: 210px;
}


/* -----------------------------------------------------------
	コンバージョン
	
----------------------------------------------------------- */

.tit_contact {
  display: flex;
  align-items: center;
  text-align: center;
  clear: both;
  margin-top:30px;

  margin-bottom: 50px;
  position: relative;
 top:-10px;

}
.tit_contact img{
width:200px;
}

@media screen and (min-width:960px) {
  .tit_contact {
   /* margin-top: 200px;*/
     top:-40px;
  margin-top:150px;
  }
  .tit_contact img{
width:380px;
}
  
}

.tit_contact:before, .tit_contact:after {
  /*border-top: 1px solid #6badf8;*/
  content: "";
  display: inline;
  flex-grow: 1;
  margin-top: -20px;
}

.patternGray.area_contact:not(.contact_2) {
  margin-top: -150px;

  padding: 140px 10px 10px 10px;
}

.patternGray.area_contact .inner {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 20px 50px;
  margin: 0 auto;
  width: 100%;
}

.patternGray.area_contact .inner img {
  margin-top: -40px;
  width:80px;
  margin-bottom: 10px;
}

.patternGray.area_contact .inner:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}


.patternGray.area_contact .inner .btn_form{
width: 90%;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media screen and (min-width:960px) {
.patternGray.area_contact .inner .btn_form{
width: 45%;
}
}


/*
.patternGray.area_contact .inner:after {
position: absolute;
content: '';
top: -50px;
left: 46%;
display: block;
width: 100%;
height: 100px;
background: url(../images/contact_icon_mail.png);
    background-repeat: repeat;
    background-size: auto auto;
background-size: contain;
background-repeat: no-repeat;
}
*/

.txt1 {
  font-size:18px;

}

.txt2 {
  font-size: 16px;
  padding: 20px 0;
  text-align: left;
}

@media screen and (min-width:960px) {
.txt1 {
  font-size:36px;

}

.txt2 {
  text-align: center;
}

}



.btn_form {
  position: relative;
    font-size: 16px;
  background-color: #6badf8;
  border-radius: 4px;
  color: #fff;
  display:block;
  padding: 5px 30px;
  background-image: url(../images/icon_yajirushi.png);
  background-repeat: no-repeat;
  background-position: right 5px center;

}
.link_new {
  background-image: url(../images/icon_window.png);
      background-size: 26px;

}

@media screen and (min-width:960px) {
.btn_form {
	font-size: 18px;
	padding: 5px 70px;}
}

.btn_form a {
display: block;
  color: #fff;
  padding-right: 35px;
}

/*
.btn_form:after {
	content: url(../images/icon_yajirushi.png);
	margin: 10px;
	position: relative;
	top: -6px;
	left: 10px;
}
*/

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
footer {
  color: #3a8bd7;
  font-size: 16px;
}

footer .inner {

  display: block;
  justify-content: center;
  border-top: 1px solid #6badf8;
  border-bottom: 1px solid #6badf8;
}

footer div.box {
  /*width: 100%;*/
    width: 220px;
        margin: 0 auto;

}


footer div.box h2 {
    float: none;
    text-align: center;
   
    margin:10px auto;
}

footer div.box ul {
  width:100%;
  text-align: center;
}

footer div.box ul li {
  display: inline-block;
  padding: 10px;
  width: 90px;
}

footer .inner nav ul {
  display: flex;
   flex-direction: column;
  flex-wrap: wrap;
}


footer .inner nav ul.gnav li {
  color: #215eb4;
  margin:0px;
}

footer .inner nav ul.gnav li a {
display: block;
  color: #215eb4;
  padding:10px 0px;
  position: relative;

    background-image: url(../images/icon_yajirushi_b.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

footer .inner nav ul.gnav li {
  color: #215eb4;
  border-bottom: 1px solid #CCCCCC;
}

footer .inner nav h2 {
  padding-left: 20px;
}

footer .inner nav ul.gnav {
  border-bottom: 1px solid #6badf8;
  margin: 10px 20px;
}

footer .inner nav ul.category {
  padding-left: 20px;
  padding-right: 20px;
}

footer .inner nav ul.category li {
  margin:0;
  border-bottom: 1px solid #CCCCCC;
}

footer .inner nav ul.category li a {
  display: block;
  color: #6badf8;
  padding:10px 0px;
  position: relative;
  background-image: url(../images/icon_yajirushi_m.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
}

footer .inner nav ul.category li a:after {
  content: "";
  margin: 0 0px;
}

footer .inner nav ul.category li a:last-child:after {
 /* content: " ";*/
  margin: 0 0px;
}

footer nav {

  margin: 15px 0;
}

footer .copyright {
  text-align: center;
}

footer .ctgIcon{
padding-bottom: 5px;

}

footer .inner nav ul.category ul.children li {border-bottom:none;border-top: 1px solid #CCCCCC;padding-left: 1rem;}

@media screen and (min-width:768px) {
  footer nav {
  border-right: 1px solid #6badf8;
  border-left: 1px solid #6badf8;
  margin: 15px 0;
}
footer .inner nav ul.gnav li a,
footer .inner nav ul.category li a  {background-image: none;}
footer .inner nav ul.category ul.children ,
footer .inner nav ul.category ul.children li {display: inline;border-top:none; padding-left:0;}
footer .inner {
  display: flex;
  
  }
footer div.box {
  width: 220px;
}
footer div.box {
  width: 220px;
  margin-left:0;
  margin-top:15px;
}
footer div.box:first-child {
  margin-left:auto;
  margin-right:0;
  margin-top:0;
}

footer div.box ul {
  width: 220px;
  text-align: center;
}


  div.box h2 {
    float: left;
    width: 100%;
    padding: 20px;
  margin: 0px 50px;
  }
  
  footer .inner nav ul.gnav li,
  footer .inner nav ul.category li{
  border-bottom: none;
  
  }
  footer .inner nav ul.gnav li a,
  footer .inner nav ul.category li a{
  display:inline;
  }

footer .inner nav ul.gnav li a:after {
  content: "│";
  margin: 0 5px;
}

footer .inner nav ul.gnav li a:last-child:after {
  /*content:"";*/
  margin: 0 0;
}


footer .inner nav ul.category li a:after {
  content: "/";
  margin: 0 ;
}

footer .inner nav ul {

   flex-direction:row;

}

}



/* -----------------------------------------------------------
	#scholarship
		奨学金
----------------------------------------------------------- */

.patternGray {
  background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 10px, #f6f6f6 0, #f6f6f6 20px);
  padding:2px 4px;
}

.patternGray.contact_2 {
  padding: 100px 0;
}

.patternblue {
  background: repeating-linear-gradient(-45deg, #77b1f9, #77b1f9 10px, #74adf3 0, #74adf3 20px);
  padding: 10px;
}

@media screen and (min-width:960px) {
.patternGray {
 padding: 40px;
}


  .patternblue {
    padding: 40px;
  }
}

#scholarship dt {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8;
}

#scholarship dt:first-letter {
  float: left;
  font-size: 48px;
  line-height: 1;
  color: #6badf8;
  background: #fff000;
  margin: 0 5px 20px 0;
  padding: 10px 8px 2px;
}

#scholarship dd {
  clear: both;
  color: #FFFFFF;
}


/* -----------------------------------------------------------
	#hospitalList
		病院一覧
----------------------------------------------------------- */

.infoArea dl {
  margin: 0;
  padding: 10px 18px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.infoArea dt {
  float: left;
  width: 100px;
  padding: 14px 0 6px 0;
  clear: both;
  line-height: 1.3;
}

.infoArea dd {
  margin: 0 0 0 0;
  padding: 12px 5px 10px 110px;
  line-height: 1.3;
  border-bottom: 1px dotted #bfbfbf;
}


/* -----------------------------------------------------------
	#link
		リンク集
----------------------------------------------------------- */
body#link ul.link li{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;

}

/* -----------------------------------------------------------
	#sitemap
		サイトマップ
----------------------------------------------------------- */
body#sitemap ul.sitemap li{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eeeeee;
}

/*
@media only screen and (max-width: 1400px) {
  .hiraku-open-btn {
    display: block;
  }
  header .inner nav ul {
    display: none;
  }
  */
  /*
  footer .inner {
    display: block;
  }
  div.box h2 {
    float: left;
    width: 20%;
    margin: 20px;
  }
  div.box h2 img {
    width: 100%;
  }
  div.box {
    width: auto;
  }
  div.box ul {
    width: auto;
  }

  
}

  */

/*
@media only screen and (max-width: 768px) {
  .patternGray .inner {
    padding: 100px 30px 30px;
  }
  .txt1 {
    font-size: 26px;
  }
  .txt2 {
    text-align: center;
    padding: 20px 0;
  }
  .infoArea dl {
    margin: 0 0 20px 0;
    padding: 10px 18px;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .infoArea dt {
    float: none;
    width: 100%;
    padding: 14px 0 6px 0;
    line-height: 1.3;
  }
  .infoArea dd {
    margin: 0 0 0 0;
    padding: 12px 5px 10px;
    line-height: 1.3;
    border-bottom: 1px dotted #bfbfbf;
  }
}

@media only screen and (max-width: 600px) {
  .patternGray .inner {
    padding: 100px 30px 30px;
  }
  
  .txt1 {
    font-size: 26px;
  }
  
  .txt2 {
    text-align: center;
    padding: 20px 0;
  }
  div.box h2 {
    float: none;
    text-align: center;
    width: 30%;
    margin: 30px auto;
  }
  div.box h2 img {
    width: 100%;
  }
}

*/

.page_seminar .tit{
color:#516ab6;
background:#eaf3ff;
border-bottom: solid 2px #516ab6;
  margin-top: 10px;
margin-bottom: 10px;
padding: 5px!important;
font-weight: bold;
}
.page_seminar .txt{margin-left: 1rem;}