@charset "utf-8";

/* CSS Document */

html {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #00A99D;
}

a:hover {
    text-decoration: underline;
}

#introduction {
    min-height: 550px;
    background-image: url(../common_img/cloud.png);
    background-size: cover;
    background-position: bottom;
    display: flex;
}

.introduction-content h2 {
    font-size: 2em;
    font-weight: bold;
    color: white;
    line-height: 120%;
    width: 380px;
    text-align: left;
}

#introduction-lead {
    width: 50%;
    background-color: #fb9700;
    background-blend-mode: multiply;
}

#introduction-lead .introduction-content {
    width: 500px;
    padding: 8rem 50px 0 0;
    float: right;
    box-sizing: border-box;
}

#introduction-lead .introduction-content p {
    color: white;
    text-align-last: left;
    width: 440px;
}

#introduction-create {
    width: 50%;
}

#introduction-create .introduction-content {
    width: 500px;
    padding: 5rem 0 0 50px;
    box-sizing: border-box;
}

#introduction-create .introduction-content p {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
}

#biglogo img {}

#introduction-create a {
    display: inline-block;
    color: #ef8200;
    padding: 1rem 2rem;
    border: #ef8200 1px solid;
    border-radius: 50px;
}

#introduction-create a:hover {
    background: rgba(239, 130, 0);
    color: #fff;
    text-decoration: none;
}

h3 {
    font-weight: bold;
    color: black;
    line-height: 130%;
}

#top-device h3,
#top-security h3 {
    width: 335px;
    text-align: left;
}

#top-device {
    width: 100%;
    padding: 5em 0;
}

#top-info {}

#top-info .contents-inner {
    width: 1000px;
    margin: auto;
    padding: 2rem 0;
}

#top-info .contents-inner h2 {
    margin: 0;
}

#top-device .contents-inner {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contents-textbox {
    width: 460px;
}

.top-contents-textbox p {
    width: 370px;
}

#top-device .top-contents-image img {
    width: 460px;
    height: auto;
}

#top-security {
    height: 550px;
    width: 100%;
}

#top-security .contents-inner {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#top-security .top-contents-image {
    width: 550px;
    height: 550px;
    position: relative;
    overflow: hidden;
}

#top-security .top-contents-image img {
    position: absolute;
    width: 900px;
    height: auto;
    top: 0;
    right: -220px;
    max-width: inherit;
}

.textbox {
    width: 400px;
    height: auto;
}

.textbox p {
    width: 375px;
}

h3 span {
    font-size: 1rem;
    font-weight: normal;
    color: #ef8200;
}

#top-plan h3 {
    padding-bottom: 1em;
}

#top-plan {
    background-color: #f2f2f2;
    padding: 3em 0 5em;
}

#top-plan .contents-inner {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-flow: column;
    text-align: center;
}

#plan-amount {
    display: flex;
    justify-content: space-between;
}

.plan-item {
    display: inline-flex;
    flex-flow: column nowrap;
    align-content: space-between;
    width: 24.5%;
}

.tb {
    display: inline-block;
    width: 100%;
    background-color: white;
    border-bottom: solid 3px #f2f2f2;
    padding: 0.5rem 0;
    font-size: 1.3em;
}

.white {
    display: inline-block;
    width: 100%;
    height: 100px;
    background-color: white;
    padding: 1rem 0 0;
}

#top-plan p {
    line-height: 50%;
    font-size: 1.2rem;
    color: #444;
    padding-bottom: 0.5rem;
}

#top-plan span.month {
    color: #f15a24;
    font-size: 0.9rem;
}

#top-plan span.year {
    color: #00a99d;
    font-size: 0.9rem;
}

footer {
    border-top: 0.9px solid #ccc;
    overflow: hidden;
}

footer .contents-inner {
    max-width: 1000px;
    margin: 3rem auto 0 auto;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
}

.footer-logo img {
    width: 200px;
    height: auto;
}

.footerlink ul {
    height: auto;
    width: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.footerlink li {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.5rem 0.8rem;
}

.footerlink li::before {
    content: "・";
}

.footerlink a {
    font-size: 1rem;
    color: #444;
}

#copyright {
    text-align: center;
    color: gray;
    font-size: 0.9rem;
    margin-bottom: 8rem;
}

#main h3 {
    color: #FB9700;
    border-bottom: 0.9px solid #ccc;
    padding-bottom: 0.5em;
}

#main h4 {}

.account-btn a {
    background: #f74e14;
    color: #fff;
    text-decoration: none;
    font-size: 110%;
    padding: 0.7em 3em;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}

.account-btn {
    text-align: center;
    display: block;
}

.btn-small {
    color: #fff;
    background-color: #f39700;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: .5rem 1rem;
}

