@charset "UTF-8";

/*================================================
 *  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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/


*, *:before, *:after {
	box-sizing: border-box;
}

body {
	text-align: center;
	font-size:16px;
	color:#333;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"游ゴシック",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
	background:#ffffff;
}


.inner {
	position:relative;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	?zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
  width: 97%;
  clear: both;
	text-align: center;
  margin: 0 auto;
	overflow:hidden;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:50%;
  margin-top: 0.5em;
  padding: 0.5em;
  background: f7eee8;/*背景*/
    border-radius: 10px;/*角の丸み*/
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	margin:0 auto;
	float:right;
	width:50%;
}

footer {
	text-align:center;
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	background:#333;
}

a {
	text-align:center;
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}


h1 {
	font-size:30px;
	padding:6px;

}
h1 a {
	color:#fbfbfb;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}

h2 {
	margin-top:0.5em;
	font-size:27px;
	color:#4644b5;
}

h3 {
	font-size:23px;
　margin-bottom:0.5em;
	color:#4644b5;
}

h4 {
	font-size:20px;
	padding:5px;

}

h5 {
	color: #fff;
	margin-bottom:0.25em;
	margin-top:7px;
	padding:5px;
	font-size:18px;
	background:#1c1943;
}

h5:before {
	content:"";
	margin-top:-7px;
	position:absolute;
	top:50%;
	left:0;
	width:5px;
	height:14px;
	background:#221f51;
}

h6 {
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
  margin-bottom:0.25em;
	color:#201aa8;
	font-size:16px;
	padding:6px;
}

p {
	margin:0.6em;
}

p.sub {
  max-width:80%;
  margin:0 auto;
}



img {
	vertical-align:bottom;
	max-width: 100%;
  height: auto;
  border: 0;
}


.img_area img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 4px;
}


em {
	font-weight:bold;
}

b {
	font-weight:bold;
	color:#ff2828;
  
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd ;{
	margin-bottom:1em;
}



table {
  width: 95%;
	font-size:17px;
  margin: 0px auto;
	border-collapse:collapse;
	border:1px solid #363535;
}


th {
  padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#363535;
}


td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	background:#ffffff;
}

/*================================================
 *  テーブルレスポンシブ
 ================================================*/
.tbl-r02 th {
  width: 20%;
  background: #ccc;
  padding: 10px;
}
.tbl-r02 td {
  padding: 10px;
}
 
@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #363535;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
	border:1px solid #363535;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:5px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
	text-align:right;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#4642a3;
		border-bottom:5px solid #2d2a6b;
		box-shadow:0 1px 3px #999;
		z-index:3;
	}

	/* 共通 */
	nav ul {
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		padding:16px 0;
		background:#4642a3;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#fff;
		background:#4642a3;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:17%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav ul.gnav > li:first-child {
		width:15%;
	}

	nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:150%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 15px;
		text-align:left;
		background:#2d2a6b;
		font-weight:normal;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:40px;
		border-bottom:1px solid #221f51;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:-50%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #221f51;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}

	nav ul li ul li ul li a {
		background:#221f51;
	}

	nav ul li ul li ul li a:hover {
		background:#4642a3;
	}

e	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}
/*================================================
 *  topNaviCon
 ================================================*/
.topNaviCon {
	text-align: left;
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	text-align:left;
	font-size:12px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	background:#333;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;

}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	text-align:center;
}

.footmenu a {
	color:#000000;
	text-decoration:none;
}
.footmenu a:hover {
	color:#fbfbfb;
}

.copyright {
	clear:both;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	background:#333;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#2d2a6b;
}
.totop img:hover {
	background:#221f51;
}

/*================================================
 *  お申込み方法はこちら　への戻り
 ================================================*/
.torequest {
	position:fixed;
	font-size:18px;
	bottom:70px;
	right:15px;
	padding:1em;
	background:#1b4487;
}
.torequest a {
	display:block;
	text-decoration:none;
}




/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:0 -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}


.col_one {
	overflow:hidden;
}

.col_one ul {
	overflow:hidden;
	margin:0 1% 1% 0;
}
.col_one li {
	list-style:none;
	float:left;
	width:98%;
	margin:0 1% 1% 0;
}
.col_one li:nth-child(2n+1) {
	clear:both;
}
.col_one li img {
	width:100%;
	margin-bottom:1%;
}


.topics {
	overflow:hidden;
}

.topics ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.topics li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
}
.topics li:nth-child(3n+1) {
	clear:both;
}
.topics li img {
	width:100%;
	margin-bottom:2.5%;
}

