@charset "utf-8";
/* CSS Document */
/*///////////////////////////////////////////////////////////////////////////////////////////
フォント*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/*///////////////////////////////////////////////////////////////////////////////////////////
基礎*/

body {
    background-color: #ffffff;
    background-image: url(../../img/design/bg.png);
    background-position: center center;
    background-size:cover;
    background-attachment: fixed;

}

small {
    font-size: 85%;
}

/*///////////////////////////////////////////////////////////////////////////////////////////
基礎レイアウト*/

#Wrapper {
    width: auto;
    color: #616161;
}


.header_contents {
    width: auto;
    padding: 14px 18px;
}

#Header .facebook {
    position: absolute;
    right: 10px;
    bottom: 21px;
    width: 77px;
    height: 21px;
    overflow: hidden;
}

#Header .tweet {
    position: absolute;
    right: 10px;
    top: 22px;
    width: 77px;
}

#container {
    width: 980px;
    min-height: 500px;
    margin: 0 auto 15px;
    padding: 0 0 8px;
    overflow: hidden;

    /*以下、帯分下に下げる*/
    /*background-position:left 37px;*/
}

#Main_area {
    position: relative;
    padding: 0px 0 0 0;
    margin: 0 auto;
    width: 980px;
}

/*　終了対応　*/
#container #Ribbon {
    color: #FF3D17;
    height: 29px;
    line-height: 29px;
    padding-top: 4px;
    margin: 0 -50px 5px;
    font-weight: bold;
    font-size: 135%;
    text-align: center;
}

