/*
Theme Name: SEKAIA Conlultants,
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: 株式会社マーブ
Author URI: http://mirv.co.jp/
Description:このテーマは、SEKAIA株式会社のセミナーページ専用テーマとなります。
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
Text Domain: 株式会社マーブ

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    outline: 0;
    color: #1d1d1d;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 14px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

img {
    vertical-align:bottom;
}

.cf:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf {
    min-height: 1px;
}

* html .cf {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.both{
    clear:both;
}

.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration:none;
    color: #444;
    cursor:pointer;
}



/* ===================================================================
        utility
=================================================================== */

.m05 {
    margin-bottom: 5px;
}
.m10 {
    margin-bottom: 10px;
}
.m12 {
    margin-bottom: 12px;
}
.m15 {
    margin-bottom: 15px;
}
.m20 {
    margin-bottom: 20px;
}
.m30 {
    margin-bottom: 30px;
}
.m40 {
    margin-bottom: 40px;
}
.m50 {
    margin-bottom: 50px;
}
.m60 {
    margin-bottom: 60px;
}
.mt05 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt12 {
    margin-top: 12px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.ml05 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml12 {
    margin-left: 12px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.mr05 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mr60 {
    margin-right: 60px;
}
.margin5 {
    margin:5px;	
}
.padding05 {
    padding:5px;
}
.padding07 {
    padding:7px;
}
.padding10 {
    padding:10px;
}
.padding15 {
    padding:15px;
}
.padding20 {
    padding:20px;
}
.pt05 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pb05 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pl05 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pr05 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.flt {
    float: left;
}
.flr {
    float: right;
}
.txt_l, td.txt_l, .txt_l td {
    text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
    text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
    text-align: center;
}
.valign_t, td.valign_t, .valign_t td {
    vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
    vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
    vertical-align: bottom;
}
.text_bold {
    font-weight:600;
}
.clear {
    clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: block;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
    overflow: hidden;
}

address{
    font-style:normal;
}
.txt_70 {
    font-size:70%;
}
.txt_75 {
    font-size:75%;
}
.txt_80 {
    font-size:80%;
}
.txt_85 {
    font-size:85%;
}
.txt_90 {
    font-size:90%;
}
.txt_95 {
    font-size:95%;
}
.txt_110 {
    font-size:110%;
}
.txt_115 {
    font-size:115%;
}
.txt_120 {
    font-size:120%;
}
.txt_125 {
    font-size:125%;
}
.txt_130 {
    font-size:130%;
}
.txt_140 {
    font-size:140%;
}
.txt_150 {
    font-size:150%;
}
.txt_160 {
    font-size:160%;
}
.txt_170 {
    font-size:170%;
}
.txt_180 {
    font-size:180%;
}
.txt_190 {
    font-size:190%;
}
.txt_200 {
    font-size:200%;
}

.white {
    color: #fff;
}


/* ===================================================================
        フォーム関係
=================================================================== */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}

ul {
    vertical-align: middle;
}

.skip-link,
.screen-reader-text {
    display: none;
}

.entry-title {
    display: none;
}

.entry-footer {
    display: none;
}

.site-info {
    display: none;
}

.site-title {
    display: none;
}

/* head */
#head {
    margin: 0 auto 20px;
    padding-top: 25px;
    width: 960px;
}

.head-logo {
    display: table;
    float: left;
    vertical-align: middle;
}

.head-logo-img {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}

.head-logo-img img {
	width:245px!important;
	height:auto;
}

.head-logo-txt {
    color: #023894;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
}

.head-contact {
    display: table;
    float: right;
    margin-top: 10px;
    vertical-align: middle;
}

.head-contact-txt {
    color: #023894;
    font-size: 12px;
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}

.head-contact-tell {
    color: #023894;
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}

.middle {
    display: table;
    vertical-align: middle;
}

.head-ico {
    display: table-cell;
    height: 6px;
    padding-right: 5px;
    vertical-align: middle;
    width: 4px;
}

.head-ico img {
    display: table-cell;
    vertical-align: middle;
}

