img {
	max-width:100%;
	height:auto;
}

.sidebar {
}
article {
    margin-bottom: 40px;
}

#front-page-header {
	background-image: url(../images/bg-home-main-content.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height:695px;
	position:relative;
}
#front-page-header-logo {
	max-width:1140px;
	margin:0 auto;
}
#front-page-header-logo h1{
	margin-top: 0;
}

#front-page-header-content {
	position:absolute;
	right:8%;
	top:10%;
	color:#FFF;
	text-align: right;
}
.btn-home {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.08);
    color: #003164;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    padding: 15px 10px 11px;
    text-align: center;
    text-decoration: none;
    text-indent: 14px;
    transition: all 0.3s ease 0s;
    width: 210px;
	transform:scale(1);
}
.btn-home > span {
	text-indent: 0;
}
.btn-home:hover {
	text-decoration: none;
	transform:scale(1.05);
}
.btn-home span {
	line-height: unset;
}
#front-page-header-content h2 {
	font-size: 48px;
	margin-bottom: 22px;
}
#front-page-header-content h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 50px;
}
#front-page-header-content .btn-home:last-child {
	margin-right: 0;
}

#nav-main {
	background-color: #003164;
}
#nav-main > .container > ul > li > a,
#nav-main button {
	color:#FFF;
	heigth:62px;
	padding: 12px 0px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
#nav-main > .container > ul > li > a > div,
#nav-main button > div {
	display:inline;
	padding: 5px 17px;
}
#nav-main > .container > ul > li > a {
	background-color: #003164;
	text-decoration: none;
}
#nav-main > .container > ul > li > a:hover > div ,
#nav-main button:hover > div{
	background-color: #fff;
	color:#003164;
	border-radius:20px 20px;
}

#nav-main > .container > ul > li > a:hover ,
#nav-main button:hover{
	background-color: #334a6f;
}
#nav-main > .container > ul > li > a:after ,
#nav-main button:after{
  background-color: rgb(0, 31, 63);
  position: absolute;
  left: 99%;
  top: 12px;
  width: 3px;
  height: 25px;
  z-index: 79;
  content:"";
}
#nav-main > .container > ul > li:first-child > button:before {
  background-color: rgb(0, 31, 63);
  position: absolute;
  left: 0%;
  top: 12px;
  width: 3px;
  height: 25px;
  z-index: 79;
  content:"";
}
#nav-main > .container {
	position: relative;
}
.title-megamenu {
	font-size: 18px;
	margin: 0 15px 5px;
	color:#003164;
	border-bottom: 2px solid #003164;
	margin-bottom: 15px;
}
#nav-main ul > li .megamenu {
	display:none;
    position: absolute;
    width: 100%;
	z-index:2;
	bottom:100%;
	left:0;
}
#nav-main ul > li .megamenu > .container {
	background-color: #efecd0;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	min-height: 240px;
}
/*#megamenu-touinnitsuite.megamenu > .container  {
	background-image: url(../images/img-megamenu-touinnitsuite.png);
}
#megamenu-shinryokabumon.megamenu > .container  {
	background-image: url(../images/img-megamenu-shinryokabumon.png);
}
#megamenu-shinryoannai.megamenu > .container  {
	background-image: url(../images/img-megamenu-shinryoannai.png);
}*/
#megamenu-iryoukankeisha.megamenu > .container  {
	background-image: url(../images/img-megamenu-iryoukankeisha_2.png);
}
#megamenu-touinnokatudou.megamenu > .container  {
	background-image: url(../images/img-megamenu-touinnokatudou.png);
}
#nav-main ul > li .megamenu > .container > ul {
	padding:30px 40px 20px;
	max-width:740px;
}
#nav-main ul > li .megamenu > .container > ul > li {
	margin-bottom: 15px;
}
#nav-main ul > li .megamenu > .container > ul > li > a{
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 1.414px 1.414px 0 0 rgba(0, 0, 0, 0.05);
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 13px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#nav-main ul > li .megamenu > .container > ul > li > a:hover {
    background-color: rgb(255, 255, 240);
}

