@charset "UTF-8";


body {
	background: transparent;
	-webkit-text-size-adjust: 100%;
	/*background:#f5f5f5;*/
	}

body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
	
/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	height: 100%;
	}

body {
	font-size: 13px;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
				 "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

/* @end */



@font-face {
  font-family: 'iconfont';
  src:  url('../img/fonts/iconfont.eot?2jtw2k');
  src:  url('../img/fonts/iconfont.eot?2jtw2k#iefix') format('embedded-opentype'),
    url('../img/fonts/iconfont.ttf?2jtw2k') format('truetype'),
    url('../img/fonts/iconfont.woff?2jtw2k') format('woff'),
    url('../img/fonts/iconfont.svg?2jtw2k#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


.icon-pencil a:before {
  content: "\e905";
}
.icon-calculator a:before {
  content: "\e940";
}
.icon-clipboard a:before {
  content: "\e9b8";
}





/* @end */





.size110{
	font-size:110%;
}



/*紫*/
.color_p,
.ryt_color{
	background:#553d95;
}
.in_color_p{
	color:#553d95;
}



/*薄紫*/
.in_color_wp{
	color:#a599c5;
}
.line_color_wp{
	border:1px solid #a599c5;
}



/*オレンジ*/
.color_o{
	background:#f08719;
}
/*グリーン*/
.color_g,
.piece_color{
	background:#d2d849;
}

.in_color_g{
	color:#d2d849;
}




/*薄グリーン*/
.in_color_wg{
	color:#dbe080;
}
.line_color_wg{
	border:1px solid #dbe080;
}

/*黄色*/
.color_e{
	background:#f0b119;
}
.in_color_e{
	color:#f0b119;
}



/*茶*/
.color_c,
.ohter_color{
	background:#d9c349;
}
.in_color_c{
	color:#d9c349;
}
.line_color_c{
	border:1px solid #d9c349;
}



/*濃青*/
.color_b{
	background:#157696;
}
.in_color_b{
	color:#157696;
}
.line_color_b{
	border:1px solid #157696;
}



/* @group Text Module */


strong {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

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

.lang-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	}

.lang-cn {
	font-family: 'Hei Regular','SimHei',sans-serif;
	}
	
sup {
	font-size: 77%;
	line-height: 0.8;
	}

.registered-trademark {
	letter-spacing: 0.2em;
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#copyright,
.copyright-sign {
	font-size: 109%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #3978a7;
	text-decoration:none;
/*	text-decoration: underline;*/
	outline: none;
	}
.text a {
	color: #fff;
	text-decoration:underline;
/*	text-decoration: underline;*/
	outline: none;
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: none;
	}

a:active {
	}


/* @end */










/*----------------------------------------------------------------------------------------
トップ各ブロックタイトル
----------------------------------------------------------------------------------------*/
.contitle_area_blank{
	height:20px;
	overflow:hidden
}
.contitle_area{
	width:100%;
	margin:80px auto 40px;
	text-align:center;
	color:#393939;

}
.contitle_en{
	font-size:180%;
	font-weight:bold;
	/*font-family: 'Futura','Segoe UI Black','Avenir Next',sans-serif;*/
	font-family: 'Lato', sans-serif;
	/*letter-spacing: 0.1em;*/
}
.contitle_jp{
	font-size:80%;
	margin:5px 0 20px 0;
}
.contitle_line{
	width:5%;
	border:1px solid #393939;
	margin:0 auto;
}
.consub_titile{
	text-align:center;
	color:#555;
	font-size:120%;
}


/*----------------------------------------------------------------------------------------
トップ各オレンジリンク
----------------------------------------------------------------------------------------*/


#top_linkbtn{
	width:60%;
	margin:8px auto;
	border:1px solid #f08719;
	overflow:hidden;
	padding:12px 0;
    border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
	color:#ef7c04;
	text-align:center;
	font-weight:400;
	position: relative;
	letter-spacing:0.08em;
	background:#fff;

}

#top_linkbtn p::after{

	width: 6px;
	height: 6px;
	border-top: 1px solid #ef7c04;
	border-right: 1px solid #ef7c04;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 42%;
	margin:10px 10px 0;
	content: "";

}



/*----------------------------------------------------------------------------------------
トップ各オレンジリンク　かぶせる
----------------------------------------------------------------------------------------*/


#top_linkbtn_over{
	width:60%;
	margin:0 auto;
	border:1px solid #f08719;
	overflow:hidden;
	padding:12px 0;
    border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
	color:#ef7c04;
	text-align:center;
	font-weight:400;
	letter-spacing:0.2em;
	background:#fff;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
}

#top_linkbtn_over p::after{

	width: 6px;
	height: 6px;
	border-top: 1px solid #ef7c04;
	border-right: 1px solid #ef7c04;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	bottom: 0;
	margin:10px 10px 0;
	content: "";

}



/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/
.back_box{
	max-width: 1000px;
	margin: 0 auto;
}

.back_boxin{
    margin: 0 auto;
    max-width: 1000px;
}
#sidebox_770 #right_head {
    position: absolute;
    right:30px;
	top:80px;

}
#sidebox_770 #right_head img{
	width:130px;
	height:50px;

}
#sidebox_770 #checkmark{
	width: 15px;
	height: 15px;
	background: #fd9535;
	border-radius: 50%;
	top: 25px;
	right: 40px;
	position: absolute;
	border: 1px solid #fff;
}

#sidebar_670min_adimin #sidebox_admin{
	display:block;
	overflow:hidden;
	background:#f08719;
	box-sizing:border-box;
	width: 100%;
	position: fixed;
	top: 0;
	height:78px;
	z-index: 9999;
}


#sidebar_670min{
	display: none;
}
#sidebar_670min #center_head {
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
	top: 5;
	right:8px;
}
#sidebar_670min_adimin #center_head {
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
	top: 5;
	right:8px;
}
#sidebar_670min_adimin #center_head img{
	width:300px;
	height:70px;
	display: inline-block
}

#sidebar_670min #sidebox_admin{
	display:block;
	overflow:hidden;
	background:#f08719;
	box-sizing:border-box;
	width: 100%;
	position: fixed;
	top: 0;
	height:78px;
	z-index: 9999;
}
#sidebar_670min #center_head img{
	width:300px;
	height:70px;
	display: inline-block
}

#sidebar_670min #right_head {
    position: absolute;
    right:15px;
	top:20px;

}





#sidebar_770 #sidebox_admin{
	display:block;
	overflow:hidden;
	background:#f08719;
	box-sizing:border-box;
	width: 100%;
	position: fixed;
	top: 0;
	height:78px;
	z-index: 9999;
}
#sidebar_770 #center_head {
    display: flex;
    justify-content: center; /* 子要素を中央揃え */
    position: relative;
	top: 5;
	right:8px;
}
#sidebar_770 #center_head img{
	width:300px;
	height:70px;
	display: inline-block
}


#header_out_670_min{
	display:none;
}

#header_770 {
    height: 50px;
    background: #444;
    position: relative;
}
#header_770 #icon_block {
    margin: 5px;
    float: right;
    overflow: hidden;
}
#header_770 #icon_block .contact {
    width: 200px;
}
/*#header_770 #icon_block .contact .circle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    background: #4c4c4c;
    text-align: center;
    float: left;
}
#header_770 #icon_block .contact i {
    padding-top: 4px;
    color: #ffffff;
    font-size: 0.8rem;
    vertical-align: top;
}*/
#header_770 #icon_block .contact .icon_text {
    float: left;
    margin: 2px 0 0 4px;
    color: #f08719;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	padding:5px;
	width:150px;
	border:1px solid #f08719;
	text-align:center;
	font-weight: 500;
	background-color: #fff;
}
#header_770 #icon_block .sns {
    width: 50px;
}
#header_770 #icon_block .sns .circle {
    width: 30px;
    height: 30px;
}
#header_770 #icon_block .blank_line {
    width: 1px;
}
#header_770 #icon_block .blank_line .line {
    border-right: 1px solid #aaa;
    height: 20px;
    margin: 0 20px;
}
#icon_block .sns img{
	width:100%;
	height:auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%x;
}

