@charset "UTF-8";
* {
  -webkit-box-sizing: border-box; 
   box-sizing: border-box; 
}
body {
  color: #231915;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 0.85em;
  text-align: left;
  line-height: 1.6;
  word-break: break-all;
}

p {
  font-size: 14px;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}


/*
Layouts
*/

#breadcrumbs {
  width: 950px;
  margin: 0 auto;
}

 #breadcrumbs li {
	padding:12px 6px 12px 0;
	float: left;
	font-size:85%;
}
 #content_subtitle {
	position:relative;
	border: 1px solid #dcdcdc;
	background: #f2f0ea;
	border-radius: 5px;
	box-shadow: 0 1px #ffffff, 0 0 0 1px #ffffff inset;
	padding:5px 15px;
	width: 810px;
	clear: both;
	behavior: url(/pro/PIE.htc);
}

.l-contents {
  overflow: hidden;
  margin: 0 auto;
  width: 950px;
  margin-top: 30px;
  clear: both;
}

.l-content {
  float: left;
  width: 760px;
  margin-right: 10px;
}

.l-sidebar {
  float: right;
  width: 180px;
}

.pc-image {
  display: inline-block !important;
}

.sp-image {
  display: none !important;
}

.pc-hide {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .l-contents, .l-content {
    width: 100%;
    float: none;
    margin: 0;
  }

  .l-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction:         column;
  }

  .l-sidebar {
    display: none;
  }

  .pc-image {
    display: none !important;
  }

  .sp-image {
    display: inline-block !important;
  }

  .pc-hide {
    display: block !important;
  }

  .sp-hide {
    display: none !important;
  }
}

.page-header {
  margin-bottom: 20px;
}

.page-header .page-title{
  background: #A91825;
  padding: 12px 18px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.page-header .breadcrumb {
  background: #231815;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
}

.page-header .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
/* 
Sidebar
*/
.reportWrap {
  margin-bottom: 10px;
  border: solid 1px #dcdcdc;
}

.contents-inner {
  margin: 2px 8px 4px;
}

.contents-inner .seminar-link {
  padding-bottom: 6px;
  border-bottom: solid 1px #dcdcdc;
}

.contents-inner .seminar-link li {
  margin-bottom: 2px;
}

.contents-inner .seminar-link li a {
  display: inline;
  color: #231915;
  font-weight: bold;
  font-size: 14px;
  margin-left: -2px;
}

.contents-inner .seminar-link li span {
  color: #A91825;
  font-size: 10px;
}

.contents-inner .report-index-link {
  margin-top: 2px;
  margin-bottom: 6px;
  text-align: right;
}

.contents-inner .report-index-link a {
  color: #231915;
  font-size: 13px;
  text-decoration: none;
}

.contents-inner .report-index-link a .icon-arrow {
  vertical-align: -6px;
}

.page-intro.page-intro-small {
  margin-bottom: 0;
  height: 150px;
}

.seminar-banner {
  padding: 14px 0px 16px 18px;
  background: #AC8E56;
}

@media screen and (min-width: 769px) {
  .seminar-banner img {
    display: inline-block;
    vertical-align: middle;
  }

  .seminar-banner img:first-child {
    margin-right: 8px;
  }

  .seminar-banner img:nth-child(2) {
    margin-right: 16px;
  }

  .seminar-banner a {
    display: inline-block;
  }

  .banner-inner > img:first-of-type {
    display: inline-block;
    width: 90px;
  }
}


/* 
Bottom Seminar Contents
*/

.bottom-contents {
  padding: 28px 0 0;
  border: solid 1px #DCDCDC;
  position: relative;
}

.bottom-contents:hover .seminar-banner{
  background: rgba(172, 142, 86, .7)
}

.bottom-contents:hover {
  background: rgba(0,0,0, .02);
}

.bottom-contents:hover .seminar-list li {
  opacity: .8;
}

.bottom-contents h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.bottom-contents .bottom-contents-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.seminar-list {
  overflow: hidden;
  margin-bottom: 26px;
  padding: 0 18px;
}

.seminar-item {
  float: left;
  width: 174px;
  margin-right: 8px;
}

.seminar-item:last-child {
  margin-right: 0;
}

.seminar-item .sminar-item-ph {
  display: inline-block;
  margin-bottom: 6px;
}

.seminar-item .sminar-item-btn {
  display: block;
  background: #fff;
  border-radius: 4px;
}

.sminar-item-btn img {
  vertical-align: middle;
}

.footerContentsC .global_borderC .block{  width:auto !important; }

  #footer_sp,
  #header_sp{
    display:none;
  }

@media screen and (max-width:768px) {
    #breadcrumbs{
      display:none;
	}
  .bottom-contents {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .bottom-contents h2 {
    display: none;
  }

  .seminar-list {
    display: none;
  }

  .seminar-banner {
    padding: 20px 14px 4px;
    text-align: center;
  }

  .banner-inner {
    max-width: 480px;
    margin: 0 auto;
  }

  .banner-inner img {
    display: inline-block;
    margin-bottom: 14px;
  }

  .banner-inner > img:first-of-type {
    display: inline-block;
    width: 36%;
  }
  #footer_sp,
  #header_sp{
    display:block;
  }
  #footer_pc,
  #header_pc{
    display:none;
  }
  #footer_menu2 .changeview,
  #footer_menu2 .changeview li{
      width: 100% !important;
  }
  #footer_menu2 .changeview li a{
      height: 40px !important;
  }
}