@charset "UTF-8";


/*基本色*/
:root{
	--main-color:#C75558;
	--accent-color:#bf6a7a;
	--dark-color:#2b5566;
	--text-bright-color:#FFF;
	--icon-color:#fff;
	--icon-bk-color:#ddd;
	--large-width:1000px;
	--gray-color:#ddd;
	--middle-width:800px;

}

/*基本設定：フォントサイズ*/
/*スマートフォンサイズ*/
@media(max-width:599px){
	:root{
		font-size:14px;		
	}
	
}
/*タブレットサイズ*/
@media(min-width:600px)and(max-width:799px){
	:root{
		font-size:16px;	
	}
	
}
/*PCサイズ*/
@media(min-width:800px){
	:root{
		font-size:18px;	
	}
	
}


/*基本設定：ページ全体*/
body{
	margin: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	
}

/*ヘッダーA：サイト名*/
.headA{
	display:inline-block;
	line-height:100px;
	padding-left:20px;
	padding-right:20px;
	background-color:#C75558;
	background-color:var(--main-color);
	color:#fff;
	color:var(--text-bright-color);
	font-family: 'Great Vibes', cursive;
	font-family: 'Bad Script', cursive;
	font-family: 'Playball', cursive;

	font-size:24px;
	text-decoration:none;	
}

/*ヘッダー*/
header{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	background-color:rgba(236,107,116,0.7);	
	
}

.nohero header{
	position:static;
	border-bottom:solid 1px #ddd;
	border-bottom:solid 1px var(--gray-color);
}


/*ヘッダーB：ナビゲーションメニュー*/

.headB ul{
	margin:0;
	padding:0;
	list-style:none;
		
}

.headB ul a{
display:block;
	padding:5px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	
}



.headB a:hover{
	background-color:rgba(0,0,0,0.3);		
	
}

.headB h2{
	font-family: 'Great Vibes', cursive;
	font-family: 'Bad Script', cursive;
	font-family: 'Playball', cursive;
	font-family: 'Sigmar One', cursive;
	font-family: 'Walter Turncoat', cursive;
	font-family: 'Fugaz One', cursive;
	font-size:12px;	
}



/*コンテンツA：ヒーローイメージ*/
.conA{
	text-align:center;
	background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(img/fruits.jpg);
	background-position:center;
	background-size:cover;
	height:80vh;
	min-height:450px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	color:var(--text-birght-color);
	
}

.conA.compact{
	height:450px;
	min-height:0;
	background-image:/*linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),*/url(img/schooltop.jpg);	
	
}


.conA h1{
	margin-top:0;
	margin-bottom:10px;
	font-size:15vw;
font-family: 'Great Vibes', cursive;
font-family: 'Bad Script', cursive;
font-family: 'Playball', cursive;
font-family: 'Sigmar One', cursive;
font-family: 'Walter Turncoat', cursive;
font-family: 'Fugaz One', cursive;

letter-spacing:0.1em;
margin-left:0.1em;
	color:var(--text-bright-color);

}

.conA img{
	width:20%;	
}


.conA a{
	
	display:inline-block;
	margin-top:20px;
	padding:10px 30px;
	border:solid 3px currentColor;
	border-radius:6px;
	background-color:#bf6a7a;
	background-color:var(--accent-color);

	color:var(--text-bright-color);
	font-size:14px;
	text-decoration:none;
		color:#fff;	
	
}

.conA a:hover{
		background-image:linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2));
		
		
}


.conA p{
	margin-top:0;
	margin-bottom:0;
	font-size:18px;
color:var(--text-bright-color);		
}



/*フッター*/
footer{
	color:#fff;
	color:var(--text-bright-color);

	background-color:var(--dark-main-color);	
	background-color:#C75558;	
}

footer .container{
	padding:40px 20px;	
	
}


/*フッターA：サイト情報*/
.footA{
	margin-bottom:30px;	
	
}

.footA h2{
	margin-top:0;
	margin-bottom:10px;
	font-size:30px;
	font-family: 'Great Vibes', cursive;
	font-family: 'Bad Script', cursive;
	font-family: 'Playball', cursive;
	font-family: 'Sigmar One', cursive;
	font-family: 'Walter Turncoat', cursive;
	font-family: 'Fugaz One', cursive;
	letter-spacing:0.1em;
		
}

.footA p{
	margin-top:0;
	margin-bottom:0;
	font-size:14px;	
	
}

.footA a{
	color:inherit;
	text-decoration:none;	
	
}

