@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------*/


/* TABLE OF CONTENTS: */


/*--------------------------------------------------------*/


/* 00 - RESET STYLES */


/* 01 - HEADER・FOOTER STYLES */


/* 02 - FORM・INPUT STYLES */


/* 03 - TITLE STYLES */


/* 04 - TEXT STYLES */


/* 05 - LIST STYLES */


/* 06 - BUUTON・LINK STYLES */


/* 07 - BOX・LINK STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 00 - RESET STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Kokoro';
	src: url('../fonts/Kokoro.otf') format('opentype'),
		url('../fonts/Kokoro.ttf') format('truetype');
}

body {
	-webkit-text-size-adjust: 100%;
	position: relative;
	left: 0;
	overflow-x: hidden;
	line-height: 1.6;
}

.tab {
	display: none !important;
}

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

/*
input, button, select, textarea {
	-webkit-appearance: none;
}
*/

ul {
	padding: 0;
}

li {
	list-style: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}

input[type="text"]:focus {
	outline: 0;
}

.header01 .navbar-toggle {
	border-color: #dddddd;
}

.header01 .navbar-toggle .icon-bar {
	background-color: #888888;
}

.header01 .navbar-brand {
	padding: 0;
}

.fa {
	margin-right: 3px;
}

input[type=text],
select {
	font-size: 16px !important;
	/*  transform: scale(0.8);*/
}

.accordion-toggle a.collapsed:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: inherit;
}

.accordion-toggle a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e113";
	float: right;
	color: inherit;
}

@media (max-width:992px) {
	.container {
		width: inherit;
		margin-right: auto;
		margin-left: auto;
		padding-left: 5px;
		padding-right: 5px;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: none !important;
	}

	.tab {
		display: block !important;
	}
}

@media (max-width:767px) {
	.container {
		width: inherit;
		margin-right: auto;
		margin-left: auto;
		padding-left: 5px;
		padding-right: 5px;
	}

	.pc {
		display: none !important;
	}

	.tab {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 01 - HEADER・FOOTER STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*header01*/

.header01 .header-contents {
	background: #1a1a1a;
	color: #fff;
	padding: 10px 0;
}

.header01 .header-contents a {
	color: #fff;
	padding-left: 5px;
	display: block;
}

.header-Link01 {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.header-Link01>ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	width: 320px;
	justify-content: space-between;
	margin-bottom: 0;
}

.header-Link01>ul>li:nth-child(1),
.header-Link01>ul>li:nth-child(2),
.header-Link01>span {
	line-height: 27px;
}

.header-Link01>ul>li:nth-child(3) {
	border: solid 1px #595656;
	padding: 5px 20px;
	font-size: 11px;
}

.header-Link01>span {
	/*Chrome19~25対応*/
	width: -webkit-calc(100% - 320px);
	/*Firefox4~15対応*/
	width: -moz-calc(100% - 320px);
	width: calc(100% - 320px);
}

.header-Link02 {
	float: left;
	width: calc(100% - 244px);
}

.header-Link02 #defaultNavbar3>ul,
.header-Link02 #defaultNavbar2>ul {
	display: table;
	width: 100%;
	justify-content: space-around;
	line-height: 48px;
	margin-bottom: 0;
}

.header-Link02 #defaultNavbar3>ul>li>a>.fa,
.header-Link02 #defaultNavbar2>ul>li>a>.fa {
	color: #959595;
}

.header-Link02 #defaultNavbar3>ul>li:hover a .fa,
.header-Link02 #defaultNavbar2>ul>li:hover a .fa {
	color: #f39800;
}

.header-Link02 #defaultNavbar3>ul>li,
.header-Link02 #defaultNavbar2>ul>li,
.header-Link02 #defaultNavbar2>ul>li,
.header-Link02 #defaultNavbar2>ul>li {
	display: table-cell;
	text-align: center;
	position: relative;
}

.header-Link02 #defaultNavbar3>ul>li:hover a::before {
	content: '';
	position: absolute;
	left: 52%;
	bottom: -11px;
	display: inline-block;
	width: 60%;
	height: 3px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f39800;
	/* border-radius: 2px; */
	z-index: 3;
}

.header01 .search01 {
	background: #dbdbdb;
	padding: 10px 0;
}

.header01 .search01>.container {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.header01 .search01 form {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	width: 731px;
}

.header01 .search01 form>.input-group {
	width: 100%;
}

.header01 .search01 form>.input-group>input {
	border: 0;
	font-size: 16px;
}

.header01 .search01 form>.input-group>.input-group-btn>button {
	background: #f39800;
	color: #fff;
	border: 0;
}

.botton02-B>.dropdown>button {
	background: #1a1a1a;
	color: #fff;
	border: 0;
}

.botton02-B>.dropdown>button:hover,
.botton02-B>.dropdown>button:focus {
	background: #3D3C3C;
	color: #fff;
}

.botton02-B>.dropdown>button:hover a {
	color: #fff;
}

.botton02-B .dropdown-menu {
	background-color: #1d1d1d;
	color: #fff;
}

.botton02-B .dropdown-menu .dropdown-header {
	color: #fff;
}

.botton02-B .dropdown-menu a {
	color: #fff;
}

.botton02-B .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #414349;
}

.botton02-B {
	/*Chrome19~25対応*/
	width: -webkit-calc(100% - 731px);
	/*Firefox4~15対応*/
	width: -moz-calc(100% - 731px);
	width: calc(100% - 731px);
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: flex-end;
}

@media (max-width:1199px) {
	.header01 .search01 form {
		width: 600px;
	}

	.header01 .search01 .botton02-B {
		width: -webkit-calc(100% - 600px);
		width: -moz-calc(100% - 600px);
		width: calc(100% - 600px);
	}
}

@media (max-width:991px) {
	.header01 .search01 form {
		width: 450px;
	}

	.header01 .search01 .botton02-B {
		width: -webkit-calc(100% - 450px);
		width: -moz-calc(100% - 450px);
		width: calc(100% - 450px);
	}
}

@media (max-width:767px) {
	.header01 .header-Link01 {
		display: none;
	}

	.header01 .search01 .botton02-B {
		display: none;
	}

	.header01 .search01 form {
		width: 100%;
	}

	.header01 .search01 form>.input-group {
		width: 100%;
	}

	.navbar-toggle .icon-bar {
		margin: 0 auto;
	}

	.navbar-default .navbar-toggle {
		border-color: #dddddd;
	}

	.header01 .navbar-header .botton02-B {
		position: relative;
		width: 100%;
		display: flex;
	}

	.header01 .navbar-header .botton02-B>button {
		font-size: 14px;
		padding: 6px 5px;
		width: 50%;
	}

	.header01 .botton02-B button:first-child {
		margin-left: 5px;
	}

	.header01 .botton02-B button:last-child {
		margin-left: 5px;
	}

	.header01 .navbar-header .botton02-B .fa {
		font-size: 16px;
	}

	.header01 .navbar-brand img {
		width: 135px;
		margin-top: 10px;
	}

	.header01 .navbar-toggle {
		margin-top: 0;
		font-size: 10px;
	}

	.header-Link02 {
		float: left;
		width: 100%;
	}

	.header-Link02 #defaultNavbar3>ul>li,
	.header-Link02 #defaultNavbar2>ul>li {
		display: block;
		text-align: left;
	}

	.header-Link02 #defaultNavbar3>ul>li:hover a::before {
		content: none;
	}
}

@media (min-width:768px) {
	.header01 .navbar-header .botton02-B {
		display: none;
	}

	.navbar-collapse.collapse#defaultNavbar2 {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}



/*header02*/
.header02 .navbar-toggle {
	border-color: #dddddd;
}

.header02 .navbar-toggle .icon-bar {
	background-color: #888888;
}

.header02 .navbar-brand {
	padding: 0;
}

.header02 .header-contents {
	background: #fff;
	padding: 0px 0;
	position: relative;
}

.header02 .header-contents a {
	color: #2e2e2e;
	padding-left: 10px;
	display: block;
	line-height: 22px;
	font-size: 10px;
	font-weight: bold;
}

.header-Link03 {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
}

.header-Link03>ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	margin-bottom: 0;
	height: 22px;
}

.header-Link03>ul>li:nth-child(1),
.header-Link03>ul>li:nth-child(2),
.header-Link03>span {
	line-height: 22px;
}

.header-Link03>span {
	/*Chrome19~25対応*/
	width: -webkit-calc(100% - 320px);
	/*Firefox4~15対応*/
	width: -moz-calc(100% - 320px);
	width: calc(100% - 320px);
}

.header-Link04 {
	display: flex;
	justify-content: space-between;
}

.header-Link04 #defaultNavbar3>ul,
.header-Link04 #defaultNavbar2>ul {
	display: table;
	width: 100%;
	justify-content: space-around;
	line-height: 22px;
	margin-bottom: 0;
}

.header-Link04 #defaultNavbar3>ul>li>a>.fa,
.header-Link04 #defaultNavbar2>ul>li>a>.fa {
	color: #959595;
}

.header-Link04 #defaultNavbar3>ul>li:hover a .fa,
.header-Link04 #defaultNavbar2>ul>li:hover a .fa {
	color: #f39800;
}

