@charset "utf-8";
/* CSS Document */



*{
	margin: 0;
	padding: 0;	
	}

li{
	list-style: none;	
	}

h1,h2,h3,p,input,textarea,select{
	font-size: 100%;
	font-weight: normal;
	}

img{
	border: none;
	vertical-align: bottom;	
	}

/*----clear-----------------------------*/

.clear:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

/*--------------------------------------*/


body {
	background-image: url("../images/main-bg.jpg");
    background-repeat: repeat;
	/*background-color: #f8f2e4;*/
}

.content_text{
	background-image: url("../images/banner_bg.png");
	/*background-color: #FFFFFF;*/
	width: 800px;
	height: 780px;
	margin: 30px auto 0;
	background-repeat: no-repeat;
}


.textarea-link{
	width: 500px;
	height: 50px;
}

textarea {
	color: #000000;
    font-size: 10px;
    line-height: 14px;
    margin-top: 1px;
}

.content_text ul{
	padding-top: 180px;
	padding-left: 240px;
}


li.border {
    padding: 15px 0;
}

li.border2 {
    border-top: 1px dotted #666666;
    padding: 15px 0;
	width: 500px;
}


/*----117プラン-----------------------------*/
/*----117プラン-----------------------------*/
/*----117プラン-----------------------------*/
#content_117 * {
	box-sizing: border-box;
}
#content_117 {
	background-color: #fedef5;
}
#content_117 #content_wrapper {
	width: 90%;
	min-width: 375px;
	max-width: 600px;
	margin: 40px auto;
	padding: 5%;
	background-color: #fff;
}
#content_117 h2 {
	font-size: 16px;
	margin: 40px 0 8px 0;
}
#content_117 .textarea-link {
	width: 100%;
	max-width: 500px;
	height: 45px;
	border: solid 1px #756758;
	border-radius: 2px;
}
#content_117 #content_desc h1 {
	margin: 20px 0 0 0;
	font-size: 24px;
	border-bottom: 1px solid #666666;
}
#content_117 #content_desc p {
	margin: 24px 0 0 0;
}
#content_117 li.border2 {
	border-top: 1px dotted #666666;
	padding: 15px 0;
	width: 100%;
}

#content_117 ul.area li {
	background: #faf8f2;
	padding: 7px 10px 10px;
	border-radius: 5px;
	margin-top: 10px;
}
#content_117 ul.area li .area_name {
	color: #756758;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	padding-left: 13px;
}
#content_117 ul.area li .area_name::before {
	position: absolute;
	top: 65%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 7px solid #756758;
	content: '';
}

/*----// 117プラン-----------------------------*/
/*----// 117プラン-----------------------------*/
/*----// 117プラン-----------------------------*/