@charset "UTF-8";
/* --------------------------------------------- */
/* ▼mobile (全環境に共通) */
/* --------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #111;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #111;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

html {
  overflow-y: scroll;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  color:#111;
}

@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon.woff) format('woff'), url(fonts/icomoon.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"]{
  height: 32px;
  width: 32px;
  display: inline-block;
  fill: currentColor;
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:visited {
  color: #111;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #ea5e11;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.linklist {
  color: #014099;
}
a.linklist:hover {
  color: #3480ce;
  text-decoration: underline;
}

a[href^="tel:"] {
  cursor: pointer;
}

*:focus {
  outline: none;
}

#container {
  width: auto;
}

#container_main {
  float: none;
  width: auto;
}
#container_right {
  float: none;
  width: auto;
}
#container_left {
  float: none;
  width: auto;
}
#container_bottom {
  margin-top: 30px;
}

#Checksize {
  display: none;
}

/* header
-----------------------------------------*/
.header_nav {
  padding: 0 8px;
  width: auto;
  height: 50px;
  border-bottom: solid 2px #e95504;
}
.header_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header_nav .site_title {
  width: 132px;
  margin: 0;
  padding-top: 10px;
}
.header_nav .site_title img {
  width: 100%;
  height: auto;
}

.header_nav .site_title a {
  display: block;
}

