@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Jaldi:700);

span.upper_dot{
	position:relative;
}
span.upper_dot:before{
	content:".";
	position:absolute;
	top:0;
	left:50%;
	-webkit-transform:translate(-50%,-60%);
	-ms-transform:translate(-50%,-60%);
	transform:translate(-50%,-60%);
}
span.lower_dot{
	position:relative;
}
span.lower_dot:before{
	content:".";
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translate(-50%,40%);
	-ms-transform:translate(-50%,40%);
	transform:translate(-50%,40%);
}

html{
	scroll-behavior: smooth;
	scroll-padding-top:16px;
}
html,
body {
/**
	height: 100%;
**/
	margin-left:6px;
	padding:0px;
	font-family:"Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
body{
	font-feature-settings: "palt" 1;
	line-break: strict;
	text-align: justify;
}
h1 .sub {
    font-size: 18px;
    padding-bottom: 0.2em;
    padding-right: 0.3em;
}
#wrap {
/*	min-height: 100%;*/
	height: auto;
	margin : 0;
}
#footer {
/**
	height: 0px;
**/
	background-color: #FFFFFF;
}

.general_btn{
	display:block;
	width:fit-content;
	padding:.1em 2em;
	background-color:#9879FF;
	color:#fff;
}
.general_btn:hover{
	opacity:.7;
}

.navi{
	width: 741px;
	margin : 0;
	padding: 0;
    margin: 0 auto; 
}

.col-sm-12{
	padding-left: 3%;
    padding-right: 3%;
    max-width: 1400px;
    margin: 0 auto;
    float: none;
}
@media (max-width: 741px) {
  .navi {
  }
}

.navi a{
	color:#000000;
	font-size: 18px;
	font-weight:normal;
	font-weight:bold;
	margin-right:30px;
}


.bannerimg{
	max-width:670px;
	max-height:340px;
}
@media (max-width: 1200px) {
  .bannerimg {
	max-width:536px;
	max-height:272px;
  }
}

.bannercell{
	margin: 0 -15px;
}
.bannerleft{
	float:left;
	padding-top: 50px;
	padding-left: 12px;
	padding-right: 11px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	text-align: left;
	max-width:320px;
	max-height:340px;
	font-weight:bold;
}

.bannerright{
	padding: 0;
	margin: 0;
	float:left;
}
.bgb{
	background:#fed0ed;
	color:#000000;
	word-wrap: break-word;
}
.bga{
	background:#b2c8ff;
	color:#000000;
	word-wrap: break-word;
}
.bgd{
	background:#ffee72;
	color:#000000;
	word-wrap: break-word;
}
.bgm{
	background:#a5f0d2;
	color:#000000;
	word-wrap: break-word;
}

.bgf1{
	background:#8dc8cc;
	color:#000000;
	word-wrap: break-word;
}

.bgf2{
	background:#f1a833;
	color:#000000;
	word-wrap: break-word;
}

.fontL{
	font-size: 36px;
}

.fontML{
	font-size: 32px;
}

.fontM{
	font-size: 20px;
}

.fontS{
	font-size: 18px;
}

.textLeft{
	text-align: left;
}

.txtButtom{
	position: absolute;
	bottom: 0;
}

.tileM {
	padding: 0;
	max-width:400px;
	height:100%;
}
@media (min-width: 768px) {
	.tileM {
		height:450px;
	}
}
@media (min-width: 991px) {
	.tileM {
		height:420px;
	}
}
.tileS {
	padding: 0;
	max-width:400px;
	height:100%;
}

@media (min-width: 768px) {
	.tileM {
		height:450px;
	}
	.tileS {
		height:340px;
	}
}
@media (min-width: 991px) {
	.tileM {
		height:420px;
	}
	.tileS {
		height:320px;
	}
}

.tileimg{
	width: 100%;


}

#menu {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
#menu li {
/*	float: left;
	position: relative;
	border: solid 0px #ccc;
	height: 30px;
	font-size: 20px;
	font-weight: bold;*/
}

#menu li:hover {
  color: #000;
  background: #fff;
}

#menu li#news:hover{
  color: #FF4465;
}

#menu li ul {
	list-style-type: none ;
	display: none;
	position: absolute;
	top: 31px;
	left: -1px;
	padding: 0px;
	width: 150px;
	background: #fff;
	border: solid 0px #ccc;
}

/**
	Nwesの色：#FF4465
	Archiveの色：#89A1FF
	Dictionaryの色：#FFE51E
	Magazineの色：#82EFC9
	Bookの色：#FFB1F9
	Feautureの色：#FFA91B
	Aboutの色：#3BA1FF
***/

#menu li ul li {
	float: left;
	list-style-type: none ;
	margin: 0;
	padding-left: 20px;
	width: 100%;
	border: none;
	text-align:left ;
}

#menu li#news ul{
/**
  border-top: solid 3px #FF4465;
**/
}
#menu li#news ul li{
/**
  border-top: solid 1px #FF4465;
**/
}

#menu li#archive ul{
/**
  border-top: solid 3px #89A1FF;
**/
}

#menu li#archive ul li{
/**
  border-top: solid 1px #89A1FF;
**/
}

#menu li#dictionary ul{
/**
  border-top: solid 3px #FFE51E;
**/
}

#menu li#dictionary ul li{
/**
  border-top: solid 1px #FFE51E;
**/
}

#menu li#magazine ul{
/**
  border-top: solid 3px #82EFC9;
**/
}

#menu li#magazine ul li{
/**
  border-top: solid 1px #82EFC9;
**/
}

#menu li#book ul{
/**
  border-top: solid 3px #FFB1F9;
**/
}

#menu li#book ul li{
/**
  border-top: solid 1px #FFB1F9;
**/
}

#menu li#feauture ul{
/**
  border-top: solid 3px #FFA91B;
**/
}

#menu li#feauture ul li{
/**
  border-top: solid 1px #FFA91B;
**/
}

#menu li#about ul{
/**
  border-top: solid 3px #3BA1FF;
**/
}

#menu li#about ul li{
/**
  border-top: solid 1px #3BA1FF;
**/
}

#menu li ul li a {
  display: inline-block;
  width: 100%;
  height: 40px;
/*  font-size: 12px;*/
  font-size: 15px;
}

.header_left{
	float:left;
}
.header_right{
	text-align:right;
}


.footer_area{
	margin: 0 auto; 
	text-align:center;
	bottom: 0px;
}

.footer{
	width:741px;
	border-top: solid 3pt #000000;
	margin: 0 auto; 
	font-size:9px;
	color:#838383;
}
.footer_left{
	text-align:left;
	float:left;
}
.footer_right{
	float:right;
	text-align:right;
}

.contents {
    width: 100%;  
/**
    border: 1px solid #FF0000;  
**/
    margin: 0 auto; 
/*    text-align: center;*/
    padding-bottom: 100px;
}

.login_form {
    width: 290px;
	padding-top: 40px;
/**
	border: 0.08em #000000 double;
**/
    margin: 0 auto; 
    text-align: center;
}
.regist_item_form {
/*    width: 100%;*/
    max-width: 290px;
    margin: 0 auto; 
}
.item_form {
/*	width: 500px;*/
/**
	border: 0.08em #000000 double;
**/
	text-align: left;
}
.regist_item_title {
/*	display: inline-block;*/
	width: 120px;
/*	text-align: right;*/
	margin-right: 10px;
	padding-bottom: .5em;
}



.regist_form {
    /* width: 590px; */
    margin: 0 auto;
    text-align: center;
}

.dictionary_form {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 0 4% 20px;
}

.archive_form {
    width: 525px;
    margin: 0 auto; 
    text-align: left;
}

.magazine_form {
    width: 525px;
    margin: 0 auto; 
    text-align: left;
}

.mypage_form {
/*    width: 530px;*/
    width: 285px;
    margin: 0 auto; 
    text-align: left;
}

.mypage_menu{
    width: 450px;
    display: table;
    table-layout: fixed;
    text-align: center;
}
.mypage_menu li {
	display: table-cell;
	vertical-align: middle;
}
.user_attr_title {
/*	display: inline-block;*/
	display:block;
/*	width: 120px;*/
/*	text-align: right;*/
	padding-right: 5px;
}
.user_attr{
	font-size: 12px;
	margin-top: 18px;
	letter-spacing: 2px; 
}
.user_attr.reading {
    margin: 36px 0;
}
.user_attr.user_status_now {
    border: 1px solid #999;
    padding: 1em;
    text-align: center;
}

.input_user_attr{
/*	width:280px;*/
	width:100%;
	height:30px;
	border: 0.08em #000000 double;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*font-size:20px;*/
	vertical-align: middle;
	padding: 0.3em;
}

.user_attrs{
	border: solid 1px #000000;
/*	width:285px;*/
/*	margin-left: 120px;*/
	font-size: 11px;
	padding: 10px;
}

.seibetsu_select{
	margin-top: 5px;
	/*height: 55px;*/
	padding: 10px;
}

.seibetsu_check{
	padding-left:5px;
	vertical-align: middle;
	font-weight:normal ;
}

.seibetsu{
	-webkit-appearance: none;
	width:13px;
	height:13px;
	border:1px solid #000000;
	border-radius:0;
	background:transparent;
	opacity:0.5;
}
.seibetsu:checked{
	background:#9879FF;
	opacity:1;
}
.seibetsu:checked + label {
	color:#9879FF;
}

.job_select{
	margin-top: 5px;
	/*height:100px;*/
}

.job_check{
	padding-left:5px;
	vertical-align: middle;
	font-weight:normal ;
}

.job{
	-webkit-appearance: none;
	width:13px;
	height:13px;
	border:1px solid #000000;
	border-radius:0;
	background:transparent;
	opacity:0.5;
}
.job:checked{
	background:#9879FF;
	opacity:1;
}
.job:checked + label {
	color:#9879FF;
}

.business_select{
	margin-top: 5px;
	/*height:250px;*/
}

.business_check{
	padding-left:5px;
	vertical-align: middle;
	font-weight:normal ;
}

.business{
	-webkit-appearance: none;
	width:13px;
	height:13px;
	border:1px solid #000000;
	border-radius:0;
	background:transparent;
	opacity:0.5;
}
.business:checked{
	background:#9879FF;
	opacity:1;
}
.business:checked + label {
	color:#9879FF;
}



.search_cond_title {
/**
	border: 0.08em #FF0000 double;
**/
	display: inline-block;
	width: 120px;
	text-align: right;
    margin-right: 10px; 
}
.search_btn {
    margin-top: 17px; 
    margin-left: 130px; 
}
.blank_area{
	height:60px;
}

.search_input{
	width : 600px;
	font-size: 12px;
	margin-top: 18px;
	letter-spacing: 2px; 
	float: left;
}