/*フッターB：サイトメニュー*/
.footB div{
	margin-bottom:20px;	
	
}

.footB h3{
	margin-top:0;
	margin-bottom:10px;
	border-bottom:solid 1px currentColor;
	font-size:14px;
		
}

.footB ul{
	margin:0;
	padding:0;
	list-style:none;
		
}

.footB a{
	display:block;
	padding:5px;
	color:inherit;
	font-size:12px;
	text-decoration:none;
	
}


.footB a:hover{
	background-color:rgba(0,0,0,0.3);		
	
}

/*フッターC：コピーライト*/
.footC{
	font-size:12px;
	text-align:center;
	font-family: 'Great Vibes', cursive;
	font-family: 'Bad Script', cursive;
	font-family: 'Playball', cursive;
	font-family: 'Sigmar One', cursive;
	font-family: 'Walter Turncoat', cursive;
	font-family: 'Fugaz One', cursive;
	letter-spacing:0.1em;	
}


/*フッターD：SNSメニュー*/
.footD{
	margin-top:20px;	
	
}

.footD ul{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
		
}

.footD a{
	display:block;
	padding:0px;
	color:inherit;
	font-size:16px;
	text-decoration:none;
	border:solid 1px currentColor;
	width:2em;
	lige-height:2em;
	border-radius:50%;
	text-align:center;
	margin-right:8px;
	
	
}


.footD a:hover{
	background-color:rgba(0,0,0,0.3);		
	
}


/*お問い合わせページ：問い合わせ先*/

.contact{
	margin-top:20px;
	margin-bottom:20px;
	padding:20px;
	border:solid 1px #ddd;
	border:solid 1px var(--gray-color);
	text-align:center;	
	
}

.contact h2{
	margin-top:0;
	font-size:1.2rem;
	
}

.contact span{
	display:inline-block;
	margin-bottom:20px;
	font-size:2.2rem;
	width:2em;
	border-radius:50%;
	text-align:center;
	background-color:#5d9ab2;
	background-color:var(--main-color);
	color:#fff;
	color:var(--icon-color);		
	
}

.contact a{
	font-size:1.4rem;
	color:inherit;
	text-decoration:none;
		
}


/*お問い合わせページ：地図*/
.location iframe{
	width:100%;
	height:400px;
	vertical-align:bottom;	
	
}

.location h2{
	margin:0;
	padding-top:20px;
	background-color:#5d9ab2;
	background-color:var(--main-color);
	color:#fff;
	color:var(--text-bright-color);
	font-size:1.5rem;
	text-align:center;	
	
}


/*アレンジ：ヘッダーを画面上部に固定*/
.head-fixed,
.nohero .head-fixed{
	position:fixed;	
}

.nohero .head-fixed + * {
 margin-top:70px;	
	
}


/*記事一覧A*/
/*section{
	margin-top:30px;
}*/

.listA h1{
	text-align:center;	
	
}

.listA h2{
	font-size:18px;
}

.listA p{
	font-size:14px;
	opacity:0.8;	
}

.listA .photo{
	min-height:150px;
	background-position:center;
	background-size:cover;	
}

.listA a{
	margin:10px;
	display:block;
	border:solid 1px #ddd;
	border:solid 1px var(--gray-color);
	color:inherit;
	text-decoration:none;
	flex:1;	
}

.listA a:hover{
	opacity:0.8;
}

.listA .text{
	margin:10px;	
}

.listA .container{
	display:flex;
	flex-wrap:wrap;	
	max-width:1000px;
	max-width:var(--large-width);
	margin:30px auto;
	
}

.listA article{
	flex:1 1 300px;	
	display:flex;
		
}

.main{
	max-width:1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
}




/* アレンジ: 関連記事メニュー */
.related {
	background-color: #5D9AB2;
	background-color: var(--main-color);
	padding: 30px 0;
}

.related ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	max-width: var(--large-width);
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.related li {
	flex: 1 1 100%;
	display: flex;
}

.relateda {
	flex: 1;
	margin: 10px;
	display: block;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	background-color: rgba(255,255,255,0.5);
	color: inherit;
	text-decoration: none;
}
.related a{
 text-decoration:none;
 color:#333;
}
.related a:hover {
	opacity: 0.8;
}

.related .photo {
	min-height: 100px;
	background-position: center;
	background-size: cover;
}

.related .text {
	margin: 10px;
}

.related h2 {
	font-size: 18px;
}

.related p {
	font-size: 14px;
	opacity: 0.8;
}

