/* http://meyerweb.com/eric/tools/css/reset/ 
       v2.0 | 20110126
       License: none (public domain)
    */
     
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	font-size: 100%;
    	font: inherit;
    	vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
    	display: block;
    }
    body {
    	line-height: 1;
        font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Pゴシック", sans-serif;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	content: none;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    img {
    	vertical-align: bottom;
    }
    a {
    	text-decoration: none;
    }

input[type="submit"]{
-webkit-appearance: none;
}

/*----------------全体・トップ---------------*/

.img-wrap img{
  width: 100%;
}

.entry-content{
  background:url(/assets/images/site/5e57514a53088.png) no-repeat top left/cover,#46ab8d ;
  padding: 20px 0;
  text-align: center;
}
.entry-intro img{
  width: 89%;
}
.button-wrap{
  margin: 10px 10px;
  padding: 17px 20px 7px;
  background: #ffffff;
}
.button-wrap p:first-of-type img{
  width:98%;
}
.button{
  margin: 10px 0;
}
.button img{
  width: 100%;
}
.entry-content-bottom{
  background: #26304c;
  padding: 20px 0;
  text-align: center;
}
.entry-intro-bottom{
  margin-bottom: 15px;
}
.entry-intro-bottom img{
  width: 60%;
}
.entry-attention{
  font-size: 0.75rem;
  margin: 5px 0;
}
.footer{
  background: #46ab8d;
  padding: 15px 0;
  color: #ffffff;
  text-align: center;
}
.footer-menu{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 7px 0 11px;
  font-size: 0.8rem;
}
.footer-menu li{
  margin: 1px 0;
}
.footer-menu a{
  display: inline-block;
  color: #ffffff;
  margin: 0 1px;
}

/*----------------下層共通---------------*/

.under-header{
  background: #46ab8d;
  padding: 8px 0 8px 5px;
}
.under-header img{
  width: 115px;
}

/*----------------案件一覧---------------*/

.condition{
  background: #46ab8d;
  padding: 16px 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
}
.condition span{
  font-size: 2rem;
  color: #fff721;
}

.ad-to-flow{
  padding: 25px 0;
  text-align: center;
}
.ad-to-flow img{
  width: 65%;
}
.ad-clear{
  padding: 30px 0;
  text-align: center;
}
.ad-clear img{
  width: 80%;
}

.ads{
  margin-bottom: 30px;
}
.ad-list{
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch; 
  border-top: solid 1px #989898;
}
.ad-items{
  box-sizing: border-box;
  width: 50%;

  text-align: center;
  border-bottom: solid 1px #989898;
}
.ad-items:nth-of-type(2n+1){
  border-right: solid 1px #989898;
}
.ad-items a{
  display: block;
  padding: 7px;
  color: #000000;
}
.ad-items-img img{
  width: 80px;
  height: 80px;
}
.ad-name{
  margin: 3px 0;
  font-weight: bold;
  font-size: 1rem;
}
.ad-course{
  font-size: 0.9rem;
}
.career-list{
  display: flex;
  justify-content: center;
  margin: 4px 0;
}
.d-icon,
.au-icon,
.sb-icon{
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  font-size: 0.7rem;
  color: #ffffff;
  border-radius: 3px;
  margin: 0 2px;
}
.d-icon{
   background: #d00e31;
}
.au-icon{
  background: #f75100;
}
.sb-icon{
  background: #9aa09e;
}

/*----------------案件一覧内モーダル---------------*/

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 7px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    width: 85%;
    height: 90vh;
    overflow: auto;
}

/*----------------案件詳細---------------*/

.detail{
  font-size: 0.9rem;
}

.detail-top{
  padding: 15px 7px 15px;
  border-bottom: solid 1px #c2c2c2;
}
.detail-top-inner{
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 17px;
}

