/**
* Template Name: Shield
* Template URL: https://templatemag.com/shield-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #f2c2c9;
  color: #a4003a;
  text-shadow: none;
}

::selection {
  background: #16a085;
  color: #a4003a;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
  height: 100%;
}

body {
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.col-md-4 {
  padding-bottom: 20px;
}

.row {
  margin-right: 0px;
  margin-left: -15px;
}

.modal-header {
  background: #3498db;
}

.modal-header h4 {
  color: white;
}

.modal-footer {
  background: #2b2b2b;
}

.navbar-default {
  border-color: transparent;
  background-color: #dadada;
}

.navbar-toggle {
  border-color: transparent;
  border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: #16a085;
  color: white;
}

hr.style1 {
  position: relative;
  border: none;
}

hr.style1:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #ccc;
}

a img {
  /*background: white;*/
}

.odd a img {
  background: #f5f5f5;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}
/* Paragraph & Typographic */

p {
  line-height: 28px;
  /*margin-bottom: 25px;*/
}

.centered {
  text-align: center;
}

.paragraph-lead {
  font-size: 20px;
  color: #3498db;
}

strong {
  font-weight: 700;
}

em {
  font-weight: 300;
}

pre {
  background: #ebebeb;
  border: none;
  font-family: "Monaco";
  font-size: 16px;
  color: #666;
  padding: 20px;
  line-height: 28px;
}

small {
  font-size: 12px;
}

blockquote, blockquote p {
  line-height: 28px;
  color: #999;
  font-weight: 300;
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #3498db;
}

blockquote cite {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

blockquote cite:before {
  content: "-- "
}

/* Images */

.overflow-image {
  margin-top: -65px;
}

/* Links */

a {
  color: #3498db;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

span.link-t-a {
position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
display: block;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(../img/header_bg.jpg) no-repeat center top;
  margin-top: -50px;
  padding-top: 120px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  color: #ffffff;
  margin-top: 250px;
  padding-bottom: 30px;
  letter-spacing: 8px;
  font-size: 100px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  letter-spacing: 3px;
  margin-left: 15px;
  text-shadow: 1px 1px 1px #000;
}

#greywrap {
  background: #f5f5f5;
  margin-top: 0px;
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#greywrap .callout {
  margin-bottom: 20px;
}

#greywrap p {
  margin-left: 10px;
  margin-right: 10px;
  /*letter-spacing: 1px;*/
text-align:left;
  /*padding-top: 15px;
  padding-bottom: 15px;*/
}

#greywrap .icon {
  font-size: 60px;
  line-height: 30px;
  margin-bottom: 10px;
}

#footerwrap {
  background: #2b2b2b;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#footerwrap h4 {
  color: white;
}

#yellowwrap {
  background: #faf0e6;
  margin-top: 0px;
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
  padding-top: 35px;
}

.white p {
  padding-top: 25px;
}

.textshadow{
  text-shadow: 2px 2px 2px #000;
}

/* Section Dividers */

.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  border-bottom: 2px solid #E6EAED;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 45px;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: relative;
  text-align: center;
}

.textdivider h1 {
  padding-top: 70px;
  color: white;
  font-size: 40px;
}

.textdivider p {
  color: white;
  font-size: 25px;
}

/* Section Dividers Backgrounds */

.divider1 {
  background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
  background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
  background-image: url('../img/bg/divider3.jpg');
  margin-top: 0px;
}

.divider4 {
  background-image: url('../img/bg/divider4.jpg')
}

.divider6 {
  background-image: url('../img/bg/divider6.jpg')
}

/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
  display: block;
  position: relative;
  margin-bottom: 15px;
  color: white;
  font-size: 20px;
  text-align: center;
  height: 168px;
  cursor: pointer;
  padding: 90px 20px 50px 20px;
  border: none;
  background: #333;
}

.service-trigger:before {
  width: 100%;
  top: 50px;
  color: #3498db;
  font-size: 36px;
  text-align: center;
  position: absolute;
  left: 0;
}

.service-active .service-trigger {
  background: #222;
}

