@charset "UTF-8";
/* Scss Document */
/* ----- color ------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 88%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 530px) {
    html {
      line-height: 2.2em;
      font-size: 16px; } }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: arial,Hiragino Kaku Gothic ProN,Meiryo,Yu Gothic,sans-serif;
  color: #333;
  font-weight: 300;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 0.72rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-inline-start: 0px;
  margin-block-end: 0em;
  vertical-align: baseline; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 12px; }

sub,
sup {
  position: relative;
  font-size: 14px;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  transition: .15s ease-in-out; }

a:hover {
  opacity: 0.8;
  color: #FF9500; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  line-height: 1.2; }

/* ----- top ------*/
#wrapper {
  background-color: #F0F5F9;
  z-index: 0;
  margin-top: -43px;
  padding-top: 43px;
  padding-bottom: 80px;
  min-width: 1096px;
  width: 100%; }
  @media screen and (max-width: 530px) {
    #wrapper {
      margin-top: 0px;
      padding-top: 0px; } }

::-webkit-scrollbar {
  display: none; }

#tab-menus {
  width: 100%;
  border-bottom: 1px solid #FF9500;
  box-sizing: border-box;
  overflow: hidden; }
  #tab-menus .nav-bar {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto; }
    @media screen and (max-width: 530px) {
      #tab-menus .nav-bar {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    #tab-menus .nav-bar ul {
      display: inline-table;
      max-width: 100%; }
      #tab-menus .nav-bar ul li.nav-bar-option {
        display: table-cell;
        width: 64px;
        white-space: nowrap;
        text-align: center;
        list-style: none;
        padding: 12px 0; }
        @media screen and (max-width: 530px) {
          #tab-menus .nav-bar ul li.nav-bar-option {
            padding: 12px 16px; } }
        #tab-menus .nav-bar ul li.nav-bar-option a {
          color: #FF9500;
          padding: 12px 0; }
      #tab-menus .nav-bar ul li.nav-bar-option:hover {
        border-bottom: 3px solid #FF9500; }
      #tab-menus .nav-bar ul li.nav-bar-option.active {
        border-bottom: 3px solid #FF6010; }
        #tab-menus .nav-bar ul li.nav-bar-option.active a {
          color: #FF6010;
          font-weight: 700; }

#top h1 {
  text-align: center;
  margin-bottom: 0; }
  #top h1 .ilst-top {
    width: 100%;
    background-color: #ccc; }
    @media screen and (max-width: 530px) {
      #top h1 .ilst-top {
        height: auto; } }
  #top h1 .tag-top {
    display: inline-block;
    border: 4px solid #FF6010;
    color: #FF6010;
    padding: 15px 30px;
    font-size: 26px;
    font-weight: 700;
    margin: 56px; }
    @media screen and (max-width: 530px) {
      #top h1 .tag-top {
        font-size: 20px;
        margin: 40px; } }
#top .ctgr {
  display: flex;
  justify-content: center;
  width: 1096px;
  margin: 40px auto;
  margin-bottom: 56px;
  box-sizing: border-box;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 530px) {
    #top .ctgr {
      display: block;
      margin: 16px auto;
      padding: 0 16px;
      width: 100%; } }
  #top .ctgr .cat-top {
    width: 722px;
    height: auto;
    display: inline-block; }
    @media screen and (max-width: 530px) {
      #top .ctgr .cat-top {
        width: 100%; } }
  #top .ctgr .cat-lead {
    width: 376px; }
    @media screen and (max-width: 530px) {
      #top .ctgr .cat-lead {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        margin: 36px auto; } }
    #top .ctgr .cat-lead h1 {
      text-align: left; }
      #top .ctgr .cat-lead h1 .cat-title {
        display: block;
        background-color: #FF6010;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        font-size: 32px;
        width: 140px;
        line-height: 140px; }
        @media screen and (max-width: 530px) {
          #top .ctgr .cat-lead h1 .cat-title {
            font-size: 20px;
            width: 80px;
            line-height: 80px; } }
    #top .ctgr .cat-lead .cat-copy {
      display: block;
      font-size: 22px;
      line-height: 2.2em;
      margin-top: 72px;
      margin-left: 32px; }
      @media screen and (max-width: 530px) {
        #top .ctgr .cat-lead .cat-copy {
          margin-left: 32px;
          margin-top: 0; } }
      @media screen and (max-width: 530px) {
        #top .ctgr .cat-lead .cat-copy {
          font-size: 16px;
          line-height: 1.8em;
          margin-left: 24px; } }