/*ソーシャルボタン*/
.social_link_simple_buttons .set_line,
.social_link_simple_buttons .set_gplus,
.social_link_simple_buttons .set_hatena,
.social_link_simple_buttons .set_mail {
    display: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////
セクションレイアウト*/

.box_x1, .box_x2 {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.box_x2 {
    width: 100%;
}

.box_x2 > div {
    width: 49%;
    margin-right: 2%;
}

.box_x2 > div:nth-child(2n) {
    margin-right: 0;
}

.box_x2.gray {
    padding: 1%;
    background: #E5EFF3;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*セクション共通*/
section {

}

section.present .box_x2 {
    width: 100%;
    align-items: center;
}

.section_separator {
    height: 5px;
    margin: 0 -50px 35px -50px;
    border-bottom: 1px dashed #ABABAB;
}

.section_seminar,
section.present,
section.seminar,
section.debut,
section.about {
    margin-bottom: 30px;
}

.section_sale-inner,
.section_try-inner,
.section_seminar-inner,
.section_present-inner,
.section_try-inner,
.section_debuit-inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
}

section .note {

}

section .ta-r {
    text-align: left;
}

section h2 img {
    width: 100%;
}

.font_pink {
    color: #f7931e !important;
}

/*メインビジュアル*/
section.intro {
    min-height: 420px;
}

.visual_main img {
    width:100%;
    max-width:980px;
}

/*限定セール*/
.section_sale {
    margin-bottom: 30px;
}

.section_sale h2#pc {
    margin-bottom: -1px;
}

.section_sale .size980 {
    display: block;
}

.section_sale .size500 {
    display: none;
}

.section_sale-inner {
    padding: 20px;
    border-top: 0;
}

/*購入者特典*/
section.present .prof h3 {
    font-size: 190%;
    margin-bottom: 5px;
}

.section_present-inner {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 0;
}

.section_present-inner .prof-img {
    width: 70%;
    margin-top: 0;
    padding: 0 25px;
    box-sizing: border-box;
}

.section_present-inner .prof-img img {
    width: 100%;
}

.section_present-inner .prof-body {
    width: 70%;
}

.prof-body {
    background: #ffffff;
    border:solid 2px #fbb03b;
    padding: 20px;
    font-size: 90%;
}

.prof-body h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

.prof-body p {
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 1.5em;
}

.prof_icon_name {
    display: flex;
    align-items: center;
}

.prof_icon_name img {
    width: 110px;
    height: 110px;
    padding-right: 15px;
}

.prof_keishou {
    font-size: 70%;
}

.prof_work {
    font-weight: bold;
    color: #00A9B3;
}

.prof_url {
    font-weight: bold;
    margin-top: 10px;
}

.prof_url a {
    word-break: break-all;
}

.prof_comment {
    margin-top: 10px;
}

/*入門セミナー*/
section.seminar {
    margin-bottom: 30px;
}

.seminar_schedule {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    background-color: #0d6ec4;
    background-image: url(../../img/design/bg_seminar.png);
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: right top;
}

.seminar_schedule .title {
    height: 150px;
}

.seminar_schedule table {
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.seminar_schedule table tr {
    border: solid #0d6ec4;
    border-width: 0 0 2px 0;
}

.seminar_schedule table tr:last-child {
    border-width: 0;
}

.seminar_schedule table tr td {
    font-size: 105%;
    padding: 9px 10px 8px;
    border: solid #0d6ec4;
    border-width: 0 2px 0 2px;
    background-color: #fff !important;
}

.seminar_schedule table tr td:first-child {
    border-width: 0 2px 0 0;
}

.seminar_schedule table tr td:last-child {
    border-width: 0 0 0 2px;
}

.seminar_schedule table tr td.cell_base {
    color: #085fad;
    font-size: 115%;
    font-weight: bold;
    background-color: #e1ecff !important;
}

.seminar_schedule table tr td strong {
    font-weight: bold;
    line-height: 2.0em;
}

.seminar_detail table {
    border: none;
}

.seminar_detail table tr td {
    padding-right: 0;
    vertical-align: top;
    border-width: 0 0px 1px 0;
    text-align: left;
}

.seminar_detail table tr td.time {
    width: 165px;
}

.section_seminar-inner {
    border-top: 0;
    background-color: rgba(255, 255, 255, 0.91);
}

/*体験コーナー*/

section.try .box_x1 {
    margin-bottom: 20px;
}

section.try .box_x1 h3 {
    font-size: 140%;
    margin-bottom: 10%;
}

section.try .box_x1 figure {
    width: 50%;
    margin: 0 30px 0 0;
    line-height: 0;
}

section.try .box_x1 .body {
    width: 70%;
}

section.try .box_x1 .img img {
    width: 100%;
}

.section_try-inner {
    border-top: 0;
}

.epson_box {
    border-top: 1.7px dashed #fbb03b;
    padding-top: 20px;
}

.epson_box h3 .font_pink {
    font-size: 135%;
}

.epson_img img {
    width: 560px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.epson_img p {
    float: left;
}

.epson_seminar {
    border-radius: 10px;
    background-color: #efefef;
    padding: 15px;
    margin-top: 20px;
}

.epson_seminar a {
    font-weight: 500;
}

.epson_seminar p {
    margin-bottom: 0
}

.ipad_box {
    clear: left;
}

.ipad_box table {
    border:none;
    border-width: 2px 0 0 2px;
    width: 100%;
    margin-bottom: 5px;
}

.ipad_box td, th {
    border:none;
    border-width: 0 2px 2px 0;
}

.ipad_box {
    border-top: 1.7px dashed #0d52a1;
    padding-top: 20px;
}

.ipad_box ul li {
    background-image: none !important;
    padding-left: 0 !important;
}

.ipad_box h3 .font_pink {
    font-size: 135%;
}

.ipad_box table {
    width: 100%;
    margin-bottom: 0;
}

.ipad_box td,
.ipad_box th {
    font-size: 100%;
    padding: 0;
    box-sizing: border-box;
}

.ipad_box td.left {
    width: 560px;
    padding-right: 20px;
}

.ipad_box td.right.top {
    vertical-align: top;
    padding: 0 11px;
    width: 36%;
}

.ipad_box td.right.top img {
    max-width: 100%;
    width: 100%;
}

.ipad_box td.right.bottom {
    vertical-align: bottom;
}

.ipad_box td ul {
    margin-bottom: 20px !important;
}

.list_inner li span {
    left: -2em;
}

a.bt_ipad .ipad_layout {
    display: table;
    margin: 0 auto;
}

a.bt_ipad .text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;

}

a.bt_ipad:visited, a.bt_ipad:visited span {
    color: #fff;
}

a.bt_ipad:link, a.bt_ipad:link span {
    text-decoration: none;
    color: #fff;
}

a.bt_ipad .text, a.bt_ipad .font_small {
    color: #fff !important;
    text-decoration: none !important;
}

a.bt_ipad .font_small {
    display: block;
    padding-bottom: 2px;
    font-size: 85% !important;
    line-height: 1em;
    letter-spacing: 0.02em;
}

a.bt_ipad {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 9px 15px 7px;
    float: none;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 7px;
    border-width: 2px !important;
    border-color: #000;
    box-sizing: border-box;
    background-color: #000 !important;
    background: rgb(2, 2, 2);
    background: -moz-linear-gradient(top, rgba(2, 2, 2, 1) 48%, rgba(73, 73, 73, 1) 78%, rgba(142, 142, 142, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 2, 2, 1) 48%, rgba(73, 73, 73, 1) 78%, rgba(142, 142, 142, 1) 100%);
    background: linear-gradient(to bottom, rgba(2, 2, 2, 1) 48%, rgba(73, 73, 73, 1) 78%, rgba(142, 142, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020202', endColorstr='#8e8e8e', GradientType=0);
}

a.bt_ipad .icon {
    display: table-cell;
    padding-right: 0.3em;
    vertical-align: middle;
    text-align: right;
}

a.bt_ipad .icon:before {
    content: "\f179";
    font-family: FontAwesome;
    font-size: 30px;
    vertical-align: -2px;
}

/*中高生に特報*/

.section_debuit-inner {
    border-top: 0;
    background-color: rgba(255, 255, 255, 0.91);
}

.section_debuit-inner figure {
    width: 34%;
    margin: 10px 50px 0 10px;
}

.section_debuit-inner .box_x2 > div {
    width: 75%;
}

.section_debuit-inner figure img {
    width: 100%;
    margin-left: 10px;
}

/*DMM同人*/
.section_dmm .dmm_logo {
    width: 100%;
    max-width: 260px;
}

/*CLIP STUDIO PAINTについて*/

.csp_about {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 25px;
    background: #efefef;
    font-size: 80%;
    line-height: 1.5;
    border-radius: 10px;
}

.csp_about ul {
    margin-bottom: 0;
}

/*///////////////////////////////////////////////////////////////////////////////////////////
パーツ*/

.left_contents {
    float: left;
    width: 460px;
}

.right_contents {
    float: right;
    width: 400px;
}

.right_contents .cs_window {
    position: absolute;
    top: 380px;
    right: 20px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////
装飾*/

.under_dotted {
    border-bottom: dashed 1px #ccc;
    width: auto;
}

#pc {
    display: block;
    line-height: 0;
}

#mobile {
    display: none;
    line-height: 0;
}

/*///////////////////////////////////////////////////////////////////////////////////////////
テーブル*/

/*///////////////////////////////////////////////////////////////////////////////////////////
ボックス*/

/*///////////////////////////////////////////////////////////////////////////////////////////
ボタン*/
.bt_prof {
    display: block;
    background-color: #3f88eb;
    border-radius: 15px;
    color: #fff !important;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 7px;
}

.bt_prof:last-child {
    margin-bottom: 0;
}

.main_contents ul li, .main_contents .list_headerimage {
    background-image: url(../../img/design/bg_list_header_green.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 16px;
}
