@charset "utf-8";

/* テーマカラー: #2869a0 */

/* common */
/*body .vm_clear_fix{ height:100%; }*/
body .vm_clear_fix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
body #vm_column_index{
	width:100%;
	margin:0 auto;
}

/* space */
.vm_no_margin{ margin:0px !important; }
.vm_no_padding{ padding:0px !important; }
.vm_no_background{ background:none !important; }
.vm_margin_l_10{ margin-left:10px !important; }
.vm_margin_l_15{ margin-left:15px !important; }
.vm_margin_l_25{ margin-left:25px !important; }
.vm_margin_t_10{ margin-top:10px !important; }
.vm_margin_t_15{ margin-top:15px !important; }
.vm_margin_t_20{ margin-top:20px !important; }
.vm_margin_t_25{ margin-top:25px !important; }
.vm_margin_t_30{ margin-top:30px !important; }
.vm_margin_b_20{ margin-bottom:20px !important; }
.vm_margin_b_30{ margin-bottom:30px !important; }
.vm_margin_b_50{ margin-bottom:50px !important; }
.vm_padding_t_10{ padding-top:10px !important; }
.vm_padding_t_20{ padding-top:20px !important; }
.vm_padding_r_10{ padding-right:10px !important; }
.vm_padding_l_10{ padding-left:10px !important; }



/************************************** 【column index】 */
body #column_2 .vm_index{
	width:100%;
	background-color:#fff7dd;
	border:solid 1px #ffe89d;
}
/* 内容によりwidthの微調整が必要 */
body #column_2 .vm_index .in{
	width:93%;/* 変更箇所 */
	padding:20px;
}
body #column_2 .vm_index .in_left{
	width:118px;
	height:118px;
	float:left;
	position:relative;
	margin:-1px;
	border:solid 1px #dedddd;
}
body #column_2 .vm_index .in_left img{
	clip:rect(1px,117px,117px,1px);
	position:absolute;
	top:0;
	left:0;
}
/* 内容によりwidthの微調整が必要 */
body #column_2 .vm_index .in_right{
	width:78%;/* 変更箇所 */
	float:right;
}
body #column_2 .vm_index .in .ttl_02{
	margin:0 0 15px 0;
	padding:10px 0 10px 22px;
	text-indent:-22px;
	line-height:130%;
	font-size:14px;
	color:#fff;
	text-align:left;
}
body #column_2 .vm_index .in .ttl_02 span{
	background:url("../img/arrow_01.png") left top no-repeat;
	padding:0 0 2px 22px;
	margin:0 0 0 20px;
}
/************************************** 【column index】 */









/************************************** 【theme index】 */
/*
.main > h2:first-of-type {
    height: 100px;
    line-height: 100px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 28px;
    color: #313131;
}
*/

body #vm_column_index .ttl_01{
	color:#fff;
	font-size:16px;
	font-weight:bolder;
	padding:10px;
	margin:0 0 30px 0;
	text-align:left;
	background:#333;
}
body #vm_column_index .txt_01{
	
	font-size:1rem;
	line-height:2rem;
	padding:0 15px 0 15px;
	margin:20px 0 30px 0;

}
body #vm_column_index .ttl_sub{
	font-size:12px;
	line-height:150%;
	display:block;
	color:#003;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #003;
}
body #column_2{
	margin:0 0 50px 0;
}

body #column_2 .left{
	width:48%;
	float:left;
	border:solid 1px #ccc;
	min-height:200px;
    margin-bottom: 10px;
    box-sizing:border-box;
}
body #column_2 .right{
	width:48%;
	float:right;
	border:solid 1px #ccc;
	min-height:200px;
    margin-bottom: 10px;
    box-sizing:border-box;
}




/* 内容によりwidthの微調整が必要 */
body #column_2 .in{
	width:100%;/* 変更箇所 */
	padding:15px;
	box-sizing:border-box;
}
@media (max-width:1024px){
    body #column_2 .center{
        margin:0px auto 0 auto;
    }
    .inner {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
	body #column_2 .in_left{
		width:118px;
		height:118px;
		/*float:left;*/
		position:relative;
		margin:-1px;
		border:solid 1px #dedddd;
	}
	body #column_2 .in_left img{
		clip:rect(1px,117px,117px,1px);
		position:absolute;
		top:0;
		left:0;
	}

	/* 内容によりwidthの微調整が必要 */
	body #column_2 .in_right{
		width:100%;/* 変更箇所 */
		/*float:right;*/
	}
    


}

@media (min-width:1024px){
    body #column_2 .center{
        margin:20px auto 0 auto;
    }
	body #column_2 .in_left{
		width:118px;
		height:118px;
		float:left;
		position:relative;
		margin:-1px;
		border:solid 1px #dedddd;
	}
	body #column_2 .in_left img{
		clip:rect(1px,117px,117px,1px);
		position:absolute;
		top:0;
		left:0;
	}

	/* 内容によりwidthの微調整が必要 */
	body #column_2 .in_right{
		width:65%;/* 変更箇所 */
		float:right;
	}

}