.btn-small[disabled] {
    background-color: #ccc;
    cursor: default;
}

.leave-account {
    text-align: right;
}

#SPapps img {
    width: 100px;
}

.licencedisable {
    color: #ccc;
}

.licecnce-icon-gray,
.licecnce-icon-green {
    font-size: 12px !important;
    margin-right: 0.3em;
}

.licecnce-icon-gray {
    color: #F44336;
}

.licecnce-icon-green {
    color: #8BC34A;
}

#main table {
    width: 100%;
    margin: 1.5em auto;
    border: 0.9px solid #D5D2B9;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.9em;
}

#main th {
    padding: 10px;
    border: 0.9px solid #D5D2B9;
    background: #f9f9f5;
    text-align: center;
    font-weight: normal;
}

#main td {
    padding: 10px;
    border: 0.9px solid #D5D2B9;
    vertical-align: top;
    background: #fff;
}

#main ol li {
    margin-bottom: 1em;
}

.path {
    width: 1000px;
    font-size: 12px;
    margin: 0.5em auto 0;
    color: #9E9E9E;
}

#main pre {
    background: #444;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: 1.5em 0;
    overflow-x: auto;
}

#main pre::-webkit-scrollbar {
    height: 10px;
    box-shadow: inset #828282 0 0 5px;
}

#main pre::-webkit-scrollbar-track {
    background: transparent;
    border: none;
}

#main pre::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 10px;
    box-shadow: inset #717171 0 0 5px;
}

#main table {
    width: 100%;
    margin: 1.5em auto;
    border: 0.9px solid #D5D2B9;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.9em;
}

#main th {
    padding: 10px;
    border: 0.9px solid #D5D2B9;
    background: #f9f9f5;
    text-align: center;
    font-weight: normal;
}

#main td {
    padding: 10px;
    border: 0.9px solid #D5D2B9;
    vertical-align: top;
    background: #fff;
}

.formtd2 label {
    display: block;
}

.loader label {
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #ccc;
}

.circle {
    border: 2px solid #FB9700;
    border-top: 2px solid #ccc;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.circle-bg {
    background: url(../common_img/logo-icon.svg) no-repeat center center;
    background-size: 60px auto;
}

.blockquote {
    background: #f7f7f7;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    border: 0.9px solid #e7e7e7;
}

#campaignlist {
    margin: 0;
    border: 0.9px solid #ddd;
    padding: 1.5em 2em;
}

#campaignlist li {
    list-style: none;
    padding: 0.3em 0;
}

#campaignlist li:before {
    content: '\f054';
    padding: 0 .5em 0 0;
    color: #FB9700;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.new-icon {
    background: #F44336;
    font-size: .8rem;
    padding: 2px 5px;
    color: #fff;
    margin-left: .5rem;
}

.news dt {
    display: flex;
}

.news dt a {
    text-decoration: underline;
}

ul.menu-nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1em;
    background: #FB9700;
    border-radius: 3px 3px 0 0;
}

div.menu-desc {
    margin-top: 0;
    display: none;
}

input:checked+div.menu-desc {
    display: block;
}


/*---tab menu2---*/

div.menu-desc.active {
    display: block;
}

#main ul.tab {
    list-style: none;
    border-bottom: 2px solid #FB9700;
    padding-left: 0;
}

ul.tab li {
    display: inline-block;
    padding: 0.5em 1em;
    background: #ccc;
    color: #fff;
    cursor: pointer;
}

ul.tab li.active {
    background: #FB9700;
}

.border img {
    border: 1px solid #ccc;
}


/*------*/

ul.app-nav {
    list-style-type: none;
    padding: 0;
    border-bottom: 2px solid #d3d3d3;
    margin: 2em 0;
}

ul.menu-nav li,
ul.app-nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1em;
    background: #FB9700;
    border-radius: 3px 3px 0 0;
}

ul.app-nav li {
    cursor: pointer;
    color: #fff;
    padding: 7px 15px;
    background: #ccc;
}

ul.app-nav li.active {
    background: #FB9700;
}

.myp-sns-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.twitter.myp-sns-btn {
    color: #232323;
}

.facebook.myp-sns-btn {
    color: #4267B2;
}

.line.myp-sns-btn {
    color: #19BC03;
}

.mail.myp-sns-btn {
    color: #e92415;
}

.myp-sns-btn img {
    width: 20px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.myp-sns-btn i {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 17px;
}

.bold {
    font-weight: bold;
}

.last-verified {
    font-size: 0.7rem;
    color: #FB9700;
    }

.changemail {
    border: 2px solid #ccc;
    padding: 0.5rem;
    font-size: 16px;
    margin-top: 1rem;
}

#introduce-copy-text {
    border: none;
    font-size: 24px;
    font-weight: bold;
    width: 4.5em;
}

