@charset "UTF-8";
/* ==========================================================================
   reset
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font: inherit;
  outline: 0;
}

button {
  font: inherit;
  outline: 0;
  cursor: pointer;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

th, td {
  font-weight: 300;
}

strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

/* ==========================================================================*/
/*   clearfix*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   hover*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   vw*/
/* ==========================================================================*/
/* ==========================================================================
	 base
	 ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  color: #432F2A;
  background: #FFF;
  font-family: Helvetica, Arial, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Meiryo", "メイリオ,", clean, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 543px) {
  body {
    font-size: 1.4em;
  }
}

::-moz-selection {
  color: #FFF;
  background: rgba(202, 158, 158, 0.5);
}

::selection {
  color: #FFF;
  background: rgba(202, 158, 158, 0.5);
}

a {
  color: #2779c1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: none;
}
a:hover, a:active {
  color: #339efb;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p + p {
  margin-top: 0.5em;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=reset]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

/* ==========================================================================*/
/*   clearfix*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   hover*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   vw*/
/* ==========================================================================*/
.disabled,
:disabled {
  color: #cccccc;
  cursor: default;
  pointer-events: none;
}
.disabled:hover, .disabled:active,
:disabled:hover,
:disabled:active {
  text-decoration: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.ter {
  text-align: right;
}

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.inline-box {
  display: inline;
  text-align: left;
}

.fwb {
  font-weight: 700;
}

.fwn {
  font-weight: 400;
}

.text-em {
  color: #CA9E9E;
}

.highlight {
  font-style: normal;
  background: rgba(239, 211, 211, 0.5) left center;
  padding: 0.3em 0.2em 0.1em 0.2em;
}
.highlight.-white {
  background-color: #FFF;
}

.is-pc {
  display: block;
}

.isnt-tb {
  display: block;
}

.is-tb {
  display: none;
}

.is-sp {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-sp-block {
  display: inline;
}

@media only screen and (max-width: 999px) {
  .isnt-tb {
    display: none;
  }

  .is-tb {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .u-pc-block {
    display: inline;
  }

  .u-sp-block {
    display: block;
  }
}
.js-img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   block - page
   ========================================================================== */
.page {
  position: relative;
  width: 100%;
  background: url(../images/comic/bg_page.png) 0 0 repeat;
  background-size: 7px 7px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .page {
    min-width: inherit;
    padding-top: 3.666667vw;
  }
}

/* ==========================================================================
	 block - header
	 ========================================================================== */
.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 100;
}
.header__inner {
  width: 92.5%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}
.header_intro {
	max-width: 500px;
	background: url(../images/comic/bg_main.jpg) 0 0 repeat;
	color: #432F2A;
	font-size: smaller;
	padding: 10px;
}
@media only screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
  }
  .header_intro {
	width: 100%;
	margin-top: 10px;
	text-align: center;
  }
}
.header__logo {
  display: block;
  line-height: 1;
  width: 268px;
}
.header__logo img {
  width: 100%;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 69px;
  }
  .header__logo {
    padding-top: 1.5%;
  }
}

/* ==========================================================================
	 block - main
	 ========================================================================== */
.main {
  position: relative;
  width: 89.795%;
  max-width: 980px;
  min-height: 50vw;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  background: url(../images/comic/bg_main.jpg) 0 0 repeat;
}
.main__inner {
  position: relative;
  width: 92.5%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5.375em;
  padding-bottom: 5.375em;
}
@media only screen and (max-width: 767px) {
  .main__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main__inner {
    padding-top: 5.375em;
    padding-bottom: 5.375em;
    padding: 13.3333333333vw 6.6666666667vw;
  }
}

/* .mv MainVisual
----------------------------------------------------------------------------- */
/* .intro
----------------------------------------------------------------------------- */
.intro {
  background: #A1B3E1;
  padding: 3.125em;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 5.3333333333vw;
  }
}

/* ボタン
-----------------------------------------------------------------------------*/
.flex-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 0;
}
.flex-btn li {
	width: 31%;
	background-color: #004497;
	padding: 10px 7px;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.3);
}
.flex-btn li:hover {
	opacity: 0.6;
}
.flex-btn li.active{
	background-color: #002F6C;
}
#column_btn_box06 {
	display: block;
	background: transparent url(../images/comic/comic_link.png) no-repeat scroll 1px;
	padding: 0 0 0 25px;
	vertical-align: top;
	color: #fff;
}
.each_comic_ttl {
	padding: 1.125em;
	background-color: #dae4ff;
}
@media only screen and (max-width: 767px) {
	.flex-btn {
	  flex-direction: column;
	}
	.flex-btn li {
		width: 100%;
	}
  }
/* ボタン
-----------------------------------------------------------------------------*/

