@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0;
}
body {
    line-height: 1;
    color: #212121;
    font-family: 'メイリオ',Meiryo,verdana,Hiragino Sans,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
    font-size: 12px;
    word-break: break-all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
li,
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
a {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: 0 0;
    color: #0085cc;
    text-decoration: none;
}
img {
    vertical-align: top;
}
cite,
em,
var {
    font-style: normal;
}
ins {
    text-decoration: none;
}
mark {
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
caption {
    text-align: left;
}
hr {
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ddd;
}
input,
select {
    vertical-align: middle;
}
button,
input,
select,
textarea {
    font-family: 'メイリオ',Meiryo,verdana,Hiragino Sans,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
    font-size: 100%;
}
@media screen and (max-width:767px) {
    body.beginners {
        font-size: 14px;
    }
}
a:hover {
    text-decoration: underline;
}
input[type=email],
input[type=password],
input[type=text] {
    border: 1px solid #dbdbdb;
}
.hide_txt {
    display: block;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
#Page {
    background-color: #eee;
    overflow-x: hidden;
    min-width: 980px;
}
#Contents {
    width: 940px;
    margin: 0 auto;
}
#Main {
    width: 640px;
    float: left;
}
#Main.one_column {
    width: 940px;
    float: none;
    margin-bottom: 90px;
}
#Sub {
    width: 280px;
    float: right;
}
#GlobalHeader {
    height: 200px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    background-color: #fff;
}
#GlobalHeader .catch {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 9px 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 83.3%;
}
#GlobalHeader .catch h1 {
    font-weight: 100;
}
#GlobalHeader .utility_navi {
    position: absolute;
    top: 10px;
    right: 0;
    color: #8f8f8f;
    font-size: 83.3%;
}
#GlobalHeader .utility_navi li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #8f8f8f;
}
#GlobalHeader .utility_navi li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
#GlobalHeader .logo {
    position: absolute;
    top: 58px;
    left: 0;
}
#GlobalHeaderInner {
    width: 940px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}
#GlobalNavi {
    position: absolute;
    bottom: 0;
    left: 0;
}
#GlobalNavi ul li {
    width: 140px;
    float: left;
}
#GlobalNavi ul li a {
    height: 22px;
    padding-top: 10px;
}
#GlobalNavi ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#GlobalNavi ul li a.current {
    color: #00a2a4;
    background-color: #fff;
}
#GlobalNavi ul li a.current:hover {
    opacity: 1;
}
.beginners #GlobalNavi ul li.gnav01 {
    width: 140px;
}
.beginners #GlobalNavi ul li.gnav02 {
    width: 160px;
}
.beginners #GlobalNavi ul li.gnav03 {
    width: 250px;
}
.beginners #GlobalNavi ul li.gnav04 {
    width: 90px;
}
.beginners #GlobalNavi ul li.gnav05 {
    width: 60px;
}
.beginners #GlobalNavi ul li.gnav06 {
    width: 140px;
}
.beginners #GlobalNavi ul li.gnav07 {
    width: 100px;
}
.ecsite #GlobalNavi ul li {
    width: 140px;
}
#GlobalNaviInner ul li a {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #4cbebe;
}
#GlobalNaviInner .gnav07 a {
    background-color: #a876d6;
}
#GlobalHeader .sp_header_menu,
#GlobalNaviInner .gnav_en {
    display: none;
}
#GlobalHeader .login {
    width: 606px;
    position: absolute;
    top: 38px;
    right: 0;
    text-align: right;
}
#GlobalHeader .login_area {
    width: 298px;
    display: inline-block;
}
.login_tablist {
    display: none;
}
#TopicPath {
    width: 940px;
    margin: 20px auto;
}
#GlobalFooter .footer_row_01 {
    width: 940px;
    margin: 0 auto;
}
#GlobalFooter .footer_row_02 {
    -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.1);
    padding: 35px 0;
    background-color: #fff;
}
/* #GlobalFooter .footer_row_02_inner {
    width: 940px;
    margin: 0 auto;
    background: url("/img/common/footer_logo.gif") left bottom no-repeat;
} */

#GlobalFooter .footer_row_02_inner {
  width: 940px;
  margin: 0 auto;
  background: url(/img/common/footer_logo_retina160.png) left bottom no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
