@charset "utf-8";

/*タイトル*/
.main-img2{
	width: 100%;
	height: 300px;
	margin: 105px auto;
	background-image: url("../prime/img/back.jpg");
	background-position: center;
	background-size: cover;
	object-fit: cover;
	position: relative;
	z-index: -10;
}

.main-img2::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: -1;
}

.main-img2 div{
	width: 100%;
	padding: 100px 0 0;
	text-align: center;
	line-height: 70px;
	font-weight: 700;
}

.main-img2 div img{
	width: 500px;
	margin: 0 auto;
}

.main-img2 div p{
	font-size: 2em;
	color: #333;
	font-weight: 700;
}

/*----------*/
.pro01{
	width: 1080px;
	margin: 0 auto 50px;
	text-align: center;
}

.pro01 img{
	width: 100%;
	height: auto;
	margin: 100px auto 10px;
}

.pro01 p{
	font-weight: 700;
	margin: 0 auto 30px;
	font-size: 2em;
}

.pro01 span{
	margin: 0 auto 100px;
	font-size: 1em;
}

/*----------*/
.pro02{
	width: 1080px;
	margin: 0 auto 150px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pro02 h3{
	width: 150px;
	height: 150px;
	background-color:#f2f2f2;
	border-radius: 50%;
}

.pro02 a:hover h3{
	background-color:#ccc;
	transition: .5s;
}

.pro02 a:hover h3 p{
	color: #fff;
	transition: .3s;
}

.pro02 img{
	width: 50px;
	margin: 0 auto 10px;
	padding: 20px 0 0;
}

.pro02 .veritas img{
	width: 110px;
	margin: 0 auto 10px;
	padding: 60px 0 0;
}



.pro02 p{
	font-size:0.8em;
	text-align: center;
}

/*----------*/
.pro03{
	width: 700px;
	margin: 0 auto 100px;
}

.pro03 h4{
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #f58700;
	margin: 30px auto;
	padding: 10px 20px;
}

.pro03 h5{
	font-size: 2em;	
	text-align: center;	
	font-weight: 700;
}

.pro03 p{
	font-size: 1em;	
	text-align: center;	
	font-weight: 400;
}

.pro03 div{
	width: 700px;
	margin: 50px auto;
	padding: 50px;
	background-color: #fbffdb;
}

.pro03 div h6{
	font-size: 2em;	
	text-align: center;	
	font-weight: 700;
	margin: 0 auto 20px;
}

.pro03 div p{
	text-align: left;
	font-weight: 500;
}

a.anchor{
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}


/*----------*/
.pro04{
	width: 1080px;
	margin: 0 auto 300px;
}

.Label1 img{
	height: 50px;
}

.content1 img{
	width: 300px;
	padding: 0 0 150px;
	float: left;
}

.content1 h4{
	font-size: 2em;	
	text-align: left;	
	font-weight: 700;
	padding: 0 0 20px;
}

.content1 div{
	width: 700px;
	float: right;
}

.content1 div p{
	margin: 0 0 50px;
}

.content1 div a{
	text-align:right;
	position: relative;
}
.content1 div a p{
	display: block;
	padding-right: 34px;
	font-size: 1.3em;
	color: #254889;
}

.content1 div a:hover p{
	text-decoration: underline;
}

.content1 div a img{
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

.toggle1 {
	display				: none;
}
.Label1 {		/*タイトル*/
	width: 1080px;
	height: 70px;
	padding: 0;
	display: block;
	margin: 0 0 30px;
	border-bottom: solid 2px #333;
}
.Label1::before{		/*タイトル横の矢印*/
	content:"";
	width: 26px;
	height: 26px;
	border-top: 6px solid #999;
	border-right: 6px solid #999;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 12px );
	right: 20px;
	transform: rotate(135deg);
}
.Label1, .content1 {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content1 {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle1:checked + .Label1 + .content1 {
	height: auto;
	padding: 20px ;
	transition: all .5s;
}
.toggle1:checked + .Label1::before {
	transform: rotate(-45deg) !important;
}


/*-----サービス利用規約　/　プライバシーポリシー-----*/
.pdf-text{
	font-size		: 24px;
	font-weight		: 700;
	text-align		: center;
	margin			: 0 auto 20px;
}
.pdf-text2{
	width			: 90%;
	text-align		: center;
	margin			: 0 auto 20px;
}
.more_btn_area, .more_btn, .more_btn a{
	width			: 800px;
}


/****メールフォーム　アコーディオン****/
.price label{
	width				: 100%;
	font-size			: 16px;
}
.price .mail-form03{
	margin				: 0 0 30px;
}
.price .mail-form03 input{
	float				: left;
	display				: block;
	width				: 15px;
	height				: 15px;
	margin				: 10px 10px 0 0;
}
.price p{
	width				: 30%;
	float				: left;
	display				: block;
}
.price div{
	width				: 10%;
	text-align			: right;
	float				: left;
	display				: block;
}
.price span{
	font-size			: 12px;	
	color				: #aaa;
	padding				: 0 0 0 10px;
}

/******/
.mail-form p{
	font-size			: 18px;
	padding				: 0 0 10px;
}
.toggle {
	display				: none;
}
.Label {		/*タイトル*/
	padding				: 1em;
	display				: block;
	color				: #fff;
	background			: #aaa;
	margin				: 0 0 30px;
}
.Label::before{		/*タイトル横の矢印*/
	content				:"";
	width				: 14px;
	height				: 14px;
	border-top			: 4px solid #fff;
	border-right		: 4px solid #fff;
	-webkit-transform	: rotate(45deg);
	position			: absolute;
	top					: calc( 50% - 8px );
	right				: 20px;
	transform			: rotate(135deg);
}
.Label, .content {
	width				: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility	: hidden;
	transform			: translateZ(0);
	transition			: all 0.3s;
}
.content {		/*本文*/
	height				: 0;
	margin-bottom		:10px;
	padding				:0 20px;
	overflow			: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height				: auto;
	padding				:20px ;
	transition			: all .5s;
}
.toggle:checked + .Label::before {
	transform			: rotate(-45deg) !important;
}
.namebox{
	width				: 90%;
	overflow			: auto;
	border-bottom		: dashed 1px #717071;
	margin				: 0 0 30px 10%;
}
.namebox .mail-formtxt02{
	margin				: 0 0 10px;
	width				: 30%;
	float				: left;
}
.namebox .mail-form01{
	margin				: 0 0 10px;
	width				: 70%;
	float				: left;
}



 @media screen and (max-width:749px) {
/*　画面サイズが749pxまではここを読み込む　*/
body	{
	font-size			: 12px ;
}
.main-img2{
	width: 100%;
	height: 450px;
	margin: 0 auto 105px;
}

.main-img2 div img{
	width: 80%;
	margin: 50px auto 0;
}

.main-img2 div p{
	font-size: 24px;
}

/*----------*/
.pro01{
	width: 90%;
}

.pro01 img{
	width: 100%;
}

/*----------*/
.pro02{
	width: 90%;
	margin: 0 auto 50px;
}

.pro02 h3{
	width: 150px;
	height: 150px;
	margin: 0 0 30px;
}


.pro02 img{
	width: 45px;
	margin: 0 auto 10px;
	padding: 30px 0 0;
}

.pro02 p{
	font-size:0.8em;
	text-align: center;
}

/*----------*/
.pro03{
	width: 90%;
}

.pro03 div{
	width: 100%;
	padding: 20px;
}
.pro03 h4{
	width: 100%;
}
.pro03 div h6{
	font-size: 2em;	
	text-align: center;	
	font-weight: 700;
	margin: 0 auto 20px;
}

.pro03 div p{
	text-align: left;
	font-weight: 500;
}

a.anchor{
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}


/*----------*/
.pro04{
	width: 90%;
	margin: 0 auto 200px;
}

.Label1 img{
	height: 30px;
}

.content1 div{
	width: 100%;
	float: none;
}

.content1 img{
	width: 180px;
	margin: 0 auto 30px;
	padding: 0;
	float: none;
}

.content1 h4{
	font-size: 1.8em;
}

.toggle1 {
	display				: none;
}
.Label1 {		/*タイトル*/
	width: 90%;
	height: 70px;
	padding: 0;
	display: block;
	margin: 0 0 30px;
	border-bottom: solid 2px #333;
}
.Label1::before{		/*タイトル横の矢印*/
	content:"";
	width: 18px;
	height: 18px;
	border-top: 4px solid #999;
	border-right: 4px solid #999;
	top: calc( 50% - 0px );
	right: 10px;
}









/****メールフォーム　アコーディオン****/
.price label{
	width				: 100%;
	font-size			: 16px;
}
.price .mail-form03{
	margin				: 0 0 10px;
}
.price p{
	width				: 90%;
}



/*----------*/
.more_btn_area{
	width				: 90%;
}

.namebox{
	width				: 100%;
	margin				: 0 0 30px;
}

.more_btn, .more_btn a{
	width				: 100%;
}

.namebox .mail-formtxt02, .namebox .mail-form01{
	width				: 100%;
}


}