.service-active p {
  font-family: 'Lato', sans-serif;
  padding-top: 10px;
}

.service-content {
  padding: 15px 20px;
  background: #e6eaed;
  display: block;
  height: auto
}

.service-content p:last-child {
  margin: 0;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background: #3498db;
}

.grid figcaption h5 {
  margin: 0;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.grid figcaption a {
  text-align: left;
  padding: 5px 10px;
  margin-left: 20px;
  display: inline-block;
  background: #2f2f2f;
  color: #fff;
  font-size: 13px;
}

/* Caption Style */

.mask figure {
  overflow: hidden;
}

.mask figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.mask figure:hover img, .mask figure.cs-hover img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mask figcaption {
  height: 50px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.mask figure:hover figcaption, .mask figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 30px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
  background: #2b2b2b;
  padding-right: 0px;
  padding-left: 0px;
}

.blog-bg h4 {
  color: #dadada;
  padding-top: 0px;
}

.blog-bg h5 {
  color: #dadada;
  font-size: 11px;
}

.blog-content {
  padding-top: 10px;
  background: #f2f2f2;
}


#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 30px;
}

/*囲み枠
------------------------------------*/
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box3 {
    padding: 0.5em 1em;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}

.box3-2 {
    padding: 0.5em 1em;
    color: #2c2c2f;
    background: #ffe4b5;/*背景色*/
}

.box4 {
    padding: 0.5em 0.1em;
    color: #2c2c2f;
    background: #fff8e8;/*背景色*/
}

.boxkorona {
    padding: 0.5em 0em;
    margin: 1em 1em;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
	border: double 5px #4ec4d3;
}
.boxkorona p{
	padding:0;
	margin:0;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}



/*-----------------------------------------
  見出し
---------------------------------------------*/
.headline3 {
  padding: .6em .5em .6em 1em; /*上下左右の余白*/
	background-color: #ffe6e6; /*背景色*/
	border-left: solid 6px #ff5a5f; /*左線（線種 太さ 色）*/
	font-size:18px;
	font-weight:bold;
    margin-bottom:20px;
}

div.headline05 {
  color: #000000;/*文字色*/
  border: solid 3px #ffb6c1;/*線色*/
  background-color: #ffb6c1; /*背景色*/
  padding: 0.5em ;/*文字周りの余白*/
  margin-bottom:10px;
  font-weight:bold;
  text-indent:-1em;
  padding-left:1.5em;
}

.head-innai {
	background-color: #ef858c; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
	margin:10px 0;
	border-radius: 5px;

}
.head-innai:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -10px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.head-innai:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -100px;
	right: -500px;
	width: 500px;
	height: 500px;
}


.head-recruit {
	background-color: #ffa500; /* 背景色 */
	color: #fff; /* 文字色 */
	font-weight:bold;
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
	margin:10px 0;
	border-radius: 5px;

}
.head-recruit:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -10px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.head-recruit:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -100px;
	right: -500px;
	width: 500px;
	height: 500px;
}

.headline02 {
  padding: 0.6em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size:18px;
  font-weight:bold;
  margin:20px 0;
}

.headline_nagare {
  padding: 1rem 2rem;
  margin-bottom:20px;
  font-size:20px;
  font-weight:500;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
}

/*目次
----------------------*/
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 15px 0px !important;
}
.listmokuji li{
	position:relative;
	padding-left:10px;
	font-weight:bold;
}
.listmokuji li:before{
	content:''; 
	height:0px; 
	width: 90%;
	display:block; 
	position:absolute; 
	top:22px; 
	left:0px; 
	border-bottom: 1px dashed #aaa;
}
/*
.listmokuji li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#aaa;
	width:5px;
	height:5px; 
	top:7px; 
	left:5px; 
	border-radius: 5px;
}
*/

/*Youtube レシポンシブ
------------------------------------*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*----------------------------------
 画像
------------------------------------*/
/*角丸
------------------------------------*/
img.img-maru{
 border-radius: 10px;
}

/*画像サイズ
------------------------------------*/
div.resizeimage {
	max-width::100%;
	margin: 0 auto;
}
div.resizeimage img {
 	width: 100%; 
}	

