@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
}

.c5-main__container * {
  box-sizing: border-box;
}

.c5-main__container img {
  max-width: 100%;
}

.c5-main__container p {
  margin-top: 0;
  padding: 0;
}

.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}

#tab-cb li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  background: #edf9fe;
  color: #0078c7;
  font-size: 125%;
}

#tab-cb li.select, #tab-cb li.hover {
  background: #006cdc;
  color: #fff;
}

.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  border-left: 7px solid #f8b2b7;
  border-bottom: 1px dotted #f8b2b7;
  padding: 3px 0 3px .5em;
  position: relative;
  font-size: 125%;
}

.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
  color: #cb0914;
}

.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  text-decoration: underline;
  cursor: pointer;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

.c5-dot1 {
  color: #231815;
}

.c5-dot2 {
  color: #e0d8cd;
}

.c5-dot3 {
  color: #da0a17;
}

.c5-dot4 {
  color: #df6b5a;
}

.c5-dot5 {
  color: #3b3532;
}

.c5-dot6 {
  color: #678797;
}

.c5-dot7 {
  color: #b2b2b2;
}

.c5-dot8 {
  color: #f2f1f0;
}

.c5-dot9 {
  color: #525253;
}

.c5-dot10 {
  color: #48418c;
}

.c5-dot11 {
  color: #d8c9b5;
}

.c5-dot12 {
  color: #abd4ca;
}

.c5-dot13 {
  color: #eda08b;
}

.c5-dot14 {
  color: #284e97;
}

.c5-dot15 {
  color: #db5046;
}

.c5-dot16 {
  color: #54895b;
}

.c5-dot17 {
  color: #719f94;
}

.product_area {
  margin: 0 auto 50px;
}

.c5-a .c5-p__cat {
  background-color: #ef8337;
}

.c5-a .c5-p__contents {
  border-color: #ef8337;
}

.c5-a .c5-p__contents-name {
  color: #ef8337;
  border-color: #ef8337;
}

.c5-b .c5-p__cat {
  background-color: #6fb92c;
}

.c5-b .c5-p__contents {
  border-color: #6fb92c;
}

.c5-b .c5-p__contents-name {
  color: #6fb92c;
  border-color: #6fb92c;
}

.c5-c .c5-p__cat {
  background-color: #5185c5;
}

.c5-c .c5-p__contents {
  display: flex;
  justify-content: space-between;
  border-color: #5185c5;
}

.c5-c .c5-p__contents-name {
  color: #5185c5;
  border-color: #5185c5;
}

.c5-p__group {
  margin-bottom: 30px;
}

.c5-p__cat {
  padding: 5px 0;
}

.c5-p__cat img {
  display: block;
  width: 20%;
  margin: 0 auto;
}

.c5-p__contents {
  margin: 0 auto;
  padding: 25px 5px 5px;
  border-width: 2px;
  border-style: solid;
  border-top: none;
}

.c5-p__contents-info {
  display: flex;
  align-items: flex-end;
}

.c5-p__contents-name {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
}

.c5-p__product {
  margin: 0 1%;
}

.c5-p__product img {
  display: block;
  margin: 0 auto 15px;
}

.c5-p__product p {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: center;
}

.c5-p__product .c5-color {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
}

.c5-p__product .c5-color span {
  font-size: 11px;
  padding: 0 2px;
}

.c5-p__product .c5-color span.ex {
  padding-left: 5px;
  letter-spacing: -1px;
}

.c5-p__product .c5-color span.ex2 {
  opacity: 0;
}

.c5-p__product a {
  display: block;
  font-size: 10px;
  background-color: #fff;
  border: 1px solid #111;
  color: #111;
  padding: 6px 5px 6px 1.3em;
  position: relative;
}

