:root {
    --mainColor: #00C2C2;
    --freeColor: #ED7E72;
    --plusColor: #66DADA;
    --exColor: #F39800;
}

* {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

header {
    width: 100%;
    height: 800px;
    //max-height: 100vh;
    margin: 0 auto;
    padding: 0px 50px;
    background: #00C2C2;
    position: relative;
}
.headerMenu {
    height: 100px;
    padding-top: 22px;
}
#logo {
    width: 100px;
    float: left;
}
#gMenu {
	float: right;
	padding-right: 400px;
}
#gMenu a {
	color: #FFF;
	font-size: 16px;
	margin-right: 50px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;
	    -ms-transition: 0.4s;
	     -o-transition: 0.4s;
	        transition: 0.4s;
}
#gMenu a:hover {
	border-bottom: 1px solid #F8F8F8;
}
#contact {
    position: absolute;
    position: fixed;
    top: 0px;
    right: 30px;
    z-index: 9999;
}
#contact a {
	text-decoration: none;
	letter-spacing: 1px;
	padding: 15px 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.4s opacity;
	   -moz-transition: 0.4s opacity;
	    -ms-transition: 0.4s opacity;
	     -o-transition: 0.4s opacity;
	        transition: 0.4s opacity;
}
#contact a:hover {
	opacity: 0.9;
}
#contact #login {
	color: #00C2C2;
	background: #FFF;
	margin-right: 5px;
}
#contact #register,
#contact #account {
	color: #FFF;
	background: #F39800;
}

#rules {
    height: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: scroll;
    overflow-x: hidden;
    line-height: 1.6;
}
label {
    display: inline-block;
    min-width: 70px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 16px;
}
input[type=checkbox] {
    margin: 3px 12px 10px 8px;
    width: 18px;
    height: 18px;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    vertical-align: top;
    float: left;
}

#rules h4 {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
#rules p {
    font-size: 14px;
}
.fss_n {
    font-size: 13px;
    font-weight: normal;
}
ol {
    margin-left: 38px;
    margin-bottom: 20px;
}
ol li {
    list-style-type: decimal;
    padding-left: 2px;
    margin-bottom: 5px;
}

.mypage #contact {
    position: absolute;
	background: none;
    width: 50px;
    padding-top: 10px;
}
.mypage #contact a {
	background: none !important;
    padding: 0px;
}

.wrapper {
    width: 100%;
    padding: 100px 0px;
}
.themeBgColor {
	background: #00C2C2;
}
.wrapperInner {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2.4;
}
h2 {
    color: #666;
    font-size: 26px;
	font-weight: 700;
}
h3 {
    color: #666;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
}
h3 span {
    display: block;
    color: #00C2C2;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
	font-weight: 700;
    margin-bottom: 30px;
}


.feature {
    float: right;
    width: 700px;
    text-align: left;
}
.featureCenter {
    float: none;
    width: auto;
    text-align: center;
}
.feature.floatLeft {
	float: left;
}
#beginning {
    padding-top: 60px;
}

.scroll {
    position: relative;
    text-align: center;
}
.scroll a {
    color: #FFF;
    padding-top: 60px;
    text-decoration: none !important;
}
.scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.scroll a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.feature h2 {
    color: #F39800;
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.feature p {
    color: #333;
    line-height: 2.0;
    margin-bottom: 20px;
}
.feature p.subHead {
	color: #666;
	font-size: 20px;
	font-weight: 700;
}
.feature img {
	width: 337px;
}
.feature img.leftPhoto {
	margin-right: 26px;
}

.themeBgColor .feature h2,
.themeBgColor .feature p {
    color: #FFF !important;
}

.flex {
    display: flex;
}
#beginning .flex img {
    width: 24%;
    height: 110px;
}
#beginning img.svg {
    width: 350px;
}
#beginning a:hover img.svg {
    opacity: 0.9;
}


