@charset "UTF-8";

/* ------------------------------------------------------------------------------ */
/*    
 *
 *    CSS Document
 *    COMMON CSS 2016-02021
 *
 *
 */
/* ------------------------------------------------------------------------------ */

/*init//////////////////////////////////////////////////////////////////////////////
==================================================================================*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a:link{
  color: #FFF;
}
a:visited{
  color: #FFF;
}
a
{
  text-decoration: none;
}

a:hover .label,
a:hover .button_label,
a:hover span,
a:hover
a:hover
{
}
li{
  list-style: none;
}
th{
  font-weight: normal;
}
html,
body{
  height: 100%;
  
}

/**main**/
body{
   background: url('../img/bg.jpg');
}

/**head**/
header{
   background: #FFF;
   display:block;
}
header .inner{
   width:1000px;
   margin:auto;
   display: block;
   height: 60px;
   position:relative;
}
header h1,
header h2,
header #tel{
   display: inline;
}
header h1,
header h2{
   position: relative;
   top:5px;
}
header #tel{
   position: absolute;
   right: 0px;
   top:10px;
}

.main{
   position: relative;
}
.main img{
   display: block;
   margin:auto;
}
.catch{
   width:1000px;
   margin:auto;
   margin-bottom: 40px;
   padding-top:40px;
}
.catch.last{
   margin-bottom: 0px;
   padding-bottom: 60px;
}
.catch img{
   display: inline;
}
.icon.left {
	float:left;
}
.icon.right {
	float:right;
}
.catch hr{
	  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ffffff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: 0 0 3px #000000;
    height: 0;
    width: 605px;
    margin-top: 63px;
    border-color: #fff;

}
.flow{
   background :#fff;
   padding: 30px 0px;
}

.top_shadow{
    background: url(../img/top_shadow.png) repeat-x;
}
.bottom_shadow{
    background: url(../img/bottom_shadow.png) repeat-x bottom;
}
.lastoffer{
    position:relative;
}
.lastoffer .btn{
    position : relative;
    bottom: 90px;
}
.btn{
	border: 6px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0 0 10px #000000;
    color: #ffffff;
    display: block;
    font-size: 51px;
    margin: auto;
    padding: 30px 98px;
    text-align: center;
    width: 535px;
    text-shadow: 0 0 10px #000;
}

.btn span{
	font-weight: bold;
    line-height: 48px;
    margin-right: 22px;
}
.btn:hover{
     background: orange;
}



#footer_menu02 {
    background: rgba(0, 0, 0, 0) url("https://shinfield.jp/img/top/foot_menu02_bg.gif") repeat scroll 0 0;
    height: 36px;
}
#footer_menu02 ul li {
    background: rgba(0, 0, 0, 0) url("https://shinfield.jp/img/top/listmark02.gif") no-repeat scroll 0 13px;
    float: left;
    margin-right: 15px;
    padding: 12px 0 0 15px;
}
#footer_menu02 ul li a {
    color: #ffffff;
}
#copy {
    background: #000000 none repeat scroll 0 0;
}
#copy p {
    color: #676767;
}
.foot_logo {
    position: absolute;
    top: 30px;
}
#socialbtn {
    float: right;
    margin-top: 8px;
}
#socialbtn div {
    float: left;
    margin-right: 10px;
}
iframe.twitter-share-button {
    width: 90px !important;
}
#google_plusone {
    width: 70px;
}
.pagetop {
    bottom: 20px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 2147483647;
}
.top {
    bottom: 20px;
    cursor: pointer;
    position: fixed;
    right: 80px;
    z-index: 2147483647;
}

.foot_box02{
 	padding:30px;
	position:relative;
}
.foot_box{
 	padding:0px 30px;
}
#footer .center{
    margin: auto;
    text-align:center;
}
#footer img.center{
    display:block;
}

.sp{
    display:none;
}

/*--マンガ家の声-20191015 --*/
.voice_box{
   width:800px;
   max-width: 100%;
   margin:auto;
   margin-bottom: 40px;
   padding-top:40px;
   padding-right: 3%;
   padding-left: 3%;
   box-sizing:border-box;
   font-size: 1.2em;
}

.voice_bg{
   background: url(../img/voice_bg.png);
}


/* 吹き出し本体 */
.balloon_base{
	clear: both;
	display: block;
	padding: 30px 2% 0;
	box-sizing: border-box;
}

/* 吹き出し本体 */
.balloon_r{
	clear: both;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #333;
  background-color: #f5f5f5;
  margin-left: 110px;          /* 左に余白を設ける */
margin-top: 30px;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon_r .icon{
  position: absolute;
  left: -110px;
  top: 0;
	width: 80px;
	height: auto;
}
/* 三角アイコン */
.balloon_r::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #f5f5f5;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon_l{
	clear: both;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #333;
  background-color: #f5f5f5;
  margin-right: 110px;          /* 右に余白を設ける */
	margin-top: 30px;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon_l .icon{
  position: absolute;
  right: -110px;
  top: 0;
	width: 80px;
	height: auto;
}
/* 三角アイコン */
.balloon_l::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #f5f5f5;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon_l .icon img, .balloon_r .icon img{
  max-width: 100%;
  height: auto;
}

/* AddQuicktag用文字装飾 */
.f_b{
font-weight:bold;
font-size:110%;
}

.f_bb{
font-weight:bold;
font-size:140%;
}

.f_bbb{
font-weight:bold;
font-size:160%;
}

.f_br{
font-weight:bold;
color:#cc0000;
}

.f_r{
color:#cc0000;
}

.f_sr{
font-size:90%;
color:#cc0000;
}

.f_s{
font-size:90%;
color:#444;
}

.f_bc{
width: 100%;
box-sizing: border-box;
padding: auto 2%;
font-size:90%;
color:#444;
}

.f_bl{
font-weight:bold;
color:#0066cc;
}

.f_l{
color:#0066cc;
}

.f_bg{
font-weight:bold;
color:#339933;
}

.f_g{
color:#339933;
}

.f_mk{
background: linear-gradient(transparent 60%, #ff99ff 60%);
}

.ctr{
text-align: center;
margin: 0 auto;
}

.mt50{margin-top: 50px;}