.c5-p__product a::before {
  background: none;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #050505;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}

.c5-p__product a:hover {
  border-color: #777;
  color: #777;
  background-color: #fff;
}

.c5-p__product a:hover::before {
  border-color: transparent transparent transparent #777;
}

.c5-p__product a:first-of-type {
  margin-right: 0;
  margin-bottom: 10px;
}

.c5-p__hp, .c5-p__wm, .c5-p__ws {
  margin-bottom: 30px;
}

.c5-a .c5-p__hp .c5-p__contents-info {
  justify-content: space-between;
}

.c5-a .c5-p__hp .c5-p__contents-info .c5-p__product {
  width: 32%;
}

.c5-a .c5-p__wm .c5-p__contents-info, .c5-a .c5-p__ws .c5-p__contents-info {
  justify-content: space-around;
}

.c5-a .c5-p__wm .c5-p__contents-info .c5-p__product, .c5-a .c5-p__ws .c5-p__contents-info .c5-p__product {
  width: 32%;
}

.c5-b .c5-p__hp .c5-p__contents-info {
  justify-content: space-between;
}

.c5-b .c5-p__hp .c5-p__contents-info .c5-p__product {
  width: 32%;
}

.c5-b .c5-p__ws .c5-p__contents-info {
  justify-content: space-around;
}

.c5-b .c5-p__ws .c5-p__contents-info .c5-p__product {
  width: 32%;
}

.c5-c {
  margin-bottom: 20px;
}

.c5-c .c5-p__hp {
  width: 66%;
}

.c5-c .c5-p__hp .c5-p__product {
  width: 48%;
}

.c5-c .c5-p__ws {
  width: 33%;
}

.c5-c .c5-p__ws .c5-p__contents-name {
  letter-spacing: -1px;
  font-size: 11px;
  line-height: 23px;
}

.c5-c .c5-p__ws .c5-p__product {
  width: 100%;
}

.c5-pattern.pc {
  display: none;
}

.c5-pattern.sp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c5-pattern__block {
  width: 48%;
}

.c5-pattern__block:first-child {
  padding-right: 2%;
  border-right: 1px solid #d0d0d0;
}

.c5-pattern__block:last-child {
  margin-left: 2%;
}

.c5-pattern__block img {
  display: block;
  margin: 0 auto 15px;
}

.c5-pattern__block img:last-child {
  margin-bottom: 0;
}

.c5-kumiawase {
  background: url("../img/pro/simu-bg_sp.png") no-repeat -10px 0 #eb7aab;
  background-size: contain;
  padding: 6px 5px 5px;
  border-radius: 5px;
}

.c5-kumiawase img {
  display: block;
  margin: 0 auto 3px;
}

.c5-kumiawase > img:last-of-type {
  margin-bottom: 0;
}

.c5-kumiawase__ttl {
  margin-bottom: 6px;
}

.c5-kumiawase__ttl img {
  max-width: 75%;
}

.c5-kumiawase__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.c5-kumiawase__flex img {
  width: 49%;
  max-width: 450px;
  margin: 0;
}

.c5-speakerLink {
  margin-top: 8px;
  font-size: 12px;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25em;
  font-weight: 700;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.stepnum {
  padding: 0 0.3% 0;
  color: #7295a9;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

/*02moushikomi-houhou*/
.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  margin: 0 auto 10px;
  padding: 15px;
  background: #eee;
}

.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
}

.howto-txtarea .howto-txtarea-flex:first-child {
  margin-bottom: 30px;
}

.howto-txtarea .howto-txtarea-flex .c5-img .howto-qr {
  display: block;
  margin: 0 auto;
}

.howto-txtarea .howto-txt {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.howto-txtarea .howto-txt a {
  word-break: break-all;
  font-weight: bold;
}

.howto-txtarea .howto-txt a:hover {
  text-decoration: underline;
}

.howto-txtarea h4 {
  margin: 0;
}

.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.c5-pl0 {
  padding-left: 0;
}

.howto {
  display: block;
  margin: 0 auto;
}

ul.c5-note {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  margin-bottom: 0;
}

.txt_area .c5-step__inner:not(:first-child) {
  margin-top: 40px;
}

/*
.c5-btn-wrap{
  margin-bottom: 50px;
  .s5-buttonContainer{
    margin: 0 auto;
    .c5-oubo{
    	width: 300px;
    	line-height: 1;
    	span{
    		font-size: 14px;
    	}
    }
  }
  & + p{
    font-size: 13px;
    text-align: center;
    color: #ff0000;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
*/
.flexbox-term-form .s5-buttonContainer {
  margin-top: 0;
}

.flexbox-term-form .s5-buttonContainer .cbbutton {
  width: 100%;
}

/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  height: 29px;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px dotted #f8b2b7;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}

p.c5-faq__ttl:hover {
  opacity: .7;
}

p.c5-faq__ttl span {
  display: block;
  padding: 0 0 0 1.5em;
  position: relative;
}

p.c5-faq__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #cb0914;
}

p.c5-faq__ttl a:hover {
  text-decoration: none;
}

.contents03 h2 {
  border: none;
  background-color: #cb0914;
}

.contents03 h2 span {
  color: #fff;
}

.lineBg {
  border-bottom: 1px solid #f8b2b7;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq {
  border-bottom: 1px solid #f8b2b7;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 45px;
  margin: 0 0 .8em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: .8em;
  min-height: 35px;
  padding-top: 6px;
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin: 30px auto 0;
  padding: 7px;
}

h1 {
  margin-top: 0;
}

.mod-effect img {
  transition: all .3s;
}

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important;
}

