@charset "UTF-8";
/*==========================================================================
 Foundation
==========================================================================*/
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css
*/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

h1 {
  color: #333;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  /*line-height: 1*/
}

img, embed, iframe, object, audio, video {
  /*height:auto;
*/
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #000;
  line-height: 2;
  min-width: 1240px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.categorytop{
  line-height: 1.4;
}

a {
  color: #007acc;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  text-decoration: none;
}

button {
  vertical-align: middle;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  cursor: pointer;
}

button:hover {
  opacity: .7;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #333;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.4;
  border: none;
  outline: none;
  width: 100%;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

/*==========================================================================
 Layout
==========================================================================*/
.l-page_header + * {
  padding-top: 113px;
}

.l-page_header_contents {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  background: #00335a;
}

.no_fixed.l-page_header + * {
  padding-top: 0;
}

.no_fixed .l-page_header_contents {
  position: unset;
}

.l-page_header_contents.is-custom_carme {
  background: #fff;
}

.l-page_header_contents__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 1.6rem 0;
}

.l-page_header_contents__main__first {
  display: flex;
  align-items: center;
  line-height: 1;
}

.l-page_header_contents__main__first__logo {
  margin-right: 1.6rem;
}

.l-page_header_contents__main__first__text {
  color: #fff;
  font-size: 1.4rem;
}

.l-page_header_contents__main__second {
  display: flex;
  align-items: center;
}

.l-page_header_contents__main__second__poweredby {
  color: #748FA5;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-left: 1.6rem;
}

.l-page_header_contents__menu {
  background: #F2F2F2;
  min-width: 1080px;
}

.l-page_header_contents__menu ul {
  display: flex;
  justify-content: center;
}

.l-page_header_contents__menu ul li {
  margin: 0 0.2rem;
}

.l-page_header_contents__menu ul li a {
  display: flex;
  padding: 0 1.2rem;
  height: 43px;
  justify-content: center;
  align-items: center;
  color: #00335a;
  position: relative;
}

.l-page_header_contents__menu ul li a:hover {
  opacity: 1;
  color: rgba(0, 51, 90, 0.7);
}

.l-page_header_contents__menu ul li a:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00335a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.l-page_header_contents__menu ul .is-hassubmenu {
  position: relative;
}

.l-page_header_contents__menu ul .is-hassubmenu dt {
  display: flex;
  padding: 0 3.2rem;
  height: 43px;
  justify-content: center;
  align-items: center;
  color: #00335a;
}

.l-page_header_contents__menu ul .is-hassubmenu .second_menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.4s ease-out;
  box-shadow: 3px 3px 10px #00000029;
  background: #F2F2F2;
  width: 100%;
}

.l-page_header_contents__menu ul .is-hassubmenu:hover {
  opacity: 1;
  color: rgba(0, 51, 90, 0.7);
}

.l-page_header_contents__menu ul .is-hassubmenu:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00335a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.l-page_header_contents__menu ul .is-hassubmenu:hover .second_menu {
  visibility: visible;
  max-height: 600px;
  width: 100%;
  opacity: 1;
}

.l-page_header_contents__menu .second_menu li a {
  height: 40px;
  background: #F2F2F2;
  padding: 0 2.4rem;
}

.l-page_header_contents__menu .second_menu li {
  margin: 0;
}

.l-page_header_contents__menu .second_menu li:not(last-child) {
  border-bottom: 1px solid #fff;
}

.l-page_header_contents__menu .second_menu li a:hover {
  background: #F8F8F8;
}

.l-page_header_contents__menu .second_menu li a:hover::before {
  display: none;
}

.l-page_header_contents__menu .second_menu li a span {
  position: relative;
  padding-right: 20px;
}

.l-page_header_contents__menu .second_menu li a span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/images/icon/icon_blank.svg) no-repeat;
  background-size: 16px 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  margin: auto;
}

.l-page_header_contents__menu .second_menu li a:hover span::after {
  opacity: .7;
}

.l-page_contents {
  padding-bottom: 9.6rem;
  word-break: break-all;
}

.l-page_column {
  display: flex;
  justify-content: space-between;
}

.l-page_column.is-no_breadcrumb {
  padding-top: 4.8rem;
}