#nav-main ul > li .megamenu > .container > ul > li > ul {
  padding: 1px 10px;
}
#nav-main ul > li .megamenu > .container > ul > li > ul li {
    margin-bottom: 1px;
}
#nav-main ul > li .megamenu > .container > ul > li > ul a {
    background-color: rgb(255, 255, 240);
    box-shadow: 1.414px 1.414px 0 0 rgba(0, 0, 0, 0.05);
    display: block;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    width: 100%;
	font-size: 14px;
}
#nav-main ul > li .megamenu > .container > ul > li > ul a:hover {
    background-color: rgba(255, 255, 255,1);
}

#nav-main .container > ul > li {
	position: static;
	vertical-align:top;
}

#nav-main ul > li:hover .megamenu {
	display:block;
}

#nav-main .megamenu *:hover {
	display:block;
}

#nav-main button {
    border: medium none;
    width: 100%;
	position:rerative;
	background: none;
}

.lightyellow {
	background-color: #FFFBDB;
}
#home-post-icu h3{
	font-size: 16px;
	color:#003164;
	margin:0;
	padding:14px 0;
	font-weight: bold;
}

#home-info-section {
	margin-top: 25px;
	text-align: center;
}
#home-info-section .to-online-meet-inner {
	font-size: 1.75em;
	position: relative;
	top: 5px;
}
#home-info-section .to-online-meet-inner span {
	font-size: 1.25em;
	letter-spacing: .05em;
}
#home-info-section a {
	display: block;
	padding: 10px 0;
	background: #81d11a;
	text-decoration: none;
	color: #FFF;
	border-radius: 5px;
}
#home-info-section a:link,
#home-info-section a:hover,
#home-info-section a:visited {
	color: #FFF;
}
#home-info-section a:hover {
	opacity: .8;
}
#home-info-section img {
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 10px;
}


#home-topics {
	padding:30px 0;
}
#home-topics li {
	margin-bottom: 10px;
}
#home-topics li a {
	text-decoration:underline;
	color:#343434;
}

#btn-home-topics {
  border-width: 1px;
  border-color: rgb(136, 167, 170);
  border-style: solid;
  border-radius: 6px;
  width: 162px;
  display: block;
  padding:10px 20px;
  text-align: center;
  color:#89a7aa;
  float:right;
  margin-top: 25px;
  transition:0.3s ease all;
  text-decoration: none;
}

#btn-home-topics:hover {
  color:#FFF;
  background-color: rgb(136, 167, 170);
  text-decoration: none;
}

#page-footer {
	background-color: #003164;
	margin:0;
	padding:10px 0;
	width:100%;
}
#page-footer #copy {
	background-color: #003164;
	color:#FFF;
	font-size: 10px;
	font-weight:normal;
	margin:0;
}

#home-bottom-contents {
	background-color: #f4f4f4;
	
	color:#003164;
}	
.aside-content {
	padding:30px 40px;
	border-bottom:1px solid #FFF;
}
#home-bottom-contents .aside-content:first-child {
	padding:30px 40px 30px 15px;
}
.aside-content h4 {
	font-weight: bold;
}
.aside-content h4 span a {
	background-color: #003164;
	color:#FFF;
	display: inline-block;
	padding:4px 10px;
	float:right;
	font-size: 12px;
	border-radius:4px;
	text-decoration: none;
}
.aside-content h4 span a:hover {
	background-color: #00448C;
	text-decoration: none;
}
.aside-content li {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.aside-content address {
	font-size: 14px;
}
.aside-content li:before {
  background-color: rgb(160, 188, 191);
  content:"";
  width: 8px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  vertical-align:middle;
}

#home-bottom-contents #map {
	height:240px;
}
#home-bottom-contents #map img{
	max-width:auto;
}

