@charset "utf-8";
/*
theme Name: TopNote_theme
Author: Plusers
Description: original theme
*/

/*resetCSS*/
html{
color:#333;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#container{ width:100%; }
#contentWrapper{
width:990px;
margin:0 auto;
}
#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-family:"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:145%;
font-weight:bold;
margin-bottom:30px;
}
h1 span{ }
h2{
font-size:130%;
font-weight:bold;
margin-bottom:20px;
}
h2 span{ }
h3{
font-size:18px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p{ font-size:16px;
margin-bottom:1.5em;
line-height:180%; }
.anchor a{ }

a{
text-decoration: none;
color: #5A3E7F;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}

/* Header Setting
=========================================================================================== */
header{
	background:#FFF;
}
header #headerSet{
	width:100%;
	/*padding-left:4%;
	padding-right:4%;
	margin:0 auto;*/
}
header #headerSetInner{
	display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
header #topH1{
	color:#3F1374;
	font-size:14px;
	font-weight:normal;
	margin-bottom:0.2em;
}
header #headerLogoSet{
	max-width:390px;
}
header #headerLogoSet #headerLogo img{
	max-width:100%;
}

header #headerLogoSet p{
	color:#3F1374;
	font-size:14px;
	font-weight:normal;
	margin-bottom:0.2em;
	line-height:150%;
}
header .headerLinkLstSet ul{
	margin-left:40px;
}
header .headerLinkLstSet ul:after{
	content: "";
    display: block;
    clear: both;
}
header .headerLinkLstSet ul li{
	float:left;
	margin-left:1.5em;
	line-height: 30px;
}
header .headerBtnListSet ul{
	display: flex;
    align-items: center;
	margin-left:20px;
}
header .headerBtnListSet ul:after{
	content: "";
    display: block;
    clear: both;
}
header .headerBtnListSet ul li{
	/*float:left;*/
	display:table;
	
}
header .headerBtnListSet ul li a{
	padding:1em;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
}
header .headerBtnListSet ul li a:hover{
	opacity: 0.7;
	transition: all .3s;
	text-decoration:none;
}
header .headerBtnListSet ul li:first-child a{
	background:#FFF151;
	color:#4E2D75;
}
header .headerBtnListSet ul li:last-child a{
	background:#A73433;
	color:#FFF;
}
header .inquirySet{
	margin-left:20px;
}
header .inquirySet .tel{
	color:#A73433;
	font-size:28px;
	font-weight:bold;
	margin-bottom:0;
	text-align: right;
}
header .inquirySet .tel a{
	color:inherit;
}
header .inquirySet .tel a:hover{
	opacity: 0.7;
	transition: all .3s;
	text-decoration:none;
}
header .inquirySet .tel span{
	font-size:18px;
}
header .inquirySet .time{
	font-size:14px;
}
header .inquirySet .time:after{
	content: "";
    display: block;
    clear: both;
}
header .inquirySet .time span{
	display:inline-block;
	background:#F0F0F0;
	padding:1em;
	float:left;
}
header .inquirySet .time dl{
	float:left;
	margin-left:1em;
}
header .inquirySet .time dl:after{
	content: "";
    display: block;
    clear: both;
}
header .inquirySet .time dl dt{
	float:left;
	text-align:right;
	width:5em;
}
header .inquirySet .time dl dd{
	margin-left:6em;
}
.gnav{
	margin-bottom:20px;
}
.gnav ul{
	font-size:18px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	width:1200px;
	margin: 0 auto;
	font-weight:bold;
}
.gnav ul li{
	width:calc(100% / 6);
}
.gnav ul li a{
	color:#333;
	position: relative;
	transition: 0.3s;
	text-decoration:none;
}
.gnav ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #3F1374;
  content: "";
  transition: 0.3s;
  transform: translateX(-50%);
}
.gnav ul li a:hover:after {
  width: 100%;
}
/* ALL Setting
=========================================================================================== */
article section{
	padding:60px 0;
	width:1200px;
	margin:0 auto;
}
article section.subSection{
	padding:30px 0;
	width:1200px;
	margin:0 auto;
}
.h2Style1{
	text-align:center;
	margin-bottom:1em;
	font-size:60px;
}
.h2Style2{
	text-align:center;
	margin-bottom:1em;
	font-size:52px;
}
.h2Style3{
	text-align:center;
	margin-bottom:1em;
	font-size:46px;
}
.h2Style4{
	text-align:center;
	margin-bottom:1em;
	font-size:36px;
}
.h2Style5{
	margin-bottom:1em;
	font-size:24px;
}
.textStyle1{
	font-size:18px;
}
.catchStyle1{
	font-size:24px;
	margin-bottom:2em;
}
.catchStyle2{
	font-size:36px;
	font-weight:bold;
	margin-bottom:1.5em;
}
.catchStyle3{
	font-size:42px;
	font-weight:bold;
	margin-bottom:1.5em;
}
.leftAdjust{
	text-align:left;
}
.rightAdjust{
	text-align: right;
}
.textPurple{
	color:#5A3E7F;
}
.centerAdjust{
	text-align:center;
}
.btnStyle1 a{
	padding:1.5em 2em;
	width:80%;
	color:#FFF;
	font-size:20px;
	background:#5A3E7F;
	display:inline-block;
}
.btnStyle1 a:hover{
	opacity: 0.7;
    transition: all .3s;
    text-decoration: none;
}
.tableStyle1{
	width:100%;
	margin-bottom: 3em;
}
.tableStyle1 tr:nth-child(odd){
	background:#F8F8F8;
}
.tableStyle1 th,
.tableStyle1 td{
	padding:2em;
}
.columnSet:after{
	content: "";
    display: block;
    clear: both;
}
.columnSet .column2{
	width:580px;
	float:left;
	margin-left:40px;
	margin-bottom:30px;
}
.columnSet .column2 img{
	max-width:100%;
}
.columnSet .column2:nth-child(2n+1){
	margin-left:0;
}
/* 下層ページOnly Setting
=========================================================================================== */
/***メインビジュアル***/
#subContentsHead{
	text-align:center;
}
#subContentsHead #mainVisual{
	width:1200px;
	margin:0 auto;
}
#subContentsHead #mainVisual h1{
	padding:2em 1em;
	font-size:36px;
	color:#FFF;
	margin-bottom:0;
}
#subContentsHead.subHeadColor1{
	background:#5A3E7F;
}
#subContentsHead.subHeadColor2{
	background:#DE9364;
}
#subContentsHead.subHeadColor3{
	background:#8E6F9F;
}
#subContentsHead.subHeadColor4{
	background:#80AF90;
}
#subContentsHead.subHeadColor5{
	background:#FFF151;
}
#subContentsHead.subHeadColor5 #mainVisual h1{
	color:#4E2D75;
}
#subContentsHead.subHeadColor6{
	background:#A73433;
}

