@charset "utf-8";
@media (min-width: 751px) {
	.funcflowblock .tflows01.type02 {
		padding-bottom: 0;
	}
	.funcflowblock .tflows01.type02 .tflows02 {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
input[type="submit"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.pc {
	display: none;
}
.sp {
	display: block!important;
}
a:hover {
	text-decoration: none;
	opacity:1;
}
section {
	overflow:hidden;
}
img{
	width:auto;
	height:auto;
	max-width:100%;
}
body {
	font-size: 12px;
	min-width: 100%;
	min-height: 100%;
	line-height: 1.5;
	word-break:normal;
	padding-bottom:65px;
}
body {
    padding-top: 0!important;
}
.headerwrap.sc {
    background-color: transparent;
}
.headerwrap {
	width: 100%;
	min-width:100%;
	top: 0;
	z-index: 500;
	padding: 0 15px;
	height: 55px;
}
.is_active .headerwrap {
	background-color:#FFF;
}
.headerwrap .cmnbox01 {
    padding: 0;
    max-width: 100%;
	height:55px;
}
.headerbox01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	line-height:1;
	width:148px;
	padding-top:19px;
    position: relative;
    z-index: 9999;
}
.btnmenu {
	position: absolute;
	top: 0;
	right: 0;
	z-index:9999;
	display: block;
}
.btnmenu a {
	position: relative;
	display: block;
	width: 55px;
	height: 55px;
	background-color: #EB6E45;
	border-radius:0 0 0 7.5px;
}
.btnmenu a:hover {
	opacity:1;
}
.btnmenu a span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 15px;
	height: 2px;
	background: #FFF;
}
.btnmenu a span:nth-of-type(1) {
	top:18px;
	width: 25px;	
}
.btnmenu a span:nth-of-type(2) {
	top:28px;
	width: 25px;
}
.btnmenu a span:nth-of-type(3) {
	top:38px;
	width: 25px;
}
.btnmenu.is_active a {
}
.btnmenu.is_active a span:nth-of-type(1) {
	top: 21px;
	right: 15px;
	width: 24px;
	transform: translateY(6px) rotate(-45deg);
}
.btnmenu.is_active a span:nth-of-type(2) {
	opacity: 0;
}
.btnmenu.is_active a span:nth-of-type(3){
    top: 33px;
    right: 15px;
	width: 24px;
    transform: translateY(-6px) rotate(45deg);
}
.gnavwrap {
    opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: transparent;
	padding: 90px 15px 60px;
	overflow-y: auto;
	z-index: 0;
	max-height: calc(100vh - 0px);
	text-align: left;
	font-size: 0;
    transition: 0.5s ease;
	visibility: hidden;
    opacity: 0;
	top:0;
	z-index:-100;
}
.gnavwrap.is_active {
	animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	background-color: #F1F0E9;
	visibility: visible;
	opacity: 1;
	z-index: 0;
	height: 100vh;
	padding-bottom: 100px;
}
.gnav {
	border-top: solid 1px #C9C5B5;
}
.gnav > li {
	vertical-align: middle;
	display: block;
	line-height: 1;
	position: relative;
	height: auto;
	border-bottom: solid 1px #C9C5B5;
}
.gnav > li > a {
	font-size:14px;
	font-weight:500;
	display: block;
	text-decoration: none;
	transition: 0.5s ease;
	z-index:1;
	line-height:1;
	padding:18px 0;
	position:relative;
}
.gnav > li > a > span {
	position:relative;
	display:inline-block;
}
.gnav > li > a > span::before {
	display:none;
}
.gnav > li:hover > a > span::before {
	display:none;
}
.gnavblock {
	display:inline-block;
	vertical-align:middle;
	margin-right:70px;
}
.gnav > li.mg > a:before {
	display:none;
}
.gnav > li.mg > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    content: "";
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #EB6E45;
    border-right-color: #EB6E45;
}
.gnav > li.mg > a.open:after {
    margin-top: -3px;
    border-bottom: none;
    border-right: none;
    border-top-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #EB6E45;
    border-left-color: #EB6E45;
}
.top .gnav > li.mg:hover > a {
    color: #222;
}
.subnavblock {
	position: relative;
	top: inherit;
	left: inherit;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 100%;
	display: none;
    transition: none;
	opacity:1;
	visibility:visible;
}
.subnavblock.mgavctive {
	display:block;
	opacity:1;
	animation: sub 0.5s ease 0s;
}
.subnavbox {
	margin:0 auto;
	max-width:1600px;
	display:block;
	background-color: transparent;
	border-radius: 0;
	padding:0;
}
.subnavdetail {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.subnavtxtbox {
	width: 300px;
	flex-shrink: 0;
	text-align:left;
	display:none;
}
.subnavtitle {
	color: #EB6E45;
	font-size:28px;
	font-weight:800;
	margin-bottom:15px;
}
.subnavtxt {
	font-size:18px;
}
.subnavdetail {
}
.subnav {
	width:calc(100% - 340px);
	flex-shrink: 0;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:10px;
}
.subnav li {
	font-size:0;
	width:100%;
	margin-bottom:10px;
}
.subnav.type02 li {
	width:100%;
	margin-bottom:10px;
}
.subnav li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	display: block;
	align-items: center;
	justify-content: space-between;
	border: none;
	padding:0;
	border-radius: 16px;
	position:relative;
	padding-left:14px;
}
.subnav li a:before {
    content: "";
    position: absolute;
    left: 0;
	top:50%;
    border-top: 1px solid #EB6E45;
    width: 8px;
	margin-top:-1px;
}
.subnav li a img {
	width: 90px;
	flex-shrink: 0;
	display:none;
}
.subnav li a span {
	width:100%;
	flex-shrink: 0;
}
.gnav > li.mg:hover > a {
	color:#222;
}
.gnav > li.mg:hover > a:before {
    border-bottom-color: #EB6E45;
    border-right-color: #EB6E45;
}


.headerwrap.mgavctive {
	transition: 0.3s ease;
	background-color:#FFF;
}
.megawrap::before {
	transition: 0.3s ease;
	opacity:0;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
background-color: rgba(52,75,101,0.6);
    width: 100%;
	z-index:100;
}
.megawrap.mgavctive::before {
	transition: 0.3s ease;
	opacity:1;
	height:100%;
}
.mg > a {
	pointer-events: all;
}

.haedbtn {
	display:inline-block;
	vertical-align:middle;
	width:220px;
	margin-left:20px;
	display:none;
}
.fb01 {
	position:fixed;
	right:0;
	top:100px;
	z-index:100;
	display:none;
}
.fb01 li {
	margin-bottom:10px;
}

