@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

Qa CSS File

File Name		qa.css
Note			『お悩み相談集』カテゴリ用CSS


New Creation	2012/05/14 17:58
Update


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	header
5.	content
6.	main
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  background: #0d1c27;
}

a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../../img/pc/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
}

#yearend h2,
#yearend p {
  display: table-cell;
}

* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}

* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}

#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  color: #59514e;
}

#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#container {
  height: 100%;
}

* html #container {
  text-align: center;
}

#container #smartphone {
  border-bottom: 1px solid #1f313f;
  background: #102634;
}

#container #smartphone a {
  display: block;
  padding: 60px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #8da9b4;
}

#container .wrapper {
  margin: 0 auto;
  width: 980px;
  min-height: 100%;
  background: url(../../img/pc/container_bg.gif) center top repeat-y;
}

* html #container .wrapper {
  height: 100%;
  text-align: left;
}

body > #container .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	header
----------------------------------------------------------------------*/
#header {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 980px;
}

#header:after {
  content: "";
  display: table;
  clear: both;
}

* html #header {
  text-align: left;
}

#header h1,
#header .header__text {
  position: relative;
  z-index: 200;
  border-bottom: 1px solid #203041;
  background: #0d1c27;
  text-align: right;
  line-height: 24px;
  color: #8da9b4;
}

* html #header h1, * html
#header .header__text {
  height: 1%;
}

* + html #header h1, * + html
#header .header__text {
  height: 1%;
}

#header .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  margin: 57px 0 0;
  padding: 0 1px;
  width: 228px;
  min-height: 1px;
  background: none;
}

#header .wrapper #logo {
  margin-bottom: 40px;
  text-align: center;
}

#header .wrapper #gnavi {
  clear: left;
  background: url(../../img/pc/nav_bg.gif) left top no-repeat;
}

#header .wrapper #gnavi li {
  position: relative;
  text-align: center;
}

* html #header .wrapper #gnavi li a {
  height: 1%;
}

* + html #header .wrapper #gnavi li a {
  vertical-align: top;
}

#header .wrapper #gnavi li.hover a {
  display: block;
  width: 228px;
  height: 42px;
}

#header .wrapper #gnavi li.hover a img {
  display: block;
  width: auto;
  height: auto;
}

#header .wrapper #gnavi li.hover a:hover {
  background: none;
}

#header .wrapper #gnavi li.hover a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#header .wrapper #gnavi li a {
  display: block;
}

#header .wrapper #gnavi li ul {
  display: none;
  position: absolute;
  top: 0;
  right: -220px;
  z-index: 999;
  padding-left: 6px;
  width: 219px;
  border-right: 1px solid #2a3745;
  background: url(../../img/pc/gnavi_page_bg.png) left top no-repeat;
}

#header .wrapper #gnavi li.hover ul li,
#header .wrapper #gnavi li.active ul li {
  background: none !important;
}

#header .wrapper #gnavi li.hover ul li a,
#header .wrapper #gnavi li.active ul li a {
  display: inline;
  width: auto !important;
  height: auto !important;
}

#header .wrapper #gnavi li.hover ul li a:hover,
#header .wrapper #gnavi li.active ul li a:hover {
  background: none;
}

#header .wrapper #gnavi li.hover ul li a:hover img,
#header .wrapper #gnavi li.active ul li a:hover img {
  width: auto !important;
  height: auto !important;
}

#header .wrapper #gnavi li ul li:first-child {
  border-top: 1px solid #2a3745;
}

#header .wrapper #gnavi li ul li:last-child {
  border-bottom: 1px solid #2a3745;
}

#header .wrapper #gnavi li ul li a {
  display: block !important;
  position: relative;
}

#header .wrapper .banner {
  margin: 40px 14px 14px;
}

#header .wrapper .banner__item a {
  display: block;
  transition: opacity .5s;
}

#header .wrapper .banner__item a:hover {
  opacity: .7;
}

#header .wrapper .banner__item + .banner__item {
  margin-top: 10px;
}

.h-info {
  *zoom: 1;
  position: relative;
  z-index: 300;
  float: right;
  margin-top: -1px;
  padding: 14px 4px 5px 18px;
  border: 1px solid #46464e;
  background: #383a42;
}

.h-info:after {
  content: "";
  display: table;
  clear: both;
}

.h-info .title,
.h-info .tel,
.h-info .form {
  float: left;
}

.h-info .title {
  margin: 7px 11px 0 0;
}

.h-info .tel {
  margin-right: 14px;
}

.h-info .tab-list {
  *zoom: 1;
  margin-bottom: 7px;
}

.h-info .tab-list:after {
  content: "";
  display: table;
  clear: both;
}

.h-info .tab-item {
  float: left !important;
  margin: 0;
  padding: 2px 0 3px;
  width: 39px;
  border-bottom: 1px solid #c2c3c3;
  border-left: 1px solid #c2c3c3;
  text-align: center;
}

.h-info .tab-item:last-child {
  border-right: 1px solid #c2c3c3;
}

.h-info .tab-item.active, .h-info .tab-item.hover {
  padding: 1px 0 4px;
  border-top: 1px solid #c2c3c3;
  border-bottom: medium none;
  background: url("../../img/pc/header_info_tel_tab_bg.gif") repeat-x scroll left top transparent;
  cursor: pointer;
}

.h-info .tabbox {
  display: none;
  text-align: center;
  color: #fff;
}

.h-info .tabbox img {
  margin-bottom: 5px;
}

.h-info .bhour {
  position: absolute;
  top: 62px;
  left: 19px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

* html .h-info .bhour {
  left: 195px;
}

.h-info .form {
  margin: 1px 0 0;
}

.h-info .form li {
  float: left;
  margin-right: 2px;
}

.h-info .form li dl dt {
  margin-bottom: 6px;
  text-align: center;
}

.h-info .form li dl dd {
  background: url("../../img/pc/header_info_form_bg.gif") left top no-repeat;
}

.h-info .form li dl dd a {
  display: block;
  width: 183px;
  height: 41px;
}

.h-info .form li dl dd a img {
  display: block;
  width: auto;
  height: auto;
}

.h-info .form li dl dd a:hover {
  background: none;
}

.h-info .form li dl dd a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.h-info .form .counseling dl dd {
  background-position: left bottom;
}

/*----------------------------------------------------------------------
5.	content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-left: 230px;
  width: 750px;
}

* html #content {
  width: 980px;
  text-align: left;
}

/*----------------------------------------------------------------------
6.	main
----------------------------------------------------------------------*/
#main {
  padding: 20px 0 0;
}

#main .title {
  margin: 0 20px;
}

#main #topicpath {
  *zoom: 1;
  transform: translateY(-100%);
  margin: 0 20px;
}

#main #topicpath:after {
  content: "";
  display: table;
  clear: both;
}

#main #topicpath ol {
  float: left;
  padding: 0 197px 0 10px;
  background: url(../../img/pc/topicpath_bg.png) right top repeat-y;
}

#main #topicpath ol li {
  float: left;
  margin-right: 7px;
  padding-right: 14px;
  background: url(../../img/pc/topicpath_bg.gif) right top no-repeat;
  line-height: 18px;
  color: #edeeee;
}

#main #topicpath ol li a {
  color: #edeeee;
}

