body {
    font-family: "YakuHanJP", 'メイリオ','Meiryo','Meiryo UI','ＭＳ Ｐゴシック', 'MS PGothic', "YakuHanJP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'sans-serif';
    -webkit-text-size-adjust: 100%;
    color: #040621;
}
/* Material iconsを利用する */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* 推奨サイズ */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
    /* IEサポート */
    font-feature-settings: 'liga';
}
.pc {
}
.sp {
    display: none;
}
abbr {
    position: relative;
}
sup {
    font-size: 23px;
    position: relative;
    top: -15px;
    left: 0px;
}
* {
    box-sizing: border-box;
}

.sa {
opacity: 0;
transition: all 1.5s ease;
}
.sa.show {
opacity: 1;
transform: none;
}
.sa--lr {
transform: translate(-100px, 0);
}
.sa--rl {
transform: translate(100px, 0);
}
.sa--up {
transform: translate(0, 100px);
}
.sa--down {
transform: translate(0, -100px);
}
.sa--scaleUp {
transform: scale(.5);
}
.sa--scaleDown {
transform: scale(1.5);
}
.sa--rotateL {
transform: rotate(180deg);
}
.sa--rotateR {
transform: rotate(-180deg);
}


/*header
*****************************************************************/

header {
    position: fixed;
    /*z-index: 9999;*/
    width: 100%;
    height: 92px;
    z-index: 200;
    background:#fff;
    border-top:4px solid #557ae9;
    box-shadow : 0 0px 8px rgb(172 197 207 / 70%)
}
header .headerInner{
	position:relative;
    width: 1080px;
    margin:0 auto;

}

header h1 {
	position:absolute;
	top:-4px;
	left:0;
    display: block;
    background:#fff url(../images/logo.png) no-repeat center center;
    background-size: auto 80px;
    width: 142px;
    height: 92px;
    border-top:4px solid #557ae9;
  /*  border-radius:0 0 5px 5px;
    box-shadow : 0 0px 8px rgb(172 197 207 / 70%)*/
}
header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
header .menu-state, header .sp_btn {
    display: none;
}
header nav {
    float: right;
    position: relative;
}
header nav li {
    float: left;
}
header nav li.select {
    box-shadow : 0px 0px 0px 3px #fff inset, 0px -6px 0px 0px #132DDF inset
}
header nav li.blue_li_wrap  { padding: 7px 0;margin-left: 20px;}
header nav li.blue_li_wrap ul { display: flex; flex-direction: column; }
header nav li a {
    position: relative;
    display: block;
    color: #3b3d50;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    padding: 34px 14px;
    font-size: 14px;
    font-weight: bold;
}
.scene header nav li.sk_02 a, .fullstack header nav li.sk_05 a, header nav li.select a, header nav li.active a, header nav li a:hover, header nav li.select p, header nav li.active p, header nav li p:hover {
    color: #142ddf;
}
header nav li a i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
/* header nav li.blue_li {
} */
header nav li.blue_li p, header nav li.blue_li a {
    display: block;
    background: #557ae9;
    /* width: 160px; */
    width: 120px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /* margin: 25px 0 0 30px; */
    font-size: 15px;
    /* line-height: 40px; */
    line-height: 35px;
    cursor: pointer;
    font-weight: bold;
    padding:0 0 0 0;
    border-radius:3px;
}
header nav li.blue_li p, header nav li.blue_li.link a {
    background: #f37005;
    /* margin: 25px 0 0 15px; */
    margin-bottom: 4px;
}
header nav li.blue_li p:hover, header nav li.blue_li a:hover{
    background:#8fabfe;
}
header nav li.blue_li.contact p:hover {
    background: #fc9d4f;
}
header nav li.blue_li.link p:hover {
    background: #fc9d4f;
}
header nav li.blue_li.loginclose {
    display: none;
}
.login header nav li.blue_li.splogin {
    display: none;
}
header nav .pclogin {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
header nav .pclogin .close {
    padding: 0 0 0 106px;
    position: relative;
}
header nav .pclogin .close p {
    display: block;
    position: relative;
    background: #142ddf;
    width: 106px;
    height: 86px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 54px 0 14px 0;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}
header nav .pclogin .close p::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -22px;
    margin-right: 2px;
}
header nav .pclogin .close p::after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -22px;
    margin-right: -19px;
}
header nav .pclogin .close p:hover {
    background: #7584ef;
}
header nav .pclogin .list {
    width: 212px;
    background: #142ddf;
    padding: 6px;
}
header nav .pclogin .list dt {
    width: 100%;
    ;
    background: #fff;
    border-top: 1px solid #d7d7d7;
    text-align: center;
}
header nav .pclogin .list dt a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    text-decoration: none;
    background: #fff;
}
header nav .pclogin .list dt a:hover {
    background: #F0F0F0;
}
header nav .pclogin .list dt a:hover span {
    color: #132DDF;
}
header nav .pclogin .list dt img {
    width: 128px;
    vertical-align: top;
    padding: 0 0 5px 0;
}
header nav .pclogin .list dt span {
    display: block;
    text-align: center;
    color: #040621;
    font-size: 14px;
    line-height: 20px;
}
header .scenemenu {
    display: none;
    position: absolute;
    top: 86px;
    background: rgba(0,0,0,0.8);
    width: 100%;
    border-bottom: 2px solid #142dde;
    padding: 30px 0 60px 0;
    z-index: 9999;
}
header .scenemenu .inner {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 50px;
}
header .scenemenu .inner .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 35px 20px;
}
header .scenemenu .inner ul {
    width: 100%;
}
header .scenemenu .inner li {
    float: left;
    width: 33.3%;
    padding: 0 25px 0 25px;
}
header .scenemenu .inner li .liinner {
    background: #fff;
    border-radius: 3px;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}
header .scenemenu .inner li .liinner dt {
    background-size: cover;
    padding: 10px 20px;
}
header .scenemenu .inner li .liinner dt a {
    display: block;
    position: relative;
    background: rgba(20,45,222,0.9);
    padding: 20px 25px 20px 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
header .scenemenu .inner li .liinner dt a::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
}
header .scenemenu .inner li .liinner dt a:hover {
    background: rgba(43,66,224,0.6);
}
header .scenemenu .inner li .liinner dd {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}
header .scenemenu .inner li .liinner dd a {
    display: block;
    /*padding:13px 0;*/
    line-height: 20px;
    font-size: 16px;
    color: #040621;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
}
header .scenemenu .inner li .liinner dd ::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px #142dde;
    border-right: solid 1px #142dde;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}
header .scenemenu .inner li .liinner dd a:hover {
    color: #142dde;
}
header .scenemenu .inner li .liinner dd:first-child {
    border-top: none;
}
header .scenemenu .inner .close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 50px;
}
header .scenemenu .inner .close::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -22px;
    margin-right: 2px;
}
header .scenemenu .inner .close::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -22px;
    margin-right: -27px;
}
header .scenemenu .inner .close:hover {
    opacity: 0.7;
}
.spnavigation {
    opacity: 0;
    display: no;
    width: 0;
    height: 0;
}
/*footer
*****************************************************************/