#concept {
    background: url("../img/top/conceptBG.jpg") no-repeat;
    background-size: contain;
}
#concept p {
	font-size: 18px;
}
#service {
	padding-top: 100px;
}
#service ul {
    display: flex;
}
#service ul li {
    float: left;
    width: 33.333%;
}
#service img {
    width: 276px;
    margin-bottom: 30px;
}
img.screen {
    width: 276px;
}
#service img.svg {
    width: 50px;
}
#service h4 {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
#service ul li p {
    width: 90%;
    margin: 0 auto;
	font-size: 16px;
    line-height: 1.8;
    text-align: left;
}


#message {
    background: url("../img/top/messageBG.jpg") no-repeat;
    background-size: contain;
    padding: 180px 0px 30px;
}
#message p {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 2.6;
}
#message img {
	margin-top: 200px;
	width: 350px;
}


.accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordionlist dt {
    display: block;
    background: #FFF;
    padding: 0px 0px 0px 40px;
    border-top: 5px solid #FFF;
    border-bottom: none;
    border-left: none;
    cursor: pointer;
}
.accordionlist dt .title {
    float: left;
    margin: 20px 0px;
}
.accordionlist dd {
    display: none;
    text-align: left;
    color: #FFF;
    //background: #F39800;
    //background: #ed7e72;
    line-height: 2.0;
    border: 2px solid #ed7e72;
    color: #333;
    color: #ed7e72;
    border-radius: 10px;
    padding: 15px 20px 15px 40px;
    margin-bottom: 10px;
}
.accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 20px;
}
.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #333;
    background-color: #00C2C2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 40px;
    left: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 40px;
    left: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.accordion_icon.active span:nth-of-type(1) {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.accordion_icon.active span:nth-of-type(2) {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
}
#faq {
    padding-bottom: 0px;
}
#faq h3 span {
	color: #ED7E72;
}
#faq dt {
    padding-left: 40px;
    padding-right: 5px;
    border: 2px solid #00C2C2;
    border-radius: 10px;
    margin-bottom: 10px;
}
#faq dt .title p {
    font-size: 16px;
}

#plan .flex {
	margin: 0px -10px;
}
#plan .flex li {
	width: 33.3333%;
	padding: 20px 20px;
	margin: 0px 10px 30px;
	background: #66DADA;
	border-radius: 10px;
	text-align: left;
}
#plan .flex li#plan01 {
	position: relative;
}
#plan .flex li#plan01 img.free {
	position: absolute;
	left: 10px;
    top: 10px;
    width: 90px;
}
#plan .flex li#plan02 {
    background: #F39800;
}
#plan .flex li#plan03 {
    background: #ED7E72;
}
#plan .flex li h4 {
	color: #FFF;
    font-size: 18px;
	text-align: center;
}
#plan .flex li h4 span {
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}
#plan .flex li hr {
	width: 20%;
	margin: 10px auto 15px;
	border: none;
	border-bottom: 2px solid #FFF;
}
#plan .flex li img {
	margin-bottom: 10px;
}
#plan .flex li p {
	color: #FFF;
	line-height: 2.0;
	margin-bottom: 20px;
}
#plan .flex li .btnStart {
	text-align: center;
	margin: 30px auto 10px;
}
#plan .flex li .btnStart a {
	display: inline-block;
	font-weight: 700;
	padding: 10px 50px;
	background: #FFF;
	border-radius: 10px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;
	    -ms-transition: 0.4s;
	     -o-transition: 0.4s;
	        transition: 0.4s;
}
#plan .flex li#plan01 .btnStart a {
	color: #66DADA;
    font-size: 14px;
}
#plan .flex li#plan02 .btnStart a {
    color: #F39800;
}
#plan .flex li#plan03 .btnStart a {
    color: #ED7E72;
}
#plan .flex li .btnStart a:hover {
	opacity: 0.9;
}
#plan .more a {
	color: #00C2C2;
	border-bottom: 1px solid #FFF;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	text-decoration: none;
}
#plan .more a:hover {
	border-bottom: 1px solid #00C2C2;
}