#page-header {
	background-color:#003164;
	position:relative;
}
#page-header:after {
	content:"";
	width:100%;
	height:10px;
	background-image: url(../images/bg-page-header.png);
	background-repeat: repeat-x;
}

#page-header-nav {
	float:left;
    width: 80%;
}
#page-header-nav #nav-main > .container {
    position: static;
}
#page-header .navbar-header {
	width:100%;
}
#nav-main > .container {
    width:auto;
}

#page-header #nav-main ul > li > button,
#page-header #nav-main > .container > ul > li > a {
	height:60px;
	display: inline-block;
	width:100%;
}

#page-header #nav-main ul > li .megamenu {
    height: 240px;
    top: 87%;
}
#page-header #nav-main ul > li:hover .megamenu {
	display:block;
}
#page-header .navbar-brand {
	background-color: #fff;
    float: left;
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    padding: 10px 30px;
}
#page-header {
	margin-bottom: 50px;
}
	
#page-header #nav-main > .container > ul > li > a, 
#page-header #nav-main button {
	padding:19px 0;
}
#page-header #nav-main > .container > ul > li > a::after,
#page-header #nav-main > .container > button::after {
    height: 35px;
}

#page-header #nav-main ul > li .megamenu > .container {
	margin-top: 20px;
}


.breadcrumb {
    background: none !important;
    padding: 0;
	margin-bottom: 10px;
}

.article-body h1 {
	font-weight: bold;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 30px;
	color:#003164;
}

.article-body h2 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	color:#003164;
}
.article-body .section > h2 {
    color: #003164;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 30px;
}
.article-body h3 {
	font-weight: bold;
	font-size: 20px;
	color:#003164;
}

.article-body .section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #CCC;
}
.article-body .section:last-child {
	border-bottom:none;
}

.staff {
	margin-bottom: 15px;
	color:#003164;
  text-align: center;
}
.staff-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.box {
  height: 100%;
  border: 1px solid #DDD;
  padding: 15px 15px 20px 15px;
  border-radius: 4px;
}

.staff.col-xs-6.col-sm-3 .title {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
}
.alignnone.size-full.wp-image-133 {
    margin-bottom: 25px;
}
.alignleft.size-full.wp-image-135 {
    margin: 0 35px;
}
.alignnone.size-full.wp-image-137 {
    margin-bottom: 15px;
}
.alignnone.wp-image-139.size-full {
    margin-right: 10px;
    margin-top: 10px;
}
.alignnone.wp-image-140.size-full {
    margin-top: 10px;
}
.c-staff-affiliations {
  padding-top: 5px;
  margin-top: 2px;
  border-top: 1px solid #efefef;
  text-align: left;
}
.c-staff-affiliations .c-staff-affiliations__item {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
  padding-top: 3px;
  line-height: 1.4;
}
.c-staff-affiliations .c-staff-affiliations__item:before {
  content: '・';
  color: rgb(160, 188, 191);
}

#houshasenka .dl-horizontal {
	padding:0;
	margin-top: 15px;
}
#houshasenka .dl-horizontal dt {
	margin-bottom: 10px;
}
.alignnone.size-full.wp-image-157 {
    margin-bottom: 15px;
}
.alignnone.size-full.wp-image-156 {
    margin-bottom: 10px;
}
#list-kensyu .editor img {
    margin-bottom: 10px;
    margin-right: 6px;
}
#kyouikumokuhyou .editor {
	background-color:#f4f4f4;
	padding:30px 40px;
}
#kyouikumokuhyou .editor ul {
	margin-bottom: 0;
}
#kyouikumokuhyou .editor li {
	line-height:2;
	color:#003164;
}

.recruit-content-footer {
	background-color: #eee;
	text-align:center;
	padding:10px 0;
  margin-bottom: 20px;
  }