#top .top-txt {
  font-size: 22px;
  line-height: 2.2em;
  margin: 40px auto;
  text-align: center; }
  @media screen and (max-width: 530px) {
    #top .top-txt {
      font-size: 18px; } }

/* ----- content ------*/
#main {
  width: 100%;
  /* article */ }
  #main .wht {
    background-color: #FFF;
    z-index: 1;
    padding-top: 40px; }
  #main .section {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    margin-bottom: 64px;
    /* category */
    /* main-content */ }
    @media screen and (max-width: 530px) {
      #main .section {
        margin-bottom: 40px;
        padding: 0 16px; } }
    #main .section .sec-title {
      margin-bottom: 24px; }
      #main .section .sec-title sub {
        display: block;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #FF9500; }
      #main .section .sec-title h2 {
        font-size: 18px;
        font-weight: 700; }
    #main .section .cat-menu {
      display: flex;
      flex-wrap: wrap;
      column-count: 5;
      justify-content: space-between;
      flex-direction: row;
      }
      @media screen and (max-width: 530px) {
        #main .section .cat-menu {
          width: 100%;
          overflow: hidden; } }
      @media screen and (max-width: 530px) {
        #main .section .cat-menu {
          display: inline-block;
          column-count: 2;
          flex-wrap: nowrap;
          width: 100%;
          height: auto;
          overflow: hidden; } }
      #main .section .cat-menu .cat-btn {
        background-color: #FFF;
        width: 195px;
        height: 195px;
        margin-bottom: 36px;
        position: relative;
        }
        @media screen and (max-width: 530px) {
          #main .section .cat-menu .cat-btn {
            width: 172px;
            height: 70px;
            margin-bottom: 16px; } }
        #main .section .cat-menu .cat-btn .menu-ilst {
          display: block;
          position: relative;
          width: 148px;
          margin: 0 auto;
          top: 8px; }
          @media screen and (max-width: 530px) {
            #main .section .cat-menu .cat-btn .menu-ilst {
              width: 56px;
              display: inline-block;
              top: 0px;
              margin-left: 12px; } }
        #main .section .cat-menu .cat-btn .menu-txt {
          position: absolute;
          bottom: 10px;
          right: 20px;
          font-weight: 700;
          font-size: 21px; }
          @media screen and (max-width: 530px) {
            #main .section .cat-menu .cat-btn .menu-txt {
              position: absolute;
              bottom: auto;
              right: 24px;
              line-height: 70px;
              vertical-align: middle;
              display: inline-block;
              font-size: 18px; } }
          @media screen and (max-width: 530px) {
            #main .section .cat-menu .cat-btn .menu-txt {
              position: relative;
              bottom: auto;
              right: auto;
              line-height: 70px;
              vertical-align: middle;
              margin-left: 24px;
              margin-top: 2px;
              font-size: 18px; } }
    #main .section .main-cont {
          display: flex;
					flex-wrap: wrap;
					column-count: 3;
					}
		#main .section .main-cont.flex{
					flex: 1 1 100%;
					margin-left: -18px;
					margin-right: -18px; 
		} 
      @media screen and (max-width: 530px) {
        #main .section .main-cont {
          display: inline-block;
          flex-wrap: wrap;
          column-count: 2;
          overflow: hidden; } }
      @media screen and (max-width: 530px) {
        #main .section .main-cont {
          display: block;
          flex-wrap: wrap;
          column-count: 1; } }
      #main .section .main-cont .cont {
        display: block;
        width: 340px;
        height: auto;
        background-color: #FFF;
        margin-bottom: 36px;
				margin-right: 18px;
				margin-left: 18px;
        border: 1px solid #F0F5F9; }
        @media screen and (max-width: 530px) {
          #main .section .main-cont .cont {
            width: 100%; } }
        #main .section .main-cont .cont .cont-img {
          width: 100%; }
        #main .section .main-cont .cont .cont-txt {
          padding: 16px; }
          #main .section .main-cont .cont .cont-txt .cont-title {
            font-size: 16px;
            line-height: 1.8em;
            margin-bottom: 20px; }
            @media screen and (max-width: 530px) {
              #main .section .main-cont .cont .cont-txt .cont-title {
                font-size: 18px;
                line-height: 2.2em; } }
          #main .section .main-cont .cont .cont-txt .cont-info {
            display: flex;
            justify-content: space-between; }
            @media screen and (max-width: 530px) {
              #main .section .main-cont .cont .cont-txt .cont-info {
                font-size: 14px; } }
            #main .section .main-cont .cont .cont-txt .cont-info .cat {
              font-size: 12px;
              font-weight: 700;
              color: #FF9500;
              padding-top: 8px; }
              @media screen and (max-width: 530px) {
                #main .section .main-cont .cont .cont-txt .cont-info .cat {
                  font-size: 14px; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont {
        display: block;
        flex-wrap: wrap;
        column-count: 1;
        justify-content: space-between; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont {
        display: flex;
        justify-content: space-between;
        border: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
        padding-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: transparent; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont .cont-img {
        width: 44%;
        box-sizing: border-box; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont .cont-txt {
        margin-left: 20px;
        width: 56%;
        padding: 0; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont .cont-txt .cont-title {
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 0; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont .cont-info {
        text-align: right;
        box-sizing: border-box;
        display: block !important; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont .cont-info .date {
        display: none; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont .cont-info .cat {
        font-size: 14px;
        color: #FF9500;
        font-weight: 700;
        float: right; } }
    @media screen and (max-width: 530px) {
      #main .section .sub-cont .cont .cont-info .cat {
        padding: 0 !important; } }
  #main .cntnt {
    width: 1096px;
    margin: 0 auto;
    padding-top: 32px;
    margin-bottom: 64px; }
    @media screen and (max-width: 530px) {
      #main .cntnt {
        width: 100%;
        padding-top: 32px; } }
    #main .cntnt .date {
      margin-left: 24px; }
      @media screen and (max-width: 530px) {
        #main .cntnt .date {
          margin-left: 16px; } }
    #main .cntnt .atcls {
      display: flex;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 530px) {
        #main .cntnt .atcls {
          display: block;
          width: 100%; } }
      #main .cntnt .atcls #sidebar {
        width: 340px;
        height: auto;
        margin-top: 24px;
        background-color: #FFF;
        padding: 24px 20px;
        padding-bottom: 16px;
        box-sizing: border-box; }
        @media screen and (max-width: 530px) {
          #main .cntnt .atcls #sidebar {
            width: 100%; } }
        #main .cntnt .atcls #sidebar sub {
          display: block;
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 20px;
          color: #FF9500; }
        #main .cntnt .atcls #sidebar h2 {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 24px; }
        #main .cntnt .atcls #sidebar .cont {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #F0F5F9;
          margin-bottom: 20px;
          padding-bottom: 20px;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          #main .cntnt .atcls #sidebar .cont .cont-img {
            width: 140px;
            box-sizing: border-box; }
            @media screen and (max-width: 530px) {
              #main .cntnt .atcls #sidebar .cont .cont-img {
                width: 44%;
                box-sizing: border-box; } }
          #main .cntnt .atcls #sidebar .cont .cont-txt {
            margin-left: 12px; }
            @media screen and (max-width: 530px) {
              #main .cntnt .atcls #sidebar .cont .cont-txt {
                margin-left: 20px;
                width: 56%;
                padding: 0; } }
            @media screen and (max-width: 530px) {
              #main .cntnt .atcls #sidebar .cont .cont-txt .cont-title {
                font-size: 15px;
                line-height: 1.8em; } }
          #main .cntnt .atcls #sidebar .cont .cont-info {
            text-align: right;
            box-sizing: border-box; }
            @media screen and (max-width: 530px) {
              #main .cntnt .atcls #sidebar .cont .cont-info {
                margin-bottom: 8px; } }
            #main .cntnt .atcls #sidebar .cont .cont-info .cat {
              font-size: 14px;
              color: #FF9500;
              font-weight: 700; }
    #main .cntnt .tags {
      margin-top: 40px; }
      #main .cntnt .tags h5 {
        color: #FF9500;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 1.8em; }
      #main .cntnt .tags p {
        line-height: 1.8em; }
      #main .cntnt .tags a {
        border-bottom: 1px dotted #FF6010;
        margin: 0 12px; }
      #main .cntnt .tags a.start {
        margin-left: 0px; }