.cmnbtn {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cmnbtn.typecta {
	padding-left:25px;
}
.cmnbtnicon {
	display:inline-block;
	vertical-align:middle;
    line-height: 1;
}
.cmnbtnicon02 {
	display:inline-block;
	vertical-align:middle;
    line-height: 1;
	padding-top:2px;
	margin-left:5px;
}
.cmnbtntxt {
	margin-left:3px;
	display:inline-block;
	vertical-align:middle;
    line-height: 1;
}
.cmnbtn.type02 {
}
.cmnbtn.typeft {
	font-size: 14px;
}
.cmnbtn.typeft .cmnbtnicon {
	padding-top:2px;
}

.footerwrap {
	position: relative;
}
.pagetop {
	position: fixed;
	right: 15px;
	bottom: 80px;
	z-index:100;
	width:35px;
}
.footerbg {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0px;
	mix-blend-mode: multiply;
	display:none;
}
.footertop {
	position:relative;
	padding:60px 0 40px;
}
.ftt01 {
	position:relative;
	border-radius:15px;
	text-align:center;
	z-index: 1;
	padding:0 25px;
}
.ftt01:before {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background-color: #FFF;
	border-radius:100px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top:-30px;
	z-index:0;
}
.ftt02 {
	position:relative;
	top:-10px;
	width:28px;
	margin:0 auto;
}
.ftt03 {
	position: relative;
	font-size: 15px;
	font-weight: 800;
	color: #EB6E45;
	margin-bottom:10px;
}
.ftt04 {
	position:relative;
	font-size:12px;
	font-weight:800;
	margin-bottom:12px;
}
.ftt05 {
	position:relative;
	max-width:480px;
	margin:0 auto 15px;
}
.ftt05 img {
	width:18px;
}
.ftt06 {
	padding-bottom:25px;
}
.ftt06 li {
	display:inline-block;
	vertical-align:middle;
}
.ftt07 {
	font-size:18px;
	font-weight:800;
	margin-right:10px;
	display:none!important;
}
.ftt08 {
	font-size:23px;
	font-weight:800;
	margin-right:0;
	color: #EB6E45;
	line-height:1;
	margin-bottom:5px;
}
.ftt08 img {
	width:23px;
}
.ftt08 img {
	line-height:1;
	margin-right:5px;
	padding-top:5px;
}
.ftt09 {
	font-size:12px;
	font-weight:500;
}
.ftt10 {
	font-size: 12px;
	font-weight: 500;
	margin-left: 0;
	padding-left: 0;
	border-left: 1px none #AAA58F;
}
.footernav {
	position:relative;
	padding:30px 0;
}
.footernav .cmnbox01 {
	display: block;
	align-items: start;
	justify-content: space-between;
}
.ftlogo {
	margin:0 auto 12px;
	width:173px;
}
.ftad {
	font-size:12px;
	margin-bottom:30px;
}
.ftn01 {
	text-align:center;
}
.ftn02 {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 3px;
}
.fnav01 {
	margin-left:0;
	width: 49%;
	flex-shrink: 0;
}
.fnav02 {
	font-size:13px;
	font-weight:800;
	margin-bottom:3px;
}
.fnav03 li {
	font-size:11px;
	margin-bottom:2px;
}
.footerbtm {
	position:relative;
	background-color: #F1F0E9;
	padding-top: 25px;
	padding-bottom: 35px;
}
.footerbtm .cmnbox01 {
	display: block;
	align-items: center;
	justify-content: space-between;
}
.copy {
	font-size:10px;
	text-align:center;
}
.btmnav01 {
	text-align:center;
}
.btmnav01 li {
	font-size:11px;
	display:inline-block;
	margin:0 10px 25px;
}
.spbtmnav {
	background-color:#FFF;
	width:100%;
	padding:12px 0;
	text-align:center;
	font-size:0;
	position:fixed;
	bottom:0;
	z-index:100;
}
.spbtmnav li {
	width:150px;
	display:inline-block;
	margin:0 5px;
}
.spbtmnav li:nth-child(1) img {
	width:12.5px;
}
.spbtmnav li:nth-child(2) img {
	width:16px;
}

.spbtmnav.typehead {
	background-color: transparent;
	width:100%;
	padding:12px 0;
	text-align:center;
	font-size:0;
	position: relative;
	bottom:inherit;
	margin:25px 0 0;
}
.spbtmnav.typehead li {
	width:100%;
	display:block;
	margin:0 0 15px;
}


.cmnbox01 {
	padding:0;
	max-width:94%;
	margin:0 auto;
}

.toptitle01 {
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	color: #EB6E45;
	margin-bottom: 15px;
}
.toptitle01 span {
	position:relative;
	display:inline-block;
}
.toptitle01 span:before {
}
.toptitle01 span:before,
.toptitle01 span:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #EB6E45;
  width: 2px;
  height: 1em;
  margin: 0 0.5em;
  margin-top: -.1em;
  vertical-align: middle;
} 
.toptitle01 span:before {
  transform: rotate(-30deg);
} 
.toptitle01 span:after {
  transform: rotate(25deg);
}


