@charset "UTF-8";
/*!
Theme Name: bewave_column child
Template:   bewave_column
Version:    20161002
*/
/* Simplicity子テーマ用のスタイルを書く */
body {
    background-color: #f9f9f9;
}

#container {
    min-width: 1150px;
}

@media screen and (max-width: 767px) {
    #container {
        min-width: 100%;
    }
}

#header-in,#navi-in,#body-in,#footer-in {
    width: 1080px;
}

#header-in {
    width: 100%;
}

#header {
    background-color: #ffffff;
    border-bottom: solid 1px #cccccc;
}

#header .alignleft {
    margin: 0 !important;
}

#h-top {
    min-height: auto;
}

#headCont {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    #headCont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 2%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#site-title {
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    #site-title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

#site-title img {
    width: 470px;
}

@media screen and (max-width: 767px) {
    #site-title img {
        width: 50%;
        max-width: 275px;
    }
}

#site-description {
    margin: 0 !important;
    background-color: #1d599e;
    line-height: 1.5;
}

#site-description span {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    #site-description span {
        padding: 5px 3%;
        font-size: 10px;
        line-height: 1.3;
    }
}

#navi {
    background-color: #ffffff;
    /*border-bottom: solid 1px #cccccc;*/
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
    #navi {
        border-bottom: none;
    }
}

#navi .menu ul {
    background-color: #ffffff;
}

#navi .menu > ul {
    border: none;
}

#mobile-menu a {
    margin: 0;
    padding: 0;
    position: static;
    text-align: left;
    font-size: 12px;
	display: none;
}

/* footer */
#footer {
    background-color: #333333;
    color: #ffffff;
}

/* content */
#body {
    margin: 50px 0;
}

@media screen and (max-width: 767px) {
    #body {
        margin: 2% 0 0;
        padding: 0 2%;
    }
}

/*main*/
#main {
    border: 1px solid #eeeeee !important;
    border-radius: 3px;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    #main {
        padding: 2% !important;
    }
}

/*side*/
@media screen and (max-width: 767px) {
    #sidebar {
        padding: 0 !important;
    }
}

/*side title bar style*/
#sidebar h3 {
    margin: 0;
}

#sidebar h3 {
    padding: 5px 10px;
    border-radius: 3px;
    background: #1d599e;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

/*side list item*/
.widget_new_entries ul li,.widget_new_popular ul li,.widget_popular_ranking ul li {
    overflow: hidden;
}

#sidebar aside > ul > li {
    padding: 6px 5px;
    border-bottom: solid 1px #eeeeee;
}

#mainVisual {
    height: 230px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(images/main.jpg) center center no-repeat;
    border-bottom: solid 1px #eeeeee;
}

@media screen and (min-width: 768px) {
    #mainVisual {
        text-indent: -9999px;
    }
}

@media screen and (max-width: 767px) {
    #mainVisual {
        height: auto;
        background: none;
    }
    #mainVisual img {
        vertical-align: middle;
    }
}

.widget_new_entries a:hover,.widget_new_popular a:hover,.widget_popular_ranking a:hover,.wpp-list a:hover,.entry-read a:hover,.entry .post-meta a:hover,.related-entry-read a:hover,.entry a:hover,.related-entry-title a:hover,.navigation a:hover,#footer a:hover,.article-list .entry-title a:hover,.blog-card-title a:hover {
    color: #1d599e;
}

a {
    color: inherit;
}

a:hover {
    color: #1d599e;
}

.article .wp_rp_content .related_post_title {
    margin: 50px 0 20px !important;
    padding: 5px 10px !important;
    border-radius: 3px;
    background-color: #1d599e !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: none;
}

.article .wp_rp_content .related_post li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article .wp_rp_content .related_post li:hover .wp_rp_title {
    text-decoration: underline;
}

.article .wp_rp_content .related_post li a.wp_rp_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    word-wrap: anywhere;
    text-decoration: none;
}

#main .entry {
    margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
    #main .entry {
        margin: 0 0 40px;
    }
}

.post-meta {
    margin: 20px 0;
    padding: 5px;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .post-meta {
        margin: 10px 0;
    }
}

/*タグクラウドのスタイル */
.tagcloud {
    padding: 10px 0 0;
}

.tagcloud a {
    display: inline-block;
    text-decoration: none;
    line-height: 1.8;
}

.tagcloud a::before {
    content: "#";
    color: #707070;
}

.tagcloud a:hover {
    color: #1d599e;
    text-decoration: underline;
}

.bwFb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bwFb_pic_thumb {
    width: 50%;
}

.bwFb_btn {
    width: 50%;
    padding: 0 3%;
    text-align: center;
}

