@import url('./reset.css');
@import url('../js/mediaelement-4.2.16/mediaelementplayer.min.css');

/*==============================*/
/* common */
/*==============================*/
html {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body {
    line-height: 2;
    letter-spacing: 1px;
}
.form-item-name {
	width:4em;
}
.form-input-line {
    margin-bottom: 10px;
}
.c-form-text {
    height: 20px;
    width: calc(100% - 60px);
    padding: 5px 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.c-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

p {
    color: #4d4d4d;
}
img {
    width: 100%;
}
.emphasized {
    color: #ffff43;
}

/* responsive */
.pc {
     display: block !important;
}
.sp {
     display: none !important;
}
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

/*==============================*/
/* mv */
/*==============================*/
#mv {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/img_pc_hero@2x.jpg") no-repeat bottom;
    background-size: cover !important;
    -ms-box-shadow: 0px -160px 80px -80px #000 inset;
    -moz-box-shadow: 0px -160px 80px -80px #000 inset;
    -webkit-box-shadow: 0px -160px 80px -80px #000 inset;
    -o-box-shadow: 0px -160px 80px -80px #000 inset;
    box-shadow: 0px -160px 80px -80px #000 inset;
}
#mv .logo img {
    position: absolute;
    width: 160px;
    top: 6%;
    left: 10%;
}
#mv .title img {
    position: absolute;
    width: 70%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#mv .text {
    position: absolute;
    width: 50%;
    bottom: calc(3% + 35px);
    right: 0;
    left: 0;
    margin: 0 auto;
}
#mv .message {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
    #mv .logo img {
        width: 160px;
    }    #mv {
        background: url("../img/img_sp_hero@2x.jpg") no-repeat center;
    }
    #mv .title img {
        width: 90%;
        top: 35%;
    }
    #mv .text {
        width: 80%;
        bottom: calc(5% + 12px);
    }
    #mv .message {
        position: absolute;
        bottom: 12px;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
}

/*==============================*/
/* intro */
/*==============================*/
#intro {
    max-width: 1280px;
    margin: 0 auto;
}
#intro > div {
    padding: 6% 10%;
}
#intro p {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 960px) {
    #intro .pc {
        display: none !important;
    }
    #intro .sp {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    #intro > div {
        padding: 40px 5%;
    }
    #intro p {
        font-size: 16px;
    }
}

/*==============================*/
/* main */
/*==============================*/
#main > div:first-child {
    background-color: #e4e4e4;
}
#main > div > div {
    max-width: 1280px;
    margin: 0 auto;
}
#main > div > div > div {
    padding: 6% 18%;
}
#main p {
    font-weight: bold;
    font-size: 18px;
    padding: 0 4px;
}
#main h2 {
    padding: 10px 10px 50px;
    text-align: center;
}
#main h2 img {
    max-width: 600px;
}
#main h3 {
    margin: 40px 0 20px;
    border-bottom: 5px solid #b1b1b1;
}
#main h3 img {
    width: 80%;
    max-width: 800px;
    margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
    #main p.pc {
        display: none !important;
    }
    #main p.sp {
        display: block !important;
    }
}

@media screen and (max-width: 750px) {
    #main > div > div > div {
        padding: 40px 5%;
    }
    #main h2 {
        padding-bottom: 20px;
    }
    #main p {
        font-size: 16px;
    }
}

/*==============================*/
/* speakers */
/*==============================*/
#speakers {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 8% 6%;
    display: flex;
    justify-content: space-between;
}
#speakers > div {
    width: 45%;
    padding: 2%;
    background-color: #4d4d4d;
}
#speakers h5 {
    padding: 2% 0;
    font-size: 18px;
}
#speakers p {
    color: #fff;
}
#speakers h5 small {
    display: block;
    font-size: 1rem;
    font-weight: lighter;
}
#speakers span {
    display: block;
    margin-top: 2rem;
}
@media screen and (max-width: 960px) {
    #speakers .pc {
        display: none !important;
    }
    #speakers .sp {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    #speakers {
        display: block;
        padding: 0 5%;
    }
    #speakers > div {
        width: 90%;
        padding: 5%;
        margin-bottom: 5%;
    }
}

