@charset "utf-8";
/* ir */

/* IR header */
.ir-header{
    width: 100%;
    height: 67px;
    position: fixed;
    top: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15);
    text-align: center;
}
.ir-header .ir-header-wrap{
    width: 1100px;
    margin: 0 auto;
    display: block;
}

.ir-header-logo{
    width: 180px;
    height: auto;
    font-size: 0;
    line-height: 0;
    float: left;
    margin-top: 9px;
}
.ir-header-logo img{
    width:100%;
}

.ir-header-contact{
    background-color: #2aa8ec;
    display:table;
    height:67px;
    float: right;
    width:160px;
}
.ir-header-contact a{
    display:table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.ir-header-contact a:hover{
    opacity: 0.5;
}

#ir-nav{
    position: absolute;
    margin-left: 210px;
}

#ir-nav > a{ /* sp用バーガー */
    display: none;
}

#ir-nav li{
    position: relative;
}
#ir-nav li a{
    color: #333;
    display: block;
}
#ir-nav li a:hover{
    background-color: rgba(93,122,176,.16);
}

#ir-nav span:after{
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #2f54a2;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -5px;
    top:-2px;
}

/* first level */

#ir-nav > ul{
    display: table;
    height: 67px;
    width:700px;
}
#ir-nav > ul > li{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
}
#ir-nav > ul > li > a{
    display:block;
    padding:0 15px;
    line-height: 67px;
}
#ir-nav > ul > li:hover > a,
#ir-nav > ul:not( :hover ) > li.active > a
{
    background-color: rgba(93,122,176,.16);
}
#ir-nav > ul > li > a > span{
    font-weight: 700;
}

/* second level */

#ir-nav li ul
{
    background-color: #2f54a2;
    display: none;
    position: absolute;
    top: 100%;
    width:200px;
    font-size: 14px;
    text-align: left;
}
#ir-nav li:hover ul
{
    display: block;
    left: 0;
    right: 0;
}
#ir-nav li ul a{
    padding: 10px; /* 15 (20) */
    color: #fff;
    border-bottom:1px solid #fff;
}
#ir-nav li ul li a:hover,
#ir-nav li ul:not( :hover ) li.active a
{
    background-color: #333;
}
#ir-nav > ul > li.pchidden{
    display: none;
}

@media only screen and ( max-width: 680px ) /* 640 */{
    .ir-header .ir-header-wrap{
        width:auto;
        }
    .ir-header-logo{
        margin-left: 15px;
        }
    .ir-header-contact{
        display: none;
        }
    #ir-nav{
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
        }
    #ir-nav > a{
        width:67px;
        height: 67px;
        text-align: left;
        background-color: #333;
        position: relative;
        }
    #ir-nav > a:before{
        position: absolute;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        height:10px;
        top: 25%;
        left: 25%;
        right: 25%;
        content: '';
        }
    #ir-nav > a:after{
        position: absolute;
        top: 60%;
        left: 25%;
        right: 25%;
        content: 'MENU';
        color: #fff;
        font-size: 11px;
        text-align: center;
        }
    #ir-nav:not( :target ) > a:first-of-type,
    #ir-nav:target > a:last-of-type{
        display: block;
        position: absolute;
        right:0;
        }

    /* first level */
    #ir-nav > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top:68px;
        width:100%;
        background-color:  #024FA5;
        opacity: 0;
    }
    #ir-nav:target > ul{
        display: block;
        z-index: 500;
        opacity: 1;
    }
    #ir-nav > ul > li{
        width: 100%;
        float: none;
        display: block;
        font-size: 14px;
        }
    #ir-nav > ul > li > a{
        height: auto;
        text-align: left;
        padding: 14px;
        color: #fff;
        line-height: 1em;
        z-index: 500;
        }
    #ir-nav > ul > li > a{
        border-right: none;
        border-bottom: 1px solid #fff;
        }
    #ir-nav span:after{
        border-top-color: #fff;
        }
    
    /* second level */
    #ir-nav li ul{
        position: static;
        width:100%;
        }
    #ir-nav li ul li a{
        padding:14px;
        font-size: 14px;
        }
    #ir-nav > ul > li.pchidden{
        display: inline-block;
    }
}
    
/* top */
.main_img{
	position:relative;
    }
.main_img p.button01 a{
	right:40px;
	bottom:30px;
	position: absolute;
	z-index:100;
    }