.contentbody {
  display: block;
  width: 722px;
  margin-top: 24px;
  background-color: #FFF; }
  @media screen and (max-width: 530px) {
    .contentbody {
      width: 93%;
      margin: 24px auto;
      margin-bottom: 0pc; } }
  .contentbody #atcl-top {
    padding: 32px 54px 32px 24px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 530px) {
      .contentbody #atcl-top {
        display: block;
        padding: 24px 16px 24px 16px; } }
    .contentbody #atcl-top #cat-name {
      font-size: 14px;
      font-weight: 700;
      color: #FF9500;
      width: 40%;
      line-height: 2.2em; }
      @media screen and (max-width: 530px) {
        .contentbody #atcl-top #cat-name {
          margin-top: 16px;
          font-size: 16px; } }
    .contentbody #atcl-top #title h1 {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.8em; }
  .contentbody #atcl-visual img {
    width: 100%; }
  .contentbody #atcl {
    padding: 28px 54px;
    font-size: 15px;
    line-height: 1.8em; }
    @media screen and (max-width: 530px) {
      .contentbody #atcl {
        padding: 24px 16px;
        font-size: 16px;
        line-height: 2.2em; } }
    .contentbody #atcl sub {
      font-size: 15px;
      line-height: 1.8em;
      display: block;
      margin-bottom: 2em; }
      @media screen and (max-width: 530px) {
        .contentbody #atcl sub {
          font-size: 16px;
          line-height: 2.2em; } }
    .contentbody #atcl .clmn {
      display: block;
      width: 100%;
      border: 1px solid #FF9500;
      padding: 16px 40px;
      margin-bottom: 40px; }
      .contentbody #atcl .clmn ul li {
        list-style-type: decimal;
        line-height: 2em;
        color: #FF9500; }
        @media screen and (max-width: 530px) {
          .contentbody #atcl .clmn ul li {
            font-size: 16px;
            line-height: 2.2em; } }
        .contentbody #atcl .clmn ul li a {
          color: #FF9500; }
        .contentbody #atcl .clmn ul li a:hover {
          text-decoration: underline; }
    .contentbody #atcl p {
      font-size: 15px;
      margin-bottom: 1.6em;
      line-height: 1.8em; }
      @media screen and (max-width: 530px) {
        .contentbody #atcl p {
          font-size: 16px;
          line-height: 2.2em;
          margin-bottom: 1.6em; } }
      .contentbody #atcl p a {
        border-bottom: 1px dotted #FF6010; }
    .contentbody #atcl h2 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 1.2em; }
      @media screen and (max-width: 530px) {
        .contentbody #atcl h2 {
          margin-bottom: 1.6em; } }
    .contentbody #atcl h3 {
      font-size: 18px;
      color: #FF6010;
      margin-bottom: 1em; }
      @media screen and (max-width: 530px) {
        .contentbody #atcl h3 {
          margin-bottom: 1.4em; } }
    .contentbody #atcl h4 {
      font-size: 16px;
      color: #FF9500;
      margin-bottom: 0.8em; }
      @media screen and (max-width: 530px) {
        .contentbody #atcl h4 {
          margin-bottom: 1.2em; } }
    .contentbody #atcl blockquote {
      position: relative;
      padding: 30px 0px 8px 0px;
      box-sizing: border-box; }
    .contentbody #atcl blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 0px;
      content: "\f10d";
      font-family: FontAwesome;
      font-size: 18px;
      color: #FF6010;
      line-height: 1;
      font-weight: 900; }
    .contentbody #atcl blockquote p {
      padding: 0;
      margin: 8px 0; }
    .contentbody #atcl blockquote p:after {
      content: "\f10e";
      color: #FF6010;
      font-family: FontAwesome;
      font-size: 12px;
      margin-left: 8px; }
    .contentbody #atcl .tw {
      margin-bottom: 1.8em; }
      .contentbody #atcl .tw .twitter-tweet {
        margin: 0 auto; }
    .contentbody #atcl .atcl-table {
      width: 100%;
      margin-bottom: 40px; }
      .contentbody #atcl .atcl-table tr {
        height: 64px;
        line-height: 64px;
        border-bottom: 1px solid #333; }
        .contentbody #atcl .atcl-table tr td {
          font-size: 18px;
          font-weight: 700; }
      .contentbody #atcl .atcl-table .t-title {
        border-bottom: 3px solid #333;
        line-height: 52px;
        height: 52px; }
      .contentbody #atcl .atcl-table .strong {
        background-color: #FFF3D8;
        color: #FF6010; }
      .contentbody #atcl .atcl-table .t-strong {
        color: #FF6010; }
      .contentbody #atcl .atcl-table .t-center {
        text-align: center; }
    .contentbody #atcl .blln-left {
      display: flex;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .contentbody #atcl .blln-left .cmnt-pro {
        width: 10%;
        margin-right: 24px; }
        @media screen and (max-width: 530px) {
          .contentbody #atcl .blln-left .cmnt-pro {
            width: 16%; } }
      .contentbody #atcl .blln-left .comment {
        display: inline-block;
        width: 70%;
        position: relative;
        padding: 12px 20px;
        border-radius: 12px;
        background-color: #FFF3D8;
        margin-bottom: 2em; }
        @media screen and (max-width: 530px) {
          .contentbody #atcl .blln-left .comment {
            width: 90%; } }
        .contentbody #atcl .blln-left .comment p {
          margin: 0;
          padding: 0; }
      .contentbody #atcl .blln-left .comment:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 18px;
        left: -24px;
        border: 12px solid transparent;
        border-right: 12px solid #FFF3D8; }
    .contentbody #atcl .blln-right {
      display: flex;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .contentbody #atcl .blln-right .cmnt-pro {
        width: 10%;
        margin-left: 24px; }
        @media screen and (max-width: 530px) {
          .contentbody #atcl .blln-right .cmnt-pro {
            width: 16%; } }
      .contentbody #atcl .blln-right .comment {
        margin: 10px 0;
        width: 70%;
        margin-bottom: 2em; }
        @media screen and (max-width: 530px) {
          .contentbody #atcl .blln-right .comment {
            width: 90%; } }
        .contentbody #atcl .blln-right .comment p {
          display: inline-block;
          position: relative;
          margin: 0 10px 0 0;
          padding: 12px 20px;
          border-radius: 12px;
          background: #FFF3D8; }
      .contentbody #atcl .blln-right .comment p:after {
        content: "";
        position: absolute;
        top: 3px;
        right: -19px;
        border: 8px solid transparent;
        border-left: 18px solid #FFF3D8;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg); }
    .contentbody #atcl .base {
      display: inline-block;
      width: 100%;
      position: relative;
      padding: 12px 20px;
      background-color: #FFF3D8;
      border: 1px solid #FF6010;
      border-radius: 16px;
      margin-bottom: 2em; }
      .contentbody #atcl .base p {
        margin: 0;
        padding: 0; }
    .contentbody #atcl .graph canvas {
      width: 100%;
      margin-bottom: 2em; }
    .contentbody #atcl .list {
      margin-bottom: 2em; }
      .contentbody #atcl .list ul {
        list-style: none; }
        .contentbody #atcl .list ul li {
          list-style-position: inside; }
        .contentbody #atcl .list ul li:before {
          content: "●";
          color: #FF6010; }
    .contentbody #atcl .credit {
      margin-bottom: 2em; }
      .contentbody #atcl .credit h5 {
        color: #FF9500;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 1.8em; }
    .contentbody #atcl .profile {
      margin-bottom: 2em; }
      .contentbody #atcl .profile h5 {
        color: #FF9500;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 1.8em; }
      .contentbody #atcl .profile .image {
        width: 80px;
        float: left; }
        @media screen and (max-width: 530px) {
          .contentbody #atcl .profile .image {
            width: 20%; } }
      .contentbody #atcl .profile .pro-txt {
        width: 500px;
        float: right;
        display: block; }
        @media screen and (max-width: 530px) {
          .contentbody #atcl .profile .pro-txt {
            width: 74%; } }
    .contentbody #atcl button.primary {
      padding: 12px 56px;
      border: none;
      border-radius: 6px;
      background-color: #FF6010;
      color: #FFF;
      font-size: 16px;
      font-weight: 700; }
    .contentbody #atcl button.secondary {
      padding: 12px 56px;
      border: none;
      border-radius: 6px;
      background-color: #FF9500;
      color: #FFF;
      font-size: 16px;
      font-weight: 700; }
    .contentbody #atcl img {
      width: 100%; }
    .contentbody #atcl .caption {
      margin-top: 1em;
      font-style: italic; }