/*お知らせエリア（index.html内）
------------------------------------*/
.topics_area{
	margin: 0px 0;
    border: none;
}
.topics_area_title{
	padding: 2px 0 2px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #ff8c00;
    text-align: left;
}
.topics_area_inner{
	padding: 0px 5 0 5;
	max-height: 500px; 
	overflow-y: scroll;
    border: solid 1px #ffa500;
}
.topics_area dt{
	float: left ;
	clear: left ;
	margin-right: 10px; ;
	width: 90px ;
	display: table-cell;
	vertical-align: middle;
    padding: 5px 0 0px 5px;
	font-size: 14px;
	text-align:left;
}
.topics_area dd{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5px 0px 0;
	font-size: 14px;
	line-height:20px;
	text-align:left;

}


/*お知らせエリア（info.html内）
------------------------------------*/
.info_title{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#FF8C00;
}

.info_dt{
	text-align:right;
	font-size:12px;
	line-height:15px;
	color:#000000;
	font-weight:normal;

}
.info_dd{
	text-align:left;
	font-size:15px;
	line-height:26px;
 	margin-bottom:0px;
	color:#000000;

}

hr.style11 {
	border-top: 1px dashed #8c8b8b;
	margin-bottom:20px;
}
/*
.topics_area dd:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: 4px;
}
*/

/*ボックス横並び
------------------------------------*/
.parent{
    width: 98%;
    margin: 0 auto;
}
.child-1{
    width: 35%;
    float: left;
	margin-right:20px;
}
.child-2{
    width: 58%;
    float: left;
}

/*ボックス横並び2
------------------------------------*/
.parent2{
    width: 100%;
    margin: 0 auto;
}
.child-3{
    width: 50%;
    float: left;
}
.child-4{
    width: 50%;
    float: left;
}
.child-5{
    width: 45%;
    float: left;
	margin-right:20px;
}


/*固定ボタン
------------------------------------*/
.fixed_btn{
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding: 6px 10px;
 z-index:1;
}
.fixed_btn2{
  position: fixed;
  bottom: 80px; 
  right: 10px;
  padding: 6px 10px;
 z-index:1;
}
.fixed_btn3{
  position: fixed;
  bottom: 150px; 
  right: 10px;
  padding: 6px 10px;
 z-index:1;
}


/*開く、隠すボタン
------------------------------------*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*※印のリスト
-----------------------------------------*/
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "\203B";
}


.col-lg-6{
  padding-left: 5px;
}


/*-----------------------------------------
  table
---------------------------------------------*/

/*求人用
---------------------------------------------*/
.tbl_recruit{
	border-collapse:collapse;
}

.tbl_recruit th{

	vertical-align: top;
	background: #d9d9d9;
	width:180px;
}

.tbl_recruit td{
   }

.tbl_recruit th,
.tbl_recruit td{
	padding:10px;
	font-size:15px;
	border: 1px solid #333;
}

/*略歴用
--------------------------------------*/
table.ryakureki{
}
table.ryakureki th{
	width:100px;;
}
table.ryakureki th,td{
 font-size:14px;
 font-weight:normal;
 padding-left:10px;
}

/* 代診用
-------------------------------------------------------------*/
table.daishin {
  border-collapse: collapse;
  padding: 0;
  table-layout: fixed;
  color: #4CAF50;
}

table.daishin tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #8BC34A;
}
table.daishin tr:last-child{
   border-bottom: 2px solid #18521b;
}
table.daishin th,
table.daishin td {
  padding: 0.7em 10px 0.7em 1em;
}

table.daishin th{
 vertical-align:top;
 width:120px;
}
table.daishin td {
 text-align:left;
 color:#000;
}

table.daishin tbody th {
    color: #0f7d13;
}
.txt{
   text-align: left;
   font-size: .85em;
}
table.daishin tr:nth-child(odd) td {
	background: #eee;
}

/*フォントサイズ
--------------------------------------*/
.ft26{
	font-size:26px;
}
.ft22{
	font-size:22px;
}


