@charset "utf-8";

/*-------ask-------*/
.ask{
    background-color: #F7F7F7;
    padding: 25px;
    margin-bottom: 30px;
}
.ask h4{
    background-color: #F7F7F7;
    padding: 0;
}
.ask_prof{
    display: flex;
}
.ask h4{
    color: #01A8A7;
    margin-bottom: 25px;
}
.ask_prof dt{
    font-weight: bold;
}
.ask_left,.ask_right{
    flex: 1;
}
.ask_left{
    padding-right: 25px;
}

a:hover{
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=80)";
	opacity: .6;
}


#cn-main .intro h1{
    font-size: 28px;
    background-color: #01A8A7;
    background-image: url(../images/tit_bg.jpg);
    background-size: cover;
    color: #fff;
    padding: 14px;
    margin-bottom: 5px;
}

/*-------mother-------*/
p.theme{
    font-size: 13px;
    background-color: #ededee;
    text-align: right;
    font-weight: bold;
    padding: 13px 20px;
    letter-spacing: -0.8px;
}
p.theme span{
    color: #c31468;
}

/*-------main_tit-------*/
.main_tit span.main_scene{
    display: inline-block;
    background-color: #1ba5a6;
    border: 1px solid #1ba5a6;
    border-radius: 2px;
    color: #fff;
    width: 90px;
    height: 28px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
}
.main_tit span.sub_tit{
    font-size: 20px;
    letter-spacing: -0.8px;
}
.main_tit p{
    margin-bottom: 15px;
}
.main_tit h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1.7px;
    margin-bottom: 35px;
}


/*-------diary-------*/
.diary{
    margin-bottom: 40px;
}
p.days{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #efeeef;
}

.diary,.note_flex01,.note_flex02{
    display: flex;
}
.note_flex01{
    margin-bottom: 20px;
}
.diary_txt{
    flex: 6;
}
.diary_txt p{
    letter-spacing: -0.8px;
    margin-bottom: 20px;
    font-size: 16px;
}
.diary_txt span{
    color: #c1417e;
}

.diary_img{
    flex: 4;
    margin-left: 30px;
}

/*-------note-------*/
.note{
    margin-bottom: 25px;
}
.note p{
  margin-bottom:0;
  text-align: left;
  font-weight: bold;
  display: inline;
  padding-right: 5px;
}
.note dl{
    padding: 15px 13px;
}
.note dt{
    letter-spacing: -1.6px;
}
.note dd{
    font-size: 13px;
    letter-spacing: -1.5px;
}
.note_con01,.note_con02{
    flex: 1;
    background-color: #EEEEEE;
}
.note_con01{
    margin-right: 20px;
}
.note_con03{
    background-color: #EEEEEE;
    width: 48.47%
}

/*-------point-------*/
.point{
    margin-bottom: 40px;
}
h4{
    background-color: #01A8A7;
    color: #fff;
    padding: 13px 20px;
    letter-spacing: -0.9px;
}
.point dl{
    padding: 25px 15px;
    border: 4px solid #01A8A7;
    border-top: none;
}
.point dl dt{
    margin-bottom: 20px;
    color: #01A8A7;
}
.point dl dd{
    letter-spacing: -0.9px;
}
/*-------answer-------*/
h3{
    color: #01A8A7;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: -1px;
}
.answer p{
    letter-spacing: -0.8px;
}

h5{
    font-size: 24px;
    letter-spacing: -1.2px;
}

.scene{
    background-color: #01A8A7;

}
.scene a{
    display: block;
    color: #fff;
    background-image: url(../images/arrow_01.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
}
.scene_inner{
    padding: 20px 30px;
    line-height: 0.9;
}
.scene_sub02{
    font-size: 16px;
    letter-spacing: -0.5px;
}
.subtheme{
    display: inline-block;
    margin-bottom: 8px;
}

/*-------calendar-------*/
.scene_sub01{
    width: 70px;
    height: 20px;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    color: #01A8A7;
    display: inline-block;
    font-size: 14px;
    padding: 3px 5px;
    margin: 0 10px 10px 0;
    letter-spacing: -0.1px;
    box-sizing: border-box;
}

/*-------credit-------*/
.credit{
    font-size: 10px!important;
    text-align: right;
    margin-top: 30px ;
    padding-bottom: 40px;
}
.credit span{
    border: 1px solid #E6E6E6;
    padding: 1px 5px;
    margin-left: 3px;
}

/*--------------------
2019/12/11 追加
--------------------*/
.tCenter{
	text-align: center;
}
.tCenter img{
	width: 100%;
	height: auto;
}
.dotted-list li{
	padding-left: 20px;
	position: relative;
}
.dotted-list li::before{
	content: '・';
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.text-link{
	color: #CB1773;
}