@charset "UTF-8";
body {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  background: #DBEFEE;
  margin: 0 auto;
  font-family: "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a:hover {
  text-decoration: none; }

.cor_headwrap {
  display: flex;
  width: 1280px;
  height: 500px;
  background: url(../images/confirm04_mainImg.jpg);
  background-size: cover;
  background-position: 50%, 50%; }

.cor_main {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  background: #fff; }

.cor_container {
  width: 950px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0 10px 50px 10px; }

.cor_container section {
  padding: 80px 0 30px 0; }

.cor_container section h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #3FBAB7;
  color: #3FBAB7; }

.cor_container section .confirm_p {
  margin: 0 0 1em 0;
  font-size: 180%; }

.cor_container section .confirm_p span {
  color: #3FBAB7;
  font-weight: bold; }

.cor_container section div a {
  width: 300px; }

.cor_container section div a div {
  background: #3FBAB7; }

.cor_container section div a div p {
  text-align: center;
  color: white;
  font-size: 20px; }

.cor_container .note {
  border: 1px solid #333333;
  font-size: 15px; }

.cor_main a {
  color: #000000;
  text-decoration: transparent; }

.cor_main a:visited {
  color: #000000; }

#footer_common {
  min-width: 1280px;
  background: #E7E5E3;
  margin-bottom: 0; }

#footer_common .wrapper {
  width: 1280px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#footer_common .footer_copyright {
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 14px;
  width: 30%; }

#footer_common .footer_copyright p {
  margin-bottom: 0;
  margin-right: 20px; }

#footer_common .footer_copyright a {
  color: #3e3b3a;
  text-decoration: transparent;
  font-size: 14px; }

#footer_common .wrapper > a,
#footer_common .wrapper > p {
  width: 30%;
  text-align: center;
  margin: auto; }

#footer_common img.footer_logo {
  margin: 0 auto;
  width: 200px;
  height: auto;
  float: none; }

#footer_common .wrapper > p {
  text-align: right; }

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: 14px; }

  .cor_headwrap {
    width: 100%;
    height: 300px; }

  .cor_main {
    width: 100%; }

  .cor_main .cor_container {
    width: 100%;
    min-width: auto; }

  .cor_main .cor_container section {
    padding: 2em 0; }

  .cor_main .cor_container section h2 + p {
    font-size: 140%; }

  .cor_main .cor_container section div {
    flex-wrap: wrap; }

  .cor_main .cor_container section div a {
    width: 100%; }

  .container {
    max-width: 100%; }

  .cor_main a {
    width: 100%; }

  #footer_common {
    width: 100%;
    min-width: auto; }

  #footer_common .wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
    flex-direction: column; }

  #footer_common .footer_copyright {
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 15px;
    justify-content: center;
    font-size: 14px;
    width: 100%;
    order: 1; }

  #footer_common .footer_copyright p {
    margin-bottom: 0;
    margin-right: 20px; }

  #footer_common .wrapper > a,
  #footer_common .wrapper > p {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 15px; }

  #footer_common img.footer_logo {
    margin: 0 auto;
    order: 2; }

  #footer_common .wrapper > p {
    order: 3; } }

