/* Customize the label (the checkbox-container) */
@charset "UTF-8";
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 2px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #4A3D3D;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ‾ .checkbox-checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ‾ .checkbox-checkmark {
	background-color: #FF8723;
}

/* Create the checkbox-checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkbox-checkmark when checked */
.checkbox-container input:checked ‾ .checkbox-checkmark:after {
	display: block;
}

/* Style the checkbox-checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.customSelect {
	width: 47% !important;
}

/**--------------------**/
.hasCustomSelect {
	width: 40% !important;
}

.imgselect {
	font-size: 18px !important;
}

.exp-txt-down {
	padding-top: 185px;
	padding-bottom: 5px;
}

@media screen and (min-width: 961px) {
	/**---------------------*/
	.hasCustomSelect {
		width: 400px !important;
		
	}
	.imgselect {
		font-size: 16px !important;
	}
	.exp-txt-down {
		padding-top: 80px;
		padding-bottom: 5px;
	}
}

/* Customize the label (the radio-container) ----------------------------------------------------------------------------------------------------------*/
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*padding-bottom: 20px; longdao*/
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #4A3D3D;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ‾ .radio-checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ‾ .radio-checkmark {
	background-color: #FF8723;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ‾ .radio-checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.txt-input {
	width: 382px;
}

.dl-input {
	margin-right: 40px !important;
}
.dl-input:last-child {
	margin-right: 0px !important;
}
.txt-area-class {
	width: 382px !important;
	font-size: 16px !important;
}

div.mul-list-choice {
	/*background-color: lightblue;*/
	/*width: 40%; longdao */
	/*max-height: 200px; longdao */
	overflow: auto;
}

div.release-list-choice {
	/*background-color: lightblue;*/
	/*width: 40%; longdao */
	/*max-height: 200px; longdao */
	overflow: auto;
}

div.one-checkbox-item {
	min-height: 30px;
}

/* 税理士合格者の声一覧用 */
/*---------------------------------------------------------------------------------------------------*/
.pagination {
	display: inline-block;
}

.pagination li {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
}

.pagination li.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
}

.pagination li:hover:not (.active ) {
	background-color: #ddd;
}

.numberbox-ul {
	list-style-type: none;
}

.pagination a {
	text-decoration: none;
}

.cur_pointer {
	cursor: pointer;
}

/*------------------------------------------------------------------------------------*/
/*税理士の声一覧*/
ol, ul {
	list-style: none;
}

.pbBlock {
	clear: both;
}

.normalBlock01 {
	clear: both;
}

.goukakuKoe:nth-child(3n+1) {
	margin-left: 0px;
}

.goukakuKoeMedal {
	position: absolute;
	top: -10px;
	left: -10px;
}

.goukakuKoePhoto {
	position: relative;
	/*width:100px; long comment*/
	height: 125px;
	margin-right: 20px;
	vertical-align: top;
}

.goukakuKoePhotoNoData {
	position: relative;
	/*width:20px; long comment*/
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

.goukakuKoeFace {
	width: 100px;
	padding: 0 20px 0 0;
	float: left;
}



.goukakuKoeInfo {
/*     width: 175px; */
/*     float: right; */
	height: 125px;
	vertical-align: top;
	position: relative;
	display: block; /*add longdao*/
	margin-left: 120px;
/* 	margin-top: -120px; */
}

.goukakuKoeInfoNoData {
	height: 75px;
	vertical-align: top;
	position: relative;
	margin-left: 50px;
}

.goukakuRuby {
	font-size: 12px;
}

.goukakuName {
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.3 !important;
}

.goukakuCourse {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	position: absolute;
	bottom: 0;
	color: red !important;
}

dl.goukakuTeacher {
	clear: left;
	font-size: 14px;
	/*margin-top: 20px;*/
	background: #FFFFFF;
	padding: 15px 15px 0;
	margin-bottom: 0px;
}

.firstElement {
	margin-top: 20px;
}

.goukakuTeacher dt, dd {
	display: table-cell;
	padding-bottom: 15px;
	/*border-bottom: 1px dotted #999999;*/
}

.goukakuTeacher dt {
	width: 56px;
	font-weight: bold;
	padding-right: 20px;
}

.goukakuTeacher dd {
	width: 176px;
}

.goukakuTeacher dd>span {
	display: block;
	font-weight: bold;
}

.goukakuKoeText {
    float: left;
    margin-top: 15px;
    background: #FFFFFF;
/*     padding: 15px; */
    padding-bottom:55px !important;
	font-size: 14px !important;
	margin-top: 0px;
	flex: 1; /* 追記 */
	word-wrap: break-word;
	height: 100px; /*高さの初期値：適当に変えてください*/
}

.goukakuKoeTextNodata {
	font-size: 14px;
	margin-top: 0px;
	background: #FFFFFF;
	padding: 15px;
	flex: 1; /* 追記 */
}

.dashline_css {
	border-top: 1px dotted #999999;
}

#main p {
	margin-bottom: 0px !important;
}

