﻿@charset "utf-8";

html,body { 
  overflow: auto;
}

*,
*:before,*:after { box-sizing: inherit; }

* { 
  margin: 0; 
  padding: 0; 
}

html {
  box-sizing: border-box;
  font-size:62.5%; /*10px*/
}

body {
  background-color: #fff;
  color: #090d24 !important;
  font-size: 15px;
  font-size: 1.5rem; /*15px*/
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

::selection { 
  background: #090d24;
  color: #b2b7d2;
}
::-moz-selection { 
  background: #090d24;
  color: #b2b7d2;
}

div {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 2rem;
  padding: 0;
  line-height: 1.8;
  word-break: break-all;
}

ul {
  margin-left: 0; 
  padding-left: 0;
  list-style: none;
}

ul, li { list-style: none outside none; }

ol {
  list-style-position: inside;
  margin: 0 0 3rem;
  padding: 0;
}

ol li { 
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

a {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

.cf { zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table;
}
 
.cf:after { clear: both; }

/* H style ################################################################################## */

h1 {
  color: #090d24;
  font-size: 34px;
  text-align: center;
  margin: 0 0 4rem;
  font-weight: 800;
  letter-spacing: 1px;
  word-break: break-all;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

h1 span {
    font-weight: bold;
    font-size: 28px;
    display: block;
    letter-spacing: 0;
}

h1.jp {
  font-size: 33px;
  font-weight: 800;
  display: block;
  margin: 3rem 0;
}

@media (max-width: 768px) {
h1 {
  font-size: 29px;
  margin: 0 0 3rem;
  word-break: break-all;
  line-height: 1.3
}

h1 span {
  font-size: 20px;
  line-height: 1.4;
}
}

h2 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 .7rem;
}

h2 span {
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

#top h1 {
  color: #090d24;
  font-size: 67px;
  text-align: center;
  margin: 0 0 2.4rem;
  font-weight: 800;
  letter-spacing: 3px;
  word-break: break-all;
  line-height: 1.3;
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

#top h1 span {
    font-weight: normal;
    font-size: 30px;
    display: block;
    padding: 1.4rem 0 .3rem;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0.7rem;
}

@media (max-width: 600px) {
h2 {
    margin: 1rem 0 1rem;
}

#top h1 {
  font-size: 12vw !important;
  margin: 0 0 2rem;
  word-break: break-all;
  line-height: 1.3
}

#top h1 span {
  font-size: 24px;
  line-height: 1.3;
  padding-top: 1.5rem;
}
}

@media (min-width: 601px) and (max-width: 1440px) {
  h3 {
  margin: 0 0 2rem;
  }
}


h4 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1rem;
}

h5 {
  border-bottom: 1px solid #efefef;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0.5rem;
  padding: 0 0 1rem;
  text-align: left;
}


@media (max-width: 768px) {

}

@media (min-width: 415px) and (max-width: 768px) {
  h5 {
  font-size: 2rem;
  margin: 3.5rem 0 0.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  h5 {
  font-size: 2rem;
  font-weight: normal;
  margin: 4rem 0 1rem;
  }
}

@media (min-width: 1441px) {
  h5 {
  font-size: 1.7rem;
  font-weight: normal;
}
}

.title01 {
  font-size: 22px;
  font-weight: bold;
  margin: 3rem 0 2rem;
  text-align: center;
}

.title02 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem;
}

.subTitle {
  font-size: 13px;
  text-align: center;
  margin: 0;
}

@media (max-width: 768px) {
.title01 {
  font-size: 18px;
  margin: 2rem 0 1rem;
}

.title02 {
    margin: 0 0 1rem;
}

.subTitle {
  font-size: 13px;
  line-height: 1.3;
}
}

@media (min-width: 769px) and (max-width: 1440px) {
.title02 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  }
}

/* List style ################################################################################## */
ul.textListBox {
  background: #fafafa;
  padding: 2.5rem 3.5rem;
  border-radius: 7px;
  margin: 0 auto 2rem;
}

ul.textListBox li {
  list-style-type: disc;
  line-height: 1.8;
}

ul.textListBox li span {
  font-weight: bold;
}

ul.listBox {
  background: #fafafa;
  padding: 2.5rem 5rem;
  font-size: 90%;
  border-radius: 7px;
  margin: 0 0 2rem;
}

ul.listBox li {
  list-style-type: none;
  line-height: 2;
}

ul.listBox li span {
  font-weight: bold;
}

@media (max-width: 520px) {
ul.listBox { padding: 1.5rem 2.4rem; }
}