.section-recruit h3 {
	font-weight: bold;
	color:#003164;
	margin-bottom: 15px;
}
.section-recruit h3 em {
    color: #F26F5E;
    font-style: normal;
    font-weight: normal;
}
.section-recruit ul {
	list-style: unset;
	padding-left: 1.5em;
}
.section-recruit ul > li {
	margin-bottom: 3px;
}

#recruit-header {
	background-color: #FFFBDB;
	padding:20px 40px;
	margin-top: -10px;
	margin-bottom: 20px;
}

.recruit-type a {
	display: inline-block;
	padding:5px 30px;
	border-radius:4px;
	background-color: #95ccd2;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
#recruit-header strong {
	font-size: 18px;
	margin-bottom: 7px;  
	display: block;
	color:#003164;
}

#recruit-footer {
	
}
#backtotop {
	color:#FFF;
}
#backtotop a {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.panel-blue {
	background-color: #def0f2;
	padding:10px 15px;
	margin:-10px 15px 10px;
}
.panel-blue h2 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
}

#clinic-dl {
	color:#003164;
}
#clinic-dl dt {
	font-size: 16px;
    margin-bottom: 20px;
}
#clinic-dl th {
	text-align: center;
}

#clinic-table-naika {
	background-color: #fffcdc;
}
#clinic-table-geka {
	background-color: #e4f1f2;
}
#clinic-table-kyushin {
	background-color: #e5e5e5;
}
#clinic-table-kokyukinaika {
	background-color: #fee6d6;
}

#clinic-kamoku > p,
#clinic-time > p {
    font-size: 18px;
}

#clinic-shinryobi table {
	width:66%;
	font-weight: bold;
}
#clinic-tanto td {
	width:33.3%;
}

.alignnone.size-full.wp-image-217 {
    margin-bottom: 20px;
}

#recruit-form {
	padding:40px 0;
}

#recruit-form h2 {
	font-size: 24px;
}
#recruit-form table {
	margin-top: 30px;
	margin-bottom: 30px;
}
#recruit-form table tr {
}
#recruit-form table th {
	width:30%;
	background-color: #edf5f6;
	padding:15px 30px;
	border-bottom: 1px solid #FFF;
}
#recruit-form table td {
	padding:15px 30px;
	background-color: #dfe9ea;
	border-bottom: 1px solid #FFF;
}

#recruit-form input[type=submit] {
	background-color: #003164;
	color:#FFF;
	border:none;
	border-radius:6px;
	width:200px;
	padding:5px 0;
}

#recruit-footer {
	border:1px solid #a0bcbf;
	padding:30px 40px;
	color:#003164;
}

#recruit-footer h4 {
	font-weight: bold;
}

#recruit-footer h4:last-child {
	margin-top: 30px;
	margin-bottom: 5px;
}


/* オンライン面談 20210714 追加 START */
.page-online {
}
.page-online a:hover {
	opacity: .8;
}

