@charset "utf-8";
/* CSS Document */
/*
**************************
**************************
MT入力汎用ページcss
**************************
**************************
*/
/**
 * 基本設定
 * ----------------------------------------------------------------------------
 */
/* 要素 */
body {
 font-size: 17px;
 line-height: 180%;
 word-break: break-all;
 font-family: "Yu Gothic UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 background-color: #FFF;
 background-image: none;
 width: 1000px;
 margin:  0 auto;
}
h1{
 margin:  15px 0;
}
h2 {
    background: #a8d8fb;
    border-left: 8px #000 solid;
    padding: 0 0 2px 5px;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
}
h2.shinjo{
    background: #ffe133;
}

h3 {
 font-size: 120%;
}
img, object, embed, video {
 max-width: 100%;
}
a:visited {
 color: #000000;
}
a[target*="_blank"]::after {}
ul, ol {
 list-style: none;
}
p {
 line-height: 33px;
}
hr {
 width: 100%;
}
/* クラス */
div.cont0, div.cont1, div.cont2, div.cont3, div.cont4, div.cont5, div.cont7, div.cont8, div.cont9, div.cont10 {
 text-align: center;
}
.text, .moviey, .img_s {
 margin-bottom: 50px;
}
.img1, .img2, .text1, .text2 {
 margin: 0 0 10px 0;
}
.clearfix:before, .clearfix:after {
 content: "";
 display: table;
}
.clearfix:after {
 clear: both;
}
.clearfix {
 zoom: 1;
}
.clear {
 clear: both;
}
.indent-1 {
 padding-left: 1em;
 text-indent: -1em;
}
/*職場体験*/

/*メニュー*/
.menu{
 display: flex;
 justify-content: space-between;
}
.menu li{
 background: #148ae0;
 width: 185px;
 line-height: 1.7rem;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 55px;
}
.menu li a{
 color: #fff;
 display: block;
 width: 100%;
}

.menu .shinjo{
 background: #ffc923;
}
.menu .shinjo a{
 color: #000;
}



/*応募要項*/
.list_dl{
display: flex;
border-bottom: #ccc 1px solid;
}
.list_dl dt{
width: 15%;
text-align: center;
font-weight: bold;
padding: 10px 0;
}
.list_dl dd{
width: 85%;
text-align: left;
padding: 10px 0;
}
/*応募フォーム*/
.form_menu{
display: flex;
justify-content: space-around;
margin-top: 20px;
}
.form_menu li{
background: #148ae0;
width: 250px;
}
.form_menu li a{
color: #fff;
display: block;
width: 100%;
padding: 10px 0;
}
.form_menu .shinjo{
background: #ffc923;
}
.form_menu .shinjo a{
color: #000;
}

/*Q＆A*/
.qa_dl{
text-align: left;
border-bottom: #ccc 1px solid;
    padding: 10px 0 10px 10px;
}
.qa_dl dt{
    font-weight: bold;
}
/*受賞感想文*/
.cont4_text{
    text-align: left;
    padding-left: 10px;
}
/*主催、お問い合わせ*/
.cont6{
    margin-top: 80px;
    text-align: left;
}
.cont6 dl{
    display: flex;
    border-bottom: #ccc 1px solid;
}
.cont6 dl:first-child{
     border-top: #ccc 1px solid;
}
.cont6 dt{
    min-width: 100px;
    text-align: center;
    border-right:  #ccc 1px solid;
     padding: 10px 0;
    background-color: #D6EDFF;
}
.cont6.shinjo dt{
    background-color: #FFFFCC;
}
.cont6 dd{
     padding: 10px 0;
    margin-left: 10px;
}
.cont6 dl dt{
    font-weight: bold;
}
.cont7_text{
    text-align: left;
    padding-left: 10px;
}

/**
 * フッター
 * ----------------------------------------------------------------------------
 */
.footer {
 padding: 30px 0;
 background-color: #FFFFFF;
}