@charset "utf-8";
/* CSS Document */

/*===============================

    common

================================*/
.contentsBody {
  font-size: 15px;
  margin-top: 50px;
  width: 980px;
}
.contentsBody > *:last-child { margin-bottom: 0; }

.l_section { margin-bottom: 100px; }
.l_section > *:last-child { margin-bottom: 0; }

.l_section__item { margin-bottom: 20px; }

.m_note {
  font-size: 12px;
  font-weight: bold;
}

.m_note--hasMark {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .contentsBody { width: 100%; }
}

/* ===== グリッド ===== */
.l_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item {
  display: flex;
}
.l_grid__inner {
  display: block;
  width: 100%;
}
.l_grid--target {
  margin: -16px;
}
.l_grid--target > .l_grid__item {
  padding: 16px;
}
.l_grid--banner{
  justify-content: center;
  text-align: center;
}
.l_grid--solution {
  margin: -25px -10px;
}
.l_grid--solution > .l_grid__item { padding: 25px 10px ; }
.l_grid--conversion {
  background-image: url("/resource/img/web/listing-ad_achievements_02.png");
  background-position: right 30px bottom;
  background-repeat: no-repeat;
  margin: 0 -15px;
}
.l_grid--conversion > .l_grid__item {
  border-bottom: 4px dotted #B1B1B1;
  position: relative;
}
.l_grid--conversion > .l_grid__item::before,
.l_grid--conversion > .l_grid__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: block;
  background: #fff;
}
.l_grid--conversion > .l_grid__item::before {
  left: -15px;
  bottom: -15px;
}
.l_grid--conversion > .l_grid__item::after {
  right: -15px;
  bottom: -15px;
}
.l_grid--strength {
  margin: -20px 0 0;
  overflow: hidden;
}
.l_grid--strength > .l_grid__item {
  position: relative;
}
.l_grid--strength > .l_grid__item + .l_grid__item { border-left: 4px dotted #B1B1B1; }
.l_grid--strength > .l_grid__item::before,
.l_grid--strength > .l_grid__item::after,
.l_grid--strength .l_grid__inner::before,
.l_grid--strength .l_grid__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff;
}
.l_grid--strength > .l_grid__item::before {
  top: -20px;
  left: -22px;
}
.l_grid--strength > .l_grid__item::after {
  top: -20px;
  right: -22px;
}
.l_grid--strength .l_grid__inner::before {
  bottom: -20px;
  left: -22px;
}
.l_grid--strength .l_grid__inner::after {
  bottom: -20px;
  right: -22px;
}

.l_grid--plan {
  margin: -25px -25px 0;
  overflow: hidden;
}
.l_grid--plan > .l_grid__item {
  position: relative;
}
.l_grid--plan > .l_grid__item + .l_grid__item { border-left: 4px dotted #B1B1B1; }
.l_grid--plan > .l_grid__item::before,
.l_grid--plan > .l_grid__item::after,
.l_grid--plan .l_grid__inner::before,
.l_grid--plan .l_grid__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 47px;
  height: 45px;
  display: block;
  background: #fff;
}
.l_grid--plan > .l_grid__item::before {
  top: -20px;
  left: -22px;
}
.l_grid--plan > .l_grid__item::after {
  top: -20px;
  right: -22px;
}

.l_grid--plan .l_grid__inner::before {
  bottom: -20px;
  left: -22px;
}
.l_grid--plan .l_grid__inner::after {
  bottom: -20px;
  right: -22px;
}
.l_grid--about {
  margin: -20px -20px 0;
}
.l_grid--about > .l_grid__item { padding: 20px ; }

@media screen and (max-width: 599px) {
  .l_grid--conversion { background-image: none; }
  .l_grid--strength > .l_grid__item + .l_grid__item {
    border-top: 4px dotted #B1B1B1;
    border-left: none;
  }
  .l_grid--plan > .l_grid__item + .l_grid__item {
    border-top: 4px dotted #B1B1B1;
    border-left: none;

  }
}


/* ===== リンク ===== */
.linkBoxWrapper {
  display: flex;
  flex-wrap: wrap;
}
.linkBoxWrapper--align_left { justify-content: flex-start; }
.linkBoxWrapper--align_center { justify-content: center; }
.linkBoxWrapper--align_right { justify-content: flex-end; }

