/*
survice/index.html
survice/CreativeBusiness.html
survice/PrintingBusiness.html
-------------------------------------------------------------*/
.survice-3 {
		display: flex;        /* flexible layoutしたい親要素に指定 */
		flex-direction: row;  /* 初期値のため省略可（左→右）*/
		flex-wrap: wrap;      /* 折り返す */
		width: 100%;
}
.Rounded_box {
    float:left;
    width: 180px; 
    margin: 5px 10px 5px 5px;
    padding: 8px 8px 8px 8px;
    text-align: center;
    border: 1px solid #f8d9c5;
    border-radius: 15px;
}
.Rounded_box h3 {
    padding: 5px 10px 5px 10px;
    color: #18477f;
    font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    font-size: 120%;
}
.Rounded_box a {
    color: #18477f;
}
.Rounded_box a:visited {
    color: #18477f;
}

.sub_list li.jihi a{
    margin-left: 30px;
}
#survice #main h2.center{
    text-align: center;
}

#survice p#subtitle1 {
    position: relative;
    top:-38px;
    font-size: 165%;
    text-align: center;
    font-weight: bold;
}
#survice p#subtitle2 {
    position: relative;
    top:-25px;
    text-align: center;
    font-weight: bold;
    clear: both;
    margin: 5px 0px 10px 0px;
    font-size: 140%;
}
/*--------------------------------------------------*/

#CreativeBusiness .sub_list h2 a:visited{
	color:#fff;
}
#PrintingBusiness .sub_list h2 a:visited{
	color:#fff;
}
#self-publishing .sub_list h2 a:visited{
	color:#fff;
}
#bookSize .sub_list h2 a:visited{
	color:#fff;
}
#process .sub_list h2 a:visited{
	color:#fff;
}
#survice .sub_list li a:visited{
	color:#555;
}
#CreativeBusiness .sub_list li a:visited{
	color:#555;
}
#PrintingBusiness .sub_list li a:visited{
	color:#555;
}
#self-publishing .sub_list li a:visited{
	color:#555;
}
#bookSize .sub_list li a:visited{
	color:#555;
}
#process .sub_list li a:visited{
	color:#555;
}
#survice .sub_list li a:hover{
	background:#c50018;
	color:#fff;
	text-decoration:none;
}
#CreativeBusiness .sub_list li a:hover{
	background:#c50018;
	color:#fff;
    text-decoration:none;
}
#PrintingBusiness .sub_list li a:hover{
	background:#c50018;
	color:#fff;
    text-decoration:none;
}
#self-publishing .sub_list li a:hover{
	background:#c50018;
	color:#fff;
    text-decoration:none;
}
#bookSize .sub_list li a:hover{
	background:#c50018;
	color:#fff;
    text-decoration:none;
}
#process .sub_list li a:hover{
	background:#c50018;
	color:#fff;
    text-decoration:none;
}
/*--------------------------------------------------*/
#CreativeBusiness #main{
    position: relative;
}
#CreativeBusiness #main h2{
    position: relative;
    top:-30px;
    margin: 5px 0px 10px 40px;
}
#CreativeBusiness .box{
    position: relative;
    top:-50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 3%;
}
#CreativeBusiness .list_style01{
    position: relative;
    display: inline-block;
    float:left;
    width:300px;
    margin-right: 10px;
    border: 3px solid #c50018;
    border-radius: 15px;
    margin-bottom: 10px;
}
#CreativeBusiness .list_style01 h3 {
    border: 3px solid #c50018;
    border-radius: 12px 12px 0 0;
}
#CreativeBusiness .list_style01 li,{
    padding: 9px 0 6px 30px;
    margin: 0 1px;
    display: block;
    text-decoration: none;
}
#CreativeBusiness .list_style01 li:before {
    position: absolute;
    margin: 4px 0 0 0;
    left: 19px;
    width: 6px;
    height: 12px;
    content: '';
    background: #c50018;
}
#CreativeBusiness .list_style01 li.even {
    background: #fff;
}
#PrintingBusiness #main{
    position: relative;
}
#PrintingBusiness #main h2{
    position: relative;
    top:-30px;
    margin: 5px 0px 10px 40px;
}
#PrintingBusiness .box{
    position: relative;
    top:-50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 3%;
}
#PrintingBusiness .list_style01{
    width: 600px;
    border: 3px solid #c50018;
    border-radius: 15px;
    margin-bottom: 10px;
}
#PrintingBusiness .list_style01 h3 {
    border: 3px solid #c50018;
    border-radius: 12px 12px 0 0;
}
#PrintingBusiness .list_style01 li:before {
    position: absolute;
    margin: 4px 0 0 0;
    left: 41px;
    width: 6px;
    height: 12px;
    content: '';
    background: #c50018;
}