.content-footer {
  display: block;
  width: 722px;
  margin-top: 0;
  height: auto;
  overflow: hidden;
  background-color: #FFF; }
    .content-footer {
      width: 100%;
      margin: 0 auto; } 
  .social-share {
    display: flex;
    justify-content: space-between;
    width: 250px; /*240531更新*/
    padding: 0;
    margin: 60px auto 70px;
    text-align: center; }
    .social-share li {
      font-size: 10px;
      font-family: "Montserrat", sans-serif;
      height: 36px;
      padding: 0;
      display: table-cell;
      max-width: 36px; }
     .social-share li img {
        width: 36px; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.date {
  font-size: 12px;
  color: #FF9500;
  padding-top: 8px;
  border-top: 1px solid #FF9500; }

.only-sp {
  display: none; }

/*-------------------------------------------------
  header
-------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  height: 84px;
  line-height: 1.6;
  margin-bottom: 43px;
  padding-bottom: 3px;
  box-shadow: 0 1px 1px 0 #d9d9d9;
  border-bottom: solid 1px #f2f2f2;
  background-color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  z-index: 10;
  vertical-align: baseline;
  font-size: 100%;
  font-family: arial,Meiryo,"Hiragino Kaku Gothic ProN",sans-serif;
  line-height: 1; }

.header a {
  font-size: 12px; }

.header__contents {
  position: relative;
  width: 1024px;
  margin: 0 auto; }

.header__contents__logo {
  position: absolute;
  top: 50px; }

.header__subContents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 980px;
  margin: 5px auto 10px; }

.header__subContents__item {
  margin-right: 15px; }

.header__subContents__item a:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background: url(/contents/front_pc/img/icon_circlearrow-right.svg) no-repeat;
  background-size: 13px 13px;
  vertical-align: text-top; }

.btnFunc--favorite {
  line-height: 1;
  padding: 9px 12px;
  border: 1px solid #dedcd7;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  font-weight: 700;
  font-size: 12px;
  color: #666;
  cursor: pointer; }

.btnFunc--favorite:hover {
  background-image: linear-gradient(to bottom, #f9f8f6 85%, #eee 100%); }

.header__subContents > .btnFunc--favorite {
  width: 130px; }

.btnFunc--favorite:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background: url(https://www.carsensor.net/static/pc/img/common/icon_favorite.svg) no-repeat;
  background-size: 13px 13px;
  vertical-align: text-top; }

.headerMenu {
  display: block; }

.header .headerMenu__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 988px;
  height: 32px;
  margin: 0 auto; }

.header .headerMenu__list li {
  list-style: none;
  letter-spacing: 0em;
  font-size: 12px; }

.header .headerMenu__list a {
  position: relative;
  display: block;
  color: #333; }

.header .headerMenu__list .is-active a span:before,
.header .headerMenu__list a:hover span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  border-top: 4px solid #ff6010;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.header .headerMenu__list a span {
  position: relative;
  display: inline-block;
  margin: 0 19px;
  padding: 10px 4px; }

.header .headerMenu__list li:first-child span {
  margin-left: 0; }

.header .headerMenu__list .is-active a span,
.header .headerMenu__list a:hover span {
  color: #ff6010; }

.header .headerMenu__list a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 6px;
  margin-top: -3px;
  background-color: #ede9e4; }

.header .sitemap {
  position: relative;
  z-index: 10; }

.header .sitemap > p {
  position: absolute;
  bottom: -36px;
  right: 22px;
  font-size: 10px; }

/************************************************************
 * フッター
 ************************************************************/
#subfooter {
  position: relative;
  width: 980px;
  margin-left: 15px;
  text-align: left;
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 0px; }

#subfooter .footerLinks {
  background-color: #F6F6F6;
  padding: 10px 0 5px 0;
  border-bottom: none; }

#footer {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC; }

#footer .footerLinks {
  background-color: #F6F6F6;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #969696;
  line-height: 18px; }

