@charset "UTF-8";
/* style.scss @useは最上部に読み込み*/
/* page.scss */
html, body, div, 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;
}

ul, ol {
  list-style-type: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*ヘッダ周り---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Header*/
#delta_header {
  background-image: url(../img/bgimg_inside_heder.png);
  background-color: #f90;
}

@media screen and (max-width: 480px) {
  #delta_header {
    width: 100%;
  }
  #delta_header img {
    margin-left: 16px;
    height: 100px;
  }
}
/*ロゴ & トップ広告*/
aside#ad_hor01 {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

ul#header_logo {
  padding: 1em;
}

ul#header_logo li {
  display: inline-block;
  vertical-align: middle;
}

ul#header_logo li.logo_mob {
  padding: 0;
  display: none;
  width: 100%;
}

ul#header_logo li.logo_mob img {
  width: 100%;
  margin: 0;
  height: auto;
}

ul#header_logo li.logo_mob {
  display: none;
}

@media screen and (max-width: 480px) {
  ul#header_logo li {
    display: block;
    width: 100%;
  }
  ul#header_logo li.logo_mob {
    display: block !important;
  }
  ul#header_logo li.logo_pc {
    display: none !important;
  }
}
/*広告を縮小*/
#delta_header ins {
  display: inline-block;
  width: 728px;
  height: 90px;
}

@media screen and (max-width: 728px) {
  #delta_header ins {
    display: inline-block;
    width: 100%;
  }
}
/*ヘッダ周り---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*btn introduction*/
section.paging {
  font-size: 90%;
  height: 24px;
  line-height: 24px;
  margin: 4px 0;
}

section.paging ul {
  list-style-type: none;
  float: right;
}

section.paging ul li {
  color: #fff;
  text-align: center;
  float: left;
  width: 24px;
}

/*paging number*/
section.paging ul li.num a {
  color: #fff;
  text-align: center;
  float: left;
  border-bottom: 2px #333 solid;
}

section.paging ul li.num a:link {
  color: #fff;
  border-bottom: 2px #333 solid;
  text-decoration: none;
  width: 24px;
}

section.paging ul li.num a:visited {
  color: #fff;
  border-bottom: 2px #333 solid;
}

section.paging ul li.num a:hover {
  color: #f90;
  border-bottom: 2px #FF9900 solid;
  cursor: auto;
}

section.paging ul li.num a:active {
  color: #666;
  border-bottom: 2px #666 solid;
}

/*ad*/
.delta_books {
  display: flex;
  justify-content: flex-start;
}

.delta_books aside {
  width: 48%;
  margin-right: 1rem;
  max-width: 480px;
  min-width: 240px;
}

aside.ad_rect,
aside.ad_rect2 {
  margin: 16px 8px;
  padding: 1em 2em 0.5em;
  display: flex;
}