#main #topicpath ol .last {
  margin: 0;
  padding: 0;
  background: none;
}

#main .tab {
  clear: both;
  margin: 0 20px;
}

#main .tab ul {
  *zoom: 1;
}

#main .tab ul:after {
  content: "";
  display: table;
  clear: both;
}

#main .tab ul li {
  float: left;
  margin-right: 2px;
}

#main .tab ul .active {
  background: none !important;
  padding: 0;
}

#main .tab ul .active a {
  display: inline;
  width: auto !important;
  height: auto !important;
}

#main .tab ul .active a:hover {
  background: none;
}

#main .tab ul .active a:hover img {
  width: auto !important;
  height: auto !important;
}

#main .header {
  margin-bottom: 20px;
  background: url(../../img/pc/main_tab_header_bg.gif) left bottom repeat-x;
}

#main .header ul {
  background: url(../../img/pc/main_tab_header_bg_footer.gif) right bottom no-repeat;
}

#main .header ul li {
  padding-top: 5px;
}

#main .footer {
  margin-bottom: 50px;
  background: url(../../img/pc/main_tab_footer_bg.gif) left top repeat-x;
}

#main .footer ul {
  background: url(../../img/pc/main_tab_footer_bg_footer.gif) right top no-repeat;
}

#main .footer ul li {
  padding-bottom: 5px;
}

#main .anchor {
  margin: 0 40px 20px;
}

#main .anchor ul {
  *zoom: 1;
}

#main .anchor ul:after {
  content: "";
  display: table;
  clear: both;
}

#main .anchor ul li {
  float: left;
  margin: 0 15px 10px 0;
}

#main .anchor ul li a {
  display: inline-block;
  padding-left: 18px;
  background: url(../../img/pc/main_anchor_bg.gif) left top no-repeat;
  line-height: 13px;
  font-size: 1.5em;
  color: #335775;
}

#main .section {
  margin: 0 20px 50px;
}

#main .section * {
  margin: 0 20px;
}

#main .section * * {
  margin: 0;
}

#main .section .title {
  margin: -4px 0 30px -14px;
}

#main .section p {
  margin: -5px 20px 25px;
  line-height: 1.625;
  font-size: 1.6em;
  color: #3c3938;
}

#main .section p.pic {
  margin: 0;
}

#main .section .section .title {
  margin: 0 0 20px;
  padding-left: 7px;
  border-left: 2px solid #112634;
  background: #335775;
}

#main .section .notice-tax {
  margin-top: 20px;
  padding: 12px 0;
  border: 1px solid #112634;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5em;
  color: #e85554;
}

.record #container #content #main .header ul .index {
  background: url("../../img/pc/record_main_tab_header_index_h.gif") left bottom no-repeat;
}

.record #container #content #main .header ul .index a {
  display: block;
  width: 124px;
  height: 33px;
}

.record #container #content #main .header ul .index a img {
  display: block;
  width: auto;
  height: auto;
}

.record #container #content #main .header ul .index a:hover {
  background: none;
}

.record #container #content #main .header ul .index a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.record #container #content #main .header ul .latest {
  background: url("../../img/pc/record_main_tab_header_latest_h.gif") left bottom no-repeat;
}

.record #container #content #main .header ul .latest a {
  display: block;
  width: 96px;
  height: 33px;
}

.record #container #content #main .header ul .latest a img {
  display: block;
  width: auto;
  height: auto;
}

.record #container #content #main .header ul .latest a:hover {
  background: none;
}

.record #container #content #main .header ul .latest a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.record #container #content #main .header ul .category {
  background: url("../../img/pc/record_main_tab_header_category_h.gif") left bottom no-repeat;
}

.record #container #content #main .header ul .category a {
  display: block;
  width: 109px;
  height: 33px;
}

.record #container #content #main .header ul .category a img {
  display: block;
  width: auto;
  height: auto;
}

.record #container #content #main .header ul .category a:hover {
  background: none;
}

.record #container #content #main .header ul .category a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.record #container #content #main .footer ul .index {
  background: url("../../img/pc/record_main_tab_footer_index_h.gif") left top no-repeat;
}

.record #container #content #main .footer ul .index a {
  display: block;
  width: 124px;
  height: 33px;
}

.record #container #content #main .footer ul .index a img {
  display: block;
  width: auto;
  height: auto;
}

.record #container #content #main .footer ul .index a:hover {
  background: none;
}

.record #container #content #main .footer ul .index a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.record #container #content #main .footer ul .latest {
  background: url("../../img/pc/record_main_tab_footer_latest_h.gif") left top no-repeat;
}

.record #container #content #main .footer ul .latest a {
  display: block;
  width: 96px;
  height: 33px;
}

.record #container #content #main .footer ul .latest a img {
  display: block;
  width: auto;
  height: auto;
}

.record #container #content #main .footer ul .latest a:hover {
  background: none;
}

.record #container #content #main .footer ul .latest a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.record #container #content #main .footer ul .category {
  background: url("../../img/pc/record_main_tab_footer_category_h.gif") left top no-repeat;
}

.record #container #content #main .footer ul .category a {
  display: block;
  width: 109px;
  height: 33px;
}

.record #container #content #main .footer ul .category a img {
  display: block;
  width: auto;
  height: auto;
}

.record #container #content #main .footer ul .category a:hover {
  background: none;
}

.record #container #content #main .footer ul .category a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

#main .section > .title {
  margin: -4px 0 30px -34px;
}

.record #main .main-inner {
  float: left;
  margin: 0 0 50px 20px;
  width: 514px;
}

.record #main .main-inner > .title {
  margin: -4px 0 30px -14px;
}

.record #main .main-inner .latest-list {
  *zoom: 1;
  margin: 0 0 50px 20px;
}

.record #main .main-inner .latest-list:after {
  content: "";
  display: table;
  clear: both;
}

.record #main .main-inner .latest-item {
  position: relative;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 245px;
  background-color: #EEF1F2;
}

.record #main .main-inner .latest-item:first-child {
  width: auto;
}

.record #main .main-inner .latest-item:nth-child(odd) {
  margin-right: 0;
}

.record #main .main-inner .latest-item:last-child, .record #main .main-inner .latest-item:nth-last-child(2) {
  margin-bottom: 0;
}

.record #main .main-inner .latest-item a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.record #main .main-inner .latest-item a:hover .title-text {
  text-decoration: underline;
}

.record #main .main-inner .latest-box-title {
  width: 245px;
  height: 80px;
  background-color: #315776;
}

.record #main .main-inner .latest-box-title .num {
  display: table-cell;
  position: relative;
  width: 100px;
  height: 28px;
  background-color: #0D1D27;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}

.record #main .main-inner .latest-box-title .num::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: url(../../img/pc/record_latest_box_title_bg.gif) left top repeat-y;
}

.record #main .main-inner .latest-box-title .num em {
  padding: 0 2px;
  font-size: 1.5em;
}

.record #main .main-inner .latest-box-title .title-text {
  display: block;
  padding: 6px 10px 8px;
  line-height: 1.4285714286;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}

.record #main .main-inner .latest-box-title .title-text time {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 11px;
  font-weight: normal;
}

.record #main .main-inner .latest-box-inner {
  *zoom: 1;
  padding: 8px;
}

.record #main .main-inner .latest-box-inner:after {
  content: "";
  display: table;
  clear: both;
}