.title {
  width: 100%;
    background: #524da8;
  }

.chorus {
	  overflow:hidden;
    background: #f7f7ff;
}
.chorus ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.chorus li {
	list-style:none;
	float:left;
	width:23%;
	margin:0 1.492% 1.492% 0;
}
.chorus li img {
	width:100%;
}


.atelier {
	overflow:hidden;
}
.atelier ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.atelier li {
	list-style:none;
	float:left;
	width:23%;
	margin:0 1.492% 1.492% 0;
}
.atelier li img {
	width:100%;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}


.box10{
	line-height:1.6;
    font-weight: bold;
    text-align:center;
    color: #6091d3;/*文字色*/
    background: #092974;

}

.box11{
	width:85%;
	line-height:2;
  	padding:10px;
    margin: 0px auto;
    text-align:left;
    color: #0a0a0a;/*文字色*/

}


.box12{
	line-height:1.6;
  	padding:10px;
    margin: 0px auto;
  	margin: 0.5em;
    text-align:left;
    color: #0a0a0a;/*文字色*/
    background: #f7f7ff;
    border: solid 1.5px #bfbfbf;/*線*/
    border-radius: 5px;/*角の丸み*/
}

.box13{
	line-height:1.6;
    margin: 0 auto;
  	margin: 0.5em;
    text-align: center;
    color: #0a0a0a;/*文字色*/
    background: #f7f7ff;
    border: solid 1.5px #bfbfbf;/*線*/
    border-radius: 5px;/*角の丸み*/
}

.box14{
	  width:90%;
	  font-size:15px;
  	margin:0px auto;
  margin:1em;
    padding: 1em;
    text-align:center;
}

.box15{
	  line-height:1.6;
    margin: 0px auto;
    padding: 0.6em;
    text-align:left;
    color: #0a0a0a;/*文字色*/
    background: #FFF;
    border: solid 1.5px #0a0a0a;/*線*/
    border-radius: 5px;/*角の丸み*/
}

.box16{
    width:85%;
	  line-height:1.6;
    margin: 0 auto;
    margin-bottom: 1.5em;
    padding: 0.6em;
    text-align:center;
    color: #0a0a0a;/*文字色*/
    background: #dbf8ff;
    border: solid 1.5px #bdbdbd;/*線*/
    border-radius: 5px;/*角の丸み*/
}

.box17{
	  font-size:16px;
	  text-align:left;
  	padding:10px;
    margin:0 auto;
  	margin: 0.5em;
    color: #0a0a0a;/*文字色*/
    background: #ecf1f8;
}




.box20{
	line-height:1.6;
  	padding:10px;
    margin: 0px auto;
  	margin: 0.5em;
    text-align: center;
    color: #0a0a0a;/*文字色*/
}


.box21{
	line-height:1.6;
  	padding:10px;
    margin: 0px auto;
    text-align: center;
}


.box29 {
	  width:95%;
    margin:  0 auto;            /* 中央寄せ */
    margin-top: 2em;
    margin-bottom: 2em;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
  	max-width: 100%;
    padding: 15px 20px;
    margin: 0;
}


.box30 {
	  width:95%;
    margin:  0 auto;  /* 中央寄せ */
    margin-top: 2em;
    margin-bottom: 2em;
    background: #fcfcfc;
}

.box30 p {
    padding: 15px 20px;
    margin: 0;
}



.box31 {
    border: solid 2.5px #dbdbdb;
    border-radius: 20px; /* 角を丸くする */
}


.square_btn{
  display: inline-block;
  background-color: #874aa8;/*背景色*/
  color: #FFF;/*文字色*/
  font-size: 1.5em;/*文字サイズ*/
  line-height: 2em;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 0.2em 1em;/*ボタン内の余白*/
  border-radius: 3px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/

}

.square_btn:hover {
   color: #FFF;/*文字色*/
   box-shadow: 0 4px 4px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}


.square1_btn{
  font-size: 1.2em;/*文字サイズ*/
    position: relative;
    display: inline-block;
    padding: 0.5em;
    line-height: 2em;
  	margin:5px auto;
    text-decoration: none;
    color: #258ca6;
    border: solid 2px #258ca6;
    border-radius: 3px;
    transition: .4s;
  }

.square1_btn:hover {
    background: #258ca6;
    color: white;
}

  span.newline {
   display: inline-block;
}

