@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, 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;
}

@media all {
  /*
body
{
	margin: 0 ;
	padding: 0 ;	
	font-size: 15px ;	
	line-height: 1.618 ;
}
*/
  .selected a {
    background: green !important;
  }
  /*
.date{
    cursor: pointer;
    cursor: hand;
}
*/
  .saturday {
    color: blue;
  }
  .sunday {
    color: red;
  }
  span.choice {
    color: #fff;
  }
  /*
form table{
    margin:0 auto;
}
*/
  /*
table {
    overflow: hidden;
    margin-bottom: 20px;
}
table td{
    text-align: center;
    font-size: small;
}
*/
  /*
.calendar,
.calendar td{
    border: 1px solid #62a7c4;
}
*/
  .mark {
    color: #e82264;
    font-size: 36px;
    font-weight: bold;
  }
  .css-cancel {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 0;
    width: 4px;
    height: 20px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .css-cancel:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 4px;
    margin-top: -2px;
    background: #000;
  }
  .list li {
    display: inline;
  }
  .bikou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    margin: 0 auto;
    font-size: 14px;
  }
  .bikou__left {
    width: 400px;
    text-align: left;
  }
  .glay {
    background-color: #8d8a8c9f;
  }
  .square_btn {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid #000;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .square_btn:hover {
    background-image: -webkit-linear-gradient(45deg, #f8f8f7 0%, #ececeb 100%);
    background-image: -o-linear-gradient(45deg, #f8f8f7 0%, #ececeb 100%);
    background-image: linear-gradient(45deg, #f8f8f7 0%, #ececeb 100%);
  }
  .mw_wp_form {
    width: 100%;
    color: #333;
  }
  .mw_wp_form table.mailform-tbl {
    width: 100%;
    margin-bottom: 40px;
  }
  .mw_wp_form table tr {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 30px 0;
    font-weight: normal;
  }
  .mw_wp_form table tr:first-child {
    border-top: 1px dotted #ccc;
  }
  .mw_wp_form table th {
    padding: 20px 0;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    width: 30%;
    float: left;
  }
  .mw_wp_form table th .attention {
    font-size: 80%;
    margin-left: 10px;
    color: red;
    padding: 3px;
  }
  .mw_wp_form table td {
    padding: 20px 0;
    width: 70%;
    float: left;
  }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form #submit-button input {
    margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 90%;
  }
}

@media all and (max-width: 599px) {
  /* small devices */
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form #submit-button input {
    margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 90%;
  }
}