.record #main .main-inner .latest-box-inner .pic {
  float: left;
  width: 100px;
  height: 58px;
}

.record #main .main-inner .latest-box-inner .pic img {
  width: 100%;
}

.record #main .main-inner .latest-box-inner .right {
  float: right;
  width: 123px;
}

.record #main .main-inner .latest-box-inner .right .text {
  margin: -3px 0 0;
  line-height: 1.4666666667;
  font-size: 1.5em;
}

.record #main .main-inner .main .latest-box-title {
  width: auto;
  height: auto;
}

.record #main .main-inner .main .latest-box-title .num {
  padding-top: 5px;
  width: 100px;
  height: 75px;
  font-size: 1.6em;
}

.record #main .main-inner .main .latest-box-title .num::before {
  height: 3px;
}

.record #main .main-inner .main .latest-box-title .num em {
  font-size: 1.375em;
}

.record #main .main-inner .main .latest-box-title .title-text {
  display: table-cell;
  position: relative;
  padding: 7px 20px 0;
  width: 354px;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 1.6em;
}

.record #main .main-inner .main .latest-box-title .title-text time {
  top: 8px;
  right: 11px;
}

.record #main .main-inner .main .latest-box-inner {
  padding: 20px;
}

.record #main .main-inner .main .latest-box-inner .pic {
  width: 210px;
  height: 123px;
}

.record #main .main-inner .main .latest-box-inner .right {
  width: 234px;
}

.record #main .main-inner .main .latest-box-inner .right .text {
  margin-top: -6px;
}

.record #container #content #main #keyword {
  margin: 0 0 50px;
}

.record #container #content #main #keyword > .title {
  margin: -4px 0 25px -14px;
  padding: 0;
  border: none;
  background: none;
}

.record #container #content #main #keyword .search {
  margin-bottom: 30px;
  background: #112634;
  margin: 0 0 25px 20px;
  margin-right: 0;
  margin-bottom: 25px;
}

.record #container #content #main #keyword .search form fieldset legend {
  display: none;
}

.record #container #content #main #keyword .search form fieldset dl {
  *zoom: 1;
}

.record #container #content #main #keyword .search form fieldset dl:after {
  content: "";
  display: table;
  clear: both;
}

.record #container #content #main #keyword .search form fieldset dl dt {
  float: left;
  padding: 7px 8px 7px 14px;
}

.record #container #content #main #keyword .search form fieldset dl dt input {
  padding: 2px 0 2px 40px;
  width: 458px;
  height: 24px;
  border: 1px solid #a3968a;
  background: url(../../img/pc/qa_search_bg.gif) 5px center no-repeat #fff;
  line-height: 24px;
  font-size: 1.4em;
  color: #3c3938;
}

.record #container #content #main #keyword .search form fieldset dd {
  overflow: hidden;
}

.record #container #content #main #keyword .search form fieldset dl dt {
  padding: 7px 0 7px 7px;
}

.record #container #content #main #keyword .search form fieldset dl dt input {
  width: 304px;
}

.record #container #content #main #keyword .search form fieldset dl dd {
  background: url(../../img/pc/qa_search_button_h.gif) left top no-repeat;
}

.record #container #content #main #keyword .search form fieldset dl dd input {
  transition: opacity 0.15s linear;
}

.record #container #content #main #keyword .search form fieldset dl dd input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.record #container #content #main #keyword .keywordlist {
  margin: 0 0 0 20px;
}

.record #container #content #main #keyword .keywordlist .title {
  margin: 0;
  padding: 0;
  border-left: none;
  background: #335775;
  text-align: center;
  line-height: 28px;
  font-size: 1.4em;
  font-weight: bold;
  color: #dbdcdc;
}

.record #container #content #main #keyword .keywordlist ul {
  *zoom: 1;
  padding: 15px 10px;
  background: #eeedee;
}

.record #container #content #main #keyword .keywordlist ul:after {
  content: "";
  display: table;
  clear: both;
}

.record #container #content #main #keyword .keywordlist ul li {
  display: inline;
  margin: 0 5px;
  line-height: 1.2;
  white-space: nowrap;
}

* + html .record #container #content #main #keyword .keywordlist ul li {
  float: left;
}

.record #container #content #main #keyword .keywordlist ul li a {
  font-size: 1.2em;
  color: #3c3938;
}

.record #container #content #main #keyword .keywordlist ul li .no1 {
  font-size: 1.4em;
}

.record #container #content #main #keyword .keywordlist ul li .no2 {
  font-size: 1.6em;
}

.record #container #content #main #keyword .keywordlist ul li .no3 {
  font-size: 1.8em;
}

.record #container #content #main #keyword .keywordlist ul li .no4 {
  font-size: 2em;
}

.record #container #content #main #keyword .keywordlist ul li .no5 {
  font-size: 2.2em;
}

.record #container #content #main #keyword .keywordlist ul li .no6 {
  font-size: 2.4em;
}

.record #container #content #main #catlist {
  margin: 0;
}

.record #container #content #main #catlist > .title {
  margin: -4px 0 25px -14px;
  padding: 0;
  border: none;
  background: none;
}

.record #container #content #main #catlist .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 20px;
}

.record #container #content #main #catlist .list .item {
  margin: 0 0 6px;
  padding: 7px;
  width: 230px;
  background: #ecebed;
}

.record #container #content #main #catlist .list .item:nth-child(even) {
  margin-right: 0;
}

.record #container #content #main #catlist .list .item .inner {
  position: relative;
}

.record #container #content #main #catlist .list .item .inner__title, .record #container #content #main #catlist .list .item .inner__text {
  margin-left: 60px;
}

.record #container #content #main #catlist .list .item .inner__title {
  margin-bottom: 8px;
  padding-top: 0;
  line-height: 1.25;
  font-size: 1.6em;
  font-weight: bold;
  color: #335775;
}

.record #container #content #main #catlist .list .item .inner__title span {
  margin-top: 3px;
  margin-left: -5px;
  font-size: 0.9375em;
  font-weight: normal;
  color: #3C3938;
}

.record #container #content #main #catlist .list .item .inner__pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.record #container #content #main #catlist .list .item .inner__pic a {
  width: 230px;
}

.record #container #content #main #catlist .list .item .inner__text {
  margin-top: -1px;
  margin-bottom: -1px;
  line-height: 1.2;
  font-size: 1.6em;
}

.record #container #content #main .info {
  *zoom: 1;
  margin: 0 0 50px;
  padding: 4px 6px 4px 52px;
  border: 1px solid #46464e;
  background: #383a42;
}

.record #container #content #main .info:after {
  content: "";
  display: table;
  clear: both;
}

.record #container #content #main .info .title {
  float: left;
  margin: 6px 0 0;
}

.record #container #content #main .info .form {
  float: left;
  margin: 0 0 0 72px;
}

.record #container #content #main .info .form li {
  float: left;
}

.record #container #content #main .info .form li {
  background: url("../../img/pc/header_info_form_bg.gif") left top no-repeat;
}

.record #container #content #main .info .form li a {
  display: block;
  width: 183px;
  height: 41px;
}

.record #container #content #main .info .form li a img {
  display: block;
  width: auto;
  height: auto;
}

.record #container #content #main .info .form li a:hover {
  background: none;
}