@media screen and (max-width: 1366px) {
  aside.ad_rect,
  aside.ad_rect2 {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  aside.ad_rect,
  aside.ad_rect2 {
    display: none;
  }
}
aside.ad_rect img,
aside.ad_rect2 img {
  width: 100px;
  /* box-shadow */
  box-shadow: 3px 3px 3px -2px #9c9c9c;
  -moz-box-shadow: 3px 3px 3px -2px #9c9c9c;
  -webkit-box-shadow: 3px 3px 3px -2px #9c9c9c;
  /* border-radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  /* border */
  border: 1px solid #369;
}

aside.ad_rect img:nth-child(2),
aside.ad_rect2 img:nth-child(2) {
  width: 1px;
}

aside.ad_rect:after {
  content: "「セイバーメトリクス・リポート」シリーズから数えて本作で８冊目。セイバーメトリクスの第一人者たちが今回も様々な角度から分析するリポートの数々を掲載したファン待望の最新刊！";
  color: #333;
  font-size: 80%;
  line-height: 1.6;
  padding-left: 1rem;
  min-width: 10rem;
  max-width: 20rem;
}

aside.ad_rect2:after {
  content: "野球についての客観的な知見の探求、アメリカ発祥の「セイバーメトリクス」。その要点を的確にとらえた、これまでになかった “最初の一冊”";
  color: #333;
  font-size: 80%;
  line-height: 1.6;
  padding-left: 1rem;
  min-width: 10rem;
  max-width: 20rem;
}

/*for ASPX*/
span.aspNetDisabled label {
  color: #999;
}

.aleart {
  margin: 0 auto;
  background-color: #c00;
  padding: 32px;
  color: #fff;
  text-align: center;
}

/* GridView Paging */
tr.PagerStyle {
  background-color: #333;
}

tr.PagerStyle td {
  background-color: #333;
}

tr.PagerStyle td {
  background-color: #333;
}

tr.PagerStyle table tr td {
  padding-left: 4px;
  padding-right: 4px;
  background-color: #333;
  border: none !important;
}

tr.PagerStyle table tr td a {
  border: none;
  font-size: 80%;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #ccc;
  border-radius: 8px;
  /* CSS3 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome */
  -moz-border-radius: 8px;
  /* Firefox */
}

.PagerStyle td a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

.PagerStyle td a:hover {
  background-color: #f90;
  cursor: auto;
}

.PagerStyle a:active {
  color: #666;
}

.PagerStyle span {
  color: #f90;
  font-size: 80%;
  font-weight: 700;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #333;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 8px;
  /* CSS3 */
  -webkit-border-radius: 8px;
  /* Safari,Google Chrome */
  -moz-border-radius: 8px;
  /* Firefox */
}

/*inagaki add160106*/
.list_area {
  padding: 12px;
  background-color: #e7e7e7;
  border-radius: 4px;
  /* CSS3 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome */
  -moz-border-radius: 4px;
  /* Firefox */
}

section.list_area {
  overflow: hidden;
}

section.list_area li > p {
  width: 7em;
  display: inline-block;
}

section.list_area div {
  float: left;
  min-width: 24em;
}

section.list_area div ul > li {
  margin-top: 8px;
}

section.pos_selector ul li.label {
  float: left;
  min-width: 6.5em;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
}

section.pos_selector ul li a {
  float: left;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #ccc;
  border: #666 2px solid;
  margin: 0 4px;
  border-radius: 17px;
  /* CSS3 */
  -webkit-border-radius: 17px;
  /* Safari,Google Chrome */
  -moz-border-radius: 17px;
  /* Firefox */
}

section.pos_selector ul li a {
  float: left;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #ccc;
  border: #666 2px solid;
  margin: 0 4px;
  border-radius: 17px;
  /* CSS3 */
  -webkit-border-radius: 17px;
  /* Safari,Google Chrome */
  -moz-border-radius: 17px;
  /* Firefox */
}

section.pos_selector ul li a:link {
  color: #333;
  text-decoration: none;
}

section.pos_selector ul li a:visited {
  color: #333;
}

section.pos_selector ul li a:hover {
  color: #fff;
  background-color: #666;
  border: #f90 2px solid;
}

section.pos_selector ul li a:active {
  color: #999;
  background-color: #666;
  border: #333 2px solid;
}

section.pos_selector ul li a.current {
  color: #fff;
  background-color: #666;
  border: #f90 2px solid;
}

/*Salary*/
.data table td.salary_01 {
  background-color: rgba(88, 141, 154, 0.05);
  text-align: right;
}

@media screen and (max-width: 980px) {
  .data table td.salary_01 {
    font-size: 90%;
  }
}
.data table td.salary_02 {
  background-color: rgba(88, 141, 154, 0.05);
  text-align: right;
}

.data table td.salary_02:before {
  border-left: none;
  content: "→";
  color: #777;
  margin-right: 12px;
}

@media screen and (max-width: 980px) {
  .data table td.salary_02:before {
    margin-right: 0px;
  }
  .data table td.salary_02 {
    font-size: 90%;
  }
}
.data table td.salary_03 {
  font-weight: 500;
  background-color: rgba(88, 141, 154, 0.05);
  text-align: right;
}

.data table td.salary_03:before {
  border-left: none;
  content: "→";
  color: #777;
  margin-right: 12px;
}

@media screen and (max-width: 980px) {
  .data table td.salary_03 {
    font-weight: normal;
    font-size: 90%;
  }
  .data table td.salary_03:before {
    margin-right: 0px;
  }
}
table#gvMaster th a:link {
  text-decoration: underline;
}

