@charset "utf-8";
/* ユーザー画面 */
/* 設定カラー ヘッダ　623D95　 ボタン　9A74CF　bg　#F7F1FF */
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

body {
	font-family:
	-apple-system, BlinkMacSystemFont,
	"游ゴシック体", YuGothic,
	"Yu Gothic M",
	"游ゴシック Medium", "Yu Gothic Medium",
	"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
	"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
	"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック", "MS PGothic",
	"Helvetica Neue", HelveticaNeue,
	Helvetica,
	Arial,
	"Segoe UI",
	sans-serif,
	"Apple Color Emoji",
	"Segoe UI Emoji",
	"Segoe UI Symbol",
	"Noto Color Emoji";

 	font-size: 16px;

	margin: 0;
	padding: 0;

    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
header {
	width: 100%;
	height: 30px;
	min-height: 30px;
	display: flex;
	align-items: center;
	padding: 0 8px;
	box-sizing: border-box
}
/* ロゴのサイズで違うので外にだす */
/*
.logo {
	width: 90%;
}
.logo img {
	width: 70px;
}
*/
.header-btnbox {
	display: flex;
	align-items: center;
}
.icon_reload,
.icon_map,
.icon_info {
	width: 20px;
	padding: 0 5px 0 10px;
	text-align: right;
}
.icon_reload img,
.icon_map img,
.icon_info img {
	width: 100%;
}
/* -------------------------------------------------- */
/* 緊急フォーム部分 */
/* -------------------------------------------------- */
.user-window {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	box-sizing: border-box;
}
.form-wrapper {
	padding: 15px 10px;
	/* height: calc(100vh - 30px); */
	box-sizing: border-box;
    flex: 1;
}
.form-wrapper h1 {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.form-wrapper p {
	font-size: 0.9125rem;
	text-align: center;
    line-height: 1.5;
}
.form-wrapper p.information-text {
	font-size: 0.875rem;
	text-align: left;
	width: 56%;
	margin: 0 auto 1%;
	line-height: 1.5;
}
.form-wrapper p.attention-text {
	font-size: 0.875rem;
	text-align: left;
	width: 640px;
	margin: 0 auto 20px;
	line-height: 1.5;
}
.notice {
	color: #cc0000;
	font-size: 0.875rem;
}
.notice_strong {
	color: #cc0000;
	font-weight: bold;
}
.form-container {
	width: 640px;
	margin: 20px auto 10px;
	padding: 20px;
}
.form-container dd {
	padding: 10px 0 0 20px;
	margin-bottom: 10px;
}
.form-container .frm_1 {
	width: 80%;
	padding: 6px 8px;
	font-size: 0.875rem;
	box-sizing: border-box;
}
.form-container .input_comment {
	width: 86%;
	height: 60px;
	padding: 6px 8px;
	font-size: 0.875rem;
}

.form-wrapper .btn-container {
	display: flex;
	justify-content: center;
}
.btn_data_send {
	width: 320px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 1rem;
}
/* ボタンの反転 */
.btn_data_send:hover {
	opacity: .6;
}

.radio-button {
	line-height: 2;
}
.radioselect{
	display: none;
}
.radioselect + label{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
}
.radioselect + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.radioselect:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

textarea {
	width: 60%;
	height: 80px;
}
nav {
	border-top: 1px solid #dfdfdf;
}
nav > div > ul {
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
nav > div > ul li {
	margin: 0;
	font-size: 0.875rem;
}
nav > div > ul li:before {
	content: "　｜　";
}
nav > div > ul li:first-child:before  {
	content: "";
}

p.attention {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5;
}
.read_text {
    width: 640px;
    margin: 20px auto;
    line-height: 1.5;
}
.read_text > p {
    text-align: left;
}

.contents-body .in-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
}
.in-wrapper-comarigoto {
    width: 60%;
    margin: 0 auto;
}
.wrapper-height {
    height: 80vh;
}
.in-wrapper-comarigoto .logo-container {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 10% auto 5%;
}
.in-wrapper-comarigoto .logo-container div:first-child {
    width: 120px;
}
.in-wrapper-comarigoto .logo-container div:first-child img {
    width: 80px;
}
.in-wrapper-comarigoto .logo-container div:last-child {
    width: 100%;
}
.in-wrapper-comarigoto p {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.out-message {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5;
}


@media screen and (max-width: 769px) {
	.form-container {
		width: 90% !important;
		padding: 20px 0 !important;
	}
	.form-wrapper p.information-text {
		width: 90%;
	}
	textarea {
		width: 100%;
		height: 80px;
	}
    .read_text {
        width: 60%;
        margin: 20px auto;
        line-height: 1.5;
    }
    .out-message {
        width:84%;
        margin: 0 auto;
    }
	.sp::before {
		white-space: pre;
		 content: '\A';
	}
}
@media screen and (max-width: 480px) {
	.form-container {
		width: 90% !important;
		padding: 20px 0 !important;
	}
	.form-wrapper p.information-text {
		font-size: 0.875rem;
		text-align: left;
		width: 86%;
		margin: 0 auto 1%;
		line-height: 1.5;
	}
	.form-wrapper p.attention-text {
		font-size: 0.875rem;
		text-align: left;
		width: 86%;
		margin: 0 auto 5%;
		line-height: 1.5;
	}
    .read_text {
        width: 90%;
        margin: 20px auto;
        line-height: 1.5;;
    }
    .form-wrapper {
        height: 100% !important;
        margin-bottom: 30px !important;
    }

    .in-wrapper-comarigoto {
        width: 90%;
        margin: 0 auto;
    }
    .wrapper-height {
        height: 80vh;
    }
    .in-wrapper-comarigoto .logo-container {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 15% auto 15%;
    }
    .in-wrapper-comarigoto .logo-container div:first-child {
        width: 60px;
    }
    .in-wrapper-comarigoto .logo-container div:first-child img {
        width: 40px;
    }
    .in-wrapper-comarigoto .logo-container div:last-child {
        width: 100%;
    }
    .in-wrapper-comarigoto p {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
    }

}

.alert-danger {
    text-align: center;
    color: #ff0000;
}
/*
select {
    width: 150px;
    font-size: 0.875rem;
    padding: .5px 10px;
    line-height:1.5;
    box-sizing: border-box;
    border: 1px solid #333;
}
*/
footer {
    width: 100%;
    /* margin: 10px 0 0; */
	margin: auto 0 0 0;
	padding: 5px 0;
	line-height: 1.3;
}
footer .in-wrapper {
	text-align: center;
	padding: 15px 0;
}
footer .in-wrapper .naikakufu {
	width: 120px;
	margin: 0 auto 10px;
}
.copyright {
    font-size: 0.875rem;
    text-align: center;
}
.copyright a {
    text-decoration: none;
}
footer .logo {
	width: 120px;
	margin: 0 auto;
}
