
@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: din;
	src: url(/keiji_arrest/css/fonts/din.otf),
	url(/keiji_arrest/css/fonts/din.woff2) format("woff2"),
	url(/keiji_arrest/css/fonts/din.woff) format("woff");
}
@font-face {
	font-display: swap;
	font-family: din_eng;
	src: url(/keiji_arrest/css/fonts/din_eng.otf),
	url(/keiji_arrest/css/fonts/din_eng.woff2) format("woff2"),
	url(/keiji_arrest/css/fonts/din_eng.woff) format("woff");
}
/* @font-face {
	font-display: swap;
	font-family: din_1451alt;
	src: url(/keiji_arrest/css/fonts/din1451alt.ttf), url(/keiji_arrest/css/fonts/din1451alt.woff2) format("woff2"), url(/keiji_arrest/css/fonts/din1451alt.woff) format("woff");
} */
@font-face {
	font-display: swap;
	font-family: "DIN bold";
	src:
	url(/keiji_arrest/css/fonts/din.woff2) format("woff2"),
	url(/keiji_arrest/css/fonts/din.woff) format("woff"),
	url(/keiji_arrest/css/fonts/din.ttf) format("truetype"),
	url(/keiji_arrest/css/fonts/din.eot);
}
@font-face {
	font-display: swap;
	font-family: "DIN midium";
	src:
	url(/keiji_arrest/css/fonts/din_m.woff2) format("woff2"),
	url(/keiji_arrest/css/fonts/din_m.woff) format("woff"),
	url(/keiji_arrest/css/fonts/din_m.ttf) format("truetype");
}

/*--------------------------------------------------------------------------------------------------------
add default style
--------------------------------------------------------------------------------------------------------*/

html {
	font-size: 62.5%;
	background: #f2f2f2;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-size: 1.4rem;
	/* line-height: 1.5; */
	background: #fff;
}

html, body {
}

a:link {
	color: #00468C;
	text-decoration: none;
}

a:visited {
	color: #800080;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff8000;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #000;
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
	margin: 0;
}

ul, ol {
	padding-left: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: top;
}

/*for Webkit*/
input::-webkit-input-placeholder {
	color:#ccc;
}

/*for Firefox*/
input:-moz-placeholder {
	color:#ccc;
}

/* 項目タイトル */
.subject {
	color: #333333;
	font-size: 18px;
	float: left;
}
@media (min-width: 811px) {
	.subject {
		font-size: 16px;
	}
}

/* 必須アイコン */
.require {
	display: block;
	background: #CF000E;
	padding: 3px;
	font-size: 1.2rem;
	line-height: 1;
	margin-left: 12px;
	color: #FFF;
	float: left;
}

/* 任意アイコン */
.optional {
	display: block;
	background: #448aca;
	padding: 5px;
	font-size: 1.4rem;
	line-height: 1;
	color: #FFF;
	float: left;
}

.require + .subject,
.optional + .subject{
	margin-left: 8px;
	margin-top: 2px;
}

/*--------------------------------------------------------------------------------------------------------
Clear Floated Elements
--------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;/*display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;*/
}

/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

/* fonts
----------------------------------------------------------------------------------------------------*/

.din {
	font-family: din, sans-serif;
}
.din_eng {
	font-family: din_eng, sans-serif;
}

/* layout
----------------------------------------------------------------------------------------------------*/

.inner {
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
}

@media \0screen {
	.inner { width:980px; }
}

.section {
	margin: 0 16px;
}
@media (min-width: 811px) {
	.section {
		margin: 0 10px;
	}
}

#wrap {
	clear:both;
	/* margin-top:1em; */
}

#wrap .section {
	margin-bottom: 50px;
}

#thanks #wrap .section {
	margin-bottom: 90px;
}
@media only screen and (min-width: 811px) {
	#thanks #wrap .section {
		margin-bottom: 70px;
	}
}

#main section {
	margin-bottom: 30px;
}

#main {
	float: left;
	width: 75%;/*background: #FFC3C4;*/
}