@media (min-width: 600px) and (max-width: 899px) {
	.related li {
		flex: 1 1 50%;
	}
}

@media (min-width: 900px) {
	.related li {
		flex: 1 1 25%;
	}
}





@media(max-width:384px){
	/*記事一覧Bの概要をコンパクトにする*/
	.listB .photo{
		flex:1;		
	}
	.listB p{
		display:none;		
	}

.listB h2{
	font-size: 16px;
	margin-top: 40px;
	padding-left:0px;
	margin-right:20px;
justify-content:space-between;
}


}


@media(max-width:767px){
	/*トグルボタンの配置*/
	header .container-small{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	
}

	.headB{
		display:none;	
		
	}
	



	/*トグルボタンのデザイン*/
	.headC{
		margin-right:10px;
		padding:0;
		border:none;
		outline:none;
		background:none;
		font-size:28px;
		opacity:0.5;
		cursor:pointer;	
		
	}

	.headC:hover{
		opacity:0.3;	
	}




@media(min-width:768px){
	header .container{
		display:flex;
		align-items:center;
		justify-content:space-between;
		max-width:1000px;
		max-width:var(--large-width);
		margin-left:auto;
		margin-right:auto;	
	}
	
	.headB{
		display:block !important;	
		
	}
	
	
	
	.headB ul{
		display:flex;
	}
	/*ヘッダーC：トグルボタンの非表示*/
	.headC{
		display:none;	
		
	}
	
	.conA h1{
		font-size:115px;	
	}
	
	.conA p{
		font-size:24px;	
	}
		
	.conB .container{
	display:flex;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;	
		
	}
	
	.conB .text{
	flex:1;	
	}
	
	.conC .container{
	display:flex;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
			
	}
	
	.conC .photo{
	flex:3;	
	}
	
	.conC .text{
	flex:2;	
	padding:50px;
	}
	
	.conC-2 .container{
	display:flex;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
			
	}
	
	.conC-2 .photo{
	flex:3;	
	}
	
	.conC-2 .text{
	flex:2;	
	padding:50px;
	}
		
	
	.conD .container{
	display:flex;
	flex-direction:row-reverse;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
			
	}
	
	.conD .photo{
	flex:0 0 400px;	
	}
	
	.conD .text{
	flex:1;	
	padding:50px;
	}
	
		.conD-2 .container{
	display:flex;
	flex-direction:row-reverse;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
			
	}
	
	.conD-2 .photo{
	flex:0 0 400px;	
	}
	
	.conD-2 .text{
	flex:1;	
	padding:50px;
	}
	
	
	
	.conE .container{
	display:flex;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
			
	}
	
	.conE .photo{
	flex:0 0 400px;	
	}
	
	.conE .text{
	flex:1;	
	padding:50px;
	}
	
	.conF .container{
	display:flex;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
			
	}
	
	.conF .photo{
	flex:0 0 400px;	
	}
	
	.conF .text{
	flex:1;	
	padding:50px;
	}
	
		.conF-2 .container{
	display:flex;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
			
	}
	
	.conF-2 .photo{
	flex:0 0 400px;	
	}
	
	.conF-2 .text{
	flex:1;	
	padding:50px;
	}
	
	
	footer .container{
	display:flex;
	flex-wrap:wrap;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;	
		
	}
	
	.footA{
	flex:0 0 40%;	
	}
	
	.footB{
	display:flex;
	flex:0 0 60%;	
		
	}
	
	.footB div{
	flex:1;	
	}
	
	.footB div:not(:first-child){
	margin-left:40px;	
	}
	
	.footC{
	flex: 0 0 100%;	
		
	}
	
	.history-container{
	display:flex;
	max-width:1000px;
	max-width:var(--large-width);
	margin-left:auto;
	margin-right:auto;
			
	}
	
	.history .photo{
	flex:3;	
	}
	
	.history .text{
	flex:2;	
	padding:50px;
	}
	
	/*コンタクトページ*/
	.contact-wrap{
		display:flex;	
	}
	
	.contact{
	flex:1;		
	}
	
	.contact{
	margin-right:20px;
		
	}
	
}

@media(min-width:1000px){
	.listC article{
	flex:1 1 25%;	
	}
	
}

	/*スクール案内ページ*/
.h1_line{
	display: block;
	/*width: 98%;*/
	background-image: linear-gradient(to left,#B26C5F,#f08080);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(Gradient Type=1,StartColorStr=#f08080,EndColorStr=#FBF2EF)";
	border-left: solid 20px #bf6a7a;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.15em;
	margin-top: 30px;
	font-size: 160%;
	
}
	
.h2_line{
	border-bottom:#f08080 dotted 4px;
	margin-top:80px;
	color:#B26C5F;
	text-align:center;
	letter-spacing:0.1em;
	clear:both
	}
	
.h2_title{
	border-bottom:#f08080 dotted 4px;
	margin-top:80px;
	color:#B26C5F;
	text-align:left;
	letter-spacing:0.1em;
}
	
	
.h3{
	font-size:130%;
	margin-top:60px;
	letter-spacing:0.1em;
}

.h3_2{
	margin-top:50px;
	margin-bottom:30px;
}
.h4{
	margin-bottom:-15px;
	font-size:105%;
}
.circle_q{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5f5f5f;
  text-align:center;
  line-height: 50px;
  vertical-align: middle;
  color: #fff;
  margin-right:10px;
}

.a{
	color: #f08080; 
	font-size:130%; 
	font-weight:bold; 
	margin-right:10px;
}
.name{
	border-bottom:dotted #f08080 1px;
}

.name2{
	background-color:#B26C5F;
	padding:5px 15px;
	color: #fff;
	letter-spacing:0.15em;
	border-radius:5px;
}

table{
	margin-left: auto;
	margin-right: auto;
}

.td{
	text-align: center;
}
.td_2{
	padding:20px;
}
.p_line{
	padding-top:10px;
	border-bottom:dotted #f08080 1px;
}
.silhouette{
	float:right;
	margin:0px 40px 10px 10px;
}
.hito{
	color:#666666;
	float: right;
    font-size:90%;
	padding-bottom:-20px;
}

.Question{
	font-size:105%;
	color:#666666;
	font-weight:bold;
}
dt {
    font-weight: bold;
}
dd{
	margin-bottom:20px;
}
.concept_img{
	float:right;
	margin: 20px 40px 50px 10px;
}

.concept_text{
	width:60%;
	float:left;
}

.table_hp{
	border-collapse : collapse ;
	border:dotted #f08080 1px;
	margin:30px auto 20px;
}
	
.td_hp{
	border-collapse : collapse ;
	border:dotted #f08080 1px;
	padding:5px 30px;
}

.tr_hp{
	border:dotted #f08080 1px;
	border-collapse : collapse ;
}

.th_hp{
	border-collapse : collapse ;
	border:dotted #f08080 1px;
	padding:50px;
}
	

.mark{
	padding-right:15px;
	margin-bottom:-5px;
}
.p{
	margin-top:50px;
}
	
	

/*コース一覧ボタン*/

.course a{
 	text-decoration:none;
	border:none;
}

.button3 a {
	width: 200px;
	background-color: #f08080;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	padding: 10px;
	margin-top: -10px;
}
.button3 a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  
  margin-left: auto;
}

.otoiawase a{
 text-decoration:none;
 border:none;
 text-align:center;
 
}

.button a {
  width: 320px;
  background-color: #677FB2;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(136,136,136,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 20px 10px 70px 70px;
  /*margin: 10px auto;*/
  padding: 30px;
  float:left;
}

.button a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 22px 10px 68px 70px;
   /*margin: 12px auto 8px;*/
}
.button2 a {
  width: 320px;
  background-color: #721CB2;
  border-radius: 3px;
  box-shadow: 0 3px 0 rgba(136,136,136,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 20px 70px 70px 10px;
   /* margin: 10px auto;*/
  padding: 30px;
  float:right;
}
.button2 a:hover {
  box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 22px 70px 68px 10px;
 /*margin: 30px auto 8px;*/
}


/*youtube*/

.frame-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/*sitemap*/

.link_set a {
	color: #00a7fd;
}

.link_set a:hover {
	color: #F60;
}

.link_set img {
	width: 100%;
}

.site_map {
	
}

.site_map ul {
	margin: 0;
}

.site_map a {
	color: #ffffff;
	text-decoration: none;
}

.menu_main a {
	color: #00a7fd;
}

.menu_main a:hover {
	color: #F60;
}

.menu_main li {
	margin: 2% 0;
}

.menu_main02 a {
	color: #00a7fd;
}

.menu_main02 a:hover {
	color: #F60;
}

.menu_main02 li {
	margin: 5% 0;
}

.menu_block {
	width:49%;
	display: inline-block;
	vertical-align: top;
}

.h1_border {
	display: block;
    background-image: linear-gradient(to left,#B26C5F,#f08080);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr=#f08080,EndColorStr=#FBF2EF)";
    border-left: solid 20px #bf6a7a;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.15em;
    margin-top: 30px;
    font-size: 160%;
}

.h2_border {
	border-bottom: #F60 dotted 4px;
    color: #F60;
    text-align: center;
    letter-spacing: 0.1em;
	margin: 0 4%;
}

.list01 li {
	font-weight: bold;
	list-style: circle;	
}

.list02 li {
	font-weight: normal;
	list-style: disc;	
}

/*hanko*/

.left_box {
	display: inline-block;
	width: 46%;
	font-size: 0px;
	vertical-align: middle;
}

.right_box {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	margin-right: 4%;
}

.right_box a {
	color: #00a7fd;
	text-decoration: underline;	
}

.line_border {
	border-bottom: #f08080 dotted 4px;
    color: #B26C5F;
    text-align: center;
    letter-spacing: 0.1em;
}

.img_wrap {
	width: 70%;
	margin: 0 auto;
}

.hanko_overview01 {
	width: 90%;
	font-size: 0;
	letter-spacing: normal;
	margin: 3% auto;
}

.hanko_overview02 {
	width: 60%;
	font-size: 0;
	letter-spacing: normal;
	margin: 0 auto;
}

.hanko_main img {
	width: 100%;
}

.hanko_img01 {
	width: 21.7%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000000;
}

.hanko_img02 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000000;
}

.right_margin {
	margin-right: 4%;
}

.connect_area {
	text-align: center;
}

.connect_area a {
	color: #00a7fd;
	text-decoration: underline;	
}


.dtp_button {
	margin: 2% 0;
}

.dtp_button p {
	display: inline-block;
	vertical-align: middle;
}

.dtp_button::before {
	content: url(img/actdtp.png);
	display: inline-block;
	vertical-align: middle;
}

.dtp_button::after {
	content: url(img/actdtp.png);
	display: inline-block;
	vertical-align: middle;
}

.web_button p {
	display: inline-block;
	vertical-align: middle;
}

.web_button::before {
	content: url(img/actweb.png);
	display: inline-block;
	vertical-align: middle;
}

.web_button::after {
	content: url(img/actweb.png);
	display: inline-block;
	vertical-align: middle;
}


/*PP*/

.bunner_wrap {
	width: 90%;
	font-size: 0;
	letter-spacing: normal;
	margin: 6% auto 2%;
}

.bunner_style {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}

.bunner_style img {
	width: 100%;
}

/*MMO*/

.mmo_map .column {
	margin-bottom: 10%;
}

.mmo_map h2 {
	margin-bottom: 0;
}

.mmo_map .column h3 {
	border-bottom: 1px solid #000000;
}

.mmo_map .column01 {
	width: 50%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.mmo_map .column02 {
	text-align: center;
}

.mmo_map .column02 p {
	font-size: 18px;
	border-top: 3px dashed #000000;
	border-bottom: 3px dashed #000000;
	margin-top: 0;
	padding: 4% 0;
}

/*campain*/

.campan_box {
	border: 1px solid #CCC;
	margin: 0 3% 5%;
}
	
.campain_img {
	width: 30%;
	font-size: 0;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.campain_txt {
	width: 69%;
	display: inline-block;
	vertical-align: top;
}

.campain_txt h2 {
	margin: 0;
	font-size: 18px;
}


/*NEWS*/

time {
	font-weight:bold;
	font-size:20px;
	color:#677FB2 ;
}


@media (max-width: 767px) {
	
	.menu_block {
		width: 100%;
		display: block;
	}
	
	.menu_main li {
		margin: 7% 0;
	}

	.menu_main02 li {
		margin: 10% 0;
	}
	
	.left_box {
		width: 100%;
	}

	.right_box {
		width: auto;
		margin: 0 3%;
	}
	
	.hanko_img01 {
		width: 20.7%;
		display: inline-block;
	}
	
	.hanko_img02 {
		width: 29%;
	}
	
	.dtp_button::before {
		display: none;
	}

	.dtp_button::after {
		display: none;
	}
	
	.web_button::before {
		display: none;
	}

	.web_button::after {
		display: none;
	}
	
	.bunner_style {
		width: auto;
		margin: 3% 1%;
	}
	
	.mmo_map .column01 {
		width: auto;
	}
	
	.campain_img {
		width: 100%;
	}

	.campain_txt {
		width: auto;
		margin: 0 2%;
	}

}
