@charset "utf-8";



/* -----------------------------------------------------------
    form
-------------------------------------------------------------- */
#form {
}

/* -----------------------------------------------------------
    共通
-------------------------------------------------------------- */

/*フッタはコピーライトのみ*/
.footer{
    padding: 0 0 40px;
}

.thanks .footer{
    padding: 105px 0;
}

.f_left_area, .f_sitemap {
	display: none;
}

.f_right_area{
    width: 100%;
    text-align: center;
}

.f_copy.sp_display_b{
    display: block;
    margin: 25px 0 0;
}

.f_btm_area .inner{
    justify-content: center;
}

@media screen and (max-width: 768px){
	
	/*フッタはコピーライトのみ*/
    .footer{
        padding: 30px 0;
    }
	.thanks .footer{
    padding: 0 0 40px;
}

    .f_copy.sp_display_b{
        margin: 10px 0 0;
    }
	
}

/* -----------------------------------------------------------
    お問い合わせ
-------------------------------------------------------------- */
.form_area{
    padding: 80px 0 0;
	position: relative;
}
.thanks .form_area{
	padding: 80px 0;
}
.form_area .mt15{
	margin: 15px 0 0;
}

.form_toptxt{
	line-height: 1.8;
	padding: 0 0 0 0;
}

.f-copy.simple {
    text-align: center;
    padding: 0 0 90px;
}

.f-copy {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
}

@media screen and (max-width: 768px){
	
	.form_area{
		padding: 30px 0px 40px;
	}
	.thanks .form_area{
		padding: 30px 20px 40px;
	}
	.form_toptxt{
		padding: 0 20px 0 20px;
		line-height: 1.8;
		font-size: 1.6rem;
		text-align: left;
	}

	.f-copy {
		font-size: 1.1rem;
	}
	
}

/* -----------------------------------------------------------
    label 装飾
-------------------------------------------------------------- */
.color_input li label{
	padding: 20px 10px;
	border: 1px #E2D5AF solid;
	border-radius: 6px;
	background: #FCF8EE;
	vertical-align: middle;
	cursor: pointer;
	display: block;
	color: #333;
	box-shadow: 3px 3px #f5f5f5;
    transition: 0.2s;
}

.color_input li label:hover,
.color_input li label.label-checked{
	background: #FFE655;
	border: 1px #FFE655 solid;

}

.color_input li label input{
	vertical-align: middle;
}

@media screen and (max-width: 768px){
	
	.color_input li label{
		padding: 10px;
		line-height: 1.4;
		font-size: 1.5rem;
		border-radius: 4px;
	}
	
	.color_input li label:hover{
		border: 1px solid #DDD;
		background: #FCF8EE;
		color: #333;
	}
	.color_input li label.label-checked:hover{
		border: 1px solid #FFE655;
		background: #FFE655;
	}
	
}



/* -----------------------------------------------------------
    input
-------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"], 
input[type="date"],
input[type="url"],
select,
textarea {
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 1.5rem;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333;
	letter-spacing: 0.03em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"],
select:focus,
textarea:focus {
	border: 1px solid #0099dd;
}

input[type="number"] {
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select{
	width: 30%;
	margin: 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

td.area select{
	width: 40%;
	padding: 15px;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

select:hover {
	cursor: pointer;
}

option {
	padding: 5px 15px;
}

select option selected {
	color: #999;
}

textarea {
	width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align:-1px;
	margin: 0 8px 0 0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-radius: 0;
}

.form_area label:hover {
	cursor: pointer;
}

.form_area label.label_first {
	display: inline-block;
	margin: 0 40px 0 0;
}


/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */
input[type="submit"], input[type="button"] {
	display: block;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.08em;
	margin: 0 auto;
	transition: 0.5s;
	border: none;
	outline: none;
	appearance: none;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: bold;
	width: 300px;
	padding: 25px 30px 27px;
	text-align: center;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}