/***下層ページ共通***/
#path{
	width:1200px;
	margin:0 auto;
	padding:1em 0;
	font-size:14px;
}
#path:after{
	content: "";
    display: block;
    clear: both;
}
#path li{
	float:left;
}
#path li:after{
	content: "／";
	display:inline-block;
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}
.courseList:after{
	content: "";
    display: block;
    clear: both;
}
.courseList{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:40px;
}
.courseList > dt{
	height:360px;
	width:360px;
	font-size:20px;
	text-align:center;
	display: flex;
	text-align: center;
    flex-direction: column;
    justify-content: center;
}
.courseList > dt h3{
	font-size:36px;
	margin-bottom:0.2em;
}
.courseList dt dl{
	text-align:left;
	display:inline-block;
}
.courseList dt dl:after{
	content: "";
    display: block;
    clear: both;
}
.courseList dt dl dt{
	float:left;
}
.courseList dt dl dd{
	margin-left:3em;
}
.courseList > dd{
	margin-left:20px;
	width:calc(100% - 380px);
}
.courseList > dd h4{
	font-size:26px;
	margin-bottom:0.2em;
}
.courseList > dd h4:before{
	content:"■";
	margin-right:0.5em;
}
.courseColor1 > dd h4:before{
	color:#DE9364;
}
.courseColor2 > dd h4:before{
	color:#8E6F9F;
}
.courseColor3 > dd h4:before{
	color:#80AF90;
}
.courseColor1 > dt{
	border: 10px solid #DE9364;
}
.courseColor2 > dt{
	border: 10px solid #8E6F9F;
}
.courseColor3 > dt{
	border: 10px solid #80AF90;
}
.required{
	border: 2px solid #A73433;
	font-size:14px;
	padding:0.2em 1em;
	color:#A73433;
	display:inline-block;
	margin-left:1.5em;
}
/***TopNoteの特徴***/
.olListStyle1 li{
	margin-bottom:3em;
}
.olListStyle1 li:after{
	content: "";
    display: block;
    clear: both;
}
.olListStyle1 li span{
	font-size:36px;
	line-height: 142px;
	border: 10px solid #5A3E7F;
	width:160px;
	height:160px;
	text-align:center;
	font-weight:bold;
	display:inline-block;
	float: left;
	margin-right:40px;
}
.olListStyle1 li div{
	float:left;
	width:calc(100% - 200px);
}
.olListStyle1 li h3{
	font-size:36px;
}

