@charset "utf-8";

/*** header ***/

header .header_second{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: url(../img/common/bg_header_second.jpg) repeat-x left top;
}

header .header_second .header_second_inner{
	width: 1000px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	margin: auto;
}

header .header_second .header_second_inner > img{
	margin-right: 15px;
}

/*** main_contents ***/

article.main_contents{
	width: 100%;
}

/*** page-title ***/

article.main_contents .tit_page_wrap{
	width: 100%;
	height: 70px;
	background: url(../img/common/bg_tit_page.jpg) repeat-x left top;
}

article.main_contents .tit_page_wrap h2.tit_page{
	width: 1000px;
	height: 70px;
	line-height: 70px;
	text-align: right;
	vertical-align: middle;
	margin: auto;
}

article.main_contents .tit_page_wrap h2.tit_page img{
	vertical-align: middle;
	height: 35px;
}

/*** main_contents > inner ***/

article.main_contents > .inner{
	width: 1000px;
	margin: auto;
}

/*** main_contents > inner ***/
article.main_contents > .inner ul.crumb{
	display: block;
	width: 100%;
	height: 39px;
}

article.main_contents > .inner ul.crumb li{
	display: inline-block;
	line-height: 39px;
	font-size: 12px;
	color: #999;
}

article.main_contents > .inner ul.crumb li:after{
	content: " > ";
}

article.main_contents > .inner ul.crumb li:last-child:after{
	content: ".";
	height: 0;
	visibility: hidden;
}


article.main_contents > .inner ul.crumb li a{
	color: #444;
}



/*** main_contents > inner > main ***/
article.main_contents > .inner > .main{
	width: 746px;
}

article.main_contents > .inner > .main .tit_main{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

article.main_contents > .inner > .main .tit_main > h3{
	min-height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 15px;
	border-left: 2px solid #FF9000;
}

article.main_contents > .inner > .main .tit_main > h3 img{
	vertical-align: middle;
}


/*** login_form ***/

.login_form_area{
	display: block;
	width: 100%;
}

.login_form_area dl{
	display: block;
	width: 600px;
	margin: 0 auto 20px;
}

.login_form_area dl dt{
	float: left;
	width: 100px;
	line-height: 32px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}

.login_form_area dl dd{
	float: right;
	width: 490px;
	text-align: left;
}

.login_form_area dl dd input{
	display: block;
	width: 482px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: #f5f5f5;
	border: 1px solid #aaa;
}

.login_form_area .btn_login{
	display: block;
	width: 215px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background: #FF9000;
	border: none;
	margin: 0 auto 10px;
}

.login_form_area .btn_login:hover{
	opacity: .8;
	cursor: pointer;
}

.login_form_area  ul.login_attention{
	width: 630px;
	font-size: 12px;
	color: #000;
	padding: 10px 0;
	margin: 20px auto 30px;
}

.login_form_area  ul.login_attention li{
	line-height: 15px;
	margin-bottom: 5px;
}

.login_form_area .pass {
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}

/*** login table ***/


.table_lay{
	display: block;
	width: 95%;
	margin: 0 auto 30px;
}

.table_lay h4{
	display: block;
	width: 95%;
	color: #444;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}

.table_lay table.table_def{
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	border: none;
}

.table_lay table.table_def tr th,
.table_lay table.table_def tr td{
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
	padding: 10px 15px;
}

.table_lay table.table_def tr th{
	width: 185px;
	color: #444;
	font-weight: bold;
	font-size: 13px;
	background: #f5f5f5;
}

.table_lay table.table_def tr td{
	color: #000;
	font-size: 12px;
}



/*** box layout ***/
.box_lay{
	width: 700px;
	margin: auto;
}

.box_lay h4{
	display: block;
	width: 95%;
	color: #444;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}

.box_lay .box_yel{
	width: 676px;
	min-height: 100px;
	line-height: 1.5em;
	color: #7C0B0F;
	font-size: 13px;
	padding: 12px;
	background: #F8F5E2;
	margin-bottom: 30px;
}

.box_lay .box_yel h5{
	margin-bottom: 10px;
}

.box_lay .outer_box_3col{
	width: 700px;
	/* margin-bottom: 30px; */
	margin-bottom: 12px;
}

.box_lay .outer_box_3col .box_btn,
.box_lay .outer_box_3col .box_btn a{
	display: block;
	width: 225px;
	height: 131px;
}

.box_lay .outer_box_3col .box_btn{
	float: left;
	margin-right: 12px;
}

.box_lay .outer_box_3col .box_btn:last-child{
	margin-right: 0px;
}

.box_lay .outer_box_3col .box_btn a{
	background: url(../img/common/bg_btn_box_3col.jpg) no-repeat left top;
}

.box_lay .outer_box_3col .box_btn a:hover{
	opacity: .8;
	text-decoration: none;
}

.box_btn a span.tit{
	display: block;
	width: 90%;
	/*font-size: 16px;*/
	font-size: 15px;
	font-weight: bolder;
	color: #444;
	line-height: 1.2em;
	padding-top: 15px;
	padding-left: 5%;
	margin-bottom: 15px;
}

.box_btn a span.desc{
	display: block;
	width: 80%;
	font-size: 12px;
	color: #535353;
	line-height: 1.5em;
	padding-left: 5%;
}

/*** sidemenu (高橋作成) ***/



.table_lay table.table_inner{
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
	border: none;
}

.table_lay table.table_inner tr th,
.table_lay table.table_inner tr td{
	vertical-align: middle;
	text-align: left;
	line-height: 20px;
	padding: 10px 15px;
	border-bottom: 1px dotted #ccc;
}

.table_lay table.table_inner tr th{
	width: 100px;
	color: #444;
	font-weight: normal;
	font-size: 13px;
	vertical-align: top;
}

.table_lay table.table_inner tr td{
	color: #000;
	font-size: 12px;
	/*padding-right: 200px;*/
}


.zip_file_dl_btn{
}


/*** FAQ検索フォーム(高橋作成) ***/


#box-form {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	border: none;
}


#box-form tr th,
#box-form tr td{
	vertical-align: middle;
	text-align: left;
	line-height: 30px;
	padding: 10px 15px;
}

#box-form tr th{
	width: 185px;
	color: #444;
	font-weight: bold;
	font-size: 14px;
	background: #f5f5f5;
}

