@charset "utf-8";

.cmn-only-sp{
	display:none;
}
/* フォントウェイトの変更 */
body {
  font-weight: 500 !important;
}

/* フォントサイズの変更ここから */
main {
    font-size: 1.6rem !important
}
#blogcontents p, #blogcontents li {
    font-size: 1.6rem !important;
}
.cmn-list-arw p.ttl {
    font-size: 1.6rem !important;
}
.outline_list ol li, .outline_list ol li a {
    font-size: 1.4rem !important;
}
.cmn-txt-img, .cmn-step li, .ttl {
    font-size: 1.6rem !important;
}
.cmn-list-arw > li:before{
    top: 4.5px !important;
    font-size: 1.2rem !important;
}
.box_ico {
    width: 80px !important;
}
/* フォントサイズの変更ここまで */

/* header */
header{
	display: block;
	height :86px;
	background: rgba(0, 0, 0, 0.5);
}
#header, #blogHeader {
    background: rgba(0, 0, 0, 0.5);
}
#header #header_body {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
#blogHeader{
	z-index:10000;
}
header .header_row {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	padding: 0  20px !important;
}
header .cmn-header-container{
	position: relative;
	width: 100%;
}
header .cmn-header-container > a{
	display: inline-block;
	width: 256px;
	height: 42px;
	margin: 25px 0 0;
	background: url(/image/logo_header_01.png) no-repeat 0 0 scroll;
	text-indent: -7777px;
}

header nav ul{
	position: absolute;
	top: 42px;
	right:0;
	letter-spacing: -.40em;
}
header nav ul.sub-menu{
	top: 18px;
}
header nav ul li{
	display: inline-block;
	margin: 0 20px 0 0;
	letter-spacing: normal;
}
header nav ul.sub-menu li{
	margin: 0;
}
header nav a,
header nav a:hover{
	color: #fff;
	text-decoration: none;
}
header nav a:hover{
	opacity: 0.7;
    transition: all 0.3s ease;
}
header nav ul li a{
	padding: 5px 5px 1px 5px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	text-decoration: none;
}
header nav ul.sub-menu a{
	padding: 0 15px;
	border: none;
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	font-size: 1.3rem;
	transition: none;
}
header nav ul.sub-menu li:first-child a{
	border: none;
}
header nav ul.sub-menu li a:before{
	display: inline-block;
	margin-right: 6px;
	text-rendering: auto;
	font: normal normal normal 1.4rem/1 FontAwesome;
    font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	transform: translate(0, 0);
}
header nav ul.sub-menu li:first-child a:before{
	content: "\f007";
}
header nav ul.sub-menu li:nth-child(2) a:before{
	content: "\f15c";
}
header nav ul.sub-menu li:last-child a:before{
	content: "\f0e0";
}
.blogHeader{
	position: fixed;
	z-index: 2;
	width: 100%;
	padding: 0 !important;
	border: none !important;
}
.blogHeader_body{
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
	padding-left: 15px !important;
}
.blogHeader_nav{
	float: none!important;
	margin: 0 !important;
}

/* footer */
footer{
	display: block;
    width: 100%;
    background: #4c494a;
	border: none;
}
footer > div{
    width: 100%;
    max-width: 1280px;
}
footer div.cmn-footer-container{
	display: table;
    width: 100%;
	padding: 50px 0;
}
footer dl{
	display: table-cell;
	width: 40%;
	padding: 0 1%;
	vertical-align: top;
}
footer dl dt{
}
footer dl dt a{
	display: block;
	width: 235px;
	height: 92px;
	background: url('/image/logo_footer_01.png') no-repeat 0 0 scroll;
	text-indent: -7777px;
}
footer dl dd{
	padding: 50px 0 0;
	color:#fff;
	font-size: 1.3rem;
}
footer dl dd a{
	color:#fff;
}
footer dl dd p{
	padding-bottom: 10px;
}
footer ul{
	display: table-cell;
	width: 20%;
	vertical-align: top;
}
footer ul li{
	display: block;
	margin:0 0 10px;
}
footer ul li a{
	color: #fff !important;
	
}
footer ul li a:before{
	display: inline-block;
	padding-right: 6px;
	text-rendering: auto;
	font: normal normal normal 1.4rem/1 FontAwesome;
    font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f105";
}
div.copyright{
	padding: 10px 0;
	background: #a72956;
	border: none;
	color: #fff;
	font-size: 1.2rem;
}
.cmn-btn-pagetop{
    position: fixed;
    z-index: 20;
	display: none;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.7);
    transition: all 0.3s ease;
	text-align: center;
    color: #fff;
}
.cmn-btn-pagetop:hover{
    color: #fff;
}
.cmn-btn-pagetop span{
	line-height: 50px;
	font-size: 1.5rem;
}
/* pankuzu */
.main-nav {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    min-width: 1000px;
    padding: 10px 20px 13px;
    color: #000;
}
.main-nav li:after {
    content: ">";
    margin: 0 10px;
}
.main-nav li li:before {
    content: ">";
    margin: 0 10px;
}
.main-nav li:last-child:after {
    content: "";
}
.main-nav ul{
	display: inline-block;
}
.main-nav a {
    color: #000;
}
/* section */
section.cmn-sec-container{
	position: relative;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
}
/* wrapper div */
div.cmn-div-container{
	position: relative;
	width: 100%;
	/*max-width: 1280px; */ /* ←トップページの左右paddingがおかしいため変更20180927 */
	margin: 0 auto;
	
	/*padding-left: 20px;*/ /* ←トップページの左右paddingがおかしいため変更20180927 */
	/*padding-right: 20px;*/ /* ←トップページの左右paddingがおかしいため変更20180927 */
}
div.cmn-div-container.for-blog{
	
}
main.cont {
    margin: 0;
    padding: 0 !important;
}

/*  h1-h6 */
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,Noto Sans Japanese,Helvetica Neue,Hiragino Kaku Gothic ProN,'游ゴシック','メイリオ',meiryo,sans-serif !important;
}
.lp h2,
.form-container-box h2,
.cmn-div-container h2,
.cmn-sec-container h2{
	position: relative;
	clear: both;
	display: block;
	top: 2px;
	margin-bottom: 0 !important;
	padding: 6rem 0 60px !important; /*  ←padding-topを0から6remに変更20180927 */
	border: none !important;
	color: #282828;
	letter-spacing: .5rem;
	text-align: center;
	font-size: 3.1rem !important;
	font-weight: bold !important;
}