table#gvMaster th.focus,
table#gvMaster_main th.focus {
  background-color: #588d9a;
  border-right: 1px solid #3b5e67;
  border-left: 1px solid #3b5e67;
}

table#gvMaster td.focus {
  background-color: rgba(88, 141, 154, 0.05);
  text-align: right;
}

.cate_des {
  display: block;
  padding: 0.5em;
  background-color: #333;
  text-align: left;
  font-size: 80%;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  .cate_des {
    text-align: center;
    padding-left: 0.5em;
    font-size: 90%;
  }
}
.cate_des p {
  display: block;
  background-color: #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0.5em;
}

.cate_des a {
  display: inline-block;
}

.cate_des a:link,
.cate_des a:visited {
  color: #e7e7e7;
  text-decoration: none;
  margin-bottom: 0.25em;
  border-bottom: solid 1px #f90;
}

.cate_des a:hover {
  color: #f90;
}

.cate_des a:active {
  color: #666;
  border-bottom: solid 1px #666;
}

div#pagewrap_intro {
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
}

section#introduction {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 1em;
  padding-bottom: 32px;
}

section#introduction img {
  width: auto !important;
  display: block;
}

@media screen and (max-width: 480px) {
  section#introduction {
    width: 90%;
    margin: 0 auto;
  }
}
section#introduction h1 {
  display: block;
  line-height: 1.35em;
  color: #15417c;
  font-size: 130%;
  text-shadow: 2px 2px 1px #c3d5e5;
  font-family: "Open Sans Condensed", sans-serif;
  margin: 16px 0;
}

@media screen and (max-width: 480px) {
  section#introduction h1 {
    font-size: 110%;
  }
}
/*本文段落設定*/
article.paragraph_nom {
  font-size: 90%;
  text-align: justify;
  text-justify: inter-ideograph;
  display: block;
  width: 100%;
  margin: 16px auto;
}

article.paragraph_nom h2 {
  color: #15417c;
  font-weight: 500;
  line-height: 2em;
  margin: 8px 0;
  border-bottom: 2px dotted #236bcd;
}

article.paragraph_nom p {
  color: #333;
  line-height: 1.8em;
  text-indent: 1em;
  margin-top: 4px;
}

article.paragraph_nom img {
  float: right;
}

@media screen and (max-width: 480px) {
  article.paragraph_nom img {
    float: none;
    width: 100%;
  }
}
article.paragraph_nom a:link, article.paragraph_nom a:visited {
  color: #236bcd;
  text-decoration: underline;
  background: linear-gradient(transparent 70%, #fd3 40%);
}

article.paragraph_nom a:hover {
  color: #236bcd;
  text-decoration: none;
  background: linear-gradient(transparent 70%, #fd3 40%);
}

/*ページリスト*/
nav#title_list {
  clear: both;
  border: 2px solid #e7e7e7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 8px 16px;
}

nav#title_list ul li {
  display: block;
  font-size: 0.9rem;
  line-height: 1.6em;
  margin: 2px 0;
  padding-left: 2em;
  background-image: url(../img/icon_titlelist.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

nav#title_list ul li:first-child {
  margin-top: 0;
}

nav#title_list ul li:last-child {
  margin-bottom: 0;
}

nav#title_list ul li a {
  color: #999;
}

nav#title_list ul li a:link {
  color: #333;
  text-decoration: underline;
}

nav#title_list ul li a:visited {
  color: #333;
  text-decoration: underline;
}

nav#title_list ul li a:hover {
  color: #6989c9;
  text-decoration: underline;
}

nav#title_list ul li a:active {
  color: #334a78;
  background-color: #999;
}

nav#title_list ul li.current {
  color: #999;
  background-image: url(../img/icon_titlelist_current.png);
  background-color: #e7e7e7;
}

nav#title_list ul li.current a:link {
  color: #f90;
  text-decoration: none;
}

/*InfoGraphics*/
figure.infog {
  float: right;
  margin: 1em;
  display: flex;
  flex-direction: column;
}

figure.infog figcaption {
  color: #369;
  text-align: center;
}