#planList .flex {
	margin: 0px -10px;
}
#planList .flex li {
	width: 33.3333%;
	margin: 0px 10px 30px;
	border-radius: 10px;
	text-align: left;
}
#planList .flex li#plan01 {
	position: relative;
}
#planList .flex li#plan01 img.free {
	position: absolute;
	left: 10px;
    top: 10px;
    width: 90px;
}
#planList .flex li h4 {
	color: #FFF;
	background: #66DADA;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 15px;
}
#planList .flex li#plan02 h4 {
    background: #F39800;
}
#planList .flex li#plan03 h4 {
    background: #ED7E72;
}
#planList .flex li img {
	margin-bottom: 15px;
}
#planList .flex li table {
	width: 100%;
    border-spacing: 0px 10px;
}
#planList .flex li table tr {
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 15px;
}
#planList .flex li table tr th,
#planList .flex li table tr td {
	width: 50%;
	padding: 15px 0px;
}
#planList .flex li table tr th {
	color: #66DADA;
	text-align: right;
	padding-right: 20px;
}
#planList .flex li#plan02 table tr th {
	color: #F39800;
}
#planList .flex li#plan03 table tr th {
	color: #ED7E72;
}
#planList .flex li table tr td {
	color: #555;
	font-weight: bold;
}
#planList .flex li table tr.fee td {
	font-size: 18px;
}
#planList .flex li .btnStart {
	text-align: center;
	margin: 15px auto 10px;
}
#planList .flex li .btnStart a {
	display: inline-block;
	font-weight: 700;
	width: 100%;
	padding: 15px 50px;
	background: #FFF;
	border: 1px solid #EEE;
	border-radius: 10px;
	text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.3s opacity;
       -moz-transition: 0.3s opacity;
        -ms-transition: 0.3s opacity;
         -o-transition: 0.3s opacity;
            transition: 0.3s opacity;
}
#planList .flex li .btnStart span {
    display: inline-block;
    font-weight: 700;
    width: 100%;
    padding: 15px 50px;
    color: #FFF;
    border: 1px solid #EEE;
    border-radius: 10px;
}
#planList .flex li#plan01 .btnStart a,
#planList .flex li#plan01 .btnStart span {
    color: #FFF;
    background: #66DADA;
}
#planList .flex li#plan02 .btnStart a,
#planList .flex li#plan02 .btnStart span {
    color: #FFF;
    background: #F39800;
}
#planList .flex li#plan03 .btnStart a,
#planList .flex li#plan03 .btnStart span {
    color: #FFF;
    background: #ED7E72;
}
#planList .flex li .btnStart a:hover {
    opacity: 1.0;
}
#planList .flex li .btnStart span {
    opacity: 0.5;
}
#planList .more a {
	color: #00C2C2;
	border-bottom: 1px solid #FFF;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	text-decoration: none;
}
#planList .more a:hover {
	border-bottom: 1px solid #00C2C2;
}
#planList .flexChange {
	width: 800px;
	margin: 30px auto;
}
#planList .flexChange li {
	width: 40%;
	margin: 0px;
}
#planList .flexChange li.arrow {
	text-align: center;
	padding-top: 180px;
	width: 20%;
}
#planList .flexChange li.arrow img {
	width: 30%;
}