div.dashClass {
	background: #FFFFFF;
	padding: 0px 15px 0;
}

.dashClass div {
	border-top: 1px dotted #999999;
}

.snsLink {
	float: right;
}

.twi {
	background: #55ACEE;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	width: 197px;
	padding: 8px 0;
	text-align: center;
	float: left;
}

.twi a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.goukakuTxtBlank {
	font-size: 14px !important;
	margin-top: 0px;
	flex: 1; /* 追記 */
}

p.goukakuKoeFace>img {
	max-width: 100px;
}

/*---------------------------------------------------LOADING CSS-------------------------------------------------*/

/* Absolute Center Spinner */
.lds-roller {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: auto;
}

/* Safari */
@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
}

100%
{
-webkit-transform
:
 
rotate
(360deg);
 
}
}
@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform
:
 
rotate
(360deg);
 
}
}

/*---------------------------------------------------NEW DESIGN CSS-------------------------------------------------*/
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.voiceBase ul {
	/*width: 100%; longdao */
	margin: 0 auto;
	display: block;
}

li.goukakuKoe {
    float: left;
    width: 284px;
    border-top: #E20011 3px solid;
    background: url(../../renew-common/img/parts/chidori_pc.png);
    padding: 15px;
    margin-left: 8px;
    margin-bottom: 20px;
	border-top: #E20011 3px solid;
	width: 93%;
	height: auto;
	background-color: #ebecee;
	/*margin: 0px auto 10px !important;*/
	padding: 15px;
	margin-bottom: 10px;
}

@media screen and (min-width: 961px) {
	.voiceBase ul {
		/*width: 960px; longdao */
		margin: 0 auto;
		display: flex;
	}
	li.goukakuKoe {
		justify-content: space-between;
		border-top: #E20011 3px solid;
		width: 28.7%;
		/*display: inline-flex; /* 追加 */
		flex-direction: column; /* 追加 */
		background-color: #ebecee;
		padding: 15px;
		margin-left: 8px;
		margin-bottom: 10px;
	}
	.goukakuKoe:nth-child(3n+1) {
		margin-left: 0px;
	}
}

/* -------------------------------------------- CUSTOMER --------------------------  */
.up-explan-txt {
	padding-bottom: 5px;
}

.exp-txt-down-2 {
	padding-bottom: 5px;
}

/*-------------------------------------------税理士科目用------------------------------- */
.f-row-zeirishi {
	background-color: #F0F8FF;
}

.f-coloumn-zeirishi {
	background-color: #F5FFFF;
}

.td-class {
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px dotted #c5c5c5;
	padding: 5px;
}

/*-------------------------------------------複数選択用------------------------------- */
.multiselect {
	/*width: 200px;*/
	
}

.selectBox {
	position: relative;
}

.selectBox select {
	/*width: 100%;
	font-weight: bold;*/
	
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 52%;
}

.multi_checkboxs_class {
	display: none;
	border: 1px #dadada solid;
	position: absolute;
	background: white;
	width: 29%;
	overflow: auto;
	max-height: 150px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding-left: 5px;
	padding-top: 5px;
}

.multi_checkboxs_class label {
	display: block;
}

.multi_checkboxs_class label:hover {
	background-color: #1e90ff;
}

@media screen and (min-width: 961px) {
	.multi_checkboxs_class {
		width: 21%;
	}
	input[type="text"], input[type="email"], input[type="tel"], select {
		/*background: #FFFFCC !important; */
		
	}
}