.head-ico-txt {
    display: table-cell;
    vertical-align: middle;
}

.blue {
    color: #023894;
}

/* nav */
#nav {
    border-bottom: solid 3px #023894;
    width: 100%;
}

.nav-block {
    border-left: solid 1px #e8e8e8;
    display: table;
    height: 50px;
    margin: 0 auto;
    vertical-align: middle;
    width: 960px;
}

.nav-list {
    border-right: solid 1px #e8e8e8;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    padding: 0 30px;
    vertical-align: middle;
}

.blue-on:hover {
    color: #023894;
}

.now {
    color: #023894;
}

#content {
    margin: 0 auto;
    padding: 30px 0 100px;;
    width: 960px;
}

/* side */
.side {
    width: 220px;
}

.side-img {
    margin-bottom: 10px;
    width: 220px;
}

.side-img img {
    width: 100%;
}

.side-txt {
    font-size: 12px;
    margin-bottom: 30px;
}

.side-copy {
    color: #023894;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 55px;
    text-align: center;
}

.seminar-list-side-top {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #0060c4;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    width: 220px;
}

.seminar-list-side {
    margin-bottom: 20px;
    width: 220px;
}

.seminar-list-side li {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 220px;
}

.seminar-list-side li:last-child {
    border-bottom: none;
}

.seminar-list-side li .seminar-list-side-date {
    color: #c0c0c0;
    font-size: 12px;
    margin-bottom: 10px;
}

.seminar-list-side li .seminar-list-side-city {
    color: #6fa9c8;
}

.seminar-list-side li .seminar-list-side-ttl {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.seminar-list-side li .seminar-list-side-detail {
    float: left;
    font-size: 12px;
    width: 145px;
}

.seminar-list-side li .seminar-list-side-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
        background-size: cover;
    float: left;
    font-size: 12px;
    height: 65px;
    margin-left: 10px;
    width: 65px;
}

.seminar-list-side li .seminar-list-side-btn {
    background: #0060c4;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
    width: 220px;
}

/* main */
#main {
    float: right;
    width: 690px;
}

.seminar-info {
    border-bottom: solid 1px #023894;
    color: #023894;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.tab-content-fr {
    width: 100%;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 150%;
}
.seminar h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.seminar h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 150%;
}


