/* 共通+上書き */

body {
    font-family: "メイリオ",Meiryo,"MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 14px;
    word-wrap: break-word;
	color: #666;
}

#header_logo	{
    margin-bottom: 0px;
    margin-top: 0px;		
}


.container	{
	position: relative;
}

img[src$=".svg"] {
    width: 100%;
}

.row	{
	padding: 5px 0;
}
label	{
	font-weight: 500!important;
}
.checkbox label	{
	font-size: 1.2em;
	font-weight: 700!important;
	color: #b60081;
}

h1.sectiontitle	{
	margin: 0 auto;
	text-align: center;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.5;
	color: #673a1b;
	padding-top: 2%;
	padding-left: 15px;
	padding-right: 15px; 
	letter-spacing: 5px;
	border-bottom: solid #d71618 2px;
	display: inline-block;
}
h3	{
	font-size: 2.5em;
	line-height: 1.5;
	margin-TOP: 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 600px){
	h1.sectiontitle	{
		font-size: 2em;
		line-height: 1.2;
		padding-top: 2%;
		letter-spacing: 5px;
		border-bottom: solid #d71618 2px;
		display: inline-block;
	}
	h3	{
		font-size: 1.7em;
		line-height: 1.5;
		margin-TOP: 10px;
		margin-bottom: 10px;
	}
}

h4	{
	font-size: 1.5em;
	line-height: 1.5;
}

h5	{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 0px;
}

p ,li ,dt, dd	{
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.p-ind	{
	margin-left: 16px;
	text-indent: -1em;
}
.m-bold	{
	font-weight: bold;
}


.bg-color	{
	background-color: #fff2e0;	
}





/*contact*/

div.contact_privacy_area	{
    background-color: white;
    border: 3px solid #cccccc;
    line-height: 1.5;
    text-align: justify;
    font-size: 0.85em;
    height: 160px;
    overflow: auto;
    padding: 0.5% 2% 1% 1%;
    border-radius: 7px;
}
.conf_txt	{
	border: solid 1px #dcdcdc;
	padding: 5px 10px 5px 10px;
	background: #fff;
    font-family: "UD新ゴ R";
    font-size: 0.9em;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#confirm .conf_txt	{
	background: #f5f5f5;
}

.btn a:hover	{
	color: #337ab7;
	text-decoration: none;
}



/*footer*/
footer	{
	width: 100%;
    text-align: center;
	/*margin-top: 50px!important;*/
}
.footerInner {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}






@media print{
	
	 a[href]:after {
	 content: "" !important;
	 }
	 
	 abbr[title]:after {
	 content: "" !important;
	 }
}
	