.header_nav .util_sitetxt {
  display: none;
}
.header_nav .util_sitetxt img {
  width: auto;
  height: 11px;
}
.header_nav .nav_link {
  position: absolute;
  top: 8px;
  right: 0px;
  width: auto;
}
.header_nav .nav_link p {
  float: left;
}
.header_nav .nav_link p.link a {
  position: relative;
  padding: 11px 18px 10px 20px;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.header_nav .nav_link p.link:after {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 7px;
  width: 5px;
  height: 5px;
  margin: 2px 0 0 0;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_nav .nav_link p.search,
.header_nav .nav_link p.menubtn {
  width: 46px;
  font-size: 8px;
  font-weight: bold;
  border-right: solid 1px #ccc;
}

.header_nav .nav_link p.search {
  border-left: solid 1px #ccc;
  position: relative;
}

.header_nav .nav_link p.menubtn {
  border-right: none;
}

.header_nav .nav_link p.search a,
.header_nav .nav_link p.menubtn a {
  display: block;
  color: #111;
  height: 33px;
  padding-top: 24px;
  font-size: 8px;
  text-align: center;
  box-sizing: border-box;
}

.header_nav .nav_link p.search a:hover,
.header_nav .nav_link p.menubtn a:hover {
  color:#e95504;
}

.header_nav .nav_link p.search a {
    background: url(/img/header/header_search_sp.png) no-repeat center top;
    background-size: 20px;
}

.header_nav .nav_link p.menubtn a,
.header_nav .nav_link p.menubtn.close a {
  background: url(/img/header/header_menu_sp.png) no-repeat center top;
  background-size: 20px;
}

.header_nav .nav_link p.menubtn.open a {
  background: url(/img/header/header_menu_close_sp.png) no-repeat center top;
  background-size: 20px;
}

.nav_menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
}

.nav_menu.close {
  display: none;
}

.nav_menu ul {
  background-color: #fff;
  border-top: solid 1px #CCC;
}

.nav_menu ul li {
  border-bottom: solid 1px #CCC;
}

.nav_menu ul li a {
  position: relative;
  display: block;
  padding: 15px;
}

.nav_menu ul li a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_menu p {
  background-color: #fff;
  padding: 15px;
  text-align: right;
  border-bottom: solid 1px #CCC;
}

.nav_menu p a {
  position: relative;
}

.nav_menu p a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 0;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* breadcrumbs
-----------------------------------------*/
.header_breadcrumbs {
  font-size: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: #e9e9e9;
  clear: both;
  padding: 7px 10px;
}
.frame_breadcrumbs ol {
  display: inline;
  width: 100%;
  white-space: nowrap;
}
.frame_breadcrumbs ol:before {
  font-family: 'icomoon';
  content: '\e912';
  font-size: 1.1em;
  line-height: 1;
  margin-right: 3px;
}
.frame_breadcrumbs ol li {
  display: inline;
  font-size: 10px;
  line-height: 1;
  position: relative;
  padding-right: 18px;
}
.frame_breadcrumbs ol li a:after {
  position: absolute;
  top: 4px;
  right: 7px;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* container_left
-----------------------------------------*/

/* container_right
-----------------------------------------*/
.frame_side_contents {
  padding-bottom:30px;
}
.frame_side_contents p.limit {
  margin: 13px 10px 0;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}

.frame_side_contents .sideTitle {
  position: relative;
  margin: 0 10px;
  padding: 18px 0 18px 50px;
  text-align: left;
  background-color: #f1efe3;
  background-size: 40px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

.frame_side_contents .sideTitle:after {
  position: absolute;
  top: 44%;
  left: 10px;
  margin-top: -40px;
  margin-left: -25px;
}
.frame_side_contents.rank .sideTitle:after {
  content: url(/img/icon/icon_side_rank_sp.png);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.frame_side_contents .sideTitle.icon:after {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  content: '';
  font-family: 'icomoon';
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
  margin: 0 0 0 0px;
  text-align: center;
}
.frame_side_contents.chumoku .sideTitle.icon:after {
  content: '\e911';
}
.frame_side_contents.seminar .sideTitle.icon:after {
  content: '\e8f9';
}

.frame_side_contents .morelink {
  margin: 0 10px;
}

.frame_side_contents .morelink a {
  position: relative;
  text-align: center;
  margin: 20px 20px 0;
  padding: 18px 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
  font-weight: bold;
  display: block;
}

.frame_side_contents .morelink a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.frame_side_entry {
  display: block;
  margin: 15px 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}

.frame_side_entry:after {
  content: '';
  display: block;
  clear: both;
}

.frame_side_entry .frame_side_entry_img {
  position: relative;
  float: left;
  width: 100px;
}
.frame_side_entry .frame_side_entry_img img {
  width: 100%;
  height: auto;
}
.frame_side_entry .frame_side_entry_body {
  padding-left: 110px;
}

.frame_side_entry .frame_side_entry_body p {
  font-size: 13px;
  line-height: 1.5;
}
.frame_side_entry .frame_side_entry_body ul.side_column_tags {
  margin-top: 10px;
  float: none;
  width: auto;
}
.frame_side_entry .frame_side_entry_body ul.side_column_tags li {
  display: inline-block;
  padding: 3px 12px;
  font-size: 10px;
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #777;
}

/* rank */
.rank_list_sec li .frame_side_entry_img:before {
  position: absolute;
  top: -20px;
  left: -20px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 9;
}
.rank_list_sec li:nth-child(1) .frame_side_entry_img:before {
  content: url(/img/icon/icon_rank_01.png);
}

.rank_list_sec li:nth-child(2) .frame_side_entry_img:before {
  content: url(/img/icon/icon_rank_02.png);
}

.rank_list_sec li:nth-child(3) .frame_side_entry_img:before {
  content: url(/img/icon/icon_rank_03.png);
}

.rank_list_sec li:nth-child(4) .frame_side_entry_img:before {
  content: url(/img/icon/icon_rank_04.png);
}

.rank_list_sec li:nth-child(5) .frame_side_entry_img:before {
  content: url(/img/icon/icon_rank_05.png);
}

.rank_list_sec .frame_side_entry_body .pro_name {
  margin-top: 8px;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}

/* seminar */
.seminar_list_sec .frame_side_entry_img {
  width: 60px;
}

.seminar_list_sec .frame_side_entry_img ul.side_column_tags {
  margin-top: 10px;
  width: 225px;
}

.seminar_list_sec .frame_side_entry_img .date {
  float: left;
  width: 60px;
  height: 86px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #CCC;
  font-size: 14px;
  font-weight: bold;
}
.seminar_list_sec .frame_side_entry_img .date span {
  position: relative;
  display: block;
  padding-top: 14px;
  margin-bottom: 18px;
  box-sizing: border-box;
  height: 40px;
  background-color: #f0efe3;
}
.seminar_list_sec .frame_side_entry_img .date span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid #f0efe3;
  border-left: 10px solid transparent;
}
.seminar_list_sec .frame_side_entry_img .date small {
  font-size: 10px;
}

.seminar_list_sec .frame_side_entry_body {
  padding-left: 75px;
}

/* add */
.add_img {
  margin: 15px 10px 15px 10px;
}

.add_img img {
  width: 100%;
  height: auto;
}

/* .mp-ie
-----------------------------------------*/
.mp-ie {
  padding: 30px 0;
}
.mp-ie .page_one {
  overflow: hidden;
  padding: 0 10px;
}
.mp-ie .page_one div a,
.mp-ie .page_one div span {
  position: relative;
  border: solid 1px #ea5a1e;
  background-color: #fff;
  color: #ea5a1e;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
}
.mp-ie .page_one div span {
  color:#fff;
}
.mp-ie .page_one .other_p,
.mp-ie .page_one .current_p,
.mp-ie .page_one .ten {
  display: none;
}
.mp-ie .page_one .prev_p {
  float: left;
  width: 48%;
  margin: 0;
}
.mp-ie .page_one .prev_p a {
  padding-left:15px;
}
.mp-ie .page_one .next_p {
  float: right;
  width: 48%;
  margin: 0;
}
.mp-ie .page_one .next_p a {
  padding-right:15px;
}

.mp-ie .page_one div.prev_p a:after {
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ea5a1e;
  border-right: solid 2px #ea5a1e;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mp-ie .page_one div.next_p a:after {
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ea5a1e;
  border-right: solid 2px #ea5a1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mp-ie .page_one .prev_p span,
.mp-ie .page_one .next_p span {
  border: none;
  display: inline;
  color:#ea5a1e;
}

/* .mp-ie.appear
-----------------------------------------*/
.mp-ie.appear .page_one {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0;
}
.mp-ie.appear .page_one div,
.mp-ie.appear .page_one div {
  margin: 0 4px 4px;
}
.mp-ie.appear .page_one .other_p,
.mp-ie.appear .page_one .current_p {
  display: block;
}
.mp-ie.appear .page_one .next_p,
.mp-ie.appear .page_one .prev_p {
  float: none;
  width: 40px;
}
.mp-ie.appear .page_one .next_p span,
.mp-ie.appear .page_one .prev_p span {
  display: none;
}
.mp-ie.appear .page_one div a,
.mp-ie.appear .page_one div span {
  width: 40px;
  padding: 0;
}
.mp-ie .page_one div.next_p a:after {
  right: 15px;
}
.mp-ie .page_one div.prev_p a:after {
  left: 15px;
}


/* container_bottom
-----------------------------------------*/
.Addbnr {
  padding: 24px 0px 14px 0px;
  background-color: #efefef;
}

.Addbnr_inner {
  margin: 0 8px;
  width: auto;
}

.Addbnr_inner .addTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 14px;
}

.Addbnr_inner ul:after {
  content: '';
  display: block;
  clear: both;
}

.Addbnr_inner ul li {
  float: left;
  width: 33.33%;
  width : 33.33333% ;
  width : -webkit-calc(100% / 3);
  width : calc(100% / 3);
  border: 2px solid #efefef;
  box-sizing: border-box;
}

.Addbnr_inner ul li img {
  width: 100%;
  height: auto;
}

.Addbnr_inner ul li a {
  display: block;
}

/* frame_footer
-----------------------------------------*/
#frame_footer_inner {
  margin: 0 10px;
  width: auto;
}
#frame_footer_summary .summaryTitle {
  font-size: 11px;
  color: #444;
  margin-top: 25px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  line-height: 1.5;
  background: url(/img/bg_line.png) repeat-x left bottom;
}
#frame_footer_summary p {
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
  color:#444;
}