#form input[type="submit"], #form input[type="button"] {
	min-width: 300px;
}

#form input[type="submit"][disabled] {
	color: #fff;
	background: #ddd;
	border-radius: 3px;
}

input[type="submit"] {
	background: #E94647;
}

input[type="submit"].submit_gray, input[type="button"].submit_gray {
	color: #0f0f0f;
	width: 300px;
	background: #EEE;
	padding: 25px 30px 27px;
	text-align: center;
}

input[type="button"]:hover {
	cursor: pointer;
	background: #CCC;
}

input[type="submit"]:hover {
	cursor: pointer;
	opacity: .7;
}
/*
#form input[type="submit"],
#form input[type="button"] {
	display: block;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.05em;
	margin: 0 auto;
    transition: 0.5s;
	border: none;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	width: 400px;
	padding: 20px 0;
    border-radius: 35px;
	text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

#form input[type="submit"],
#form input[type="button"]{
	min-width: 300px;
}


.submit_btn {
    color: #fff !important;
	background: linear-gradient(90deg, #EF2E1F 0%, #FA4032 100%);
}

input[type="submit"].submit_gray,
input[type="button"].submit_gray{
	color: #333 !important;
	width: 400px;
	background: #eee;
	padding: 18px 10px 22px 10px;
	text-align: center;
}
.submit_magenta {
	background: #3EC473;
}
.submit_green {
	background: #F45C18;
}

input[type="submit"]:hover{
	cursor: pointer;
	opacity: 0.8;
}
input[type="button"]:hover{
	cursor: pointer;
	opacity: 0.8;
}*/

/*		送信ボタン		*/
.form_btn_area {
	padding: 0 0 50px 0;
	text-align: center;
}
.form_btn_area .fl {
	float: left;
}
.form_btn_area .fr {
	float: right;
}
.caution{
	margin: 0 0 50px;
}
.form_btn_txt {
	margin: 0 0 40px;
	line-height: 1.8;
}

.error_message{
	text-align:center;
	padding:130px 0 40px;
	line-height:1.8;
}

/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
.form_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.8;
	border-top: 1px #DDD solid;
	margin: 50px 0;
}
.form_table th {
	padding: 30px 0 30px 65px;
	width: 350px;
    vertical-align: top;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #DDD solid;
}
.form_table td {
	padding: 30px 0 30px 50px;
	border-bottom: 1px #DDD solid;
}
.form_table .resume-item{
	max-width: 600px;
}
.form_table .resume-item img{
	max-width: 600px;
}

.form_th_title {
	display: inline-block;
	padding: 5px 0 0;
}

.form_th_title span{
	font-size: 1.2rem;
	color: #666;
}

.form_th_notes {
	float: right;
	display: inline-block;
	margin: 5px 0 0;
	padding: 3px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff !important;
	background: #E94647;
}
.form_th_notes.est {
	float: none;
	padding: 6px 10px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.form_th_notes.any {
	background: #1294D5;
}

.form_table input[type="text"],
.form_table input[type="password"],
.form_table input[type="tel"],
.form_table input[type="email"], 
.form_table input[type="date"],
.form_table input[type="url"]{
	width: 70%;
	line-height: normal;
}
.form_table input[type="number"] {
	width: 30%;
}

/*		お問い合わせ項目		*/
input[type="text"].category_other {
    margin: 0 0 0 15px;
}

/*		住所		*/
input[type="number"].input_zip {
    width: 30%;
    margin: 0 0 0 10px;
}


/*		お問い合わせ		*/
.radio_list {
}

.radio_list li {
	line-height: 2.4;
}


/*		注釈		*/
.form_td_notes {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 1.4rem;
}
.form_td_notes02 {
	margin: 15px 0;
	font-size: 1.4rem;
}
.form_td_notes03 {
	margin: 15px 0 0;
	font-size: 1.4rem;
}
.form_td_notes04 {
	margin: 7px 0 15px;
	font-size: 1.4rem;
}
.form_td_notes05 {
	margin: 0 0 15px;
}
	.form_btn_txt a{
		text-decoration: underline;
	}

.form_table td #order1,
.form_table td #order2{
	margin: 15px 0 0;
}


