@charset "utf-8";

body {
	text-align: center;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #111111;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	text-align: left;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 3px 5px;
	border: 1px solid #5b5d5f;
	box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
select {
	padding: 5px 5px;
	border: 1px solid #5b5d5f;
	box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	padding: 4px 5px;
	border: 1px solid #5b5d5f;
	box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #747474;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #747474;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #747474;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #747474 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #747474;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a:link {
	color: #0B8BD2;
}
a:visited {
	color: #0B8BD2;
}
a.normal:link {
	color: #231815;
}
a.normal:visited {
	color: #231815;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "Times New Roman", Georgia, YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:768px){
	body {
		font-size: 15px;
	}

	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 35px;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #c40000;
}
.bgYellow {
	background-color: #fff100;
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 30px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:769px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:768px){
	.pc {
		display: none;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 24px;
}
.define_inner {
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}

.c-title01 {
	margin-bottom: 70px;
	background-color: #025dbd;
}

.c-title01--point03 {
	margin-bottom: 40px;
}

.c-title01__inner {
	display: block;
}

@media screen and (max-width:768px){
	.define_wrap {
		padding: 0 15px;
	}

	.c-title01 {
		margin-bottom: 35px;
	}
}

/**********************************

 layout

***********************************/
.l-header {
	background: #ea3323;
}

.l-header__inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.l-header__desc {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0px 3px 3px rgba(147, 49, 42, 1);
}

.l-hero {
	background: url(../images/hero_pic.png) no-repeat center;
	background-size: cover;
}

.l-hero__inner {
	height: 540px;
	position: relative;
}

.l-hero__box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.l-hero__box__txt01 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}

.l-hero__box__ttl {
	margin-bottom: 15px;
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}

.l-hero__box__txt02 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}

.l-hero__box__txt03 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}

.l-main {
}

.l-footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #333333;
}

.l-footer p,
.l-footer a {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width:768px){

	.l-header__inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.l-header__desc {
		font-size: 18px;
	}

	.l-hero__inner {
		height: 450px;
	}

	.l-hero__box__txt01 {
		margin-bottom: 25px;
		font-size: 12px;
	}

	.l-hero__box__ttl {
		margin-bottom: 15px;
		font-size: 32px;
	}

	.l-hero__box__txt02 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.l-hero__box__txt03 {
		font-size: 14px;
	}
}


/**********************************

 Object

***********************************/
.c-cv {
	background-color: #f9f6f1;
}

.c-cv__inner {
	padding: 45px 0;
}

.c-cv__btn {
	max-width: 712px;
	margin: 0 auto;
}

.c-cv__btn a {
	display: block;
	padding: 6px;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	text-shadow: 0px 3px 3px rgba(63, 113, 31, 0.75);
	box-shadow:0px 3px 4px 0px rgba(139,135,132,0.9);
}