#GlobalFooter .footer_row_02_inner {
  background:url(/img/common/footer_logo_retina160@2x.png) left bottom no-repeat;
  background-size: 160px auto;
}
}
#GlobalFooter .catch {
    width: 640px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #777;
}
#GlobalFooter .pagetop {
    margin-bottom: 15px;
    text-align: right;
}
#GlobalFooter .pagetop a {
    display: inline-block;
    padding-left: 20px;
    background: url("/img/common/arrow_pagetop.png") 0 center no-repeat;
}
#GlobalFooter .footer_navi {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
#GlobalFooter .footer_navi ul li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #6b6b6b;
}
#GlobalFooter .footer_navi ul li:first-child {
    border-left: 0;
}
#GlobalFooter .utility_navi {
    margin-bottom: 5px;
    margin-left: 180px;
}
#GlobalFooter .utility_navi ul li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #6b6b6b;
}
#GlobalFooter .copyright {
    margin-left: 180px;
}
a.external:after {
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url("/img/common/icon_external.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}
a.external_white:after {
    width: 12px;
    height: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url("/img/common/icon_external_w.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.section {
    line-height: 1.5;
    position: relative;
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 20px;
}
.section h3 {
    margin-top: 45px;
    font-size: 166.6%;
}
.section h4 {
    margin-top: 20px;
    font-size: 125%;
}
.section h5,
.section h6 {
    margin-top: 20px;
}
.section p {
    margin-top: 20px;
    line-height: 1.8;
}
.section dl,
.section ol {
    margin-top: 15px;
}
.section ol li {
    margin-left: 2em;
    list-style-type: decimal;
}
.section ul {
    margin-top: 15px;
}
.section ul li {
    margin-left: 2em;
    list-style-type: disc;
}
.section table {
    margin-top: 15px;
}
.section th {
    text-align: left;
}
.section iframe {
    margin-top: 15px;
}
.section .figure {
    margin-top: 20px;
    text-align: center;
}
.section .figure .figure_head {
    margin-bottom: 10px;
    font-size: 100%;
    text-align: left;
}
.section .figure_r {
    float: right;
    margin-left: 20px;
}
.section .figure_l {
    float: left;
    margin-left: 20px;
}
.section .figure_double {
    margin: 0 -15px;
}
.section .figure_double .figure {
    float: left;
    margin: 0 15px;
}
.section h3,
.section h4,
.section h5,
.section h6 {
    font-weight: 200;
}
.section_header {
    font-weight: 200;
    margin: 0 -25px 10px;
    font-size: 133.3%;
}
.section .section_header+p {
    margin-top: 10px;
}
.section .article_header+h3 {
    margin-top: 15px;
}
.section h4+p {
    margin-top: 5px;
}

.section .read_more {
    position: absolute;
    top: auto;
    right: 20px;
    margin: 0;
    line-height: 1;
}

.section_block{
  margin-bottom: 20px;
}

.btn_blue,
.btn_green,
.btn_orange,
.btn_pink,
.btn_purple {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 150%;
}
.btn_blue:hover,
.btn_green:hover,
.btn_orange:hover,
.btn_pink:hover,
.btn_purple:hover,
.btn_white:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn_green {
    -webkit-box-shadow: 0 3px 0 0 #48a9ab;
    box-shadow: 0 3px 0 0 #48a9ab;
    background-color: #52c4c5;
}
.btn_blue {
    -webkit-box-shadow: 0 3px 0 0 #5086bf;
    box-shadow: 0 3px 0 0 #5086bf;
    background-color: #91bdeb;
}
.btn_orange {
    -webkit-box-shadow: 0 3px 0 0 #e18e01;
    box-shadow: 0 3px 0 0 #e18e01;
    background-color: #fb9e01;
}
.btn_purple {
    -webkit-box-shadow: 0 3px 0 0 #9a62c7;
    box-shadow: 0 3px 0 0 #9a62c7;
    background-color: #c885ff;
}
.btn_pink {
    -webkit-box-shadow: 0 3px 0 0 #cc6e71;
    box-shadow: 0 3px 0 0 #cc6e71;
    background-color: #ff85ad;
}
.btn_white {
    display: inline-block;
    border: 1px solid #0092e6;
    border-radius: 3px;
    color: #0092e5;
    text-align: center;
    padding: 15px 0;
    font-size: 150%;
    -webkit-box-shadow: 0 3px 0 0 #0084d6;
    box-shadow: 0 3px 0 0 #0084d6;
    background-color: #fff;
}
.pagination > ul {
    text-align: center;
    margin-top: 15px;
}
.pagination > ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 2px;
    padding: 3px 0;
}
.pagination li a {
    display: block;
    height: 100%;
}
.pagination .next,
.pagination .prev {
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
    font-size: 109%;
    background-color: #eee;
}
.category-label {
    display: inline-block;
    width: 88px;
    padding: 3px 0 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.cat-archive .category-label,
.knowhow .category-label,
.tag-archive .category-label {
    margin-bottom: 2px;
}
.category-label-beginner {
    background-color: #afcc56;
}
.category-label-middle {
    background-color: #56cc9a;
}
.category-label-advanced {
    background-color: #56bbcc;
}
.category-label-affcmp,
.category-label-event,
.category-label-special {
    background-color: #ff8080;
}
.category-label-newfeature,
.category-label-news,
.category-label-release,
.category-label-seminar {
    background-color: #5f97e3;
}
.article_header {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    position: relative;
    margin: 0 -20px 0 -48px;
    padding: 12px 25px;
    font-size: 150%;
    font-weight: 200;
    background-color: #b8edeb;
}
.article_header:after {
    width: 8px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-image: url("/img/common/article_header_bg.png");
    background-repeat: no-repeat;
}
.ecsite .article_header {
    background-color: #e8ccff;
}
.ecsite .article_header:after {
    background-image: url("/img/common/article_header_bg_ec.png");
}
.regist_section {
    margin-bottom: 35px;
}
.regist_section .regist {
    margin-bottom: 20px;
    text-align: center;
}
.regist_section .regist a {
    width: 280px;
    padding: 22px 0;
}
.regist_section .how_to_regist {
    margin-bottom: 35px;
    text-align: center;
}
.regist_section ul {
    text-align: center;
}
.regist_section ul li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #6b6b6b;
}
.regist_section ul li:first-child {
    border-left: 0;
}
.regist_section .inline {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.regist_section .inline a {
    padding: 27px 0;
}
.regist_section .inline2 {
    display: inline-block;
    margin: auto 15px;
    line-height: 1.25;
    font-size: 86%;
}
.regist_section .inline2 a {
    padding: 17px 0 16px;
}
.other_service_regist {
    text-align: center;
    margin: 35px auto;
}
.other_service_regist li {
    float: left;
    width: 290px;
    margin-left: 20px;
    margin-right: -10px;
}
.other_service_regist li a {
    display: block;
    font-size: 13px;
}
.other_service_regist li a img {
    margin-bottom: 15px;
    text-align: right;
}
.other_service_regist li p a {
    text-align: left;
    padding-top: 5px;
    line-height: 1.6em;
}
.go_back_index {
    text-align: right;
}
.want_to_start {
    text-align: center;
}
.want_to_start .regist {
    margin: 15px -20px 20px;
}
.want_to_start .regist a {
    width: 100%;
}
.want_to_start .regist a.ecApp {
    padding-top: 22px;
    padding-bottom: 22px;
}
.want_to_start .regist .regist_index {
    margin: 0 -20px;
    line-height: 170%;
}
.want_to_start .regist .regist_index .section_header {
    margin-bottom: 15px;
}
.want_to_start .regist .regist_index a span {
    font-size: 80%;
}
.want_to_start .request {
    margin: 15px -20px 20px;
}
.want_to_start .request a {
    width: 100%;
    padding-top: 19px;
    font-size: 128%;
    line-height: 1.2;
}
.want_to_start .request_index a {
    padding: 20px 0 18px;
    font-size: 150%;
    line-height: 1;
}
.want_to_start .request_index a span {
    font-size: 80%;
}
.want_to_start .request_index .section_header {
    margin-top: 30px;
    margin-bottom: 15px;
}
.want_to_start .how_to_regist {
    text-align: center;
}
.want_to_start ul {
    margin: 0 -20px -10px;
}
.want_to_start ul li {
    list-style: none;
    margin-top: 10px;
    margin-left: 0;
}
.want_to_start ul li a {
    display: inline-block;
    padding-left: 20px;
    background-position: 0 center;
    background-repeat: no-repeat;
}
.want_to_start ul li.about a {
    background-image: url("/img/common/icon_beginner.png");
}
.want_to_start ul li.corporation a {
    background-image: url("/img/common/arrow01.png");
}
.want_to_start ul li.advertising a {
    background-image: url("/img/common/arrow02.png");
}
.term_of_use {
    padding: 15px 24px 20px;
}
.term_of_use .section_header {
    margin: 0 -5px 10px;
}
.term_of_use ul li {
    list-style: none;
    margin-top: 15px;
    margin-left: 0;
}
.facebook_like_box {
    margin-bottom: 20px;
    background-color: #fff;
}
.facebook_text_link a {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 4px 0 3px 40px;
    background: url("/img/common/sp/icon_facebook.png") 0 0/25px auto no-repeat;
}
.twitter_official_account a {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 4px 0 3px 40px;
    background: url("/img/common/icon_twitter.png") 0 0/25px auto no-repeat;
}
.content-nav-wrap ul,
.theme-nav-wrap ul,
.topics-side-wrap ul {
    margin: 0;
    padding: 0;
}
.content-nav-wrap ul li,
.theme-nav-wrap ul li,
.topics-side-wrap ul li {
    list-style-type: none;
    margin-left: 0;
}
.section.topics-side-wrap {
    padding: 15px 8px 15px 19px;
}
.section.topics-side-wrap .topics-side-title {
    margin: 0 -5px 10px;
    font-size: 133.3%;
    font-weight: 200;
}
.topics-item {
    margin-bottom: 15px;
}
.topics-item.topics-list-archive {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    margin: 0;
}
.how_to_regist p {
    text-align: center;
}
.section.content-nav-wrap {
    padding: 9px 0!important;
}
.content-nav .content-nav-list {
    margin: 0;
}
.content-nav h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
}
.content-nav h2 a {
    display: block;
    padding: 8px 20px 6px;
}
.content-nav h2.active {
}
.content-nav h2.active a {
    color: #333;
}
.content-nav .content-nav-list+h2 {
    margin-top: 9px;
}
.content-nav .content-nav-list-item {
    line-height: 1.5;
}
.content-nav .content-nav-list-item a {
    display: block;
    padding: 5px 20px 5px 30px;
}
.content-nav .content-nav-list-item.active {
}
.content-nav .content-nav-list-item.active a {
    color: #333;
}
.theme-nav-wrap {
    padding: 15px 24px 0;
}
.theme-nav h2 {
    margin: 0 -5px 10px;
    font-size: 133.3%;
    font-weight: 200;
}
.theme-nav-list-item {
    margin-bottom: 10px;
}
.theme-nav-list-item a {
    display: inline-block;
    padding: 3px 4px 2px;
    border: 1px solid #eee;
    background-color: #eee;
}
.section.want-to-start {
    padding: 15px 24px;
}
.section.want-to-start .want-to-start-title {
    font-size: 133.3%;
    font-weight: 200;
    text-align: center;
}
.section.want-to-start .regist {
    margin: 10px -5px 20px;
}
.section.want-to-start .btn_green {
    display: block;
    padding: 15px 0 12px;
    font-size: 14px;
}
.section.want-to-start .btn_green em {
    font-size: 18px;
}
.sns {
    position: absolute;
    width: 140px;
    top: 0;
    right: 20px;
}
.twitter {
    width: 65px;
    position: absolute;
    left: 0;
}
.facebook {
    width: 65px;
    position: absolute;
    left: 80px;
}
@media screen and (max-width:767px) {
    body.is-mobile {
        -webkit-text-size-adjust: 100%;
    }
    .beginners #Page {
        overflow-x: visible;
        min-width: inherit;
    }
    .beginners #Contents {
        width: auto;
        margin: auto;
    }
    .beginners #Main,
    .beginners #Sub {
        width: auto;
        float: none;
    }
    .beginners #GlobalHeader {
        height: 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
        background-color: transparent;
    }
    .beginners #GlobalHeader .catch,
    .beginners #GlobalHeader .utility_navi {
        display: none;
    }
    .beginners #GlobalHeader .logo {
        top: 0;
    }
    .beginners #GlobalHeader .logo img {
        width: 131px;
        margin: 8px 0 0 8px;
    }
    .beginners #GlobalHeaderInner {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
        z-index: 1001;
    }
    .beginners #GlobalNavi {
        display: none;
    }
    .beginners #GlobalNaviInner {
        background-color: #fff;
    }
    .beginners #GlobalNaviInner ul li {
        display: table;
        float: none;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .beginners #GlobalNaviInner ul li a {
        display: table-cell;
        height: 44px;
        padding-top: 0;
        vertical-align: middle;
    }
    .beginners #GlobalNaviInner ul li a.current {
        color: #00a2a3;
        background-color: #fff;
    }
    .beginners #GlobalNaviInner .gnav08,
    .beginners #GlobalNaviInner .gnav_en {
        display: table;
    }
    .beginners #GlobalNaviInner .gnav_en a {
        color: #0085cc;
        background-color: #fff;
    }
    .beginners #GlobalHeader .sp_header_menu {
        display: block;
        position: absolute;
        right: 8px;
        top: 9px;
    }
    .beginners .menu_area {
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 1100;
    }
    .beginners .sp_header_menu_item {
        display: block;
        float: left;
        width: 33px;
        height: 31px;
        margin-right: 16px;
        background: url("/img/common/sp/icon_menu_spr.png") 0 0/auto 31px no-repeat;
    }
    .beginners .sp_header_menu_item:last-child {
        margin-right: 0;
    }
    .beginners .sp_header_menu_item a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .beginners .sp_header_menu_regist {
        background-position: -117px 0;
    }
    .beginners .sp_header_menu_login {
        background-position: -77px 0;
    }
    .beginners .sp_header_menu_gnav {
        background-position: 0 0;
    }
    .beginners .sp_header_menu_gnav.is-active {
        background-position: -39px 0;
    }
    #GlobalHeader .login {
        width: auto;
        top: auto;
        right: auto;
        text-align: right;
    }
    #loginForm {
        display: none;
    }
    #loginFormInner {
        margin: 3px;
    }
    .menu_area .login_area {
        width: 100%;
        display: block;
    }
    .login_tablist,
    .menu_area .login_area:nth-child(2)~.login_area {
        display: none;
    }
    #frame1,
    #frame2 {
        width: 100%;
        min-height: 270px;
        padding-top: 5px;
        background-color: #fff;
    }
    .login_tablist {
        display: table;
        width: 100%;
    }
    .login_tab {
        position: relative;
        top: 2px;
        display: table-cell;
        width: 50%;
        height: 44px;
        text-align: center;
        vertical-align: bottom;
    }
    .login_tab.is-active {
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .login_tab .login_btn {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 3px;
        text-decoration: none;
        font-size: 92%;
        background-color: #eee;
    }
    .login_tab .login_btn span {
        display: inline-block;
        padding-top: 15px;
    }
    .login_tab.is-active .login_btn {
        margin-top: 0;
        background-color: #fff;
    }
    .login_tab.is-active .login_btn span {
        padding-top: 13px;
    }
    .login_as .login_btn {
        color: #00a2a3;
        -webkit-box-shadow: inset -1px -2px 2px rgba(173,173,173,.25);
        box-shadow: inset -1px -2px 2px rgba(173,173,173,.25);
    }
    .login_as.is-active .login_btn {
        border-top: 4px solid #00a2a3;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .login_ec .login_btn {
        color: #9a62c7;
        -webkit-box-shadow: inset 1px -2px 2px rgba(173,173,173,.25);
        box-shadow: inset 1px -2px 2px rgba(173,173,173,.25);
    }
    .login_ec.is-active .login_btn {
        border-top: 4px solid #9a62c7;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .login_close {
        position: absolute;
        top: -22px;
        right: 3px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url("/img/common/sp/icon_menu_close.png") 0 0/22px auto no-repeat;
    }
    .beginners #TopicPath {
        display: none;
    }
    .beginners #GlobalFooter {
        padding-bottom: 60px;
        background-color: #fff;
        -webkit-box-shadow: 0 -3px 3px rgba(127,127,127,.1);
        box-shadow: 0 -3px 3px rgba(127,127,127,.1);
    }
    .beginners #GlobalFooter .footer_row_01 {
        display: none;
    }
    .beginners #GlobalFooter .footer_row_02 {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 16px 0 0;
        background-color: transparent;
    }
    /* .beginners #GlobalFooter .footer_row_02_inner {
        width: auto;
        background: url("/img/common/footer_logo.gif") 10px top/121px auto no-repeat;
    } */

    .beginners #GlobalFooter .footer_row_02_inner {
      width: 940px;
      margin: 0 auto;
      background: url(/img/common/footer_logo_retina160.png) left bottom no-repeat;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2){
    .beginners #GlobalFooter .footer_row_02_inner {
      background:url(/img/common/footer_logo_retina160@2x.png) left bottom no-repeat;
      background-size: 160px auto;
    }
    }
    .beginners #GlobalFooter .catch,
    .beginners #GlobalFooter .footer_navi,
    .beginners #GlobalFooter .pagetop {
        display: none;
    }
    .beginners #GlobalFooter .utility_navi {
        min-height: 36px;
        margin: 0 0 0 140px;
        font-size: 85%;
    }
    .beginners #GlobalFooter .utility_navi ul li {
        float: left;
        margin: 0 0 8px;
        padding: 0;
        border: 0;
    }
    .beginners #GlobalFooter .utility_navi ul li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    .beginners #GlobalFooter .utility_navi ul li:after {
        content: '|';
        display: inline-block;
        margin: 0 1em;
    }
    .beginners #GlobalFooter .utility_navi ul li:last-child:after {
        content: '';
        font-size: 0;
        margin: 0;
    }
    .beginners #GlobalFooter .copyright {
        margin: 0 0 0 8px;
        clear: left;
        padding-top: 4px;
        font-size: 85%;
        color: #777;
    }
    .beginners .section {
        margin: 12px 4px;
        padding: 12px;
    }
    .beginners .section p {
        line-height: 1.8;
        margin: 12px 8px;
    }
    .beginners .section dl,
    .beginners .section ol {
        margin-top: 0;
    }
    .beginners .section ol li {
        margin-left: 0;
    }
    .beginners .section ul {
        margin: 0 8px;
    }
    .beginners .section ul li {
        margin-left: 0;
        list-style-type: none;
    }
    .beginners .section .figure,
    .beginners .section iframe {
        margin-top: 0;
    }
    .beginners .section .figure .figure_head {
        margin-bottom: 0;
        margin-top: 12px;
        font-size: 100%;
        text-align: left;
    }
    .beginners .section .figure_double {
        margin: 0;
    }
    .beginners .section .figure_double .figure {
        float: left;
        margin: 0;
    }
    .beginners .section_header {
        margin: 0;
        font-size: 100%;
    }
    h2.section_header {
        font-size: 116.6%;
    }
    .beginners .section h4,
    .beginners .section h5,
    .beginners .section h6 {
        margin-top: 0;
        font-size: 100%;
    }
    .beginners .section h3 {
        margin: 20px 0 12px;
        font-size: 115%;
    }
    .beginners .section .article_header+h3,
    .beginners .section .section_header+p,
    .beginners .section h4+p {
        margin-top: 0;
    }
    .beginners .btn_green,
    .beginners .btn_orange,
    .beginners .btn_pink,
    .beginners .btn_purple {
        display: inline-block;
        width: 100%;
        margin-bottom: 23px;
        padding: 8px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn_white {
        display: inline-block;
        width: 100%;
        color: #0085cc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .article-body a[class^=btn_] {
        font-size: 115%;
    }
    .beginners .article_header {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: -12px -12px 16px;
        padding: 12px;
        font-size: 100%;
        font-weight: 100;
        background-color: #b8edeb;
    }
    .beginners .article_header:after {
        content: none;
    }
    .beginners .section .comparison_table {
        width: 100%;
        margin-top: 0;
        border: 1px solid #eee;
    }
    .beginners .section .comparison_table thead {
        background: #00a2a3;
        color: #fff;
    }
    .beginners .section .comparison_table thead th {
        border-right: 1px solid #fff;
        text-align: center;
        font-weight: 400;
    }
    .beginners .section .comparison_table thead th:last-child {
        border-right-color: #eee;
    }
    .beginners .section .comparison_table tbody tr:nth-child(2n+1) {
        background-color: #eee;
    }
    .beginners .section .comparison_table tbody td {
        padding: 0 6px;
        border-right: 1px solid #eee;
    }
    .beginners .section .comparison_table tbody td:not(:first-child) {
        text-align: center;
        vertical-align: middle;
    }
    .beginners .section .comparison_table col#col-item-value {
        width: 32%;
    }
    .beginners .section .comparison_table col#col-item-name {
        width: 36%;
    }
    .beginners .section .toc {
        padding: 8px 12px;
        background-color: #eee;
    }
    .beginners .section .toc li {
        margin: 2px 0;
        line-height: 2;
    }
    .beginners .section .link_list {
        border-top: 2px solid #eee;
    }
    .beginners .section .link_list li {
        border-bottom: 1px solid #eee;
    }
    .beginners .section .link_list li:last-child {
        border-bottom-width: 2px;
    }
    .beginners .section .link_list li a {
        display: block;
        padding: 8px 6px;
        line-height: 2;
    }
    .beginners .section .link_list_2col:after {
        content: '';
        width: 100%;
        border-bottom: 2px solid #eee;
        display: block;
        clear: both;
        position: relative;
        top: -2px;
    }
    .beginners .section .link_list_2col li {
        display: table;
        width: 48.5%;
    }
    .beginners .section .link_list_2col li:nth-child(2n) {
        margin-left: 4px;
        float: right;
    }
    .beginners .section .link_list_2col li:nth-child(2n+1) {
        margin-right: 4px;
        float: left;
    }
    .beginners .section .link_list_2col li a {
        line-height: 1.5;
        height: 42px;
        display: table-cell;
        vertical-align: middle;
        padding: 4px 6px;
    }
    .regist_section .regist {
        margin: 20px 0 0;
    }
    .other_service_regist li {
        float: none;
        width: 260px;
        margin: auto;
    }
    .other_service_regist li a img {
        margin-bottom: 5px;
    }
    .beginners .read_more {
        position: static;
        margin: 12px 8px 8px 8px!important;
        padding: 6px 0 0;
        border-top: 1px solid #eee;
    }
    .beginners .read_more p {
        margin: 4px 0;
    }
    .beginners .link_list .read_more {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .beginners .link_list .read_more p {
        margin-bottom: 0;
        border-top: 0;
    }
    .theme-nav h2,
    .topics-side-wrap .topics-side-title {
        font-size: 100%;
    }
    .section.want-to-start .want-to-start-title {
        font-size: 116.6%;
    }
    .section.content-nav-wrap .content-nav-list {
        margin: 0;
    }
    .topics-item.topics-list-archive {
        position: static;
        margin: 12px 8px;
        padding: 12px 0 0;
        border-top: 1px solid #eee;
    }
    .content-nav-wrap .content-nav h2 {
        font-size: 109%;
    }
    .content-nav .content-nav-list+h2 {
        margin-top: 15px;
    }
    .content-nav .content-nav-list-item a {
        padding: 7px 20px 7px 30px;
    }
    .beginners .want_to_start {
        text-align: center;
    }
    .beginners .want_to_start .section_header {
        font-size: 116.6%;
    }
    .beginners .want_to_start .regist {
        margin: 0;
    }
    .beginners .want_to_start .regist a {
        width: 100%;
        margin: 0 0 12px;
    }
    .beginners .want_to_start .regist a.ecApp {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .beginners .want_to_start .regist_index {
        margin: 0;
    }
    .beginners .want_to_start .regist_index a {
        margin: 8px 0 12px;
    }
    .beginners .want_to_start .request {
        margin: 0;
    }
    .beginners .want_to_start .request a {
        padding-top: 19px;
        font-size: 125%;
        line-height: 1.2;
    }
    .beginners .want_to_start .request_index a {
        font-size: 125%;
        line-height: 1.2;
        padding: 10px 0 8px;
        margin: 8px 0 12px;
    }
    .beginners .want_to_start .request_index a span {
        font-size: 80%;
    }
    .beginners .want_to_start .request_index .section_header {
        margin: 12px 0 0;
        font-size: 116.6%;
    }
    .beginners .want_to_start .how_to_regist {
        text-align: center;
    }
    .beginners .want_to_start ul {
        margin: 0;
    }
    .beginners .want_to_start ul li {
        list-style: none;
        margin-top: 12px;
    }
    .beginners .want_to_start ul li a {
        display: inline-block;
        padding-left: 0;
        background: 0 0;
    }
    .beginners .want_to_start ul li.about a,
    .beginners .want_to_start ul li.advertising a,
    .beginners .want_to_start ul li.corporation a {
        background-image: none;
    }
    .beginners .want_to_start_sp {
        text-align: center;
    }
    .beginners .want_to_start_sp .request_index {
        margin-top: 20px;
    }
    .beginners .facebook_text_link {
        display: block;
    }
    .beginners .facebook_text_link,
    .beginners .twitter_official_account {
        margin: 16px 8px;
    }
    .backtotop {
        display: none;
        position: fixed;
        bottom: 16px;
        right: 8px;
    }
    .backtotop a {
        display: block;
        width: 44px;
        height: 44px;
        background: url("/img/common/sp/icon_backtotop.png") 13px 17px/18px auto no-repeat #51babb;
        text-align: center;
        opacity: 0.9;
    }
    .pagination > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .pagination > ul li {
        display: inline-block;
        width: 24px;
        height: 28px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        margin: 0 2px;
        padding: 3px 0;
    }
    .pagination li a,
    .pagination li span {
        display: block;
        height: 100%;
    }
    .pagination .next,
    .pagination .prev {
        display: inline-block;
        width: 100%;
        padding-bottom: 2px;
        font-size: 109%;
        background-color: #eee;
    }
    .pagination ul.page-numbers li {
        margin: 0 2px;
    }
    .pagination ul.page-numbers {
        margin: 0;
    }
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
    }
}
@media screen and (max-width:359px) {
    .pagination ul.page-numbers {
        margin: 0 -8px;
    }
}
#SimpleHeader_res {
    height: 80px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    background-color: #fff;
}
#SimpleHeader_res.withOutNavi {
    height: 40px;
}
#SimpleHeaderInner {
    width: 940px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
