/******************************************************************
サイト基本スタイルシート
Author: T.Sugiyama
Author URI: http://fromdime.com
******************************************************************/

/******************************************************************

共通

******************************************************************/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none) {
    * {
        font-family: Meiryo, sans-serif;
    }
}
.f-go { font-family: "Noto Sans JP"; }
.f-min { font-family: "Noto Serif JP"; }

html {
   /* font-size: 1rem; */
    /*    font-size: 0.8125rem;*/
/*    font-size: 0.875rem;*/
        font-size: 0.9375rem;
    /*    letter-spacing: 0.1em;*/
    line-height: 1.8;
    color: #333333;
}
body {
    word-wrap: break-word;
	font-family: 'YakuHanJP', 'Noto Serif JP', sans-serif;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    /*    opacity: 0.7;*/
}
a:hover, a:focus, a:active {
    color: #87c439;
}
#main a {
    text-decoration: underline;
}
#main a,
#main a.button,
#main .post_link a,
#main .wrap_pagination a {
    text-decoration: none;
}

/*
a:hover, a:focus {
color: #0078a0;
}
*/
/*
a:active {
background-color: #000000;
}
*/
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
}
dl, ol, p, ul {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, ul, p, figure {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
h1 {
    font-size: 1.45rem;
}
h2 {
    font-size: 1.4rem;
}
h3 {
    font-size: 1.35rem;
}
h4 {
    font-size: 1.3rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1.2rem;
}

hr {
    margin: 0;
}
.left {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
}
.right {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
}
.center-align {
    text-align: center !important;
}
.left-align {
    text-align: left !important;
}
.right-align {
    text-align: right !important;
}
.disp-block {
    display: block;
}
.disp-inline-block {
    display: inline-block;
}
.disp-inline {
    display: inline;
}
/* 段落の一字下げ */
.indent {
    text-indent: 1rem;
}
.marginbh {
    margin-bottom: 0.5rem;
}
.marginb {
    margin-bottom: 1rem;
}
.marginbw {
    margin-bottom: 2rem;
}
.marginr {
    margin-right: 1rem !important;
}
.marginl {
    margin-left: 1rem !important;
}
.marginrh {
    margin-right: 0.5rem !important;
}
.marginlh {
    margin-left: 0.5rem !important;
}
.box_center {
    margin: 0 auto;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.relative {
    position: relative;
}
table {
    width: 100%;
}
.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
