@charset "utf-8";

/* ----------------------------------------------------------- *\
    @aso-header 
\* ----------------------------------------------------------- */
.aso-header {
	overflow: hidden;
	width: 100%;
}


/* ----------------------------------------------------------- *\
    @aso-main sec-com
\* ----------------------------------------------------------- */
.aso-main .sec-com {
	overflow: hidden;
	width: 100%;
}

.aso-main .sec-com .wrapper {
	width: 1200px;
	margin: auto;
	padding: 100px 0;
}

.aso-main .sec-com .wrapper > h2 {
  margin-bottom: 20px;
	font-size: 50px;
	font-weight: 700;
  text-align: center;
}

.aso-main .sec-com .wrapper > p {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}

.aso-main .sec-com .wrapper .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aso-main .sec-com .wrapper .inner > div {
  border-bottom: 2px solid black;
}

.aso-main .sec-com .wrapper .inner > div:first-child {
  margin-right: 30px;
}

.aso-main .sec-com .wrapper .inner > div:last-child {
  margin-left: 30px;
}

.aso-main .sec-com .wrapper .inner > div h3 {
  margin-bottom: 20px;
	padding: 15px 0;
  border-bottom: 2px solid black;
	font-size: 40px;
	font-weight: 700;
  text-align: center;
}

.aso-main .sec-com .wrapper .inner > div .ss {
  display: flex;
  justify-content: space-between;
}

.aso-main .sec-com .wrapper .inner > div .ss dl:first-child {
  margin-right: 5px;
  padding: 2px;
  background-color: #808080;
}

.aso-main .sec-com .wrapper .inner > div .ss dl:last-child {
  margin-left: 5px;
  padding: 2px;
  background-color: #DC3737;
}

.aso-main .sec-com .wrapper .inner > div .ss dl dt {
  padding: 20px 0;
  font-size: 18px;
  color: white;
  text-align: center;
}

.aso-main .sec-com .wrapper .inner > div .ss dl dd {
  font-size: 0;
}

.aso-main .sec-com .wrapper .inner > div .ss dl dd img {
  width: 100%;
}

.aso-main .sec-com .wrapper .inner > div dl {
  margin-bottom: 30px;
  text-align: center;
}

.aso-main .sec-com .wrapper .inner > div dl dt {
  padding-bottom: 5px;
  color: #999;
}

.aso-main .sec-com .wrapper .inner > div dl dd {
  font-size: 20px;
}

.aso-main .sec-com .wrapper .inner > div dl dd a {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #DC3737;
  border-radius: 99px;
  color: white;
  text-decoration: none;
  transition: .3s;
}

.aso-main .sec-com .wrapper .inner > div dl dd a:hover {
  background-color: #ef3b3b;
}


/* ----------------------------------------------------------- *\
    @aso-main sec-02
\* ----------------------------------------------------------- */
.aso-main .sec-02 {
  background-color: #efefef;
}

.aso-main .sec-02 .wrapper .inner > div .ss dl {
  background-color: #37bc15!important;
}


/* ----------------------------------------------------------- *\
    @aso-main sec-03
\* ----------------------------------------------------------- */
.aso-main .sec-03 > div {
  padding: 50px;
  font-size: 30px;
  text-align: center;
}


/* ----------------------------------------------------------- *\
    @aso-main catch
\* ----------------------------------------------------------- */
.aso-main .catch {
  padding: 80px 20px;
  background-color: #efefef;
  text-align: center;
}

.aso-main .catch > p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.aso-main .catch > p:last-child {
  margin-bottom: 0;
}