#SimpleHeader_res.withOutNavi #SimpleHeaderInner {
    height: 40px;
}
#SimpleHeader_res .catch {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 9px 0;
    font-size: 83.3%;
}
#SimpleHeader_res .catch h1 {
    font-weight: 200;
}
#SimpleHeader_res .utility_navi {
    position: absolute;
    top: 15px;
    right: 0;
    color: #777;
}
#SimpleHeader_res .utility_navi li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #777;
}
#SimpleHeader_res .utility_navi li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
#SimpleHeader_res .logo {
    position: absolute;
    top: 9px;
    left: 0;
}
#SimpleHeader_res .logo img {
    width: 95px;
    height: auto;
}
#SimpleFooter_res .footer_row_01 {
    width: 940px;
    margin: 0 auto;
}
#SimpleFooter_res .footer_row_02 {
    padding: 35px 0;
    -webkit-box-shadow: 0 -2px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.1);
    background-color: #fff;
}
/* #SimpleFooter_res .footer_row_02_inner {
    width: 940px;
    margin: 0 auto;
    background: url("/img/common/footer_logo.gif") left bottom no-repeat;
} */

#SimpleFooter_res .footer_row_02_inner {
  width: 940px;
  margin: 0 auto;
  background: url(/img/common/footer_logo_retina160.png) left bottom no-repeat;
}