.record #container #content #main .info .form li a:hover img {
  width: 0;
  height: 0;
  vertical-align: top;
}

.record #container #content #main .info .form .counseling {
  background-position: left bottom;
}

.record #container #content #main #latest .pager {
  *zoom: 1;
  *zoom: 1;
  margin: 10px 20px;
}

.record #container #content #main #latest .pager:after {
  content: "";
  display: table;
  clear: both;
}

.record #container #content #main #latest .pager:after {
  content: "";
  display: table;
  clear: both;
}

.record #container #content #main #latest .pager dl {
  float: right;
}

.record #container #content #main #latest .pager dl dt,
.record #container #content #main #latest .pager dl dd {
  float: left;
  font-size: 1.2em;
  color: #3c3938;
}

.record #container #content #main #latest .pager dl dt {
  margin-right: 2px;
}

.record #container #content #main #latest .pager dl dt span {
  color: #866939;
}

.record #container #content #main #latest .pager dl dd ol li {
  float: left;
  margin: 0 2px;
}

.record #container #content #main #latest .pager dl dd ol li a {
  color: #335775;
}

.record #container #content #main #latest .pager dl dd ol li .now {
  padding: 2px;
  background: #eeedee;
}

.record #container #content #main #latest .entrylist {
  padding: 2px 0;
  background: url(../../img/pc/qa_entrylist_bg.gif) left top repeat-y;
}

.record #container #content #main #latest .entrylist li {
  border-bottom: 1px solid #112634;
  background: #eeedee;
}

.record #container #content #main #latest .entrylist .even {
  background: #fff;
}

.record #container #content #main #latest .entrylist .last {
  border: none;
}

.record #container #content #main #latest .entrylist li dl {
  padding: 14px 10px 12px 55px;
  background: url(../../img/pc/qa_entrylist_bg.png) 19px center no-repeat;
  text-align: right;
}

.record #container #content #main #latest .entrylist li dl .title {
  margin: 0 0 12px !important;
  text-align: left;
  line-height: 1;
}

.record #container #content #main #latest .entrylist li dl .title a {
  line-height: 1.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: #335775;
}

.record #container #content #main #latest .entrylist li dl .title .new {
  margin-left: 5px;
}

.record #container #content #main #latest .entrylist li dl .title .new img {
  vertical-align: -1px;
}

.record #container #content #main #latest .entrylist li dl dd {
  display: inline;
  color: #3c3938;
}

.record #container #content #main #latest .entrylist li dl .cat ul,
.record #container #content #main #latest .entrylist li dl .cat ul li {
  display: inline;
  color: #3c3938;
}

.record #container #content #main #latest .entrylist li dl .cat ul {
  margin: -2px 0 -2px -3px;
}

.record #container #content #main #latest .entrylist li dl .cat ul li {
  margin-right: -3px;
  border: none;
  background: none;
  line-height: 1.4;
  white-space: nowrap;
}

.record #container #content #main #latest .entrylist li dl .cat ul li::before {
  content: '｜';
}

.record #container #content #main #latest .entrylist li dl .cat ul li:first-child::before {
  content: '';
}

* html .record #container #content #main #latest .entrylist li dl .cat ul li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #3c3938;
}

* + html .record #container #content #main #latest .entrylist li dl .cat ul li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #3c3938;
}

* html .record #container #content #main #latest .entrylist li dl .cat ul li .last {
  margin: 0;
  padding: 0;
  border: none;
}

* + html .record #container #content #main #latest .entrylist li dl .cat ul li .last {
  margin: 0;
  padding: 0;
  border: none;
}

.record #container #content #main #latest .entrylist li dl .cat ul li a {
  color: #3c3938;
}

/* サイド */
.record #container #content #main .sub {
  float: right;
  margin-right: 20px;
  width: 176px;
}

.record #container #content #main .sub .banner ul li {
  margin-bottom: 10px;
  text-align: center;
}

.record #container #content #main .sub .popular > .title {
  margin: 0;
  padding: 10px 0;
  border-top: 2px solid #315776;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #3C3938;
}

.record #container #content #main .sub .popular .period {
  display: block;
  margin-top: 5px;
  font-size: 0.8823529412em;
  color: #535252;
}

.record #container #content #main .sub .popular-list {
  margin-bottom: 50px;
  border-top: 1px solid #b4b4b5;
  background-color: #EDECED;
}

.record #container #content #main .sub .popular-item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #b4b4b5;
}

.record #container #content #main .sub .popular-item a {
  display: block;
  padding: 10px 4px;
  text-decoration: none;
}

.record #container #content #main .sub .popular-item a:hover .title {
  text-decoration: underline;
}

.record #container #content #main .sub .popular-item .pic,
.record #container #content #main .sub .popular-item .point {
  display: table-cell;
  vertical-align: middle;
}

.record #container #content #main .sub .popular-item .pic {
  position: relative;
  margin-bottom: 7px;
  width: 100px;
  height: auto;
}

.record #container #content #main .sub .popular-item .pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 16px;
  background-position: left top;
  background-repeat: no-repeat;
}

.record #container #content #main .sub .popular-item .pic img {
  width: 100%;
}

.record #container #content #main .sub .popular-item .point {
  position: relative;
  padding-left: 21px;
  font-size: 1.8em;
  font-weight: bold;
  color: #0d1d27;
}

.record #container #content #main .sub .popular-item .point::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 8px;
  width: 10px;
  height: 17px;
  background: url(../../img/pc/record_sub_popular_item_arrow.png) left top no-repeat;
}

.record #container #content #main .sub .popular-item .point span {
  font-size: 0.8333333333em;
  font-weight: bold;
}

.record #container #content #main .sub .popular-item .title {
  margin: 5px 0 0;
  line-height: 1.2;
  font-size: 1.5em;
  color: #3C3938;
}

.record #container #content #main .sub .popular-item.no1 .pic::before {
  background-image: url(../../img/pc/record_sub_popular_item_no1_bg.gif);
}

.record #container #content #main .sub .popular-item.no2 .pic::before {
  background-image: url(../../img/pc/record_sub_popular_item_no2_bg.gif);
}

.record #container #content #main .sub .popular-item.no3 .pic::before {
  background-image: url(../../img/pc/record_sub_popular_item_no3_bg.gif);
}

.record #container #content #main .sub .popular-item.no4 .pic::before {
  background-image: url(../../img/pc/record_sub_popular_item_no4_bg.gif);
}

.record #container #content #main .sub .popular-item.no5 .pic::before {
  background-image: url(../../img/pc/record_sub_popular_item_no5_bg.gif);
}

/* 詳細 */
#details .sp {
  display: none !important;
}

#details .record-box h2,
#details .record-box .relation > .title,
#details .record-box .contents > .title {
  margin: 42px 0 30px -13px;
  padding: 6px 0 0 52px;
  background: url(../../img/pc/record_body_title_bg.gif) left top no-repeat;
  line-height: 39px;
  font-size: 1.8em;
  color: #DBDCDC;
}

#details .record-box h3 {
  margin: 30px 0 30px 20px;
  padding: 9px 0 9px 11px;
  border-left: 1px solid #112634;
  background-color: #315776;
  font-size: 1.6em;
  color: #DBDCDC;
}

#details .record-box h4 {
  margin: 50px 0 20px 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #8D713C;
  font-size: 1.8em;
  font-weight: bold;
  color: #315776;
}

