@charset "utf-8";

/*トップの見出し装飾------------------------------------------------------------*/

/*確認画面トップの見出し文字の装飾*/
.confirm{
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #000000;
    border-bottom: 4px solid #20486d;
    width: 80%;
    height: 78px;
    margin: 0 auto;
    padding-top: 20px;
}

/*管理画面トップの見出し文字の装飾*/
.confirm2{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000000;
    border-bottom: 4px solid #20486d;
    width: 99%;
    height: 78px;
    margin: 30px auto 0 auto;
    padding-top: 20px;
}

/*確認画面トップの見出し詳細全体の装飾*/
.confirm_details{
    margin: 15px;
}

/*確認画面トップの見出し詳細の文字装飾*/
.explanation{
    font-size: 17px;
    text-align: center;
    color: #858787;
}

/*ここまで---------------------------------------------------------------------*/

/*大きい見出し用の装飾----------------------------------------------------------*/

/*設問ごと全体の装飾*/
.confirm_area{
    margin: 10px;
    padding: 5px;
    border: 3px dotted #48d1cc;
    background-color: #ffffff;
}

/*大設問ごとの見出し全体の装飾*/
.question_area2{
    border: 3px solid #89c997;
    border-radius: 5px;
    padding: 10px;
    background-color: #f1fff8;
    color: #3e3d3d;
    cursor: default;
}

/*大設問ごとの見出しのサイズ*/
.question_area2 p{
    font-size: 20px;
    font-weight: bold;
    color: #30b78a;
}

/*アコーディオン用のfont awesome（開く前）*/
.question_area2 i{
    color: #ffffff;
}

/*中設問ごとの見出し全体の装飾*/
.question_area3{
    font-size: 20px;
    color: #1095d4;
    border: 3px solid #1095d4;
    border-radius: 5px;
    padding: 10px;
    background-color: #dbf5ff;
}

/*中設問ごとの見出しのサイズ*/
.question_area3 p{
    font-weight: bold;
}

/*アコーディオン用のfont awesomeの円の装飾*/
.circle{
    float: right;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #89c997;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
}

/*ここまで---------------------------------------------------------------------*/

/*大きい設問ごとの内容部分------------------------------------------------------*/

/*大設問入力内容全体の装飾*/
.contents_area{
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

/*中設問入力内容全体の装飾*/
.contents_area2{
    width: 100%;
    background-color: #e2ebef;
    border: 1px solid #41b1e6;
    border-radius: 5px;
    margin: 10px auto;
    padding: 5px;
}

/*管理画面の全画面表示の際の装飾*/
.contents_area3{
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

/*入力内容の大設問と回答セットの装飾*/
.input_contents{
    width: 100%;
    border: 2px solid #20486d;
    background-color: #ffffff;
}

/*入力内容の大設問見出し装飾*/
.contents_area h4{
    background-color: #20486d;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

/*入力内容の中設問と回答セットの装飾*/
.input_contents2{
    width: 100%;
    border: 2px solid #1095d4;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 7px auto;
}

/*入力内容の大設問見出し装飾*/
.contents_area2 h4{
    background-color: #1095d4;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

.contents_area3 h4{
    background-color: #20b2aa;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
}

/*回答内容反映部分の装飾*/
.replication{
    padding: 5px;
    padding-left: 15px;
}

/*修正ボタンの配置*/
.update{
    width: 30%;
    margin: 0 auto;
}

/*設問が多い場合の下線*/
/*.odd_paint{
    display: inline-block;
    background: linear-gradient(transparent 80%, #e0e0e0 70%);
}

.even_paint{
    display: inline-block;
    background: linear-gradient(transparent 80%, #c8e6f5 70%);
}*/

/*ここまで---------------------------------------------------------------------*/

/*上に戻るボタンの装飾----------------------------------------------------------*/

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ef3f98;
  opacity: 0.8;
  border-radius: 50%;
}

#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*ここまで---------------------------------------------------------------------*/

/*サンプル画像が必要な部分の確認画面---------------------------------------------*/

/*フレックス*/
.flex3{
    display: flex;
}
.flex4{
    display: flex;
}

/*文字の確認部分*/
.kotae{
    width: 80%;
}
.kotae2{
    width: 70%;
}

/*デザインの画像確認部分*/
.gazou{
    position: relative;
    width: 20%;
    text-align: center;
}
.gazou2, .gazou3 {
    position: relative;
    width: 30%;
    text-align: center;
}

/*デザインの画像サイズ*/
.gazou img{
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 215px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gazou2 img{
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 370px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*ここまで---------------------------------------------------------------------*/