.news_title {
	border-bottom: #024FA5 5px solid;
	margin-bottom: 25px;
    }

#content .wrapper .news h3 {
	margin-top: 40px;
	border:none;
	color: #222;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 2px;
	display:inline-block;
}        

#content .wrapper .news ul{
	float:right;
	margin-top: 50px;
	padding-right: 45px;
}    
#content .wrapper .news li {
	display: inline-block;
	padding-left: 25px;
	margin-left: 40px;
	font-size: 14px;
	font-weight: normal;
}
#content .wrapper .news li.rss{
	background-image: url(../images/ico_rss.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#content .wrapper .news li.news{
	background-image: url(../images/ico_arrow_pink.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

.ir #content .ir_area01{
	margin-top:45px;
	min-width:880px;
	color:#fff;
}

.ir #content .ir_area01 .bg_message{
	width: 100%;
	background: #dfecf6;/*TOP社長背景*/
	}
.ir #content .ir_area01 .bg_message img{
	width: 100%;
	}
.ir #content .ir_area01 .bg_message a p{
	margin-top: -10.5em;
	margin-left: 2.0625em;
	line-height: 1.2em;
	z-index: 100;
	position: absolute;
	color:#fff;
}
.ir #content .ir_area01 .bg_message a:hover{
	opacity:1;
}

.ir #content .ir_area01 .bg_library{
	float: right;
	width: 50%;
	height:305px;
	}
.ir #content .ir_area01 .bg_library ul{
	margin-top: -10.5em;
    margin-left: 3.4375em;
    z-index: 100;
    position: absolute;
}
.ir #content .ir_area01 .bg_library li{
	display:inline-block;
	margin-right: 2em;
}
.ir #content .ir_area01 .bg_library li a{
	color:#fff;
}
.ir #content .ir_area01 .bg_library li:before{
	content: url(../images/ico_arrow_wh.png);
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.ir #content .ir_area01 .bg_library p.button01 a{
	display: block;
    margin: -6.5em 4.5em 0;
    width: 60%;
    background-image: url(../images/ico_dw.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: 92%;
    z-index: 100;
    position: absolute;
}
.ir #content .ir_area01 .bg_message .box_in{
    width: 440px;/*60%*/
    margin: auto;
}

.ir #content .ir_area01 .bg_library .box_in{
    float:left;
    width: 440px;/*60%*/
    margin: 0 0 65px 0;
    position:relative;
}

.ir .ir_thumb{
	text-align:center;
}
.ir_box {
    padding: 18px 0 38px;
    /*float: left;*/
    position: relative;
    display: inline-block;
}
.ir_box:hover {
    opacity: 0.8;
}
.ir_box a{
    display: block;
    width:100%;
    height: 295px;
    position: relative;
}
.ir.top .ir_area02 {
	margin-top: 65px;
	margin-bottom: 65px;
	margin-left: auto;
	margin-right: auto;
}
.ir.top .ir_area02 .ir_box:nth-child(1),
.ir.top .ir_area02 .ir_box:nth-child(1) .ir_box_link{
	background:#DAE0ED;
}
.ir.top .ir_area02 .ir_box:nth-child(2),
.ir.top .ir_area02 .ir_box:nth-child(2) .ir_box_link{
	background:#E5EAF3;
}
.ir.top .ir_area02 .ir_box:nth-child(3),
.ir.top .ir_area02 .ir_box:nth-child(3) .ir_box_link{
	background:#F1F3F8;
}
.ir.top .ir_area02 .ir_box:nth-child(4),
.ir.top .ir_area02 .ir_box:nth-child(4) .ir_box_link{
	background:#F9FAFD;
}

.ir .ir_box.click_area h3 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
    color: #2E53A1;
}

.ir .ir_box.click_area p {
	color: #222;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 18px;
}
.ir_box_link {
    width: 60px;
    text-align: center;
    margin: 0 auto;
}
.ir_box_link img {
    width: 40px;
}
.ir_box_link_area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 16px;
    background: url(https://www.msandc.co.jp/mscwp/wp-content/themes/msc/images/border_gray_01.png) repeat-x left 18px;
}



/* 事業内容 */

.ir.business #content .table_wrap tr th,
.ir.business #content .table_wrap tr td:first-child{
	text-align: center;
}
.ir.business #content .table_wrap tr th,
.ir.business #content .table_wrap tr td{
	vertical-align: middle;
}
.ir.business #content .table_wrap tr td.arrow {
	border-left:0px none !important;
	border-right:0px none !important;
}
.ir.business #content .table_wrap tr td.arrow.last {
	border-bottom:0px none !important;
}
.ir.business #content .table_wrap tr td ul{
	margin-bottom:0;
}
.ir.business span.blue{
	color:#2F54A2;
	text-decoration:underline;
}