.search_select{
	width : 600px;
	font-size:12px;
	margin-top: 18px;
	margin-bottom: 8px;
}



ul.menuItem li:before{
    content: ' ';
    border: transparent solid 0.3em;
    border-left-color: #000000;
    position: absolute;
    height: 0;
    width: 0;
    left: 10px;
    margin: 0px;
    margin-top: 0.4em;
    padding: 0px;
}


.input_attr{
}

.img_center{
	width:100%;
    margin: 0 auto; 
    text-align: center;
}

.img_middle{
	vertical-align: middle;
}

.img_bottom{
	vertical-align: -2px;
}

.img_float{
	overflow: hidden;
}


.input_login{
	width:280px;
	height:30px;
	border: 0.08em #000000 double;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	padding: 0.3em;
}
.col_serch_win {
    display: flex;
    justify-content: space-between;
}
.input_search_keyword{
	width:calc(100% - 70px);
	/*height:30px;*/
	border: 0.08em #000000 double;
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	font-size:18px;
	vertical-align: middle;
	padding: 0.3em;
    margin-right: 4px;

}
.dictionary_form input#search {
    background-color: #9879FF;
    border: 0;
    padding: 0.5em 1em;
    color: #fff;
    width: 70px;
}

.input_search_cond{
	width:280px;
	height:30px;
	border: 0.08em #000000 double;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	vertical-align: middle;
	padding: 0.3em;
}

.input_search_cond_select{
	width:280px;
	height:30px;
	border: 0.08em #000000 double;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	vertical-align: middle;
}
.input_search_cond_select_mini{
	width:125px;
	height:30px;
	border: 0.08em #000000 double;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
	vertical-align: middle;
	padding: 0.2em;
}

.input_serch_list{
	margin-top:12px ;
	/*width:522px;
	display: table;
	table-layout: fixed;*/
	display:flex;
	justify-content: space-between;
}
.input_serch_radio{
	border-left: 0.08em #000000 double;
	/*display: table-cell;*/
	padding:0 15px;
	flex-grow: 1;
}
.input_serch_radio label{
	margin:0 7px;
}
.input_serch_radio label input[type="radio"]{
	margin-right:2px;
}

.input_serch_radio_right_border{
	border-right: 0.08em #000000 double;
}
.text_reminder_go{
	text-align:right;
	font-size:13px;
	color: #4D4D4D;
}
.text_reminder_on{
	color: #808080;
}
.text_reminder_on:hover{
	color: #6C40FF;
}
.text_reminder_go a{
	text-decoration: none;
}
.text_signup{
	text-align:left;
	font-size:13px;
	color: #4D4D4D;
}

.text_regist{
    margin-top: 20px; 
	width:380px;
	text-align:left;
	font-size:13px;
	color: #4D4D4D;
    margin-left: 160px; 
}

.search_info_area{
	position: relative;
	height:40px;
	background-color:#FFEE7A;
	margin-right: 2px;
	margin-bottom: 18px;
}

.search_info{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 10px;
	margin: auto;
	width: 100%;
	height:40px;
	line-height:40px;
	text-align:left;
}
.keyword_list{
	margin-bottom: 18px;
}

.keyword_link{
	line-height:32px;
}


.search_cond{
	margin-left:30px ;
	line-height:200%;
}
.select_items{
	border: solid 1px #000000;
	width: 480px;
	margin-left: 135px;
	font-size: 11px;
	padding: 20px;
}
.option_list{
/*	height: 12px;
	width: 210px;
	margin: 5px 5px 5px 20px ;
	float: left;*/
}

/*.building_type_select{
	height:390px;
}*/
/*.target_region_select{
	height:560px;
}*/

.building_type_check{
	padding-left:5px;
	vertical-align: middle;
	font-weight:normal ;
}

.building_type{
	-webkit-appearance: none;
	width:13px;
	height:13px;
	border:1px solid #000000;
	border-radius:0;
	background:transparent;
	opacity:0.5;
}
.building_type:checked{
	background:#9879FF;
	opacity:1;
}
.building_type:checked + label {
	color:#9879FF;
}

.target_check{
	padding-left:5px;
	vertical-align: middle;
	font-weight:normal ;
}

.target{
	-webkit-appearance: none;
	width:13px;
	height:13px;
	border:1px solid #000000;
	border-radius:0;
	background:transparent;
	opacity:0.5;
}
.target:checked{
	background:#9879FF;
	opacity:1;
}
.target:checked + label {
	color:#9879FF;
}



.clear {
	clear:both;
}  


ul.menuItem li:before{
    content: ' ';
    border: transparent solid 0.3em;
    border-left-color: #000000;
    position: absolute;
    height: 0;
    width: 0;
    left: 10px;
    margin: 0px;
    margin-top: 0.4em;
    padding: 0px;
}


.font_Mincho{
	font-family: "游明朝体","Yu Mincho", "ヒラギノ明朝 ProN W3","@ＭＳ Ｐ明朝",serif;
}
.font_MinchoB{
	font-weight:bolder ;
	font-family: "游明朝体","Yu Mincho","ヒラギノ明朝 ProN W3","@ＭＳ Ｐ明朝",serif;
}

.font_Gothic{
   font-family: "游ゴシック体","Yu Gothic", "ヒラギノ角ゴ ProN W3","@ＭＳ Ｐゴシック",sans-serif;
}

.font_GothicB{
	font-weight:bolder ;
	font-family: "游ゴシック体","Yu Gothic", "ヒラギノ角ゴ ProN W3","@ＭＳ Ｐゴシック",sans-serif;
}

.width-full{
	width:100%;
}

.keyword_title{
	background-color:#FFEE7A;
	padding-left:10px;
	margin-right: 2px;
}
.direction_word{
	font-size: 15px;
}
.japanese_notation{
	font-size: 13px;
}
.foreign_notation{
	font-size: 13px;
}
.dictionary_left{
	float: left;
/*    letter-spacing: .1em;*/
    line-height: 1.6em;
	width: 70%;
}
.dictionary_body{
	text-align:left;
	text-align: justify;
	/*width:350px;*/
	font-size: 16px;
	word-wrap: break-word;
	line-height:1.8em;
}
.dictionary_body span[style="text-decoration:overline;"]{
	text-decoration:none !important;
	position:relative;
}
.dictionary_body span[style="text-decoration:overline;"]:before{
	content:"";
	width:.6em;
	height:1px;
	background-color:#000;
	position:absolute;
	top: -.1em;
    left: 50%;
    -webkit-transform: translate(-48%,0);
	-ms-transform: translate(-48%,0);
	transform: translate(-48%,0);
}
.dictionary_body i{
	margin-right:.1em;
}
.dictionary_term{
	float: right;
	width: 24%;
	font-size:13px;
}
.dictionary_term a{
	color:#808080;
	text-decoration: none;
}
.dictionary_term a:hover{
	color:#6C40FF
}

.dictionary_appendix{
	margin-top: 18px;
	width:350px;
}
.dictionary_imglist{
	text-align: center;
}
.dictionary_imglist img{
	/*width: 348px;*/
}
.reference_term{
	margin-top:8px;
}

.related_word{
	margin-top:8px;
}
.related_word_img{
	margin-top:25px;
}
.antonym{
	margin-top:8px;
}
.antonym_img{
	margin-top:25px;
}

.archive_list{
	margin-left:110px;
	font-size:16px;
	text-align: left;
}

.archive_link{
	font-weight:bolder;
	font-size:16px;
	/* margin-left: 20px; */
	color: #6C40FF;
	/*height: 30px;*/
	margin-bottom:7px;
}
.archive_attr{
    /* margin-left: 20px; */
    font-size:12px;
    /* float: left; */
    /* width: 120px; */
    color: #808080;
}

.book_list{
	width: 100%;
	font-size:11px;
	text-align: left;
}

.book_link{
	font-weight:bolder ;
	font-size:13px;
    margin-left: 20px;
	color: #6C40FF;
    height: 130px;
}
.book_attr{
    margin-left: 20px;
	font-size:11px;
	width: 120px;
	color: #808080;
}


.admin_navi{
	width: 991px;
	margin : 0;
	padding: 0;
    margin: 0 auto; 
	text-align: center;
}
.admin_navi a{
	color:#000000;
	font-size: 20px;
	font-weight:bold;
}

#admin_menu {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
#admin_menu li {
/*	width: 200px;
	height:30px ;
	float: left;
	position: relative;*/
	display: table-cell;
	border: solid 1px #000000;
	font-size: 12px;
	font-weight: bold;
}

#admin_menu li:hover {
  color: #000;
  background: #fff;
}

.user_list{
	width: 900px;
	font-size:12px;
	text-align: left;
}

.user_link{
	font-weight:bolder ;
	font-size:13px;
    margin-left: 20px;
	color: #6C40FF;
    height: 130px;
}

.user_id_column{
	display: inline-block;
	font-size:13px;
	text-align:left;
	width:100px ;
}

.name_column{
	display: inline-block;
	font-size:13px;
	text-align:left;
	width:200px ;
}

.privilege_column{
	display: inline-block;
	font-size:13px;
	text-align:left;
	width:80px ;
}

.contractType_column{
	display: inline-block;
	font-size:13px;
	text-align:left;
	width:80px ;
}

.trial_limit_column{
	display: inline-block;
	font-size:13px;
	text-align:left;
	width:150px ;
}

.mail_address_column{
	display: inline-block;
	font-size:13px;
	text-align:left;
	width:250px ;
}

.privilege_select{
	margin-top: 5px;
	/*height:50px;*/
}

.contractType_select{
	margin-top: 5px;
	/*height: 120px;*/
}

label.trial_limit {
	font-weight: normal;
/*    margin: 5px 5px 5px 38px;*/
	padding-left: 3em;
}

label.trial_limit input {
	/*margin-left: 50px;
    line-height: 20px;*/
}

.privilege_check{
	padding-left:5px;
	vertical-align: middle;
	font-weight:normal ;
}
.contractType_check{
	padding-left:5px;
	vertical-align: middle;
	font-weight:normal ;
}

.privilege{
	-webkit-appearance: none;
	width:13px;
	height:13px;
	border:1px solid #000000;
	border-radius:0;
	background:transparent;
	opacity:0.5;
}
.privilege:checked{
	background:#9879FF;
	opacity:1;
}
.privilege:checked + label {
	color:#9879FF;
}

.contractType{
	-webkit-appearance: none;
	width:13px;
	height:13px;
	border:1px solid #000000;
	border-radius:0;
	background:transparent;
	opacity:0.5;
}
.contractType:checked{
	background:#9879FF;
	opacity:1;
}
.contractType:checked + label {
	color:#9879FF;
}