/*コラム右側*/
div.column_right {
  display: block;
  float: right;
  max-width: 420px;
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  div.column_right {
    display: block;
    float: none;
    width: 100%;
  }
}
/*まとめ表記*/
dl.summary {
  clear: both;
  color: #333;
  background-color: #cfe4ee;
  padding: 8px 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

dl.summary dt {
  color: #2a5163;
  font-weight: 500;
  display: inline-block;
}

dl.summary dt:after {
  content: "：";
}

dl.summary dd:after {
  content: "";
}

/*計算式*/
span.formula {
  color: #2a5163;
  text-indent: 0;
  font-weight: 500;
  display: block;
  margin: 8px 0;
}

span.formula span.caption {
  display: block;
  font-weight: normal;
  font-size: 90%;
}

/*下広告*/
aside#ad_bottom {
  margin: 0 auto;
  text-align: center;
}

aside#ad_bottom img {
  margin: 16px 4px;
  display: inline-block;
}

div.sns_area {
  margin-top: 3em;
  margin-bottom: 5em;
}

@media screen and (max-width: 480px) {
  div.sns_area {
    width: 100%;
  }
}
/*リストの設定（共通)*/
div.sns_area ul {
  text-align: center;
  overflow: hidden;
  width: 505px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  div.sns_area ul {
    text-align: center;
    overflow: hidden;
    width: 273px;
    margin: 0 auto;
  }
}
/*リストをフロート、並べる*/
div.sns_area ul li {
  line-height: 1px;
  display: inline-block;
  float: left;
  margin: 8px;
}

/*アイコンの大きさを変える*/
div.sns_area ul li a img {
  width: 85px;
}

@media screen and (max-width: 980px) {
  div.sns_area ul li a img {
    width: 75px;
  }
}
/*ラインのアイコンを表示*/
div.sns_area ul li.sns_line {
  display: none;
}

@media screen and (max-width: 980px) {
  div.sns_area ul li.sns_line {
    display: block;
  }
}
aside#topadd {
  width: 100%;
  background-image: url(../img/bgimg_inside_heder.png);
  background-color: #f90;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

aside#topadd ins {
  width: 95vw;
  height: 55px;
  overflow: hidden;
}

aside#add_bottom {
  margin: 1.5em auto;
  display: block;
  width: 300px;
  text-align: center;
}

aside#add_bottom_sbs {
  margin: 1.5em auto 0;
  width: 100%;
  text-align: center;
}

aside.ad_hor03 {
  margin: 0px auto 80px;
  overflow: hidden;
  height: 288px;
  width: 688px;
  text-align: center;
}

aside.ad_hor03 table {
  border-collapse: separate;
  border-spacing: 4px;
}

aside.ad_hor03:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-size: 16px;
}

img {
  vertical-align: middle;
}

/*スペシャル用ヘッダ*/
hgroup#sp_header {
  background-image: url(../img/bgimg_inside_heder.png);
  background-color: #f90;
  text-align: center;
}

hgroup#sp_header h1 img {
  float: none;
  margin: 0 auto;
  width: 200px;
}

@media screen and (min-width: 768px) {
  hgroup#sp_header h1 img {
    width: 280px;
  }
}
/*スペシャル用グロナビ*/
/*global nav*/
#global_nav_sp {
  background-color: #333;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  height: 32px;
}

#global_nav_sp ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  margin-left: 16px;
}

#global_nav_sp li {
  display: inline-block;
  color: #fff;
  padding: 0px 16px;
  height: 1.75em;
  line-height: 1.75em;
}

#global_nav_sp li a {
  display: block;
}

#global_nav_sp li a:link {
  text-decoration: none;
  color: #fff;
  border-bottom: 4px #333 solid;
}

#global_nav_sp li a:visited {
  color: #fff;
  border-bottom: 4px #333 solid;
}

#global_nav_sp li a:hover {
  color: #f90;
  border-bottom: 4px #f90 solid;
}

#global_nav_sp li a:active {
  color: #666;
  border-bottom: 4px #666 solid;
}

#global_nav_sp li a.current {
  color: #fff;
  border-bottom: 4px #f90 solid;
}

