body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	color: #333;
	/*1em=16px , 0.875em=14px*/
	font-size: 16px;
	width: 100%;
	min-width: 1000px;
	word-break : break-all;
}

img { max-width: 100%; height: auto; }
	@media screen and (max-width: 1000px) {
		body {
			min-width: initial;
			min-width: auto;
		}
	}
	@media screen and (max-width: 768px) {
		p {
			text-align: left !important;
			word-break: break-all;
			text-wrap:none;
		}
		br { display: none; }
	}

a { color: #333; text-decoration: none;}
a:hover { color: #0000bb; text-decoration: underline;}

h1 {font-size: 2.2em; font-weight: bold;}
h2 {font-size: 2em; font-weight: bold; line-height: 1.2;}
h3 {font-size: 1.8em; font-weight: bold; line-height: 1.3;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}

.link_btn {}

.left { width: 50%; float: left; border-right: 1px solid #e3e3e3;}
.right { width: 50%; float: right;}

/*カラム分割*/
.column > div { float: left;}

.column2 { width: 49%; margin-right: 2%; margin-bottom: 2%;}
.column2:nth-child(2n) {margin-right: 0;}

.column3 { width: 32%; margin-right: 2%; margin-bottom: 2%;}
.column3:nth-child(3n) { margin-right: 0;}

.column4 { width: 23.5%; margin-right: 2%; margin-bottom: 2%;}
.column4:nth-child(4n) { margin-right: 0;}

.column > div img {
	width: 100%;
	height: auto;
}

	@media screen and (max-width: 768px) {
		.column2 {
			width: 100% !important;
			margin-right: 0;
			float: none;
		}
		.column4 {
			width: 50% !important;
			margin-right: 0;
			float: none;
		}
	}

.bg {
	background: url(../images/bg_risk_shindan.png);
	padding: 3em 0;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

input,
textarea,
select {
	box-sizing: border-box;
	font-size: 16px;
	max-width: 100%;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーー

HEADER

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#header {
	width: 100%;
}

#header #header_in {
	width: 1000px;
	margin: 0 auto;
}
	@media screen and (max-width: 1000px) {
		#header #header_in {
			width: 100%;
		}
	}

.logo {}

/****************************************************
*nav
****************************************************/
#nav {}
nav ul li {
	list-style: none;
	border-right: 1px solid #ddd;
	float: left;
	width: 25%;
	text-align: center;
}
nav ul li:first-child {
	border-left: 1px solid #ddd;
}
nav ul li a {
	display: block;
	padding: 0.75em;
	transition: 0.5s;
}
nav ul li a:hover {
	text-decoration: none;
	color: #333;
	background: #f0f0f0;
}
	@media screen and (max-width: 768px) {
		nav ul li a {
			font-size: 0.8em;
		}
	}

#main_visual img {
	width: 100%;
	height: auto;
	display: block;
}
	@media screen and (max-width: 768px) {
		nav ul li a {
			padding: 1em 0.25em;
		}
	}


/*ーーーーーーーーーーーーーーーーーーーーーーーーー

CONTENTS

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#main {
	width: 100%;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	padding: 3em 0 1em;
}
	@media screen and (max-width: 1000px) {
		.inner {
			width: 100%;
			padding: 3em 2em;
		}
	}

.head_title {
	padding: 2em;
	text-align: center;
	background: #f84f00;
}
.head_title:after {
	border: 1px solid #000;
}
.head_title h2 {
	color: #ffefbf;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 10px;
}
.head_title p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

.inner h2 {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 1em;
}

.inner h3 {
	color: #535353;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	margin-bottom: 1em;
}

.trouble_box { background: #f0f0e1; padding-bottom: 1.5em; }
.trouble_box .facility h3 {
	text-align: center;
}
/* 特徴 */
.facility {
	border: 1px solid #C9C9C9;
	background: #fcfcfc;
	border-radius: 11px;
	padding: 2em;
	margin-bottom: 2em;
	-webkit-box-shadow: 2px 2px 4px #eee;
	        box-shadow: 2px 2px 4px #eee;
}
.facility h3 { text-align: left; }
.facility_txt {
	width: 760px;
	float: left;
}
	@media screen and (max-width: 1000px) {
		.facility_txt {
			width: 100%;
			float: none;
		}
	}
.facility h3 {
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 0.25em;
}
	@media screen and (max-width: 768px) {
		.facility h3 {
			font-size: 1.25em;
			text-align: left !important;
		}
		.facility img {
			float: none;
			margin: 0 auto;
			margin-bottom: 2em;
		}
		.facility .alignright {
			margin-top: 2em;
			margin-bottom: 0;
		}
	}

.facility p {
	overflow: hidden;
}
.facility p:last-child {
	margin-bottom: 0;
}

.trouble {
	margin-top: 2em;
}
.trouble li {
	text-align: center;
	float: left;
	width: 23.5%;
	height: 280px;
	padding: 1.5em;
	margin-right: 2%;
	list-style: none;
	margin-bottom: 2%;
}
.trouble li:nth-child(4n) {
	margin-right: 0;
}
.trouble h3 {
	font-size: 1.5em;
	margin-top: 0.5em;
}

	@media screen and (max-width: 900px) {
		.trouble li { height: 320px; }
	}

	@media screen and (max-width: 768px) {
		.trouble h3 {
			margin-top: 0;
		}
		.trouble li {
			width: 100%;
			height: auto;
			margin-right: 0;
			margin-bottom: 4%;
			text-align: left;
		}
		.trouble li:nth-child(2n) {
			margin-right: 0;
		}
		.trouble li img {
			float: left;
			margin-top: 1em;
			margin-right: 2em;
			margin-bottom: 1em;
		}
	}



.songai_list {
	margin-top: 2em;
}
.songai_list li {
	float: left;
	list-style: none;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.songai_list li:nth-child(3n) {
	margin-right: 0;
}
	@media screen and (max-width: 768px) {
		.songai_list li {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 4%;
		}
		.songai_list li:nth-child(3n) {
			margin-right: 4%;
		}
		.songai_list li:nth-child(2n) {
			margin-right: 0;
		}
	}
.songai_list li img {
	width: 100%;
	height: auto;
}


.mouten {
	padding: 0 1em;
}
.mouten h3 {
	text-align: left;
}
.mouten dt {
	float: left;
	width: 100px;
	margin-right: 1em;
}
.mouten dd {
	padding-left: 100px;
	margin-bottom: 1.5em;
}
.mouten dd:last-child {
	margin-bottom: 0;
}
	@media screen and (max-width: 768px) {
		.mouten { padding: 0; }
		.mouten dt {
			float: none;
		}
		.mouten dd {
			padding-left: 0;
		}
		.mouten img {
			margin-bottom: 0;
		}
	}

/*.conp { margin-bottom: 2em; }*/
.conp img {
	width: 100%;
	height: auto;
}

#risk_shindan h2 {
	color: #333;
	font-weight: normal;
}

#risk_shindan .facility {
	width: 60%;
	margin: 1em auto;
}

