/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

body {
    font-family: Quicksand,游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin:0 !important;
}

h4 {
    padding:0 1em;
}

p {
    padding:0 20px;
}

li {
    margin:0 !important;
}

table th {
    border:none !important;
}

table td {
    border:none !important;
}

/*セクション定義*/

.full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #fff;
    max-width: 100vw;
}

.site-content {
    color: #737473;
}

.site-content a {
    color: #737473;
    text-decoration:none;
}

.content-area {
    padding-top: 0 !important;
}

/*content幅item*/

.hide-heading {
    display:none;
}

.heading-wrapper {
    background-color:white;
    padding-top:9vh;
    padding-bottom:9vh;
    color:#737473;
    text-align:center;
}

.heading-img {
    margin:0 auto;
    text-align:center;
    width:20vw;
}

.heading-caption {
    margin:1vh 0 5vh;
}

.news-list {
    list-style:none;
    text-align:left;
    width:80%;
}

.news-list a {
    text-decoration:underline;
}

/*追加スタイル*/
/*モバイルメニューのデザイン*/
.onepress-menu.onepress-menu-mobile {
    background-color: #0000008a;
}

/*保護アイテム非表示
div.getPost.w3-card.w3-margin.w3-animate-opacity:first-child {
	display:none !important;
}*/