@charset "utf-8";
*, ::before, ::after{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body {
	position: relative;
	color: #252525;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .02em;
	min-width: 320px;
}
.img_box{
	line-height: 1;
}
img, .img_box > span{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* a
***********************************************************************/
a{
	color: #211f8c;
	text-decoration: none;
}

/*btn*/
.btn_normal{
	display: inline-block;
	position: relative;
	padding: 10px 45px 10px 20px;
	min-height: 48px;
	background: #211f8c;
	color: #fff;
	font-weight: bold;
	box-shadow: 1px 1px 10px -5px rgba(0,0,0,.7);
	border-radius: 40px;
}
/* .btn_normal::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #fff;
} */
.btn_normal img{
	margin-right: .5em;
	vertical-align: middle;
}
.btn_normal .arrow::before,
.btn_normal .arrow::after,
.btn_normal .arrow-bottom::before,
.btn_normal .arrow-bottom::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.btn_normal .arrow::before{
	right: 25px;
	width: .8em;
	height: .45em;
	background: #fff;
}
.btn_normal .arrow::after{
	right: 20px;
	width: .8em;
	height: .8em;
	border: .4em solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(45deg);
}
.btn_normal .arrow-bottom::before{
	right: 25px;
	height: .8em;
	width: .45em;
	background: #fff;
}
.btn_normal .arrow-bottom::after{
	right: 22px;
	width: .8em;
	height: .8em;
	border: .4em solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(135deg);
}

/*btnTop*/
#btnTop{
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 99;
}
#btnTop a{
	display: block;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	transform: rotate(-45deg);
	box-shadow: 1px 1px 10px -5px rgba(0,0,0,.7);
}
#btnTop .arrow::before, #btnTop .arrow::after{
	content: "";
	position: absolute;
}
#btnTop .arrow::before{
	left: 12px;
	bottom: 14px;
	width: 14px;
	height: 12px;
	background: #211f8c;
	transform: rotate(-45deg);
}
#btnTop .arrow::after{
	top: 12px;
	right: 13px;
	width: 18px;
	height: 18px;
	border: 9px solid #211f8c;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

/* layout
***********************************************************************/
.layout{
	width: 100%;
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}
[class*="_ttl"]{
	line-height: 1.5;
}

