@charset "UTF-8";


html, body{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	min-width: 1110px;
}
html{
	min-width: 1110px;
}
body {
	padding: 0;
	margin: 0;
	/*min-width:1080px;*/
    /*font-family: 'Noto Sans Japanese';*/
}
	p, b, a, th, td, h1, h2, h3, h4, li, .footer_title, .catch, .bigcatch, label {
		font-size: 18px;
		line-height: 150%;
	}

.pcnone {
	display: none !important;
}



.main_content {
    background-color: #f0f0f0;
    width: 1020px;
    padding: 30px;
    margin: 0px auto;
    font-size: 0;
}

.main_content > .clearfix {
    margin-top: 30px;
}

.sidebar {
    width: 300px;
}
.sidebar + .right {
    width: 690px;
}
.catch {
    background-image: url(../images/top/catch_icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 60px;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
}
h1 {
    font-size: 36px;
    margin: 0px 0px 30px 0px;
}
.profile {
    border: 1px solid #e60012;
    background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
    padding: 20px;
    word-break: break-all;
    margin-bottom: 10px;
    position: relative;
}
.profile:after {
    z-index: 99999;
    width: 20px;
    height: 20px;
    right: -1px;
    bottom: -1px;
    
    position: absolute;
    display: block;
    content: "";
    background-image: url(../images/top/triangle02.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.profile .right {
    width: 160px;
}
.profile p {
    margin: 0;
}
.profile p:first-child {
    font-size: 14px;
}
.profile p:nth-child(2) {
    font-size: 25px;
    font-weight: bold;
}
.profile p:nth-child(2) span {
    font-size: 14px;
}
.profile p:nth-child(3) {
    font-size: 16px;
}

.profile .clearfix .right p:nth-child(3) {
    line-height: 16px;
}

.profile > .clearfix + p {
    background-color: #e60012;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 10px;
    background-image: url(../images/top/triangle01.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 20px 0px;
}

.profile + .lh1fs0 p {
    margin: 10px 0px;
    font-size: 15px;
    text-align: center;
}
.profile + .lh1fs0 {
}