.c5-precautions {
  box-sizing: border-box;
  height: 300px;
  padding: 10px 5px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}

.c5-precautions__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.c5-precautions__block {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 30px;
}

.c5-precautions__block p {
  padding-left: 1em;
}

.c5-precautions__block ul {
  padding-left: 0;
}

.c5-precautions__block ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-precautions__block ul.c5-padding li {
  padding-left: 4em;
  text-indent: -3em;
}

.c5-precautions__block ul.c5-padding li ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-personal {
  font-size: 14px;
}

.c5-personal ul {
  padding-left: 0;
}

.c5-personal ul li.c5-list1 {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
}

.c5-personal ul li.c5-list1 ul li.c5-list2 {
  padding-left: 3em;
  text-indent: -3em;
}

.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.c5-personal p:last-of-type {
  text-align: right;
}

.c5-banner {
  display: block;
}

.c5-banner__wrap {
  max-width: 960px;
  margin: 35px auto 30px;
}

.c5-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c5-simu__wrap {
  margin: 30px auto;
}

.c5-simu__wrap-ttl {
  padding: 8px;
  background-color: #00abeb;
  border-radius: 10px 10px 0 0/ 10px 10px 0 0;
}

.c5-simu__wrap-ttl img {
  display: block;
  margin: 0 auto;
}

.c5-simu__wrap-inner {
  padding: 15px 10px;
  border: 2px solid #00abeb;
  border-top: none;
  border-radius: 0 0 10px 10px/ 0 0 10px 10px;
}

.c5-simu__contents {
  margin-bottom: 25px;
}

.c5-simu__contents.bottom {
  margin-bottom: 10px;
}

.c5-simu__ttl {
  margin-bottom: 5px;
}

.c5-simu__ttl img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 415px;
  position: relative;
  left: -5px;
}

.c5-simu__product {
  width: 80%;
  list-style: none;
  margin: 0 auto;
  border: 1px solid #000;
  position: relative;
}

.c5-simu__product li {
  color: #3B4043;
  cursor: pointer;
  padding: 3px 3px 30px;
}

.c5-simu__product li:first-child {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 30px;
  color: #fff;
}

.c5-simu__product li:first-child .c5-big {
  font-size: 22px;
}

.c5-simu__product li:first-child .c5-box {
  display: block;
  padding: 40px 0;
  background-color: #ea609e;
}

.c5-simu__product li:not(:first-child) {
  display: none;
}

.c5-simu__product li:not(:first-child) img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.c5-simu__product::after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #eb7aab transparent transparent transparent;
}

.c5-plus {
  width: 40px;
  height: 10px;
  background-color: #ea609e;
  position: relative;
  margin: 0 auto 10px;
}

