@charset "utf-8";
/*
Theme Name: LIQUID Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid
Version: 9999
*/
/* Child Styles */

/*:root {
    --blue: #4aa0c4;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}*/

body {
    font-size: 16px;
    font-family:Verdana , "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}


a {
    color: ##1d3a6d;
    text-decoration: none;
}

a:visited {
    color: #4aa0c4;
    opacity: 1;
}








/*a:visited { #4aa0c4; }a { #1d3a6d; }
 * a:link
a:hover   {  }
a:active  {  }
*/

/*.sidebar { display:none; }*/

.noto-sans-jp-01 {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

.lexend-<uniquifier> {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.reggae-one-regular {
  font-family: "Reggae One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}


a.logo {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color:#000000;
}





/* header */
.headline      { background:#eeeeec; }

.headline .row { flex-direction: column; }

.logo_text     { font-size: small; text-align: left; }

.headline .ttl, .headline .subttl { font-size: small; }



.navbar { border-bottom: 0px solid #00aeef; }

.sidebar { background-color:rgba(255,255,255,0.1); }





.single .row {
    display: -ms-flexbox;
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mainarea { width:100%; }

.post_body {
    width:90%;
	margin:0 auto 1em auto;
}



.noimage {
    background: #ffffff;
	font-family: "Lexend", sans-serif;
    font-size: 1.2rem;
    color: #a4c9df;
}


#block-5, #block-5, .sidebar { display:none; }


/* トップページのみ、ウィンチの説明 */
#top-comm-only {
	padding:0 0 15px 0;
}
/*----------------------------------------------*/
@media (min-width: 576px) {
    .col-sm-6 { max-width: 100%; }
}


@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 97%;
        flex: 97%;
        max-width: 97%;
    }
}
