@charset "UTF-8";
/*
Theme Name: 大宮医師会
Theme URI: http://www.omiyakansen.com/
Description:  omiyakansen
Author: omiyakansen
*/
/*------------------------------
    RESET
--------------------------------*/
body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  line-height: 1.9;
}

/*body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, ul, ol, li,figure {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style:none;
}
table{
	border-collapse:collapse;
}*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=70 )";
}

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

figcaption {
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (min-width: 649px) {
  body, html {
    min-width: 1160px;
  }
}
/*------------------------------
    BASE
--------------------------------*/
.header {
  position: relative;
  height: 120px;
  text-align: center;
}

.header_logo {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -199px;
}

.gnav {
  background: #f36993;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  position: relative;
}

.gnav:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 1px;
}

.gnav .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.gnav .navbar-nav {
  display: flex;
  width: 100%;
  border-left: 1px solid rgba(233, 30, 132, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  padding: 0;
  margin: 0;
}

.gnav .navbar-nav > li {
  border-right: 1px solid rgba(233, 30, 132, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  flex: 1;
  white-space: nowrap;
}

.gnav .navbar-nav:before, .gnav .navbar-nav > li:before, .gnav .navbar-nav:after, .gnav .navbar-nav > li:after {
  display: none;
}

.gnav .navbar-nav > li a {
  color: #fff;
}

.gnav .navbar-nav > li > ul > li a {
  color: #000;
}

.gnav .navbar-nav > li a:hover {
  color: #fff;
  background: #e91e79;
}

.wrapper {
  padding-bottom: 20px;
}

.footer_link > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_link > ul > li {
  float: left;
  font-size: 13px;
  margin-left: 1em;
}

.footer_link > ul > li a:before {
  content: " \f138";
  font-family: FontAwesome;
  margin-right: 5px;
}

.footer {
  background-color: #FDF7F9;
  position: relative;
}

.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 1px;
}

.footer_inner {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer_logo_area {
  text-align: center;
  margin-bottom: 20px;
}

.footer_logo {
  width: 260px;
  height: auto;
}

.footer_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.footer_sitemap .col {
  -webkit-box-flex: 1 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  border-left: 1px solid #ccc;
}

.footer_sitemap .col:last-child {
  border-right: 1px solid #ccc;
}

.footer_sitemap .col p {
  font-size: 13px;
  margin-bottom: 0;
  color: #555555;
}

.footer_sitemap .col > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_sitemap .col > ul > li {
  font-size: 13px;
}

.footer_sitemap .col > ul > li a {
  color: #555;
}

.footer_sitemap .col > ul > li:before {
  content: " \f0da";
  font-family: FontAwesome;
  margin-right: 5px;
}

.copyright {
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  background: #f36993;
  margin: 0;
}

/*------------------------------
    COMMON
--------------------------------*/
.breadcrumbs_area {
  background-color: #FDF7F9;
  font-size: 12px;
  padding: 3px 0;
  margin-bottom: 30px;
}

.row {
  overflow: hidden;
  margin-bottom: 40px;
}

.row:last-child {
  margin-bottom: 0;
}

.article {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.article_ttl {
  font-size: 20px;
  background-color: #f36993;
  padding: 15px 30px;
  margin: 0;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.link_btn a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 4px;
  background: #f36993;
}

.link_btn a:before {
  content: " \f0da";
  font-family: FontAwesome;
  margin-right: 5px;
}

.link_btn a:hover {
  text-decoration: none;
  background: #004796;
  background: -moz-linear-gradient(top, #004796 0%, #3a8edc 90%);
  background: -webkit-linear-gradient(top, #004796 0%, #3a8edc 90%);
  background: linear-gradient(to bottom, #004796 0%, #3a8edc 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#004796", endColorstr="#3a8edc",GradientType=0 );
}

.topics_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topics_list > li {
  border-bottom: 1px dotted #d9d9d9;
  padding: 10px 0;
}

.topics_list > li .date {
  font-size: 13px;
  margin-right: 20px;
  color: #666666;
}

.topics_list > li a {
  font-size: 16px;
}

.topics_list > li .new {
  font-size: 12px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  background: #f36993;
}

/*------------------------------
    PAGES
--------------------------------*/
/*home*/
.home_main {
  padding: 0 10px 10px;
  background-color: #F8DDE5;
  border-radius: 0 0 10px 10px;
}

.home_main_img {
  margin-bottom: 10px;
}

.home_main_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.home_main_nav > li {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 230px;
  line-height: 1;
  position: relative;
}

.home_main_nav > li a {
  display: block;
  padding: 25px 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0 0 6px 6px;
}

.home_main_nav > li a:hover {
  text-decoration: none;
  border: 1px solid #f36993;
}

.home_main_nav > li a .cat {
  display: block;
  color: #808080;
  margin-bottom: 7px;
}

.home_main_nav > li a .ttl {
  display: block;
  color: #f36993;
  font-size: 22px;
  font-weight: bold;
}

.home_main_nav > li a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #f36993 transparent transparent transparent;
}

.home_main_nav > li:last-child {
  margin-right: 0;
}

.home_main_nav_other {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.home_main_nav_other > li {
  float: left;
  margin-right: 20px;
  width: 310px;
}

.home_main_nav_other > li:last-child {
  margin-right: 0;
}

.home_main_nav_other > li span.inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.home_main_nav_other_img {
  width: 100px;
  height: 100px;
}

.home_main_nav_other > li a {
  padding: 10px;
  border: 1px solid #8bd276;
  color: #8bd276;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  display: table;
  width: 100%;
}

.home_main_nav_other > li a:hover {
  text-decoration: none;
}

.home_topics_ttl {
  font-size: 19px;
  color: #666666;
  position: relative;
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.home_topics_ttl .link_btn {
  position: absolute;
  right: 0;
  top: -3px;
}

/*---キャンパスライフ---*/
/*年間行事*/
.table__events th {
  width: 20%;
}

/*---アクセス---*/
.access_map {
  width: 100%;
}

/*------------------------------ 
    WORDPRESS 
--------------------------------*/
/* 投稿エリア */
.entry {
  border: 1px solid #ccc;
  border-top: none;
  padding: 30px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.entry p {
  display: block;
  margin: 1em 0;
}

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

.entry strong {
  font-weight: bold;
}

.entry em {
  font-style: italic;
}

.entry blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* 画像 */
.entry .aligncenter {
  display: block;
  margin: 0 auto;
}

.entry .alignright {
  float: right;
  margin-right: 1em;
  margin-bottom: 1em;
}

.entry .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.entry img[class*=wp-image-],
.entry img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/*wp-page-list*/
.wp-page-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
}

.wp-page-list > li {
  padding: 13px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.wp-page-list li ul {
  list-style: none;
  padding-left: 20px;
}

.wp-page-list li ul {
  font-size: 14px;
}

.wp-page-list li ul li {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}

.wp-page-list ul li:last-child {
  border-bottom: none;
}

.wp-page-list .this-display-page {
  background-color: #FDF7F9;
}

.wp-page-list .not-has-child-page-tab, .wp-page-list .has-child-tab.tab_open, .wp-page-list .has-child-tab.tab_close {
  display: block;
  width: 100%;
  text-align: left;
}

.wp-page-list .not-has-child-page-tab:before {
  display: inline-block;
  content: "・";
  cursor: default;
  width: 25px;
  text-align: center;
}

.wp-page-list .has-child-tab.tab_open:before {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f146";
  width: 25px;
  text-align: center;
  color: #f36993;
}

.wp-page-list .has-child-tab.tab_close:before {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome;
  content: " \f0fe";
  width: 25px;
  text-align: center;
  color: #f36993;
}

.gouhi {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gouhi {
    text-align: left;
  }
}
.gouhi strong {
  font-size: 1.2em;
}

.form-gouhi {
  padding: 2em 0;
  text-align: center;
}

.form-gouhi input[type=text] {
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
  min-width: 50%;
}

@media screen and (max-width: 768px) {
  .form-gouhi input[type=text] {
    width: 100%;
  }
}
.gouhi-hantei {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .gouhi-hantei {
    text-align: left;
  }
}
.gouhi-hantei .main-ttl {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background-color: #8cab69;
  border-radius: 10px;
  margin: 0;
  padding: 0.5em;
}

.gouhi-hantei p + p {
  margin-top: 1em;
}

.gouhi-hantei .entry-number {
  font-size: 2rem;
  font-weight: bold;
}

.gouhi-hantei.gouhi-hantei__passed .main-ttl {
  background-color: #ff0000;
}

.gouhi-hantei.gouhi-hantei__failure .main-ttl {
  background-color: #000;
}

.form-button {
  text-align: center;
  padding: 3em 0 1em;
}

.form-button-submit {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
  line-height: 1.3;
  background: #d45a24;
  border: none;
  font-size: 2.3rem;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0px 5px 0px 0px #a8471d;
  top: -3px;
}

@media screen and (max-width: 768px) {
  .form-button-submit {
    font-size: 2rem;
  }
}
.form-button-submit:active {
  top: 0;
  box-shadow: 0px 2px 0px 0px #a8471d;
}

.form-button-submit:disabled {
  opacity: 0.5;
}