.contract_id_column{
	display: inline-block;
	padding-left:0px;
	font-size:13px;
	text-align:left;
	width:50px ;
}
.contract_date_column{
	display: inline-block;
	padding-left:0px;
	font-size:13px;
	text-align:left;
	width:130px ;
}
.cancel_date_column{
	display: inline-block;
	padding-left:0px;
	font-size:13px;
	text-align:left;
	width:130px ;
}
.customer_card_id_column{
	display: inline-block;
	padding-left:0px;
	font-size:13px;
	text-align:left;
	width:100px ;
}
.forced_cancel_column{
	display: inline-block;
	padding-left:0px;
	font-size:13px;
	text-align:left;
	width:80px ;
}

.td_blue{
	background:#ccccff;
}
.td_blue{
	background:#ccccff;
}
.td_gray{
	background:#eee;
}

.btnM{
	width:100px;
}
.btnL{
	width:280px;
}
#imglist img{
	max-width:525px ;
}


/*------------------------------------------------------------ 既存CSSここまで　以下変更加筆 ------------------------------------------------------------*/

/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
 * Background画像はすべてCNからひっぱっている
 * ！！！！本番サーバーに移行すること！！！！
 * ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

/* ==========================================================================
 * Responsive
 * ========================================================================== */
/*PCの最大幅は960pxとし、959px以下をドロワーメニューへの切り替えとする*/
/*全て非表示*/
.hidden-all {
	display: none;
}
/*PCのみ表示(959px以下非表示)*/
@media screen and (max-width: 959px) {
/*.visible-pc {display: none !important;*/}
}
/*Tabのみ表示(960px以上、639px以下非表示)*/
@media screen and (min-width: 960px), screen and (max-width: 639px) {
.visible-tab {display: none !important;}
}
/*SPのみ表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
.visible-sp {display: none !important;}
}
/*PCのみ非表示(960px以上非表示)*/
@media screen and (min-width: 960px) {
.hidden-pc {display: none !important;}
}
/*Tabのみ非表示(640px以上、959px以下非表示)*/
@media screen and (min-width: 640px) and (max-width: 959px) {
.hidden-tab {display: none !important;}
}
/*SPのみ非表示(639px以下非表示)*/
@media screen and (max-width: 639px) {
.hidden-sp {display: none !important;}
}

/* ==========================================================================
 * Root
 * ========================================================================== */
html, body{
	margin-left: 0;
}
html{
	font-size: 16px;
}
body {
	font-family: "Noto Sans JP",游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-size: 16px;*/
/*    color: #000;*/
}
.main{
/*	padding:0 15px;*/
}

/* ==========================================================================
 * Global Header
 * ========================================================================== */
.globalheader {
    background: #fff;
/*    border-bottom: 1px solid #ccc;*/
/*	max-width: 1400px;
	padding: 0 3% !important;*/
	padding:14px 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.list-group {
	margin-bottom: 0;
}
.navi {
	width: auto;
    max-width: 1300px;
/*    max-width: 960px;*/
	position: relative;
	display: flex;
    align-items: center;
}
.header_left {
/*    margin: 16px 0 40px;*/
}
.header_left svg {
	height: auto;
	margin-right: 24px;
	width: 195px;
}
.header_left a .sitename_sub {
    font-family: "altivo", sans-serif;
    font-weight: 500;
    letter-spacing: .15em;
    font-size: .85rem;
}
.header_right {
	    display: flex;
	    align-items: center;
	    position:absolute;
	    right:0;
}
.header_right input[type="button"] {
/*	padding: 3px 28px;*/
	font-size: 0.75rem;
/*	border: 1px solid #000;*/
	border: 0;
	background-color: #fff;
	padding-right: 24px;
}
.box_search {
	display:none;
    width: 300px;
    padding-right: 20px;
}
.btn_nav {
/*    width: 28px;
    height: 24px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: 20px;
    position: relative;*/
}
.btn_nav:before {
/*    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);*/
}
.btn_nav:hover {
	cursor:pointer;
}
.btn_nav img{
	display:block;
}
.dr_nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    left: 0;
    top: 0;
    padding: 7%;
    overflow: auto;
}
.dr_nav #menu {
    display: block;
}
.dr_nav #menu li {
    width: fit-content;
    margin: 0 auto;
}
.dr_nav ul.dr_inner_sub {
    list-style: none;
    padding: 0;
    margin: 0;
/*    width: fit-content;*/
    margin: 0 auto;
    text-align: center;
}
.dr_nav .dr_inner_sub li {
    margin: 1em 0;
}
.dr_nav .dr_inner_sub li a {
    font-size: 1rem;
    font-weight: normal;
}
.dr_nav .btn_dr_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5%;
    right: 5%;
}
.btn_dr_close:before {
    content: "";
    width: 140%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}
.btn_dr_close:after {
    content: "";
    width: 140%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
}
.btn_dr_close:hover {
	cursor:pointer;
}


.gsc-control-cse {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}
.gsc-input-box {
    border-color: #999 !important;
}
.gsc-search-button-v2 {
    border: 0 !important;
    background: #333 !important;
}

#menu{
	display: flex;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 3%;
    margin: 0 auto;
}
#menu li {
	height: auto;
/*	display: table-cell;
	float: none;*/
	font-size: 1.1rem;
	font-family: "Jaldi", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	padding: 15px 0 15px;
}
#menu li ul {
	top: 29px;
	width: 100%;
	background: rgba(255,255,255,.9);
}
#menu li ul li {
	padding: 10px 0;
	text-align: center;
}
#menu li ul li a {
	height: auto;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menu li a {
	display: block;
	color: #000;
    font-weight: bold;
}
#menu li a:hover {
	text-decoration: none !important;
}
#menu li.active#news a,
#menu li#news a:hover {
	color: #ff4664;
}
#menu li.active#archive a,
#menu li#archive a:hover{
	color: #8fa0ff;
}
#menu li.active#dictionary a,
#menu li#dictionary a:hover {
	color: #ffe43e;
}
#menu li.active#magazine a,
#menu li#magazine a:hover {
	color: #009999;
}
#menu li.active#book a,
#menu li#book a:hover {
	color: #ffb0f6;
}
#menu li.active#feature a,
#menu li#feature a:hover {
	color: #aaa;
}
#menu li.active#about a,
#menu li#about a:hover {
	color: #66a0ff;
}
#menu li.active#quarterlydetail a,
#menu li#quarterlydetail a:hover {
	color: #459df8;
}
ul.menuItem li:before {
	border: none;
}
#menu li.now:before {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: 0;
}
.dr_nav #menu li.now:before{
	content:none;
}
#magazine.now:before {
    background-color: #51665a;
}
#magazine.now a {
    color: #51665a;
}
#archive.now:before {
    background-color: #7f6195;
}
#archive.now a {
    color: #7f6195;
}
.dr_nav #archive.now a{
/*    color: #000;*/
}
#dictionary.now:before {
    background-color: #9d905d;
}
#dictionary.now a {
    color: #9d905d;
}
#quarterlydetail.now:before {
    background-color: #6c75b0;
}
#quarterlydetail.now a {
    color: #6c75b0;
}
#feature.now:before {
    background-color: #ededed;
}

.navi a {
	display: inline-block;
}
.header_left a {
    display: flex;
    align-items: center;
}
.btn_spmenu {
	display: none;
	cursor: pointer;
}
.btn_spsearch{
	margin-right:30px;
	position:relative;
}
img.btn_sh_close {
	display:none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
#cse-box {
	position: relative;
	margin-right: 2px;
	display: inline-block;
}
#cse-box input {
	border: 1px solid #ccc;
	border-radius: 1px;
	outline: 0;
	font-size: 100%;
}
#cse-box input[type=text] {
	width: 226px;
	padding-right: 25px;
}
#cse-box input[type=submit] {
	position: absolute;
	top: 2px;
	right: 8px;
	width: 15px;
	height: 20px;
	padding: 0;
	background: url(https://kenchikubunko.jp/images/icon_search.svg) no-repeat center center /contain;
	background-color: transparent;
	border: none;
}
#registbtn,
#loginbtn {
/*	vertical-align: top;*/
display: block;
}
#loginbtn:hover{
	cursor:pointer;
}

@media screen and (max-width: 639px){
.col-sm-12 {
	padding:0;
}
.header_left {
	margin: 0;
	padding: 10px 0;
}
.header_left a {
    display: block;
}
.header_left a svg {
	display: block;
	margin: 0 auto 5px;
}
.header_left a .sitename_sub {
	font-size: .85em;
        display: block;
        line-height: 1;
}
.navi {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
	align-items: center;
}
.navi .header_left {
	width: auto;
	height: auto;
	text-align: center;
	float: none;
	padding: 0;
}
.header_usr_name {
	margin-bottom: 15px;
	display: block !important;
	text-align: center;
}
.navi .btn_spmenu {
	position: absolute;
	top: -4px;
	left: 0;
/*	display: block;*/
	display: none;
}
.navi .btn_spsearch {
	position: absolute;
	top: 11px;
	right: 23px;
/*	display: block;*/
	display: none;
}
.dr_nav {
    padding: 25% 7% 7%;
}
.dr_nav .box_search {
    display: block;
    margin: 0 auto 26px;
    padding: 0;
}

.dr_nav .btn_dr_close{
	width: 30px;
	height: 30px;
}
.dr_nav .member {
    display: flex;
    justify-content: center;
    padding: 1em 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 2em 0;
}
.dr_nav .member a {
    margin: 0 16px;
}
input#registbtn {
    display: none;
}
.btn_nav {
}
.btn_nav img {
    width: 35px;
}

.header_right input[type="button"]{
	font-size: 1.1rem;
}
.header_right input[type="button"][value="会員登録"] {
    display: none;
}
#cse-box.visible-sp {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 55px);
	margin-right: 0;
	z-index: 1;
}
#cse-box.visible-sp input {
	top: 11px;
	right: 23px;
	border: none;
	display: block;
}
#cse-box.visible-sp input[type=text] {
	width: 90%;
	width: calc(100% - 50px);
	height: 45px;
	font-size: 16px;
}
#cse-box input[type=submit] {
	width: 24px;
	height: 24px;
}
.navi .header_right {
/*	display: none;*/
	margin: 0;
	position: static;
}
/*-------------------- Drawer --------------------*/
.drawer-hamburger {
	padding:18px 1rem 30px !important;
}
.drawer-nav {
	z-index: 100 !important;
}
.drawer-nav .inner {
	padding: .5em 1em;
}
.drawer-nav #menu > li {
	display: block;
	border-bottom: 3px solid #000;
}
.drawer-nav #menu li ul {
	position: static;
	display: none !important; 
}
.drawer-nav #menu #feature ul {/*例外*/
	display: block !important;
}
.drawer-nav #menu #feature li {/*例外*/
	float: none;
	display: block;
	padding: 5px 0;
}
.drawer-nav #menu li a {
	padding: 5px 0;
}
.drawer-nav .member {
	margin-top: 20px;
}
.drawer-nav .member input[type="button"] {
	background-color: #fff;
	border: 1px solid #000;
	font-size: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70%;
	margin: 0 auto 25px;
	display: block;
	border-radius: 0;
}
.drawer-overlay {
	background-color: rgba(0,0,0,.6);
	z-index: 90;
}
.drawer-open .hamburger_btn {
	fill: #fff;
}
.drawer-nav .member .btn_member{display:block;font-size:14px;font-weight:normal;padding:4px 0;margin:10px auto 20px;width:70%;}