/*==============================*/
/* inquiry */
/*==============================*/
#inquiry {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 6%;
    text-align: center;
}
#inquiry img {
    width: 40%;
    max-width: 700px;
}
#inquiry h2 img {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#inquiry span {
    display: inline-block;
    margin: 20px 0 30px;
    font-size: 1.45rem;
    font-weight: lighter;
}
@media screen and (max-width: 750px) {
    #inquiry {
        padding: 20px 5% 60px;
    }
    #inquiry img {
        width: 80%;
    }
    #inquiry span {
        margin: 10px 0 30px;
        font-size: 12px;
    }
}

/*==============================*/
/* present */
/*==============================*/
#present {
    background: url("../img/bg_catalog@2x.jpg") no-repeat bottom left;
    background-size: cover;
    padding: 4%;
    text-align: center;
}
#present > div {
    max-width: 1280px;
    margin: 0 auto;
}
#present p {
    margin: 30px 0 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#present img {
    width: 40%;
    max-width: 700px;
}
@media screen and (max-width: 750px) {
    #present {
        padding: 40px 5%;
    }
    #present p {
        font-size: 15px;
        text-align: left;
    }
    #present img {
        width: 80%;
    }
}

/*==============================*/
/* info */
/*==============================*/
#info {
    max-width: 1280px;
    margin: 0 auto;
    padding: 6% 6% 0;
    text-align: center;
}
#info img {
    width: 200px;
}
#info > div:last-child {
    margin: 6% 0 1%;
    font-weight: lighter;
}
@media screen and (max-width: 960px) {
    #info .pc {
        display: none !important;
    }
    #info .sp {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
    #info {
        padding: 40px 5%;
    }
    #info > div:first-child {
        margin: 50px auto 100px;
    }
    #info img {
        width: 180px;
    }
    #info > div:last-child {
        margin-top: 6%;
    }
}



/*==============================*/
/* header */
/*==============================*/

header{
    position: fixed;
    background-color: white;
    width: 100%;
}
main{
    padding-top: 90px;
}
h1{
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #86e1ae;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 18pt;
}
header .header-line{
    width: 100%;
    height:5px;
    border-width: 0;
	background-image: -webkit-linear-gradient(left,
	#86e1ae 0% 10%,#fad809 10% 20%,#f6bdc0 20% 30%,#80cde4 30% 40%,#c3d82d 40% 50%,#86e1ae 50% 60%,#fad809 60% 70%,#f6bdc0 70% 80%,#80cde4 80% 90%,#c3d82d 90% 100%);
	background-image:         linear-gradient(left,
	#86e1ae 0% 10%,#fad809 10% 20%,#f6bdc0 20% 30%,#80cde4 30% 40%,#c3d82d 40% 50%,#86e1ae 50% 60%,#fad809 60% 70%,#f6bdc0 70% 80%,#80cde4 80% 90%,#c3d82d 90% 100%);
	background-size: 100% 5px;
}
.menu-btn {
    position: fixed;
    top: 40px;
    right: 40px;
    display: flex;
    height: 15px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 900;
    background-color: #e8e8e8;
    border-radius: 50%;
    padding: 5px 0;
}

.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 10px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
    left: 10px;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 11px;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 12px;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 800;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 0px 10px 0;
    background-color: #FFF;
    height: 100vh;
}
.menu-content ul li {
    list-style: none;
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#3f3f3f;
    text-decoration: none;
    padding: 9px 15px 10px 55px;
    position: relative;
}
.menu-content ul li a::before {
    content:url(../img/icon-menu.png);
    width: 33px;
    height: 33px;
    position: absolute;
    left: 8px;
    top: 7px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
    top:120px;
}
.menu-content h1{
    position: relative;
    padding: 26px;
    line-height: 3rem;
}
.menu-content h1 span{
    left: 0;
    top: 10px;
    position: absolute;
    font-size: 10pt;
    right: 0;
}
.header-logo {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1;
    float: left;
}
.header-logo img{
    max-width: 300px;
    width: 100%;
    padding-left: 5%;
}
.header-logout {
	width: 80px;
    float: right;
}
.header-logout img{
	width: 60px;
	height: 60px;
    padding-right: 5%;
        padding-top: 10px;
}

/*==============================*/
/* パンくず */
/*==============================*/

.breadcrumb {
    width: 90%;
    max-width: 1000px;
    color: rgb(0, 0, 0);
    margin: 5px auto;
  }
  .breadcrumb a {
    text-decoration: none;
    color: #9c9c9c;
  }
  .breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #7986CB;
  }
  .breadcrumb li::before {
    content: '›';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #000000;
  }
  .breadcrumb li:last-child::before {
    content: normal;
  }

