/* Reset
------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
em {
	font-style: normal;
}

strong,
th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th {
	text-align: left;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img,
fieldset {
	border: 0;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

li {
	list-style-type: none;
}

input[type="submit"],
button,
label,
select {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

/* link
------------------------------------------------------------*/

a {
	color: #333;
	text-decoration: none;
}

button:hover {
	opacity: 0.8;
}

/* Fonts
------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

/* 10px base */

body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.5;
	color: #333;
}

body > div,
input,
button,
textarea,
select {
	font-size: 14px;
	font-size: 1.4rem;
}

input,
button,
textarea,
select {
	line-height: 1.5;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
	border: solid 1px #000;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #f4f3e9;
}

#wrapper {
	max-width: 768px;
	margin: 0 auto;
	padding: 45px 0 0;
}

.container {
	padding: 15px;
	overflow: hidden;
}

#footer {
	height: 60px;
	padding: 10px 0 0;
	text-align: center;
}

.indexWrapper {
	background-image: url(../img/bg.png);
	background-size: 111px auto;
	padding: 0 20px;
}

.indexWrapper #wrapper {
	min-height: calc(100vh - 60px);
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.indexWrapper .logo {
	width: 30%;
	margin: 0 auto 2vh;
	text-align: center;
}

.indexWrapper .siteTitle {
	width: 85%;
	margin: 0 auto 10vh;
	text-align: center;
}

.indexWrapper .btnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 85%;
	min-width: 260px;
	margin: 0 auto;
}

.indexWrapper .btnList_column01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.indexWrapper .btnList li {
	width: 46%;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.indexWrapper .btnList a {
	display: block;
	padding: 20px 5px 10px;
	position: relative;
	background-color: #fff;
	border-radius: 12px;
	border: solid 3px #000;
	box-shadow: #000  0px 3px 0;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
}

.indexWrapper .btnList a:hover {
	box-shadow: none;
	top: 2px;
}

.indexWrapper .btnList a:before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	height: 34px;
	display: block;
	margin: 0 0 10px;
}

.indexWrapper .btnList .image a:before {
	background-image: url(../img/icon_image.svg);
	background-size: 37px 32px;
}

.indexWrapper .btnList .file a:before {
	background-image: url(../img/icon_ai.svg);
	background-size: 27px 32px;
}

.indexWrapper .imageIdInput {
	width: 85%;
	min-width: 260px;
	margin: 0 auto;
}

.indexWrapper .imageIdInput dt {
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}

.indexWrapper .imageIdInput dd {
	margin-bottom: 20px;
}

.modHeader {
	margin-bottom: 60px;
	text-align: center;
}

.modHeader .logo {
	width: 30%;
	margin: 0 auto 2vh;
	text-align: center;
}

.modHeader .siteTitle {
	width: 85%;
	margin: 0 auto 20px;
	text-align: center;
}