/***料金表***/
.campaign{
	width:800px;
	background:#FFF151;
	text-align:center;
	margin:0 auto;
	padding:2.5em 0;
	margin-bottom:4em;
}
.campaign h2{
	margin-bottom:0.2em;
}
.campaign p{
	font-size:24px;
	margin-bottom:0;
}
.campaign p span{
	color:#A73433;
}
.priceList{
	font-size:36px;
	font-weight:bold;
	margin-bottom:2em;
}
.priceList li{
	margin-bottom:30px;
}
.priceList li:after{
	content: "";
    display: block;
    clear: both;
}
.priceList h2{
	color:#FFF;
	font-size:36px;
	text-align:center;
	width:160px;
	padding:1.5em 0;
	float:left;
}
.priceList h2.shogaku{
	background:#DE9364;	
}
.priceList h2.chugaku{
	background:#8E6F9F;
}
.priceList h2.kohkoh{
	background:#80AF90;	
}
.priceList dl{
	float:left;
	width:calc(100% - 200px);
	margin-left:40px;
	display:table;
	margin-bottom:0.5em;
}
.priceList dl dt{
	display:table-cell;
	width:50%;
}
.priceList dl dd{
	display:table-cell;
	width:50%;
	text-align:right;
}
.priceList dl span{
	font-size:16px;
	font-weight:normal;
	display:block;
}
.priceList dl span.shu2{
	background:#A73433;
	color:#FFF;
	font-size:24px;
	text-align:center;
	padding:0.2em 1em;
	display:inline-block;
	margin-right:2em;
}
.waribikiBanner{
	border: 10px solid #523E7F;
	padding:1.5em;
	font-size:24px;
	width:600px;
	margin:0 auto;
	text-align:center;
}
.waribikiBanner h2{
	font-size:36px;
	margin-bottom:0.2em;
}
.waribikiBanner p{
	margin-bottom:0;
	font-size:24px;
}
.waribikiBanner p span{
	color:#A73433;
}
/***FAQ***/
/*アコーディオン*/
.accordionList{
	margin-bottom:20px;
}
.accordionList dt {
	position: relative;
	padding:1em 2em 1em 0;
	cursor:pointer;
	font-size:18px;
}
.accordionList dd{
	padding:1.5em;
	background: #F8F8F8;
}
.accordionList dt:after {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(images/icon_plus.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
	top:50%;
	right:0;
    transform: translateY(-50%);
}
.accordionList dt.ac:after {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(images/icon_minus.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
	top:50%;
	right:0;
    transform: translateY(-50%);
}
/*アコーディオンEND*/
/***プライバシーポリシー***/
.policyList li{
	counter-increment: cnt;
	padding-left:2em;
	text-indent:0;
	margin-bottom:1em;
}
.policyList li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
	margin-left:-2em;
	width: 2em; 
	display: inline-block;
}
/***お知らせ・ブログ（記事一覧ページ）***/
#blogPage{
	width:1200px;
	margin:0 auto;
}
#blogPage:after{
	content: "";
    display: block;
    clear: both;
}
#mainGrid{
	width:920px;
	float:left;
}
/*ページャー*/
.pager{
	padding:0 0 40px;
}
.firstSection .pager:first-child{
	padding-top:0;
}
.pager  ul.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
}

.pager .pagination li {
	display: inline;
	font-size:14px;
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	border: 2px solid #5A3E7F;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
}
.pager .pagination li.back{
	background:#FFF;
	width: 100px;
	position:relative;
}
.pager .pagination li.back a{
	background:#5A3E7F;
	color: #FFF;
}
.pager .pagination li.back a:hover{
	border:none;
	background:#866fa5;
	color: #FFF;
}
.pager .pagination li.back span{
	padding-left:1.5em;
}
.pager .pagination li.back a:before{
	content: "";
    position: absolute;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    border-right: 0;
    border-bottom: 0;
    width: 10px;
    height: 10px;
	top:15px;
    left: 20%;
    transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}
