@charset "UTF-8";
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
#container{
    width:100%;
    margin:0 auto;
    border-top:8px solid #2129B2;
}
section{
    width:100%;
    margin-bottom:80px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.sect{
    margin-bottom: 120px;
}
.mb30 {
    margin-bottom: 30px;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (min-width: 641px){
    img{
        max-width: 100%;
        height: auto;
        width /***/:auto;　
    }
    #container{
        width:100%;
        margin:0 auto;
    }
    header{
        background-color: #2129b2;
    }
    header .header_sum {
        max-width:960px;
        margin:0 auto;
        padding:20px 0;
        position: relative;
    }
    #headLogo{
        position: absolute;
        left: 0;
        bottom: -40px;
    }
    #headR{
        float: right;
        display: table;
    }
    #headTel{
        display: table-cell;
        vertical-align: middle;
        padding-right: 25px;
    }

    #mainVisualWrapp{
       width:100%;
       height: 630px;
       background:url(../images/main_bg.jpg) no-repeat center;
       background-size: cover;
   }


   #mainVisual{
       max-width:960px;
       margin:0 auto;
   }
   #mainVisual h2{
       text-align:center;
	   padding-top:13%;
   }
   #main{
       max-width:960px;
       margin:0 auto;

   }
   .main-txt {
    color:#fff;
    padding: 100px 0 1px;
	background-color:#2129b2;
}

.main-txt .main-txt-con {
    max-width:960px;
    margin:0 auto 70px;
}
.main-txt p {
    padding-bottom: 50px;
    font-size: 18px;
}
.main-txt p span{
    font-size: 15px;
}
.main-txt h2 {
    font-size: 36px;
    margin-bottom: 30px;
    position: relative;
	text-align:center;
    font-weight: bold;
}

footer{
    background:#2129B2;
    width:100%;
    color:#fff;
}
#copyright{
    text-align:center;
    padding: 30px 0;
}

#main_bottom {
    display: none;
}

/*
たとえばこんな方
------------------------------*/
.list_examples{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 370px;
    margin: 0 auto;
    position: relative;
}
.list_examples li {
    position: relative;
    width: calc(50% - 55px);
    margin: 0 0 28px;
    padding: 10px 0 10px 55px;
    font-weight: bold;
    color: #fff;
}
.list_examples li:nth-child(1){
    content: "";
    background: url(../images/img_number01.png) no-repeat;
    background-size:46px;
}
.list_examples li:nth-child(2){
    content: "";
    background: url(../images/img_number02.png) no-repeat;
    background-size:46px;
}
.list_examples li:nth-child(3){
    content: "";
    background: url(../images/img_number03.png) no-repeat;
    background-size:46px;
}
.list_examples li:nth-child(4){
    content: "";
    background: url(../images/img_number04.png) no-repeat;
    background-size:46px;
}
.list_examples li:nth-child(5){
    content: "";
    background: url(../images/img_number05.png) no-repeat;
    background-size:46px;
}
.list_examples li:nth-child(6){
    content: "";
    background: url(../images/img_number06.png) no-repeat;
    background-size:46px;
}
.list_examples li:nth-child(7){
    content: "";
    background: url(../images/img_number07.png) no-repeat;
    background-size:46px;
}
.examples {
    margin-bottom: 20px;
}

/*事例集ダウンローページフォーム部分*/
#crmWebToEntityForm {
    width:100%;
    margin:0 auto;
}

#crmWebToEntityForm p{
    font-size:30px;
    margin-bottom:30px;
}

#crmWebToEntityForm dl{
    margin-bottom:70px;
}

#crmWebToEntityForm dt {
    float:left;
    width:25%;
    text-align:right;
    vertical-align:middle;
    padding-right:3%;
    margin-bottom:20px;
    padding-top:10px;
}

#crmWebToEntityForm dd {
    float:left;
    width:57%;
    text-align:left;
    margin-bottom:20px;
}

#crmWebToEntityForm input[type=text] {
    width:100%;
    height:35px;
    border:3px solid #dde4ec;
    padding-left:2%;
    font-size:18px;
}

#crmWebToEntityForm input[type=text].formnamae {
    width:40%;
    margin-right:2%;
}

/*for Webkit*/
input[type=text]::-webkit-input-placeholder {
    color:#ccc;
    font-size:12px;
}

/*for Firefox*/
input[type=text]:-moz-placeholder {
    color:#ccc;
    font-size:12px;
}

.label-must {
    color: #fff;
    font-size: 75%;
    margin-left: 0.6em;
    padding: 0.2em 0.3em;
    text-align: center;
    white-space: nowrap;
    background-color: #d9534f;
}

#crmWebToEntityForm p.btn{
    text-align: center;
}

#crmWebToEntityForm .btn input[type=submit]{
    width: 350px;
    background: #1b32b5;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    border-radius:50px;
    letter-spacing:0.2em;
    cursor: pointer;
    webkit-border-radius:6px;
    -webkit-appearance:none;
    border: none;
}