.page-online .online-info {
	padding: 15px 0 0 0;
	border: 2px solid #ddd;
	text-align: center;
}
.page-online .online-info dl {
}
.page-online .online-info dt {
	font-size: 1.5em;
}
.page-online .online-info dt span {
	display: inline;
	color: #d11919;
}
.page-online .online-info dd {
	margin: 10px 0;
	font-size: 1.25em;
}
.page-online .online-info dd span {
	display: block;
	margin-top: 10px;
	font-size: .85em;
}
.page-online .online-to-pdf {
	text-align: right;
	letter-spacing: .05em;
}
.page-online .online-to-pdf a {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 15px;
	background: #81d11a;
	border-radius: 5px;
	color: #FFF;
	/*font-weight: bold;*/
	font-size: 1.25em;
	text-decoration: none;
}
.page-online .online-to-pdf .material-icons-outlined {
	position: relative;
	top: 5px;
}
.page-online .section01 {
	margin: 35px 0 0 0;
}
.page-online .section02 {
	margin: 25px 0 0 0;
}
.page-online h4 {
	margin-left: 1.5em;
	text-indent: -1.5em;
	font-weight: bold;
	line-height: 1.7em;
}
.page-online h4 span {
	padding: 2px 7px;
	background: #81d11a;
	border-radius: 50%;
	color: #FFF;
}
.page-online .online-tel {
	font-size: 1.5em;
}
.page-online .online-tel .online-tel-inner01 {
	background: #003164;
	font-weight: bold;
	color: #FFF;
	padding: 5px 10px;
	font-size: .85em;
}
.page-online .note02 {
	padding: 20px;
	text-align: center;
	background: #e5e5e5;
}
.page-online .note02 .change-font-family {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.page-online .note02 p {
	margin-bottom: 0;
}
.page-online .note03 {
	padding: 20px;
	text-align: center;
	border: 2px solid #013162;
}
.page-online .note03 .change-font-family {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.page-online .note03 p {
	margin-bottom: 0;
}
.page-online .fs-lg {
	font-size: 1.125em;
}
.page-online .to-zoom-form {
	
}
.page-online .to-zoom-form a {
	width: 85%;
	margin: 0 auto;
	padding: 10px;
	display: block;
	background: #003164;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
}
.page-online .to-zoom-form .material-icons-outlined {
	position: relative;
	top: 3px;
	font-size: 1.25em;
}
.page-online .to-zoom-form a .to-zoom-form-inner {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.page-online .online-howto {
	margin: 10px 0 0 0;
	font-size: 1.25em;
	color: #000;
}
.page-online .online-howto .material-icons-outlined {
	position: relative;
	top: 6px;
	left: 5px;
}
.page-online #recruit-form {
	padding: 0;
}
.page-online #recruit-form table th {
	min-width: 35%;
}
.page-online .privacy {
	margin-bottom: 15px;
	padding: 20px;
	border: 2px solid #DDD;
}
.page-online .privacy dt {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
}
.page-online .privacy dd {
	margin-top: 1em;
	margin-left: 1em;
	text-indent: -1em;
}
.page-online .btn-send-wrap {
	margin-top: 20px;
	text-align: center;
}

.page-online .wpcf7-acceptance {
	 transform: scale(1.4);
}

.page-online #recruit-form input[type="submit"] {
	margin-top: 15px;
	padding: 15px;
	font-size: 1.25em;
}
.page-online #recruit-form input[type="submit"]:disabled {
	opacity: .6;
}

.page-online .onlin-info-lead {
	text-align: center;
	padding: 25px 20px;
	margin-bottom: 40px;
}
.page-online .howto-list {
	
}
.page-online .howto-list li {
	padding: 7px 15px;
}
.page-online .howto-list .howto01 {
	background: rgba(174,191,255,.6);
}
.page-online .howto-list .howto02 {
	margin-top: 15px;
	background: rgba(237,255,204,1.00);
}
.page-online .onlin-info-lead dl {
	margin-bottom: 0;
}
.page-online .onlin-info-lead dd {
	display: inline-block;
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.page-online .onlin-info-tel-info {
	text-align: center;
	margin-bottom: 20px;
}
.page-online .onlin-info-tel-info h4 {
	font-size: 1.75em;
	margin-bottom: 0;
}
.page-online .onlin-info-tel-info .online-tel {
	font-size: 2em;
	margin-bottom: 15px;
}
.page-online .list-visit {
	margin: 20px 0;
}
.page-online .list-visit li {
	margin-top: 15px;
	font-size: 1.125em;
}
.page-online #howto {
}
.page-online #howto .tit-howto {
	padding: 10px;
	color: #000;
}
.page-online #howto h4 {
	display: inline-block;
	padding: 0 10px;
	border: 2px solid #013162;
	text-indent: 0;
	margin-left: 0;
	color: #013162;
}
.page-online #howto .tit-howto span {
	display: block;
	margin-top: 10px;
	font-size: .875em;
	font-weight: normal;
}
.page-online #howto .tit-howto.howto01 {
	background: rgba(174,191,255,.6);
}
.page-online #howto .tit-howto.howto02 {
	margin-top: 30px;
	background: rgba(237,255,204,1.00);
}
.page-online #howto ul {
	
}
.page-online #howto ul li {
	padding: 04px;
	font-size: 1.125em;
	border-bottom: 1px dotted #666;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.page-online #howto ul li span {
	padding: 2px 7px;
	background: #81d11a;
	border-radius: 50%;
	color: #FFF;
	line-height: 1.4;
}
.page-online #howto ul li strong {
	color: #d11919;
}
.page-online #howto ul.add-dot li {
	margin-left: 1em;
	text-indent: -1em;
}
.page-online #howto ul.add-dot li::before {
	content: '・';
	color: #013162;
	font-weight: bold;
}