.detail-text{
  margin-left: 10px;
}
.detail-text h2{
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.detail-text .career-list{
  justify-content: flex-start;
}
.detail-text p{
  margin-top: 12px;
  font-size: 0.7rem;
}
.detail-bunner{
  width: 100px;
  height: 100px;
}
.detail-bunner,
.detail-bunner img{
  width: 100px;
  height: 100px;
}

.to-site-condition{
  text-align: center;
  margin-bottom: 3px;
}
.to-site-condition span{
  font-weight: bold;
  font-size: 1.3rem;
  color: #fe3333;
}
.to-site-button img{
  width: 100%;
}

.detail-data{
  padding: 20px 7px;
}
.detail-data h3{
  width: 80px;
  margin-left: -7px;
  padding: 5px  0;
  background: #54aad6;
  border-radius: 2px;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  color: #ffffff;
}
.detail-list{
  margin: 15px 0 20px;
}
.detail-list dt{
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.detail-list dd{
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 16px;
}

.back-button{
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  background: #4f6296;
  border-radius: 3px;
  text-align: center;
}
.back-button a{
  display: block;
  padding: 9px 0;
  color: #ffffff;
}

/*----------------詳しい流れ---------------*/

.detail-flow{
  background: url(/assets/images/site/5e83f6032b7f1.png) no-repeat right bottom;
  background-size: 150px 150px;
  padding-bottom: 100px;
}

.detail-flow li{
  font-size: 0.9rem;
  margin-bottom: 13px;
}
.user-menu .back-button{
  margin: 10px auto;
}

/*----------------受取選択---------------*/

.congra-wrap{
  margin: 20px 10px;
  font-size: 0.8rem;
  line-height: 1rem;
}
.congra{
  font-size:1rem;
  color :#de2c2c;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
}

.gift-get{
  margin: 20px 20px 30px;
  border: solid 2px #54aad6;
}
.gift-get h2{
  padding: 10px 0;
  text-align: center;
  background: #54aad6;
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff;
}
.gift-get p{
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 8px 10px 0 10px
}
.key-word{
  font-weight: bold;
  color: #ff0000;
}
.gift-get .send-button{
  width: 80%;
  margin: 15px auto 20px;
  background: #2d9e17;
  border-radius: 3px;
  box-shadow: 0 6px 0 #1b5b16;
  font-size: 1.1rem;
  line-height: 1rem;
}
.gift-get .send-button a{
  display: block;
  padding: 12px 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*----------------メールアドレスエラー・プロフィール入力---------------*/

/*----------------メールアドレスエラー---------------*/
.entry-wrap{
  padding: 15px 8px;
}
.entry-wrap h2{
  margin: 12px 0 16px;
  font-size: 1rem;
  font-weight: bold;
}
.entry-wrap p{
  margin: 9px 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.entry-wrap .address-setting,
.entry-wrap .re-login{
  margin: 20px 0;
}

.entry-wrap .address-setting a,
.entry-wrap .re-login a{
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0;
  background: #00b900;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  border-radius: 3px;
}

/*----------------プロフィール入力---------------*/
.profile-input{
  margin: 20px 15px;
}
.profile-input h2{
  margin: 15px 0;
  font-size: 1.1rem;
  font-weight: bold;
}
.profile-input h3{
  font-weight: bold;
  margin:10px 0 5px;
}
.age-attention{
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.sex-input,
.age-input{
  margin-bottom: 10px;
}
.sex-input input{
 -webkit-appearance : none;
  border: solid 1px #a6a6a6;
  border-radius: 2px;
}
.age-input input{
 -webkit-appearance : none;
  border: solid 1px #a6a6a6;
  border-radius: 2px;
 -webkit-tap-highlight-color : rgba(0,0,0,0);
}
.submit button{
  -webkit-appearance: none;
  border-raidus: 2px;
  font-size: 0.8rem;
  padding: 3px 12px;
}

/*----------------よくある質問・利用規約・プライバシーポリシーetc---------------*/

.user-menu{
  padding: 10px;
  background: #54aad6;
}
.user-menu-inner{
  padding: 10px;
  background: #ffffff
}
.user-menu h2{
  margin: 12px 0 16px;
  font-size: 1.1rem;
  font-weight: bold;
}
.user-menu h3{
  margin:13px 0 7px;
  font-size: 0.9rem;
  font-weight: bold;
}
.user-menu p{
  margin: 6px 0;
  font-size: 0.7rem;
  line-height: 1.15rem;
}
.user-menu .sns-img{
  width: 70%;
  margin: 10px auto;
}
.user-menu .sns-img img{
  width: 100%;
}



.icons_p {
    font-size: 14px;
    font-weight: bold;
    margin: 4px;
}
.icons {
    overflow: hidden;
    margin-bottom: 10px;
}
.f_l
{
    display: inline-block;
    float: left;
}