@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx){
#SimpleFooter_res .footer_row_02_inner {
  background:url(/img/common/footer_logo_retina160@2x.png) left bottom no-repeat;
  background-size: 160px auto;
}
}

#SimpleFooter_res .catch {
    width: 640px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #777;
}
#SimpleFooter_res .pagetop {
    margin-bottom: 15px;
    text-align: right;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}
#SimpleFooter_res .pagetop p {
    text-align: right;
}
#SimpleFooter_res .pagetop a {
    background: url("/img/common/arrow_pagetop.png") 0 center no-repeat;
    display: block;
    width: 60px!important;
    height: 60px;
    padding: 0;
    background-image: url(/img/event/common/backtoarrow.png)!important;
    background-size: 60px 60px!important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#SimpleFooter_res .footer_navi {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
#SimpleFooter_res .footer_navi ul li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #777;
}
#SimpleFooter_res .footer_navi ul li:first-child {
    border-left: 0;
}
#SimpleFooter_res .footer_links {
    display: inline-block;
    width: 300px;
    margin-left: 10px;
    vertical-align: top;
    text-align: left;
}
#SimpleFooter_res .footer_links dt {
    line-height: 1;
    margin: 15px 0 8px;
    font-weight: 700;
}
#SimpleFooter_res .footer_links dd {
    line-height: 2;
    margin-left: 0.5em;
}
#SimpleFooter_res .utility_navi {
    margin-bottom: 5px;
    margin-left: 180px;
}
#SimpleFooter_res .utility_navi ul li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #777;
}
#SimpleFooter_res .utility_navi ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
#SimpleFooter_res .copyright {
    margin-left: 180px;
}
.content-main {
    float: left;
    width: 640px;
}
.content-sub {
    float: right;
    width: 280px;
}
.content-title {
    position: relative;
    margin: 30px 0 0 -28px;
    padding: 12px 25px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    font-size: 150%;
    font-weight: 200;
    background-color: #b8edeb;
}
.content-title:after {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 8px;
    height: 5px;
    background-image: url("/img/common/article_header_bg.png");
    background-repeat: no-repeat;
    content: '';
}
.section {
    padding: 15px 19px 30px;
}
.content-sub .section {
    padding-bottom: 15px;
}
.article-info {
    text-align: right;
}
.article-body::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.content-body .article-body {
    line-height: 1.8;
}
.content-body .article-body h2 {
    clear: both;
    margin: 35px 0 15px;
    padding: 2px 0 1px 10px;
    border-left: 8px solid #b8edeb;
    font-size: 18px;
    font-weight: 200;
}
.content-body .article-body h2:first-of-type {
    margin-top: 15px;
}
.content-body .article-body h3 {
    margin-top: 20px;
    font-size: 133.3%;
    font-weight: 200;
}
.content-body .article-body h4 {
    font-size: 125%;
    font-weight: 200;
}
.beginners .content-body .article-body ul {
    margin-left: 0;
}
.beginners .content-body .article-body ul li {
    list-style-type: disc;
}
.content-body .article-body table {
    width: 100%;
    margin-top: 15px;
}
.content-body .article-body td {
    padding: 5px;
    border: 1px solid #eee;
    border-collapse: collapse;
}
.content-body .article-body th {
    padding: 5px;
    border: 1px solid #eee;
    border-collapse: collapse;
    font-size: 117%;
    font-weight: 200;
    text-align: center;
}
.content-body .article-body p:not([class|=align]),
.content-body .article-body table {
    clear: both;
}
.article-body .article-cover img {
    width: 100%;
    height: auto;
}
.article-body p > img {
    max-width: 100%;
    height: auto;
}
.article-body a[class^=btn_] {
    padding: 10px 14px;
    font-size: 125%;
}
.article-body .align-col2-l {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-top: 15px;
    padding-left: 2%;
}
.article-body .align-col2-r {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    margin-top: 15px;
    padding-left: 2%;
}
.article-body .align-col2-l img,
.article-body .align-col2-r img {
    max-width: 290px;
    height: auto;
}

