@charset "utf-8";
/* CSS Document */


/******************************************************************

	お問い合わせ

******************************************************************/

#container > main {
	padding: 80px 40px;
}

/*  */

.contact_about_camera {
	width: 100%;
	max-width: 748px;
	margin: 0 auto;
	background: #0080BF;
	border: #0080BF solid 20px;
}
.contact_about_camera .cac_title {
	padding: 0 2rem;
}
.contact_about_camera .cac_title .cac_title_flex {
	display: flex;
    justify-content: flex-start;
}
.contact_about_camera .cac_title .cac_title_flex p,
.contact_about_camera .copy_contents {
	display: flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
}
.contact_about_camera .cac_title p {
	color: #FFF;
}
.contact_about_camera .cac_title .cac_catchcopy {
	font-size: 1.5rem;
	letter-spacing: .15rem;
	margin: 0 0 .5rem;
}
.contact_about_camera .cac_title .cac_title_main {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .2rem;
	padding: 0 1.25rem 0 0;
	margin: 0 1.25rem 0 0;
}
.contact_about_camera .cac_title .cac_title_about {
	font-size: 1.5rem;
	letter-spacing: .075rem;
	padding: .35rem 2rem;
	border: #FFF solid 1px;
}

.contact_about_camera .cac_contents {
	position: relative;
	background: #FFF;
	padding: 1.5rem 2.5rem;
}
.contact_about_camera .cac_contents:after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 97.5px;
	height: 100.625px;
	background: url(../img/common/bouhan_camera.png) no-repeat;
	background-size: contain;
}
.contact_about_camera div + .cac_contents {
	margin: 1.5rem auto 0;
}
.contact_about_camera .cac_contents > p {
	font-size: 1.5rem;
	width: calc(100% - 117.5px);
	max-width: 554px;
}
.contact_about_camera .cac_contents .cac_question_list {
	color: #333;
}
.contact_about_camera .cac_contents p + .cac_question_list {
	margin: 1rem 0 0;
}
.contact_about_camera .cac_contents .cac_question_list li {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 2.5rem;
	padding-left: 2.25rem;
	text-indent: -2.25rem;
}
.contact_about_camera .cac_contents .cac_question_list li + li {
	margin: .75rem 0 0;
}

.contact_about_camera div + .copy_contents {
	margin: 1.25rem 0 0;
}
.contact_about_camera .copy_contents .copy_txt {
	display: none;
}
.contact_about_camera .copy_contents .copy_btn {
    /* 
	color: #FFF;
	background: none;
    border: none;
    border-bottom: #FFF solid 2px;
	padding: .25rem 1rem;
	 */
    font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .075rem;
    cursor: pointer;

    color: #0080BF;
    background: #FFF;
    border: #0080BF solid 1px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 50%);
	padding: .75rem 1.75rem;
    border-radius: 24px;
	transition: box-shadow .05s ease;
}
.contact_about_camera .copy_contents .copy_btn:hover {
	/* 
	opacity: .85;
    border-bottom: #0080BF solid 2px;
	 */

    color: #FFF;
    background: #0080BF;
    box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}

/* 手順フロー */

.contact_flow {
	width: 100%;
	max-width: 360px;
	display: flex;
	justify-content: center;
    align-items: center;
    margin: 0 auto 48px;
    /*transform: skew(-20deg);*/
}
div + .contact_flow {
    margin: 48px auto;
}
.contact_flow li {
	width: 32.5%;
    margin: 0 1px;
    background: #999;
    transform: skew(-20deg);
}
.contact_flow li:nth-child(2) {
	width: 35%;
}
.contact_flow li.now {
    background: #008435;
}
.contact_flow li:active{
    position: relative;
    top: 1px;
}
.contact_flow li:first-child:before,
.contact_flow li:last-child:after {
	content: '';
	display: block;
	position: absolute;
    transform: skew(20deg);
}
.contact_flow li:first-child:before {
	top: 0;
	left: -8px;	
	border-top: 0px solid #999;
	border-right: 20px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 20px solid #999;
}
.contact_flow li:last-child:after {
	bottom: 0;
	right: -8px;	
	border-top: 45px solid transparent;
	border-right: 20px solid #999;
	border-bottom: 0px solid #999;
	border-left: 20px solid transparent;
}
.contact_flow li.now:first-child:before {
	border-top: 0px solid #008435;
	border-left: 20px solid #008435;
}
.contact_flow li.now:last-child:after {
	border-right: 20px solid #008435;
	border-bottom: 0px solid #008435;
}
.contact_flow li span{
    display: block;
	width: 100%;
    color: #fff;
    font-size: 1.05em;
	text-align: center;
    padding: 1em 0;
    transform: skew(20deg);
}
.contact_flow li:first-child span {
	padding: 1em 1em 1em 0;
}
.contact_flow li:last-child span {
	padding: 1em 0 1em 1em;
}

