/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}
.w_base {
  margin: 0 auto;
  max-width: 980px;
  width: 100%
}
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  /*background: url(../images/logo.png) no-repeat-x top left;*/
  border-top: 20px solid #982672;
  border-bottom: 1px solid #982672;
}
.hd {
  height: 120px;
  /*position: relative;*/
}
.hd_logo a {
  width: 92px;
  height: 88px;
  background: url(../images/logo.png) no-repeat;
  font-size: 0
}
.hd_logo a {
  text-decoration: none;
  font-size: 4.0em !important;
  color: #982672;
  padding: 29px 0 15px 120px;
  margin: 40px 0
}
.hd p {
  display: block;
  color: #000;
  padding: 10px 0 0 120px;
  font-size: 1.5em !important
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav_bg {
  margin: 0;
  width: 250px;
  border-right: 1px solid #982672;
  margin-right: 20px
}
.nav {
  overflow: visible;
}
.nav_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px
}
.nav_list img {
  transition: All 0.5s ease;
}
.nav_list img:hover {
  opacity: 0
}
.nav_list a.current img {
  opacity: 0
}
.nav_list > li {
  position: relative;
  z-index: 1000;
  margin-bottom: 30px
}
.nav_list > li > a {
  display: block;
  text-align: left;
  font-size: 18px;
  text-decoration: none;
  color: #222;
  padding-left: 20px
}
.nav_list > li > a:hover, .nav_list > li > a.current {
  color: #982672;
  font-weight: bold;
  background: #FEC4EA;
		border-bottom: 1px solid #982672;
  padding: 13px 0 10px 0;
  margin-right: 20px;
  padding-left: 20px;
  transition: all .3s;
}
.nav_list > li:hover .nav_clist {
  display: block;
  animation: nav_active 1s ease 0s 1 alternate
}
@-webkit-keyframes nav_active {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes nav_active {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.nav_clist {
  display: none;
  transition: All 0.5s ease;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0
}
.nav_clist > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  position: relative
}
.nav_clist > li > a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none
}
.nav_clist > li > a:hover, .nav_clist > li > a.current {
  opacity: 0.8
}
.nav_clist > li:hover .nav_glist {
  display: block;
  animation: nav_active 1s ease 0s 1 alternate
}
.nav_glist {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%
}
.nav_glist > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4)
}
.nav_glist > li > a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none
}
.nav_glist > li > a:hover, .nav_glist > li > a.current {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.office {
  color: #982672;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #982672;
  padding-top: 10px;
  margin-bottom: 10px;
}
.name {
  color: #000;
  font-size: 1.2em;
  margin-left: 15px;
		background: #F4C7BD;
		padding: 15px 5px 15px 10px;
		margin-right: 10px
}
.name span{
  font-size: 0.9em;
}
/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con_bg {
  background: url(../images/con_bg.png) no-repeat;
}
.con {
  display: flex;
  /*justify-content: space-between;*/
  flex-direction: row;
  padding: 0;
}
.main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 800px;
}
.side {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 230px;
}
.side h3 {
  background-color: #EEE;
  color: #111;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 8px;
  text-align: center
}
.side_nav_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #CCC;
  color: #111;
  display: block;
  padding: 12px 10px;
  text-decoration: none
}
.side_nav_list li a:hover, .side_nav_list li a.current {
  text-decoration: underline
}
/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft_bg {
  border-top: 1px solid #982672;
		background: #982672;
		color: #fff
}
.ft {
  padding: 30px 0;
}
.ft_copy {
  font-size: 12px;
  text-align: center
}
/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #2767B8;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  right: 30px;
  position: fixed;
  width: 60px;
  z-index: 100;
}
.pt:hover {
  opacity: 0.6;
}
.pt_btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background-color: #FFF;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 7px;
  bottom: 0;
}
.pt_btn::after {
  height: 7px;
  right: 0;
}
/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 800px;
}
.index_side {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 230px;
}
.index_bnr_list li {
  margin-bottom: 4px
}
.index_bnr_list a {
  padding: 16px 16px 16px 42px;
  border: 1px solid #000000;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  background: url(../images/icon_elink_black.png) no-repeat 16px center;
  color: #000000;
}
.index_bnr_list a:hover {
  background-color: #000;
  background-image: url(../images/icon_elink_white.png);
  color: #FFF
}
.index_news .h2_news {
  margin-bottom: 0px
}
.index_news_item {
  border-bottom: 1px dotted #999;
  display: flex;
  align-content: space-between;
  padding: 10px 0;
  width: 100%;
}
.index_news_item_date {
  width: 200px;
  font-size: 1.2em
}
.index_news_item_date:before {
  content: url(../images/icon_circle_arrow_green.gif);
  vertical-align: bottm;
  margin-right: 0.2em;
}
.index_news_item_ttl {
  width: calc(100% - 140px);
  font-size: 1.2em
}
.index_news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em
}
.index_news_item_icon_new:before {
  content: "NEW"
}
.index_news_scrl {
  max-height: 300px;
  overflow: auto
}
.index_slider_bg {}
/*-- object-fit ver IE11 サーバーアップで動作確認済み -- */
/*-- 
.index_slider img {
	width: 100%;
	max-height: 300px!important;
	-o-object-fit:cover!important;
	object-fit:cover;
	font-family:'object-fit: cover!important;'
} -- */

.index_comment {
  border: 3px solid red;
  padding: 20px;
  margin-block: 20px;
}
.index_comment p {
  font-size: 1.3em;
  letter-spacing: 0.07em;
}
.index_comment p:last-child {
  text-align: right;
  margin-top: 20px;
}
/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
  word-wrap: break-word
}
.mcon a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.mcon h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.mcon h2 {
 font-size: 20px;
  padding: 0.5em;
		margin: 20px 0;
  color: #982672;
  background: #FEC4EA;
  border-bottom: solid 3px #982672;
}

.mcon .h2_news {
 font-size: 20px;
  padding: 0.5em;
		margin: 20px 0;
  color: #982672;
  background: #FEC4EA;
  border-bottom: solid 3px #982672;
}
/*.mcon .h2_news {
 font-size: 20px;
  padding: 0.5em;
		margin: 20px 0;
  color: #0C8900;
  background: #A6FEC2;
  border-bottom: solid 3px #1DBE00;
}*/
/*.mcon h2 {
 font-size: 20px;
  padding: 0.5em;
		margin: 20px 0;
  color: #3c7170;
  background: #E8FFFA;
  border-bottom: solid 3px #982672;
}*/

.mcon h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 0.25em 0.5em;
  color: #626063;
  background: transparent;
  border-left: solid 5px #982672;
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5, .mcon h6 {
  font-size: 1.1em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000
}
.mcon iframe {
  max-width: 100%
}
.mcon img {
  max-width: 100%;
  height: auto
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em
}
.mcon p {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 1em
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  position: relative;
  background: #8b0000;
  border: 1px solid #8b0000;
  box-sizing: border-box;
  padding: 5px 25px 0 40px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn:hover {
  background: #fff;
  color: #8b0000;
}
a.btn:hover:before {
  border-top: 2px solid #8b0000;
  border-right: 2px solid #8b0000;
}

.bnr{
  margin-top: 20px;
}

.bnr ul li{
  margin-bottom: 10px
}
.bnr a:hover{
  opacity: 0.7
}

.table_box {
 width:720px;
}

img {
    image-rendering: -webkit-optimize-contrast;
}