/* gnav
***********************************************************************/
.gnav{
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
.gnav li{
	text-align: center;
}
.gnav > li + li{
	margin-top: 10px;
}
.gnav .logo{
	margin-bottom: 10px;
}
.gnav a{
	display: inline-block;
}
.gnav a[href^="tel"]{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.gnav p{
	font-size: 14px;
}
/* mv
***********************************************************************/
.mv{
	position: relative;
	padding: 40px 0;
	//background: linear-gradient(#5b9add 10%, #71b2e7, #87bae5);
	z-index: 1;
}
.mv_bg{
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	padding: 0 0 0 10px;
	margin: 0 auto;
	opacity: 1;
	z-index: -1;
	text-align: right;
}
.mv_bg img{
	width: 25%;
}
.mv_ttl,
.mv_ttl2,
.mv_ttl3{
	color: transparent;
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 35vw;
	max-height: 230px;
}
/*新機能5つの場合*/
.mv_ttl::before{
	position: absolute;
	content: "";
	top: 0;
	left: 45%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 75%;
	max-width: 510px;
	height: 42vw;
	max-height: 230px;
	background: url(../images/mv_ttl.png) no-repeat;
	background-size: contain;
}
/*新機能7つの場合*/
.mv_ttl2::before{
	position: absolute;
	content: "";
	top: 0;
	left: 45%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 75%;
	max-width: 510px;
	height: 42vw;
	max-height: 230px;
	background: url(../images/mv_ttl2.png) no-repeat;
	background-size: contain;
}
.mv_ttl3::before{
	position: absolute;
	content: "";
	top: 0;
	left: 45%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 75%;
	max-width: 510px;
	height: 42vw;
	max-height: 230px;
	background: url(../images/mv_ttl3.png) no-repeat;
	background-size: contain;
}

.mv_txt{
	color: #fff;
	text-shadow: 1px 1px 5px #5B9ADD, -1px 1px 5px #5B9ADD, 1px -1px 5px #5B9ADD, -1px -1px 5px #5B9ADD;
}
/*mv_item_list*/
.mv_item_list {
	margin-top: 20px;
}
.mv_item {
	margin-bottom: 20px;
	padding: 30px 20px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.tag_new {
	font-size: 18px;
	font-weight: bold;
	color: #e32b12;
}
.mv_item .tag_new {
	margin-bottom: 10px;
}
.mv_item h2 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.btn_normal.mv_item_link {
	padding: 8px 45px 8px 15px;
	border-radius: 30px;
}
.mv_option {
	position: relative;
}
.mv_option::after {
	content: "TimeBizオプション";
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display:block;
	background: #009360;
	border-radius: 3px;
	color:#FFF;
	width:120px;
	font-size:11px;
	padding:1px 8px;
	margin:8px auto;
}

/* main
***********************************************************************/
.bg_warp {
	background: url(../images/bg_arrow.png),linear-gradient(to bottom right, #eb7765, #f39f70 65%, #fcc97c),url(../images/bg_arrow.png);
	background: -moz-url(../images/bg-arrow.png),linear-gradient(top left, #eb7765, #f39f70 65%,#fcc97c);
	background: -webkit- url(../images/bg_arrow.png),linear-gradient(top left, #eb7765, #f39f70 65%,#fcc97c);
}
/*section*/
.sec_layout{
	padding: 30px 10px;
}
.card{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 10px;
	padding-bottom: 60px;
	background: rgba(255,255,255,.8);
	border-radius: 15px;
	position: relative;
}
.card + .card{
	margin-top: 15px;
}
.card .tag_new {
	text-align: center;
}
.sec_ttl{
	padding: 20px 10px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.sec_item + .sec_item:not(.point){
	margin-top: 60px;
}
.sec_before_ttl{
	padding: 8px;
	margin-bottom: 20px;
	color: #e32b12;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sec_before_ttl > span{
	position:relative;
}
.sec_before_ttl > span::before,
.sec_before_ttl > span::after {
	position: absolute;
	content: "";
	top: 12px;
	width: 60px;
	height: 6px;
	background: url(../images/icon_new_before_ttl.png) no-repeat;
	background-size: contain;
}
.sec_before_ttl > span::before {
	left: -80px;
}
.sec_before_ttl > span::after {
	right: -80px;
}
.sec_option::after {
	content: "TimeBizオプション";
    display:block;
	background: #009360;
	border-radius: 3px;
	color:#FFF;
	width:140px;
	font-size:12px;
	padding:1px 8px;
	margin:0px auto;
}

/*case*/
.before,
.after_ttl,
.after_pict{
	margin: 0 auto;
	text-align: center;
}
.after_pict,
.after_txt,
.after_point {
	margin-top: 20px;
}
.after_txt .bold{
	font-weight: bold;
	font-size: 18px;
}
.after{
	position: relative;
	margin-top: 55px;
}
.after_point_ttl{
	padding: 8px;
	margin-bottom: 20px;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.after_point_ttl > span{
	position:relative;
}
.after_point_ttl > span::before,
.after_point_ttl > span::after {
	position: absolute;
	content: "";
	top: 9px;
	width: 40px;
	height: 6px;
	background: url(../images/icon_new_after_ttl.png) no-repeat;
	background-size: contain;
}
.after_point_ttl > span::before {
	left: -60px;
}
.after_point_ttl > span::after {
	right: -60px;
}
.after_point_flex .flex-item {
	text-align: center;
	font-weight: bold;
}
 .after_point_flex .flex-item +  {
	margin-top: 10px;
}
/* price
----------------------------------------------------------------------*/
section.price,
section.price .sec_layout {
	background: #fff;
}
.sec_layout.border-bd {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	border-bottom: 3px dotted #c7c7c7;
}
.price .sec_ttl {
	padding: 0px;
	font-size: 34px;
	color: #e32b12;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.price .sec_txt{
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.price .sec_pict {
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.price_badge01,
.price_badge02 {
	position: relative;
}
.price_badge01::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background: url(../images/price_badge01.png) no-repeat;
	background-size: contain;
}
.price_badge01.price_badge01a::before {
	top: 40px;
	left: calc(50% - 120px);
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.price_badge01.price_badge01b::before {
	top: -90px;
	left: 0px;
}
.price_badge02::before {
	position: absolute;
	content: "";
	top: -30px;
	left: calc(50% - 90px);
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100px;
	height: 100px;
	background: url(../images/price_badge02.png) no-repeat;
	background-size: contain;
}
.price_flow {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.price_flow ol {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5em;
	font-weight:bold;
}
.price_flow ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
.price_flow ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #ffe478;
	color: #333;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_normal.price_btn_normal {
	padding: 20px 55px 20px 30px;
	min-height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-radius: 48px;
}
/* footer
----------------------------------------------------------------------*/
.f_content:first-of-type{
	margin-top: 120px;
}
.f_content:last-of-type{
	margin-bottom: 100px;
}
.f_content_ttl{
	margin: 60px auto 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.f_content .f_content_btn_area{
	margin:  auto;
	text-align: center;
}
.btn_normal.f_content_btn {
	padding: 20px 55px 20px 30px;
	min-height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-radius: 48px;
}

#footer{
	position:relative;
	line-height:1.2;
	background:#333;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#f_wrap{
	padding-top:24px;
	margin-top: 60px;
	overflow:hidden;
}
.f_link_box{
	margin-bottom:24px;
	overflow:hidden;
}
.f_link_head{
	margin-left:16px;
	font-size:14px;
}
.f_link_head .marker_triangle_circle:before{
	top:6px;
}
.f_link_head .marker_triangle_circle:after{
	top:4px;
}
.f_link{
	font-size:1.2rem;
}
.f_link li{
	float:left;
	margin:16px 0 0 16px;
}

.f_mark{
	float:right;
	margin:0 16px 16px 0;
}
.f_mark li{
	display:inline-block;
	vertical-align:bottom;
}
.f_mark li:not(:first-child){
	margin-left:4px;
}
.f_mark li a{
	display:block;
	height:50px;
	padding:2px;
	background:#fff;
	border-radius:5px;
}
.isms img{
	width:65px;
}
.privacymark a{
	width:50px;
}

#copyright{
	clear:both;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:1.2rem;
	border-top: 1px solid rgba(255,255,255,.5);
}

.marker_triangle,
.marker_triangle_circle{
	position:relative;
	z-index:0;
	padding-left:17px;
}
.marker_triangle:before,
.marker_triangle_circle:before,
.marker_triangle_circle:after{
    position:absolute;
    content:"";
}
.marker_triangle:before,
.marker_triangle_circle:before{
    left:4px;
    border:solid transparent;
	border-top-width:3px;
	border-right-width:4px;
	border-bottom-width:3px;
	border-left-width:4px;
}
.marker_triangle:before{
    top:5px;
    border-left-color:#fff;
}
.marker_triangle_circle:before{
	top:7px;
	z-index:1;
    border-left-color:#333;
}
.marker_triangle_circle:after{
	top:5px;
    left:0;
	z-index:0;
	width:11px;
	height:11px;
	background:#fff;
	border-radius:100%;
}

.a_blank{
	position:relative;
	padding-right:18px;
}
.a_blank:before,
.a_blank:after{
    position:absolute;
	width:12px;
	height:12px;
	background:#5ab303;
	border:2px solid #fff;
    content:"";
}
.a_blank:before{
	top:7px;
	right:2px;
}
.a_blank:after{
	top:3px;
	right:-2px;
}
#footer .a_blank:before,
#footer .a_blank:after{
	background:#fff;
	border-color:#333;
}
#footer .a_blank:before{
	top:4px;
	right:4px;
}
#footer .a_blank:after{
	top:0;
	right:0;
}
/* utility
----------------------------------------------------------------------*/
.fs_small{
	font-size: .6em;
}
br.is-pc{
	display: none;
}
.sp-inlineBlock {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.note {
	font-size: .8em;
	color: #666;
}

/*=====================================================================
   PC start
======================================================================*/
@media screen and ( min-width:768px ){

html{
	font-size: 70.125%;
}

/* a
***********************************************************************/
a{
	transition: opacity .2s;
}
a:hover{
	opacity: .7;
}
a[href^="tel"]{
	pointer-events: none;
}

/* gnav
***********************************************************************/
.gnav{
	display: flex;
	align-items: center;
}
.gnav > li + li{
	margin: 0 0 0 20px;
}
.gnav .logo{
	margin: 0 auto 0 0;
}
/* mv
***********************************************************************/
.mv_bg img{
	width: auto;
}
.mv_ttl::before,
.mv_ttl2::before{
	width: 80%;
}
.mv_ttl .underline{
	padding-left: .05em;
}

/*mv_item_list*/
.mv_item_list {
	margin-top: 30px;
}
.mv_list01,
.mv_list02 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.mv_list01:last-of-type {
	margin-bottom: 0px;
}
.mv_item {
	margin-bottom: 0px;
	padding: 20px 5px;
}
.mv_item + .mv_item {
	margin-left: 15px;
}
.mv_item_img {
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_normal.mv_item_link {
	padding: 10px 45px 10px 15px;
}
/* main
***********************************************************************/
/*section*/
.sec_ttl {
	font-size: 34px;
}
.card{
	padding: 40px 80px;
}
.card .tag_new {
	font-size: 24px;
}
.case_content{
	padding: 20px;
}
.after_txt .bold {
	font-size: 24px;
}
.after_point + .after_point {
	margin-top: 40px;
}
.after_point_flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.after_point_flex .flex-item {
	margin: 0 10px;
	flex: 1;
}
.after_point_ttl > span::before,
.after_point_ttl > span::after {
	top: 9px;
	width: 60px;
}
.after_point_ttl > span::before {
	left: -80px;
}
.after_point_ttl > span::after {
	right: -80px;
}
.price_badge01.price_badge01b::before {
	top: -90px;
	left: 0px;
}
/* footer
***********************************************************************/
#f_wrap{
	margin:auto;
	padding:32px 0 16px;
}
.f_link_box{
	float:left;
	width:200px;
}
.f_link_head{
	font-size:16px;
}
.f_link_head .marker_triangle_circle:before{
	top:7px;
}
.f_link_head .marker_triangle_circle:after{
	top:5px;
}
.f_link li{
	float:none;
}

.f_link_box.single,
.f_link_box.single .f_link{
	width:100%;
	overflow:hidden;
}
.f_link_box.single .f_link li{
	float:left;
}

.f_mark{
	position:absolute;
	right:0;
	bottom:74px;
}
.f_mark li a,
.isms img,
.privacymark a{
	width:auto;
	height:auto;
}

/* price
----------------------------------------------------------------------*/
.price .sec_ttl {
	margin-top: 10px;
}
.price .sec_ttl::before {
    top: -20px;
}

/* Object
***********************************************************************/
.tb_toptb {
    flex-direction: row;
}
.tb_toptb div + div{
	margin-left: 20px;
}

/* utility
----------------------------------------------------------------------*/
br.is-sp{
	display: none;
}
br.is-pc{
	display: block;
}
.sp-inlineBlock {
	display: block;
}
}
@media screen and ( min-width:900px ){
.price_badge01::before,
.price_badge02::before {
	width: 110px;
	height: 110px;
}
.price_badge01.price_badge01b::before {
	top: -40px;
	left: calc(50% - 380px);
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*=====================================================================
   PC end
======================================================================*/
}