/*
　プロフィール
-------------------------------------------*/
#profBox{
    margin:100px 0;
}
#profBox h2 {
    text-align: center;
    margin-bottom: 70px;
    color: #2129b2;
    font-size: 36px;
    font-weight: bold;
    position: relative;
}
#profBox h2:after {
    display: block;
    content: "　";
    width: 53px;
    border-bottom: 5px solid #2129b2;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
}
#profBox dl {
    display: table;
}
#profBox dl:after{
    clear:both;
}
#profBox dt{
    display: table-cell;
    width:40%;
}
#profBox dd{
    display: table-cell;
    vertical-align: middle;
    padding-left:3%
}
#profBox .prof{
	font-size:18px;
	margin-bottom:45px;
	}
#profBox .prof span{
	font-size:30px;
	}
#profBox p{
		font-size:16px;
	}


/*
　指導内容
-------------------------------------------*/
.content {

	}
.content .content_con {
    max-width: 900px;
    margin: 0 auto;
}
.content h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2129B2;
    text-align: center;
    position: relative;
}
.content h2 span {
    display: block;
    font-size: 18px;
}

.content li{
	color:#000000;
	font-size:18px;
}
	.content li span{
		font-size:15px;
	}
.content_con p{
	color:#000;
	font-size:26px;
	margin-bottom:40px;
	text-align:center;
    font-weight: bold;
	}
.content_con ul{
	width:100%;
	}

/*
  対象者
--------------------------------------------*/
	.target-txt{
	background-color: #2129b2;
    color: #fff;
    text-align: center;
    padding-top: 70px;
}
	.target-txt .target-txt-con {
    max-width:960px;
    margin:0 auto 70px;
}
.target-txt p {
    padding-bottom: 70px;
    font-size:26px;
}
.target-txt h2 {
    font-size: 36px;
    margin-bottom: 30px;
    position: relative;
    font-weight: bold;
}
.target-txt span {
    color: #5fd25a;
}

/*
お申し込み
-------------------------*/
.Consultation{
	width:100%;
	background-color:#2129b2;
}
.Consultation_inner {
    max-width: 960px;
	background-color:#2129b2;
    margin: 0 auto 80px;
	padding-top:70px;
	padding-bottom:50px;
}
.Consultation_inner h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.Consultation_inner h2 span {
    display: block;
    font-size: 16px;
}
.Consultation_inner p{
	color:#ffffff;
	font-size:18px;
	}

.Consultation_inner ul{
    display: flex;
	justify-content: space-between;
	margin-top:5%;
	}
	.Consultation_inner li{
		width:50%;
        margin: 0 auto;
	}
	.Consultation_inner p span {
	font-size: 15px;
	}

/*
　プログラム
--------------------------------------------*/
.recommended{
	width:100%;
	background-color:#2129b2;
}
.recommended_inner {
    max-width: 960px;
	background-color:#2129b2;
    margin: 0 auto 80px;
	padding-top:70px;
	padding-bottom:50px;
}
.recommended_inner h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
    position: relative;
}
.recommended_inner h2 span {
    display: block;
    font-size: 16px;
}
	.recommended_inner li{
		font-size:18px;
	}
.recommended_inner .list_examples {
    width: 100%;
    float: left;
}
.recommended_inner .list_examples li {
    color: #ffffff;
}
.recommended_inner .list_examples2 {
    width: 100%;
    float: left;
}
.recommended_inner .list_examples2 > li {
    color: #ffffff;
	}
	.recommended_inner a{
	color:#fff;
	}

.list_examples2 > li {
    position: relative;
    margin: 0 0 28px;
    padding: 10px 0 10px 70px;
    font-weight: bold;
    color: #fff;
}
.list_examples2 > li:nth-child(1) {
    content: "";
    background: url(../images/img_number01.png) no-repeat;
    background-size: 46px;
}
.list_examples2 > li:nth-child(2) {
    content: "";
    background: url(../images/img_number02.png) no-repeat;
    background-size: 46px;
}
.list_examples2 > li:nth-child(3) {
    content: "";
    background: url(../images/img_number03.png) no-repeat;
    background-size: 46px;
}
.list_examples2 > li:nth-child(4) {
    content: "";
    background: url(../images/img_number04.png) no-repeat;
    background-size: 46px;
}
.list_examples2 > li:nth-child(5) {
    content: "";
    background: url(../images/img_number05.png) no-repeat;
    background-size: 46px;
}
.list_examples2 > li > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.list_examples2 > li > ul > li {
    width: 50%;
    font-size: 15px;
}



/*
セッション
-------------------------*/
.session {

}
.session .session_con {
    max-width: 960px;
    margin: 0 auto;
}
.session h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #2129B2;
    text-align: center;
    position: relative;
}
.session table {
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
}
.session th,
.session td {
    padding: 15px 20px;
    border-top: 1px solid #D3D3D3;
    font-size: 18px;
}
.session th {
    width: 20%;
    background: #EEEEEE;
}
.session td {
    width: 80%;
}

}