.bwFb_btn_txt span {
    display: block;
    font-size: 12px;
}

.sns-group-viral ul.snsb li {
    width: 19%;
}

@media screen and (max-width: 767px) {
    .sns-group-viral ul.snsb li {
        width: 32%;
    }
}

/************************************
** PC用のレスポンシブデザインスタイル読込
************************************/
@media screen and (max-width: 767px) {
    div#header-in,div#navi-in,div#body-in,div#footer-in {
        width: 740px;
    }
    #site-title {
        margin-right: 30px;
    }
    div#sidebar {
        clear: both;
        float: none;
        padding: 15px;
        width: auto;
        position: static !important;
    }
    #footer-widget {
        display: none;
    }
    #footer-widget .footer-left,#footer-widget .footer-center,#footer-widget .footer-right {
        clear: both;
        width: 100%;
    }
    /* #sidebar-scroll{
    display:none;
  } */
    /************************************
  ** モバイルメニュー
  ************************************/
    #mobile-menu {
        display: block;
        position: relative;
    }
    /************************************
  ** ヘッダー関係
  ************************************/
    #header .menu {
        display: none;
    }
    #header .alignright {
        display: none;
    }
    /************************************
  ** メインメニュー
  ************************************/
    #navi ul {
        display: none;
        border: 0;
    }
    #navi ul li {
        float: none;
        display: block;
        height: auto;
    }
    #navi ul li a:hover {
        text-decoration: none;
        background-color: #dddddd;
    }
    #navi ul li a {
        padding: 10px;
        color: #111111;
    }
    #sidebar .ad-space .ad-label {
        display: block;
    }
    #navi ul.sub-menu,#navi ul.children {
        position: relative;
        width: auto;
        /*background-color:#777;*/
        border-width: 0;
    }
    #navi ul.sub-menu ul,#navi ul.children ul {
        left: 0;
        top: 0;
    }
    #navi .sub-menu li,#navi .children li {
        height: auto;
        padding-left: 30px;
    }
    .slicknav_menu {
        display: block;
    }
}

.menu-item > a:before {
  display: inline-block;
  font: 16px/1 FontAwesome;
  margin-right: 4px;
}

.menu > .menu-item:nth-child(1) > a:before {
  content: '\f015';
}

/* 画面幅が1111px以上の時 */
@media screen and (min-width: 1111px) {
    /*#navi ul{display:block}*/
    .ad-sidebar {
        margin-top: 0;
    }
    #navi ul.sub-menu,#navi ul.children {
        display: none;
    }
}

/************************************
** 解像度740px以下のスタイル
************************************/
@media screen and (max-width: 767px) {
    #container #header,#container #header-in,#container #navi,#container #navi-in,#container #body-in,#container #footer-in {
        /*important削除*/
        width: 100%;
    }
    #main {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        border-width: 0;
        padding: 10px;
    }
    #container #main,#container #sidebar {
        /*important削除*/
        float: none;
    }
    /*マージンによる幅のズレ修正開始*/
    .article h2 {
        margin-left: 0;
        margin-right: 0;
    }
    #main blockquote {
        /*important削除*/
        margin-left: 0;
        margin-right: 0;
    }
    .navigation {
        margin-left: 0;
        margin-right: 0;
    }
    #sidebar {
        width: auto;
    }
	
	#mw_wp_form_mw-wp-form-1836 {
		padding: 15px 8px;
	}

}


	#mw_wp_form_mw-wp-form-1836.mw_wp_form input, #mw_wp_form_mw-wp-form-1836.mw_wp_form textarea {
    border-radius: 3px;
    padding: 5px 5px;
    font-size: 1.0em;
    width: auto;
    max-width: 100%;
	margin: 5px 0;
}
	#mw_wp_form_mw-wp-form-1836 p {
		margin:5px auto 20px auto;
		font-size: 0.9em;
	}

.semibox {
    border: 2px dotted #ebebeb;
    margin: 10px auto;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.semibox .endbg {
    position: absolute;
    z-index: 5;
    width: initial;
    min-width: 1200px;
    float: none;
    margin: 0;
    left: -5px;
    border: 0;
    top: 0;
}

.end {
	text-decoration-line: line-through;
}
.mktxt {
	width:90%;
	padding:8px 13px;
	margin:5px auto;
}
.mktxt h5 {
	font-size: 1.3em;
    padding: 2px 0;
    margin: 0 auto;
}
.borderarea {
	border:1px solid darkgray;
}

.accordion-001 {
    max-width: 100%;
    background-color: #fdfced;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1.2em;
    border-radius: 5px;
    background-color: #f2316b;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}