@charset "UTF-8";

.profile_wrap{
	padding: 120px 0;
}
.profile_wrap h1{
	font-size: 18px;
    line-height: 26px;
    color: #2E2E2E;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
}

.profile_cont{
	background: #FFFFFF;
    border-radius: 10px;
    margin-top: 17px;
    padding: 64px 96px;
}

.profile_cont ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile_cont ul li{
	width: 48%;
	text-align: center;
	padding: 40px 0;
}

.profile_cont ul li a{
	font-weight: bold;
}

.profile_wrap .wpmem_msg {
    width: 100%;
}

.profile_wrap #wpmem_reg fieldset,.profile_wrap #wpmem_login fieldset{
	margin: 0;
}

.profile_wrap #wpmem_reg legend,.profile_wrap #wpmem_login legend{
	font-size: 18px;
    line-height: 26px;
    color: #2E2E2E;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
}

.profile_wrap #wpmem_reg .button_div input,.profile_wrap #wpmem_login .button_div input{
    background-color: #eee;
    width: 80%;
    margin: 20px auto;
    display: block;
    padding: 10px 0;
    border: 1px solid #ccc;
}

.profile_wrap #wpmem_login .button_div input#rememberme{
	width: auto;
	display: inline-block;
}

.profile_wrap #wpmem_reg,.profile_wrap #wpmem_login{
	width: 100%;
}

.un-login-text{
	text-align: center;
	padding: 120px 0;
}

.highlight{
	background-color: #ff9;
}

.invested_box_right_info_list_hp a:hover .highlight{
	background-color: #00C0D0;
}

.pnavi{
	margin-top: 10px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
}

.pnavi .page-numbers{
	background: none;
    border: 0;
    padding: 0px 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
	color: #00C0D0;
    background: none;
    display: block;
}

.pnavi span.current ,.pnavi span.dots{
	color: #B7BFC4;
}

.tabs_middle_hp .tab-content {
    margin-top: 20px;
}

.single_profile_box_top_csp {
    margin-bottom: 20px;
}

.comment-form input[type=submit]{
	padding: 11px;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: 1px solid #E1E1E1;
	width: auto;
	margin: 0;
}

.comment_box_img_csp img{
	height: auto;
}

.comment_box_reply_left_csp img {
	height: auto;
}

.comment_link{
	display: block;
	position: relative;
	top: -84px;
	visibility: hidden;
}

.contact_col2 {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 0;
}

.contact_col2 .left_c {
    width: 24%;
    padding: 40px 0 0;
}

.contact_col2 .right_c {
    width: 76%;
}

.contact_col2 .left_c ul {
    padding: 0px 0 0;
}

.contact_col2 .left_c ul li {
    font-weight: bold;
    margin: 0 0 40px;
    padding: 0 0 0 32px;
    position: relative;
    font-size: 18px;
    color: #ccc;
}

.contact_col2 .left_c ul li.active {
    color: #282a3e;
}

.contact_col2 .left_c ul li:before {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
}

.contact_col2 .left_c ul li.active:before {
    color: #c2342e;
}

.contact_col2 .left_c ul li:nth-child(1):before {
    content: "01";
}

.contact_col2 .left_c ul li:nth-child(2):before {
    content: "02";
}

.contact_col2 .left_c ul li:nth-child(3):before {
    content: "03";
}

.contact_body dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.contact_body dl dt {
    width: 25%;
    border-bottom: 1px solid #1A1A1A;
    padding: 25px 0 0;
    box-sizing: border-box;
    font-size: 14px;
}

.contact_body dl dt .hissu {
    color: #C2342E;
    font-size: 10px;
    display: block;
}

.contact_body dl dt .nini {
    font-size: 10px;
    display: block;
}


.contact_body dl dd {
    width: 69%;
    border-bottom: 1px solid #ccc;
    padding: 22px 0;
    box-sizing: border-box;
    margin: 0;
}

.contact_body dl dd input {
    background-color: #F7F7F7;
    border: 1px solid #EEEEEE;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.contact_cont {
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 17px;
    padding: 64px 96px;
}

.contact_body dl dd textarea {
    background-color: #F7F7F7;
    border: 1px solid #EEEEEE;
    padding: 12px 18px;
    width: 100%;
    box-sizing: border-box;
    height: 12em;
}

.form_bt_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0 30px;
}

.contact_body .link_base {
    display: block;
    text-align: center;
    color: #fff;
    border: 3px solid #1A1A1A;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #1A1A1A;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 160px;
    padding: 16px 0;
    margin: 0 30px;
}

.contact_body .form_back .link_base {
    background-color: #ccc;
    border-color: #ccc;
    color: #282a3e;
}

.contact_body .link_base:hover {
    background-color: #fff;
    color: #1A1A1A;
}

.contact_body .form_back .link_base:hover {
    background-color: #fff;
}

.corporate_pdf_wrap{
    background-color: #fff;
}

.corporate_pdf_list_srap li{
    margin-bottom: 20px;
}

.corporate_pdf_list_srap li:last-child{
    margin-bottom: 0;
}

.corporate_pdf_list{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.corporate_pdf_data1{
    width: 26%;
}

.corporate_pdf_data2{
    width: 40%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.corporate_pdf_data3{
    width: 30%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #999;
}

.corporate_pdf_data1 a{
    background-color: #d34b3a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 40px;
    background-image: url(./images/icon/picture_as_pdf_white_24dp.svg);
    background-repeat: no-repeat;
    background-position: center left 6px;
    background-size: 30px;
}

.corporate_pdf_data1 a:hover{
    color: #fff;
    opacity: 0.7;
}


@media(min-width:0px) and (max-width:575px){

	.page-template-page-profile .common_space_hp {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.profile_wrap{
		height: auto;
	}

	.profile_cont ul li {
	    width: 100%;
	}
	.profile_wrap {
	    padding: 60px 0;
	}
	.profile_wrap #wpmem_reg .button_div input:hover{
		opacity: 0.8;
	}
	.profile_cont{
		padding: 16px;
	}





}