@charset "utf-8";

/*
Theme Name:名古屋ユマニテク調理製菓専門学校 合格者サイト
*/

/****************
Font-Size

Pixels	%
10px	62.5%
11px	68.8%
12px	75.0%
13px	81.3%
14px	87.5%
15px	93.8%
16px	100.0%
17px	106.3%
18px	112.5%
19px	118.8%
20px	125.0%
21px	131.3%
22px	137.5%
23px	143.8%
24px	150.0%
26px	162.5%
28px	175.0%
****************/


* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
	/*font: inherit;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*--[Win Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
:focus
{?moz-outline-style:none;}

/*--[Mac Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
a { outline:none;}
a{
	text-decoration:none;
	color: #444;
}
a:hover{
	text-decoration:underline;
}
hr {
	clear: both;
	border: solid 1px #fff;
	margin: 15px 0;
}
img {
	border: none;
	vertical-align: bottom;
	/*max-width: 100%;*/
}

br {
	letter-spacing: 0;
}

ul,ol{
	margin-left: 1.4em;
}

li img {
	vertical-align: top;
}
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}


/*Flex Box*/
.flex {
	clear: both;
	display: flex;
	flex-wrap: wrap;/*親の横幅以上は折り返す*/
}
.flex-item-center {
	align-items: center;/*縦中央揃え*/
}
.justify-content-space-between {
	justify-content: space-between;
}

.flex-item {
}
.flex-item img {
	max-width: 100%;
	height: auto;
}
.flex-2 .flex-item {
	width: 48%;
	margin-right: 4%;
}
.flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0;
}
.flex-2 .flex-item:nth-last-of-type(-n+2) {
}
.flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
}
.flex-3 .flex-item:nth-last-of-type(-n+3) {
}

.flex-4 .flex-item {
	width: 22.0%;
	margin-right: 4%;
}
.flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.flex-4 .flex-item:nth-last-of-type(-n+4) {
}

.flex-5 .flex-item {
	width: 18.4%;
	margin-right: 2%;
}
.flex-5 .flex-item:nth-of-type(5n) {
	margin-right: 0;
}
.flex-5 .flex-item:nth-last-of-type(-n+5) {
}
.pc-order-1{
	order: 1;
}
.pc-order-2{
	order: 2;
}
.pc-order-3{
	order: 3;
}
.pc-order-4{
	order: 4;
}
.pc-order-5{
	order: 5;
}
.pc-order-6{
	order: 6;
}
.pc-order-7{
	order: 7;
}
.pc-order-8{
	order: 8;
}
.pc-order-9{
	order: 9;
}
.pc-order-10{
	order: 10;
}

 /*inview.js*/
.inview-fade {
	opacity: 0;
	transition: 2.5s;/*スクロールインでフェードする時間*/
}
.inview-show{
	opacity: 1.0;
}

/*囲み用ボックス*/
.pickup_box{
	background-color: #f1f1f1;
	padding: 2%;
}
.important_box{
	border: solid 1px #cd0000;
	padding: 2%;
}

.border_box{
	border: solid 1px #998675;;
	padding: 2%;
}
.left_border_box{
	background-color: #f8f5ef;
	border-left: solid 4px #998675;;
	padding: 2%;
}