@media screen and (max-width: 480px) {
  #global_nav_sp {
    text-align: center;
    font-size: 70%;
    height: 26px;
  }
  #global_nav_sp ul {
    margin-left: 0;
  }
  #global_nav_sp li {
    padding: 0px 6px;
  }
}
/*FlexBox(Single)*/
section.special {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 1024px;
  margin: 1em auto;
  flex-direction: row;
}

@media screen and (max-width: 980px) {
  section.special {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  section.special {
    width: 100%;
  }
}
/*インデックス用ボックスを付加*/
section.index {
  width: 640px;
}

@media screen and (max-width: 980px) {
  section.index {
    width: 100%;
    margin: 0 auto 1em;
  }
  /*480px以下は省略*/
}
section.index img {
  width: 100%;
}

/*インデックス用メニュー*/
#index_menu {
  font-size: 120%;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 980px) {
  #index_menu {
    font-size: 90%;
    width: 95%;
    margin: 0 auto;
  }
  /*480px以下は省略*/
}
#index_menu li {
  padding: 0.25em 0;
}

#index_menu li:first-child {
  padding: 0.5em 0 0.25em;
}

#index_menu li a {
  display: block;
  background-color: #e7e7e7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #c5c5c5;
}

#index_menu li a:link, #side_menu li a:visited {
  text-decoration: underline;
  color: #039;
}

#index_menu li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #69f;
}

#index_menu li a:active {
  text-decoration: none;
  background-color: #ccc;
  color: #333;
}

#index_menu ul.position_menu li img {
  display: inline-block;
  width: 10%;
  margin: 8px;
}

#index_menu li figure {
  display: inline-block;
  font-size: 90%;
  color: #666;
}

#index_menu li figure:before {
  content: "／";
  color: #999;
}

#index_menu li.na {
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  color: #999;
}

#index_menu li.na figure {
  font-weight: normal;
  display: inline-block;
  font-size: 90%;
  color: #999;
}

#index_menu li figure:before {
  content: "／";
  color: #999;
}

/*本文ボックス*/
.flexbox-item_left {
  width: 640px;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .flexbox-item_left {
    width: 100%;
  }
  .flexbox-item_left img {
    width: 100%;
  }
}
.flexbox-item_left p {
  color: #333;
  margin-top: 1em;
  line-height: 1.8em;
}

@media screen and (max-width: 980px) {
  .flexbox-item_left p {
    width: 90%;
    margin: 1em auto;
  }
}
.flexbox-item_right {
  margin-left: 1em;
}

@media screen and (max-width: 980px) {
  .flexbox-item_right {
    margin-left: 0em;
  }
}
/*サイドメニュー*/
#side_menu dt {
  padding: 0.5em;
  background-color: #369;
  text-align: center;
}

#side_menu dt span.subtitle {
  display: block;
  font-size: 90%;
}

#side_menu li {
  padding: 0.25em 0;
}

#side_menu li:first-child {
  padding: 0.5em 0 0.25em;
}

#side_menu li a {
  display: block;
  background-color: #e7e7e7;
}

#side_menu li a:link, #side_menu li a:visited {
  text-decoration: underline;
  color: #039;
}

#side_menu li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #69f;
}

#side_menu li a:active {
  text-decoration: none;
  background-color: #ccc;
  color: #333;
}

#side_menu ul.position_menu li img {
  display: inline-block;
  width: 16%;
  margin: 8px;
}

#side_menu li figure {
  display: inline-block;
  font-size: 90%;
  color: #666;
}

#side_menu li figure:before {
  content: "／";
  color: #999;
}

#side_menu li.na {
  font-weight: normal;
  text-decoration: none;
  background-color: #fff;
  color: #999;
}

#side_menu li.na figure {
  font-weight: normal;
  display: inline-block;
  font-size: 90%;
  color: #999;
}

#side_menu li figure:before {
  content: "／";
  color: #999;
}

#side_menu li.current a {
  border-right: solid 5px #f90;
  background-color: #c5c5c5;
  color: #666;
}

/*バナー用リスト*/
#side_menu ul.banner {
  margin: 2em 0;
}

#side_menu ul.banner li a {
  display: block;
  background-color: #fff;
}

#index_menu ul.banner li a {
  display: block;
  background-color: #fff;
  border: none;
}