#h1_area {
    height: 20px;
    overflow: hidden;
    clear: both;
    text-align: right;
    padding-right: 27px;
}
#h1_side {
    height: 20px;
    width: 200px;
    float: left;
    background-color: #f3f1e8;
}
#h1_area span {
    float: right;
    color: #989898;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    padding: 3px 0 0;
}
#h1_area h1 {
    float: right;
    color: #989898;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    padding: 3px 0 0;
}
#sidebar_770{
    width: 200px;
    float: left;
    height: 100vh !important;
/*    position: absolute;*/
    background: #899983;
    box-sizing: border-box;
	z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
}

#sidebox #main_logo{
	padding: 45px 25px 0 25px;
	margin: 0 auto;
	overflow: hidden;
}
#sidebox #main_logo img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width: 100%;
}
#right_block {

    min-width: 500px;
    margin-left: 200px;
    padding: 0;

}
#head{
	display:none;
/*	
	float:right;
	margin:12px 20px 12px 20px;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
	line-height: 0.9rem;
	color:#fff;
	letter-spacing: normal;
	*/
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
#panel-btn:hover{
  background: #888;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #444;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #444;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*#panel {
	margin: 70px 0 0 0;
	display: none; width: 100%;padding:10px  0 0 0; background: #818181; 
	position: fixed;
	top: 0;
	z-index:100;
}*/
#panel2 {
	margin: 0;
	display: none; width: 100%;padding:10px  0 10px 0; background: #e1e1e1; text-align: center;
}

/*----------------------------------------------------------------------------------------
メニュー
----------------------------------------------------------------------------------------*/


#sidebar_670min_adimin #main_logo,
#sidebar_670min #main_logo{
	width:200px;
	margin:25px 0 15px 20px;
	float:left;
}
#sidebar_670min_adimin #main_logo img,
#sidebar_670min #main_logo img{
/*	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
*/	width:100%;
}





/*１階層*/

/*.accordion {
    width: 98%;
    margin: 20px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }
 */
/*.accordion .list{
	height:50px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:0px;
	border-bottom:1px dotted #CCC;
	text-align:left;
	padding-left:30px;
	letter-spacing: normal;
	line-height: 3.8em;
	background:#0F0;
}*/

/*
.accordion .list {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #555;
    font-size: 120%;
    font-weight:500;
    border-bottom: 1px dotted #ddd;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
*/

.accordion li:last-child .last {
    border-bottom: 0;
}




.accordion .list .arrow{
	position: relative;
	padding:0;
	text-decoration: none;
}

.accordion .list .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
}
.accordion .list .sub_title::after{
	top:-22px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #f08719;
	border-right: 2px solid #f08719;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition:0.4s;
	
	
	left: 138px;
}
#sidebar_670min #menu .list .up::after{
	top:-13px;
	right: 50px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #555;
	border-left: 2px solid #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition:0.4s;	
}




#menu .menu_level2{
	color:#fff;
    transition:0.4s;
	width: 50%;
	display: inline;
	margin-left:1px;
}


 .submenu li .arrow2{
	position: relative;
	padding:0;
	text-decoration: none;
}

 .submenu li .arrow2::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
}

 .submenu li .sub_title2::after{
	top:9px;
	right:8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #f08719;
	border-right: 2px solid #f08719;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition:0.4s;
	
	
	left: 138px;
/*
	top:5px;
	left: -18px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition:0.4s;
	position:absolute;
*/}





#menu .list{
    display: inline-block;
    width: 100%;
	padding: 30px 0 0 0;
    text-align: center;
	color: #fff;
	font-weight: 600;
    font-size: 1.1em;

}
.submenu .list2{
    display: inline-block;
    width: 180px;
	padding: 15px 0 11px 20px;
	color: #fff;
}

.menu_level{
	    border-bottom: 1px dotted #CCC;
}
#menu .menu_level {
    height: 55px;
	padding-bottom: 15px;
}
/*#menu .title {
    font-size: 0.8rem;
    font-weight: bold;
    color: #222;
    padding-top: 5px;
}*/
#menu {
    margin-top: 45px;
    line-height: 1.6em;
    letter-spacing: 0em;
	border-top: 1px dotted #CCC;

}













/*.menu_link {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
*/
/*.menu > li {
    float: left;
    width: 100%; 
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}
*/
/*
.menu_link > li a {
    display: block;
    color: #fff;
}
*/
/*
.menu_link > li a:hover {
    color: #999;
}
*/
ul.submenu {
visibility: hidden;
/*
    opacity: 0;
    z-index: 1;
	height: 100vh;
*/	
}

#menu > li:hover
{
    background: #f08719;
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#fff;
}
.list2:hover
{
    background: #f08719;
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#fff;
}
/*
.menu_link > li:hover {
    background: #f08719;
    -webkit-transition: all .5s;
    transition: all .5s;
	color:#fff;
}*/

.submenu li {
    border-top: 1px dotted #eee;
}
.submenu a:last-child{
    border-bottom: 1px dotted #eee;
	padding: 0 0 11px 0;
}



/* floatクリア */
/*.menu:before,
.menu:after {
    content: " ";
    display: tablea;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}
*/
li.menu_level ul.submenu {
    position: fixed;
	left:200px;
    width: 200px;
    background: #444;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	height: 100vh;
}

li.menu_level:hover ul.submenu {
   top: 0;
    visibility: visible;
    opacity: 0.8;
	padding-top:240px;
}

/*.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #f0f;
}
*/
/*
.accordion li.open i {
    color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
*/
/*.accordion li.default .submenu {display: block;}*/
/**
 * Submenu
 -----------------------------*/
 
 /*.submenu {
    display: none;
    background: #efefef;
    font-size: 14px;
 }

 .submenu li {
    border-bottom: 1px dotted #eee;
 }

 .submenu a {
    display: block;
    text-decoration: none;
    color: #555;
    padding: 12px;
    padding-left: 70px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    background: #fbe7d3;
    color: #444;
 }









/*----------------------------------------------------------------------------------------
csリンク
----------------------------------------------------------------------------------------*/
#header_out .close{
	margin:0;
}
#header{
	background:#444;
	width:100%;
	overflow:hidden;
	z-index: 90;
	box-shadow: 0px 2px 4px #444;
}


/*フォーム全体*/
#form1{
position:relative;/*フォームの相対位置*/	
max-width:90%;/*フォームのサイズ*/
margin: 10px auto 15px;
}
/*検索ボックス*/
#sbox{
position:absolute;/*フォームの絶対位置*/	
left:0;
top:0; 	
width:90%;
outline:0;/*クリック時の青い枠線消す*/	
height:39px;/*検索ボックスの高さ*/	
padding:0 2%;/*テキスト位置調整*/	 
border-radius:5px 0 0 5px;/*検索ボックスの角を丸める*/		
background:#efefef;/*検索ボックスの背景カラー*/
border:none;/*検索ボタンの枠線を消す*/ 
}
/*検索ボタン*/
#sbtn img{
width:15%;/*検索ボタンの横幅*/ 
height:25px;/*検索ボタンの縦幅*/ 
position:absolute;/*検索ボタンの絶対位置*/  
right:0;/*検索ボタンの位置調整*/  
top:0;
border-radius:0 5px 5px 0;/*検索ボタンの角を丸める*/ 
background:#fad7b3;/*検索ボタンの背景カラー*/ 
border:none;/*検索ボタンの枠線を消す*/ 
padding: 7px 0;
}






#cs_link{
width: 30%;
margin: 0 0 0 auto;
height: 64px;
overflow: hidden;
}

/*----------------------------------------------------------------------------------------
トップ画像
----------------------------------------------------------------------------------------*/


#maincon{
	margin: 400px 0 0 0;
	overflow: hidden;
	background-color: #f0f;
	
}




#main{
	width:100%;
	overflow:hidden;
	color:#f08719;
	
}
#main img{
	width:100%;
	height:auto;
	margin:123px 0 30px 0;
}

#main .arrow{
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	transform: rotate(45deg);
	margin: 20px auto 0;
	content: "";
}

#main_title{
	font-size:6vw;
	margin:50px  auto 40px;
	text-align:center;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}
#sub_title{
	font-size:3.6vw;
	margin:0 8% 20px;
	line-height:1.5em;
	text-align: left;
}


@media (min-width: 500px) {
#main_title{
	font-size:200%;
}
#sub_title{
    font-size:120%;
	margin:20px  10%;
	line-height:1.4em;

  }
}


/*----------------------------------------------------------------------------------------
プログラム
----------------------------------------------------------------------------------------*/

.pg_right_area{
	position: relative;
    margin-bottom: 2px;
}
.pg_back{
	width:100%;
}
.pg_back img{
	width:100%;
	height:auto;
}
.pg_genre{
	 border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
	color:#fff;
	text-align:center;
	font-weight:bold;
	width:70px;
	font-size:10px;
	padding:5px 0;
	
	position: absolute;/*絶対配置*/
	top: 10%;
}
.pggenre_r1{
	left:3%;
}
.pggenre_r2{
	right:0;
	margin-right:5%;
}
.pggenre_l1{
	right:0;
	margin-right:3%
}
.pggenre_l2{
	left:5%;
}



.pg_title{
	font-size:200%;
	margin-top:10px;
	margin-bottom:30px;
	color:#403d3d;
	font-weight:bold;
	line-height:1.2em;

	position: absolute;/*絶対配置*/
	top: 8%;
}
@media (min-width: 500px) {
.pg_title{
	font-size:3em;
}
}

.pg_subtitle{
	margin-top:50px;
	margin-bottom:20px;
	color:#403d3d;
	font-weight:bold;
	
	position: absolute;/*絶対配置*/
	bottom: 19%;
}
.pg_linkbtn{
	font-size:110%;
	 border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding: 8px 25px 8px 10px;
	position: relative;

	
	position: absolute;/*絶対配置*/
	bottom: 5%;
}
.pg_linkbtn::after{
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin:11px 5px 0;
	content: "";

}


/*----------------------------------------------------------------------------------------
スケジュール
----------------------------------------------------------------------------------------*/

.sche_area{
	overflow:hidden;
	margin:100px 0 0 0;
	background:#fce7d7;
	padding-bottom:30px;
}
.sche_area_btn{
	position:relative;
	background:#fce7d7;
}

.sche_box770{
	display:none;
}
.sche_box{
	width:94%;
	border:1px solid #bebebe;
	margin:0 auto 30px;
	background:#fff;
}
.sche_box table{
	margin:0 auto;
	border-collapse:collapse;
	table-layout: fixed;
	width:95%;
	color:#555;
}
.sche_box tr{
	border-bottom:1px dotted #bebebe;

}
.sche_box tr:last-child{
	border-bottom:0px;
}
.sche_box .glay{
    padding: 5px;
}
.sche_box tr .title{
	background: #eee;
	line-height: 2.5em;
	text-align: center;
}

.sche_box .white{
    padding: 5px 10px;
	width:70%;
}
.sche_box th .btn{
	color: #fff;
	background: #afafaf;
	text-align: center;
	width: 90%;
	line-height: 2em;
	margin: 10px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.sche_box span:first-child{
	margin:0 0 0 20px;
}

.sche_box span{
	 border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
	color:#fff;
	text-align:center;
	font-weight:bold;
	width:70px;
	font-size:10px;
	padding:2px 10px;
	margin:0 0 0 5px;
}



/*----------------------------------------------------------------------------------------
スケジュール_single
----------------------------------------------------------------------------------------*/

.single_sche_box{
	width:94%;
/*	border:1px solid #bebebe;*/
	margin:0 auto 30px;
	background:#fff;
}
.single_sche_box table{
	margin:0 auto;
	border-collapse:collapse;
	table-layout: fixed;
	width:95%;
	color:#555;
}
.single_sche_box tr{
	border-bottom:1px dotted #bebebe;

}
.single_sche_box tr:last-child{
	border-bottom:0px;
}
.single_sche_box .glay{
    padding: 5px;
}
.single_sche_box tr .title{
	background: #eee;
	line-height: 2.5em;
	text-align: center;
}

.single_sche_box .white{
    padding: 5px 10px;
	width:70%;
}
.single_sche_box th .btn{
	color: #fff;
	background: #afafaf;
	text-align: center;
	width: 90%;
	line-height: 2em;
	margin: 10px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.single_sche_box span:first-child{
	margin:0 0 0 20px;
}

.single_sche_box span{
	 border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
	color:#fff;
	text-align:center;
	font-weight:bold;
	width:70px;
	font-size:10px;
	padding:2px 10px;
	margin:0 0 0 5px;
}


/*----------------------------------------------------------------------------------------
サイトメニュー
----------------------------------------------------------------------------------------*/
.sitemenu{
/*width: 90%;*/
margin:0 auto;
}

.sitemenu ul{
}
.sitemenu li{
    display: inline-block;
    width: 100%;
    text-align: center;
	box-sizing: border-box;
	font-size:110%;
	font-weight:500;
	border-top: 1px solid #444;
}
.sitemenu li:last-child{
	border-bottom: 1px solid #444;

}
.sitemenu li .sitemenu_tilte{
	font-size:70%;
	margin-top:5px;
	color:#e68320;
}
.sitemenu li a {
    text-align: center;
    padding-left: 0px;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
    min-width: 160px;
    position: relative;
 /*   background-color: #f9d1af;*/
     border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding:8px 0;
    box-sizing: border-box;
	color:#555;
}


/*.sitemenu li a::before {
    content: "";
    height: 8px;
    position: absolute;
    top: 40%;
    right: -30px;
    margin-top: -4px;
    border-left: 2px solid #eee;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	right: 30px;

/*    content: "";
    width: 63px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -32px;
    border-top: 2px solid #f18e41;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	    width: 27px;
    right: -10px;
}*/

.sitemenu li a::after {
	content: "";
    position: absolute;
	/*
    top: 40%;
    margin-top: -4px;
    height: 8px;
	*/
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

    box-sizing: border-box;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	width: 10px;
	height: 10px;
	top: 20px;
	bottom: 0;
	right:50px;
	
	
}


/*----------------------------------------------------------------------------------------
ピックアップリンク
----------------------------------------------------------------------------------------*/

/*
#pickupmenu{
	width:100%;
	background:url("../img/top/top_back.png");
	height:auto;
}
#pickupmenu .link_box{
	
}
*/


#pickupmenu ul.link_box {
    overflow: hidden;
	margin:80px 0 30px 0;
}
#pickupmenu ul.link_box li {
    width: 100%;
    height: 44vw;
    background-color: #fff;
}

#pickupmenu ul.link_box li:nth-child(n+2) {
    margin-top: 1px;
}
#pickupmenu ul.link_box li:nth-child(1) a {
    background-position: center top;
}
#pickupmenu ul.link_box li:nth-child(2) a {
    background-position: center center;
}
#pickupmenu ul.link_box li:nth-child(3) a {
    background-position: center bottom;
}
#pickupmenu ul.link_box li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: url(../img/top/top_back.png) no-repeat 0 0 /100% auto;
    background-position-x: 0px;
    background-position-y: 0px;
}


#pickupmenu ul.link_box li a span{
	position: relative;
}
#pickupmenu ul.link_box li a span::after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 3px 10px 0;
	content: "";
}


#pickupmenu ul.link_box li a::before {
	display: block;
	margin: 0 auto 30px;
	color: #777;
	font-size: 1.9em;
	font-family: 'iconfont' !important;
	padding: 15px;
    border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */


	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: rgba(225,225,225,1);  /* 背景の設定 */
	border: 4px solid rgba(255,255,255,0.3);  /* ボーダーの設定 */

}










/*----------*/


.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}	width:600px;
	max-width:95%;
	margin-bottom:5em;	/* スライド下部にドットナビを配置する場合は、その分のスペースを加える */
}

/* HTMLギャラリーのセル */
.sample-cell{
	padding:0 1px;	/* セル同士のスペース */
}

/* ギャラリー内のimg要素 */
.sample-img{
	width:200px;
	max-width:none;
	height:150px;
}

/*----------*/

/*----------------------------------------------------------------------------------------
ロケーション
----------------------------------------------------------------------------------------*/
#location .areabox{
	width:100%;
	margin:40px 0;
	overflow:hidden;
}
#location .areabox tr{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background:#fff;
}

#location .areabox .img_are1{
	width:55%;
	overflow:hidden;
}
#location .areabox .img_are2{
	width:12%;
	overflow:hidden;
}
#location .areabox .area_are{
	width:25%;
	overflow:hidden;
	text-align:center;
	color:#555;
}

#location .areabox .img_are1 img,
#location .areabox .img_are2 img{
	width:100%;
	height:aute;
}

#location .areabox .area_are .area_name{
	font-size:140%;
	font-weight:400;
	margin:10px;
}
#location .areabox .area_are .area_con{
	font-size:90%;
	margin:0;
}

#location .areabox .arrow{
position: relative;
}
#location .areabox .oshi::after{
	border-top: 2px solid #f2921b;
	border-right: 2px solid #f2921b;
}
#location .areabox .sen::after{
	border-top: 2px solid #4193ce;
	border-right: 2px solid #4193ce;
}


#location .areabox .arrow::after{
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin:0 3px 0;
	content: "";
	}


/*----------------------------------------------------------------------------------------
リクルート
----------------------------------------------------------------------------------------*/

.recluit_box table{
	margin:30px auto 0;
	border-collapse:collapse;
	table-layout: fixed;
	width:80%;
	text-align:center;
}


.recluit_box .main{
	width:47%;
}
.recluit_box .sub{
	width:6%;
}
.recluit_box td img{
	width:100%;
	height:auto;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.recluit_box td .rec_text{
	margin:20px auto 10px;
	font-size:95%;
	font-weight:600;
	letter-spacing:0.09em;
	color:#444;
}

.recluit_box td .arrow{
	position:relative;
	margin-bottom:70px;
}
.recluit_box td .arrow::after{
	border-bottom: 3px solid #aaa;
	border-right: 3px solid #aaa;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin:0;
	content: "";
	left: 45%;
}


/*----------------------------------------------------------------------------------------
コラム
----------------------------------------------------------------------------------------*/
.column_area{
	width:100%;
	background:#fff;
}
.column_area_down{
	width:100%;
	background:#fff;
	padding:1px 0 30px 0;
}
.column_area .inbox{
	width:49%;
	text-align:left;
/*	border-bottom:1px solid #aaa;*/
	margin:0 auto;
	overflow:hidden;
	color:#444;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;


}

.column_area .inbox ul{
	width:90%;
	margin:30px auto;
}
/*.column_area .inbox:last-child{
	padding-bottom:40px;
	border:0;
}*/
.column_area .inbox .imgdb img{
	width:100%;
	height:auto
}
.column_area .inbox .title{
	font-size:120%;
	margin:15px 0;
}


.column_area .inbox .writer{
	display: inline-block;
	width:100%;
	text-align:right;
	font-size:80%;
	margin-bottom:20px;
}


.column_area .inbox .sub{
	display: inline-block;
	width:100%;
	font-size:75%;
	margin-bottom:10px;

}
.column_area .inbox .text{
	font-size:0.7rem;
	margin-bottom:15px;
	line-height: 1.5em;
	letter-spacing: 0.09em;
}
.column_area .inbox .btn{
	text-align:right;
	margin:0 0 30px 0;
}
.column_area .inbox .btn .arrow{
	position:relative;
	color:#444;
	font-size:70%;
	margin:5px;
	padding: 3px 25px 3px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	border:1px solid #444;
}
.column_area .inbox .btn .arrow::after{
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin:6px 3px 0;
	content: "";
}



/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/

#footer_a{
	width:90%;
	margin:50px auto 0;
	color:#555;
}
#footer_a .title{
	font-size:150%;
	margin:10px 0;
	letter-spacing:0.09em:
}
#footer_a ul{
	margin:0 0 30px 20px;
	overflow:hidden;
}
#footer_a .con{
	font-size:85%;
	margin:0 0 15px 0;
}
#footer_a .line{
	line-height:1.5em;
}
#footer_a .sns{
	display:inline-block;
	width:25px;
	margin:10px 10px 0 0; 
}
#footer_a .sns img{
	width:100%;
	height:auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%x;
}

#footer_b{
	width:80%;
	margin:40px auto 0;
	color:#666;
}

#footer_b #textlink_area{
	text-align:center;
	font-size:70%;
}
#footer_b li{
	display:inline-block;
	margin:10px 20px 0 0; 
}
#footer_b #vende{
	width:100%;
	text-align:center;
	margin:40px auto 40px; 
}
#footer_b #logo{
	width:30%;
	margin:0 auto;
}
#footer_b #logo img{
	width:100%;
	height:auto;
}
#footer_b #copy{
	width:100%;
	margin:0 0 30px 0;
	font-size:70%;
	color:#444;
	text-align:center;
}

#footer_link{
	width:100%;
	margin:10px 0;
	font-size:0; 
}
#footer_link ul{
	border-top:1px solid #777;
}
#footer_link li{
	font-size:11px;
	padding:17px 0; 
	box-sizing: border-box;
	width:100%;
	border-bottom:1px solid #777;
	background:#fff;
	display:inline-block;
	color:#444;
	font-weight:500;

}
#footer_link li span{
	margin:0 20px 0 30px;
	font-size:120%;
	color:#aaa;
	font-weight:bold;
}
.f_box770{
	display:none;
}






/*-------------ここからnew----------------*/


/*---全体枠---*/
#main_block{
	background-color: #444;
	padding: 0 0 0 0;
	overflow: hidden;
}
/*---全体枠管理者用---*/
#main_block_admin{
	background-color: #444;
	padding: 90px 0 0 0;
	overflow: hidden;
}
/*------------高さ100空白----------------*/
.blank_height50{
	margin: 50px;
	width: 100%;
	overflow: hidden;
}


/*---グレー枠---*/

#main_block2{
	background-color: #666;
	padding: 10px 0 0 0;
	overflow: hidden;
}
/*---下部ボタン枠---*/
#main_block3{
	background-color: #bbb;
	padding: 50px 5% 10px 5%;
	overflow: hidden;
	width: 90%;
	text-align: center;
}
/*---下部ボタン枠---*/
#main_block5{
	background-color: #666;
	padding: 10px 0 0 0;
	overflow: hidden;
	text-align: center;
}
/*---トップ戻る枠---*/
#main_block4{
	background-color: #191919;
	padding: 10px 0;
	overflow: hidden;
	width:100%;
	text-align: center;
	color: #fff;
}




#main_name{
	font-size: 40px;
	color: #fff;
	font-family: 'MuseoModerno', cursive;
	font-weight: 600;
	margin: 40px 0 20px 20px;
}

/*---各タイトル---*/
.parts{
	margin: 30px 0 20px 20px;
	width: 50%;
	overflow: hidden;
	display: inline-block;
}
.no_authority{
	margin: 5px 0 15px;
    width: 16%;
	box-sizing: border-box;
    overflow: hidden;
    display: inline-block;
	text-align: right;
}

.no_authority img{
	width: 100%;
	height: auto;
	max-height: 40px;
}

.parts2{
	margin: 20px 2% 20px 2%;
    width: 23%;
    overflow: hidden;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    background-color: grey;
    padding: 8px 0;
    box-sizing: border-box;
    color: #fff;
}.parts2 a{
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
}
.parts2_b{
	margin: 20px 0 20px 0;
	width: 40%;
	overflow: hidden;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 500;
	text-align: right;
}.parts2_b a{color: #f08719;}

.parts_name{
	font-family: 'MuseoModerno', sans-serif;
	font-weight: 900;
	color: #f08719;
	font-size: 30px;
}
.parts_name_b{
	font-family: 'MuseoModerno', sans-serif;
	font-weight: 900;
	color: #6ce4f3;
	font-size: 30px;
}.parts_name_b span{
	font-size: 0.5em;
}
.parts_name_jp{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 5px;
	padding-bottom: 1px;
}

.parts_area{
	width: 100%;	
	overflow: hidden;
}

.parts_other{
	margin: 30px auto 20px;
	width: 50%;
	overflow: hidden;
	display: inline-block;
}

/*---------single用------------=*/
.parts_single{
	margin: 30px 0 20px 5%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
}

.parts_name_single{
	font-family: 'MuseoModerno', sans-serif;
	font-weight: 900;
	color: #f08719;
	font-size: 30px;
	display: inline;
}


.parts_name_jp_single{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 5px;
	display: inline;
}

.other_single{
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	background: #999;
	padding: 30px 0;
}
.other_name_single{
	font-family: 'MuseoModerno', sans-serif;
	font-weight: 900;
	color: #6ce4f3;
	font-size: 30px;
	text-align: center;
}
.other_name_single2{
	font-family: 'MuseoModerno', sans-serif;
	font-weight: 900;
	color: #a1dcc9;
	font-size: 30px;
	text-align: center;
}
.other_name_jp_single{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 5px;
	text-align: center;
}



/* 通常（PC）ではタイル表示 */
.horizontal-list {
  	overflow-x: auto;
  	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}

.item {
      /* 横スクロール用 */
	display: inline-block;
  	width: 28%;

      /* 見た目調整 */
  	height: auto;
  	margin: 5px 0 5px 8px;
	overflow: hidden;
}
.c_box img{
	width: 100%;
	height: auto;
}




/*---読む用投稿エリア---*/
#l_b_in{
	width:95%;
	overflow: hidden;
	margin:0 auto 30px;
}

.l_block{
	display: table;
	border-bottom: 2px dotted #aaa;
	position:relative;
	max-height:100px;
	overflow:hidden;
	width: 49%;
    display: inline-block;
	line-height: 0;
}
.l_block:last-child{
	border: none;
}
.l_block .inimg{
	box-sizing: border-box;
	display: table-cell;
	width: 40%;
	}
.l_block .inimg img{
	width: 100%;
	height: auto;
	}
.l_block .block_in{
	display: table-cell;
	width: 60%;
	font-size: 80%;
	line-height: 1.5;
	vertical-align: top;
	text-align:left;
	overflow:hidden;
	background: #fff;
}
.l_block .black_over{
	margin:20px 2% 0 0;
	padding-left:5%;
	line-height:18px;
	font-size: 1.3em;
}
.l_block .block_writer{
	text-align: right;
	margin: 0 5% 0 0;
	font-size: 1.2em;
	font-family: 'MuseoModerno', sans-serif;
	color: #2298a7;
}.l_block .block_writer span{font-weight: bold;}



/*----ボタンエリア----*/
.a_btn{
	display:inline-block;
	width: 40%;
	height: 80px;
	background-color: aliceblue;
	text-decoration: none;
	background: #f7f7f7;
	font-weight: bold;
	font-size: 1.2em;
	box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.29);
}
#main_block3 .a_btn:nth-child(odd){margin: 15px 5% 0 0;}
#main_block3 .a_btn:nth-child(even){margin: 15px 0 0 0;}

#main_block3 #btn_box{
	margin: 30px 0 50px 0;
}

.btn_case{
	height: 80px;
	line-height: 80px;
}
.bt01{border-left: solid 6px #d163a3;color:#d163a3}
.bt02{border-left: solid 6px #e7771e;color:#e7771e}
.bt03{border-left: solid 6px #ecac0b;color:#ecac0b}
.bt04{border-left: solid 6px #6bbe7c;color:#6bbe7c}



/*----リンクエリア----*/
.link_area{
	width: 90%;
	margin: 0 auto;
}
.link_area ul{
	letter-spacing:-1em;
	position:relative;
}
.link_area a{
	display: inline-block;
	width: 30%;
	letter-spacing:normal;
	margin: 0 4% 50px 0;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 0;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	font-weight: bold;
	text-align: center;
	color: #333;
}.link_area ul a:last-child{margin-right:0;} 

.link_area li img{
	width: 20px;
	vertical-align: middle;
	display: inline;
	margin: 0 0 0 5%;
}


/*----トップへ戻る----*/
#main_block4 p{
	margin: 10px 0;
	letter-spacing: 0.1em;
}




/*----フッターエリア---2-*/
.fotterlink ul{
	display: inline-block;
	width: 40%;
	margin: 0 0 0 5%;
	text-align: left;
	color: #fff;
	font-size: 1.1em;
	line-height: 2em;
}
#copy{
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 0.9em;
}
#elements{
	padding: 16px 0px;
	margin: 30px 0px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}
#elements li{
	margin-right: 28px;
	background-color: #F08719;
    border-radius:20px;        /* CSS3草案 */  
    -webkit-border-radius:20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:20px;   /* Firefox用 */
	width: 25px;
	height: 25px;
	padding: 8px;

}


/*----------------------------------------------------------------------------------------
ニュース
----------------------------------------------------------------------------------------*/
.news_link{
	color:#555;
	text-align: left;
}
#topnews{
	width:100%;
	background:#fff;
	overflow:hidden;
	margin:40px 0 50px 0;
}
#topnews ul{
	width:90%;
	margin:20px auto;
	color:#555;
}
#topnews a{
	width:100%;
	border-bottom:1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
}#topnews a:last-child{border-bottom:0px;}

#topnews li:hover{
	background:#fafafa;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */

}
#topnews li .day{
	font-size:80%;
	margin-top:10px;
}
#topnews li .genre{
	text-align:right;
	margin:0 30px 0 0;
}
#topnews li .genre span{
	text-align:center;
	font-size:70%;
	padding: 1px 14px;
	color:#fff;
	border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
}
#topnews li .link_title{
	margin:10px 0 8px 20px;
	font-size:1.2em;
	font-weight: 600;
	text-decoration:underline;
	text-decoration-color: #ccc ;
}#topnews li .link_title:hover{
	text-decoration:none;
}

#topnews li .link_subtitle{
	margin:30px 0 10px 40px;
	font-size:85%;
}

#instnews{
	width:100%;
	background:#fff;
	overflow:hidden;
	margin:0;
	padding: 15px;
	box-sizing: border-box;
}

.inst-name{
	width: 13%;
	padding: 5px;
	display: inline-block;	
}

.inst-name img{
	width: 100%;
	border-radius:100px;
	border: 1px solid #aaa;
}

/*------------------------------
single用
-----------------------------*/
#video_photo{
	width: 50%;
	margin: 10px 0 0 5%;
}
#video_photo img{
	width: 100%;
	height: auto;
}
#single_name{
	font-size: 1.6em;
	color: #fff;
	margin: 15px 5%;
	line-height: 1.2;
}
#single_video{
	width: 96%;
	margin: 20px auto;
}
#single_video .text{
	font-size: 1.3em;
    line-height: 1.5;
    background: #666;
    color: #fff;
    padding: 6%;
    margin: 100px auto 50px;
    width: 90%;
    letter-spacing: .04em;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'palt';
    box-sizing: border-box;
}

.video_genrename .text{
	width: 85%;
	margin: 20px auto;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
}
.video_genrename{
	width: 90%;
	margin: 80px auto 30px;
}
.video_genrename .title{
	font-weight: bold;
	margin: 30px 0 20px 0;
	color: #aaa;
	font-size: 1.4em;
}
.video_genrename .contents{
	font-size: 1.2em;
	margin: 0 0 0 20px;
}
.video_genrename .contents li{
	display: inline-block;
}

.video_genrename .contents a{
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 1.2em;
	margin: 0 0 15px 20px;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	color: #aaa;
	font-size: 0.9em;
	color: #fff;
	
}
.rand_area{
	font-size: 1.2em;
	font-weight: bold;
	margin: 50px 0 10px 5%;
	color: #fff;
}

#single_sharer {
	width: 90%;
	overflow: hidden;
	margin: 50px auto 30px;
}
#single_sharer ul{
	letter-spacing:-1em;
}
#single_sharer li{
	display: inline-block;
	width:  48%;
	box-sizing:border-box;
	margin: 0 2% 0 0;
	padding:10px;
	background-color: #929090;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	font-size: 1em;
	font-weight: bold;
	letter-spacing:normal;
	
}#single_sharer li:last-child{margin:0 0 0 2%;}
#single_sharer li a{display:block;color: #fff;}


#single_sharer li img{
	width: 15px;
	height: auto;
	margin: 0 10px 0 5px;
	vertical-align: text-top;
}


/*---------------------
一覧表示
-------------------------*/
#all_video_area{
	width: 95%;
	margin: 0 auto;
}
#all_video_area ul{
}
#all_video_area li{
	overflow: hidden;
	margin: 20px 5px;
	width: 28%;
	display: inline-block;
	vertical-align: top;
}
#all_video_area li a{display:block;color: #fff;}

#all_video_area img{
	width: 100%;
	height: auto;
}
#all_video_area .video_box .opne_icone{
	width: 15%;
	display: inline-block;
	letter-spacing:normal;
	box-sizing: border-box;
	padding: 8px;

}
#all_video_area .video_box .opne_text{
	width: 80%;
	display: inline-block;
	letter-spacing:normal;
	box-sizing: border-box;
	padding: 8px;
	font-size: 1.2em;
	line-height: 1.3em;
}
#all_video_area .video_box img{
	width: 100%;
	height: auto;
}
#all_video_area .video_box{
	background: #5f5858;
	overflow: hidden;
	letter-spacing:-1em;
}
#infscr-loading { 
	width: 10%;
	height: auto;
	margin: 0 auto;
	color: #fff;
}
.video_archivename{
	width: 90%;
	margin: 10px auto 20px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #777;
}
.video_archivename .title{
	background: #777;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	margin: 10px 20px 10px 0;
	color: #fff;
	font-size: 1.1em;
	padding: 10px;
	display:inline-block

}
.video_archivename .contents{
	margin: 0 0 20px 0;
	overflow: hidden;
}
.video_archivename .contents li{
	display: inline-block;
}

.video_archivename .contents li a{
	font-size: 1.2em;
	margin: 0 0 15px 20px;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	color: #aaa;
	display:block;
	font-size: 0.9em;
	color: #fff;
}
.video_close{
	background: #777;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 14px 0 10px 0;
	position:relative;
	vertical-align: top;
}
.video_close img{
	width: 26%;
	height: auto;
	position: absolute;
	top: 37%;
	left: 37%;
}

/*---------------------
ヨガを読む
-------------------------*/
/*
#l_b_in a{
	color: #333;
	width: 44%;
	display: inline-block;
	margin: 0 1%;
	background: #fff;	
	padding: 1%;
}
*/
/*---------------------
ライブ配信
-------------------------*/
.live_btn{
	width: 80%;
	height: 30px;
	font-size:1.2em;

	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 80px;
}
.live_btn .wait{
	color: #fff;
	background: #aaa;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	padding: 10px;
	overflow: hidden;
}
.live_open .wait{display:none;}

.live_btn .open{
	color: #fff;
	background: #f08719;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	padding: 10px;
	overflow: hidden;
}
.live_wait .open{display: none;}



/*---------------------
otherその他
-------------------------*/

.infomation{
	width: 90%;
	background: #eee;
	color: #444;
	margin: 30px auto;
	padding: 50px 5% 20px;
	box-sizing: border-box;

}
.guide{
	width: 90%;
	background: #fff;
	color: #444;
	margin: 30px auto;
	padding: 50px 5% 20px;
	box-sizing: border-box;
}
.guide_con{
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 50px 0 0 0;
}

.guidebox{
	color: #000;
	    line-height: 1.45;
	letter-spacing: 0;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt';
	margin-bottom: 150px;
}
.guidelist{
	font-size: 0.9em;
	-moz-osx-font-smoothing: grayscale;
	color:#000;
	margin: 50px 0 0 0;
}
.guidelist li{
	display: inline-block;
	margin: 10px 20px;
	width: 40%;
	color: #000;
}
#guide01,#guide02,#guide03,#guide04,#guide05,#guide06,#guide07{
	margin-top:-50px;
	padding-top:50px;
}

.guidelist li::before{
    display:inline-block;
    content: "";
    font-size: 0;
    background: url("../img/top/next.svg") 0 center/100% auto no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 7px;
}
.guide_title{
	font-family: Helvetica, "neue-haas-grotesk-display", serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0;
	font-size: 2em;
	margin: 0 0 30px 0;
}
.guide_titlesub{
	font-weight: 600;
	margin-bottom: 50px;
}
.guidebox .guide_step{
    border: 1px solid #aaa;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	text-align: center;
    top: 10px;
    left: 30px;
    width: 35px;
    height: 35px;
	display: inline-block;
	color: #666;
}
.guidebox .step{
	font-size: 0.5em;
	border-bottom: 1px solid #aaa;
	margin: 0 auto;
    font-weight: 800;
    width: 70%;
	vertical-align: top;
}
.steparea{
	width: 90%;
	margin: 20px auto;
}
.stepareain{
	display: inline-block;
    margin: 0 0 0 30px;
	vertical-align: top;
	width: 80%;
    font-size: 1.1em;
    line-height: 1.45;
	letter-spacing: 0;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt';
}
.stepareain li{
	margin: 0 0 10px 0;
	padding-left:1em;
	text-indent:-1.5em;	
}
.stepareain li span{
	font-weight: 900;
	margin-right: 7px;
	font-size: 1.3em;
}
.guidebox .guide_step::after{
}
.childguide{
	text-align: right;
	margin: 2rem;
	border-bottom: 1px solid #d9d9d9;
}
.childguide span{
	position: relative;
	display: inline-block;
}
.childguide span::after{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #000;
}
.other_title{
	font-size: 1.6em;
	margin: 15px 5%;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
.other_con{
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 50px 0 0 0;
}
.other_con p{
	margin: 10px 0;
}

.infomation .time{
	text-align: right;
	margin: 20px 10px 20px;
	font-size: 0.9em;
	font-weight: bold;
}

.other_all{
	margin: 50px auto 20px;
	text-align: center;
}
.other_all a{
	background: #777;
	border-radius: 40px;        /* CSS3草案 */  
    -webkit-border-radius: 40px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 40px;   /* Firefox用 */
	width: 40px;
	height: 40px;
	margin: 0 30px;
	position:relative;
	display: inline-block;

}
.other_all img{
	width: 55%;
	height: auto;
	position: absolute;
	top: 25%;
	left: 25%;
}
/*---------------------
問い合わせフォーム
-------------------------*/
.contact_box{
	width: 100%;
	background: #fff;
	padding:30px 0;
	overflow: hidden;
}
.contact_box ul{
	margin-top: 40px;

}
.contact_box li{
	height: 20px;
	width: 90%;
	padding: 10px 0;
	overflow: hidden;
	margin: 0 auto;
}
.contact_box li:nth-child(2n){
	height: 30px;
	padding: 0 0 20px 10%;
	width: 90%;
	margin: 0 0 20px 0;
}
.contact_box li:last-child{
	border-bottom: 0px;
	height: 150px;

}
.wpcf7-form textarea{
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0;
	max-width: 400px;
	width: 90%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #fff;
	border: 1px solid #999;
	overflow: hidden;
	height: 150px !important;
}
.wpcf7 input[name="name-111"],
.wpcf7 input[name="email-551"],
.wpcf7 input[name="tel-944"],
.wpcf7 input[name="your-subject"] {
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0;
	max-width: 400px;
	width: 90%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #fff;
	border: 1px solid #999;
}


/*--　----------------　--*/
.wpcf7 input[type="checkbox"] { 
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	opacity:0;
}

.wpcf7 input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.wpcf7 input[type="checkbox"] + span:last-child { margin-bottom: 0; }

.wpcf7 input[type="checkbox"] + span:before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #222;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.wpcf7 input[type="checkbox"]:checked + span:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}




.wpcf7 input[type="submit"] ,
.pushbutton-wide{
	background-color: #666;
	width: 80%;
	height: 50px;
	margin: 30px 0 0 10%;
	color: #fff;
	border: none;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */
	letter-spacing: 1.1em;
	text-align: center;
    font-size: 1.1em;
    font-weight: 500;
	cursor: pointer;
}

#confirmation{
	margin: 10px 10% 0 10%;
}
.attention{
	font-size: 0.9em;
	color: #FF4D0A;
}
#confirmation p{
	margin: 20px 0 0 0;
	font-size: 1.1em;
	line-height: 1.6em;	
}
.contact_name{
	text-align: center;
}


/*-----------------
検索フォーム
------------------*/

.search_no{
    background: #777;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 10px 20px 10px 0;
    color: #fff;
    font-size: 1.1em;
    padding: 10px;
    display: inline-block;
}

/*-----------------
ユーザー
------------------*/
.userbtn_area{
	width: 90%;
	margin: 30px auto;
	text-align: center;
}
.userbase_btn{
    background: #777;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 10px 10% 10px 0;
    color: #fff;
    font-size: 1.1em;
    padding: 10px;
    display: inline-block;
	width: 40%;
	box-sizing: border-box;
	font-weight: 600;
}.userbase_btn:last-child{margin: 10px 0 10px 0;}

.user_action{
    background: #f08719;
}

.account_box,
.user_box{
	width: 95%;
	margin: 10px auto;
}
.account_box ul a{
	color: #fff;
}
.account_box ul{
	border-bottom: 1px dotted #aaa;
	position: relative;
}.account_box ul:last-child{border:none;}

.account_box .title{
	font-size: 1em;
	padding: 5px 10px;
	margin-bottom: 20px;
	border-radius: 3px;
	background-color: #bbb;
	color: #333;
	font-weight: 700;
}
.account_box .text{
	width: 90%;
	margin: 30px auto;
	line-height: 1.1em;
}
.account_box .sub_titlte{
	padding: 20px 0 0 20px;
	font-size: 0.9em;
	font-weight: 400;
	color: #333;
}
.account_box .con{
	padding: 10px 0 20px 40px;
	font-size: 0.97em;
	font-weight: 700;
	color: #999;
}
.account_box .check{
	position: absolute;
	bottom: 30px;
	right: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
	color: #fff;
}

.user_box li{
	width: 24%;
	height: 60px;
	margin: 30px 0;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 1em;
	font-weight: 700;
	box-sizing: border-box;
	display: inline-block;
}
.user_box .attention{
	background: #fd9535;/*背景色*/
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	width: 97%;
}





.con input[type="text"],
.con input[type="password"] {
  width: 90%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
/*
.con input[type="text"]:focus {
  border-color: #03A9F4;
  box-shadow: 0 0 8px 0 #03A9F4;
}
*/
.con .inputWithIcon input[type="text"] {
  padding-left: 10px;
}

.con textarea{
	width: 90%;
	border: 2px solid #aaa;
	border-radius: 4px;
	margin: 8px 0;
	outline: none;
	padding: 8px;
	height: 200px;
	box-sizing: border-box;
	transition: 0.3s;
	font-weight: 300;
}
/*
.con textarea:focus {
	border-color: #03A9F4;
	box-shadow: 0 0 8px 0 #03A9F4;
}
*/



fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}



.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.course_area{
	text-align: center;
	margin: 10px auto;
	width: 80%;
    border-radius: 10px;
    transition: all .2s;
	border: 1px solid #777;
	background: #fff;
	overflow: hidden;
/*	display: inline-block;*/
	padding-bottom: 20px;
}

.course_area:checked + .radio-inline__label {
    background: #B54A4A;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}
.course_area li{
	width: 100%;
	
}
.course_area p{
	width: 80%;
	margin: 0 auto 0;
}
.course_area .plan_title{
	padding: 5px;
	box-sizing: border-box;
	background: #888;
	font-weight: 700;
	font-size: 0.98em;
	color: #fff;
}
.course_area .plan_sub{
	padding: 20px 5px 0;
	font-weight: 600;
	box-sizing: border-box;
}
.course_area .money{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	padding: 10px 0 0;
	margin: 10px 0 0 0;
}
.course_area .money span{
	font-size: 0.5em;
}
.course_area .money .jpy{
	vertical-align: top;
	line-height: 3em;
	font-size: 0.4em;
	margin-right: 5px;
}
.money_lp .jpy{
	vertical-align: top;
	font-size: 0.8em;
	margin-right: 5px;
}
.course_area .money .jpy2{
	font-size: 0.4em;
}
.money_lp .jpy2{
	font-size: 0.6em;
}

.course_area .plan_con,.acd-content {
	padding: 20px 5px 30px;
	box-sizing: border-box;
	font-size: 0.7em;
	font-weight: 700;
}
.radio-inline__label .plan_con ul,
.acd-content ul{
   display: inline-block;
	width: 40%;
	margin-right: 8%;
}.radio-inline__label .plan_con ul:nth-child(2n),
.acd-content ul:nth-child(2n){
	margin: 0;
}

.radio-inline__label .plan_con li,
.acd-content  li{
	text-align: left;
}
.radio-inline__label .plan_con li:nth-child(2n),
.acd-content  li:nth-child(2n){
	margin: 0 0 10px 10px;
}



/*--------------------------
ログイン
----------------------------*/




/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 50px auto 0;
  overflow: hidden;
}