#top #main .content {
	margin: 0 0 20px;
}

#main .content {
	margin: 0 15px 30px;
}
@media (min-width: 811px) {
	#main .content {
		margin: 0 0 30px;
	}
}

#sub {
	float: right;
	width: 25%;/*background: #B8E8FF;*/
}

/* header and footer
----------------------------------------------------------------------------------------------------*/

#footer {
	padding: 20px 20px 100px;
	background: #F2F2F2;
	border-top: #ccc 1px solid;
}
.inquiry #footer {
	padding: 20px;
}

#footer p {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	color: #999;
	vertical-align: bottom;
	text-align: right;
}

#header a.logo, #footer a.logo {
	display: inline-block;
	padding-top: 30px;
	margin-top:20px;
	background: url(/common_api/media/img/logo/lawoffices_logo_ol.svg) 0 0 no-repeat;
	background-size: contain;
}

#header a.logo {
	margin: 17px 0 40px;
	padding-top: 16px;
}
@media screen and (min-width: 811px) {
	#header a.logo {
		margin: 17px 0 84px;
		padding-top: 27px;
	}
}
#header a.logo .logo-txt-1 {
	display: inline-block;
	text-indent: -9999px;
}
#header a.logo .logo-txt-2 {
	color: #333333;
	display: inline-block;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin: 8px 0 0;
}
@media screen and (min-width: 811px) {
	#header a.logo .logo-txt-2 {
		font-size: 20px;
	}
}

#footer a.logo {
	height: 0;
	overflow: hidden;
	width: 25%;
}

.tel .time {
	/* padding-left: 40px; */
	text-align: left;
	font-size: 12px;
}

.tel .number {
	font-family: 'Century Gothic', 'arial black', arial, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, serif;
	font-size: 30px;
	font-weight: bold;
	color: #D60A1F;
	line-height: 1;
}

.phone-link a {
	color:#D60A1F !important;
}

.title {
	margin-bottom: 1em;
	text-align: right;
}

.title hgroup {
	float: left;
	margin-bottom: 10px;
	position: relative;
}

.title h1 em {
	font-size: 38px;
	font-weight: bold;
	font-style:normal;
	color: #137D00;
}

.title h1 span {
	padding-right:.3em;
}

.title h2, .title .search, .title form {
	display: inline-block;
	vertical-align: middle;
}

.search {
	position: relative;
	top: 15px;
	font-size: 14px;
}

.search .btn_detail {
	width: 3em;
	height: 1.8em;
	margin-left: 5px;
	line-height: 1.8;
	font-weight: normal;
	vertical-align: middle;
}

.form_search {
	width: 10em;
	height: 1.3em;
	margin: 0 2px 0 5px;
	vertical-align: middle;
}

.site-id {
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.site-id p {
	vertical-align: middle;
	font-size: 36px;
	line-height: 1;
	font-weight:bold;
	margin-bottom:0.25em;
}
.site-id p a:link, .site-id p a:visited, .site-id p a:hover, .site-id p a:active {
	color: #000;
	text-decoration: none;
}
.site-id p span {
	padding-right: 0.3em;
}
.site-id p em {
	color: #137d00;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
}
.site-id h1 {
	color: #868686;
	font-size: 12px;
	text-align:left;
	font-weight:normal;
}

/* 見出しパターン１ */
.c-ttl-v1 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 28px;
	padding-bottom: 14px;
	position: relative;
	text-align: center;
}
.c-ttl-v1::after {
	background: url(../img/icon_ttl_bar_sp.svg) center/contain no-repeat;
	bottom: 0;
	content: "";
	height: 6px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 245px;
}
@media only screen and (min-width: 769px) {
	.c-ttl-v1 {
		font-size: 32px;
		margin-bottom: 52px;
		padding-bottom: 20px;
		position: relative;
	}
	.c-ttl-v1::after {
		background: url(../img/icon_ttl_bar_pc.svg) center/contain no-repeat;
		bottom: 0;
		content: "";
		height: 9px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		width: 286px;
	}
}
/* 見出しパターン5 */
.c-ttl-v5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 36px;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
  width: 95%;
}
.c-ttl-v5::after, .c-ttl-v5::before {
  bottom: 0;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  width: 25px;
}
.c-ttl-v5::before {
  background: #cf000e;
  left: 50%;
}
.c-ttl-v5::after {
  background: #2c2c2c;
  right: 50%;
}
@media only screen and (min-width: 769px) {
  .c-ttl-v5 {
    font-size: 2.8rem;
    margin: 0 auto 50px;
    max-width: 1000px;
    padding: 0 0 26px;
    width: 100%;
  }
  .c-ttl-v5::before {
    background: #2c2c2c;
    width: 50px;
  }
  .c-ttl-v5::after {
    background: #cf000e;
    width: 50px;
  }
}