.m_link--banner {
  transition: .3s;
}

.m_link--banner:hover {
  opacity: .6;
}

/* ===== 画像 ===== */
.imageBoxWrapper {
  display: flex;
  flex-wrap: wrap;
}
.imageBoxWrapper--align_left { justify-content: flex-start; }
.imageBoxWrapper--align_center { justify-content: center; }
.imageBoxWrapper--align_right { justify-content: flex-end; }

.imageBox {}
.imageBox__image {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}


/*
    トップ画＆ナビ
================================*/

/* ===== キービジュアル ===== */
.m_headingWrap { justify-content: flex-end; }

/* ===== ナビ ===== */
.m_navList_itemTarget {
  height: 60px;
  text-align: center;
}



/*===============================

    Contents Body

================================*/
/*
    見出し
================================*/
.headingContainer {
  margin-bottom: 60px;
  text-align: center;
}

.heading {}

.heading--primary {
  font-size: 30px;
  font-weight: bold;
}

.heading--subTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 20px;
}



/*
    Solutions
================================*/
.m_solution {}
.m_solution > *:last-child { margin-bottom: 0; }

.m_solution__item { margin-bottom: 100px; }

.m_example {
  align-items: flex-end;
  display: flex;
  height: 100%;
}

.m_example__image {
  flex: 0 0 auto;
  margin-top: auto;
}

.m_example__image > img { display: block; }

.m_example__contents { margin-bottom: auto; }

.m_example__problem {
  background-color: #0058a6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 45px;
  padding: 10px 25px;
  position: relative;
}

/* 吹き出し */
.m_example__problem::after {
  border: 8px solid transparent;
  border-top: 16px solid #0058a6;
  border-bottom: 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -16px;
  transform: skewX(-41deg);
  width: 0;
}

.m_example__problemInner {
  color: #fff;
  position: relative;
}

/* 下向き矢印（棒） */
.m_example__problemInner::before {
  background-color: #0058a6;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
}

/* 下向き矢印（三角） */
.m_example__problemInner::after {
  border: 8px solid transparent;
  border-top: 20px solid #0058a6;
  border-bottom: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.m_example__text {
  margin-left: 1em;
}

.m_solutionCopy {
  align-items: center;
  background-image:
    url("/resource/img/web/listing-ad_bg_leftTop.svg"),
    url("/resource/img/web/listing-ad_bg_rightTop.svg"),
    url("/resource/img/web/listing-ad_bg_leftBottom.svg"),
    url("/resource/img/web/listing-ad_bg_rightBottom.svg");
  background-color: #eef2f6;
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  padding: 35px 35px 15px;
}
.m_solutionCopy > *:last-child { margin-bottom: 0; }

.m_solutionCopy__image {}
.m_solutionCopy__image > img { display: block; }

.m_solutionCopy__message { margin-left: 30px; }
.m_solutionCopy__message > *:last-child { margin-bottom: 0; }

.m_solutionCopy__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
}

.m_solutionCopy__title > span {
  border-bottom: 6px solid #009869;
  display: inline-block;
  position: relative;
}

.m_solutionCopy__title > span::after {
  content: url("/resource/img/web/listing-ad_heading-sign_thin.svg");
  display: block;
  position: absolute;
  top: -25px;
  right: -25px;
}

.m_solutionCopy__text { margin-bottom: 20px; }

@media screen and (max-width:599px) {
  .m_solutionCopy { 
    flex-direction: column-reverse;
  }
  .m_solutionCopy__message { margin: 0; }
  .m_solutionCopy__image { margin-top: 30px; }
  .m_solutionCopy__title > span::after {
    top: -13px;
    right: -23px;
  }
}

/*
    成果実績
================================*/
.m_result { overflow: hidden; }
.m_result > *:last-child { margin-bottom: 0; }

.m_result__item { margin-bottom: 30px; }

.m_conversionResult { padding: 35px 15px; }
.m_conversionResult > *:last-child { margin-bottom: 0; }

.m_result__gridWrap {
}

.m_conversionRsult__result {
  align-items: center;
  background-image: url("/resource/img/web/listing-ad_achievements_01.png");
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  height: 72px;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 30px;
  width: 232px;
}