#box-form tr td{
	color: #000;
	font-size: 12px;
}


#box-form{
padding-left: 95px;
}

#box-form.box-full{

	padding-left:0px;

}
/*** FAQ検索ボタン(高橋作成) ***/


.login_form_area .Search_botton{
	padding-left: 280px;
	padding-top: 20px;
}

/*** 検索機能(高橋作成) ***/

.tit_page_wrap .search{
	padding-left: 440px;
	padding-bottom: 50px;
}


/*** box layout ***/
.box_lay02{
	width: 746px;
	margin: 0;
}

.box_lay h4{
	display: block;
	width: 95%;
	color: #444;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}

.box_lay .box_yel{
	width: 676px;
	min-height: 100px;
	line-height: 1.5em;
	color: #7C0B0F;
	font-size: 13px;
	padding: 12px;
	background: #F8F5E2;
	margin-bottom: 30px;
}

.box_lay .box_yel h5{
	margin-bottom: 10px;
}

.box_lay .outer_box_4col{
	/*width: 800px;*/
	margin-bottom: 30px;
}

.box_lay .outer_box_4col .box_btn,
.box_lay .outer_box_4col .box_btn a{
	display: block;
	width: 225px;
	height: 125px;
}

.box_lay .outer_box_4col .box_btn{
	float: left;
	margin-right: 12px;
}

.box_lay .outer_box_4col .box_btn:last-child{
	margin-right: 0px;
}

.box_lay .outer_box_4col .box_btn a{
	background: url(../img/common/bg_btn_box_4col.jpg) no-repeat left top;
}

.box_lay .outer_box_4col .box_btn a:hover{
	opacity: .8;
	text-decoration: none;
}

.box_lay .outer_box_4col .box_btn.btn_all a{
	background: url(../img/common/bg_btn_box_4col_all.jpg) no-repeat left top;
}

.box_lay .outer_box_4col .box_btn.btn_all a:hover{
	opacity: .8;
	text-decoration: none;
}

.box_btn02 a span.tit{
	display: block;
	width: 90%;
	font-size: 15px;
	font-weight: bolder;
	color: #444;
	line-height: 1.2em;
	padding-top: 15px;
	padding-left: 5%;
	margin-bottom: 28px;
}
.box_btn02 a span.tit.pos_up{
	margin-bottom: 11px;
}
.box_btn a span.tit.line2{
	margin-bottom: 12px;
}

.box_btn02 a span.desc{
	display: block;
	width: 86%;
	font-size: 9px;
	color: #535353;
	line-height: 1.2em;
	padding-left: 5%;
}

/*** box layout(FAQのbox)（高橋作成） ***/

.box_lay .outer_box_4col .box_btn,
.box_lay .outer_box_4col .box_btn a{
	display: block;
	width: 174px;
	height: 125px;
	/* height: 96px; */
}

.box_lay .outer_box_4col .box_btn{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.box_lay .outer_box_4col .box_btn:last-child{
	margin-right: 0px;
}

.box_lay .outer_box_4col .box_btn a{
	background: url(../img/common/bg_btn_box_4col.jpg) no-repeat left top;
}

.box_lay .outer_box_4col .box_btn a:hover{
	opacity: .8;
	text-decoration: none;
}

/*** long box layout(FAQのbox)（高橋作成） ***/

.box_lay .outer_box_4col .long_box_btn,
.box_lay .outer_box_4col .long_box_btn {
	display: block;
	width: 730px;
	height: 115px;
}

.box_lay .outer_box_4col .long_box_btn{
	/*float: left;
	margin-right: -5px;*/
	margin-top: 5px;
}

.box_lay .outer_box_4col .long_box_btn:last-child{
	margin-right: 0px;
}

.box_lay .outer_box_4col .long_box_btn{
	background: url(../img/login/bg_btn_box_5col.png) no-repeat left top;
	width: 698px;
	height: 84px;
	padding:15px;
	padding-top: 10px;
}
.box_lay .outer_box_4col .long_box_btn.list_faq{
	padding-top:0px;
}

.box_lay .outer_box_4col .long_box_btn span:hover{
	opacity: 1;
}

.box_lay .outer_box_4col .long_box_btn:hover{
	opacity: 0.7;
}

.box_lay .outer_box_4col .long_box_btn :hover{
	opacity: .8;
	text-decoration: none;
}

.outer_box_4col span.long_tit{
	display: block;
	width: 90%;
	/*font-size: 16px;*/
	font-size: 15px;
	color: #3D253E;
	line-height: 1.2em;
	padding-top: 15px;
	padding-left: 5%;
	margin-bottom: 15px;
}

.outer_box_4col span.long_desc{
	display: block;
	width: 80%;
	font-size: 20px;
	color: #535353;
	line-height: 1.5em;
	padding-left: 10%;
}



.outer_box_4col span.long_tit{
	display: block;
	width: 90%;
	/*font-size: 16px;*/
	font-size: 15px;
	color: #3D253E;
	line-height: 1.2em;
	padding-top: 15px;
	padding-left: 5%;
	margin-bottom: 15px;
}

.outer_box_4col span.long_desc{
	display: block;
	width: 80%;
	font-size: 20px;
	color: #535353;
	line-height: 1.5em;
	padding-left: 10%;
}

.box_lay .outer_box_4col .qa_box_btn,
.box_lay .outer_box_4col .qa_box_btn {
	display: block;
	width: 730px;
	height: 430px;
}

.box_lay .outer_box_4col .qa_box_btn{
	float: left;
	margin-right: -5px;
	margin-top: 5px;
}

.box_lay .outer_box_4col .qa_box_btn:last-child{
	margin-right: 0px;
}

.box_lay .outer_box_4col .qa_box_btn{
	background: url(../img/login/bg_btn_box_6col.png) no-repeat left top;
	width: 728px;
	height: 424px;
}

/*.box_lay .outer_box_4col .qa_box_btn :hover{
	opacity: .8;
	text-decoration: none;
}*/

.outer_box_4col span.qa_tit{
	display: block;
	width: 90%;
	/*font-size: 16px;*/
	font-size: 15px;
	color: #3D253E;
	line-height: 1.2em;
	padding-top: 15px;
	padding-left: 5%;
	margin-bottom: 15px;
}

.outer_box_4col span.qa_desc{
	display: block;
	width: 80%;
	font-size: 20px;
	color: #535353;
	line-height: 1.5em;
	padding-left: 10%;
}

/*
umezono_20150203
-------------------------------*/
.side ul{
	margin-bottom: 10px;
}

.faq_list_seach .number_word{
	padding-top: 17px;
	padding-left: 30px;
}

.faq_list_seach .number_word span{
	font-size: 1.5em;
	font-weight:bold;
}

.faq_list_seach ul{
	padding-top: 20px;
	padding-left: 25px;
}

.faq_list_seach ul li{
	float: left;
	font-size: 0.8em;
}

.faq_list_seach ul li a{
	background: url(../img/faq/number_bg.jpg) no-repeat left top;
	width: 25px;
	height: 23px;
	display: table;
	color: #39243D;
}

.faq_list_seach ul li a:hover,
.faq_list_seach ul li a.faq_list_active{
	background: url(../img/faq/number_bgon.jpg) no-repeat left top;
	text-decoration: none;
	color: #FFF;
}

.faq_list_seach ul li a span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

a .title_list_faq{
	width:570px;
	padding-right: 15px;
	font-size: 0.9em;
	color: #444444;
}

a .title_list_faq{
	height: 28px;
	width:570px;
	padding-right: 15px;
}

a .day{
	font-size: 0.9em;
	color: #444444;
}

.qus_frame{
	padding:5px 60px;
	display:table;
	height:40px;
	color: #39243D;
	font-size:0.8em;
}
.qus_frame.faq{
	line-height:1.7;
}
.qus_frame.list_faq{
	position:relative;
	top:10px;
}
.qus_frame span{
	display:table-cell;
	vertical-align:middle;
	font-size: 14px;
}

.faq_click{
	display: block;
	margin: 20px auto;
}

.faq_click:hover{
	opacity: 0.7;
}

/*-----faq詳細------*/
.qa_detalisbox{
	background-image:-webkit-gradient(linear,40% 0%,40% 179%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(245,245,245)));
	background-image:-webkit-linear-gradient(-180deg,rgb(255,255,255) 0%,rgb(245,245,245) 100%);
	background-image:linear-gradient(-180deg,rgb(255,255,255) 0%,rgb(245,245,245) 100%);
	width:726px;
	border:rgb(170,170,170) 1px solid;
	line-height: 1.2;
}

#qa_box .qustion_detalis{
	/*height: 95px;*/
	padding: 15px;
}