.tmainblock {
	background-image: url(../images/top/sp_main_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	padding-bottom:5px;
	padding-top:63vw;
}
.tmain01 {
	margin-left:200px;
	display:none;
}
.tmain02 {
	margin-bottom:10px;
	margin-top:0;
	padding: 0 10px;
}
.tmain03 {
	background-color: transparent;
	border-radius: 0;
	padding:0;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tmain04 {
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding:10px;
	display:table;
	vertical-align:middle;
	margin-bottom:2%;
}
.tmain04:nth-child(1) {
	width: 40%;
	flex-shrink: 0;
}
.tmain04:nth-child(2) {
	width: 58%;
	flex-shrink: 0;
}
.tmain04:nth-child(3) {
	width: 100%;
	flex-shrink: 0;
}
.tmain04 dt {
	display: table-cell;
	vertical-align:middle;
	margin-right:7px;
	width:45px;
}
.tmain04 dd {
	display: table-cell;
	vertical-align:middle;
	font-weight:800;
	margin-right:0;
	line-height:1.3;
	padding-left:10px;
}

.ctablock {
	margin:5px 15px 0;	
}
.cta01 {
	text-align:center;
	width:45px;
	margin:0 auto;
}
.cta02 {
	background-color: #FFF;
	border-radius: 20px;
	border-right: 4px solid #eb6e45;
	border-bottom: 4px solid #eb6e45;
	padding:15px 15px 5px;
}
.cta03 {
	text-align:center;
	color: #EB6E45;
	font-size:18px;
	font-weight:800;
	margin-bottom:12px;
}
.cta03 span {
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 85%, rgb(249,226,24) 85%);
	line-height:1.2;
}
.cta04 {
	max-width:760px;
	margin:0 auto;
}
.cta05 {
	max-width:178px;
	margin:0 auto 15px;
}
.cta06 {
	max-width:195px;
	margin:0 auto 15px;
}
.cta07 {
	text-align:center;
	text-align:center;
	color: #EB6E45;
	font-size:15px;
	font-weight:800;
	margin:10px 0;
	position:relative;
}
.cta07::before {
	position:absolute;
	content: '';
	top:50%;
	left:0;
	width: 100%;
	height: 1px;
	background-color: #EB6E45;
}
.cta07 span {
	background-color:#FFF;
	display:inline-block;
	padding:0 10px;
	position:relative;
}
.cta08 {
	display: block;
	align-items: start;
	justify-content: space-between;
	text-align:center;
}
.cta08 li {
	width:100%;
	margin-bottom:10px;
}
.cta08 li:nth-child(1) img {
	width:16px;
}
.cta08 li:nth-child(2) img {
	width:16px;
}
.ctabox {
	display: block;
	align-items: center;
	justify-content: space-between;
}

.anxblock {
	padding:30px 0 15px;
}
.anx01 {
	font-size:18px;
	font-weight:800;
	text-align:center;
	margin-bottom:35px;
}
.anx01 span {
	color: #EB6E45;
	border-bottom:solid 2px #EB6E45;
}
.anx02 {
	display: block;
	align-items: start;
	justify-content: space-between;
}
.anx03 {
	max-width:280px;
	margin:0 auto 30px;
}
.anx04 {
}
.anx05 {
	background-color: #EB6E45;
	border-radius: 20px;
	margin-left: 80px;
	text-align: center;
	padding:15px 0;
	margin-top:-40px;
	position:relative;
}
.anx06 {
	font-size:16px;
	font-weight:800;
	color:#FFF;
}
.anx06 span {
	padding-bottom:2px;
	border-bottom:solid 2px #F9E218;
}

.tmcubemain {
	position:relative;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6vw 50vw 0 50vw;
  border-color: #F1F0E9 transparent transparent transparent;
  position:absolute;
  top:0;
  z-index:1;
}
.tmcubemain img {
	width:100%;
	position:relative;
	z-index:0;
}
.tmcubeblock {
	margin: -15px 15px 30px;
	border-radius:15px;
	position:relative;
	z-index:1;
}
.tmcube01 {
	border-radius:15px 15px 0 0 ;
	padding:10px;
	text-align:center;
}
.tmcube02 {
	font-size: 18px;
	font-weight: 800;
	color: #FFF;
	display:inline;
	position:relative;
	line-height:1;
}
.tmcube03 {
	display: inline;
	background-image:linear-gradient(rgba(0,0,0,0) 94%, rgb(249,226,24) 94%);
}
.tmcube02 img {
	position: absolute;
	top: -25px;
	right: -50px;
	color: #F9E218;
	width:50px;
}
.tmcube04 {
	text-align:center;
	margin:15px auto;
	width:42px;
}
.tmcube05 {
	margin-bottom:20px;
}
.tmcube06 {
	display: block;
	align-items: start;
	justify-content: space-between;
	margin-bottom:30px;
}
.tmcube06.type02 {
	flex-direction: row-reverse;
}
.tmcube07 {
	margin-bottom:12px;
}
.tmcube08 {
	width:100%;
	margin-left:0;
}
.tmcube06.type02 .tmcube08 {
	margin-left:0;
	margin-right:0;
}
.tmcube09 {
	text-align:left;
	margin-bottom:15px;
}
.tmcube09 img {
	width:65px;
}
.tmcube06.type02 .tmcube09 {
	text-align:left;
}
.tmcube10 {
	font-size: 18px;
	padding-left:0;
	border-bottom:solid 1px #EB6E45;
	line-height:1.3;
	padding-bottom:7px;
	margin-bottom:12px;
}
.tmcube06.type02 .tmcube10 {
	padding-left:0;
	padding-right:0;
}
.tmcube11 {
	padding-left:0;
}
.tmcube06.type02 .tmcube11 {
	padding-left:0;
	padding-right:0;
}
.tmcube12 {
	display: inline;
	background-image: 		linear-gradient(rgba(0,0,0,0) 70%, rgb(249,226,24) 70%);
	color: #EB6E45;
}
.tmcube13 {
	font-size:14px;
}
.tmcube14 {
	text-align:center;
	padding-bottom:5px;
}
.tmcube14 li {
	width:100%;
	display:block;
	margin:0 0 15px;
}
.tmcube11 a {
	color: #EB6E45;
	text-decoration:underline;
}


.tflowblock {
	padding:30px 0;
	background-color:#FFF;
}
.tflow01 {
}
.tflow02 {
	margin-bottom:15px;
	overflow-x:auto;
}
.tflow03 {
	width:800px;
}
.tflow04 {
	margin-bottom:25px;
}
.tflow04 a {
	color: #EB6E45;
	text-decoration:underline;
}
.tflow05 {
	max-width:400px;
	margin:0 auto;
}
.tflow05 img {
	width:20px;
}

.tvoicesblock {
	padding:30px 0;
}
.tvoice01 {
}
.tvoice02 {
	display: block;
	align-items: start;
	justify-content: space-between;
	margin-bottom:50px;
	margin-top:80px;
}
.tvoice03 {
	max-width:372px;
	background-color:#FFF;
	border-radius:15px;
	margin:0 auto 60px;
	padding:0 20px 30px;
}
.tvoice04 {
	text-align:center;
	position:relative;
	top:-45px;
	width:233px;
	margin:0 auto -50px;
}
.tvoice05 {
	font-size: 14px;
	font-weight: 800;
	color: #EB6E45;
	margin-bottom: 5px;
}
.tvoice06 {
}
.tvoice07 {
	max-width:400px;
	margin:-35px auto 0;
}
.tvoice07 img {
	width:12px;
}

.tfaqmain img {
	width:100%;
}
.tfaqblock {
	padding:30px 0;
}
.tfaq01 {
}
.tfaq02 {
	margin-bottom:25px;
}
.tfaq03 {
	margin-bottom:15px;
}
.tfaq04 {
	background-color:#FFF;
	display:table;
	width:100%;
	border-radius:10px;
	padding:10px 25px 10px 14px;
	position:relative;
	cursor: pointer;
}
.tfaq04:before, .tfaq04:after {
  display: block;
  content: '';
  background-color: #f56e3d;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 10px;
  margin-top:-1px;
}
.tfaq04:before {
  width: 2px;
  height: 15px;
  top: 50%;
  right: 16px;
  margin-top:-8px;
}
.tfaq05 {
	display:table-cell;
	vertical-align:top;
	width:25px;
}
.tfaq05 span {
	border-radius:50px;
	background-color:#f56e3d;
	line-height:1;
	width:25px;
	height:25px;
	border:solid 1px #f56e3d;
	font-size: 12px;
	font-weight: 800;
	text-align:center;
	color:#FFF;
	display:block;
	padding-top:6px;
}
.acccont {
	display:none;
}
.acccont .tfaq05 span {
	background-color:#FFF;
	color:#f56e3d;
}
.tfaq06 {
	display:table-cell;
	vertical-align:top;
	font-size: 11px;
	font-weight: 800;
	padding-left:10px;
	padding-top:5px;
}
.tfaq07 {
	padding:10px 14px;
	display:table;
	width:100%;
}
.tfaq08 {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	padding-top:3px;
	font-size: 11px;
}
.tfaq09 {
	max-width:400px;
	margin:0 auto;
}
.tfaq09 img {
	width:18px;
}

.open.tfaq04 {
	background-color:#f56e3d;
}
.open .tfaq05 span {
	background-color:#FFF;
	color:#f56e3d;
}
.open .tfaq06 {
	color:#FFF;
}
.open.tfaq04:before, .open.tfaq04:after {
  background-color: #FFF;
}
.open.tfaq04:before {
	display:none;
}

.tnewsblock {
	padding:30px 0;
	background-color:#FFF;
}
.tnews01 {
}
.tnews02 {
	margin-bottom:25px;
}
.tnews02 li {
	font-weight: 500;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #D5D2C7;
}
.tnews03 {
	color:#a59d85;
	display: inline-block;
	width:7em;
}
.tnews04 {
	font-size:12px;
	display: inline-block;
	vertical-align:middle;
	width:9em;
}
.tnews05 {
	display: block;
	padding-left:0;
	padding-top:5px;
}
.tnews06 {
	max-width:400px;
	margin:0 auto;
}
.tnews06 img {
	width:18px;
}
.iconcate {
	color:#FFF;
	border-radius:50px;
	display:block;
	padding:2px 10px;
	text-align:center;
}

.voiceblock {
	margin-bottom:30px;
}
.voice01 {
	display: block;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:15px;
}
.voice02 {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 15px;
	border-radius: 15px;
	padding:12px 12px 2px;
}
.voice03 {
	font-size:16px;
	font-weight:800;
	border-bottom:solid 1px #EB6E45;
	padding-bottom:5px;
	margin-bottom:10px;
}
.voice04 {
	margin-bottom:10px;
}
.pnav {
	text-align:center;
}
.pnav li {
	display:inline-block;
	vertical-align:middle;
	margin:3px;
	font-size:14px;
	color: #EB6E45;
}
.pnav .prev {
	margin-right:2px;
}
.pnav .prev:before {
    left: 12px;
}
.pnav .next {
	margin-left:2px;
}
.pnav .next:before {
    right: 12px;
}
.pnav .prev a , .pnav .next a {
	border-radius: 0;
	display:block;
	border:none;
	font-weight:500;
}
.pnav li a {
	width:30px;
	line-height:30px;
	border-radius: 50px;
	display:block;
	border:solid 1px #EB6E45;
	font-weight:800;
}
.pnav li span {
	width:30px;
	line-height:30px;
	border-radius: 50px;
	display:block;
	border:solid 1px #EB6E45;
	background-color: #EB6E45;
	color: #FFF;
	font-weight:800;
}

.careblock {
	margin-bottom:30px;
}
.care01 {
	margin-bottom:30px;
}
.care02 {
	text-align:center;
	color: #EB6E45;
	font-size:18px;
	font-weight:800;
	margin-bottom:20px;
}
.care02 span {
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 80%, rgb(249,226,24) 80%);
	line-height:1.3;
}
.care03 {
	display: block;
	justify-content: space-between;
	align-items: center;
}
.care04 {
	text-align:center;
	margin-bottom:20px;
}
.care05 {
	width:100%;
	flex-shrink: 0;
}
.care06 {
	border-top: dotted 1px #C4C1B1;
}
.care06 li {
	border-bottom: dotted 1px #C4C1B1;
	font-size:16px;
	font-weight:800;
}
.care06 li span {
	display: block;
	background-image: url(../images/common/icon_check.svg);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	background-size:16px;
}
.care07 {
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	color: #EB6E45;
	margin-bottom: 15px;
}
.care07 span {
	position:relative;
	display:inline-block;
}
.care07 span:before,
.care07 span:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #EB6E45;
  width: 2px;
  height: 1em;
  margin: 0 0.5em;
  margin-top: -.1em;
  vertical-align: middle;
} 
.care07 span:before {
  transform: rotate(-30deg);
} 
.care07 span:after {
  transform: rotate(25deg);
}
.care08 {
	border: solid 3px #EB6E45;;
	background-color: #FEFCDF;
	text-align: center;
	border-radius: 15px;
	padding:25px 15px 1px;
}