.pager .pagination li.next{
	background:#FFF;
	width: 100px;
	position:relative;
}
.pager .pagination li.next a{
	background:#5A3E7F;
	color: #FFF;
}
.pager .pagination li.next a:hover{
	border:none;
	background:#866fa5;
	color: #FFF;
}
.pager .pagination li.next span{
	padding-right:1.5em;
}
.pager .pagination li.next a:before{
	content: "";
    position: absolute;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    border-right: 0;
    border-bottom: 0;
    width: 10px;
    height: 10px;
	top:40%;
	right:20%;
    transform: rotate(135deg) translateX(-50%) translateY(-50%);
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #2F4364;
	text-decoration: none;
}

.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li.active a{
	color: #FFF;
	background: #5A3E7F;
	transition: all .3s;
}
/**サイドバー**/
#sideGrid{
	width:240px;
	margin-left:40px;
	float:left;
}
#sideGrid section{
	padding:20px 0;
}
#sideGrid section:first-child{
	padding-top:60px;
}
#sideGrid h2{
	font-size:14px;
	padding:1em;
	background: #F0F0F0;
}
#sideGrid #categories-3 ul{
	list-style:disc;
	padding-left:1em;
	font-size:14px;
}
#sideGrid #categories-3 ul li{
	margin-bottom:1em;
}
#sideGrid #categories-3 ul a{
	color:inherit;
}
#sideGrid #recent-posts-3 ul{
	font-size:14px;
}
#sideGrid #recent-posts-3 ul li{
	margin-bottom:1em;
}
#sideGrid #recent-posts-3 ul li a{
	color:inherit;
}
/**サイドバーEND**/

#mainGrid article section{
	width:100%;
}
.blogList{
	margin-bottom:40px;
}
.blogList:after{
	content: "";
    display: block;
    clear: both;
}
.blogList li{
	width:48%;
	float:left;
	margin-left:4%;
	margin-bottom:1.5em;
}
.blogList li:nth-child(2n+1){
	margin-left:0;
}
.blogList li:after{
	content: "";
    display: block;
    clear: both;
}
.blogList li a{
	color:inherit;
}
.blogList li .img{
	width:40%;
	height:106px;
	float:left;
}
.blogList li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.blogList li .text{
	float:left;
	width:58%;
	margin-left:2%;
}
.blogList li .text h2{
	font-size:16px;
	margin-bottom:1em;
}
.blogList li .text span{
	font-size:14px;
	vertical-align:middle;
	display:block;
}
.blogList li .text .data:before{
	content:"";
	background:url(images/icon_clock.svg);
	background-repeat:no-repeat;
	background-position: center left;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}
.blogList li .text .cate:before{
	content:"";
	background:url(images/icon_folder.svg);
	background-repeat:no-repeat;
	background-position: center left;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}

/***お知らせ・ブログ（記事ページ）***/
#subContentsHead .singleTtl{
	padding: 2em 1em;
    font-size: 36px;
    color: #FFF;
    margin-bottom: 0;
	font-weight:bold;
	line-height:150%;
}
#blogPage .singleContents{
	margin-bottom:4em;
}
#blogPage.single h1{
	margin-bottom:0.2em;
}
.singleDetailList{
	margin-bottom:4em;
}
.singleDetailList li{
	font-size:14px;
	vertical-align:middle;
	display:inline-block;
	margin-left:2em;
}
.singleDetailList li:first-child{
	margin-left:0;
}
.singleDetailList .data:before{
	content:"";
	background:url(images/icon_clock.svg);
	background-repeat:no-repeat;
	background-position: center left;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}
.singleDetailList .cate:before{
	content:"";
	background:url(images/icon_folder.svg);
	background-repeat:no-repeat;
	background-position: center left;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}

