@charset "UTF-8";

/*------------------------------------------------------------------------------
ブラウザスタイル初期化設定
------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9f4fc+0,f5e4f2+100 */
    background: #e9f4fc; /* Old browsers */
    background: -moz-linear-gradient(left,  #e9f4fc 0%, #f5e4f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e9f4fc 0%,#f5e4f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e9f4fc 0%,#f5e4f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f4fc', endColorstr='#f5e4f2',GradientType=1 ); /* IE6-9 */
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8;
    counter-reset: number 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
}
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
sup,
sub {
	line-height: -1px;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

/*------------------------------------------------------------------------------
テキストリンク設定
------------------------------------------------------------------------------*/
a:link,
a:visited,
a:active {
    color: #222222;
	text-decoration: none;
}
a:hover {
	color: #F03488;
	text-decoration: none;
}


/*------------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------------*/
.pc{
    display: block;
}
.sp{
    display: none;
}
.big{
    font-size: 1.4em;
}
.big02{
    font-size: 1.8em;
}
.small{
    font-size: 0.6em;
    line-height: 1.3;
    display: block;
    padding-top: 10px;
}
.bold{
    font-weight: bold;
}
.aka{
    color: #ff0000;
}
.blue{
    color: #3380ac;
}
.pink{
    color: #f14876;
}
.orange{
    color: #ff7e00;
}
.yellow{
    color: #fff900;
}
.maker-yellow{
    background: linear-gradient(transparent 70%, #fff900 30%);
}
.maker-pink{
    display: inline-block;
    background: #ffccd2;
    box-shadow: 0px 0px 0px 5px #ffccd2;
    border: dashed 1px white;
    padding: 5px 10px;
}
.bk-pink{
    display: inline-block;
    background: #f14876;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom:10px;
}
.center{
    display: block;
    text-align: center;
}
.border{
    border: 5px solid #f14876;
    padding: 10px 0 5px;
    margin-bottom: 20px;
}
.pr{
    font-size: 0.8em;
    text-align: right;
    margin-bottom: 20px;
}
p{
    padding: 0 0 15px 0;
}
.image{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
video{
    width: 100%;
    display: block;
    margin: 0 auto 20px auto;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    // PCのChromeの枠線を消す
    outline: none;
    border: none;
}
#wrap{
    position:relative; /*topBtnの親要素に指定*/
}
#contents{
    max-width: 600px;
    box-sizing: border-box;
    padding: 3%;
    margin: 0 auto 100px auto;
    background: #FFFFFF;
    font-size: 0.9em;
}
h1{
    font-size: 1.8em;
    line-height: 1.3;
    margin-bottom: 20px;
    border-bottom: 5px solid #f14876;
    text-align: center;
}
h2{
    font-size: 1.3em;
    padding: 0 0 5px 10px;
    margin: 20px 0;
    border-bottom: 2px solid #f14876;
    border-left: 5px solid #f14876;
}
h3{
    font-size: 1.2em;
    padding: 5px 5px 5px 1.5em;
    margin: 20px 0;
    border: 4px solid #fff900;
    text-indent: -1.2em;
}
h3:before{
    counter-increment: number 1;
    content: counter(number) " ";
    color: #f14876;
    font-size: 1.2em;
}
h1 ul{
    display:flex;
    justify-content:space-around;
}
h1 li{
    background: #ff7e00;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 7px 7px 2px 7px;
}
.mokuji,
.kouka{
    border: 3px solid #ff7e00;
    padding: 20px 10px 0 10px;
    margin-bottom: 40px;
}
.mokuji dt,
.kouka ul{
    color: #ff7e00;
    font-weight: bold;
    border-bottom: 1px solid #ff7e00;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.mokuji dd,
.kouka li{
    margin-left: 20px;
    text-indent: -1.2em;
    line-height: 1.5em;
    padding-bottom: 15px;
}
.mokuji dd:before{
    content:  "▸";
    color: #f14876;
}
.mokuji a:link,
.mokuji a:visited,
.mokuji a:active{
    color: #333333;
    text-decoration: underline;
}
.mokuji dd:last-child:before{
    content: " ";
}
.kouka li:before{
    content:  "・";
    color: #f14876;
}
.hikaku{
    border: 4px solid #3380ac;
    padding: 20px 10px 0 10px;
    margin-bottom: 20px;
}
.hikaku dt{
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 5px;
}
.hikaku dd{
    padding-bottom: 20px;
}
.hikaku dd img{
    padding-bottom: 10px;
}
.list{
    margin-bottom: 20px;
    color: #f14876;
    font-weight: bold;
}
.balloon{
  margin: 0 0 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.balloon .icon{
  width: 25%;
  height: auto;
  margin-right: 20px;
}
.balloon .icon img{
  border-radius: 100%;
}
.balloon p,
.balloon p.docter{
    width: 75%;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  box-sizing:border-box;
  margin:10px 0 0 0 !important;
  line-height:1.5;
}
.balloon p{
    background: #ffcdcd;
}
.balloon p.docter{
    background: #ffedd1;
}
.balloon p:after,
.balloon p.docter:after {
  content: "";
  position: absolute;
  top: 20px;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon p:after {
  left: -26px;
  border-right: 22px solid #ffcdcd;
}
.balloon p.docter:after {
  left: -26px;
  border-right: 22px solid #ffedd1;
}
.sinjuku{
    box-sizing: border-box;
    border: 1px solid #f14876;
    padding: 3%;
    margin-bottom: 20px; 
}
.sinjuku a:link{
    color: #0f66f4;
    text-decoration: underline;
}
#bottom-btn{
    max-width: 600px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    width: 75%;
    padding: 0;
    margin: 0;
}
.shiny-btn {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 20px 0 15px 0;
    margin: 0 auto;
    background-color: #53c322;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(63, 166, 16, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.1s;
    animation: shiny-btn 2s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.shiny-btn a{
    color: #FFFFFF;
    text-decoration: none;
}
footer{
    background: #333333;
    text-align: center;
    color: #FFFFFF;
    height: 100px;
}
footer a:link,
footer a:visited{
    display: block;
    color: #FFFFFF;
    padding: 20px 0;
}



@media (max-width:768px) {
    body {
        font-size: 1.2em;
        line-height: 2;
    }
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
    .image{
        width: 100%;
    }
    #contents{
        max-width: 95%;
        box-sizing: border-box;
        padding: 5% 3%;
        line-height: 1.5;
        margin-bottom: 150px; 
    }
    h1{
        font-size: 1em;
        line-height: 1.2;
    }
    h1 ul{
        padding-bottom: 15px;
    }
    h1 li{
        font-size: 1.1em;
    }
    .balloon p,
    .balloon p.docter {
      margin:0 !important;
    }
    #bottom-btn{
        width: 100%;
    }
    .shiny-btn {
        width: 80%;/*ボタンの幅*/
        font-size: 1em;
        margin: 10px auto;
    }
    footer{
        font-size: 0.6em;
    }
}