@charset "UTF-8";


/*** RESET ***/

body, header, footer, nav, section, div, ol, ul, li, dt, dd, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}

input::-ms-clear { display:none; }
input::-ms-reveal { display:none; }
input:-ms-input-placeholder {	color: #ccc!important;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

@media print, screen and (max-width: 919px) {
	.pc {display: none !important;}
}
@media print, screen and (min-width: 920px) {
	.sp {display: none !important;}
}

/************************************************************
　　　　全体
************************************************************/
body {
	font-size: 14px;
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", arial, verdana, Meiryo, "ＭＳ Ｐゴシック", Osaka,  sans-serif;
	color: #000;
	background-color: #F8F6E6;
}

ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

article a {
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

::selection {
	background: #DA4F40; color: #fff;
}

::-moz-selection {
	background: #DA4F40; color: #fff;
}

#wrapper {
	font-size: 100%;
	width: 100%;
	margin: 0 auto;
	line-height: 140%;
}

/*****************************************************************/
	@media print, screen and (min-width: 920px) {
		body {
			font-size: 16px;
			line-height: 1.6;
			width: 980px;
			margin: 0 auto;
		}

		article a:hover {
			-webkit-transition: all 0.1s linear;
			   -moz-transition: all 0.1s linear;
			     -ms-transition: all 0.1s linear;
			         -o-transition: all 0.1s linear;
			            transition: all 0.1s linear;
		}

		#wrapper {
			overflow: hidden;
		}

	}

/************************************************************
　　　　ヘッダ
************************************************************/
header {
	padding: 10px 0 ;
	width: 100%;
}

#logo a {
	display: block;
	width: 120px;
	height: 30px;
	text-indent: -9999px;
	background: url('/common_images/head_logo_r2.gif') no-repeat center ;
	background-size: 120px;
	margin: 0 auto;
	padding: 6px 0;
}

/*****************************************************************/
	@media print, screen and (min-width: 920px) {
		header {
			padding-bottom: 0;
		}

		#logo a {
			width: 230px;
			height: 57px;
			background-size: 230px;
			margin: 16px 10px 4px;
			padding: 0;
		}

	}

/************************************************************
　　　　コンテンツ
************************************************************/
article {
	border-top: 9px solid #ea5541;
	border-left: 1px solid #c9c3b7;
	border-right: 1px solid #c9c3b7;
	border-bottom: 4px solid #ea5541;
	background-color: #fff;
	margin: 0 10px 10px;
}

article h1 {
	background-color: #ffe7e7;
	font-size: 20px;
	text-align: center;
	color: #ea5541;
	padding: 1.5em 0;
	margin-bottom: 30px;
}

article .wrap {
	padding: 0 3% 3%;
}

article .wrap h2 {
	border-bottom: 2px dotted #ea5541;
	padding: 0 0 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

article .wrap ul + h2 {
	margin-top: 40px;
}

.wrap .textLink {
position: relative;
padding-left: 1.5em;
}

.wrap .textLink a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #DA4F40;
	border-right: 2px solid #DA4F40;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
}

	@media print, screen and (min-width: 920px) {
		article h1 {
			font-size: 28px;
		}
		article .wrap h2 {
			font-size: 22px;
		}
}



/************************************************************
/* フッタ
************************************************************/
footer {
	margin: 0 10px;
	text-align: right;
	padding-bottom: 10px;
}

footer #copyright {
	color: #808080;
	font-size: 75%;
}

