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


html {
    background: none;
    height: 100%;
}

body {
    height: 100%;
    min-width: 980px;
    font-size: 100%;
    line-height: 1.5em;
    letter-spacing: 0.015em;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
}

/*********************************************************************************
外枠たち*/

#body_bg_grade {
    width: 100%;
    height: 100%;
}

#Wrapper_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../../img/ornament/bg.png) repeat 0 0 scroll;
    background-size: 120% auto;
    background-position: center top;
    z-index: -1000;
}

#Wrapper {
    width: auto;
    /*キービジュアル*/
    background: url(../../img/ornament/main_visual.png) no-repeat;
    background-size: auto 1275px;
    background-position: center -110px;
}

#Header {
    height: 152px;
    background-color: #f05023;
}

.header_contents {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(../../img/ornament/bg_header_open.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.bt_access {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    margin-top: 11px;
    transition: 0.2s;
    line-height: 0;
}

.bt_access img {
    width: auto;
    max-width: 100%;
}

.bt_access:hover {
    background-color: #eac2d1;
}

.bt_access:hover img,
.bt_access img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.heacer_bt_sns {
    display: inline-block;
    background-color: #f6cece;
    border-radius: 5px;
    padding: 8px 10px 6px;
    position: absolute;
    bottom: 11px;
    right: 0;
}

.heacer_bt_sns .tweet {
    line-height: 0;
    margin-bottom: 7px;
}

.heacer_bt_sns .facebook {
    line-height: 0;
}

#Container {
    padding: 0 0 0px;
}

#Contents_top {
    padding: 0 45px 0px 45px;
    min-height: 825px;
}

#Main_area {
    position: relative;
    padding: 0;
}

/*セクション*/
.section_wrap {

}

.section {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 30px 0px;
    /*background-color:#fff;*/
    box-sizing: border-box;
    clear: both;
}

/************************************/
.section.topics {
    padding: 15px 0 5px;
    background-color: transparent;
}

/*****************日替り割*******************/
.section_wrap.higawari h2 {
    background-color: #f05023;
}

.section_wrap.higawari {
    background-color: rgba(255, 228, 222, 0.4);
}

.kakaku_hyou {
    margin-bottom: 15px;
}

.kakaku_hyou__notes {
    position: absolute;
    left: 15px;
    bottom: 35px;
}

.payment {
    margin-bottom: 5px;
}

.payment_text {
    margin-bottom: 8px;
}

.payment_img_wrapper {
    padding: 15px;
    background-color: #fff;
}

.payment_img {
    display: block;
    width: 100%;
}

/*****************限定特典*******************/
.section_wrap.tokuten h2 {
    margin-top: 0;
    background: linear-gradient(90deg, #5ea9b4, #135a98);

}

.section_wrap.tokuten {
    background-color: rgba(190, 211, 224, 0.4);
}

.section_wrap.tokuten h2 {
    margin-top: 0;
}

.clearfile {
    box-sizing: border-box;
}

.clearfile table {
    border: 0;
}

.clearfile table td {
    border: 0;
}

.clearfile table td.image {
    width: 265px;
    text-align: right;
    line-height: 0;
    vertical-align: middle;
}

.clearfile table td.image img {
    max-width: 500px;
}

.clearfile table td.text {
    color: #221f1f;
    padding-left: 25px;
}

.clearfile table td.text h2 img {
    width: 100%;
}

.clearfile .img_card {
    width: 210px;
    box-shadow: 0.5px 0.5px 7px rgba(0, 0, 0, 0.2);
}

.about-azurlane {
    margin-top: 20px;
    padding: 40px;
    background-color: #fff;
    border: 2px solid #46aadc;
}

.azurlane__text-img {
    width: 280px;
}

.azurlane__text-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: right;
}

.azurlane__text-box .azurlane-text {
    flex-grow: 1;
}

.azurlane__text-box .qr_image {
    margin-left: 30px;
}
.azurlane__text-box .qr_image img {
    width: 90px;
    height: auto;
}

.azurlane__text-box .azurlane__text {
    margin: 5px 0 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
}

.azurlane-link-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 60px;
    color: #fff !important;
    border-radius: 40px;
    background-color: #f05023;
    font-size: 115%;
    letter-spacing: 0.3rem;
    text-align: center;
    text-decoration: none !important;
}

.pouch table {
    border: 0;
}

.pouch table td {
    border: 0;
    padding: 20px 0;
}