#qa_box .qustion_detalis .title_list_faq,
#qa_box .qustion_detalis .day{
	font-size: 0.9em;
}

#qa_box .qustion_detalis .title_list_faq{
	width: 570px;
	/*height: 28px;*/
	padding-right: 15px;
}

#qa_box .qustion_detalis .qus_frame{
	width: 576px;
	clear: both;
	display: table;
	/*height: 60px;*/
	/*padding: 0px 50px;
	padding-bottom: 15px;*/
	padding: 15px 60px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.0em;
	background: url(../img/faq/qus_icon.png) no-repeat 10px center;
}

#qa_box .answer_detalis{
	/*padding: 20px 65px;*/
	padding: 15px;
	padding-top: 0px;
}

#qa_box .answer_main{
	padding: 0px 60px;
	height: 55px;
	display: table;
	margin-bottom: 12px;
	background: url(../img/faq/ans_icon.png) no-repeat 10px center;
	font-size: 13px;
	line-height: 170%;
	width: 580px;
}

#qa_box .answer_main--new {
	background: none;
	padding: 20px 40px;
	width: 620px;
}

#qa_box .answer_main span{
/*	display: table-cell;*/
	vertical-align: middle;
}

#qa_box .answer_coment{
	font-size: 0.8em;
	padding: 0px 60px;
}