/*==============================*/
/* main content */
/*==============================*/
.content1{
    width:100%;
    max-width: 700px;
    margin: 20px auto;
}
.content1pc{
    max-width:90%;
    width: 800px;
    margin: 20px auto;
}

.lessonPanel {
	display: flex;
	flex-wrap: wrap;
    max-width: 1000px;
    margin: 10px auto;
}
/* 子要素(アイテム) */
.lessonPanel a {
	color: #fff;
    padding: 0px 5px 30px;
    font-size: 30pt;
    line-height: 35pt;
    text-decoration: none;
    margin: 0 auto;
}
.lessonTxt{
    height: 50px;
    margin-top: -7px;
    padding-left: 55%;
    position: relative;
}
.lessonTxt::before{
    content: url(../img/lesson_hyoka.png);
    position:absolute;
    top:3px;
    left:5px;
}
.lessonTxt::after {
    content: url(../img/icon_arrow.png);
    position:absolute;
    top: -5px;
    right: 12px;
  }
.barRed{
    background-color: #d7002e;
}
.barBlue{
    background-color: #00859b;
}
.barGreen{
    background-color: #009c6b;
}
.barYellow{
    background-color: #f7bd00;
}
.barGray{
    background-color: #666666;
}

/*==============================*/
/* 自己評価 */
/*==============================*/
.evaluationBox {
    max-width: 110px;
    width: 90%;
    border: 1px solid #cdcdcd;
    font-size: 18pt;
    margin: 25px auto 35px;
    padding: 10px 90px 10px 30px;
    font-weight: 700;
    border-radius: 5px;
    position: relative;
}
.evaluationCircle{
    position: absolute;
    right:20px;
    top: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f6bdc0;
    text-align: center;
}
.evaluationTxt {
    width: 90%;
    max-width: 500px;
    margin: 5px auto;
}
.evaluationInput {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width: 500px;
    margin: 5px auto;
    border: 1px solid #666666;
  }
  #evaluationInputA, #evaluationInputA, #evaluationInputA {
      background-color: #FFFFFF;
  }
  .evaluationInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
  }
  
  .evaluationInput:hover{
    background: rgba(0,0,0,.05) !important;
  }
  
  .evaluationInput-Input:focus + .evaluationInput-DummyInput{
    border: dashed 2px #333333;
  }
  .evaluationInput-Input:checked + .evaluationInput-DummyInput {
    background: #333333;
  }
    .evaluationInput-Input:checked + .evaluationInput {
    background: #8a4545;
  }
  .evaluationInput-Input:checked + .evaluationInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
  }
  .evaluationInput-Input:checked + .evaluationInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    height: 4px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #FFFFFF;
  }
  .evaluationInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 30px;
    border: solid 1px #000;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }
  .evaluationInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
/*==============================*/
/* footer */
/*==============================*/
footer {
    text-align: center;
    background: #f1f2f3;
    color: rgb(32, 32, 32);
    padding: 30px;
    letter-spacing: 0;
}
.footerMenu {
    max-width: 1000px;
    margin: 10px auto;
    text-align: center;
}
.footerMenu ul {
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.footerMenu ul li {
    padding: 2px 15px 2px 5px;
}
.footerMenu ul li a{
	color: rgb(63, 63, 63);
    padding: 0px 5px 30px;
    font-size: 10pt;
    line-height: 10pt;
    text-decoration: none;
    position: relative;
}
.footerMenu ul li a::after{
    content: url(../img/icon_book.png);
    position: absolute;
    top: 3px;
    right: -12px;
}
@media screen and (max-width: 750px) {
    footer {
        padding: 10px;
        font-size: 12px;
    }
}
h2{
    padding: 0.2rem 1rem;
    border-left: 5px solid #80cde4;
}
.centerBlock{
    margin: 15px auto;
    text-align: center;
}
#linkChangeButton{
    background-color: #333333;
    border: solid 1px #333333;
    border-radius: 3px;
    color: #FFF;
    padding: 10px;
    text-decoration: none;
}
#sublitButton{
    background-color: #333333;
    border: solid 1px #333333;
    border-radius: 3px;
    color: #FFF;
    margin: 10px auto;
    width: 60%;
    max-width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
	display: block;
    text-decoration: none;
}
#loginid, #password{
        height: 2.4em;
    width: calc(100% - 32px);
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#l_loginid, #l_password{
    width: 90%;
    float: left;
}
/*==============================*/
/* header */
/*==============================*/