/* -----------------------------------------------------------
    確認画面共通
-------------------------------------------------------------- */

.form_table.confirm {
}

.form_table.confirm th {
	width: 30%;
}

/*		写真添付		*/
.form_table .form_photo {
	margin: 10px 0 0;
}
.form_table .form_photo img {
	width: 300px;
}



/* -----------------------------------------------------------
    完了画面共通
-------------------------------------------------------------- */

.form_area .complete_title {
    font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
}

.form_area .complete_txt {
	margin: 30px 0 15px;
	line-height: 2;
	text-align: center;
}

.form_area .next-link {
	margin: 50px 0 70px;
	text-align: center;
}






/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px){

	.form_table .resume-item img{
		width: 100%;
	}
		
	/* -----------------------------------------------------------
		input
	-------------------------------------------------------------- */
	 input[type="text"],  input[type="tel"],  input[type="password"],
	 input[type="email"],  input[type="number"], input[type="url"],
	 select,  textarea {
		padding: 15px;
         
		box-sizing: border-box;
		font-size: 1.6rem;
		
		-webkit-appearance: none;
		border-radius: 0;
	}

	 input[type="text"],  input[type="email"],  input[type="number"],  input[type="tel"],  input[type="password"], input[type="url"], select,  textarea {
		width: 100%;
	}

	
	select{
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}
	td.area select{
		width: 100%;
		padding: 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}

	input[type="radio"], input[type="checkbox"] {
	}


	/* -----------------------------------------------------------
		button / submit
	-------------------------------------------------------------- */
	
	 .btn {
	}
					
	 .btn.back_btn {
		top: 0;
	}
	
	 .btn.back_btn a {
		display: inline-block;
		width: auto;
		padding: 10px 5px 10px 20px;
		border: none;
		font-size: 1.6rem;
		text-align: left;
		background: #fff url(../img/icon_arrow03.png) no-repeat 0 50%;
		background-size: 11px 11px;
	}
	
	
	 .form_area input[type="submit"] {
		display: block;
		width: 100%;
		padding: 20px 10px;
		font-size: 1.80rem;
		-webkit-appearance: none;
		
		-webkit-box-sizing: border-box;	
		-moz-box-sizing: border-box;	
		box-sizing: border-box;
		 
		box-shadow: 2px 2px 3px #DDD;
		 
	}
	
	
	#form input[type="submit"],
	#form input[type="button"]{
		min-width: inherit;
		width: 100%;
	}

	input[type="submit"].submit_gray,
	input[type="button"].submit_gray{
		width: 100%;
		font-size: 1.4rem;
		padding: 10px 10px;
	}
	
	.form_btn_area {
		padding: 30px 0 0;
		text-align: left;
	}
	
	
	.form_btn_txt {
		margin: -20px 0 20px;
		line-height: 1.8;
		text-align: center;
	}
	.form_btn_txt a{
		text-decoration: underline;
	}
	
	.submit_gray {
		font-size: 1.4rem;
		box-shadow: 2px 2px 3px #DDD;
	}

	.form_btn_area .fl,
	.form_btn_area .fr{
		float: none;
	}
	
	.form_btn_area .fl{
		margin: 30px 0 0 0;
	}
	
	.form_btn_area {
		padding: 20px 20px 0;
	}
	
	.form_btn_area .chk_txt {
		font-size: 1.8rem;
	}
	.form_btn_area .muryo_txt {
		padding: 30px 0 0;
		text-align: center;
	}
	.form_btn_area .muryo_txt span {
		font-size: 1.4rem;
		margin-right: 5px;
		padding: 3px 8px;
	}

	.form_btn_area .security {
		padding: 40px 0 0 0;
	}
	.form_btn_area .security p {
		display: block;
		margin: 0 0 10px 0;
	}
	.form_btn_area .security img {
		width: 20px;
	}
	
	.error_message{
		text-align:left;
		padding:30px 0 20px;
	}
	
	.caution{
		margin: 20px 0 50px;
		padding: 0 20px;
	}

	.btn-wrap{
		display: flex;
		flex-direction: column-reverse;
	}
		
	/* -----------------------------------------------------------
		入力画面共通  /  table
	-------------------------------------------------------------- */

	.form_table {
		margin: 20px 0 0;
		width:100%;
		font-size: 1.5rem;
		border-top: 1px none;
		border-bottom: none;
	}
	.form_table:nth-of-type(n+2){
		margin: 0;
	}
	
	.form_table tr {
		border: none;
	}
	
	.form_table th {
		display: block;
		width: auto;
		padding: 10px 20px;
		text-align: left;
		vertical-align: middle;
		font-weight: bold;
		background: var(--light-gray);
		border-bottom: none;
	}
	
	.form_table td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding: 15px 20px 25px 20px;
		text-align: left;
		vertical-align: top;
	}
	.form_table td.pc_display{
		display: none;
	}
	
	.form_th_title span{
		color: #efefef;
	}
	.form_th_title {
		padding: 0;
	}
		
	.form_table th .form_th_notes {
		float: none;
		margin: -5px 0 0 10px;
		padding: 2px 10px;
		font-size: 1.2rem;
	}
		
	.form_table input[type="text"],
	.form_table input[type="password"],
	.form_table input[type="tel"],
	.form_table input[type="email"], 
	.form_table input[type="date"],
    .form_table input[type="url"],
	.form_table select {
		width: 100%;
	}
	.form_table input[type="number"] {
		width: 100%;
	}
    
    /*		お問い合わせ項目		*/
    input[type="text"].category_other {
        margin: 5px 0 0;
    }

    /*		住所		*/
    input[type="number"].input_zip {
        width: 50%;
        margin: 0 10px;
    }

	/*		お問い合わせ		*/
	.radio_list {
	}

	.radio_list li {
		line-height: 1.8;
	}
	
	.radio_list label {
		display: block;
		padding: 5px;
	}
	
	/*		注釈		*/
	.form_td_notes {
		display: inline-block;
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.form_td_notes02 {
		margin: 10px 0;
		font-size: 1.4rem;
	}
	.form_td_notes03 {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.form_td_notes05 {
		margin: 0 0 10px;
	}

		
		
	/* -----------------------------------------------------------
		完了画面共通
	-------------------------------------------------------------- */
	
	.form_area .complete_title {
		font-size: 2rem;
		padding: 10px 0 0;
	}

	.form_area .complete_txt {
		margin: 15px 0 20px;
		text-align: left;
	}

	.form_area .next-link {
		margin: 0;
	}
}



/* -----------------------------------------------------------
	flex
-------------------------------------------------------------- */

.form_area .flex {
	display: flex;
}
.form_area .flex div {
	margin: 0 40px 10px 0;
}
.form_area .flex div select,
.form_area .flex div input{
	width: 200px;
	margin: 5px 5px 0 0;
}

.form_area input.pay{
	width: 200px;
	margin: 0 5px 0 0;
}


@media screen and (max-width:768px){
	
	.form_area .flex {
		display: block;
		margin: 0 0 20px;
	}
	.form_area .flex div {
		margin: 15px 0 0;
	}
	.form_area .flex div select,
	.form_area .flex div input{
		width: 85%;
	}
	.form_area input.pay{
		width: 85%;
	}

	
}
	

/* -----------------------------
	con-intro-area
-------------------------------- */
.con-intro-area > div{
	display: flex;
	margin: 100px auto 0;
	align-items: center;
	background: url(../img/ft-contact-bg.jpg) no-repeat top center / cover;
}
.con-intro-area .container .swiper{
	overflow: hidden;
	width: 600px;
	height: 300px;
	margin: 0 50px 0 0;
}
.con-intro-area .container .swiper img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.con-intro-area .swiper-slide {
  width: 100%!important;
	height: 100%!important;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.con-intro-area .swiper-slide-active img,
.con-intro-area .swiper-slide-duplicate-active img,
.con-intro-area .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

.con-intro-area > div .catch-m{
	color: #fff;
}

@media screen and (max-width: 768px){
	.con-intro-area > div{
		display: block;
		margin: 50px auto 0;
	}
	.con-intro-area .container .swiper{
		overflow: hidden;
		width: 100%;
		height: 200px;
		margin: 0 50px 0 0;
	}
	.con-intro-area .container .swiper{
		overflow: hidden;
		height: 200px;
		width: 100%;
	}
	
	.con-intro-area > div .catch-m{
		padding: 20px;
	}
}

/* -----------------------------
	intro-area
-------------------------------- */
.intro-area{
	text-align: left;
	padding: 100px 0 0;
}
.intro-area .catch-m{
	text-align: center;
}
.tel-block{
	margin: 50px 0 0;
	background: url(../img/ft-contact-bg.jpg) no-repeat top center / cover;
	padding: 50px;
}
.tel-block > .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.tel-block .ttl-s .jp,
.tel-block .basic-txt{
	color: #fff;
}
.tel-block .basic-txt{
	padding: 10px 0 0;
}

.tel-block .ft_cv_area{
	background: none;
	padding: 0;
}
.tel-block .ft_cv_body{
	margin: 0;
	width: auto;
}
.tel-block .ft_cv_area .inner{
	width: 100%;
}
.tel-block .ft_cv_area .txt-area{
	display: none;
}
.tel-block .ft_cv_mail{
	display: none;
}

@media screen and (max-width: 768px){
	.intro-area{
		padding: 50px 0 0;
	}
	.intro-area .catch-m{
	}
	.tel-block{
		margin: 20px 0 0;
		padding: 30px 20px 20px;
	}
	.tel-block > .inner{
		flex-direction: column;
	}
	.tel-block .ttl-s .jp,
	.tel-block .basic-txt{
	}
	.tel-block .basic-txt{
	}

	.tel-block .ft_cv_area{
	}
	.tel-block .ft_cv_body{
	}
	.tel-block .ft_cv_area .inner{
	}
	.tel-block .ft_cv_area .txt-area{
	}
	.tel-block .ft_cv_mail{
	}
}
/* -----------------------------------------------------------
	slide-img
-------------------------------------------------------------- */
/*.intro-area{
	text-align: center;
	margin: 30px 0 0;
}
.sub-intro-catch
{    position: relative;
    display: inline-block;
    margin: 0 0 0;
    padding: 7px 50px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 30px;
    background: linear-gradient(90deg, #029945 0%, #3ab142 100%);
    letter-spacing: .05em;
    top: -20px;
}
.sub-intro-catch::before{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #1EA544;
}
.intro-catch{
	font-size: 3.5rem;
	font-weight: bold;
	padding: 0 0 0;
	line-height: 1.8;
}
.intro-catch .yellow-bg{
	font-size: 2.8rem;
	padding: 3px 10px;
	background: #FFF27F;
	margin: 0 3px;
}
.slide-img {
    position: relative;
    background: url(../img/slide.jpg) repeat-x 0 0;
    background-size: auto 160px;
    width: 100%;
    overflow: hidden;
    height: 160px;
    -moz-animation: loop 30s linear infinite;
    animation: loop 30s linear infinite;
    margin: 0 0 30px;
}

/*アニメーション*/
/*@keyframes loop {
0% {
	background-position: 0 0;
	}
100% {
	background-position: -1436px 0;
	}
}

.scroll-infinity{
	margin: 30px 0 0;
}
.scroll-infinity-item{
	width:calc(80vw / 4);
}
.scroll-infinity-item > img{

}
@media screen and (max-width:768px){
	.intro-area{
		margin: 50px 0 0;
	}
	.sub-intro-catch{
		font-size: 1.6rem;
		padding: 8px 9px 10px;

        width: 100%;
        left: 0;
		line-height: 1.3;
	}

	.intro-catch{
		font-size: 2.2rem;
		padding: 0 0 0;
		line-height: 1.5;
	}
	.intro-catch .yellow-bg{
		font-size: 1.8rem;
	}
	
	/* 画像スライド */
	/*.slide-img {
		-moz-animation: loop 30s linear infinite;
		animation: loop 30s linear infinite;
		margin: 0 0 20px;
		height: 120px;
		background-size: auto 120px;
	}
	/*アニメーション*/
	/*@keyframes loop {
	0% {
		background-position: 0 0;
		}
	100% {
		background-position: -1077px 0;
		}
	}	
	.scroll-infinity-item{
		width:calc(100vw / 2);
	}
}*/

/* -----------------------------------------------------------
    個人情報
-------------------------------------------------------------- */
.pp-wrap .pp-note {
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.7;
	text-align: center;
	margin: 25px 0 0;
}

.pp-wrap .pp-btn-wrap {
	width: fit-content;
	display: flex;
	margin: 30px auto 20px;
	align-items: center;
	padding: 0 10px 0 0;
}

.pp-wrap .pp-btn {
	font-weight: bold;
	margin: 0 0 0 -20px;
	display: flex;
	justify-content: center;
}

.pp-wrap .pp-btn::before {
	top: -2px;
}

.pp-btn-wrap label.pp-btn {
	padding-left: 27px;
}

.pp-wrap .pp-parts {
	height: 200px;
	overflow-y: scroll;
	background: #fff;
	padding: 25px 20px;
	margin: 20px 0 0 0;
	border: 1px solid #ddd;
}

.pp-wrap #privacypolicy .pp-header {
	color: var(--main);
	font-size: 2rem !important;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	margin: 0 auto 15px;
}

.pp-wrap #privacypolicy .section-ttl h3 {
	font-size: 2.2rem;
	margin: 0 auto 20px;
}