.header-Link04 #defaultNavbar3>ul>li,
.header-Link04 #defaultNavbar2>ul>li,
.header-Link04 #defaultNavbar2>ul>li,
.header-Link04 #defaultNavbar2>ul>li {
	display: table-cell;
	text-align: center;
	position: relative;
}

.header02 .search02 {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.header02 .search02>.container {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.header02 .search02 form {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	width: 75%;
}

.header02 .search02 form>.input-group {
	width: 100%;
}

.header02 .search02 form>.input-group>input {
	border: 1px solid #d1d2d2;
	;
	font-size: 16px;
	border-radius: unset;
}

.header02 .search02 form>.input-group>.input-group-btn>button {
	background: #f39800;
	color: #fff;
	border: 0;
}

.botton02-C {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
}

.header02 article h2 {
	font-size: 10px;
	color: #2e2e2e;
	line-height: 22px;
	margin: 0;
	font-weight: bold;
}

.header02 article {
	height: 22px;
	background: #eeeeee;
	position: absolute;
	top: 0;
	width: 100%;
}

.headerLogo {
	float: left;
}

.headerCatchBox {
	width: calc(100% - 287px);
	float: left;
}

.headerCatch {
	width: 100%;
	border-bottom: 1px solid #dddede;
	font-size: 12px;
	color: #2e2e2e;
	line-height: 2;
	margin-top: 5px;
	float: left;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	position: relative;
}

.headerCatch::after {
	content: "";
	background: url(../img/crown.png)no-repeat;
	height: 16px;
	width: 18px;
	position: absolute;
	bottom: 6px;
	margin-left: 3px;
}

.headerPoint {
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding-left: 36px;
	font-size: 11px;
	color: #414349;
	font-weight: bold;
}

.pointTxtSize {
	font-size: 14px;
}

.pointFontClr {
	color: #f84c10;
}

.point1 {
	background: url(../img/point1.png)no-repeat center left;
}

.point2 {
	background: url(../img/point2.png)no-repeat center left;
}

.point3 {
	background: url(../img/point3.png)no-repeat center left;
}

.botton02-C button:first-child {
	margin-left: 10px;
	background: #1659a2;
	border: 0;
	color: #fff;
	width: 49%;
}

.botton02-C button:last-child {
	margin-left: 10px;
	background: #e06117;
	border: 0;
	color: #fff;
	width: 49%;
}

.botton02-C>button>a,
.botton02-C>button .badge {
	color: #fff !important;
}

.botton02-C button:first-child .badge {
	background: #11447b;
	border: 0;
	border-radius: 0;
	margin-left: 3px;
	top: 0;
}

.botton02-C button:last-child .badge {
	background: #c75614;
	border: 0;
	border-radius: 0;
	margin-left: 3px;
	vertical-align: baseline;
	top: 0;
}

.linkBtnBox {
	width: 100%;
	background: #f84c10;
	height: 62px;
}

.linkBtnInner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.linkBtnInner p {
	margin: 0;
	padding-left: 25px;
}

.linkBtnInner p a {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	line-height: 62px;
}

.linkBtn {
	height: 62px;
	border-left: 1px solid #e46c34;
}

.linkBtnInnerBox {
	display: flex;
}

.btnWooddeck {
	background: url(../img/wooddeck_w.png) no-repeat center center;
	background-size: contain;
}

.btnWooddeck a {
	display: block;
	height: 100%;
}

.btnWooddeck>a:hover {
	background-color: transparent !important;
}

.btnWooddeck a:hover img {
	visibility: hidden;
}

.headerTel {
	margin-top: 14px;
}

.headerTelTxt1 {
	font-size: 11px;
	color: #e06117;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
}

.headerTelTxt2 {
	font-size: 10px;
	color: #1f1f1f;
	letter-spacing: -0.12em;
}

.headerPad {
	padding-top: 22px;
}

@media (max-width:1199px) {
	.header02 .search02 form {
		width: 600px;
	}

	.header02 .search02 .botton02-C {
		width: -webkit-calc(100% - 600px);
		width: -moz-calc(100% - 600px);
		width: calc(100% - 600px);
	}
}

@media (max-width:991px) {
	.header02 .search02 .botton02-C {
		width: -webkit-calc(100% - 450px);
		width: -moz-calc(100% - 450px);
		width: calc(100% - 450px);
	}

	.header02 article {
		height: auto;
		background: #eeeeee;
	}

	.headerTel {
		margin-top: 14px;
		float: left;
	}

	.headerTelTxt1 {
		font-size: 11px;
		color: #e06117;
		letter-spacing: 0.05em;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 2px;
		width: calc(100% - 279px);
		float: left;
	}

	.headerTelTxt2 {
		font-size: 10px;
		color: #1f1f1f;
		letter-spacing: -0.12em;
		width: calc(100% - 279px);
		float: left;
	}

	.botton02-C {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		justify-content: space-between;
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	.header02 .header-Link03 {
		display: none;
	}

	.header02 .search02 .botton02-C {
		display: none;
	}

	.header02 .search02 form {
		width: 100%;
	}

	.header02 .search02 form>.input-group {
		width: 100%;
	}

	.navbar-toggle .icon-bar {
		margin: 0 auto;
	}

	.navbar-default .navbar-toggle {
		border-color: #dddddd;
	}

	.header02 .navbar-header .botton02-C {
		position: relative;
		width: 100%;
		display: flex;
	}

	.header02 .navbar-header .botton02-C>button {
		font-size: 14px;
		padding: 6px 5px;
		width: 50%;
	}

	.header02 .botton02-C button:first-child {
		margin-left: 5px;
	}

	.header02 .botton02-C button:last-child {
		margin-left: 5px;
	}

	.header02 .navbar-header .botton02-C .fa {
		font-size: 16px;
	}

	.header02 .navbar-brand img {
		width: 135px;
		margin-top: 10px;
	}

	.header02 .navbar-toggle {
		margin-top: 0;
		font-size: 10px;
	}

	.header-Link04 {
		float: left;
		width: 100%;
		display: block;
	}

	.header-Link04 #defaultNavbar3>ul>li,
	.header-Link04 #defaultNavbar2>ul>li {
		display: block;
		text-align: left;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}

	.header-Link04 #defaultNavbar3>ul>li:hover a::before {
		content: none;
	}

	.header02 article {
		height: auto;
		background: #eeeeee;
		margin-bottom: 10px;
		position: relative;
	}

	.header02 .header-contents a {
		color: #2e2e2e;
		padding-left: 10px;
		display: block;
		line-height: 42px;
		font-size: 14px;
		font-weight: bold;
	}

	.header02 .navbar-header {
		padding-top: 10px;
	}

	.headerMarT {
		margin-top: 30px;
	}

	.linkBtnInner p {
		margin: 0;
		padding-left: 10px;
		line-height: 14px;
	}

	.linkBtnInner p a {
		font-size: 10px;
		color: #fff;
		text-decoration: underline;
		line-height: 12px;
	}

	.headerTel {
		margin-top: 14px;
		float: left;
		width: 100%;
	}

	.headerTelTxt1 {
		font-size: 11px;
		color: #e06117;
		letter-spacing: 0.05em;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 2px;
		width: 100%;
		float: left;
	}

	.headerTelTxt2 {
		font-size: 10px;
		color: #1f1f1f;
		letter-spacing: -0.12em;
		width: 100%;
		float: left;
	}

	.header-Link04 #defaultNavbar3>ul,
	.header-Link04 #defaultNavbar2>ul {
		display: table;
		width: 100%;
		justify-content: space-around;
		line-height: 22px;
		margin-bottom: 0;
	}

	.headerPad {
		padding-top: 0px;
	}
}

@media (max-width:480px) {
	.headerCatchBox {
		width: 100%;
		float: left;
	}
}

@media (min-width:768px) {
	.header02 .navbar-header .botton02-C {
		display: none;
	}

	.navbar-collapse.collapse#defaultNavbar2 {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}


/*header03*/
.header03 {
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header03 .navbar-toggle {
	border-color: #dddddd;
}

.header03 .navbar-toggle .icon-bar {
	background-color: #fff;
}

.header03 .navbar-brand {
	padding: 0;
}

.header03 .header-contents {
	background: rgba(255, 255, 255, 0.9);
	height: 120px;
	border-bottom: solid 1px #fff;
}

.header03 .search01 {
	background: #dbdbdb;
	padding: 10px 0;
}

.header03 .search01>.container {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.header03 .search01 form {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	width: 731px;
}

.header03 .search01 form>.input-group {
	width: 100%;
}

.header03 .search01 form>.input-group>input {
	border: 0;
	font-size: 16px;
}

.header03 .search01 form>.input-group>.input-group-btn>button {
	background: #f39800;
	color: #fff;
	border: 0;
}

.header-Link05 {
	float: right;
	margin-top: 40px;
}

.header-Link05 #defaultNavbar3>ul,
.header-Link05 #defaultNavbar2>ul {
	display: table;
	width: 100%;
	justify-content: space-around;
	margin-bottom: 0;
}

.header-Link05 #defaultNavbar3>ul>li>a>.fa,
.header-Link05 #defaultNavbar2>ul>li>a>.fa {
	color: #959595;
}

.header-Link05 #defaultNavbar3>ul>li,
.header-Link05 #defaultNavbar2>ul>li,
.header-Link05 #defaultNavbar2>ul>li,
.header-Link05 #defaultNavbar2>ul>li {
	display: table-cell;
	text-align: center;
	position: relative;
	line-height: 1;
	padding-left: 80px;
	vertical-align: middle;
}