/*トップへ戻る
--------------------------------------*/
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 20px;
bottom: 20px;
background: #961818;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}

#page_top a::after{
content: '\25B2';
font-size: 18px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
   .pc { display: block !important; }
   .sp { display: none !important; }
   .tablet { display: none !important; }
   .footer_area{ display: none;}

@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
  body .header {
    background-attachment: scroll;
  }

  #pageheader {
    padding-top: 60px;
  }

}

/*ipad portrait*/

@media only screen and (min-device-width:768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header {
    background-attachment: scroll;
  }


}

@media screen and (max-width:769px) {
  #headerwrap h1 {
    font-size: 30px;
  }
  #headerwrap p {
    font-size: 30px;
    line-height: 38px;
  }

  #pageheader {
    padding-top: 30px;
  }

  #greywrap {
    padding-top: 10px;
  }

 h1,h2 {
	font-size:26px;
	font-weight:bold;

   margin-top:5px;
   margin-bottom:0px;

 }

 hr {
  margin-top: 10px;
  margin-bottom: 0px;
 }

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.innerS{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
 }
/*
 p {
  margin: 0;
  line-height:26px;
 }
*/
.topics_area_inner{
	max-height: 650px; 
}


.child-5{
    width: 100%;
    float: center;
	margin-bottom:30px;
}


.child-2{
    width: 100%;
    float: center;
}

/*固定ボタン
------------------------------------*/
.fixed_btn{
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding: 6px 10px;
 z-index:1;
}
.fixed_btn2{
  position: fixed;
  bottom: 70px; 
  right: 10px;
  padding: 6px 10px;
 z-index:1;
}
.fixed_btn3{
  position: fixed;
  bottom: 130px; 
  right: 10px;
  padding: 6px 10px;
 z-index:1;
}


   .pc { display: none !important; }
   .sp { display: block !important; }
   .tablet { display: block !important; }

}



@media screen and (max-width:640px){

   .pc { display: none !important; }
   .sp { display: block !important; }
   .tablet { display: none !important; }


.container {
  padding-right: 5px;
  padding-left: 5px;
}

 h1,h2 {
	font-size:20px;
	font-weight:bold;
}
hr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
}

.child-2{
    width: 100%;
    float: center;
}

.child-5{
    width: 100%;
    float: center;
	margin-bottom:30px;
}
.topics_area{
	margin: 0px 10px;
    border: none;
}

	.topics_area dt,
	.topics_area dd{
		display: block;
		width: 98%;
	}
	.topics_area dd{
		text-indent: 0;
		margin:0;
    	padding: 0 0 0 0.5em;
	}

.boxkorona {
    margin: 1em 0em;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
	border: double 5px #4ec4d3;
}


.footer_area {
	display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 255, 192, 203, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 5px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 98%;
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.3;
    
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
.col-lg-6{
  padding-right: 0px;
  padding-left: 0px;
}


/*-------------------------------------------------------------
求人用
-------------------------------------------------------------*/
.tbl_recruit th{
	width:85px;
	padding:10px 5px;
}
.tbl_recruit td{
	font-size:14px;
	padding:10px;
	border: 1px solid #333;
}

table.ryakureki th{
	width:100%;
}
  .ryakureki th,
  .ryakureki td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .ryakureki td {
	padding-left:20px;
  }

/*-------------------------------------------------------------
代診用
-------------------------------------------------------------*/
table.daishin th,
table.daishin td {
  padding: 1em 10px 1em 1em;
}

table.daishin th{
 width:100px;
}

table.daishin th {
  padding: 1em 0 1em 0;
}
table.daishin td {
  padding: 1em 10px 1em 5px;
}


	/*フォントサイズ
	--------------------------------------*/
	.ft22{
		font-size:20px;
	}
	.ft26{
		font-size:20px;
	}

/*トップへ戻る
--------------------------------------*/
#page_top{
right: 0;
bottom: 10px;
}


}

/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {}

.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #3498db;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #3eacf5;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #3498db;
}

.credits {
  color: #999;
}