.pp-wrap #privacypolicy .section-ttl {
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto 20px;
}

.pp-wrap #privacypolicy .contents.inner {
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
}

.pp-wrap #privacypolicy p {
	font-size: 1.5rem !important;
}

.pp-wrap #privacypolicy .policy-list li {
	font-size: 1.5rem !important;
	margin: 15px 0 0 0;
}

.pp-wrap #privacypolicy dl dt {
	font-size: 1.8rem !important;
	margin: 20px 0 15px;
}

@media screen and (max-width: 768px) {
	.pp-wrap .pp-note {
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.7;
		text-align: left;
	}

	.pp-wrap .pp-btn-wrap {
		margin: 30px auto 20px;
	}

	.pp-wrap .pp-btn {
		margin: 0 auto 0 -20px;
		padding: 0 0 0 25px;
	}

	.pp-wrap .pp-parts {
		padding: 15px 10px;
	}

	.pp-wrap #privacypolicy .contents.inner {
		padding: 0;
	}

	.pp-wrap #privacypolicy .section-ttl {
		padding: 0;
		margin: 0 0 15px;
	}

	.pp-wrap #privacypolicy .section-ttl h3 {
		font-size: 1.7rem;
		margin: 0 0 15px;
	}

	.pp-wrap #privacypolicy p {
		font-size: 1.4rem !important;
	}

	.pp-wrap #privacypolicy .policy-list li {
		font-size: 1.4rem !important;
		margin: 10px 0 0 0;
	}

	.pp-wrap #privacypolicy .t-txt {
		margin-top: 5px !important;
	}

	.pp-wrap #privacypolicy dl dt {
		font-size: 1.6rem !important;
		margin: 15px 0 10px;
	}
}