/*-------------------- END Drawer --------------------*/
}


/* ==========================================================================
 * Global Footer
 * ========================================================================== */
#footer {
	padding: 42px 3% 60px;
	max-width: 1400px;
	margin:0 auto 0;
	border-top: 1px solid #ececed;
}
.footer_area {
	text-align: left;
/*	border-top: solid 1px #ccc;*/
}
.footer {
	width: auto;
	padding: 8px 0;
/*	max-width: 960px;*/
	color: #333;
	border: none;
}
.footer_left {
	margin-bottom: 10px;
	font-size: 11px;
	float: none;
}
.footer_right {
	width: auto;
	font-size: 11px;
	text-align: left;
	float: none;
}
.lower_contents {
/*	max-width: 960px;
	margin: 0 auto*/
}
.lower_contents ul{
	color: #808080;
	padding-left:0;
/*	text-align: center;*/
}
.lower_contents li {
	color: #808080;
	display: inline-block;
}
.lower_contents li::before {
/*	content: "・";*/
}
.lower_contents li a {
	margin-right: 2em;
	/* width: 9em; */
	font-size: .9em;
	font-weight: bold;
	color: #333 !important;
	display: inline-block;
}
.lower_contents li a:hover {
	color: #FF4DFF !important;
}
.lower_contents li a:hover {
	color: #ff4dff;
}
.lower_contents .break {
	clear: both;
}

.lower_contents .f_logo {
    padding-bottom: 38px;
}
.lower_contents .f_logo a {
    display: flex;
    align-items: center;
    color: #333;
    width: fit-content;
}
.lower_contents .f_logo a:hover {
	color: #ff4dff;
}
.lower_contents .f_logo a:hover svg {
	fill: #ff4dff;
}
.lower_contents .f_logo svg {
    height: 25px;
    margin-right: 24px;
}
.f_logo .sitename_sub {
    font-weight: 500;
    font-family: "altivo", sans-serif;
    letter-spacing: .15em;
    font-size: .85rem;
}

@media screen and (max-width: 959px){
.footer {
/*	padding: 8px 2%;*/
}
.lower_contents nav {
	width:100%;
}
}
@media screen and (max-width: 639px){
#menu {
    display: block;
}
.lower_contents ul {
	margin: 0;
	padding: 0;
	text-align: inherit;
	display: flex;
        flex-wrap: wrap;
        list-style: none;
}
.lower_contents li {
	width: 48%;
}
.lower_contents li a {
	height: 40px;
}
.lower_contents .break {
	clear: none;
}
#footer {
	padding-top: 20px;
}
.footer_left,.footer_right {
	float: none;
}
}

/* ==========================================================================
 * Common Layouts
 * ========================================================================== */
.font_Mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
/*	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;*/
}
.font_MinchoB {
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font_Gothic {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font_GothicB {
	font-weight: bold;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	max-width: 100%;
}
a, .contents a {
	color: #8FA0FF;
}
a:hover, .contents a:hover {
	color: #FF4DFF;
	text-decoration: none;
}
.header_left a:hover svg {
	fill:#FF4DFF;
}

a.btn_help {
    color: #FFF;
    background-color: #8FA0FF;
    padding: .2em;
    border-radius: 3px;
    margin-left: .3em;
}
.container {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
/*	padding-bottom: 14px;*/
}
.contents {
/*	width: 960px;*/
/*	max-width:1300px;*/
	padding-bottom: 0;
/*	text-align: left;*/
}
.common_alert {
	margin-top: 2em;
	color: #f00;
	text-align: center;
}
.basic_btn {
	width: 280px;
	margin: 0 auto;
	/*PC用？*/
	padding: 8px 0 6px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #9879ff;
	border: none;
/*	border-radius: 3px;*/
	display: block;
	text-align: center;
	position: relative;
}
.basic_btn:hover {
	opacity: .8;
}
.basic_btn.clr_pink{
	font-weight: bold;
	background-color: #ff4dff;
}
.txt-right {
	text-align: right;
}
.ui-widget-overlay {
	opacity: .3 !important;
}
@media screen and (max-width: 959px) {
.container,
.contents {
	width: auto;
}
}
@media screen and (max-width: 639px) {
.basic_btn {
	/* width: 100%; */
}
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}



/* ==========================================================================
 * Register
 * ========================================================================== */
/*-------------------- /Login/regist --------------------*/
.regist_form .step_wrap {
	position: relative;
	width: 160px;
	margin-bottom: 35px;
	margin-left: 45px;
	display: inline-block;
	vertical-align: top;
}
.regist_form .step_wrap:first-of-type {
	margin-left: 0;
}
.regist_form .step_wrap::after {
	position: absolute;
	top: 18px;
	left: -39px;
	content: "▶";
	font-size: 25px;
	color: #808080;
	display: inline-block;
}
.regist_form .step_wrap:first-of-type::after {
	content: "";
}
.regist_form .step_wrap .step_num {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	padding: 20px;
	border-radius: 50%;
	background: #ccc;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.regist_form .step_wrap.active .step_num {
	background: #9879ff;
}
.regist_form .step_wrap .step_ttl {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
}
.regist_form .step_wrap .step_desc {
	font-size: 11px;
	line-height: 16px;
}
.regist_form {
	width: auto;
	padding-top: 40px;
}
.regist_form .agreement{
	width:280px;
	text-align:left;
	margin:0 auto;
}
.text_regist {
	width: 280px;
	margin: 20px auto 0;
}
@media screen and (max-width: 639px) {
.regist_form .step_wrap,
.regist_form .step_wrap:first-of-type {
	width: calc(100% / 3 - 15px);
	margin: 0 5px 35px;
	display: inline-block;
}
.regist_form .step_wrap::after {
	content: "";
}
.regist_form .step_wrap .step_desc {
	text-align: left;
}
.text_regist {
	width: 80%;
	margin: 20px auto 0;
}
}

/* ==========================================================================
 * My page
 * ========================================================================== */
/*-------------------- /login/mypage --------------------*/
.mypage_form {
	position: relative;
	padding-bottom: 100px;
	padding-top: 40px;
}
.mypage_form h1,
.login_form h1,
.regist_form h1,
.dictionary_form h1,
.archive_form h1,.regist_complete h1 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.mypage_form .user_attr_title {
	font-weight: bold;
}
.mypage_form .user_attr_data{
	display: inline-block;
	vertical-align: top;
	text-align:left;
}
.mypage_form .user_attr_data a[href='credit'] {
    display: block;
    background-color: #8FA0FF;
    color: #fff;
    text-align: center;
    padding: .3em;
    margin-top: .3em;
}
.mypage_form p {
	margin: 15px 0;
	font-size: 12px;
}
.mypage_form p.inner_center {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
.mypage_form .basic_btn.small{
	width: fit-content;
	margin:unset;
	font-size: .9em;
	padding: 8px 3em 6px 1em;
}
.mypage_menu {
	position: absolute;
	top: 40px;
	right: -215px;
	width: 200px;
	display: block;
}
.mypage_menu li {
	display: block;
    position: relative;
}
.mypage_menu li a,
.mypage_menu li.grayout {
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
}

.mypage_menu li a.btn_help {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background-color: #bac5ff;
    color: #fff;
    padding: 0.3em;
    border-radius: 3px;
    line-height: 1;
    font-size:.8rem;
   border:0;
}
.mypage_menu li.grayout {
	color: #ccc;
}
.mypage_menu li:first-child a {
	border-top: 1px solid #ccc;
}
.mypage_form .basic_btn.grayout{
	background-color:#ccc;
}
.mypage_form .basic_btn.grayout:hover{
	opacity:1;
}
.mypage_form .basic_btn .btn_help{
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.4em;
    height: 1.4em;
    background-color: #fff;
    font-size: .85rem;
    line-height: 1.4em;
    border-radius: 3px;
}
.reading .grayout{
	color:#999;
}

@media screen and (max-width: 959px) {
.mypage_form {
	width: auto;
	max-width: 600px;
	padding: 0 15px;
}
.mypage_menu {
	position: static;
	width: 100%;
/*	margin-bottom: -35px;*/
	padding: 0;
	display: table;
}
.mypage_menu li {
	display: table-cell;
}
.mypage_menu li a,
.mypage_menu li:first-child a,
.mypage_menu li.grayout {
	padding: 16px 10px;
	border: none;
}
.mypage_form .user_attr_title {
	width: calc((100% - 280px) /2 - 5px);
}
}
@media screen and (max-width: 639px) {
.mypage_form {
	max-width: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.mypage_form .mypage_menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: space-between;
}
.mypage_form .mypage_menu li {
    width: 48%;
}
.mypage_menu li:first-child, .mypage_menu li:nth-child(2) {
    border-top: 1px solid #ddd;
}
.mypage_form .user_attr_title {
	width: 280px;
	margin: 10px auto 3px;
	display: block;
	text-align: left;
}
.mypage_form .user_attr_data {
	width: auto;
	display: block;
}
.user_attr,
.mypage_form p {
	/* margin-right: 5%; */
	/* margin-left: 5%; */
	width: 280px;
	margin: 0 auto 15px;
}
.mypage_menu li a,
.mypage_menu li:first-child a,
.mypage_menu li.grayout {
	padding: .6em;
        border-bottom: 1px solid #ddd;
}
}

/*-------------------- /login/prof --------------------*/
#business_9_label {
	font-size: 10px;
}
.mypage_form .img_bottom {
	cursor: pointer;
}
@media screen and (max-width: 639px) {
.mypage_form .user_attrs,
.mypage_form .input_attr {
	/* width: 100%; */
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.mypage_form input[type=text] {
	font-size: 16px;
}
}

/*-------------------- /login/credit --------------------*/
.price_wrap {
	border: 2px solid #bbb;
}
.price_wrap .upper {
	padding: 10px 0;
	border-bottom: 2px solid #bbb;
}
.price_wrap .ttl {
	width: 35%;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .15em;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}
.price_wrap .price {
	width: 62%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
}
.price_wrap .price span {
	font-size: .8em;
}
.price_wrap p {
	padding: 10px 0 5px;
	font-size: .77em;
	font-weight: bold;
}
.regist_item {
	margin-bottom: 10px;
}
.regist_item_title {
	font-size: 11px;
	font-weight: bold;
}
.regist_item_data {
	display: inline-block;
	vertical-align: top;
}
.regist_item_form .notes {
	margin: 4px 0 10px;
	font-size: 12px;
	color: #999;
}
.input_search_cond_select_mini {
	width: 80px;
}
.basic_btn.unactive {
    background-color: #bbb;
}
.basic_btn.unactive:hover {
    opacity:1;
}

@media screen and (max-width: 639px) {
.regist_form img {
	width: 90%;
	height: auto;
}
.regist_item_form {
	width: 90%;
}
.regist_item_form .item_form,
.regist_item {
	width: auto;
}
.regist_item_title,
.regist_item_data {
	width: auto;
	margin-bottom: 5px;
	text-align: left;
	display: block;
}
.regist_item_data .input_login {
	width: 100%;
}
}

/* ==========================================================================
 * Top
 * ========================================================================== */
#top a,
#top .contents a {
	color: #000;
}#top .index_slide a {
    color: #fff;
}
#top a:hover,
#top .contents a:hover {
	color: #000;
	text-decoration: none;
}
#top .area_lead_img {
	position: relative;
	max-width:1400px;
	padding:0 3%;
	margin-left: auto;
    margin-right: auto;