/*記事内容のスタイル*/
.single h2{
	font-size:18px;
}
.single h3{
	font-size:16px;
}
.single h4{
	font-size:14px;
}
.single .singleContents ul{
	list-style:disc;
	padding-left:1em;
	margin-bottom:1.5em;
}
.wp-block-image img{
	height:auto;
}
.wp-block-embed__wrapper{
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*目次*/
#blogPage #toc_container{
	width:100%;
	padding:2em;
	margin-bottom:2em;
	background:#F0F0F0;
	border:none;
	position:relative;
	z-index:1;
}
#blogPage #toc_container p.toc_title{
	font-size:24px;
}
#blogPage #toc_container ul.toc_list > li{
	font-size:18px;
	font-weight:bold;
}
#blogPage #toc_container ul.toc_list > li > ul > li{
	font-size:16px;
}
#blogPage #toc_container ul.toc_list li{
	margin-bottom:0.5em;
}
#blogPage #toc_container .toc_list a{
	color:inherit;
}
#blogPage .singleContents h2 span,
#blogPage .singleContents h3 span,
#blogPage .singleContents h4 span{
	margin-top:-143px;
	padding-top:143px;
}
/*前後の記事ナビ*/
.page-nav a{
	display:block;
}
.page-nav .pageColumnSet:after{
	content: "";
    display: block;
    clear: both;
}
.page-nav .pageColumnSet .column2{
	width:48%;
	float:left;
	margin-left:4%;
}
.page-nav .pageColumnSet .column2:nth-child(2n+1){
	margin-left:0;
}
.page-nav .pageColumnSet .column2 a{
	color:#2F4364;
}
.page-nav .pageColumnSet .column2 a .navtext{
	margin-bottom:0.5em;
	display:block;
}
.page-nav .pageColumnSet .column2 a.next-link .navtext{
	text-align:right;
}
.page-nav .pageColumnSet .column2 a .inner{
	border: 2px solid #4E2D75;
	padding:1em;
}
.page-nav .pageColumnSet .column2 .img{
	height:250px;
	margin-bottom:0.5em;
}
.page-nav .pageColumnSet .column2 .img img{
	width:100%;
	height:100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.page-nav .pageColumnSet .column2 a .inner .ttl{
	margin-bottom:0.5em;
}
.page-nav .pageColumnSet .column2 a .inner ul li{
	font-size: 14px;
    vertical-align: middle;
    display: block;
}
.page-nav .pageColumnSet .column2 a .inner ul li.data:before{
	content:"";
	background:url(images/icon_clock.svg);
	background-repeat:no-repeat;
	background-position: center left;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}
.page-nav .pageColumnSet .column2 a .inner ul li.cate:before{
	content:"";
	background:url(images/icon_folder.svg);
	background-repeat:no-repeat;
	background-position: center left;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}
/***お問い合わせ***/

/***フォーム***/
.tableStyle1 input,
.tableStyle1 select,
.tableStyle1 textarea{
	width: 100%;
    padding: 0.5em 1em;
    border:none;
	border: 1px solid #707070;
}
.tableStyle1 input[type="number"]{
	width:20%;
	margin-right:1em;
}

.tableStyle1 input[type="radio"]{
	display:inline-block;
	width:auto;
}
.tableStyle1 .radio label{
	margin-right: 2em;
}
.tableStyle1 .address input,
.tableStyle1 .address select{
	margin-bottom:1em;
}
.formBtnSet{
	text-align: center;
    margin: 0 auto;
    display: block;
}
.formBtn1{
	text-align:center;
	display: inline-block;
}
.formBtn1:after {
    content: "";
    display: block;
    clear: both;
}
.formBtn1 li{
	float:left;
	margin:0 0.5em;
}
.formBtn1 input{
	min-width:320px;
	display:block;
	font-size:16px;
	padding:2em 2.5em;
	color: #fff;
    background: #A73433;
	border:none;
}
.formBtn1 input[type="submit"]:hover{
	opacity:0.7;
	cursor : pointer;
	transition: all .3s;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

/* index Setting
=========================================================================================== */
/***メインビジュアル***/
#indexContentsHead{
	max-width:1200px;
	margin:0 auto;
	background-image: url(images/index/mainvisual_frame.png);
	background-repeat: no-repeat;
	background-size: 100%;
	/*background-position: center;*/
}
#indexContentsHead div{
	background-repeat: no-repeat;
	background-size: 100%;
	/*background-position: center;*/
	height: auto;
	margin: 0;
	position:relative;
	z-index:-1;
}
/*#indexContentsHead .mainVisual1{
	background-image: url(images/index/main1.jpg);
}
#indexContentsHead .mainVisual2{
	background-image: url(images/index/main2.jpg);
}*/
#indexContentsHead .mainVisual1 img{
	width:100%;
}
#indexContentsHead .mainVisual2 img{
	width:100%;
}
.slick-dots{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
.slick-dots li{
	position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 80px;
    height: 10px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #CCC;
}
.slick-dots .slick-active button{
	background: #3F1374;
}
/***contents01***/
.contents01 .bannerImg img{
	max-width:100%;
}
.contents01 h2{
	font-size:50px;
	text-align:center;
}
.contents01 .profileSet .columnImg{
	width:420px;
	float:left;
}
.contents01 .profileSet .columnImg img{
	max-width:100%;
}
.contents01 .profileSet .columnText{
	margin-left:40px;
	float:left;
	width:740px;
}
.contents01 .profileSet .columnText h2{
	font-size:32px;
}
.contents01 .profileSet .columnText h2 strong{
	font-size:52px;
}
/***contents02***/
.contents02{
	background:#5A3E7F;
}
.contents02 .koushinSet .columnBlog{
	background:#FFF;
	float:left;
	width:860px;
	padding:2em;
}
.contents02 .koushinSet .columnBlog h2{
	color:#5A3E7F;
	font-size:42px;
}
.contents02 .koushinSet .columnBlog .topBlogList li{
	margin-bottom:1.5em;
}
.contents02 .koushinSet .columnBlog .topBlogList li:last-child{
	margin-bottom:0;
}
.contents02 .koushinSet .columnBlog .topBlogList li a{
	font-weight:bold;
	color:#333333;
	font-size:18px;
	display:inline-block;
	margin-bottom:0.2em;
}
.contents02 .koushinSet .columnBlog .topBlogList li ul{
	display:block;
}
.contents02 .koushinSet .columnBlog .topBlogList li ul:after{
	content: "";
    display: block;
    clear: both;
}
.contents02 .koushinSet .columnBlog .topBlogList li ul li{
	float:left;
	font-size:14px;
	vertical-align:middle;
	display:inline-block;
	margin-left:1.5em;
	margin-bottom:0;
}
.contents02 .koushinSet .columnBlog .topBlogList li ul li:first-child{
	margin-left:0;
}
.contents02 .koushinSet .columnBlog .topBlogList li ul li.data:before {
    content: "";
    background: url(images/icon_clock.svg);
    background-repeat: no-repeat;
    background-position: center left;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contents02 .koushinSet .columnBlog .topBlogList li ul li.cate:before{
	content:"";
	background:url(images/icon_folder.svg);
	background-repeat:no-repeat;
	background-position: center left;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}
.contents02 .koushinSet .columnTwitter{
	background:#FFF;
	float:left;
	width:320px;
	margin-left:20px;
	overflow:hidden;
}

/***contents03***/
.contents03 .tokuchoSet{
	display: flex;
    align-items: center;
}
.contents03 .tokuchoSet .column2{
	text-align:center;
}
.contents03 .tokuchoSet .column2 h2{
	font-size:62px;
}
.contents03 .tokuchoSet .column2 .textStyle1{
	margin-bottom:4em;
	font-weight:bold;
}

/***contents04***/
.contents04 section{
	padding-top:0;
}
.contents04 h2{
	font-size:62px;
	text-align:center;
	margin-bottom:0;
}
.contents04 .catchStyle3{
	text-align:center;
}
.contents04 .accessSet{
	margin-bottom:1em;
}
.contents04 .accessSet .column2{
	margin-bottom:0;
}
.contents04 .accessSet .column2 h3{
	font-size:24px;
}
.contents04 .accessSet .column2 .column2{
	float:left;
	width:48%;
	margin-left:4%;
}
.contents04 .accessSet .column2 .column2:first-child{
	margin-left:0;
}
.contents04 .accessSet .column2 .column2 .btnStyle1 a{
	width:100%;
	padding:1.5em 1em;
	text-align:center;
}
.contents04 .map iframe{
	width:100%;
}
/***contents05***/
.contents05 h2{
	font-size:40px;
	text-align:center;
	margin-bottom:1.5em;
}
.contents05 .greeting{
	/*line-height:240%;*/
	text-align:center;
}
.contents05 .greeting strong{
	display:block;
	/*line-height:280%;*/
	margin-bottom:1em;
}
.contents05 .greeting strong.fontBig{
	font-size:24px;
}
.contents05 .greeting strong.fontBig2{
	font-size:36px;
}
.contents05 .greeting strong.fontBig3{
	font-size:48px;
}
/* pageTop Setting
=========================================================================================== */
#pageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 0px; /*下からのボタンの配置場所を指定*/
    right: 3%; /*右からのボタンの配置場所を指定*/
	font-size: 24px; /*文字のサイズ*/
	margin-bottom:0;
	z-index:999;
}
#pageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #523E7F; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    outline: none; /*クリックしたときの黒い枠を消す*/
	width: 80px; /*ボタンの幅*/
    height:80px; /*ボタンの高さ*/
}
#pageTopBtn a:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 24px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#pageTopBtn a:hover {
    text-decoration: none; 
	opacity: 0.7;
    transition: all .3s;
}