footer {
    margin: 0 0 0 0;
    background: #f4f6ff;
    color: #fff;
}
footer .footer_guide {
    padding: 25px 0 25px 0;
    margin: 0 auto;
    max-width: 1080px;
}
footer .footer_guide ul {
	text-align:center;
    width: 100%;
    font-size:0;
}
footer .footer_guide ul li {
    display: inline-block;
    padding:0 14px;
	text-align:center;
}
footer .footer_guide ul li a{
    padding:0;
    font-size:15px;
    line-height:30px;
    color:#1f1f1f;
    text-decoration:none;
}
footer .footer_guide ul li a:hover{
    color:#557ae9;
    text-decoration:underline;
}
footer .copyright {
    padding: 35px 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    background: #fff;
    color: #040621;
}
/*label
*****************************************************************/
#wrapper {
    overflow: hidden; /* はみ出た部分は表示しない */
    background: #fff;
    padding: 0 0 70px 0;
}
.wrapper.top {
    padding: 0 0 0 0;
}
.scene #wrapper {
    padding: 0 0 70px 0;
    background: #f0f0f0;
}
.wrapper_content {
    position: relative;
    width: 100%;
    background: #f0f0f0;
    padding: 50px 0 0 0;
}
.wrapper_content::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 150px solid transparent;
    border-right: 0 solid transparent;
    border-left: 100vw solid #f7f7f7;
    border-bottom: 80px solid #f7f7f7;
}
.wrapper_content::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 200px solid transparent;
    border-right: 0 solid transparent;
    border-left: 100vw solid #fff;
    border-bottom: 0 solid #fff;
}
.wrapper_content_inner {
    padding: 70px 100px 0px 100px;
    overflow: visible; /* はみ出た部分は表示しない */
    position: relative;
    max-width: 980px;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
}
#wrapper h2 {
    padding: 70px 100px 200px 100px;
    overflow: visible; /* はみ出た部分は表示しない */
    position: relative;
    max-width: 980px;
    background: #fff;
    margin: 0 auto;
}

/*topSection
*****************************************************************/
.topSection {
    width: 100%;
    min-width: 1080px;
    margin:0 auto;
    padding:200px 0 95px 0;
    background:#f4f6ff url(../images/mainbg_loop_pc.png);
}
.topSection .topInner{
    width: 1080px;
    margin:0 auto;
}
.topSection .topInner .topBlock{
	width:100%;
	display:table;
}
.topSection .topInner .topLeft{
	vertical-align:top;
	display:table-cell;
    width: 50%;
    padding:0 0 0 50px;
}
.topSection .topInner .topRight{
	vertical-align:top;
	display:table-cell;
    width: 50%;
}
.topSection .topInner .topLeft h2{
    line-height:60px;
    font-size:36px;
    color:#3b3d50;
    font-weight:bold;
    padding:0 0 10px 0;
}
.topSection .topInner .topLeft h2 span{
    line-height:60px;
    font-size:50px;
}
.topSection .topInner .topLeft .text{
    line-height:32px;
    font-size:21px;
    color:#656776;
    font-weight:bold;
    padding:0 0 30px 0;
}
.topSection .topInner .topLeft .Icon{
    font-size:0;
    text-align:left;
    padding:0 0 50px 0;
}
.topSection .topInner .topLeft .Icon li{
	display:inline-block;
	padding:0 2px;
}
.topSection .topInner .topLeft .Icon li.line{
	padding:0 0;
}
.topSection .topInner .topLeft .Icon li img{
	height:48px;
}
.topSection .topInner .topLeft .Btn{
	padding:0 0 50px 0;
}
.topSection .topInner .topLeft .Btn p{
	width:300px;
}
.topSection .topInner .topLeft .Btn p a{
	display:block;
	width:100%;
	background:#f37005;
	line-height:35px;
	padding:15px 0;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	/*text-shadow: 1px 1px 1px #808080;*/
    -moz-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
}
.topSection .topInner .topLeft .Btn p a:hover{
	background:#ffa963;
}

/*logoSection
*****************************************************************/
.logosSection {
    width: 100%;
    min-width: 1080px;
    margin:0 auto;
    height:90px;
	box-shadow: 0px 22px 31px 0px rgb(0 0 0 / 0.06);
}
.logosSection ul{
	font-size:0;
	text-align:center;
}
.logosSection li{
	display:inline-block;
	padding:0 50px;
	vertical-align:top;
    height:90px;
    
}
.logosSection li div{
    display: flex;
    justify-content: center;
    align-items: center;
    height:90px;
    
}
.logosSection li img{
	height:50px;
}
.logosSection li:nth-child(1) img{
	height:28px;
}
.logosSection li:nth-child(3) img{
	height:40px;
}
.logosSection li:nth-child(4) img{
	height:45px;
}



/*reasonSection
*****************************************************************/
.reasonSection {
    width: 100%;
    min-width: 1080px;
    margin:0 auto;
    padding:140px 10px 70px 10px;
}
.reasonSection .reasonTitle{
    line-height:50px;
    font-size:35px;
    text-align:center;
    color:#3b3d50;
    font-weight:bold;
    padding:0 0 95px 0;
}
.reasonSection .reasonTitle span{
    line-height:50px;
    font-size:42px;
}
.reasonSection .reasonBlock{
    max-width: 1080px;
    margin:0 auto;
}
.reasonSection .reasonBlock .reasoninnerBlock{
    width: 100%;
    display:table;
}
.reasonSection .reasonBlock .reasoninnerBlock .reasonCont{
	width:33.3%;;
    display:table-cell;
    padding:0 30px;
    vertical-align:top;
}
.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riTitle{
	font-size:20px;
	color:#2b4fcf;
	line-height:48px;
	width:230px;
	margin:0 auto 25px auto;
	border:1px solid #e0e0e1;
	border-radius:25px;
	text-align:center;
	background: #f4f6ff;
    font-weight: bold;
}
.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riImage{
	text-align:center;
	padding:0 0 35px 0;
}
.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riImage img{
	width:100%;
}
.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riText{
    line-height:35px;
    font-size:17px;
}

/*functionSection
*****************************************************************/
.functionSection {
    width: 100%;
    min-width: 1080px;
    margin:0 auto;
    padding:70px 10px;
	background:#f4f6ff;
}
.functionSection .functionTitle{
    line-height:50px;
    font-size:35px;
    text-align:center;
    color:#3b3d50;
    font-weight:bold;
    padding:0 0 95px 0;
}
.functionSection .functionTitle span{
    line-height:50px;
    font-size:44px;
}
.functionSection .functionBlock{
    width: 1080px;
    margin:0 auto;
    height: auto;
overflow: visible;
display: flex;
justify-content: space-around;
    
}
.functionSection .functionBlock .functioninnerBlock1{
	width:40%;
	height: 400px;
	position: -webkit-sticky;
	position: sticky;
	align-self: flex-start;
	top: 35%;
	max-width: 500px;
	width: 100%;
	margin-right: auto;
}
.functionSection .functionBlock .functioninnerBlock1 .fn_img{
	display:none;
	width:400px;
}
.functionSection .functionBlock .functioninnerBlock1 .fn_img img{
	width:100%;
}
.functionSection .functionBlock .functioninnerBlock1 .fn_img.show{
	display:block;
}
.functionSection .functionBlock .functioninnerBlock{
    width:100%;
    padding:0 0 0 0;
    position: relative;
}
.functionSection .functionBlock .functioninnerBlock .functionCont{
    padding:0 0 200px 0;
    width:520px;
}
.functionSection .functionBlock .functioninnerBlock .functionCont:first-child{
}
.functionSection .functionBlock .functioninnerBlock .functionCont .fiTitle{
    line-height:50px;
    font-size:35px;
    color:#3b3d50;
    font-weight:bold;
    padding:0 0 35px 0;
}
.functionSection .functionBlock .functioninnerBlock .functionCont .fiTitle span{
    line-height:50px;
    font-size:44px;
}
.functionSection .functionBlock .functioninnerBlock .functionCont .fiText{
    line-height:35px;
    font-size:20px;
}
.functionSection .functionBlock .functioninnerBlock .functionCont .fiImg{
	display:none;
}