#details .record-box h2,
#details .record-box h3,
#details .record-box h4 {
  clear: both;
}

#details .record-box-title {
  background-color: #315776;
}

#details .record-box-title .number,
#details .record-box-title .title {
  display: table-cell;
  vertical-align: middle;
}

#details .record-box-title .number {
  position: relative;
  width: 100px;
  height: 80px;
  background-color: #0D1D27;
  text-align: center;
  font-size: 1.6em;
  color: #FFF;
}

#details .record-box-title .number em {
  padding: 0 2px;
  font-size: 1.375em;
}

#details .record-box-title .number::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: url(../../img/pc/record_latest_box_title_bg.gif) left top repeat-y;
}

#details .record-box-title .title {
  margin: 0;
}

#details .record-box-title .title-text {
  padding: 0 20px;
  width: 374px;
  line-height: 1.5;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
}

#details .mainimg {
  width: 514px;
  height: auto;
}

#details .mainimg img {
  width: 100%;
}

#details .record-box-inner {
  *zoom: 1;
  padding-bottom: 60px;
  background: url(../../img/pc/record_details_section_bg.gif) 20px bottom no-repeat;
  color: #3B3939;
}

#details .record-box-inner:after {
  content: "";
  display: table;
  clear: both;
}

#details .record-box-inner .attr {
  *zoom: 1;
  padding: 8px;
  background-color: #EEF1F2;
}

#details .record-box-inner .attr:after {
  content: "";
  display: table;
  clear: both;
}

#details .record-box-inner .attr-item {
  float: right;
  margin-left: 5px;
  line-height: 1.3333333333;
  font-size: 1.5em;
}

#details .record-box-inner .attr-item:last-child {
  margin-left: 0;
}

#details .record-box-inner .time {
  margin-bottom: 5px;
  text-align: right;
  font-size: 1.5em;
}

#details .record-box-inner .category-list,
#details .record-box-inner .category-item {
  display: inline;
}

#details .record-box-inner .category-list {
  margin-right: -3px;
}

#details .record-box-inner .category-item {
  margin-left: -3px;
}

#details .record-box-inner .category-item a {
  font-weight: bold;
  color: #535252;
}

#details .record-box-inner .category-item::after {
  content: '／';
}

#details .record-box-inner .category-item:last-child::after {
  content: none;
}

#details .record-box-inner .lead {
  margin-bottom: -20px;
  padding: 22px 0 0;
}

#details .record-box-inner .lead .text {
  line-height: 2;
  font-size: 1.6em;
}

#details .record-body img {
  width: 100%;
  height: auto;
}

#details .record-body dl {
  float: right;
  padding: 0 0 50px 20px;
  width: 200px;
}

#details .record-body dl dt {
  padding: 0 0 5px;
}

#details .record-body dl dd {
  line-height: 1.25;
  font-size: 1.5em;
}

#details .record-body dl dd a {
  color: #3B3939;
}

#details .record-body p {
  margin: -6px 0 -6px 20px;
  line-height: 1.625;
  font-size: 1.6em;
}

#details .record-body p a {
  text-decoration: underline;
  color: #8D713C;
}

#details .record-body p em {
  background-color: #DFD6BE;
}

#details .record-body p .right {
  clear: both;
  float: right;
  padding: 6px 0 15px 20px;
  width: 200px;
}

#details .record-body p .right:last-child {
  padding-bottom: 30px;
}

#details .record-body p .right:first-child {
  padding-bottom: 15px;
}

#details .record-body h2 + p img,
#details .record-body h3 + p img {
  margin-bottom: 1em;
}

#details .record-body h2 + p img.right,
#details .record-body h3 + p img.right {
  margin: 0;
}

#details .record-body p + p img,
#details .record-body p:last-of-type img {
  margin-top: 1em;
}

#details .record-body p + p img.right,
#details .record-body p:last-of-type img.right {
  margin: 0;
}

#details .record-body > ul {
  clear: both;
  margin: 20px 0 20px 20px;
}

#details .record-body > ul li {
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.8571428571;
  font-size: 1.4em;
}

#details .record-body .summary,
#details .record-body .keyword {
  float: none;
  padding: 0;
  width: auto;
}

#details .record-body .summary {
  clear: both;
  margin: 50px 0 0 20px;
  border: 1px solid #112634;
}

#details .record-body .summary dl {
  float: none;
  padding: 0;
  width: auto;
}

#details .record-body .summary dt {
  padding: 8px 0;
  background-color: #315776;
  text-align: center;
  font-size: 1.6em;
  color: #DBDCDC;
}

#details .record-body .summary dd {
  padding: 18px 15px;
}

#details .record-body .summary dd li {
  margin-bottom: 13px;
  padding-left: 21px;
  background: url(../../img/pc/record_details_summary_list_bg.gif) left center no-repeat;
  line-height: 1.1;
}

#details .record-body .summary dd li:last-child {
  margin-bottom: 0;
}

#details .record-body .keyword {
  margin: 10px 0 0 20px;
  padding: 20px 15px 16px;
  background-color: #EDEDED;
}

#details .record-body .keyword dt,
#details .record-body .keyword dd {
  display: table-cell;
  vertical-align: middle;
}

#details .record-body .keyword dt {
  padding: 0 30px 0 0;
  width: 128px;
  font-size: 1.4em;
}

#details .record-body .keyword-list {
  *zoom: 1;
}

#details .record-body .keyword-list:after {
  content: "";
  display: table;
  clear: both;
}

#details .record-body .keyword-item {
  display: block;
  float: left;
  margin-bottom: 4px;
  line-height: 1;
  font-size: 1em;
  white-space: nowrap;
}

#details .record-body .keyword-item a {
  border-radius: 3px;
  transition: background 0.15s linear;
  display: block;
  margin: 0 2px;
  padding: 6px 10px;
  background: url(../../img/pc/record_keyword_list_bg.gif) left top repeat-x #6d6d6d;
  text-decoration: none;
  font-size: 0.8571428571em;
  color: #fff;
}

#details .record-body .keyword-item a:hover {
  background: url(../../img/pc/record_keyword_list_bg_h.gif) left top repeat-x #6d6d6d;
}

#details .record-body dl.record-body__cv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  clear: both;
  float: none;
  margin: 30px 0 50px 20px;
  padding: 5px 10px 5px 20px;
  width: auto;
  background: #f1f2f2;
}

#details .record-body dl.record-body__cv .record-body__cv__title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #4c4948;
}

#details .record-body dl.record-body__cv .record-body__cv__link a {
  display: block;
  width: 193px;
  transition: opacity .5s;
}

#details .record-body dl.record-body__cv .record-body__cv__link a img {
  opacity: 1;
  transition: opacity .5s;
}

#details .record-body iframe {
  margin-left: 20px;
}

#details .social-list {
  *zoom: 1;
  float: right;
  margin: 20px 0 0 20px;
}

#details .social-list:after {
  content: "";
  display: table;
  clear: both;
}

#details .social-item {
  position: relative;
  float: left;
  margin-left: 10px;
}

#details .social-item a {
  display: block;
}

#details .social-item .comment {
  border-radius: 5px;
  display: block;
  position: absolute;
  top: -28px;
  left: -15px;
  padding: 5px;
  width: 50px;
  background: #997f43;
  text-align: center;
  color: #fff;
}

