/*
Theme Name:JAPANESE Base Theme
Theme URI: https://japnnewstoday.pro/
Description:BASE THEME.
*/
@import url("value.css");

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Noto Sans JP', -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size:100%;
	line-height:150%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

a{
	text-decoration:none;
}
li{
	list-style-type:none;
}
img{
	border:0;
	max-width:100%;
	height:auto;
}
h1{
	font-size:230%;
	margin-bottom:3%;
}
h3{
	font-size:150%;
	margin-bottom:3%;
}

@media (min-width: 1021px){
  .min1021none,
	.spHnav {
      display: none;
  }
}
@media (max-width: 1020px){
  .max1020none,
	.header_nav,
	.footer_company {
      display: none;
  }
}
@media (min-width: 641px){
  .min641none {
      display: none;
  }
}
@media (max-width: 640px){
	div.center {
		margin: 0px auto 0px auto;
		padding: 0px auto 0px auto;
		width: 96%;
	}
	.width70float {
		float: none;
		width: 100%;
	}
	.right {
		float: none !important;
	}
}


/* invert */

.invert100pct {
	filter: invert(100%);
}

/* about font */
.fontWbold , .h_item_inner p, .voice_item{
    font-weight: bold;
}
.italic {
    font-style: italic;
}
/* text align */
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.textcenter {
    text-align: center;
}

/* color */
.bg_black {
    background: #000;
}
.bg_white {
    background: #fff;
}
.bg_ffcc00 {
    background: #ffcc00;
}
.bg_fffbf2 {
    background: #fffbf2;
}
.bg_fffde4 {
    background: #fffde4;
}
.bg_ffae00 {
	background: #ffae00;
}
.clr_white {
    color: #fff;
}
.clr_f2f500 {
    color: #f2f500;
}
.clr_ffae00 {
    color: #ffae00;
    font-weight: 900;
}
.clr_9e0000 {
    color: #9e0000;
}
.clr_73c18f {
    color: #73c18f;
}
/* hover */
* a:hover {
    opacity: 0.7;
}

/* display */

.display_none {
    display: none;
}

/* center */
.center1100 {
	max-width: 100%;
	width: 1100px;
	margin: 0 auto;
}

input,
textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid;
    border-radius: .3rem;
    line-height: 150%;
}

@media (max-width: 680px) {
    input,
    textarea {
        padding: .5rem;
    }
}
