@charset "UTF-8";

/* ====================================================

 *     サイト全体の基本スタイル

 *     背景色、文字色、リンク色はカラーセット設定で変化

 * ==================================================== */

.contents_right p {
  font-size: 16px;
}

.contents_right ul {
  list-style:none;
  padding-left: 0;
}

/*背景*/
.gamen_bg_color1{
  background-color: #fff;
  width:770px;
  text-align:left;
}

.gamen_bg_color2{
  background-color: #fff;
  padding: 10px;
  width:100%;
    margin:0px auto;
}


/*width100%のバナー*/
.gamen_width_max{
  text-align: center;
  line-height: 0px;
}

.gamen_width_max img{
  max-width: 100%;
}


.gamen_catch{
  margin:10px auto;
  background-color:#000;
  padding:10px;
}
.gamen_catch p{
  font-size:1.8em;
  text-align:center;
  color:#fff;
}


.gamen_lead{
  width:97%;
  margin:20px auto 50px;
}
.gamen_lead p{
  font-size:1.4em;
  line-height:1.6em;
}


.gamen_label{
  margin-bottom:15px;
}
.gamen_label li{
  padding-bottom: 30px;
}
.gamen_label span{
  color: #fff;
  font-size: 24px;
  line-height:1.6em;
  background-color: #5b00a2;
  padding: 5px;
}


.gamen_midashi {
  padding: 0.3em 0.3em;
  margin: 2em 0 0.2em;
  color: #232323;
  background: #fff;
  border-left: solid 10px #5b00a2;
  font-size:28px;
}

.gamen_revew{
  text-align:left;
  font-size:16px;
  line-height:25px;
  margin-bottom:30px;
}

.gamen_container{
    display: flex;
}
.gamen_left{
    width: 230px;
  box-sizing: border-box;
}
.gamen_contents{
    flex: 1;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}


.gamen_thum_big img{
  width:220px;
  border:solid 1px #000;
}


.gamen_special {
  background-color:#5b00a2;
  padding:5px 5px 3px 10px;
  margin-bottom: 8px;
}
.gamen_special span{
  font-size: 1.5em;
  color:#fff;
}


.gamen_title_txt{
  padding:10px;
  margin:0px 0px 8px 0px;
  background-color:#F2F2F2;
}
.gamen_title_txt span{
  border-bottom: dashed 1px #848484;
  color: #000;
  font-size: 15px;
  line-height:26px;
}

.gamen_btn {
  margin:10px auto;
  text-align:right;
}


.gamen_matome {
  width:94%;
  margin:30px auto 20px;
  border: dashed 2px #5b00a2;
  padding:10px;
}
.gamen_matome p {
  font-size:1.4em;
  line-height:1.6em;
  color:#5b00a2;
}


.gamen_sns{
  text-align:center;
}
.gamen_snsk p{
  margin:40px 0 0 0;
  font-size:2em;
}

.gamen_itioshi{
  margin:40px 0 0 0;
  text-align:center;
}
.gamen_itioshi span{
  font-size:2.2em;  
}

.gamen_itioshi_banner{
  display: flex;
  width:95%;
  flex-wrap: wrap;
  margin: auto;
}
.gamen_itioshi_banner li{
  width:50%;
  text-align:center;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3px 5px 3px;
}
.gamen_itioshi_banner img{
  width: 100%;
  max-width: 480px;
  height: auto;
}


.gamen_link {
  margin:30px auto;
  text-align:center;
}
.gamen_link p {
  font-size:1.4em;
}


.gamen_title_info{
  background-color:#f2f2f2;
  padding: 10px
}
.gamen_title_link{
  border-bottom: solid 1px #848484;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.gamen_title_link span{
  font-size: 20px;
  line-height:1.2em;
  color: #5b00a2;
  font-weight: bold;
}
.gamen_author_link {
  line-height:1.2em;
}

.gamen_itioshi_text {
  color:  #ffbb00;
  font-size:2.2em;  
  text-align:center;
  padding: 20px 0 0 0;
  text-decoration: underline;
  font-weight: bold;
}
.gamen_itioshi_text a{
  color:  #ff8f0b;
}


/*オメガバース*/
.gamen_lead_o {
    width: 97%;
    margin: 20px auto 50px;
    border: dashed 1px #5c2b36;
    padding: 10px;
}

.font_red {
    color: #ff007a;
}

.gamen_lead_o p {
    font-size: 1.2em;
    line-height: 1.4em;
  color: #5c2b36;
}

.gamen_itioshi_banner_o{
  display: flex;
  width:95%;
  flex-wrap: wrap;
  margin: auto;
}
.gamen_itioshi_banner_o li{
  width:100%;
  text-align:center;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0 3px 5px 3px;
}
.gamen_itioshi_banner_o img{
  width: 100%;
  max-width:480px;
  height: auto;
}