#risk_shindan .facility ul {
	list-style: none;
	font-size: 18px;
}
#risk_shindan .facility ul li {
	margin-bottom: 0.5em;
	padding-left: 2em;
	background: url(../images/ico_checkbox.jpg) no-repeat left center;
}
#risk_shindan .facility ul li:last-child {
	margin-bottom: 0;
}
	@media screen and (max-width: 768px) {
		#risk_shindan {
			padding: 2em;
		}
		#risk_shindan .facility {
			width: 100%;
		}
		#risk_shindan .facility .alignright {
			float: none;
			margin: 0 auto 1em;
		}
	}


.to_link_box {
	margin-top: 2em;
}
.to_link_box .facility {
	text-align: center;
}
.to_link_box .facility p {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}
.to_link_box > .column2 {
	width: 45%;
	margin-right: 5%;
}
.to_link_box > .column2 img {
	width: 80%;
}


/* 講座 */
.head_title_bg {
	background: url(../images/bg_risk_shindan.png) no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 3em;
}
	@media screen and (max-width: 1000px) {
		.head_title_bg {
			/*margin-bottom: 2em;*/
		}
	}
.head_title_bg h1 {
	text-align: center;
}
	@media screen and (max-width: 768px) {
		.head_title_bg h1 {
			font-size: 1.5em;
		}
	}