.modPageTitle {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: solid 1px #adadad;
	padding: 0 4em;
	margin: auto;
	width: 768px;
	max-width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

.modPageTitle a {
	color: #fff;
}

.modPageTitle .title {
	font-weight: bold;
}

.modPageTitle .back a {
	background-image: url(../img/arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px 17px;
	padding-left: 18px;
	position: absolute;
	top: 0;
	left: 10px;
}

.modPageTitle .reset {
	position: absolute;
	top: 0;
	right: 10px;
}


.modPageTitle .reset .btn{
	padding: 4px 10px 5px;
	-webkit-appearance: none;
	background-color: #fff;
	border:none;
	border-radius: 4px;
    box-shadow: #eee 0 -3px 0 inset;
	font-weight: bold;
}

.modPageTitle02 {
	background-color: #000;
	border-bottom: solid 1px #adadad;
	padding: 5px 10px;
	margin: auto;
	max-width: 768px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

.modPageTitle02 a {
	color: #fff;
}

.modPageTitle02 .title {
	font-weight: bold;
}

.modPageTitle02 .back a {
	background-image: url(../img/arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px 17px;
	padding-left: 18px;
	position: absolute;
	top: 0;
	left: 10px;
}

.modBtn01 {
	display: block;
	-webkit-appearance: none;
	width: 100%;
	position: relative;
	padding: 12px 5px;
	background-color: #fff;
	border-radius: 5px;
	border: solid 2px #000;
	box-shadow: #000  0px 2px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.modBtn01:hover {
	box-shadow: none;
	top: 2px;
}

.modBtn01_inline {
	width: auto;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.modBtn01_close:before {
	content: "";
	background-image: url(../img/icon_close.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 19px;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.modBtn01_ai:before {
	content: "";
	background-image: url(../img/icon_ai.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 16px 19px;
	width: 16px;
	height: 19px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.modBtn01_upload:before {
	content: "";
	background-image: url(../img/icon_upload.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 15px 19px;
	width: 15px;
	height: 19px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.modBtn01_download:before {
	content: "";
	background-image: url(../img/icon_download.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 15px 19px;
	width: 15px;
	height: 19px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.modBtn01_check:before {
	content: "";
	background-image: url(../img/icon_check.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 19px;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.modBtn02 {
	display: block;
	-webkit-appearance: none;
	width: 100%;
	position: relative;
	border: solid 2px  #7c0200;
	border-radius: 5px;
	background: -webkit-linear-gradient(top, #dc0300, #bb0300);
	background: linear-gradient(to bottom, #dc0300, #bb0300);
	box-shadow: #7c0200  0px 2px 0;
	padding: 12px 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}

.modBtn02:hover {
	box-shadow: none;
	top: 2px;
}

.modBtn02_inline {
	width: auto;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.modBtn02_large {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 20px;
	font-size: 2rem;
}


.modBtn02_arrow::after {
	content:"";
	background-image: url(../img/arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	width: 8px;
	height: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	transform: rotate(-180deg);
	margin-left: 8px;
	vertical-align: middle;
}


.modBtnBox {
	width: 62%;
	max-width: 100%;
	margin: 0 auto;
}

.modBlock01 + .modBtnBox,
p + .modBtnBox {
	margin-top: 15px;
}

.modBtnBox02 {
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}

.modBlock01 + .modBtnBox02,
.modFormList + .modBtnBox02,
.modBtnList + .modBtnBox02,
p + .modBtnBox02 {
	margin-top: 15px;
}



.modBtnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 480px;
	margin: 0 auto;
}

p + .modBtnList {
	margin-top: 15px;
}

.modBtnList li {
	width: 48%;
}

.modBtnList_type02 li{
	width: 44%;
}

.modBtnList_type02 li.submit{
	width: 54%;
}

.modBlock01 {
	background-color: #fcfbf8;
	padding: 15px;
}

.modBlock01 + .modBlock01 {
	margin-top: 15px;
}

.modTxt01 {
	margin: 10px 0 20px;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

.modListCheck li {
	background-image: url(../img/icon_check.svg);
	background-repeat: left center;
	background-repeat: no-repeat;
	background-size: 19px;
	padding-left: 26px;
}

.modListCheck li:not(:last-child) {
	margin-bottom: 5px;
}

.modFormList dt {
	margin-bottom: 5px;
}

.modFormList dd + dt {
	margin-top: 15px;
}

.modFormError {
	margin-top: 5px;
	color: #c40300;
	font-weight: bold;
}

.modSliderItem .foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modSliderItem .foot .min,
.modSliderItem .foot .max {
	width: 50%;
	font-size: 12px;
	font-size: 1.2rem;
}

.modSliderItem .foot .max {
	text-align: right;
}

.modSliderItem .slider {
	margin-bottom: 10px;
}

.modSliderItem .rangeslider--horizontal {
	background: #000 !important;
	height: 4px;
}

.modSliderItem .rangeslider__fill {
	background: transparent;
}

.modSliderItem .rangeslider__handle {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
	width: 25px;
	height: 25px;
}

.modSliderItem .rangeslider__handle:after {
	display: none;
}

.modSliderItem .rangeslider__handle:active {
	background-color: #fff;
}

.modRadioSlide {
	border-radius: 9999px;
	overflow: hidden;
	width: 3em;
	height: 1.5em;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	cursor: pointer;
}

.modRadioSlide input {
	display: none;
}

.modRadioSlide label {
	display: block;
}

.modRadioSlide label[class*="-off"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.modRadioSlide label[class*="-on"] {
	background-color: #818181;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.modRadioSlide label[class*="-on"]:after {
	content: "";
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	top: 0;
	right: 0.1em;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.modRadioSlide input:checked + label[class*="-on"] {
	background-color: #d60300;
	z-index: 0;
}

.modRadioSlide input:checked + label[class*="-on"]:after {
	right: 50%;
}

.modBlockImage {
	max-width: 450px;
	border: solid 1px #000;
	background-color: #fff;
	margin: 0 auto 20px;
	text-align: center;
}

.modBlockImageEdit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 5vw;
}

.modBlockImageEdit .item {
	width: 48%;
	margin: 0 0 15px;
}

.modBlockImageEditFoot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 15px;
}

.modBlockImageEditFoot .item {
	width: 50%;
}

.modBlockImageEditFoot .reversed dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modBlockImageEditFoot .reversed dt {
	width: 3.5em;
}

.modBlockImageEditFoot .reversed dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 5px;
}

.modBlockImageEditFoot .reset {
	text-align: right;
}

.modBlockImageEditFoot .reset input {
	display: inline-block;
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 5px;
	padding: 8px 10px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockImageEditFoot .reset input:hover {
	background-color: #f4f3e9;
}

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

.modBtn01 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.modBtn02 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.modBtn02_large {
	padding-top: 12px;
	padding-bottom: 12px;
}

.modBtnBox {
	width: 62vw;
}

.modSliderItem .slider {
	margin-bottom: 5px;
}

.modBlockImageEdit .item {
	margin-bottom: 10px;
}

.modBlockImageEditFoot {
	margin-bottom: 10px;
}

}

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

body {
	font-size: 12px;
	font-size: 1.2rem;
}

.modBtn01 {
	font-size: 14px;
	font-size: 1.4rem;
}

.modBtn02 {
	font-size: 14px;
	font-size: 1.4rem;
}

}


/*# sourceMappingURL=maps/common.css.map */