.pouch table td.image {
    width: 275px;
    text-align: left;
}

.pouch table td.image img {
    height: 340px;
}

.pouch table td.text {
    color: #221f1f;
    padding: 0 45px;

}

.section_wrap.tokuten .prof {
    background-color: #fff;
    border: 1px solid #00a79f;
    padding: 15px;
}

.section_wrap.tokuten .prof td {
    font-size: 100%;
}

.section_wrap.tokuten .prof td.image {
    width: auto;
    text-align: left;
}

.section_wrap.tokuten .prof td.image img {
    height: 110px !important;
    margin: 0 !important;
}

.section_wrap.tokuten .prof h2 {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.section_wrap.tokuten .prof h3 .work {
    font-size: 80%;
    font-weight: bold;
    vertical-align: middle;
}

.pouch_tokuten {
    display: table;
    margin-bottom: 10px;
    line-height: 0;
}

.pouch_tokuten > div {
    display: table-cell;
    vertical-align: middle;
}

.pouch_tokuten > div.image {
    width: 62%;
    border-radius: 15px;
    overflow: hidden;
}

.pouch_tokuten > div.image img {
    width: 100%;
}

/*****************選べる技法書セット*******************/
.section_wrap.bookset h2 {
    background-color: #2d70e3;
}

.section_wrap.bookset {
    background-color: rgba(207, 223, 250, 0.4);
}

.bookset__list-header {
    width: 100%;
    margin-bottom: 0;
    padding: 2px;
    color: #fff;
    background-color: #2d70e3;
    text-align: center;
}

.bookset__list-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.bookset__list-container .list-container__contents {
    width: 29%;
    margin-top: 30px;
}

.bookset__list-container .list-container__contents .contents__img {
    width: auto;
    height: 380px;
}

.bookset__list-container .list-container__contents .contents__text {
    width: 100%;
    margin-top: 5px;
}

.contents__text .book-title {
    font-size: 100%;
    line-height: 1.5;
}

.contents__text .book-company {
    margin-top: 10px;
    font-size: 85%;
}

/*****************体験コーナー*******************/
.section_wrap.taiken h2 {
    background-color: #403737;
}

.section_wrap.taiken {
    background-color: rgba(169, 158, 158, 0.4);
}

.section_wrap.taiken .section .taiken__contents {
    margin-top: 15px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.section_wrap.taiken .section .taiken__contents:first-child {
    margin-top: 0;
}

.section_wrap.taiken .section .taiken__contents .img {
    border-radius: 0;
}

.section_wrap.taiken .section .taiken__contents .contents__text {
    margin-top: 10px;
}

.section_wrap.taiken .section .taiken__contents p {
    line-height: 1.5;
}

.taiken-pc {
    margin-bottom: 10px;
    padding: 20px;
    color: #fff;
    background-color: #403737;
    border-radius: 10px;
}

.taiken-pc__img {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.taiken-pc__img img {
    width: 100%;
}

.taiken__contents {
    padding: 3%;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.taiken__contents.tabmate {
    background-color: rgb(249, 242, 187);
}

.taiken__contents .img {
    width: 48%;
    text-align: center;
    margin-right: 20px;
    background-color: #fff;
    overflow: hidden;
}

.taiken__contents .img img {
    width: 100%;
}

.ipad_box {
    background-color: #fff;
    border: 2px solid #4a8fcd;
    padding: 20px;
    margin-bottom: 15px;
}

.ipad_box h3 .font_blue {
    color: #4a8fcd;
}

.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: 66%;
    padding-right: 20px;
}

.ipad_box td.right.top {
    vertical-align: top;
    text-align: center;
}

.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;
}

.iphone_box .left img {
    width: 100%;
}

.iphone_box td.right.top img {
    width: 85%;
    margin: 0 auto;
}

#container a.bt_ipad span {
    color: #fff !important;
}

/*****************学生特典*******************/
.section_wrap.gakuwari h2 {
    background-color: #403737;
}

.section_wrap.gakuwari {
    background-color: rgba(169, 158, 158, 0.4);
}

/*****************中高生に特報*******************/
.section_wrap.monitor h2 {
    background-color: #bccd00;
}

.section_wrap.monitor {
    background-color: rgba(205, 215, 93, 0.4);
}

.debutpkg {
    display: table;
    width: 100%;
}

.debutpkg > div {
    display: table-cell;
    vertical-align: top;
}

.debutpkg > div.text {
    padding-right: 24px;
}

.debutpkg > div.image {
    width: 30%;
    text-align: center;
}

.debutpkg > div img {
    height: 280px;
}

.debut-upgrade {
    margin: 15px 0 0;
    padding: 10px;
    border: 1px solid #221f1f;
}

/*****************SNS*******************/
.section_wrap.sns {
    background-color: transparent;
}

.section_wrap.sns .section {
    padding: 24px;
    background-color: transparent;
}

/*****************MAP*******************/
.section_wrap.map {
    background-color: rgba(200, 200, 200, 0.4);
}

.section_wrap.map table {
    border: 1px solid #f05023;
}

.section_wrap.map table th {
    width: 10%;
    background-color: #f05023;
    background-image: none;
    color: #fff;
    border: none;
}

.section_wrap.map table td {
    background-color: #fff;
    border: none;
    padding: 8px 12px;
}

.map-img {
    margin-top: 10px;
    padding: 50px 100px;
    background-color: #fff;
    border-radius: 10px;
}

/*SNS非表示*/
.set_line,
.set_gplus,
.set_hatena,
.set_mail {
    display: none !important;
}

#Footer {
    height: 110px;
    background-color: #221f1f;
}