.ir.business ol.note {
  counter-reset: number;
  list-style: none !important;
  padding-left: 21px;
  margin:1em auto;
}
.ir.business ol.note li{
	text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 90%;
    margin-bottom: 2px;
	
}
@-moz-document url-prefix() {
	.ir.business ol.note li{
		text-indent: -1.3em;
	}
}
@media all and (-ms-high-contrast: none){
.ir.business ol.note li{
	text-indent: -1.4em;
    }
}
.ir.business ol.note li:before {
  counter-increment: number;
  content: "注"counter(number)" ";
  display:inline-block;
  margin-right:1em;
}

.ir.business .vision_note{
	padding-left:3em;
	text-indent:-3em;
}

@media screen and (min-width: 681px){
	body.ir #content{
		width:960px;
		min-width:960px;
	}
	.ir_page_list_area{
	width: 960px;
	margin: 80px auto 0;
}
	.ir .ir.top .ir_area02 {
		width: 960px;
		margin: 0 auto;
	}
	.ir .ir_box {
		width: 32.9%;
		min-height: 350px;
	}
}

.ir .midashi_bgBlue{
    background-color: #0053a5;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px;
}
.ir .business_monitorTxt{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ir .business_monitorTxt span{
    font-size: 20px;
    color:#0053a5;
    font-weight: bold!important;
}
.ir .business_table{
    padding: 0;
}
.ir .business_tablecell{
    text-align: center;
}
.ir .business_tablecell img{
    max-width: 90%;
    margin: 0 auto;
}

.ir .star_point{
    display: block;
    border: 3px solid #0053a5;
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 15px;
}
.ir .star_point h6{
	display: table;
    margin: 0 0 15px 0;
    table-layout: fixed;
    width: 100%;
}
.ir .star_point h6 div.star_pointNo,.ir .star_point h6 div.star_pointTtl{
	display:table-cell;
	vertical-align: middle;
	font-size:17px;
    font-weight: bold;
}
.ir .star_point h6 div.star_pointTtl{
	padding-left:10px;
	line-height: 1.5em;
}
.ir .star_point h6 div.star_pointNo{
    width:70px;
}
.ir .star_point h6 div.star_pointNo div{
    width:60px;
    height:60px;
    border-radius: 30px;
    background-color:#0053a5;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    overflow:hidden;
    font-weight: bold;
}
.ir .star_point h6 div.star_pointNo div p{
	font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    margin-top: -10px;
}
.ir .star_point .star_pointCenter{
    text-align: center;
}
.ir .star_point img{
    margin: 0 auto;
}
.ir .star_point .star_pointCenter figcaption{
    font-weight: bold;
    margin-bottom: 10px;
}

.ir .star_point2{
    display: block;
    width:100%;
    background-color: #0053a5;
    color: #fff;
    line-height: 60px;
    font-size:16px;
    font-weight: bold;
}
.ir .triangle_down{
    width:20px;
    height: 20px;
    border-top: 40px solid #768ab8;
    border-right: 40px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 40px solid transparent;
    margin: 10px auto;
}
	
@media screen and (min-width: 681px){
    .ir .midashi_bgBlue{
        line-height: 30px;
    }
    .ir .business_table{
        display: table;
        table-layout: fixed;
        width: 100%;
        height:300px;
        border-left: 0;
    }
    .ir .business_table div.business_tablecell{
        display: table-cell;
        vertical-align: top;
        padding: 10px;
    }
    .ir .star_pointWrap{
        display: table;
        table-layout: fixed;
        border-spacing: 10px
    }
    .ir .star_pointWrap .star_point{
        display: table-cell;
        width: 33%;
        vertical-align: top;
    }
    .ir .star_point h6{
        border-spacing:0;
    }

}


/*faq*/

.faq_area{
	padding:5px 0px;
	border-bottom:solid 1px #4D86C3;
}
#content .post_content .faq_area p{
	margin:10px 0px;
}
.faq_area .faq_ico_q{
	background:url(../images/ico_faq_q.png) no-repeat left center;
	vertical-align:middle;
	line-height:1.4;
	display:block;
	padding:15px 0px 15px 55px;
}
.faq_area .faq_ico_a{
	background:url(../images/ico_faq_a.png) no-repeat left center;
	vertical-align:middle;
	line-height:1.4;
	display:block;
	padding:15px 0px 15px 55px;
}