.m_conversionResult__number {}

.m_resultNum {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.m_resultNum__before {}

.m_resultNum__before > span { margin: 0 .8em; }

.m_resultNum__after {
  color: #ef0c0c;
  font-size: 1.3em;
  font-weight: bold;
}

.m_conversionResult__text {
  font-size: 15px;
}

@media screen and (max-width: 599px){
}


/*
    プロモーションの強み
================================*/
.m_strengths {}
.m_strengths > *:last-child { margin-bottom: 0; }

.m_strengths__item { margin-bottom: 40px; }

.m_strengthPoint { padding: 20px; }

.m_strengthPoint__title {
  background-color: #0058a6;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
  padding: 0.8em 0.5em;
  text-align: center;
}

.m_strengthPoint__text {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {

}


/*
    ワンストップサービス
================================*/
.m_feature {
  width: 810px;
  margin: auto;
}
.m_feature > *:last-child { margin-bottom: 0; }

.m_feature__inner {
  display: flex;
  margin-bottom: 40px;
}

.m_feature__number {
  align-items: center;
  display: flex;
  flex: 0 0 140px;
  justify-content: center;
  padding: 8px 0;
}

.m_feature__numberInner {
  align-items: center;
  color: #0058a6;
  display: flex;
  flex-direction: column;
  font-family: arial;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
}

.m_feature__numberInner::before {
  content: "feature";
  color: currentColor;
  font-size: 14px;
}

.m_feature__contents {
  border-left: 4px dotted #B1B1B1;
  padding-left: 40px;
}

.m_feature__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m_feature__text {}

@media screen and (max-width: 599px) {
  .m_feature { width: 100%; }
  .m_feature__number { flex: 0 0 70px;}
  .m_feature__numberInner { font-size: 50px; }
  .m_feature__contents { padding-left: 20px; }
}


/*
    Web広告運用体制イメージ
================================*/
.m_operationSyste {}
.m_operationSyste > *:last-child { margin-bottom: 0; }

.m_operationSystem__copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}


/*
    IMD人員構成
================================*/
.m_specialistTeam {}
.m_specialistTeam > *:last-child { margin-bottom: 0; }

.m_specialistTeam__item {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: auto;
}

.m_specialistTeamDetail { flex: 0 0 400px; }
.m_specialistTeamDetail > *:last-child { margin-bottom: 0; }

.m_specialistTeamDetail__wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.m_specialistTeamDetail__title {
  background-color: #0058a6;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin-right: 30px;
  padding: 10px;
  text-align: center;
  width: 6em;
}

.m_specialistTeamDetail__contents { flex: 1 0 auto; }

.m_presonnelList {}
.m_presonnelList > *:last-child { margin-bottom: 0; }

.m_presonnelList__item {
  border-bottom: 4px dotted #B1B1B1;
  display: flex;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.m_presonnelList__item > span { margin-left: auto; }

@media screen and (max-width: 599px) {
  .m_specialistTeam__item {
    display: block;
    width: 100%;
  }
  .m_specialistTeamDetail { margin-bottom: 30px; }
  .m_specialistTeamDetail__wrap { display: block; }
  .m_specialistTeamDetail__title { margin: 0 0 30px 0; }
}

/*
    選べる３つのプラン
================================*/
.m_3plan {}
.m_3plan > *:last-child { margin-bottom: 0; }

.m_plan {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  height: 100%;
  padding: 25px;
}

.m_plan__title {
  background-color: #0058a6;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
}

.m_plan__text { margin-bottom: 20px; }

.m_plan__price {
  color: #ef0c0c;
  font-weight: bold;
  margin-bottom: 25px;
}

.m_plan__price > span {
  font-size: 2.6em;
  line-height: 1;
}

.m_plan__detail {
  align-items: center;
  background-color: #eef2f6;
  display: flex;
  flex: 1 0 auto;
  padding: 15px;
}

.m_planDetailList {}

.m_planDetailList__item {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.025em;
}


/*
    リスティング広告とは？
================================*/
.m_about {}
.m_about > *:last-child { margin-bottom: 0; }

.m_about__item { margin-bottom: 50px; }

.m_aboutAds {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  margin-bottom: 20px;
}

.m_aboutAds__title { margin: auto; }

.m_aboutAds__image { text-align: center; }
.m_aboutAds__image > img { vertical-align: bottom; }

.m_aboutAds__text {}

@media screen and (max-width: 599px) {
  .m_aboutAds { display: block; }
  .m_aboutAds__title {
    margin: auto auto 20px;
    text-align: center;
  }
  .m_aboutAds__image { margin: auto; }
}


/*
    Web広告出稿までの流れ
================================*/
.m_flow {
  display: flex;
  /*flex-wrap: wrap;*/
}
.m_flow > *:last-child { margin-bottom: 0; }

.m_flow__item {
  border-bottom: 7px solid;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  position: relative;
}

.m_flow__item.__contact { border-bottom-color: #59a7a2; }
.m_flow__item.__proposal { border-bottom-color: #4b9f9b; }
.m_flow__item.__order { border-bottom-color: #3d949a; }
.m_flow__item.__meeting { border-bottom-color: #218994; }
.m_flow__item.__setUp { border-bottom-color: #006d9b; }
.m_flow__item.__start { border-bottom-color: #0b7bac; }


.m_flow__inner {
  display: block;
  width: 100%;
}

.m_flowContents {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.m_flowContents::after  {
  border-top: 2px solid #B1B1B1;
  border-right: 2px solid #B1B1B1;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%) translateX(30%) rotate(45deg) skew(5deg, 5deg);
  width: 1em;
}

.m_flow__item:last-of-type .m_flowContents::after { content: none; }


.m_flowContents__title {
  color: #fff;
  text-align: center;
}

.m_flow__item.__contact .m_flowContents__title { background-color: #59a7a2; }
.m_flow__item.__proposal .m_flowContents__title { background-color: #4b9f9b; }
.m_flow__item.__order .m_flowContents__title { background-color: #3d949a; }
.m_flow__item.__meeting .m_flowContents__title { background-color: #218994; }
.m_flow__item.__setUp .m_flowContents__title { background-color: #006d9b; }
.m_flow__item.__start .m_flowContents__title { background-color: #0b7bac; }

.m_flowContents__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
}

.m_flowContents__icon {
  margin: auto;
  text-align: center;
  width: 100%;
}

.m_flowContents__icon > img[src$=".svg"] { 
  height: 48px;
  width: 48px;
}

.m_flowContents__text {
  font-weight: bold;
  margin: auto;
  padding: 1em 2em;
  text-align: center;
}

.m_flow__addContents {
  align-items: center;
  background-image: linear-gradient(to right, #006d9b 50%, #0b7bac 50%);
  color: #fff;
  display: flex;
  line-height: 1;
  margin-top: -3px;
  margin-left: auto;
  margin-right: 1px;
  padding: 8px;
  position: relative;
  width: 328px;
  z-index: 10;
}

.m_flow__addContents--pc { display: flex; }
.m_flow__addContents--sp { display: none; }


.m_flow__addContents::before,
.m_flow__addContents::after {
  background-color: #fff;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.m_flow__addContents::before { margin-right: 1rem; }
.m_flow__addContents::after { margin-left: 1rem; }

.m_flow__addContents > span {
  position: relative;
}

.m_flow__addContents > span::before,
.m_flow__addContents > span::after {
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  top: -11px;
  width: 1em;
}

.m_flow__addContents > span::before {
  left: -98px;
  transform: rotate(-45deg);
}

.m_flow__addContents > span::after {
  right: -98px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .m_flowContents__text { font-size: 12px; }
}
@media screen and (max-width: 599px) {
  .m_flow {
    flex-direction: column;
  }
  .m_flow__item { margin-bottom: 20px; }
  .m_flow__item::after {
    border: 36px solid transparent;
    border-top: 20px solid #b1b1b1;
    border-bottom: none;
    content: "";
    height: 0;
    position: absolute;
    bottom: -27px;
    width: 0;
  }
  .m_flow__item.__contact::after { border-top-color: #59a7a2; }
  .m_flow__item.__proposal::after { border-top-color: #4b9f9b; }
  .m_flow__item.__order::after { border-top-color: #3d949a; }
  .m_flow__item.__meeting::after { border-top-color: #218994; }
  .m_flow__item.__setUp::after { border-top-color: #006d9b; }
  .m_flow__item.__start::after { content: none; }
  .m_flowContents::after { content: none; }
  .m_flow__addContents > span::before,
  .m_flow__addContents > span::after { content: none; }
  .m_flow__addContents--pc { display: none; }
  .m_flow__addContents--sp { display: block; }
  .m_flowContents__text { font-size: 16px; }
}



/*
    よくあるご質問
================================*/
.m_faqWrap {}
.m_faqWrap > *:last-child { margin-bottom: 0; }

.m_faqWrap__body {}
.m_faqWrap__list {}
.m_faqWrap__list > *:last-child { margin-bottom: 0; }
.m_faqWrap__item {}

.m_faq { margin-bottom: 30px; }
.m_faq > *:last-child { margin-bottom: 0; }

.m_faq__question {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  min-height: 45px;
  margin-bottom: 20px;
  padding-left: 55px;
  position: relative;
}

.m_faq__question::before {
  content: url("/resource/img/web/listing-ad_Q.png");
  display: block;
  height: 45px;
  line-height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}

.m_faq__answerWrap {
  align-items: center;
  display: flex;
  min-height: 45px;
  padding-left: 55px;
  position: relative;
}
.m_faq__answerWrap > *:last-child { margin-bottom: 0; }

.m_faq__answerWrap::before {
  content: url("/resource/img/web/listing-ad_A.png");
  display: block;
  height: 45px;
  line-height: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}

.m_faq__answer { margin-bottom: 20px; }

/*
    関連サービス
================================*/
.m_serviceWrap {}
.m_serviceWrap > *:last-child { margin-bottom: 0; }

.m_service {
  columns: 2;
  column-gap: 40px;
  margin-bottom: 100px;
}

.m_service__item {
  border-bottom: 4px dotted #B1B1B1;
  margin-bottom: 30px;
  padding-bottom: 20px;
  break-inside: avoid;
}

.m_service__title {
  background-color: #0058a6;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.m_service__copy {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m_service__text {
  margin-bottom: 20px;
}

.m_service__price {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.m_service__priceNumber {
  color: #ef0c0c;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .m_service { columns: 1; }
}


/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; } 
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-ib { display: inline-block!important; }
.u_d-fx { display: flex !important; }
.u_res_d-b { display: none; }

@media screen and (max-width: 599px){
  .u_res_d-n { display: none; }
  .u_res_d-b { display: block; }
}

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-a { margin-top: auto !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-a { margin-left: auto !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-a { margin-bottom: auto !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-a { margin-right: auto !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_mr5 { margin-right: 5px !important; }
.u_mr10 { margin-right: 10px !important; }
.u_mr15 { margin-right: 15px !important; }
.u_mr20 { margin-right: 20px !important; }
.u_mr30 { margin-right: 30px !important; }
.u_mr50 { margin-right: 50px !important; }
.u_mr100 { margin-right: 100px !important; }

.u_mr-5 { margin-right: -5px !important; }
.u_mr-10 { margin-right: -10px !important; }
.u_mr-15 { margin-right: -15px !important; }
.u_mr-20 { margin-right: -20px !important; }
.u_mr-30 { margin-right: -30px !important; }
.u_mr-50 { margin-right: -50px !important; }
.u_mr-100 { margin-right: -100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

.u_ml5 { margin-left: 5px !important; }
.u_ml10 { margin-left: 10px !important; }
.u_ml15 { margin-left: 15px !important; }
.u_ml20 { margin-left: 20px !important; }
.u_ml30 { margin-left: 30px !important; }
.u_ml50 { margin-left: 50px !important; }
.u_ml100 { margin-left: 100px !important; }

.u_ml-5 { margin-left: -5px !important; }
.u_ml-10 { margin-left: -10px !important; }
.u_ml-15 { margin-left: -15px !important; }
.u_ml-20 { margin-left: -20px !important; }
.u_ml-30 { margin-left: -30px !important; }
.u_ml-50 { margin-left: -50px !important; }
.u_ml-100 { margin-left: -100px !important; }

.u_m-a { margin: auto !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }
.u_w100p { width: 100% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

.u_disp--pc { display: inline-block; }
.u_disp--sp { display: none; }

@media screen and (max-width: 599px){
  .u_disp--pc { display: none; }
  .u_disp--sp { display: inline-block; }
  }