/* .section セクション
----------------------------------------------------------------------------- */
.section {
  position: relative;
}
/* .section.-lv1:not(:first-of-type) {
  margin-top: 4em;
} */
.section.-lv1{
	margin-bottom: 4em;
}
.section .-lv2 {
  margin-top: 2em;
}
.section__title {
  position: relative;
  font-size: 1.75em;
  line-height: 1.3;
  padding-bottom: 0.35em;
  margin-bottom: 0.85em;
}
.section__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 0.25em;
  width: 100%;
  background: radial-gradient(circle farthest-side, #CA9E9E, #CA9E9E 60%, transparent 60%, transparent);
  background-size: 0.25em 0.25em;
}
.section__sub-title {
  position: relative;
  font-size: 1.375em;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.section__sub-title::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  content: "";
  height: 1.136em;
  width: 1.136em;
  background: url(../img/bg_sub_title.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.section .row {
  *zoom: 1;
}
.section .row:after {
  content: "";
  display: table;
  clear: both;
}
.section__image.-right {
  float: right;
  margin-left: 1.25em;
}
.section__image.-left {
  float: left;
  margin-right: 1.25em;
}
.section__image.-center {
  text-align: center;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.section__text {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section .-lv2 {
    margin-top: 2.5em;
  }
  .section__image.-right {
    text-align: center;
    float: none;
    margin-left: 0;
    margin-bottom: 1.25em;
  }
  .section__image.-left {
    text-align: center;
    float: none;
    margin-right: 0;
    margin-bottom: 1.25em;
  }
  .section__image.-center {
    text-align: center;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
}

/* img 画像サイズ
----------------------------------------------------------------------------- */
.whats_img_01 {
  width: 290px;
}

.problem_img_01 {
  width: 290px;
}

.reason_img_01 {
  width: 192px;
}

.carepoint_img_01 {
  width: 600px;
}

.carepoint_img_02 {
  width: 124px;
}

.carepoint_img_03 {
  width: 145px;
}

.carepoint_img_04 {
  width: 153px;
}

.choicepoint_img_01 {
  width: 584.5px;
}

.choicepoint_img_02 {
  width: 144px;
}

.choicepoint_img_03 {
  width: 140px;
}

.choicepoint_img_04 {
  width: 148px;
}

.choicepoint_img_05 {
  width: 163px;
}

/* .product
----------------------------------------------------------------------------- */
.product {
  background: #FFF;
  padding: 2em 9%;
  border: #A1B3E1 solid 0.188em;
  border-radius: 0.4em;
}
.product__title {
  text-align: center;
  margin-bottom: 2em;
}
.product__title img {
  width: 478px;
}
.product .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__image {
  width: 35.5%;
}
.product__image img {
  width: 213px;
}
.product__text {
  width: 60.5%;
}
.product__button {
  margin: 0.95em 0;
}
.product__button a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 328px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background: none;
  box-sizing: border-box;
  font-size: 112.5%;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #004497;
  color: #FFF;
  padding: 1.25em 2em 1.05em;
  border: none;
  border-radius: 4px;
  transition: background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.product__button a:hover {
  background: #A1B3E1;
}
@media only screen and (max-width: 767px) {
  .product {
    padding: 6.6666666667vw 4vw;
  }
  .product__title {
    margin-bottom: 1em;
  }
  .product .row {
    display: block;
  }
  .product__image {
    width: 100%;
    text-align: center;
  }
  .product__text {
    width: 100%;
    padding: 0 1em;
    margin-top: 1em;
  }
}

/* .breadcrumbs
----------------------------------------------------------------------------- */
.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs li::before {
    content: "\003e";
    margin: 0 8px 3px 4px;
}
.breadcrumbs li:first-child::before {
    content: "";
    margin: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs ul {
    display:block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumbs li {
    display:inline;
  }
}

/* ==========================================================================
   block - footer
   ========================================================================== */
header {
  width: 89.795%;
  margin: 0 auto;
  padding-bottom: 15px;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  header {
    padding-bottom: 3%;
	flex-direction: column;
	align-items: baseline;
  }
}

/* ==========================================================================
	 block - footer
	 ========================================================================== */
.footer {
  width: 100%;
  background: #004497;
  color: #FFF;
  padding: 1.5em 0;
}
.footer__inner {
  width: 88.235%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.footer a {
  color: #FFF;
}
.footer__links__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25em 2em;
  font-size: 75%;
}
.footer__copyright {
  text-align: center;
  font-size: 62.5%;
  margin-top: 2em;
}

/*# sourceMappingURL=style.css.map */

.cfsc_title_01 {
  font-family: 'Meiryo', 'MS PGothic', sans-serif; /* 日本語表示に適したフォント */
  font-size: 32px;
  font-weight: bold;
  color: #0070c0; /* 青色系 */
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); /* 文字に影をつける */
  text-align: center;
  margin-top: 20px;
  padding: 30px 0;
}
.cfsc_title_02 {
  font-family: 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #0066cc;
  border-bottom: 3px solid #0066cc;
  padding-bottom: 8px;
  margin: 30px 0 30px;
}
.main.comic_top .intro {
  background: unset;
}
.comic_top_contents {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  min-height: 50vw;
}
@media only screen and (max-width: 767px) {
  .cfsc_title_01 {
  font-size: 20px; 
  padding: 15px 0;
}
.main.comic_top .intro {
  margin-bottom: 50px;
  background: unset;
}
}