@media all {
  .title {
    text-align: center;
  }
  .content_title {
    font-weight: bold;
  }
  .content_contact {
    border: 2px solid;
    padding: 15px;
  }
  .downlod_button {
    text-align: right;
  }
  .button {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
  }
  .button:active {
    /*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
  .novo li {
    display: inline;
  }
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/*
#pwd{
  margin-left: 60px;
}
*/
/*
.error{
  color: #e82264;
}
*/
/* -------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: helvetica, arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-color: #eff2f4;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

a {
  color: #1073b9;
}

/* 大枠 */
.container {
  padding: 20px;
}

/* ログイン枠 */
.log_id {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.log_id__btn {
  margin-left: 20px;
}

.log_id__btn a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: block;
  background-color: #1073b9;
  width: 150px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.log_id__btn a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

/* メインコンテンツ枠 */
.main_wrap {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(85, 85, 85, 0.2);
  box-shadow: 0px 0px 10px rgba(85, 85, 85, 0.2);
}

/* ヘッダー */
.header {
  color: #fff;
  background-color: #2e3235;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

.header__title {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}

/* コンテンツ枠 */
.contents {
  background-color: #fff;
  padding: 50px;
}

.contents__title--1 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

.contents__note--1 {
  color: #e82264;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: -30px;
}

/* フロー */
.flow {
  background-color: #fff;
  padding: 20px;
  padding-top: 65px;
  border-bottom: solid 1px #e5e8ea;
}

.flow__list {
  list-style: decimal inside;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow__item {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 10px;
  position: relative;
}

.flow__item:before {
  content: "";
  background-color: #e5e8ea;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -17px;
  left: 0;
}

.flow__item:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #e5e8ea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: -25px;
  left: calc(50% - 10px);
}

.flow__item--current {
  color: #e82264;
}

.flow__item--current:after {
  background-color: #e82264;
}

.flow__item:first-child:before {
  left: 50%;
}

.flow__item:last-child:before {
  width: 50%;
}

/* キャッチ */
.catch {
  margin-bottom: 50px;
}

.catch__text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
}

.catch__text--pink {
  color: #e82264;
}

.catch__note {
  font-size: 17px;
  font-size: 1.0625rem;
}

.catch__note--red {
  color: #e82264;
}

/* ブロック */
.block1__input {
  text-align: center;
  background-color: #e5e8ea;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.block1__item {
  width: 70%;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block1__item:last-child {
  margin-bottom: 0;
}

.block1__item label {
  font-size: 18px;
  font-size: 1.125rem;
}

.block1__item input {
  width: 300px;
  height: 25px;
  margin-left: 20px;
}

.block1__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block1__btn .btn__main {
  margin-bottom: 10px;
}

.block1__btn .btn__main input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background-color: #1073b9;
  width: 200px;
  height: 50px;
  border-style: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block1__btn .btn__main input[type="submit"]:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.block1__btn .btn__sub {
  text-align: center;
}

.block2 {
  padding: 30px;
  border: solid 1px #e5e8ea;
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.block2.error {
  border: solid 2px #e82264;
  position: relative;
}

.block2.error:before {
  content: "選択して下さい";
  color: #fff;
  background-color: #e82264;
  width: 180px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: absolute;
  top: -10px;
  left: -10px;
}

.block2__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block2__list--1 dt {
  width: 200px;
  height: 40px;
}

.block2__list--1 dd {
  width: calc((100% - 10px) - 200px);
}

.block2__list--2 dt {
  width: 350px;
  height: 60px;
}

.block2__list--2 dd {
  width: calc((100% - 10px) - 400px);
}

.block2__list dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background-color: #e5e8ea;
  margin: 5px 10px 5px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block2__list dd {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 5px 0;
}

.block2 .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block2 .radio label {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 10px;
}

.block2 .radio input {
  font-size: 28px;
  font-size: 1.75rem;
}

.block2 .radio sup {
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: top;
}

.block2 .radio_comment--none {
  margin-top: 20px;
  display: none;
}

.block2 .radio_comment textarea {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}

.block2__note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
}

.block3 {
  padding: 30px;
  border: solid 1px #e5e8ea;
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.block4 {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block4 .calendar {
  width: calc((100% - 20px) / 2);
  border-top: solid 1px #e5e8ea;
  border-left: solid 1px #e5e8ea;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block4 .calendar:nth-child(even) {
  margin-right: 0;
}

.block4 .calendar tr:nth-child(2) {
  background-color: #f2f4f6;
}

#calendar-input .block4 .calendar tr:not(:nth-child(2)) td {
  cursor: pointer;
}

#calendar-input .block4 .calendar tr:not(:nth-child(2)) td:hover {
  background-color: #f7ff9e;
}

.block4 .calendar th {
  border-right: solid 1px #e5e8ea;
  border-bottom: solid 1px #e5e8ea;
}

.block4 .calendar td {
  line-height: 40px;
  text-align: center !important;
  width: calc(100% / 7);
  height: 40px;
  border-right: solid 1px #e5e8ea;
  border-bottom: solid 1px #e5e8ea;
}

/* ボタンエリア */
.btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.btn_area:last-child {
  margin-bottom: 0;
}

.btn_area__btn {
  margin: 10px 20px;
}

.btn_area__note {
  color: #e82264;
  margin-bottom: 10px;
}

.btn_area .btn--1 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  background-color: #1073b9;
  width: 200px;
  height: 50px;
  display: block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_area .btn--1:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.btn_area .btn--2 {
  color: #1073b9;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  background-color: #fff;
  width: 200px;
  height: 50px;
  border: solid 1px #1073b9;
  display: block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_area .btn--2:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.btn_area .btn--3 {
  position: relative;
}

.btn_area .btn--3:before {
  content: "◀";
  padding-right: 10px;
}

.btn_area .btn--4 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  background-color: #1073b9;
  height: 50px;
  padding: 0 30px;
  display: block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_area .btn--4:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.btn_area button {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  background-color: transparent;
  background-color: #1073b9;
  width: 200px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.btn_area button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.btn_area button[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}

.btn_area button[disabled]:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.btn_area input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background-color: #1073b9;
  width: 200px;
  height: 50px;
  border-style: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_area input[type="submit"]:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

.btn_area button.remove,
.btn_area button.return {
  color: #1073b9;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  width: 200px;
  height: 50px;
  border-style: none;
  border: solid 1px #1073b9;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_area button.remove:hover,
.btn_area button.return:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

/* フッター */
.footer {
  background-color: #fff;
  padding: 20px;
  border-top: solid 1px #e5e8ea;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}

.footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

/* -------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* ヘッダー */
  .header__title {
    line-height: 1.2;
  }
  /* コンテンツ枠 */
  .contents {
    padding: 20px;
  }
  /* ブロック */
  .block2__list--1 dt {
    width: 100%;
    height: 40px;
  }
  .block2__list--1 dd {
    width: 100%;
  }
  .block2__list dt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    background-color: #e5e8ea;
    margin: 5px 10px 5px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block2__list dd {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 5px 0;
  }
  .block4 {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block4 .calendar {
    width: 100%;
    border-top: solid 1px #e5e8ea;
    border-left: solid 1px #e5e8ea;
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block4 .calendar:nth-child(even) {
    margin-right: 0;
  }
  .block4 .calendar:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */