@charset "UTF-8";
.is-tab {
  display: none;
}

.is-sp {
  display: none;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

img.border {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 979px) {
  .is-tab {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/*------------------------------------------
  modules
------------------------------------------*/
.c5-col {
  display: flex;
}
.c5-col_txt {
  flex: 1;
  margin-right: 20px;
}
.c5-col_img {
  flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .c5-col {
    display: block;
  }
  .c5-col_txt {
    margin: 0 0 20px 0;
  }
}
.l-grid {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 30px;
}

.m-title__type01 {
  font-size: 20px;
  margin: 0 0 1.5em;
  color: #000;
}

.m-title__type02 {
  font-weight: bold;
  margin: 0 0 1.5em;
  color: #000;
}

.m-btn__type01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #f9a411;
  font-weight: bold;
  padding: 1em;
  width: 500px;
  max-width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
}
.m-btn__type01:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.js-accTrigger {
  cursor: pointer;
}

.js-accHide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
  .m-title__type01 {
    font-size: 18px;
    margin: 0 0 1em;
  }
  .m-title__type01 {
    font-size: 18px;
    margin: 0 0 1em;
  }
  .sp-scroll {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  .sp-scroll-in {
    white-space: normal;
    width: 760px;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
.s5-returnToTop {
  z-index: 10;
}

.s5-container {
  max-width: 100%;
  padding: 0 0 180px;
  line-height: 1.8;
}

.s5-section {
  position: relative;
  margin-bottom: 0px;
}
.s5-section:last-child {
  margin-bottom: 0;
}
.s5-section img {
  max-width: 100%;
}
.s5-section .s5-text {
  margin: 0 0 40px;
}
.s5-section .s5-text:last-child {
  margin-bottom: 0;
}
.s5-section .s5-text p {
  margin: 0 0 1.5em;
}
.s5-section .s5-text p:last-child {
  margin-bottom: 0;
}
.s5-section .s5-text .taC {
  text-align: center;
}
.s5-section .s5-text .caution {
  font-size: 60%;
}
.s5-section .s5-text .indent3 {
  padding-left: 3em;
  text-indent: -3em;
}
.s5-section .s5-text table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.s5-section .s5-text table tr {
  border-bottom: 1px solid #000;
}
.s5-section .s5-text table th,
.s5-section .s5-text table td {
  width: 20%;
  padding: 0.5em;
  border-right: 1px solid #000;
}
.s5-section .s5-text table th {
  background: #dbeef4;
}
.s5-section .s5-img {
  text-align: center;
  margin: 50px 0 100px;
}
.s5-section .s5-img:last-child {
  margin-bottom: 0;
}
.s5-section .s5-img p {
  text-align: left;
}
.s5-section .s5-img .caution {
  font-size: 60%;
}
.s5-section .s5-faq-list {
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.4;
}
.s5-section .s5-faq-list a {
  display: flex;
  align-items: center;
  border: 1px solid #cacbce;
  background: #f7f7f7;
  box-sizing: border-box;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 1em;
}
.s5-section .s5-faq-list a:nth-child(3n) {
  margin-right: 0;
}
.s5-section .s5-faq-list a:hover {
  text-decoration: none;
  color: #3100ad;
}

.s5-faq {
  background: #f7f7f7;
  border: 1px solid #cacbce;
  margin-bottom: 60px;
  padding: 30px 35px;
}
.s5-faq:last-child {
  margin-bottom: 0;
}
.s5-faq p {
  margin: 0;
}
.s5-faq ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s5-faq-head {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  padding-right: 110px;
}
.s5-faq-head .head-title {
  font-weight: bold;
}
.s5-faq-head .head-btn {
  font-size: 13px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 90px;
  text-align: center;
  padding: 3px 0 2px;
  background: #3100ad;
  transition: opacity 0.3s;
}
.s5-faq-head .head-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.s5-faq-contents {
  padding: 1.5em 2em 0;
  font-size: 15px;
}
.s5-faq-contents p {
  margin-bottom: 1.5em;
}
.s5-faq-contents p:last-child {
  margin-bottom: 0;
}
.s5-faq-contents table {
  background: #fff;
}
.s5-faq-contents table .caution {
  font-size: 86%;
}
.s5-faq-contents table .value {
  position: relative;
  padding-left: 25px;
}
.s5-faq-contents table .value:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.56em;
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
}
.s5-faq-contents table .value01:before {
  content: '〇';
  color: #3100ad;
}
.s5-faq-contents table .value02:before {
  content: '×';
  font-size: 25px;
  margin-top: -0.6em;
  color: red;
}
.s5-faq-contents table .value03:before {
  content: 'ー';
  color: #666;
}
.s5-faq .text-list {
  margin-bottom: 20px;
}
.s5-faq .text-list:last-child {
  margin-bottom: 0;
}
.s5-faq .text-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.s5-faq .text-list li:last-child {
  margin-bottom: 0;
}
.s5-faq .text-list li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #3100ad;
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 50%;
}

.s5-section-title {
  color: #000;
  font-size: 30px;
  margin: 0 0 2em;
}

.s5-section-contents {
  margin-bottom: 100px;
}
.s5-section-contents:last-child {
  margin-bottom: 0;
}

.s5-nav {
  font-size: 17px;
  padding: 0 30px;
  margin: 40px 0;
}
.s5-nav .l-inner {
  max-width: 1200px;
}
.s5-nav-list {
  padding: 0;
  list-style: none;
  text-align: center;
}
.s5-nav-list > li > a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s5-nav li {
  position: relative;
  width: calc(100% / 6 - 8px);
  margin: 0 4px;
  box-sizing: border-box;
}
.s5-nav a {
  display: block;
  border: 1px solid #3100ad;
  position: relative;
  transition: opacity 0.3s;
  line-height: 1.3;
  font-size: 0.9em;
}
.s5-nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.s5-nav a.current {
  background: #cce1ef;
}
.s5-nav a span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.s5-nav a span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.s5-nav .js-navTrigger a span:after {
  transform: rotate(45deg);
  margin-top: -5px;
}

.s5-nav_child {
  display: none;
  position: absolute;
  width: 100%;
  background: #e3f0f9;
  z-index: 10;
  font-size: 15px;
  text-align: left;
}
.s5-nav_child p {
  margin: 0;
}
.s5-nav_child a {
  border-top: none;
  padding: 0.8em;
}

.s5-section_mv {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  background: url(/professional/creators-cloud/c3-portal/assets/images/c3p_mv.png) no-repeat center;
  background-size: cover;
  align-items: center;
}
.s5-section_mv .s5-section-inner {
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.s5-section_mv .s5-mv-text {
  width: 46%;
  padding: 20px 0px 30px 30px;
/*  background-color: rgba(246, 246, 246, .8);*/
}
.s5-section_mv .s5-mv-image {
  width: 50%;
}
.s5-section_mv .mv-title {
  font-weight: bold;
  padding: 0;
  margin: 0 0 60px;
  color: #3100ad;
  font-size: 4em;
  line-height: 1.4;
}
.s5-section_mv .mv-title__sub {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.7em;
}
.s5-section_mv .mv-lead {
  font-weight: bold;
  font-size: 1.2em;
}

.s5-fix_trial {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(246, 246, 246, .8);
  padding: 20px 10px 0;
  box-sizing: border-box;
}
.s5-fix_trial p {
  font-size: 90%;
}
.s5-fix_trial a {
 /* font-weight: bold;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  line-height: 70px;
  width: 100%;
  max-width: 480px;
  background: #3100ad;
  transition: opacity 0.3s;
  border-radius: 50px;*/
	
	font-weight: bold;
    font-size: 20px;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    width: 400px;
    background: #3100ad;
    transition: opacity .3s;
	border: 2px solid #3100ad; 
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0px 15px 29px rgb(0 0 0 / 15%);
	
}
.s5-fix_trial a:hover {
  text-decoration: none;
  background: #fff;
  color: #3100ad !important;
}

@media only screen and (max-width: 979px) {
  .s5-nav {
    font-size: 14px;
  }
  .s5-nav li {
    width: 47%;
    margin-top: 2%;
  }
  .s5-nav li:nth-child(1),
  .s5-nav li:nth-child(2) {
    margin-top: 0;
  }
  .s5-nav_child {
    font-size: 14px;
  }
  .s5-fix_trial {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .s5-section_mv .s5-mv-text {
  padding:20px;  
  }
  .s5-container {
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .s5-section {
    margin-bottom: 60px;
  }
  .s5-section .s5-text {
    margin-bottom: 30px;
  }
  .s5-section .s5-text .indent3 {
    text-indent: 0;
    padding-left: 0;
  }
  .s5-section .s5-text table th,
  .s5-section .s5-text table td {
    font-size: 13px;
  }
  .s5-section .s5-img {
    margin: 30px 0 50px;
  }
  .s5-section .s5-faq-list {
    font-size: 14px;
  }
  .s5-section .s5-faq-list a {
    width: 100%;
    margin-right: 0;
  }
  .s5-faq {
    margin-bottom: 30px;
    padding: 10px;
  }
  .s5-faq-head {
    padding: 3px 80px 10px 0;
  }
  .s5-faq-head .head-title {
    font-weight: bold;
    font-size: 13px;
  }
  .s5-faq-head .head-btn {
    font-size: 11px;
    width: 70px;
    top: 0;
    right: 0;
  }
  .s5-faq-contents {
    font-size: 13px;
    padding: 1em 0;
  }
  .s5-section-title {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .s5-section-contents {
    margin-bottom: 50px;
  }
  .s5-nav {
    font-size: 9px;
    padding: 0 20px;
    margin: 20px 0;
  }
  .s5-nav-list > li > a {
    height: 40px;
  }
  .s5-nav a span {
    padding-right: 10px;
  }
  .s5-nav a span:after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
  .s5-nav .js-navTrigger a span:after {
    margin-top: -4px;
  }
  .s5-nav_child {
    font-size: 9px;
  }
  .s5-section_mv {
    text-align: center;
    height: auto;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .s5-section_mv:before {
    width: 200px;
    background-size: 200px;
  }
  .s5-section_mv .s5-mv-text {
    width: 100%;
	background-color: rgba(246, 246, 246, .8);
  }
  .s5-section_mv .s5-mv-image {
    width: 100%;
  }
  .s5-section_mv .mv-title {
    margin-bottom: 30px;
    font-size: 10vw;
    text-align: center;
  }
  .s5-section_mv .mv-title__sub {
    font-size: 5vw;
  }
  .s5-section_mv .mv-lead {
    font-size: 4.8vw;
  }
  .s5-fix_trial p {
    font-size: 80%;
    line-height: 1.4;
  }
  .s5-fix_trial a {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }
}

.c5-priceTable {
  width: 100%;
}

.c5-priceTable th,
.c5-priceTable td {
  padding: 10px;
  border: 1px solid #ccc;
}

.c5-priceTable th {
  background-color: #884898;
  text-align: center;
  color: #fff;
}

.cell_bg01 {
  background-color: #cbe5ef;
}

.cell_bg02 {
  background-color: #fde6cc;
}

.cell_bg03 {
  background-color: #f0f0f0;
}

.c5-imgBlock {
  margin-top: 60px;
}

.c5-imgBlock + .c5-cols_features {
  margin-top: 100px;
}

.c5-imgBlock + * {
  margin-top: 60px;
}

.mxw820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c5-tbWrap {
    overflow-x: scroll;
  }
  .c5-tbWrap .c5-priceTable {
    width: 150%;
    font-size: 12px;
  }
  .c5-tbWrap .c5-priceTable th,
  .c5-tbWrap .c5-priceTable td {
    padding: 5px;
  }
  .c5-imgBlock + .c5-cols_features {
    margin-top: 80px;
  }
  .c5-imgBlock + * {
    margin-top: 40px;
  }
}

/*------------------------------------------
  js-include_navi
------------------------------------------*/
a.c5-btn_support {
  display: block;
  text-align: center;
  background-color: #eee;
  padding: 0.5em 1em;
  transition: opacity 0.3s ease;
}
a.c5-btn_support:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c5-innerL {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.c5-innerL * {
  box-sizing: border-box;
}

.s5-categoryHeader {
  margin: 25px 0 20px;
  width: 100%;
}

.c5-block_navi {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 13px;
  margin-bottom: 40px;
  position: relative;
  /*align-items: end;*/
}
.c5-support_navi {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.c5-support_navi {
		width: calc(100% /4);
		margin-left: auto;
		margin-bottom: 20px;
	}
}
.c5-l

.c5-list_navi {
  flex: auto;
}

.c5-list_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.c5-list_navi > ul > li {
  padding:0 10px;
  border-left: 1px solid #ccc;
}

.c5-list_navi > ul > li:last-child {
  border-right: 1px solid #ccc;
}

.c5-list_navi > ul > li:hover > a::before {
  content: "";
  width: calc(100% + 2px);
  height: 2px;
  background-color: #2f353d;
  bottom: -7px;
  left: -1px;
  position: absolute;
  z-index: 1;
}

.c5-list_navi > ul > li > a {
  text-align: center;
  display: block;
  color: #2f353d !important;
  font-weight: bold;
  padding: .5em 0.5em;
  font-size:14px;
  position: relative;
  text-decoration: none !important;
}

.c5-list_navi > ul > li > a:hover {
  text-decoration: none;
}


.hasChild > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #2f353d transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
  display: none;
}

@media screen and (min-width: 768px) {
  .hasChild:hover .c5-list_naviChild {
    display: block;
  }
  .hasChild:hover > a::after {
    display: block;
  }
}

.c5-list_naviChild {
  display: none;
  position: absolute;
  top: calc(100% - 13px);
  left: 0;
  width: 100%;
  z-index: 20;
}

.c5-list_naviChild .inner {
  background-color: #2f353d;
  padding: 30px;
  color: #fff;
  margin-top: 54px;
}

.c5-list_naviChild ul {
  flex-wrap: wrap;
  margin: 0 -15px -40px -15px;
}

.c5-list_naviChild li {
  width: 33.33%;
  /*flex: auto;*/
  padding: 0 10px 40px 10px;
}

.c5-list_naviChild .head {
  font-weight: bold;
}

.c5-list_naviChild .figure {
  margin-top: 10px;
  /*display: none;*/
}

.c5-list_naviChild .figure img {
  width: 100%;
}

.c5-list_naviChild .figure + div {
  margin-top: 10px;
  /*display: none;*/
}

.c5-list_naviChild a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  transition: opacitu 0.3s ease;
}

.c5-list_naviChild a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c5-anchors_wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.c5-anchors_wrap .c5-innerL {
  padding-top: 15px;
  padding-bottom: 15px;
}

.c5-anchors_wrap.fixed {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
}

.c5-anchors_navi {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.c5-anchors_navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c5-anchors_navi > li {
  text-align: center;
  margin-right: 5px;
  width: 20%;
}

.c5-anchors_navi a {
  display: block;
  padding: 10px;
  height: 100%;
  background-color: #e8f4ff;
  text-decoration: none !important;
  color: #2f353d !important;
  transition: background 0.3s ease;
  border: 1px solid #1e90ff;
}

@media screen and (min-width: 768px) {
  .c5-anchors_navi a.l2 {
    padding-top: 1.5em;
  }
}

.c5-anchors_navi a:hover {
  background-color: #fff;
}

.c5-anchors_navi a span {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .c5-innerL {
    padding: 0 20px;
  }
  .s5-categoryHeader {
    margin: 10px -10px;
  }
}

@media screen and (max-width: 767px) {
  .c5-anchors_wrap {
    margin-bottom: 0;
  }
  .c5-anchors_wrap .c5-innerL {
    padding: 10px 10px 0 10px;
  }
  .c5-anchors_navi {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .c5-anchors_navi > li {
    margin: 0 5px 10px 5px !important;
    width: calc(50% - 10px);
    font-size: 11px;
  }
  .c5-anchors_navi a {
    padding: 5px;
  }
  .c5-block_navi {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .hasChild > a.active::after {
    display: block;
    border-width: 0 6vw 12vw 6vw;
    top: 0;
  }
  .c5-list_naviChild {
    top: 10.5vw;
  }
  .c5-list_naviChild ul {
    display: block;
    margin: 0;
  }
  .c5-list_naviChild li {
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .c5-list_naviChild li:last-child {
    margin-bottom: 0;
  }
  .c5-list_naviChild .inner {
    margin: 0;
    padding: 15px;
  }
  .c5-list_navi > ul > li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    flex: 0 1 50%;
    min-width: 0;
  }
  .c5-list_navi > ul > li a {
    height: 100%;
    font-size: 3.5vw;
    padding: 1vw;
  }
  .c5-list_navi > ul > li a::before {
    display: none;
  }
  a.c5-btn_support {
    font-size: 3.5vw;
  }
}

/* 230515更新 */
.c5-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.c5-youtube iframe {
  width: 100%;
  height: 100%;
}

.c5-cols_price .c5-c3-portal-list_disc:last-child {
  margin-bottom: 0;
}

.c5-c3-portal-list_disc {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.c5-c3-portal-list_disc > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.c5-c3-portal-list_disc > li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3100ad;
  position: absolute;
  top: .5em;
  left: 0;
}

/* 221102更新 */

.c5--button__reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.c5--button {
  padding: 8px 16px;
  border: #3100ad solid 1px;
  font-weight: 700;
color: #3100ad
}
.c5--button:hover {
  padding: 8px 16px;
  border: #3100ad solid 1px;
  background: #3100ad;
  color: #fff;
}
.c5--link__reset {
  color: #3100ad;
  text-decoration: none;
}

.c5--ttl__color {
  color: #3100ad;
  font-weight: bold;
  padding: 0;
  /* margin: 0 0 60px; */
  font-size: 2.5em;
  text-align: center;
  line-height: 3rem;
}
.c5--mb60 {
  margin: 0 0 60px;
}
.c5--ttl__color.border {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.c5--section {
  width: 100%;
  padding: 60px 0;
}
.c5--section img {
  max-width: 100%;
}
.c5--section__wrap {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  gap: 60px;
}
.c5--section__wrap:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.c5--info__wrap {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.c5--pc__max50 {
  max-width: 50%;
}
.c5--pc__max40 {
  max-width: 40%;
}
.c5--section__h2 {
  margin: 0 0 40px 0;
  color:#3100ad;
}
.c5--section__img {
  min-width: 200px;
  width: 100%;
}
.c5--section__img > img {
  width: 100%;
}
.c5--gray {
  background-color: #f6f6f6;
}
.c5--text {
  text-align: center;
}
.c5--text__bold {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.c5--section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.c5--section__grid-item {
  text-align: center;
  margin: 0;
}
.c5--section__grid-item > img {
  width: 100%;
  min-width: 200px;
}
.c5--section ol {
  max-width: 750px;
  margin: 0 auto;
  padding: 0px 4rem;
}
.c5--label_box {
  font-size: 0.5rem;
  padding: 2px 6px;
  border: solid 1px #000;
  margin-left: 10px;
}
.c5--camdb {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  padding: 0;
}
.c5--camdb > li {
  list-style: none;
}
.c5--camdb__subName {
  line-height: 1.4rem;
  font-size: 0.8rem;
  margin: 0;
}
.c5--camdb__itemName {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}
.c5--camdb a {
  color: #3100ad;
  border: solid #3100ad 1px;
  padding: 8px 16px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  box-sizing: border-box;
}
.c5--camdb a:hover {
  background-color: #3100ad;
  color: #fff;
}
.c5-list_solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 60px;
  align-items: flex-start; /*centerからflex-startに変更(2024/03/21_tomita-added)*/
}
.c5-list_solution_start {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 60px;
  align-items: start;
}
.c5-ttl_borderL {
  border-left: 15px solid #3100ad;
  font-size: 1.3em;
  padding: 5px 0 5px 15px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.c5-btn_detail {
  color: #3100ad;
  border: solid #3100ad 1px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
}
.c5-btn_detail:hover {
  background-color: #3100ad;
  color: #fff;
}
/* モーダル用 */
.c5-modal {
  position: relative;
}
.c5-modal_noscroll {
  overflow: hidden;
}
.c5-modal_close {
  display: none !important;
}
.c5-modal_active {
  display: block;
}
.c5-modal_img > img {
  width: 100%;
}
.c5-modal_wrap {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 1000px;
  max-height: 70%;
  overflow: scroll;
  margin-top: 0;
}
.c5-modal_wrap::-webkit-scrollbar {
  display: none;
}
.c5-modal_wrap img {
  width: 100%;
}
.over {
  width: 80%;
  max-width: 1000px;
  height: 80vh;
}
.c5-jsModalBtn {
  cursor: pointer;
}
.c5-close_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 10;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.c5-modal_btn-line01 {
  height: 2px;
  width: 40px;
  position: relative;
  top: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}

.c5-modal_btn-line02 {
  height: 2px;
  top: 18px;
  position: relative;
  width: 40px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.c5-bgDark {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .c5--info__wrap {
    padding: 0 20px;
    gap: 0px;
  }
  .c5--info__wrap .borderbox {
    width: 100%;
  }
  .c5--info__wrap *:not(:last-child) {
    margin-bottom: 20px;
  }
  .c5--section__wrap,
  .c5--section__wrap:nth-child(even) {
    width: 90%;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .c5--section__img {
    margin: 0 auto;
  }
  .c5--section__grid {
    grid-template-columns: 1fr;
  }
  .c5-modal_wrap {
    height: auto;
    width: 90%;
  }
  .c5--pc__max60 {
    max-width: fit-content;
  }
  .c5--pc__max50 {
    max-width: 100%;
  }
  .c5--pc__max40 {
    max-width: 100%;
  }
  .c5--camdb {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .c5-list_solution {
    grid-template-columns: 1fr;
  }
  .c5-list_solution_start {
    grid-template-columns: 1fr;
  }
}
.c5-step ul {
  padding: 0;
}
.c5-step li {
  list-style-type: none;
}
  .c5-step {
  padding-left: 120px;
  position: relative;
  }
  .c5-step::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.c5-step > li {
  position: relative;
}
.c5-step > li:not(:last-child) {
  margin-bottom: 5vh;
}
.c5-step > li .icon {
  font-size: 18px;
  color: #fff;
  background:black;
  padding: 5px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 5;
}
.c5-step > li dl {
  padding-left: 70px;
  position: relative;
}
.c5-step > li dl::before,
.c5-step > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.c5-step > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: black;
  border-radius: 50%;
  left: -4px;
}
.c5-step > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.c5-step > li dl dt {
  font-size: 20px;padding:4px 10px;
  font-weight: 600;
  color:black;
    background-color:#eee;
  margin-bottom: 1vh;
}
dd {
  margin-inline-start:0px;
}
@media screen and (max-width: 768px) {
  .c5-step > li .icon{padding:5px 10px}
  .c5-step > li:not(:last-child){margin-bottom:4vh}
  .c5-step > li .icon{left:-100px;}
  .c5-step::before {left:100px;}
  .c5-step {
    padding-left: 100px;}
  .c5-step > li dl {
    padding-left: 20px;
    position: relative;
  }
  .c5-step > li dl::after {
    width: 15px;
  }
}

.borderbox {
  border: solid 1px #999;
  padding: 20px;
}
.c5-font_plus{font-size:150%;}
.c5--section__wrap .number {
  border-right: 3px solid #3100ad;
  padding-right: 40px;
  color: #3100ad;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c5--section__wrap .number {
    display:none;
  }
}
.c5-order1{order:1;}
.c5-order2{order:2;}
.c5-order3{order:3;}
.js_modal {
  display: block;
  position: relative;
  transition: opacity .3s ease;
}
.c5-icon_plus {
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-block;
position: relative;
background-color: #333;
}
.c5-icon_plus::before, .c5-icon_plus::after {
content: '';
width: 50%;
height: 2px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background-color: #fff;
}
.c5-icon_plus::after {
transform: rotate(90deg);
}
.js_modal {
  display: block;
  position: relative;
  transition: opacity .3s ease;
}
.js_modal:hover {
  opacity: .7;
}
.js_modal .c5-icon_plus {
  position: absolute;
  top: 10px;
  right: 10px;
}
/*modal-------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.c5-inner{max-width:800px;margin:0 auto;}
.c5-p0{padding:0px;}
.c5-img_border {
  border: 1px solid #ccc;
}

.c5-cs_section_ttl.bbb {
    border-bottom: 1px solid #3100ad;
}

.s5-section_mv {
    position: relative;
    overflow: hidden;
    height: 544px;
    background: url(/professional/creators-cloud/c3-portal/assets/images/c3p_mv.png) no-repeat center;
   /* background-size: cover;*/
    background-position: right;
	background-color: #eaeaea;
}
.c5-link_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.c5-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .c5-column {
    width: calc(100% / 2 - 20px / 2 * 1);
  }
}
/*2023.02.24_h.tomita-added*/
.toggle_contents {
	padding: 15px 0;
}
.toggle_title {
	font-weight: bold;
	width: 42px;
	height: 42px;
	background: #eee;
	line-height: 42px;
	position: absolute;
	right: 20px;
    top: 90px;
	cursor: pointer;
	transition: 0.3s;
}
.toggle_title:hover {
	color: #fd7e00;
}
.toggle_title:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	position:absolute;
	top: 12px;
	right: 16px;
	transition: 0.2s;
}
.toggle_title.selected:after {
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.2s;
	top: 24px;
}
.toggle_txt {
	display: none;
}
/*2023.02.24_h.tomita-added*/

@media only screen and (max-width: 767px) {
  .c5-sp--pb60 {
    padding-bottom: 60px!important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .c5--ttl__color {
    font-size: 2.2em;
  }
}
/*2023.07.07*/
.c5-cs_cols_img {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px 0 -10px;
}
.c5-cs_cols_img>div {
  flex: 0 1 calc(50% - 20px);
  margin: 0 10px 20px 10px;
}
.c5-cs_cols_img>div.colspan {
  flex: 100%;
  margin: -20px 0 0 0;
}
.c5-cs_img_wide {
  text-align: center;
  margin: 60px 0;
}
.c5-cs_section_ttl+.c5-cs_img_wide {
  margin-top: 0;
}
.c5-cs_img {
  text-align: center;
}
@media screen and (max-width: 767px) {
 .c5-cs_cols_img {
    display: block;
    margin: 40px 0;
  }
  .c5-cs_cols_img>div {
    margin: 0 0 20px 0;
  }
  .c5-cs_cols_img>div.colspan {
    margin: 0;
  }
  .c5-cs_img_wide {
    margin: 40px 0;
  }
}
.c5-cs_caption {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0 !important;
}

.c5-cs_profile {
  padding: 0px;
  margin-bottom: 80px;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .c5-cs_profile {
    margin-bottom: 60px;
  }
}

.c5_block{
    display: table;
    margin: 0 auto;
}
.c5_block_element{
    display:table-cell;
    width: 250px;
    max-width:250px;
    padding:20px;
    text-align: left;
}
.c5_block2{
    display: flex;
    justify-content: center;
}
.c5_block_element2{
    width: 100%;
    max-width:250px;
    padding:20px;
    text-align: left;
}
.c5_block_element2 img{
    max-width:100%;
}
.c5_container{
    max-width: 1200px;
}
@media screen and (max-width: 639px){
    .c5_block_element{
    display:block;
    width:auto;
    margin-bottom:10px;
    }
    .c5_block2{
      flex-direction: column;
      align-items: center;
    }
    .c5_block_element2{
    margin-bottom:10px;
    }
    .c5_block{
        margin: 0 auto;
    }
}
.c5-general--pt30 {
  padding-top: 30px;
}

.c5--alignRight {
  text-align: right !important;
}

.c5-section-title-small {
    color: #000;
    font-size: 25px;
    margin: 0 0 2em;
}

@media only screen and (max-width: 767px) {
   .c5-section-title-small {
        font-size: 22px;
        margin-bottom: 1em;
    } 
}
.c5-mb40 {
        margin-bottom: 40px;
}
.c5-mb60 {
        margin-bottom: 60px;
}
.c5-br-sp {
    display: none;
}
@media only screen and (max-width: 767px) {
   .c5-mb60 {
        margin-bottom: 40px;
    }
    .c5-br-sp {
        display: block;
    }
}

/* 240410 */
.c5-trial_mb_20 {
  margin-bottom: 20px;
}
.c5-cs_crosslink {
    padding: 30px;
    border: 2px solid #3100ad;
    width: 70%;
    margin: auto;
}
.c5-cs_crosslink img {
    width: 230px;
}
.c5-cs_crosslink_col2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.c5-cs_crosslink_intro {
    color: #3100ad;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 600;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .c5-trial_mb_20 {
        margin-bottom: 0;
    }
    .c5-cs_crosslink_col2 {
        display: grid;
        justify-items: center;
    }
    .c5-cs_crosslink img {
        width: 330px;
    }
    .c5-cs_crosslink_col2_item {
        text-align: center;
    }
}
/* end 240410 */