@charset "UTF-8";

/* input submit */
/* button */
/* ---------------- */

.form-submit {
    margin: 40px auto ;
    
}
.form-submit2{ max-width: 400px; margin: 0 auto;}
.form-submit2 .form-submit button{
    margin: 0px ;
    
}
.form-item-text {
    max-width: 400px;
}
.button01 {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #2c4d6d;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}


.button02 {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #d0e1f1;
    color: #2c4d6d;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #d0e1f1;
}

.button03 {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #4f8cc6;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #4f8cc6;
}

.button04 {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #dadada;
    color: #666;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #dadada ;
}

.button05 {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #f1d0d0;
    color: #6d2c2c;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #f1d0d0;
}

.button01_s {
    display: inline-block;
    width: auto;
    padding:0 5px;
    border: none;
    border-radius: 4px;
    background-color: #2c4d6d;
    color: #fff;
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}


.button02_s {
    display: inline-block;
    width: auto;
    padding:0 5px;
    border: none;
    border-radius: 4px;
    background-color: #d0e1f1;
    color: #2c4d6d;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #d0e1f1;
}

.button03_s {
    display: inline-block;
    width: auto;
    padding:0 5px;
    border: none;
    border-radius: 4px;
    background-color: #4f8cc6;
    color: #fff;
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #4f8cc6;
}
.button04_s {
    display: inline-block;
    width: auto;
    padding:0 5px;
    border: none;
    border-radius: 4px;
    background-color: #dadada;
    color: #666;
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #dadada ;
}
.button05_s {
    display: inline-block;
    width: auto;
    padding:0 5px;
    border: none;
    border-radius: 4px;
    background-color: #f1d0d0;
    color: #6d2c2c;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid #f1d0d0;
}



.button01:hover,
.button02:hover,
.button03:hover,
.button04:hover,
.button05:hover,
.button01_s:hover,
.button02_s:hover,
.button03_s:hover,
.button04_s:hover{ opacity: .8;}
.button05_s:hover{ opacity: .8;},

/* セレクトボックス */
/* select */
/* ---------------- */
select{ margin-right: 5px; border-radius: 5px;}
.searchBox{ display: flex;align-items: end; justify-content: space-between; margin-bottom: 5px}
.searchBox button,
.searchBox select,
.searchBox input{ height: 30px;white-space: nowrap; margin-bottom: 5px; margin-right: 5px; }
.searchBox .select li{ padding: 0}
.searchBox label{ font-size: 1.4em}
.searchBox .flex{ align-items: end;}
.searchBox{ }
.selectArea { /*margin: 0 5px 5px 0;
    max-width: 300px;*/
}

.selectArea {
    position: relative;
}

/*.selectArea:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    pointer-events: none;
}*/

.selectArea select {
   /* height: 2.4em;*/
    width: auto;

    /*padding: 0 30px 0 8px;    border-radius: 4px;*/
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
 /*   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
    cursor: pointer;
}

.selectArea select::-ms-expand {
    display: none;
}

.selectArea select:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


/* テキストエリア・テキストボックス */
.select{ margin: 0; padding: 0; list-style-type: none}
.select li{ padding-top: 5px; padding-bottom: 5px}
.required{ color: #CC060A; font-weight: bold}
input, textarea, select {
	width: auto;
	border: 0;
	padding:5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
 @media (max-width: 767px) {
	 input, textarea, select { width: 100%}
}
 input:hover, input:focus, textarea:hover, textarea:focus {
	
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33 150 243) inset;
	
}
select:focus, input:focus, textarea:focus {
	
}
/* ラジオボタン・チェックボックス */
.select input[type=radio], .select input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
textarea{min-width: 100%;}
.select input[type=radio] + label, .select input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 25px;
	cursor: pointer;
}
.userDataArea {
	margin-bottom: 10px;
}
.userDataArea li {
	width: 100%;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
	box-sizing: border-box
}
.userDataArea li:last-child {
	border-bottom: none
}
#main .userDataArea li h2 {
	margin-bottom: 10px;
	border: none;
	padding: 0;
	color: #000;
	background:none
}
.userDataArea li h2 span {
	margin-left: 5px;
	padding: 3px 5px;
	background: #C00;
	font-weight: normal;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
}
.userDataArea li input {
	width: 45%;
	margin: 0 5px
}
.userDataArea li.w100 input, .userDataArea li.w100 textarea {
	width: 98%;
}
textarea {
	margin: 0;
	min-height: 100px
}
.userDataArea li div {
}
.userDataArea li .serachAdd {
	display: inline-block;
	padding: 7px;
	background: #ccc;
	border: 1px solid #999;
	color: #666;
	text-decoration: none
}
.userDataArea li .serachAdd:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
select {
	text-overflow: "";
	background-size: 15px 15px;
	background-color: #fff;
}
.userDataArea {
}
.radio {
	width: 100%;
	padding: 0 10px;
}
.radio li {
	display: inline-block;
	margin-bottom: 10px;
}
.note {
	font-size: 10px;
	font-size: 1rem;
	padding: 5px 0 0 5px;
	margin-bottom: 0px!important;
	color: #999
}
.userDataArea li.select div {
	display: inline-block
}
@media (min-width: 1px) {
.select input[type=radio],  .select input[type=checkbox] {
	display: none;
	margin: 0;
}
.select input[type=radio] + label,  .select input[type=checkbox] + label {
	padding: 0 0 0 24px;
	margin-right: 15px
}
.select input[type=radio] + label::before,  .select input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
.select input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}
.select input[type=checkbox] + label::before {
	border: 2px solid #000;
}
.select input[type=radio]:checked + label::after,  .select input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.select input[type=radio]:checked + label::after {
	left: 7px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #4f8cc6;
	border-radius: 8px;
}
.select input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #C03;
	border-bottom: 3px solid #C03;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.select input[type=radio]:checked + label:hover::before,  .select input[type=radio] + label:hover::before {
}
.select input[type=checkbox]:checked + label:hover::before,  .select input[type=checkbox] + label:hover::before {
}
.select:hover input[type=radio] + label::before,  .select:hover input[type=checkbox] + label::before {
}
}
/* header セレクトボックス・キーワード検索カスタマイズ */
/* スマホ用css */