.article-body .align-col2-l a,
.article-body .align-col2-r a {
    width: 250px;
}



.article-body .align-col3-l1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col3-r2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 66.7%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col3-l2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 66.7%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col3-r1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 33.3%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col3-l1 img,
.article-body .align-col3-r1 img {
    max-width: 190px;
    height: auto;
}
.article-body .align-col3-l2 img,
.article-body .align-col3-r2 img {
    max-width: 390px;
    height: auto;
}
.article-body .align-col4-l1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col4-r3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 75%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col4-l3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 75%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col4-r1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 25%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col4-l1 img,
.article-body .align-col4-r1 img {
    max-width: 140px;
    height: auto;
}
.article-body .align-col4-l3 img,
.article-body .align-col4-r3 img {
    max-width: 440px;
    height: auto;
}
.article-body div[class|=align] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.article-body div[class|=align] > p:first-child {
    margin-top: 0;
}
.article-body .featured-block {
    margin-top: 20px;
    padding: 0 20px 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 4px #eee;
    box-shadow: 0 2px 4px #eee;
}
.content-body .article-footer .theme-nav-list {
    margin: 30px 0;
}
.content-body .article-footer .theme-nav-list-item {
    display: inline-block;
    margin: 0 0 3px 3px;
}
.related-articles nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.related-articles .related-articles-title {
    font-size: 150%;
    margin: 35px 0 15px;
}
.related-articles .related-article-card {
    display: inline-block;
    width: 140px;
    margin: 0 10px 10px 0;
}
.related-articles .related-article-card:last-of-type {
    margin-right: 0;
}
.related-articles .related-article-card-thumbnail {
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
    border: 1px solid #ddd;
}
.related-articles .related-article-card-title {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.4;
}
.section-nav ul.section-nav-list {
    margin: 10px 0;
    padding: 0;
    text-align: left;
}
.section-nav .section-nav-list .section-nav-item {
    font-size: 13px;
    display: inline-block;
    margin: 8px 4px 0 0;
    padding: 0;
    border: 2px solid #ddd;
    text-align: center;
}
.section-nav-item a {
    display: block;
    margin: 0 auto;
    padding: 10px 10px 8px;
    background-repeat: no-repeat;
    background-position: 13px 15px;
    background-size: 13px 10px;
}
.article-archives {
    margin: 30px 0 10px;
}
.article-archives-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.article-group-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.article-group .article-card {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    margin: 0 30px 0 0;
    padding: 20px 0 15px;
    line-height: 1.5;
    background-color: #fff;
}
.article-group .article-card:nth-of-type(2n) {
    margin-right: 0;
}
h3.article-card-title {
    margin: 12px 0 4px;
    font-size: 14px;
    font-weight: 200;
}
.article-card-thumb {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #ddd;
}
p.article-card-excerpt {
    margin-top: 4px;
    line-height: 1.8;
    color: #444;
}
.article-card a:hover {
    text-decoration: none;
}
@media screen and (max-width:767px) {
    body {
        font-size: 14px;
    }
    #SimpleHeader_res {
        height: 50px;
    }
    #SimpleHeader_res .utility_navi {
        display: none;
    }
    #SimpleHeader_res .logo {
        position: absolute;
        top: 14px;
        left: 8px;
    }
    #SimpleHeaderInner {
        position: fixed;
        z-index: 1001;
        height: 50px;
        background-color: #fff;
    }
    #SimpleHeader_res #SimpleHeaderInner {
        width: 100%;
    }
    #GlobalNavi {
        display: none;
    }
    #GlobalNaviInner {
        background-color: #fff;
    }
    #GlobalNaviInner ul li {
        display: table;
        float: none;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    #GlobalNaviInner ul li a {
        display: table-cell;
        height: 44px;
        padding-top: 0;
        vertical-align: middle;
    }
    #GlobalNaviInner ul li a.current {
        color: #00a2a4;
        background-color: #fff;
    }
    #GlobalNaviInner .gnav08,
    #GlobalNaviInner .gnav_en {
        display: table;
    }
    #GlobalNaviInner .gnav_en a {
        color: #0085cc;
        background-color: #fff;
    }
    .sp_header_menu {
        display: block;
        position: absolute;
        right: 8px;
        top: 9px;
    }
    .menu_area {
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 1100;
    }
    .sp_header_menu_item {
        display: block;
        float: left;
        width: 33px;
        height: 31px;
        margin-right: 16px;
        background: url("/img/common/sp/icon_menu_spr.png") 0 0/auto 31px no-repeat;
    }
    .sp_header_menu_item:last-child {
        margin-right: 0;
    }
    .sp_header_menu_item a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sp_header_menu_regist {
        background-position: -117px 0;
    }
    .sp_header_menu_login {
        background-position: -77px 0;
    }
    .sp_header_menu_gnav {
        background-position: 0 0;
    }
    .sp_header_menu_gnav.is-active {
        background-position: -39px 0;
    }
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
    }
    #SimpleFooter_res .footer_navi {
        display: none;
    }
    #SimpleFooter_res .footer_row_02_inner {
        width: auto;
        background: url(/img/common/footer_logo_retina160@2x.png) 10px top/121px auto no-repeat;
    }
    #SimpleFooter_res .utility_navi {
        min-height: 36px;
        margin: 0 0 0 140px;
    }
    #SimpleFooter_res .utility_navi ul li {
        float: left;
        margin: 0 0 8px;
        padding: 0;
        border: 0;
    }
    #SimpleFooter_res .utility_navi ul li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    #SimpleFooter_res .utility_navi ul li:after {
        content: '|';
        display: inline-block;
        margin: 0 1em;
    }
    #SimpleFooter_res .utility_navi ul li:last-child:after {
        content: '';
        font-size: 0;
        margin: 0;
    }
    #SimpleFooter_res .copyright {
        margin: 0 0 0 8px;
        clear: left;
        padding-top: 4px;
        font-size: 12px;
        color: #777;
    }
    .cat-archive .section,
    .knowhow .section,
    .tag-archive .section,
    .topics .section {
        padding: 12px;
    }
    .section ul {
        margin: 0 8px;
    }
    .section_header {
        font-size: 100%;
    }
    #Contents {
        width: 95%;
    }
    .content-main,
    .content-sub {
        float: none;
        width: auto;
    }
    .cat-archive .content-title,
    .knowhow-single .content-title,
    .tag-archive .content-title,
    .topics .content-title {
        margin: 24px -12px 16px;
        padding: 12px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 100%;
        font-weight: 100;
        background-color: #b8edeb;
    }
    .content-title:after {
        display: none;
        background-image: none;
    }
    .sns {
        top: 5px;
        right: 5px;
    }
    .section-nav .section-nav-list {
        margin: 10px 0 15px!important !important;
    }
    .section-nav .section-nav-list .section-nav-item {
        display: block;
        width: auto;
        padding: 8px;
        text-align: left;
        border: 1px solid #ddd;
    }
    .section-nav-item a {
        margin: 0 auto;
        padding: 0;
        background-image: none;
    }
    .article-group .article-card {
        float: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        margin: 0;
        border-top: 1px solid #eee;
    }
    .article-group .article-card:first-of-type {
        border-top: 0;
        padding-top: 0;
    }
    .article-group .article-card a {
        display: block;
        text-align: center;
    }
    .article-group .article-card .article-card-title {
        margin: 20px 8px 12px;
        text-align: left;
    }
    .article-group .article-card .article-card-excerpt {
        margin: 8px;
        font-size: 13px;
        color: #444;
    }
    .article-card .category-label {
        width: 280px;
        margin: 0 auto 8px;
        padding: 6px 0;
    }
    .article-excerpt {
        margin-top: 8px;
    }
    .article-body div[class^=align] {
        float: none;
        width: 100%;
        padding: 0;
    }

    .article-body .align-col2-l a, 
    .article-body .align-col2-r a {
        width: 100%;
    }
    
    .beginners .content-body .article-body ol,
    .beginners .content-body .article-body ul {
        margin-left: 2em;
    }
    .article-body img {
        max-width: 100%!important;
        height: auto!important;
    }
    .related-articles nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .related-articles p.related-articles-title {
        margin: 12px 0;
        font-size: 100%;
    }
    .related-articles .related-article-card {
        width: 48%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .related-articles p.related-article-card-title {
        margin: 8px 0;
        line-height: 1.4;
    }
    .related-articles .related-article-card-thumbnail {
        width: 100%;
        max-width: none;
        max-width: initial;
    }
    .content-nav-wrap .content-nav h2,
    .theme-nav h2,
    .topics-side-wrap .topics-side-title {
        font-size: 100%;
    }
    .section.want-to-start .want-to-start-title {
        font-size: 116.6%;
    }
}
.section.knowhow-content {
    padding: 15px 19px 39px;
}
.knowhow-content-header {
    position: relative;
    padding: 49px 0 14px;
}
.knowhow-header-image {
    width: 100%;
}
.knowhow-top .content-title {
    margin-left: 20px;
}
.knowhow-single .article-header > p {
    text-align: right;
}
.section.notice {
    padding-bottom: 15px;
}
.notice .notice-list {
    padding: 0;
}
.notice .notice-list-title {
    float: left;
    width: 115px;
    font-size: 13px;
}
.notice-list .topics-item {
    float: left;
    width: 485px;
    padding: 0;
    font-size: 13px;
}
.section.seminar-info h2 {
    margin: -15px -19px 15px;
    padding: 7px 20px;
    background-color: #b8edeb;
    letter-spacing: -.03em;
    font-size: 18px;
    font-weight: 200;
}
@media screen and (max-width:767px) {
    .knowhow-content-header {
        padding: 40px 0 0;
    }
    .knowhow-top .article-list {
        display: none;
    }
    .notice {
        margin: 20px 8px;
    }
    .notice .notice-list-title {
        float: none;
        width: auto;
        font-size: 14px;
    }
    .notice-list .topics-item {
        float: none;
        width: auto;
        margin-top: 8px;
        font-size: 14px;
    }
    .knowhow-top .article-group .article-card:first-of-type {
        border-top: 1px solid #eee;
        padding-top: 15px;
    }
    .section.seminar-info h2 {
        margin: -12px -12px 12px;
        padding: 7px 12px;
    }
}
.section.topics-content {
    padding: 15px 19px 39px;
}
.topics-article-pubdate {
    float: left;
    display: inline-block;
    width: 118px;
    margin-top: 2px;
    color: #333;
}
.topics-article-category {
    float: left;
}
.topics-article-info {
    position: relative;
    padding-left: 84px;
}
.topics-article-info header:after {
    content: '';
    display: block;
    height: 0;
    clear: left;
}
.topics-article-title {
    font-size: 14px;
    font-weight: 200;
}
.topics-article-thumb {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
}
.topics-article {
    margin: 20px 0 30px;
}
.topics-article .topics-article-title {
    margin: 5px 0;
}
.topics-article .external-label {
    color: #000;
}
.topics-article a:hover {
    text-decoration: none;
}
.topics-article .topics-excerpt {
    margin-top: 5px;
    color: #333;
}
@media screen and (max-width:767px) {
    .topics-article-info {
        padding-left: 80px;
    }
    .topics-article p.topics-excerpt {
        margin: 5px 0 12px;
    }
}
.seminar #Main {
    float: none;
    width: auto;
}
.seminar .section {
    padding-bottom: 40px;
}
.seminar .section h3 {
    font-size: 125%;
    font-weight: 700;
}
.seminar .section p img {
    max-width: 100%!important;
    height: auto!important;
}
.seminar .section .align-col2-l {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-top: 15px;
    padding-right: 10px;
}
.seminar .section .align-col2-r {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    margin-top: 15px;
    padding-left: 10px;
}
.seminar .section .align-col2-l img,
.seminar .section .align-col2-r img {
    max-width: 290px;
    height: auto;
}
.seminar .section .align-col3-l1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3%;
    margin-top: 15px;
    padding-right: 10px;
}
.seminar .section .align-col3-r2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 66.7%;
    margin-top: 15px;
    padding-left: 10px;
}
.seminar .section .align-col3-l2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 66.7%;
    margin-top: 15px;
    padding-right: 10px;
}
.seminar .section .align-col3-r1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 33.3%;
    margin-top: 15px;
    padding-left: 10px;
}
.seminar .section .align-col3-l1 img,
.seminar .section .align-col3-r1 img {
    max-width: 190px;
    height: auto;
}
.seminar .section .align-col3-l2 img,
.seminar .section .align-col3-r2 img {
    max-width: 390px;
    height: auto;
}
.seminar .section .align-col4-l1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    margin-top: 15px;
    padding-right: 10px;
}
.seminar .section .align-col4-r3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 75%;
    margin-top: 15px;
    padding-left: 10px;
}
.seminar .section .align-col4-l3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 75%;
    margin-top: 15px;
    padding-right: 10px;
}
.seminar .section .align-col4-r1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 25%;
    margin-top: 15px;
    padding-left: 10px;
}
.seminar .section .align-col4-l1 img,
.seminar .section .align-col4-r1 img {
    max-width: 140px;
    height: auto;
}
.seminar .section .align-col4-l3 img,
.seminar .section .align-col4-r3 img {
    max-width: 440px;
    height: auto;
}
.seminar .section div[class|=align] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.seminar .section div[class|=align] > p:first-child {
    margin-top: 0;
}
.seminar_list{
	padding-bottom: 15px;
}
.seminar_list .seminar_item {
    position: relative;
    margin-top: 30px;
    padding-left: 58px;
}
.seminar_list .seminar_item p {
    margin: 0;
}
.seminar_list .seminar_item p.status {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 83.3%;
    text-align: center;
}
.seminar_list .seminar_item p.status.accepting {
    background-color: #0085cc;
}
.seminar_list .seminar_item p.status.closing {
    background-color: #777;
}
.seminar_list .seminar_item p.status.report {
    background-color: #1f832f;
}
.seminar_list .seminar_item p.title {
    margin-top: 5px;
}
.seminar_list .seminar_item p.excerpt {
    margin: 4px 0;
    font-size: 85%;
    color: #777;
}
.seminar_list .seminar_item p.schedule {
    font-size: 85%;
    color: #777;
}
.vc_summit {
    position: relative;
    margin-top: 30px;
    padding-left: 58px;
}
.vc_summit p.level {
    margin: 0;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 83.3%;
    text-align: center;
    background-color: #777;
}
.vc_summit p.title {
    margin-top: 5px;
}
.seminar_desc_list {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.seminar_desc_list td,
.seminar_desc_list th {
    padding: 7px;
}
.seminar_desc_list th {
    width: 150px;
    background-color: #eee;
}
.seminar_desc_list td {
    border-right: 1px solid #ddd;
}
.btn_external_seminar_form {
    width: 240px;
    display: block;
    margin: 30px auto;
}
@media screen and (max-width:767px) {
    .seminar .section div[class^=align] {
        float: none;
        width: 100%;
        padding: 0;
    }
    .seminar_list {
        margin-top: 25px;
    }
    .seminar_list .seminar_item {
        margin: 12px 8px 0;
        padding-bottom: 12px;
        padding-left: 0;
        border-bottom: 1px solid #777;
    }
    .seminar_list .seminar_item:last-child {
        border-bottom: 0;
    }
    .seminar_list .seminar_item p {
        margin: 12px 0;
    }
    .seminar_list .seminar_item p.status {
        position: static;
    }
    .seminar_list .seminar_item p.level {
        position: static;
        display: inline-block;
        margin: 0;
    }
    .seminar_list .seminar_item p.title {
        margin: 12px 4px 0;
    }
    .seminar_list .seminar_item p.excerpt,
    .seminar_list .seminar_item p.seminar_desc {
        margin: 4px;
    }
    .seminar_list .seminar_item p.schedule {
        margin: 4px 4px 0;
    }
    .seminar_list .seminar_item p.cost {
        display: inline-block;
        margin: 0;
    }
    .vc_summit p.level {
        margin-top: 0;
    }
    .vc_summit p.title {
        margin-bottom: 0;
    }
}


/* 緊急のお知らせ（app.cssにも同様の記述あり） はじまり*/
.index_support_emergency_PC {
    border: 1px solid #f0d8dc;
    background-color: #f4e2e2;
    position: absolute;
    bottom: -50px;
    width: 910px;
    padding: 15px;
    display: block;
}

.index_support_emergency_PC h2 {
    color: #e00300;
    margin: 0;
}

.index_support_emergency_PC ul {
    margin: 0.7em 0 0 2em;
}

.index_support_emergency_PC ul li {
    margin: 0;
    list-style: none;
}

.index_support_emergency_sp{
      display: none;
}

@media screen and (max-width: 767px){
  .index_support_emergency_sp {
    border: 1px solid #f0d8dc;
    background-color: #f4e2e2;
    position: static;
    bottom: auto;
    margin: 0!important;
    padding: 10px!important;
    display: block;
  }

  .index_support_emergency_sp h2{
    color: #e00300;
    margin: 0 0 6px!important;
  }

  .index_support_emergency_sp ul {
    margin: 0.7em 0 0 2em;
  }

  .index_support_emergency_sp ul li {
    margin: 0;
    list-style: none;
  }

  .index_support_emergency_PC{
    display: none;
  }

}
/* 緊急のお知らせ（app.cssにも同様の記述あり）  おわり*/


/*　管理画面ガイド はじまり*/
#guide-child1 li{
  list-style: none;
  text-align: center;
}

