body,html{
	width:100%;
	height:100%;
	color:#4a4a4a;
}
body{
	font-family:Hiragino Sans,\\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF,
	Hiragino Kaku Gothic ProN,
	\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,
	Roboto,Droid Sans,YuGothic,\\6E38\30B4\30B7\30C3\30AF,Meiryo,
	\\30E1\30A4\30EA\30AA,Verdana,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",sans-serif
}
hr{
	max-width:200px;
	border-width:2px;
	margin-top:16px;
	margin-bottom:30px;
}
hr,hr.light{
	border-color:#fff
}
a:focus,a:hover{
	color:#f05d3e;text-decoration:none;
}
p{
	font-size:16px;line-height:2;
}
.bg-primary{
	background-color:#f05f40!important;
}
.bg-dark{
	color:#fff;
	background-color:#6c6c6c!important;
}
.text-faded{
	color:hsla(0,0%,100%,.7);
}
.section-heading{
	margin-top:0;
}
.no-padding{
	padding:0;
}
::-moz-selection{
	color:#fff;
	background:#6c6c6c;
	text-shadow:none;
}
::selection{
	color:#fff;
	background:#6c6c6c;
	text-shadow:none;
}
img::selection{
	color:#fff;
	background:transparent;
}
img::-moz-selection{
	color:#fff;
	background:transparent;
}