/*	padding-top: 47%;
	margin-bottom: 25px;
	background: url(../images/img_top_database.jpg) top center /cover no-repeat;*/
}
#top .area_lead_img:before {
/*	content: "";
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;*/
}
#top .lead_title {
	position: relative;
/*	top: 50%;
	right: 50%;
	width: 55%;
	transform: translate(50%,-50%);*/
	color: #fff;
	opacity:.4;
	width: 80%;
}
#top .lead_title.slick-center {
    opacity: 1;
}
#top .box_lead_img {
    height: 0;
/*    padding-top: 66%;*/
    padding-top: 56%;
    position: relative;
}
#top .box_lead_img h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
    font-weight: 700;
    width: 80%;
}
#top .lead_title.event_dis202511 h1 {
    background-color: rgba(0, 0, 0, .6);
    padding: .2em .5em;
    margin-right: auto;
    text-align: center;
}
#top .lead_title.event_dis202511 h1 .h1_sub {
    font-size:.7em;
    font-weight:normal;	
}
#top .lead_title.event_dis202511:hover h1 {
    color:#999;
}
#top .box_lead_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top .wrap_lead_text{
	display:none;
}
.lead_title.slick-active .wrap_lead_text {
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    margin: 0;
    padding: .5em 1em;
    color:#000;
}
#top .lead_text {
	font-size: 25px;
	text-align: center;
/*	font-family: 'Jaldi', sans-serif;*/
}
#top h1 {
	margin-top: 10px;
	font-size: 40px;
	text-align: center;
}
#top .lead_title p {
/*	font-size: 24px;
    line-height: 1.6em;*/
/*	font-size: 18px;
	line-height: 28px;*/
}
section.pickup {
    background-color: #ededed;
    padding: 0 3% 60px;
}
#top section.pickup .lower_txt{
	padding: 0 0 2em;
}
#top .corner_title{
	text-align: center;
    padding: 2em 0;
    font-family: "Red Hat Display", sans-serif;
}
#top .pickup {
    background-image: url(../images/feature/keyvisual.webp);
    background-position: top center;
    background-size: 533px 300px;
    padding-bottom: 5%;
        margin-bottom: 0px;
}
#top .pickup .copyright {
    background-color: #fff;
    padding: .5em 3% 0;
    text-align: right;
    font-size: 0.7rem;
    max-width: 1400px;
    margin: 0 auto;
}
#top .pickup .corner_title img {
    max-width: 340px;
}

#top .box_menu_middle_wrap,
#top .box_menu_small_wrap {
	letter-spacing: -.4em;
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 3%;
}
#top .box_menu_middle_wrap {
	justify-content: space-between;
}
#top .box_menu_small_wrap {
	justify-content: flex-start;
	gap: 0 3%;
}
#top section.pickup .box_menu_small_wrap {
    background-color: #fff;
    padding: 3%;
    margin-bottom: 40px;
}
#top .box_menu_middle_wrap img,
#top .box_menu_small_wrap img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#top .box_menu {
/*	margin-right: 3%;*/
	vertical-align: top;
	letter-spacing: normal;
	display: inline-block;
	animation: all .5s;
}
#top .box_menu_middle_wrap .box_menu {
/*	width: 31.33333%;*/
width: calc((100% - 28px * 3) / 4);
}
#top .box_menu_middle_wrap .box_menu:nth-of-type(3n),
#top .box_menu_small_wrap .box_menu:nth-of-type(4n) {
/*	margin-right: 0;*/
}
#top .box_menu_small_wrap .box_menu {
	width: 22.75%;
	position: relative;
}
#top .box_menu_small_wrap .box_menu:before {
    top: 2px;
    left: 2px;
    position: absolute;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    font-size: .8rem;
    padding: 0 .3em;
    color: #fff;
    border: 1px solid #fff;
}
#top .box_menu_small_wrap .box_menu[type=talk]:before {
    content: "TALK";
}
#top .box_menu_small_wrap .box_menu[type=free]:before {
/*    content: "無料";*/
}

#top .upper_img {
	position: relative;
	padding-bottom: 12px;
}
#top .upper_img figure {
	position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56%;
}
#top .upper_img figure.free::after {
	content: "FREE";
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 0 3px;
	font-size: .7rem;
	background-color: #fff;
	border: 1px solid #fff;
	display: block;
}
#top .upper_img h2 {
	position: absolute;
	left: 4%;
    top: 11%;
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1.1px;
	z-index: 5;
	line-height: 1.3em;
}
#top .upper_img h2 div {
    font-size: .6em;
    padding-bottom: .5em;
    line-height: 1;
}
#top .lower_txt {
	padding: 0 0 15px;
	font-size: .9em;
}
#top .lower_txt h2 {
	margin: 0 0 5px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1.2px;
	display: inline;
}
#top .lower_txt p {
	font-size: .875rem;
    line-height: 1.6em;
/*	font-size: .87em;
	line-height: 19px;*/
	display: inline;
}
#top .lower_txt p.author {
	margin-top: -7px;
	vertical-align: middle;
	display: inline-block;
}
#top .lower_txt .author_img {
	width: 20px;
	height: 20px;
	margin: -15px 3px 0 0;
	border: 1px solid #999;
	border-radius: 50%;
	display: inline-block;
	position: static;
}
#top .box_menu_small_wrap .upper_img figure {
	height: 0;
    background-color: #ccc;
/*    padding-top: 66%;*/
    padding-top: 56%;
}
#top .box_menu_small_wrap .lower_txt h2 {
/*	font-size: 1.0625rem;*/
	font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0;
}

#top .lead_img img,
#top .lead_text,
#top .box_menu {
	transition: all .5s;
}
.pickup a.common_btn {
    width: 21em;
    text-align: center;
/*    background-color: #fff;
    color: #8FA0FF !important;*/
}

@media screen and (max-width: 959px) {
#top main {
    padding: 0 2%;
}
#top .box_lead_img h1 {
    font-size: 1rem;
    width:80%;
}
#top .upper_img h2 {
    font-size: 1.1rem;
}
}
@media screen and (max-width: 639px) {
#top main {
    padding: 0;
}
/*#top .lead_title,
#top .lead_img,*/
#top .box_cover,
#top .dic_desc_list,
#top .logotype,
#top .lower_contents nav {
	float: none;
	width: 100%;
}
#top .lead_title {
	width: 80%;
}
#top .lead_text {
	font-size: 1.3em;
}
#top h1 {
	font-size: 25px;
}
#top .lead_title p {
	font-size: 13px;
	line-height: 18px;
}
#top .lower_txt {
	padding: 8px 0 15px;
}
#top .box_menu {
	margin-top: 0px;
}
#top .upper_img h2 {
/*	top: -30px;
	left: 0;*/
}

#top .box_menu_small_wrap .upper_img figure {
	height: 100px;
}

#top .box_menu_middle_wrap .box_menu,
#top .box_menu_small_wrap .box_menu {
	width: 48%;
}
#top .box_menu_middle_wrap .upper_img h2 {
	font-size: 1.35em;
}
#top .upper_img{
	padding-bottom:0;
}
#top .box_menu_small_wrap .lower_txt h2 {
	font-size: 1.5em;
	font-size:1rem;
}
#top .box_menu_small_wrap .box_menu:nth-of-type(2n) {
	margin-right: 0px;
}

#top .upper_img h2.txt-yellow {
	color: #FFE43E;
}
#top .upper_img h2.txt-green {
	color: #A9EECA;
}
#top .upper_img h2.txt-pink {
	color: #FFB0F6;
}
#top .upper_img h2.txt-light-blue {
	color: #8FA0FF;
}
}


/* ==========================================================================
 * Archive
 * ========================================================================== */
#page_archive {
/*	width: 860px;*/
/*	max-width: 900px;*/
	margin: 0 auto;
/*	padding: 0 61px 0;*/
	background-color: #fff;
}
#page_archive .area_lead_img {
	position: relative;
	max-width: 740px;
	margin-bottom: 40px;
	display:none;
}
#page_archive .lead_text {
	position: absolute;
	bottom: 0px;
	right: 10px;
	color: #fff;
	font-size: 3.55em;
	font-family: 'Jaldi', sans-serif;
}
#page_archive .lead_title {
	margin-bottom: 45px;
}
#page_archive .lead_title p {
	text-align:center;
}
#page_archive h1 {
/*	margin: 0 0 17px;*/
	font-size: 2.6em;
	font-weight: bold;
/*	text-align:center;*/
}
#page_archive h2{
	font-size:1.6em;
	font-weight:bold;
}
#page_archive .btn_search {
	display:block;
	width: 21em;
    min-width: 20em;
    margin: 24px auto;
    padding: 10px;
/*    border-radius: 3px;*/
    background: #9879FF;
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 2px;
    color: #fff !important;
}
/*-------------------- article --------------------*/
#page_archive article {
/*	width: 500px;
	float: left;*/
}
#page_archive .point_desc {
	margin: 0 0 15px;
	font-weight: bold;
	background: #7b8dff;
	text-align: center;
	padding:1.5em 0;
	background:url(../images/Archive/page_header_bg_L.jpg);
	background-size:cover;
}
#page_archive .feature.feat2 .point_desc {
	background:none;
}
#page_archive .feature.feat2{
	background:url(../images/Archive/page_contents_bg_L.jpg);
}
#page_archive .point_circle {
	position: relative;
	width: 65px;
	height: 65px;
	margin: 0 auto 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: #7e6295;
	vertical-align: middle;