.footer_contents {
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;

}

/*ティザー用*/
.top_announce {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0 0px;
    position: relative;
    border-top: 150px solid #f05023;
}

.top_announce > div {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
}

.top_announce > div img {
    display: block;
    width: 980px;
    height: auto;
}

/*********************************************************************************
子要素*/

#header_logo {
    width: 651px;
    height: 55px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: 10px;
    text-indent: -9999px;
}

#header_sub {
    font-size: 11px;
    text-align: right;
    position: absolute;
    right: 17px;
    bottom: 5px;
}

.top_main_right {
    width: 442px;
    float: right;
}

.top_main_left {
    width: 240px;
    float: left;
}

#footerNavLink02 {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 80%;
    line-height: 1em;
    margin-top: 10px;
}

#footerNavLink02 a:link, a:link span,
#footerNavLink02 a:visited, a:visited span {
    color: #fff;
    text-decoration: none;
}

#footerNavLink02 a:hover, a:hover span,
#footerNavLink02 a:active, a:active span {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

#Copyright {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 80%;
    line-height: 1em;
    margin-top: 10px;
}

/*********************************************************************************
メインビジュアル*/

.main_visual_top {
    width: 980px;
    height: auto;
    position: relative;
    border-top: solid 1px #fff;
    margin: 0;
}

.main_visual_top .recommend {
    float: left;
    width: 290px;
    margin-right: 25px;
}

.main_visual_top a img {
    background-color: #333;
    display: block;
    margin-bottom: 8px;
}

.main_visual_top a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.main_visual_top .text_area {
    background-color: #EFEFEF;
    padding: 10px;
}

.main_visual_top .text_area p {
    margin-bottom: 0;
}

/*********************************************************************************
リンク*/
.page_top {
    width: auto;
    text-align: right;
    font-size: 80%;
    line-height: 1em;
    margin-top: 15px;
    clear: both;
}

.page_top a {
    color: #221f1f !important;
    text-decoration: none !important;
}

.page_top a:hover {
    text-decoration: underline !important;
}

#footerNavLink li {
    float: left;
    margin: 0 1px 0 0;
}

#footerNavLink a:hover {
    color: #fff;
    background-color: #e4e4e4;
}