#side_menu ul.banner li a img, #index_menu ul.banner li a img {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  #side_menu ul.banner li a img, #index_menu ul.banner li a img {
    width: 50%;
    margin: 2em auto;
  }
}
@media screen and (max-width: 480px) {
  #side_menu ul.banner li a img, #index_menu ul.banner li a img {
    width: 75%;
    margin: 2em auto;
  }
}
/*footer*/
footer#bottom {
  position: relative;
  bottom: 0;
}

/*以下コンテンツ用スタイル/////////////////////////////////////////////////////////////*/
.flexbox-item_left p {
  color: #333;
  text-indent: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

article.qa_group {
  padding: 1em;
  box-sizing: border-box;
  margin: 1em 0;
  background-color: #ededed;
  border: solid 1px #ccc;
}

div.question {
  text-indent: 0;
  color: #5f2727;
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
}

div.answer {
  color: #284362;
}

div.question p:first-child, div.answer p:first-child {
  text-indent: 0em;
}

article.qa_group span {
  font-weight: 500;
  font-size: 120%;
  font-style: italic;
  margin-right: 0.5em;
}

div.question span {
  color: #c00;
}

div.answer span {
  color: #4662c9;
}

ul.list_nom {
  display: block;
  color: #333;
  list-style-type: none;
  border: solid 1px #ccc;
  background-color: #ededed;
}

ul.list_nom li {
  margin: 1em 0;
  text-indent: 1em;
}

/*図入り記事*/
article.piece {
  color: #333;
  margin: 3em 0;
}

article.piece h3 {
  padding-left: 1em;
  background: linear-gradient(transparent 50%, #ffcc66 80%);
}

article.piece img {
  display: block;
  margin-top: 1em;
}

/*見出用*/
h2.sec_index {
  color: #333;
  line-height: 1.2em;
  border-left: 5px solid #3274b7;
  font-size: 115%;
  margin: 2em 0 1em;
  padding-left: 0.5em;
}

@media screen and (max-width: 980px) {
  h2.sec_index {
    font-size: 95%;
  }
}
/*定義型リスト*/
dl.sp_list01 {
  color: #333;
}

@media screen and (max-width: 980px) {
  dl.sp_list01 {
    width: 95%;
    margin: 0 auto;
    font-size: 90%;
  }
}
dl.sp_list01 dt {
  text-indent: 1em;
  background-color: #e7e7e7;
  padding: 0.5em 0;
  margin-top: 0.5em;
}

dl.sp_list01 dd {
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  border-left: solid 1px #e7e7e7;
  padding: 1em;
}

dl.sp_list02 {
  color: #333;
  line-height: 2em;
  text-indent: 1em;
}

@media screen and (max-width: 980px) {
  dl.sp_list02 {
    width: 95%;
    margin: 0 auto;
    font-size: 90%;
  }
}
dl.sp_list02 dd ul {
  border: solid 1px #e7e7e7;
  padding: 1em;
}

dl.sp_list02 dd ul li {
  text-indent: 1em;
}

dl.sp_list02 dd ul li span {
  font-weight: 500;
}

/*pagelink*/
nav#pagelink {
  text-align: center;
  margin: 5em 0 2.5em;
}

nav#pagelink li {
  display: inline-block;
}

nav#pagelink li a:link, nav#pagelink li a:visited {
  text-decoration: underline;
  color: #456585;
}

nav#pagelink li a:hover {
  text-decoration: none;
  color: #73aae3;
}

nav#pagelink li a:active {
  text-decoration: none;
  background-color: #ccc;
  color: #456585;
}

nav#pagelink li.na {
  color: #ccc;
}

/*03 CENTER */
img.graph {
  margin: 1em 0 2em;
}

/*07 left*/
p.include_url {
  word-break: break-all;
}

p.respo {
  width: 100%;
  margin: 1em 0;
}

p.respo img {
  width: 100%;
}

.pdf_link {
  display: block;
  text-align: center;
  width: 15em;
  margin: 16px auto;
  padding: 8px 16px;
  border: solid 1px #7a8a9a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.pdf_link:hover {
  background-color: #daeafa;
}

footer#bottom {
  font-size: 0.7rem;
  text-align: center;
}

/*# sourceMappingURL=style-sp.css.map */