.ttl-level-03 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	padding: 8px 10px 10px;
	background: #F5F5F5;
	color: #333333;
	position: relative;
}
.ttl-level-03::after {
	z-index: 1;
	position: absolute;
	left: 30px;
	bottom: -15px;
	width: 42px;
	height: 16px;
	background-color: #f5f5f5;
	clip-path: polygon(50% 16px, 0% 0%, 42px 0%);
	content: "";
}
@media only screen and (min-width: 811px) {
	.ttl-level-03 {
		font-size: 14px;
		padding: 15px 20px;
	}
}
@media only screen and (min-width: 811px) {
	.ttl-level-03 br {
		display: none;
	}
}


/*===============================================
fotoer > c-copyright：共通スタイル
===============================================*/
.c-copyright {
	line-height: 1.2;
	margin: 0;
	background: #333;
	color: #FFF;
	font-size: 0.75rem;
	padding-bottom: 10px;/*add*/
}
.c-copyright__inner {
	box-sizing: border-box;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 2rem 0;
	font-size: 1.2rem;/*add*/
	line-height: 1.5;/*add*/
}
a.c-copyright__logo {
	display: inline-block;
	max-width: 300px;
	vertical-align: top;
}
a.c-copyright__logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.c-copyright__address {
	margin: .5rem 0 0 0;
}
.c-copyright__txt-lawyers-association {
	padding: .5rem 0 0 0;
}
.c-copyright__txt-copyright {
	margin-top: 1rem;
}
.c-copyright__txt-privacypolicy {
	margin-bottom: .5rem;
}
.c-copyright__txt-privacypolicy a {
	color: #fff;
	text-decoration: underline;
}
.c-copyright__txt-privacypolicy a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 768px) and (min-width: 1px){
	.l-footer__contactArea + .c-copyright {
		padding-bottom: 80px;
	}
	.c-copyright__inner {
			position: relative;
			width: 100%;
			margin: 0 auto;
			padding: 1.5rem 1rem 1.5rem;
	}
	.c-copyright__txt-copyright {
			position: relative;
			right: auto;
			bottom: auto;
			padding: 1rem 0 0 0;
	}
}
@media only screen and (min-width: 769px) {
	.l-footer__contactArea + .c-copyright {
		padding-bottom: 190px;
	}
	.p-victim-footer__contactArea + .c-copyright {
		padding-bottom: 140px;
	}
}


.changeBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d6d6d6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #d6d6d6);
	background: -moz-linear-gradient(#fff, #d6d6d6);
	background: linear-gradient(#fff, #d6d6d6);
	-pie-background: linear-gradient(#fff, #d6d6d6);
	border-radius: 3px;
	border: 1px solid #aaa;
	-moz-box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	position: relative;
}

/*--------------------------------------------------------------------------------------------------------
scrolltop.js
--------------------------------------------------------------------------------------------------------*/

#back-top {
	position: fixed;
	bottom: 70px;
	right: 23px;
}

#back-top img {
	width: 35px;
	height: 35px;
}
/*2014.1.31 cyoi*/
.h1_small{
	color: #868686;
	display: block;
	float: right;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 40px;
}
h1 {
	line-height: 1.0;
}
#radioBnr{
	margin-bottom: 20px;
}
.osakaStep{
	width: 28.8%;
	float: left;
	padding: 0 !important;
	margin: 10px;
}
.osakaStep p{
	font-size: 12px;
	margin-top: 10px;
}
.noMarginRight{
	margin-right: 0;
}
.telnum{
	font-size: 2.3em;
	color: #D60A1F;
	font-family: 'Century Gothic', 'arial black', arial, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, serif;
}
.bookBtn span{
	background-image: none !important;
	padding: .7em 2em .7em 2em !important;
}
.fsBL{
	font-size: 1.1em;
	font-weight: bold;
}
.fancybox{
	font-size: 0.8em;
}
.rootList li{
	list-style-type:disc;
	list-style-position:inside;
	font-size: 0.9em;
}
/*2014.6.30 nishio*/
.bold{
	font-weight: bold;
}
.telBook{
	float: left;
}
.webBook{
	float: right;
}
.benefitPhoto{
	float: left;
}
.fontG{
	color: #006500;
}
.fontR{
	color: #D60A1F;
}
.fontM{
	font-size: 0.9em;
}
.fontS{
	font-size: 0.8em;
}
.DiscLi{
	list-style-type:disc;
	list-style-position:inside;
}
.w70 {
	width:70%;
}
@media screen and (max-width: 700px) {
.telBook{
	float: none;
}
.webBook{
	float: none;
}
#reportTable th{
	width: 100%;
}

}
@media screen and (max-width: 480px) {
.benefitPhoto{
	display: none;
}
.osakaStep{
	float: none;
	width: 95%;
}
.osakaStep img{
	display: block;
	margin: 0 auto;
}
.osakaStep p{
		text-align: center;
}
}

@media screen and (max-width: 979px) {
#back-top {
	bottom: 145px !important;
}
}
/*=============================================================================================
2019/11/25 DB共通化　
=============================================================================================*/
.pc_col2 {
	display: flex;
	justify-content: flex-start;
}
.col2_inr {
	width: 40%;
}
.col2_inr:first-of-type {
	padding-right: 1rem;
}

@media only screen and (min-width:1px) and (max-width: 780px) {
	/* td内を2カラムにする（PC時、姓名欄） */
	.pc_col2 {
		flex-wrap: wrap;
	}
	.col2_inr {
		width: 100%;
		margin-top: 10px;
	}
	.col2_inr:first-of-type {
		margin-top: 0;
		padding-right: 0;
	}
}/*780*/

@media (min-width: 811px) {
	.col2_inr {
		width: 49%;
	}
}

.c-list__checkbox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.c-list__checkbox li:nth-child(1) { width: 100px; }
.c-list__checkbox li:nth-child(2) { width: 136px; }
.c-list__checkbox li:nth-child(3) { width: 136px; }
.c-list__checkbox li:nth-child(4) { width: 136px; }
.c-list__checkbox li:nth-child(5) { width: 196px; }


.error-red {
	color: #D60A1F;
}