body #column_2 .in .ttl_02_bg{
	background-color:#2869a0;
}
body #column_2 .in .ttl_02{
	margin:0 0 15px 0;
	padding:10px 0 10px 22px;
	text-indent:-22px;
	line-height:130%;
	font-size:14px;
	color:#fff;
	text-align:center;
}

body #column_2 .in .ttl_02 a:link		{ color:#fff; text-decoration:none; }
body #column_2 .in .ttl_02 a:visited	{ color:#fff; text-decoration:none; }
body #column_2 .in .ttl_02 a:hover		{ color:#000000; text-decoration:underline; }
body #column_2 .in .ttl_02 a:active		{ text-decoration:none; }

body #column_2 .in .ttl_02 span{
	background:url("../img/arrow_01.png") left top no-repeat;
	padding:0 0 2px 22px;
}
body #column_2 .in_right p{
	margin:3px 0 0 0;
	padding:0;
	line-height:150%;
	font-size:12px;
}
body #column_2 .in_right .more a{
	font-weight:bold;
}
body #column_2 .in_right p a:link		{ color:#ed3f17; text-decoration:none; }
body #column_2 .in_right p a:visited		{ color:#ed3f17; text-decoration:none; }
body #column_2 .in_right p a:hover		{ color:#000000; text-decoration:underline; }
body #column_2 .in_right p a:active		{ text-decoration:none; }
/************************************** 【theme index】 */





/************************************** 【theme01 ～ xx】 */


body #vm_pagelink{
    border: #2869a0 3px double;
	padding:30px;
	margin-top:30px;
	box-sizing:border-box;	
}
body #vm_pagelink ul{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:150%;
	font-size:14px;
}
body #vm_pagelink ul li{
	margin:0 0 0 0;
	padding:8px 0 8px 22px;
	text-indent:-22px;
	border-bottom:1px #ccc solid;
}
body #vm_pagelink ul li a:link		{ color:#2869a0; text-decoration:none; }
body #vm_pagelink ul li a:visited	{ color:#2869a0; text-decoration:none; }
body #vm_pagelink ul li a:hover		{ color:#2869a0; text-decoration:underline; }
body #vm_pagelink ul li a:active	{ text-decoration:none; }


body #vm_pagelink ul li span{
	background:url("../img/arrow_01.png") left top no-repeat;
	padding:0 0 2px 22px;
}

.vm_pagelink_back {
}

.vm_pagelink_back a {
	padding:5px 10px;
	border:1px solid #2869a0;
	display:inline-block;
	border-radius:6px;
	text-decoration:none;
	color:#2869a0;
}

.vm_pagelink_back a:hover {
	color:#fff;
	background:#2869a0;
}


.column_box h2 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 200;
    border-bottom: #2869a0 3px double;
    background : none;
    /*padding-left: 50px;*/
    margin-bottom: 30px;
}

.column_box h2:after {
    content: none;
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: -32px;
    width: 100%;
    text-align: center;*/
}
.column_box p{
	padding :30px;
	box-sizing:border-box;
}



header.h-column {
	height: 100%;
	background: none;
}

.main {
	text-align: left !important;
}

.main  > ol {
	padding-left: 0;
	margin: 20px 0 0;
}

.main  > ol:first-child li:nth-child(2):after {
    content: '>';
    display: inline-block;
    margin: 0 0.5em;
}


.main  > ol:first-child li{
	display: inline-block;
    font-size: 1.0rem;
	margin: 3px 0;
}

.main  > ol:first-child li a{
	color: #000;
	text-decoration: none;
}

.main  > ol:first-child li:first-child:after{
	content:'>';
	display: inline-block;
	margin: 0 0.5em;
}


.main  > ol:first-child li:last-child:after{
	content:'';
}

/* 2nd heading */
.main > h2:first-of-type{
　color: #010079;
  text-shadow: 0 0 5px white;
  margin-top: 20px;
  padding: 0.8rem;
  background:#ddd; 
  font-size: 1.8rem;
}
.main > h2{
  	background: #ddd;  
}
@media screen and (max-width: 768px) {
	.main {
		padding: 0 10px;
	}
	.main img {
		max-width: 100%;
	}
	.main  > h2:first-of-type{
		/*font-size: 1.6rem;*/
		padding: 10px !important;
	}
	body #column_2 .left{ 
		width: 100%;
	}
	body #column_2 .right {
		width: 100%;
	}
    
    
    .column_box p img{
        width:100%;
        text-align: center;
        border: #2869a0 3px solid;
        padding:10px;
        box-sizing:border-box;	 
    }
    /*
    footer .box {
        clear: both;
        width: 100%;
        padding: 0px 0;
        text-align: left;
    }   

    footer .box li a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
    }*/
}

 @media screen and (min-width: 768px){
    .column_box p img{
        width:576px;
        text-align: center;
        border: #2869a0 3px solid;
        padding:10px;
        box-sizing:border-box;	
    }
}	