.header-Link05 #defaultNavbar3>ul>li:nth-child(1) {
	padding-left: 0px;
}

.header-Link05 #defaultNavbar3>ul>li:nth-child(3) {
	padding-left: 60px;
}

.header-Link05 #defaultNavbar3>ul>li:nth-child(4) {
	padding-left: 40px;
}

.header03 .navbar-brand {
	float: left;
	height: auto;
	padding: 0;
}

.header03 .header-Link05 li a {
	font-size: 16px;
	color: #1c2433;
	font-weight: bold;
	font-style: italic;
	transition: 0.2s;
}

.header03 .header-Link05 li a:hover {
	color: #028ebd;
}

.header03 .header-Link05 li a span {
	font-size: 12px;
}

.header-Link05 .btn {
	display: inline-block;
	padding: 0px 20px 0 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #1c2433;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: unset;
	background: none;
	position: relative;
	transition: 0.2s;
}

.header-Link05 .btn:hover {
	color: #028ebd;
}

.header-Link05 .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	top: 50%;
	right: 0px;
}

.header-Link05 .btn span {
	font-size: 12px;
}

.header-Link05 .btn:active,
.header-Link05 .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header03 .navbar-header {
	width: 39%;
}

.header03 .navbar-header img {
	max-width: 100%;
}

@media (max-width:991px) {
	.header-Link05 {
		float: right;
		margin-top: 0px;
		width: 100%;
	}

	.header03 .header-contents {
		background: rgba(255, 255, 255, 0.7);
		height: 150px;
	}
}

@media (max-width:767px) {
	.header03 .header-Link01 {
		display: none;
	}

	.header03 .search01 .botton02-B {
		display: none;
	}

	.header03 .search01 form {
		width: 100%;
	}

	.header03 .search01 form>.input-group {
		width: 100%;
	}

	.navbar-toggle .icon-bar {
		margin: 0 auto;
	}

	.navbar-default .navbar-toggle {
		border-color: #dddddd;
	}

	.header03 .navbar-header .botton02-B {
		position: relative;
		width: 100%;
		display: flex;
	}

	.header03 .navbar-header .botton02-B>button {
		font-size: 14px;
		padding: 6px 5px;
		width: 50%;
	}

	.header03 .botton02-B button:first-child {
		margin-left: 5px;
	}

	.header03 .botton02-B button:last-child {
		margin-left: 5px;
	}

	.header03 .navbar-header .botton02-B .fa {
		font-size: 16px;
	}

	.header03 .navbar-brand img {
		width: 100%;
		margin-top: 0px;
	}

	.header03 .navbar-toggle {
		margin-top: 10px;
		font-size: 10px;
		background: #1c2433;
		color: #fff;
	}

	.header-Link05 {
		float: left;
		width: 100%;
		background: #fff;
	}

	.header-Link05 #defaultNavbar3>ul>li,
	.header-Link05 #defaultNavbar2>ul>li {
		display: block;
		text-align: center;
		padding: 10px 0 !important;
		border-bottom: 1px solid #ccc;
	}

	.header-Link05 #defaultNavbar3>ul>li:hover a::before {
		content: none;
	}

	.header03 .navbar-header {
		width: 100%;
	}

	.header03 .header-contents {
		background: rgba(255, 255, 255, 0.7);
		height: auto;
	}

	.header03 .navbar-brand {
		float: left;
		height: auto;
		padding: 0;
		width: 50%;
	}

	.header-Link05 .sp a {
		display: inline-block;
		width: 100%;
		padding: 10px 0;
	}
}

@media (min-width:768px) {
	.header03 .navbar-header .botton02-B {
		display: none;
	}

	.navbar-collapse.collapse#defaultNavbar2 {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media (max-width:480px) {
	.header03 .navbar-brand img {
		width: 100%;
		margin-top: 0px;
	}

	.header03 .navbar-brand {
		float: left;
		height: auto;
		padding: 0;
		width: 70%;
	}
}














/*footer01*/

.footer01 .col-xs-12:nth-child(1)>ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: flex-start;
	-webkit-flex-flow: row wrap;
	margin-bottom: 20px;


}

.footer01 .col-xs-12:nth-child(1)>ul>li {
	width: 25%;
	flex: 1 calc(100% / 4);
	line-height: 28px;
}

.footer01 .col-xs-12:nth-child(1)>ul>li:nth-child(3n+2):last-child {
	flex-basis: calc((100% / 4)*2);
}

.footer01 .col-xs-12:nth-child(1)>ul>li>a>.fa {
	color: #f39800;
}

.footer01 {
	background: #1a1a1a;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
}

.footer01 a {
	color: #fff;
}

@media (max-width:767px) {
	.footer01 .col-xs-12:nth-child(1)>ul>li {
		width: 25%;
		flex: 1 calc(100% / 3);
		line-height: 28px;
	}

	.footer01 .col-xs-12:nth-child(1)>ul>li:nth-child(3n+2):last-child {
		flex-basis: calc((100% / 3)*2);
	}
}

/* slide menu */
#slide-menu01 {
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100%;
	background: #E87272;
}

#Fix-button01 {
	position: fixed;
	right: 0;
	width: 65px;
	height: 38px;
	background: #FFF;
	background-color: #e79101;
	background: #e79101;
	border: 1px solid #e79101;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	padding: 42px 20px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	bottom: 250px;
	z-index: 2;
}

#Fix-button01 .fa {
	font-size: 30px;
	position: absolute;
	top: 14px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/* simulation */
.simulation {
	background-color: #f39800;
	padding: 20px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
}

.simulation .total {
	background-color: #f39800;
	padding: 0;
	line-height: 67px;
}

.simulation .total>p:nth-child(2) {
	font-size: 28px;
}

.simulation .button01-B {
	margin-top: 5px;
}

@media (max-width:991px) {
	.simulation .text-Box01 {
		display: none;
	}

	.simulation {
		padding: 10px 0;
	}

	.simulation .button02-C>button {
		font-size: 16px;
	}

	.simulation .total {
		line-height: 45px;
	}

	.simulation .total>p:nth-child(2) {
		font-size: 22px;
	}

	.simulation .total {
		font-size: 18px;
	}
}

/*footer02*/
.footer02 {
	background: #1c2433;
	border-top: solid 5px #028ebd;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	flex-wrap: wrap;
	margin-top: 50px;
}

.footer02 .logo {
	width: 40%;
}

.footer02 .logo img {
	max-width: 100%;
}

.footerLinkBox {
	display: flex;
	align-items: center;
}

.footerLinkBox li {
	line-height: 1;
	text-align: center;
	padding-left: 60px;
}

.footerLinkBox li:nth-child(1) {
	padding-left: 0px;
}

.footerLinkBox li:nth-child(5) {
	padding-left: 30px;
}

.footerLinkBox li a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	transition: 0.2s;
}

.footerLinkBox li a:hover {
	color: #028ebd !important;
}

.footerLinkBox li a span {
	font-size: 12px;
}

.footerLinkBox .btn {
	display: inline-block;
	padding: 0px 20px 0 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: unset;
	background: none;
	position: relative;
	transition: 0.2s;
}

.footerLinkBox .btn:hover {
	color: #028ebd;
}

.footerLinkBox .btn span {
	font-size: 12px;
}

.footerLinkBox .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	top: 50%;
	right: 0px;
}

.footerLinkBox .dropdown li a {
	color: #1c2433;
}

.footer02 .copy {
	width: 100%;
	border-top: 1px solid #323232;
	color: #fff;
	text-align: right;
	font-size: 11px;
	padding: 10px 0;
	letter-spacing: 0.05em;
}