/* ===================
form-info
=================== */
.c-area__form-info {
	box-sizing: border-box;
	padding: 0 16px;
}
@media (min-width: 811px) {
	.c-area__form-info {
		padding: 0 10px;
	}
}
.c-form-info {
	border: 2px solid;
	border-image: linear-gradient(90deg, rgba(141, 143, 162, 1) 0%, rgba(207, 0, 14, 1) 100%);
	border-image-slice: 1;
	margin-bottom: 26px;
	padding: 24px 14px;
	position: relative;
}
.c-form-info__ttl {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	color: #D60A1F;
}
.c-form-info__subttl {
	display: none;
}
.c-form-info__tel {
	/* SPでは表示しない */
	display: none;
	margin-bottom: 6px;
	line-height: 1;
	margin: 10px 0;
}
@media (min-width: 811px) {
	.c-form-info__tel {
		/* PCでは表示する */
		display: block;
		margin: 0 0 -10px 7%;
		pointer-events: none;
	}
}
.c-form-info__tel span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #D60A1F;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
@media (min-width: 811px) {
	.c-form-info__tel span {
		font-size: 55px;
	}
}
.c-form-info__tel span::before {
	content: "";
	/* display: block; */
	width: 40px;
	height: 40px;
	background: url(../img/icon_tel_red.svg) 0 0/cover no-repeat;
	margin-right: 5px;
	position: relative;
	/* top: -3px;*/
}
.c-form-info__btn {
	background: #CF000E;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff !important;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	margin: 0 auto 12px;
	padding: 21px;
	width: 100%;
}
@media (min-width: 811px) {
	.c-form-info__btn {
		/* PCでは表示しない */
		display: none;
	}
}
.c-form-info__btn span {
	font-weight: bold;
	color: #fff;
	padding-left: 38px;
	position: relative;
}
.c-form-info__btn span::before {
	width: 24px;
	height: 24px;
	background: url(../img/icon_index_tel_white.png) no-repeat 0 0 / contain;
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.c-form-info__time.sp {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
}
.c-form-info__time.pc {
	display: none;
}
.c-form-info__holiday {
	border: 3px solid #d67070;
	margin-top: 20px;
	padding: 20px 20px;
}
.c-form-info__holiday-ttl {
	/* background-color: #333; */
	color: #ed3e3e;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 20px;
	text-align: center;
	/* margin-bottom: 25px; */
	position: relative;
}
.c-form-info__holiday-ttl::after {
	/* content: "▼"; */
	color: #333;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateY(-50%);
}
.c-form-info__holiday-txt {
	color: #6d6d6d;
	line-height: 1.2;
}
/* .c-form-info__holiday-txt > span {
	font-weight: bold;
	color: #D60A1F;
} */
.c-form-info__holiday-txt--bold {
	font-weight: bold;
}
.c-info-txt {
	color: #333;
	font-size: 16px;
}
@media (min-width: 414px) {
	.u-414 {
		display: none;
	}
}
@media (min-width: 811px) {
	.c-form-info {
		display: flex;
		align-items: center;
        justify-content: space-between;
		flex-wrap: wrap;
		padding: 47px 4%;
	}
	.c-form-info::before {
		bottom: 0;
		content: "";
		background: url(../img/bg_timelimit_red.svg) no-repeat;
		height: 133px;
		left: 34%;
		margin: auto;
		position: absolute;
		/* right: 50%; */
		transform: translate(-150%, 0%);
		top: 0;
		width: 84px;
		z-index: 3;
	}
	.c-form-info__ttl {
		width: 100%;
		font-size: 24px;
	}
	.c-form-info__subttl {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.3;
        display: block;
        text-align: left;
	}
	.c-form-info__time.sp {
		display: none;
	}
	.c-form-info__time.pc {
		border-left: 1px solid #707070;
		display: block;
		font-size: 16px;
		font-weight: bold;
		padding-left: 3%;
		text-align: left;
	}
	.c-form-info__holiday {
		max-width: 960px;
		margin: 40px 0 30px;
		padding: 0;
		/* background-color: #ffe; */
	}
	.c-form-info__holiday-ttl {
		font-size: 24px;
		padding: 20px 0 0;
	}
	.c-form-info__holiday-ttl::after {
		bottom: -35px;
	}
	.c-form-info__holiday-txt__wrapper {
		padding: 20px 40px 20px;
	}
	.c-form-info__holiday-txt {
		font-size: 17px;
	}
	.c-form-info__holiday-txt + .c-form-info__holiday-txt {
		/* margin-top: 10px; */
	}
	.c-form-info__holiday-txt br.pc {
		display: block;
	}
	.c-info-txt {
		font-size: 20px;
		text-align: center;
	}
}
/*===============================================
c-input__radio
===============================================*/

.c-input__radio {
    display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 769px) {
	.c-input__radio {
		flex-direction: row;
	}
}

.c-input__radio li {
    align-items: center;
	display: flex !important;
	font-size: 16px;
}

.c-input__radio li input {
	height: 40px !important;
}

.c-input__radio li label {
	margin-bottom: 0 !important;
}

/*===============================================
c-privacypolicy
===============================================*/
.c-privacypolicy {
	line-height: 1.8;
	margin: 30px auto 40px;
}
.c-privacypolicy__txt {
	color: #333;
	font-size: 14px;
}
a.c-privacypolicy__txt__link {
	color: #0d74cf;
	text-decoration: underline;
}
a.c-privacypolicy__txt__link:hover {
	text-decoration: none;
}
.u-link__blank::after {
	content: "";
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	width: 9px;
	height: 8px;
	margin: 0 3px;
	background: url(/common_api/img/ico_blank.svg) no-repeat center center;
	background-size: contain;
}

.submit-container input[type="submit"] {
	display: none;
}

.submit-container {
	margin: 1.5em 0 4rem;
	text-align: center;
}

.comfirm-button-send {
	margin: 58px 0 28px;
}
@media (min-width: 811px) {
	.comfirm-button-send {
		margin: 50px 0 36px;
	}
}

.submit {
	background: #CF000E;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	width: 250px;
	padding: 1rem;
	margin: 0 auto;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	padding: 17px 0;
	position: relative;
	cursor: pointer;
	width: 100%;
}
@media (min-width: 811px) {
	.submit {
		border-radius: 6px;
		width: 400px;
	}
}

.comfirm-button-send .submit {
	line-height: 1.7;
	padding: 10px;
}
@media (min-width: 811px) {
	.comfirm-button-send .submit {
		padding: 10px;
	}
}

.submit:hover {
	background: #A0000B;
	-pie-background: #A0000B;
	box-shadow: none;
}

.comfirm-button-back {
	font-size: 14px;
	font-weight: bold;
    margin: auto;
	position: relative;
    width: 293px;
}
@media (min-width: 811px) {
	.comfirm-button-back {
		font-size: 16px;
		width: 261px;
	}
}

.comfirm-button-back::before {
	border-right: 1px solid;
	border-right-color: #333333;
	border-top: 1px solid;
	border-top-color: #333333;
	content: "";
	bottom: 0;
	height: 10px;
	margin: auto;
	position: absolute;
	left: 17px;
	transform: rotate(225deg);
	width: 10px;
	top: 0;
	z-index: 2;
}

.submit span {
	font-size: 1.8rem;
}

.submit-back {
	border: 1px solid #666665;
	border-radius: 6px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

#thanks .opt {
	display: none;
}

/*===============================================
サンクスページ
===============================================*/

.p-thanks__ttl {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 47px;
	text-align: center;
}
@media only screen and (min-width: 811px) {
	.p-thanks__ttl {
		margin: 0 auto 40px;
	}
}
.p-thanks__info {
	color: #333;
	font-size: 18px;
	margin: 0 0 46px;
}
@media only screen and (min-width: 811px) {
	.p-thanks__info {
		font-size: 16px;
		max-width: 716px;
		margin: 0 auto 120px;
		text-align: left;
	}
}
a.p-thanks__btn {
	border: 1px solid #666666;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #333333;
	display: block;
	font-weight: bold;
	line-height: 1;
	margin: auto;
	padding: 21px;
	position: relative;
	text-align: center;
	width: 293px;
}
a.p-thanks__btn::after {
	border-right: 1px solid;
	border-right-color: #CF000E;
	border-top: 1px solid;
	border-top-color: #CF000E;
	content: "";
	bottom: 0;
	height: 10px;
	margin: auto;
	position: absolute;
	right: 15px;
	transform: rotate(45deg);
	width: 10px;
	top: 0;
	z-index: 2;
}
@media only screen and (min-width: 811px) {
	a.p-thanks__btn {
		font-size: 16px;
		margin: 0 auto 0;
		padding: 21px;
		text-align: center;
		width: 261px;
	}
}