.c5-plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 10px;
  height: 40px;
  background-color: #ea609e;
}

.c5-plus.ex {
  width: 30px;
  height: 5px;
  margin: 0 10px;
}

.c5-plus.ex::before {
  width: 5px;
  height: 30px;
}

.c5-cbprice__wrap {
  padding: 15px 10px 10px;
  border: 6px solid #ed3384;
  border-radius: 10px;
}

.c5-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.c5-group img {
  display: block;
  margin: 0 auto;
}

.c5-group .c5-group1, .c5-group .c5-group2 {
  width: 15%;
}

.c5-cb__txt {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  color: #ea609e;
  margin: 0 auto 8px;
  line-height: 1;
}

.c5-cb__en {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.c5-cb__en p {
  font-weight: bold;
  margin-bottom: 0;
}

.c5-cb__en p:first-child {
  width: 63%;
  padding-right: 2%;
}

.c5-cb__en p:first-child img {
  display: block;
  margin: 0 auto;
}

.c5-cb__en p:last-child {
  width: 34%;
  font-size: 20px;
  line-height: 1.1;
  color: #de2525;
  letter-spacing: -.4px;
}

.c5-modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}

.c5-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  padding: 20px 5px;
  background-color: #ecc6d7;
}

.c5-modal__content-ttl {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}

.c5-modal .c5-close {
  width: 15%;
  position: absolute;
  top: -25px;
  right: -9px;
}

.c5-modal__inner {
  max-width: 550px;
  margin: 0 auto;
}

.c5-modal__inner input[type=radio] {
  display: none;
}

.c5-modal__inner .c5-flex {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c5-modal__inner .c5-flex li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 1%;
}

.c5-modal__inner .c5-flex li:last-child {
  margin-bottom: 0;
}

.c5-modal__inner .c5-flex li label {
  cursor: pointer;
}

.c5-modal__inner .c5-flex li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c5-modal__inner .c5-flex li img:hover {
  box-shadow: 0 0 0 3px #666;
}

.c5-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.c5-priceTxt {
  text-align: center;
  color: #00abeb;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
}

.c5-login {
  margin: 0 auto 30px;
}

.c5-login__ttl {
  box-sizing: border-box;
  background-color: #ce1d01;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 10px !important;
  text-align: center;
}

.c5-login__link a, .c5-login__link img {
  display: block;
}

.c5-login__link a {
  border: 1px solid #ccc;
  transition: all .3s;
}

.c5-login__link a:first-child {
  border-bottom: none;
}

.c5-login__link a:hover {
  opacity: .6;
}

.c5-step {
  margin: 45px auto 50px;
}

.c5-step img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

/*popup*/
.mfp-close-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.mfp-close-wrap .mfp-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  background: url("../img/howto/close.png") no-repeat center center;
  opacity: 1;
  padding: 0;
  cursor: pointer;
}

.c5-popupcontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 1056px;
  height: auto;
  background-color: #0c5084;
  margin: 0 auto;
  padding: 10px 5px 5px;
}

.c5-popupcontent h3 {
  color: #b8d199;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 10px;
}

.c5-popupcontent .c5-popinner {
  box-sizing: border-box;
  padding: 2%;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
}

.c5-popupcontent .c5-popcontent {
  box-sizing: border-box;
  width: 100%;
  background-color: #e2f5fc;
  padding: 1.5%;
  display: flex;
  justify-content: space-between;
}

.c5-popupcontent .c5-popcontent .c5-block__wrap {
  width: 48%;
}

.c5-popupcontent .c5-popcontent:first-child {
  margin-bottom: 10px;
}

.c5-popupcontent .c5-popcontent h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #0c5084;
}