.form-container-box h2{
	margin: 10px 0 40px !important;
	padding: 0 !important;
	font-size: 2.0rem !important;
}
.cmn-div-container h2:after,
.cmn-sec-container h2:after{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 70px;
	height: 6px;
	margin-left: -35px;
	border: 1px solid #a72956;
	border-left: none;
	border-right: none;
	content: "";
}
.form-container-box h2:after{
    bottom: -20px;
    width: 50px;
    height: 6px;
    margin-left: -25px;
    border-color: #393d56;
}
.cmn-div-container h3,
.cmn-sec-container h3{
	position: relative;
	clear: both;
	margin: 6rem 0 25px !important;/*  ←margin-topを0から6remに変更20180927 */
	padding: 0 0 14px 40px !important;
	border-bottom: 2px #dfdfdf solid !important;
	color: #282828;
	letter-spacing: .4rem;
	font-size: 2.6rem !important;
	font-weight: bold !important;
	
}
.cmn-div-container h3:before,
.cmn-sec-container h3:before{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 20px;
	width: 25px;
	height: 3px;
	margin: 0 10px 0 0;
	background: #a72956;
	vertical-align: 8px;
	content: "";
}
.cmn-sec-container h3 time{
	display: inline-block;
	padding-right: 20px;
 }
.cmn-sec-container h4{
	clear: both;
	position: relative;
	margin: 2rem 0 20px !important;/*  ←margin-topを0から4remに変更20180927 */
	padding: 0 0 10px 25px !important;
	border-bottom: 1px #a72956 solid !important;
	color: #282828;
	letter-spacing: .4rem;
	font-size: 2.2rem !important;
	font-weight: bold !important;
}
.cmn-sec-container h4:before{
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 0;
	width: 19px;
	height: 19px;
	margin: 0 5px 0 0;
	background: url("/image/ttl_h4_01.png") center center no-repeat;
	background-size: contain;
	vertical-align: -2px;
	content: "";
}
.cmn-sec-container h5{
	clear: both;
	margin: 0 0 15px;
	padding: 15px 0;
	background: #f5f5f5;
	color: #282828;
	font-size: 1.6rem;
	font-weight: bold;
}
.cmn-sec-container h5:before{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 16px;
	height: 16px;
	/*background: url("/image/ttl_h5_01.png") center center no-repeat;*/
	background-size: contain;
	vertical-align: -2px;
	content: "";
}
 /* other title */
div.cmn-ttl-with-number{
	clear: both;
	margin: 0 0 30px;
	padding: 0 0 11px;
	border-bottom: 1px #a72956 solid;
	color: #282828;
	font-size: 2.2rem;
	font-weight: bold;
}
div.cmn-ttl-with-number span{
	display: inline-block;
	margin: 0 5px 0 0;
	color: #a72956;
}


div.cmn-sub-ttl-border{
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px 10px 0;
	border-bottom: 1px #dfdfdf solid;
	color: #282828;
	letter-spacing: .2rem;
	font-size: 1.8rem;
	font-weight: bold;
}

div.cmn-sub-ttl-border:before{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 15px 0 0;
	background: url(/image/ttl_subttl_01.png) center center no-repeat;
    background-size: auto auto;
	vertical-align: 0;
	content: "";
}
/* font-layout */
.cmn-txt-right{
	text-align: right;
}
.cmn-txt-small{
	font-size: 0.9em;
}
.cmn-txt-large{
	font-size: 1.2em;
}
.cmn-txt-em{
	color: #a72956;
	line-height: 1.7;
	font-weight: bold;
}
/* cmn-mv */
.cmn-mv{
	min-width: 1000px;
	padding: 230px 0 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	
}
.blogMainVisual{
	position: static !important;
	height: auto !important
}
.blogMainVisual_wrap{
	position: static !important;
	opacity: 1 !important;
	background: none !important;
}
.cmn-mv.mv-type-product{
	background-image: url("/image/mainimg_product_01.jpg");
}
.cmn-mv.mv-type-solution{
	background-image: url("/image/mainimg_service_01.jpg");
}
.cmn-mv.mv-type-recruite{
	background-image: url("/image/mainimg_mv_recruit_01.jpg");
}
.cmn-mv.mv-type-case{
	background-image: url("/image/mainimg_case_01.jpg");
	background-position: center top;
}
.cmn-mv.mv-type-seminar{
	background-image: url("/image/mainimg_seminar_01.jpg");
}
.cmn-mv.mv-type-blog,
.cmn-mv.mv-type-news{
	background-image: url("/image/mainimg_news_01.jpg");
	background-position: center bottom 0;
}
.cmn-mv.mv-type-corporate{
	background-image: url("/image/mainimg_corporate_01.jpg");
}
.cmn-mv.mv-type-document{
	background-image: url("/image/mainimg_document_01.jpg");
}
.cmn-mv.mv-type-contact{
	background-image: url("/image/mainimg_contact_01.jpg");
}
.cmn-mv > div{
    position: relative;
    width: 100%;
	max-width: 1280px;
    margin: 0 auto;
}
.cmn-mv h1{
	color: #fff;
	letter-spacing: .4rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}
.cmn-mv h1 span{
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}


.com-div-block-2col-header{
	padding: 50px 0;
	max-width: 1280px;
}

.cmn-sec-container > p{
	margin: 0 0 25px;
}
.cmn-sec-container p.cmn-summary{
	margin: 0 0 60px;
	padding: 0;
	color: #282828;
	line-height: 1.5;
	font-size: 1.5rem;
}
.cmn-div-container > figure,
.cmn-sec-container > figure{
	width: 100%;
	text-align: center;

}
.cmn-div-container > figure figcaption,
.cmn-sec-container > figure figcaption{
	padding-bottom: 30px;
}
.cmn-sec-container > figure{
	margin-bottom: 30px;
}
.cmn-sec-container > figure.extra-margin{
	margin-bottom: 70px;
}
.cmn-div-container > figure{
	padding-top: 30px;
}

/*  cmn-num-block */
.cmn-num-block{
	margin: 0 0 50px;
}

