﻿@charset "utf-8";

@font-face {
	font-family: "PetitFormalScript";
	src: url("fonts/PetitFormalScript-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "BodoniScript";
	src: url("fonts/BodoniSvtyTwoITCTTBook.ttf") format("truetype");
}


* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


body {
	color:#2f3333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;

	background: #fcedee;

	overflow: auto;
}

select, textarea, input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-height: normal;
}

a {
	color: #000;
	text-decoration: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.relative {
	position: relative;
}

.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.mt55{
	margin-top: 55px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}

.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb70{
	margin-bottom: 70px;
}

/* *** ヘッダー *** */
header {
	width: 100%;
	height: 7.7%;

	background: #eb6d94;

	position: relative;
}

header .header_text_posi {

	position: absolute;
	bottom: 20px;
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);

}
header .header_back_btn {
	display: block;
	font-size: 0;
	left: 15px;
	bottom: 20px;
}
header .header_back_btn div {
	display: inline-block;
	vertical-align: middle;

	width: 9px;
}
header .header_back_btn div img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
header .header_back_btn p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;

	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	line-height: 19px;
}
/*
header .header_back_btn {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    line-height: 19px;
    left: 15px;
    bottom: 20px;
}
header .header_back_btn::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
    width: 19px;
    height: 19px;
	background-image: url(../img/common/back_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}
*/
header .header_back_btn {
	display: block;
	font-size: 0;
	left: 15px;
	bottom: 20px;
}
header .header_back_btn div {
	display: inline-block;
	vertical-align: middle;

	width: 9px;
}
header .header_back_btn div img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
header .header_back_btn p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;

	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	line-height: 19px;
}
header .header_title {
	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 19px;
	line-height: 24px;

	left: 50%;
	bottom: 25px;
	-moz-transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

header .header_company{
	color: #fff;
	font-family: "BodoniScript","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 23px;
	line-height: 26px;
	right: 15px;
	bottom: 20px;
}


/* *** 入力欄 *** */
.input_form {
	/* iPad Pro用
	width: 765px;
	*/
	width: 607px;
	margin: auto;
}
.input_box {
	/* iPad Pro用
	margin-top: 10px;
	*/
	margin-top: 11px;
}
.input_box:first-child {
	margin-top: 0;
}
.input_lavel {
	/* iPad Pro用
	margin-left: 8px;
	font-size: 22px;
	line-height: 25px;
	*/

	margin-left: 5px;

	color: #2f3333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.input_field {
	width: 100%;
	position: relative;
}
.input_field input {
	/* iPad Pro用
	height: 66px;
	padding: 0 10px;
	border: 2px solid #bdc0bd;
	border-radius: 6px;
	font-size: 20px;
	line-height: 22px;
	*/

	width: 100%;
	height: 48px;
	padding: 0 8px;
	border: 1px solid #bdc0bd;
	border-radius: 5px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15.5px;
	/*line-height: 17.5px;*/
}
.input_field .select_date {
	font-size: 0;
}
.input_field .select_date select {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	padding: 0 8px;
	border: 1px solid #bdc0bd;
	border-radius: 5px;

	background-color: #fff;
	background-image: url(../img/common/select_icon.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15.5px;
	line-height: 17.5px;
	color: #2f3333;
}
.input_field .select_date .select_year {
	/*width: 165px;*/
	/*padding-left: 70px;*/
	width: 130px;
	padding-left: 50px;
}
input.date{
	height: 48px;
	padding: 0 8px;
	border: 1px solid #bdc0bd;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15.5px;
	line-height: 17.5px;

	text-align: right;
	width: 140px;
}
.date.input_month,
.date.input_day{
	width: 75px;
	margin-left: 10px;
}

span.date{
	margin: 0px 5px 0px 5px;
	font-size: 16px;
	vertical-align: middle;
}

.required{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #000;
	font-size: 10px;
	vertical-align: text-top;
	padding: 0px 1px;
}

.input_field .select_date .select_month,
.input_field .select_date .select_day {
	padding-left: 75px;
	margin-left: 25px;
	/*width: 150px;*/
	width: 110px;
	padding-left: 50px;
}
.error {
	visibility : hidden;
}
.error_box .error {
	visibility: visible;
}
.error_box .input_field input {
	border-color: #e84052;
}
.error_mark {
	/* iPad Pro用
	width: 43px;
	height: 39px;
	right: 10px;
	*/

	display: block;
	width: 35px;

	position: absolute;
	top: 50%;
	right: 16px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.error_mark img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.error_text {
	/* iPad Pro用
	font-size: 20px;
	line-height: 22px;
	*/

	margin-top: 5px;
	margin-left: 5px;

	color: #e84052;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15.5px;
	line-height: 17.5px;
}


/* *** ボタン *** */

/*1個の場合*/
.btn {
	/* iPad Pro用
	width: 317px;
	height: 66px;
	border-radius: 6px;
	font-size: 20px;
	line-height: 22px;
	*/

	display: block;
	width: 283.5px;
	height: 53px;
	margin: auto;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	background: #eb6d94;
	border: none;
	border-radius: 10px;
	text-align: center;

	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 18px;
	line-height: 53px;
	font-weight: 600;
	letter-spacing: 1px;
	opacity: 1;

	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:active {
	opacity: 0.7;
}

/*2個の場合*/
.save_button_box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	text-align: center;
}
.btn.double{
	display: inline-block;
	width: 250px;
	height: 52px;
	border-radius: 10px;
}
.btn.double.left{
	margin-left: 80px;
}

.btn.double:active {
	opacity: 0.7;
}

/* *** 進捗状況 *** */
.progress {
	/* iPad Pro用
	padding-top: 55px;
	*/
	padding-top: 45px;
	text-align: center;
	font-size: 0;

	list-style: none;
}
.progress_list {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.progress_list div {
	display:inline-block;
	vertical-align: middle;
}
.progress_box {
	position: relative;
}
.progress_number {
	/* iPad Pro用
	width: 55px;
	height: 55px;
	font-size: 27px;
	line-height: 55px;
	*/
	width: 44px;
	height: 44px;

	border: none;
	border-radius: 50%;
	background: #d3d3d3;

	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 22px;
	line-height: 44px;
	font-weight: 600;

	position: relative;
}
.progress_number.last_list {
	/* iPad Pro用
	width: 90px;
	border-radius: 9px;
	*/
	width: 72px;
	border-radius: 7.5px;

	font-size: 19px;
}
.progress_number span {
	/*
        width: 100%;
        text-align: center;

        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    */
}
.progress_title {
	/* iPad Pro用
	width: 100px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 13px;
	*/
	width: 100px;
	margin-top: 10px;
	text-align: center;

	color: #a3a3a3;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 12.5px;
	line-height: 11px;
	font-weight: 600;

	position: absolute;
	top: auto;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.in_progress .progress_number,
.passing .progress_number {
	background: #eb6d94;
}
.in_progress .progress_title,
.passing .progress_title {
	color: #eb6d94;
}
/*
.progress_border {
	width: 94px;
	height: 0;
	border-top: 4px dotted #eb6d94;
}
.passing .progress_border {
	border-top-style: solid;
}
*/
.progress_border {
}
.progress_border span {
	/* iPad Pro用
	width: 4px;
	height: 4px;
	margin: 0 4px;
	*/
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	margin: 0 3px;
	border: none;
	border-radius: 50%;
	background: #eb6d94;
}
.passing .progress_border span {
	/* iPad Pro用
	padding: 0 4px;
	*/
	margin: 0;
	padding: 0 3px;
	border-radius: 0;
}


/* *** 顧客名 *** */
.customer {
	/* iPad Pro用
	top: 15px;
	*/
	font-size: 0;

	position: absolute;
	top: 13px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.customer p {
	/* iPad Pro用
    font-size: 15px;
    line-height: 17px;
	*/
	display: inline-block;
	vertical-align: middle;

	color: #303333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13.5px;
	line-height: 15px;
}
.customer span {
	/* iPad Pro用
    font-size: 13px;
	margin-right: 8px;
	*/
	margin-right: 6px;

	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	font-weight: 600;
}
.customer .age {
	/* iPad Pro用
	margin-left: 15px;
	*/
	margin-left: 11px;
}


/* *** 顧客名の吹き出し *** */
.speech_bubble {
	/* iPad Pro用
	width: 420px;
	padding: 35px 40px;
	border-radius: 15px;
	top: 35px;
	right: 35px;
	*/
	display: none;

	width: auto;
	min-width: 330px;
	padding: 25px;

	background: rgba(255, 255, 255);
	border-radius: 12.5px;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
	top: 30px;
	/*right: 24px;*/
	right: -10px;
}
.speech_bubble::before {
	/* iPad Pro用
	width: 20px;
	height: 20px;
	border-radius: 3px;
	top: -8px;
	*/
	content: '';

	width: 24px;
	height: 24px;

	background: rgba(255, 255, 255, 0.95);;
	border: none;
	border-radius: 4px;
	box-shadow: -8px -8px 15px -5px rgba(0, 0, 0, 0.2);

	transform: rotate(45deg);

	position: absolute;
	top: -10px;
	right: 67px;
}
.speech_bubble table {
	width: 100%;
	border-collapse: collapse;
}
.speech_bubble td {
	vertical-align: text-top;
}
.speech_bubble .title {
	/* iPad Pro用
	font-size: 19px;
	line-height: 34px;
	*/
	white-space: nowrap;
	word-wrap:break-word;

	color: #dd698d;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: 600;
}
.speech_bubble .contents {
	/* iPad Pro用
	font-size: 19px;
	line-height:24px;
	*/
	padding-left: 4px;
	color: #303333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	line-height: 19.5px;
}


/* *** ポップアップ系リスト *** */
.list_popup {
	display: none;

	/*
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	*/
}
.list_popup_box {
	/* iPad Pro用
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	*/
	background: #fff;
	border: none;
	border-radius: 12.5px;

	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.list_popup_box .list_header {
	/* iPad Pro用
	height: 66px;
	*/
	height: 51px;
	position: relative
}
.list_popup_box .close_btn,
.list_popup_box .list_title  {
	position: absolute;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.list_popup_box .list_header .close_btn {
	/* iPad Pro用
	width: 20px;
	padding: 15px;
	left: 37px;
	*/
	width: 16px;
	padding: 7px;

	left: 30px;
	z-index: 1;
}
.list_popup_box .list_header .close_btn img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}
.list_popup_box .list_header .list_title {
	/* iPad Pro用
	font-size: 18px;
	line-height:47px;
	*/
	width: 100%;
	text-align: center;

	color: #4c4c4c;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14.5px;
	line-height: 37px;
	font-weight: 600;

	left: 50%;
}
.list_popup_box .list_table {
	/* iPad Pro用
	margin-top: 28px;
	padding-bottom: 48px;
	*/
	width: 100%;
	margin-top: 24px;
	padding-bottom: 38px;
}
.list_popup_box .list_table th,
.list_popup_box .list_table td {
	height: 37px;
}
.list_popup_box .list_table th {
	/* iPad Pro用
	font-size: 14px;
	line-height:46px;
	*/
	color: #898989;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	line-height:37px;
	font-weight: 300;
}
.list_popup_box .list_table td {
	/* iPad Pro用
	font-size: 18px;
	line-height:46px;
	*/
	/*
	border-top: 1px solid #d3d3d3;
	*/
	border-top: 1px solid #eee;
	text-align: center;

	color: #303333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14.5px;
	/*line-height:37px;*/
	line-height: normal;
}
.list_popup_box .list_table tr:last-child td {
	/*
	border-bottom: 1px solid #d3d3d3;
	*/
	border-bottom: 1px solid #eee;
}
.list_popup_box .list_table .customer_id,
.list_popup_box .list_table .customer_name,
.list_popup_box .list_table .customer_furigana {
	/*text-align: left;*/
	text-align: center;
}
.list_popup_box .list_table .list_text {
	display: inline-block;
}
.list_popup_box .list_table td a {
	display: block;
}


/* *** 利用規約・プライバシーポリシー *** */
.terms_privacy {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.3);

	position: absolute;
	top: 0;
	left: 0;
}
.terms_privacy_box {
	/* iPad Pro用
	width: 720px;
	height: 865px;
	border-radius: 16px;
	*/
	width: 580px;
	height: 700px;
	border: none;
	border-radius: 12.5px;

	background: #fff;

	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.terms_privacy .header_box {
	/* iPad Pro用
	height: 66px;
	*/
	height: 52px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
}
.terms_privacy .close_btn,
.terms_privacy .list_title  {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.terms_privacy .close_btn {
	/* iPad Pro用
	font-size: 22px;
	line-height:27px;
	left: 26px;
	*/
	color: #dc517f;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 17px;
	line-height:20px;

	left: 24px;
	z-index: 1;
}
.terms_privacy .list_title {
	/* iPad Pro用
	font-size: 27px;
	line-height:30px;
	*/
	width: 100%;
	text-align: center;

	color: #2f3333;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 21px;
	line-height:24px;
	font-weight: 600;

	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.terms_privacy .terms_privacy_contents {
	/* iPad Pro用
	padding: 0 26px;
	height: calc(100% - 67px);
	*/
	padding: 0 20px;
	height: calc(100% - 52px);
	overflow: auto;
}
.terms_privacy .terms_privacy_contents div:last-child {
	margin-bottom: 27px;
}
.terms_privacy .terms_privacy_contents h1 {
	/* iPad Pro用
	padding: 26px 0 9px;
	font-size: 39px;
	line-height:44px;
	border-bottom: 2.5px solid #666666;
	*/
	padding: 19px 0 6px;
	border-bottom: 2px solid #666666;

	color: #666666;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 31px;
	line-height: 35px;
	font-weight: 600;
}
.terms_privacy .terms_privacy_contents p {
	/* iPad Pro用
	padding-top: 26px;
	font-size: 18px;
	line-height:27px;
	*/
	padding: 25px 0 7px;

	color: #595757;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14.5px;
	line-height: 21px;
	font-weight: 300;
}
.terms_privacy .btn_box {
	/* iPad Pro用
	padding: 38px 54px;
	*/
	display: none;
	padding: 30px 44px;
}
.terms_privacy .btn {
	/* iPad Pro用
	width: 295px;
	*/
	margin-top: 0;
	width: 233px;
}
.terms_privacy .btn p {
	/* iPad Pro用
	line-height: 66px;
	*/
	line-height: 53px;
}
.terms_privacy .btn.agree {
	float: left;
}
.terms_privacy .btn.disagree {
	float: right;

	border: 1px solid #eb6d94;
	background: transparent;

	color: #eb6d94;
}
.terms_privacy.consent_version .terms_privacy_contents {
	/* iPad Pro用
	height: calc(100% - (67px + 142px));
	*/
	height: calc(100% - (52px + 114px));
}
.terms_privacy.consent_version .btn_box {
	display: block;
}
.terms_privacy.consent_version .terms_privacy_contents div:last-child {
	margin-bottom: 10px;
}


/* *** float解除 *** */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.temp_save_header {
	text-align: center;
	font-size: 0;
}

.temp_save_header p {
	display: inline-block;
	padding: 0 38px;
	border: 2px solid #eb6d94;
	border-radius: 12.4px;
	color: #db5981;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

/* ***利用規約　新規style*** */
/*利用状況*/
.usage-notes-list span,
.usage-notes-list p{	/*共通部分*/
	display: inline-block;
	vertical-align: top;
}
.usage-notes-list{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.terms_privacy .terms_privacy_contents .usage-notes-list p{
	padding: 3px 5px;
	width: 90%;
}

.terms_privacy .terms_privacy_contents .usage-notes-list span{
	padding-top: 3px;
	padding-right: 5px;
	font-size: 14.5px;
}
.terms_h2{
	color: #666666;
	font-size: 18px;
}

.terms_privacy .terms_privacy_contents p.terms_explanation{
	padding: 5px 8px;
}

.terms_privacy .terms_privacy_contents p.terms_explanation.end{
	padding: 0px;
	font-size: 16px;
}

.ol_text_box{
	padding: 3px 5px 3px 10px;
}
.ol_text_box ol{
	padding-left: 20px;
	color: #595757;
}
.ol_text_box ol li{
	padding: 3px 0px;
	padding-left: 5px;
	/*line-height: 19px;*/
	font-size: 14.5px;
}

.terms_privacy .terms_privacy_contents p.terms_explanation.end.right{
	padding: 0px;
	font-size: 14px;
	text-align: right;
}

.terms_privacy .terms_privacy_contents p.individual_text{
	padding: 20px 10px;
}
.bg-ajax {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.bg-ajax img { margin-top: 20%; }

/* *** 翻訳後の調整 style *** */

#en .progress_list:nth-child(4) .progress_number span,
#en .progress_list:nth-child(5) .progress_number span{
	font-size: 14px;
}

#en .goog-text-highlight{
    background-color: transparent !important;
    box-shadow: none !important;
}

#en .required{
	font-size: 13px;
	vertical-align: middle !important;
}