.container{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
@media (min-width:768px){
	.container{
		width:750px;
	}
}
@media (min-width:992px){
	.container{
		width:970px;
	}
}
@media (min-width:1200px){
	.container{
		width:1170px;
	}
}

.breadcrumb{
	background-color:transparent;
	margin:0;
	padding:30px 10px;
	font-size:14px;
}
.breadcrumb .breadcrumb-item.active{
	color:#4a4a4a;
}

.breadcrumb-item+.breadcrumb-item:before{
	content:">";
}
.form-control::-webkit-input-placeholder{
	color:#ccc;
	font-size:.9em;
}
.form-control:-moz-placeholder,.form-control::-moz-placeholder{
	color:#ccc;
	font-size:.9em;
}
.form-control:-ms-input-placeholder{
	color:#ccc;
	font-size:.9em;
}
.pagination-box ul{
	justify-content:center;
}
.pagination-box ul .page-link{
	margin:5px;
	padding:.6rem 1rem;
	border-radius:4px;
	color:#4a4a4a;
}
.pagination-box ul .page-item.active .page-link{
	background:#f05f40;
	border-color:#f05f40;
}
.btn-theme{
	position:relative;
	display:inline-block;
	line-height:1.4;
	text-align:center;
	background-image:none;
	border-style:solid;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;user-select:none;
}
.btn-theme.active.focus,
.btn-theme.active:focus,
.btn-theme.focus,
.btn-theme:active.focus,
.btn-theme:active:focus,
.btn-theme:focus{
	outline:none;
}
.btn-theme:hover{
	transition-duration:.3s;
	transition-property:all;
	transition-timing-function:cubic-bezier(.7,1,.7,1);
}
.btn-theme.focus,.btn-theme:focus,.btn-theme:hover{
	text-decoration:none;
}
.btn-theme.active,.btn-theme:active{
	background-image:none;
	outline:0;
}
.btn-theme.disabled,.btn-theme[disabled],fieldset[disabled] .btn-theme{
	cursor:not-allowed;
	box-shadow:none;
	opacity:.65;
	pointer-events:none;
}
.btn-black-bg{
	color:#fff;
	background:#545555;
	border-color:#fff;
	border-width:1px;
	border-radius:4px;
}
.btn-black-bg.focus,.btn-black-bg:focus,.btn-black-bg:hover{
	color:#545555;
	background:#fff;
	border-color:#545555;
}
.btn-white-bg{
	color:#fff;
	background:transparent;
	border-color:#fff;
	border-width:2px;
}
.btn-white-bg.focus,.btn-white-bg:focus,.btn-white-bg:hover{
	color:#4a4a4a;
	background:#fff;
	border-color:transparent;
}
.btn-white-bg:after{
	content:"";
	position:absolute;
	top:0;
	right:55px;
	bottom:0;
	width:18px;
	height:18px;
	margin:auto;
	background:url(../img/ic-arrow-white.png) no-repeat 50% 50%;
	background-size:contain;
}
.btn-white-bg:hover:after{
	background:url(../img/ic-arrow.png) no-repeat 50% 50%;
	transition-duration:.3s;
	transition-property:all;
	transition-timing-function:cubic-bezier(.7,1,.7,1);
}
.btn-white-brd{
	color:#fff;
	background:transparent;
	border-color:#fff;
	border-width:2px;
}
.btn-white-brd.focus,.btn-white-brd:focus,.btn-white-brd:hover{
	color:#515769;
	background:#fff;
	border-color:#fff;
}
.btn-default-bg{
	color:#4a4a4a;
	background:#fff;
	border-color:#4a4a4a;
	border-width:2px;
	position:relative;
}
.btn-default-bg.focus,.btn-default-bg:focus,.btn-default-bg:hover{
	color:#fff;
	background:#f05f40;
	border-color:transparent;
}
.btn-default-bg:after{
	content:"";
	position:absolute;
	top:0;
	right:55px;
	bottom:0;
	width:18px;
	height:18px;
	margin:auto;
	background:url(../img/ic-arrow.png) no-repeat 50% 50%;
	background-size:contain;
}
.btn-default-bg:hover:after{
	background:url(../img/ic-arrow-white.png) no-repeat 50% 50%;
	transition-duration:.3s;
	transition-property:all;
	transition-timing-function:cubic-bezier(.7,1,.7,1);
}
.btn-theme-sm{
	font-size:14px;
	font-weight:400;
	padding:15px 81px 15px 57px;
}
.btn-theme-submit{
	font-size:14px;
	font-weight:400;
	padding:15px 80px;
}
@media (max-width:991px){
	.btn-theme-submit{
		font-size:14px;
		font-weight:400;
		padding:15px 50px;
	}
}
.header{
	padding:8px 0;
}
.header .logo{
	transition-duration:.2s;
}
.header .logo:focus,.header .logo:hover{
	opacity:.6;
}
.header .logo img{
	max-width:100%;
}
.header .logo .tag-line{
	color:#7c7c7c;
	line-height: 1.4;
    font-size: 0.7rem;
}
.footer,.header .tel{
	width:100%;
}
.footer{
	background:#595757;
	padding:60px 0;
}
.footer li{
	list-style:none;
	margin-bottom:4px;
}
.footer li a{
	padding:0 0 0 20px;
	color:#fff;
}
.footer .list-type-01 a{
	background:url(../img/list-ico-01.png) no-repeat 0;
}
.footer .list-type-02 a{
	background:url(../img/list-ico-02.png) no-repeat 0 4px;
	display:block;
}
#hero-image{
	position:relative;
	width:100%;
	background-image:url(../img/bg.png);
	background-position:50%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#hero-image img{
	max-width:100%;
}
#hero-image .arrow{
	position:absolute;bottom:20px;left:-30px;width:120%;z-index:999;
}
#hero-image .form{
	position:relative;background:url(../img/bg-form.png) no-repeat top;
	background-size:100%;
	min-height:720px;
}
#hero-image .form .form-wrap{padding-top:330px; }
#hero-image .form .form-wrap form{
	width:90%;
	margin:0 auto 10px;
	padding:0 0 10px 0;
	border-radius:5px;
}
#hero-image .form .form-wrap .label{
	width:94%;
	margin:4px auto 8px;
	font-size:0.9rem;
	font-weight:700;
	color:#fff;
	text-align:center;
}
#hero-image .form .form-wrap .form-group{margin-bottom:.5rem;}
#hero-image .form .form-wrap .media-guide{width:80%;margin:0 auto 10px;font-size:1rem;color:#fff;text-align:right;}
#hero-image .form .form-wrap .media-guide a{color:#fff;}
#hero-image .form .form-wrap .error{width:80%;margin:0 auto;color:#ffd012;font-size:.8rem;}
#hero-image .form .form-wrap .form-control{width:80%;margin:0 auto;}
#hero-image .form .form-wrap .submit-btn{
	border:0;
	width:66%;
	background-size:100% !important;
	margin:1px auto;
	height:110px;
	background:url(../img/btn-apply-01.png) 0 0 no-repeat;
	cursor:pointer;
	transition-duration:.2s;
}
#hero-image .form .form-wrap .submit-btn:focus,#hero-image .form .form-wrap .submit-btn:hover{
	background-image:url(../img/btn-apply-01on.png);
}
@media (max-width:1199px){
	#hero-image .arrow{
		bottom:20px;
	}
	#hero-image .form .form-wrap{
		padding-top:16rem;
	}
	#hero-image .form .form-wrap form{
		padding-bottom:1px;
	}
	#hero-image .form .form-wrap .label{
		font-size:1.1rem;
	}
}
@media (max-width:991px){
	#hero-image .arrow{
		display:none;
	}
	#hero-image .form .form-wrap{
		padding-top:20rem;
	}
	#hero-image .form .form-wrap form{
		padding-top:4%;
			background: #027c96;
	}
}
@media (max-width:767px){
	#hero-image .form .form-wrap{
		padding-top:54%;
	}
}
@media (max-width:767px){
	#hero-image .form .form-wrap .label{
		font-size:1rem;
		margin-bottom:5px;
		margin-top:0;
	}