.camblock {
	padding: 0 0 30px;
}
.cam01 {
}
.cam02 {
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	color: #EB6E45;
}
.cam02 span {
	position:relative;
	display:inline-block;
}
.cam02 span:before, .cam02 span:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #EB6E45;
    width: 2px;
    height: 1em;
    margin: 0 0.5em;
    margin-top: -0.1em;
    vertical-align: middle;
}
.cam02 span:before {
  transform: rotate(-30deg);
} 
.cam02 span:after {
  transform: rotate(25deg);
}
.cam03 {
    text-align: center;
    color: #EB6E45;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px
}
.cam03 span {
    display: inline-block;
    background-image: linear-gradient(rgba(0,0,0,0) 80%, rgb(249,226,24) 80%);
    line-height: 1.3;
}
.cam04 {
	display: block;
	justify-content: space-between;
	align-items: center;
	text-align:center;
}
.cam05 {
}
.cam06 {
	padding-top:15px;
	padding-bottom:15px;
	width:40px;
	margin:0 auto;
}
.cam07 {
}

.opblock {
	padding: 30px 0 10px;
	background:#F1F0E9;
}
.op01 {
	display: block;
	align-items: start;
	justify-content: space-between;
}
.op02 {
	width:100%;
	flex-shrink: 0;
	text-align:center;
	margin:0 auto 30px;
}
.op03 {
	width:180px;
	margin:0 auto;
	margin-bottom:10px;
}
.op04 {
	font-size:14px;
	font-weight:800;
}
.op04 span {
	font-size:12px;
}

.cflowblock {
	padding:30px 0 0 ;
}
.cflow01 {
	margin-bottom:15px;
	overflow-x:auto;
}
.cflow02 {
	width:800px;
}
.cflow03 {
	font-size:12px;
}

.camflowblock {
	padding:30px 0 30px;
}
.camflow01 {
	background-color: #F4F3EF;
	border-radius: 15px;
	border: solid 3px #E2DFD3;
	padding:15px 15px 1px;
	margin-bottom:35px;
}
.camflow02 {
	text-align:center;
	font-size:15px;
	font-weight:800;
	margin-bottom:15px;
}
.camflow03 {
	display: block;
	justify-content: space-between;
	align-items: center;
}
.camflow04 {
	margin-bottom:15px;
}
.camflow04 dt {
	display:inline-block;
	vertical-align: middle;
	width:65px;
}
.camflow04 dd {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-image: url(../images/campaign/icon_flow.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:26px;
	background-size:20px;
}
.camflow04.type02 dd {
	margin-top:1.5em;
}

.tflows01 {
	overflow:hidden;
}
.tflows02 {
	float:none;
	width:100%;
	margin:0 auto;
}
.tflows02.type02 {
	margin-right:0;
}
.tflows03 {
	width:200px;
	margin:0 auto 15px;
}
.tflows04 {
}
.tflows04 dt {
	text-align:center;
	font-weight:800;
	margin-bottom:10px;
}
.tflows04 dd {
	text-align:center;
}
.tflows05 {
	width:35px;
	float:none;
	margin:0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
}

.cfaqblock {
	padding: 70px 0;
	background-color: #F1F0E9;
}
.cmntitle01 {
	color: #EB6E45;
	font-size:18px;
	font-weight:800;
	text-align:center;
	padding-bottom:7px;
	margin-bottom:25px;
	position:relative;
}
.cmntitle01::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px dotted #EB6E45;
    width: 96px;
    margin: 0 auto;
}

.fs {
	font-size:11px;
}
.link01 {
}