/* オンライン面談 20210714 追加 END */


#activities-nav {
	margin-bottom: 30px;
}

.title-activities {
	background-color: #eee;
	padding:5px 15px;
	clear:both;
}
.activities-list {
	margin-bottom: 30px;
}
.btn-back {
	background-color: #eee;
}

#sidebar-nurse li {
	margin-bottom: 10px;
}
#sidebar-nurse {
    background-color: #fff;
    margin: 0 -15px;
}
#sidebar-nurse {
    border-bottom: 10px solid #fff;
}

.mb20 {
	margin-bottom: 20px;
}


.editor ol{
  counter-reset:number; /* 名前を付けたカウンターをリセット */
  list-style:none; /* olが数字を付けることをキャンセル */
  padding-left: 1.5em;
}
.editor ol > li {
   text-indent: 0em;
   margin-bottom: 3px;
}
.editor ol > li:before {
	margin-right: 0.5em;
}
/*2022-10-03
.editor ol > li:nth-child(1):before{
  content: "①";
}
.editor ol > li:nth-child(2):before{
  content: "②";
}
.editor ol > li:nth-child(3):before{
  content: "③";
}
.editor ol > li:nth-child(4):before{
  content: "④";
}
.editor ol > li:nth-child(5):before{
  content: "⑤";
}
.editor ol > li:nth-child(6):before{
  content: "⑥";
}
.editor ol > li:nth-child(7):before{
  content: "⑦";
}
.editor ol > li:nth-child(8):before{
  content: "⑧";
}
.editor ol > li:nth-child(9):before{
  content: "⑨";
}
*/
.editor.clearfix ol > li > ul {
    list-style: inside none disc;
    padding-left: 1.5em;
}

.alignnone.size-full.wp-image-352 {
    margin: 20px 0 10px;
}

.page-id-11 .editor > p {
    max-width: 585px;
}

#staff-kamoku-list h3 {
	background-color: #003164;
	color:#FFF;
	padding:8px 15px;
	font-size: 18px;
	margin-bottom: 15px;
}
#staff-kamoku-list li {
	line-height:1.8;
	font-size: 16px;
	font-weight: bold;
}
#staff-kamoku-list li:before {
  background-color: rgb(160, 188, 191);
  content:"";
  width: 8px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align:text-top;
}
#staff-kamoku-list {
    padding-top: 38px;
}

.single-topics .title-section small {
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
}

.archive-list {
	padding:30px 15px;
	border-top:1px solid #ccc;
}
.archive-list-title {
	color:#003164;
	margin-bottom: 20px;
}
.archive-list-title > time {
	font-size:14px;
	font-weight: bold;
	display: block;
}
.archive-list-title > strong {
	font-size:20px;
}

#list-kensyu .editor img {
    width: 140px;
}

/*#slider-kenshu img {
}*/
.pc_only{
	display:block;
}
.sp_only{
	display:none;
}


.nav-recruit-bottom {
	display: flex;
	margin-bottom: 10px;
}
.nav-recruit-bottom a {
	padding: 5px;
}

.nav-recruit-bottom a:first-child {
	padding-left: 0px;
}
.nav-recruit-bottom a:last-child {
	padding-right: 0px;
}