@charset "utf-8";
/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.c-page{
	background-color: #4799d4;
	color: #ffffff;
}
section .c-container{
	padding-top: 50px;
	padding-bottom: 50px;
}
/* ======================================================

	アンカータブ

====================================================== */
.p-anchor__item a{
	color: #2d8bce;
}
.p-anchor__item a::before{
	background-color: #d1e6f5;
	box-shadow: 0 6px 0 0 rgba(0,0,0,.3);
}
.p-anchor__item a:hover::before{
	background-color: #2d8bce;
}
/* ======================================================

	ページタイトル

====================================================== */
.page-ttl__name{
	font-size: 7.3rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.page-ttl__lead{
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.page-ttl__name{
		font-size: 3.6rem;
	}
	.page-ttl__lead{
		font-size: 2.1rem;
		text-align: left;
	}
}
/* ======================================================

	タイトル

====================================================== */
.hero__name img{
	max-width: 400px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.hero{
		margin-bottom: 50px;
	}
	.hero__catch{
		font-size: 1.8rem;
	}
}
/* ======================================================

	機能説明

====================================================== */
.func{
	margin-bottom: 40px;
}
.func__fig{
	margin-bottom: 10px;
}
/* ======================================================

	機能説明

====================================================== */
.func2{
	margin-bottom: 30px;
}
.func2__name{
	padding: 0 0 0 25px;
	margin-bottom: 20px;
	background: linear-gradient(to right,  #1c2272 0%,#3a4a93 100%);

	font-size: 2.6rem;
	font-weight: 900;
	color: #ffffff;
}
/*.func2__inner{
	display: flex;
	justify-content: space-between;
}*/
.func2__fig{
	max-width: 560px;
	/*flex: 1 1 auto;*/
}
/*.func2__fig--ex{
	margin-top: -60px;
}*/
.func2__list{
	/*flex: 0 0 440px;*/
	padding-right: 1em;
}
.func2__note,
.func2__list li{
	/*font-size: 1.6rem;*/
	text-indent: -1em;
	padding-left: 1em;
}
.func2__list li:before{
	content: '●';
	color: inherit;
	font-size: 70%;
	margin: 0.25em;
}
@media screen and (max-width: 767px) {
	.func2__name{
		padding: 3px 10px 3px 10px;
		font-size: 2.1rem;
	}
	.func2__fig{
    	margin-bottom: 10px;

		max-width: 480px;
		margin-left: auto;
		margin-right: auto;

		text-align: center;
  	}
}

/* ======================================================

	VERICUT

====================================================== */
.blk-vericut{
	position: relative;
	margin-bottom: -10%;
}
.blk-vericut figure{
	width: 62%;
	margin-right: 2%;
	margin-left: auto;
}
.blk-vericut p{
	position: absolute;
	top: 46.34%;

	font-size: 2.6rem;
	font-weight: bold;
}
.sec-vericut .c-col-l{ width: 51%; }
.sec-vericut .c-col-r{ width: 49%; }
.sec-vericut .func2-wrap .func2:nth-child(1) .func2__name p,
.sec-vericut .func2-wrap .func2:nth-child(2) .func2__name p{
	width: 51%;
}
.sec-vericut .func2-wrap .func2:nth-child(1) .c-col-r,
.sec-vericut .func2-wrap .func2:nth-child(2) .c-col-r{
	margin-top: -61px;
}


.sec-vericut__link{
	width: 240px;
	margin: 0 auto;
	text-align: center;
}
.sec-vericut__name{
	margin-bottom: 5px;
	font-size: 2.1rem;
}
.sec-vericut__link a{
	display: block;
	margin-bottom: 5px;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0 0 6px 4px rgba(0,0,0,.2);
}
.sec-vericut__sub{
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.blk-vericut{
		margin-bottom: 0;
	}
	.blk-vericut figure{
		width: auto;
		margin-right: 0;
	}
	.blk-vericut p{
		position: relative;
		top: auto;

		font-size: 1.8rem;
	}
	.sec-vericut .c-col-l{ order: 2; }
	.sec-vericut .c-col-r{ order: 1; }
	.sec-vericut .func2-wrap .func2:nth-child(1) .func2__name p,
	.sec-vericut .func2-wrap .func2:nth-child(2) .func2__name p{
		width: auto
	}
	.sec-vericut .func2-wrap .func2:nth-child(1) .c-col-r,
	.sec-vericut .func2-wrap .func2:nth-child(2) .c-col-r{
		margin-top: 0;
	}
}
/* ======================================================

	NCVIEW

====================================================== */
.blk-ncview{ position: relative; }
.blk-ncview__text{
	width: 42%;
	margin: 0 0 0 auto;
	margin-bottom: 15px;
	padding-right: 20px;

	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
	text-align: left;
}
.blk-ncview figure{
	position: absolute;
	top: 50%;
	left: 0;
	width: 54.4%;
	transform: translateY(-50%);
}
.blk-ncview figure img{
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
}
.blk-ncview .p-check{
	padding: 40px;
}
.blk-ncview .p-check .p-check__inner{
	margin-bottom: 0;
	width: calc( 380 / 920 * 100% );
	margin: 0 0 0 auto;
}
.sec-ncview .c-col-l{ width: 51%; }
.sec-ncview .c-col-r{ width: 49%; }
.sec-ncview .func2__name p,
.sec-ncview .func2__name p{
	width: 51%;
}
.sec-ncview .c-col-r,
.sec-ncview .c-col-r{
	margin-top: -61px;
}

@media screen and (max-width: 767px) {
	.blk-ncview__text{
		width: auto;
		margin-bottom: 20px;
		padding: 0 ;

		font-size: 1.8rem;
		text-align: left;
	}
	.blk-ncview figure{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		max-width: 560px;
		transform: none;
		margin: 0 auto 20px;
	}
	.blk-ncview .p-check .p-check__list{
		width: auto;
		padding-right: 0;
	}
	.blk-ncview .p-check .p-check__inner{
		margin-bottom: 0;
		width: auto;
	}
	.sec-ncview .c-col-l{ order: 2; }
	.sec-ncview .c-col-r{ order: 1; }
	.sec-ncview .func2__name p,
	.sec-ncview .func2__name p{
		width: auto
	}
	.sec-ncview.c-col-r,
	.sec-ncview .c-col-r{
		margin-top: 0;
	}
}

/* ======================================================

	GNAVI

====================================================== */
.blk-gnavi{ position: relative; }
.blk-gnavi__text{
	width: 50%;
	padding-top: 50px;
	margin-bottom: 50px;
	
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
	text-align: left;
}
.blk-gnavi figure{
	position: absolute;
	top: 50%;
	right: 40px;
	width: 45%;
	transform: translateY(-55%);
}
.blk-gnavi figure div{
	position: relative;
	padding-top: 97.7%;
}
.blk-gnavi figure div img:nth-child(1),
.blk-gnavi figure div img:nth-child(2){
	position: absolute;
	width: 78.88%;
}
.blk-gnavi figure div img:nth-child(1){ top: 0; left: 0; }
.blk-gnavi figure div img:nth-child(2){ bottom: 0; right: 0; }
.blk-gnavi figure img{
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
}
.blk-gnavi .p-check{
	padding: 40px;
}
.blk-gnavi .p-check .p-check__list{
	margin-bottom: 0;
	width: calc( 450 / 920 * 100% );
}
@media screen and (max-width: 767px) {
	.blk-gnavi__text{
		width: auto;
		margin-bottom: 20px;
		padding: 0 ;

		font-size: 1.8rem;
		text-align: left;
	}
	.blk-gnavi figure{
		position: relative;
		margin-bottom: 20px;
		top: auto;
		right: auto;
		width: auto;
		transform: none;

		text-align: center;
	}
	.blk-gnavi figure div{
		padding-top: 0;
	}
	.blk-gnavi figure div img:nth-child(1),
	.blk-gnavi figure div img:nth-child(2){
		position: relative;
		width: auto;
	}
	.blk-gnavi figure div img:nth-child(1){
		margin-bottom: 20px;
	}
	.blk-gnavi figure img{
		box-shadow: none;
	}
	.blk-gnavi .p-check .p-check__list{
		width: auto;
		padding-right: 0;
	}
}
/* ======================================================

	G-NAVI
	基本機能

====================================================== */
.blk-gnavi2{
	padding: 40px;
	background-color: #ffffe6;
	
	font-size: 1.8rem;
	color: #000000;
}
.blk-gnavi2__ttl{
	margin-bottom: .5em;

	font-size: 2.6rem;
	font-weight: bold;
	color: #000000;
}
.blk-gnavi2__ttl-sub{
	margin-bottom: .5em;

	font-size: 2.1rem;
	font-weight: bold;
	color: #0071b6;
}
@media screen and (max-width: 767px) {
	.blk-gnavi2{
		padding: 20px;
	}
	.blk-gnavi2__ttl{
		font-size: 2.1rem;
	}
	.blk-gnavi2__ttl-sub{
		font-size: 1.8rem;
	}
	.blk-gnavi2__txt{
		margin-bottom: 1em;
	}
}
/* ======================================================

	G-NAVI
	効果例

====================================================== */
.blk-gnavi3-wrap{
	padding: 30px 40px 30px;
	background-color: rgba(255,255,255,.8);
}
.blk-gnavi3-wrap__ttl{
	margin-bottom: .5em;

	font-size: 2.6rem;
	font-weight: bold;
	color: #2e318c;
}
.blk-gnavi3__ttl{
	margin-bottom: .5em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000000;
}
.blk-gnavi3__item{
	padding: 0 10px;
	margin-bottom: 10px;
	background-color: #2e318c;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.blk-gnavi3-wrap{
		padding: 15px 20px 15px;
	}
}
/* ======================================================

	CIMCO Edit

====================================================== */
.blk-cimco{
	position: relative;
	padding-top: 80px;
}
.blk-cimco__text{
	width: 63%;
	margin-bottom: 40px;

	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
	text-align: left;
}
.blk-cimco figure{
	position: absolute;
	top: 50%;
	right: 40px;
	width: 26.6%;
	transform: translateY(-50%);
}
.blk-cimco figure img{
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
}
.blk-cimco .p-check{
	padding: 40px;
}
.blk-cimco .p-check .p-check__list{
	margin-bottom: 0;
	width: calc( 654 / 920 * 100% );
	padding-right: 1em;
}
.sec-cimco .c-col-l{ width: 51%; }
.sec-cimco .c-col-r{ width: 49%; }
.sec-cimco .func2__name p,
.sec-cimco .func2__name p{
	width: 51%;
}
.sec-cimco .c-col-r,
.sec-cimco .c-col-r{
	margin-top: -61px;
}

@media screen and (max-width: 767px) {
.blk-cimco{
	padding-top: 0;
}
.blk-cimco__text{
	width: auto;
	margin-bottom: 20px;

	font-size: 1.8rem;
}
.blk-cimco figure{
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	transform: none;
	max-width: 560px;
	margin: 0 auto 20px;
	text-align: center;
}
.blk-cimco .p-check .p-check__list{
	width: auto;
	padding-right: 0;
}

.sec-cimco .c-col-l{ order: 2; }
.sec-cimco .c-col-r{ order: 1; }
.sec-cimco .func2__name p,
.sec-cimco .func2__name p{
	width: auto
}
.sec-cimco .c-col-r,
.sec-cimco .c-col-r{
	margin-top: 0;
}
}

/* ======================================================

	円

====================================================== */
.c-col-36{ width: 36%; }
.c-col-64{ width: 64%; }

.circle{
	position: relative;
    width: 100%;
}
.circle::before{
	content: "";
    display: block;
    padding-top: 100%;
}
.circle__content{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #295c98;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    color: #ffffff;
}
.circle__inner{
	width: 100%;
	/*max-width: 210px;*/
	/*margin: 0 auto;*/
}
.circle__icon{
	/*font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.47;
	color: #ffffff;*/
	position: relative;
}
.circle__icon picture{
	display: block;
	/*max-width: 284px;*/
	width: 78%;
	margin: 0 auto 10px;
}
.circle__title{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
	color: #009cc0;
}
.circle__text,
.circle__list{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.circle__icon picture{
		width: 180px;
	}
	.circle__text,
	.circle__list{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.circle{
		max-width: 100%;
		/*margin: 0 auto;*/
	}
	.circle__icon picture{
		width: 280px;
	}
	.circle__text,
	.circle__list{
		font-size: 1.7rem;
		text-align: left;
	}
	.circle__list li{
		text-indent: -1em;
		padding-left: 1em;
	}
	.circle::before{
		content: none;
	}
	.circle__content{
		position: relative;
		display: block;
    	/*align-items: center;*/
    	/*justify-content: center;*/
		padding: 10px 0;
	    background-color: transparent;
	    border-radius: 0;
	}
}
/* ======================================================

	レイアウト

====================================================== */
.p-check--circle{
	display: flex;
	align-items: center;
	margin-left: calc( -180 / 640 * 100% );
	padding: 50px 50px 50px calc( 210 / 640 * 100% );
	min-height: 360px;
}
@media screen and (max-width: 767px) {
	.p-check--circle{
		display: block;
		margin-left: 0;
		padding: 0;
		min-height: auto;
	}
}

@media screen and (max-width: 767px) {
  .p-check{
    padding: 0 15px 15px 15px !important;
  }
  .p-check__title{
  	margin-left: -15px;
    margin-right: -15px;
  }
}