footer {
	position: relative;
	width: 100%;
	height: 200px;
	padding: 50px 0px;
	background: #00C2C2;
}
footer p {
	color: #FFF;
}
footer .footerMenu {
	color: #FFF;
	padding-top: 65px;
}
footer .footerMenu a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	margin-right: 20px;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
	    -ms-transition: 0.5s;
	     -o-transition: 0.5s;
	        transition: 0.5s;
}
footer .footerMenu a:hover {
	border-bottom: 1px solid #F8F8F8;
}
footer img.logo {
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
footer p.copyright {
	font-size: 12px;
}
footer .pagetop {
	position: absolute;
	width: 50px;
	right: 30px;
	bottom: 30px;
}
footer .pagetop img {
	width: 100%;
}


.guide {
	width: 100%;
	background: #F8F8F8;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.guide .guideInner {
	background: #FFF;
	border-radius: 10px;
	padding: 20px;
}
.guide .guideInner p {
	font-size: 16px;
	text-align: left;
}
.guide p.conf {
	font-size: 24px;
	text-align: center;
}
.guide .guideInner p.caution {
    margin-left: 20px;
    margin-bottom: 0px;
}
.guide .guideInner p.caution::before {
	content: '※';
	display: inline-block;
    text-indent: -20px;
    margin-right: -4px;
}
.mypage header {
    height: 70px;
}
.mypage .wrapper {
    padding: 40px 0px 100px;
    min-height: 80vh;
}
.mypage .wrapperInner {
    text-align: left;
}
.mypage .welcome {
    margin-bottom: 20px;
}
.mypage .welcome::before {
    content: '';
    display: inline-block;
    background-image: url("../img/iconMe.png");
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-right: 20px;
    background-size: contain;
    vertical-align: middle;
}
.mypage .dear::before {
    background-image: url("../img/iconYou.png");
}
.mypage .plan::before {
    background-image: url("../img/icon03.png");
}
.mypage ul.list {
    margin-bottom: 40px;
}
.mypage ul.list li {
    width: 100%;
    border: 1px solid #CCC;
    border: 1px solid #bee1e1;
    border-radius: 10px;
    margin-bottom: 10px;
}
.mypage ul.list li::after {
    content: '';
    display: block;
    clear: both;
}
.mypage ul.list li a {
    display: block;
    width: 100%;
    padding: 20px 30px;
    color: #00c2c2;
    font-size: 24px;
    text-decoration: none;
    background: #FFF;
    border-radius: 10px;
    -webkit-transition: 0.3s background;
       -moz-transition: 0.3s background;
        -ms-transition: 0.3s background;
         -o-transition: 0.3s background;
            transition: 0.3s background;
}
.mypage ul.list li a:hover {
    background: #F2F2F2;
    background: #e6f6f6;
}
.mypage ul.list li a p.title {
    font-size: 24px;
}
.mypage ul.list li a span {
    display: inline-block;
    float: right;
    font-size: 14px;
    padding-top: 20px;
}
.mypage ul.list li.plus a,
.mypage ul.list li.minus a {
    color: #666;
    font-size: 16px;
    height: 76px;
    padding: 26px 30px;
}
.mypage ul.list li.plus a::before,
.mypage ul.list li.minus a::before {
    content: '';
    display: inline-block;
    background-image: url("../img/iconPlus.png");
    width: 22px;
    height: 22px;
    margin-top: -6px;
    margin-right: 20px;
    background-size: contain;
    vertical-align: middle;
}
.mypage ul.list li.minus a::before {
    background-image: url("../img/iconMinus.png");
}
.mypage ul.listInfo {
    margin-bottom: 30px;
}
.mypage ul.listInfo li {
    width: 100%;
    border: 1px solid #CCC;
    border: 1px solid #bee1e1;
    border-radius: 10px;
    margin-bottom: 10px;
}
.mypage ul.listInfo li a {
    display: block;
    width: 100%;
    height: 48px;
    padding: 13px 10px 13px 24px;
    color: #00c2c2;
    font-size: 14px;
    text-decoration: none;
    background: #FFF;
    border-radius: 10px;
}

.mypage ul.message li {
    border-color: #EEE;
    background: #F8F8F8; 
    padding: 10px;
}
.mypage ul.message li.plus {
    width: 100%;
}
.mypage ul.message li a {
    color: #666;
    padding: 30px 30px;
}
.mypage ul.message li a::after {
    content: "";
    clear: both;
    display: block;
}
.mypage ul.message li a img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    float: left;
    margin-right: 48px;
}
.mypage ul.message li a div {
    float: left;
    width: 770px;
}
.mypage ul.message li a p {
    line-height: 1.8;
}
.mypage ul.message li a p.title {
    margin-bottom: 10px;
}
.mypage ul.message li a span {
    display: block;
    float: none;
    padding: 0px;
    margin-bottom: 10px;
    text-align: right;
}
.mypage ul.status {
    margin-bottom: 20px;
}
.mypage ul.status li {
    float: left;
    text-align: center;
    width: 260px;
    height: 210px;
    padding: 50px 10px 20px;
    margin-right: 20px;
    background: #F8F8F8;
}
.mypage ul.status li:last-child {
    margin-right: 0px;
}
.mypage ul.status li img {
    width: 40px;
    margin-bottom: 30px;
}
.mypage ul.status li h4 {
    color: #00c2c2;
    font-size: 16px;
}
.mypage .detail {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #bee1e1;
    border-color: #EEE;
    background: #F8F8F8; 
    border-radius: 10px;
    margin-bottom: 30px;
}
.mypage .conf {
	padding: 10px 20px 20px;
}
.mypage .detail a {
    width: 100%;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    background: #FFF;
    border-radius: 10px;
}
.mypage .detail p.title {
    font-size: 24px;
    margin-bottom: 10px;
}
.mypage .detail a img,
.mypage .detail a video {
    margin: 10px 0px;
}
.mypage form input[type="tel"],
.mypage form input[type="email"],
.mypage form input[type="password"],
.mypage form input[type="text"] {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 15px 15px 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #AAA;
}
.mypage form textarea {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 20px;
    min-height: 300px;
    border: 1px solid #AAA;
    border-radius: 10px;
}
.mypage form input[type="radio"] {
    font-size: 16px;
    width: 24px;
    height: 24px;
    top: 7px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 15px;
}
.mypage form select {
    font-size: 16px;
    height: auto;
    padding: 15px 15px 15px 20px;
    border: 1px solid #AAA;
    border-radius: 10px;
    margin-bottom: 15px;
}
.mypage a.button,
.mypage form button,
.mypage form input[type="submit"] {
    display: block;
    font-size: 16px;
    min-width: 200px;
    padding: 20px 30px;
    margin: 10px auto 20px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.mypage a.button {
    display: inline-block;
}
.mypage a:hover.button,
.mypage form button:hover,
.mypage form input[type="submit"]:hover {
    background: #EEE;
    text-decoration: none;
}
.mypage form .icon-btn {
    display: inline-block;
    background: transparent !important;
    border: 1px solid transparent;
    color: #1c94e0;
    opacity: 1;
    padding: 0px;
    border: none;
    min-width: unset;
    margin: 0px;
    padding: 5px;
}
.icon-btn img {
	width: 30px;
    -webkit-transition: 0.3s opacity;
       -moz-transition: 0.3s opacity;
        -ms-transition: 0.3s opacity;
         -o-transition: 0.3s opacity;
            transition: 0.3s opacity;
}
button:hover.icon-btn img {
	opacity: 0.7;
}
#file_button_ref, #file_button_cam {
    display: none;
}


