@charset "utf-8";

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	color:#000;
	overflow-x: hidden;
	margin: 0 auto;
}

body .sp-item {
    display: none !important; }
  body .pc-item {    
    display: block !important; }	
  @media screen and (max-width: 780px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
      img {
          width: 100%;
      }
}

.kozuka {
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

p{
    line-height: 1.8;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

li{
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

@media screen and (max-width: 750px) {
    body{
        width: auto; 
        margin:0 auto;
        border-left: 0px;
        border-right: 0px;
        box-shadow : none;
    }
    p{
        line-height: 1.6;
    }

	.sp img{
		max-width:80%;	
    }
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
    text-decoration: underline;
    font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
    color: #ed1c24;
}
.yellow {
    background: linear-gradient(transparent 50%, #ffff00 20%);
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}

.ul{
    text-decoration: underline;
}

.marker-border-1{
    background:linear-gradient(transparent 50%, #ffff66 0%);
}

.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* プリヘッダー */ 
.p_head{
    background-color: #1b50a0;
    text-align: center;
    padding:10px 0;
}

.p_head img{
    width: 80%;
}

/* ヘッダー */
.main{
    text-align: center;
    background-color: #EAF8F9;
    padding: 0px 0px 20px;
}

.main img{
    width: 100%;
}

.btn{
    position: absolute;
    bottom: 50px;
    left: 20px;
}

.btn:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

@media screen and (max-width: 750px) {
    .p_head{
        padding:8px 0;
    }
    
    .p_head img{
        width: 100%;
    }

    .main{
        padding: 0px 0px 10px;
    }

    .btn{
        width: 95%;
        position: absolute;
        bottom: 3%;
        left: 2.5%;
    }
}

/* お悩み */
#nayami{
    background:url(../images/bg_nayami.jpg) repeat-x;
    background-size:100% 100%;
    background-position: center;
    text-align: center;
    padding: 40px 0px;
    margin-top: -1px;
}

.nayami_ttl{
    position: relative;
    z-index: 2;
    background-color:#1B1464;
    padding: 20px 0px;
    text-align: center;
}

.nayami_ttl::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/nayami_ttl_arrow.png) no-repeat 0 0/contain;
    width: 40px;
    height: 32px;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}

#nayami_detail{
    background-color:#F2F2F2;
    padding: 40px 0px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    #nayami{
        padding-bottom: 20px;
    }
    
    .nayami_ttl{
        padding: 10px 0px;
    }
    
    #nayami_detail{
        padding: 30px 0px 15px;
    }

}

/* 稼ぐチームとは？ */
#make_money_team{
    background:url(../images/bg_make_money_team.jpg) repeat;
    background-size:contain;
    text-align: center;
    padding: 30px 0px 50px;      
}

.make_money_team_ttl{
    border-top: 8px solid #2E3192;
    border-bottom: 8px solid #2E3192;
    width:95%;
    padding: 10px 0px;
    margin: 15px auto;
}

.make_money_team_text{
    margin: 30px 0px 0px;
}

/* 稼ぐチームになると会社経営はこう変わる */
#company_management{
    background:url(../images/bg_company_management.jpg) repeat-x;
    background-size:100% 100%;
    background-position: center;
    text-align: center;
    padding: 30px 0px 40px;    
}

@media screen and (max-width: 750px) {
    #make_money_team{
        padding: 15px 0px 20px;      
    }
    
    .make_money_team_ttl{
        border-top: 5px solid #2E3192;
        border-bottom: 5px solid #2E3192;
    }
    
    .make_money_team_text{
        margin: 15px 0px 0px;
    }
    
    #company_management{
        background-size:auto;
        padding: 10px 0px 20px;    
    }
}

/* 稼ぐチームに変わることができるのか？ */
#change_team{
    background-color:#fff;
    text-align: center;
    padding: 30px 0px;
}

.change_team_ttl{
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #1a50a0;
    padding: 15px 0px;
}

.change_team_ttl::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/change_team_ttl_arrow.png) no-repeat 0 0/contain;
    width: 57px;
    height: 28px;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

/* レスポンスデバイス */
#apply{
    background:url(../images/bg_apply.jpg) repeat-x;
    background-size:cover;
    text-align: center;
    padding: 10px 0px 20px;
}

.mail_form_box {
    width: 100%;
    margin: 20px auto 0px;
    text-align: left;
}

.input_lbl{
    margin: 15px auto 0px auto;
    text-align: left;
}

.inputText{
    height: 125px;
    width: 100%;
    padding-left: 2%;
    font-size: 26px;
    border:1px solid #4d4d4d;
    box-sizing: border-box;
}

input::placeholder{
    color: #ccc;
}

@media screen and (max-width: 750px) {
    #apply{
        background:url(../images/bg_apply_sp.jpg) repeat-x;
        background-size:100% 100%;
        padding: 10px 0px;
    }

    .mail_form_h{
        padding:20px 10px;
    }

    .mail_form_box{
        width: 100%;
        margin: 20px 0px 0px;
    }

    .inputText{
        height:80px;
        border:1px solid #B3B3B3;
        font-size:18px;
        margin-bottom:10px;
    }
}

/* 経営スピードが3倍になる理由 */
#reazon{
    background: url("../images/reazon_ttl_bottom_shadow.png") repeat-x;
    background-position: center 0px;
    background-color: #ffffdd;
    text-align: center;
    padding: 0px 0px 40px;
}