.button03{
     display:block;
     margin-top: 6px;
     width: 250px;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #f39800; /*ボタン色*/
     border-bottom: solid 6px #ec6c00; /*下線色*/
     border-radius: 5px; /*角丸*/
}
.button03:hover{
     background-color: #f9c500;/*ボタン色*/
     border-bottom: solid 6px #f39800; /*下線色*/
}
.button03:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}



.ribbon_box{
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 10px 0;
    background: #f1f1f1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
}

.ribbon_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
  }

.ribbon16 {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    left: -24px;
    top: 20px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #39c3d4;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 2px rgb(57, 195, 212);

}





/*リンクの位置調整*/
span.link {
position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
display: block;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*================================================
 *  【コピペでOK！】flexboxで複数カラムに対応させる方法を解説【CSS】https://kikiblog-jp.com/flex-multicolumn/
 ================================================*/
.flex__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex__item {
  display: block;
  width: 50%;
  margin-bottom: 5px;
}

@media screen and  (max-width: 979px) {
.flex__item {
    width: 100%;
  }
}


/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#2d2a6b;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 8px;
	}

	footer {
		width:100%;
	background:#333;
	}
}


  .box16{
    width:94%;
    max-width: 100%;
	  margin:0 auto;
    border: solid 0.5px #bdbdbd;/*線*/

}


/* タイトル枠つき */
.box18 {
 width:94%;
 position: relative;
 margin: 0 auto;
 margin-top: 3em;
 padding: 1.2em 1em 1em;
 text-align: center;
  background-color: #fff; /*BOX背景色 */
 border: 2px solid #8d93c8; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.box18-title {
 position: absolute;
 display: inline-block;
 top: -28px; /*タブ調整 */
 left: -2px; /*タブ調整 */
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fff; /* タイトル色 */
 background-color: #8d93c8; /* タイトル背景色 */
 border-radius: 8px 8px 0 0;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 8px;
	}
  
  .lock {
		overflow:hidden;
	}

	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:6px 10px;
	}

	.summary {
		text-align:center;
	　font-size:9px;
		margin-top:15px;
  	position:relative;
		top:auto;
		right:auto;
  }

  	.p summary{
  }
  
  
  #main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#2d2a6b;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #221f51;
		background:#4642a3;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#4642a3;
	}
	nav li a:hover {
		color:#fff;
		background:#221f51;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#4642a3;
	}
	.subnav a:hover:after {
	  background:#221f51;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:40px;
		height:40px;
		border-radius:15%;
		background:#2d2a6b;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
  
  	.col_one ul {
		margin-right:0;
	}
	.col_one li {
		width:100%;
	}
	.col_one li:nth-child(2n+1) {
		clear:both;
	}
  

  
	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}
  img {
    max-width: 100%;
    height: auto;
        }



p.sub {
    max-width: 100%;
    margin:0 auto;
}

  h1 {
  font-size: 145%;
  }
  
  h3 {
  }

   h4 {
margin : 0.2em 0 0.2em 0 ;
padding:5px;
	   
  } 

  
  h5 {
  width:100%;

  }
  
  	.chorus li {
		width:98%;
	}

  
	.atelier li {
		width:48%;
	}
  

  
  .box11{
  	width:100%;
	  margin:0px auto;
  	padding:0px;
  	padding-top:1em;
	  line-height:1.4;
}
 
  .box12{
    max-width: 96%;
	  margin:10px auto;
}

  .box13{
    max-width: 100%;
 	  margin:0 auto;
 	  margin: 0;
		padding:0 0.5em;
}

　.box14{
  	margin:0 auto;
    clear: both;


}
  

  .box15{
    max-width: 92%;
	  margin:0 auto;
		padding:0.3em;
}


  .box16{
    width:94%;
    max-width: 100%;
	  margin:0 auto;
    border: solid 0.5px #bdbdbd;/*線*/

}

  .box17{
    max-width: 92%;
		padding:10px auto;
}
  
    .box18{
    max-width: 100%;
		padding:10px 10px;
}


    .box20{
 	  margin:0 auto;
    background: #f9f9f9;
}
  
    .box21{
    max-width: 100%;
 	  margin:0 auto;
}
  
  .box29{
    max-width: 100%;
	  margin:10px auto;
		padding:10px 10px;
}
  
  
.nondisplayFrame {
  display:none;
}

  .none {
  display:none;
}

    table{
        width: 100%;
      　margin-bottom: 1em;
    }
  
    table th,
    table tr,
    table td{
      display: block;
        width: 100%;
    }

}