/* コンテンツタイトル */

.contents_title {
	max-width: 800px;
	margin: 0 auto 1.5em;
}
.contents_title h3 {
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0.15em 0 0.15em 1em;/*上下 左右の余白*/
	border-left: solid 6px #008435;/*左線*/
}

/* 前書き箇所 */

.contents_wrapper .first_text {
	max-width: 800px;
	margin: 0 auto 40px;
}
.contents_wrapper .first_text > p {
	font-size: 1.15em;
	line-height: 1.8em;
}
.contents_wrapper .first_text > p > a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	margin-left: .5em;
	margin-right: .5em;
}
.contents_wrapper .first_text > p > a:hover {
	text-decoration: none;
	opacity: .5;
}



/* =========================================================
 *	入力フォーム
 * ========================================================= */

.form_wrapper {
	max-width: 800px;
	margin: 40px auto 0;
}
.form_wrapper form > div > p:first-child {
	color: #333;
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.form_wrapper form > div > p:last-child {
	font-size: 1.15em;
	border-bottom: #999 solid 1px;
	padding-bottom: 1.5em;
}
.form_wrapper form > div:nth-last-child(2) > p:last-child {
	border-bottom: none;
}
.required {
	font-size: .9em;
    font-weight: normal;
    padding: 2px 5px 2px 7.5px;
    margin-left: 1em;
    letter-spacing: .2em;
}
.form_wrapper input,
.form_wrapper textarea {
	width: 100%;
	font-family : inherit;
    font-size: 1.15em;
	background: #FFF;
	border: #999 solid 1px;
	border-radius: 2px;
	padding: .6em 1em;
	transition: all .3s;
}
.form_wrapper input {
	min-height: 34px;
    margin-bottom: .5em;
}
.form_wrapper .input_text_short input {
	max-width: 300px;
}
.form_wrapper textarea {
	min-height: 250px;
}

/* フォーム内共通 */

/* 横に固定テキスト（数、人、個、など） */

.side_text {
	display: flex;
}
.side_text p span {
	line-height: 35px;
	padding-left: 8px;
	/*padding-right: 8px;*/
	white-space: nowrap;
}

/* =========================================================
 *	送信ボタン
 * ========================================================= */

.form_wrapper .submit {
	display: flex;
	width: 100%;
	margin: 36px auto 0;
}
.form_wrapper .submit p input:focus {
	box-shadow: none;
}
.form_wrapper .submit p {
	position: relative;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.form_wrapper form > div.submit > p:first-child {
	margin-top: 0;
	margin-bottom: 0;
}
.form_wrapper form > div.submit > p:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.form_wrapper form > div.submit.flex > p:first-child {
	margin-right: 10px;
}
.form_wrapper form > div.submit.flex > p:last-child {
	margin-left: 10px;
}

.form_wrapper .submit p input {
	min-height: 48px;
	color: #FFF;
	background-color: #008435;
	border: #008435 solid 2px;
	box-shadow: 0 3px 3px rgba(0,0,0,.5);
	border-radius: 28px;
	font-size: 1.05em;
	margin-bottom: 0;
	letter-spacing: .1em;
	cursor: pointer;
}
.form_wrapper .submit input+input {
	margin-left: 20px;
}
.form_wrapper .submit p.return input {
	border: #999 solid 1px;
	background: #999;
	color: #FFF;
}
.form_wrapper .submit p input:hover {
	color: #008435;
	background-color: #FFF;
	border: #008435 solid 2px;
	box-shadow: none;
}

/* =========================================================
 *	セレクトボックス
 * ========================================================= */

.select_01 {
	max-width: 200px;
	width: 100%;
	position: relative;
	display: inline-block;
	background: #FFF;
	border: #999 solid 1px;
	border-radius: 2px;
    margin-bottom: .5em;
}
.select_01:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	pointer-events: none;
}
.select_01 select {
	width: 100%;
	min-height: 34px;
    padding: 2px .5rem 0;
	text-overflow: ellipsis;
	cursor: pointer;
}

/* =========================================================
 *	ラジオボタン
 *	チェックボックス
 * ========================================================= */

.radio_01 ul,
.check_01 ul {
	list-style: none;
	padding: 0;
	/*display: flex;*/
}
.radio_01 ul li,
.check_01 ul li {
	margin: 10px 0;
	font-size: 1.15em;
}
.radio_01 ul li+li {
	margin-top: 1em;
}
input[type=radio],
input[type=checkbox] {
	display: none;
}
.radio_01_btn,
.check_01_btn {
	position: relative;
	padding: 0 0 0 36px;
	cursor: pointer;
}
.radio_01_btn:hover,
.check_01_btn:hover {
	color: #333;
	font-weight: bold;
}
.radio_01_btn:after,
.radio_01_btn:before,
.check_01_btn:after,
.check_01_btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
}
.radio_01_btn:after,
.check_01_btn:after {
	left: 0;
	top: -3px;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
}
.radio_01_btn:hover:after,
.check_01_btn:hover:after {
	border-color: #333;
}
.radio_01_btn:after {
	border-radius: 50%;
}
.check_01_btn:after {
	border-radius: 5px;
}
.radio_01_btn:before,
.check_01_btn:before {
	opacity: 0;
}
.radio_01_btn:before {
	left: 7px;
    top: 4px;
	width: 10px;
	height: 10px;
	background-color: #008435;
	border-color: #008435 solid 2px;
	border-radius: 50%;
}
.check_01_btn:before {
	left: 7px;
	top: 3px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #008435;
	border-right: 3px solid #008435;
}
input[type=radio]:checked + .radio_01_btn,
input[type=checkbox]:checked + .check_01_btn {
	color: #008435;
	font-weight: bold;
}
input[type=radio]:checked + .radio_01_btn:after,
input[type=checkbox]:checked + .check_01_btn:after {
	border: #008435 solid 2px;
}
input[type=radio]:checked + .radio_01_btn:before,
input[type=checkbox]:checked + .check_01_btn:before {
	opacity: 1;
}