@media screen and (max-width: 750px) {
    header{
        height: 70px;
    }
    .header-logo img {
        max-width: 150px;
        width: 100%;
        padding-top: 10px;
        padding-left: 5%;
    }
	.header-logout img{
		width: 40px;
		height: 40px;
	    padding-right: 5%;
        padding-top: 10px;
	}

    header .header-line{
        width: 100%;
        height:5px;
        border-width: 0;
        background-image: -webkit-linear-gradient(left,
        #c3d82d 0% 20%,#fad809 20% 40%,#f6bdc0 40% 60%,#80cde4 60% 80%,#b7b6b6 80% 100%);
        background-image:         linear-gradient(left,
        #c3d82d 0% 20%,#fad809 20% 40%,#f6bdc0 40% 60%,#80cde4 60% 80%,#b7b6b6 80% 100%);
        background-size: 100% 5px;
    }
    .evaluationInput-LabelText {
        margin-left: 12px;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5em;
    }
    .menu-btn {
        top: 20px;
        right: 20px;
    }
    main {
        padding-top: 68px;
    }
    .menu-content {
        font-size: 20pt;
        top: 48px;
    }
    #menu-btn-check:checked ~ .menu-content {
        position: relative;
        font-size: 20pt;
        top: 0;
    }
    #menu-btn-check:checked ~ .menu-content h1 span{
        left: 0;/*メニューを画面内へ*/
        top:48px;
        position: absolute;
    }
}
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #7ad7a3;
  color: #fff;
  
}
.tb01 th.sum {
    background: #8db59f;
    color: #fff;
}
.tb01 tr:last-child{
	border-top: double 2px #ccc;
}
.tb01 tr:last-child th {
  background: #51d18a;
  color: #fff;
  
}

@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #7ad7a3;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/***　アクティベーションページ用  ***/
#activation header .header-line{
    width: 100%;
    height:5px;
    border-width: 0;
	background-image: -webkit-linear-gradient(left,
	#86e1ae 0% 10%,#fad809 10% 20%,#f6bdc0 20% 30%,#80cde4 30% 40%,#2cbfda 40% 50%,#85b1e2 50% 60%,#07d8fc 60% 70%,#dabdf7 70% 80%,#bd80e6 80% 90%,#2cdabf 90% 100%);
	background-image:         linear-gradient(left,
	#86e1ae 0% 10%,#fad809 10% 20%,#f6bdc0 20% 30%,#80cde4 30% 40%,#2cbfda 40% 50%,#85b1e2 50% 60%,#07d8fc 60% 70%,#dabdf7 70% 80%,#bd80e6 80% 90%,#2cdabf 90% 100%);
	background-size: 100% 5px;
}

#activation #main > div:first-child {
    background-color: #3793f9;
}
#activation h1 {
    background-color: #3793f9;
}

