﻿@charset "UTF-8";
/* CSS Document */
html{
 font-size: 62.5%;
}

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

body{
 background: #f4ffff;
 background-size: cover;
 color: #000;
 font-size: 1.4rem;
 font-family:  Raleway,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 text-align:center;
}

body {
  background-color: #eaffff;
  background-image: linear-gradient(115deg, transparent 75%, #d6ffff 75%),
                    linear-gradient(245deg, transparent 75%, #d6ffff 75%),
                    linear-gradient(115deg, transparent 75%, #d6ffff 75%),
                    linear-gradient(245deg, transparent 75%, #d6ffff 75%);
  background-position: 0 0, 0 0, 10px -20px, 10px -20px;
  background-size: 20px 40px;
}

.header{
 padding: 170px 40px 80px;
}

p{
  color:#fff;
 background-color:#000080;
}


h2{
 color:#0000ff;
 position:center;
 font-weight: bold;
}

h4{
 color:#0000cd;
}

h5{
  color:#000;
  line-height: 2px;
}

/*faceicon、吹き出し*/
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #68a4d9;
    border-radius: 50%;
}

.balloon5 .chatting {
    float: left;
    width: auto;
}

.says {
    position: relative;
    margin: 5px 0 0 0px;
    left:24px;
    padding: 17px 15px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    position: absolute;

    display: inline-block;

    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}
/*faceicon、吹き出し*/

li {
    float: center;
}

#nav {
  list-style: none;
  display: flex;
}

ul {
    width: 1000px;
    overflow: hidden;
}

li {
  float:left;
  width: 115px;
  list-style-type: none;
  padding:0 10px 0 0;
  margin:10px 18px;
  position: relative;
  top:5px;
  left:221px;
}

 a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    /*background-color: #00a1e9;*/
    color: #fff;
    line-height: 1px;
}

a:hover {
    background-color: #0086d3;
}

/*リンク用ボタン*/
.sample1 {
    background-color: #6bb6ff;
    height:10px;
}

.button {
  display:block;
  position: static;
  right:5px;
  background-color: #00a1e9;
  border-radius: 4px;
  color: #fff;
  line-height:8.5px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #f7ba59;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-family:'arial unicode ms';
}

.button:hover {
  top: -4px;
  box-shadow: 0 7px 0 #0068b7;
}
.button:active {
  top: 3px;
  box-shadow: none;
}


#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f139';
  font-size: 60px;
  color: #3fefee;
}

.footer{
 padding: 12px 0;
 font-size: 1.3rem;
}

/*リンクボタン用*/
.link{
 display: block;
 padding: 20px 0;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 background-color: #00a1e9;
 color: #fff;
}

.link:hover {
 background-color: #0086d3;
}
/*リンクボタン用終わり*/

/*パソコン外枠*/
.box1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3.8px #60afff;
    border-radius: 8px;
    background-color:#fff;
    height: 120%;
}

/*STEP1枠*/
.box2 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #ffdc00;
    border-radius: 8px;
    background-color:#fff;
    height:70%;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    font-size: 19px;
    background: #fff;
    color: #ffdc00;
    font-weight: bold;
}
.box2 p {
    margin: 0;
    padding: 0;
}

/*STEP2枠*/
.box3 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #ffdc00;
    border-radius: 8px;
    background-color:#fff;
    height:10%;
}
.box3 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #ffdc00;
    font-weight: bold;
}
.box3 p {
    margin: 0;
    padding: 0;
}

/*スマホ外枠*/
.box4 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3.8px #95ccff;
    border-radius: 8px;
    background-color:#fff;
    height:30%;
}
.box4 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #95ccff;
    font-weight: bold;
}
.box4 p {
    margin: 0;
    padding: 0;
}

.rogo{
  position: absolute;
  width:86px;
  height:85px;
　display:block;
  padding:10px 10px;
  z-index:1;
  left:30px;
  top:15px;
}