#frame_footer_recent {
  margin-top: 10px;
  padding-bottom: 10px;
  background-color: #eeeeee;
}

#frame_footer_recent_inner {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}

#frame_footer_recent_inner h4 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 27px;
}

#frame_footer_recent_inner h4 span {
  display: inline-block;
  padding: 5px 0 5px 30px;
  background: url(/img/icon/icon_pro.png) no-repeat left 3px;
  background-size: 20px;
}

#recentView-wrap ul {
  margin: 20px 20px 20px 15px;
}

#recentView-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}

#recentView-wrap ul li {
  float: left;
  width: auto;
  margin: 0 10px;
  font-size: 12px;
  line-height: 1.4;
}

#recentView-wrap ul li a {
  display: block;
}

#recentView-wrap ul li img {
  border: solid 2px #fff;
  margin-bottom: 11px;
  width: 100%;
  height: auto;
}

#recentView-wrap ul li:nth-child(8n) {
  margin-right: 0;
}

/* Slick */
#recentView-wrap .slick-prev,
#recentView-wrap .slick-next {
  top: 50%;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  background-color: #dd5511;
  border-radius: 50%;
  z-index: 9;
}

#recentView-wrap .slick-next {
  margin-right: -30px;
}

#recentView-wrap .slick-prev:before,
#recentView-wrap .slick-next:before {
  opacity: 1;
  content: '';
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -7px 0 0 5px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#recentView-wrap .slick-next:before {
  left: 5px;
  margin: -7px 0 0 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* footer