.shadow {
text-shadow:
-1px -1px 15px #fff,
1px -1px 15px #fff,
-1px 1px 15px #fff,
1px 1px 15px #fff;
}

.box_title {
	background: #00A6F2;
	border-radius: 9px;
	margin-bottom: 2em;
}
.box_title h2 {
	color: #fff !important;
	text-align: left !important;
	padding: 1.8em 1em 0;
}
.box_title h2 small {
	display: inline-block;
	font-size: 0.7em !important;
	margin-bottom: 0.5em !important;
}
	@media screen and (max-width: 1000px) {
		.box_title img {
			display: none;
		}
		.box_title h2 {
			padding: 2em;
			text-align: center !important;
		}
	}
	@media screen and (max-width: 768px) {
		.box_title h2 { padding: 1em; margin-bottom: 0 !important; font-size: 1.5em !important; }
	}

.gaiyou_tbl {
	width: 100%;
	table-layout:  auto;
}
.gaiyou_tbl thead th {
	background: #666666;
	color: #fff;
	text-align: center;
	padding: 0.25em;
	font-size: 23px;
}
.gaiyou_tbl tbody th,
.gaiyou_tbl tbody td {
	border: 1px solid #c9c9c9;
	padding: 1em 0.5em;
}
.gaiyou_tbl tbody th {
	background: #fcfcfc;
	font-weight: bold;
	width: 15%;
}


.checked_box li {
	background: url(../images/ico_checkbox_checked.png) no-repeat;
	padding-left: 3em;
	list-style: none;
	margin-bottom: 0.75em;
	font-size: 1.1em;
}
.checked_box li:last-child {
	margin-bottom: 0;
}

.form_tbl {
	width: 100%;
	margin-bottom: 2em;
}
.form_tbl th,
.form_tbl td {
	padding: 1em;
	border: 1px solid #C9C9C9;
}
.form_tbl th {
	background: #FCFCFC;
	text-align: left;
	width: 25%;
	vertical-align: top;
}
.form_box {
	border: 1px solid #C9C9C9;
	background: #FCFCFC;
	padding: 1em;
	text-align: center;
	margin-bottom: 1.5em;
}
.form_box a {
	color: #007FFF;
	text-decoration: underline;
}
.form_box a:hover {
	text-decoration: none;
}
	@media screen and (max-width: 450px) {
		.form_tbl th,
		.form_tbl td {
			margin-top: -1px;
			display: block;
			width: 100%;
		}
	}

input[type=submit] {
	margin-bottom: 2em;
}

/*#mw_wp_form_mw-wp-form-4 input[type=submit] {
	background: url(../images/submit_kanrisya.png) no-repeat;
	border: none;
	text-indent: -9999px;
	width: 343px;
	height: 63px;
}*/
/*#mw_wp_form_mw-wp-form-4 input[type=submit] {
	background: url(../images/submit_jyugyouin.png) no-repeat;
}*/
#mw_wp_form_mw-wp-form-7 input[type=submit] {
	background: url(../images/submit_buy.jpg) no-repeat;
	border: none;
	text-indent: -9999px;
	width: 342px;
	height: 64px;
}
#mw_wp_form_mw-wp-form-12 input[type=submit] {
	background: url(../images/submit_contact.jpg) no-repeat;
	border: none;
	text-indent: -9999px;
	width: 342px;
	height: 64px;
}
	@media screen and (max-width: 450px) {
		input[type=submit] {
			width: 100% !important;
			height: 70px !important;
			-webkit-background-size: 100% !important;
			     -o-background-size: 100% !important;
			        background-size: 100% !important;
		}
	}

#mw_wp_form_mw-wp-form-7 input[value=確認]{
	background: url(../images/btn_confirm.png) no-repeat;
	border: none;
	text-indent: -9999px;
	width: 343px;
	height: 63px;
}
#mw_wp_form_mw-wp-form-7 input[value=戻る] {
	background: url(../images/btn_back.png) no-repeat;
	border: none;
	text-indent: -9999px;
	width: 147px;
	height: 63px;
	margin-right: 1em;
}
	@media screen and (max-width: 450px) {
		#mw_wp_form_mw-wp-form-7 input[value=戻る] {
			width: 147px !important;
			height: 63px;
			margin: 0 auto;
		}
	}