.l-page_column__main {
  width: 740px;
}

.categorytop .l-page_column__main {
  width: 720px;
  margin-right: 10px;
}

.l-page_column__side {
  width: 300px;
}

.categorytop .l-page_column__side {
  width: 230px;
}

.l-page_footer {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: #E5E5E5;
}

.l-page_footer__btn_to_top {
  position: fixed;
  right: 35px;
  bottom: 40px;
  transition: all .4s;
  z-index: 9;
  opacity: 0;
}

.l-page_footer__btn_to_top.is-show {
  opacity: 1;
  bottom: 70px;
}

.l-page_footer__btn_to_top a {
  display: block;
  background: #00335a;
  width: 56px;
  height: 56px;
  padding-top: 18px;
  text-align: center;
  line-height: 1;
}

.l-page_footer__btn_to_top a:hover {
  background: #335c7b;
}

.l-page_footer__btn_to_top a img {
  width: 32px;
}

.l-page_footer__copyright {
  text-align: center;
  color: #999;
  font-size: 1.4rem;
}

.l-page_footer .l-page_footer__contents {
  display: flex;
  justify-content: space-between;
}

.l-page_footer .l-page_footer__contents__main {
  flex: 1;
}

.l-page_footer .l-page_footer__contents__main__headline {
  color: #999;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.l-page_footer .l-page_footer__contents__main__headline > img {
  margin-right: .8rem;
}

.l-page_footer .l-page_footer__contents__main__headline .tagline {
  padding-right: .8rem;
}

.l-page_footer .l-page_footer__contents__main__headline .info {
  font-size: 1.8rem;
  padding-right: .8rem;
}

.l-page_footer .l-page_footer__contents__main__site_menu {
  margin-bottom: 4rem;
}

.l-page_footer .l-page_footer__contents__main__site_menu ul {
  display: flex;
  justify-content: left;
  line-height: 1;
  margin-bottom: 1rem;
}

.l-page_footer .l-page_footer__contents__main__site_menu ul li:not(:last-child) {
  margin-right: 0.8rem;
}

.l-page_footer .l-page_footer__contents__main__site_menu ul li:not(:last-child)::after {
  content: "/";
  color: #cecece;
}

.l-page_footer .l-page_footer__contents__main__site_menu ul li a {
  padding-right: 0.8rem;
  color: #999;
  font-size: 1.4rem;
}

.l-page_footer .l-page_footer__contents__main__sub_menu ul {
  display: flex;
  justify-content: center;
  line-height: 1;
  font-size: 1.4rem;
}

.l-page_footer .l-page_footer__contents__main__sub_menu ul li {
  margin-right: 2.4rem;
}

.l-page_footer .l-page_footer__contents__main__sub_menu ul li a {
  color: #999;
}

.l-page_footer .l-page_footer__contents__main__listed_description{
  display: flex;
  justify-content:center;
  align-items: center;
}

.l-page_footer .l-page_footer__contents__main__listed_description img{
  margin-right: 1.6rem;
}

.l-page_footer .l-page_footer__contents__main__listed_description .description__text{
  text-align: left;
  width: 38rem;
  color: #999;
  font-size: 1.4rem;
  line-height: 1.4;
}

.l-page_footer .l-page_footer__contents__side {
  width: 400px;
}

.l-page_footer_listed {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 1.6rem;
}
.l-page_footer_listed img {
  margin-right: 1.6rem;
}

