@charset "UTF-8";
*,:after,
:before{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
:root{
	font-size:62.5%;
}
.l-wrapper {
  padding-bottom: 64px;
  background-color: #f3f3f3;
  line-height: 1.75;
  font-size: 16px;
}

@media (min-width: 768px) {
  .l-wrapper {
    padding-bottom: 80px;
  }
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 767px) {
	.l-wrapper img {
		width: 100%;
	}
}
.l-wrapper strong {
	font-weight: bold;
}

.l-content {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .l-content {
    margin: 0 15px;
    padding: 16px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-content {
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 32px 64px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
  .l-wrapper .l-content {
    max-width: none !important;
  }
}

.l-layout {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-layout {
    display: grid;
    display: -ms-grid;
    grid-gap: 0 32px;
    gap: 0 32px;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 734px 32px 300px;
    grid-template: "main login" auto "main side"  1fr / 734px 300px;
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
  .l-wrapper .l-layout {
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .l-layout__login {
    margin: 0 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  .l-layout__login {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: login;
  }
}

@media (max-width: 767px) {
  .l-layout__main {
    margin: 0 15px 32px;
    padding: 16px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .l-layout__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    width: 734px;
    grid-area: main;
  }
}

.l-layout__main > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .l-layout__side {
    margin: 0 15px;
  }
}

@media (min-width: 768px) {
  .l-layout__side {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    width: 300px;
    grid-area: side;
  }
}

.l-layout > :last-child {
  margin-bottom: 0;
}

.l-login {
  box-sizing: border-box;
  line-height: 1.625;
}

.l-login__inner {
  margin: 0 auto;
  background-color: #ffffff;
}

.l-login__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
  background-color: #00aaeb;
  color: #fff;
}

.l-login__ttl {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}

.l-login__checkbox {
  margin-bottom: 15px;
}

.l-login__checkbox input[type='checkbox'] {
  display: none;
}

.l-login__checkbox .label-check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

.l-login__checkbox .label-check::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

.l-login__checkbox .label-check::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

.l-login__checkbox input:checked + .label-check::before {
  opacity: 1;
}

.l-login__cont {
  padding: 15px 15px 32px;
}

.l-login__lead {
  margin-bottom: 16px;
}

.l-login__lead p {
  font-size: 14px;
}

.l-login__lead p:not(:last-child) {
  margin-bottom: 1em;
}

.l-login__primary {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.l-login__list01 {
  margin: 0 0 15px;
}

.l-login__list01 li:not(:last-child) {
  margin: 0 0 10px;
}

.l-login__list01 input[type='text'],
.l-login__list01 input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d7dce2 !important;
  border-radius: 3px;
  background: #f3f3f3;
  line-height: normal !important;
  font-size: 16px;
}

.l-login__list01 input[type='text']:focus,
.l-login__list01 input[type='password']:focus {
  background-color: #f3f3f3 !important;
  background-image: none !important;
}

.l-login__list01 input[type='text']::-webkit-input-placeholder, .l-login__list01 input[type='password']::-webkit-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::-moz-placeholder, .l-login__list01 input[type='password']::-moz-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']:-ms-input-placeholder, .l-login__list01 input[type='password']:-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::-ms-input-placeholder, .l-login__list01 input[type='password']::-ms-input-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::placeholder,
.l-login__list01 input[type='password']::placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__btn {
  text-align: center;
}

.l-login__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px 0 8px !important;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-login__btn .btn::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-login__btn .btn.btn-01 {
  color: #006bcd;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(/conts/2023/images/icon_login_btn01.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn.btn-02 {
  background-color: #f57c31;
  color: #fff;
}

.l-login__btn .btn.btn-02::before {
  background-image: url(/conts/2023/images/icon_login_btn02.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn:hover.btn-01 {
  opacity: .8 !important;
}

.l-login__btn .btn:hover.btn-02 {
  opacity: .9 !important;
}

.l-login__secondary > :not(:last-child) {
  margin-bottom: 16px;
}

.l-login__list02 > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-login__list02 > li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.l-login__list02 > li a::before, .l-login__list02 > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.l-login__list02 > li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.l-login__list02 > li a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-content > .l-login,
  .l-layout__main > .l-login {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-content > .l-login:first-child,
  .l-layout__main > .l-login:first-child {
    margin-top: -16px;
  }
}

@media (min-width: 768px) {
  .l-login.l-login--side {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--side .l-login__cont {
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login:not(.l-login--side) {
    margin-bottom: 32px;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-login:not(.l-login--side) .l-login__head {
    padding: 0 80px;
  }
  .l-login:not(.l-login--side) .l-login__ttl::before {
    margin-right: 12px;
  }
  .l-login:not(.l-login--side) .l-login__cont {
    padding: 16px 80px 32px;
  }
  .l-login:not(.l-login--side) .l-login__primary {
    display: flex;
    align-items: flex-end;
  }
  .l-login:not(.l-login--side) .l-login__primary .l-login__btnWrap {
    width: 268px;
    margin-bottom: 1px;
  }
  .l-login:not(.l-login--side) .l-login__list01 {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .l-login:not(.l-login--side) .l-login__list01 li {
    flex: 0 0 340px;
  }
  .l-login:not(.l-login--side) .l-login__list01 li:not(:last-child) {
    margin: 0 8px 0 0;
  }
  .l-login:not(.l-login--side) .l-login__btn .btn {
    max-width: 268px;
  }
  .l-login:not(.l-login--side) .l-login__secondary > :not(:last-child) {
    margin-bottom: 24px;
  }
  .l-login:not(.l-login--side) .l-login__list02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-login:not(.l-login--side) .l-login__list02 > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .l-content > .l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
  }
  .l-content > .l-login:not(.l-login--side):first-child {
    margin-top: -32px;
  }
  .l-login.l-login--main {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--main .l-login__head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-login.l-login--main .l-login__cont {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login.l-login--main .l-login__primary .l-login__btnWrap {
    width: 186px;
  }
  .l-login.l-login--main .l-login__list01 li {
    flex: 0 0 250px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?vldana");
  src: url("fonts/icomoon.eot?vldana#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vldana") format("truetype"), url("fonts/icomoon.woff?vldana") format("woff"), url("fonts/icomoon.svg?vldana#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e90c";
}

.icon-chevron-left:before {
  content: "\e90d";
}

.icon-chevron-right:before {
  content: "\e90e";
}

.icon-chevron-small-down:before {
  content: "\e904";
}

.icon-chevron-small-left:before {
  content: "\e905";
}

.icon-chevron-small-right:before {
  content: "\e906";
}

.icon-chevron-small-up:before {
  content: "\e907";
}

.icon-chevron-thin-down:before {
  content: "\e908";
}

.icon-chevron-thin-left:before {
  content: "\e909";
}

.icon-chevron-thin-right:before {
  content: "\e90a";
}

.icon-chevron-thin-up:before {
  content: "\e90b";
}

.icon-chevron-up:before {
  content: "\e90f";
}

.c-side-category-nav {
  margin-bottom: 32px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-side-category-nav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-side-category-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #E6E6E6;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.c-side-category-nav__cont {
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background-color: #f9f8f6;
}

.c-side-category-nav__list .__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-side-category-nav__list .__item a {
  display: flex;
  align-items: center;
  position: relative;
  height: 54px;
  padding: 0 0 0 25px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

.c-side-category-nav__list .__item a::before, .c-side-category-nav__list .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.c-side-category-nav__list .__item a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.c-side-category-nav__list .__item a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

.c-sideNav {
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-sideNav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.c-sideNav:not(:last-child) {
  margin-bottom: 32px;
}

.c-sideNav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-sideNav__cont {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #ffffff;
}

.c-sideNav__list:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-sideNav__list__ttl {
  position: relative;
}

.c-sideNav__list__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
}

.c-sideNav__list__ttl a {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  color: #000;
  text-decoration: none;
  transition: 200ms;
}

.c-sideNav__list__ttl a .__ico {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url(/conts/2023/images/icon_sideNav01.png);
  background-repeat: no-repeat;
  background-size: 150px 30px;
}

.c-sideNav__list__ttl a .__ico--1 {
  background-position: 0px 0;
}

.c-sideNav__list__ttl a .__ico--2 {
  background-position: -30px 0;
}

.c-sideNav__list__ttl a .__ico--3 {
  background-position: -60px 0;
}

.c-sideNav__list__ttl a .__ico--4 {
  background-position: -90px 0;
}

.c-sideNav__list__ttl a .__ico--5 {
  background-position: -120px 0;
}

.c-sideNav__list__ttl a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-sideNav__list__ttl a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-sideNav__list__ttl a:hover {
  opacity: 0.8;
}

.c-sideNav__list__body {
  padding: 8px 24px 16px;
}

.c-sideNav__list__body .__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 0 8px 15px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

.c-sideNav__list__body .__item a::before, .c-sideNav__list__body .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: #00abeb;
}

.c-sideNav__list__body .__item a::before {
  top: 15px;
  transform: rotate(45deg);
}

.c-sideNav__list__body .__item a::after {
  top: 21px;
  transform: rotate(-45deg);
}

.c-sideNav__list:not(.is-open) .c-sideNav__list__ttl a::after {
  height: 15px;
}

/* overwrite
--------------------------------------------- */
#main {
  width: auto;
  padding: 0;
}

.l-wrapper em {
  font-weight: bold;
}

/* 
--------------------------------------------- */
@media (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

.u-fwB {
  font-weight: bold !important;
}

.u-fwN {
  font-weight: normal !important;
}

.u-taC {
  text-align: center !important;
}

.u-taL {
  text-align: left !important;
}

.u-taR {
  text-align: right !important;
}

/* 
--------------------------------------------- */
.l-hero {
  overflow: hidden;
}

@media (min-width: 768px) {
  .l-hero {
    background-color: #00abeb;
    background-repeat: repeat-x;
  }
}

@media (min-width: 768px) {
  .l-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1130px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .l-hero__ttl {
    flex: 1 0 auto;
  }
  .l-hero__ttl img {
    max-width: none;
    margin-top: -11px;
  }
}

/* 
--------------------------------------------- */
.p-sideSegment {
  margin-bottom: 40px;
}

/* 
--------------------------------------------- */
.p-sideSec {
  margin-bottom: 30px;
}

.p-sideSec:last-child {
  margin-bottom: 0;
}

.p-sideSec__ttl {
  font-size: 2.1rem;
	margin-bottom: 30px;
	padding-left: 15px;
	border-left: #00abeb solid 2px;
	line-height: 1;
}


@media (min-width: 768px) {
  .p-sideSec__link {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-sideSec__link__item {
  position: relative;
  border-bottom: 1px dashed #BBBBBB;
}

@media (min-width: 768px) {
  .p-sideSec__link__item {
    width: calc((100% - 20px)/2);
  }
  .p-sideSec__link__item:nth-child(odd) {
    margin-right: 20px;
  }
}

.p-sideSec__link__item a {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
}

.p-sideSec__link__item a i {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  color: #00aaeb;
  font-size: 16px;
}

/* 
--------------------------------------------- */
.p-sideCatch {
  margin-bottom: 32px;
  border: 3px solid #D6DDE1;
}

@media (max-width: 767px) {
  .p-sideCatch {
    margin-bottom: 80px;
    background-color: #ffffff;
  }
}

.p-sideCatch:last-child {
  margin-bottom: 0;
}

.p-sideCatch__ttl {
  padding: 15px 12px;
  background-color: #eceff2;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.p-sideCatch__inner {
  padding: 27px 12px 20px;
}

@media (min-width: 768px) {
  .l-layout__main .p-sideCatch__inner {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-sideCatch__pic {
  width: 150px;
  margin: 0 auto 1em;
}

@media (min-width: 768px) {
  .l-layout__main .p-sideCatch__pic {
    flex: 0 0 auto;
    margin: 0;
    margin-right: 30px;
  }
}

.p-sideCatch__btn, .p-purpose__btn {
  padding: 0px 12px 22px;
}

/* 
--------------------------------------------- */
.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: inherit;
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  line-height: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

.c-btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .1875em .25em;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
  line-height: 1.3125;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms, color 200ms, opacity 200ms;
}

@media (min-width: 768px) {
  .c-btn.s1 {
    max-width: 400px;
    margin: 0 auto;
  }
}

.c-btn.s1 > span {
  width: 100%;
  min-height: 49px;
}

.c-btn.c1 > span {
  background: #fff;
}

.c-btn.c2 > span {
  background-color: #f57c31;
  color: #ffffff;
  transition: background-color 200ms;
}

.c-btn.c2:hover > span {
  background-color: #f79b62;
}

/* 
--------------------------------------------- */
.p-article:not(:last-child) {
  margin-bottom: 64px;
}

.p-article__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-article__ttl {
    margin-bottom: 30px;
  }
}

.c-heading--type1{
	margin:25px 0;
	font-size:2.2rem;
	line-height:1;
	text-align:center;
}

@media screen and (min-width:767px){
	.c-heading--type1{
		margin:0 0 64px;
		font-size:2.8rem;
	}
}

.c-heading--type2{
	position:relative;
	margin:0 0 25px;
	padding:0 0 0 24px;
	font-size:2.4rem;
	line-height:1;
}

@media screen and (min-width:767px){
	.c-heading--type2{
		margin:0 0 32px;
	}
}
.c-heading--type2:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	display:block;
	height:100%;
	width:2px;
	background:#00abeb;
}
.c-heading--type3{
	margin:0 0 16px;
	font-size:1.6rem;
}
.c-heading--type3,
.c-heading--type4{
	color:#000;
	font-weight:700;
	line-height:1;
}
.c-heading--type4{
	margin:0 0 15px;
	font-size:1.4rem;
}
.c-heading--type4:after{
	content:"";
	display:block;
	width:100%;
	padding:10px 0 0;
	border-bottom:1px solid #00abeb;
}
.p-article__ttl .__txt {
  font-size: 24px;
}

.p-article p {
  margin-bottom: 1.5em;
}

/*.p-article p:last-child {
  margin-bottom: 0;
}*/

.p-article.theme01 .p-article__ttl {
  color: #36BDC7;
}

.p-article.theme01 .p-section__ttl {
  background-color: #36BDC7;
}

.p-article.theme02 .p-article__ttl {
  color: #EF638A;
}

.p-article.theme02 .p-section__ttl {
  background-color: #EF638A;
}

.p-article.theme03 .p-article__ttl {
  color: #F6AC5B;
}

.p-article.theme03 .p-section__ttl {
  background-color: #F6AC5B;
}

/* 
--------------------------------------------- */
.p-section {
  margin-bottom: 60px;
}
.l-layout__side .p-section {
	margin-bottom: 32px;
}

.p-section:last-child,
.l-layout__side .p-section:last-child {
  margin-bottom: 0;
}

.p-section__ttl {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  overflow: hidden;
}

.p-section__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transform-origin: left bottom;
  transform: skew(-45deg);
}

@media (min-width: 768px) {
  .p-section__ttl::before {
    width: 150px;
  }
}

.p-section__ttl .__inner {
  display: block;
  padding: 15px;
  line-height: 1.6875;
  color: #ffffff;
  font-size: 18px;
}

/* 
--------------------------------------------- */
.p-colWrap__col {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .p-colWrap {
    display: flex;
    flex-wrap: wrap;
  }
	.p-colWrap__col {
  margin-bottom: 0px;
}
  .p-colWrap--col2 .p-colWrap__col {
    width: calc((100% - 48px)/2);
  }
  .p-colWrap--col2 .p-colWrap__col:nth-child(odd) {
    margin-right: 48px;
  }
  .p-colWrap--col3 .p-colWrap__col {
    width: calc((100% - 64px)/3);
  }
  .p-colWrap--col3 .p-colWrap__col:not(:nth-child(3n+3)) {
    margin-right: 32px;
  }
  _:-ms-input-placeholder:nth-child(3n), :root .p-colWrap--col3 .p-colWrap__col:nth-child(3n) {
    width: calc((100% - 64px)/3 - 1px);
  }
}

/* 
--------------------------------------------- */
.p-hdSq {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.p-hdSq::before {
  content: '';
  display: inline-block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: calc((1.5em - 12px)/2);
  margin-right: 8px;
  background-color: #00AAEB;
}

/* 
--------------------------------------------- */
.p-subscript {
  font-size: 12px;
  text-align: right;
}

.p-hdSq + .p-subscript {
  margin-top: -20px;
}

/* 
--------------------------------------------- */
.p-stepCmn__head {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f5fdfd;
}

@media (min-width: 768px) {
  .p-stepCmn__head {
    padding: 30px 10px;
  }
}

@media (min-width: 768px) {
  .p-stepCmn__head__list {
    display: flex;
  }
}

.p-stepCmn__head__item {
  position: relative;
}

@media (max-width: 767px) {
  .p-stepCmn__head__item {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .p-stepCmn__head__item {
    width: calc(100%/4);
    padding-top: 25px;
    text-align: center;
  }
}

.p-stepCmn__head__item::before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #36BDC7;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .p-stepCmn__head__item::before {
    top: 5px;
    left: 0;
  }
}

@media (min-width: 768px) {
  .p-stepCmn__head__item::before {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .p-stepCmn__head__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-stepCmn__head__item:not(:last-child)::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #36BDC7;
}

@media (max-width: 767px) {
  .p-stepCmn__head__item:not(:last-child)::after {
    top: 20px;
    left: 6px;
    width: 3px;
    height: calc(100% + 5px);
  }
}

@media (min-width: 768px) {
  .p-stepCmn__head__item:not(:last-child)::after {
    top: 6px;
    left: calc(50% + 7px);
    width: calc(100% - 14px);
    height: 3px;
  }
}

.p-stepCmn__head__item .__num {
  margin-bottom: 0.25em;
  line-height: 1;
  color: #36BDC7;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.p-stepCmn__head__item .__num b {
  font-size: 22px;
}

.p-stepCmn__head__item .__txt {
  font-size: 14px;
}

.p-stepCmn__sec {
  margin-bottom: 40px;
}

.p-stepCmn__sec:last-child {
  margin-bottom: 0;
}

.p-stepCmn__sec__ttl {
  position: relative;
  margin-bottom: 40px;
  line-height: 1;
  color: #36BDC7;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.p-stepCmn__sec__ttl::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  border-bottom: 3px solid #36BDC7;
}

.p-stepCmn__sec__ttl b {
  font-size: 30px;
}

/* 
--------------------------------------------- */
.c-notes {
  display: flex;
  width: 100%;
  font-size: 12px;
}

.c-notes > i {
  flex: 0 0 auto;
  font-style: normal;
}

.c-notes > span {
  flex: 1 1 0%;
}

/* 
--------------------------------------------- */
.p-hdDia {
  margin: 64px 0 1.5em;
  font-weight: bold;
  text-align: center;
}

.p-hdDia__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 73px;
  height: 73px;
  margin: 0 auto 28px;
  color: #f492ad;
  line-height: 1.25em;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}

.p-hdDia__badge::before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 2px solid #f492ad;
  transform-origin: center;
  transform: rotate(45deg) translate(-4px, -2px);
}

.p-hdDia__txt {
  color: #EF638A;
  font-size: 18px;
}

/* 
--------------------------------------------- */
.p-purpose {
  display: flex;
  flex-direction: column;
  border: 4px solid #F3F4F7;
}

.p-purpose__head {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin: 0 16px;
  padding: 26px 0 24px;
  border-bottom: 2px dotted #BBBBBB;
  font-weight: bold;
}

.p-purpose__head__badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-right: 15px;
  background-color: #EF638A;
  line-height: calc(20/14);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.p-purpose__head__badge::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transform-origin: left bottom;
  transform: skew(-45deg);
}

.p-purpose__head__badge span {
  position: relative;
}

.p-purpose__head__ttl {
  flex: 1 1 0%;
  line-height: 1.5;
}

.p-purpose__main {
  flex: 1 1 auto;
  margin: 0 16px;
  padding: 24px 0;
}

.p-purpose__main__cap {
  margin-bottom: .25em !important;
  font-weight: bold;
}

.p-purpose__btn {
  flex: 0 0 auto;
}

.p-section > .p-purpose__btn {
  margin-top: 40px;
}

.p-purpose__btn__cap {
  margin-bottom: 0.75em !important;
  line-height: 1.5;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.p-purpose__btn__cap::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  height: 1.5em;
  margin-right: 15px;
  border-left: 1px solid #707070;
  transform: rotate(-25deg);
}

.p-purpose__btn__cap::after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  height: 1.5em;
  margin-left: 15px;
  border-right: 1px solid #707070;
  transform: rotate(25deg);
}

/* 
--------------------------------------------- */
.c-ul {
  line-height: 1.5;
}

.c-ul ul, .c-ul ol {
  color: #727579;
  margin-top: .25em;
}

.c-ul > li {
  position: relative;
  padding-left: 1em;
}

.c-ul > li:before {
  content: '';
  position: absolute;
  top: calc((1.5em - 4px)/2);
  left: calc(.5em - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

.c-ul > li + li {
  margin-top: .25em;
}

.c-ul--wide {
  line-height: 1.75;
}

.c-ul--wide > li::before {
  top: calc((1.75em - 4px)/2);
}

.c-ul--wide ul, .c-ul--wide ol,
.c-ul--wide > li + li {
  margin-top: 1em;
}

/* 
--------------------------------------------- */
.p-hd04 {
  margin-bottom: 1.25em;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

/* 
--------------------------------------------- */
@media (min-width: 768px) {
  .p-bookCmn__sec {
    display: flex;
    flex-direction: column;
  }
}

.p-bookCmn__sec__ttl {
  position: relative;
  margin-bottom: 35px;
  line-height: 1.375;
  color: #EF638A;
  font-weight: bold;
  text-align: center;
}

.p-bookCmn__sec__ttl::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  border-bottom: 3px solid #EF638A;
}

.p-bookCmn__sec__ttl .__num {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 27px;
}

.p-bookCmn__sec__ttl .__txt {
  display: block;
}

@media (max-width: 767px) {
  .p-bookCmn__sec__ttl .__txt {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .p-bookCmn__sec__txt {
    flex: 1 1 auto;
  }
}

@media (min-width: 768px) {
  .p-bookCmn__sec__pic {
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .p-bookCmn__sec__pic {
    width: 245px;
    margin: 0 auto;
  }
}

/* 
--------------------------------------------- */
.p-pointCmn__sec {
  margin-bottom: 20px;
  padding-top: 20px;
}

.p-pointCmn__sec__ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}

.p-pointCmn__sec__ttl .__del {
  flex: 0 0 auto;
  position: relative;
  color: #F6AC5B;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
}

.p-pointCmn__sec__ttl .__del::before {
  content: 'POINT';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: linear-gradient(0deg, #ff0 50%, transparent 50%);
  line-height: 1.25;
  text-align: center;
}

.p-pointCmn__sec__ttl .__del__nu {
  display: block;
  width: 1em;
  line-height: 1;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.p-pointCmn__sec__ttl .__txt {
  flex: 1 1 0%;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

/* 
--------------------------------------------- */
.p-ngManners__ttl {
  width: 100px;
  margin-bottom: 0.75em;
  padding: 3px 0;
  background-color: #F6AC5B;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.p-ngManners__item {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.125em;
  line-height: 1.625;
}

.p-ngManners__item::before {
  content: '×';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #EF638A;
  font-size: 20px;
  font-weight: bold;
}

.p-ngManners__item .__lede {
  font-weight: bold;
}

/* 
--------------------------------------------- */
.p-explainItem {
  margin-bottom: 1.5em;
}

.p-explainItem__ttl {
  margin-bottom: 0.25em;
  color: #F6AC5B;
  font-weight: bold;
}

.p-explainItem__ttl .__num {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #F6AC5B;
  line-height: 1.25;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}

/* 
--------------------------------------------- */
.p-topLede {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .p-topLede {
    margin-top: 15px;
  }
}

/* 
--------------------------------------------- */
.p-pointBox {
  margin: 40px 0;
  padding: 24px 11px;
  border: 4px solid #F3F4F7;
}

@media (min-width: 768px) {
  .p-pointBox {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-pointBox__ttl {
  margin-bottom: 1em !important;
  font-size: 18px;
  font-weight: bold;
}

/* 
--------------------------------------------- */
.p-inpage-nav {
  margin-bottom: 60px;
  padding: 22px 15px;
  background-color: #ebeced;
}

@media (min-width: 768px) {
  .p-inpage-nav {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
}

.p-inpage-nav__ttl {
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.l-wrapper .p-inpage-nav__ttl {
  margin-bottom: 22px;
}

.p-inpage-nav__list__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #859099;
  line-height: 28px
}

.p-inpage-nav__list__item:not(:last-child) {
  margin-bottom: 18px;
}

.p-inpage-nav__list__item a {
  display: inline-block;
}

/* 
--------------------------------------------- */
.p-pager {
  margin: 32px 0;
  padding: 0 15px;
}

.p-pager:last-child {
  margin-bottom: 0;
}

.p-pager__list {
  position: relative;
  max-width: 285px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.p-pager__list__item.__prev {
  position: absolute;
  top: 0;
  left: 0;
}

.p-pager__list__item.__prev a {
  display: inline-block;
  padding-left: 22px;
  background-image: url(../images/ico-arw-left.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 14px;
  text-decoration: none;
}

.p-pager__list__item.__next {
  position: absolute;
  top: 0;
  right: 0;
}

.p-pager__list__item.__next a {
  display: inline-block;
  padding-right: 22px;
  background-image: url(../images/ico-arw-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 14px;
  text-decoration: none;
}

/*
 * btn-top-01
 */
.btn-top-01 {
  position: absolute;
  bottom: -50px;
  right: 15px;
  z-index: 100
}
.btn-top-01--btm3 {
  bottom: 212px
}
.btn-top-01 a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background: #00abeb;
  border-radius: 50%;
  color: transparent;
  font-size: 0
}
.btn-top-01 a:after, .btn-top-01 a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 2px;
  content: "";
  display: block;
  height: 2px;
  width: 13px;
  margin: auto;
  background: #fff;
  border-radius: 2px
}
.btn-top-01 a:before {
  left: -8px;
  transform: rotate(134deg);
  -webkit-transform: rotate(134deg)
}
.btn-top-01 a:after {
  left: 8px;
  transform: rotate(-134deg);
  -webkit-transform: rotate(-134deg)
}
@media screen and (min-width:767px) {
  .btn-top-01 {
    position: absolute;
    bottom: 24px;
    right: 32px;
  }
  .btn-top-01 a {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    background: #00abeb;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    transition: background .2s;
    -webkit-transition: background .2s
  }
  .btn-top-01 a:after, .btn-top-01 a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 22px;
    margin: auto;
    background: #fff;
    border-radius: 2px
  }
  .btn-top-01 a:before {
    left: -12px;
    transform: rotate(134deg);
    -webkit-transform: rotate(134deg)
  }
  .btn-top-01 a:after {
    left: 13px;
    transform: rotate(-134deg);
    -webkit-transform: rotate(-134deg)
  }
  .btn-top-01 a:active, .btn-top-01 a:focus, .btn-top-01 a:hover {
    background: #1fc2ff
  }
}
.btn-top-wrap {
	max-width: 1130px;
	margin: 50px auto;
	position: relative;
	bottom: 20px;
}
.btn-top-wrap p.btn-top-01 {
	position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

/* グループディスカッションの進め方
--------------------------------------------- */
	
.flow-table {
  border-collapse: collapse;
  background: #f3f3f3;
}

.flow-table th,
.flow-table td {
  padding: 10px 0;
}

.flow-table th {
  position: relative;
  width: 74px;
  color: #fff;
  background: #00abeb;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.flow-table th:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 9px solid #006bcd;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 0 solid transparent;
}
.flow-table tr:first-child th:before {
  content: none;
  border-top-color: #00abeb;
}

.flow-table tr:nth-child(2n) th {
  background-color: #006bcd;
}

.flow-table tr:nth-child(2n) th:before {
  border-top-color: #00abeb;
}

.flow-table td {
  padding: 17px 20px;
  font-size: 12px;
  vertical-align: top;
}

.flow-table td + td {
  padding-left: 0;
}

#primary .flow-table td p + p {
  margin-top: .5em;
}

.flow-table tr:nth-child(2n) td {
  background-color: #e6e6e6;
}

.flow-table td strong {
  font-size: 14px;
  font-weight: bold;
}

.flow-table__time {
  display: inline-block;
  margin-top: -.5em;
  width: 74px;
  color: #00abeb;
  background: #fff url(../images/icn_time.png) no-repeat 4px 50%;
  padding-left: 32px;
  line-height: 27px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #00abeb;
  border-radius: 3px;
}

.flow-table__link:before {
  content: '';
  display: inline-block;
  margin-right: .5em;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00abeb;
  border-right: 2px solid #00abeb;
  transform: rotate(45deg);
  vertical-align: .1em;
}

.flow-table__result {
  text-align: center;
}

.flow-table__result span {
  display: block;
  width: 244px;
  padding: 8px 0;
  margin: auto;
  color: #f57c31;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #f57c31;
}

.flow-table__result:before {
  content: '';
  display: block;
  margin: 20px auto;
  width: 0;
  height: 0;
  border-top: 25px solid #919ba3;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  border-bottom: 0 solid transparent;
}
@media (max-width: 767px) {
	.flow-table th {
		width: 100%;
	}
	.flow-table th:before {
		content: none;
	}
	.flow-table td + td {
		padding: 0 20px 17px;
	}
}
	
	
/* 
--------------------------------------------- */

.role-list__col__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.role-list__col__wrap .role-list_col {
	width: calc( ( 100% - 40px )/2 );
	margin-bottom: 20px;
}
.role-list__col__wrap p.role-list_icon {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 15px;
}
.role-list__col__wrap p.role-list_icon img {
	max-width: 100%;
	width: inherit;	
}
.role-list_name {
	color: #00abeb;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 768px) {
	.role-list_col:first-child .role-read_txt,
	.role-list_col:nth-child(2) .role-read_txt {
		min-height: 252px;
	}
	.role-list_col:nth-child(3) .role-read_txt,
	.role-list_col:last-child .role-read_txt {
		min-height: 224px;
	}
}

.role-list_bottom_txt {
	padding: 0 15px;
}
.role-list_inner_bottom {
	border: #00abeb 1px solid;
}
.role-list_bottom_ttl {
	background-color: #00abeb;
	color: #fff;
	padding: 5px 15px 5px 0;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.role-list_bottom_ttl:before {
	content: "";
	height: 14px;
	width: 26px;
	margin: 0 8px 0 14px;
	background-image: url(../images/common_check-icon.svg);
	background-size: 26px 14px;
	background-repeat: no-repeat;
	display: inline-block;
}
@media (max-width: 767px) {
	.role-list__col__wrap {
		display: block;
	}
	.role-list__col__wrap .role-list_col {
		width: 100%;
	}
}




.p-numList:not(:last-child) {
  margin-bottom: 20px;
}

.p-numList__item {
  line-height: 1.5;
}

.p-numList__item:not(:last-child) {
  margin-bottom: 25px;
}

.p-numList__item .__main {
  display: flex;
  align-items: flex-start;
}

.p-numList__item .__main .__num {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin-right: 10px;
  background-color: #00aaeb;
  color: #ffffff;
  font-style: normal;
  text-align: center;
}
.p-numList__item .__main .read_txt_title {
	font-weight: 600 !important;
	margin-bottom: 10px;
	display: inline-block;
}


/* 
--------------------------------------------- */

.c-card{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 0 50px;
	flex-direction:column;
	-webkit-box-direction:normal;
	-webkit-box-orient:vertical;
	-ms-flex-direction:column;
}

@media screen and (min-width:767px){
	.c-card{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;margin:0 0 64px;
		flex-direction:row;
		justify-content:space-between;
		-webkit-box-direction:normal;
		-webkit-box-orient:horizontal;
		-webkit-box-pack:justify;
		-ms-flex-direction:row;
		-ms-flex-pack:justify;}
}

@media screen and (min-width:767px){
	.c-card__colmuns:only-child{
		width:100%;
	}
}
@media screen and (min-width:767px){
	.c-card__colmuns:first-child{
		margin:0 32px 0 0;
		width: calc( 100% - 272px );
	}
}
.c-card__colmuns>div:first-child{
	margin:0 0 25px;
}
.c-card__colmuns img{
	display:block;
	width:100%;
	margin:0 auto;
}

@media screen and (min-width:767px){
	.c-card__colmuns img{
		width: 400px;
	}
}



@media screen and (min-width: 767px) {
	.p-paragraph__wrapper--image-right .c-figure {
		float:right;
		margin: 0 0 16px 32px
	}
}
@media screen and (min-width: 767px) {
	.p-paragraph__wrapper--image-left .c-figure {
		float:left;
		margin: 0 32px 16px 0
	}
}
@media (max-width: 767px) {
	.p-paragraph .c-figure {
		margin-bottom: 15px;
	}
}

/* 
--------------------------------------------- */

@media screen and (min-width: 767px) {
  .p-mainvisual {
    background:#00aaeb url(../images/pc/mv01@pc.png) no-repeat 50%;
  }
}
.p-mainvisual {
  display: block;
  width: 100%;
  background-color: #00abeb;
  text-align: center
}
@media screen and (min-width: 767px) {
  .p-mainvisual {
    position:relative;
    height: 240px
  }
}
.p-mainvisual picture>img {
  display: block;
  width: 100%;
  margin: 0 auto
}
@media screen and (min-width: 767px) {
  .p-mainvisual picture>img {
    position:absolute;
    left: 50%;
    height: 240px;
    width: auto;
    min-width: 1130px;
    margin: 0 0 0 -565px
  }
}

@media screen and (min-width: 767px) {
  .u-is-sp {
    display:none!important;
  }
}


/* 
--------------------------------------------- */

.c-side-contMenu {
  margin-bottom: 32px;
  font-size: 16px
}
@media (max-width:768px) {
  .c-side-contMenu {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
  }
}
.c-side-contMenu__head__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  justify-content: center;
  background-color: #e6e6e6;
  color: #000;
  font-weight: 700;
  align-items: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center
}
.c-side-contMenu__cont {
  padding: 15px;
  background-color: #f9f8f6;
  border: 1px solid #e6e6e6;
  border-top: none
}
.c-side-contMenu__list .__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6
}
.c-side-contMenu__list .__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 0 0 0 25px;
  font-size: 14px;
  align-items: center;
  line-height: 1.5;
  text-decoration: none;
  transition: .2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: .2s
}
.c-side-contMenu__list .__item a:after, .c-side-contMenu__list .__item a:before {
  position: absolute;
  left: 8px;
  content: "";
  display: block;
  height: 1px;
  width: 9px;
  background: #00aaeb
}
.c-side-contMenu__list .__item a:before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}
.c-side-contMenu__list .__item a:after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

/* 
--------------------------------------------- */
/* 
--------------------------------------------- */
/* 
--------------------------------------------- */
/* 
--------------------------------------------- */
/* 
--------------------------------------------- */
