@charset "UTF-8";
@font-face {
	font-family: "IonIcons";
	src: url("//kreojp.sharepoint.com///code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
	src: url("//kreojp.sharepoint.com///code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("//kreojp.sharepoint.com///code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("//kreojp.sharepoint.com///code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("//kreojp.sharepoint.com///code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* clearfix
------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* サイト共通基本設定
---------------------------------------------- */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #616161;
	background: #f9f9f9;
	/*	background: #AB3032;	*/
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #cc0000;
	outline: none;
}
a:hover {
	color: #cc0000;
	text-decoration : underline;
}
a img {
	transition: ease-in-out .3s;
}
a:hover img {
	opacity: 0.8;
}
img {
	display: block;
	margin: 0 auto;
}
input[type=text], input[type=password], textarea {
	padding: 10px 5px;
	font-size: 1.3em;
	border: 1px solid #ddd;
	margin: 0;
	width: 80%;
}
textarea{
	width: 100%;
	box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color:#ccc;
 font-size: 12px;
}
input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
 color:#ccc;
 font-size: 12px;
}
input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color:#ccc;
 font-size: 12px;
}
input[type=text]::-ms-input-placeholder, textarea::-ms-input-placeholder {
 color:#ccc;
 font-size: 12px;
}
input[type=text]::placeholder,
textarea::placeholder {
 color:#ccc;
 font-size: 12px;
}
input[type=text].txt_s {
	width: 20% !important;
	padding-right: 5px;
}
input[type=text].txt_m {
	width: 45% !important;
	padding-right: 5px;
}
input[type=text].txt_l {
	width: 80% !important;
	padding-right: 5px;
}
input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
input[type=radio] + label, input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
/*	line-height: 30px;	*/
	line-height: 20px;
	cursor: pointer;
	margin-bottom: 10px;
}

