@charset "UTF-8";
/*
	BASE
*******************************/

/*body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;}*/
/*
* {
	font-family: "Lato","Shin Go Medium","UD Shin Go NT Medium","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
}
font-family: 'Lato', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
* {
	/*font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/
	
   font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
}
.en {
	font-family: 'Oswald', sans-serif;
}
.en2 {
font-family: 'Lato', sans-serif;
}
.jp {
	/*font-family: "Noto Sans JP",sans-serif;*/
   font-family: 'Noto Serif JP', serif;
}

html {
	font-size:62.5%;
	line-height:1em;
}
body {
	font-size:1.6rem;
	background-color:#ffffff;
}

img {
	-webkit-backface-visibility: hidden;
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#333333;}

a,
a:link,
a:visited {
	color:#333333;
	text-decoration:none;
	outline:none;
	border:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
	-webkit-backface-visibility: hidden;
}
area {
	border:none;
	outline:none;
}

.clear { clear:both;}

* img {
	max-width: 100%;
	height: auto;
}

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



/*
	BASE LAYOUT
******************/

body {
	min-width:1024px;
}

#main {
	width:100%;
	margin:0;
	padding:0;
}
#main {
	width:100%;
	margin:0 auto;
	padding:0;
}
#main p {
	font-size:1.6rem;
	line-height: 2em;
	margin: 0 0 1em;
	padding:0;
	text-align:justify;
}


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


/*基本：左右配置　上下センター　折り返しなし*/
.fbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/*折り返しなし*/
.fbox.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/*左寄せ*/
.fbox.bxstart {
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}

/*右寄せ*/
.fbox.bxend {
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}

/*中央寄せ*/
.fbox.bxcenter {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

/*上寄せ*/
.fbox.alstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	align-content: flex-start;
}

/*下寄せ*/
.fbox.alend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	align-content: flex-end;
}

/*上下中央*/
.fbox.alcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	align-content: center;
}

/*上下端*/
.fbox.albt {
  -ms-flex-line-pack: justify;
       align-content: space-between;
}

/*上下均等*/
.fbox.linedist {
  -ms-flex-line-pack: distribute;
       align-content: space-around;
}



/*子要素に設定　順番を1番目に*/
.pos0 {
  -webkit-box-ordinal-group: 1;
             -ms-flex-order: -1;
                      order: -1;
}

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

/*
	Contents LAYOUT
******************/
.wrap {
	width:100%;
	padding:45px 0;
	text-align:center;
}

.contents {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
	box-sizing:border-box;
	text-align:left;
}
#contents.p404 h1 {
	font-size:1.4em;
	margin-bottom:1em;
	text-align:center;
}
#main #contents.p404 p {
	text-align:center;
}

.contents a.more {
	font-family: 'Oswald', sans-serif;
	font-size:1.8rem;
	line-height:1.5;
	font-weight:400;
	width:6em;
	box-sizing:border-box;
	padding-right:1em;
	display:block;
	text-align:center;
	border-bottom:1px solid #de1557;
	position:relative;
}
.contents a.more::after {
	content:'';
	display:block;
	width:1px;
	height:1em;
	background-color:#de1557;
	position:absolute;
	right:0;
	bottom:0;
	transform:rotate(-45deg);
	transform-origin:bottom right;
}
.contents a.more:hover {
	color: #de1557;
}

.wp-pagenavi {
	text-align:center;
	margin: 30px 0;
}


@media screen and (max-width:640px){
	
body {
	min-width:100%;
}

#main p {
	font-size:3.6vw;
	line-height: 1.8em;
}
	
a:hover {
	color:#333333;
}
	
.wrap {
	padding:30px 0 45px;
}

.contents {
	width:calc(100% - 40px);
}
	
.contents a.more {
	font-size:5vw;
}
	
}