#details .social-item .comment::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 24px;
  border: 6px solid transparent;
  border-top-color: #997f43;
}

#details .social-item.hatena .comment {
  left: -25px;
  width: 70px;
}

#details .social-item.hatena .comment::before {
  left: 34px;
}

#details .relation {
  padding-bottom: 60px;
  background: url(../../img/pc/record_details_section_bg.gif) 20px bottom no-repeat;
}

#details .relation .relation-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 20px;
}

#details .relation .relation-item {
  position: relative;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 245px;
  background-color: #EEF1F2;
}

#details .relation .relation-item:nth-child(even) {
  margin-right: 0;
}

#details .relation .relation-item:last-child, #details .relation .relation-item:nth-last-child(2) {
  margin-bottom: 0;
}

#details .relation .relation-item a {
  display: block;
  text-decoration: none;
  color: #fff;
}

#details .relation .relation-item a:hover .title-text {
  text-decoration: underline;
}

#details .relation .relation-box-title {
  margin: 0;
  padding: 0;
  width: 245px;
  border: none;
  background-color: #315776;
  font-size: 1.4em;
}

#details .relation .relation-box-title .num {
  display: table-cell;
  position: relative;
  width: 100px;
  height: 28px;
  background-color: #0D1D27;
  vertical-align: middle;
  text-align: center;
  font-size: 1.0714285714em;
  color: #fff;
}

#details .relation .relation-box-title .num::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: url(../../img/pc/record_latest_box_title_bg.gif) left top repeat-y;
}

#details .relation .relation-box-title .num em {
  padding: 0 2px;
  font-size: 1.2em;
}

#details .relation .relation-box-title .title-text {
  display: block;
  padding: 6px 20px 8px 10px;
  line-height: 1.4285714286;
  font-size: 1.1428571429em;
  font-weight: bold;
  color: #fff;
}

#details .relation .relation-box-title .title-text time {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 14px;
  font-weight: normal;
}

#details .relation .relation-box-inner {
  *zoom: 1;
  padding: 8px;
}

#details .relation .relation-box-inner:after {
  content: "";
  display: table;
  clear: both;
}

#details .relation .relation-box-inner .pic {
  float: left;
  width: 100px;
  height: 58px;
}

#details .relation .relation-box-inner .pic img {
  width: 100px;
  height: 58px;
}

#details .relation .relation-box-inner .right {
  float: right;
  width: 123px;
}

#details .relation .relation-box-inner .right .text {
  margin: -3px 0 0;
  line-height: 1.4;
  font-size: 1.5em;
  color: #3C3938;
}

#details .contents-list {
  *zoom: 1;
  display: table;
  margin-left: 20px;
  width: 493px;
  height: 98px;
  border-top: 1px solid;
  border-left: 1px solid;
  background: url(../../img/pc/record_details_contents_list_bg.gif) -1px -1px no-repeat;
}

#details .contents-list:after {
  content: "";
  display: table;
  clear: both;
}

#details .contents-item {
  float: left;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

#details .contents-item a {
  display: table-cell;
  padding-right: 26px;
  padding-left: 8px;
  width: 129px;
  height: 48px;
  background: url(../../img/pc/record_details_contents_item_arrow.gif) 138px center no-repeat;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 1.5em;
  font-weight: bold;
  color: #315776;
}

#details .contents-item a span {
  display: block;
  margin-top: 2px;
  font-size: 1em;
}

#details .contents-item:nth-child(3n+1) a {
  width: 130px;
}

#details .contents-item:nth-child(even) {
  background-color: #EBEBEC;
}

#details .case-info.case-info {
  margin-top: 12px;
  margin-bottom: 30px;
  padding: .5em;
  border: solid 1px #c1a772;
  line-height: 1.5;
  font-size: 1.2em;
  color: #4c4948;
}

#details .case-info.case-info a {
  text-decoration: underline;
  color: #8D713C;
}

/* カテゴリー */
#category #list > .title {
  margin: -4px 0 30px -13px;
}

#category #list .list {
  border: 1px solid #3c3938;
  border-bottom: none;
}

#category #list .list .item {
  border-bottom: 1px solid #3c3938;
}

#category #list .list .item .inner__title,
#category #list .list .item .inner__details {
  display: table-cell;
  vertical-align: middle;
}

#category #list .list .item .inner__title {
  padding: 15px 0;
  width: 122px;
  border-right: 1px solid #3c3938;
  text-align: center;
  line-height: 1.6;
  color: #3c3938;
}

#category #list .list .item .inner__title a {
  font-size: 1.6em;
  font-weight: bold;
  color: #3c3938;
}

#category #list .list .item .inner__title a img {
  margin-bottom: 5px;
}

#category #list .list .item .inner__title span {
  font-size: 1.4em;
}

#category #list .list .item .inner__details {
  background: #eeedee;
}

#category #list .list .item .inner__details .entrylist li {
  border-bottom: 1px solid #112634;
  background: #eeedee;
}

#category #list .list .item .inner__details .entrylist .even {
  background: #fff;
}

#category #list .list .item .inner__details .entrylist .last {
  border: none;
}

#category #list .list .item .inner__details .entrylist li dl {
  padding: 14px 10px 12px 55px;
  background: url(../../img/pc/qa_entrylist_bg.png) 19px center no-repeat;
  text-align: right;
}

#category #list .list .item .inner__details .entrylist li dl .title {
  margin: 0 0 12px !important;
  text-align: left;
  line-height: 1;
}

#category #list .list .item .inner__details .entrylist li dl .title a {
  line-height: 1.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: #335775;
}

#category #list .list .item .inner__details .entrylist li dl .title .new {
  margin-left: 5px;
}

#category #list .list .item .inner__details .entrylist li dl .title .new img {
  vertical-align: -1px;
}

#category #list .list .item .inner__details .entrylist li dl dd {
  display: inline;
  color: #3c3938;
}

#category #list .list .item .inner__details .entrylist li dl .cat ul,
#category #list .list .item .inner__details .entrylist li dl .cat ul li {
  display: inline;
  color: #3c3938;
}

#category #list .list .item .inner__details .entrylist li dl .cat ul {
  margin: -2px 0 -2px -3px;
}

#category #list .list .item .inner__details .entrylist li dl .cat ul li {
  margin-right: -3px;
  border: none;
  background: none;
  line-height: 1.4;
  white-space: nowrap;
}

#category #list .list .item .inner__details .entrylist li dl .cat ul li::before {
  content: '｜';
}

#category #list .list .item .inner__details .entrylist li dl .cat ul li:first-child::before {
  content: '';
}

* html #category #list .list .item .inner__details .entrylist li dl .cat ul li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #3c3938;
}

* + html #category #list .list .item .inner__details .entrylist li dl .cat ul li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #3c3938;
}

* html #category #list .list .item .inner__details .entrylist li dl .cat ul li .last {
  margin: 0;
  padding: 0;
  border: none;
}

* + html #category #list .list .item .inner__details .entrylist li dl .cat ul li .last {
  margin: 0;
  padding: 0;
  border: none;
}

#category #list .list .item .inner__details .entrylist li dl .cat ul li a {
  color: #3c3938;
}

