@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
/*body p, body span, body dl, h1, h2, h3, h4, h5, h6{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}
*/
.topContent{
    position: relative;
    padding-top: 50px;
	max-width: none;
}
.topContent .logoBox{
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
    text-align: center;
}
.topContent .logoBox > div{
    display: inline-block;
    vertical-align: text-bottom;
}
.topContent .logoBox > div:nth-child(1) p{
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #E41372;
    text-shadow: -2px -2px 0px rgba(255, 255, 255, 1), 2px 2px 0px rgba(255, 255, 255, 1), -2px 2px 0px rgba(255, 255, 255, 1), 2px -2px 0px rgba(255, 255, 255, 1);
}
.topContent .logoBox > div:nth-child(2) p{
    font-family: 'Noto Serif JP', serif;
    font-size: 9px;
    color: #4E4644;
    text-align: left;
}
.introBox{
    position: absolute;
    writing-mode: vertical-rl;
    top: 40%;
    left: 53%;
}
.introBox p{
    font-family: 'Noto Serif JP', serif;
    font-size: 11px;
    color: #221814;
    letter-spacing: 0;
}
.introBox p span{
    color: #E41372;
}
.content1{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%), url("images/index01-1.png");
    background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
	max-width: none;
	margin: 0 0 50px 0 ;
}
.content1 .content{
	width: 100%;
	padding: 50px 0;
}
.content1 p{
    font-size: 15px;
    text-align: center;
    color: #4C4C4C;
}
.content1 h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    color: #000;
    text-align: center;
    letter-spacing: 0.2em;
}
.content1 h2 span{
    color:#E41372;
}
.functionList{
    text-align: center;
    padding:20px 0 0 0 ;
}
.functionList > div{
    display: inline-block;
    vertical-align: top;
    background-color: #E41372;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    margin: 10px;
}
.functionList > div p{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 1.3em 0;
    line-height: 100%;
    font-weight: bold;
}
.content2{
    width: 84%;
    margin: 0 auto;
}
.trainingList .item {
    margin-bottom: 20px;
}
.trainingList .item > div{
    display: inline-block;
    vertical-align: top;
}
.trainingList .item .textBox{
    width: 100%;
    margin-right: 0;
}
.trainingList .item .imageBox{
    width: 100%;
}
.trainingList h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 27px;
    margin: 0;
    color: #000;
    text-align: left;
}
.trainingList h4{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #E41372;
    margin: 0;
}
.trainingList p{
    font-size: 12px;
}
.trainingList ul{
    list-style-type: none;
    font-family: 'Noto Serif JP', serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.trainingList ul li{
    display: inline-block;
    background-color: #E31272;
    color:#fff;
    padding: 0.5em 0;
    width: 7em;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
}

h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 50px 0 0 0;
    letter-spacing: 0.3em;
}
h2 hr{
    display: inline-block;
    border-color: #E31272;
    background-color: #E31272;
    height: 3px;
    width: 1em;
    vertical-align: middle;
    margin: 0 1em;
}
h3{
    font-size: 16px;
    color: #E41372;
    text-align: center;
}
.content3{
    background-color: #E4E4E4;
    width: 100%;
    max-width: none;
    padding: 20px 0;
}
.content3 > div{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.content4 .content > div{
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}
.content4 .content > div h3{
    text-align: left;
    margin: 30px 0 10px 0;
}
.content4 .content > div p{
    font-size: 12px;
    line-height: 200%;
}
.useCaseTable{
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 1px;
    margin: 0 auto;
}
.useCaseTable th{
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    font-weight: normal;
    padding: 0.25em 0.25em  ;
    text-align: center;
}
.useCaseTable td{
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    font-weight: normal;
    padding: 0.25em 0.25em  ;
    text-align: left;
    vertical-align: middle;
    line-height: 170%;
}
.useCaseTable thead th{
    background-color: #ECECED;
}
.useCaseTable tbody th{
    background-color:#585656;
    color: #fff;
}
.content5{
    background-color: #E4E4E4;
    width: 100%;
    max-width: none;
    padding: 20px 0;
}
.content5 .content{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.content5 .itemList{
    
}
.content5 .item{
    
}
.content5 .item > div{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.content5 .textBox h3{
    color: #221814;
    font-size: 17px;
    text-align: left;
}
.content5 .textBox h3 span{
    font-family: 'Noto Serif JP', serif;
    font-size: 10px;
    color: #E41372;
}
.content5 .textBox p{
    font-size: 15px;
}
.content5 .textBox p span{
    font-size:11px;
}
.content5 .linkButton{
    
}
.outlineTable{
    font-family: 'Noto Sans JP', sans-serif;
    width: 90%;
    margin: 0 auto 200px auto;
}
.outlineTable th{
    background-color: #E4E4E4;
    font-size: 14px;
    width: 5em;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    padding: 5px;
    vertical-align: top;
    font-weight: normal;
}
.outlineTable td{
    padding: 5px 10px;;
    font-size: 14px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color:#E4E4E4;
}
.outlineTable tr:last-child td{
    border-bottom-color: #fff;
}
.footerBlock{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footerBlock .linkButton1{
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    vertical-align: middle;
    background-color: #E31272!important;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 4px 0;
    width: 170px;
}
.footerBlock .linkButton1 span{
    font-size: 7px;
    font-weight: normal;
}
.footerBlock .linkButton2{
    font-size: 12px;
    line-height: 110%;
    width: 170px;
    text-align: center;
    vertical-align: middle;
    background-color: #ffft;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}
.footerBlock .linkButton img{
    vertical-align: bottom;
    
}
.footerBlock .linkButton div{
    display: inline-block;
}
.copyright{
    background-color: #fff;
    color:#000!important;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 9px!important;
    padding: 10px 0;
    margin: 0;
}

#slide_box{
    margin: 10px 0 50px 0;
    position: relative;
}
#slide_box2{
    margin: 10px 0 0 0;
    position: relative;
}
#slide_box_in, #slide_box_in2{
    width:100%;
    margin: auto;
}
.bx-wrapper {
    overflow:hidden;
    margin-bottom: 0;
}
.bx-wrapper {
	box-shadow: 0 0 0 #ccc;
	border: 0;
    max-width: 100%!important;
    background: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none;
}
.bx-viewport {
    width: 100% !important;
}
.slider img{
    width: 100%;
}
.slide_box_in {
  overflow: hidden;
}
.labelBlock{
    height: 100px;
}
.labelBlock > div{
    margin: 10px auto 0 auto;
    
}
.labelBlock h4{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #E4446C;
    margin: 0;
    transform-origin: left;
    text-align: center;
    
}
.labelBlock p{
    display: inline-block;
    color:#231815;
    width: 100%;
    max-width: 260px;
    text-align: left;
    font-size: 12px ;
    line-height: 150%;
}
#next_btn{
    position: absolute;
    bottom: 0;
    left:calc(((100% - 48px) / 4) * 3 + 24px);
    margin: 0;
}
#prev_btn{
    position: absolute;
    bottom: 0;
    left: calc((100% - 48px) / 4);
    margin: 0;
}
#next_btn a{
    display: inline-block;
    background-image: url("images/next_btn.png") ;
    width: 24px;
    height: 32px;
}
#prev_btn a{
    display: inline-block;
    background-image: url("images/prev_btn.png") ;
    width: 24px;
    height: 32px;
}
.labelBlock .label{
    display: none;
    text-align: center;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.topContent{
    padding-top: 30px;
}
.introBox{
    top: 30%;
    left: 53%;
}
.content1 .content{
	padding: 100px 0;
}
h2{
    font-size: 18px;
    letter-spacing: 0.3em;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.topContent{
    padding-top: 0;
}
.introBox p{
    font-size: 21px;
    letter-spacing: 0.25em;
}
.content1 h2{
    font-size: 21px;
    letter-spacing: 0.2em;
}
.functionList > div{
    width: 92px;
    height: 92px;
    margin: 10px;
}
.functionList > div p{
    font-size: 24px;
    margin: 1.3em 0;
}
.trainingList .item .textBox{
    width: 49%;
    margin-right: 1%;
}
.trainingList .item .imageBox{
    width: 50%;
}
.trainingList h3{
    font-size: 32px;
}
h2{
    font-size: 21px;
    letter-spacing: 0.3em;
}
h2 hr{
    width: 5em;
}
h3{
    font-size: 18px;
}
.useCaseTable{
    font-size: 17px;
    border-spacing: 5px;
}
.useCaseTable th{
    padding: 0.25em 0.5em  ;
}
.useCaseTable td{
    padding: 0.25em 0.5em  ;
}
.content5 .item > div{
    width: 50%;
}
.outlineTable{
    width: 50%;
}
.labelBlock h4{
    font-size: 18px;
}
.labelBlock p{
    font-size: inherit ;
}
.content4 .content > div{
    width: 50%;
}

}