/*	display: inline-block;*/
}
#page_archive .point_circle .ttl {
	position: absolute;
	top: 12px;
	left: 16px;
	letter-spacing: 5px;
}
#page_archive .point_circle .number {
	position: absolute;
	top: 29px;
	left: 26px;
	font-size: 1.5em;
	font-weight: bold;
}
#page_archive .point_desc p {
	width: fit-content;
	margin-bottom: 0;
	vertical-align: middle;
	display: inline-block;
	color:#fff;
}
#page_archive figure {
	margin-bottom: 25px;
	max-width: 680px;
    margin: 0 auto 25px;
}
#page_archive figure img {
	margin-bottom: 3px;
	border: 1px solid #000;
}
#page_archive figcaption {
	font-size: .9em;
	padding-bottom:.5em;
}
#page_archive .feature dl {
	margin-bottom: 50px;
	color: #fff;
}
#page_archive .feature dl:last-child {
	margin-bottom: 0;
}
/*-------------------- aside --------------------*/
#page_archive aside {
	width: 180px;
	float: right;
	margin-top:35px;
}
#page_archive .link_to_search {
	padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #777;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #777;
    border-radius: 5px;
}
#page_archive .link_to_search a {
	margin: 0 auto 8px;
	background: transparent url(/images/icon_arc_d.png) no-repeat center top;
	display: block;
	cursor: pointer;
}
#page_archive .link_to_search a:hover {
	background: url(/images/icon_arc_d_hover.png) no-repeat center top;
}
#page_archive .link_to_search p {
	padding-top: 110px;
}
#page_archive p.select_series {
	padding: 3px 0 17px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
/*-------------------- series --------------------*/
#page_archive .series {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#page_archive .wrap_all_cover {
    display: flex;
    justify-content: space-between;
    padding: 0 20%;
}
#page_archive .cover_wrap {
    width: 20%;
}
#page_archive .box_cover {
	text-align: center;
	cursor: pointer;
}
#page_archive .box_cover img {
	margin-bottom: 5px;
}
#page_archive .series_number .icon {
	margin-left: 10px;
}
#page_archive .detail_desc{
	text-align: center;
}
#page_archive .resist ul {
	padding-left: 1.2em
}
.archive_form,
.search_input,
.search_select {
	width: 740px;
}
.archive_list {
/*	width: 280px;*/
	margin: 0 auto 0 230px;
}
.search_cond_title {
	width: 215px;
}
.search_select img {
	display: inline-block;
}
.search_select img + div {
	margin-left: 10px;
	display: inline-block;
}
@media screen and (max-width: 959px) {
#page_archive {
	width: 100%;
}
#page_archive article {
/*	width: 67%;*/
}
#page_archive aside {
	width: 24%;
}
}
@media screen and (max-width: 639px) {
#page_archive {
	width: 100%;
}
#page_archive article,
#page_archive aside {
	width: 100%;
	padding: 0 3%;
	float: none;
}
#page_archive .series {
	/* letter-spacing: -.4em; */
	/* float: left; */
}
#page_archive h1 {
	margin: 20px 0 17px;
}
#page_archive .lead_title {
	margin: 0;
}
#page_archive .point_desc {
	margin: 12px 0 15px 0;
}
#page_archive .cover_wrap {
	width: 50%;
	float: left;
}
#page_archive .resist ul {
	margin-bottom: 0;
}
.archive_form{
	padding:0 5%;
	width:100%;
}
.archive_form .search_input{
	width:100%;
}
.archive_form .search_input .search_cond_title,.archive_form .search_input .img_float,.archive_form .search_select .search_cond_title{
	display:block;
	width:100%;
	text-align:left;
}
.archive_form .search_input .search_cond_title,.search_select .search_cond_title{
	font-size:1rem;
	font-weight:bold;
}
.archive_form .search_input  input{
	width:100%;
	margin:5px 0;
}
.archive_form .search_select{
	width:100%;
}
.archive_form .select_items{
	margin-left:0;
	width:100%;
	height:auto;
	padding:5px 0;
}
.archive_form .select_items:before,.select_items:after{
	display:table;
	content:"";
}
.archive_form .select_items:after{
	clear:both;
}
.archive_form .select_items .option_list{
	margin: 0 5px 0 20px;
	width:100%;
	height:auto;
}
.archive_form input.search_btn{
	display:block;
	margin:20px auto;
}
.archive_form .archive_list{
	margin-left:0;
}
.input_search_cond_select {
	width: 100%;
}
.search_select img + div {
	width: calc(100% - 30px);
	margin-left: 10px;
	vertical-align: top;
	display: inline-block;
}
#page_archive .wrap_all_cover {
    flex-wrap: wrap;
    padding: 0;
}
#page_magazine h1 {
    padding-bottom: .3em;
}
}

/* ==========================================================================
 * Dictionary
 * ========================================================================== */
#page_dic .area_lead_img {
	position: relative;
	height: 260px;
	overflow: hidden;
	display:none;
}
/*不要かも#page_dic .lead_text {
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 3.55em;
	font-family: 'Jaldi', sans-serif;
}*/
#page_dic .lead_title {
	margin: 40px 0;
	text-align: center;
}
#page_dic h1 {
	font-size: 2.6em;
	font-weight: bold;
}
#page_dic h1 + p {
	font-size: 1.07em;
}

#page_dic .area_search {
	margin: 0 0 25px;
	padding: 0px 0 10px;
/*	background: #fff;*/
}
#page_dic .area_search a {
	display: block;
}
#page_dic .btn_search {
	width: 21em;
	margin: 0 auto;
	padding: 10px;
/*	border-radius: 3px;*/
	background:#9879FF;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 2px;
	color: #fff !important;
	font-weight:700;
	line-height: 1;
}
#page_dic .area_search a:hover {
	text-decoration: none;
}
#page_dic .search_desc {
	width: 35%;
	margin: 0 auto;
}
/*#page_dic .search_desc a.choice {
	color: #333;
}*/
#page_dic .search_desc a.choice:hover {
	color: #FF4DFF
}
#page_dic .search_desc a {
	margin: 0 0 8px;
	letter-spacing: 2px;
	font-size: .92em;
}
#page_dic .txt-blue {
	color: #8FA0FF !important;
}
#page_dic .txt-bold {
	font-weight: bold;
}


#page_dic .resist_desc {
	margin-top: 15px;
	font-size: .92em;
	letter-spacing: -1px;
}
#page_dic .search_desc ul {
	width: 100%;
	margin: 0;
	padding-left: 1.2em;
	font-weight: normal;
}
#page_dic .search_desc li {
	float: left;
	margin-right: 2em;
}
#page_dic .search_desc ul a {
	font-size: 1.07em;
	font-weight: normal;
	text-decoration: none;
}
#page_dic .search_desc ul a:hover{
	text-decoration: none;
	color: #FF4DFF;
}
#page_dic hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 25px solid #fff;
}
#page_dic .area_dic_desc,
#page_dic .area_dic_voice {
	max-width: unset;
	margin: auto;
	padding: 0 4% 20px;
}
#page_dic .area_dic_desc h1,
#page_dic .editor {
	text-align: center;
}
#page_dic .editor {
	font-size: 1em;
	margin-bottom: 20px;
}
#page_dic .about_dic {
	margin-bottom: 30px;
	text-align: center;
}
#page_dic .box_cover {
	width: 40%;
}
#page_dic .feature {
	position: relative;
	width: 55px;
	height: 55px;
	margin-left: 5%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
#page_dic .box_cover,
#page_dic .feature {
	float: left;
}
#page_dic .dic_desc_list {
	width: 45%;
/*	border-bottom: 2px solid #000;*/
	float: right;
}
#page_dic .dic_desc_list p {
	font-size: .92em;
}
#page_dic .feature span {
	position: absolute;
	top: 18px;
	left: 11px;
	letter-spacing: 5px;
}
#page_dic .number_wrap {
	margin-bottom: 10px;
}
#page_dic .number {
	min-width: 25px;
	float: left;
}
#page_dic .border-bottom {
	width: 90%;
	height: 17px;
	border-bottom: 2px solid #000;
	float: left;
}
#page_dic .dic_desc_list p {
    padding: 0 0 10px;
    margin: 0;
}
#page_dic .dic_desc_list p:last-of-type {
    border-bottom: 2px solid #000;
}
#page_dic a.choice {
    margin-top: 1em;
    display: inline-block;
}

#page_dic .area_dic_voice .box_cover {
	width: 25%;
	margin: 50px 0 0 6%;
	float: left;
}
#page_dic .voice_wrap {
	width: 60%;
    color: #4D4D4D;
    margin: 0 auto;
}
.col_howto {
    color: #000;
    padding: 16px 20px 20px;
    margin-bottom: 20px;
    position: relative;
}
.col_howto.mov:before {
    content: "";
    display: block;
    padding-top: 56%;
}
.col_howto video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
#page_dic h2 {
	margin: 0 0 .7em;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}
#page_dic .voice {
/*	width: 63%;*/
	font-size: 1.07em;
	line-height: 1.8em;
	width: 340px;
	margin: 0 auto 3em;
}
#page_dic .voice .user {
	display:block;
	text-align:right;
}
/*#page_dic .voice_lower {
	margin-top: 30px;
	float: right;
}
#page_dic .user {
	text-align: right;
	display: block;
}*/

#page_dic .lead_text,
#page_dic h1,
#page_dic .box_cover,
#page_dic .feature,
#page_dic a.btn_search {
	transition: all .5s;
}

@media screen and (max-width: 639px) {
#page_dic .lead_title,
#page_dic .lead_img,
#page_dic .box_cover,
#page_dic .dic_desc_list,
#page_dic .voice_wrap {
	float: none;
	width: 100%;
}
#page_dic .lead_title {
	text-align: center;
}
#page_dic .lead_text {
	font-size: 2.3em;
}
#page_dic .btn_search,
#page_dic .search_desc {
	width: 80%;
}
#page_dic .btn_search {
	margin: 0 auto 25px;
}
#page_dic .editor,
#page_dic .box_cover {
	margin-bottom: 30px;
}

#page_dic p.editor {
	text-align: left;
}
#page_dic .feature {
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
	float: none;
}
#page_dic .feature span {
	top: 31px;
	left: 23.5px;
}
#page_dic .border-bottom {
	width: 91.51363%;
}
#page_dic .voice {
	width: 100%;
}
#page_dic .area_dic_voice .box_cover {
	width: 30%;
	margin: 0 auto;
	float: none;
}
}
/* ==========================================================================
 * Dictionary(Search)
 * ========================================================================== */
