@charset "utf-8";
/* CSS Document */

	
/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
ul,
ol {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #422c2c;
}
a:hover {
  transition: all 1s ease 0s;
  opacity: 0.6;
}
area:focus{
  outline: darkorange solid 2.4rem;
}
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.clearfix:after { /*回り込み解除*/
    display: block;
    content: "";
    clear: both;
}
.Tc {
	text-align: center;
	margin: auto;
}
.Tl {
	text-align: left;
}
.small {
	font-size: 12px;
}
/* inline-block空白消し */
.list {
	letter-spacing: -.4em;
}
.list li,
.list div {
	display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
}
/* 共通 */
html {
  font-size: 16px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
/******* editor *******/
 
.entry p {
margin: 0.5em 0;
display: block;
}

.entry dl dd,
.entry table td {

}
.entry dl dt,
.entry table th {
	font-weight: bold;
}

.entry h1 {
	font-size: 32px;
}
.entry h2 {
	font-size: 24px;
}
.entry h3 {
	font-size: 20px;
}
.entry h4 {
	font-size: 16px;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; padding-left: 1em; }
.alignleft { float: left;  padding-right: 1em;}

/* spmenu */
.wpr_search search_top,
div.wpr_search {
	display: none!important;
}

/* リキッドrow */
/* レスポ横並び */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 30px;
}
.col_2 > div,
.col_2 > li {
	width: 50%;
	padding: 20px;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
	text-align: center;
}
.col_3 > li{
	width: 33.33333%;
	padding: 10px;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.col_4 > li{
	width: 25%;
	padding: 10px;
}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > li{
	width: 20%;
	padding: 10px;
}
.col_5 > li {
	position: relative;
	overflow: hidden
}
.col_6{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.col_6 > li{
	width: 16.6%;
	padding: 10px;
}
.col_5 > li > div{
	position: relative;
	overflow: hidden
}

div.row1 {
	width: 10%;
}
div.row2 {
	width: 20%;
}
div.row3 {
	width: 30%;
}
div.row4 {
	width: 40%;
}
div.row5 {
	width: 50%;
}
div.row6 {
	width: 60%;
}
div.row7 {
	width: 70%;
}
div.row8 {
	width: 80%;
}
div.row9 {
	width: 90%;
}

@media screen and ( max-width:960px) {

.col_2 > div {
		width: 100%;
}
.col_3 > li{
	width: 50%;
}
.col_4 > li{
	width: 33.33333%;
}
.col_5 > li{
		width: 25%;
}
.col_6 > li{
		width: 25%;
}
}
@media screen and (max-width: 480px) {
html {
  font-size: 14px;
}
.col_2 > li {
	width: 100%;
}
.col_3 > li{
		width: 100%;
}
.col_4 > li{
		width: 50%;
		padding: 5px;
}
.col_5 > li{
		width: 33.33333%;
}
.col_6 > li{
		width: 33.33333%;
}

.alignright { float: none; padding-left: 0; }
.alignleft { float: none;  padding-right: 0;}

}