@charset "UTF-8";

/* --------------------------------
:: /www-kao-co-jp/genki/service/sports-action/css/style.css ::
-------------------------------- */

/* --------------------------------
:: for large screen ::
@media screen and (min-width: 1025px) {
}
:: for medium screen ::
@media screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media screen and (max-width: 640px) {
}
-------------------------------- */

/* 01. common
-------------------------------- */
/* width */
@media screen and (min-width: 1025px) {
  .opt-lg-mw526 {
    max-width: 526px;
    margin-right: auto;
    margin-left: auto;
  }

  .opt-lg-mw600 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .opt-lg-mw650 {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 641px) {
  .opt-lg-md-mw750 {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }

  .opt-lg-md-mw820 {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 640px) {
  .opt-sm-w140p {
    margin-right: -20%;
    margin-left: -20%;
  }
}

/* display */
.opt-is-block {
  display: block;
}

/* padding / margin */
.opt-mb15--imp {
  margin-bottom: 15px !important;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-md-pt15--imp {
    padding-top: 15px !important;
  }

  .opt-md-pb15--imp {
    padding-bottom: 15px !important;
  }

  .opt-md-mb15--imp {
    margin-bottom: 15px !important;
  }

  .opt-md-mb25--imp {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 640px) {
  .opt-sm-pt15--imp {
    padding-top: 15px !important;
  }

  .opt-sm-pb15--imp {
    padding-bottom: 15px !important;
  }

  .opt-sm-mb15--imp {
    margin-bottom: 15px !important;
  }

  .opt-sm-mb25--imp {
    margin-bottom: 25px !important;
  }
}

/* backgrond */
.is-backgroundColor--8 {
  background: #dcf0ee;
}
.is-backgroundColor--9 {
  background: #00a0cc;
}
.is-backgroundColor--10 {
  background: #def1f6;
}

/* strong */
.opt-strong-01 {
  font-size: 1.5rem;
  font-family: "FP-ヒラギノUD角ゴ StdN W6", FP-HiraginoUDSansStdN-W6, sans-serif;
  border-bottom: 3px solid #ffd851;
}
@media screen and (max-width: 1024px) {
  .opt-strong-01 {
    font-size: 1.0625rem;
  }
}

.opt-strong-02 {
  color: #007caf;
  font-family: "FP-ヒラギノUD角ゴ StdN W6", FP-HiraginoUDSansStdN-W6, sans-serif;
}

/* color */
#area-Contents {
  color: #333;
}

/* 02. Base
-------------------------------- */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .g-Area .l-Column.is-gutter--m .l-Column__inner {
    margin-right: 0;
    margin-left: 0;
  }

  .g-Area .l-Column.is-gutter--m .l-Column__cols {
    padding-right: 0;
    padding-left: 0;
  }
}

/* 03. title
-------------------------------- */
/* sports-action-fv-ttl */
.sports-action-fv-ttl .g-Image--v2__img {
  max-width: 956px;
  margin-right: auto;
  margin-left: auto;
}

.sports-action-fv-sub-ttl .g-ImageTextHP--v2__contentsBlock__image {
  padding-right: 10px;
}

.sports-action-fv-sub-ttl .g-Image--v2__img {
  width: 180px;
  float: right;
}

.sports-action-fv-sub-ttl .cmn-richtext {
  font-size: 1.375rem;
  line-height: 1.045;
}

@media screen and (max-width: 1024px) {
  .sports-action-fv-sub-ttl .g-Image--v2__img {
    width: 130px;
  }

  .sports-action-fv-sub-ttl .cmn-richtext {
    font-size: 1rem;
  }
}

/* sports-action-kv-ttl */
.sports-action-kv-ttl .g-PageTitle--v2__titleBlock__titleBox__title {
  margin-bottom: 0;
}

/* sports-action-heading-ttl */
/* -type01 */
.g-Area .g-HeadingTitle--v2.g-HeadingTitle--v2--h2.sports-action-heading-ttl.-type01 {
  margin-bottom: 24px;
}

.sports-action-heading-ttl.-type01 .cmn-richtext {
  font-size: 2.25rem;
  line-height: 1.3;
  color: #007caf;
  font-family: "FP-ヒラギノUD角ゴ StdN W6", FP-HiraginoUDSansStdN-W6, sans-serif;
  letter-spacing: .04em;
}

@media screen and (max-width: 1024px) {
  .sports-action-heading-ttl.-type01 .cmn-richtext {
    font-size: 1.4375rem;
    letter-spacing: .02em;
  }

  .g-Area .g-HeadingTitle--v2.g-HeadingTitle--v2--h2.sports-action-heading-ttl.-type01 {
    margin-bottom: 12px;
  }
}

/* -type02 */
.sports-action-heading-ttl.-type02 .cmn-richtext {
  display: block;
  color: #fff;
  background: #007caf;
  padding: 20px 0;
  border-radius: 10px;
  letter-spacing: .04em;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.sports-action-heading-ttl.-type02 .ttl-main {
  font-size: 1.75rem;
}

.sports-action-heading-ttl.-type02 .ttl-sub {
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .sports-action-heading-ttl.-type02 .cmn-richtext {
    padding: 10px 0;
    letter-spacing: .02em;
  }

  .sports-action-heading-ttl.-type02 .ttl-main {
    font-size: 1.1875rem;
  }

  .sports-action-heading-ttl.-type02 .ttl-sub {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 640px) {
  .sports-action-heading-ttl.-type02 .cmn-richtext {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* -type03 */
.sports-action-heading-ttl.-type03 .cmn-richtext {
  display: block;
  color: #000;
  background: #84d3e9;
  padding: 20px 0;
  border-radius: 10px;
  letter-spacing: .04em;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.sports-action-heading-ttl.-type03 .ttl-main {
  font-size: 1.625rem;
}

.sports-action-heading-ttl.-type03 .ttl-sub {
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .sports-action-heading-ttl.-type03 .cmn-richtext {
    padding: 10px 0;
    letter-spacing: .02em;
  }

  .sports-action-heading-ttl.-type03 .ttl-main {
    font-size: 1.125rem;
  }

  .sports-action-heading-ttl.-type03 .ttl-sub {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 640px) {
  .sports-action-heading-ttl.-type03 .cmn-richtext {
    padding: 10px 0;
  }
}

/* -type04 */
.sports-action-heading-ttl.-type04 {
  background: #84d3e9;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
}

.sports-action-heading-ttl.-type04 .ttl-main {
  font-size: 2rem;
  letter-spacing: .04em;
}

.sports-action-heading-ttl.-type04 .ttl-sub {
  font-size: 1.375rem;
  letter-spacing: .04em;
}
@media screen and (max-width: 1024px) {
  .sports-action-heading-ttl.-type04 .ttl-main {
    font-size: 1.3125rem;
    line-height: 1;
  }

  .sports-action-heading-ttl.-type04 .ttl-sub {
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .sports-action-heading-ttl.-type04 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* -type05 */
.sports-action-heading-ttl.-type05 {
  display: block;
  color: #000;
  background: #84d3e9;
  padding: 20px 0;
  border-radius: 10px;
  letter-spacing: .04em;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.sports-action-heading-ttl.-type05 .g-HeadingTitle--v2__titleBlock {
  padding: 0 150px;
  width: auto;
}

.sports-action-heading-ttl.-type05 .ttl-main {
  font-size: 1.625rem;
  letter-spacing: .04em;
}

.sports-action-heading-ttl.-type05 .ttl-sub {
  font-size: 1.375rem;
  letter-spacing: .04em;
}
@media screen and (max-width: 1024px) {
  .sports-action-heading-ttl.-type05 .g-HeadingTitle--v2__titleBlock {
    padding: 0 100px;
    width: auto;
  }

  .sports-action-heading-ttl.-type05 .ttl-main {
    font-size: 1.125rem;
    line-height: 1;
  }

  .sports-action-heading-ttl.-type05 .ttl-sub {
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .sports-action-heading-ttl.-type05 .g-HeadingTitle--v2__titleBlock {
    padding: 0 10px;
    width: auto;
  }
}

/* -type06 */
.sports-action-heading-ttl.-type06 {
  color: #000;
  letter-spacing: .04em;
}
.sports-action-heading-ttl.-type06 .ttl-main {
  font-size: 1.625rem;
  letter-spacing: .04em;
}
@media screen and (max-width: 1024px) {
  .sports-action-heading-ttl.-type06 .ttl-main {
    font-size: 1.125rem;
    line-height: 1;
  }
}

/* sports-action-heading-ttl */
.service-sub-ttl .cmn-richtext {
  color: #007caf;
  font-size: 1.375rem;
}

.service-sub-ttl.-type02 .cmn-richtext {
  color: #fff;
  font-size: 1.625rem;
  background: #007caf;
  max-width: 683px;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (max-width: 1024px) {
  .service-sub-ttl .cmn-richtext {
    font-size: 1rem;
  }

  .service-sub-ttl.-type02 .cmn-richtext {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .service-sub-ttl.-type02 .cmn-richtext {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .service-sub-ttl .cmn-richtext {
    line-height: 1.44375;
  }
  .service-sub-ttl.-type02 .cmn-richtext {
    width: 262px;
    border-radius: 5px;
  }
}

/* 04. Introduce
-------------------------------- */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .g-Section.introduce-section .l-Section__inner {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/* service-introduce */
@media screen and (min-width: 1025px) {
  .service-introduce-content.g-ImageTextHP--v2.is-imageR .g-ImageTextHP--v2__contentsBlock {
    grid-template-columns: 56.458% 43.542%;
  }

  .service-introduce-content.g-ImageTextHP--v2.is-layoutR .g-ImageTextHP--v2__contentsBlock__image {
    padding-left: 34px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .service-introduce-content.g-ImageTextHP--v2.is-imageR .g-ImageTextHP--v2__contentsBlock {
    grid-template-columns: 56.458% 43.542%;
  }

  .service-introduce-content.g-ImageTextHP--v2.is-layoutR .g-ImageTextHP--v2__contentsBlock__image {
    padding-left: 17px;
  }
}

/* text contents */
.sports-action-introduce-content .cmn-richtext {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: .04em;
}

@media screen and (max-width: 1024px) {
  .sports-action-introduce-content .cmn-richtext {
    font-size: .875rem;
    letter-spacing: .02em;
  }
}

/* box-contents */
.service-box {
  border: 2px solid #84d3e9;
  border-radius: 20px;
  overflow: hidden;
}


/* 05. comment
-------------------------------- */
.sports-action-comment {
  position: relative;
  margin: 30px 0 10px 10px;
}

.sports-action-comment-title {
  position: absolute;
  width: 50%;
  top: -20px;
  left: -10px;
}

.sports-action-comment-list {
  padding: 90px 40px 50px;
  background: #fff;
  border-radius: 20px;
}

.sports-action-comment-list .g-List--ver2__ul {
  max-width: 562px;
  display: block;
  padding: 0 20px;
  margin: 0 auto;
}

.sports-action-comment-list .g-List--ver2__ul__item:not(:last-child) {
  margin-bottom: 15px;
}

.sports-action-comment-list .cmn-richtext {
  font-size: 1.125rem;
  letter-spacing: .04em;
  display: flex;
}

.sports-action-comment-list .cmn-richtext::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #007caf;
  margin-right: 15px;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .sports-action-comment {
    position: relative;
    margin-left: 0;
  }
  .sports-action-comment-list .g-List--ver2__ul {
    padding-right: 0;
    padding-left: 0;
  }

  .sports-action-comment-list .cmn-richtext {
    font-size: .875rem;
    letter-spacing: .02em;
  }
  .sports-action-comment-list .cmn-richtext::before {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 640px) {
  .sports-action-comment-list {
    padding: 55px 20px 20px;
  }
  .sports-action-comment-title {
    width: 80%;
    left: 10%;
  }
}

/* 06. faq accordion
-------------------------------- */
.faq-lead .g-AccordionMenu__item:not(:last-child) .g-AccordionUnit {
	margin-bottom: 20px;
}
.faq-lead .l-AccordionUnit__titleBlock {
	padding: 15px;
	background-color: #007caf;
}
.faq-lead .l-HeadingTitle__h4 {
	padding-right: 1em;
	font-size: 1.3125rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.faq-lead .g-AccordionUnit .l-HeadingTitle__h4 .cmn-richtext {
  color: #fff;
}
.faq-lead .l-AccordionUnit__titleBlock__icon {
	color: #fff;
}
.faq-lead .g-AccordionUnit__contentBlock {
	padding: 40px;
}
.faq-lead .g-AccordionUnit__contentBlock .l-Text {
	letter-spacing: 0.05em;
}
.faq-lead .g-AccordionUnit__contentBlock .l-Text a,
.faq-lead .g-AccordionUnit__contentBlock .l-Text a:link,
.faq-lead .g-AccordionUnit__contentBlock .l-Text a:visited {
	color: #05c;
}
.faq-lead .g-AccordionUnit__contentBlock .l-Text a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1024px) {
	.faq-lead .l-HeadingTitle__h4 {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 640px) {
	.faq-lead .g-AccordionMenu__item:not(:last-child) .g-AccordionUnit {
		margin-bottom: 10px;
	}
	.faq-lead .l-HeadingTitle__h4 {
		line-height: 1.3;
	}
	.faq-lead .g-AccordionUnit__contentBlock {
		padding: 20px;
	}
}

/* 07. add
-------------------------------- */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .sports-action-heading-ttl.-type05 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sports-action-heading-ttl.-type05 .g-HeadingTitle--v2__titleBlock {
    padding-right: 75px;
    padding-left: 75px;
  }
}

/* service-comment */
.service-comment-list .cmn-richtext::before {
  background: #007caf;
}

.sports-action-txt .cmn-richtext {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: .04em;
}

@media screen and (max-width: 1024px) {
  .sports-action-txt .cmn-richtext {
    font-size: .875rem;
  }
}