.back_img_title{
	display: block;
	margin: 20px;
	width: 122px;
	height: 16px;
}

.outer_box_4col .bottom_bg{
	display: block;
}

.box_lay02 .faq_list_back{
	display: block;
	margin: 10px 0px;
	margin-right: 20px;
	font-size: 0.9em;
}


.faqH3 {
	padding: 15px 5px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #94A3B6;
	border-bottom: 1px dotted #94A3B6;
}

.faqH3 .faqH3_left {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #1d2024;
}


/* faq version*/

.red {
	color: #ea3323;
}

#qa_box .answer_main--new .btm-margin {
    margin-bottom: 20px;
}

#qa_box .answer_main--new .block-ttl01 {
	border-bottom: solid 2px #d2d2d2;
    font-size: 19px;
    padding: 0 0 6px;
    margin: 30px auto 15px;
}

#qa_box .answer_main--new .block-ttl01 span {
    border-left: solid 4px #007fb1;
    display: block;
    padding: 0 0 0 12px;
}

#qa_box .answer_main--new .mid-ttl01 {
    font-size: 17px;
    line-height: 1.4;
	margin-bottom: 10px;
    padding: 0 0 0 16px;
    position: relative;
	font-weight: bold;
}

#qa_box .answer_main--new .mid-ttl01::before {
	content: '';
    border-radius: 50%;
    background: #007fb1;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}