.privacy h3 { text-align: left; margin-bottom: 0.5em; }

/* 運営会社 */
.company h2,
.privacy-policy_content h2 {
	color: #535353 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
}

iframe {
	margin: 0 auto 1em;
	display: block;
}

	@media screen and (max-width: 1000px) {
		iframe {
			width: 100%;
			/*height: auto;*/
		}
	}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

SIDEBAR

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#sidebar {

}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

FOOTER

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer {
	width: 100%;
	background: #eee;
	padding: 1em;
}

#footer #footer_in {
	width: 1000px;
	margin: 0 auto;
}
	@media screen and (max-width: 1000px) {
		#footer #footer_in {
			width: 100%;
		}
	}

#footer ul {
	display: table;
	margin: 0 auto;
}
#footer li {
	list-style: none;
	float: left;
	padding: 0 1em;
}
#footer li a {
	color: #444;
	text-decoration: underline;
}

.copyright {
	text-align: center;
	font-size: 15px;
	color: #777;
	margin-top: 0.5em;
	/*color: #ccc;*/
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーー

WordPress and WP Plug-in

ーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*投稿・固定ページ用
ーーーーーーーーーーーーーーーー*/
.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	display: block;
	margin-left: 2em;
}

.alignleft {
	float: left;
	display: block;
	margin-right: 2em;
}

/*.page_cnts h1 a {
	text-decoration: none;
	color: #000;
}

.page_cnts h1 a:hover {
	color: #2c9bdf;
}
*/

.page_cnts h2 {}
.page_cnts h3 {}
.page_cnts h4 {}
.page_cnts h5 {}

.inner p {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.page_cnts ol {
	margin-left: 40px;
}

.page_cnts ul {
	margin-left: 35px;
}

.page_cnts li {
	margin-bottom: 1em;
}
.page_cnts li:last-child {
	margin-bottom: 0;
}

/*.page_cnts a {
	text-decoration: underline;
	color: #2c9bdf;
}

.page_cnts a:hover {
	text-decoration: none;
}*/

.page_cnts blockquote {

}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*ページナビゲーション
ーーーーーーーーーーーーーーーー*/
.wp-pagenavi {
  display: table;
  margin: 60px auto 0;
  color: #666;
  font-size: 13px;
}
.wp-pagenavi span {
	padding: 8px 15px !important;
	margin-left: -3px !important;
}
.wp-pagenavi a {
	padding:8px 15px !important;
	float: left;
	display: block;
    color: #666;
-webkit-transition: .5s;
	   -moz-transition: .5s;
	    -ms-transition: .5s;
	     -o-transition: .5s;
	        transition: .5s;
border: 1px solid #fff;
	margin-left: -3px !important;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { background: none; border: 1px solid #ccc; }
.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first { background: none; border: 1px solid #ccc; float:left;}
.wp-pagenavi .extend { background: none; border: none; float: left;}
.wp-pagenavi .current, .wp-pagenavi a:hover { background: #d90000; float:left; border: 1px solid #ccc;-webkit-transition: .5s;
	   -moz-transition: .5s;
	    -ms-transition: .5s;
	     -o-transition: .5s;
	        transition: .5s;
		color: #fff;}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*bxslider
ーーーーーーーーーーーーーーーー*/
.bx-wrapper {
	margin: 0 auto;
	position: relative;
}

/*bxslider読み込み前に画像がでるものを対処*/
.bxslider li {
	display: none;
}
.bx-viewport .bxslider li {
	display: block !important;
}

.bx-default-pager {
	display: none;
}

.bx-prev {
	position: absolute;
	top: 45%;
	left: -30px;
	background: url(images/case_arw_l.png) no-repeat;
	width: 16px;
	height: 28px;
	text-indent: -9999px;
}

.bx-next {
	position: absolute;
	top: 45%;
	right: -30px;
	background: url(images/case_arw_r.png) no-repeat;
	width: 16px;
	height: 28px;
	text-indent: -9999px;
}