.c5-popupcontent .c5-popcontent .c5-flex {
  justify-content: space-between;
  align-items: flex-start;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner {
  width: 49%;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner p {
  margin-top: 0;
  font-weight: bold;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  word-break: break-all;
}

.c5-tab {
  display: flex;
  justify-content: space-between;
}

.c5-tab__wrap {
  max-width: 950px;
  margin: 30px auto 60px;
}

.c5-tab__btn {
  position: relative;
  width: 33.3%;
  padding: 10px 10px 20px;
  text-align: center;
  cursor: pointer;
  background-color: #edf9fe;
  color: #006cdc;
  font-weight: bold;
}

.c5-tab__btn.select, .c5-tab__btn.hover {
  color: #fff;
  background-color: #006cdc;
}

.c5-tab__btn.select::after, .c5-tab__btn.hover::after {
  border-color: #fff transparent transparent transparent;
}

.c5-tab__btn:not(:last-child) {
  border-right: 2px solid #fff;
}

.c5-tab__btn::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #006adc transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}

.c5-tab__content {
  padding: 20px 10px;
  border: 2px solid #006cdc;
}

.c5-tab__content img {
  display: block;
  margin: 0 auto;
}

.c5-scroll {
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 8px !important;
  height: 65px;
  overflow-y: scroll;
}

@media (min-width: 751px) {
  .mod-column1 h2 {
    border-left-width: 10px;
  }
  .c5-p__group {
    margin-bottom: 40px;
  }
  .c5-p__cat img {
    width: 111px;
  }
  .c5-p__contents {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 10px;
    border-width: 4px;
  }
  .c5-p__contents-info {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .c5-p__contents-name {
    font-size: 16px;
    border-width: 2px;
  }
  .c5-p__product {
    max-width: 125px;
    margin: 0 1% 15px .1%;
  }
  .c5-p__product img {
    margin: 0 auto 15px;
  }
  .c5-p__product p {
    font-size: 15px;
  }
  .c5-p__product .c5-color span {
    font-size: 13px;
    padding: 0 3px;
  }
  .c5-p__product .c5-color span.ex {
    padding-left: 8px;
    letter-spacing: -1.4px;
  }
  .c5-p__product a {
    font-size: 13px;
  }
  .c5-p__product a:first-of-type {
    margin-bottom: 10px;
  }
  .c5-p__hp, .c5-p__wm, .c5-p__ws {
    margin-bottom: 0;
  }
  .c5-a .c5-p__hp {
    width: 460px;
  }
  .c5-a .c5-p__hp .c5-p__product p {
    margin-bottom: 23px;
  }
  .c5-a .c5-p__wm {
    width: 335px;
  }
  .c5-a .c5-p__wm .c5-p__contents-info .c5-p__product {
    width: 45%;
  }
  .c5-a .c5-p__ws {
    width: 310px;
  }
  .c5-a .c5-p__ws .c5-p__contents-info .c5-p__product {
    width: 45%;
  }
  .c5-a .c5-p__ws .c5-p__contents-info .c5-p__product p {
    margin-bottom: 23px;
  }
  .c5-b .c5-p__hp {
    width: 410px;
  }
  .c5-b .c5-p__ws {
    width: 282px;
  }
  .c5-b .c5-p__ws .c5-p__contents-info .c5-p__product {
    width: 48%;
  }
  .c5-c .c5-p__contents {
    justify-content: space-around;
  }
  .c5-c .c5-p__hp {
    width: 248px;
  }
  .c5-c .c5-p__ws {
    width: 120px;
  }
  .c5-c .c5-p__ws .c5-p__contents-name {
    letter-spacing: -2px;
    font-size: 13px;
    line-height: 27px;
  }
  .c5-pattern.pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-pattern.sp {
    display: none;
  }
  .c5-pattern__block {
    width: 33%;
  }
  .c5-pattern__block:first-child, .c5-pattern__block:nth-child(2) {
    padding-right: 1%;
    border-right: 2px solid #d0d0d0;
  }
  .c5-pattern__block:nth-child(2), .c5-pattern__block:last-child {
    margin-left: 1%;
  }
  .c5-pattern__block img {
    display: block;
    margin: 0 auto 20px;
  }
  .c5-pattern__block img:last-child {
    margin-bottom: 0;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  #tab-cb {
    margin: 0 auto 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  #tab-cb li {
    width: 33.3%;
    margin: 0 1px 0 0;
  }
  .stepentry_area {
    display: flex;
    justify-content: space-between;
  }
  .howto-txtarea {
    width: 33%;
    padding: 20px;
  }
  .howto-txtarea .howto-txtarea-flex:first-child {
    margin-bottom: 0;
  }
  .howto-txtarea .howto-txtarea-flex .howto-txt {
    margin-bottom: 0;
  }
  /*
  .c5-btn-wrap{
    & + p{
      font-size: 18px;
    }
  }
*/
  .flexbox-term-form {
    display: flex;
    justify-content: center;
  }
  .flexbox-term-form .s5-buttonContainer {
    width: 49%;
    max-width: 342px;
    /*
      &:first-child{
        margin-right: 50px;
      }
*/
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-precautions {
    height: 500px;
    padding: 15px;
  }
  .c5-precautions__ttl {
    font-size: 19px;
  }
  .c5-precautions__block {
    font-size: 16px;
  }
  .c5-personal {
    font-size: 16px;
  }
  .c5-banner__wrap {
    margin: 70px auto 45px;
  }
}

@media (min-width: 750px) {
  .c5-kumiawase {
    max-width: 1115px;
    margin: 0 auto;
    padding: 20px;
    background: url("../img/pro/simu-bg.png") no-repeat 0 -15px #eb7aab;
    border-radius: 16px;
  }
  .c5-kumiawase img {
    margin-bottom: 0;
  }
  .c5-kumiawase__ttl {
    margin-bottom: 20px;
  }
  .c5-kumiawase__ttl img {
    max-width: 100%;
  }
  .c5-kumiawase__flex {
    justify-content: center;
    margin-bottom: 15px;
  }
  .c5-kumiawase__flex img:first-child {
    margin-right: 4.5%;
  }
  .c5-kumiawase__flex_pc {
    display: flex;
    justify-content: space-between;
  }
  .c5-kumiawase__flex_pc img {
    width: 33%;
    max-width: 345px;
    margin: 0;
  }
  .c5-speakerLink {
    font-size: 16px;
    position: relative;
    margin-bottom: 100px;
  }
  .c5-speakerLink ul {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 768px) {
  .stepentry_area {
    margin: 0 0 30px 1.2%;
  }
}

@media screen and (min-width: 500px) {
  .c5-modal .c5-close {
    width: 74px;
    top: -35px;
    right: -35px;
  }
}

@media screen and (min-width: 750px) {
  .c5-simulater {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 5%;
  }
  .c5-simu__wrap {
    max-width: 1120px;
    margin: 40px auto;
  }
  .c5-simu__wrap-ttl {
    padding: 30px 10px;
    border-radius: 15px 15px 0 0/ 15px 15px 0 0;
  }
  .c5-simu__wrap-inner {
    padding: 20px 30px 25px;
    border-width: 6px;
    border-radius: 0 0 15px 15px/ 0 0 15px 15px;
  }
  .c5-simu__ttl {
    margin-bottom: 25px;
  }
  .c5-simu__ttl img {
    width: 100%;
  }
  .c5-simu__contents {
    width: 43%;
    max-width: 415px;
    margin-bottom: 0;
  }
  .c5-simu__contents.bottom {
    margin-bottom: 0;
  }
  .c5-simu__product {
    width: 90%;
    max-width: 340px;
    border-width: 2px;
  }
  .c5-simu__product:hover {
    border-color: #aaa;
  }
  .c5-simu__product li {
    width: 100%;
  }
  .c5-simu__product li:first-child {
    font-size: 27px;
  }
  .c5-simu__product li:first-child .c5-box {
    padding: 46px 0;
  }
  .c5-simu__product li:first-child .c5-big {
    font-size: 36px;
  }
  .c5-simu__product li:not(:first-child) img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .c5-plus {
    width: 64px;
    height: 13px;
    top: 60px;
    margin: 0 auto;
  }
  .c5-plus::before {
    width: 13px;
    height: 64px;
  }
  .c5-plus.ex {
    width: 50px;
    height: 7px;
    top: 0;
  }
  .c5-plus.ex::before {
    width: 7px;
    height: 50px;
  }
  .c5-cbprice__wrap {
    position: relative;
    width: auto;
    padding: 20px 15px 15px;
    border-width: 8px;
    border-radius: 15px;
  }
  .c5-cbprice__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .c5-group {
    width: 254px;
    margin: 0 auto 15px;
  }
  .c5-group img {
    max-width: 78px;
  }
  .c5-group .c5-group1, .c5-group .c5-group2 {
    width: 30%;
  }
  .c5-cb__txt {
    width: 252px;
    font-size: 36px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
  }
  .c5-cb__en {
    width: 743px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
  }
  .c5-cb__en p:first-child {
    width: 374px;
  }
  .c5-cb__en p:last-child {
    width: 309px;
    font-size: 39px;
  }
  .c5-modal__content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 25px 20px;
    border-width: 3px;
  }
  .c5-modal__content-ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .c5-modal__inner {
    max-width: 100%;
  }
  .c5-modal__inner .c5-flex li {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 1%;
  }
  .c5-modal__inner .c5-flex li:nth-child(2n) {
    margin-left: 0;
  }
  .c5-priceTxt {
    font-size: 34px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1160px) {
  .c5-group {
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .c5-login {
    margin: 0 auto 30px;
  }
  .c5-login__ttl {
    font-size: 36px;
    line-height: 1.5;
    padding: 15px !important;
  }
  .c5-login__link {
    display: flex;
  }
  .c5-login__link a {
    width: 50%;
  }
  .c5-login__link a:first-child {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .c5-step {
    margin: 80px auto;
  }
  .c5-step img {
    width: 100%;
    max-width: 1180px;
  }
  .c5-scroll {
    padding: 12px !important;
    height: 112px;
  }
}

@media (min-width: 1200px) {
  .c5-p__product {
    margin-bottom: 0;
  }
  .c5-pc__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c5-pc__flex .c5-b {
    width: 750px;
  }
  .c5-pc__flex .c5-c {
    width: 440px;
  }
  .mod-column1 {
    padding: 0;
  }
  .c5-speakerLink ul {
    right: 40px;
  }
}

@media (max-width: 800px) {
  .mfp-close-wrap .mfp-close {
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .c5-popupcontent h3 {
    font-size: 14px;
    margin: 0 0 10px 10px;
  }
  .c5-popupcontent .c5-popinner {
    display: block;
  }
  .c5-popupcontent .c5-popcontent {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .c5-popupcontent .c5-popcontent:first-child {
    margin-bottom: 30px;
  }
  .c5-popupcontent .c5-popcontent h4 {
    max-width: 100%;
    font-size: 14px;
    margin: 0 0 15px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex {
    display: block;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner {
    width: 100%;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img {
    margin-bottom: 20px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img.ex {
    margin-right: auto;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .c5-popupcontent .c5-popcontent {
    display: block;
  }
  .c5-popupcontent .c5-popcontent h4 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .c5-popupcontent .c5-popcontent .c5-block__wrap {
    width: 100%;
  }
  .c5-popupcontent .c5-popcontent .c5-flex {
    display: block;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner {
    width: 100%;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner img {
    margin-bottom: 20px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner a {
    margin-bottom: 10px;
  }
  .c5-popupcontent .c5-popcontent .c5-flex .c5-popcontent-inner .c5-pos__sp {
    position: absolute;
    left: 8%;
    width: 60px;
  }
  .c5-tab__wrap {
    margin: 15px auto 30px;
  }
  .c5-tab__btn {
    font-size: 10px;
    padding: 5px 5px 10px;
  }
  .c5-tab__btn::after {
    border-width: 4px 4px 0 4px;
    bottom: 3px;
  }
  .c5-tab__content {
    padding: 10px;
    border-width: 1px;
  }
}