h3 {
    border-bottom: solid 1px  #0060c4;
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.place {
    color: #023894;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}

.yoyaku {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.yoyaku-left {
    background-color: #ff0000;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 50px;
    width: 475px;
}

.arrow-ico {
    float: left;
    margin: 11px 0 0 20px;
    width: 10px;
}

.arrow-txt {
    float: left;
    font-size: 20px;
    margin-left: 130px;
    margin-top: 10px;
    text-align: center;
}

.arrow-ico img {
    width: 100%;
}

.yoyaku-right {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    width: 130px;
}

.yoyaku-ico {
    float: left;
    margin-top: 2px;
    width: 17px;
}

.yoyaku-txt {
    color: #023894;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

a .yoyaku-txt {
    color: #023894;
}

.post-img {
    margin: 20px 0;
    width: 100%;
}

.post-img img {
    width: 100%;
}

/* single */
.category-block {
    float:right;
}

.category-block span {
    font-size : 11px;
    color: #fff;
}
.adult {
    background-color: #10569f;
    padding: 5px 10px;
}

.student {
    background-color: #ffb400;
    padding: 5px 10px;
}

.daigaku {
    background-color: #34b8c3;
    padding: 5px 10px;
}

.gest {
    background-color: #f2f2f2;
    margin-top: 45px;
    padding: 30px 25px;
}

.gest-left {
    float: left;
    margin-right: 20px;
    width: 130px;
}

.gest-left img {
    width: 100%;
}

.gest-right {
    float: left;
    width: 480px;
}

.gest-ttl {
    color: #0060c4;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.gest-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.gest-txt {
    font-size: 14px;
}

.detail {
    border: solid 1px #f2f2f2;
    margin-top: 55px;
    margin-bottom: 20px;
    padding: 30px 25px;
}

.detail-category {
    margin-bottom: 20px;
}

.detail-category-list {
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
}

.detail-category-list-txt {
    border: solid 1px #f2f2f2; 
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
}

.table {
    border-top: solid 1px #f2f2f2; 
    margin-bottom: 10px;
    padding-top: 10px;
}

.detail-table {
    border-bottom: solid 1px #f2f2f2; 
    display: table;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    width: 100%;
}

.detail-table-left {
    color: #0060c4;
    display: table-cell;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle;
    width: 120px;
}

.detail-table-right {
    display: table-cell;
    vertical-align: middle;
}

.sns {
    height: 20px; 
    padding-bottom: 20px;
}

.sns-left {
    float: right;
    margin-right: 5px;
    height: 20px;
}

.sns-right {
    float: right;
    height: 20px;
}

._51mx:last-child>._51m- {
    display: none;
} 

.relation-block {
    width : 48%;
    height: auto;
    float: left;
    margin-left: 2%;
}

.relation-content-left {
    float: left;
}

.relation-content-left div{
    margin-top: 6px;
}

.relation-content-left-image {
    width: 80px;
    height: 0;
    padding-top: 80px;
    line-height: 80px;
    background: url("/image/user.jpg") no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.relation-content-right div {
    margin-left: 10px;
}

.relation-block img {
    width: 80px;
    height: 80px;

}

.relation-content-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.relation-content-date {
    font-size: 12px;
    margin-bottom: 5px;
}

.relation-content-city {
    color: #fff;
    background-color: #1985b4;
    font-size: 11px;
    padding : 6px;
}

.relation-content-catch {
    font-size: 14px;
}

.attachment-post-thumbnail {
    display: none;
}

.type-post status-publish {

}

/* footer */
#footer {
    background-color: #10569f;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    padding: 10px 0 0;
    width: 100%;
}

.footer-block-top {
    border-bottom: solid 1px #4078b2;
    height: 260px;
}

.footer-nav {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 960px;
}

.footer-nav-block01 {
    float: left;
    margin-right: 80px;
    width: 370px;
}

.footer-nav-block02 {
    float: left;
    margin-right: 90px;
    width: 230px;
}

.footer-nav-block03 {
    float: left;
    width: 190px;
}

.footer-nav-ttl {
    margin-bottom: 20px;
}

.footer-nav-txt-block01 {
    display: table;
    line-height: 180%;
    width: 370px;
    vertical-align: top;
}

.footer-nav-txt-block02 {
    display: table;
    line-height: 180%;
    width: 290px;
    vertical-align: top;
}

.footer-nav-txt-block03 {
    display: table;
    line-height: 180%;
    width: 190px;
    vertical-align: top;
}

.footer-nav-txt-left01 {
    display: table-cell;
    padding-right: 60px;
    vertical-align: top;
}

.footer-nav-txt-left02 {
    display: table-cell;
    padding-right: 35px;
    vertical-align: top;
}

.footer-nav-txt-right01 {
    display: table-cell;
    vertical-align: top;
}

.footer-nav-txt-right02 {
    display: table-cell;
    vertical-align: top;
}


.footer-nav-txt {
    display: table-cell;
    vertical-align: top;
}

.footer-block-bottom {
    margin: 0 auto 30px;
    padding-top: 30px;
    width: 960px;
}

.footer-logo {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    width: 253px;
}

.footer-line {
    background-color: #4078b2;
    float: left;
    margin-right: 25px;
    height: 70px;
    width: 1px;
}

.footer-txt {
    float: left;
    margin-top: 10px;
}

.footer-copy {
    background-color: #000000;
    height: 50px;
    padding: 15px 0;
    text-align: center;
}

/* sp */
#head-sp {
    display: none;
}

#footer-sp {
    display: none;
}

.footer-baner {
    display: none;
}

.mark {
    display: table;
    margin-top: 10px;
    vertical-align: middle;
}

.mark-img {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}

.mark-txt {
    display: table-cell;
    vertical-align: middle;
}





@media screen and (max-width:640px){
    body {
        line-height: 160%;
    }

    #main {
        float: none;
        padding: 0 10px;
        width: 100%;
    }

    #content {
        margin: 0 auto;
        padding: 20px 0 35px;
        width: 100%;
    }

    .smenu-txt {
        color: #fff;
        border-bottom: 1px solid #4078b2;
        margin-bottom: 10px; 
        padding-bottom: 10px;
        line-height: 200%;
    }

    a.smenu-txt {
        color: #fff;
        line-height: 180%;
    }

    .yoyaku {
        display: none;
    }

    img {
        width: 100%;
    }

    #head {
        display: none;
    }

    #nav {
        display: none;
    }
	
    .site-header-main {
        display: none;
    }

    #head-sp {
        border-bottom: solid 3px #023894;
        display: block;
    }

    .head-sp-block {
        padding: 10px;
    }

    .head-logo {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .head-logo-img {
        float: left;
        width: 55%;
    }

    .head-nav {
        float: right;
        width: 10%;
    }

    .head-copy {
        color: #023894;
        font-size: 11px;
    }

    /* side */ 
    .side {
        box-sizing: border-box;
        margin-top: 20px;
        padding: 20px 20px 0 20px;
        width: 100%;
    }

    .side-img {
        box-sizing: border-box;
        width: 100%;
    }

    .side-txt {
        font-size: 18px;
    }

    .side-copy {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /* single */
    h1 {
        line-height: 160%;
    }
.seminar h1 {
	line-height: 150%;
    font-size: 1.3em;
    font-weight: bold;
    margin: -50px auto 10px;
}
	.seminar h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 150%;
}
.seminar .place {
    color: #023894;
    font-weight: bold;
    margin-bottom: -10px;
    font-size: 18px;
}
    h3 {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    .category-block {
        float: none;
        margin: 5px 0;
    }

    .category-block span {
        font-size : 11px;
        color: #fff;
    }
    .adult {
        background-color: #10569f;
        padding: 5px 10px;
    }

    .student {
        background-color: #ffb400;
        padding: 5px 10px;
    }

    .daigaku {
        background-color: #34b8c3;
        padding: 5px 10px;
    }

    .gest {
        margin-top: 20px;
        padding: 10px;
    }

    .gest-left {
        margin-right: 3%;
        width: 30%;
    }

    .gest-right {
        width: 67%;
    }

    .gest-ttl {
        color: #0060c4;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px;
    }

    .gest-name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .gest-txt {
        font-size: 14px;
    }

    .detail {
        border: solid 1px #f2f2f2;
        margin-top: 15px;
        margin-bottom: 20px;
        padding: 10px;
    }

    .table {
        border-top: solid 1px #f2f2f2; 
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .detail-table {
        border-bottom: solid 1px #f2f2f2; 
        display: table;
        font-size: 12px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        vertical-align: top;
        width: 100%;
    }

    .detail-table-left {
        color: #0060c4;
        display: table-cell;
        font-weight: bold;
        padding-left: 10px;
        vertical-align: top;
        width: 60px;
    }

    .detail-table-right {
        display: table-cell;
        vertical-align: top;
    }

    .sns {
        height: 20px; 
    }

    .sns-left {
        float: right;
        height: 20px; 
        margin-right: 5px;
    }

    .sns-right {
        float: right;
        height: 20px; 
    }

    .relation-block {
        width : 100%;
        height: auto;
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .relation-content-left {
        float: left;
    }

    .relation-content-left div{
        margin-top: 6px;
    }

    .relation-content-left div {
        width : auto;
    }

    .relation-content-right div {
        margin-left: 10px;
    }

    .relation-block img {
        width: 80px;
        height: 80px;

    }

    .relation-content-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .relation-content-date {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .relation-content-city {
        color: #fff;
        background-color: #1985b4;
        font-size: 11px;
        padding : 6px;
    }

    .relation-content-catch {
        font-size: 12px;
    }

    .attachment-post-thumbnail {
        display: none;
    }

    .type-post status-publish {

    }

    /* footer */ 
    #footer {
        display: none;
    }

    #footer-sp {
        background-color: #10569f;
        color: #fff;
        display: block;
        font-size: 12px;
        padding: 20px 0 0;
        width: 100%;
    }

    .footer-block-top {
        border-bottom: solid 1px #4078b2;
        height: auto;
        padding: 0 10px;
    }

    .footer-logo {
        float: none;
        margin: 0 auto 15px;
        width: 50%;
    }

    .footer-block-bottom {
        margin: 0 auto;
        padding: 10px 15px;
        width: 100%;
    }

    .footer-txt {
        float: none;
        font-size: 10px;
        line-height: 180%;
        margin-top: 0;
        width: 100%;
    }

    .footer-copy {
        font-size: 10px;
        height: auto;
        padding: 15px 0;
        text-align: center;
    }

    .footer-baner {
        background-color: #fff;
        border: solid 2px #e60421;
        bottom: 0;
        display: block;
        height: 74px;
        left: 0;
        padding: 5px 10px;
        position: fixed;
        width: 100%;
    }

    .footer-baner-left {
        float: left;
        font-size: 10px;
        font-weight: bold;
        line-height: 160%;
        padding-right: 5px;
        margin-top: 7px;
        width: 25%;
    }

    .footer-baner-right {
        background-color: #ff0000;
        border-radius: 5px;
        display: table;
        color: #fff;
        float: left;
        font-size: 20px;
        padding: 5px;
        vertical-align: middle;
        width: 75%;
    }

    .mark-img {
        width: 15%;
    }

    .mark-img img {
        width: 100%;
    }

    .arrow-ico {
        display: table-cell;
        float: none;
        margin: 0;
        vertical-align: middle;
        width: 10%;
    }

    .arrow-txt {
        display: table-cell;
        font-size: 20px;
        float: none;
        margin-left: 0;
        vertical-align: middle;
        width: 90%;
    }

    .fixed {
        margin-bottom: 74px;
    }

    #modal { display: none; }

    #pageslide {
        /* These styles MUST be included. Do not change. */
        display: none;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 999999;

        /* Specify the width of your pageslide here */
        width: 260px;
        padding: 20px;

        /* These styles are optional, and describe how the pageslide will look */
        background-color: #333;
        color: #FFF;
        -webkit-box-shadow: inset 0 0 5px 5px #222;
        -moz-shadow: inset 0 0 5px 5px #222;
        box-shadow: inset 0 0 5px 5px #222;
    }
}


/* ===================================================================
        追加
=================================================================== */
.footer-baner-tel-right {
    display: table;
    color: #000;
    float: left;
    font-size: 16px;
    width: 75%;
    margin-top: 7px;
}
.arrow-tel-txt {
    display: table-cell;
    font-size: 14px;
    float: none;
    margin-left: 0;
    vertical-align: middle;
    width: 100%;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 15px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.strong {
    color: #000;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0560C4
}

.arrow-txt2 {
    float: left;
    font-size: 20px;
    margin-left: 100px;
    margin-top: 10px;
    text-align: center;
}

.yoyaku-tel-left {
    float: left;
    width: 475px;
}

.yoyaku-tel-txt {
    float: left;
    font-size: 20px;
    margin-top: 0px;
    text-align: center;
    color: #000
}

ul.ul_list {
    margin-top: 10px;
    margin-left: 1.5em;
}
ul.ul_list li {
    list-style-type: disc;
    margin-bottom: 10px;
}

ol.ol_list {
    margin-top: 10px;
    margin-left: 1.5em;
}
ol.ol_list li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.waku {
    padding:15px !important;
    margin-bottom:30px !important;
    background-color:#000;
}
.waku h3 {
    margin-top: 0px;
}


.kadomaru20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.kadomaru15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.kadomaru10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.kadomaru05 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.box_link {
    position:relative;
}
.box_link a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


.btn-link {
    background-color: #003496;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:10px;
    text-align: center;
}

.blue_line {
    color: #023894;
    text-decoration: underline;
}

a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}


/* ----------------------------------------------------------------------
 色
---------------------------------------------------------------------- */

.red {
    color: #FF0100;
}

.gray {
    background-color:#eee;
}

.yellow {
    background-color:#FFEB3B;
}

.back_orange {
    background-color:#E47911;
    color: #fff;
}

.back_blue {
    background-color:#08ADEA;
    color: #fff;
}


/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post .post_row { margin-left:-15px; margin-right:-15px; line-height:2; }
.post .post_col, .post .post_col-2, .post .post_col-3 { position:relative; min-height:1px; width:100%; padding-right:15px; padding-left:15px; float:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-bottom:2em; }
@media screen and (min-width:768px){
    .post .post_col-2 { width:50%; /* 2カラム */ }
    .post .post_col-3 { width:33.33333%; }
}
@media screen and (min-width:1024px){
    .post .post_col-2 { width:50%; /* 2カラム */ }
    .post .post_col-3 { width:33.33333%; }
}
.post .post_row:before, .post .post_row:after {
    content: " ";
    display: table;
}
.post .post_row:after {
    clear: both;
}

.iframe {
    width: 673px;
    height: 230px;
}

/* CSSでレスポンシブ対応 */
@media screen and (max-width: 640px) {
    .iframe-wrapper {
        position: relative;
        width: 100%;
        padding: calc(230 / 673 * 100%) 0 0;
    }
    .iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* セミナー一覧　*/

.seminar-list .seminar-list-title {
    display: table;
    vertical-align: middle;
}

.seminar-list .seminar-list-title li {
    display: table-cell;
    vertical-align: middle;
}

.seminar-list .seminar-list-title li h3 {
    border: none;
    display: table-cell;
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
    width: 250px;
}

.seminar-list .seminar-list-title li.line {
    border-top: 1px solid #0060c4;
    display: inline-block;
    height: 1px;
    margin-top: 20px;
    width: 520px;
    vertical-align: middle;
}

.seminar-list .caution-text {
    font-size: 12px;
    margin-bottom: 10px;
}

.seminar-list .seminar-list-link {
    display: table;
    vertical-align: top;
}

.seminar-list .seminar-list-link li {
    color: #0060c4;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.seminar-list .seminar-list-link li:first-child {
    padding-right: 10px;
}

.seminar-list .seminar-list-link li img {
    display: inline-block;
    vertical-align: top;
}

.seminar-list .seminar-list-link li a {
    color: #0060c4;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.seminar-list-tab {
    width: 690px;
}

.seminar-list-tab .su-tabs-nav .tab01 {
    background: #10569f;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab01:hover {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab01.su-tabs-current {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab02 {
    background: #ffb400;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab02:hover {
    background: #ffb400;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab02.su-tabs-current {
    background: #ffb400;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab03 {
    margin-right: 0;
}

.seminar-list-tab .su-tabs-nav .tab03 {
    background: #34b8c3;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab03:hover {
    background: #34b8c3;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab03.su-tabs-current {
    background: #34b8c3;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab03 {
    margin-right: 3px;
}

.seminar-list-tab .su-tabs-nav .tab04 {
    background: #10569f;
    color: #fff;
    font-size: 15px;
    margin-right: 0;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab04:hover {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab04.su-tabs-current {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-pane.tab01 {
    border: none;
}

.seminar-list-tab .su-tabs-pane.tab02 {
    border: none;
}

.seminar-list-tab .su-tabs-pane.tab03 {
    border: none;
}

.seminar-list-tab .su-tabs {
    background: none;
}

.seminar-list li {
    margin-bottom: 30px;
}

.su-tabs-pane .seminar-list-title {
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.su-tabs-pane .seminar-list-left {
    float: left;
    width: 440px;
}

.su-tabs-pane .seminar-list-right {
    float: right;
    width: 180px;
}

.su-tabs-pane .seminar-list-btn {
    background: #0060c4;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    width: 175px;
}

.su-tabs-pane .seminar-list-btn img {
    margin-right: 10px;
    vertical-align: baseline;
}

.su-tabs-pane .seminar-list-btn:hover {
    opacity: 0.9;
}

.su-tabs-pane .seminar-list {
    width: 640px;
}

.su-tabs-pane .seminar-list-discription {
    margin-bottom: 20px;
    padding-left: 0;
}

.su-tabs-pane .seminar-list-discription li {
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    display: table;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 10px 10px;
    width: 440px;
}

.su-tabs-pane .seminar-list-discription li .seminar-list-discription-left {
    color: #0060c4;
    display: inline-block;
    font-weight: bold;
    width: 80px;
}

.su-tabs-pane .seminar-list-discription li .seminar-list-discription-right {
    display: inline-block;
    width: 340px;
}

.su-tabs-pane .seminar-list-image {
    margin-bottom: 10px;
}

.su-tabs-pane .seminar-list-area {
    background: #0a84b6;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    padding: 10px;
}

.seminar-list-tab .seminar-list-tab-ico01 {
    left: 0;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-list-tab .seminar-list-tab-ico02 {
    left: 0;
    margin-left: 230px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-list-tab .seminar-list-tab-ico03 {
    left: 0;
    margin-left: 395px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-list-tab .seminar-list-tab-ico04 {
    left: 0;
    margin-left: 570px;
    margin-bottom: 20px;
    margin-top: -20px;
}


/* grid　*/

.icc.grid02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.icc.grid02c {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	place-content: center;
	place-items: center;
}

.icc.grid03 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.icc.grid04 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0px;
	margin: 10px auto;
}
.icc.grid04 ul.ul_list {
    margin-top: 0px;
    margin-left: 1.5em;
}
.icc.grid04 ul.ul_list li {
    list-style-type: disc;
    margin-bottom: 10px;
}



@media screen and (max-width: 640px) {
	.icc.grid02 {
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
	.icc.grid02c {
	grid-template-columns: 1fr;
	grid-gap: 20px;
	place-content: center;
	place-items: center;
}

.icc.grid03 {
	grid-template-columns: 1fr 1fr;
}
.icc.grid04 {
	grid-template-columns: 1fr 1fr; ;
}
}


/* 吹き出し　*/
@media screen and (min-width: 641px){
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid #045FC4;
	margin-top: 30px;
	padding: 20px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(4, 95, 196, 0);
	border-right-color: #045FC4;
	border-width: 36px;
	margin-top: -36px;
}
}
@media screen and (max-width: 640px) {
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid #045FC4;
	margin-top: 30px;
	padding: 20px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(4, 95, 196, 0);
	border-bottom-color: #045FC4;
	border-width: 36px;
	margin-left: -36px;
}
}

@media screen and (max-width: 640px) {
    .seminar-list-tab {
        width: 100%;
    }

    .seminar-list .seminar-list-title {
        display: block;
        vertical-align: middle;
    }

    .seminar-list .seminar-list-title li h3 {
        border: none;
        display: block;
        vertical-align: middle;
        width: 100%;
    }

    .seminar-list .seminar-list-title li.line {
        border-top: 1px solid #0060c4;
        display: block;
        height: 1px;
        margin-top: 0;
        width: 100%;
    }

    .seminar-list-tab .su-tabs-nav span.tab01.su-tabs-current,
    .seminar-list-tab .su-tabs-nav span.tab02.su-tabs-current,
    .seminar-list-tab .su-tabs-nav span.tab03.su-tabs-current,
    .seminar-list-tab .su-tabs-nav span.tab04.su-tabs-current,
    .seminar-list-tab .su-tabs-nav .tab01,
    .seminar-list-tab .su-tabs-nav .tab02,
    .seminar-list-tab .su-tabs-nav .tab03,
    .seminar-list-tab .su-tabs-nav .tab04 {
        margin-right: 1%;
        display: table-cell;
        font-size: 11px;
        padding: 1%;
        vertical-align: middle;
        width: 24%;
    }

    .seminar-list-tab .su-tabs {
        background: none;
        margin-top: 10px;
    }

    .seminar-list-tab .seminar-list-tab-ico01 img,
    .seminar-list-tab .seminar-list-tab-ico02 img,
    .seminar-list-tab .seminar-list-tab-ico03 img,
    .seminar-list-tab .seminar-list-tab-ico04 img {
        width: 100%;
    }

    .seminar-list-tab .seminar-list-tab-ico01 {
        margin-left: 5%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .seminar-list-tab .seminar-list-tab-ico02 {
        margin-left: 30%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .seminar-list-tab .seminar-list-tab-ico03 {
        margin-left: 60%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .seminar-list-tab .seminar-list-tab-ico04 {
        margin-left: 90%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .su-tabs-pane .seminar-list {
        width: 100%;
    }

    .su-tabs-pane .seminar-list-left {
        float: left;
        margin-right: 5%;
        width: 65%;
    }

    .su-tabs-pane .seminar-list-discription li {
        border-bottom: 1px solid #f2f2f2;
        box-sizing: border-box;
        display: table;
        font-size: 13px;
        margin-bottom: 10px;
        padding: 0 10px 10px;
        width: 100%;
    }

    .su-tabs-pane .seminar-list-discription li .seminar-list-discription-left {
        color: #0060c4;
        display: inline-block;
        font-weight: bold;
        width: 30%;
    }

    .su-tabs-pane .seminar-list-discription li .seminar-list-discription-right {
        display: inline-block;
        width: 70%;
    }

    .seminar-list-btn img {
        width: 10px;
    }

    .su-tabs-pane .seminar-list-right {
        float: right;
        width: 30%;
    }

    .seminar-list-image {
        width: 100%;
    }

    .seminar-list-image img {
        height: auto;
        width: 100%;
    }
    
    .seminar-list-side-top {
        font-size: 14px;
     width: 100%;   
    }
    
    .seminar-list-side {
        width: 100%;
    }
    
    .seminar-list-side li {
        width: 100%;
    }
    
    .seminar-list-side li .seminar-list-side-detail {
        width: 65%;
    }
    
    .seminar-list-side li .seminar-list-side-image {
        margin-left: 5%;
        width: 30%;
    }
    
    .seminar-list-side li .seminar-list-side-image img {
        width: 100% !important;
    }


   .sp {
        display:block;
    }
    .sp-menu-block{
        left:0px;
        overflow:hidedn;
    }

    .sp-menu-block-main {
        display: table-cell;
        position:absolute;
        width: 90%;
    }

    .sp-menu-block-sub {
        display: none;
        position:absolute;
        left :100%;
        width : 90%;
    }

    .sp-menu-back-line {
        font-size: 26px;
        text-align: right;
    }

    .smenu-txt {
        line-height : 45px;
    }

    .smenu-txt span {
        float : right;
        font-size : 28px;
    }

    .icon_external_link {
        width : 24px;
        height : 24px;
        vertical-align: middle;
        margin-right : 5px!important;
    }

    .counseling-sp li {
        color: #0060c4;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .counseling-sp li:last-child {
        margin-bottom: 40px;
    }

    .counseling-sp li a {
        color: #0060c4;
    }

    .counseling-sp li img {
        width: 20px;
    }

    .sp-menu-close {
        text-align : right;
    }

    .sp-menu-close span a{
        color : #fff;
        font-size : 34px;
    }

    .icon-sp-close {
        margin-left : 5px!important;
    }

    .sp-menu-banner-margin {
        margin-bottom: 10px!important;
    }

    #responsive-menu-container{
        overflow-y: hidden!important;
    }
}

/* modal
-----------------------------------------------*/
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    max-width: 800px;
	min-width: 400px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 10px 50px;
    margin: 0px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title:before,
.onetime_popup_title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #000;
    content: "";
}
.onetime_popup_title:before {
    transform: rotate(45deg);
}
.onetime_popup_title:after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 5px 20px 20px;
    text-align: center;
}