/* =========================================================
 *	エラーメッセージ
 * ========================================================= */

#forget_msg {
    margin: 32px auto;
    padding: 15px;
    border: solid 3px #F5192F;
    background: #FFF2F2;
    max-width: 800px;
    box-sizing: border-box;
    color: #F5192F;
	text-align: left;
}
#forget_msg p {
    font-weight: bold;
    margin: 0;
}
#forget_msg p + ul {
    margin: 10px 0 0 0;
}
#forget_msg li {
	list-style: none;
}

/* =========================================================
 *	フォーム内エラー項目
 * ========================================================= */

input.error{
    border:solid 1px #F9C714;
	box-shadow: 0 0 7px #F9C714;
}
.status_touched input:invalid,
.status_touched textarea:invalid,
.status_touched input.error:invalid,
.status_touched textarea.error:invalid{
    border:solid 1px #F5192F;
	box-shadow: 0 0 7px #F5192F;
}

/* =========================================================
 *	住所検索
 * ========================================================= */

.form_wrapper .address_number input[type=text] {
	width: 190px;
}
.form_wrapper input.address_search:focus {
	box-shadow: none;
}
.form_wrapper input.address_search {
	width: 100px;
	min-height: 30px;
	color: #333;
	background-color: #F7DA2D;
	border: #F7DA2D solid 1px;
	font-weight: bold;
	padding: 4px 3.5px;
	margin-left: 4px;
	transition: none;
	cursor: pointer;
}
.form_wrapper input.address_search:hover {
	color: #F7DA2D;
	background: #333;
	border: #333 solid 1px;
}