.c-cv__btn a span {
	display: block;
	padding: 32px 10px;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#92de62+0,59ac23+100 */
	background: rgb(146,222,98); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(146,222,98,1) 0%, rgba(89,172,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(146,222,98,1) 0%,rgba(89,172,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(146,222,98,1) 0%,rgba(89,172,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92de62', endColorstr='#59ac23',GradientType=0 ); /* IE6-9 */
}

.c-title {
	background-color: #ea3323;
}

.c-title__inner {
	padding: 45px 0;
}

.c-title__inner--small {
	padding: 35px 0;
}

.c-title__ttl {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}

.c-title__note {
	margin-top: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-sec__body {

}

.c-sec__body--net {
	background: url(../images/bg_net01.png);
}

.c-sec__body--gray {
	background-color: #e2e2e2;
}

.c-sec__body__inner {
	padding: 80px 0;
}

.voice {

}

.voice__ttl {
	margin-bottom: 20px;
	color: #ea3223;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.voice dl {
	display: table;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 27px;
}

.voice dl:last-child {
	margin-bottom: 0;
}

.voice dl dt {
	display: table-cell;
	width: 135px;
	height: 135px;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #ea3223;
}

.voice dl dd {
	display: table-cell;
	padding: 25px 35px;
	vertical-align: middle;
	background-color: #fff;
}

.debate {

}

.debate__wrap {
	overflow: hidden;
}

.debate__wrap__list {
	margin: 0 -16px;
}

.debate__wrap__item {
	width: 33.3334%;
	float: left;
	padding: 0 16px;
}

.debate__wrap__item .inner {
	background-color: #f7f6f4;
}

.debate__wrap__item .inner .ttl {
	padding: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #ea3223;
}

.debate__wrap__item .inner .pic {
	text-align: center;
}

.debate__wrap__item .inner .txtArea {
	padding: 15px;
}

.debate__wrap__item .inner .txtArea ul {
}

.debate__wrap__item .inner .txtArea ul li {
	margin-bottom: 1.5em;
	font-size: 12px;
}

.debate__wrap__item .inner .txtArea ul li:last-child {
	margin-bottom: 0;
}

.c-checkBox {
	padding: 45px 300px 45px 50px;
	margin-bottom: 90px;
	background-color: #333333;
	border-radius: 5px;
}

.c-checkBox--trouble {
	background: #333333 url(../images/trouble_pic01.png) no-repeat right 25%;
}

.c-checkBox--misunderstanding {
	padding: 45px 250px 45px 50px;
	background: #333333 url(../images/misunderstanding_pic01.png) no-repeat 104% 7%;
}

.c-checkBox ul {
}

.c-checkBox ul li {
	padding-left: 45px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}

.c-checkBox ul li:before {
	content: "";
	display: block;
	width: 35px;
	height: 29px;
	background: url(../images/icon_check01.png) no-repeat left top;
	position: absolute;
	top: 4px;
	left: 0;
}

.trouble__wrap {
	overflow: hidden;
}

.trouble__wrap__list {
	margin: 0 -16px;
}

.trouble__wrap__list__item {
	width: 33.3334%;
	float: left;
	padding: 0 16px;
}

.trouble__wrap__list__item .inner {
	background-color: #f7f6f4;
}

.trouble__wrap__list__item .inner .ttl {
	padding: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #ea3223;
}

.trouble__wrap__list__item .inner .pic {
	text-align: center;
}

.trouble__wrap__list__item .inner .txtArea {
	padding: 50px 15px 15px 15px;
	position: relative;
}

.trouble__wrap__list__item .inner .txtArea:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 35px 0 35px;
	border-color: #ea3323 transparent transparent transparent;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -35px;
}

.misunderstanding__wrap {
	overflow: hidden;
}

.misunderstanding__wrap__list {
	margin: 0 -16px;
}

.misunderstanding__wrap__item {
	width: 33.3334%;
	float: left;
	padding: 0 16px;
}

.misunderstanding__wrap__item .inner {
	height: 100%;
	padding: 15px;
	background-color: #ea3223;
}

.misunderstanding__wrap__item .inner .ttl {
	padding: 0 10px 10px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #fff;
}

.misunderstanding__wrap__item .inner .txtArea {
	padding-top: 15px;
}

.misunderstanding__wrap__item .inner .txtArea p {
	color: #fff;
}

.seminar {

}

.seminar__box {
	width: 48.5%;
	float: left;
}

.seminar__box:last-child {
	float: right;
}

.seminar__box__inner {
	height: 100%;
	padding: 20px 25px 20px;
	border: 5px solid #ea3223;
	background: url(../images/bg_stripe01.png);
}

.seminar__box__ttl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #ea3223;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #ea3223;
}

.seminar__box__cont {

}

.seminar__box__cont p {
	margin-bottom: 1.5em;
	font-weight: bold;
}

.seminar__box__cont p:last-child {
	margin-bottom: 0;
}

.seminar__box__cont ul {

}

.seminar__box__cont ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-weight: bold;
}

.seminar__box__cont dl {
	margin-bottom: 1.5em;
}

.seminar__box__cont dl:last-child {
	margin-bottom: 0;
}

.seminar__box__cont dl dt {
	font-weight: bold;
}

.seminar__box__cont dl dd {
	font-weight: bold;
}

.faq {

}

.faq dl {
	margin-bottom: 30px;
	border: 1px solid #cccccc;
}

.faq dl:last-child {
	margin-bottom: 0;
}

.faq dl dt {
	padding: 20px 15px 20px 80px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background-color: #1a2956;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.faq dl dd {
	padding: 20px 15px 20px 80px;
	font-size: 28px;
	background-color: #fff;
	position: relative;
}

.faq dl dt:before,
.faq dl dd:before {
	display: block;
	width: 45px;
	height: 45px;
	font-size: 22px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	top: 18px;
	left: 20px;
	border-radius: 5px;
}

.faq dl dt:before {
	content: "Q";
	color: #1b4e96;
	background-color: #fff;
}

.faq dl dd:before {
	content: "A";
	color: #fff;
	background-color: #ff7f00;
}


@media screen and (max-width:768px){

	.c-cv__inner {
		padding: 30px 0;
	}

	.c-cv__btn a {
		padding: 4px;
		font-size: 5.5vw;
	}

	.c-cv__btn a span {
		padding: 25px 5px;
	}

	.c-title__inner {
		padding: 15px 0;
	}

	.c-title__inner--small {
		padding: 15px 0;
	}

	.c-title__ttl {
		font-size: 24px;
	}

	.c-title__note {
		font-size: 12px;
	}

	.c-sec__body__inner {
		padding: 40px 0;
	}

	.voice__ttl {
		font-size: 22px;
	}

	.voice dl {
		display: block;
		margin: 0 auto 20px;
	}

	.voice dl:last-child {
		margin-bottom: 0;
	}

	.voice dl dt {
		display: block;
		width: auto;
		height: auto;
		padding: 10px 15px;
		font-size: 24px;
	}

	.voice dl dd {
		display: block;
		padding: 15px;
	}

	.debate__wrap__list {
		margin: 0;
	}

	.debate__wrap__item {
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}

	.debate__wrap__item:last-child {
		margin-bottom: 0;
	}

	.debate__wrap__item .inner .pic img {
		width: 100%;
		max-width: none;
	}

	.debate__wrap__item .inner .ttl {
		padding: 10px;
		color: #fff;
		font-size: 18px;
	}

	.c-checkBox {
		padding: 15px 100px 15px 15px;
		margin-bottom: 40px;
	}

	.c-checkBox--trouble {
		background: #333333 url(../images/trouble_pic01.png) no-repeat right bottom;
		background-size: 30%;
	}

	.c-checkBox--misunderstanding {
		padding: 15px 100px 15px 15px;
		background: #333333 url(../images/misunderstanding_pic01.png) no-repeat right 20%;
		background-size: 25%;
	}

	.c-checkBox ul li {
		padding-left: 25px;
		margin-bottom: 10px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		position: relative;
	}

	.c-checkBox ul li:last-child {
		margin-bottom: 0;
	}

	.c-checkBox ul li:before {
		width: 20px;
		height: 17px;
		background-size: 20px 17px;
		top: 0;
		left: 0;
	}

	.trouble__wrap__list {
		margin: 0;
	}

	.trouble__wrap__list__item {
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}

	.trouble__wrap__list__item:last-child {
		margin-bottom: 0;
	}

	.trouble__wrap__list__item .inner .ttl {
		padding: 10px;
		color: #fff;
		font-size: 18px;
	}

	.trouble__wrap__list__item .inner .pic img {
		width: 100%;
		max-width: none;
	}

	.trouble__wrap__list__item .inner .txtArea {
		padding: 50px 15px 15px 15px;
		position: relative;
	}

	.trouble__wrap__list__item .inner .txtArea:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 35px 0 35px;
		border-color: #ea3323 transparent transparent transparent;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -35px;
	}

	.misunderstanding__wrap__list {
		margin: 0;
	}

	.misunderstanding__wrap__item {
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}

	.misunderstanding__wrap__item:last-child {
		margin-bottom: 0;
	}

	.misunderstanding__wrap__item .inner {
		height: 100%;
		padding: 15px;
		background-color: #ea3223;
	}

	.misunderstanding__wrap__item .inner .ttl {
		padding: 0 10px 10px;
		font-size: 18px;
	}

	.seminar__box {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	.seminar__box:last-child {
		float: none;
		margin-bottom: 0;
	}

	.seminar__box__inner {
		padding: 15px 15px 15px;
	}

	.seminar__box__ttl {
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 18px;
	}

	.faq dl {
		margin-bottom: 20px;
	}

	.faq dl:last-child {
		margin-bottom: 0;
	}

	.faq dl dt {
		padding: 18px 15px 18px 55px;
		color: #fff;
		font-size: 18px;
	}

	.faq dl dd {
		padding: 18px 15px 18px 55px;
		font-size: 18px;
	}

	.faq dl dt:before,
	.faq dl dd:before {
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
		top: 16px;
		left: 15px;
	}
}

@media screen and (max-width:550px) {

	.c-checkBox--trouble {
		background: #333333 url(../images/trouble_pic01.png) no-repeat 100% bottom;
		background-size: 50%;
	}
}

@media screen and (max-width:450px) {

	.c-checkBox--misunderstanding {
		background: #333333 url(../images/misunderstanding_pic01.png) no-repeat right bottom;
		background-size: 25%;
	}
}

@media screen and (max-width:424px) {

	.c-checkBox--trouble {
		background: #333333 url(../images/trouble_pic01.png) no-repeat 130% bottom;
		background-size: 70%;
	}

	.c-checkBox--misunderstanding {
		background: #333333 url(../images/misunderstanding_pic01.png) no-repeat 105% bottom;
		background-size: 35%;
	}
}



