@charset "utf-8";
div.contents {
  margin-bottom: 10%;
  text-align: left;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.font_red {
  color: red;
}
.font_orange {
  color: #ff4500;
}
.font_lightblue {
  color: #008db7;
}
.font_blue {
  color: #004098;
}
.font_small80 {
	font-size: 80%;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.pagetop a {
  display: block;
  background-color: #89c3eb;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #007bbb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
p.totop {
  text-align: right !important;
  margin: 3%;
  font-size: 120%;
}
p.totop a, a.link {
  color: #555;
  text-decoration: underline;
}
p.totop a:hover, a:hover.link {
  color: #1e90ff;
}
.padding_right_05em {
  padding-right: 0.5em;
}
nav.menu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
}
nav.menu li {
  display: table-cell;
  min-width: 50px;
  font-weight: bold;
}
nav.menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #555;
  padding-bottom: 5px;
}
nav.menu li.red {
  border-bottom: 3px solid #ea5550;
  color: #ea5550;
}
nav.menu li.orange {
  border-bottom: 3px solid #ec6800;
}
nav.menu li.blue {
  border-bottom: 3px solid #008db7;
}
nav.menu li.yellow {
  border-bottom: 3px solid #f8b500;
}
nav.menu li.purple {
  border-bottom: 3px solid #7f1184;
}
nav.menu li.green {
  border-bottom: 3px solid #028760;
}
nav.menu li.pink {
  border-bottom: 3px solid #e44d93;
}
nav.menu li:hover {
  color: #E7DA66;
  border-bottom: 3px solid #a1d8e6;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
div.contents div.infomation {
  background-color: #eee7e0;
  padding: 10px 30px;
}
.leftBox_info{
	width: 47% !important;
	float: left !important;
}
.rightBox_info{
	width: 47% !important;
	float: right !important;
}

@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
.leftBox_info{
	width: 100% !important;
	margin-left:0;
}
.rightBox_info{
	width: 100% !important;
	margin-top: 8% !important
}
}
.btn-orange, .btn-orange_02 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange_02 {
  width: 45%;
}
.btn-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange:active, .btn-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-orange:hover, .btn-blue:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .btn-orange, .btn-blue {
    width: 100%;
  }
}
a.link {
  color: dodgerblue;
  border-bottom: dodgerblue;
}
a.link:hover {
  color: darkorange;
  border: none;
}
.margintop_3 {
  margin-top: 3%;
}
.marginbottom_3 {
  margin-bottom: 3%;
}
.marginright_05em {
  margin-right: 0.5em;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_3column {
  width : 33.33333% ;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-body ul {
  padding-top: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
.item ul {
  margin-top: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}
.contents span.option {
  background-color: white;
  color: red;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border: red solid 1px;
  line-height: 3em;
  font-size: 80%;
}
.leftpadding10{
	padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item,.item_3column {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
.btn-orange, .btn-orange_02 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange_02 {
  width: 45%;
}
.btn-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 25px;
  color: #ffffff;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 70%;
  margin: 3% 0;
  font-size: 150%;
  font-weight: bold;
}
.btn-orange:active, .btn-blue:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.btn-orange:hover, .btn-blue:hover {
  opacity: 0.5;
}
.contents h4 {
  display: flex;
  align-items: center;
  text-align: center;
  color: #004098;
  font-size: 150%;
  font-weight: 700;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent;
  border-left: solid 5px #004098; /*左線*/
}
.stepflow {
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
  padding: 0;
}
.stepflow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-overflow: ellipsis;
  color: #b0bec5;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.stepflow > li .title {
  font-weight: bold;
  color: #ff4500;
}
.stepflow > li .text {
  display: block;
  padding-right: 2.5em;
}
.stepflow > li .bubble {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}
.stepflow > li .bubble::after, .stepflow > li .bubble::before {
  position: absolute;
  top: 9px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #b0bec5;
}
.stepflow > li.completed, .stepflow > li.completed .bubble {
  color: #333;
}
.stepflow > li.completed .bubble, .stepflow > li.completed .bubble::after, .stepflow > li.completed .bubble::before {
  background-color: #004098;
}
.stepflow > li:last-child .bubble::after, .stepflow > li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}
.window_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .stepflow {
    display: list-item;
    list-style-type: none;
  }
  .window_pc {
    display: none;
  }
  .window_sp {
    display: block;
  }
  nav.menu li {
    display: list-item;
    list-style-type: none;
  }
}