/*タブのスタイル*/
.tab_item1 {
  width: calc(100%/1);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px;
  clear: both;
  overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}


.c-txtsp{
	background: #ccc;
	padding: 30px 3%;
}

.login_preview dt{
	font-weight: 700;
	margin: 30px 0 10px 0;
	font-size: 1.1em;
}
.login_message{
	border-top:1px dotted #888;
	padding-top: 30px;
}
.login_message dt{
	font-weight: 700;
	margin: 10px 0;
	font-size: 1.1em;
}

.login_preview input[type="text"], 
.login_preview select[name="plan"], 
.login_preview input[type="password"]{
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0;
	max-width: 400px;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #eee;
	border-radius: 7px;
	background-color: #fff;
}


.boxes{
	margin: 10px 0 20px 30px;
}
/*Checkboxes styles*/


.boxes input[type="checkbox"] { display: none; }

.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.course_check input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before,
.course_check input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #222;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	
}
input[type="text"] {
  border: 1px solid #999;
}
input[type="text"]:focus,
[type="textarea"]:focus {
  border: 1px solid #ff9900;
  outline: 0;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}


.log_btn{
	margin: 40px auto 50px;
	font-size: 1.1em;
	color: #fff;
	padding: 15px 0;
	border-radius: 30px;
	background-color: #0f0f0f;
	text-align: center;
	width: 80%;
	cursor: pointer;
}
.forget_pass{
	font-size: 1em;
	font-weight: 500;
	text-align: right;
	margin: 0;
	height: 10px;
}
.forget_pass a{
	color: #444;
	text-decoration: underline;
}.forget_pass a:last-child{margin-left: 20px;}

.log_title{
	font-size: 1.7em;
	font-weight: 800;
	color: #333;
	margin: 20px auto 40px;
	text-align: center;
}








.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    align-self: center;
    width: 60%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(1.2);
    transition: 0.5s;
}

.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}




.pop_title{
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.pop_btn{
	margin: 20px auto;
	border-radius: 30px;
	background-color: #fd9535;
	padding: 8px 40px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;

}

.check_btn{
	padding: 5px;
    margin: 5px;
    border: 1px solid #666;
    color: #333;
    background: #fff;
	border-radius: 3px;
display: inline-block;
}
.chenge_course{
	margin: 50px 0;
}
.admin{
	font-size: 0.3em;
	color: #b5b5b5;
}



.acd-check{
    display: none;
}
.acd-label{
    display: none;
}
/*
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 500px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
*/

.prcheckboxbtn{
	padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    background: #999;
	line-height: 5em;
	margin-right: 10px;
}
.cordcheckbox input[type="checkbox"]{
	opacity:0;
}




.course_list{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	height: 100%;	
}

.course_list tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}.course_list tr:last-child{
	border: none;
}


.course_list tr:hover{
  background-color: #d4f0fd;
}

.course_list th,.course_list td{
  text-align: center;
  padding: 15px 0;
}
.course_list th:first-child,
.course_list td:first-child{
  width: 30%;
}
.course_list th:nth-child(2),
.course_list td:nth-child(2){
  width: 10%;
	background: #eee
}
.course_list th:nth-child(3),
.course_list td:nth-child(3){
  width: 60%;
}

.course_list tr td:last-child {
	font-size: 0.9em;
	font-weight: 600;
	text-align: left;
    padding-left: 4%;
}
.card5{
	width: 50%;
	margin: 0 auto 20px;
}
.card5 img{
	width: 100%;
	height: auto;
	max-width: 350px;
}


.store_card input[type="text"]{
	box-sizing: border-box;
	margin: 20px 1% 0 0;
	padding: 0;
	max-width: 400px;
	width: 40%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #fff;
}
.store_card2 input[type="text"]{
	box-sizing: border-box;
	margin: 20px 1% 20px 0;
	padding: 0;
	max-width: 400px;
	width: 60%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #fff;
}
.store_card2 input[type="text"]:last-child{
	box-sizing: border-box;
	margin: 0 1% 20px 0;
	padding: 0;
	max-width: 400px;
	width: 20%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #fff;
	font-size: 0.9em;
}
.store_card3 select{
	box-sizing: border-box;
	margin: 0 1% 20px 0;
	padding: 0;
	max-width: 400px;
	width: 20%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #fff;
}
.store_card3 input[type="text"]{
	box-sizing: border-box;
	margin:10px auto;
	padding: 0;
	max-width: 400px;
	width: 40%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #fff;
	font-size: 0.8em;
}

.store_card select[name="ed_month"], 
.store_card input[name="ed_year"]{
	box-sizing: border-box;
	margin: 0 0 20px 0;
	padding: 0;
	max-width: 400px;
	width: 30%;
	height: 40px;
	padding-left: 10px;
	border-radius: 7px;
	background-color: #f0f;
}
.store_box{
	width: 90%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 10px;
}
.store_box table{
	margin: 30px auto;
	width: 80%;
	border-top:  1px solid #aaa;
	padding: 30px 0;
}
.store_box table tr td{
	font-size: 1.1em;
	padding: 4px 10px;
	color: #555;
}
.store_box table tr th{
	font-size: 1.3em;
	padding: 4px 10px;
	color: #555;
}
.store_box table tr td:first-child,
.store_box table tr th:first-child{
	text-align: left;
}
.store_box table tr td:last-child,
.store_box table tr th:last-child{
	text-align: right;
}
.store_box table tr:last-child{
	border-top:  1px solid #aaa;
}

.discount{
 color:#09CB21;
}




/*--------------------*/
.info_next{
	text-align: center;
}
.info_next p{
	display: inline-block;
	margin: 30px 10px;
}
.info_next p a{
	color:#444;
}



.title-field #textarea{
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 7px;
	background-color: #fff;	
	
}

/*
#submit{
	width: 40%;
	max-width: 300px;
	overflow: hidden;
	margin: 50px auto;
}
*/
.qa_title{
	background: #f0f;
}
.fotterlink a{
	color: #000;
}


.con_mintitle{
	width: 80%;
	color: #fff;
    font-size: 1.2em;
    line-height: 1.7;
    margin:  30px auto 50px;
}
.con_mintitlesub{
	width: 90%;
	color: #fff;
    font-size: 1em;
    line-height: 1.7;
    margin:  30px auto 50px;
}
.con_mintitle .archive_icon{
	width: 20%;
	height: auto;
	margin: 60px auto 60px;
}
.con_mintitle p{
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 30px 10px;
}





.pass-area{
	position: relative;
}
.password-field input[type=checkbox]{
      cursor: pointer;
      opacity: 0;
      position: absolute;
      left: 25px;
      width: 30px;
      height: 30px;
	    z-index: 2;
}
 
.password-field .iconEye::after{
      background: url("../img/eye.png")no-repeat 96%;
      background-size: contain;
      content: '';
      display: block;
	position: absolute;
	left: 29px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.pass-aretext{
	margin: 8px 0 30px 65px;
}
.caution{
	font-size: 1.1em;
    font-weight: bold;
    line-height: 1.8em;
	color: #f08719;
}
.caution span{
	text-decoration: underline;
    font-size: 1.1em;
}