@charset "utf-8";

:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
:focus::placeholder { color: white; } /* CSS標準(予定)の記述 */

::-webkit-input-placeholder { color: #CCCCCC; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:-moz-placeholder { color: #CCCCCC; }  /* Firefox18以前用 */
::-moz-placeholder { color: #CCCCCC; } /* Firefox19以上用 */
::placeholder { color: #CCCCCC; } /* CSS標準(予定)の記述 */




#entry {
	margin-right: 15px;
}

.contact-table {
    width: 100%;
    margin-bottom: 20px;
	margin-right: 15px;
    border: 1px solid #ccc;
	font-size: 16px;
    table-layout: fixed;
}

.contact-center-table {
    width: 100%;
    margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    border: 1px solid #ccc;
	font-size: 16px;
    table-layout: fixed;
	text-align: center;
}

.contact-item,
.contact-body {
    padding: 12px;
    border: 1px solid #ccc;
	color: #575757;
	word-break : break-all;
	overflow-wrap : break-word;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 72%;
}

.form-text {
    width: 96%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*max-width: 400px;*/
}


.contact-radio + .contact-radio {
    margin-left: 10px;
}

.contact-radio-plain {
	top: 0px;
	position: relative;
}

.contact-radio-txt {
    display: inline-block;
    margin-left: 5px;
}


.contact-check-plain {
	transform: scale(1.3);
	margin: 0 6px 0 5px;
}



.form-select {
    width: 180px;
    height: 33px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
	font-size: 16px;
}

.contact-skill {
    display: block;
}

.contact-skill + .contact-skill {
    margin-top: 10px;
}

.contact-skill-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-textarea {
    width: 98%;
    padding: 8px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.contact-submit {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    width: 300px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #094A72;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 1.5em;
    box-sizing:border-box;
    cursor:pointer;
}

.contact-submit:hover {
  background: #62bdf5;
  color: white;
}

.contact-submit:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
}

.contact-submit:hover:after{
  right: 1em;
}

.contact-return {
    position: relative;
/*    display: block;*/
    padding: 0.5em 2em 0.5em 2em;
    width: 160px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #008c00;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    border-radius: 1.5em;
    box-sizing:border-box;
    cursor:pointer;
}

.contact-return:hover {
  background: #57e357;
  color: white;
}

.contact-return:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(225deg);
  transition: right 0.5s;
}

.contact-return:hover:after{
  right: 1em;
}

.form-text:focus,
.form-yubin:focus,
.form-select:focus,
.form-textarea:focus {
	border: 1px solid #0CF;
	outline: none;
	box-shadow: 0 0 5px 1px #00599C;
}

.imemode_on {
	/* 日本語をオン */
	ime-mode:active;
}

.imemode_off {
	/* 日本語をオン */
	ime-mode:active;
}

.ml10 {
	margin-left: 10px;	
}

.w55 {
	width: 55px;
}

.w70 {
	width: 70px;
}


.w90 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w500 {
	width: 500px;
}


.w100pe {
	width: 100%;
}

.mr18 {
	margin-right: 18px;	
}

.h400 {
	height: 400px;
}

.kome {
	/* color: #F00;*/
  display: flex;
	font-size: 14px;
	padding-top: 10px;
  padding-bottom: 10px;
}

.t-red {
	color: #F00;
}

.fs16 {
	font-size: 16px;	
}

.fs14 {
	font-size: 14px;	
}

.fs12 {
	font-size: 12px;
}

.fc {
	text-align: center;
}

.error-msg {
	font-size: 14px;
	color: #F00;
	margin-top: 4px;
	font-weight: bold
}

div.is-error {
	font-size: 14px;
	color: #F00;
	margin-top: 4px;
	font-weight: bold;
/*
padding: 3px 7px;
  background-color: #F00;
  color: #fff;
  font-weight: bold;
  min-width: 10px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
*/
  	
}

.required::after {
  content: "必須";
  background-color: #F00;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

.norequired::after {
  content: "任意";
  background-color: #390;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

table#medicalentry_info {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}


table#medicalentry_info th {
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #00599C;
	border-right: 1px solid #00599C;
	border-bottom: 1px solid #00599C;
	border-left: 1px solid #00599C;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
table#medicalentry_info td {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #00599C;
	border-right: 1px solid #00599C;
	border-bottom: 1px solid #00599C;
	border-left: 1px solid #00599C;


}

.btn_medical_button {
  width: 97%;
  padding: 10px 10px 10px 10px;
  color:#ffffff;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background: #FF0000;
  display: inline-block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.btn_medical_button:hover {
  background: #FAC296;
}

.btn_zoom_time_button {
  width: 150px;
  padding: 10px 10px 10px 10px;
  margin-top: 8px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background: #444;
  display: inline-block;
  position:relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.btn_zoom_time_button:hover {
  background: #CCC;
}

.btn_zoom_time_del_button {
  width: 50px;
  padding: 4px;
  color:#ffffff;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border: none;
  border-radius:4px;
  background: #F00;
  display: inline-block;
  position:relative;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.btn_zoom_time_del_button:hover {
  background: #f3b6b6;
}