-----------------------------------------*/
#footer {
  margin-bottom: 50px;
  border-top: solid 2px #ea5503;
}

#footer_inner {
  position: relative;
  margin: 0 10px;
  width: auto;
}

#footer_inner .mbp_banner {
  margin-top: 15px;
  width: 138px;
  text-align: center;
  margin: 20px auto 10px;
}

#footer_inner .mbp_banner img {
  width: 100%;
  height: auto;
}

#footer_inner .mbp_banner a {
  display: block;
}

.footer_links {
  clear: both;
  padding-top: 1px;
  position: static;
  width: auto;
  text-align: center;
}

.footer_links:after {
  content: '';
  display: block;
  clear: both;
}

.footer_links ul {
  margin-top: 10px;
}

.footer_links ul li {
  display: inline-block;
  margin-top: 10px;
  border-right: none;
  border-left: solid 1px #111;
  font-size: 12px;
  padding-left: 8px;
  margin-left: 8px;
}

.footer_links ul li:first-child {
  border-left: 0;
}

.footer_links p small {
  font-size: 11px;
}

.footer-bottom {
    border-top: 1px solid #eee;
    padding: 15px 0 0px;
    margin-top: 50px;
}
.footer-bottom .group-site {
    margin-bottom: 30px;
    text-align: center;
}
.footer-bottom .group-site dt {
  display: inline-block;
  font-size: 12px;
  font-weight:bold;
  color: #444;
}

.footer-bottom .group-site dd {
  display: inline-block;
  font-size: 12px;
  padding-left: 8px;
  margin: 10px 0 0 8px;
  border-left: solid 1px #333;
}

.footer-bottom .group-site li:first-child {
    border-left: 0;
}

.footer-bottom .group-site li:last-child {
    margin-right: 0;
}

.footer-bottom address {
  text-align: center;
  font-size: 11px;
  font-style: normal;
}
.copy {
    margin-top: 15px;
}
/* #widget
-----------------------------------------*/
#widget {
  margin-top: 10px;
}

#widget dl {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 17px 0;
  background-color: #efefef;
}

#widget dt {
  background-color: #fff;
  border-radius: 4px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  margin: 0 7px;
  text-align: center;
  text-transform: uppercase;
  font-family: Noto Sans CJK JP,sans-serif;
}

#widget dd {
  display: flex;
}

#widget dd ul {
  display: flex;
}

#widget dd ul li {
  margin: 0 8px;
}

#widget dd ul li a {
  display: block;
}

#widget dd ul li a img {
  width: 40px;
  height: auto;
}

/* エリアサイト
-----------------------------------------*/
.area .header_nav .site_title {
  width: 110px;
  margin: 0;
  padding-top: 12px;
}
.area .header_nav .util_comlogo {
  position: absolute;
  top: 15px;
  left: 124px;
}
.area .header_nav .util_comlogo img {
  height: 20px;
}

/* ▼スマホ320以下の例外px */
@media all and (max-width: 320px) {
.area .header_nav .site_title {
  padding-top: 3px;
}
.area .header_nav .util_comlogo {
  position: static;
}
}

/* -------------------------------------------- */
/* ▼tablet */
/* -------------------------------------------- */
@media all and (min-width: 768px) {


}
/* ------------------------------------ */
/* ▼pc */
/* ------------------------------------ */
@media all and (min-width: 920px) {

a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

a[href^="tel:"]:active {
  color: #111;
  text-decoration: none;
}

#container:after {
  content: '';
  display: block;
  clear: both;
}