#hero-image .form .form-wrap .submit-btn{
	height:80px;
}
}

.block1-box {
    width: 65%;
    padding: 0.5em 1em;
    margin: 1.2em 0;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-left: solid 6px #00891d;
}
.block1-box h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0.3rem;
    line-height: 1.5;
}
.block1-box h4 span {
    color: #00891d;
    margin: 0;
    font-size: 1em;
}
.block1-box hr {
    margin: 5px 0;
    max-width: 100%;
    border-top: 1px solid #CCC;
}
.clearfix img {
    width: 30%;
    box-sizing: border-box;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.table-tit{
	
	margin: 10px 0 5px;
}

.memo-box {
    padding: 15px;
    margin: 0px 0 20px;
    box-shadow: 2px 2px 6px #932e2e;
    background: #FFF;
    width: 100%;
    display: block;
}
.memo-tit1 {
    position: relative;
    padding: 5px 10px;
    margin-top: 5px;
    background-color: #932e2e;
    color: #fff;
    font-size: 1.2em;
}
.memo-tit1:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #551414;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.bg-red{
	background:#e66464;
}
.media-tit{
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;
	margin-top: 20px;
}
.jisseki-box{
	margin-top: 20px;
}
.jisseki-box div{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 0 1%;
	text-align: left;
}
.jisseki-box div img{
	max-width: 100%;
}
.jisseki-tit{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
.jisseki-photo{
	text-align: center;
}

.wow{line-height:0;}
@media (min-width:991px){
	.heading{
		position:relative;
		background:#e66464;
		width:100%;
		padding:40px;
		margin-bottom:60px;
	}
	.heading:after{
		position:absolute;
		right:0;
		bottom:-30px;
		left:0;
		margin:auto;
		width:0;
		height:0;
		content:"";
		border-top:30px solid #e66464;
		border-right:75px solid transparent;
		border-left:75px solid transparent;
		z-index:9;
	}
	.heading h2{
		font-size:2rem;
		line-height:1.6;
		width:100%;
		margin:0 auto;
		text-align:center;
		color:#fff;
		font-weight:700;
	}
	#hero-image .f-main-tit img{
	max-width: 110%;
}
}
@media (max-width:991px){

			.heading{
		position:relative;
		background:#e66464;
		width:100%;
		padding:25px;
		margin-bottom:60px;
	}
	.heading:after{
		position:absolute;
		right:0;
		bottom:-30px;
		left:0;
		margin:auto;
		width:0;
		height:0;
		content:"";
		border-top:30px solid #e66464;
		border-right:75px solid transparent;
		border-left:75px solid transparent;
		z-index:9;
	}
	.heading h2{
		font-size:1rem;
		line-height:1.6;
		width:100%;
		margin:0 auto;
		text-align:center;
		color:#fff;
		font-weight:700;
	}
}
.text-underline{text-decoration:underline;}
.txt-red{color:red;font-weight:bold;}
.txt-green{color:green;font-weight:bold;}
.txt-orange{color:#F60;font-weight:bold;}
.highlight{font-weight:700;background:#ff0;color:red;}
.highlight2{font-weight:700;background:#ff0;color:green;}
#enlargement img{width:100%}
.message{font-size:2rem;line-height:1.5 !important;font-weight:700;color:#00891d;text-align:left;}
@media (max-width:991px){
	.message{font-size:1rem;}
}
#not-active-senior-market .senior-category{
	position:relative;
	padding:30px 60px 30px 30px;
	border-top:6px solid #ffd012;
	border-bottom:6px solid #ffd012;
	border-left:6px solid #ffd012;
	margin-top:60px;}
#not-active-senior-market .senior-category:after{
	background-color:#fff;
	background-image:
	linear-gradient(45deg,#ffd012 25%,transparent 0,transparent 75%,#ffd012 0,#ffd012),
	linear-gradient(45deg,#ffd012 25%,transparent 0,transparent 75%,#ffd012 0,#ffd012);
	background-position:0 0,18px 18px;
	background-size:36px 36px;
	content:"";
	display:inline-block;
	width:36px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:-2;
}
#not-active-senior-market .senior-category h3{
	font-size:2rem;
	font-weight:700;
	border-bottom:4px solid #ffd012;
	border-left:25px solid #ffd012;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	margin-bottom:20px;
}
#not-active-senior-market .senior-category p{font-size:1.2rem;}
#not-active-senior-market .senior-category strong{color:#063;}
#not-active-senior-market .note{font-size:14px;margin-top:10px;}
@media (max-width:991px){
	#not-active-senior-market .senior-category{width:90%;margin-top:60px;}
	#not-active-senior-market .senior-category h3{font-size:1.5rem;padding-left:20px;margin-bottom:30px;}
	#not-active-senior-market .senior-category p{font-size:1rem;}
	#not-active-senior-market .note{width:90%;}
}
#consumer-appetite img,#financial-assets img{width:100%;}
#approach .question{color:#e66464;font-size:1.8rem;font-weight:700;}
#approach .text{font-size:1.5rem;}
@media (max-width:991px){
	#approach img{width:100%;}
	#approach .question{font-size:1.5rem;}
	#approach .text{font-size:1rem;padding-right:1rem;padding-left:1rem;}
	#approach .row-reverse{flex-direction:column-reverse}
}
#success-case{width:100%;background:#e66464;padding-top:70px;padding-bottom:40px;}
#success-case h2{font-size:2.375rem;font-weight:700;color:#fff;width:100%;text-align:center;margin-bottom:80px;}
#success-case .more{font-size:1.75rem;font-weight:700;width:100%;text-align:right; position:relative; z-index:100;}
#success-case .more a{color:#fff;}
#success-case .more a:hover{color:#00f;}
#success-case .case-study{
	padding:30px 50px 40px;
	margin-bottom:60px;
	background:#fff;
	border-radius:20px;
	box-shadow:10px 10px 3px 0 rgba(0,0,0,.3);
}
#success-case .case-study h3{
	font-size:1.5rem;
	font-weight:700;
	padding-bottom:15px;
	border-bottom:1px solid #e66464;
	margin-bottom:60px;
}
#success-case .case-study h3 span{display:block;margin-bottom:10px;color:#e66464;}
#success-case .case-study h4{font-weight:700;}
#success-case .case-study strong{color:#063;}
#success-case .case-study strong.orange{color:#e66464;}
#success-case p{font-size:1.125rem}
@media (max-width:991px){
	#success-case{padding-top:30px;padding-bottom:60px;}
	#success-case h2{font-size:1.2rem;margin-bottom:30px;}
	#success-case .more{font-size:1rem;}
	#success-case .case-study{padding:30px;margin-bottom:60px;}
	#success-case .case-study h3,#success-case p{font-size:1rem;}
	#success-case .case-study h4{font-size:1rem;}
}
#advertising-media .more-media{margin-bottom:0;font-size:1.3rem;}
#advertising-media .more-media a{color:#00f;text-decoration:underline;}
#advertising-media .table-bordered td,#advertising-media .table-bordered th{border:1px solid #000;}
#advertising-media table thead th{vertical-align:middle;border-bottom:2px solid #000;}
#advertising-media table th{background:#EEE;}
#advertising-media table th.media-id{width:10%;}
#advertising-media table th.media-overview{width:35%;}
#advertising-media table th.target{width:10%;}
#advertising-media table th.number{width:10%;}
#advertising-media table th.result{width:35%;}
@media (max-width:991px){
	#advertising-media h3{font-size:1.2rem;}
	#advertising-media .more-media{font-size:1rem;}
	#advertising-media .table-responsive{
		display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;
	}
	#advertising-media .table-responsive.table-bordered{border:0;}
	#advertising-media td{white-space:nowrap;}
}
.call-to-action-01{width:100%;background-color:#dcdcdc;}
.call-to-action-01 .container{
	width:100%;
	background-image:url(../img/bg-cta.png);
	background-repeat:no-repeat;
	background-position:right 90px bottom 0;
	padding-top:30px;
}
.call-to-action-01 a{
	transition-duration:.2s;
}
.call-to-action-01 a:focus,.call-to-action-01 a:hover{opacity:.9;}
.call-to-action-02{width:100%;background-color:#dcdcdc;}
.call-to-action-02 .container{
	width:100%;
	background-image:url(../img/bg-cta.png);
	background-repeat:no-repeat;
	background-position:right 0 bottom 0;
	padding-top:30px;
}
.call-to-action-02 a{transition-duration:.2s;}
.call-to-action-02 a:focus,.call-to-action-02 a:hover{opacity:.9}
.call-to-action-03{width:100%;background-color:#dcdcdc;}
.call-to-action-03 .container{
	width:100%;
	background-image:url(../img/bg-cta.png);
	background-repeat:no-repeat;
	background-position:right 0 bottom 0;
	padding-top:30px;
}
.call-to-action-03 a{transition-duration:.2s;}
.call-to-action-03 a:focus,.call-to-action-03 a:hover{opacity:.9}
@media (max-width:767px){
	.call-to-action-01 img{width:50%;}
	.call-to-action-01 .container{background-position:right 0 bottom 0;}
	.call-to-action-02 img{width:50%;}
	.call-to{width:60% !important;}
	.call-to-action-02 .container{background-position:right 0 bottom 0;}
	.call-to-action-03 img{width:50%;}
	.call-to-action-03 .container{background-position:right 0 bottom 0;}
}
@keyframes ramble{
	0%{transform:rotate(0deg) translate(0)}
	2%{transform:rotate(.4deg) translate(2px,-2px)}
	4%{transform:rotate(.8deg) translateY(2px)}
	6%{transform:rotate(.4deg) translate(-2px)}
	8%{transform:rotate(0deg) translate(0)}
	10%{transform:rotate(.4deg) translate(2px,-2px)}
	12%{transform:rotate(.8deg) translateY(2px)}
	14%{transform:rotate(.4deg) translate(-2px)}
	16%{transform:rotate(0deg) translate(0)}
	18%{transform:rotate(.4deg) translate(2px,-2px)}
	20%{transform:rotate(.8deg) translateY(2px)}
	22%{transform:rotate(.4deg) translate(-2px)}
	24%{transform:rotate(0deg) translate(0)}
	26%{transform:rotate(.4deg) translate(2px,-2px)}
	28%{transform:rotate(.8deg) translateY(2px)}
	30%{transform:rotate(.4deg) translate(-2px)}
	32%{transform:rotate(0deg) translate(0)}to{transform:rotate(0deg) translate(0)}
}
.ramble{animation:ramble 2s linear infinite;}
.ramble:hover{animation:none;}
.row-space-1{margin-right:-1px;margin-left:-1px;}
.row-space-1>[class*=col-]{padding-left:1px;padding-right:1px;}
.content-sm{padding-top:60px;padding-bottom:60px;}
.content-md{padding-top:80px;padding-bottom:80px;}
.content-lg{padding-top:100px;padding-bottom:100px;}
.full-width{width:100%;height:auto;}
.fweight-300{font-weight:300!important;}
.fweight-400{font-weight:400!important;}
.fweight-500{font-weight:500!important;}
.fweight-600{font-weight:600!important;}
.fweight-700{font-weight:700!important;}
.margin-l-0{margin-left:0!important;}
.margin-l-5{margin-left:5px!important;}
.margin-l-10{margin-left:10px!important;}
.margin-l-20{margin-left:20px!important;}
.margin-l-30{margin-left:30px!important;}
.margin-r-0{margin-right:0!important;}
.margin-r-5{margin-right:5px!important;}
.margin-r-10{margin-right:10px!important;}
.margin-r-20{margin-right:20px!important;}
.margin-r-30{margin-right:30px!important;}
.margin-t-0{margin-top:0!important;}
.margin-t-5{margin-top:5px!important;}
.margin-t-10{margin-top:10px!important;}
.margin-t-20{margin-top:20px!important;}
.margin-t-30{margin-top:30px!important;}
.margin-t-40{margin-top:40px!important;}
.margin-t-50{margin-top:50px!important;}
.margin-t-60{margin-top:60px!important;}
@media (max-width:992px){
	.md-margin-t-0{margin-top:0!important;}
	.md-margin-t-5{margin-top:5px!important;}
	.md-margin-t-10{margin-top:10px!important;}
	.md-margin-t-20{margin-top:20px!important;}
	.md-margin-t-30{margin-top:30px!important;}
	.md-margin-t-40{margin-top:40px!important;}
	.md-margin-t-50{margin-top:50px!important;}
	.md-margin-t-60{margin-top:60px!important;}
}
@media (max-width:768px){
	.sm-margin-t-0{margin-top:0!important;}
	.sm-margin-t-5{margin-top:5px!important;}
	.sm-margin-t-10{margin-top:10px!important;}
	.sm-margin-t-20{margin-top:20px!important;}
	.sm-margin-t-30{margin-top:30px!important;}
	.sm-margin-t-40{margin-top:40px!important;}
	.sm-margin-t-50{margin-top:50px!important;}
	.sm-margin-t-60{margin-top:60px!important;}
}
@media (max-width:480px){
	.xs-margin-t-0{margin-top:0!important;}
	.xs-margin-t-5{margin-top:5px!important;}
	.xs-margin-t-10{margin-top:10px!important;}
	.xs-margin-t-20{margin-top:20px!important;}
	.xs-margin-t-30{margin-top:30px!important;}
	.xs-margin-t-40{margin-top:40px!important;}
	.xs-margin-t-50{margin-top:50px!important;}
	.xs-margin-t-60{margin-top:60px!important;}
}
.margin-t--40{margin-top:-40px;}
.margin-b-0{margin-bottom:0!important;}
.margin-b-2{margin-bottom:2px!important;}
.margin-b-5{margin-bottom:5px!important;}
.margin-b-10{margin-bottom:10px!important;}
.margin-b-20{margin-bottom:20px!important;}
.margin-b-30{margin-bottom:30px!important;}
.margin-b-40{margin-bottom:40px!important;}
.margin-b-50{margin-bottom:50px!important;}
.margin-b-60{margin-bottom:60px!important;}
.margin-b-70{margin-bottom:70px!important;}
.margin-b-80{margin-bottom:80px!important;}
.margin-b-90{margin-bottom:90px!important;}
.margin-b-100{margin-bottom:100px!important;}
@media (max-width:992px){
	.md-margin-b-0{margin-bottom:0!important;}
	.md-margin-b-2{margin-bottom:2px!important;}
	.md-margin-b-5{margin-bottom:5px!important;}
	.md-margin-b-10{margin-bottom:10px!important;}
	.md-margin-b-20{margin-bottom:20px!important;}
	.md-margin-b-30{margin-bottom:30px!important;}
	.md-margin-b-40{margin-bottom:40px!important;}
	.md-margin-b-50{margin-bottom:50px!important;}
	.md-margin-b-60{margin-bottom:60px!important;}
	.md-margin-b-70{margin-bottom:70px!important;}
	.md-margin-b-80{margin-bottom:80px!important;}
	.md-margin-b-90{margin-bottom:90px!important;}
	.md-margin-b-100{margin-bottom:100px!important;}
}
@media (max-width:768px){
	.sm-margin-b-0{margin-bottom:0!important;}
	.sm-margin-b-2{margin-bottom:2px!important;}
	.sm-margin-b-5{margin-bottom:5px!important;}
	.sm-margin-b-10{margin-bottom:10px!important;}
	.sm-margin-b-20{margin-bottom:20px!important;}
	.sm-margin-b-30{margin-bottom:30px!important;}
	.sm-margin-b-40{margin-bottom:40px!important;}
	.sm-margin-b-50{margin-bottom:50px!important;}
	.sm-margin-b-60{margin-bottom:60px!important;}
	.sm-margin-b-70{margin-bottom:70px!important;}
	.sm-margin-b-80{margin-bottom:80px!important;}
	.sm-margin-b-90{margin-bottom:90px!important;}
	.sm-margin-b-100{margin-bottom:100px!important;}
}
@media (max-width:480px){
	.xs-margin-b-0{margin-bottom:0!important;}
	.xs-margin-b-2{margin-bottom:2px!important;}
	.xs-margin-b-5{margin-bottom:5px!important;}
	.xs-margin-b-10{margin-bottom:10px!important;}
	.xs-margin-b-20{margin-bottom:20px!important;}
	.xs-margin-b-30{margin-bottom:30px!important;}
	.xs-margin-b-40{margin-bottom:40px!important;}
	.xs-margin-b-50{margin-bottom:50px!important;}
	.xs-margin-b-60{margin-bottom:60px!important;}
	.xs-margin-b-70{margin-bottom:70px!important;}
	.xs-margin-b-80{margin-bottom:80px!important;}
	.xs-margin-b-90{margin-bottom:90px!important;}
	.xs-margin-b-100{margin-bottom:100px!important;}
}
.height-100{height:100px!important;}
.height-200{height:200px!important;}
.height-300{height:300px!important;}
.table-responsive th,.table-responsive td{vertical-align:middle;}
@media (max-width:991px){
	.align-items-right{width:90%;margin:0 auto;text-align:right;display:block;}
}


@media (max-width:768px){
	.pc_only{display:none;}
	.sp_only{display:block;}
	.f-main-tit{margin-bottom:5px;}
	.f-main-txt{margin-bottom:7px;}
}
@media (min-width:769px){
	.pc_only{display:block;}
	.sp_only{display:none;}
}
.orikomi-blue {background: #2e62d8;}
.orikomi-blue:after {border-top: 30px solid #2e62d8;}
.cite{color:#FFF; padding-left:36px; font-size:0.7rem;}
.cite a{color:#FFF;}
@media (max-width:768px){
	.pc_only{display:none;}
	.sp_only{display:block;}
	.f-main-tit{margin-bottom:5px;}
	.f-main-txt{margin-bottom:7px;}
}
@media (min-width:769px){
	.pc_only{display:block;}
	.sp_only{display:none;}
}

.text-green{color:green;font-weight:bold;}
.text-orange{color:#F60;font-weight:bold;}
.check{font-weight:bold;font-size:1.3rem; 
	padding-left:40px; background:url(../img/ico_check.png) no-repeat left 5px;}
.tit-style{font-size:1.2rem;}
.justify-content-center p{line-height:1.8; word-wrap: break-word;}
.wow {line-height: 0;}
.pc-w90{width:90% !important;}
.txt-bg-c{font-size:1.4rem;}
.txt-clr04 {color: #969696;}
table.style01 ul{padding-left:20px;}
table.style01 li{margin:0 0 5px 0;}
@media (max-width: 767px){
#hero-image{padding-bottom:0;}
.call-to {width: 60% !important;}
.pc-w90{width:100%;}
}

@media screen and (max-width: 768px) {

.f-main-img{
	margin-top:20px;
}
#hero-image .f-main{
	margin:20px 0 0;
}
#hero-image .f-main-tit{
	margin:0 0 20px;
}
#hero-image .form{
	min-height: 100px;
	background-size: 100%;
}
#hero-image .form .form-wrap .label{
	font-size: 0.8rem;
}
#hero-image .form .form-wrap .submit-btn{
	width: 70%;
}
table.style01 {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ffffff;
	border-bottom: none;
}
table.style01 th {
	display: block;
	padding: 4%;
	background: #e6e6e6;
	border-bottom: 1px solid #ffffff;
	line-height: 2;
}
table.style01 td {
	display: block;
	padding: 4%;
	border-bottom: 1px solid #ffffff;
}
table.style01 td .label {
	margin: 0;
	font-weight: bold;
}
table.style01 td p {
	margin-left: 1.1em;
}
.title.type01 {
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #e6e6e6;
    border: 1px solid #969696;
    color: #c82d2d;
    font-size: 1.2rem;
    width:100%;
    box-sizing:border-box;
}
.block1-box {
    width: 100%;
}

.clearfix img {
    width: 100%;
}
.fl-l {
    float: none;
}
.fl-r {
    float: none;
}
.jisseki-tit {
    font-size: 1em;
    margin-bottom: 0px;
}
.jisseki-box div{
	width: 44%;
	margin-bottom: 20px;
}


}

@media screen and (min-width: 769px) {
.pc20{
	width:20%;
}
.f-main-img{
	margin-top:20px;
}
#hero-image .f-main{
	margin:50px 0 0px;
}
table.style01 {
	width: 100%;
	margin-bottom: 20px;
}
table.style01 th {
	padding: 20px;
	background: #e6e6e6;
	border: 1px solid #ffffff;
	font-weight: normal;
	width: 280px;
}
table.style01 td {
	padding: 20px;
	border: 1px solid #ffffff;
}
table.style01 td .label {
	margin: 0;
	font-weight: bold;
}
table.style01 td p {
	margin-left: 1.1em;
}
.title.type01 {
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #e6e6e6;
    border: 1px solid #969696;
    color: #c82d2d;
    font-weight: bold;
    font-size: 1.2rem;
    width: 100%;
 }
}

.area-category {
    position: relative;
    padding: 30px 60px 30px 30px;
    border-top: 6px solid #ffd0de;
    border-bottom: 6px solid #ffd0de;
    border-left: 6px solid #ffd0de;
    margin: 20px 0 30px;
}
.area-category:after {
    background-color: #fff;
    background-image: linear-gradient(45deg,#ffd0de 25%,transparent 0,transparent 75%,#ffd0de 0,#ffd0de),linear-gradient(45deg,#ffd0de 25%,transparent 0,transparent 75%,#ffd0de 0,#ffd0de);
    background-position: 0 0,18px 18px;
    background-size: 36px 36px;
    content: "";
    display: inline-block;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;