.dictionary_form .term_ttl {
	border-bottom: 1px solid #000;
}
.dictionary_form .reference_term,
.dictionary_form .related_word,
.dictionary_form .antonym {
	margin-bottom: 24px;
}
.dictionary_form .dictionary_imglist,
.dictionary_form .dictionary_imglist img {
	max-width: 100% !important;
	height: auto;
	/*max-height:340px;*/
}
.dictionary_form .dictionary_appendix {
	line-height: 24px;
}
.dictionary_form .dictionary_appendix a:not(.japanese_notation) {
/*	color: #808080;*/
}
.dictionary_form .dictionary_appendix a:hover {
	color: #FF4DFF;
}
.dictionary_form .japanese_notation {
	margin-top: 30px;
	display: block;
}
.dictionary_form .back_arrow {
	vertical-align: middle;
	font-size: 1.2rem;
}
.pager_area .org-theme a,
.pager_area .org-theme span {
	margin: 0;
	float: none;
	display: block;
}
.pager_area .simple-pagination ul {
	width: 525px;
}

.dictionary_body>img {
	max-width: none !important;
}
.dictionary_body>img[style="vertical-align:top;"] {
	vertical-align: middle;
}

@media screen and (max-width: 639px) {
.dictionary_form {
	width: 90%;
}
.dictionary_form .input_search_keyword {
	width: calc(100% - 77px);
}
.dictionary_form .input_serch_list {
	width: 100%;
}
.dictionary_form .input_serch_radio {
	padding-left: 2%;
	vertical-align: top;
}
.dictionary_form .dictionary_left {
	margin-bottom: 50px;
	float: none;
	width:100%;
}
.dictionary_form .dictionary_body {
	width: auto;
}
.dictionary_form .dictionary_term {
	width: auto;
	float: none;
}
.dictionary_form .related_word a {
	line-height: 35px;
}
.pager_area .simple-pagination {
	padding: 0 0 5px;
}
.pager_area .simple-pagination ul {
	width: 100%;
	max-width: 525px;
	min-width: inherit;
}
.input_serch_radio label{
	display:block;
}
}

/* ==========================================================================
 * Magazine
 * ========================================================================== */
#page_magazine .area_bunka a:hover {
	color: #009999 !important;
	text-decoration: none;
}
#page_magazine  {
/*	max-width: 900px;
	margin: 0 auto;*/
}
#page_magazine .area_lead_img {
	max-width: 740px;
	display:none;
}
#page_magazine .lead_img {
	position: relative;
}
#page_magazine .lead_text {
	position: absolute;
	bottom: 0px;
	right: 10px;
	color: #fff;
	font-size: 3.55em;
	font-family: 'Jaldi', sans-serif;
}
#page_magazine .lead_title {
	margin: 40px 0;
}
#page_magazine h1 {
	margin: 0 0 .3em;
	font-size: 2.57em;
	font-weight: bold;
/*	color: #000;*/
/*	text-align: center;*/
}
#page_magazine h1 + p {
/*	margin-top: 5px;
	color: #000;
	margin-bottom: 30px;
	text-align: center;*/
	font-size: 1.0em;
}
#page_magazine .box_bunka {
	margin-bottom: 40px;
	display: flex;
/*	cursor: pointer;*/
	color: #393939;
	transition: all .5s;
}
#page_magazine .box_bunka:before,
#page_magazine .box_bunka:after {
	display: table;
	content: "";
}
#page_magazine .box_bunka:after {
	clear: both;
}
#page_magazine .bunka_thumb {
	width: 28%;
	margin-right: 3%;
/*	float: left;*/
    position: relative;
}
#page_magazine .bunka_thumb:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    background-color: #ededed;
}
#page_magazine .bunka_thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 83%;
    transform: translate(-50%, -50%);
}
#page_magazine .bunka_thumb a{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
#page_magazine .col_bunka_title {
/*	width: 78%;*/
	width:69%;
}
#page_magazine .bunka_num {
	margin-bottom: 10px;
	font-size: 1.28em;
	font-weight: bold;
	color: #000;
}
#page_magazine .bunka_text {
	position: relative;
	font-size: 13px; /*絶対値指定*/
/*	height: 167px;*/
    overflow: hidden;
    line-height:2em;
}
/*#page_magazine .bunka_text::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 20px;
	background: -webkit-linear-gradient(rgba(255,255,255,.01), #f2f2f2 85%);
	background: linear-gradient(90deg, rgba(255,255,255,.01), #f2f2f2 85%);
	display: block;
}*/

#page_magazine .page_dscr {
	margin: 0 0 30px;
	font-size: .88em;
	color: #393939;
}
#page_magazine .width-full p {
	letter-spacing: -1px;
	font-size: .93em;
	color: #393939;
}

#page_magazine .width-full ul {
	padding: 0 1.2em;
	font-size: 1.1em;
	letter-spacing: 2px;
}
#page_magazine .width-full a {
	/* color: #555; */
}

#page_magazine .pager_nav {
	margin-bottom: 40px;
}
#page_magazine .pager_nav select {padding: 8px 5px;border: 1px solid #ccc;border-radius: 3px;width: 28%;}
/*#page_magazine .pager_nav ul {
	padding: 0;
}
#page_magazine .pager_nav li {
	display: inline-block;
}
#page_magazine .pager_nav li a {
	padding: 3px;
	color: #000;
}
#page_magazine .pager_nav li::before,
#page_magazine .pager_nav li::after {
	color: #000;
}
#page_magazine .pager_nav li:first-child::before {
	content: "◀ ";
}
#page_magazine .pager_nav li:first-child::after,
#page_magazine .pager_nav li:nth-child(2)::after,
#page_magazine .pager_nav li:nth-child(4)::before,
#page_magazine .pager_nav li:last-child::before {
	content: " ｜ ";
}
#page_magazine .pager_nav li:nth-child(3)::before,
#page_magazine .pager_nav li:nth-child(3)::after {
	content: " … ";
}
#page_magazine .pager_nav li:last-child::after {
	content: " ▶";
}*/
@media screen and (max-width: 639px) {
#page_magazine main {
	width: 100%;
}
#page_magazine h1 + p {
	text-align: left;
}
#page_magazine .lead_title {
	padding: 0 2%;
}
#page_magazine .box_bunka {
	width: 100%;
	display: block;
	margin-bottom: 60px;
}
#page_magazine .bunka_thumb {
	width: 50%;
	margin:0 auto 20px;
}
#page_magazine .col_bunka_title {
	width: 100%;
}
#page_magazine .bunka_num {
/*	text-align: center;*/
}
#page_magazine .bunka_num,
#page_magazine .bunka_date {
	font-size: 1.2em;
}
#page_magazine .bunka_text {
/*	height: 100px;*/
	font-size: 1em;
}
#page_magazine .box_bunka:nth-child(even) {
	margin-right: 0;
}
#page_magazine .box_bunka:nth-child(4n) {
	margin-right: auto;
}
#page_magazine .width-full ul {
	text-align: center;
	margin-bottom: 20px;
}
#page_magazine .width-full li {
	display: inline;
}
#page_magazine .width-full li::before {
	content: "・";
	color: #555;
}
#page_magazine .pager_nav li {
	font-size: 1em;
}
}

/* ==========================================================================
 * Quarterlydetail
 * ========================================================================== */
#page_quarterlydetail .area_bunka a:hover {
	color: #009999 !important;
	text-decoration: none;
}
#page_quarterlydetail  {
	max-width: 900px;
	margin: 0 auto;
}
#page_quarterlydetail .area_lead_img {
	max-width: 740px;
	display:none;
}
#page_quarterlydetail .lead_img {
	position: relative;
}
#page_quarterlydetail .lead_text {
	position: absolute;
	bottom: 0px;
	right: 10px;
	color: #fff;
	font-size: 3.55em;
	font-family: 'Jaldi', sans-serif;
}
#page_quarterlydetail .lead_title {
	margin: 40px 0;
}
#page_quarterlydetail h1 {
	margin: 40px 0 0;
	font-size: 2.57em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#page_quarterlydetail h1 + p {
	margin-top: 5px;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.28em;
}
#page_quarterlydetail .box_bunka {
	margin-bottom: 40px;
	display: block;
	color: #393939;
	transition: all .5s;
}
#page_quarterlydetail .box_bunka:before,
#page_quarterlydetail .box_bunka:after {
	display: table;
	content: "";
}
#page_quarterlydetail .box_bunka:after {
	clear: both;
}
#page_quarterlydetail .bunka_thumb {
	width: 19%;
	margin-right: 3%;
	float: left;
}
#page_quarterlydetail .bunka_thumb img {
	border: 1px solid #ccc;
}
#page_quarterlydetail .bunka_thumb a {
    display: block;
    border: 1px solid #8fa0ff;
    padding: 0.3em;
    text-align: center;
    margin: 0.7em 0;
}
#page_quarterlydetail .col_bunka_title {
	width: 78%;
	float: left;
}
#page_quarterlydetail .col_bunka_title .btn_more {
    display: inline-block;
    margin-top: 0.5em;
    color:#8FA0FF;
}
#page_quarterlydetail .col_bunka_title .btn_more:hover {
    cursor:pointer;
}
#page_quarterlydetail .col_bunka_title .btn_more.off {
    display: none;
}
#page_quarterlydetail .bunka_num {
	margin-bottom: 10px;
	font-size: 1.28em;
	font-weight: bold;
	color: #000;
}
#page_quarterlydetail .bunka_text {
	position: relative;
	font-size: 16px; /*絶対値指定*/
	height: 167px;
    overflow: hidden;
    line-height: 1.8em;
}
#page_quarterlydetail .bunka_text.on {
	height:auto;
}
#page_quarterlydetail .bunka_text::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 20px;
	background: -webkit-linear-gradient(rgba(255,255,255,.01), #f2f2f2 85%);
	background: linear-gradient(90deg, rgba(255,255,255,.01), #f2f2f2 85%);
	display: block;
}

#page_quarterlydetail .page_dscr {
	margin: 0 0 30px;
	font-size: .88em;
	color: #393939;
}
#page_quarterlydetail .width-full p {
	letter-spacing: -1px;
	font-size: .93em;
	color: #393939;
}

#page_quarterlydetail .width-full ul {
	padding: 0 1.2em;
	font-size: 1.1em;
	letter-spacing: 2px;
}
#page_quarterlydetail .width-full a {
	/* color: #555; */
}