.funblock {
	padding:0 0 20px;
}
.fun01 {
	display: block;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fun02 {
	width: 100%;
	flex-shrink: 0;
	margin-bottom:30px;
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.fun03 {
	width: 130px;
	flex-shrink: 0;
	text-align:center;
}
.fun04 {
	width:calc(100% - 150px);
	flex-shrink: 0;
}
.fun05 {
	color: #EB6E45;
	font-weight:800;
	border-radius: 50px;
	border:solid 2px #EB6E45;
	text-align:center;
	margin-bottom:10px;
}
.fun06 {
	color: #EB6E45;
	font-size:18px;
	font-weight:800;
	margin-bottom:10px;
}
.fun07 {
	margin-bottom:7px;
}
.fun08 {
	font-size:11px;
}

.funcctablock {
	background-color: #EB6E45;
	padding:20px 0;
}

.funcflowblock {
	padding:30px 0 0;
}
.funcflowblock_inner01 {
	padding-top: 40px;
	padding-bottom: 20px;
}
.funcflowblock_inner02 {
	padding-top: 0;
}
.tflows01.type02 {
	display: inherit;
	align-items: start;
	justify-content: space-between;
	padding:0;
}
.tflows01.type02 .tflows02 {
    float: none;
    margin: 0 auto;
}
.tflows01.type02 .tflows05 {
    float: none;
    margin: 0 auto;
}

.funcflow01 {
	padding:30px 0 5px;
}
.funcflow02 {
	text-align:center;
}
.funcflow02 span {
	font-size:12px;
	display:inline-block;
	color: #FFF;
	font-weight:800;
	border-radius: 50px;
	background-color: #EB6E45;
	padding:5px 10px;
	margin-bottom:5px;
}
.funcflow03 {
	text-align:center;
	color: #EB6E45;
	font-size:16px;
	font-weight:800;
	margin-bottom:25px;
}
.funcflow04 {
	display: block;
	align-items: start;
	justify-content: space-between;
}
.funcflow05 {
	width: 100%;
	flex-shrink: 0;
	margin-bottom:30px;
}
.funcflow06 {
	text-align:center;
	margin-bottom:20px;
}
.funcflow06 span {
	font-size: 13px;
	display: inline-block;
	font-weight: 800;
	border-radius: 50px;
	background-color: #F9E218;
	padding: 7px 30px;
	position:relative;
}
.funcflow06 span::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10.5px;
	width: 16px;
	height:10.5px;
	margin: 0 auto;
	background-image: url(../images/function/icon_func.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px;
}
.funcflow07 {
}

.funclistblock {
	padding:30px 0 40px;
}
.funclistwrap {
	overflow-x:auto;
}
.funclist01 {
	width:800px;
}
.funclist01 table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 25px;
	border-left: solid 1px #DCDCDC;
	border-top: solid 1px #DCDCDC;
}
.funclist01 table th {
	width: 120px;
	border-right: solid 1px #DCDCDC;
	border-bottom: solid 1px #DCDCDC;
	background-color: #F5F4EF;
	font-weight:800;
	text-align:center;
	padding:10px;
	vertical-align:middle;
}
.funclist01 table td {
	border-right: solid 1px #DCDCDC;
	border-bottom: solid 1px #DCDCDC;
	padding:14px 10px;
	vertical-align:middle;
}
.funclist02 {
	margin-bottom:10px;
}
.funclist03 {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.funclist03 li {
	position:relative;
	padding-left:12px;
}
.funclist03 li::before {
	content: "";
	position: absolute;
	left: 0;
	top:6px;
	width: 7px;
	height:7px;
	background-color: #EB6E45;
	border-radius: 50px;
}
th.br01 {
	border-radius: 26px 0 0 0 ;
}
td.br02 {
	border-radius: 0 26px 0 0 ;
}
th.br03 {
	border-radius: 0 0 0 26px ;
}
td.br04 {
	border-radius: 0 0 26px 0 ;
}

.newsblock {
	padding:0 0 30px;
}
.pnav.typenews li {
	margin:2px;
}
.pnav.typenews .prev {
	margin-right:5px;
}
.pnav.typenews .next {
	margin-left:5px;
}
.pnav.typenews .prev a , .pnav.typenews .next a {
	width:30px;
	line-height:30px;
	border-radius: 5px;
	border:solid 1px #EB6E45;
	font-weight:500;
}
.pnav.typenews li a {
	width:30px;
	line-height:30px;
}
.pnav.typenews li span {
	border-radius: 5px;
	font-weight:500;
}

.newsdetail01 {
}
.newsdetail02 {
	margin-bottom:20px;
}
.newsdetail01 p {
	margin-bottom:12px;
}

.undertitle01 {
	font-size:18px;
	padding-bottom:12px;
	margin-bottom:25px;
}
.undertitle01::before {
    width: 45px;
}
.undertitle01.type02::before {
    width: 22px;
}

.underblock {
	margin-bottom:30px;
}
.cancel01 {
	padding-left:1em;
}
.cmntxt01 {
	margin-bottom:1em;
}

.undertable01 table {
	width:100%;
	border-bottom:1px solid #21201C;
}
.undertable01 table th {
	padding: 10px;
	width:100%;
	display:block;
	border-bottom:none;
}
.undertable01 table td {
	padding: 10px;
	width:100%;
	display:block;
	border-bottom:none;
}

.tokutei01 {
	margin-bottom:5px;
}
.tokutei02 {
	margin-bottom:12px;
}
.tokutei03 {
	margin-right:0;
}
.undertable01 .tokutei03 table {
	width:100%;
	border-bottom:1px solid #F66E3E;
}
.undertable01 .tokutei03 table th {
	padding: 10px;
	border-bottom:none;
	width:100%;
}
.undertable01 .tokutei03 table td {
	padding: 10px;
	border-bottom:none;
}



.btn_col3.type02 {
	margin-bottom:25px;
}
.kakunin01 {
	font-weight:800;
	margin-bottom:10px;
}
.kakunin02 {
	display: block;
	align-items: start;
}
.kakunin02 dl {
	margin-right:0;
	text-align:center;
	margin-bottom:25px;
}
.kakunin02 dl dt {
	width:50%;
	margin:0 auto 5px;
}
.kakunin03 {
	margin-top:25px;
	margin-bottom: 15px;
}
.kakunin03 span {
	font-size:14px;
	padding:2px 20px;
}
.kakunin04 {
	border-radius: 15px;
	margin-bottom: 15px;
	padding:15px;
	display: block;
	align-items: start;
	justify-content: space-between;
}
.kakunin05 {
	width: 100%;
	flex-shrink: 0;
	margin-bottom:15px;
}
.kakunin05 p {
	line-height:1.5;
}
.kakunin06 {
	width: 100%;
	flex-shrink: 0;
	border-radius: 15px;
	padding:12px;
}
.kakunin07 {
}
.kakunin07 span {
}
.undertable01.typekakunin {
	margin-right:0;
	margin-bottom:20px;
}
.undertable01 table th {
	padding: 10px;
	width:100%;
}
.undertable01 table td {
	padding: 10px;
}
.undertable01 table th.spth01 {
	border-bottom:none;
	border-top:none;
	padding-top:0;
	padding-bottom:0;
}
.undertable01 table th.spth01.type02 {
	border-top: 1px solid #21201C;
	padding-top: 10px;
}
.undertable01 table th.spth01.type03 {
	padding-bottom: 10px;
}

.btn_col3.type03 {
    text-align: center;
    justify-content: center;
	margin-top:-15px;
}
.btn_col3.type03 .btn_col3_item {
	margin:0 0 10px;
}
.faqblock.type02 {
	margin-bottom: 30px;
}
.faqbox {
	background-color: #F3F0EB;
	max-width:1400px;
	margin:0 auto 15px;
	padding:25px 0 5px;
}
.faq01 {
	margin-bottom:1em;
	word-break:break-all;
}
.faq02 {
	text-align:center;
	margin-bottom:
}
.faq02 li {
	display:inline-block;
    width: 100%;
	margin:0  0 15px;;
}
.faq02.type02 li {
    width: 100%;
}
.faq02.type03 li {
    width: 100%;
}
	
.fawtable01 {
	overflow-x:auto;
	margin-bottom:15px;
}
.fawtable02 {
	width:100%;
}
.fawtable01 table {
}
.fawtable01 table th {
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	background-color: #ECECEC;
	border: 1px solid #21201C;
	min-width:1em;
	width:14%;
}
.fawtable01 table td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #21201C;
}
.fawtable01 table td.fawtable03 {
	text-align: left;
}
.uline {
	text-decoration:underline;
}
.faq03 {
}
.faq03 li {
	margin-bottom:15px;
}
.faq04 {
	font-size:13px;
	color:#F00;
	font-weight:800;
}
.faq05 {
	font-size:14px;
}
.faqtitle01 {
	font-size:14px;
	font-weight:800;
	border-bottom: 1px solid #D5D2C7;
	padding-bottom:5px;
	margin-bottom:12px;
}
.ftt04.typekaigo {
	font-size:12px;
}
.cmnbtnicon02.typekaigo {
	position: absolute;
    right: 15px;
    top: 50%;
    padding-top: 0;
    margin-top: -6px;
}



}

