@charset "utf-8";
/* CSS Document */
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
	.head_pc{
		width : 100%;
		margin : 0px;
		text-align : center;
	}
	.head_sp{
		display : none;
	}
	
	.kouza_area{
		width : 100%;
		padding : 30px 0px;
		text-align : center;
		background-image : url(../image/kouza_area_bg.jpg);background-repeat : no-repeat;background-attachment : fixed;background-position : center top;
		margin-top : -10px;
	}
	.seikou_area{
		width : 100%;
		padding : 30px 0px;
		text-align : center;
		background-image : url(../image/seikou_area_bg.jpg);background-repeat : no-repeat;background-attachment : fixed;background-position : center top;
		margin-top : -10px;
	}	
	.contents_area{
		width : 100%;
		margin : 0 auto;
		padding : 30px 0px;
	}
	.manabu_area{
		width : 100%;
		padding : 30px 0px;
		text-align : center;
		background-image : url(../image/kouza_area_bg.jpg);background-repeat : no-repeat;background-attachment : fixed;background-position : center top;
		margin-top : -10px;
	}
	.syuueki_area{
		width : 100%;
		padding : 30px 0px;
		text-align : center;
		background-image : url(../image/syuueki_area_bg.jpg);background-repeat : no-repeat;background-attachment : fixed;background-position : center top;
		margin-top : -10px;
	}
	.koushi_area{
		width : 100%;
		padding : 30px 0px;
		text-align : center;
		background-image : url(../image/koushi_area_bg.jpg);background-repeat : no-repeat;background-attachment : fixed;background-position : center top;
		margin-top : -10px;
	}
	.main_text{
		font-size : 18px;
		line-height : 190%;
		width : 800px;
		padding : 15px;
		margin : 20px auto;
		text-align : left;
	}
.koushi_box {
	width : 880px;
    position: relative;
    padding: 2em 1.5em;
    margin: 0 auto;
    background-color: #ffffff;/*背景色*/
    color: #000000;/*文字色*/
    z-index: 1;
	text-align : left;
}
.koushi_box::before,
.koushi_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.koushi_box::before {
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}
.koushi_box::after {
    background-color: #fbd1b7;/*ズレている方の背景色*/
    top: 5px;
    left: 5px;
    z-index: -2;
}
.koushi_box p {
    margin: 0; 
    padding: 0;
}
	.profile_name{
		font-size : 46px;
		font-weight : 600;
		padding : 20px 0px 4px 20px;
		border-bottom : 2px dotted #555151;
		width : 65%;
	}
	.profile_name_mini{
		font-size : 24px;
		font-weight : 600;
		color : #555151;
	}
	.katagaki{
		font-size : 125%;
		padding : 20px 0px 10px 20px;
		font-weight : 600;
	}
	.katagaki_mini{
		font-size : 95%;
		padding : 0px 0px 30px 20px;
	}
	.profile_text{
		padding : 20px;
	}
		#footer{
			width : 100%;
			padding : 8px 0;
			text-align : center;
			background-color : #000000;
			color : #ffffff;
	font-size : 82%;
			
		}
	.blue_obi_tokutei{
	width : 100%;
		padding : 60px 0px 35px 0px;
		text-align : center;
		background-color : #03488e;
		margin-top : -20px;
	}
	.tokutei_title{
		font-size : 30px;
		color : #ffffff;
	text-align : center;
	}
}