#qa_box .answer_main--new .mid-ttl01-long {
	font-size: 17px;
    line-height: 1.4;
	margin-bottom: 10px;
    padding: 0 0 0 0;
    position: relative;
	font-weight: bold;
}

#qa_box .answer_main--new .mid-ttl01-long::before {
	content: '';
    border-radius: 50%;
    background: #007fb1;
    width: 10px;
    height: 10px;
    display: inline-block;
	margin-right: 16px;
}


#qa_box .answer_main--new .sml-ttl01 {
	font-size: 15px;
    font-weight: 700;
    line-height: 1.87;
    padding: 0 0 0 14px;
    position: relative;
}

#qa_box .answer_main--new .sml-ttl01::before {
    content: '';
    background: #007fb1;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
	transform: translateY(-50%);
}


#qa_box .answer_main--new .sml-ttl01-long {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 15px;
    font-weight: 700;
    line-height: 1.87;
    padding: 0 0 0 0;
    position: relative;
}

#qa_box .answer_main--new .sml-ttl01-long::before {
    content: '';
    background: #007fb1;
    width: 6px;
    height: 6px;
    display: inline-block;
	margin-right: 8px;
	transform: translateY(-50%);
}


#qa_box .answer_main--new .line-border {
	margin: 1.5em 0;
}

#qa_box .answer_main--new .cmn-txt {
	margin-top: 8px;
	font-size: 13px;
    line-height: 1.57;
}

#qa_box .answer_main--new .cmn-img + .cmn-txt {
	text-align: center;
}

#qa_box .answer_main--new .cmn-img {
	margin-top: 12px;
	text-align: center;
}

#qa_box .answer_main--new .cmn-img img {
	max-width: 100%;
}

#qa_box .answer_main--new .tbl-type01 {
	width: 100%;
}

#qa_box .answer_main--new .tbl-type01 tbody th {
	background: #dcdcdc;
    text-align: center;
    width: 191px;
    padding: 16px 10px;
	border-bottom: solid 10px #fff;
    border-right: solid 5px #fff;
    font-size: 13px;
    line-height: 1.57;
    vertical-align: middle;
}

#qa_box .answer_main--new .tbl-type01 tbody td {
    background: #f9f9f9;
    border-bottom: solid 10px #fff;
    border-right: solid 5px #fff;
    font-size: 13px;
    line-height: 1.57;
    vertical-align: middle;
    width: auto;
    padding: 16px 24px;
}

#qa_box .answer_main--new .cmn-mov {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}


#qa_box .answer_main--new .waku-gray {
	margin: 2em 0;
    padding: 2em;
    border: 1px solid #CCCCCC;
}

#qa_box .answer_main--new .base-list li {
	font-size: 13px;
    line-height: 1.8;
    padding: 0 0 0 20px;
    position: relative;
    font-weight: bold;
}

#qa_box .answer_main--new .base-list li::before {
	content: '';
    border-radius: 50%;
    background: #000000;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

#qa_box .answer_main--new .txt-list02 li {
	font-size: 14px;
    line-height: 1.57;
    padding: 0 0 0 36px;
    position: relative;
}

#qa_box .answer_main--new .txt-list02 > li::before {
    content: '・';
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
    transform: translateY(-50%);
}

#qa_box .answer_main--new .txt-list02-long li {
	font-size: 14px;
    line-height: 1.57;
    padding: 0 0 0 0;
    position: relative;
	list-style-type: none;
}

