@charset "utf-8";
* {
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
}

#footer {
    height: 212px;
    line-height: 30px;
    background: #DEDEDE;
    text-align: center;
    font-size: .8em;
    font-family: Verdana,
 Geneva,
 sans-serif;
    color: #999;
    /* margin-bottom: 98px; */
}

header {
    border-bottom:solid 3px #000;
    background-color: #fff;
}
header img{
    margin-left:50px;
}
.cf:after{
    content: '';
    display: table;
    clear: both;
}
#header {
    height:70px;
}
#header_in {
    width:1000px;
    margin:0 auto;
}
#bar {
    height:30px;
    background-image:url(../img/common/bar_bg.gif);
    background-repeat:repeat-x;
}
#bar_in {
    width:980px;
    margin:auto;
}

#bar_in img{border:none;}

#contents {
    width:1000px;
    margin:0 auto;
}
#main {
    width:730px;
    float:left;
    margin-top: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /*border*/
    border-left:dotted 1px #2c8ccf;
    border-right:dotted 1px #2c8ccf;
    border-bottom:dotted 1px #2c8ccf;
    margin-left: 10px;
}

.article {
    font-family: "イワタミンゴD", Meiryo, メイリオ, sans-serif;
    padding:15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.article p {
    color: #141414;
    font-size:16px;
    line-height: 1.5;
}
.article p.question{
    background: url(../img/head_bk.gif) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    color: #2d8cd0;
    font-size: 18px;
    font-weight: bold;
}
.article p.question_line{
    background: url(../img/head_bk2.gif) no-repeat;
    padding-bottom: 10px;
    color: #2d8cd0;
    font-size: 18px;
    font-weight: bold;
}
.flex{
    display: flex;
}
.flex.column > div:first-child{
    flex: 1.2;
}
.flex.column > div:last-child{
    flex: 1;
}
.flex.column img{
    width: 100%;
}
.article .question_box{
    margin-bottom: 30px;
}
.article .profile {
    border: dotted 3px #80bae2; 
    padding: 30px;
}
.article .profile p{
    color: #2d8cd0;
    line-height: 1.5;
    margin: 5px;
    font-size: 18px;
}
.article .profile > div:first-child{
    margin-right: 30px;
}
.article .profile p.caption{
    font-size: 22px;
}