#category #list .list .item .inner__details .entrylist ul,
#category #list .list .item .inner__details .entrylist ul li {
  border: none;
}

#category #list .list .item .inner__details .entrylist li dl {
  padding-left: 10px;
  background-image: none;
}

#category #list .list .item .inner__details .entrylist li dl .title {
  display: block;
  padding: 0;
  width: auto;
  border: none;
}

#category #list .list .item .inner__details .entrylist li dl .title a {
  line-height: 1.25;
  font-size: 1.6em;
}

#category #list .list .item .inner__details .entrylist li dl .text {
  display: block;
  text-align: left;
  line-height: 1.2666666667;
  font-size: 1.5em;
}

#category #list .list .item .inner__details .entrylist li dl .date {
  font-size: 1.4em;
}

/* 一覧系 */
#latest #main .main-inner > .title,
#genre #main .main-inner > .title,
#result #main .main-inner > .title {
  margin: -4px 0 30px -14px;
}

#latest #main .pager,
#genre #main .pager,
#result #main .pager {
  *zoom: 1;
  margin: 10px 0;
}

#latest #main .pager:after,
#genre #main .pager:after,
#result #main .pager:after {
  content: "";
  display: table;
  clear: both;
}

#latest #main .pager dl,
#genre #main .pager dl,
#result #main .pager dl {
  float: right;
}

#latest #main .pager dl dt,
#latest #main .pager dl dd,
#genre #main .pager dl dt,
#genre #main .pager dl dd,
#result #main .pager dl dt,
#result #main .pager dl dd {
  float: left;
  font-size: 1.5em;
  color: #3C3938;
}

#latest #main .pager dl dt,
#genre #main .pager dl dt,
#result #main .pager dl dt {
  margin-right: 2px;
}

#latest #main .pager dl dt span,
#genre #main .pager dl dt span,
#result #main .pager dl dt span {
  color: #866939;
}

#latest #main .pager dl ol li,
#genre #main .pager dl ol li,
#result #main .pager dl ol li {
  float: left;
  margin: 0 2px;
}

#latest #main .pager dl ol li a,
#genre #main .pager dl ol li a,
#result #main .pager dl ol li a {
  color: #335775;
}

#latest #main .pager dl ol li .now,
#genre #main .pager dl ol li .now,
#result #main .pager dl ol li .now {
  padding: 2px;
  background: #EEEDEE;
}

#latest #main .latest-item,
#genre #main .latest-item,
#result #main .latest-item {
  margin: 0;
  padding: 10px;
  width: auto;
  border-bottom: 1px solid #112634;
}

#latest #main .latest-item:first-child, #latest #main .latest-item:last-child,
#genre #main .latest-item:first-child,
#genre #main .latest-item:last-child,
#result #main .latest-item:first-child,
#result #main .latest-item:last-child {
  position: relative;
}

#latest #main .latest-item:first-child::before, #latest #main .latest-item:last-child::before,
#genre #main .latest-item:first-child::before,
#genre #main .latest-item:last-child::before,
#result #main .latest-item:first-child::before,
#result #main .latest-item:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  width: 494px;
  height: 2px;
  background: url(../../img/pc/record_latest_item_bg.gif) left top no-repeat;
}

#latest #main .latest-item:first-child::before,
#genre #main .latest-item:first-child::before,
#result #main .latest-item:first-child::before {
  top: 0;
}

#latest #main .latest-item:last-child,
#genre #main .latest-item:last-child,
#result #main .latest-item:last-child {
  border-bottom: none;
}

#latest #main .latest-item:last-child::before,
#genre #main .latest-item:last-child::before,
#result #main .latest-item:last-child::before {
  bottom: 0;
}

#latest #main .latest-item:nth-child(even),
#genre #main .latest-item:nth-child(even),
#result #main .latest-item:nth-child(even) {
  background-color: #FFF;
}

#latest #main .latest-item:nth-child(odd),
#genre #main .latest-item:nth-child(odd),
#result #main .latest-item:nth-child(odd) {
  background-color: #EDECED;
}

#latest #main .latest-item a,
#genre #main .latest-item a,
#result #main .latest-item a {
  display: block;
}

#latest #main .latest-item a:hover .title,
#genre #main .latest-item a:hover .title,
#result #main .latest-item a:hover .title {
  text-decoration: underline;
}

#latest #main .latest-item .inner,
#genre #main .latest-item .inner,
#result #main .latest-item .inner {
  position: relative;
}

#latest #main .latest-item .inner__title, #latest #main .latest-item .inner__text,
#genre #main .latest-item .inner__title,
#genre #main .latest-item .inner__text,
#result #main .latest-item .inner__title,
#result #main .latest-item .inner__text {
  margin: 0 0 0 133px;
}

#latest #main .latest-item .inner__title,
#genre #main .latest-item .inner__title,
#result #main .latest-item .inner__title {
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px solid #716F7A;
  line-height: 1.1666666667;
  font-size: 1.8em;
  color: #315776;
}

#latest #main .latest-item .inner__pic,
#genre #main .latest-item .inner__pic,
#result #main .latest-item .inner__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 70px;
}

#latest #main .latest-item .inner__pic img,
#genre #main .latest-item .inner__pic img,
#result #main .latest-item .inner__pic img {
  width: 100%;
}

#latest #main .latest-item .inner__text,
#genre #main .latest-item .inner__text,
#result #main .latest-item .inner__text {
  margin-bottom: 10px;
  line-height: 1.3333333333;
  font-size: 1.5em;
  color: #3C3938;
}

#latest #main .latest-item .attr,
#genre #main .latest-item .attr,
#result #main .latest-item .attr {
  text-align: right;
  font-size: 1.4em;
}

#latest #main .latest-item .attr ul,
#latest #main .latest-item .attr ul li,
#genre #main .latest-item .attr ul,
#genre #main .latest-item .attr ul li,
#result #main .latest-item .attr ul,
#result #main .latest-item .attr ul li {
  display: inline;
  color: #3c3938;
}

#latest #main .latest-item .attr ul,
#genre #main .latest-item .attr ul,
#result #main .latest-item .attr ul {
  margin: -2px 0 -2px -3px;
}

#latest #main .latest-item .attr ul li,
#genre #main .latest-item .attr ul li,
#result #main .latest-item .attr ul li {
  margin-right: -3px;
  border: none;
  background: none;
  line-height: 1.4;
  white-space: nowrap;
}

#latest #main .latest-item .attr ul li::before,
#genre #main .latest-item .attr ul li::before,
#result #main .latest-item .attr ul li::before {
  content: '｜';
}

#latest #main .latest-item .attr ul li:first-child::before,
#genre #main .latest-item .attr ul li:first-child::before,
#result #main .latest-item .attr ul li:first-child::before {
  content: '';
}

* html #latest #main .latest-item .attr ul li, * html
#genre #main .latest-item .attr ul li, * html
#result #main .latest-item .attr ul li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #3c3938;
}

* + html #latest #main .latest-item .attr ul li, * + html
#genre #main .latest-item .attr ul li, * + html
#result #main .latest-item .attr ul li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #3c3938;
}

* html #latest #main .latest-item .attr ul li .last, * html
#genre #main .latest-item .attr ul li .last, * html
#result #main .latest-item .attr ul li .last {
  margin: 0;
  padding: 0;
  border: none;
}