/*==========================================================================
 Object
==========================================================================*/
/*============ Component ============*/
.c-page_title {
  max-width: 1240px;
  margin: 0 auto 1.6rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-title_subinfo {
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: .5rem;
}

.c-page_title_plusimage {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 7rem;
  line-height: 1;
}

.c-page_title_plusimage__image {
  width: 300px;
  height: 163px;
  margin-right: 3.2rem;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.c-page_title_plusimage__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.c-page_title_plusimage__text {
  flex: 1;
}

.c-page_title_plusimage__text__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}

.c-page_title_plusimage__text__summary {
  color: #666;
  line-height: 1.6;
}

.c-title_2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.c-title_3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.c-title_side_column {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.c-header_searchbox {
  display: flex;
  align-items: center;
  width: 300px;
  height: 34px;
  line-height: 1;
  background: #fff;
  border: 1px solid #CDD4DA;
  border-radius: 20px;
  padding-left: 17px;
  padding-right: 7px;
}

.c-header_searchbox input[type="text"] {
  font-size: 1.4rem;
  width: 230px;
  height: 25px;
}

.c-header_searchbox button {
  width: 40px;
}

.c-breadcrumb {
  font-size: 1.3rem;
  margin: 0 auto 20px;
}

.c-breadcrumb ol {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
}

.c-breadcrumb ol li {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 20px;
  white-space: nowrap;
}

.c-breadcrumb ol li:not(:first-child) {
  margin-left: 20px;
}

.c-breadcrumb ol li:not(:last-child) {
  background: url(/images/pc/common/breadcrumb_arrow.svg) no-repeat right center;
  background-size: 4px 8px;
}

.c-breadcrumb ol li a {
  color: #666;
}

.c-list_disc > li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-list_disc > li:before {
  content: "●　";
}

.c-list_decimal {
  counter-reset: list_count;
  margin-left: 0;
}

.c-list_decimal > li {
  position: relative;
  padding-left: 3em;
}

.c-list_decimal > li::before {
  content: counter(list_count) ".";
  counter-increment: list_count;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
}

.c-btn_primary {
  display: block;
  background: #ECF1F7;
  padding: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  color: #00335a;
  line-height: 1.2;
}

.c-btn_primary::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/images/pc/icon/arrow_right_blue.svg) no-repeat center;
  background-size: 6px 10px;
  margin-left: 0.8rem;
}

.c-btn_primary.c-btn_primary_down::after {
  width: 15px;
  height: 8px;
  background: url(/images/sp/icon/arrow_down_blue.svg) no-repeat center;
  background-size: 15px 8px;
}

.c-tab_btn {
  display: flex;
  width: 100%;
  line-height: 1;
}

.c-tab_btn li {
  flex: 1;
}

.c-tab_btn li a {
  display: flex;
  justify-content: center;
  border: 1px solid #00335a;
  color: #00335a;
  font-weight: bold;
  padding: 2rem;
  position: relative;
}

.c-tab_btn li a.is-active {
  background: #00335a;
  color: #fff;
  pointer-events: none;
}

.c-tab_btn li a.is-active::after {
  content: "";
  display: block;
  width: 24px;
  height: 12px;
  background: url(/images/pc/icon/arrow_tab_btn.svg) no-repeat center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.c-btn_l {
  display: inline-block;
  width: 310px;
  padding: 1.6rem;
  background: #00335a;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
  border-radius: 7px;
}

.c-btn_l a{
  color: #fff;
}

.c-pager {
  display: flex;
  justify-content: center;
  line-height: 1;
}

.c-pager li {
  margin: 0 .3em;
}

.c-pager li > * {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding: 1.0em 1.4em;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}

.c-pager li a {
  background: #00335a;
  color: #fff;
}

.c-pager li a.is-active, .c-pager li a.is-active:hover {
  opacity: .5;
}

.c-pager li a:hover{
  opacity: .5;
}

.c-pager__next > *::after, .c-pager__prev > *::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/images/pc/icon/arrow_right_white.svg) no-repeat center;
  background-size: 6px 10px;
}

.c-pager__next > *::after {
  margin-left: 0.8rem;
}

.c-pager__prev > *::before {
  transform: rotate(180deg);
  margin-right: 0.8rem;
}

.c-pager__next > a:hover::after, .c-pager__prev > a:hover::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/images/pc/icon/arrow_right_white.svg) no-repeat center;
  background-size: 6px 10px;
}

.c-pager li span {
  background: #00335a;
  color: #FFF;
  opacity: .5;
}

.c-pager li span::after, .c-pager li span::before {
  opacity: .5;
}

.c-banner_common {
  display: block;
  margin: 0 auto;
  line-height: 1;
  width: 260px;
  border: 1px solid #f2f2f2;
}

.c-banner_common img {
  width: 258px;
  height: 47px;
}

.c-article_kaitori_cta_tell {
  text-align: center;
  margin: 2.5rem -1.6rem 0;
  background-color: #ffffff;
  padding: 15px 30px 15px 36px;
  border: solid 3px #cccccc;
  position: relative;
  font-size: 16px;
  line-height: 18px;
}