.footerLinks p {
  padding: 0 10px;
  font-size: 10px; }

.footerLinks ul {
  padding: 0 10px 10px; }

.footerLinks ul li a, #footerHelperLinks li a {
  font-size: 10px; }

#footerHelperLinks {
  padding: 5px 10px;
  text-align: right;
  background-position: 0 -60px;
  background-repeat: repeat-x;
  border-top: 1px solid #FFFFFF; }

#externalLinks {
  padding: 5px 0;
  border-top: 2px solid #A0A0A0; }

#copyright {
  margin: 5px 0 20px 10px;
  text-align: left;
  float: left; }

#copyright img {
  border: none; }

#copyright p a {
  color: #435B67;
  text-decoration: underline;
  font-size: 10px;
  font-style: normal;
  font-family: Meiryo;
  font-weight: bold; }

.footer {
  min-width: 1096px;
  width: 100%;
  padding: 30px 0 20px;
  background-color: #f5f4f0;
  font-size: 10px; }

.footer__contents {
  width: 980px;
  margin: 0 auto; }

.footer .relationSite {
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc; }

.footer .relationSite__title {
  margin-bottom: 13px;
  font-size: 12px; }

.footer .relationSite__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer .relationSite__list li {
  line-height: 1;
  margin-bottom: 3px;
  padding: 0 10px;
  border-left: 1px solid #666;
  list-style: none; }

.footer .relationSite__list li:first-child {
  padding-left: 0;
  border-left: none; }

.footer .relationSite__list li:last-child {
  padding-right: 0; }

.footer .copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer .copyright a {
  font-weight: normal; }

.footer .copyright small {
  font-size: 80%; }

.footer .copyright__logo p {
  padding-top: 5px; }

.footer .copyright__list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px; }

.footer .copyright__list ul li {
  line-height: 1;
  padding: 0 8px;
  border-left: 1px solid #666;
  list-style: none; }

.footer .copyright__list ul li a {
  text-decoration: none; }

.footer .copyright__list ul li:first-child {
  padding-left: 0;
  border-left: none; }

a:hover {
  text-decoration: none !important; }

#main .section .cat-menu .cat-btn .menu-ilst {
  top: 27px; }

#sidebar .cont-title {
  line-height: 1.4em; }

.content-footer {
  display: block;
  margin-top: 0;
  height: auto;
  overflow: hidden;
  background-color: #FFF; }

b, strong {
  font-weight: 700;
  font-size: 15px !important; }

.credit td {
  min-width: 60px; }