/* 事業内容 */

.ir.business .table_wrap,
.ir.stock_info .table_wrap {
    overflow-y: hidden;
}

@media screen and (max-width: 320px) {
	.ir #content .main_img p.button01 a{
		padding: 5px;
		font-size: 75%;
	}
	.ir #content .ir_area01 .bg_library p.button01 a{
        margin: -14% 10% 0;;
		padding: 10px 35px;
	}
	#content .wrapper .news li {
   	padding-left: 24px;
    margin-left: 10px;
	}
}


/* 個人投資家の皆様へ */
.ir.individual{
	line-height: 1.5em;
}
.ir.individual .individual_main{
	display: block;
	padding:40px 4%;
	background-color: #fdfbeb;
	margin: 20px auto;
	font-size: 105%;
}

.ir.individual .ic_eye{
	width:50px;
	margin: 0 auto;
}
.ir.individual .title{
	width:80%;
	margin:20px auto 40px auto;
	vertical-align: baseline;
	border-bottom:0px none;
	padding:0px;
}
.ir.individual .individual-nav{
	width: 230px;
	margin: 0 auto;
	overflow: auto;
	padding:0px;
}
.ir.individual .individual-nav li{
	height: 80px;
	display: block;
	margin-bottom:20px;
}

.ir.individual .individual-nav li svg{
	width:80px;
	height:80px;
	display:block;
	float: left;
}
.ir.individual .cls-1{fill:#0053a5;}
.ir.individual .cls-3{fill:#0053a5;}
.ir.individual .cls-2{fill:#00437c;}
.ir.individual .cls-3{stroke:#fff;stroke-miterlimit:10;stroke-width:3.5px;}
.ir.individual .cls-4{fill:#fff;}
.ir.individual .cls-5,
.ir.individual .cls-6{stroke:#fff;stroke-linecap:round;}
.ir.individual .cls-5{
	stroke-width:3.7px;
	fill:none;
	stroke-linejoin:bevel;
}
.ir.individual .cls-6{
	fill:#0053a5;
	stroke-miterlimit:10;
	stroke-width:3.68px;
}
.ir.individual a:hover .cls-1{fill:#00437c;}
.ir.individual a:hover .cls-3{fill:#00437c;}
.ir.individual a:hover .cls-6{fill:#00437c;}

.ir.individual .individual-nav li p{
	display:block;
	float: left;
	margin-left: 20px;
	margin-bottom:0px;
	line-height:80px;
	font-size:16px;
	color: #0053a5;
	font-weight: bold;
}
.ir.individual .individual-nav li a:hover p{
	color: #00437c;
	text-decoration: underline;
}

.ir.individual .section_title{
	display: table;
	margin: 0px 0 20px 0;
}
.ir.individual .section_title_ic,.section_title_txt{
	display: table-cell;
	vertical-align: middle;
}
.ir.individual .section_title_ic{
	width:80px;
}
.ir.individual .section_title_ic img{
	width: 80px;
	height: 80px;
}
.ir.individual .balloon1-left {
 	position: relative;
	display: inline-block;
 	margin: 20px 0 20px 15px;
	padding: 7px 14px;
	min-width: 120px;
 	max-width: 100%;
 	color: #00437c;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	background: #fff;
	border: 3px solid #00437c;
	border-bottom: 6px solid #00437c;
	border-right: 5px solid #00437c;
}

.ir.individual .balloon1-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #00437c;
}

.ir.individual .balloon1-left p {
	margin: 0;
	padding: 0;
}
.ir.individual .service_strong{
	font-weight: bold;
	color: #00437c;
}
.ir.individual a:hover.service_strong{
	text-decoration: underline;
}
.ir.individual .wrap_white{
	display: block;
	background-color: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	padding: 20px;
	margin:20px auto;
	text-align:center;
}
.ir.individual .midashi{
	font-size: 16px;
	color: #00437c;
	font-weight:bold;
	margin-bottom: 20px;
	text-align: center;
	line-height:1.5;
}
.ir.individual .midashi span{
	font-size: 12px;
	font-weight: normal;
}
.ir.individual .midashi_2{
	font-size: 14px;
	color: #00437c;
	font-weight:bold;
	margin: 20px 0 10px 0;
	text-align: center;
}
.ir.individual .msr_img img{
	width:90%;
}
.ir.individual .list_disc,
.ir.individual .list_decimal {
	padding-left:0px;
}
.ir.individual .list_disc li,
.ir.individual .list_decimal li{
	text-align: left;
	margin:10px 0 0 1.5em;
}
.ir.individual .list_disc li{
	list-style: disc;
}
.ir.individual .list_decimal li{
	list-style: decimal;
}
.ir.individual .service_logo{
	margin: 0 auto;
}
.ir.individual .service_logo img{
	height: 60px;
	width:auto;
	max-width:100%;
	margin: 0 auto;
}
.ir.individual .herb_cycle dt{
	display: block;
	background-color: #0053a5;
	padding:2px 5px;
	color: #fff;
	border:1px solid #0053a5;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.ir.individual .herb_cycle dd.cycle_txt{
	display: block;
	padding:5px 10px;
	text-align: left;
	border:1px solid #0053a5;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.ir.individual .herb_cycle dd.cycle_arrow{
	display: block;
	height:50px;
}
.ir.individual .ic_arrow {
	display:inline-block;
	height:10px;
	width:40px;
	background-color:#0053a5;
	position:relative;
	top:0px;
}
.ir.individual .ic_arrow:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:30px solid transparent;
	border-top:30px solid #0053a5;
	top:10px;
	left:-10px;
}

.ir.individual .btn_url{
	width: 80%;
	margin: 10px auto 0 auto;
}
.ir.individual .btn_url a{
	display: block;
	height: 40px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #0053a5;
	line-height: 40px;
}
.ir.individual .btn_url a:hover{
	background-color: #00437c;
}
.ir.individual .chart_box{
	display: block;
	padding-top:20px;
}
.ir.individual .table_wrap {
	overflow:visible;
}
.ir.individual table.strong_table{
	width:100%;
	text-align:center;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 13px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:20px 0;
	border-collapse: collapse;
}

.ir.individual .strong_table th{
	background-color: #e3f1ff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:3px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.ir.individual .strong_table td{
	padding:3px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:33%;
	min-height: 50px;
}
.ir.individual td.strong_table_left{
	background-color: #0053a5;
	color: #fff;
}
.ir.individual td.back_maru{
	background-image: url(../images/individual/bck_maru.svg);
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width: 681px){
	.ir.individual .individual_main{
		width:720px;
		padding:40px 40px;
	}
	.ir.individual .ic_eye{
		width:80px;
	}	
	.ir.individual .title{
		width:500px;
		margin:20px auto 40px auto;
		vertical-align: baseline;
	}
	
	.ir.individual .individual-nav{
		width: auto;
		display: table;
		table-layout: fixed;
	}
	.ir.individual .individual-nav li{
		height: 120px;
		display: table-cell;
		margin-bottom:20px;
	}
	.ir.individual .individual-nav li img{
		width:120px;
		height:120px;
		float:none;
		margin: 0 15px 10px 15px;
	}
	.ir.individual .individual-nav li svg{
		width:120px;
		height:120px;
		float:none;
		margin: 0 15px 10px 15px;
	}
	.ir.individual .individual-nav li p{
		float: none;
		margin-left: 0;
		line-height:1.5em;
		text-align: center;
	}
	
	.ir.individual .section_title{
		margin: 20px auto 20px auto;
	}
	.ir.individual .section_title_ic{
		width:100px;
	}
	.ir.individual .section_title_ic img{
		width: 100px;
		height: 100px;
	}
	.ir.individual .balloon1-left {
		padding: 12px 24px;
		font-size: 20px;
	}
	.ir.individual .individual_txt{
		padding:0 40px;
		margin-bottom:0px;
	}
	.ir.individual .wrap_white{
		padding: 30px 40px 40px 40px;
	}
	.ir.individual .spc_img img{
		width:550px;
	}
	.ir.individual .msr_img img{
		width:400px;
	}
	.ir.individual .midashi{
		font-size: 20px;
	}
	.ir.individual .midashi_2{
		font-size: 16px;
	}
	.ir.individual .herb_cycle{
		display: block;
		line-height: 1.5em;
		width:80%;
		margin: 0 auto;
	}
	.ir.individual .btn_url{
		width: 50%;
		margin: 20px auto 0 auto;
	}
	.ir.individual .chart_box{
		width:80%;
		margin: 0 auto;
	}
	
	.ir.individual table.strong_table{
		margin:20px auto;
		line-height: 1.5em;
	}
	.ir.individual .strong_table td{
		padding:10px;
		height: 60px;
	}

}
@media screen and (max-width: 361px){
	.sp_hide {
		display:none !important;
	}
}

/*** 株式情報 ***/

	.stock_info-img{
		width: 100%;
		margin: auto;
	}
	@media screen and (min-width: 681px){
		.stock_info-img{
		max-width: 500px;
	}

	}
	.pie-chart {
		display: inline-block;
		justify-content: center;
		align-items: center;
	}
	@media screen and (min-width: 681px){
		.pie-chart {
		display: flex;
	}
	}
	.pie-chart > div {
		width: 200px;
		height: 200px;
		margin: 0;
		border-radius: 50%;
		/*所有者別株式数分布のグラフ用*/
		/*0からパーセントをプラスしながら記述します*/
		background-image: conic-gradient(
			#00215d 0,
			#00215d 1%,
			#00468b 1%,
			#00468b 5%,
			#0071bc 5%,
			#0071bc 46%,
			#ff5050 46%,
			#ff5050 47%,
			#ff8f86 47%,
			#ff8f86 88%,
			#e7e7ea 88%,
			#e7e7ea 100%
			
		);
	}

	.pie-chart li {
		display: flex;
		list-style-type: none;
		align-items: center;
		font-size: .8em;
	}

	.pie-chart li::before {
		display: inline-block;
		width: 1.2em;
		height: .8em;
		margin-right: 5px;
		content: '';
	}

	.pie-chart li:nth-child(1)::before {
		background-color: #00215d;
		
	}

	.pie-chart li:nth-child(2)::before {
		background-color: #00468b;
	}

	.pie-chart li:nth-child(3)::before {
		background-color: #0071bc;
	}
	
	.pie-chart li:nth-child(4)::before {
		background-color: #ff5050;
	}
	
	.pie-chart li:nth-child(5)::before {
		background-color: #ff8f86;
	}
	
	.pie-chart li:nth-child(6)::before {
		background-color: #e7e7ea;
	}

	.pie-chart span {
		margin-right: 10px;
		font-weight: 600;
	}


/** お問い合わせフォーム **/

.ir.individual .form_main{
	display: block;
	padding:40px 0;
	margin: 20px auto;
}
.ir.individual form#mailformpro .irform_agree{
	text-align: center;
	font-size: 14px;
}

@media screen and (min-width: 681px){
	.ir.individual .form_main{
		width:720px;
		padding:40px 0;
	}
}

/*** mailformpro.css の上書きと追加 ***/
.must {
	text-shadow:none;
	box-shadow: none;
	background-image:none;
	font-weight: bold;
	padding: 0 5px;
	border: 0;
}
.nomust{
	display: block;
	background-color: #00A2EB;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
	box-shadow: none;
}
input, textarea, select, button {
	font-size: 12px;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
	background: #FF5E76;
    text-shadow: none;
	border: 0;
	color: #fff;
	font-weight: bold;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background:  #FF5E76;
	box-shadow: none;
	opacity: 0.6;
}
div.mfp_buttons{
	padding:20px 0;
}
@media screen and (max-width: 800px){
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px 10px 15px;
	}
}

/*** style.cssの上書き ***/
.ir.individual  #content .inline_frame_area .title_area{
	margin-top:10px;
}
.ir.individual .post_area{
	margin-bottom: 20px;
	border: solid 1px #cbd1d0;
}
.ir.individual form#mailformpro .post_content ul{
	padding-left: 1em;
	text-align: left;
}
.ir.individual form#mailformpro .post_content ul li{
	margin-bottom: 1em;
}
.ir.individual .form15{
	padding:0 15px;
}
@media screen and (max-width: 680px){
	.ir .footer_contact_box_area {
		margin: 30px auto 65px auto;
	}
}
@media screen and (min-width: 681px){
	.ir.individual #content .inline_frame_area .title_area{
		margin-top:20px;
	}
	.ir.individual .inline_frame_area .post_area .post_content{
		height:150px;
	}
	.ir .footer_contact_box_area .footer_contact_box_area {
		text-align: center;
	}
	.ir .footer_contact_box_area .footer_contact_box {
		float: none;
	}
	.ir .footer_contact_box_area .footer_contact_box_02 {
    	margin: 0 auto;
	}
}