/*********************************************************************************
ボタン*/
.bt_type01 a:hover, a:hover.bt_type01, .bt_type02 a:hover, a:hover.bt_type02 {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btx2 {
    width: 48%;
    /*font-size:85% !important;*/
}

/*********************************************************************************
テーブル斜線*/
th.slash {
    padding: 0;
}

th.slash div {
    position: relative;
    width: 100%;
    height: 100%;
}

th.size_type01 {
    width: 220px;
    height: 50px;
}

th.size_type02 {
    width: 220px;
    height: 70px;
}

th.slash img {
    width: 100%;
    height: 100%;
}

th.slash span.right {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    line-height: 1em;
}

th.slash span.left {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 10px;
    line-height: 1em;
}

/*********************************************************************************
画像コンテンツ領域制御*/
.image_set_box {
    background-color: #ccc;
    padding: 6px 6px 1px;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: auto;
}

.white_base {
    background-color: #fff;
    margin-bottom: 1px;
}

.image_set {
    max-width: 338px;
    padding: 4px;
    float: left;
}

.image_p {
    width: auto;
    line-height: 1.7em;
}

.contents_img img {
    max-width: 336px;
    border: solid 1px #66CCFF;
}

.contents_img a.colorbox {
    display: block;
    max-width: 338px;
}

.white_base_x2 {
    width: 344px;
}

.white_base_x2 .image_set {
    max-width: 336px;
}

.white_base_x2 img {
    max-width: 334px;
}

.white_base_x2 a.colorbox {
    max-width: 336px;
}

.contents_img img:hover {
    border: solid 1px #FF9900;
}

.photo_caption {
    margin-bottom: 6px;
    display: block;
    background-color: #fff;
    background-position: 4px 4px;
    padding-left: 19px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.5em;
}

.contents_img h2, .contents_img h3 {
    clear: both;
}

.lineup_pk {
    float: left;
}

.lineup_pk_p {
    padding-left: 250px;
}

.top_illust {
    width: 122px;
    margin-right: 15px;
    float: left;
}

.top_illust img {
    width: 120px !important;
}

.news_contents_left {
    width: 202px;
    float: left;
}

.news_contents_left img {
    width: 200px !important;
}

.news_contents_right {
    width: 440px;
    float: right;
}

.image_warm {
    width: 706px;
}

.image_warm img {
    max-width: 706px !important;
}

.image_warm a.colorbox {
    margin: 0 0 4px;
    display: block;
    max-width: 100% !important;
    border: solid 1px #66CCFF;
}

.image_main {
    width: 706px !important;
    padding: 0;
}

.image_main img {
    max-width: 704px !important;
    padding: 0;
}

/*********************************************************************************基本*/
.pc_none {
    display: none;
}

.box_x3_set {
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
}

.box_x3_set .h h2 {
    line-height: 1.5em;
    border: none;
}

.box_x3 {
    width: 32%;
    margin-right: 2%;
    float: left;
}

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

.box_type02 .left_contents {
    width: 377px;
}

.right_contents {
    margin-left: 420px;
}

.box_type02 .right_contents {
    margin-left: 397px;
}

.box_type02_top {
    height: 40px;
    border: 3px double #CD6F70;
    margin-bottom: 12px;
}

.right_contents_type02 {
    margin-left: 330px;
}

.qr {
    position: absolute;
    top: 175px;
    text-align: center;
    left: 0;
    width: 160px;
    word-break: break-all;
    font-size: 12px;
    padding: 20px;
}

.news_01_contents { /*padding-right:250px;*/
}

.box_type05 {
    text-align: center;
    margin-top: 180px;
    padding: 20px 8px;
    color: #666;
    background-color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    background-repeat: repeat-x !important;
    background-position: left top;
    word-break: break-all;
    height: 180px;
    width: 140px;
    margin: 180px auto 0;
}

.box_type06 {
    background: #FCF1EF;
    border: 1px #EB5E34 dashed;
    padding: 10px 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.box_type06 p {
    margin: 0px;
    padding-bottom: 7px;
}

.box_type06 ul {
    margin-bottom: 0px !important;
}

.box_type06 ul li {
    background: none !important;
    font-size: 90%;
}

.box_type06 table {
    border: 0;
}

.box_type06 tr, .box_type06 td {
    border: 0;
    padding: 0px;
    font-size: 100%;
    line-height: 1.7em;
}

.txt_type01 {
    font-size: 11px;
    display: block;
    padding: 0 10px;
}

/*********************************************************************************TOP*/
#Contents_top h1 {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 150%;
    color: #666;
    margin-bottom: 0px;
    margin-left: -30px;
}

/*********************************************************************************index.html　上部*/
.top_left_contents {
    width: 600px;
    margin: 0;
    float: left;
}

.top_right_contents {
    width: 370px;
    padding-top: 0;
    margin: 0;
    float: right;
}

.top_center_contents {
    width: 980px;
    padding-top: 0;
    margin: 0;
    float: none;
}

.top_contents {
    margin: 0px -45px 15px;
}

.topmenu .menu_block {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    margin-bottom: 10px;
}

.menu_block.block01 {
    height: 508px;
    background-image: url(../../img/ornament/menu_1_off.png);
}

.menu_block.block02 {
    height: 262px;
    background-image: url(../../img/ornament/menu_2_off.png);
}

.menu_block.block03 {
    height: 195px;
    background-image: url(../../img/ornament/menu_3_off.png);
}

.menu_block.block04 {
    height: 195px;
    background-image: url(../../img/ornament/menu_4_off.png);
}

.menu_block a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    transition: 0.2s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.menu_block a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.menu_block.block01 a {
    background-image: url(../../img/ornament/menu_1_off.png);
}

.menu_block.block02 a {
    background-image: url(../../img/ornament/menu_2_off.png);
}

.menu_block.block03 a {
    background-image: url(../../img/ornament/menu_3_off.png);
}

.menu_block.block04 a {
    background-image: url(../../img/ornament/menu_4_off.png);
}

/*********************************************************************************index.html　コンテンツ*/
.section_left_area {
    width: 452px;
    float: left;
    margin-right: 20px;
}

.section_right_area {
    width: 400px;
    margin-left: 472px;
    text-align: right;
}

.box_x3 {
    padding: 1%;
    width: 30%;
    background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box_x3 p {
    text-align: left;
}

.box_x3 table,
.box_x3 table tr,
.box_x3 table tr td {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

table tr td.profile {
    width: 71px;
}

table tr td.clearfile {
    text-align: center;
}

.section_wrap.higawari .box_x1,
.section_wrap.taiken .taiken__contents {
    margin-bottom: 15px;
}

.section_wrap.taiken .taiken__contents p {
    line-height: 1.65em;
}

.section_wrap.taiken .taiken__contents.daikouhyou {
    background-image: url(/view/promotion/c97/view/img/ornament/daikouhyou.png);
    background-repeat: no-repeat;
    background-position: 98% 89%;
    background-size: 120px auto;
}

.box_x2 {
    padding: 2%;
    width: 45%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    float: left;
}

.box_x2 .img {
    width: 100%;
    text-align: center;
    background-color: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.section_wrap.taiken .box_x2 {
    margin-bottom: 10px;
}

.section_wrap.taiken .box_x2 .img {
    border-radius: 0;
}

.section_wrap.taiken .box_x2 .img:first-of-type {
    border-radius: 15px 15px 0 0;
}

.section_wrap.taiken .box_x2 .img:last-of-type {
    border-radius: 0 0 15px 15px;
}

.section_wrap.taiken .box_x2 h3 {
    font-size: 150%;
}

.box_x2 p {
    text-align: left;
}

.box_x2 table,
.box_x2 table tr,
.box_x2 table tr td {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}


.box_x4 {
    padding: 1%;
    width: 43%;
    background: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 2%;
}

.box_x4 p {
    text-align: left;
}

.box_x4 table, .box_x4 table tr, .box_x4 table tr td {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.box_x4.mar_right0 {
    width: 42%;
}


.padding_box {
    padding-right: 45px;
}

.padding_leftbox {
    max-width: 530px;
}

.font_close {
    padding: 0;
    margin: 0 -45px 5px;
    height: 40px;
    font-size: 120%;
    font-weight: bold;
    background-color: #F0D5DA;
}

.width_445 {
    width: 445px;
}


.cliner {
    margin-top: 20px;

}

.cliner h3 {
    font-size: 140%;
    border-left: 7px solid #198DB6;
    padding: 3px 0 0 12px;
    line-height: 1.2em;
    margin-bottom: 10px;
}


.image_collabo_pro {
    background-color: #e6f5f6;
    border: 3px solid #5ebbb8;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
}

.image_collabo_ex {
    background-color: #dbe9f5;
    border: 3px solid #4a8fcd;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
}

.collabo_text {
    margin-bottom: 10px;
}

.section_wrap.collabo_top h2 {
    background-color: #f05023;
}

.mouseover {
    transition: 0.3s;
}

.mouseover:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.bt_set {
    text-align: center;
    position: absolute;
    bottom: 11px;
    right: 0;
    background-color: #fbd3c8;
    border-radius: 8px;
    padding: 7px 8px 3px;
}

.bt_set a {
    display: block;
    width: 80px;
    height: 22px;
    box-sizing: border-box;
    font-size: 69%;
    position: relative;
    text-align: left;
    padding-left: 21px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.bt_set a.bt_twitter {
    color: #fff;
    border-color: #29abe2;
    background-color: #29abe2;
}

.bt_set a.bt_facebook {
    color: #fff;
    border-color: #305097;
    background-color: #305097;
}

.bt_set a i {
    width: 22px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 125%;
    text-align: center;
    line-height: 23px;
    color: #fff
}

.box_background {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 0;
}

.white_box_01 {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 25px;
}