/* Link style ################################################################################## */
a:link {
  color: #090d24;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

a:visited {
  color: #090d24;
  text-decoration: none;
}

a:active {
  color: #090d24;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.link00 {
    background: #2271b1;
    border-radius: 999px;
    margin: 0 1.7rem;
    padding: 1.4rem 0;
    width: 164px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a.link00:hover {
    background: #145b95;
}

a.link01 {
  color: #2271b1;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

a.link01.link01::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #090d24;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

a.link01:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

a.link01:visited {
  color: #090d24;
  text-decoration: none;
}

a.link01a:active {
  text-decoration: none;
}

a.link01:hover {
  color: #090d24;
  text-decoration: none;
}

a.link02 {
    position: absolute;
    bottom: 70px;
    background: none;
    border: 1px solid #fff;
    border-radius: 7px;
    margin: 0 1.7rem;
    padding: 1.4rem 0;
    width: 164px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a.blank::after{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  vertical-align: middle;
  background-image:url("https://universal-ribbon.jp/image/target_blank.svg");
  margin: 0 0 0 4px;
}

a.plus::after {
    content: url("https://universal-ribbon.jp/image/add.svg");
    margin-right: 20px;
    position: relative;
    top: 4px;
    left: 8px;
}

a.plus:hover::after {
    top: 2px;
    left: 10px;
}

a.arrow-right::after {
    content: url("https://universal-ribbon.jp/image/arrow-right-circle.svg");
    margin-right: 20px;
    position: relative;
    top: 4px;
    left: 8px;
}
a.arrow-right:hover::after {
    top: 4px;
    left: 10px;
}

a.arrow-left::before {
    content: url(https://universal-ribbon.jp/image/arrow-left-circle.svg);
    margin-right: 20px;
    position: relative;
    top: 4px;
    left: 8px;
}

a.arrow-left:hover::after {
    top: 4px;
    left: 10px;
}

a.plus:link {
    color: #2271b1;
}

a.plusk:hover {
    color: #2271b1;
}

a.plus:visited {
    color: #2271b1;
}

a.arrow-right:link {
    color: #2271b1;
}

a.arrow-right:hover {
    color: #2271b1;
}

a.arrow-right:visited {
    color: #2271b1;
}

/* Image Link style ################################################################################## */
img.fade {  
  -webkit-transition: 0.5s ease-in-out;  
  -moz-transition: 0.5s ease-in-out;  
  -o-transition: 0.5s ease-in-out;  
  transition: 0.5s ease-in-out;  
}  

img.fade:hover {  
  opacity: 0.4;  
  filter: alpha(opacity=40);  
}

img.borderRadius {
  border-radius: 8px;
}


img.scale {
    transition: transform .6s ease;
}

img.scale:hover {
    transform: scale(1.1);
}

/* borderBox ################################################################################## */
.borderBox {
  border-radius: 8px;
  overflow: hidden;
}

/* Ajax ################################################################################## */
.ajax-wrap {
    position: relative;
    margin: 10px auto;
    max-width: 955px;
    padding: 40px 10px 20px;
}

.ajax-wrap .title01 {
    color: #090d24;
    font-size: 57px;
    text-align: center;
    margin: 0 0 2rem;
    font-weight: 800;
    letter-spacing: 3px;
    word-break: break-all;
    line-height: 1.1;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

.ajax-wrap .title01 span.akshar {
    font-weight: bold;
    font-size: 88px;
    display: inline-block;
    letter-spacing: 0;
}

.ajax-wrap .title01 span.title02 {
    font-weight: bold;
    font-size: 28px;
    display: block;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

.ajax-wrap .title03 {
    color: #090d24;
    font-size: 32px;
    text-align: center;
    margin: 0 0 2rem;
    font-weight: 800;
    letter-spacing: 1px;
    word-break: break-all;
    line-height: 1.3;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
}

.ajax-wrap .title03 span {
    font-size: 17px;
    padding-left: 5px;
    letter-spacing: 0;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

.ajax-wrap .title04 {
    font-weight: 800;
    font-size: 27px;
    display: block;
    color: #090d24;
    text-align: center;
    margin: 0 0 1rem;
    line-height: 1.6;
    word-break: break-all;
}

.ajax-wrap .title05 {
    font-weight: 800;
    font-size: 24px;
    display: block;
    color: #090d24;
    text-align: center;
    margin: 0 0 2rem;
    line-height: 1.6;
    word-break: break-all;
}

.ajax-wrap .label02Link {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    width: calc(50% - 10px);
    text-align: center;
    cursor: unset;
    padding: 2rem 0;
}

.ajax-wrap .label02Link:hover {
    border: 1px solid #ececec;
}

.ajax-wrap .label03Link {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    width: calc(33.33% - 10px);
    text-align: center;
    cursor: unset;
    padding: 2rem 0;
}

.ajax-wrap .label03Link:hover {
    border: 1px solid #ececec;
}

.ajax-wrap .label03Link span.row {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
}

@media (max-width: 600px) {
.ajax-wrap .title01 {
    font-size: 10vw;
    margin: 0 0 2rem;
}

.ajax-wrap .title01 span.akshar {
    font-size: 16vw;
}

.ajax-wrap .title04 {
    font-size: 22px;
}

.ajax-wrap .title05 {
    font-size: 19px;
}

.ajax-wrap .label02Link {
    width: calc(100%);
}

.ajax-wrap .label03Link {
    width: calc(100%);
}
}