/* カスタム CSS をここに入力してください */
/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*@media screen and (max-width: 940px) {
	.site-branding .site-title, .site-branding .site-text-logo {
		font-size: 17px;
	}
}
*/

/*
@media screen and (max-width: 600px) {
	.site-branding .site-title, .site-branding .site-text-logo {
		font-size: 15px;
	}
}

@media screen and (max-width: 720px) {
	.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
		display: none;
	}
	
	.hero-content-style1 p {
		font-size: 18px;
	}
  	.hero-small-text {
		font-size: 15px;
	)
}

@media screen and (min-width: 940px) {
	.hero-content-style1 p {
		font-size: 22px;
	}
}

@media screen and (min-width: 1140px) {
	.hero-content-style1 p {
		font-size: 28px;
	}
}

.onepress-menu a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
 

html {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-transform: none;
}

body, button, input, select, textarea {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 18px;
	font-size: 1rem;
	color: #000000;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	line-height: normal;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

.onepress-menu a {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-transform: none;
	font-size: 17px;
	zoom: 1;
	text-decoration: none;
}

.counter_item .counter__number {
	font-family: sans-serif, serif;
	text-transform: none;
	font-size: 50px;
	font-size: 2.5rem;
}

main a:link {
	color: #2200C1;
}

main a:visited {
}

main a:active {
	color: #ff8000;
}

main a:hover {
	color: #ff8000;
}

.site-header a {
}

.section-inverse {
	color: rgba(255,255,255,0.8);
}

.section-inverse p {
	color: rgba(255,255,255,0.8);
}
*/
/*
.section-inverse p {
	color: rgba(255,255,0,1);
}

.section-inverse {
	color: rgba(255,255,0,1);
}

a:link {
	text-decoration: none;
	color: #33CC00;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #fffb00;
	text-decoration: underline;
}
*/