#activation #main h3 {
    margin: 40px 0 20px;
    border-bottom: 5px solid #6bc4f8;
}
.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb02 th {
  background: #79b3d9;
  color: #fff;
  
}
.tb02 th.sum {
    background: #7babc8;
    color: #fff;
}
.tb02 tr:last-child{
	border-top: double 2px #ccc;
}
.tb02 tr:last-child th {
  background: #4faed2;
  color: #fff;
  
}
.tb02 td.cold01, .tb02 td.cold02 {
    font-size: smaller;
    text-align: left;
}
@media screen and (max-width: 640px) {
  .tb02 .head{
    display:none;
  }
  .tb02 {
    width: 100%;
  }
  .tb02 td,
  .tb02 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb02 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #75b6dd;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
/****　ダッシュボード　****/
.cta_btn09 {
  font-weight: bold; /* 文字の太さ */
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.cta_btnSq-pc , .cta_btnSq-sp , .cta_btnSq-pc2 , .cta_btnSq-sp2 , .cta_btnSq-report {
  color: #fff; /* 文字色 */
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 1em 1em 60px;
  border-radius: 100vh;
  width: 100%; /* ボタン幅 */
  max-width: 350px; /* 最低ボタン幅 */
  transition: 0.3s;
}

.cta_btnSq-pc {
  background: #F88400; /* PCボタン色 */
}

.cta_btnSq-sp {
  background: #4D9BC1; /* SPボタン色 */
}
.cta_btnSq-pc2 {
  background: #f87e9f; /* PCボタン色 */
}

.cta_btnSq-sp2 {
  background: #dfc0f3; /* SPボタン色 */
}
.cta_btnSq-report {
  background: #4ec087; /* SPボタン色 */
}
.cta_btnSq-pc::before,
.cta_btnSq-sp::before,
.cta_btnSq-pc2::before,
.cta_btnSq-sp2::before,
.cta_btnSq-report::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_btnSq-pc::before,
.cta_btnSq-pc2::before {
  width: 50px;
  height: 41px;
  background-image: url(/img/icon_pc.png); /* PCアイコン */
}

.cta_btnSq-sp::before,
.cta_btnSq-sp2::before {
  width: 40px;
  height: 40px;
  background-image: url(/img/icon_sp.png); /* SPアイコン */
}

.cta_btnSq-report::before {
  left: 40px;
  width: 40px;
  height: 40px;
  background-image: url(/img/icon_report.png); /* SPアイコン */
}

.cta_btn09 .copy_txt {
  line-height: 1;
  display: inline-block;
  padding: 0.2em 1.5em;
  letter-spacing: 0;
  background: #fff; /* 下文字背景色 */
  font-size: 90%; /* 下文字サイズ */
  border-radius: 5px;
}

.cta_btnSq-pc .copy_txt {
  color: #F88400; /* 下文字色 */
}

.cta_btnSq-sp .copy_txt {
  color: #4D9BC1; /* 下文字色 */
}
.cta_btnSq-pc2 .copy_txt {
  color: #f87e9f; /* PCボタン色 */
}

.cta_btnSq-sp2 .copy_txt {
  color: #dfc0f3; /* SPボタン色 */
}

.cta_btnSq-report .copy_txt {
  color: #4ec087; /* 下文字色 */
}

.cta_btn09 img {
    width: 1em;
    margin-right: 0.5em;
}

/* マウスオーバーした際のデザイン */
.cta_btnSq-pc:hover,
.cta_btnSq-sp:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 640px) {
	.cta_btn09 {
		flex-wrap: wrap;
	}
	.cta_btnSq-pc::before,
	.cta_btnSq-sp::before,
	.cta_btnSq-report::before {
	  left: 30px;
	  top: 50%;
	}
}
.alertTxt {
    color: #FF0000;
    margin-bottom: 30px;
}
.glayBox {
    background-color: #c9c9c9;
    padding: 10px 20px;
    border-radius: 5px;
}
.titleTxtBold {
    background: #FFF;
    text-align: center;
    border-radius: 10px;
}
.titleTxtBold span  {
    font-weight: 500;
}

.btnInp,
a.btnInp,
button.btnInp {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 20px auto;
}
.btnInp,
a.btnInp {
  color: #fff;
      background-color: #2d9d5e;
}
.btnInp:hover,
a.btnInp:hover {
  color: #fff;
  background: #f56500;
}

a.btnInp {
   border-radius: 100vh;
}
.centerBtn {
	text-align: center;
}
/*** ダッシュボードお知らせ部分 ***/
.newsBox {
    padding: 10px 20px;
    border: 3px #999;
    border-style: double;
    background-color: floralwhite;
    margin: 5px auto;
}
.newsTitle {
    font-weight: 700;
    font-size: 16px;
}
.newsTitle time{
    padding-right: 5px;
    /* border-right: 1.5px solid #000; */
    margin-right: 8px;
    font-weight: 200;
    font-size: smaller;
}