.cmn-num-block p{
	margin: 0 0 25px !important;
}
.cmn-num-block > figure{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

/*  cmn-txt-img */
.cmn-txt-img{
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.cmn-txt-img figure{
	display: inline-block;
	vertical-align: top;
}
.cmn-txt-img.img-pos-l > figure{
	float :left;
	padding: 0 25px 25px 0;
}
.cmn-txt-img.img-pos-r > figure{
	float :right;
	padding: 0 0 25px 25px;
}
.cmn-txt-img.img-pos-r > figure figcaption{
	text-align: right;
}
.cmn-txt-img > ul,
.cmn-txt-img > p{
	margin: 0 0 25px;
	vertical-align: top;
}
.cmn-txt-img > ul{
	float :left;
}


/* cmn-result-arrow */
.cmn-trouble ul{
	padding: 22px 60px 16px;
	background: #f5f5f5;

}
.cmn-trouble p{
	position: relative;
	margin: 0 0 85px;
	padding: 55px 0 0;
	color: #a72956;
	letter-spacing: .2rem;
	line-height: 1.5;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.cmn-trouble p:before{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 33px;
	height: 33px;
	margin-left: -16px;
	background: url("/image/ico_arrow_01.png") no-repeat center center scroll;
	content: "";
}

/*  anchor */
a.cmn-btn-arw{
	position: relative;
	display: block;
	width: 450px;
	height: 70px;
	margin: 70px auto;
	padding: 0;
	border: 1px #a72956 solid;
	color: #a72956;
	line-height: 70px;
	letter-spacing: .3rem;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
}
a.cmn-btn-arw2{
	position: relative;
	display: block;
	width: 450px;
	height: auto;
	margin: 0 auto 50px;
	padding: 20px 0;
	border: 1px #a72956 solid;
	color: #a72956;
	line-height: 1.6;
	letter-spacing: .3rem;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
}
a.cmn-btn-arw2:after,
a.cmn-btn-arw:after{
	position: absolute;
	display: block;
	top: 50%;
	right: -40px;
	width: 80px;
	height: 13px;
	margin-top: -11px;
	background: url(/image/ico_arrow_02.png) no-repeat 0 0 scroll;
	content:"";
}
a.cmn-btn-arw2 .txt-small{
	font-size: 1.2rem;
}
a.cmn-btn-arw3{
	display: block;
	width: 165px;
	height: 40px;
	margin: 20px auto;
	background: url(/image/ico_arrow_03.png) no-repeat center 25px scroll;
	color: #241916;
	text-align: center;
	font-size: 1.8rem;
}
a.cmn-btn-arw4{
	position: relative;
	display: block;
	width: 192px;
	margin: 20px auto;
	padding: 15px 0;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
a.cmn-btn-arw4:after{
	position: absolute;
	display: block;
	top: 50%;
	right: -40px;
	width: 55px;
	height: 11px;
	margin-top: -11px;
	background: url(/image/ico_arrow_04.png) no-repeat 0 0 scroll;
	content:"";
}
a.cmn-btn-arw2:hover,
a.cmn-btn-arw:hover{
	opacity: 0.7;
	background: #a72956;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

a.cmn-btn-arw3:hover{
	opacity: 0.7;
	color: #241916;
	text-decoration: none;
	transition: all 0.3s ease;
}
.cmn-btn-back{
	display: block;
	width: 215px;
	height: 30px;
	margin: 80px auto 0;
	background: url(/image/ico_arrow_05.png) no-repeat 0 0 scroll;
	color: #a72956;
	line-height: 17px;
	letter-spacing: .2em;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

.cmn-btn-back:hover{
	opacity: 0.7;
	color: #a72956;
	text-decoration: none;
	transition: all 0.3s ease;
}
.cmn-btn-bg-01,
.cmn-btn-bg-02{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px;
	padding: 20px 0;
	color: #fff;
	letter-spacing: .2em;
	text-align: center;
	font-size: 2.0rem;
}
.cmn-btn-bg-01{
	background: #a72956;
}
.cmn-btn-bg-02{
	background: #525e98;
}
.cmn-btn-bg-01:hover,
.cmn-btn-bg-02:hover{
	opacity: 0.7;
	text-decoration: none;
	transition: all 0.3s ease;
}
.cmn-btn-single,
.cmn-btn-single-arw,
.btn-link{
	background: #a72956;
	color: #fff !important;
	text-align: center !important;
	font-size: 1.4rem !important;
	font-weight: bold !important;
}

.cmn-btn-single{
	display: block;
	width: 280px;
	margin: 40px auto;
	padding: 10px 10px;
}
.cmn-btn-single-arw{
	position: relative;
	display: inline-block;
	margin: 5px 0 0;
	padding: 8px 40px;
}
.cmn-btn-single-arw:after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	margin: -5px 0 0 0;
	width: 7px;
	height: 10px;
	background: url("/image/ico_arrow_06.png") center center no-repeat;
	background-size: contain;
	content: "";
}
.cmn-btn-single-arw:hover,
.cmn-btn-single:hover,
.cmn-btn-bg-01:hover,
.cmn-btn-bg-02:hover{
	opacity: 0.7;
	color: #fff;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.cmn-anchor-outerlink{
	color: #282828;
	text-decoration: underline;
	font-size: 1.4rem;
}
.cmn-anchor-outerlink:after{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 0 0 5px;
	background: url("/image/icon_link_blank_01.png") center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	content: "";
}
/* hr */
.cmn-hr-has-id{
	margin-top: -150px;
	padding-bottom: 150px;
	border: none;
}
.cmn-content-spacing{
	margin: 0;
	padding-bottom: 40px;
	border: none;
}
/* ol default */
ol{
	padding-bottom: 20px !important;
	list-style-type: decimal !important;
}
ol li{
	margin-left: 15px;
	padding-bottom: 20px;
	list-style-type: decimal !important;
}
/* ul li with disk */
.cmn-list-disk1,
.cmn-list-disk-vertical{
	padding-bottom: 20px;
}
.cmn-list-disk1 li,
.cmn-list-disk-vertical li{
	margin-bottom: 10px;
}
.cmn-list-disk1 li{
	display: inline-block;
	margin-right: 18px;
}
.cmn-list-disk-vertical li{
	position: relative;
	padding-left: 18px;
}
.cmn-list-disk-vertical li:before,
.cmn-list-disk1 li:before{
	display: inline-block;
	content: "・";
}
.cmn-list-disk-vertical li:before{
	position: absolute;
	top: 0;
	left: 0;
}

/* ul li with disk2 */
.cmn-list-disk2{
	padding: 22px 60px 16px;
	background: #f5f5f5;
}
.cmn-list-disk2 li{
	position: relative;
	margin: 0 0 12px;
	padding-left: 20px;
	color: #282828;
	line-height: 1.5;
	font-size: 1.5rem;
}
.cmn-list-disk2 li:before {
	position: absolute;
	display: inline-block;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	margin: 0 15px 0 0;
	background: #a72956;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: 2px;
	content: "";
}
.cmn-list-disk2 a{
	color: #282828;
	text-decoration: underline;
}
/* ul li with disk2 */
.cmn-list-kome{
	margin: 20px auto 60px;
}
.cmn-list-kome li{
	position: relative;
	margin-bottom: 4px;
	padding-left: 16px;
	
}
.cmn-list-kome li:last-child{
	margin-bottom: 0;
}
.cmn-list-kome li:before{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	vertical-align:middle; 
	content: "※";
}
/* ul li with check */
.cmn-list-check{
	margin: 20px auto 60px;
}
.cmn-list-check li{
	position: relative;
	padding-left: 16px;
}
.cmn-list-check li:before{
	position: absolute;
	display: inline-block;
	top: 4px;
	left: 0;
	width: 11px;
	height: 11px;
	margin:0px 8px 5px 0;
	background: url("/image/ico_check_01.gif") no-repeat 0 0  scroll;
	vertical-align:middle; 
	content: "";
}


/* ul li with arrow */
.cmn-list-arw{
	padding-bottom: 50px;
}
.cmn-list-arw > li{
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.cmn-list-arw > li:first-child{
	margin-top: 0;
}
.cmn-list-arw > li:last-child{
	padding-bottom: 0;
}
.cmn-list-arw > li:before{
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #a72956;
	vertical-align: top;
	font-size: 0.9rem !important; /*1.0rem*/
	transform: rotateZ(90deg);
	content: "▲";
}
.cmn-list-arw p{
	margin-left: -20px;
}
.cmn-list-arw p.ttl{
	display: inline-block;
	margin: 0 0 5px;
	color: #282828;
	line-height: 1.5;
	vertical-align: top;
	font-size: 1.4rem;
	font-weight: bold;
}
/*-- cmn-movie-box --*/
.cmn-movie-box iframe{
	display: block;
	width: 800px;
	height: 450px;
	margin: 0 auto;
}
/*-- img --*/
img.cmn-img-harfsize{
	width: 50%;
}
img.cmn-img-size70{
	width: 70%;
}
/*-- com-list-has-preicon --*/
.com-list-has-preicon{
	color: #282828;
	line-height: 1.7;
	font-size: 1.4rem;
}
.com-list-has-preicon li{
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 10px;
	padding: 10px 15px;
	background: #f5f5f5;
}
.com-list-has-preicon figure{
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

/*-- cmn-banner-box --*/
.cmn-banner-box{
	letter-spacing: -.40em;
    padding: 20px;
	background: #f5f5f5;
	text-align: center;
}
.cmn-banner-box li{
	display: inline-block;
	margin-left: 20px;
}
.cmn-banner-box li:first-child{
	margin-left: 0;
}
.cmn-banner-box li img{
	width: auto;
	max-width: 311px;
}

/*-- coloumn btn  --*/
.cmn-btn-3col,
.cmn-btn-4col{
	display: block;
	margin: 0 0 35px;
	letter-spacing: -.40em;
	text-align: center;
	font-size: 0;
}
.cmn-btn-3col{
	text-align: left;
}
.cmn-btn-3col li,
.cmn-btn-4col li{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
	text-align:center;
	vertical-align:top;
	font-size: 1.4rem;
}
.cmn-btn-4col li{
	min-width: 23%;
	height: 50px;
	margin: 0 0.5% 25px
}
.cmn-btn-3col li{
	width: 30%;
	height: 100px;
	margin: 0 1.5% 25px;
}
.cmn-btn-3col.link-otherpage li{
	width: 32.2%;
	height: 100px;
	margin: 0 0.5% 25px;
}
.cmn-btn-3col li a,
.cmn-btn-4col li a{
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px #a72956 solid;
	box-sizing: border-box;
	color: #a72956;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
}
.cmn-btn-3col li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
}
.cmn-btn-4col li a{
	display: block;
	padding: 0 30px;
	line-height: 50px;
	font-size: 1.4rem;
}
.cmn-btn-3col li a:hover,
.cmn-btn-4col li a:hover{
	background: #a72956;
	color: #fff;
	text-decoration: none;
}
.cmn-btn-3col li a:after,
.cmn-btn-4col li a:after{
	display: inline-block;
	width: 10px;
	height: 12px;
	margin: 0 0 0 5px;
	background: url("/image/ico_arrow_07.png") center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	content: "";
}
.cmn-btn-3col li a:hover:after,
.cmn-btn-4col li a:hover:after{
	background: url("/image/ico_arrow_10.png") center center no-repeat;
}
.cmn-btn-3col.link-otherpage li a:after{
	width: 12px;
	height: 8px;
	background: url("/image/ico_arrow_08.png") center center no-repeat;
	background-size: contain;
	vertical-align: 1px;
}
.cmn-btn-3col.link-otherpage li a:hover:after{
	background: url("/image/ico_arrow_09.png") center center no-repeat;
	background-size: contain;
}
.cmn-btn-3col li a:after{
	position: absolute;
	top: 50%;
	right: 30px;
	margin: -6px 0 0 0;
}





/*-- coloumn 4list layout  --*/
.cmn-list-4col{
	margin-bottom: 60px;
	letter-spacing: -.40em;
}
.cmn-list-4col li{
	display: inline-block;
	width: 23%;
	margin: 0 1% 26px;
	background: #f2f2f2;
	border-top: 5px #a72956 solid;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
}
.cmn-list-4col li a{
	position: relative;
	display: block;
	padding: 15px 15px 80px;
	text-decoration: none;
}
.cmn-list-4col li a:hover{
	opacity: 0.7;
	text-decoration: none;
    transition: all 0.3s ease;
}
.cmn-list-4col li figure{
	display: block;
	width: auto;
	box-sizing: border-box;
	text-align: center
}
.cmn-list-4col li figure img{
	width: 100%;
}
.cmn-list-4col li dt{
	margin: 0 0 15px;
	padding: 20px 0;
	border-bottom: 1px #dfdfdf solid;
	color: #a72956;
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: bold;
}
.cmn-list-4col li dt span.txt-small{
	font-size: 1.2rem;
}
.cmn-list-4col dd{
	margin: 13px 0 0;
	color: #282828;
	line-height: 25px;
	text-align: left;
	font-size: 1.4rem;
}
.cmn-list-4col dd.sub-ttl{
	height: 40px;
}
.cmn-list-4col dd.btn-link{
	position: absolute;
	left: 5%;
	bottom: 20px;
	display: block;
	width: 90%;
	max-width: 265px;
	height: 48px;
	padding:0;
	line-height: 48px;
}
/* for product */
.cmn-list-4col.list-type-product dt{
	height:48px;
	margin: 0 0 10px;
	padding: 0;
	border: none;
	text-align: left;
	font-weight: bold;
}
/* for case */
.cmn-list-4col.list-type-case dt{
	padding: 10px 0 0;
	border: none;
	color: #282828;
	text-align: left;
	font-weight: bold;
}
.cmn-list-4col.list-type-case dd.case{
	margin: 0;
}
.cmn-list-4col.list-type-case dd.case .label{
	color: #525e98;
}
/* for seminar */
.cmn-list-4col.list-type-sem dt{
	margin: 0 0 10px;
	padding: 0;
	border: none;
	line-height: 1.5;
	font-size: 1.6rem;
}
.cmn-list-4col.list-type-sem dd.date{
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	color: #282828;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
.cmn-list-4col.list-type-sem dd.has-label{
	position: relative;
	margin: 5px 0 0;
	padding-left: 80px;
	font-weight: bold;
}
.cmn-list-4col.list-type-sem dd.has-label.txt-details{
	padding-left: 0;
}
.cmn-list-4col.list-type-sem dd.has-label > div{
	position: relative;
	margin: 0 0 5px;
	padding-left: 80px;
}
.cmn-list-4col.list-type-sem dd.has-label > div:last-child{
	margin: 0;
}
.cmn-list-4col.list-type-sem dd:nth-child(3){
	margin: 13px 0 0;
}
.cmn-list-4col.list-type-sem dd.has-label span.label{
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 24px;
	background: #393e57;
	color: #fff;
	line-height: 24px;
	text-align: center;
}


/* cmn-list-2col */
.cmn-list-2col{
	letter-spacing: -.40em;
}
.cmn-list-2col > li{
	display: inline-block;
	width: 48%;
	height: 210px;
	margin: 0 2% 40px 0;
	border: 1px #d4d4d4 solid;
	background: #fff;
	vertical-align: top;
}
.cmn-list-2col > li:nth-child(even){
	margin-right: 0;
}
.cmn-list-2col li .ttl{
	height: 58px;
	padding: 15px 0 14px;
	background: #f5f5f5;
	color: #a72956;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.cmn-list-2col li figure{
	display: inline-block;
	width: 130px;
	padding: 30px 10px;
	box-sizing: border-box;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
}
.cmn-list-2col li figure img{
	 margin: 0 60px 0 0;
 }
.cmn-list-2col ul{
	display: inline-block;
	width: calc(100% - 140px);
	padding: 30px 0 0;
	background: #fff;
	letter-spacing: normal;
}
.cmn-list-2col ul li{
	margin: 0 0 5px;
	padding: 0;
}
.cmn-list-2col ul.cmn-list-disk2 li{
	padding-left: 20px;
}


/* cmn-list-2colで画像を大きく使いたい場合 */

.cmn-list-2col-b > li{
	display: inline-block;
	width: 48%;
	margin: 0 2% 40px 0;
	border: 1px #d4d4d4 solid;
	background: #fff;
	vertical-align: top;
}
.cmn-list-2col-b > li:nth-child(even){
	margin-right: 0;
}
.cmn-list-2col-b li .ttl{
	height: 58px;
	padding: 15px 0 14px;
	background: #f5f5f5;
	color: #a72956;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.cmn-list-2col-b li .txt{
	padding: 15px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
}
.cmn-list-2col-b li figure{
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
}
.cmn-list-2col-b li figure img{
	 margin: 0;
 }
.cmn-list-2col-b ul{
	display: inline-block;
	width: calc(100% - 140px);
	padding: 30px 0 0;
	background: #fff;
	letter-spacing: normal;
}
.cmn-list-2col-b ul li{
	margin: 0 0 5px;
	padding: 0;
}

/* table */
.cmn-sec-container table{
	width: 100%;
	margin: 0 0 75px;
}
.cmn-sec-container table th,
.cmn-sec-container table td{
	padding: 15px;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
.cmn-sec-container table thead th{
	background: #ede2e2;
	color: #a72956;
	vertical-align: middle;
	text-align: center;
	word-wrap: break-word;
	font-weight: bold;
}
.cmn-sec-container table tbody th{
	vertical-align: top;
	background: #eee;
	color: #a72956;
	word-wrap: break-word;
	font-weight: bold;
}
.cmn-table-01 tbody th{
	width: 20%;
	background: #f2f2f2;
	color: #a72956;
	vertical-align: middle;
}
.cmn-table-02 tbody th:first-child{
	width: 30%;
}

.cmn-table-02 tbody td:nth-child(2){
	width:100px;
	text-align: center;
}
.cmn-table-02 tbody td:nth-child(3){
	width: 30%;
}
.cmn-table-02 tbody td:last-child{
	width:75px;
	text-align: center;
}
.cmn-table-02.table-type-numlist tbody th:first-child{
	width: 85px;
	color: #a72956;
	text-align: center;
}
.cmn-table-02.table-type-numlist tbody td:nth-child(2){
	width: 100px;
	background: #fff;
	vertical-align: top;
}
.cmn-table-02.table-type-numlist tbody td:nth-child(3){
	width: 300px;
	vertical-align: top;
}
.cmn-table-02.table-type-numlist tbody td:last-child{
	width: 790px;
	text-align: left;
}
.cmn-table-02.table-type-short-th tbody th:first-child{
	width: 15%;
}
.cmn-table-02.table-type-short-th tbody td{
	width: auto;
	text-align:left;
}
.cmn-table-01 tbody th.com-txt-l,
.cmn-table-01 tbody td.com-txt-l{
	text-align: left !important;
}
.cmn-table-02.table-type-td-txt-left td:nth-child(2){
	background: #fff;
}
.cmn-table-02.table-type-td-txt-center tbody th,
.cmn-table-02.table-type-td-txt-left tbody th,
.cmn-table-02.table-type-last-td-wide tbody th{
	width: 20% !important;
}
.cmn-table-02.table-type-last-td-wide td{
	width: auto !important;
	text-align: center !important;
}
.cmn-table-02.table-type-last-td-wide td:last-child{
	width: 40% !important;
	text-align: left !important;
}
.cmn-table-02.table-type-td-txt-left tbody td{
	width: auto !important;
	text-align: left!important;
}
.cmn-table-02.table-type-td-txt-center td,
.cmn-table-02 td.txt-c,
.cmn-table-02.table-type-td-txt-left td.txt-c{
	text-align: center !important;
}
/* table inner parts */
table .cmn-txt-em{
	color: #a72956;
	font-size: 1.6rem;
	font-weight: bold;
}
table .cmn-txt-em-sub{
	margin-bottom: 10px;
	color: #a72956;
}
table .cmn-txt-speaker{
	padding-top: 20px;
}
table  .notation{
	color: #282828;
}
table .detail{
	margin: 0;
	font-size: 1.3rem;
}
table dl.detail dt{
	float: left;
	clear: both;
	width: 25%;
	margin: 0 10px 5px 0;
	padding: 1px 5px;
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
}
table dl.detail dd{
	float: left;
	width: 65%;
	margin: 0;
}
.cmn-table-01 table{
	margin-bottom:0;
}
.cmn-list-block{
	margin: 10px 0 0;
	padding: 10px 5px 0;
	border-top: 1px #cfcfcf solid;
}
.cmn-list-block li{
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 0 0 2px;
	padding-left: 30px;
	background: url(/image/ico_square_01.png) no-repeat 5px 8px scroll;
	color: #282828;
	line-height: 1.5;
	font-size: 1.4rem;
}
.cmn-list-block li p.ttl{
	width: 80px;
	max-width: 80px;
	min-width: 80px;
	margin: 0 15px 0 0;
	padding: 2px 0 0 0;
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
}
/* cmn-features */
.cmn-features > div{
	display: table;
	width: 100%;
	margin: 0 0 32px;
}
.cmn-features > div > span{
	display: table-cell;
	width: 90px;
	padding: 12px 0 0;
	background: #f5f5f5;
	border-top: 3px #a72956 solid;
	color: #a72956;
	vertical-align: top;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
}
.cmn-features > div > div{
	display: table-cell;
	padding: 13px 30px 16px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

.cmn-features p{
	margin: 0 0 10px;
	color: #282828;
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: bold;
}

.cmn-features p.ttl-cmn-features{
	margin: 0 0 10px;
	color: #282828;
	line-height: 1.5;
	letter-spacing: .3rem;
	font-size: 2.0rem;
	font-weight: bold;
}
.cmn-features figure{
	text-align: center;
}
/* cmn-step */
.cmn-step{
    display: block;
    margin: 0 0 30px;
    padding: 20px 30px 25px;
	border: 1px #cfcfcf solid;
}
.cmn-step p{
	padding: 0px 0px 20px;
}
.cmn-step p.ttl-label{
	margin: 0 0 15px;
	padding: 0px 0px 10px;
	border-bottom: 1px #cfcfcf solid;
	color: #282828;
	letter-spacing: .5rem;
	font-size: 2.2rem;
	font-weight: bold;
}
.cmn-step p.ttl-label span{
    margin: 0 15px 0 0;
    color: #a72956;
    letter-spacing: .3rem;
	font-weight: normal;
}
.cmn-step div.with-icon{
	margin-top: 10px;
	padding-bottom: 20px;
}
.cmn-step div.with-icon figure{
	float: left;
	display: inline-block;
	padding: 0 15px 15px 0;
}
.cmn-step div.with-icon p{
	padding-top: 0;
}
.cmn-step .cmn-txt-img{
	display: flex;
	min-height: 65px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: top;
	align-items: top;

}
.cmn-step .cmn-txt-img img{
	max-width: 1000px;
}
.cmn-step .cmn-txt-img.img-pos-r{
	display: block !important
}
.cmn-step .cmn-txt-img figure{
	margin-right: 15px;
	padding-bottom: 0;
}
.cmn-step .cmn-list-arw{
	clear: both;
	padding-bottom: 0;
}
	
.cmn-step .cmn-list-arw > ul li{
	margin-top: 20px;
}
.cmn-step .cmn-list-arw > ul li:first-child{
	margin-top: 0;
}
.cmn-step .cmn-list-arw p.ttl{
	padding-bottom:0;
}
/* cmn-label-container */
.cmn-label-container{
	position: relative;
	margin-top: 20px;
	padding: 18px 110px 18px;
	background: #f5f5f5;
	color: #282828;
	line-height: 1.7;
	font-size: 1.4rem;
}
.cmn-label-container .label{
	position: absolute;
	display: block;
	width: 80px;
	top: 0;
	left: 0;
	height: 30px;
	padding: 0 0 0 10px;
	background: #a72956;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 1.3rem;
	font-weight: bold;
}
.cmn-label-container .label:after{
	position: absolute;
	display: inline-block;
	left: 80px;
	width: 21px;
	height: 30px;
	background: url("/image/bg_cmn_label_container_01.png") center center no-repeat;
	background-size: contain;
	content: "";
}
.cmn-label-container .cmn-list-arw{
	padding-bottom: 0;
}
.innovaFormLabel_main span:after {
    background-color: #a72956 !important;
}
.innovaForm_submitWrap:hover,
.btn :hover{
    text-decoration: none !important;
}
/* cmn-faq */
.cmn-faq{
	margin: 0 0 40px;
}
.cmn-faq dt{
	display: block;
	position: relative;
	min-height: 70px;
	padding: 35px 0 0 85px;
	box-sizing: border-box;
	margin: 0 0 20px;
	color: #282828;
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: bold;
}
.cmn-faq dt span.label-q{
	position: absolute;
	top: 0;
	left: 0;
	width: 67px;
	height: 70px;
	border: 1px #a72956 solid;
	box-sizing: border-box;
	color: #a72956;
	line-height: 70px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
.cmn-faq dd{
	position: relative;
	display: block;
	min-height: 100px;
	padding: 25px 25px 25px 85px;
	background: #f5f5f5;
}
.cmn-faq dd:before{
	position: absolute;
	display: block;
	top: 25px;
	left: 16px;
	width: 50px;
	height: 50px;
	background: url(/image/common/icon/ico_answer_01.png) no-repeat 0 0 scroll;
	content: "";
}


/* form-parts-layout */
body[class*="prototype-i"] .twoCol-right .cont,
body[class*="cmo-document-request"] .twoCol-right .cont {
    width: 720px;
    width: -webkit-calc(96% - 525px);
    width: calc(96% - 525px);

}
body[class*="prototype-i"] .twoCol-right .side,
body[class*="cmo-document-request"] .twoCol-right .side {
    width: 525px;
    margin-left: 35px;
    padding: 30px;
    border-top: 3px solid #393e57;
    background: #e6e8f1;
}
body[class*="prototype-i"] .twoCol-right .side form,
body[class*="cmo-document-request"] .twoCol-right .side form {
    padding: 0;
    background: none;
}

body[class*="prototype-i"] .twoCol-right,
body[class*="cmo-document-request"] .twoCol-right {
  width: 100%;
  max-width: 1280px;
  padding: 0;
}
body[class*="prototype-i"] .side form .innova-form-item,
body[class*="cmo-document-request"] .side form .innova-form-item {
  margin-bottom: 17px;
  padding: 0;
}
body[class*="prototype-i"] aside form .innovaFormLabel_main,
body[class*="cmo-document-request"] aside form .innovaFormLabel_main {
    display: inline-block;
    width: 165px;
    padding: 0;
    text-indent: 0;
    text-align: center;
}
body[class*="prototype-i"] .form-container-box,
body[class*="cmo-document-request"] .form-container-box{
	padding: 0 0 30px;
	background: #e6e8f1;
}
body[class*="prototype-i"] aside form .innovaFormLabel_main span,
body[class*="cmo-document-request"] aside form .innovaFormLabel_main span {
    display: none;
}
body[class*="prototype-i"] .side .ccm-input-text,
body[class*="prototype-i"] .side .ccm-input-select,
body[class*="cmo-document-request"] .side .ccm-input-text,
body[class*="cmo-document-request"] .side .ccm-input-select {
  max-width: 300px;
}
body[class*="prototype-i"] aside input[type="submit"],
body[class*="cmo-document-request"] aside input[type="submit"] {
    background: #49517f;
}
body[class*="prototype-i"] aside input[type="submit"]:hover,
body[class*="cmo-document-request"] aside input[type="submit"]:hover{
	opacity: 0.7;
	text-decoration: none;
    transition: all 0.3s ease;
}
/*news list */
.newslist {
	position: relative;
	overflow: hidden;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 20px 40px;
	background: #fff;
}
.newslist li {
	border-bottom: 1px solid #dfdfdf;
}
.newslist li a{
	display: block;
	padding: 20px 20px 20px 60px;
	color: #241916;
	font-size: 1.5rem;
}
.newslist li a:hover{
	opacity: 0.7;
	color: #2ca3b5;
	text-decoration: none;
    transition: all 0.3s ease;
}
.newslist_time {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10%;
}
.newslist_time:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 15px;
  height: 2px;
  margin: auto;
  background: #a72956;
  content: "";
}
.newslist_subcategory {
  display: inline-block;
  width: 10%;
  margin: 0 4% 0 2%;
  padding: 6px;
  background: #4c494a;
  color: #fff;
  vertical-align: middle;
  font-size: 1.2rem;
}
.newslist_text {
  display: inline-block;
  vertical-align: middle;
  width: 72%;
}

/*override cloudCMO */
.homeBlogList_list a:hover{
	opacity: 0.7;
	text-decoration: none;
	transition: all 0.3s ease;
}
.cont {
	margin-top: 0 !important;
}
.lp {
	margin: 0 auto 50px !important;
}

.twoCol-right{
	margin-top: 50px !important;
}
.com-div-block-2col-header {
    padding:  50px 0 0 !important;
}
.cont form {
	max-width: 1280px !important;
	width: 100% !important;
	min-width: 1000px !important;
	margin: 0 auto !important;
	padding: 30px 50px !important;
}
.innovaFormLabel_main {
	width: 165px !important;
}
.cmn-single-page-form .innovaFormLabel_main{
	width: 260px !important;
}
.cmn-single-page-form iframe{
	width: 100%;
}
.iframe_wrap {
	margin: 30px 0 !important;
	padding: 20px !important;
	background: #fff !important;
}
.innova-form-privacy a,
.iframe_wrap a{
    color: #2ca3b5;
    text-decoration: underline;
}
.innova-form-privacy a:hover,
.iframe_wrap a:hover{
    color: #2ca3b5;
    text-decoration: none;
    transition: all 0.3s ease;
	opacity: 0.7;
}

/*for blog */
.cmo-blog .twoCol-right {
    width: 100%;
    max-width: 1280px;
	margin-top: 0 !important;
    padding: 0 2%;
  z-index: auto;
}
.cmo-blog .twoCol-right .side {
  z-index: auto;
}
.twoCol-right {
  z-index: auto!important;
}
.twoCol-right .side {
  z-index: auto!important;
}
.cmo-blog .twoCol-right .cont {
    width: 70%;
    padding: 40px 10px 0 0;
}
.cmo-blog .twoCol-right .side {
    width: 360px;
    padding: 40px 20px;
}
.innova-form.miniSurveyView.sidebar_cta {
    overflow: hidden;
    padding-bottom: 30px;
    background: #f5f5f5;
    border-top: 5px solid #a72956;
}
.innova-form.miniSurveyView.sidebar_cta .form_title {
    margin: 0;
    border-bottom: 0;
}
.innova-form.miniSurveyView.sidebar_cta .form_title h2 {
    position: relative;
    margin: 20px 0;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
.innova-form.miniSurveyView.sidebar_cta .form_title h2:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 70px;
    height: 6px;
    margin: auto;
    border: 1px solid #a72956;
    border-width: 1px 0;
    content: "";
}
.innova-form.miniSurveyView.sidebar_cta .form_title span {
    display: block;
    padding: 20px;
    text-align: left;
    font-size: 1.3rem;
}
#side .cmn-div-container h3{
	font-size: 2.0rem !important;
}
.innova-form.miniSurveyView.sidebar_cta center input.btn {
    width: 80%;
    height: 30px;
    background: #a72956;
    line-height: 5px;
	letter-spacing: 2px !important;
    font-size: 1.4rem;	
}
#side .ccm-page-list .ccm-page-list-title a {
    display: block;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #dfdfdf;
    color: #282828;
}
#side .ccm-page-list .ccm-page-list-title a:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border: 1px solid #a72956;
    content: "";
}
#side .ccm-page-list div.ccm-page-list-description{
	display: none;
}
.articleList_detail 
.articleList_btn, 
.articleList_detail .articleList_btn:hover, 
.articleList_detail .articleList_category a {
    background-color: #a52c56 !important;
}
.articleList_detail .articleList_btn:hover{
	color: #fff;
}
.articleList_cont a:hover,
.ccm-page-list a:hover,
.articleList_detail a:hover{
	opacity: 0.7;
	text-decoration: none;
    transition: all 0.3s ease;
}
.pagination{
	padding-bottom: 50px;
}
.pagination .pagination_prev a,
.pagination .pagination_prev span,
.pagination li.active a,
.pagination li.active a:hover {
    border: .2rem solid #4c494a !important;
    background-color: #4c494a !important;
}
.pagination .pagination_next a,
.pagination .pagination_next span {
    border: .2rem solid #a52c56 !important;
    background-color: #a52c56 !important;
}
.pagination li a{
    border: .2rem solid #a52c56 !important;
}
.pagination a:hover{
	opacity: 0.7;
	text-decoration: none;
    transition: all 0.3s ease;
}
/*------------- blog ------------*/
#cont #articleList .homeBlogList_list .homeBlogList_item {
  margin-bottom: 0;
  padding: 25px 0;
  border-bottom: 1px solid #dfdfdf;
}
#cont #articleList .homeBlogList_list .homeBlogList_cont {
  position: relative;
  overflow: hidden;
}
#cont #articleList .homeBlogList_list .homeBlogList_img {
  overflow: hidden;
  display: block;
}
#cont #articleList .homeBlogList_list .homeBlogList_img .ccm-output-thumbnail {
  width: 200px;
  float: left;
}
#cont #articleList .homeBlogList_list .homeBlogList_title {
  float: left;
  margin-left: 30px;
  font-size: 15px;
  color: #282828;
  padding-top: 30px;
  width: 60%;
}
#cont #articleList .homeBlogList_list .homeBlogList_date {
  position: absolute;
  top: 0;
  left: 230px;
  padding-left: 27px;
}
#cont #articleList .homeBlogList_list .homeBlogList_date:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #a72956;
  position: absolute;
  left: 0;
  top: 10px;
  margin-right: 10px;
}
#cont #articleList .homeBlogList_list .homeBlogList_btn {
  display: none;
}
/* article */
article#articleCont {
  position: relative; }
  article#articleCont .articleCont_headline {
    font-size: 26px;
    padding-top: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }
  article#articleCont .articleCont_info {
    font-family: Roboto,Noto Sans Japanese,Helvetica Neue,Hiragino Kaku Gothic ProN,'游ゴシック','メイリオ',meiryo,sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    text-align: left; }
    article#articleCont .articleCont_info .articleCont_category {
      position: absolute;
      left: 140px;
      background: #4c494a;
      color: #fff;
      font-size: 12px;
      margin: -1px 0 0 0;
      padding: 4px 8px; }
      article#articleCont .articleCont_info .articleCont_category i {
        display: none; }
    article#articleCont .articleCont_info .articleCont_time {
      font-size: 15px;
      padding-left: 27px; }
      article#articleCont .articleCont_info .articleCont_time:before {
        content: "";
        width: 15px;
        height: 2px;
        background: #a72956;
        position: absolute;
        left: 0;
        top: 12px;
        margin-right: 10px; }
  article#articleCont .articleCont_main {
    border-bottom: none; }
    article#articleCont .articleCont_main h2 {
      font-size: 22px;
      color: #282828;
      font-weight: 500;
      padding: 0 25px 10px;
      border-bottom: 1px #a72956 solid;
      margin: 0 0 20px;
      letter-spacing: 4px; }
      article#articleCont .articleCont_main h2:before {
        content: "";
        background: url(/images/common_icon01.png) center center no-repeat;
        background-size: contain;
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 0 15px 0 0;
        vertical-align: -2px; }
    article#articleCont .articleCont_main h3 {
      font-size: 18px;
      color: #282828;
      font-weight: 500;
      padding: 0 25px 10px;
      border-bottom: 1px #a72956 solid;
      margin: 0 0 20px;
      letter-spacing: 4px; }
      article#articleCont .articleCont_main h3:before {
        content: "";
        background: url(/images/common_icon06.png) center center no-repeat;
        background-size: contain;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 15px 0 0;
        vertical-align: 0; }
    article#articleCont .articleCont_main p {
      font-size: 14px;
      padding: 0 25px;
}
/* conponent */
.articleCont_footer .grid_4.main-content-thumb h4 {
    display: none;
}
.articleCont_footer .grid_4.main-content-thumb {
    width: 23%;
    margin-right:1%;
    display: inline-block;
    vertical-align: top;
}


article#articleCont .articleCont_main .articleCont_footer .grid_4.main-content-thumb h3 {
    padding: 0;
    border-bottom: none;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}
article#articleCont .articleCont_main .articleCont_footer .grid_4.main-content-thumb h3:before {
    content: none;
}
article#articleCont .articleCont_main .articleCont_footer .grid_4.main-content-thumb h3 a {
    color: #241916;
}
.articleCont_main a {
    display: inline;
}
.c-ttl_01 {
	font-size: 32px;
	text-align: center;
	position: relative;
}
.c-ttl_01:after {
	content: "";
	width: 70px;
	height: 6px;
	border: 1px solid #a72956;
	border-width: 1px 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto; 
}
.articleList_txt{
	height: auto !important;
}
.twoCol-right .side_bg{
	display: none;
}
.sideArticleList_title{
	height: auto !important;
}