.none {
	display: none;
}
.radius {
	background-color: #EBEFFB\9;
	border-radius : 6px;
}
.radius_s {
	background-color: #EBEFFB\9;
	border-radius : 3px;
}
.shadow {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

/* .pdf {
	background: url(images/pdf.gif) right 50% no-repeat;
	padding-right: 32px;
} */


/*テキスト*/
.txtBold {
	font-weight: bold;
}
.txtLarge {
	font-size: 125%;
}
.txtSmall {
	font-size: 87.5%;
	line-height: 1.5;
}
.txtMid {
	font-size: 100%;
}
.txtXSmall {
	font-size: 75%;
	line-height: 1.35;
}
.txtGray {
	color: #bbb;
}
.txtGreen {
	color: #22AC38;
}
.txtOrange{
	color:#f05328;
}
.txtBlue {
	color: #00A0E9;
}
.txtPink {
	color: #EB6161;
}
.txtRed {
	color: #cd0000;
}
.txtGold{
	color: #998675;
}

.txtBrown{
	color: #8a4a21;
}


.txtMincho {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}



/*リストスタイル*/
.list {
	margin-left: 1.5em;
}
.list li {
	margin-bottom: 10px;
}
.list li:last-child {
	margin-bottom: 0;
}
.lstDisc {
	/*黒丸*/
	list-style-type: disc;
}
.lstNum {
	/*数字*/
	list-style-type: decimal;
}
.lstDecimal {
	/*数字*/
	list-style-type: decimal;
}
.lstCircle {
	/*白丸*/
	list-style-type: circle;
}
.lstSquare {
	/*黒四角*/
	list-style-type: square;
}
.lstAlp_L {
	/*大文字アルファベット*/
	list-style-type: upper-latin;
}
.lstNon {
	list-style-type: none !important;
}
.lstUpperRoman {
	/*大文字のローマ数字*/
	list-style-type: upper-roman;
}

.indent {
	margin-left: 2em;
}



/*左右中央寄せ（1）*/
.alignnone {
	display: block;
	margin: 20px 0;
}

.imgCenter,
.aligncenter {
	display: block;
	margin: 20px auto;
}
.imgLeft,
.alignleft {
	float: left;
	margin: 15px 20px 15px 0;
}
.imgRight,
.alignright {
	float: right;
	margin: 15px 0 15px 20px;
}

/*左右中央寄せ（2）*/
.center {
	text-align: center;
}
.left,
.left th {
	text-align: left;
}
.right {
	text-align: right;
}



/*マージンリセット*/
.mRight0 {
	margin-right: 0 !important;
}
.mBottom0 {
	margin-bottom: 0 !important;
}

/*縦揃え*/
.valignTop {
	vertical-align: top;
}
.valignMid {
	vertical-align: middle !important;
}



/*テーブル*/
table {
	border-collapse: collapse;
	border: none;
	line-height: 1.5;
}

.table {
	border-collapse: collapse;
	font-size: 14px;
}
table th,
table td {
	border: 1px solid #111;
	padding: 8px 10px;
}
table th {
	background-color: rgba(235,97,0,0.2);
	/*padding-right: 40px;*/
}



/*全幅*/
.fullWidth {
	width: 100%;
}

/*改行しない*/
.nowrapTable th,
.nowrap {
	white-space: nowrap;
}

/*別ページへのリンクボタン*/
.page_link_btn {
	justify-content: center;
	background-color: #f1f1f1;
	padding: 10px;
}
.page_link_btn li {
	/*flex-direction: column;*/
	align-items: center;
	border: solid 1px #03415A;
	box-sizing: border-box;
	align-self: stretch;
	background-color: #fff;
	text-align: center;
	width: 40%;
	margin: 10px 0.5% !important;
	list-style-type: none;
}
.page_link_btn li:hover {
	background-color: #03415A;
}
.page_link_btn li a {
	display: block;
	align-self: center;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 15px 2%;
	font-size: 14px;
	line-height: 1.4;
	color: #03415A;
}
.page_link_btn li a:hover {
	text-decoration: none;
	color: #fff;
}



/*サイト構成*/
html {
	height: 100%;
}
body{
	border-top: solid 5px #df5aa4;
	/* background-color: #F7F5ED; */
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
	/* font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
	color: #333;
	font-size: 100%;
	line-height: 1.7;
}

/* .tel_box {
	text-align: center;
	float: right;
	margin: 0;
	line-height: 1.35;
}
.tel_box .tel {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	color: #df5aa4;
}
.tel_box .tel span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 18px;
	vertical-align: middle;
}
.tel_box .address {
	font-size: 12px;
	font-style: normal;
} */

footer {
	border-top: solid 5px #df5aa4;
	text-align: center;
	width: 100%;
	margin-top: 60px;
	z-index: 9999;
	color: #df5aa4;
}
footer a {
	color: #df5aa4;
}
.footMenu {
	text-align: center;
	padding: 20px 0;
}
.footMenu a{
	padding: 0 2em;
}
footer .copy {
	background-color: #eee;
	text-align: center;
	padding: 60px 0;
	font-size: 12px;
	color: #111;
}
#menuBody_sp {
	display: none;
}

/*パンくずリスト*/
.breadcrumbBody {
	width: 100%;
	padding: 0 0 27px;
}
.breadcrumb {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 75%;
}
div.breadcrumb div {
	display: inline;
}
.breadcrumb span.sp{
	margin:0 10px;
}



/*共通 トップページ*/
.topBlock {
	width: 100%;
	margin-bottom: 20px;
}
#topImgBody {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
#topImgBody img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.top_contents {
	width: 1000px;
	max-width: 100%;
	margin: 20px auto 0;
}
.home .top_contents{
	width: 1200px;
}
.topBox {
	position: relative;
	box-sizing: border-box;
	width: 48%;
}
.topBox:nth-of-type(odd) {
	clear: both;
	margin-right: 4%;
}

