@charset "utf-8";
html{
    font-size:62.5%;
    background: #fbeffb;
}
body{
    font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Sans-serif;
    font-size:1.0rem;
    width: 750px;
    background: #fff;
    margin: 0 auto;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
a{
    transition:.3s ease;
}
a:hover{
    opacity:0.6;
    text-decoration:none;
}
.container {
    padding: 0 3em;
}
h1 img {
    width: 100%;
    height: auto;
}
.topTtl {
    color: #FF6E91;
    font-size: 4.0rem;
    padding: 1em 0;
}

.commentLeft {
    position: relative;
    display: inline-block;
    margin: 1.1em 0 1.1em 15px;
    padding: 15px;
    min-width: 120px;
    max-width: 65%;
    color: #555;
    font-size: 17px;
    font-weight: bold;
    background: #feecef;
    border-radius: 12px;
}
.commentLeft:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #feecef;
}
.commentRight {
    position: relative;
    display: inline-block;
    margin: 1.1em 15px 1.1em 0;
    padding: 15px;
    min-width: 120px;
    max-width: 100%;
    font-weight: bold;
    color: #555;
    font-size: 17px;
    background: #d6fdff;
    border-radius: 12px;
    align-self: flex-end;
}
.commentRight:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 99%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #d6fdff;
}
.comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.text1 {
    
    color: #ff6290;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin: 3em 0;
}
.contentBox {
    margin-bottom: 8em;
}
.contentBox h3 {
    font-size: 2.6rem;
    border-top: 3px solid #ff5190;
    border-bottom: 3px solid #ff5190;
    color: #ff5190;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 2em;
}
.contentBox h3 span {
    display: block;
    font-size: 2rem;
}
.contentBox ul {
    background-color: #fffde8;
    border: 5px double #ff3b90;
    padding: 20px;
}
.contentBox li {
    margin-bottom: 2em;
}
.contentBox li h4 {
    font-size: 1.8rem;
    color: #ff3b90;
}
.contentBox li p{
    font-size: 1.6rem;
}
.contentBox .text2{
    font-size: 1.6rem;
    line-height: 2;
}
.contentBox .text3{
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2em;
}
.textLink {
    text-align: center;
    margin: 30px 0 50px;
}
.textLink a {
    font-size: 2.4rem;
    text-decoration: underline;
}

.contentBox .ex {
    font-size: 1.4rem;
    margin-bottom: 2em;
}
.contentBox .fontMid {
    font-size: 2.4rem;
}
.contentBox .fontLar {
    font-size: 3.2rem;
}
.colorRed {
    color: #e65c7e;
    font-weight: bold;
}
.colorBlack {
    color: #000;
    font-weight: bold;
}
.fontBold {
    font-weight: bold;
}
.lpImg{
    text-align: center;
    margin-bottom: 3em;
}
.lpImg img {
    width: 100%;
}
.lpSmallImg {
    text-align: center;
}
.lpSmallImg img {
    width: 50%;
}
.lpSmallImg2 {
    padding-bottom: 10px;
    margin: 0 40px;
}
.lpSmallImg2 img {
    width: 300px;
    height: auto;
}
.underLine {
    font-weight: bold;
    border-bottom: 2px solid;
}
/*
.banner img {
    animation: bomb 1.5s ease infinite;
}
*/
.banner {
    text-align: center;
    margin-bottom: 3em;
}
.banner img {
    -webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left:auto;
	margin-right:auto;
	z-index: 8;
	-webkit-animation-name: animate1;
	-moz-animation-name: animate1;
	-o-animation-name: animate1;
	animation-name: animate1;
	width:90%;
}
@keyframes bomb {
  0% {transform: scale(1);}
  50% {transform: scale(.95);}
  100% {transform: scale(1);}
}
@-moz-keyframes animate1 {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes animate1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes animate1 {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}
footer img {
    width: 100%;
    height: auto;
}
footer .cr {
    background: #302F30;
    color: #fff;
    padding: 20px;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.lineImg img{
    width: 70%;
}
.yellowBg {
    background-color: #fdf8a2;
}
.caution {
    display: block;
    margin-top: 10px;
    background: #fcf995;
    color: #ea0000;
    padding: 3px 0;
}
.right-balloon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.left-balloon{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 749px) {
    body {
        width: 100%;
    }
    .container {
        padding: 0 1em;
    }
    .topTtl {
        font-size: 2.4rem;
        padding: 0.5em 0;
    }
    .text1 {
        font-size: 2.2rem;
    }
    .contentBox h3 {
        font-size: 2.2rem;
    }
    .contentBox h3 span {
        font-size: 1.6rem;
    }
    .contentBox .text3 {
        line-height: 1.6;
    }
    .lineImg img{
        width: 100%;
    }
    .textLink a {
        font-size: 1.8rem;
    }
}