select {
	padding:3px 5px;
	text-overflow: "";
}

/* ラジオボタン・チェックボックス */
.select input[type=radio], .select input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.select input[type=radio] + label, .select input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
	color:#333;
}
 @media (min-width: 1px) {
.select input[type=radio],  .select input[type=checkbox] {
	display: none;
	margin: 0;
}
.select input[type=radio] + label,  .select input[type=checkbox] + label {
	padding: 0 0 0 35px;
	margin-right: 30px
}
.select input[type=radio] + label::before,  .select input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 28px;
	height: 28px;
	margin-top: -9px;
	background: #FFF;
}
.select input[type=radio] + label::before {
	border: 1px solid #ccc;
	border-radius: 30px;
}
.select input[type=checkbox] + label::before {
	border: 1px solid #ccc;
}
.select input[type=radio]:checked + label::after,  .select input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
	 
.select input[type=radio]:checked + label,
.select input[type=checkbox]:checked + label {color:#4f8cc6;}
	 
	 
input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #C03;
	border-radius: 8px;
}
.select input[type=checkbox]:checked + label::after {
	left: 5px;
	width: 18px;
	height: 11px;
	margin-top: -7px;
	border-left: 4px solid #4f8cc6;
	border-bottom: 4px solid #4f8cc6;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.select input[type=radio]:checked + label:hover::before,  .select input[type=radio] + label:hover::before {
}
.select input[type=checkbox]:checked + label:hover::before,  .select input[type=checkbox] + label:hover::before {
}
.select:hover input[type=radio] + label::before,  .select:hover input[type=checkbox] + label::before {
}
}
 @media screen and (max-width : 1004px ){
}
@media screen and (min-width: 481px) {
}
@media screen and (min-width: 501px) {
}
@media only screen and (min-width: 721px) {
.userDataArea li h2 {
	width: 200px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top
}
.userDataArea li div {
	display: inline-block;
	width: 400px;
}
.userDataArea li.select div{width: auto;}

textarea {
	min-width:100%;
}
.userDataArea li { padding:10px 0}
}



/* 追記 */
.icon_add.to_text:before,
.icon_edit.to_text:before,
.icon_delete.to_text:before,
.icon_search.to_text:before {
	margin-right: 3px !important;
	vertical-align: middle !important;
}

.icon_add:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.3em;
	font-weight: bold;
	content: '\f0fe';
}
.icon_edit:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.3em;
	font-weight: bold;
	content: '\f044';
}
.icon_delete:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.3em;
	font-weight: bold;
	content: '\f2ed';
}

.icon_search:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.3em;
	font-weight: bold;
	content: '\f002';
}


/* ページ送り */
/* pagelink */
.pagelink {
	text-align: center;
	margin-bottom: 20px;
}
.pagelink li {
	display: inline;
	font-size: 1.4rem;
	line-height: 1.4
}
.pagelink li a {
	display: inline-block;
	color: #999;
	padding: 5px 10px
}
.pagelink .highlight a {
	background: #D0E1F1;
	border-radius: 20px;
	color: #2C4D6D;
	text-decoration: none
}