.c-article_kaitori_cta_tell > div {
  display: inline-block;
  background-image: url(/kaitori/images/kaitori/pc/common/icon_tel.png);
  background-size: 16px 18px;
  background-repeat: no-repeat;
  background-position: 0;
  padding: 0px 0 0 28px;
}

.c-article_kaitori_cta_tell_bottom {
  margin: 2.5rem -0.8rem 0;
}

.c-article_kaitori_cta_tell_title {
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.c-article_kaitori_cta_tell_link {
  font-weight: bold;
  color: #a30000;
  font-size: 16px;
}

.c-article_kaitori_cta_tell_text {
  font-weight: bold;
  font-size: 16px;
}

/*============ Project ============*/
.p-side_article_list li, .p-side_article_list--ranking li {
  margin-bottom: 1.6rem;
}

.p-side_article_list li a, .p-side_article_list--ranking li a {
  display: flex;
  color: inherit;
}

.p-side_article_list li a .image, .p-side_article_list--ranking li a .image {
  width: 64px;
  height: 52px;
  margin-right: 0.8rem;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.p-side_article_list li a .image img, .p-side_article_list--ranking li a .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.p-side_article_list li a .title, .p-side_article_list--ranking li a .title {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.2;
}

.p-side_article_list--ranking, .p-side_article_list--ranking--ranking {
  counter-reset: ranking_count;
}

.p-side_article_list--ranking li a, .p-side_article_list--ranking--ranking li a {
  position: relative;
}

.p-side_article_list--ranking li a::before, .p-side_article_list--ranking--ranking li a::before {
  content: counter(ranking_count);
  counter-increment: ranking_count;
  display: block;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  font-size: 9px;
  color: #fff;
  background: #00335a;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 2;
}

.p-side_article_list--ranking li:nth-child(1) a::before, .p-side_article_list--ranking--ranking li:nth-child(1) a::before {
  background: #D5A417;
}

.p-side_article_list--ranking li:nth-child(2) a::before, .p-side_article_list--ranking--ranking li:nth-child(2) a::before {
  background: #7A7576;
}

.p-side_article_list--ranking li:nth-child(3) a::before, .p-side_article_list--ranking--ranking li:nth-child(3) a::before {
  background: #85612F;
}

.p-side_specialnews_list {
  display: flex;
  flex-wrap: wrap;
}

.p-side_specialnews_list__item {
  width: 100%;
  height: 163px;
  display: flex;
  margin-bottom: 1.6rem;
}

.p-side_specialnews_list__item a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-side_specialnews_list__item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

.p-side_specialnews_list__item__image {
  width: 100%;
  height: 100%;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.p-side_specialnews_list__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.p-side_specialnews_list__item__title {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-author_box,
.p-pro_box {
  align-items: center;
  border: 3px solid #E4E4E4;
  padding: 2rem;
}

.p-author_box_flex,
.p-pro_box_flex {
  display: flex;
  flex-direction: row-reverse;
}

.p-author_box a,
.p-pro_box a {
  color: inherit;
}

.p-author_box__image,
.p-pro_box__image {
  width: 150px;
  height: 150px;
  margin-right: 1.6rem;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}
.p-author_box__image {
  border-radius: 50%;
}

.p-author_box__image img,
.p-pro_box__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.p-author_box__text,
.p-pro_box__text {
  flex: 1;
}

.p-author_box__text__name,
.p-pro_box__text__name {
  font-weight: bold;
  line-height: 1.4rem;
}

.p-author_box__text__summary,
.p-pro_box__text__summary {
  color: #666;
  line-height: 1.6;
  margin-top: 1.6rem;
}

.p-author_box__text .ellipsis,
.p-pro_box__text .ellipsis {
  height: 120px;
  overflow: hidden;
  position: relative;
}

.p-author_box__text .ellipsis:after,
.p-pro_box__text .ellipsis:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 2;
}

.p-author_box .author_readmore_btn,
.p-pro_box .pro_readmore_btn {
  display: block;
  content: "";
  height: 50px;
  width: 100%;
  background: url(/images/pc/icon/arrow_down_gray.svg) no-repeat center;
  cursor: pointer;
}

.p-author_box.is-company .p-author_box__image {
  border-radius: 0;
}

.p-article_list {
  border-top: 1px solid #E4E4E4;
}

.p-article_list__item {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #E4E4E4;
  line-height: 1;
  padding: 1.6rem 0;
}

.p-article_list__item__image {
  width: 280px;
  margin-right: 3.2rem;
}

.p-article_list__item__image a {
  width: 100%;
  height: 208px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.p-article_list__item__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.p-article_list__item__text {
  flex: 1;
}

.p-article_list__item__text__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.p-article_list__item__text__title a {
  color: inherit;
}

.p-article_list__item__text__summary {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

/* .p-article_list__item__text__summary::after {
  todo remove ...
  content: "...";
} */

.p-article_list__item__text__info {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.4rem;
}

.p-article_list__item__text__info > * {
  margin-right: 1.6rem;
}

.p-article_list_smallimage {
  border-top: 1px solid #E4E4E4;
}

.p-article_list_smallimage__item {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #E4E4E4;
  line-height: 1;
  padding: 1.6rem 0;
}

.p-article_list_smallimage__item__image {
  width: 150px;
  margin-right: 3.2rem;
}

.p-article_list_smallimage__item__image a {
  width: 100%;
  height: 158px;
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
}

.p-article_list_smallimage__item__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}

.p-article_list_smallimage__item__text {
  flex: 1;
}

.p-article_list_smallimage__item__text__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.p-article_list_smallimage__item__text__title a {
  color: inherit;
}

.p-article_list_smallimage__item__text__summary {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

/* .p-article_list_smallimage__item__text__summary::after {
  todo remove ...
  content: "...";
} */

.p-article_list_smallimage__item__text__info {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.4rem;
}

.p-article_list_smallimage__item__text__info > * {
  margin-right: 1.6rem;
}

.p-article_list_3col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p-article_list_3col__item {
  width: 340px;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1;
  margin-bottom: 4.8rem;
}

.p-article_list_3col__item:not(:nth-child(3n)) {
  margin-right: calc((1080px - 340px * 3) / 2);
}

.p-article_list_3col__item__image {
  margin-bottom: 1.6rem;
}

.p-article_list_3col__item__image a {
  display: block;
  background: #F1F5FA;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 227px;
}

.p-article_list_3col__item__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.p-article_list_3col__item__text__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.p-article_list_3col__item__text__title a {
  color: inherit;
}

.p-article_list_3col__item__text__summary {
  color: #666;
  line-height: 1.6;
}

.p-article_textstrong {
  font-weight: bold;
}

/* .p-article_list_3col__item__text__summary::after {
  todo remove ...
  content: "...";
} */

.p-social_btn_list {
  display: flex;
  min-height: 2.8rem;
}

.p-social_btn_list li {
  display: flex;
  margin-right: 0.8rem;
}

.p-tag_link_list {
  display: flex;
  flex-wrap: wrap;
}

.p-tag_link_list li {
  line-height: 1;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}

.p-tag_link_list li a {
  display: block;
  padding: .5em 1.2em;
  color: #999;
  font-size: 1.4rem;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
}

.p-tag_link_list li a:hover {
  opacity: 1;
  background: #E4E4E4;
}

.p-article_search_box {
  background: #F2F2F2;
  padding: 3.2rem 4.8rem;
}

.p-tag_link_list li a.p-tag_link_list_brank {
  position: relative;
  padding-right: 40px;
}

.p-tag_link_list_brank::after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(/images/blank.png) no-repeat;
  background-size: 20px 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.p-article_search_box .search_keyword {
  display: flex;
  width: 100%;
  height: 50px;
  background: #fff;
  line-height: 1;
  border-radius: 30px;
  padding-left: 22px;
  padding-right: 12px;
  margin-right: 1.6rem;
}

.p-article_search_box .search_keyword input[type="text"] {
  font-size: inherit;
  height: 100%;
  line-height: 40px;
}

.p-article_search_box .search_keyword button {
  width: 50px;
}

.p-article_search_box .search_keyword button img {
  width: 26px;
  height: 26px;
}

.p-block_carprime_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .8rem;
}

.p-block_carprime_head__ch_box {
  width: 8.4rem;
}

.p-block_carprime_head__text {
  float: left;
  font-size: 1rem;
  color: #666;
  height: 1.3rem;
  margin: -.5rem .7rem 1rem;
}

.p-block_youtube .carprime {
  width: 300px;
  height: 169px;
}

.p-block_youtube{
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 11px;
}

.p-block_youtube iframe{
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.s-block_youtube{
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 32px;
}

.s-block_youtube iframe{
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.p-mh250 {
  min-height: 250px;
}

.p-inquiry_list {
  /* width: 840px; */
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E4E4E4;
}

.p-inquiry_list h2 {
  width: 20%;
  font-weight: bold;
  border-bottom: 1px solid #E4E4E4;
  padding: 2.4rem 0;
}

.p-inquiry_list p {
  width: 80%;
  border-bottom: 1px solid #E4E4E4;
  padding: 2.4rem 0;
}

.p-sns_container {
  background: #F2F2F2;
  padding: 1.6rem;
}
.p-sns_container dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .8rem;
}
.p-sns_container .btn_list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: .4rem;
  align-self: stretch;
  flex-wrap: wrap;
}
.p-sns_container dd {
  gap: .4rem;
}
.p-sns_container a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #000;
  font-size: 1.4rem;
  height: 36px;
  padding: .8rem;
  gap: .4rem;
}
.p-sns_container .long a {
  padding: .8rem 1rem;
  gap: 1rem;
}
.p-sns_container .long dd:nth-of-type(3n) a {
  padding: .8rem;
}
.p-sns_container .long dd:last-child a {
  padding: .8rem .57rem;
}
.p-sns_container a.tw:before,
.p-sns_container a.fa:before,
.p-sns_container a.yo:before,
.p-sns_container a.in:before,
.p-sns_container a.li:before {
  content: "";
  width: 20px;
  height: 20px;
}
.p-sns_container a.tw:before {
  background: url(/images/icon/sns/twitter.png) no-repeat center;
}
.p-sns_container a.fa:before {
  background: url(/images/icon/sns/facebook.png) no-repeat center;
}
.p-sns_container a.yo:before {
  background: url(/images/icon/sns/youtube.png) no-repeat center;
}
.p-sns_container a.in:before {
  background: url(/images/icon/sns/instagram.png) no-repeat center;
}
.p-sns_container a.li:before {
  background: url(/images/icon/sns/line.png) no-repeat center;
}
.p-sns_container dl:not(:last-child) {
  margin-bottom: 1.6rem;
}

.fb-like-box {
  min-height: 130px;
}

/*============ Utility ============*/
.u-cw {
  width: 1080px;
  margin: 0 auto;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-spacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.u-link_arrow::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 12px;
  background: url(/images/pc/icon/arrow_right_linkcolor.svg) no-repeat center;
  background-size: 5px 12px;
  vertical-align: middle;
  margin-right: 0.8rem;
}

.u-text_bold {
  font-weight: bold;
}

.u-text_s {
  font-size: 1.4rem;
}

.u-text_l {
  font-size: 2rem;
}

.u-text_light {
  color: #666;
}

.u-mt {
  margin-top: 3.2rem;
}
.u-mt_l {
  margin-top: 4.8rem;
}

.u-mt_ll {
  margin-top: 6.4rem;
}

.u-mb_s {
  margin-bottom: 1.6rem;
}

.u-mb_m {
  margin-bottom: 2.4rem;
}

.u-mb {
  margin-bottom: 3.2rem;
}

.u-mb_l {
  margin-bottom: 4.8rem;
}

.u-mb_ll {
  margin-bottom: 6.4rem;
}

.u-block {
  display: block;
}

/*==========ページ内フォームリンクボタン==========*/
.form_link_box{
  background-color: #EAF7FF;
  padding: 15px 10px 20px 10px;
  text-align: center;
}
.form_link_text{
  display: inline-block;
  text-align: left;
  line-height: 2.4rem;
  font-size: 13px;
}
.form_link_btn {
  width: 200px;
  height: 36px;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background: #007acc;
  color: #FFF;
  border-bottom: solid 2px #083d64;
  border-radius: 4px;
}
.form_link_btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  border-bottom: none;
}