#container_inner {
  width: 1060px;
  margin: 0 auto;
}
#container_inner_wrap {
  width: 1060px;
  margin: 0 auto 80px;
  padding-top: 40px;
}
#container_main {
  float: right;
  width: 768px;
}
#container_main.leftMain {
  float: left;
  width: 718px;
}
#container_right {
  float: right;
  width: 300px;
}
#container_left {
  float: left;
  width: 250px;
}
#container_center {
  width:925px;
  margin:0 auto;
}
#container_bottom {
    margin-top: 80px;
}

#Checksize {
    display: block;
}

/* header
-----------------------------------------*/
.header_nav {
  height: 85px;
  border-bottom:none;
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.header_nav .site_title {
  float: left;
  margin: 18px 27px 0 0;
  padding:0;
  width: auto;
}

.header_nav .site_title img {
  width:auto;
  height:52px;
  backface-visibility: hidden;
}

.header_nav .util_sitetxt {
 display: block;
  float: left;
  margin-top: 40px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.header_nav .nav_link {
  float: right;
  position: static;
  margin-top: 18px;
}
.header_nav .nav_link p.link {
  position: relative;
  float: left;
  padding: 16px 52px 0 20px;
  font-weight: bold;
}
.header_nav .nav_link p.link a{
  padding:0;
  font-size: 14px;
}
.header_nav .nav_link p.link:after {
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 2px 0 0 0;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
}

.header_nav .nav_link p.search,
.header_nav .nav_link p.menubtn {
  width: 76px;
  border-left: solid 1px #ccc;
  border-right: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

.header_nav .nav_link p.menubtn {
  border-right: solid 1px #ccc;
}

.header_nav .nav_link p.search a,
.header_nav .nav_link p.menubtn a {
  display: block;
  height: 51px;
  box-sizing: border-box;
  padding-top: 40px;
}

.header_nav .nav_link p.search a {
  background: url(/img/header/header_search.png) no-repeat center top;
}

.header_nav .nav_link p.menubtn a,
.header_nav .nav_link p.menubtn.close a {
  background: url(/img/header/header_menu.png) no-repeat center top;
}

.header_nav .nav_link p.menubtn.open a {
  background: url(/img/header/header_menu_close.png) no-repeat center top;
}

.nav_menu {
  top: 85px;
  margin: 0 10px;
}

/* breadcrumbs
-----------------------------------------*/
.header_breadcrumbs {
  overflow: hidden;
  padding: 10px;
}
.frame_breadcrumbs ol {
  display: block;
  margin: 0 auto;
  width: 1060px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.frame_breadcrumbs ol:before {
  font-size: 12px;
}
.frame_breadcrumbs ol li {
  font-size: 12px;
  padding-right: 20px;
}
.frame_breadcrumbs ol li a:after {
  top: 5px;
  right: 8px;
  width: 6px;
  height: 6px;
}

/* container_left
-----------------------------------------*/

/* container_right
-----------------------------------------*/
.frame_side_contents {
  padding-bottom: 60px;
}

.frame_side_contents p.limit {
  margin: 0px;
}

.frame_side_contents .sideTitle {
  padding: 28px 0 23px 0;
  text-align: center;
  margin:0 0 10px;
}

.frame_side_contents .sideTitle:after {
  top: -25px;
  left: 50%;
  margin-top: 0;
}
.frame_side_contents .sideTitle.icon:after {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 5px #f1efe3;
  font-family: 'icomoon';
  font-size: 22px;
  line-height: 40px;
  color: #111;
}
.frame_side_contents.rank .sideTitle:after {
  content: url(/img/icon/icon_side_rank.png);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.frame_side_contents.seminar .sideTitle:after {
  content: url(/img/icon/icon_side_seminar.png);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.frame_side_entry {
  margin: 0;
  padding-top: 15px;
}

.frame_side_entry .frame_side_entry_body ul.side_column_tags li {
  font-size:11px;
}

.frame_side_entry .frame_side_entry_body ul.side_column_tags {
  width: 185px;
}

.frame_side_contents .morelink {
    margin: 0;
}

.frame_side_contents .morelink a {
  margin: 20px 0 0;
}
/* add */
.add_img {
  margin: 0 10px;
  padding-bottom: 30px;
}

/* .mp-ie
-----------------------------------------*/
.mp-ie .page_one {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0;
}
.mp-ie .page_one div {
  margin: 0 4px;
}
.mp-ie .page_one .other_p,
.mp-ie .page_one .current_p {
  display: block;
}
.mp-ie .page_one .prev_p {
  float: none;
  width: 80px;
  margin: 0 10px 4px 0;
}
.mp-ie .page_one .next_p {
  float: none;
  width: 80px;
  margin: 0 0 4px 10px;
}

.mp-ie .page_one .prev_p a,
.mp-ie .page_one .next_p a {
  padding:0;
}
.mp-ie .page_one div.next_p span,
.mp-ie .page_one div.prev_p span {
  display: none;
}


.mp-ie .page_one div {
  margin: 0 4px 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.mp-ie .page_one div.ten {
  width: 20px;
  text-align: center;
  line-height: 40px;
  display: block;
}
.mp-ie .page_one div a,
.mp-ie .page_one div span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
}
.mp-ie .page_one .current_p span {
  border: solid 1px #ea5a1e;
  background-color: #ea5a1e;
  color: #fff;
}
.mp-ie .page_one div a:hover {
  border: solid 1px #ea5a1e;
  background-color: #ea5a1e;
  color: #fff;
  text-decoration: none;
}
.mp-ie .page_one div.next_p a,
.mp-ie .page_one div.prev_p a  {
  position: relative;
  width:auto;
}
.mp-ie .page_one div.next_p a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 -8px;
  border-top: solid 2px #ea5a1e;
  border-right: solid 2px #ea5a1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mp-ie .page_one div.prev_p a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 -3px;
  border-top: solid 2px #ea5a1e;
  border-right: solid 2px #ea5a1e;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mp-ie .page_one div.next_p a:hover:after,
.mp-ie .page_one div.prev_p a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* container_bottom
-----------------------------------------*/
.Addbnr {
  padding: 26px 0 30px 0;
}

.Addbnr_inner {
  width: 1060px;
  margin: 0 auto;
}

.Addbnr_inner .addTitle {
  margin-bottom: 26px;
  text-align: center;
  font-size: 18px;
}

.Addbnr_inner ul {
  margin-left:2px;
}

.Addbnr_inner ul li {
  width: 130px;
  margin: 0 1px 3px 1px;
  border: 0;
  border-right: 1px solid #efefef;
}

/* frame_footer
-----------------------------------------*/
#frame_footer_inner {
  margin: 0 auto;
  width: 1060px;
}
#frame_footer_summary {
  padding-top: 40px;
}
#frame_footer_summary .summaryTitle {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 18px;
  padding-bottom: 18px;
  line-height: 1.5;
}
#frame_footer_summary p {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 30px;
  color:#444;
}
#frame_footer_recent_inner {
  width: 1060px;
}

#frame_footer_recent_inner h4 {
  text-align: left;
}