#introduce-copy,
#webdav-copy,
#password-copy {
    width: 20px;
    vertical-align: top;
    margin-left: 10px;
}

#introduce-copy-msg,
#webdav-copy-msg,
#password-copy-msg {
    color: #8BC34A;
    font-size: 14px;
    padding-left: 1em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.offdisplay {
    opacity: 0;
    display: none;
}

.ondisplay {
    opacity: 1;
    display: inherit;
}

#webdav-copy-text {
    border: none;
    font-size: 1rem;
    padding-left: 0;
    color: #444;
    font-weight: normal;
}

.app-password-dialog .ngdialog-buttons {
    text-align: center;
}

.btn-modal-orange1 {
    color: #fff;
    background-color: #f39700;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: .5rem 1rem;
    min-width: 110px;
    margin: .5rem .5rem;
}

.btn-modal-gray1 {
    color: #fff;
    background-color: #9e9e9e;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: .5rem 1rem;
    min-width: 110px;
    margin: .5rem .5rem;
}

.app-password {
    border: 0.9px solid #D5D2B9;
    background: #f9f9f5;
    text-align: center;
    font-weight: normal;
    width: 70%;
    margin: auto;
}

#password-copy-text {
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    background: none;
    padding: 0;
    color: #DE5323;
    outline: none;
    border-radius: 0;
    text-align: center;
}

#main h4 {
    color: #2a2a2a;
    font-size: 1.2em;
}

.password-msg {
    margin: 1rem;
    font-size: 0.8rem;
}

.error-msg {
    color: #f44336;
    font-size: 0.9rem;
    padding: 0 .5rem;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background: #fff !important;
    font-size: 1rem;
}

input#contractfilter:checked~table tr.licencedisable {
    display: none;
}

.mail-not-receive-disable {
    color: #ccc;
}

.mail-not-receive-disable {
    color: #ccc;
}

.ngdialog2-aria-describedby {
    font-size: 1rem;
}

#top-flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}

#top-flexbox div {
    width: 31%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 1%;
}

.ngdialog-buttons {
    text-align: center;
}

.mail-error {
    display: block;
    text-align: center;
}

.btn-modal-orange1:disabled {
    background: #ccc;
}

.wp_mailform_btn input {
    padding: 0.5em 1.5em;
    border-radius: 3px;
    border: none;
    background: #FB9700;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    margin: 0 0.5rem;
}

.wp_mailform_btn input:hover {
    background: #EC8D00;
}

.wp_mailform_btn input.mailform_back {
    background: #9E9E9E;
}

.wp_mailform_btn input.mailform_reedit {
    background: #c5c5c5;
    margin-left: 0.5em;
}

#main td.formtd1 {
    background: #fbfaf3;
}

#top-plan .contents-inner.top-bonus {
    text-align: left;
    flex-flow: initial;
}

#top-plan .contents-inner.top-bonus img {
    width: 550px;
}

#top-plan .contents-inner.top-bonus .imgbox {
    margin-right: 2rem;
    padding-top: 1rem;
}

#top-plan .contents-inner.top-bonus p {
    line-height: 1.5rem;
    font-size: .9rem;
}

#top-plan .contents-inner.top-bonus h3 {
    padding: 0;
    font-size: 1rem;
}

#top-plan hr {
    width: 1000px;
    color: #ccc;
    border-color: white;
    margin: 2rem auto 1rem;
}

#top-campaign {
    display: flex;
    margin: 0 auto 2rem;
    flex-wrap: wrap;
    width: 1000px;
}

.top-campaign-article {
    border: 1px solid #ccc;
    padding: 3px;
    box-sizing: border-box;
    width: 31%;
    margin: 0 1% 1rem;
}

.top-campaign-article p {
    margin: 0;
    height: 108px;
    background: #efefef;
    overflow: hidden;
}

.top-campaign-article p.top-campaign-article-link {
    margin: 0;
    padding: 0.5em;
    background: #fff;
    height: auto;
    line-height: 1.5em;
    font-size: 0.9em;
}

.top-campaign-article p.top-campaign-article-link a {
    vertical-align: middle;
    display: inherit;
    height: auto;
    color: #444;
}

.top-campaign-article img {
    width: 100%;
    vertical-align: top;
}

.banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3em;
}

