﻿@charset "utf-8";

body{background: #FFFFFF;}

.w80 {width:80%;}
.mtb10 {margin:10px 0;}
.mtb20 {margin:20px 0;}
.mtb30 {
    width: 100%;
	display:block;
}
.block {display:block;}

#maincol {width:420px; margin:0 auto;}

#logoarea {background:#4b68ae; padding:5px 0;}
#logoarea img {display:block; margin: 0 auto;}

#imgarea img {width:100%; display:block;}

div#textarea h2 {font-size:1.2em; font-color:#4b69af;
	font-weight:bold; margin: 5px 0;}
.title h2 {
	color:#ffffff;
	background-color:#4b69af;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 2px;
}


a.btn {
    border-radius: 5px;
    background: #dce603;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #4b69af;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    z-index:0;
    border-left: solid 8px #4b69af;
    text-decoration: none;
}
a.btn :before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4b69af;
    color: #FFFFFF;
    transition: .3s;
    left:0;
}
a.btn :hover {
    color: #FFFFFF;
}
a.btn :hover:before {
    width: 100%;
    z-index: -1;
}
.last-text {
text-align:center;
border-bottom: solid #3e5faa;
}

.btn1 {
  text-align: center;
  margin-top: 15px;
  padding:20px 0 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background:#fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ff6684;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    border: 3px dashed #E25F0D;
    border-style: double; 
    padding: 16px;
    border-radius: 4px;
    background-color: #ffffff;
    
}

.container .col.order2 {
    padding: 16px;
    text-align: center;
}

.container .col.order1.img {
  width:100%;
  display:block;
}

.list-title {
  font-size: 16px;
  font-weight: bold;
}
/* 例：強調タイトル風にしたい場合 */
.text-highlight {
    display: inline-block;
    transform: rotate(-10deg);
    font-weight: bold;
    font-size: 1.2em;
    color: ##E25F0D;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  }
}
 
/* デフォルト：1200px以上用（PC用）の記述 */
.title h2 {
	color:#ffffff;
	background-color:#4b69af;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 2px;
}

.btn a {
    border-radius: 5px;
    background: #dce603;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #4b69af;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    z-index:0;
    border-left: solid 8px #4b69af;
    text-decoration: none;
}
.btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4b69af;
    transition: .3s;
    left:0;
}
.btn a:hover {
    color: #FFF;
}
.btn a:hover:before {
    width: 100%;
    z-index: -1;
}
.last-text {
text-align:center;
border-bottom: solid #3e5faa;
}

.btn1 {
  text-align: center;
  margin-top: 15px;
padding:20px 0 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
background:#fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ff6684;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

  
  /* 装飾用 */
  
/* 979px以下用（タブレット用）の記述 */
@media screen and (max-width: 979px) {.contents{width: 94%;}}/* 979px以下用（タブレット用）の記述 */

.title h2 {
	color:#ffffff;
	background-color:#4b69af;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 2px;
}
.btn a {
    border-radius: 5px;
    background: #dce603;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #4b69af;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    z-index:0;
    border-left: solid 8px #4b69af;
    text-decoration: none;
}
.btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4b69af;
    transition: .3s;
    left:0;
}
.btn a:hover {
    color: #FFF;
}
.btn a:hover:before {
    width: 100%;
    z-index: -1;
}
.last-text {
text-align:center;
border-bottom: solid #3e5faa;
}

.btn1 {
  text-align: center;
  margin-top: 15px;
padding:20px 0 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
background:#fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ff6684;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

  
  /* 装飾用 */
  



/* 767px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 767px) {
#maincol{width: 94%; margin: 0 auto;}

.title h2 {
	color:#ffffff;
	background-color:#4b69af;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 2px;
}
.btn a {
    border-radius: 5px;
    background: #dce603;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #4b69af;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    z-index:0;
    border-left: solid 8px #4b69af;
    text-decoration: none;
}
.btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4b69af;
    transition: .3s;
    left:0;
}
.btn a:hover {
    color: #FFF;
}
.btn a:hover:before {
    width: 100%;
    z-index: -1;
}
.last-text {
text-align:center;
border-bottom: solid #3e5faa;
}

.btn1 {
  text-align: center;
  margin-top: 15px;
padding:20px 0 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
background:#fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ff6684;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

  
  /* 装飾用 */
  
}/* 767px以下用（タブレット／スマートフォン用）の記述 */
.title h2 {
	color:#ffffff;
	background-color:#4b69af;
	font-size: 20px;
	padding: 4px 8px;
	border-radius: 2px;
}

.btn a {
    border-radius: 5px;
    background: #dce603;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #4b69af;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    z-index:0;
    border-left: solid 8px #4b69af;
    text-decoration: none;
}
.btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4b69af;
    transition: .3s;
    left:0;
}
.btn a:hover {
    color: #FFF;
}
.btn a:hover:before {
    width: 100%;
    z-index: -1;
}
.last-text {
text-align:center;
border-bottom: solid #3e5faa;
}

.btn1 {
  text-align: center;
  margin-top: 15px;
padding:20px 0 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
background:#fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ff6684;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

  /* 装飾用 */
  


/* 479px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 479px) {
#maincol{width: 90%; margin: 0 auto;}

.title h2 {
	color:#ffffff;
	background-color:#4b69af;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 2px;
}
.btn a {
    border-radius: 5px;
    background: #dce603;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #4b69af;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    z-index:0;
    border-left: solid 8px #4b69af;
    text-decoration: none;
}
.btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4b69af;
    transition: .3s;
    left:0;
}
.btn a:hover {
    color: #FFF;
}
.btn a:hover:before {
    width: 100%;
    z-index: -1;
}
.last-text {
text-align:center;
border-bottom: solid #3e5faa;
}

.btn1 {
  text-align: center;
  margin-top: 15px;
padding:20px 0 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
background:#fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ff6684;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

  /* 装飾用 */
  
}/* 479px以下用（スマートフォン用）の記述 */

.title h2 {
	color:#ffffff;
	background-color:#4b69af;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 2px;
}
.btn a {
    border-radius: 5px;
    background: #dce603;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #4b69af;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	font-size: 20px;
    z-index:0;
    border-left: solid 8px #4b69af;
    text-decoration: none;
}
.btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #4b69af;
    transition: .3s;
    left:0;
}
.btn a:hover {
    color: #FFF;
}
.btn a:hover:before {
    width: 100%;
    z-index: -1;
}
.last-text {
text-align:center;
border-bottom: solid #3e5faa;
}

.btn1 {
  text-align: center;
  margin-top: 15px;
padding:20px 0 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
background:#fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #ff6684;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

  /* 装飾用 */
  