#topNews {
	position: relative;
	width: 100%;
	margin-top: 60px;
}
#topNews .news_box{
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 30px;
}

#topNews .more {
	position: absolute;
	top: 12px;
	right: 5px;
}
#topNews h2 {
	border-bottom: solid 1px #ccc;
	margin-bottom: 16px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #df5aa4;
}
#topNews p {
	font-size: 14px;
	line-height: 1.35;
}

#topNews ul {
	margin-left: 0;
	overflow: auto;
}
#topNews li {
	margin: 0 0 20px;
	list-style-type: none;
	font-size: 16px;
	line-height: 1;
}
#topNews li h3 {
	font-weight: normal;
}
#topNews li a {
	line-height: 1.5;
}
#topNews li .date {
	margin-bottom: 5px;
	color: #666;
}

#topNews li .cat{
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	width: 170px;
	padding: 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
}
.news li .cat a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 3px 5px;
	color: #fff;
}
.news li .cat a:hover{
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}
.news li.cid8 .cat{
	/*全学科*/
	background-color: #000;
}
.news li.cid1 .cat{
	/*歯科*/
	background-color: #4591cd;
}
.news li.cid4 .cat{
	/*調理師専科*/
	background-color: #0d9e08;
}
.news li.cid5 .cat{
	/*製菓製パン*/
	background-color: #eb6100;
}

#topBnr{
	width: 1000px;
	margin: 0 auto;
	padding-top: 42px;
}
#topBnr ul{
	justify-content: space-between;
	margin: 0;
}
#topBnr li{
	width: 28%;
	margin-bottom: 20px;
	list-style-type: none;
}
#topBnr li:last-of-type{
	margin-bottom: 0;
}
#topBnr li a{
	display: block;
	text-align: center;
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
#topBnr li.all a{
	/*全学科*/
	background-color: #000;
}
#topBnr li.dental a{
	/*歯科*/
	background-color: #4591cd;
}
#topBnr li.pan a{
	/*製菓製パン*/
	background-color: #eb6100;
}
#topBnr li.chouri a{
	/*調理師専科*/
	background-color: #0d9e08;
}
#topBnr .txt01{
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
#topBnr li{
	width: 100%;
}
#topBnr li a{
	font-size: 18px;
}
}


.tel_box{
	text-align: center;
	padding: 20px 0 0;
}
.tel_box .item{
	margin-top: 40px;
}
.tel_box strong{
	font-size: 14px;
}
.tel_box address{
	margin-top: 1em;
	font-style: normal;
	line-height: 1.4;
	font-size: 12px;
}
.tel_box .tel{
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: 0;
	color: #df5aa4;
	line-height: 1;
	font-size: 30px;
}
.tel_box .tel span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 18px;
	vertical-align: middle;
}
.tel_box .tel a{
	color: #df5aa4;
}
.tel_box .tel a:hover{
	text-decoration: none;
}

#wpmem_login{
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
#wpmem_login .div_text{
	width: 100% !important;
}
#wpmem_login .div_text input{
	box-sizing: border-box;
	max-width: 100%;
}
/* #wpmem_login input{
	width: 100%;
} */

.loginform{
	box-sizing: border-box;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.loginform form{
	margin-top: 20px;
	margin-left: 0;
	padding: 26px 24px 34px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
}
.loginform label {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 3px;
}
.loginform form .input,
.loginform input[type=password],
.loginform input[type=text] {
	font-size: 24px;
	line-height: 1.33333333;
	width: 100%;
	border-width: 0.0625rem;
	padding: 0.1875rem 0.3125rem;
	margin: 0 6px 16px 0;
	min-height: 40px;
	max-height: none;
}
.loginform #wp-submit {
	display: block;
	box-sizing: border-box;
	background: #df5aa4;
	border-width: 0;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	width: 100%;
	margin: 10px auto 0;
	padding: 15px 30px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
}
.loginform #wp-submit:hover{
	background: #e68bbd;
}

/*コンテンツフォーマット*/
.contents p,
.contents .txt {
	margin-bottom: 1em;
	word-break: break-word;
}
#parentTitle {
	text-align: center;
}
.page-title {
	padding: 40px 0;
	margin: 0;
	font-size: 28px;
	color: #df5aa4;
}

.title {
	border-bottom: solid 1px #df5aa4;
	margin: 0 0 0.5em;
	padding: 0 0 0.5em;
	color: #df5aa4;
	font-size: 22px;
	line-height: 1.3;
}
.sub-title {
	margin: 0 0 0.5em;
}

.contents .txtBtm {
	margin-bottom: 4em;
}


/*新着情報*/
#newsList {
	margin: 0;
}
#newsList li {
	padding: 0 0 15px;
	margin: 0 0 20px;
	list-style-type: none;
}
#newsList li .newsInfo{
	margin: 0 0 5px;
	font-size: 75%;
}
#newsList li .newsInfo .cat{
	display: inline-block;
	text-align: center;
	width: 144px;
	margin: 0 10px 0 0;
	color: #fff;
}
#newsList li h3{
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 93.8%;
	font-weight: normal;
}

.newsTxt .newsInfo {
	margin: 0 0 15px;
	font-size: 12px;
	color: #999;
}



/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 768px) {
/*画面幅が768px以上（PC）*/
.sp_only {
	/*スマホでは非表示*/
	display: none !important;
}
#wrap {
	position: relative;
	width: 100%;
	margin: 0;
}

header {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
}
.blogTitle {
	width: 440px;
	margin: 0 auto;
	padding: 26px 0 0;
	font-size: 16px;
}
/* .blogTitle a{
	display: block;
	width: 100%;
	height: 100%;
} */
.blogTitle img {
	width: 440px;
	height: auto;
	vertical-align: top;
}
header .description{
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 26px;
}

.contents {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 50px;
}

/*ヘッダーメニュー*/
#menuBody {
	background-color: #df5aa4;
	width: 100%;
	height: 60px;
}
#menuBody ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
#menuBody li {
	text-align: center;
	float: left;
	/* width: 20%; */
	margin: 0;
	list-style-type: none;
}
#menuBody li a {
	display: block;
	padding: 0 40px;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
}
#menuBody li a:hover{
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}





/*BOXを縦中央に揃える*/
.box-v-align {
	display: table;
}
.box-v-align p {
	display: table-cell;
	vertical-align: middle;
}