.pic img {
	width: 100%;
}
.spShow {
	display: none !important;
}
input[type=radio], input[type=checkbox] {
	display: none;
	margin: 0;
}
input[type=radio] + label, input[type=checkbox] + label {
	padding: 0 0 0 24px;
}
input[type=radio] + label::before, input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}
input[type=checkbox] + label::before {
	border: 2px solid #ccc;
}
input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #E71063;
	border-radius: 8px;
}
input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(-45deg);
}
/*	ファイル参照ボタン（大）	*/
.file_b {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
	text-align: center;
	border: none;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	box-shadow: 4px 4px #2a7cc1;
	background-image: linear-gradient( -45deg, #19a9eb 25%, #0898d9 25%, #0898d9 50%, #19a9eb 50%, #19a9eb 75%, #0898d9 75%, #0898d9 );
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	width: 100%;
	margin: 0 auto;
}
.file_b input[type="file"] {
	opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	cursor: pointer;
}
.file_b:hover {
	box-shadow: 4px 4px #3e86c3;
	background-image: linear-gradient( -45deg, #3fb5eb 25%, #1c9ed8 25%, #1c9ed8 50%, #3fb5eb 50%, #3fb5eb 75%, #1c9ed8 75%, #1c9ed8 );
}
/*	ファイル参照ボタン（小）	*/
.file_s {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 5px 0;
	text-align: center;
	border: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	box-shadow: 2px 2px #2a7cc1;
	background-image: linear-gradient( -45deg, #19a9eb 25%, #0898d9 25%, #0898d9 50%, #19a9eb 50%, #19a9eb 75%, #0898d9 75%, #0898d9 );
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	width: 200px;
	margin: 0 auto;
}
.file_s input[type="file"] {
	opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	cursor: pointer;
}
.file_s:hover {
	box-shadow: 4px 4px #3e86c3;
	background-image: linear-gradient( -45deg, #3fb5eb 25%, #1c9ed8 25%, #1c9ed8 50%, #3fb5eb 50%, #3fb5eb 75%, #1c9ed8 75%, #1c9ed8 );
}
/*	Selectリストメニュー	*/
.select-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.select-wrap_s {
	position: relative;
	width: 100px;
	margin: 0 auto;
	float: left;
}
.select-wrap_m {
	position: relative;
	width: 300px;
	margin: 0 auto;
	float: left;
}
.select-wrap_l {
	position: relative;
	width: 500px;
	margin: 0 auto;
	float: left;
}
.select-wrap:before, .select-wrap_s:before, .select-wrap_m:before, .select-wrap_l:before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 0;
	content: "\f123";
	font-family: "IonIcons";
	line-height: 43px;
	color: #7F878C;
	pointer-events: none;
}
select {
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	     appearance: button;
	-webkit-appearance: none;
	        appearance: none;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	/*	color: #828c9a;	*/
	/*	width: 100%;	*/
	border-radius: 3px;
}
select option {
	background-color: #fff;
	color: #333;
}
select::-ms-expand {
 display: none;
}
select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before {
	color: #fff;
}
.select-wrap.select-primary > select {
	background: #0084B4;
	color: #fff;
	border-color: #0084B4;
}
.select-wrap.select-primary > select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #fff;
}
.select-wrap.select-inverse:before {
	color: #fff;
}
.select-wrap.select-inverse > select {
	color: #fff;
	border-color: #fff;
}
 .select-wrap.select-inverse > select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #fff;
}
*:focus {
	outline: none;
}
.red {
	color: #FF0000;
}
.pink {
	color: #e60315;
}
.bold {
	font-weight: bold;
}
.noBdr_b {
	border-bottom: 0;
}
.noBdr_r {
	border-right: 0;
}
.noBdr_t {
	border-top: 0;
}
.w30p {
	width: 30%;
	display: inline-grid;
}
.w45p {
	width: 45%;
	display: inline-grid;
}
.w50p {
	width: 50%;
}
.w80p {
	width: 80%;
}
.w50 {
	width: 50px;
}
.w80 {
	width: 80px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 150px;
}
.w960 {
	max-width: 960px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.sm {
	display: none!important;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.bld {
	font-weight: bold;
}
.nml {
	font-weight: normal;
}
.fs10 {
	font-size: 10px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.pd10 {
	padding: 10px;
}
.pd20 {
	padding: 20px;
}
.pd30 {
	padding: 30px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
dl {
	width: 100%;
}
dl dt {
	font-weight: bold;
	font-size: 1.25em;
	padding-bottom: 5px;
}
dl.circle dd {
	list-style: disc;
}
dl.kome dd {
	background: url(../img/common/kome.png) no-repeat left 4px;
    padding-left: 20px;
	background-size: 0.8em;
}
.b_btm {
	border-bottom: 2px solid #eee;
}
.input_form {
    width: 90%;
    padding: 20px 0;
    margin: 10px auto;
}
.input_form em {
	color: #FF0000;
	padding: 0 2px;
	font-size: 10px;
}
.input_form h5 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.input_form h6 {
	font-weight: bold;
	font-size: 1.15em;
}
.input_form ul {
	margin: 10px 0 20px;
}
.input_form dt {
	width: 30%;
	float: left;
	font-weight: bold;
	vertical-align: top;
}
.input_form dd {
	width: 65%;
	float: right;
	text-align: left;
	vertical-align: top;
}
.input_form p {
	line-height: 1.5em;
}
/*
.input_form p.rpic img {
	padding: 10px;
	margin: 0 auto;
	width: 60%;
	max-width: 320px;
}
*/
.input_form dd img {
/*	margin: 0 auto 0 0;	*/
	margin: 0 auto;
	width: 60%;
	max-width: 320px;
}
.btn_box {
    width: 90%;
    max-width: 900px;
    margin: 20px auto 100px;
    padding: 0 0 5px 0;
    text-align: center;
    /* background: #FFFFFF; */
    position: relative;
}
.btn_box span.cover {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	position: absolute;
	left: 0;
	top: 0;
}
.btn_box ul {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.btn_box ul li {
	width: 46%;
	padding:0;
	margin: 0;
	float: right;
}
.alert-error {
	color: #FF0000;
}
.error {
	padding-top:10px;
}

.one_file .alert-error {
	text-align: center;
}

div.success {
    color: #0000FF;
    font-weight: bold;
    font-size: 1.25em;
    padding-top: 5px;
}

/*------------------------------------
	ボタンタイプのボックス
--------------------------------------*/
p.box_link a {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0;
	display: block;
	width: 80%;
	margin: 0 auto 10px;
    text-decoration: none;
}

p.box_link a.bg_red {
	background-color: #e24c3f !important;
	color: #FFFFFF;
}
p.box_link a.bg_red:hover {
	background-color: #FF0000 !important;
}
p.box_link a.bg_yellow {
	background-color: #fef100 !important;
	color: #e24c3f;
}
p.box_link a.bg_yellow:hover {
	background-color: #fed018 !important;
}


@media screen and (max-width:640px) {
	p.box_link a {
		font-size: 1em;
		padding: 2px 0;
		width: 95%;
	}
}


/*------------------------------------
	ローディング
--------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/*------------------------------------
	外部リンクアイコン
--------------------------------------*/
a[target="_blank"]{
  color: #1E88E5;
}
a[target="_blank"]::before{
  margin-right: 3px;
  content: "\f08e";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: -1px;
}


/*------------------------------------
	ページトップ
--------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width:640px) {
	/*	ファイル参照ボタン	*/
	.file_b {
		padding: 5px 0;
		font-size: 15px;
	}
	.select-wrap_s, .select-wrap_m, select-wrap_l {
		margin: 0 auto;
		width: 80% !important;
	}
	.input_form {
		width: 90%;
		margin: 0 auto;
	}
	.input_form dt, .input_form dd {
		width: 100%;
	}
	.input_form p.rpic img {
		width: 80%;
	}
	.input_form .one_file img {
		width: 100% !important;
	}
	input[type=text].txt_m, input[type=text].txt_l {
		width: 80% !important;
	}
	input[type=text].txt_s {
		width: 30% !important;
	}
	.spShow {
		display: block !important;
	}
	.pcShow {
		display: none !important;
	}
	dl.circle {
		width: 95% !important;
		margin: 0 auto;
	}

	/*	空メール	*/
	ul#tempmail {
		width: 95% !important;
	    margin: 5px auto !important;
	}

	ul#tempmail li {
	    float: left;
		text-align:center;
	    width: 100% !important;
	    padding: 0 !important;
	}

	ul#tempmail li#qrcode{
	    width: 100% !important;
		height: auto !important;
	}

	ul#tempmail li#btn a {
	    width:80% !important;
	    font-size: 18px !important;
	}
}