#page_quarterlydetail .pager_nav {
	margin-bottom: 40px;
}
#page_quarterlydetail .pager_nav select {padding: 8px 5px;border: 1px solid #ccc;border-radius: 3px;}
/*#page_quarterlydetail .pager_nav ul {
	padding: 0;
}
#page_quarterlydetail .pager_nav li {
	display: inline-block;
}
#page_quarterlydetail .pager_nav li a {
	padding: 3px;
	color: #000;
}
#page_quarterlydetail .pager_nav li::before,
#page_quarterlydetail .pager_nav li::after {
	color: #000;
}
#page_quarterlydetail .pager_nav li:first-child::before {
	content: "◀ ";
}
#page_quarterlydetail .pager_nav li:first-child::after,
#page_quarterlydetail .pager_nav li:nth-child(2)::after,
#page_quarterlydetail .pager_nav li:nth-child(4)::before,
#page_quarterlydetail .pager_nav li:last-child::before {
	content: " ｜ ";
}
#page_quarterlydetail .pager_nav li:nth-child(3)::before,
#page_quarterlydetail .pager_nav li:nth-child(3)::after {
	content: " … ";
}
#page_quarterlydetail .pager_nav li:last-child::after {
	content: " ▶";
}*/
@media screen and (max-width: 639px) {
#page_quarterlydetail main {
	width: 100%;
	padding: 0 5%;
}
#page_quarterlydetail h1 + p {
	text-align: left;
}
#page_quarterlydetail .lead_title {
	padding: 0 2%;
}
#page_quarterlydetail .box_bunka {
	width: 100%;
}
#page_quarterlydetail .bunka_thumb {
	width: 35%;
	margin: 0 auto 10px;
	float: none;
}
#page_quarterlydetail .col_bunka_title {
	width: 100%;
	float: none;
}
#page_quarterlydetail .bunka_num {
	text-align: center;
}
#page_quarterlydetail .bunka_num,
#page_quarterlydetail .bunka_date {
	font-size: 1.2em;
}
#page_quarterlydetail .bunka_text {
	height: 100px;
	font-size: 1em;
}
#page_quarterlydetail .box_bunka:nth-child(even) {
	margin-right: 0;
}
#page_quarterlydetail .box_bunka:nth-child(4n) {
	margin-right: auto;
}
#page_quarterlydetail .width-full ul {
	text-align: center;
	margin-bottom: 20px;
}
#page_quarterlydetail .width-full li {
	display: inline;
}
#page_quarterlydetail .width-full li::before {
	content: "・";
	color: #555;
}
#page_quarterlydetail .pager_nav li {
	font-size: 1em;
}
}

/* ==========================================================================
 * clm2_layouts
 * ========================================================================== */
.clm2_layouts {
/*	width: 960px;
	margin: auto;*/
	max-width: 1400px;
    margin: auto;
    padding: 40px 3% 0;
    display: flex;
    justify-content: space-between;
	line-height:1.8em;
}
.clm2_layouts .sidebar {
	position: relative;
	width: 20%;
/*	float: left;*/
}
.clm2_layouts .sidemenu_list ol {
/*	position: absolute;
	top: 70px;*/
}
.clm2_layouts .mainwrap {
	width: 75%;
	padding: 0 0 0 30px;
	border-left: 1px solid #000;
/*	float: right;*/
}
.clm2_layouts h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
}
.clm2_layouts h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0;
}

.clm2_layouts p,
.clm2_layouts dl {
	margin-bottom: 30px;
}
.clm2_layouts dt,.clm2_layouts dd{
	line-height:unset;
}
.clm2_layouts h1.hidden-pc + p {
/*	margin-top: 20px;*/
}
.clm2_layouts ol {
	padding-left: 1.2em;
}
@media screen and (max-width: 959px) {
.clm2_layouts {
/*	width: 90%;*/
	display: block;
}
.clm2_layouts h1 {
	margin-bottom: 40px;
}
.clm2_layouts .sidebar {
    width: 100%;
    padding-bottom: 2em;
}
.clm2_layouts .mainwrap {
	width: 100%;
        position: static;
        padding: 0;
        border: 0;
}
}

/* ==========================================================================
 * About
 * ========================================================================== */
#about ul {
	padding: 0;
}
#about li {
	list-style-type: none;
	margin-right: 1em;
}
#about ul.support {
	width: 80%;
}
#about ul.support li {
	display: inline-block;
}

/* ==========================================================================
 * How to use
 * ========================================================================== */
#howtouse .sidemenu_list li {
	/* list-style-type: none; */
	margin-bottom: .5em;
}
#howtouse .sidemenu_list li::before {
	/*content: "▶\0020";*/
	/* margin-left: -1.3em; */
}
#howtouse .sidemenu_list li a {
	/* color: #000; */
}
#howtouse dl {
	display: flex;
}
#howtouse dt,
#howtouse dd {
	width: 50%;
}
#howtouse img {/*kari*/
	position: relative;
	width: 90%;
	border: 1px solid #777;
	background: #eee;
}
/*kari*/#howtouse img::after {position: absolute;content: "写真素材";display:block;top: 50%;left: 50%;transform: translate(-50%,-50%);font-weight: normal}
#howtouse .reference {
	margin-top: -10px;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 639px) {
#howtouse dl {
	display: block;
}
#howtouse dt,
#howtouse dd {
	width: auto;
}
#howtouse dt {
	margin-bottom: 10px;
}
#howtouse img {/*kari*/
	width: 100%;
}
}

/* ==========================================================================
 * FAQ
 * ========================================================================== */
#faq .pulldown_wrap,
#faq .cancel_wrap {
	margin: 10px 0 50px;
}
#faq .jan,
#faq .feb,
#faq .mar {
	position: relative;
	width: 160px;
	display: inline-block;
	border-bottom: 6px solid #555;
}
#faq .jan:after,
#faq .feb:after,
#faq .mar:after {
	position: absolute;
	bottom: -2em;
	left: 50%;
	transform: translate(-50%, 0);
}
#faq .jan:after {
	content: "1月";
}
#faq .feb:after {
	content: "2月";
}
#faq .mar:after {
	content: "3月";
}
#faq .jan_inner,
#faq .feb_inner,
#faq .mar_inner {
	position: relative;
	width: 130px;
	margin: 0 auto 16px;
	padding: 8px 0;
	border: 1px solid #000;
	font-size: .8em;
	text-align: center;
}
#faq .jan_inner:after,
#faq .feb_inner:after,
#faq .mar_inner:after {
	position: absolute;
	bottom: -16px;
	content: "▼";
}
#faq .pulldown_wrap .jan_inner:after {
	left: 50%;
	transform: translate(-50%, 0);
}
#faq .pulldown_wrap .feb_inner:after,
#faq .pulldown_wrap .mar_inner:after {
	left: 0;
}
#faq .cancel_wrap .jan_inner,
#faq .cancel_wrap .feb_inner,
#faq .cancel_wrap .mar_inner {
	width: 80px;
}
#faq .cancel_wrap .jan_inner {
	width: 130px;
}
#faq .cancel_wrap .feb_inner {
	margin-left: 12px;
}
#faq .cancel_wrap .mar_inner {
	margin-left: -30px;
}
#faq .cancel_wrap .jan_inner:after {
	right: 0%;
}
#faq .cancel_wrap .feb_inner:after {
	left: 10px;
}
#faq .cancel_wrap .mar_inner:after {
	left: 0;
}
@media screen and (max-width: 639px) {
#faq .pulldown_wrap,
#faq .cancel_wrap {
	margin: 10px 0 50px;
}
#faq .jan,
#faq .feb,
#faq .mar {
	height: 80px;
	margin: 0 0 3px 30px;
	padding: 15px 0 0 18px;
	display: block;
	border-bottom: none;
	border-left: 3px solid #555;
}
#faq .jan:after,
#faq .feb:after,
#faq .mar:after {
	position: absolute;
	top: 0;
	left: -22px;
}
#faq .jan_inner,
#faq .feb_inner,
#faq .mar_inner {
	width: 130px;
	margin: 0;
	padding: 5px 0;
}
#faq .mar_inner {
	margin-top: -20px;
}

#faq .jan_inner:after,
#faq .feb_inner:after,
#faq .mar_inner:after {
	content: "\025C0";
}
#faq .pulldown_wrap .jan_inner:after,
#faq .pulldown_wrap .feb_inner:after,
#faq .pulldown_wrap .mar_inner:after {
	bottom: 35%;
	right: inherit;
	left: -15px;
	transform: inherit;
}
#faq .pulldown_wrap .feb_inner:after,
#faq .pulldown_wrap .mar_inner:after {
	bottom: 0;
}
#faq .cancel_wrap .jan_inner,
#faq .cancel_wrap .feb_inner,
#faq .cancel_wrap .mar_inner {
	width: 130px;
}
#faq .cancel_wrap .feb_inner {
	margin-left: 0;
}
#faq .cancel_wrap .mar_inner {
	margin-left: 0;
	margin-top:-30px;
}
#faq .cancel_wrap .jan_inner:after,
#faq .cancel_wrap .feb_inner:after,
#faq .cancel_wrap .mar_inner:after {
	right: inherit;
	left: -15px;
}
#faq .jan_inner:after {
	bottom:0;
}
#faq .feb_inner:after {
	top:0;
}
#faq .mar_inner:after {
	top:0;
}
}

/* ==========================================================================
 * Policy
 * ========================================================================== */
#policy .marginM,
#policy ol.law li {
	margin-bottom: 30px;
}
#policy ol.law li ul li {
	margin: 2px 0;
}
#policy ol.law li ul li:last-child {
	margin-bottom: 10px;
}

/* ==========================================================================
 * Agreement
 * ========================================================================== */
#agreement ul {
	padding-left: 1.2em;
    list-style-
	}

/*print*/
@media print{
	form.visible-sp{
		display:none;
	}
}


.ui-dialog {
    width: 30% !important;
    background: #fff;
    border: 0;
    top: 50% !important;
    position: fixed !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.ui-widget-content {
    border: none !important;
    background-image: none !important;
    background-color: #fff !important;
}
.ui-dialog .ui-dialog-buttonpane {
    background: transparent;
    border: 0;
}

@media screen and (max-width:600px){
#page_magazine .pager_nav select {
    width: 100%;
}
.wrap_mypage_contents {
    width: 100%;
}
.mypage_form h1{
	margin:0 auto;
	width:fit-content;
}
/*.user_attr, .mypage_form p{
	width:100%;
}
.mypage_form .user_attr_title{
	width:100%;
}
.img_center {
    width: 100%;
}*/
.lower_contents .f_logo a{
	display:block;
}
.lower_contents .f_logo img {
    height: auto;
        width: 195px;
        display: block;
}
.f_logo .sitename_sub {
    font-size: .95rem;
    letter-spacing: .15em;
}
}