.reazon_ttl{
    background: rgb(255,255,122);
    background: -moz-linear-gradient(left,  rgb(255,255,122) 0%, rgb(255,255,188) 46%, rgb(255,255,130) 97%);
    background: -webkit-linear-gradient(left,  rgb(255,255,122) 0%,rgb(255,255,188) 46%,rgb(255,255,130) 97%);
    background: linear-gradient(to right,  rgb(255,255,122) 0%,rgb(255,255,188) 46%,rgb(255,255,130) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff7a', endColorstr='#ffff82',GradientType=1 );
    padding: 10px 0px;
    text-align: center;
}

.reazon_important_msg{
    color:#ed1c24;
    line-height: 1.3;
    font-size:34px!important;
    padding: 0px 0px 30px;
}

@media screen and (max-width: 750px) {
    .reazon_ttl{
        padding: 10px 10px;
    }
    
    .reazon_important_msg{
        color:#ed1c24;
        line-height: 1.3;
        font-size:1.3rem!important;
        padding: 0px 0px 10px;
    }
}

/* 内容の一部 */
#gaiyo{
    background:url(../images/bg_gaiyo.jpg) repeat-x;
    background-size:100% 100%;
    text-align: center;
    padding: 10px 0px 50px;
}

.gaiyo_ttl{
    padding: 20px 0px 0px;
}

@media screen and (max-width: 750px) {
    #gaiyo{
        padding: 10px 0px 30px;
    }
}

/* プロフィール */
#profile{
    background:url(../images/bg_profile.jpg) repeat-x;
    background-size:cover;
    text-align: center;
    padding: 0px 0px 40px;
}

.profile_ttl{
    text-align: center;
    background-color: #1a50a0;
    padding: 8px 0px;
}
@media screen and (max-width: 750px) {
    #profile{
        padding: 0px 0px 30px;
    }
}

/* 取扱いサービス一覧 */
#handling_service_list{
    background-color: #fff;
}

.handling_service_list_ttl{
    background-color: #1a50a0;
    padding: 7px 0px;
}

table {
    display: block;
    border: solid 1px silver;
    margin: 30px auto 30px;
    width: 100%;
}

table td {
    border: 1px silver solid;
    padding: 5px 10px;
    background-color: white;
}

table td.title {
    background-color: #dbffff;
    font-weight: bold;
    line-height: 1.3;
    font-size: 18px;
    width: 270px;
}

table td.gaiyo {
    width: 360px;
}

table td.price_free {
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    color:#f32225;
    font-size: 32px;
    width: 100px;
}

table td.standard_price {
    background-color: #fff;
    font-weight: bold;
    color:#000;
    font-size: 28px;
    line-height: 1.0;
    width: 100px;
}

.limited_time{
    font-size: 22px;
    text-decoration: underline;
}
.tax{
    font-size: 22px;
}

@media screen and (max-width: 750px) {
    table {
        margin: 20px auto;
    }

    table td {
        padding: 0px;
    }
    
    table td.title {
        font-size: 1.1rem;
        display: block;
        padding: 10px;
        width: auto;
    }

    table td.gaiyo {
        font-size:1.0rem;
        display: block;
        padding: 10px;
        width: auto;
    }

    table td.price_free {
        text-align: left;
        font-size: 1.6rem;
        display: block;
        padding: 5px 10px;
        width: auto;
    }

    table td.standard_price {
        font-size: 1.8rem;
        display: block;
        padding: 10px 10px;
        width: auto;
    }

    .limited_time{
        font-size: 1.5rem;
    }
    .tax{
        font-size: 1.1rem;
    }
}

/* フローティングメニュー */
.fixed-menu{
    width: 100%;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 5px #999;
    position: fixed;
    padding: 10px 0px;
    z-index: 24;
    bottom: 0;    
}

@media screen and (max-width: 750px) {
    .fixed-menu{
        bottom:0px;
        left:0;
        width: 100%;
        height: auto;
        box-shadow: none;
        padding: 0px;
        list-style: none;
        z-index: 99;
    }

    .fixed-menu:hover{
        opacity: 1.0;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
}

/* フッター */
#footer{
    background-color: #1A50A0;
    padding: 30px 0px 120px;
}

#footer ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-bottom: 10px;
}

#footer ul li:not(:last-of-type) {
    border-right: 1px solid #fff;
}

#footer ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0 10px;
}

#copyright{
    color: #fff;
    font-size: 20px;
    padding: 0px 10px;
}

@media screen and (max-width: 750px) {
    #footer{
        padding: 10px 0px 50px; /* フローティングメニューで下まで見えなくなる為、パディングで対処 */ 
    }
    #footer ul li a {
        font-size: 1.0rem;
    }
    #copyright{
        font-size: 0.8rem; 
    }
}

/* 共通 */
.inner{
    width:750px;
    margin: 0 auto;
}

.inner > p{
    text-align: justify;
    font-size: 24px;   
}

.font-big{
    font-size: 30px;
}

@media screen and (max-width: 750px) {
    .inner{
        width: auto;
        word-wrap: break-word;
        padding: 0px 10px;
    }
    
    .inner > p{
        text-align: justify;
        font-size: 1.0rem;   
    }
    
    .font-big{
        font-size: 1.2rem;
    }
}