.banner-box {
    width: 24%;
    border: 2px solid #F74E14;
    box-sizing: border-box;
    margin-bottom: 1em;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.banner-box a {
    display: block;
    color: #444;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0;
}

.banner-box a:hover {
    text-decoration: none;
    background: #fff5e7;
}

.banner-box a:hover img {
    opacity: 1;
}

.banner-box p {
    padding: 0;
    margin: 0;
}

span.banner-title1 {
    display: block;
    /* font-weight: bold; */
    font-size: 0.8em;
    margin-bottom: 0.3em;
}

span.banner-title2 {
    font-size: 1.1em;
    font-weight: bold;
}

.banner-box img {
    display: block;
    width: 40%;
    margin: 0 auto 0.5em;
}

#footer-section {
    background: #eee;
    border-top: 0.9px solid #ddd;
}

#footer-section .f-flx {
    display: flex;
    font-size: 0.9em;
}

@media screen and (max-width: 768px) {
    #footer-section .f-flx {
        display: block;
        padding: 0 2em;
    }
}

#footer-section .f-flx-box {
    flex: 1;
}

#footer-section .f-flx .f-flx-box3 {
    flex: 0.5;
}

.section-in {
    width: 940px;
    margin: 0 auto;
    padding: 30px 50px 40px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .section-in {
        width: auto;
        padding: 2em 15px;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .section-in {
        width: auto;
        padding: 15px;
    }
}

#footer-section h3 {
    font-size: 1em;
    color: #777;
}

.footerlink {
    list-style: none;
    border-left: 1px solid #ddd;
    padding-left: 1.5em;
    text-align: left;
}

.footerlink li {
    display: block;
    padding: 0;
    margin-bottom: 0.5em;
}

.footerlink li:before {
    content: '\f0da';
    color: #f74e14;
    font-family: "Font Awesome 5 free";
    margin-right: 0.5em;
    font-size: 14px;
    font-weight: 900;
}

.footerlink li a {
    color: RGB(15, 15, 30);
    font-size: 0.9rem;
}

#footer-sns {
    text-align: left;
    margin-bottom: 2em;
}

#footer-sns a {
    margin: 0 0.5em 0.5em;
    color: #444;
    display: block;
}

#footer-sns i {
    margin-right: 0.5em;
}

p.address {
    color: #fff;
    font-size: 0.7em;
    margin-top: 1em;
    background: #444;
    padding: 0.5em 0;
    text-align: center;
    margin-bottom: 0;
}


/*-------------------------------------------------------------------
TOP-price
-------------------------------------------------------------------*/

.price-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-table-free {
    background: #fff;
    width: 24%;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 1em;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.price-table-premire {
    background: #fff;
    width: 24%;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 1em;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.price-table-premire-title,
.price-table-free-title {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    background: #f74e14;
    border-radius: 3px;
    padding: 0.7em 0 0.5em;
}

.price-table-free-title {
    color: #707070;
    background: #e0e0e0;
}

span.ptpt-sub {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

.price-table-premire-cap,
.price-table-free-cap {
    text-align: center;
    font-weight: bold;
    color: #f74e14;
    font-size: 1.1em;
    line-height: 1.1em;
    padding-top: 1em;
}

.price-table-free-cap {
    color: #777;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 1.4rem;
}

span.cap-large {
    font-size: 2em;
}

.price-table-premire p,
.price-table-free p {
    text-align: center;
    color: #666;
    font-weight: bold;
}

.cap-small {
    font-weight: normal;
    font-size: 1rem;
    display: block;
    margin-top: 0.4em;
}

.price-table-free hr,
.price-table-premire hr {
    border: 0;
    border-top: 0.9px solid #e0e0e0;
}

.price-table-free ul,
.price-table-premire ul {
    font-size: 0.8rem;
    color: #888;
    padding-left: 2rem;
}

.teranews.news dt {
    border-bottom: 0.9px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
}

span.news-tag-i,
span.news-tag-m,
span.news-tag-t,
span.new-icon {
    color: #fff;
    font-size: 10px;
    display: inline-block;
    min-width: 85px;
    text-align: center;
    vertical-align: top;
    line-height: 1rem;
    height: 1rem;
    margin: 0 .5rem;
}

span.news-tag-i {
    background: #00a2d9;
    border: 1px solid #008bbb;
}

span.news-tag-m {
    background: #f74e14;
    border: 1px solid #cd3704;
}

span.news-tag-t {
    background: #f6c600;
    border: 1px solid #fdce0D;
}

span.new-icon {
    background: #F44336;
    border: 1px solid #FF5722;
    min-width: 40px;
    margin-left: 1em;
}


/*-------------------------------------------------------------------
Pricetable for mediaquery
-------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    .price-table-free {
        width: 49%;
        font-size: 0.9em;
        margin-bottom: 2%;
    }
    .price-table-premire {
        width: 49%;
        font-size: 0.9em;
        margin-bottom: 2%;
    }
    span.cap-small {
        font-size: 0.8em;
        padding-top: 10px;
        display: block;
    }
    .price-table-premire p,
    .price-table-free p {
        font-size: 0.9em;
    }
}