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

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

共通

******************************************************************/
* {
    font-family: 'Noto Sans JP', sans-serif;
}
*, *: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;
    /*
    background-image: url(assets/images/background.png);
    background-repeat: repeat;
    */
}
a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    color: #333333;
}
a:hover {
    /*    opacity: 0.7;*/
}
a:hover, a:focus, a:active {
    color: #111111;
}
#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 {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
h1 {
    font-size: 1.25rem;
}
h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 1.15rem;
}
h4 {
    font-size: 1.1rem;
}
h5 {
    font-size: 1.05rem;
}
h6 {
    font-size: 1rem;
}

h2.com-headline {
    border: 1px solid #cccccc;
    border-left: 10px solid #C28474;
    padding: 1.2rem 1rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

/*-------------------------------------------
form
-------------------------------------------*/
input[type="radio"] {
    border: inset 1px #000000;
}
input[type="radio"]:checked {
    background-color: #000000;

}

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



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

構造調整タグ

******************************************************************/
.base_width {
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.inner_width {
    width: 90% !important;
    margin: 0 auto !important;
}



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

汎用パーツ

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



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

プラグイン

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



/*-------------------------------------------
contact form 7
-------------------------------------------*/
div.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7-textarea {
    min-height: 14rem;
}


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

404 Page Not Found

******************************************************************/
p.notfound {
    margin-bottom: 50px;
}

