@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:https://support-corp.net/
File name:common_sp.css
Summary:reset styles
Created:2021-10-26
--------------------------------------------------------------- */

@media screen and (max-width: 1224px) {

	html {
		height: 100%;
	}

	body {
		background: #fff url(../img/common/bg.jpg) repeat top left;
		font-size: 14px !important;
		height: 100%;
	}

	/* Link */
	/* ------------------------------------------------------------ */

	a:link,
	a:visited {
		color: #402111;
		text-decoration: none;
	}

	a:hover,
	a:active {
		color: #402111;
		text-decoration: none;
	}

	img,
	.alpha {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.alpha:hover {
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

	/* Font */
	/* ------------------------------------------------------------ */

	em {
		font-style: normal;
	}

	sup {
		font-size: 66%;
		vertical-align: top;
	}

	sub {
		font-size: 66%;
		vertical-align: baseline;
	}

	/* インデント1文字分 */
	/* ------------------------------------------------------------ */

	.indent {
		text-indent: -1em;
		margin-left: 1em;
	}

	/* Align */
	/* ------------------------------------------------------------ */

	.a_left {
		text-align: left !important;
	}

	.a_center {
		text-align: center !important;
	}

	.a_right {
		text-align: right !important;
	}

	/* Float */
	/* ------------------------------------------------------------ */

	.f_left {
		float: left;
	}

	.f_right {
		float: right;
	}

	/* Clear */
	/* ------------------------------------------------------------ */

	.clfx::after {
		content: '';
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}

	/* HR */
	/* ------------------------------------------------------------ */

	hr {
		height: 1px;
		margin: 60px 0;
		padding: 0;
		display: block;
		border: 0;
		border-top: 1px #e6e6e6 solid;
	}

	/* Center合わせ */
	/* ------------------------------------------------------------ */

	.c_mgn {
		margin-left: auto;
		margin-right: auto;
	}

	/* pc_mode / sp_mode */
	/* ------------------------------------------------------------ */

	.pc_mode {
		display: none !important;
	}

	.sp_mode {
		display: inherit !important;
	}

	/* Header */
	/* ------------------------------------------------------------ */

	header {
		/*
	width: 100%;
	position: absolute;
	*/
	}

	header .inner {}

	header .inner .header_area {
		position: relative;
	}

	header .inner .header_area>div {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	header .inner .header_area>div>h1 {
		width: 180px;
		margin-top: 20px;
		display: block;
		position: absolute;
		z-index: 100;
		transition: opacity .3s ease, visibility .3s ease;
	}

	header .inner .header_area>div>div:nth-of-type(1) {
		width: 100%;
		padding-top: 110px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	header .inner .header_area>div>div p.tel {
		width: 179px;
	}

	header .inner .header_area>div>div p.available {
		text-align: right;
		font-size: 10px;
		line-height: 1.5;
		margin-top: 10px;
	}

	header a[href^="tel:"] {
		pointer-events: auto;
	}

	/* #nav_toggle */
	header .inner .header_area #nav_menu {
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 10px;
		z-index: 100;
	}

	header .inner .header_area #nav_menu img {
		width: auto;
		height: 68px;
	}

	/* Global menu */
	/* ------------------------------------------------------------ */

	/* #global_nav アニメーション */
	/*
.open {
	overflow: hidden;
}

.open header {
	width: 100%;
	z-index: 100;
	position: fixed;
}
*/

	.open header h1 {
		position: fixed !important;
	}

	.open header #global_nav {
		visibility: visible;
		opacity: 1;
	}

	header #global_nav {
		background: #fff;
		visibility: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		z-index: 99;
		transition: opacity .3s ease, visibility .3s ease;
	}

	header #global_nav ul {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	header #global_nav ul li {
		margin-top: 10px;
	}

	header #global_nav ul li a {
		background: #402111;
		border-radius: 30px;
		color: #fff;
		font-size: 12px;
		font-family: KanjyukuGothic;
		padding: 10px 30px;
		display: block;
	}

	header #global_nav ul li.line {
		display: none;
	}

	/* Main */
	/* ------------------------------------------------------------ */
	/*
main {
	padding-top: 200px
}
*/
	main#index section:not(#mainvisual) {
		padding: 40px 0;
	}

	main:not(#index) section:not(#title) {
		margin: 0 0 40px;
		padding: 40px 0 0;
		overflow: hidden;
	}

	main section .inner {
		padding: 0 4vw;
	}

	main a[href^="tel:"] {
		color: #402111;
		pointer-events: auto;
		cursor: text;
		text-decoration: none;
	}

	/* title */
	/* ------------------------------------------------------------ */

	main:not(#index) section#title {
		padding: 40px 0 0;
		overflow: hidden;
	}

	main:not(#index) section#title .inner {
		background: #fff;
		height: 100px;
		padding: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	main:not(#index) section#title .inner::before {
		content: "";
		background: url(../img/common/petal_upper.svg) no-repeat center top;
		width: 600px;
		height: 97px;
		position: absolute;
		top: -25px;
		left: calc(50% - 300px);
		z-index: 0;
	}

	main:not(#index) section#title .inner>div {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	main:not(#index) section#title h2 {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		margin: 20px 0;
		padding: 0 30px 10px;
		border-bottom: 1px #402111 dotted;
		z-index: 1;
	}

	main:not(#index) section#title ul {
		font-size: 12px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		z-index: 1;
	}

	main:not(#index) section#title ul li {
		margin: 0 5px;
	}

	main:not(#index) section#title ul li a {
		display: block;
	}

	main section h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	main section h3 span {
		font-size: 12px;
		margin-bottom: 10px;
		display: block;
	}

	main section h4,
	main section h5 {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	main section p.comment {
		line-height: 2;
	}

	/* Table */
	/* ------------------------------------------------------------ */

	main section .dllist1 {
		position: relative;
	}

	main section .dllist1 .dlbox {
		border-bottom: 1px #402111 dotted;
		width: 100%;
		display: block;
	}

	main section .dllist1 .dlbox .dtbox {
		text-align: left;
		width: 100%;
		display: block;
	}

	main section .dllist1 .dlbox .ddbox {
		text-align: left;
		width: 100%;
		display: block;
	}

	main section .dllist1 .dlbox:nth-of-type(1) {
		border-top: 1px #402111 dotted;
	}

	main section .dllist1 .dlbox .wrap {
		line-height: 1.5;
		padding: 7px 10px 10px;
	}

	main section .dllist1 .dlbox .dtbox .wrap {
		padding: 10px 10px 0;
		font-weight: 700;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	main section .dllist2 {
		position: relative;
	}

	main section .dllist2 .dlbox {
		border-bottom: 1px #402111 dotted;
		width: 100%;
		display: block;
	}

	main section .dllist2 .dlbox .dtbox {
		text-align: left;
		padding: 10px 0 0;
		display: block;
		flex-shrink: 0;
	}

	main section .dllist2 .dlbox .ddbox {
		text-align: left;
		width: 100%;
		padding: 10px 0;
		display: block;
	}

	main section .dllist2 .dlbox:nth-of-type(1) {
		border-top: 1px #402111 dotted;
	}

	main section .dllist2 .dlbox .wrap {
		line-height: 1.5;
		padding: 0 10px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	main section .dllist2 .dlbox .wrap p {
		line-height: 1.5;
	}

	main section .dllist2 .dlbox .wrap:nth-of-type(n+2) {
		margin-top: 2px;
	}

	main section .dllist2 .dlbox .wrap span.txt {
		width: 100%;
		margin-bottom: 5px;
	}

	main section .dllist2 .dlbox .dtbox .wrap {
		font-weight: 700;
		justify-content: space-between;
	}

	main section .dllist2 .dlbox .ddbox .wrap {
		flex-wrap: wrap;
	}

	main section .dllist1 .precautionarystatement,
	main section .dllist2 .precautionarystatement {
		font-size: 12px;
	}

	/* Form */
	/* ------------------------------------------------------------ */

	main section#form .must {
		background: #DF828C;
		color: #fff;
		font-size: 10px;
		line-height: 1;
		padding: 5px 10px;
		display: block;
	}

	main section#form span.error {
		margin-top: 5px;
	}

	main section#form .inner>form .dtbox .wrap span {
		font-size: 14px;
		line-height: 1;
	}

	main section#form input[type="text"],
	main section#form input[type="tel"],
	main section#form input[type="email"],
	main section#form input[type="password"],
	main section#form input[type="date"],
	main section#form input[type="number"] {
		/*border: 1px solid #c1c1c1;*/
		border: none;
		border-radius: 3px;
		border: 1px #402111 solid;
		background: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		width: 100%;
		height: 40px;
		padding: 10px;
		box-sizing: border-box;
	}

	main section#form input[type="file"] {
		font-size: 18px;
	}

	main section#form input[type="text"].zip {
		width: 30%;
		margin-left: 10px;
	}

	main section#form select.prefecture {
		width: 30%;
		margin-bottom: 10px;
	}

	main section#form div.select {
		width: 100%;
		position: relative;
	}

	main section#form div.select::after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		border-width: 0 2px 2px 0;
		border-color: #402111;
		border-style: solid;
		position: absolute;
		right: 10px;
		top: 10px;
		transform-origin: center;
		transform: rotate(45deg);
	}

	main section#form select {
		/*border: 1px solid #c1c1c1;*/
		border: none;
		border-radius: 3px;
		border: 1px #402111 solid;
		background: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		width: 100%;
		height: 40px;
		padding: 10px;
		box-sizing: border-box;
		-webkit-appearance: none;
	}

	main section#form textarea {
		/*border: 1px solid #c1c1c1;*/
		border: none;
		border-radius: 3px;
		border: 1px #402111 solid;
		background: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	main section#form .check label {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		cursor: pointer;
	}
	main section#form .check label input[type="checkbox"] {
		position: absolute;
		z-index: 0;
		opacity: 0;
	}
	main section#form .check label .custom_check {
		background: #FFF;
		width: 20px;
		height: 20px;
		z-index: 1;
		border: 1px solid #DF828C;
		border-radius: 3px;
	}
	main section#form .check label .custom_check::before {
		content: "";
		height: 2px;
		width: 7px;
		background: #FFF;
		position: absolute;
		transform: rotate(40deg);
		top: 11px;
		left: 5px;
		display: none;
	}
	main section#form .check label .custom_check::after {
		content: "";
		height: 2px;
		width: 10px;
		background: #FFF;
		position: absolute;
		transform: rotate(-50deg);
		top: 9px;
		left: 9px;
		display: none;
	}
	main section#form .check label input:checked+.custom_check,
	main section#form .check label input:checked~.custom_check {
		background: #DF828C;
	}
	main section#form .check label input:checked+.custom_check::before,
	main section#form .check label input:checked+.custom_check::after,
	main section#form .check label input:checked~.custom_check::before,
	main section#form .check label input:checked~.custom_check::after {
		display: block;
	}
	main section#form .check label span {
		line-height: 1;
	}
	main section#form .check label span a {
		text-decoration: underline;
	}

	main section#form .radio {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	main section#form .radio input[type="radio"] {
		position: absolute;
		visibility: hidden;
		width: auto;
	}
	main section#form .radio label {
		line-height: 1;
		margin-right: 20px;
		cursor: pointer;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main section#form .radio label::before {
		position: relative;
		left: 0;
		top: 0;
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		background: #fff;
		border: 1px solid #9fa0a0;
		box-sizing: border-box;
		border-radius: 50%;
		vertical-align: middle;
	}
	main section#form .radio input[type="radio"]:checked+label::before {
		border: 1px solid #DF828C;
	}
	main section#form .radio input[type="radio"]:checked+label::after {
		position: absolute;
		left: 5px;
		top: 5px;
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background: #DF828C;
		border-radius: 50%;
		box-sizing: border-box;
		vertical-align: middle;
	}

	main section#form .mwform-zip-field {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	main section#form .mwform-zip-field input {
		margin: 0 10px;
	}

	main section#form .policy {
		background: #fff;
		text-align: left;
		font-size: 10px;
		height: 200px;
		margin-top: 20px;
		padding: 4vw;
		border: 1px #402111 solid;
		overflow: auto;
	}

	main section#form .policy h1,
	main section#form .policy h2 {
		font-weight: 700;
		line-height: 1.5;
	}

	main section#form .policy p {
		line-height: 1.5;
		margin-left: 2em;
	}

	main section#form .policy dl {
		margin: 10px 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	main section#form .policy dl dt {
		line-height: 1.5;
	}

	main section#form .policy dl dd {
		line-height: 1.5;
		margin-left: 1.1em;
	}

	main section#form .policy ol {
		list-style-type: decimal;
	}

	main section#form .policy ol li {
		line-height: 1.5;
		margin-left: 2em;
	}

	main section#form .btn_area {
		margin: 20px auto 0;
		display: block;
	}

	main section#form .btn_submit {
		border-radius: 5px;
		background: #402111;
		color: #fff;
		font-size: 16px;
		letter-spacing: 0.2em;
		width: 100%;
		height: 50px;
		display: block;
		cursor: pointer;
		border: none;
	}

	main section#form .btn_submit:hover {
		background-color: #DF828C;
	}

	main section#form .btn_reset {
		border-radius: 5px;
		background: #f2f2f2;
		color: #323333;
		font-size: 16px;
		letter-spacing: 0.2em;
		margin: 20px auto 0;
		width: 50%;
		height: 50px;
		display: block;
		cursor: pointer;
		border: none;
	}

	main section#form .btn_reset:hover {
		background-color: #bfbfbf;
	}

	main section#form .mw_wp_form_complete p {
		line-height: 1.2;
	}

	/* Footer */
	/* ------------------------------------------------------------ */

	footer {
		padding: 20px 0;
		border-top: 3px #402111 solid;
	}

	footer .inner {
		padding: 0 20px;
	}

	footer .inner>div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	footer h1 {
		width: 180px;
		margin: 0 auto;
	}

	footer address {
		font-size: 10px;
		line-height: 2;
		font-style: normal;
		margin-top: 10px;
	}

	footer a[href^="tel:"] {
		color: #402111;
		pointer-events: auto;
		cursor: text;
		text-decoration: none;
	}

	footer .inner>nav {
		display: none;
	}

	/* fadein */
	/* ------------------------------------------------------------ */

	.fadein {
		opacity: 0;
		transform: translate(0, 40px);
		transition: all 700ms;
	}

	.fadein.scrollin {
		opacity: 1;
		transform: translate(0, 0);
	}

	/* トップページに戻るボタン */
	/* ------------------------------------------------------------ */

	.pagetop {
		background: #fff;
		width: 30px;
		display: none;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1;
	}

	.pagetop a {
		display: block;
	}

	.pagetop img {
		width: 100%;
		height: auto;
	}

}