.mypage .more {
    margin-bottom: 40px;
}
.mypage .more li {
    margin-bottom: 10px;
}
.mypage .more li a {
    color: #ED7E72;
}
.mypage .caution {
    text-align: center;
    color: #ED7E72;
    font-size: 16px;
    margin-bottom: 10px;
}
.mypage .ad {
    width: 294px;
    margin: 40px auto 30px;
    border: 2px solid orange;
}
.mypage .servicePlan {
	color: #FFF;
	font-size: 20px;
	width: 100%;
	padding: 20px 40px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.mypage #planFree {
    background: #66DADA;
}
.mypage #planPlus {
    background: #F39800;
}
.mypage #planEx {
    background: #ED7E72;
}

.mypage h2 {
	font-size: 18px;
	margin-bottom: 40px;
}
.mypage .info {
    width: 100%;
    background: #F8F8F8;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}
.mypage .info h4 {
    margin-bottom: 10px;
}
.mypage .info ol li {
    font-size: 14px;
    line-height: 1.8;
}
.mypage .info a {
    color: #00c2c2 !important;
}
.mypage .info ul li p {
    line-height: 1.8;
    margin-left: 10px;
    margin-bottom: 20px;
}
.mypage .info ul li p::before {
    content: '・';
    display: inline-block;
    text-indent: -20px;
    margin-right: -4px;
}
.mypage #privacy h4 {
    font-size: 16px;
}
.mypage #privacy p {
    font-size: 14px;
    line-height: 1.8;
}

