img{
	max-width: 100%;
}
.anchorllist ul li{
	width: 20%;
	margin-right: 1%;
}
.anchorllist ul li a{
	position: relative;
	font-size: 14px;
	padding:10px 0;
	display: block;
	color:#fff;
	background: #1B2D5A;
	text-align: center;
}

.anchorllist ul li a::after{
	content: "";
	background: url("../img/link.png") no-repeat left top;
	background-size:100%;
	position: absolute;
	top: 50%;
	right:5%;
	width: 13px;
	height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.head-ttl{
	text-align: center;
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.head-ttl .big span {
    font-size: 47px;
    color: #1B2D5A;
    line-height: 1.7;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #fff100 0%);
}
.head-ttl .sm span {
	font-size: 35px;
    color: #1B2D5A;
    line-height: 1.7;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #fff100 0%);
}
.m-copy{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	color: #7796C2;
}
.notes {
    font-size: 10px;
    line-height: 14px!important;
    display: block;
}
.notes2 {
    font-size: 12px;
    line-height: 14px!important;
    display: block;
}
.notes.ex {
    font-size: 12px;
    line-height: 14px!important;
    display: block;
	text-align: center;
}
.about-box{
	padding:20px 20px;
	background: #FFFEE5;
}
.about-box .box{
}
.about-box .box h3{
	background: #88A7CD;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding:10px 0;
	font-weight: 700;
}
.about-box .box .text{
	padding:25px 25px;
	background: #fff;
	border: 2px solid #88A7CD;
	line-height: 1.7;
}
.about-box .box .text h4{
	font-size: 20px;
	font-weight: 700;
}
.about-box .box .text li{
	text-indent: -1em;
	padding-left: 1em;
}
.ac-head2 {
    font-size: 28px;
    line-height: 1;
    background: #1b2d5a;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
/*貸し出し製品マップ*/
.tab_nav{
	display: flex;
}
.tab_nav li{
	width: 33%;
	margin-right: 0.5%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	position: relative;
	border-bottom: 10px solid transparent;
	cursor: pointer;
	color: #fff;
}
.tab_nav li::after{
	content: "";
	background: url("../img/tab.png") no-repeat left top;
	background-size:100%;
	position: absolute;
	top: 56%;
	right:6%;
	width: 13px;
	height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tab_nav li:last-child{
	margin-right: 0;
}
.tab_nav li:nth-child(1){
	padding-top: 25px;
	padding-bottom: 5px;
	background: #80CDE8;
}
.tab_nav li:nth-child(2){
	padding-top: 25px;
	padding-bottom: 5px;
	background: #80CDE8;
}
.tab_nav li:nth-child(3){
	padding-top: 15px;
	padding-bottom: 5px;
	background: #60C0BD;
}
.tab_nav li:nth-child(1).active{
	border-bottom: 10px solid #00709D;
}
.tab_nav li:nth-child(2).active{
	border-bottom: 10px solid #00709D;
}
.tab_nav li:nth-child(3).active{
	border-bottom: 10px solid #396E76;
}
.tab-box .chCont{
	width: 100%;
	overflow-x: auto;
	display: none;
}
.tab-box .chCont .tab-area{
	width: 850px;
}
.tab-box .chCont .tab-area .tab-table{
	display: flex;
}
.tab-box .chCont .tab-area .tab-table .left{
	width: 4%;
	margin-right: 1%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	font-size: 16px;
	color:#fff;
	white-space: nowrap;
	box-sizing: border-box;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
	line-height: 1;
	display: flex;
	position: relative;
}
.tab-box .chCont .tab-area .tab-table.ptn5 .left{
	/*letter-spacing: -0.2em;*/
}
.tab-box .chCont .tab-area .tab-table .left .left-tex{
	display: block;
	position: absolute;
	top:50%;
	text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tab-box .chCont .tab-area .tab-table .left .left-tex .nobasi{
	transform: rotate(90deg);
	display: inline-block;
}
@media all and (-ms-high-contrast:none) {
.tab-box .chCont .tab-area .tab-table .left .left-tex{
	top: 25%;
}
.tab-box .chCont .tab-area .tab-table .left .left-tex .nobasi{
	transform: rotate(0deg);
	display: inline-block;
}
}
.tab-box .chCont .tab-area .tab-table.ptn1 .left{
	background: #47A0D3;
}
.tab-box .chCont .tab-area .tab-table.ptn2 .left{
	background: #6B7FBE;
}
.tab-box .chCont .tab-area .tab-table.ptn3 .left{
	background: #00A3AB;
}
.tab-box .chCont .tab-area .tab-table.ptn4 .left{
	background: #00AA7F;
}
.tab-box .chCont .tab-area .tab-table.ptn5 .left{
	background: #629A5F;
}
.tab-box .chCont .tab-area .tab-table .right{
	width: 95%;
	/*display: flex;
	align-items: center;*/
}
.tab-box .chCont .tab-area .tab-table .right .item-table{
	display: flex;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name{
	width: 7%;
	margin-right: 1%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	font-size: 16px;
	color:#fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-wrap{
	display: block;
	width: 100%;
	text-align: center;
}
.tab-box .chCont .tab-area .tab-table.ptn1 .right .item-table .table-name{
	background: #47A0D3;
}
.tab-box .chCont .tab-area .tab-table.ptn2 .right .item-table .table-name{
	background: #6B7FBE;
}
.tab-box .chCont .tab-area .tab-table.ptn3 .right .item-table .table-name{
	background: #00A3AB;
}
.tab-box .chCont .tab-area .tab-table.ptn4 .right .item-table .table-name{
	background: #00AA7F;
}
.tab-box .chCont .tab-area .tab-table.ptn5 .right .item-table .table-name{
	background: #629A5F;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1{
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
	font-size: 10px;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl1{
	padding-left: 13.5px;    
	max-height: 8em;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl2{
	padding-left: 8px;   
	max-height: 5em;
	text-align: left;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl3{
	padding-left: 1.6px;  
	max-height: 8em;
	text-align: left;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl4{
	padding-left: 13.5px;      
	max-height: 14em;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl5{
	padding-left: 13.5px;   
	max-height: 6em;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl6{
	padding-left: 13.5px;   
	max-height: 4em;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl7{
	padding-left: 13.5px;   
	max-height: 5em;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl8{
	padding-left: 8px;   
	max-height: 7em;
	text-align: left;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-1.pdl9{
	padding-left: 1.6px;   
	max-height: 6em;
	text-align: left;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .nobasi{
	transform: rotate(90deg);
	display: inline-block;
}
@media all and (-ms-high-contrast:none) {
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .nobasi{
	transform: rotate(0deg);
	display: inline-block;
}
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-2{
	font-size: 11px;
	line-height: 1.1;
	margin-top: 16px;
}
.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-2 span{
	font-size: 22px; 
}
/*.tab-box .chCont .tab-area .tab-table .right .item-table .table-name .name-2 span.ex{
	padding-left: 3.5px;
}*/
.tab-box .chCont .tab-area .tab-table .item-list{
	width: 92%;
}
.tab-box .chCont .tab-area .tab-table .item-list ul{
	font-size: 0;
}
.tab-box .chCont .tab-area .tab-table.ptn1 .item-list ul li{
	border-top: 2px solid #47A0D3;
}
.tab-box .chCont .tab-area .tab-table.ptn2 .item-list ul li{
	border-top: 2px solid #6B7FBE;
}
.tab-box .chCont .tab-area .tab-table.ptn3 .item-list ul li{
	border-top: 2px solid #00A3AB;
}
.tab-box .chCont .tab-area .tab-table.ptn4 .item-list ul li{
	border-top: 2px solid #00AA7F;
}
.tab-box .chCont .tab-area .tab-table.ptn5 .item-list ul li{
	border-top: 2px solid #629A5F;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li{
	margin-top: 8px;
	margin-right: 0.5%;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li:nth-child(3n){
	margin-right: 0;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li:nth-child(-n+3){
	margin-top: 0;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head{
	display: flex;
	position: relative;
	z-index: 2;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .name{
	padding-top: 20px;
	width: 58%;
	overflow: visible;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .name-tex{
	font-size: 16px;
	line-height: 1.2;
	padding-left: 8px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .img{
	width: 41%;
	margin-right: 1%;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .name.ptn2{
	padding-top: 0;
	margin-top: -1px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .name .obi-1{
	background: url("../img/obi_01_1.png") no-repeat left top;
	background-size:126px;
	padding:5px 18px 5px 6px;
	color:#fff;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 10px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .name .obi-2{
	background: url("../img/obi_01_2.png") no-repeat left top;
	background-size:96px;
	padding:5px 18px 5px 6px;
	color:#fff;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 10px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .name .obi-3{
	background: url("../img/obi_02.png") no-repeat left top;
	background-size:106px;
	padding:5px 18px 5px 6px;
	color:#fff;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 10px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-head .name .obi-4{
	background: url("../img/obi_03.png") no-repeat left top;
	background-size:164px;
	display: block;
	width: 100%;
	white-space: nowrap;
	padding:5px 18px 5px 6px;
	color:#fff;
	line-height: 1;
	font-size: 12px;
	margin-bottom: 10px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom{
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-ttl{
	padding:5px 8px;
	line-height: 1;
	color:#fff;
	font-size: 11px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info{
	padding:8px 8px;
    height: calc(1.27em * 3);
    position: relative;
	font-size: 10px;
	line-height: 1.27em;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info p{
	position: absolute;
	top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info .red{
	color:#970B31;
}
.tab-box .chCont .tab-area .tab-table.ptn1 .item-list ul li .list-bottom .bottom-ttl{
	background: #47A0D3;
}
.tab-box .chCont .tab-area .tab-table.ptn1 .item-list ul li .list-bottom .bottom-info{
	background: #E4F3FE;
}
.tab-box .chCont .tab-area .tab-table.ptn2 .item-list ul li .list-bottom .bottom-ttl{
	background: #6B7FBE;
}
.tab-box .chCont .tab-area .tab-table.ptn2 .item-list ul li .list-bottom .bottom-info{
	background: #E9EAF3;
}
.tab-box .chCont .tab-area .tab-table.ptn3 .item-list ul li .list-bottom .bottom-ttl{
	background: #00A3AB;
}
.tab-box .chCont .tab-area .tab-table.ptn3 .item-list ul li .list-bottom .bottom-info{
	background: #E6F3F9;
}
.tab-box .chCont .tab-area .tab-table.ptn4 .item-list ul li .list-bottom .bottom-ttl{
	background: #00AA7F;
}
.tab-box .chCont .tab-area .tab-table.ptn4 .item-list ul li .list-bottom .bottom-info{
	background: #E9F3F0;
}
.tab-box .chCont .tab-area .tab-table.ptn5 .item-list ul li .list-bottom .bottom-ttl{
	background: #629A5F;
}
.tab-box .chCont .tab-area .tab-table.ptn5 .item-list ul li .list-bottom .bottom-info{
	background: #E9F3E5;
}
/*貸し出しサービスの流れ*/
.flow-box .flow-img{
	width: 25%;
	margin-right: 2%;
}
.flow-box .flow-tex{
	width: 71%;
}
.flow-box .flow-tex h3{
	color:#0D2EA1;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 24px;
	font-weight: 700;
}
.flow-box .flow-tex p{
	font-size: 16px;
	line-height: 1.6em;
}
.flow-box .flow-tex a{
	text-decoration: underline;
}
.flow-box .flow-tex span{
	color:#7796C2;
	font-weight: 700;
}
.flow-yajirushi{
	margin-bottom: 30px;
	width: 50%;
	max-width: 58px;
	margin-left: auto;
	margin-right: auto;
}

/*デモ機無料貸出しサービスへお申込み*/
#link5 .ac-head2{
	margin-bottom: 0;
}
.con-box{
	background: #EEEFF0;
	padding:40px 40px;
}
.con-wrap .con-div{
	width: 48%;
	margin-right: 4%;
	background: #fff;
}
.con-wrap .con-div.last{
	margin-right: 0;
}
.con-wrap .con-div h3{
	background: #88A7CD;
	color:#fff;
	text-align: center;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	padding:20px 20px;
}
.con-wrap .item-wrap{
	padding:10px 30px 30px;
}
.con-wrap .con-div .link-box-1 a{
	font-size: 13px;
	padding:10px 10px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.con-wrap .con-div .link-box-2{
	margin-top: 10px;
}
.con-wrap .con-div .link-box-2 a{
	font-size: 18px;
	padding:10px 10px;
	display: block;
	width: 100%;
	height: 100%;
	background: #EF7A10;
	color:#fff;
	box-sizing: border-box;
	font-weight: 700;
}
.con-wrap .con-div .icon-1{
	width: 16px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
.con-wrap .con-div .icon-2{
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
.con-wrap .con-div .icon-3{
	width: 16px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
@media screen and (max-width: 901px) {
	.wrap2 {
        width: 860px;
    }
	.anchorllist ul{
		display: flex;
	}
	.anchorllist ul li:last-child{
		margin-right: 0;
	}	
	.m-copy{
		text-align: center;
	}
	.flow-box{
		display: flex;
	}
    .con-wrap{
        display: flex;
    }
}

@media screen and (max-width: 900px) {
.wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.anchorllist ul li{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 0.3vw;
}
.anchorllist ul li a{
	position: relative;
	font-size: 14px;
	padding:3vw 0;
}

.anchorllist ul li a::after{
	content: "";
	background: url("../img/link.png") no-repeat left top;
	background-size:100%;
	position: absolute;
	top: 54%;
	right:3%;
	width: 13px;
	height: 8px;
}
.m-copy{
	font-size: 18px;
    line-height: 1.5;
}
.about-box{
	padding:15px 15px;
}
.about-box .box{
}
.about-box .box h3{
	font-size: 4.7vw;
	padding:3vw 0;
}
.about-box .box .text{
	padding:3vw 3vw;
}
.about-box .box .text h4{
	font-size: 14px;
    line-height: 1.5;
	font-weight: 700;
}
	
.ac-head2 {
    font-size: 16px;
    line-height: 1;
    padding: 3% 0;
    margin-bottom: 4%;
}
/*貸し出し製品マップ*/
.tab_nav{
	display: flex;
}
.tab_nav li{
	width: 33%;
	margin-right: 0.5%;
	font-size: 3.8vw;
	font-weight: 700;
	position: relative;
	border-bottom: 10px solid transparent;
	cursor: pointer;
	color: #fff;
	text-align: left;
	padding-left: 2vw;
}
.tab_nav li::after{
	content: "";
	background: url("../img/tab.png") no-repeat left top;
	background-size:100%;
	position: absolute;
	top: 48%;
	right:3%;
	width: 13px;
	height: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tab_nav li:nth-child(1){
	padding-top: 4vw;
	padding-bottom: 1vw;
}
.tab_nav li:nth-child(2){
	padding-top: 4vw;
	padding-bottom: 1vw;
}
.tab_nav li:nth-child(3){
	padding-top: 2vw;
	padding-bottom: 1vw;
}
	
.tab-box .chCont{
	width: 100%;
}
.tab-table .mt1{
    margin-top: 10px!important;
}
.tab-table .mt2{
    margin-top: 10px!important;
}
.flow-box .flow-img{
	width: 100%;
	margin-right:0%;
	margin-bottom: 0vw;
}
.flow-box .flow-tex{
	width: 100%;
}
.flow-box .flow-tex h3{
	font-size: 5.3vw;
	margin-bottom: 3vw;
}
.flow-box .flow-tex p{
	font-size: 4.2vw;
}
.flow-yajirushi{
	margin-bottom: 14vw;
	width: 50%;
	max-width: 40px;
	margin-left: auto;
	margin-right: auto;
}

.mac .tab-box .chCont .tab-area .tab-table .left .left-tex .nobasi{
	display: inline;
}
.mac .tab-box .chCont .tab-area .tab-table .right .item-table .table-name .nobasi{
	display: inline;
}

	

/*デモ機無料貸出しサービスへお申込み*/
.con-box{
	padding:20px 20px;
}
.con-wrap .con-div{
	width: 100%;
	margin-right: 0;
}
.con-wrap .con-div.last{
	margin-right: 0;
}
.con-wrap .con-div h3{
	font-size: 4.4vw;
	font-weight: 700;
	padding:5vw 1vw;
}
.con-wrap .item-wrap{
	padding:4vw 6vw 6vw;
}
.con-wrap .con-div .link-box-1 a{
	font-size: 3.3vw;
	padding:3vw 3vw;
}
.con-wrap .con-div .link-box-2{
	margin-top: 10px;
}
.con-wrap .con-div .link-box-2 a{
	font-size: 3.9vw;
	padding:3vw 3vw;
}
.con-wrap .con-div .icon-1{
	width: 8%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
.con-wrap .con-div .icon-2{
	width: 10%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
.con-wrap .con-div .icon-3{
	width: 8%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
}
}

/*20230829追記*/
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info{
	height: 52px;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info .btn-flex{
	position: absolute;
	top: 50%;
    left: 0;
	right:0;
	display: flex;
	justify-content: space-between;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	align-content: center;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info .btn-flex li{
	width: 48%;
	border-top: none;
	margin-top: 0!important;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info .btn-flex li.left-tex a{
	display: block;
	text-align: center;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	border-radius: 5px;
	background: #1B2D5A;
	position: relative;
	width: 100%;
	line-height: 1;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info .btn-flex li.left-tex a .sankaku{
	width: 5px;
	left: 10px;
	position: absolute;
	top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info .btn-flex li.right-tex a{
	display: block;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	position: relative;
	width: 100%;
	line-height: 1;
}
.tab-box .chCont .tab-area .tab-table .item-list ul li .list-bottom .bottom-info .btn-flex li.right-tex a .icon{
	width: 17px;
	right: 2px;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.col-obi{
	margin-bottom: 8px;
  }
  .col-obi span{
	display: inline-block;
	background: #0D2EA1;
	color: #fff;
	padding: 6px 20px;
	border-radius: 3px;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
  }
  .head-img-in .flex{
	display: flex;
	justify-content: space-between;
  }
  .head-img-in .flex .text-box{
	width: 65%;
  }
  .head-img-in .flex .img-box{
	width: 25.7%;
	margin-right: 7%;
  }
  .head-img-in{
	margin-bottom: 6vw;
  }
  .demo-box{
	margin-bottom: 114px;
  }
  .demo-list{
	margin-bottom: 115px;
	font-size: 16px;
	line-height: 1.70;
  }
  .demo-list li{
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 600;
  }
  .demo-list li:last-child{
	margin-bottom: 0;
  }
  .demo-list li span{
	color: #0D2EA1;
  }
  .list-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .list-flex > li{
	width: 32.4%;
	padding: 24px 24px;
	background: #f5f6f7;
	box-sizing: border-box;
	margin-top: 20px;
  }
  .list-flex > li:nth-child(-n + 3){
	margin-top: 0;
  }
  .list-flex > li > dl{
	display: flex;
	margin-bottom: 28px;
  }
  .list-flex > li > dl dt{
	width: 62px;
	border-right: 1px solid #0D2EA1;
	font-size: 46px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0D2EA1;
	font-weight: 700;
  }
  .list-flex > li > dl dd{
	font-size: 24px;
	line-height: 1.3em;
	width: calc(100% - 82px);
	display: flex;
	align-items: center;
	color: #0D2EA1;
	font-weight: 700;
  }
  .list-flex > li ul.demo-list{
	margin-bottom: 0;
  }
  .flow-box{
	border-bottom: none;
	padding: 40px 60px;
	position: relative;
	display: flex;
	background: #EFF2FF;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-left: 48px;
	width: calc(100% - 48px);
	box-sizing: border-box;
  }
  .flow-box.last{
	margin-bottom: 80px;
  }
  .flow-box .flow-no{
	position: absolute;
	left: -48px;
	width: 80px;
	top: -10px;
  }
  .flow-box .flow-no img{
	width: 100%;
  }
  .about-box{
	margin-bottom: 114px;
	padding: 40px;
  }
  
  .about-box .demo-list{
	margin-bottom: 0;
  }
  .about-box .about-ttl{
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 24px;
	color: #0D2EA1;
	font-weight: 700;
  }
@media screen and (max-width: 901px) {

	.col-obi span{
		padding: 1.6vw 5.3vw;
		font-size: 4.8vw;
		border-radius: 1.2vw;
	}
	.h2-txt span{
		margin-top: 4vw;
	}
  .head-img-in{
	margin-bottom: 13.8vw;
  }
	.head-img-in .flex{
		display: block;
	}
	.head-img-in .flex .text-box{
		width: 100%;
		margin-bottom: 2vw;
	  }
	  .head-img-in .flex .img-box{
		width: 91.3%;
		margin-left: auto;
		margin-right: auto;
	  }
	  .demo-list{
		margin-bottom: 13.8vw;
	  }
	  .demo-box{
		margin-bottom: 26vw;
	  }
	  .demo-list li{
		margin-bottom: 3.2vw;
	  }
	  .demo-list li:last-child{
		margin-bottom: 0;
	  }
	  .list-flex > li{
		width: 100%;
		padding:5.3vw 5.3vw;
		box-sizing: border-box;
		margin-top: 5.3vw;
	  }
	  .list-flex > li:nth-child(-n + 3){
		margin-top: 5.3vw;
	  }
	  .list-flex > li:nth-child(1){
		margin-top: 0;
	  }
	  .list-flex > li > dl{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 6.4vw;
	  }
	  .list-flex > li > dl dt{
		width: 16vw;
		border-right: 1px solid #0D2EA1;
		font-size: 12vw;
		margin-right: 5.3vw;
	  }
	  .list-flex > li > dl dd{
		font-size: 5.3vw;
		line-height: 1.3em;
		width: calc(100% - 21.8vw);
		display: flex;
		align-items: center;
	  }
	  .list-flex > li ul.demo-list{
		margin-bottom: 0;
	  }
	  .flow-box{
		display: block;
		margin-left: 0;
		width: 100%;
		padding: 10vw 5.3vw 6.3vw;
		box-sizing: border-box;
	  }
	  .flow-box .flow-tex{
		width: 100%;
		margin-bottom: 5.3vw;
	  }
	  .flow-box .flow-tex h3{
		font-size: 5.3vw;
		margin-bottom: 3vw;
	  }
	  .flow-box .flow-no{
		position: absolute;
		left:5.3vw;
		width: 16vw;
		top: -8vw;
	  }
	  .flow-box .flow-no img{
		width: 100%;
	  }
	  .flow-box.first{
		margin-top: 14vw;
	  }
	  .about-box{
		margin-bottom: 26vw;
		padding: 6.4vw 5.3vw;
	  }
	  
	  .about-box .demo-list{
		margin-bottom: 0;
	  }
	  .about-box .about-ttl{
		font-size: 4.8vw;
		line-height: 1.4em;
		margin-bottom: 6.4vw;
		font-weight: 700;
	  }
}

.bottom-box{
	padding-top: 114px;
	padding-bottom: 100px;
	background: #F5F6F7;
}
.bottom-box .contents{
	max-width: 1103px;
	margin-left: auto;
	margin-right: auto;
}
.ttl-obi{
	background: #0D2EA1;
	padding: 18px 40px;
	color: #fff;
	font-size: 32px;
	line-height: 1.3em;
	margin-bottom: 60px;
	font-weight: 700;
}
.ttl-obi span{
	font-size: 18px;
	font-weight: 400;
}

/*よくあるご質問*/
.faq-panel dl{
	margin-bottom: 0px;
	border-top: 1px solid #0D2EA1;
}
.faq-panel dl:last-child{
	border-bottom: 1px solid #0D2EA1;
}
.faq-panel dl dt{
	position: relative;
	color: #0D2EA1;
	text-decoration: underline;
	font-weight: 700;
	line-height: 1.4em;
	font-size: 20px;
	padding-top: 24px;
	padding-left: 20px;
	padding-right: 34px;
	padding-bottom: 24px;
	cursor: pointer;
}
.faq-panel dl dt::after{
	content: "＋";
	position: absolute;
	top: 50%;
	font-size: 22px;
	right:32px;
	font-weight: 500;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.faq-panel dl dt.open::after{
	content: "－";
}
.faq-panel dl dd{
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 24px;
	padding-left: 20px;
	padding-right: 34px;
}
.faq-panel dl dd li{
	padding-left: 1em;
	text-indent: -1em;
}
/*ご利用条件、規約*/
.kiyaku-box{
	margin-bottom: 32px;
	line-height: 1.7;
}
.kiyaku-box.last{
	margin-bottom: 0px;
}
.kiyaku-box h3{
	color:#0D2EA1;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 20px;
	font-weight: 700;
}
.kiyaku-box a{
	text-decoration: underline;
}
.privacy-box{
    line-height: 1.85;
    height: 190px;
    overflow-y: auto;
    margin-bottom: 60px;
	padding-right: 20px;
}
.privacy-box p {
    margin-bottom: 1em;
}
.step-flex{
	display: flex;
	justify-content: space-between;
}
.step-box{
	width: 49%;
	margin-bottom: 24px;
}
.step-text{
	font-size: 28px;
	color: #0D2EA1;
	font-weight: 700;
	margin-bottom: 32px;
	text-align: center;
	line-height: 1;
}
.step-text .mini{
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
}
.step-text .mini-num{
	width: 31px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 8px;
	margin-top: -4px;
	vertical-align: middle;
}
.step-box .img-box{
	width: 100%;
}
.step-box .img-box img{
	width: 100%;
	border: 4px solid #0D2EA1
}
.step-sankaku{
	width: 58px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}
.step-sankaku img{
	width: 100%;
}
.step-text-last{
	font-size: 28px;
	color: #0D2EA1;
	font-weight: 700;
	margin-bottom: 32px;
	text-align: center;
	line-height: 1.3em;
}
.kisyu-flex{
	display: flex;
	justify-content: space-between;
	padding: 50px 60px;
	background: #fff;
	box-sizing: border-box;
}
.kisyu-flex .kisyu-box{
	width: 42.8%;
}
.kisyu-flex .kisyu-box .kisyu-text{
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 700;
	color: #0D2EA1;
	text-align: center;
	margin-bottom: 24px;
}
.kisyu-flex .kisyu-box .kisyu-btn{
	margin-top: 24px;
	width: 100%;
}
.kisyu-flex .kisyu-box .kisyu-btn a{
	font-size: 16px;
	font-weight: 700;
	padding: 14px 24px;
	background: #EFF2FF;
	color: #0D2EA1;
	line-height: 1;
	border-radius: 4px;
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
}
.kisyu-flex .kisyu-box .kisyu-btn a .yajirushi{
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	right: 17px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.kisyu-flex .kisyu-box .kisyu-btn a .yajirushi img{
	width: 100%;
	display: block;
}
.faq-panel{
	margin-bottom: 66px;
}
.kiyaku-area{
	margin-bottom: 114px;
}
.nm-text{
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
}
@media screen and (max-width: 1024px) {
.step-text{
	font-size: 24px;
}
}

@media screen and (max-width: 901px) {
	.nm-text{
		font-size: 4.2vw;
		line-height: 1.6em;
		color: #333;
	}
/*よくあるご質問*/
.bottom-box{
	padding-top:26vw;
	padding-bottom: 26vw;
}
.bottom-box .contents{
	max-width: 1103px;
	margin-left: auto;
	margin-right: auto;
}
.ttl-obi{
	padding: 4.8vw 5.3vw;
	font-size: 6.4vw;
	line-height: 1.3em;
	margin-bottom: 8.5vw;
	font-weight: 700;
}
.ttl-obi span{
	font-size: 4.2vw;
	margin-top: 3.4vw;
	display: block;
}
.faq-panel dl{
	margin-bottom: 0px;
	border-top: 1px solid #0D2EA1;
}
.faq-panel dl:last-child{
	border-bottom: 1px solid #0D2EA1;
}
.faq-panel dl dt{
	position: relative;
	color: #0D2EA1;
	text-decoration: underline;
	line-height: 1.4em;
	font-size: 4.8vw;
	padding-top: 4.2vw;
	padding-left: 0px;
	padding-right:0vw;
	padding-bottom: 5.3vw;
	cursor: pointer;
	padding-right:17vw;
}
.faq-panel dl dt::after{
	content: "＋";
	position: absolute;
	top: 50%;
	font-size: 5.8vw;
	right:6.4vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.faq-panel dl dt.open::after{
	content: "－";
}
.faq-panel dl dd{
	font-size: 4.2vw;
	line-height: 1.6em;
	padding-bottom: 5.3vw;
	padding-left: 0px;
	padding-right:0vw;
}
.faq-panel dl dd li{
	padding-left: 1em;
	text-indent: -1em;
}
.kiyaku-box{
	margin-bottom: 8.5vw;
}
.kiyaku-box.last{
	margin-bottom: 26vw;
}
.kiyaku-box{
	width: 100%;
}
.kiyaku-box h3{
	font-size: 5.3vw;
	margin-bottom: 6.4vw;
}
.kiyaku-box p{
	line-height: 1.71;
}
.step-flex{
	display:block;
	margin-top: 14vw;
}
.step-box{
	width: 100%;
	margin-bottom:11vw;
}
.step-flex .step-box:last-child{
	margin-bottom: 0px;
}
.step-text{
	font-size:5.8vw;
	margin-bottom: 6vw;
	text-align: center;
	line-height: 1.5em;
}
.step-text .mini{
	font-size:4.8vw;
	vertical-align: middle;
	display: inline-block;
}
.step-text .mini-num{
	width: 8.2vw;
	display: inline-block;
	margin-right: 0px;
	margin-left: 1.6vw;
	margin-top: -2.4vw;
	vertical-align: middle;
}
.step-box .img-box{
	width: 100%;
}
.step-box .img-box img{
	width: 100%;
	border: 4px solid #0D2EA1
}
.step-sankaku{
	width: 11vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8.5vw;
	margin-top: 6.4vw;
}
.step-sankaku img{
	width: 100%;
}
.step-text-last{
	font-size: 5.8vw;
	font-weight: 700;
	margin-bottom:6.6vw;
	text-align: center;
	line-height: 1.3em;
}
.kisyu-flex{
	display: block;
	justify-content: space-between;
	padding: 6.4vw 7.2vw;
	box-sizing: border-box;
}
.kisyu-flex .kisyu-box{
	width:100%;
	margin-bottom: 6.4vw;
}
.kisyu-flex .kisyu-box:last-child{
	margin-bottom: 0px;
}
.kisyu-flex .kisyu-box .kisyu-text{
	font-size: 4.8vw;
	line-height: 1.3em;
	margin-bottom: 3.7vw;
}
.kisyu-flex .kisyu-box .kisyu-btn{
	margin-top: 3.7vw;
	width: 100%;
}
.kisyu-flex .kisyu-box .kisyu-btn a{
	font-size: 4.2vw;
	font-weight: 700;
	padding: 3.7vw 5.3vw;
	line-height: 1;
	border-radius: 1vw;
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
}
.kisyu-flex .kisyu-box .kisyu-btn a .yajirushi{
	position: absolute;
	right: 0;
	top: 50%;
	width: 1.6vw;
	right: 4.5vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.kisyu-flex .kisyu-box .kisyu-btn a .yajirushi img{
	width: 100%;
	display: block;
}
.faq-panel{
	margin-bottom: 26vw;
}
.kiyaku-area{
	margin-bottom: 26vw;
}
.head-img-in .contents{
	padding-bottom: 8vw;
}
.privacy-box{
	height: 96vw;
}
}
@media screen and (min-width: 901px) {
.head-img-in .contents{
	padding-bottom: 22px;
}
}