main img{
	max-width: 100%!important;
    margin: 0px auto;
    width: auto!important;
    display: block;
}

main h2{
font-size:40px;
text-align:center;
margin-top:0px;
}

.sp_only{
display:none;
}

.pc_only{
display:block;
}


main.day0818 p{
font-family:"Adobe Garamond Pro","Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
font-size:16px;
}

.device-pc main p.blue_txt {
    color: #0a0068;
    display: inline-block;
    text-align:left;
}

div.center{
text-align:center;
}

.device-sp .pc_only{
display:none;
}

.device-sp .sp_only{
display:block;
}


.blue_txt {
    color: #0a0068;
    padding-top:20px;
    padding-bottom:20px;
}
.device-sp main p.blue_txt {
    color: #0a0068;
    display: inline-block;
    text-align:left;
}

.device-sp .iframe-content {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
}
.device-sp .iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}