/* fsdhfdsfdfsd**/
dt .checkbox-container, dt .radio-container {
	border: 3px solid #DADDE3;
	display: block;
	background: #EBECEE
		url(../images/bg_checkbox_off.gif)
		no-repeat 10px center;
	background-size: 24px;
	padding: 14px 45px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

dt input[type="checkbox"]:checked+.checkbox-container, dt input[type="radio"]:checked+.radio-container
	{
	background: #EBECEE
		url(../images/bg_checkbox_on.gif)
		no-repeat 10px center;
	background-color: #FF8723;
	border-color: #FF8723;
	color: #FFFFFF;
}

.release-list-choice input, .mul-list-choice input, dt input[type="radio"]
	{
	display: none;
}

.heading5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

.dd-zeirishi {
	width: 5000px;
}

.ms-choice {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	background: #ffffff
		url(../images/form_pc_select.gif)
		no-repeat top right;
	border: 3px solid #D2D2D2;
}

/*test show 2 element is one row ==start */
.mul-list-choice {
	display: flex;
	flex-wrap: wrap;
}

.release-list-choice {
	display: flex;
	flex-wrap: wrap;
}

.mul-list-choice>.checkbox-container {
	flex: 0 50%;
	box-sizing: border-box
}

.release-list-choice>.checkbox-container {
	flex: 0 33.3%;
	box-sizing: border-box
}

.mul-list-choice>.radio-container {
	flex: 0 50%;
	box-sizing: border-box
}

.release-list-choice>.radio-container {
	flex: 0 33.3%;
	box-sizing: border-box
}

.zeirishi-row {
	display: flex;
	flex-wrap: wrap;
}

.zeirishi-row>.dl-input {
	width: calc(45% - 20px);
	box-sizing: border-box
}
.dl-input input{
	width: 100%;
}
@media screen and (min-width: 961px) {
	.zeirishi-row>.dl-input{
		width: 215px;
	}
	.dl-input input{
		width: auto;
	}
}
.customSelect-selected {
	background: white url(../images/form_sp_select.gif) no-repeat top right
		!important;
	border: 3px solid #c1c6d1 !important;
}
/*test show 2 element is one row ==end */
/*受講地区項目cssの調整 ====start*/
.release-list-choice {
    display: table;
}

.jyuken-class {
	display: flex;
	width: 100%;
}

.jyuken-class>p.l3_select {
	width: 40%;
}

.jyuken-class .customSelect {
	width: 100% !important;
	box-sizing: border-box;
}

.jyuken-class .hasCustomSelect {
	width: 400px !important;
}

.jyuken-class select.imgselect {
	opacity: 1 !important;
	height: 40px !important;
	background: #FFFFCC
		url(../images/form_pc_select.gif) no-repeat top
		right;
	position: static !important;
	width: 100% !important;
}

.jyuken-class span.customSelect {
	display: none !important;
}

.jyuken-class input.txt-input {
	height: 40px !important;
	box-sizing: border-box;
	width: 40%;
}

.teacher-lbl{
    font-size: 14px !important;
    line-height:  40px !important;
     margin-left: 10px !important;   
}

input#triming_image{
     font-size: 50px !important;
/*      
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block; */
}

release-list-choice {
	display: table !important;
	margin-bottom: 12px;
	width: 100%;
}

.release-list-choice>.radio-container {
	display: table-cell;
	width: calc(100%/ 3);
	vertical-align: middle;
}

/*view more css*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	position: relative;
/* 	height: 100%; */
}

.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%,
		rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked+label {
	background: inherit; /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 8rem;
	font-family: FontAwesome;
	content: '続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #E20011;
	border: 1px solid #E20011;
	/*border-radius: 20px;*/
	background-color: #ffffff;
}

.cp_box input {
	display: none;
}

.cp_container {
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	background: #FFFFFF;
	padding: 15px;
	flex: 1; /* 追記 */
}

.cp_box .cp_container {
	overflow: hidden;
	height: 100%; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}

.cp_box input:checked+label {
	/* display: none ; 閉じるボタンを消す場合解放 */
	
}

.cp_box input:checked+label:after {
	font-family: FontAwesome;
	content: '閉じる';
}

.cp_box input:checked ‾ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.cp_box input:checked ~ .cp_container > p.goukakuKoeText {
height: 100% !important; /*チェックされていたら、高さを戻す*/
}

.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 1em;
    border: 3px solid #DADDE3;
    background: #EBECEE;
    color:#000;
    font-size:18px;
}
.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: -50px;
    top: -10px;
    margin: 0;
/*     font-size: 100px; */
    cursor: pointer;
}

.img_del_btn input[type="button"] {
    display: inline-block;
    padding: 1em;
    border: 3px solid #DADDE3;
    background: #EBECEE;
    color:#000;
    font-size:15px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*     right: -50px;
    top: -10px; */
    margin-top: 10px;
    cursor: pointer;
}