.footerLinkBox .sp a {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

.footerLinkBox .dropdown-menu li {
	line-height: 1;
	text-align: left;
	padding-left: 0px;
}

.footerLinkBox .dropdown-menu {
	top: auto;
	bottom: 40px;
}


@media (max-width:1199px) {
	.footerLinkBox li {
		line-height: 1;
		text-align: center;
		padding-left: 30px;
	}

	.footer02 .logo {
		width: 30%;
	}
}

@media (max-width:767px) {
	.footer02 .logo {
		width: 100%;
		text-align: center;
	}

	.footer02 .logo img {
		display: inline-block;
	}

	.footerLinkBox {
		display: block;
		align-items: center;
		width: 100%;
	}

	.footerLinkBox li {
		line-height: 1;
		text-align: center;
		padding: 10px 0px !important;
	}
}







/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 02 - FORM STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/
.form01 td:nth-child(1),
.form02 td:nth-child(1) {
	background: #f6f6f6;
	font-weight: bold;
	font-size: 18px;
	vertical-align: top !important;
}

.form02 .form-group {
	margin: 0 !important;
}

.form02 p {
	margin: 0 !important;
}

.form02 td:nth-child(2) {
	vertical-align: middle !important;
	line-height: 1.8 !important;
}

.form03 td {
	border-top: none !important;
}

.form03Txit {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	margin-bottom: 30px;
}

.form03 td:nth-child(1) {
	font-size: 18px;
	color: #1e1e1e;
	font-weight: bold;
	padding-top: 24px;
}

.form03 td span {
	color: #ff344c;
}

.form03 td p {
	font-size: 18px;
	color: #1e1e1e;
	padding-top: 24px;
}

.formBox03-A {
	background: #ededed;
	height: 60px;
	border-radius: 4px;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

textarea.formBox03-A {
	height: auto;
	font-size: 16px;
}

.form03 select {
	color: #777;
}

.form03 .privacyPolicy {
	box-sizing: border-box;
	border: solid 2px #ededed;
	padding: 20px;
	border-radius: 4px;
	height: 160px;
	overflow-y: scroll;
}

@media (max-width:767px) {
	.form03 tr>td {
		display: block;
		width: 100%;
	}
}


.formBox01-A .panel-body {
	display: flex;
}

.formBox01-A .panel-body>.form-group {
	width: 500px;
	margin-bottom: 0;
}

.formBox01-A .panel-body>.radio-group01 {
	margin-left: 10px;
}

.formBox01-A .panel-body>.radio-group01>.radio-inline {
	line-height: 32px;
}

.formBox01-A .panel-body>.radio-group01>.radio-inline>input {
	margin-top: 9px;
}

.formBox01-B .panel-body .form-control,
.formBox01-C .panel-body .form-control,
.formBox01-D .panel-body .form-control {
	display: inline-block;
	width: 60px;
}

.formBox01-B .panel-body tbody td:nth-child(4),
.formBox01-C .panel-body tbody td:nth-child(2),
.formBox01-D .panel-body tbody td:nth-child(3) {
	color: #ff0808;
	font-size: 18px;
	font-weight: bold;
}

.formBox01-B .panel-body tbody td,
.formBox01-C .panel-body tbody td,
.formBox01-D .panel-body tbody td {
	padding: 10px 0 0;
	vertical-align: baseline;
}

.formBox01-B .panel-body tbody td:nth-child(4)>span:nth-child(1),
.formBox01-C .panel-body tbody td:nth-child(2)>span:nth-child(1),
.formBox01-D .panel-body tbody td:nth-child(3)>span:nth-child(1) {
	font-size: 14px;
	font-weight: normal;
}

.formBox01-B .panel-body tbody td:nth-child(4)>span:nth-child(2),
.formBox01-C .panel-body tbody td:nth-child(2)>span:nth-child(2),
.formBox01-D .panel-body tbody td:nth-child(3)>span:nth-child(2) {
	color: #1d1d1d;
	font-size: 14px;
	font-weight: normal;
}

.formBox01-B .panel-body table.pc,
.formBox01-C .panel-body table.pc,
.formBox01-D .panel-body table.pc {
	display: table !important;
}

@media (max-width:767px) {

	.formBox01-B .panel-body table.pc,
	.formBox01-C .panel-body table.pc,
	.formBox01-D .panel-body table.pc {
		display: none !important;
	}

	.formBox01-B .panel-body table.sp tbody,
	.formBox01-C .panel-body table.sp tbody,
	.formBox01-D .panel-body table.sp tbody {
		display: grid;
	}

	.formBox01-B .panel-body table.sp tbody td,
	.formBox01-C .panel-body table.sp tbody td,
	.formBox01-D .panel-body table.sp tbody td {
		display: block;
		width: 100%;
		border: none;
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}

	.formBox01-B .panel-body table.sp tbody td:nth-child(3),
	.formBox01-D .panel-body table.sp tbody td:nth-child(2) {
		padding-bottom: 0;
	}

	.formBox01-B .panel-body table.sp tbody td:last-child,
	.formBox01-C .panel-body table.sp tbody td:last-child,
	.formBox01-D .panel-body table.sp tbody td:last-child {
		padding-top: 10px;
	}

	.formBox01-B .panel-body table.sp tbody td:nth-child(1)>span,
	.formBox01-C .panel-body table.sp tbody td:nth-child(1)>span,
	.formBox01-D .panel-body table.sp tbody td:nth-child(1)>span {
		font-weight: bold;
		margin-right: 18px;
	}

	.formBox01-B .panel-body table.sp tbody td:nth-child(2)>span {
		font-weight: bold;
		margin-right: 33px;
	}

	.formBox01-B .panel-body table.sp tbody td:nth-child(3)>span,
	.formBox01-D .panel-body table.sp tbody td:nth-child(2)>span {
		font-weight: bold;
		margin-right: 13px;
	}

	.formBox01-B .panel-body table.sp tbody td:last-child>span,
	.formBox01-C .panel-body table.sp tbody td:last-child>span,
	.formBox01-D .panel-body table.sp tbody td:last-child>span {
		margin-right: 0;
	}

	.formBox01-B .panel-body table.sp tbody .form-group,
	.formBox01-C .panel-body table.sp tbody .form-group,
	.formBox01-D .panel-body table.sp tbody .form-group {
		display: inline-block;
	}

	.formBox01-B .panel-body tbody td:nth-child(4),
	.formBox01-C .panel-body tbody td:nth-child(2),
	.formBox01-D .panel-body tbody td:nth-child(3) {
		font-size: 18px;
		padding: 0;
		border-bottom: none !important;
	}

	.formBox01-A .panel-body {
		display: inherit;
	}

	.formBox01-A .panel-body>.radio-group01 {
		margin-left: 0;
	}

	.formBox01-A .panel-body>.form-group {
		width: inherit;
		margin-bottom: 0;
	}

	.formBox01-B .radio-inline,
	.formBox01-B .checkbox-inline,
	.formBox01-C .radio-inline,
	.formBox01-C .checkbox-inline,
	.formBox01-D .radio-inline,
	.formBox01-D .checkbox-inline {
		vertical-align: top;
	}

	.formBox01-B .radio input[type="radio"],
	.formBox01-B .radio-inline input[type="radio"],
	.formBox01-B .checkbox input[type="checkbox"],
	.formBox01-B .checkbox-inline input[type="checkbox"] {
		top: -2px;
	}

	.formBox01-C .radio input[type="radio"],
	.formBox01-C .radio-inline input[type="radio"],
	.formBox01-C .checkbox input[type="checkbox"],
	.formBox01-C .checkbox-inline input[type="checkbox"] {
		top: -2px;
	}

	.formBox01-D .radio input[type="radio"],
	.formBox01-D .radio-inline input[type="radio"],
	.formBox01-D .checkbox input[type="checkbox"],
	.formBox01-D .checkbox-inline input[type="checkbox"] {
		top: -2px;
	}

	.form01 tr>td {
		display: block;
		width: 100%;
	}

	.form01>tbody>tr>td::before {
		content: " ";
		display: table;
	}

	.form01>tbody>tr>td::after {
		content: " ";
		display: table;
		clear: both;
	}

	.form01 td:nth-child(1),
	.form02 td:nth-child(1) {
		font-size: 14px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 03 - TITLE STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/
.formBox-title01 {
	background-color: #414349 !important;
	color: #fff !important;
	border-color: #414349 !important;
}

.formBox-title02 {
	background-color: #414349 !important;
	color: #fff !important;
	border-color: #414349 !important;
	border: 0;
	padding: 0;
	position: relative;
	color: #fff;
}

.formBox-title02 span:nth-child(1) {
	padding: 0 60px;
	line-height: 49px;
	font-size: 18px;
}

.formBox-title02:before {
	content: '\f2c4';
	font-family: FontAwesome;
	background: #f39800;
	color: #fff;
	line-height: 49px;
	position: absolute;
	padding: 0 10px;
	font-size: 22px;
}

.formBox-title02 .accordion-toggle a.collapsed:after {
	line-height: 49px;
	padding-right: 10px;
}

.formBox-title02 .accordion-toggle a:after {
	line-height: 49px;
	padding-right: 10px;
}

.title01 {
	text-align: center;
	border: solid 1px #7E7E7E;
	font-weight: bold;
	padding: 10px 0;
}

.title01-A {
	color: #0687BB;
}

.title01-B {
	color: #fff;
	border: solid 1px #0687BB;
	background: #0687BB;
}

.title02 {
	position: relative;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
}

.title02-A {
	background-color: #11447B;
	color: #fff;
}

.title02-A::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #11447B;
}

.title03>span:nth-child(1) {
	font-size: 20px;
	font-weight: 600;
	padding-left: 6px;
	margin-bottom: 4px;
	display: block;
}

.title03-A>span:nth-child(1) {
	border-left: 4px solid #f39800;
}

.title03-B>span:nth-child(1) {
	border-left: 4px solid #11447B;
}

.title03-C>span:nth-child(1) {
	border-left: 4px solid #166945;
}

.title03 span:nth-child(2) {
	border-bottom: 1px solid #eee;
	content: "";
	display: block;
	width: 100%;
}

.title04 {
	padding: 0;
	position: relative;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
}

.title04 a {
	color: #fff;
}

.title04-A {
	background-color: #262626;
	margin-bottom: 0;
}

.title04-B {
	background-color: #11447B;
	margin-bottom: 0;
}

.title04-C {
	background-color: #F3F3F3;
	border: solid 1px #7E7E7E;
	color: #1d1d1d;
}

.title04-C a {
	color: #1d1d1d !important;
}

.title04-D {
	color: #1d1d1d;
}

.title04-D a {
	color: #1d1d1d !important;
}

.title04 span:nth-child(1) {
	padding: 0 10px;
	line-height: 40px;
	font-size: 16px;
}

.title04 span:nth-child(2) {
	line-height: 40px;
	font-size: 14px;
	padding-right: 10px;
}

.title05 {
	padding: 0;
	position: relative;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
}

.title05-A {
	background: #DF6117;
	margin-bottom: 0;
}

.title05-B {
	background: #1659A1;
}

.title05-C {
	background: #DF6117;
}

.title05-D {
	background: #DF6117;
}

.title05-E {
	background: #DF6117;
}

.title05-A:before {
	content: '\e968';
	font-family: icomoon;
	background: #FF9500;
	color: #fff;
	line-height: 49px;
	position: absolute;
	padding: 0 10px;
}

.title05-B:before {
	content: '\f109';
	font-family: FontAwesome;
	background: #11447B;
	color: #fff;
	line-height: 49px;
	position: absolute;
	padding: 0 10px;
}

.title05-C:before {
	content: '\f128';
	font-family: FontAwesome;
	background: #FF9500;
	color: #fff;
	line-height: 49px;
	position: absolute;
	padding: 0 10px;
}

.title05-D:before {
	content: '\f0a1';
	font-family: FontAwesome;
	background: #FF9500;
	color: #fff;
	line-height: 49px;
	position: absolute;
	padding: 0 10px;
}

.title05-E:before {
	content: '\f024';
	font-family: FontAwesome;
	background: #FF9500;
	color: #fff;
	line-height: 49px;
	position: absolute;
	padding: 0 10px;
}

.title05 span:nth-child(1) {
	padding: 0 60px;
	line-height: 49px;
	font-size: 22px;
}

.title05 span:nth-child(2) {
	line-height: 49px;
	font-size: 14px;
	padding-right: 10px;
}

.title05 a {
	color: #fff;
}

.title06 {
	font-size: 20px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 4px;
}

.title06>span {
	color: #f39800;
}

.title07 {
	position: relative;
	padding: 0;
	border-radius: 6px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
}

.title07-A a {
	color: #1d1d1d !important;
}

.title07-A span:nth-child(1) {
	padding: 0 10px;
	line-height: 49px;
	font-size: 22px;
}

.title07-A span:nth-child(2) {
	line-height: 49px;
	font-size: 14px;
	padding-right: 10px;
}

.title07-A {
	background-color: #F3F3F3;
	color: #1d1d1d;
}

.title07-A::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #F3F3F3;
}

/* title08 */
.title08 {
	color: #028ebd;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	position: relative;
	margin-bottom: 26px;
}

.title08:before {
	content: "";
	background: url(../img/title08_arw.png)no-repeat center bottom;
	position: absolute;
	width: 70px;
	height: 16px;
	left: 50%;
	margin-left: -35px;
	bottom: -20px;
	font-family: "GOTHICBI";
}

/* title09 */
.title09 {
	color: #0d1974;
	font-size: 36px;
	font-weight: bold;
}

.title09 span {
	color: #0d1974;
	font-size: 18px;
	margin-left: 24px;
	line-height: 0;
	font-weight: normal;
}

/* title10 */
.title10 {
	color: #1e1e1e;
	font-size: 24px;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.title10:before {
	content: "";
	border-bottom: 2px solid #028ebd;
	position: absolute;
	width: 70px;
	bottom: -10px;
	left: 4px;
}

/* title11 */
.title11 {
	font-size: 30px;
	font-weight: bold;
}

/* title12 */
.title12 {
	height: 311px;
	background: url(../img/title12_bg.jpg)no-repeat center;
	padding-top: 160px;
}

.title12 h1 {
	font-size: 48px;
	color: #028ebd;
	font-weight: bold;
	letter-spacing: 0.1em;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.title12 h1 span {
	font-size: 24px;
	color: #1e1e1e;
	letter-spacing: 0.05em;
	padding-left: 10px;
}



.subtitle01 {
	background-color: #ebf1ff;
	padding: 5px 0;
	line-height: 20px;
	color: #3569dd;
	font-weight: bold;
	margin-top: 0;
}

.subtitle01-A>span {
	background-color: #f39800;
	color: #fff;
	padding: 5px 20px;
	margin-right: 15px;
	font-weight: normal;
}

.subtitle01-B>span {
	background-color: #ff1e43;
	color: #fff;
	padding: 5px 20px;
	margin-right: 15px;
	font-weight: normal;
}

.subtitle01-C>span {
	background-color: #166945;
	color: #fff;
	padding: 5px 20px;
	margin-right: 15px;
	font-weight: normal;
}

.subtitle01-D {
	background: #FFF7F3;
	color: #1d1d1d;
}

.subtitle01-D>span {
	background-color: #FFE9DD;
	color: #1d1d1d;
	padding: 5px 20px;
	margin-right: 15px;
	font-weight: normal;
}

.subtitle02 {
	border-bottom: 1px solid;
	padding-bottom: 8px;
	font-size: 14px;
}

.subtitle03 {
	font-size: 18px;
	font-weight: 600;
	padding-left: 6px;
	border-left: 4px solid #f39800;
	letter-spacing: 0.1em;
}

.subtitle04 {
	font-weight: bold;
}

.subtitle04-A {
	color: #0687BB;
}

.subtitle04-A .fa {
	color: #1659A1;
	font-size: 20px;
}

.subtitle04-B {
	color: #FF9500;
	font-size: 16px;
}

.subtitle04-B .fa {
	color: #DF6117;
	font-size: 20px;
}

.subtitle05 {
	text-align: center;
	color: #1e1e1e;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: bold;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.subtitle06 {
	font-size: 30px;
	font-weight: bold;
	color: #1e1e1e;
	margin-bottom: 20px;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.subtitle06 span {
	font-size: 18px;
}

.subtitle07 {
	color: #1c2433;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}


@media (max-width:787px) {
	.title02 {
		font-size: 16px;
	}

	/*
.title03-A > span:nth-child(1) {
	font-size: 16px;
}
*/
	.title04 {
		font-size: 16px;
	}

	.title04 span:nth-child(1) {
		font-size: 16px;
		line-height: 49px;
	}

	.title05:before {
		padding: 0 10px;
		font-size: 22px;
		line-height: 49px;
	}

	.title05 span:nth-child(1) {
		font-size: 16px;
		line-height: 49px;
		padding: 0 10px 0 56px;
	}

	/*
.title05 span:nth-child(2) {
	display: none;
}
*/
	.title06 {
		font-size: 16px;
	}

	.title07 {
		font-size: 16px;
	}

	.title07 span:nth-child(1) {
		font-size: 16px;
		line-height: 49px;
	}

	.subtitle01 {
		margin-top: 10px;
		background-color: #fff;
		padding: 0;
	}

	.subtitle01-A>span {
		padding: 0;
		margin-right: 0;
		width: 80px;
		margin-bottom: 5px;
		display: block;
	}

	.subtitle01-B>span {
		padding: 0;
		margin-right: 0;
		width: 80px;
		margin-bottom: 5px;
		display: block;
	}

	.subtitle01-C>span {
		padding: 0;
		margin-right: 0;
		width: 80px;
		margin-bottom: 5px;
		display: block;
	}

	.subtitle03 {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	.title08 {
		color: #028ebd;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		font-style: italic;
		position: relative;
		margin-bottom: 26px;
	}

	.subtitle05 {
		text-align: center;
		color: #1e1e1e;
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		font-weight: bold;
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-o-transform: skewX(-15deg);
		transform: skewX(-15deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	}

	.subtitle07 {
		color: #1c2433;
		font-size: 16px;
		letter-spacing: 0.1em;
		font-weight: bold;
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-o-transform: skewX(-15deg);
		transform: skewX(-15deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	}

	.title12 {
		height: auto;
		background: url(../img/title12_bg.jpg)no-repeat center bottom;
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.title12 h1 {
		font-size: 28px;
		color: #028ebd;
		font-weight: bold;
		letter-spacing: 0.1em;
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-o-transform: skewX(-15deg);
		transform: skewX(-15deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
		width: 90%;
	}

	.title12 h1 span {
		font-size: 20px;
		color: #1e1e1e;
		letter-spacing: 0.05em;
		padding-left: 10px;
		display: inline-block;
		width: 100%;
	}

	.title10 {
		color: #1e1e1e;
		font-size: 20px;
		position: relative;
		font-weight: bold;
		letter-spacing: 0.1em;
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-o-transform: skewX(-15deg);
		transform: skewX(-15deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	}

	.subtitle06 {
		font-size: 18px;
		font-weight: bold;
		color: #1e1e1e;
		margin-bottom: 20px;
		-webkit-transform: skewX(-15deg);
		-moz-transform: skewX(-15deg);
		-o-transform: skewX(-15deg);
		transform: skewX(-15deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	}

	.subtitle06 span {
		font-size: 14px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 04 - TEXT STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.copyright {
	font-size: 10px;
	color: #959595;
}

.total {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	background-color: #ededed;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
}

.total p {
	margin-bottom: 0;
}

.total>p:nth-child(2)>span:nth-child(2) {
	color: #ff0808;
}

.total>p:nth-child(2)>span:nth-child(1)>span {
	font-size: 16px;
	font-weight: normal;
}

.total>p:nth-child(2)>span:nth-child(2)>span {
	font-size: 16px;
	font-weight: normal;
}

.total>p:nth-child(2)>span:nth-child(2)>span:nth-child(2) {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: normal;
}

.text01 p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
}

.text01 p:nth-child(1)>.fa {
	color: #ff0808;
}

.text01 p:nth-child(2) {
	font-size: 14px;
}

.text01 a {
	text-decoration: underline;
	color: #e79101;
}

.text02 {
	font-size: 13px;
	text-align: center;
}

.text02 p {
	margin-bottom: 5px;
}

.text02 a {
	text-decoration: underline;
	color: #e79101;
}

.text03 .red {
	color: #FD1E1F;
	font-weight: bold;
}

.text03 .red>span:nth-child(1) {
	font-weight: normal;
}

.text03 td:nth-child(2) div[class*="col-"]>span>span:nth-child(1) {
	margin-right: 20px;
}

.text03 td:nth-child(2) div[class*="col-"]>span>span:nth-child(2)>span {
	font-size: 12px;
	font-weight: normal;
}

.text03-A td[class*="col-"] {
	background: #eee;
}

.text03-A ul {
	margin-bottom: 0;
}

.text03-A .text02 {
	text-align: left;
}

.text03-A .text02 .block {
	display: block;
}

.text03-B td[class*="col-"] {
	background: #FFF3F3;
}

.text03-B td:nth-child(2) {
	text-align: right;
}

.text03-B td {
	border: 1px solid #EBC5C5 !important;
}

.text03-C td[class*="col-"] {
	background: #F3F9FB;
}

.text03-C td:nth-child(2) {
	text-align: right;
}

.text03-C td {
	border: 1px solid #C7E1E9 !important;
}

.text03-D td[class*="col-"] {
	background: #F9F9F9;
}

.text03-D td:nth-child(2) {
	text-align: right;
}

.text03-D td {
	border: 1px solid #BBBBBB !important;
}

.text04-A>h5 {
	color: #fff;
	background-color: #e79101;
	padding: 6px 15px;
	width: 190px;
	text-align: center;
}

.text04-B>h5 {
	color: #fff;
	background-color: #3569dd;
	padding: 6px 15px;
	width: 190px;
	text-align: center;
}

.text05 {
	font-weight: bold;
	margin-top: 0;
}

.text06 {
	text-align: center;
	width: 49%;
	background-color: #ffc35e;
	padding-top: 5px;
}

.text06 p:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

.text06 p:nth-child(2) {
	color: #ff0808;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0;
}

.text06 p:nth-child(2)>span {
	font-size: 14px;
	font-weight: normal;
}

.text06 p:nth-child(2)>span:nth-child(2) {
	color: #1d1d1d;
}

.text07 {
	font-size: 20px;
	font-weight: bold;
	padding: 6px 20px;
	border: solid 1px #1d1d1d;
	display: flex;
	justify-content: space-between;
}

.text07>p {
	margin-bottom: 0;
	line-height: 55px;
}

.text07>p:nth-child(2) {
	color: #ff0808;
	width: 80%;
	padding-left: 50px;
	border-left: 1px solid #eee;
}

.text07>p:nth-child(2)>span:nth-child(1) {
	font-size: 16px;
}

.text07>p:nth-child(2)>span:nth-child(2) {
	font-size: 16px;
	color: #1d1d1d;
}

.text08 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.text08 p {
	margin: 30px 0;
}

.text08 a {
	text-decoration: underline;
	color: #e79101;
}

.text09 {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.text09 p {
	margin-bottom: 5px;
}

.text09 a {
	text-decoration: underline;
	color: #e79101;
}

.text10 {
	font-size: 18px;
	margin: 100px 0 200px;
}

.text11 {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid;
	padding-bottom: 8px;
	font-weight: bold;
}

.text11>span:nth-child(1) {}

.text11>.red {
	color: #ff0808;
}

.text12-A {
	text-align: center;
}

.text12 [class|="red"] {
	color: #ff0808;
}

.text13 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
}

.text13>span {
	margin: 0 2px;
}

.text13>img {
	vertical-align: unset;
}

.text13>.red {
	color: #FF0000;
}

.text14 {
	display: flex;
	position: relative;
}

.text14-A {
	position: relative;
	display: inline-block;
	/* margin-left: 20px; */
	padding: 0 10px 0 5px;
	background: #0687BB;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}

.text14-A::before {
	content: "";
	position: absolute;
	top: 0;
	right: -9px;
	border-left: 14px solid #0687BB;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	transform-origin: right top;
	transform: scaleX(.7);
}

.text14-B {
	position: absolute;
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 2px 0 #f00, 2px 0 0 #f00, 0 -2px 0 #f00, -2px 0 0 #f00, 2px 2px 0 #f00, -2px 2px 0 #f00, 2px -2px 0 #f00, -2px -2px 0 #f00;
	margin-bottom: 0;
	left: 106px;
	top: -12px;
}

.text14-B>span {
	font-size: 12px;
	text-shadow: none;
	color: #f00;
	font-weight: 800;
	margin-left: -6px;
	letter-spacing: -1px;
	/* margin-top: 13px; */
	position: absolute;
	top: 10px;
	left: 146px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.text15 {
	position: relative;
	width: 100px;
	height: 100px;
	background: url(../img/icon01.png);
	background-size: cover;
}

.text15>span {
	position: absolute;
	font-weight: bold;
	font-style: oblique;
	color: #FF0000;
	left: 18px;
	top: 8px;
}

.text15>span>span {
	display: block;
}

.text15>span>span:nth-child(1) {
	font-size: 34px;
	font-weight: bolder;
}

.text15>span>span:nth-child(1)>span {
	font-size: 23px;
}

.text15>span>span:nth-child(2) {
	font-size: 28px;
	line-height: 6px;
}

.text16>span {
	display: block;
}

.text17 {
	position: relative;
}

.text17>span {
	display: block;
}

.text17>span:nth-child(2) {
	position: absolute;
	right: 0;
	color: #FF0000;
	font-size: 22px;
	font-weight: bold;
}

.text18 {
	display: flex;
	color: #fff;
}

.text18 li {
	background: #DF0024;
	margin: 0 5px;
	padding: 0 10px;
}

label.btn span {
	font-size: 14px;
	vertical-align: super;
}

label input[type="radio"]~i.fa.fa-circle-o {
	color: #c8c8c8;
	display: inline;
}

label input[type="radio"]~i.fa.fa-dot-circle-o {
	display: none;
}

label input[type="radio"]:checked~i.fa.fa-circle-o {
	display: none;
}

label input[type="radio"]:checked~i.fa.fa-dot-circle-o {
	color: #0687BB;
	display: inline;
}

label:hover input[type="radio"]~i.fa {
	color: #0687BB;
}

label input[type="checkbox"]~i.fa.fa-square-o {
	color: #c8c8c8;
	display: inline;
}

label input[type="checkbox"]~i.fa.fa-check-square-o {
	display: none;
}

label input[type="checkbox"]:checked~i.fa.fa-square-o {
	display: none;
}

label input[type="checkbox"]:checked~i.fa.fa-check-square-o {
	color: #0687BB;
	display: inline;
}

label:hover input[type="checkbox"]~i.fa {
	color: #0687BB;
}

div[data-toggle="buttons"] label.active {
	color: #0687BB;
}

div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 0;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: inherit;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid #c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div[data-toggle="buttons"] label:hover {
	color: #0687BB;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-Box01>span {
	margin-top: 20px;
	font-weight: bold;
	font-size: 28px;
}

.text-Box01 {
	display: flex;
	justify-content: space-between;
}

@media (max-width:767px) {
	.total {
		padding: 10px 5px;
		font-size: 20px;
	}

	.total>p:nth-child(2)>span:nth-child(1)>span {
		font-size: 12px;
	}

	.total>p:nth-child(2)>span:nth-child(2)>span {
		font-size: 12px;
	}

	.total>p:nth-child(2)>span:nth-child(2)>span:nth-child(2) {
		font-size: 12px;
	}

	.text02 {
		font-size: 12px;
	}

	.text05 {
		font-size: 16px;
		margin-top: 10px !important;
	}

	.text07 {
		font-size: 16px;
	}

	.text07>p:nth-child(2) {
		width: 60%;
		padding-left: 50px;
	}

	.text07>p {
		line-height: 40px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - LIST STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.newslist02 {
	margin-bottom: 10px;
}

.newslist02:last-child {
	margin-bottom: 0;
}

.newslist02 article>a {
	display: flex;
	justify-content: space-between;
	background: #eee;
	padding: 10px 10px;
	color: #1d1d1d;
}

.newslist02 article>a>button {
	font-size: 14px;
	padding: 5px 10px;
	background-color: #e79101;
	border-color: #e79101;
}

.newslist02 article>a>h3 {
	font-size: 18px;
	margin: 0;
	line-height: 32px;
}

.newslist02 article>a>h3>time {
	font-size: 16px;
}

.newslist02 article>a>h3>span {
	padding-left: 20px;
	font-weight: bold;
}

.list01 .col-xs-12:nth-child(1)>ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: flex-start;
	-webkit-flex-flow: row wrap;
	margin-bottom: 20px;
}

.list01 .col-xs-12:nth-child(1)>ul>li {
	width: 33.3%;
	/*flex: 1 calc(100% / 4); */
	line-height: 28px;
}

.list01 .col-xs-12:nth-child(1)>ul>li:nth-child(3n+2):last-child {
	flex-basis: calc((100% / 4)*2);
}

.list01 .col-xs-12:nth-child(1)>ul>li>a>.fa {
	color: #f39800;
}

.list01 {
	/*background: #1a1a1a;*/
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}

.list01 a {
	color: #000;
}

@media (max-width:767px) {
	.list01 .col-xs-12:nth-child(1)>ul>li {
		width: 25%;
		flex: 1 calc(100% / 3);
		line-height: 28px;
	}

	.list01 .col-xs-12:nth-child(1)>ul>li:nth-child(3n+2):last-child {
		flex-basis: calc((100% / 3)*2);
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 06 - BUUTON・LINK STYLES */


/*-------------------------------------------------------------------------------------------------------------------------------*/
button.button01-A {
	background: #3569dd;
	border: none;
	color: #fff;
	padding: 26px 60px;
	font-size: 20px;
	box-shadow: 0px 3px 0px 0px #224eb2;
	-moz-box-shadow: 0px 3px 0px 0px #224eb2;
	-webkit-box-shadow: 0px 3px 0px 0px #224eb2;
}

.button01-B>button {
	background-color: #f5683a;
	border-color: #f5683a;
}

button.button01-C {
	background: #999;
	border: none;
	color: #fff;
	padding: 26px 60px;
	font-size: 20px;
	box-shadow: 0px 3px 0px 0px #666;
	-moz-box-shadow: 0px 3px 0px 0px #666;
	-webkit-box-shadow: 0px 3px 0px 0px #666;
}

.botton02-B button:last-child {
	margin-left: 10px;
	background: #3569dd;
	border: 0;
}

.botton02-B button:first-child {
	margin-left: 10px;
	background: #f5683a;
	border: 0;
	color: #fff;
}

.botton02-B button:last-child .badge {
	background: #1d4aae;
	border: 0;
	border-radius: 0;
	margin-left: 3px;
	vertical-align: baseline;
}

.botton02-B button:first-child .badge {
	background: #ab3f1c;
	border: 0;
	border-radius: 0;
	margin-left: 3px;
}

.botton02-B>button>a,
.botton02-B>button .badge {
	color: #fff;
}

.button02-C {
	display: flex;
	justify-content: space-between;
}

.button02-C>button {
	width: 48%;
	text-align: center;
}

.button02-C>button:nth-child(1) {
	background-color: #3569dd;
	border-color: #3569dd;
}

.button02-C>button:nth-child(2) {
	background-color: #1d1d1d;
	border-color: #1d1d1d;
}

.button02-D {
	display: flex;
	justify-content: space-between;
}

.button02-D>button {
	width: 48%;
	text-align: center;
	font-size: 16px;
}

.button02-D>button>span {
	font-size: 20px;
}

.button02-D>button:nth-child(1) {
	background-color: #ff1e43;
	border-color: #ff1e43;
}

.button02-D>button:nth-child(2) {
	background-color: #166945;
	border-color: #166945;
}

.button03 {
	display: flex;
}

.button03>button {
	padding: 0;
	width: 50%;
	margin: 0 10px;
	line-height: 2.5;
}

.button03-A button:nth-child(1) {
	background: #1659A1;
	border-color: #11447B;
}

.button03-A button:nth-child(2) {
	background: #F3F3F3;
	border-color: #7E7E7E;
	color: #1d1d1d;
}

.button03-B button:nth-child(1) {
	color: #1d1d1d;
	border-color: #7E7E7E;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-9 */
}

.button03-B button:nth-child(2) {
	color: #11447B;
	border-color: #1659A1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-9 */
}

.button04>button {
	padding: 1px 0 0;
	width: 100%;
	line-height: 1.5;
}

.button04-A>button {
	background: #1659A1;
	border-color: #11447B;
}

.button04>button>span {
	display: block;
	font-size: 14px;
}

.button04-B>button:nth-child(1) {
	border-color: #11447B;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+50,207cca+51,7db9e8+100;Blue+Gloss+%232 */
	background: #3b679e;
	/* Old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0);
	/* IE6-9 */
}

.button04-B>button:nth-child(2) {
	margin-top: 10px;
	color: #11447B;
	border-color: #1659A1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-9 */
}

.button04-C>button {
	text-align: left;
	padding-left: 10px;
}

.button04-C>button:nth-child(1) {
	border-color: #11447B;
	background: #11447B;
}

.button04-C>button:nth-child(2) {
	margin-top: 10px;
	border-color: #DF6117;
	background: #DF6117;
}

.button04-D>button {
	text-align: left;
	padding-left: 10px;
}

.button04-D>button:nth-child(1) {
	border-color: #DF6117;
	background: #DF6117;
}

.button04-D>button:nth-child(2) {
	margin-top: 10px;
	border-color: #2D763D;
	background: #2D763D;
}

.button05 {
	display: block;
	background: #fff;
	border: solid 1px #7E7E7E;
	color: #1d1d1d;
}

.button05 span:nth-child(1) {
	line-height: 36px;
	font-size: 14px;
	margin-left: 25px;
}

.button05-A:before {
	content: '\f128';
	font-family: FontAwesome;
	color: #DF6117;
	line-height: 36px;
	position: absolute;
	padding: 0 5px;
	font-size: 25px;
}

.button06 {
	display: block;
	background: #fff;
	border: solid 1px #7E7E7E;
	color: #1d1d1d;
	text-align: center;
}

.button06 span:nth-child(1) {
	/* padding: 0 60px; */
	line-height: 37px;
	font-size: 16px;
	display: block;
}

.button06-A:before {
	content: '\f128';
	font-family: FontAwesome;
	color: #DF6117;
	line-height: 50px;
	padding: 0 10px;
	font-size: 46px;
}

.button07 {
	background: #fff;
	text-align: center;
	width: 170px;
	height: 40px;
	display: inline-block;
}

.button07 a {
	font-size: 20px;
	color: #028ebd;
	font-weight: bold;
	font-style: italic;
	line-height: 40px;
	display: block;
	height: 100%;
	transition: 0.2s;
}

.button07 a:hover {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 40px;
	display: block;
	height: 100%;
	background: #028ebd;
}

.button08 {
	text-align: center;
	background: #1c2433;
	display: inline-block;
	width: 370px;
	height: 40px;
	border: 1px solid #1c2433;
}

.button08 a {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 40px;
	display: block;
	height: 100%;
	transition: 0.2s;
}

.button08 a:hover {
	color: #1c2433;
	background: #fff;
}

.button08 i {
	color: #85dbdb;
}

.button09 {
	text-align: center;
	background: #1c2433;
	display: inline-block;
	width: 370px;
	height: 70px;
	border: 1px solid #1c2433;
}

.button09 a {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 70px;
	display: block;
	height: 100%;
	transition: 0.2s;
}

.button09 a:hover {
	color: #1c2433;
	background: #fff;
}

.button09 i {
	color: #85dbdb;
}

.button09-A {
	text-align: center;
	background: #999;
	display: inline-block;
	width: 370px;
	height: 70px;
	border: 1px solid #999;
}

.button09-A a {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 70px;
	display: block;
	height: 100%;
	transition: 0.2s;
}

.button09-A a:hover {
	color: #999;
	background: #fff;
}

.button09-A i {
	color: #85dbdb;
}

.button10 {
	text-align: center;
	background: #1c2433;
	display: inline-block;
	width: 157px;
	height: 42px;
}

.button10 a {
	color: #fff !important;
	font-weight: bold !important;
	font-style: italic !important;
	font-size: 20px !important;
	line-height: 42px !important;
	display: block !important;
	height: 100% !important;
	transition: 0.2s;
}

.button10 a:hover {
	opacity: 0.7;
}

.button10 i {
	color: #85dbdb;
}

.button11 {
	text-align: center;
	background: #1c2433;
	display: inline-block;
	width: 370px;
	height: 40px;
	color: #aaa;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 40px;
}


.buttoBox01 {
	text-align: center;
	background-color: #ededed;
	padding: 20px 0;
}

.buttoBox02 {
	padding: 20px 0;
	text-align: center;
}

.buttonBox03 {
	padding: 20px 0;
	text-align: center;
}

.buttonBox04 {
	padding: 0 20px 20px;
	text-align: right;
}

.buttonBox05 {
	text-align: center;
}

.box08 .buttonBox05 p {
	font-size: 24px;
	color: red;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 10px;
}

.droplinkBox01 li {
	text-align: center;
	background: #eee;
	background-clip: content-box;
	line-height: 48px;
	font-size: 18px;
	margin-bottom: 10px;
}

.droplinkBox01 li>a {
	display: block;
	border: solid 1px #ddd;
	color: #1d1d1d;
}

@media (max-width:767px) {
	.button01-A button {
		padding: 18px 40px;
		font-size: 16px;
	}

	.button02-D {
		display: block;
	}

	.button02-D>button {
		width: 100%;
		text-align: center;
		font-size: 14px;
	}

	.button02-D>button:last-child {
		margin-top: 10px;
	}

	.buttonBox02 {
		padding: 10px 5px 15px;
	}

	.buttonBox02>.button02-C button {
		font-size: 14px;
	}

	.button08 {
		text-align: center;
		background: #1c2433;
		display: inline-block;
		width: 90%;
		height: 40px;
		border: 1px solid #1c2433;
	}

	.button09 {
		text-align: center;
		background: #1c2433;
		display: inline-block;
		width: 100%;
		height: 70px;
		border: 1px solid #1c2433;
	}

	.button11 {
		text-align: center;
		background: #1c2433;
		display: inline-block;
		width: 90%;
		height: 40px;
		color: #aaa;
		font-weight: bold;
		font-style: italic;
		font-size: 20px;
		line-height: 40px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - BOX・LINK STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.box01 {
	border: solid 1px #ddd;
	padding: 15px 10px;
}

.box01 [class|="col"]>img {
	width: 100%;
}

.box01-A [class|="col"]:nth-child(2) {
	margin-top: 10px;
}

.box02 {
	padding: 10px;
}

.box02 .innnerBox01 {
	background: #fff;
	margin: 10px 0;
	padding: 10px;
}

.box02-A {
	background: #D3E7FF;
}

.box02-A .innnerBox01>article {
	display: flex !important;
}

.box02-A .innnerBox01>article>div {
	margin: 0 10px;
}

.box02-B {
	border: solid 1px #7E7E7E;
	background: #F3F3F3;
	padding: 5px;
}

.box02-B a {
	color: #1d1d1d;
}

.box02-B li a>.fa {
	color: #DF6117;
}

.box02-C {
	border: solid 1px #7E7E7E;
	background: #F3F3F3;
}

.box02-C a {
	color: #DF6117;
}

.box02-C time {
	display: block;
	color: #1d1d1d;
}

.box02-D {
	border: solid 1px #7E7E7E;
	background: #F3F3F3;
	padding: 5px;
}

.box02-D ul>li {
	margin: 5px 0;
}

.box02-E {
	border: solid 1px #7E7E7E;
	background: #F3F3F3;
}

.box02-E ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: flex-start;
	-webkit-flex-flow: row wrap;
}

.box02-E ul>li {
	/* width: 25%; */
	flex: 1 calc(93% / 4);
	margin: 0 5px;
}

.box02-E ul>li:nth-child(3n+2):last-child {
	flex-basis: calc((100% / 8)*2);
}

.box02-F {
	background: #11447B;
}

.box02-F .title04-D {
	color: #fff;
}

.box02-F .title04-D a {
	color: #fff !important;
}

.box02-F a {
	color: #1d1d1d;
}

.box02-F li a>.fa {
	color: #DF6117;
}

.box03 {
	border: solid 1px #ddd;
	padding: 15px 10px;
}

.box03 [class|="col"]>img {
	width: 100%;
}

.box03 .text15 {
	position: absolute;
	left: 15px;
	top: 15px;
}

.box03 .text14 {
	margin-top: 5px;
}

.box04 {
	border: solid 1px #ddd;
	padding: 15px 10px;
}

.box04 [class|="col"]>img {
	width: 100%;
}

.box04-B .form-innner01 {
	display: flex;
}

.box04-B .form-innner01 .form-group {
	display: flex;
	width: 49%;
}

.box04-B .form-innner01 .form-group label {
	width: 50px;
	margin-top: 6px;
}

.box04-B .form-innner01>span {
	margin: 0 20px;
	margin-top: 6px;
}

.box05 {
	width: 100%;
}

.box05 img {
	width: 100%;
}

.box06 {
	display: flex;
	justify-content: space-around;
	margin: 50px 0;
}

.box06-A {
	width: 31%;
}

.box06-A a {
	display: block;
	height: 100%;
}

.box06-A a img {
	transition: 0.2s;
}

.box06-A a:hover img {
	opacity: 0.7;
}

.box06-A a .subtitle07 {
	transition: 0.2s;
}

.box06-A a:hover .subtitle07 {
	color: #028ebd;
}

.box06-A a p {
	transition: 0.2s;
}

.box06-A a:hover p {
	color: #028ebd;
}

.box06-A img {
	width: 100%;
}

.box06-A p {
	margin-top: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #1e1e1e;
}

.box06-A span {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #028ebd;
	transition: 0.2s;
}

.box06-A:hover span {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #1c2433;
}

.box07 {
	width: 100%;
	background: url(../img/cvs_test02.jpg)no-repeat center;
	height: 500px;
	padding-top: 70px;
	text-align: center;
}

.box07 p {
	font-size: 16px;
	color: #1e1e1e;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.box07 .text01 {
	display: inline-block;
	background: #1c2433;
	transform: skewX(135deg);
	margin-bottom: 20px;
}

.box07 .text01 span {
	font-size: 3vw;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 0px 80px;
	-webkit-transform: skewX(30deg);
	-moz-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	transform: skewX(30deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.box08 {
	padding-top: 70px;
}

.box08 p {
	font-size: 16px;
	color: #1e1e1e;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.box09 {
	padding-top: 70px;
}

.box09 p {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
}

.box09 .imgBox {
	text-align: center;
}

.box09 img {
	display: inline-block;
	max-width: 100%;
}

.box10 {}

.box10 p {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
}

.box10 .sign {
	text-align: right;
}

.box10 .sign img {
	display: inline-block;
	max-width: 100%;
}

.box11 {
	padding: 70px 15px 0;
}

.box11 .row {
	border-bottom: 1px solid #d4d4d4;
}

.box11 .row:first-child {
	border-bottom: none;
}

.box11 .text01 {
	font-size: 14px;
	color: #1e1e1e;
	letter-spacing: 0.05em;
	line-height: 30px;
	padding: 20px 0;
}

.box11 a {
	padding-left: 10px;
	color: #028ebd;
}

.box11 .text01 .name {
	width: 40%;
	display: inline-block;
}

.box11 .text01 .name span {
	float: right;
}


@media (max-width:767px) {
	.box06 {
		display: block;
		justify-content: space-between;
		margin: 10px 0;
	}

	.box06-A {
		width: 100%;
		margin-bottom: 30px;
	}

	.box07 {
		width: 100%;
		background: url(../img/cvs_test02.jpg)no-repeat center;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		background-size: cover;
	}

	.box11 .text01 {
		font-size: 14px;
		color: #1e1e1e;
		letter-spacing: 0.05em;
		line-height: 30px;
		padding: 10px 0;
	}

	.box11 .row .text01:nth-child(1) {
		font-size: 14px;
		color: #1e1e1e;
		letter-spacing: 0.05em;
		line-height: 30px;
		padding: 10px 0 0px;
	}

	.box11 .row .text01:nth-child(2) {
		font-size: 14px;
		color: #1e1e1e;
		letter-spacing: 0.05em;
		line-height: 30px;
		padding: 0px 0 10px;
	}

	.box06-A p {
		margin-top: 0px;
		font-size: 14px;
		line-height: 24px;
		color: #1e1e1e;
	}

	.box07 .text01 span {
		font-size: 14px;
		color: #ffffff;
		font-weight: bold;
		display: inline-block;
		padding: 6px 20px;
		-webkit-transform: skewX(30deg);
		-moz-transform: skewX(30deg);
		-o-transform: skewX(30deg);
		transform: skewX(30deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	}

	.box08 {
		padding: 20px 15px 0;
	}

	.box11 .text01 .name {
		width: 70%;
		display: inline-block;
	}
}

@media (max-width:480px) {
	.box11 .text01 .name {
		width: 90%;
		display: inline-block;
	}
}





.iconBox01>ul {
	display: flex;
}

.iconBox01>ul>li {
	margin: 0 5px;
}

.iconBox02 {
	display: flex;
}

.iconBox02>span {
	display: block;
	margin-left: 5px;
}

/*シミュレーション*/
#option .box01-A {
	margin: 10px 0;
}

#option .title02-A {
	margin-bottom: 20px;
}

#option .text12-A {
	text-align: left;
}

#option .text03-C td:nth-child(2) {
	text-align: left;
}

#basic .text12-A {
	text-align: left;
}

/* サイドナビ */
.rightnav .text14-B {
	position: relative;
	font-size: 52px;
	color: #ff0018;
	font-weight: bolder;
	text-shadow: none;
	margin-bottom: 0;
	left: 0;
	top: 0;
	font-style: oblique;
	letter-spacing: -1px;
}

.rightnav .text14-B>span {
	font-size: 17px;
	text-shadow: none;
	color: #f00;
	font-weight: 800;
	margin-left: -6px;
	letter-spacing: -1px;
	margin-top: 0;
	position: absolute;
	top: 18px;
	left: 217px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-style: initial;
}

.rightnav .text03-A {
	margin-bottom: 0;
}

@media (max-width:767px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}

.marT20 {
	margin-top: 20px;
}






.kiz_font {
	font-size: 20px;
}

@media (max-width:767px) {
	.kiz_font {
		font-size: 16px !important;
	}
}