#company table {
    width: 70%;
    margin: auto;
}
#company table tr th {
    color: #666;
    width: 200px;
    padding: 20px 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #1696CB;
}
#company table tr td {
    width: auto;
    line-height: 1.8;
    text-align: left;
    padding: 20px 5px 20px 20px;
    border-bottom: 1px solid #70C198;
}
#company table tr:last-child th,
#company table tr:last-child td {
    //border: none;
}









@media screen and (max-width: 1023px) {

.pc {
	display: none;
}
.sp {
	display: block;
}

p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}
header {
    width: 100%;
    height: auto;
    max-height: unset;
    margin: 0 auto;
    padding: 0px 10px 30px;
    background: #00C2C2;
    position: relative;
}
.headerMenu {
    height: auto;
    padding-top: 13px;
    margin-bottom: 30px;
}
#contact {
    position: absolute;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
#contact a {
    padding: 7px 15px;
}
#contact #login {
    margin-right: 0px;
}
.mypage #contact {
    width: 50px;
    padding-right: 10px;
    padding-top: 5px;
}
#gMenu {
	display: none;
}
.wrapper {
    width: 100%;
    padding: 30px 10px 10px;
}
.wrapperInner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
h3 {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
h3 span {
    display: block;
    color: #00C2C2;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

.themeBgColor {
    margin: 50px 0px;
}

.themeBgColor h2 {
	color: #FFF;
	font-size: 18px;
	line-height: 2.2;
	margin-bottom: 20px;
}
img.floatLeft,
img.floatRight {
	float: none;
	margin: 0px auto;
	max-width: 60%;
}
#beginning {
    padding-top: 10px;
}
#concept {
    background: url("../img/top/conceptBGSP.jpg") no-repeat;
    background-size: contain;
    padding-bottom: 30px;
}
#concept p {
    font-size: 13px;
    padding: 0px 10px;
}
#service {
	padding-top: 0px;
	margin: 0 -10px;
}
#service ul {
	display: none;
}
#service img {
    margin-bottom: 15px;
}
#service h4 {
    margin-bottom: 10px;
}
#service p {
	padding: 0px;
}

#faq dt {
    padding-left: 15px;
    margin-bottom: 5px;
}
#faq dt .title {
    margin: 10px 0px;
    width: calc(100% - 30px);
}
#faq dt .title p {
	font-size: 14px;
    text-align: left;
}
#faq dd {
	padding: 15px 10px 15px 15px;
}
.accordion_icon {
	width: 28px;
    height: 28px;
	margin-right: 0px;
}
.accordion_icon span:nth-of-type(1),
.accordion_icon span:nth-of-type(2) {
    top: 22px;
}
.flex {
    display: block;
}
.flex.pc {
    display: none;
}
#plan {
    margin: 0px;
}
#plan .flex {
	margin: 0px;
}
#plan .flex li {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 15px 20px 10px;
}
#plan .flex li .btnStart {
    margin: 20px auto 10px;
}

.mypage .servicePlan {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}

#planList {
    margin: 0px;
}
#planList .flex {
	margin: 0px;
}
#planList .flex li {
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
#planList .flex li .btnStart {
    margin: 20px auto 10px;
}
#planList .flexChange {
    width: 100%;
}

#beginning img.svg,
#message img {
    width: 80%;
}

.feature {
	width: 100%;
}
.feature h2 {
    color: #F39800;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.feature p.subHead {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}
.feature img {
	width: 48.5%;
}
.feature img.leftPhoto {
	margin-right: 3%;
}

#message {
    margin-top: 40px;
    background: url("../img/top/messageBGSP.jpg") no-repeat;
    background-size: contain;
    padding: 30px 0px;
}
#message p {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.2;
}
#message img {
    margin-top: 70px;
}