/* footer Setting
=========================================================================================== */
footer section{
	width: 100%;
	margin-top:80px;
}
footer #footerInner{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 1200px;
	margin: 0 auto;
	margin-bottom:20px;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
footer .footerBtnListSet ul{
	display: flex;
    align-items: center;
	margin-left:20px;
}
footer .footerBtnListSet ul:after{
	content: "";
    display: block;
    clear: both;
}
footer .footerBtnListSet ul li{
	display:table;
	margin-left: 20px;
}
footer .footerBtnListSet ul li a{
	padding:1em;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
}
footer .footerBtnListSet ul li a:hover{
	opacity: 0.7;
	transition: all .3s;
	text-decoration:none;
}
footer .footerBtnListSet ul li:first-child a{
	background:#FFF151;
	color:#4E2D75;
}
footer .footerBtnListSet ul li:last-child a{
	background:#A73433;
	color:#FFF;
}
footer .footerInquirySet{
	margin-left:20px;
}
footer .footerInquirySet .tel{
	color:#A73433;
	font-size:38px;
	font-weight:bold;
	margin-bottom:0;
	text-align: right;
	line-height: 1.2;
}
footer .footerInquirySet .tel a{
	color:inherit;
}
footer .footerInquirySet .tel a:hover{
	opacity: 0.7;
	transition: all .3s;
	text-decoration:none;
}
footer .footerInquirySet .tel span{
	font-size:26px;
}
footer .footerInquirySet .time{
	font-size:14px;
	text-align: right;
	display:block;
}
footer .footerInquirySet .time:after{
	content: "";
    display: block;
    clear: both;
}
footer .footerInquirySet .time .inner{
	display:inline-block;
}
footer .footerInquirySet .time span{
	display:inline-block;
	background:#F0F0F0;
	padding:1em;
	float:left;
}
footer .footerInquirySet .time dl{
	float:left;
	margin-left:1em;
}
footer .footerInquirySet .time dl:after{
	content: "";
    display: block;
    clear: both;
}
footer .footerInquirySet .time dl dt{
	float:left;
	text-align:right;
	width:5em;
}
footer .footerInquirySet .time dl dd{
	margin-left:6em;
}
footer .footerNav{
	width:1200px;
	margin:0 auto;
	margin-bottom:20px;
	text-align: right;
}
footer .footerNav ul{
	display:inline-block;
}
footer .footerNav ul:after{
	content: "";
    display: block;
    clear: both;
}
footer .footerNav ul li{
	float:left;
	margin-left:2em;
}
footer .footerNav ul li a{
	text-decoration:underline;
	color:#333;
}
footer .footerNav ul li a:hover{
	text-decoration:none;
}
footer #copy{
	text-align:center;
	background:#4E2D75;
	color:#FFF;
	font-size:12px;
	padding:0.6em 0;
	margin-bottom:0;
}


@media all and (-ms-high-contrast: none) {
  /* IEのみ */
/*#indexContentsHead .catch {
	font-size:46px;
}
.formTable .required,
form .formBtn1 #submit_button,
.formBtn2,
.btnStyle1 a,
.contents04 .indexImgPanel1 .inner .indexImgPanelBtn,
.contents04 .indexImgPanel2 .inner .indexImgPanelBtn,
footer .footerContactBtn a{
	font-family: "メイリオ", Meiryo, sans-serif; 
}*/

}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0 !important;}
.ml0{ margin-left:0 !important;}
.mb0{margin-bottom:0 !important;}
.mb20{margin-bottom:20px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb100{margin-bottom:100px !important;}
.mb3{margin-bottom:3em;}
.pb0{ padding-bottom:0 !important;}
.pb20{ padding-bottom:20px !important;}
.pr20{ padding-right:20px !important;}
.vat{ vertical-align:top !important;}
.vam{ vertical-align:middle !important;}