/*howtoSection
*****************************************************************/
.howtoSection {
    width: 1080px;
    padding:70px 0;
    margin:0 auto;
}
.howtoSection .howtoTitle{
    line-height:50px;
    font-size:35px;
    text-align:center;
    color:#3b3d50;
    font-weight:bold;
    padding:35px 0 80px 0;
}
.howtoSection .howtoTitle span{
    line-height:50px;
    font-size:44px;
}
.howtoSection .howtoBlock{
    width: 100%;
    display:table;
}
.howtoSection .howtoBlock .howtoinnerBlock{
    width: 50%;
    display:table-cell;
    vertical-align:top;
    padding:0 50px 0 0;
}
.howtoSection .howtoBlock .howtoinnerBlock:nth-child(2){
    padding:130px 0 0 50px;
}
.howtoSection .howtoBlock .howtoinnerBlock .contInner{
	position:relative;
    width: 100%;
    background:#f4f6ff;
    padding:40px 10px;
    min-height:370px;
    margin:0 0 95px 0;
    font-size:18px;
    line-height:35px;
    border-radius:5px;
}
.howtoSection .howtoBlock .howtoinnerBlock:nth-child(1) .howtoCont:nth-child(even){
	display:none;
}
.howtoSection .howtoBlock .howtoinnerBlock .contInner .count{
	position:absolute;
	top:0;
	left:0;
    font-size:18px;
    line-height:35px;
    color:#fff;
    width:70px;
    height:70px;
    padding:0 0 0 10px;
    
    background: url(../images/count_bg.png) no-repeat left top;
    background-size: auto 70px;
    border-radius:5px 0 0 0;
}
.howtoSection .howtoBlock .howtoinnerBlock .contInner .text{
    font-size:18px;
    line-height:32px;
    padding:0 40px 5px 40px; 
}
.howtoSection .howtoBlock .howtoinnerBlock .contInner .subText{
    font-size:14px;
    line-height:28px;
    padding:0 40px 0 40px; 
}
.howtoSection .howtoBlock .howtoinnerBlock .contInner .subText a{
    color:#3b3d50;
    text-decoration:none;
    display:nline-block;
    padding:0 10px 0 11px;
    background: url(../images/link_arrow.png) no-repeat left center;
    background-size: auto 8px;
    
}
.howtoSection .howtoBlock .howtoinnerBlock .contInner .img{
	text-align:center;
	max-width:370px;
	margin:0 auto;
}
.howtoSection .howtoBlock .howtoinnerBlock .contInner  .img img{
	width:100%;
}



/*casestudySection
*****************************************************************/
.casestudySection {
    width: 100%;
    min-width: 1080px;
    margin:0 auto;
    padding:70px 10px;
	background:#f4f6ff;
}
.casestudySection .caseTitle{
    line-height:60px;
    font-size:44px;
    text-align:center;
    color:#3b3d50;
    font-weight:bold;
    padding:0 0 40px 0;
}
.casestudySection ul{
	width:1080px;
    margin:0 auto;
	font-size:0;
}
.casestudySection ul li{
	display:inline-block;
	font-size:0;
	vertical-align:top;
	width:490px;
	min-height:270px;
	margin:0 48px 50px 0;
	border:1px solid #557ae9;
	border-radius:10px;
	padding:0 0 40px 0;
	background:#fff;
}
.casestudySection ul li:nth-child(even){
	margin:0 0 50px 48px;
}
.casestudySection ul li .cLogo{
	/*width:260px;*/
	margin:0 auto;
	/*padding: 0px 0;*/
    text-align: center;
    height: 150px;
}

.casestudySection ul li .cLogo.img01 img{
	width:258px;
	padding-top: 60px;
}

.casestudySection ul li .cLogo.img02 img{
	width:195px;
	padding-top: 38px;
}

.casestudySection ul li .cLogo.img03 img{
	width:210px;
	padding-top: 52px;
}

.casestudySection ul li .cLogo.img04 img{
	width:158px;
	padding-top: 41px;
}

.casestudySection ul li .cLogo img{
	/*width:100%;*/
}
.casestudySection ul li .cTitle{
    /*line-height:26px;*/
    font-size:20px;
	margin:0 0 0px 0;
	padding:13px 15px;
	background:#6374e8;
	color:#fff;
	border-radius:10px 10px 0 0;
	font-weight:bold;
	display: table;
    width: 100%;
}
.casestudySection ul li .cTitle span{
	/*display:inline-block;*/
    /*line-height:26px;*/
	font-size: 13px;
    color: #fff;
    background: #000;
    padding: 5px 0px 5px 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    line-height: 1;
    width: 18%;
}
.casestudySection ul li .cTitle em{
	font-style: normal;
	margin-left: 10px;
	line-height: 1;
}
.casestudySection ul li .cText{
    line-height:24px;
    font-size:18px;
    padding:0 30px 0 30px;
	word-break: break-all;
}