footer {
	margin-top: 50px;
	padding: 20px 0px 40px;
	height: auto;
}
footer .wrapperInner {
	padding: 0px 10px;
}
footer .footerMenu {
    padding-top: 0px;
    margin: 10px 0px;
    text-align: center;
}
footer .footerMenu a {
    color: #FFF;
    text-decoration: none;
    border: none;
    margin: 0px 10px;
}
footer img.logo {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
footer .pagetop {
    position: absolute;
    width: 40px;
    right: 20px;
    top: 90px;
    bottom: unset;
}
footer p.copyright {
    font-size: 11px;
}


.guide .guideInner {
    background: #FFF;
    border-radius: 10px;
    padding: 15px 5px 15px 15px;
}
.guide .guideInner p {
    font-size: 14px;
    text-align: left;
}
.guide p {
	font-size: 16px;
}
#rules {
    height: 300px;
}

.mypage header {
    height: 50px;
}
.mypage .wrapper {
    padding: 30px 0px 40px;
    min-height: 80vh;
}
.mypage .wrapperInner {
    text-align: left;
    padding: 0px 10px;
}
.mypage .welcome {
    font-size: 16px;
    margin-bottom: 30px;
}
.mypage .welcome::before {
    margin-right: 10px;
}
.mypage ul.list {
    margin-bottom: 20px;
}
.mypage ul.list li {
    width: 100%;
    border: 1px solid #CCC;
    border: 1px solid #bee1e1;
    border-radius: 10px;
    margin-bottom: 10px;
}
.mypage ul.list li::after {
    content: '';
    display: block;
    clear: both;
}
.mypage ul.list li a {
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 10px 15px 20px;
    color: #00c2c2;
    font-size: 20px;
    text-decoration: none;
    background: #FFF;
    border-radius: 10px;
}
.mypage ul.list li a:hover {
    background: #F2F2F2;
    background: #e6f6f6;
}
.mypage ul.list li a span {
    padding-top: 8px;
    font-size: 12px;
}
.mypage ul.list li.plus a,
.mypage ul.list li.minus a {
    height: 60px;
    padding: 18px 20px;
}

.mypage ul.message li {
    border-color: #EEE;
}
.mypage ul.message li a {
    color: #666;
    height: auto;
    padding: 20px;
}
.mypage ul.message li a img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
}
.mypage ul.message li a img.nodata {
    display: none;
}
.mypage ul.message li a div {
    float: none;
    width: 100%;
}
.mypage ul.message li a p.title {
    margin-bottom: 5px;
}
.mypage ul.message li a p span {
    padding-top: 0px;
}
.mypage ul.status {
    margin-bottom: 0px;
}
.mypage ul.status li {
    width: calc(50% - 5px);
    height: 150px;
    padding: 30px 10px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.mypage ul.status li:nth-child(even){
    margin-right: 0px;
}
.mypage ul.status li img {
    margin-bottom: 20px;
}
.mypage ul.status li h4 {
    font-size: 14px;
}
.mypage .detail {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #bee1e1;
    border-radius: 10px;
    margin-bottom: 30px;
}
.mypage .detail a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px;
    background: #FFF;
    border-radius: 10px;
}
.mypage form input[type="text"] {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #AAA;
}
.mypage form input[type="radio"] {
    margin-bottom: 25px;
}
.mypage form textarea {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    height: auto;
    padding: 10px;
    min-height: 300px;
    border-radius: 10px;
}
.mypage .more li a {
    color: #ED7E72;
}
.mypage .info {
    padding: 15px 10px 15px 15px;
}
.mypage .info ol {
    margin-left: 18px;
}
.mypage .info ul li p {
    line-height: 1.6;
    margin-left: 10px;
    margin-bottom: 10px;
}
.mypage .info p.caution {
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
}

#company table {
    width: 100%;
    margin: auto;
}
#company table tr th {
    width: 120px;
}


}