/*BOXを横2つ並べる*/
.box-pc-2 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.box-pc-2:nth-of-type(even) {
	margin-right: 0;
}
/*BOXを横3つ並べる*/
.box-pc-3 {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.box-pc-3:nth-of-type(3n) {
	margin-right: 0;
}


/*ページネーション*/
.wp-pagenavi,
.nav-below {
	clear: both;
	text-align: center;
	margin: 40px auto 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #bbb;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 5px;
	font-size: 11px;
	line-height: 36px;
	text-decoration: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	width: 80px;
}
.nav-previous,
.nav-next {
	display: block;
	text-decoration: none;
	width: 100px;
	height: 36px;
	padding: 0;
	margin: 0 5px;
	font-size: 12px;
	line-height: 36px;
}
.nav-previous a,
.nav-next a{
	display: block;
	border: 1px solid #bbb;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	color: #666;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.nav-previous a:hover,
.nav-next a:hover {
	border-color: #333;
	color: #333 !important;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}



}/*PC End*/














@media screen and (max-width: 767px) {
/*画面幅が767px以下（スマホ専用スタイル）*/
.pc_only {
	/*PC以外は非表示*/
	display: none !important;
}
.sp_only {
	display: block;
}

/*Flex Box*/
.mb-flex-1 .flex-item {
	width: 100% !important;
	margin-right: 0;
}
.mb-flex-1 .flex-item:last-of-type {
}
.mb-flex-2 .flex-item {
	width: 46% !important;
	margin-right: 7% !important;
}
.mb-flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0 !important;
}
.mb-flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.mb-flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
}
.mb-flex-3 .flex-item:nth-last-of-type(-n+3) {
}
.mb-flex-4 .flex-item {
	width: 23.5%;
	margin-right: 2%;
}
.mb-flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.mb-flex-4 .flex-item:nth-last-of-type(-n+4) {
}
.mb-order-1{
	margin-right: 0;
	order: 1;
}
.mb-order-2{
	order: 2;
}
.mb-order-3{
	order: 3;
}
.mb-order-4{
	order: 4;
}
.mb-order-5{
	order: 5;
}
.mb-order-6{
	order: 6;
}
.mb-order-7{
	order: 7;
}
.mb-order-8{
	order: 8;
}
.mb-order-9{
	order: 9;
}
.mb-order-10{
	order: 10;
}

body{
	width: 100%;
	font-size: 14px;
}
#wrapBody {
	position: relative;
	height: 100%;
}
#wrap {
	width: 88%;
	margin: 0 6%;
	padding: 5px 0;
}
#headBody {
	border-bottom: solid 1px #df5aa4;
	box-sizing: border-box;
	width: 100%;
	height: 78px;
	padding: 0 6%;
	font-size: 12px;
}
header {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 0 10px;
}
.blogTitle {
	margin: 0;
	height: 32px;
	padding: 11px 0 0;
}
.blogTitle a {
	font-size: 10px;
}
.blogTitle img {
	width: 216px;
	height: auto;
	vertical-align: top;
}
header .description{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

/* .tel_box {
	text-align: center;
	width: 100%;
	margin: 20px auto 10px;
}
.tel_box .tel a {
	color: #df5aa4;
}
.tel_box .tel a:hover{
	text-decoration: none;
}
.tel_box .address {
	margin-top: 1em;
	line-height: 1.8;
} */





footer .copy{
	padding: 10px 5px;
}

.top_contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.contents {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px;
}

.imgLeft,
.imgRight,
.imgCenter,
.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

/*ヘッダーメニュー*/
#menuBody_sp {
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 9998;
}
#menuBody_sp ul {
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0;
}
#menuBody_sp ul li {
	border-top: solid 1px #ccc;
	padding: 0;
	list-style-type: none;
}
#menuBody_sp ul li a {
	display: block;
	padding: 20px 0;
}
#menuBody_sp li a:hover {
	text-decoration: none;
}
.bgNone {
	display: none;
}