* + html #latest #main .latest-item .attr ul li .last, * + html
#genre #main .latest-item .attr ul li .last, * + html
#result #main .latest-item .attr ul li .last {
  margin: 0;
  padding: 0;
  border: none;
}

#latest #main .latest-item .attr ul li a,
#genre #main .latest-item .attr ul li a,
#result #main .latest-item .attr ul li a {
  color: #3c3938;
}

#latest #main .latest-item .attr-item,
#genre #main .latest-item .attr-item,
#result #main .latest-item .attr-item {
  display: inline;
  color: #3C3938;
}

#latest #main .latest-item .attr-item a,
#genre #main .latest-item .attr-item a,
#result #main .latest-item .attr-item a {
  display: inherit;
}

#latest #main .latest-item .attr-item a:hover,
#genre #main .latest-item .attr-item a:hover,
#result #main .latest-item .attr-item a:hover {
  text-decoration: underline;
}

#latest #main .latest-item .attr-item .new,
#genre #main .latest-item .attr-item .new,
#result #main .latest-item .attr-item .new {
  margin-right: 3px;
}

#latest.record #main .latest-list,
#genre.record #main .latest-list,
#result.record #main .latest-list {
  margin-bottom: 0;
}

#genre .main-inner > .title {
  margin: 42px 0 30px -13px;
  padding: 6px 0 0 52px;
  background: url(../../img/pc/record_body_title_bg.gif) left top no-repeat;
  line-height: 39px;
  font-size: 1.6em;
  color: #DBDCDC;
}

#result .main-inner .result {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4em;
  color: #3C3938;
}

#result .main-inner .result strong,
#result .main-inner .result em {
  font-weight: bold;
  color: #866939;
}

/*----------------------------------------------------------------------
7.	footer
----------------------------------------------------------------------*/
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

#footer .aside {
  margin: -248px auto 0;
  padding-left: 230px;
  width: 750px;
}

* html #footer .aside {
  width: 980px;
}

* + html #footer .aside {
  margin-top: -251px;
}

#footer .f-info {
  margin: 0;
  background: #f1f0f1;
}

#footer .f-info .form {
  *zoom: 1;
  padding: 8px 27px 15px 32px;
  border-bottom: 1px solid #c9caca;
}

#footer .f-info .form:after {
  content: "";
  display: table;
  clear: both;
}

#footer .f-info .form .lead {
  float: left;
  margin-right: 9px;
  padding: 29px 0 20px 110px;
  background: url(../../img/pc/footer_info_form_bg.jpg) left center no-repeat;
}

#footer .f-info .form-list {
  position: static;
  overflow: hidden;
  margin-top: 8px;
}

#footer .f-info .form-item {
  float: left;
  margin-right: -2px;
}

#footer .f-info .form-item:last-child {
  margin: 0;
}

#footer .f-info .form-item a {
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
}

#footer .f-info .form-item img {
  display: block;
  margin: 0 auto 1px;
}

#footer .f-info .form-item.mail a {
  background-image: url(../../img/pc/footer_info_mail_h.gif);
}

#footer .f-info .form-item.counseling a {
  width: 193px;
  height: 58px;
  background-image: url(../../img/pc/footer_info_counseling_h.gif);
}

#footer .f-info .clinic-list {
  padding: 24px 0 24px 32px;
  border-bottom: 1px solid #c9caca;
  background: url(../../img/pc/footer_info_clinic_bg.gif?v=3) 513px 10px no-repeat;
}

#footer .f-info .clinic-item {
  margin-bottom: 5px;
  font-size: 1.2em;
}

#footer .f-info .clinic-item img {
  vertical-align: bottom;
}

#footer .f-info .clinic-item .title {
  float: left;
  margin-right: 8px;
}

#footer .f-info .clinic-item .tel {
  overflow: hidden;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 1em;
  color: #7d7d7d;
}

#footer .f-info .clinic-item .tel img {
  margin: 7px 5px 2px 0;
}

#footer .f-info .clinic-item .tel span {
  font-size: 0.8333333333em;
}

#footer .f-info .link {
  *zoom: 1;
  padding: 8px 9px 9px 0;
}

#footer .f-info .link:after {
  content: "";
  display: table;
  clear: both;
}

#footer .f-info .link a {
  display: block;
  float: right;
  width: 184px;
  height: 37px;
  background: url(../../img/pc/footer_info_clinic_link_h.gif) right top no-repeat;
}

#footer #cnavi {
  margin: -1px auto 0;
  padding: 27px 0 21px;
  width: 980px;
  border-top: 1px solid #203041;
  background: #0d1c27;
}

#footer #cnavi ul {
  *zoom: 1;
  position: relative;
  border-left: 1px solid #203041;
}

#footer #cnavi ul:after {
  content: "";
  display: table;
  clear: both;
}

#footer #cnavi ul li {
  float: left;
  padding: 0 10px;
  width: 119px;
  border-right: 1px solid #203041;
}

#footer #cnavi ul .top {
  width: 118px;
  text-align: center;
}

#footer #cnavi ul a {
  display: block;
  margin-bottom: 15px;
  padding-left: 18px;
  background: url(../../img/pc/footer_cnavi_bg1.gif) left top no-repeat;
  line-height: 14px;
  font-size: 1.2em;
  color: #8da9b4;
}

#footer #cnavi ul .top a {
  padding: 0;
  background: none;
}

#footer #cnavi ul li ul {
  margin: -4px 0 -4px 5px;
  border: none;
}

#footer #cnavi ul li ul li {
  float: none;
  padding: 0;
  width: auto;
  border: none;
  line-height: 1.4;
}

#footer #cnavi ul li ul li a {
  display: inline;
  margin: 0;
  padding-left: 10px;
  background: url(../../img/pc/footer_cnavi_bg2.gif) left center no-repeat;
  font-size: 1em;
}

#footer #cnavi ul li.about .mobile {
  margin-top: 1em;
}

#footer #cnavi ul li.qa ul li {
  display: inline;
  color: #8da9b4;
}

#footer #cnavi ul li.qa ul li::after {
  content: '／';
}

#footer #cnavi ul li.qa ul li.last::after {
  content: '';
}

* html #footer #cnavi ul li.qa ul li {
  padding-right: 10px;
  background: url(../../img/pc/slash.gif) right bottom no-repeat;
}

* + html #footer #cnavi ul li.qa ul li {
  padding-right: 10px;
  background: url(../../img/pc/slash.gif) right bottom no-repeat;
}

* html #footer #cnavi ul li.qa ul li.last {
  padding: 0;
  background: none;
}

* + html #footer #cnavi ul li.qa ul li.last {
  padding: 0;
  background: none;
}

#footer #cnavi ul li.qa ul li a {
  padding: 0;
  background: none;
}

#footer .text {
  min-width: 980px;
  border-top: 1px solid #203041;
  background: #0d1c27;
  color: #8da9b4;
}

* html #footer .text {
  width: expression(document.body.clientWidth < 982? '980px' : 'auto');
}

#footer .text p {
  margin: -2px auto;
  padding: 14px 0;
  width: 845px;
  text-align: center;
  line-height: 1.4;
}

#footer #copyright {
  min-width: 980px;
  background: #112634;
  text-align: center;
  line-height: 24px;
  color: #8da9b4;
}

/*# sourceMappingURL=record.css.map */