#guide-child1 li > a{
  display: block;
  font-size: 15px;
  -webkit-box-shadow: 0 3px 0 0 #48a9ab;
  box-shadow: 0 3px 0 0 #48a9ab;
  background-color: #52c4c5;
  display: inline-block;
  border: 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 210px;
}

#guide-child1 li > a:hover{
  opacity: 0.7;
  text-decoration: none;
}

#guide-child2,#guide-child3{
  background: #f5f5f5;
  padding: .2rem 1rem .8rem 1rem;
}

#guide-child2 li,
#guide-child3 li{
  display: inline-block;
  border: 1px solid #0087cf;
  border-radius: 0.3rem;
  margin: 0 3px 10px 3px;
  font-size: .85rem;
  width: 31.4%;
  text-align: center;
}

#guide-child2 li > a,
#guide-child3 li > a{
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  background: #FFF;
  border-radius: 3px;
}

#guide-arrow-area{
  text-align: center;
  width: 135px;
  margin: 0 auto -5px;
}

.guide-arrow{
  position:relative;
  width:135px;
  height:28px;
  line-height: 28px;
  background:#FFFFFF;
  text-align:center;
  border:1px solid #CCCCCC;
  color:#212121;
  border-radius:13px;
  -webkit-border-radius:13px;
  -moz-border-radius:13px;
  z-index: 1000;
  font-size: 12px;
}
.guide-arrow:after,.guide-arrow:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  top:100%;
  left:50%;
}
.guide-arrow:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:7px;
  border-bottom-width:10px;
  border-left-width:6px;
  border-right-width:6px;
  margin-left: -6px;
  border-top-color:#FFFFFF;
}
.guide-arrow:before{
  border-color: rgba(204, 204, 204, 0);
  border-top-width:6px;
  border-bottom-width:11px;
  border-left-width:7px;
  border-right-width:7px;
  margin-left: -7px;
  margin-top: 1px;
  border-top-color:#CCCCCC;
}

.guide_keyvisual_pc{display: block;}
.guide_keyvisual_sp{display: none;}

@media screen and (max-width:767px) {
  #guide-child2 ul, #guide-child3 ul {
    margin: 0;
  }

  #guide-child2 li, #guide-child3 li {
    width: 45.9%;
    margin: 0 .18rem 10px .18rem;
  }

  .guide_keyvisual_pc{display: none;}
  .guide_keyvisual_sp{display: block;}

  .guide_keyvisual_sp p{font-weight: normal}
}
/*　管理画面ガイド おわり*/