/*ヘッドメニューアイコン*/
#spMenu_btn {
	display: inline-block;
	position: absolute;
	right: 4%;
	top: 15px;
	height: 40px;
	margin: 0;
	z-index: 9999;

}
#spMenu_btn a {
	display: block;
	height: 40px;
	width: 40px;
	text-decoration: none;
}
#spMenu_btn .t {
	display: block;
	text-align: center;
	padding: 28px 0 0;
	color: #111;
	font-size: 10px;
}
#headMenuIcon {
	background-color: #111;
	display: block;
	height: 2px;
	left: 50%;
	margin: -1px 0 0 -11px;
	position: absolute;
	top: 50%;
	transition: all 0.2s ease 0s;
	width: 22px;
}
#headMenuIcon::before, #headMenuIcon::after {
	background-color: #111;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 22px;
}
#headMenuIcon::before {
	margin-top: -6px;
}
#headMenuIcon::after {
	margin-top: 4px;
}
#spMenu_btn .close {
}
#spMenu_btn .close span {
	background: transparent none repeat scroll 0 0;
}
#spMenu_btn .close span::before, #spMenu_btn .close span::after {
	margin-top: 0;
}
#spMenu_btn .close span::before {
	transform: rotate(-45deg);
}
#spMenu_btn .close span::after {
	transform: rotate(-135deg);
}

/*トップページ*/
.topBlock {
	width: 100%;
}
#topImgBody {
	width: 100%;
	margin: 0 auto 40px;
	overflow: hidden;
}
#topImgBody img {
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.top_contents {
	width: 100%;
	margin: 20px auto 0;
}
.topBox {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#topNews {
	margin-bottom: 20px;
}
#topNews .news_box{
	margin: 0 auto 10px;
}
#topNews .more {
	position: absolute;
	top: 7px;
	right: 10px;
}
#topNews h2 {
	/* border-bottom: solid 1px #ccc; */
	border: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 1.3;
}
#topNews p {
	font-size: 14px;
	line-height: 1.35;
}

#topNews ul {
	overflow: auto;
}
#topNews li {
	margin: 0 0 20px;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.35;
}
#topNews li h3 {
	font-weight: normal;
}
#topNews li a {
}
#topNews li .date {
	color: #666;
}

#topBnr {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
}
#topBnr ul{
	margin-left: 0;
}


/*コンテンツフォーマット*/
.page-title {
	padding: 0 0 20px;
	font-size: 26px;
}

.contents p,
.contents .txt {
	margin: 0 0 1em;
	word-break: break-word;
}
.main p img,
.main .txt img {
	display: block;
	width: 100%;
}
.main .txtBtm {
	margin: 0 0 2em;
}


/*BOXを縦中央に揃える*/
.box-v-align {
	display: table;
}
.box-v-align p {
	display: table-cell;
	vertical-align: middle;
}

/*BOXを横2つ並べる*/
.box-sp-2 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.box-sp-2:nth-of-type(even) {
	margin-right: 0;
}
.box-sp-2 img {
	max-width: 100%;
	height: auto;
}


/*コンテンツ*/

/*ページネーション*/
.wp-pagenavi,
.nav-below {
	clear: both;
	text-align: center;
	margin: 40px auto 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #bbb;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 5px;
	font-size: 11px;
	line-height: 36px;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	width: 80px;
}
.nav-previous,
.nav-next {
	display: block;
	text-decoration: none;
	width: 36px;
	padding: 0;
	margin: 0 5px;
	font-size: 12px;
	line-height: 36px;
}
.nav-previous a,
.nav-next a{
	display: block;
	border: 1px solid #bbb;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 0;
	text-decoration: none;
}
.nav-previous {
	float: left;
	margin-left: 5px;
}
.nav-next {
	float: right;
	margin-right: 5px;
}

/*スライドテーブル*/
.mobileSlideBlock {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.mobileSlideBlock table {
	min-width: 600px;
}

.blockTable,
.blockTable tbody,
.blockTable tr,
.blockTable th,
.blockTable td {
	display: block;
}

/*フォーム*/
.form input,
.form textarea{
	max-width: 94%;
	padding: 5px 3px;
	margin: 3px;
	vertical-align: middle;
	font-size: 16px;
}
.form .break .wpcf7-list-item{
	display: block;
}
.form .cBox .wpcf7-list-item,
.form .rBox .wpcf7-list-item {
	display: block;
}


}/*スマホ End*/