#recentView-wrap ul {
  margin: 18px 0 0 0;
}

#recentView-wrap ul li {
  width: 110px;
  margin: 0 25px 25px 0;
}

/* footer
-----------------------------------------*/
#footer {
  margin-bottom: 100px;
}

#footer_inner {
  margin: 0 auto;
  width: 1060px;
}

#footer_inner .mbp_banner {
  margin: 20px 0 0 0;
  width: 242px;
  text-align: left;
}
#footer_inner .mbp_banner img {
    width: auto;
    height: 52px;
}
.footer_links {
  position: absolute;
  top: 0;
  right: 0;
  width: 810px;
  text-align: right;
}

.footer_links ul {
  margin-top: 0;
  margin-bottom: 12px;
}

.footer_links ul li {
  margin: 0px 0 4px 8px;
}

.footer-bottom .group-site dd {
  margin: 0 0 0 8px;
}

/* #widget
-----------------------------------------*/
.entry_sns_sec {
    margin-top: 40px;
}
#widget dt {
  width:76px;
  margin: 0 10px;
}
#widget dd ul li a img {
  width: 40px;
}


/* エリアサイト
-----------------------------------------*/
.area .header_nav .site_title {
  float: left;
  margin: 18px 27px 0 0;
  padding:0;
  width: auto;
}
.area .header_nav .util_comlogo {
  float: left;
  margin-top: 25px;
  position: static;
}
.area .header_nav .util_comlogo a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.area .header_nav .util_comlogo img {
  width: auto;
  height: 100%;
  backface-visibility: hidden;
}



}