#qa_box .answer_main--new .txt-list02-long li::before {
    content: '・';
    display: inline-block;
}


#qa_box .answer_main--new .flex li {
	display: inline-block;
	padding: 0.2em 1em;
	position: relative;
}

#qa_box .answer_main--new .flex li::after {
	content: ' ';
	display: block;
	width: 1px;
	height: 1em;
	background-color: #94A3B6;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#qa_box .answer_main--new .flex li:last-child::after {
	display: none;
}

/*------contact------------*/
.form_frame{
	margin-bottom: 20px;
}

.form_frame dl{
	display: block;
	width: 700px;
	margin: 0 auto 20px;
}

.form_frame dl dt{
	float: left;
	width: 200px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.form_frame dl dt span{
	font-size: 12px;
	padding-left: 5px;
}

.form_frame dl dt span.notes{
	color: red;
}

.form_frame dl dd{
	float: right;
	width: 490px;
	text-align: left;
}

.form_frame dl dd input{
	display: block;
	width: 482px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: #f5f5f5;
	border: 1px solid #aaa;
}

.form_frame dl dd textarea.naiyo{
	background: #f5f5f5;
	border: 1px solid #aaa;
	line-height: 20px;
	font-size: 15px;
}

.form_frame dl dd.radio{
	float: left;
	margin-right: 7px;
	padding-top: 10px;
	font-size: 0.9em;
}

.form_frame dl dd.radio.product_about{
	width: 16%;
}

.form_frame dl dd.radio.seminar{
	width: 30%;
}

.form_frame dl dd.radio.analyze{
	width: 37%;
}

.form_frame dl dd.radio.teaching{
	width: 16%;
}

.form_frame dl dd.radio.adoption{
	width: 16%;
	margin-right: 0px;
}

.form_frame dl dd.radio input{
	width: 13px;
	height: 13px;
	display: inline;
	margin-top: 0px;
}

.form_frame .select_frame{
	margin-top: 5px;
}

.form_frame .button_block{
	width: 285px;
	margin: 0 auto;
}

.form_frame .button_block button{
	width: 121px;
	height: 41px;
	padding: 0px;
	border: none;
	outline: none;
	margin-right: 18px;
}

.form_frame .button_block button:hover{
	opacity: 0.7;
	cursor: pointer;
}
.caution_inquiry{
	text-align:left;
	padding-left:240px;
	position:relative;
	top:-80px;
	color:#f00;
	font-size:12px;

}
 h3 a{
	 height:51px!important;

 }
.taiken_button {
	margin-left:20px;
	width: 110px;
	height: 30px;
	background: none repeat scroll 0 0 #39243D;
	border-radius: 3px;
	border: 1px solid #666;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	font-size:110%;
}
.taiken_link{
	font-size:90%;
	text-align:right;
}








.member_info .taiken_button {
	#margin-left:20px;
	width: 80px;
	height: 22px;
	background: none repeat scroll 0 0 #39243D;
	border-radius: 3px;
	border: 1px solid #666;
	text-align: center;
	color: #FFF;
	cursor: none!important;
	#font-size:110%;
}
.member_info button{
	width: 80px;
	height:22px;
	font-size:11px;
	margin-left:3px;
	margin-right:3px;
}
.taiken_link{
	font-size:90%;
	text-align:right;
}
ul.member_info{

	#margin-left:30px;
	padding-bottom:30px;
}
.member_info li{

	list-style-type:none;
	font-size:100%;
	line-height:20px;
	margin-bottom:5px;

}
.member_info li.date{

	list-style-type:disc;

}
.member_info{
	font-size:0.8em;
	line-height:20px;
}

.member_info hr{
	border-color:#cacaca;
}
.member_info .details {
	background: url(../img/top/news_arrow.png) no-repeat left 7px;
	padding-left: 15px;
	width: 80%;
}
.member_info .ymd {
	margin-right: 20px;
	width: 10%;
}



/* member index */
.faq_news_col {
	width: 100%;
}

h4.faq_news_numtitle {
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}

h4.faq_news_title {
	font-size: 16px;
	border-left: 2px solid #AAA;
	padding-left: 10px;
	color: #444;
}

.faq_news_num {
	height: 125px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.faq_news_num_x {
	font-size: 48px;
}

.faq_news_num_bottom {
	margin-top: 14px;
	font-size: 15px;
}

.faq_news_list {
	padding: 10px 15px;
	border: 1px solid #CCC;
}

.faq_news_list li {
	font-size: 13px;
	line-height: 1.9;
}

.faq_news_list li::before {
	content: ' ';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 12px;
	background: url(../img/top/news_arrow.png) no-repeat center;
	background-size: contain;
}

/*20210707追加*/
.general-settings-videos {
    width: 80%;
    padding: 0 2.5% 0;
    display: flex;
    justify-content: space-around;
}

.videos-frame {
    display: grid;
    display: -ms-grid;
    grid-template:
        "box1 box2 box3" auto /
        150px 400px 80px;
    -ms-grid-columns: 150px 400px 80px;
    -ms-grid-rows: auto;
    position: relative;
    padding-left: 16%;
    padding-bottom: 1%;
}

.videos-layout1 {
    grid-area: box1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    /*padding-top: 5%;*/
    align-items: center;
    display: grid;
}

.videos-layout2 {
    grid-area: box2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 2%;
}

.videos-layout3 {
    grid-area: box3;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    align-items: center;
    display: grid;
}


.video-page-font1 {
    color: #3c2a43;
    font-size: 1.2em;
    padding-left: 3%;
    font-family: sans-serif;
}

.video-page-font2 {
    color: #3c2a43;
    font-size: 1em;
    padding-bottom: 2%;
    padding-left: 6%;
    padding-top: 5%;
    font-family: sans-serif
}

/*vimeo*/
.vimeo-thumbnail-container {
    max-width: 80px;
    margin: 0 auto;
  }
.vimeo-thumbnail-list {
    list-style: none;
    margin: 70px 15px;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.vimeo-thumbnail-item {
    width: calc(100% / 3 - 20px);
    margin: 0 5px 10px;
}

.vimeo-thumbnail-img {
    box-sizing: border-box;
    /*max-width: 100px;*/
    width: 140px;
    object-fit: contain;
    padding-top: 40%;
}

.video-button1 {
    padding-top: unset;
}

.video-button-style1 {
    background-color: #3c2a43;
    color: white;
    cursor: pointer;
    transition: 0.2s;
    border-color: #3c2a43;
    padding: 5% 16%;
}

.video-button-style1:hover {
    background-color: #3c2a43;
    color: white;
    opacity: 0.8;
}

.video-button-style1:focus {
    outline: none;
    box-shadow: 0 0 0 0 white !important;
}

/*hidden or display*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 10px;
    font-weight: bold;
    /*border: solid 2px black;*/
    cursor :pointer;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 5px;
    transition: 0.2s;
}


/*ボタンホバー時*/
.hidden_box label:hover {
    background-color: white;
    color: #3c2a43;
    opacity: 0.8;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '\f078';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #3c2a43;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*tag*/
.hidden_box_tag {
    margin: 1em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box_tag label {
    padding: 10px 10px 10px 3%;
    font-weight: bold;
    /*border: solid 2px black;*/
    cursor :pointer;
    font-size: 1em;
    transition: 0.5s;
}

/*アイコンを表示*/
.hidden_box_tag label:before {
    display: inline-block;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box_tag label:hover {
    background-color: white;
    color: #3c2a43;
    opacity: 0.8;
}

/*アイコンを切り替え*/
.hidden_box_tag input:checked ~ label:before {
     content: '\f078';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #3c2a43;
}

/*チェックは見えなくする*/
.hidden_box_tag input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box_tag .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box_tag input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*videos*/
.hidden_box_video {
    margin: 1em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box_video label {
    padding: 10px 10px 10px 3%;
    font-weight: bold;
    /*border: solid 2px black;*/
    cursor :pointer;
    font-size: 1em;
    transition: 0.5s;
}

/*アイコンを表示*/
.hidden_box_video label:before {
    display: inline-block;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box_video label:hover {
    background-color: white;
    color: #3c2a43;
    opacity: 0.8;
}

/*アイコンを切り替え*/
.hidden_box_video input:checked ~ label:before {
     content: '\f078';
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #3c2a43;
}

/*チェックは見えなくする*/
.hidden_box_video input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box_video .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box_video input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
