@charset "utf-8";

html, body, img, p, h1, h2, h3, h4, h5, header{
	margin:0;
	padding:0;
	
	vertical-align:top;
}

* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}



h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}

li {
	padding:0;
}

input, select {
    vertical-align:middle;
}



a {
	color: #fff;
}


a {
    -webkit-tap-highlight-color:transparent;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a img {
    border-style:none;
}

ul {
	list-style:none;
	padding:0;
}

li {
	padding:0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

body {
	width:100%; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:26px;
	color:#333;
}


/*Text
================================================*/
.red {
	color: #ff0000;
	font-weight:bold;
	font-size:16px;
	line-height: 26px;
}

.blue {
	color: #0095d9;
	font-weight:bold;
	font-size:16px;
	line-height: 26px;
}



.orange{
	color: #F38000;
	font-weight:bold;
}

.pink {
	color:#ff4877;
	font-weight:bold;
	font-size:16px;
	line-height: 26px;
}


.yline {
    background: linear-gradient(transparent 74%, #ffff99 0%);
    font-weight: bold;
	font-size:16px;
	line-height: 26px;
}


.yline2 {
    background: #ffff99;
    font-weight: bold;
	font-size:16px;
	line-height: 26px;
}

.purple {
	color: #c94e9b;
	font-weight:bold;
	font-size:16px;
}

.center {
	margin:0px auto;
	text-align:center;
}

.right {
	text-align: right;
}


.b{
	font-weight:bold;
}


#wrap img {
 vertical-align:bottom;
}

.mtb8 {
	margin:4px 0 8px 0;
}

.mt12 {
	margin:12px 0 0;
}

.txt10 {
	font-size:10px;
	color:#aaa;
}

.txt15 {
	font-size:15px;
}

.txt16 {
	font-size:16px;
}

.txt18 {
	font-size:18px;
}

.txt20 {
	font-size:20px;
	line-height: 30px;
}

.txt26 {
	font-size:26px;
	line-height: 36px;
}

.txt32 {
	font-size:32px;
	line-height: 42px;
}

.co{
	text-align: right;
	font-size: 10px;
}
/*Section
================================================*/
#wrap{
	min-width: 320px;
	max-width: 750px;
	margin:0 auto;

}


video {
	width: 100%;
 	display: block;
}

#view {
	margin:0px auto;
	color:#a6998c;
	font-size:12px;
	text-align:right;
	padding:3px 0;
}

.vl{
	float:left;
}

.vr{
	float:right;
}

/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
#con{
	padding:10px;
}

#main{
	margin:5px;
	padding:0px 5px;
}



#main .contents{
	margin:0;
	background:#fff;
	padding-bottom:10px;

}

.pull-left {
    float: left;
	margin-right:10px;
}

h1{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}

h2{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
    border-bottom: 3px solid #a573d4;
    padding: 5px;
	margin:20px 0 5px;
}

h3{
	background: #ff8282;
	color: #fff;
	text-align: center;
	border-radius: 26px;
	font-size: 14px;
	padding: 4px;
	margin: 10px 5px;
}

.day{
	margin:2px 0;
	color:#B9B7AC;
	font-size:10px;
	text-align:left;
}


.title{
	margin:2px 0;
	font-size:12px;
}




.int{
	margin:20px 0;
	border:1px solid #bbb;
	border-radius:10px;
	padding:5px;
	line-height:20px;
}

.img-left{
	margin:0 8px 0 0;
	padding:0px 0;
	float:left;
}

.radius{
	border-radius:8px;
}

.inner{
	background:#fff;
	border: 4px solid #a2b4dd;
	padding:10px;
}

blockquote {
    color: #555;
    border: 1px solid #ddd;
    background: #eee;
    background: rgba(53,53,53,.05);
    margin: 3em 0;
    font-size: 14px;
	line-height: 28px;
    padding: 2.5em 0.5em 1em;
    border-radius: 3px;
    position: relative;
}

blockquote {
    font-style: italic;
}

blockquote:before, blockquote:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 1em;
    height: 1em;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #999;
    opacity: 20;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
	font-weight: 900; 
}


blockquote:after {
    content: '\f10e';
    right: .4em;
    bottom: .4em;
}

blockquote:before {
    content: '\f10d';
    left: .4em;
    top: .4em;
}


.bb{
	font-size:16px;
	color:#1c2022;
	font-weight:bold;
}


.talk {
margin: 30px 0;
}

.talk figure img {
width: 100%;
height: 100%;
border: 2px solid #fcd5d5;
border-radius: 50%;
margin: 0;
}


.talk-imgname {
padding: 1px 0 0;
font-size: 10px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

.talk-Limg {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 60px;
height: 60px;
}

.talk-Ltxt {
color: #444;
position: relative;
margin-left: 80px;
padding: 1.2em;
border: 3px solid #fcd5d5;
background-color: #fff;
border-radius: 5px;
}

.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fcd5d5;
top: 15px;
left: -20px;
}

.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;
}

.talk-Rimg {
margin-right: 4px;
margin-top: -1px;
float: right;
width: 60px;
height: 60px;
}

.talk-Rtxt {
position: relative;
margin-right: 80px;
padding: 1.2em;
border: 3px solid #fcd5d5;
background-color: #fff;
border-radius: 5px;
}

.talk-Rtxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fcd5d5;
top: 15px;
right: -23px;
}

.talk-Rtxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 15px;
right: -19px;
}



.btn {
  animation-duration: 1.4s;
  animation-name: purupuru;
  animation-iteration-count: infinite;
}

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

.imim{
	text-align: right;
	color: #999;
}


.tag{
	color:#3783bd;
	font-size: 14px;
}

.tw_prof{
	line-height: 16px;
	background: url(../images/icon02.png) no-repeat right 10px top 5px;
    -webkit-background-size: 16px 16px;
}

.bb{
	font-weight: bold;
	font-size: 14px;
	color: #1c2021;
	background: url(../images/icon01.png) no-repeat right 0;
    -webkit-background-size: 16px 16px;
	padding-right: 20px;
}

.bb2{
	font-size: 12px;
	color: #697882;
}

.write2{
	font-size: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	color: #697882;
}

.tw_box {
	margin: 15px auto;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e9edf2;	

}

.tw_box a{
	color:#0000ff;

}
.tw_img{
	width: 100%;
	margin-bottom: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom: 1px solid #e9edf2;	
}
.tw_box .tw_prof{
	padding: 5px;
}
.tw_prof img{
	float: left;
	margin-right: 5px;
	border-radius:50%;
}

.tw_box .tw_prof p:last-child,
.tw_box p.time{
	color: #9F9F9F;
	font-weight: normal;
}

.time{
	margin-left: 10px;
	margin-top: 10px;
}
.write{
	font-size: 15px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.tw_icon{
	margin-right: 8px;
	margin-left: 8px;
	list-style-type: none;
}
.tw_icon li{
	width: 33%;
	float: left;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

h4{
    padding: 10px 15px;
    margin: 20px 0;
    background-color: #f3f3f3;
    font-size: 17px;
    line-height: 26px;
}

.na{
	margin-bottom: 20px;
}

.na li{
	float: left;
	width: 49%;
	margin: 0 0.5%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #eee;
	font-size: 12px;
	line-height: 20px;
}

.na a{
	color: #333;
}

.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
	margin: 10px 0;
	color: #C51212;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer{
	background:#a573d4;
	text-align:center;
	color:#fff;
}

.footer-area{
	margin:0 auto;
	padding:16px 0;
	text-align:center;

}