/*casestudySection2
*****************************************************************/
.casestudySection2 {
    width: 100%;
    min-width: 1080px;
    margin:0 auto;
    padding:70px 10px;
	background:#f4f6ff;
}
.casestudySection2 .caseTitle{
    line-height:60px;
    font-size:44px;
    text-align:center;
    color:#3b3d50;
    font-weight:bold;
    padding:0 0 80px 0;
}
.casestudySection2 .caseBlock{
	background:#fff;
	width:1080px;
	margin:0 auto;
	padding:85px 55px 40px 55px;
	
}
.casestudySection2 .caseBlock .caseBlockInner{
	display:table;
	width:100%;;
}
.casestudySection2 .caseBlock .caseBlockInner .caseLeft{
	display:table-cell;
	width:260px;
	padding:0 60px 0 0;
	vertical-align:top;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight{
	display:table-cell;
	vertical-align:top;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt{
	min-height:220px;
	background: url("../images/case_01_bg.png") no-repeat right bottom;
	
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt .casebTitle{
	color:#3b3d50;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	padding:0 0 30px 0;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt .casebsubText{
	font-size:16px;
	line-height:24px;
	padding:0 0 30px 0;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt .caseImg{
	display:none;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb{
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebsubTitle{
	color:#2b4fcf;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	padding:0 0 30px 0;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebText{
	font-size:16px;
	line-height:21px;
	padding:0 0 35px 0;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebText img{
	float:left;
	margin:0 45px 50px 0;
}
.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebText.imgr img{
	float:right;
	margin:0 0 50px 45px;
}


/*picSection
*****************************************************************/
.picSection {
    width: 100%;
    min-width: 1080px;
    padding:70px 10px;
    margin:0 auto;
}
.picSection .picTitle{
    line-height:50px;
    font-size:36px;
    text-align:center;
    color:#3b3d50;
    font-weight:bold;
    padding:0 0 40px 0;
}
.picSection .picTitle span{
    line-height:50px;
    font-size:50px;
}
.picSection .picIcon{
    font-size:0;
    text-align:center;
}
.picSection .picIcon li{
	display:inline-block;
	padding:0 2px;
}
.picSection .picIcon li.line{
	padding:0 0;
}
.picSection .picIcon li img{
	height:48px;
}
/*linkSection
*****************************************************************/
.linkSection {
    width: 100%;
    min-width: 1080px;
    background:#b7c8fd;
}
.linkSection .linkTitle{
    width: 100%;
    min-width: 1080px;
    background:#557ae9;
    color:#fff;
    font-weight:bold;
    padding:5px;
    line-height:40px;
    font-size:24px;
    text-align:center;
    margin:0 auto;
}
.linkSection .linkBtn{
    width: 100%;
    height:175px;
    color:#fff;
    background: url(../images/linkbtn_bg.png) no-repeat center bottom;
    background-size: auto 146px;
}
.linkSection .linkBtn p{
	width:300px;
	margin:0 auto;
	padding:50px 0 0 0;
}
.linkSection .linkBtn p a{
	display:block;
	width:100%;
	background:#f37005;
	line-height:35px;
	padding:15px 0;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	/*text-shadow: 1px 1px 1px #808080;*/
    -moz-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
}

.linkSection .linkBtn p a:hover{
	background:#ffa65e;
}

/* window_1000
*****************************************************************/


@media screen and (max-width: 1040px) {

	/*logoSection
	*****************************************************************/
	.logosSection {
	    min-width: 700px;
	    height:90px;
	}
	.logosSection ul{
	}
	.logosSection li{
		padding:0 20px;
	    height:90px;
	    
	}
	.logosSection li div{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height:90px;
	    
	}
	.logosSection li img{
		height:40px;
	}
	.logosSection li:nth-child(1) img{
		height:24px;
	}
	.logosSection li:nth-child(3) img{
		height:35px;
	}
	.logosSection li:nth-child(4) img{
		height:40px;
	}
}

/* window_860
*****************************************************************/


@media screen and (max-width: 860px) {
}

/* SP
*****************************************************************/


@media screen and (max-width: 736px) {
.pc {
    display: none ! important;
}
.sp {
    display: block;
}
sup {
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 0px;
}
/*header
	*****************************************************************/

header {
    height: 70px;
    border-top:none;
}
header .headerInner{
	position:relative;
    width: 100%;

}

header h1 {
	position:absolute;
	top:0;
	left:0;
    display: block;
    background:#fff url(../images/logo.png) no-repeat center center;
    background-size: auto 70px;
    width: 140px;
    height: 70px;
    border-top:none;
    border-radius:0 0 0 0;
    box-shadow :none;
}
header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

header nav {
	position:absolute;
	top:0;
	right:0;
	z-index:201;
}
header nav li {
    display: none;
}
header nav li a {
    position: relative;
    display: block;
    color: #5f5f5f;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    padding: 34px 35px 34px 20px;
}
header nav li.dob a {
    padding: 26px 35px 26px 20px;
}
header nav li.active a,  header nav li a:hover {
    color: #142ddf;
}
header nav li a i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
header nav li.blue_li {
    display: block;
    margin-right: 70px;
}
header nav li.blue_li.contact {
    margin-right: 0;
}
header nav li.blue_li p,  header nav li.blue_li a {
    display: block;
    background: #557ae9 url(../images/icon_form.png) no-repeat center 15px;
    background-size: 35px auto;
    width: 70px;
    padding: 40px 0 12px 0;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 0;
    border-radius:0;
}
header nav li.blue_li.link a,header nav li.blue_li.link p{
    background: #f37005 url(../images/icon_link.png) no-repeat center 15px;
    background-size: 35px auto;
}
header nav li.blue_li a:hover,  header nav li.blue_li p:hover {
    background: #7584ef url(../images/icon_form.png) no-repeat center 15px;
    background-size: 35px auto;
    color: #fff;
}
header nav li.blue_li.link a:hover,header nav li.blue_li.link p:hover{
    background: #ffa256 url(../images/icon_link.png) no-repeat center 15px;
    background-size: 35px auto;
}
header .sp_btn {
    z-index: 202;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
}
header .sp_btn p {
    width: 70px;
    height: 70px;
    font-size: 12px;
    padding: 40px 0 0 0;
    line-height: 20px;
    text-align: center;
    -webkit-transition: .3s ease-out;
}
header .sp_btn .menu__line {
    position: absolute;
    left: 23px;
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
}
header .menu-state:checked ~ .sp_btn .menu__line {
    left: 24px;
    width: 20px;
    height: 1px;
}
header .menu-state:checked ~ .sp_btn p {
    color: #fff;
    color: #000;
}
header .sp_btn p::before {
    content: "メニュー";
}
header .menu-state:checked ~ .sp_btn p::before {
    content: "閉じる";
}
header .sp_btn .menu__line:nth-child(1) {
    top: 15px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
header .sp_btn .menu__line:nth-child(2) {
    top: 22px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
header .sp_btn .menu__line:nth-child(3) {
    top: 29px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
header .menu-state:checked ~ .sp_btn .menu__line:nth-child(1) {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, 7px) rotate(45deg) scaleX(1.4);
    transform: translate(0, 7px) rotate(45deg) scaleX(1.4);
    background: #fff;
    background: #000;
}
header .menu-state:checked ~ .sp_btn .menu__line:nth-child(2) {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    background: #fff;
    background: #000;
    opacity: 0;
}
header .menu-state:checked ~ .sp_btn .menu__line:nth-child(3) {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, -7px) rotate(-45deg) scaleX(1.4);
    transform: translate(0, -7px) rotate(-45deg) scaleX(1.4);
    background: #fff;
    background: #000;
}
.spnavigation {
    position: fixed;
    top: -100vh;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: transform 0s .3s, opacity .3s ease-out 0s;
    transition: transform 0s .3s, opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    background: #F0F0F0 url(../images/spnavigation_line.png) left top repeat-x;
    /* background:#142dde;*/
    color: #142dde;
    -webkit-overflow-scrolling: touch;
}
header .menu-state:checked ~ .spnavigation {
    -webkit-transition: opacity .3s ease-out, -webkit-transform 0s;
    transition: opacity .3s ease-out, -webkit-transform 0s;
    transition: transform 0s, opacity .3s ease-out;
    transition: transform 0s, opacity .3s ease-out, -webkit-transform 0s;
    -webkit-transform: translate(0, 100vh);
    transform: translate(0, 100vh);
    opacity: 1;
}
header .spnavigation ul {
    padding: 100px 30px 0 30px;
    width: 100%;
    height:100vh;
    overflow:scroll;
}
header .spnavigation ul li {
    font-size: 18px;
    padding: 0 0 15px 0;
}
header .spnavigation ul dt {
    font-size: 26px;
    padding: 0 0 20px 0;
}
header .spnavigation ul dd {
    display: inline-block;
    width: 55%;
    line-height: 24px;
    padding: 13px 0 13px 40px;
    font-size: 20px;
}
header .spnavigation ul dd:nth-child(odd) {
    width: 40%;
    padding: 13px 0 13px 0;
}
header .spnavigation ul dt,  header .spnavigation ul dd {
    -webkit-transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: opacity .3s ease-out 0s, -webkit-transform 0s .3s;
    transition: opacity .3s ease-out 0s, transform 0s .3s;
    transition: opacity .3s ease-out 0s, transform 0s .3s, -webkit-transform 0s .3s;
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    opacity: 0;
}
header .menu-state:checked ~ .spnavigation ul dt,  header .menu-state:checked ~ .spnavigation ul dd {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(1) dt {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(2) dt {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(3) dt {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(4) dt { -webkit-transition-delay: 0.3s;  transition-delay: 0.3s; }
header .menu-state:checked ~ .spnavigation ul li:nth-child(5) dt { -webkit-transition-delay: 0.4s;  transition-delay: 0.4s; }
header .menu-state:checked ~ .spnavigation ul li:nth-child(6) dt { -webkit-transition-delay: 0.5s;  transition-delay: 0.5s; }
header .menu-state:checked ~ .spnavigation ul li:nth-child(7) dt { -webkit-transition-delay: 0.6s;  transition-delay: 0.6s; }
header .menu-state:checked ~ .spnavigation ul li:nth-child(8) dt { -webkit-transition-delay: 0.7s;  transition-delay: 0.7s; }
/* header .menu-state:checked ~ .spnavigation ul li:nth-child(3) dd {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
} 
header .menu-state:checked ~ .spnavigation ul li:nth-child(4) dt:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(4) dt:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
header .menu-state:checked ~ .spnavigation ul li:nth-child(4) dt:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
} */
header .spnavigation ul a {
    /*	color:#fff;*/
    color: #142dde;
    text-decoration: none;
}
header .spnavigation .logo {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background:#fff url(../images/logo.png) no-repeat left center;
    /*	background: url(../images/logo_w.png) no-repeat left top;*/
    background-size: auto 70px;
    width: 100%;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index:5;
}
/*pageTop
	*****************************************************************/
.pageTop img {
    width: 68px;
}
/*footer
	*****************************************************************/


footer {
    margin: 0 0 0 0;
    background: #f4f6ff;
    color: #fff;
}
footer .footer_guide {
    padding: 25px 0 25px 0;
    margin: 0 auto;
    max-width: 1080px;
}
footer .footer_guide ul {
	text-align:left;
    width: 100%;
    font-size:0;
}
footer .footer_guide ul li {
    display: block;
    padding:0 14px;
	text-align:left;
}
footer .footer_guide ul li a{
    /*padding:0;*/
    font-size:14px;
    line-height:30px;
    color:#1f1f1f;
    text-decoration:none;
    background: url(../images/f_arrow.png) no-repeat left center;
    background-size:auto 10px;
    padding:0 0 0 20px;
}
footer .footer_guide ul li a:hover{
    color:#557ae9;
    text-decoration:underline;
}
footer .copyright {
    padding: 25px 0;
    line-height: 20px;
    font-size: 14px;
}


/*topSection
*****************************************************************/
.topSection {
    width: 100%;
    min-width: 100%;
    margin:0 auto;
    padding:150px 0 50px 0;
    background:#f4f6ff url(../images/mainbg_loop_pc.png);
}
.topSection .topInner{
    width: 100%;
    margin:0 auto;
}
.topSection .topInner .topBlock{
	display:block;
}
.topSection .topInner .topLeft{
	width:100%;
	display:block;
    padding:0 0 0 0;
}
.topSection .topInner .topRight{
	display:block;
	width:300px;
	text-align:center;
	margin:0 auto;
}
.topSection .topInner .topLeft h2{
    line-height:40px;
    font-size:23px;
    padding:0 0 20px 0;
    text-align:center;
}
.topSection .topInner .topLeft h2 span{
    line-height:40px;
    font-size:31px;
}
.topSection .topInner .topLeft .text{
    line-height:29px;
    font-size:16px;
    padding:0 0 20px 0;
    text-align:center;
}
.topSection .topInner .topLeft .Icon{
    font-size:0;
    text-align:center;
    padding:0 0 25px 0;
}
.topSection .topInner .topLeft .Icon li{
	display:inline-block;
	padding:0 5px;
}
.topSection .topInner .topLeft .Icon li.line{
	padding:0 0;
}
.topSection .topInner .topLeft .Icon li img{
	height:35px;
}
.topSection .topInner .topLeft .Btn{
	padding:0 0 35px 0;
}
.topSection .topInner .topLeft .Btn p{
	width:285px;
	margin:0 auto;
}
.topSection .topInner .topLeft .Btn p a{
	display:block;
	width:100%;
	background:#f37005;
	line-height:30px;
	padding:15px 0;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
    -moz-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.6);
}
.topSection .topInner .topRight #animation_container,
.topSection .topInner .topRight #animation_container #canvas,
.topSection .topInner .topRight #dom_overlay_container{
	width:300px ! important;
	height:289px ! important;
}
	/*logoSection
	*****************************************************************/
	.logosSection {
	    min-width: 350px;
	    height:60px;
	    margin:0 auto;
	}
	.logosSection ul{
	    width: 350px;
	    margin:0 auto;
		font-size:0;
		text-align:center;
	}
	.logosSection li{
		display:inline-block;
		padding:0 8px;
		vertical-align:top;
	    height:60px;
	    
	}
	.logosSection li div{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height:60px;
	    
	}
	.logosSection li img{
		height:23px;
	}
	.logosSection li:nth-child(1) img{
		height:14px;
	}
	.logosSection li:nth-child(3) img{
		height:18px;
	}
	.logosSection li:nth-child(4) img{
		height:20px;
	}
	/*reasonSection
	*****************************************************************/
	.reasonSection {
	    width: 100%;
	    min-width: 100%;
	    margin:0 auto;
	    padding:40px 14px;
	}
	.reasonSection .reasonTitle{
	    line-height:50px;
	    font-size:23px;
	    padding:0 0 35px 0;
	}
	.reasonSection .reasonTitle span{
	    line-height:50px;
	    font-size:31px;
	}
	.reasonSection .reasonBlock{
	    max-width: 100%;
	    margin:0 auto;
	}
	.reasonSection .reasonBlock .reasoninnerBlock{
	    width: 100%;
	    display:block;
	}
	.reasonSection .reasonBlock .reasoninnerBlock .reasonCont{
		width:100%;;
	    display:block;
	    padding:0 0;
		margin-bottom: 40px;
	}
	.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riTitle{
		font-size:16px;
		color:#2b4fcf;
		line-height:40px;
		width:180px;
		margin:0 auto 30px auto;
		border-radius:20px;
		font-weight:bold;
		background:#f4f6ff;
	}
	.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riImage{
		padding:0 0 25px 0;
	}
	.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riImage img{
		width:290px;
	}
	.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riText{
	    line-height:28px;
	    font-size:16px;
	    padding:0 0 50px;
	}
	.reasonSection .reasonBlock .reasoninnerBlock .reasonCont .riText:last-child{
	    padding:0 0 15px;
	}

	/*functionSection
	*****************************************************************/
	.functionSection {
	    width: 100%;
	    min-width: 100%;
	    margin:0 auto;
	    padding:50px 15px 35px 15px;
	}
	.functionSection .functionTitle{
	    line-height:50px;
	    font-size:23px;
	    padding:0 0 45px 0;
	}
	.functionSection .functionTitle span{
	    line-height:50px;
	    font-size:31px;
	}
	.functionSection .functionBlock{
	    width: 100%;
	}
	.functionSection .functionBlock .functioninnerBlock1{
		display:none;
	}
	.functionSection .functionBlock .functioninnerBlock{
	    padding:0 0 0 0;
	}
	.functionSection .functionBlock .functioninnerBlock .functionCont{
	    padding:0 0 70px 0;
	    width:100%;
	}
	.functionSection .functionBlock .functioninnerBlock .functionCont:last-child{
	    padding:0 0 25px 0;
	    width:100%;
	}
	.functionSection .functionBlock .functioninnerBlock .functionCont .fiTitle{
	    line-height:40px;
	    font-size:23px;
	    padding:0 0 30px 0;
	    text-align:center;
	}
	.functionSection .functionBlock .functioninnerBlock .functionCont .fiTitle span{
	    line-height:40px;
	    font-size:31px;
	}
	.functionSection .functionBlock .functioninnerBlock .functionCont .fiText{
	    line-height:28px;
	    font-size:16px;
	    padding:0 0 30px 0;
	}
	.functionSection .functionBlock .functioninnerBlock .functionCont .fiImg{
		display:block;
		text-align:center;
		margin:0 auto;
		max-width:320px;
	}

	.functionSection .functionBlock .functioninnerBlock .functionCont .fiImg img{
		width:100%;
	}


	/*howtoSection
	*****************************************************************/
	.howtoSection {
	    width: 100%;
	    padding:60px 15px 35px 15px;
	    margin:0 auto;
	}
	.howtoSection .howtoTitle{
	    line-height:50px;
	    font-size:23px;
	    padding:0 0 40px 0;
	}
	.howtoSection .howtoTitle span{
	    line-height:50px;
	    font-size:31px;
	}
	.howtoSection .howtoBlock{
	    width: 100%;
	    display:block;
	}
	.howtoSection .howtoBlock .howtoinnerBlock{
	    width: 100%;
	    display:block;
	    padding:0 0 0 0;
	}
	.howtoSection .howtoBlock .howtoinnerBlock:nth-child(2){
	    display:none;
	}
	.howtoSection .howtoBlock .howtoinnerBlock .contInner{
		position:relative;
	    width: 100%;
	    background:#f4f6ff;
	    padding:30px 10px;
	    min-height:320px;
	    margin:0 0 18px 0;
	    font-size:16px;
	    line-height:28px;
	    border-radius:5px;
	}
	.howtoSection .howtoBlock .howtoinnerBlock:nth-child(1) .howtoCont:nth-child(even){
		display:block;
	}
	.howtoSection .howtoBlock .howtoinnerBlock .contInner .count{
	    font-size:18px;
	    line-height:35px;
	    width:60px;
	    height:60px;
	    padding:0 0 0 10px;
	    background: url(../images/count_bg.png) no-repeat left top;
	    background-size: auto 61px;
	    
	}
	.howtoSection .howtoBlock .howtoinnerBlock .contInner .text{
	    padding:0 20px 10px 20px;
	    
	}
	.howtoSection .howtoBlock .howtoinnerBlock .contInner .subText{
	    padding:0 20px 0 20px;
	    
	}



	/*casestudySection
	*****************************************************************/
	.casestudySection {
	    min-width: 100%;
	    margin:0 auto;
	    padding:70px 10px 40px 10px;
		background:#f4f6ff;
	}
	.casestudySection .caseTitle{
	    line-height:50px;
	    font-size:31px;
	    text-align:center;
	    color:#3b3d50;
	    font-weight:bold;
	    padding:0 0 40px 0;
	}
.casestudySection ul{
	width:100%;
    margin:0 auto;
	font-size:0;
}
.casestudySection ul li{
	display:block;
	width:100%;
	min-height:auto;
	margin:0 0 25px 0;
	border:1px solid #557ae9;
	border-radius:10px;
	padding:0 0 20px 0;
	background:#fff;
}
.casestudySection ul li:nth-child(even){
	margin:0 0 50px 0;
}
	
.casestudySection ul li .cLogo{
	/*width:260px;
	margin:0 auto;
	padding:0 0 25px 0;*/
	height: auto;
}
.casestudySection ul li .cLogo img{
	/*width:100%;*/
}
.casestudySection ul li .cLogo.img01 img{
	width:70%;
	padding-top: 12%;
	padding-bottom: 12%;
}

.casestudySection ul li .cLogo.img02 img{
	width:50%;
	padding-top: 6%;
	padding-bottom: 6%;
}

.casestudySection ul li .cLogo.img03 img{
	width:57%;
	padding-top: 10%;
	padding-bottom: 10%;
}

.casestudySection ul li .cLogo.img04 img{
	width:40%;
	padding-top: 9%;
	padding-bottom: 9%;
}
.casestudySection ul li .cTitle{
    /*line-height:27px;*/
    font-size:18px;
	margin:0;
}
.casestudySection ul li .cTitle span{
    /*line-height:27px;*/
    font-size:13px;
    color:#fff;
    padding:0 5px 0 5px;
    margin:0 10px 0 0;
	width: 25%;
}
.casestudySection ul li .cText{
    line-height:24px;
    font-size:16px;
    padding:0 15px 0 15px;
}

	/*casestudySection2
	*****************************************************************/
	.casestudySection2 {
	    min-width: 100%;
	    margin:0 auto;
	    padding:70px 20px 20px 20px;
		background:#f4f6ff;
	}
	.casestudySection2 .caseTitle{
	    line-height:50px;
	    font-size:31px;
	    text-align:center;
	    color:#3b3d50;
	    font-weight:bold;
	    padding:0 0 40px 0;
	}
	.casestudySection2 .caseBlock{
		background:none;
		width:100%;
		margin:0 auto;
		padding:0 0 0 0;
		
	}
	.casestudySection2 .caseBlock .caseBlockInner{
		display:block;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseLeft{
		display:none;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight{
		display:block;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt{
		position:relative;
		min-height:240px;
		background: url("../images/case_01_bg.png") no-repeat right bottom;
		background-size:125px auto;
		
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt .casebTitle{
		font-size:16px;
		line-height:22px;
		font-weight:bold;
		padding:0 0 28px 0;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt .casebsubText{
		font-size:13px;
		line-height:17px;
		padding:0 0 30px 115px;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt .caseImg{
		display:block;
		position:absolute;
		top:75px;
		left:0;
		
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRt .caseImg img{
		width:100px;
		
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb{
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebsubTitle{
		font-size:16px;
		line-height:20px;
		padding:0 0 20px 0;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebText{
		font-size: 15px;
		line-height: 1.6;
		padding:0 0 30px 0;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebText img{
		float:left;
		margin:0 35px 50px 0;
		width:125px;
	}
	.casestudySection2 .caseBlock .caseBlockInner .caseRight .caseRb .casebText.imgr img{
		float:right;
		margin:0 0 50px 35px;
	}

	/*picSection
	*****************************************************************/
	.picSection {
	    width: 100%;
	    min-width: 100%;
	    padding:35px 10px;
	    margin:0 auto;
	}
	.picSection .picTitle{
	    line-height:40px;
	    font-size:23px;
	    padding:0 0 30px 0;
	}
	.picSection .picTitle span{
	    line-height:40px;
	    font-size:31px;
	}
	.picSection .picIcon{
	    font-size:0;
	    text-align:center;
	}
	.picSection .picIcon li{
		display:inline-block;
		padding:0 5px;
	}
	.picSection .picIcon li.line{
		padding:0 0;
	}
	.picSection .picIcon li img{
		height:35px;
	}
	/*linkSection
	*****************************************************************/
	.linkSection {
	    min-width: 100%;
	}
	.linkSection .linkTitle{
	    width: 100%;
	    min-width: 100%;
	    background:#557ae9;
	    color:#fff;
	    font-weight:bold;
	    padding:5px;
	    line-height:40px;
	    font-size:16px;
	    text-align:center;
	    margin:0 auto;
	}
	.linkSection .linkBtn{
	    width: 100%;
	    height:135px;
	    background: url(../images/linkbtn_bg_sp.png) no-repeat center bottom;
	    background-size: auto 115px;
	}
	.linkSection .linkBtn p{
		width:210px;
		padding:35px 0 0 0;
	}
	.linkSection .linkBtn p a{
		line-height:30px;
		padding:15px 0;
		color:#fff;
		font-size:20px;
	}

}



/*manual
*****************************************************************/
.manualSection {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  padding: 70px 10px;
  background: #f4f6ff;
}
.manualSection h3 {
  line-height: 60px;
  font-size: 44px;
  text-align: center;
  color: #3b3d50;
  font-weight: bold;
  padding: 0 0 80px 0;
}
.manualSection ul {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  font-size: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.manualSection .movie {
  /* width: 30%; */
  width: 209px;
  margin-right: 20px;
  /* padding: 0 2px 20px 2px; */
}
/* .manualSection li{ float: left;} */
.manualSection .movie .movieImg {
  width: 100%; margin: 0 auto; overflow: hidden;
}
.manualSection .movie .movieImg img {
  cursor: pointer;
  width: 100%; opacity: 1; 
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.manualSection .movie .movieImg img:hover{
	width:100%;
	transform:scale(1.1,1.1);
	opacity:0.6;
}
.manualSection .movie .movienavi {
    padding: 10px 0 0;
    font-size: 16px;
}
.manualSection .movie .movienavi div{
	height:60px;
	overflow:hidden;
}
@media screen and (max-width: 736px) {
  .manualSection {
    width: 100%; min-width: 100%;  padding: 40px 10px;
  }
  .manualSection h3 {
    line-height: 50px; font-size: 23px; padding: 0 0 40px 0;
  }
  .manualSection ul {
    margin: 0 auto;
    justify-content: space-between;
    max-width: 456px;
  }
  .manualSection ul::after {
    width: 48%;   content: "";
  }
  .manualSection .movie {
    width: 48%;   margin-right: 0;
  }
}


/*plan
*****************************************************************/
.planSection {
  width: 100%;
  padding: 70px 10px;
  position: relative;
  max-width: 1080px;
  min-width: 1080px;
  margin: 0 auto;
  overflow: hidden; /* はみ出た部分は表示しない */
}
.planSection h3 {
  line-height: 60px;
    font-size: 44px;
    text-align: center;
    color: #3b3d50;
    font-weight: bold;
    padding: 0 0 80px 0;
}
.planSection .title {
  text-align: left;
  font-size: 25px;
  font-weight:bold;
  line-height: 28px;
  padding: 0 0 0 10px;
  margin:0 0 25px 0;
  border-left:4px solid #142ddf;
}
.planSection .text {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 35px 0;
}
.planSection .plan_c {
  width: 100%;
  margin: 0 auto 40px auto;
  background: #f0f0f0;
  padding: 25px;
}
.planSection .plan_c .outer {
  background: #fff;
  margin:45px 0 0 0;
}
.planSection .plan_c .outer:first-child{
  background: #fff;
  margin:0 0 0 0;
}
.planSection .plan_c .inner {
  padding: 40px 35px;
}
.planSection .plan_c .outer::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, #00bfa5), color-stop(0.50, #2b54fe), color-stop(1.00, #d50000));
  background: -moz-linear-gradient(left, #00bfa5, #2b54fe, #d50000);
  background: linear-gradient(left, #00bfa5, #2b54fe, #d50000);
}
.planSection .plan_c .subTitle{
  font-size: 25px;
  font-weight:bold;
  line-height: 28px;
  padding: 0 0 20px 0;
}
.planSection .plan_c .innerText{
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 35px 0;
}

.planSection .plan_c .inner .group{
  display: flex;
  align-items: flex-end;
}
.planSection .plan_c .inner .group .hplan{
display: flex;
flex-direction: column;
position: relative;
  width: 100%;
  max-width: 20%;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  z-index: 0;
}
.planSection .plan_c .inner .group .hplan:last-child{
  border-right: 1px solid #e2e2e2;
}
.planSection .plan_c .inner .group .hplan.pickup{
  border: 2px solid #142ddf;
}


.planSection .plan_c .inner .group .hplan .hplanTitle{
background:#4357e5;
height:55px;
font-weight:bold;
text-align:center;
color:#fff;
line-height:25px;
padding:15px 0 15px;
  border-radius: 5px 5px 0 0;
}
.planSection .plan_c .inner .group .hplan.pickup .hplanTitle{
padding:25px 0 15px 0;
height:65px;
  border-radius: 4px 4px 0 0;
  background:#142ddf url(../images/pickup.png) no-repeat left top;
  /* background: url(../images/link_arrow.png) no-repeat left center; */

}

.planSection .plan_c .inner .group .hplan .hplanDetail{
padding:20px 10px;
min-height:180px;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldTab{
font-size:14px;
text-align:center;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldPrice{
font-weight:bold;
font-size:14px;
padding:0 0 10px 0;
text-align:center;
line-height:24px;
}
.planSection .plan_c .inner .group .hplan.pickup .hldPrice{
color:#142ddf;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldPrice span{
font-size:18px;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldText{
font-size:14px;
}


.planSection .plan_c .inner .group .hplan .hplanStrage{
text-align:center;
background:#f0f0f0;
line-height:25px;
padding:10px 5px;
font-size:14px;

}
.planSection .plan_c .inner .group .hplan .hplanTime{
text-align:center;
line-height:22px;
padding:10px 5px;
font-size:14px;
}
.planSection .plan_c .inner .group .hplan .hplanStrage span,
.planSection .plan_c .inner .group .hplan .hplanTime span{
font-weight:bold;
font-size:16px;
}

.planSection .plan_c .inner .group .hplan .hplanAnalysis{
display:none;
}


.planSection .plan_c .inner .aianalysis{
  /*text-align:right;*/
  padding:20px 0 30px 0;
}
.planSection .plan_c .inner .aianalysis p{
display: inline-block;
  width: 100%;
  line-height: 35px;
  font-size: 22px;
  /* border-right: 1px solid #e2e2e2; */
  /* border-bottom: 1px solid #e2e2e2; */
  border: 1px solid #e2e2e2;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 25px 10px 25px 10px;
  text-align: center;
  font-weight: bold;
}
.planSection .plan_c .inner .aianalysis p span{
font-size:35px;
}

.planSection .plan_c .inner .aianalysis p em{
margin-left:10px;
font-style:normal;
font-weight: bold;
}

.planSection .plan_c .inner .innerdl{

}
.planSection .plan_c .inner .innerdl dt{
padding-left:2em;
text-indent:-2em;
line-height:22px;
padding-bottom:2px;
}


.planSection .plan_c .optionImg{
max-width:740px;
margin:0 auto;
padding:0 0 40px 0;
font-size:0;

}
.planSection .plan_c .foption{
display:inline-block;
width:44%;
font-size:16px;
vertical-align:top;
}

.planSection .plan_c .coption{
display:inline-block;
width:12%;
font-size:16px;
text-align:center;
padding:50px 0 0 0;

}
.planSection .plan_c .roption{
display:inline-block;
width:44%;
font-size:16px;
vertical-align:top;
}
.planSection .plan_c .coption img{
width:60px;


}
.planSection .plan_c .foption .foptionInner,
.planSection .plan_c .roption .roptionInner{
background:#fff;
border-radius:2px;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
  margin:0 0 30px 0;;
}
.planSection .plan_c .foption .foptionInner .optionTitle,
.planSection .plan_c .roption .roptionInner .optionTitle{
background:#4357e5;
color:#fff;
font-size:20px;
line-height:25px;
padding:15px 0 15px 0;
text-align:center;
border-radius:2px 2px 0 0;
}

.planSection .plan_c .foption .odText,
.planSection .plan_c .roption .odText{
font-size:14px;
line-height:22px;
font-weight:bold;
}

.planSection .plan_c .foption .odText span,
.planSection .plan_c .roption .odText span{
display:block;
font-weight:normal;
}
.planSection .plan_c .foption .optiondietail{
position:relative;
padding:30px 0 35px 100px;
  background: url(../images/price_img_01.png) no-repeat left center;
  background-size:125px auto;
}
.planSection .plan_c .roption .optiondietail{
padding:30px 0 35px 120px;
  background: url(../images/price_img_02.png) no-repeat left center;
  background-size:120px auto;
}
.planSection .plan_c .foption .optiondietail .odname,
.planSection .plan_c .roption .optiondietail .odname{
font-size:20px;
line-height:26px;
color:#142ddf;
font-weight:bold;
padding:0 0 5px 0;
text-align:center;
}
.planSection .plan_c .foption .optiondietail .odprice,
.planSection .plan_c .roption .optiondietail .odprice{
line-height:30px;
font-size:30px;
font-weight:bold;
text-align:center;
padding:0 0 0 0;
}
.planSection .plan_c .foption .optiondietail .odprice span,
.planSection .plan_c .roption .optiondietail .odprice span{
font-size:20px;
}
.planSection .plan_c .foption .optiondietail .link{
position:absolute;
bottom:-17px;
left:20%;
width:60%;
background:#f0f0f0;
line-height:34px;
border-radius:17px;
text-align:center;
font-size:14px;
font-weight:bold;
}
.planSection .plan_c .foption .optiondietail .link a{
text-decoration:none;
}
.planSection .plan_c .foption .optiondietail .link a:hover{
opacity:0.6;
}




.planSection .plan_c .optionList{
max-width:740px;
margin:0 auto;
}
.planSection .plan_c .optionList .odlTitle{
  font-size: 18px;
color:#142ddf;
  font-weight:bold;
  line-height: 28px;
  padding: 0 0 5px 0;


}
.planSection .plan_c .optionList .odlText{
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 25px 0;
}
.planSection .plan_c .optionList .odlTable{
border-top:1px solid #d8d8d8;
border-left:1px solid #d8d8d8;
margin:0 0 25px 0;
}


.planSection .plan_c .optionList .odlTable .odlTh{
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
background:#f0f0f0;
  font-size: 18px;
  font-weight:bold;
  line-height: 28px;
  padding:10px;
  text-align:center;
}


.planSection .plan_c .optionList .odlTable .odlTr{
width:100%;
display:table;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;

}
.planSection .plan_c .optionList .odlTable .odlTr.pickup{
background:#fff7b4;

}


.planSection .plan_c .optionList .odlTable .odlTr .odlTdf{
display:table-cell;
vertical-align:middle;
line-height:28px;
  padding:10px;
  text-align:center;
  font-weight:bold;
  color:#ff3f2b;
  font-size:18px;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdd{
display:table-cell;
width:12%;
vertical-align:middle;
line-height:28px;
  padding:10px;
  text-align:center;
  font-size:22px;
  font-weight:bold;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdp{
display:table-cell;
width:30%;
vertical-align:middle;
line-height:28px;
  padding:10px;
  text-align:right;
color:#142ddf;
  font-size:22px;
  font-weight:bold;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdd span,
.planSection .plan_c .optionList .odlTable .odlTr .odlTdp span{
  font-size:16px;
  font-weight:normal;
  color:#000;

}

.planSection .plan_c .optionList .odlTable2{
border-top:1px solid #d8d8d8;
border-left:1px solid #d8d8d8;
margin:0 0 25px 0;
}

.planSection .plan_c .optionList .odlTable2 .odlTr{
width:100%;
display:table;
border-bottom:1px solid #d8d8d8;
}
.planSection .plan_c .optionList .odlTable2 .odlTr .odlTdh{
display:table-cell;
width:50%;
vertical-align:middle;
line-height:28px;
  padding:29px 10px;
  text-align:center;
  font-size:22px;
  font-weight:bold;
border-right:1px solid #d8d8d8;
}
.planSection .plan_c .optionList .odlTable2 .odlTr .odlTdh span{
  font-size:16px;
  font-weight:normal;
  color:#000;

}

@media screen and (max-width: 736px) {

/*plan
*****************************************************************/
.planSection {
  padding: 60px 0 0;
  position: relative;
  width: 100%;
  min-width: 100%;
}
.planSection h3 {
  font-size: 25px;
  line-height: 30px;
  padding: 0 0 10px 0;
}
.planSection .title {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 0 10px;
  margin: 20px 0 15px 15px;
  border-left: 4px solid #142ddf;
}
.planSection .text {
  font-size: 14px;
  line-height: 22px;
  padding: 0 15px 25px 15px;
}
.planSection .plan_c {
  margin: 0 auto;
  padding: 20px 15px 30px;
}
.planSection .plan_c .outer {
  background: #fff;
}
.planSection .plan_c .inner {
  padding: 20px 15px 0;
}
.planSection .plan_c .outer::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, #00bfa5), color-stop(0.50, #2b54fe), color-stop(1.00, #d50000));
  background: -moz-linear-gradient(left, #00bfa5, #2b54fe, #d50000);
  background: linear-gradient(left, #00bfa5, #2b54fe, #d50000);
}
.planSection .plan_c .subTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  padding: 0 0 15px 0;
}
.planSection .plan_c .innerText {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 30px 0;
}
.planSection .plan_c .inner .group {
  display: block;
  align-items: flex-end;
}
.planSection .plan_c .inner .group .hplan {
  display: block;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  margin: 0 0 25px 0;
}
.planSection .plan_c .inner .group .hplan:last-child {
  border-right: 1px solid #e2e2e2;
}
.planSection .plan_c .inner .group .hplan.pickup {
  border: 1px solid #142ddf;
}
.planSection .plan_c .inner .group .hplan .hplanTitle {
  height: auto;
  line-height: 25px;
  padding: 10px 0 10px;
}
.planSection .plan_c .inner .group .hplan.pickup .hplanTitle {
  padding: 10px 0 10px 0;
  height: auto;
  background: #142ddf url(../images/pickup.png) no-repeat left top;
  background-size: 120px auto;
}
.planSection .plan_c .inner .group .hplan .hplanDetail {
  padding: 10px 10px 15px 10px;
  min-height: auto;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldTab {
  font-size: 14px;
  text-align: center;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldPrice {
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 24px;
}
.planSection .plan_c .inner .group .hplan.pickup .hldPrice {
  color: #142ddf;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldPrice span {
  font-size: 24px;
}
.planSection .plan_c .inner .group .hplan .hplanDetail .hldText {
  font-size: 14px;
}
.planSection .plan_c .inner .group .hplan .hplanStrage {
  text-align: center;
  background: #f0f0f0;
  line-height: 25px;
  padding: 5px 5px;
  font-size: 14px;
}
.planSection .plan_c .inner .group .hplan .hplanTime {
  text-align: center;
  line-height: 22px;
  padding: 5px 5px;
  font-size: 14px;
}
.planSection .plan_c .inner .group .hplan .hplanAnalysis {
  display: block;
  text-align: center;
  background: #f0f0f0;
  line-height: 25px;
  padding: 5px 5px;
  font-size: 14px;
}
.planSection .plan_c .inner .group .hplan .hplanStrage span,
.planSection .plan_c .inner .group .hplan .hplanTime span,
.planSection .plan_c .inner .group .hplan .hplanAnalysis span {
  font-size: 20px;
}
.planSection .plan_c .inner .aianalysis {
  /*display:none;*/
}
.planSection .plan_c .inner .aianalysis p {
  display: inline-block;
  width: 100%;
  line-height: 34px;
  font-size: 22px;
  /* border-right: 1px solid #e2e2e2; */
  /* border-bottom: 1px solid #e2e2e2; */
  border: 1px solid #e2e2e2;
  background: #f0f0f0;
  border-radius: 4px;
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
}
.planSection .plan_c .inner .aianalysis p em {
  margin-left: 0px;
}
.planSection .plan_c .inner .innerdl {
  padding: 0 0 25px 0;
}
.planSection .plan_c .inner .innerdl dt {
  font-size: 14px;
}
.planSection .plan_c .optionImg {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  font-size: 0;
}
.planSection .plan_c .foption {
  display: inline-block;
  width: 48%;
  font-size: 16px;
  vertical-align: top;
}
.planSection .plan_c .coption {
  position: relative;
  display: inline-block;
  width: 4%;
  font-size: 16px;
  text-align: center;
  padding: 50px 0 0 0;
}
.planSection .plan_c .roption {
  display: inline-block;
  width: 48%;
  font-size: 16px;
  vertical-align: top;
}
.planSection .plan_c .coption img {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  z-index: 5;
}
.planSection .plan_c .foption .foptionInner,
.planSection .plan_c .roption .roptionInner {
  background: #fff;
  border-radius: 0;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
  margin: 0 0 25px 0;
  ;
}
.planSection .plan_c .foption .foptionInner .optionTitle,
.planSection .plan_c .roption .roptionInner .optionTitle {
  background: #4357e5;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0 5px 0;
  border-radius: 0;
}
.planSection .plan_c .foption .odText,
.planSection .plan_c .roption .odText {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.planSection .plan_c .foption .odText span,
.planSection .plan_c .roption .odText span {
  display: block;
  font-weight: normal;
}
.planSection .plan_c .foption .optiondietail {
  padding: 10px 0 20px 40px;
  background: url(../images/price_img_01.png) no-repeat left center;
  background-size: 55px auto;
}
.planSection .plan_c .roption .optiondietail {
  padding: 10px 0 20px 40px;
  background: url(../images/price_img_02.png) no-repeat left center;
  background-size: 55px auto;
}
.planSection .plan_c .foption .optiondietail .odname,
.planSection .plan_c .roption .optiondietail .odname {
  font-size: 13px;
  line-height: 14px;
  color: #142ddf;
  font-weight: bold;
  padding: 0 0 3px 0;
  text-align: center;
}
.planSection .plan_c .foption .optiondietail .odprice,
.planSection .plan_c .roption .optiondietail .odprice {
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 0;
}
.planSection .plan_c .foption .optiondietail .odprice span,
.planSection .plan_c .roption .optiondietail .odprice span {
  font-size: 12px;
}
.planSection .plan_c .foption .optiondietail .link {
  bottom: -15px;
  left: 8%;
  width: 84%;
  font-size: 12px;
  line-height: 30px;
}

.planSection .plan_c .optionList {
  padding: 0 0 20px 0;
}
.planSection .plan_c .optionList .odlTitle {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 5px 0;
}
.planSection .plan_c .optionList .odlText {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 15px 0;
}
.planSection .plan_c .optionList .odlTable {
  margin: 0 0 25px 0;
}
.planSection .plan_c .optionList .odlTable .odlTh {
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
}
.planSection .plan_c .optionList .odlTable .odlTr {
  width: 100%;
  display: block;
  font-size: 0;
  padding: 10px;
}
.planSection .plan_c .optionList .odlTable .odlTr.pickup {
  background: #fff7b4;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdf {
  display: none;
}
.planSection .plan_c .optionList .odlTable .odlTr.pickup .odlTdf {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #ff3f2b;
  font-size: 14px;
  width: 100%;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdd {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  line-height: 24px;
  padding: 0;
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdp {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  line-height: 24px;
  padding: 0;
  text-align: right;
  color: #142ddf;
  font-size: 22px;
  font-weight: bold;
}
.planSection .plan_c .optionList .odlTable .odlTr .odlTdd span,
.planSection .plan_c .optionList .odlTable .odlTr .odlTdp span {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.planSection .plan_c .optionList .odlTable2 {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  margin: 0 0 25px 0;
}
.planSection .plan_c .optionList .odlTable2 .odlTr {
  width: 100%;
  display: table;
  border-bottom: 1px solid #d8d8d8;
}
.planSection .plan_c .optionList .odlTable2 .odlTr .odlTdh {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  line-height: 25px;
  padding: 10px 2px;
  font-size: 22px;
}
.planSection .plan_c .optionList .odlTable2 .odlTr .odlTdh span {
  font-size: 14px;
}


}