/* 確認画面 */



/* 完了画面 */

.contents_wrapper .info_list {
    max-width: 800px;
    margin: 0 auto 40px;
}
.contents_wrapper .info_list li {
	font-size: 1.15em;
    line-height: 1.8em;
}
.contents_wrapper .info_list li:first-child {
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
}


/* レスポンシブ対応 */

@media (max-width: 980px) {
#container > main {
	padding: 40px 20px;
}
}

@media (max-width: 640px) {
#container > main {
	padding: 40px 10px;
}

.contact_about_camera .cac_contents:after {
	width: 117px;
    height: 120.75px;
	opacity: .25;
	z-index: 0;
}
.contact_about_camera .cac_contents > p,
.contact_about_camera .cac_contents .cac_question_list {
	position: relative;
	width: 100%;
    z-index: 1;
}

.contact_about_camera .cac_title .cac_catchcopy {
	margin: 0;
}
.contact_about_camera .cac_title,
.contact_about_camera .cac_title .cac_title_main {
    padding: 0;
}
.contact_about_camera .cac_title .cac_catchcopy {
    font-size: inherit;
    letter-spacing: .075rem;
}
.contact_about_camera .cac_title .cac_title_main {
    font-size: 2.25rem;
}
.contact_about_camera .cac_title .cac_title_about {
    padding: 0.35rem 1rem;
}
.contact_about_camera .cac_title .cac_title_flex {
	flex-flow: column;
}
.contact_about_camera .cac_title .cac_title_flex .cac_title_main {
	align-items: flex-start;
    margin: 0 0 .75rem;
}
.contact_about_camera .cac_contents {
    padding: 1.5rem 1rem;
}
.contact_about_camera .cac_contents > p {
    font-size: inherit;
}
.contact_about_camera .cac_contents .cac_question_list li {
    font-size: 1.5rem;
	line-height: 2.25rem;
	padding-left: 2rem;
	text-indent: -2rem;
}
.contact_about_camera .cac_contents .cac_question_list li + li {
    margin: 0.5rem 0 0;
}

.contact_flow li {
	width: calc(32.5% - 7px);
}
.contact_flow li:nth-child(2) {
	width: calc(35% - 7px);
}

.form_wrapper form > div:nth-last-child(2) > p:last-child {
	padding-bottom: 0;
}
.form_wrapper .input_text_short input {
	max-width: 100%;
}

.form_wrapper .submit,
.post_category ul.category_genre,
.post_category .post_category_check {
	flex-flow: column;
}
.form_day_time {
	flex-flow: wrap;
}
.form_day_time p.form_year {
	width: 220px;
}
.form_day_time p.form_year input {
	max-width: 180px;
}
.post_category .post_category_check > dl,
.post_category ul.category_genre > li {
	width: 100%;
}
.post_category ul.category_genre > li:nth-child(odd),
.post_category .post_category_check > dl:nth-child(odd) {
	padding-right: 0;
}
.post_category ul.category_genre > li:nth-child(even),
.post_category .post_category_check > dl:nth-child(even) {
    padding-left: 0;
}

.form_wrapper .submit input+input {
    margin-left: 0;
}
.form_wrapper .submit.flex p {
	max-width: 100%;
}
.form_wrapper .submit.flex > p+p {
	margin-top: 1.15em;
}

.form_wrapper form > div.submit.flex > p:first-child {
	margin-right: 0;
}
.form_wrapper form > div.submit.flex > p:last-child {
	margin-left: 0;
}
.form_wrapper .submit.flex p input {
    padding-right: 0;
}
}