@media (max-width: 1920px) {
	.underMv {
		background-position: center;
	}
}
@media (min-width: 751px) {

	.anx02.type_ins .anx03:nth-child(3) .anx05 {
		padding-top: 47px;
		padding-bottom: 46px;
	}
	.cmntitle03.type_fs38 span {
		font-size: 38px;
	}
	.ins_ctaBox_item .cmnbtn.type02 {
		font-size: 19px;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.care_caut_btn .cmnbtn.type02 {
		padding-top: 14px;
		padding-bottom: 16px;
	}
	.underMv .cmnbox01 {
		max-width: 1430px;
	}
}
@media screen and (min-width: 751px) and (max-height: 880px) {
	.float_bnr {
		right: 100px;
		top: auto;
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	body:not(.top) {
		padding-top: 55px!important;
	}
	.underMv{
		background-image: none!important;
	}
	.underMv .cmnbox01 {
		max-width: 100%;
	}
	.underMv_cont{
		display: block;
		width: 100%;
		height: auto;
		max-width: 94%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.underMv_contImg {
	}
	.underMv_cont_ttl{
		position: relative;
		font-size: 0;
		margin-bottom: 20px;
		padding-left: 40px;
	}
	.underMv_cont_txt {
		font-size: 14px;
	}
	.underMv_cont_icon{
		position: absolute;
		top: -4px;
		left: 0;
		width: 34px;
	}
	.underMv_cont_head {
		font-size: 25px;
	}
	
	.breadcrumb{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.btn_col3{
		margin-bottom: 40px;
		display: block;
	}
	.btn_col3_item{
	  width: 100%;
	  margin-bottom: 10px;
	}
	.btn_col3_item:last-child {
		margin-bottom: 0;
	}
	.btn_col3_btn{	
		font-size: 12px;
		border: 1px solid #f56e3d;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.btn_col3_btn::before {
		 right: 20px;
		 margin-top: -4px;
		width: 5px;
		 height: 5px;
		 border-top: 1px solid #f56e3d;
		 border-right: 1px solid #f56e3d;
	}
	.btn_col3_btn.is_current{
		color: #fff;
		background-color: #f56e3d;
		pointer-events: none;
	}
	.btn_col3_btn.is_current::before {
		border-color: #fff;
	}
	
	.about02_block{
		padding-bottom: 20px;
	}
	.about02_block.type_brown{
		padding-top: 40px;
	}
	.common_head{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.common_head.type_icon {
		padding-left: 30px;
	}
	.common_head.type_icon::before {
		content: '';
		display: block;
		position: absolute;
		top: 8px;
		left: 0;
		width: 21.5px;
		height: 15px;
	}
	.common_head.type_movie::before  {
		background-image: url('../images/about02/icon_movie.png');
	}
	.about02_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about02_list_item{
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.about02_list_item:nth-child(3n) {
		margin-right: 0;
	}
	.about02_list_movie{
		margin-bottom: 15px;
	}
	.about02_list_txt{
		position: relative;
		padding-left: 26px;
	}
	.about02_list_num {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		border-radius: 12px;
	}
	.cat_col2{
		padding-top: 40px;
		padding-right: 15px;
		padding-bottom: 40px;
		padding-left: 15px;
		display: block;
	}
	.cat_col2_item{
		width: 100%;
		margin-bottom: 10px;
	}
	.cat_col2_item:last-child {
		margin-bottom: 0;
	}
	.cmnbtn.type_blank{
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.icon_blank {
		margin-top: -4px;
		margin-left: 10px;
		width: 10px;
		height: 10px;
	}

	.common_head span {
		display: block;
	}
	.common_link {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		font-size: 14px;
		font-weight: 400;
		color: #222;
		padding-top: 2px;
		padding-bottom: 4px;
		padding-left: 26px;
		border-bottom: 2px solid #f56e3d;
	}
	
	.common_head.type_pdf {
		padding-left: 24px;
	}
	.common_head.type_pdf .common_link {
		margin-left: -24px;
	}
	.common_head.type_pdf::before  {
		top: 5px;
		width: 16px;
		height: 20px;
		background-image: url('../images/about03/icon_pdf.png');
	}
	
	.about03_block{
		padding-bottom: 40px;
	}
	.about03_block.type02 {
		padding-bottom: 0;
	}
	.about03_linkBox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about03_linkBox_item{
		width: 48%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.about03_linkBox_txt{
		font-size: 14px;
	}
	.cmnbtn.type_dl {
		font-size: 12px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.underMv_cont_ttl.type_content {
		margin-bottom: 20px;
		padding-left: 40px;
	}
	.underMv_cont_ttl.type_content .underMv_cont_icon {
		top: -8px;
	}
	.underMv_cont_ttl.type_content  .underMv_cont_head {
		font-size: 21px;

	}
	.about03_txt {
		margin-bottom: 20px;
	}
	.about03_tabBtn{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about03_tabBtn_item{
		font-size: 14px;
		width: 48.5%;
		margin-right: 0;
	}
	.about03_tab_item {
		justify-content: space-between;
	}
	.about03_block_tab{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.about03_tab_item_cont{
		width: 48.5%;
		margin-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.about03_tab_item_cont .about03_linkBox_btn {
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}

	.about01_block {
		padding-bottom: 40px;
	}
	.about01_block.type_brown {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about01_block.type02 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about01_block.type03 {
		padding-bottom: 40px;
	}
	.about01_feature{
		display: block;
	}
	.about01_feature_img{
		width: 100%;
	}
	.about01_feature_img img {
		width: 100%;
	}
	.about01_feature_cont{
		padding-top: 40px;
		width: 100%;
	}
	.common_head.type_mb15 {
		margin-bottom: 15px;
	}
	.tmcube05.type_about .tmcube06 {
		margin-bottom: 40px;
	}
	.tmcube05.type_about .tmcube06:last-child {
		margin-bottom: 0;
	}
	.tmcube_aboutWrap{
		position: relative;
		margin-top: 20px;
	}
	.tmcube_about01{
		width: 90px;
		line-height: 26px;
		height: 26px;
		border-radius: 13px;
		margin-bottom: 10px;
		margin-left: 0;
	}
	.tmcube_about02 {
		position: absolute;
		top: auto;
		bottom: 4px;
		right: 0;
		font-size: 60px;
	}
	.tmcube05.type_about {
		margin-bottom: 0;
	}
	.tmcube05.type_about .tmcube06.type02 .tmcube_about02 {
		right: 0;
	}
	.tmcube05.type_about .tmcube10{
		font-size: 18px;
	}
	.about01_stand{
		display: block;
		border: 2px solid #f56e3d;
		padding: 20px;
		border-radius: 25px;
	}
	.about01_stand_img{
		width: 100%;
		margin-bottom: 20px;
	}
	.about01_stand_cont{
		width: 100%;
	}
	.about01_stand_txt{
		line-height: 2;
		margin-bottom: 20px;
	}
	.about01_stand_reqWrap{
		background-color: #fff;
		padding: 20px 20px;
		border-radius: 25px;
	}
	.about01_stand_reqHead{
		line-height: 2;
		color: #f56e3d;
	}
	.about01_stand_req_item{
		padding-left: 1em;
		text-indent: -1em;
		line-height: 2;
	}
	
	.center {
		text-align: center;
	}
	.tflows01.type_about01 .tflows02 {
		width: 275px;
		margin-right: auto;
	}
	 .tflows01.type_about01 .tflows02:last-of-type {
		margin-right: auto
	 }
	 .tflows01.type_about01  .tflows03 {
		position: relative;
	 }
	 .tflows01.type_about01  .tflows03 span {
		position: absolute;
		top: 70px;
		right: -50px;
		display: block;
		width: 100px;
	 }
	 .tflows01.type_about01 .tflows04 dd {
		text-align: left;
	 }
	 .tflows01.type_about01 .tflows05 {
		margin-right: auto;
	 }
	
	 .about01_manga{
		padding: 20px;
		overflow: auto;
	}
	.about01_manga_img {
		width: 500px;
		margin-right: auto;
		margin-left: auto;
	}


.ctablock_flowWrap .cta01 {
	width: 200px;
}
.flow_plan {
	padding-bottom: 20px;
	background: linear-gradient(to bottom, #fff 60%, #f2f0ea 60%);
}
.cmntitle03 {
    padding-bottom: 0;
    margin-bottom: 25px;
}
.cmntitle03 span {
	font-size: 18px;
}
.cmntitle03 span::before,
 .cmntitle03 span::after {
	margin-top: -3px;
	width: 13px;
	height: 2px;
}
.flow_plan_block{
	display: block;
}
.flow_plan_block_item{
	width: 100%;
	border-width: 2px!important;
	padding: 20px;
	margin-bottom: 20px;
}
.flow_plan_block_item:last-child {
	margin-bottom: 0;
}
.flow_plan_obj{
	position: absolute;
	top: -20px;
	left: 0;
	width: 45.5px;
}
.flow_plan_txt01{
	font-size: 16px;
	margin-bottom: 12px;
}
.flow_plan_head{
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: 800;
	line-height: 40px;
	color: #fff;
	background-color: #965d57;
	width: 100%;
	max-width: 280px;
	height: 40px;
	border-radius: 20px;  
}
.flow_plan_block_item.type02 .flow_plan_head {
	background-color: #f56e3d;
}
.flow_plan_txt02{
	margin-bottom: 20px;
}
.flow_plan_reqWrap {
	display: block;
	width: 100%;
	min-height: 1px;
	margin-bottom: 20px;
}
.flow_plan_reqWrap02 {
	display: block;
}
.flow_plan_req{
    display: inline-block;
    text-align: left;
}
.flow_plan_req li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.625;
}
  
.flow_plan_priceWrap{
	font-size: 0;
	text-align: center;
}
.flow_plan_month{
	font-size: 14px;
	line-height: 24px;
	width: 46px;
	height: 24px;
	border-radius: 4px;
	margin-right: 6px;
} 
.flow_plan_price{
	font-size: 31px;
	color: #965d57;
}
.flow_plan_block_item.type02 .flow_plan_price {
	color: #f56e3d;
} 
.flow_plan_price span {
	font-size: 18px;
}
.flow_plan_tax{
	margin-bottom: -10px;
	font-size: 10px;
}

.cmntitle03.type_flowOption::before {
	width: 36px;
	height: 36px;
	margin-bottom: 20px;
}
.flow_option {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f2f0ea;
}
.flow_plan_block.type_option .flow_plan_block_item {
	border-color:#dbd6c6!important;
    background-color: #fff!important;
}
.flow_option_head{
	margin-bottom: 20px;
	font-size: 16px;
}  
.flow_option_txtWrap{
	margin-bottom: 15px;
	min-height: 1px;
}  
.flow_option_txt{
	margin-bottom: 15px;
	line-height: 1.625;
}
.flow_option_btnWrap{
	margin-bottom: 25px;
	width: 226px;
}
.flow_option_btn{
	display: block;
	font-weight: 500;
	color: #965d57;
	border: 2px solid #965d57;
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	text-align: center;
	background-image: url('../images/flow/icon_link_brown.png');
	background-position: center right 7px;
	background-repeat: no-repeat;
}
.flow_plan_col3Wrap{
  border-top: 2px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

  
.flow_plan_col3Head{
	margin-bottom: 20px;
	font-size: 16px;
}
.flow_plan_col3_item{
	width: 48%;
	margin-bottom: 20px;
}
.flow_plan_col3_item:nth-child(3) {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.flow_plan_col3_img{
	margin-bottom: 12px;
}
.flow_plan_col3_img img {
	margin-right: auto;
	margin-left: auto;
}
.flow_plan_col3_txt{
	font-size: 12px;
	white-space: pre-wrap;
}

.flow_sim{
	padding-top: 40px;
	padding-bottom: 40px;
}
.flow_sim .cmnbox01 {
	border-radius: 20px;
}
.flow_sim_box{
	position: relative;
	max-width: 1080px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.flow_sim_icon {
	position: absolute;
	top: -20px;
	right: 20px;
	width: 55px;
}
.flow_sim_img{
	width: 147px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.flow_sim_cont{
	width: 100%;
}  
.flow_sim_headTop{
	position: relative;
	margin-bottom: 12px;
	font-size: 16px;
}
.flow_sim_headTop::before,
.flow_sim_headTop::after {
	content: '';
	display: block;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	margin-top: 0;
}
.flow_sim_headTop::before {
	margin-right: 0;
	left: -16px;
}
.flow_sim_headTop::after {
	margin-left: 0;
	right: -16px;
}
.flow_sim_head{
	display: inline-block;
	margin-bottom: 20px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-size: 20px;
	background:linear-gradient(to top, #ffe000 8px, transparent 8px);
}
.flow_sim_txt{
	margin-bottom: 20px;
}
.flow_sim_btnWrap{
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.ins_rental{
	padding-bottom: 20px;
}
.ins_rental_top{
	margin-bottom: 16px;
	width: 200px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 15px;
}  
.ins_rental_head{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}
.ins_rental_head_span01{
	display: block;
	font-size: 18px;
	margin-bottom: 0;
}
.ins_rental_head .ins_rental_head_span02 {
	display: inline-block;
}
.ins_rental_head_span02{
	background: linear-gradient(to top,transparent 2px, #ffe000 10px, transparent 10px);
}
.ins_rental_head_span02.type02 {
	color: #f56e3d;
	background: linear-gradient(to top, #ffe000 8px, transparent 8px);
}
.ins_rental_req{
	margin-bottom: 20px;
	text-align: center;
  line-height: 1.875;
}
.ins_rental_btn{
	margin-bottom: 40px;
	max-width: 280px;
}
.ins_rental_btn .flow_option_btn{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	background-position: center right 15px;
}
.ins_rental_funcWrap {
	text-align: center;
}
.flow_sim_headTop.type_func{
	margin-bottom: 20px;
}
.flow_sim_headTop.type_func::before,
.flow_sim_headTop.type_func::after{
	width: 8px;
    height: 13px;
}
.ins_rental_func_item{
	width: 48%;
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.ins_rental_func_img{
	max-width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.ins_rental_func_txt{
	font-size: 14px;
}

.ins_anxiety_inner {
	padding-top: 40px;
	padding-bottom: 10px;
}
.ins_anxiety_bg img {
	width: 100%;
}

.ins_detection{
	padding-top: 40px;
	padding-right: 3%;
	padding-bottom: 40px;
	padding-left: 3%;
}
.ins_detection_headWrap{
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 20px 20px 0 0;
}
.ins_detection_headTop{
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	max-width: 260px;
}
.ins_detection_head{
	font-size: 22px;
	margin-bottom: 3px;
}
.ins_detection_head span {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffe000;
}
.ins_detectionCont{
	padding-top: 30px;
	padding-bottom: 40px;
	border-radius: 0 0 20px 20px;
}
.ins_detectionCont .cmnbox01 {
	position: relative;
}
.ins_detectionCont_img{
	position: absolute;
	top: -65px;
	right: 0;
	width: 60px;
}
.ins_detectionCont_txt{
	margin-bottom: 30px;
	font-size: 12px;
	text-align: center;
}
.ins_detectionCont_arrow{
	width: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}
.ins_detectionCol2Wrap{
	margin-bottom: 40px;
}
.ins_detectionCol2{
	display: block;
	margin-bottom: 40px;
}
.ins_detectionCol2_item{
	margin-bottom: 40px;
	width: 100%;
	max-width: 100%;
}
.ins_detectionCol2_item:last-child {
	margin-bottom: 0;
}
.ins_detectionCol2_icon{
	position: absolute;
	top: -28px;
	left: 20px;
	width: 56px;
}
.ins_detectionCol2_img{
	margin-bottom: 20px;
}
.ins_detectionCol2_head{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.38;
}
.ins_detectionCol2_txt{
	line-height: 1.75;
}
.ins_detection_btn{
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.ins_detectionProm{
	text-align: center;
}
.flow_sim_headTop.type_prom{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.2;
}
.flow_sim_headTop.type_prom::before,
.flow_sim_headTop.type_prom::after {
	margin-top: 0;
}
.flow_sim_headTop.type_prom::before {
	left: -30px;
}
.flow_sim_headTop.type_prom::after {
	right: -30px;
}
.ins_detectionProm_movie a{
	display: block;  
}

.ins_flow{
	padding-top: 40px;
}
.ins_detectionCont_txt.type02{
	margin-bottom: 40px;
}
.ins_flow .tflows04 dt {
	font-size: 14px;
}
.ins_flow .tflows01.type_about01 .tflows04 dd {
	text-align: center;
}
.ins_flow .tflows01.type_about01 {
	padding-bottom: 40px;
}

.ins_flow_demo{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ins_flow_demo_box{
	display: block;
	padding: 20px;
	border: 2px solid #dbd6c6;
}  
.ins_flow_demo_img{
	width: 100%;
	max-width: 2000px;
}
.ins_flow_demo_cont{
	padding-top: 20px;
	width: 100%;
	max-width: 2000px;
}
.ins_flow_demo_head{
	margin-bottom: 20px;
	font-size: 16px;
}
.ins_flow_demo_txt{
	margin-bottom: 10px;
}
.ins_flow_demo_req{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.875;
}

.ins_price{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ins_detectionCont_txt .type02 {
	margin-bottom: 0;
}
.ins_price_tableBlock{
	margin-bottom: 40px;
}
.ins_price_tableWrap{
	margin-bottom: 20px;
}
.ins_price_tableTop{
	width: 800px;
	margin-bottom: 10px;
}
.ins_price_tableTop_item{
	width: 300px;
	font-size: 16px;
}
.ins_price_tableTop_item:nth-child(1) {
	width: 500px;
}
.ins_price_tableTop_span{
  font-size: 12px;
}
.ins_reqTxt{
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	margin-top: -8px;
}
.ins_price_tableWrap {
	overflow: auto;
}
.ins_price_table{
	width: 800px;
	border: 1px solid #ddd;
	border-radius: 25px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}
.ins_price_th{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.ins_price_th.width01{
	width: 80px;
}
.ins_price_th.width02{
	width: 220px;
}
.ins_price_th.width03{
	width: 200px;
}
.ins_price_th.width04{
	width: 100px;
}
.ins_price_td{
	padding: 10px 5px;
}
.ins_price_req{
    counter-reset:num;
	list-style-type: none!important;
}
.ins_price_req_item{
	padding-left: 30px;
}
.ins_price_req_item::before {
	font-size: 12px;
}

.ins_price_planBox{
	margin-bottom: 40px;
}
.ins_price_planBox_item{
	display: block;
	padding: 20px;
	border: 2px solid #f56e3d;
}
.ins_price_planBox_list{
	width: 100%;
	position: relative;
}
.ins_price_planBox_list:first-child {
	width: 100%;
}
.ins_price_planBox_list:nth-child(2) {
	margin-bottom: 20px;
}
.ins_price_planBox_list:nth-child(2)::before {
	position: relative;
	top: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	width: 23px;
	height: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ins_price_planBox_list:nth-child(3)::before {
	content: '';
	display: block;
	position: absolute;
	top: 78%;
	left: 50%;
	margin-left: -100px;
	width: 23px;
	height: 23px;
} 
.ins_price_planBox_bubble{
	margin-bottom: 10px;
	width: 100%;
	max-width: 228px;
	margin-right: auto;
	margin-left: auto;
}
.ins_price_planBox_list:first-child .ins_price_planBox_bubble {
	max-width: 256px;
}
.ins_price_planBox_txtWrap{
	display: block;
	width: 100%;
	min-height: 1px;
}
.ins_price_planBox_txt{
	display: block;
	font-size: 14px;
}
.ins_price_planBox_list:nth-child(3) .ins_price_planBox_txt {
	font-size: 16px;
}

.ins_price_noInt{
	padding-bottom: 0;
}
.ins_price_noInt_ttl{
	margin-bottom: 25px;
	position: relative;
	padding-left: 18px;
	font-size: 14px;
}
.ins_price_noInt_ttl::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	margin-top: 0;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}
.ins_price_noInt_ttl::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 3px;
	margin-top: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
}
.ins_price_noInt_ttl span {
	display: block;
	margin-top: 0;
	 margin-left: 0;
	font-size: 12px;
}
.ins_price_noIntBox{
	padding-top: 20px;
	padding-bottom: 20px;
	border: 2px solid #ddd;
}
.ins_price_noIntBox_item{
	display: block;
}
.ins_price_noIntBox_item.type_hr {
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	transform: rotate(90deg);
}
.ins_price_noIntBox_img{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.ins_price_noIntBox_txt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.ins_price_noInt_req{
	margin-top: 20px;
}

.ins_use{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ins_use_box{
	position: relative;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 25px;
}
.ins_rental_top.type_use {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -130px;
	margin-top: 0;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	width: 260px;
	margin-bottom: 0;
}
.ins_use_img{
	overflow: auto;
	margin-bottom: 20px;
}
.ins_use_img img {
	width: 500px;
	max-width: 1000px;
}
.ins_price_req.type_use{
	padding: 0;
	text-align: left;
}

.ins_cta{
	padding-top: 40px;
	padding-bottom: 40px;
}
.flow_sim_headTop.type_cta {
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
}
.flow_sim_headTop.type_cta::before,
.flow_sim_headTop.type_cta::after {
	width: 13px;
	height: 22px;
}
.ins_ctaBox{
	display: block;
	padding: 20px;
	border-radius: 20px;
}
.ins_ctaBox_item{
	margin-bottom: 30px;
	padding: 20px;
	width: 100%;
	max-width: 100%;
	border-width: 2px;
}
.ins_ctaBox_item:last-child {
	margin-bottom: 0;
}
.ins_ctaBox_head{
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 800;
	color: #965d59;
	line-height: 1.2;
}
.ins_ctaBox_txt{
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.6; 
	text-align-last: left;
}
.ins_ctaBox_item .cmnbtn.type02{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

.remodal-wrapper {

}
.remodal {
	border-radius: 25px;
	padding: 20px;
	width: 100%;
	max-width: 100%!important;
	min-width: 1px!important;
}
.remodal_close {
	position: absolute;
	top: -45px;
	right: 0;
	width: 30px;
}
.modal_head {
	font-size: 18px;
}
.modal_head::after {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 26px;
	height: 2px;
}
.modal_table {
	width: 100%;
	overflow: auto;
}
.ins_price_th.width06 {
	width: 130px;
}
.ins_price_th.width07 {
	width: 85px;
}
.ins_price_th.width08 {
	width: 130px;	
}
.ins_price_th.width09 {
	width: 90px;	
}


.care_caut{
	padding-bottom: 40px;
}
.care_head{
	font-size: 18px;
}
.kakunin04.type_care{
	display: block;
	padding: 20px;
}
.care_caut_list{
	margin-bottom: 20px;
}
.care_caut_list li {
	position: relative;
	font-weight: bold;
}
.care_caut_list li::before {
	font-size: 12px;
	margin-right: 1em;
}
.care_caut_btnWrap{
	display: block;
	max-width: 100%;
}
.care_caut_btn{
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
}
.care_caut_btn:last-child {
	margin-bottom: 0;
}
.care_table {
	padding-bottom: 40px;
}
.care_list li {
	margin-bottom: 25px;
}
.care_list li:last-child {
	margin-bottom: 0;
}
.faqblock.type_care {
	padding-top: 40px;
	padding-bottom: 40px;
}
.faqblock.type_care .tfaq02 {
	margin-bottom: 0;
}
.care_mark {
	padding-top: 40px;
	padding-bottom: 40px;
}
.care_mark_txt{
	margin-bottom: 40px;
}
.care_mark_h4{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.care_mark_table{
	margin-bottom: 15px;
	overflow: hidden;
}

.ins_cta.type_bgWhite {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #fff;
}
.ins_cta.type_bgWhite .ins_ctaBox {
	padding: 0;
}
.icon_blank_black {
	margin-top: -4px;
	margin-left: 10px;
}

.cmnbox02 {
	padding-right: 3%;
	padding-left: 3%;
}
.newsdetail01_head{
	font-size: 18px;
	margin-bottom: 4px;
}
.newsdetail01_data{
    font-size: 14px;
}
.newsdetail01_tag{
	font-size: 0;
	margin-bottom: 20px;
}
.newsdetail01_tag_item{
	font-size: 12px;
}
.newsdetail02{
  margin-bottom: 30px;
}
.newsdetail02_img{
	text-align: center;
	margin-bottom: 20px;
}
.newsdetail01_txt{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.78;
	color: #222;
}
.newsdetail03{
	text-align: center;
}
.newsdetail03_btn{
	display: inline-block;
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}
.newsdetail03_btn:first-child {
	margin-left: 0;
}
.newsdetail03_btn:last-child {
	margin-right: 0;
}
.newsdetail01 p:last-child {
	margin-bottom: 0;
}

.modal_cont {
	padding: 0;
}
.small {
	font-size: 12px;
}
.modal_head.type_small::after {
	margin-top: 15px;
    margin-bottom: 20px;
}
.kakunin03.type02 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.kakunin03.type02 span {
    font-size: 14px;
    padding: 2px 20px;
}
	
}


