@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700&display=swap');

/* ----------大枠の設定------------ */
#container {
}


/* -----ボタンの設定----- */

.btn-common{
    border: 1px solid #e79299;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #e79299;
    transition: .4s;
}

.btn-small{
    width: 60%;
    border-radius: 20px;
    padding: 10px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.btn-big{
    border-radius: 32px;
    padding: 20px 30px;
    height: 64px;
    font-size: 18px;
    font-weight: 700;
    transition: .4s;
}

.btn-small:hover ,.btn-big:hover{
    color: #e79299;
    background: #FFF;
    transition: .4s;
}

.icn-line1 {
    width: 10%;
    height: auto;
    margin-right: 1.2vw;
}

.icn-line2 {
    width: 15%;
    height: auto;
    margin-right: 1.5vw;
}

/* ボタン配置 */
.btn-space1 {
    margin-left: 35%;
    margin-top: 4%;
}

.btn-space2 {
    width: 90%;
    margin-top: 190%;
    margin-left: 5%;
}

.btn-space3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.btn-space4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


/* ------文字オールスター----- */
/* 見出しの設定 */
.title-set1 {
    font-size: 20px;
    font-weight: 700;
}

.title-set2 {
    font-size: 20px;
    font-weight: 700;
}

.title-set3 {
    font-size: 14px;
    font-weight: 700;
}
/* 文章中の文字の設定 */
.text-set1 {
    font-size: 14px;
    font-weight: 700;
}

.text-set2 {
    font-size: 16px;
    font-weight: 500;
}

.text-set3 {
    font-size: 32px;
    font-weight: 700;
}
.text-set4 {
    font-size: 14px;
    font-weight: 500;
}

.text-set5 {
    font-size: 18px;
    font-weight: 700;
}

.text-set6 {
    font-size: 14px;
    font-weight: 700;
}

.text-set7 {
    font-size: 16px;
    font-weight: 500;
}

.text-setx {
    font-size: 14px;
    font-weight: 700;
}

.text-setx2 {
    font-size: 16px;
    font-weight: 700;
}

.text-setx3 {
    font-size: 14px;
    font-weight: 500;
}

.text-setx4 {
    font-size: 13px;
    font-weight: 700;
}

.text-setx5 {
    font-size: 18px;
    font-weight: 700;
}

.text-setx6 {
    font-size: 16px;
    font-weight: 500;
}

.text-setx7 {
    font-size: 14px;
    font-weight: 500;
}

.text-setx8 {
    font-size: 18px;
    font-weight: 700;
}

.text-setx9 {
    font-size: 18px;
    font-weight: 700;
}

.text-setx10 {
    font-size: 16px;
    font-weight: 700;
}

/* ul設定 */
.ul-setting {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;

}
/* ------吹き出しさんたち------ */
/* 上 */
.balloon-top1 {
    position: relative;
    display: inline-block;
    padding: 30px 130px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    background: #F2F8F9;
    border-radius: 5px;
    width: 100%;
  }
  
.balloon-top1:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #F2F8F9;
  }

.balloon-top2 {
    position: relative;
    display: inline-block;
    padding: 20px 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    background: #e79299;
    border-radius: 10px;
    width: 100%;
}
  
.balloon-top2:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e79299;
}

.balloon-top2-setting {
    margin-top: 10%;
}

/* 下 */
.balloon-bottom1 {
    position: relative;
    display: inline-block;
    padding: 20px 15px;
    border: solid 3px #FFF;
    background: #FFF;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
    box-sizing: border-box;
}
  
.balloon-bottom1:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
  
.balloon-bottom1:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 1;
}


/* 右 */
.balloon-right1 {
    position: relative;
    display: inline-block;
    padding: 20px 15px;
    background: #FFF;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    border: solid 3px #FFF;
    box-sizing: border-box;
    border-radius: 10px;
    width: 350px;
}
  
.balloon-right1:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon-right1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #FFF;
    z-index: 1;
}


/* 左 */
.balloon-left1 {
    position: relative;
    display: inline-block;
    padding: 20px 15px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    background: #FFF;
    text-align: left;
    border-radius: 10px;
    width: 350px;
}
  
.balloon-left1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #FFF;
}

.balloon-left2 {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    background: #e79299;
    text-align: left;
    border-radius: 10px;
}
  
.balloon-left2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e79299;
}

.balloon-nomal {
    position: relative;
    display: inline-block;
    background: #F2F8F9;
    padding: 20px 15px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    text-align: left;
}

/* -----枠線------ */
.border1 {
    background-color: #53B4CA;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.border1-setting {
    margin-top: 30px;
}

.border2 {
    border: 1px dashed #222;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 100pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


/* テキストボックス */
.text-box-common {
    letter-spacing:  10%;
}

.text-box-common-setting {
    padding-top: 60px;
}

.text-box-common-setting2 {
    padding-top: 60px;
}

.text-box-common-setting3 {
    padding-top: 60px;
}

/* インデント設定 */
.indent1 {
    text-indent: -1em;
    padding-left: 1em;
}