@charset "utf-8";
.breadcrumb{
    background: url(../../images/keep/bg_breadcrumb.jpg) repeat center;
}
.area-header{
    background: url(../../images/keep/bg_header.jpg) repeat center;
}

/* --- page common --- */
h2, h3{
    font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
    font-size: 24px;
    line-height: 34px;
}
p{
    font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
    font-size: 16px;
    line-height: 24px;
}
ul.clearfix>li{
    float: left;
}
section>div{
    width: 960px;
    margin: 0 auto;
}

/* --- request --- */
.area-request{
    background: #f0f0e6;
    height: 450px;
}
.area-request li{
    width: 300px;
    height: 302px;
    background: url(../../images/keep/bg_vignette.png) no-repeat center;
}
.area-request li:first-of-type{
    width: 302px;
    margin-left: 32px;
}
.area-request>div{
    position: relative;
    height: 450px;
    padding-top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.area-request>div>h2{
    margin-left: 4px;
}
.area-request li>h3{
    margin-top: 77px;
}
.area-request li>p{
    margin-top: 11px;
}
.area-request>div>.trouble{
    position: absolute;
    right: 199px;
    bottom: 0;
    width: 492px;
    height: 150px;
    font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
    font-size: 24px;
    background: url(../../images/keep/bg_question.png) no-repeat left bottom;
    padding-left: 42px;
}
.area-request>div>.trouble>div{
    margin-top: 90px;
}

/* --- solution --- */
.area-solution{
    padding-top: 55px;
    position: relative;
}
.area-solution:after{
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #f0f0e6;
    z-index: 999;
    left: 50%;
    margin-left: -30px;
}
.area-solution ul{
    width: 850px;
    margin: 33px auto 0;
}
.area-solution ul>li{
    width: 250px;
    height: 350px;
    border: 2px solid #fffad7;
    margin-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.area-solution ul>li:nth-of-type(1){
    margin-left: 0;
    background: url(../../images/keep/bg_solution01.jpg) no-repeat center top;
}
.area-solution ul>li:nth-of-type(2){
    background: url(../../images/keep/bg_solution02.jpg) no-repeat center top;
}
.area-solution ul>li:nth-of-type(3){
    background: url(../../images/keep/bg_solution03.jpg) no-repeat center top;
}
.area-solution ul>li>h3{
    padding: 15px 0;
}
.area-solution ul>li>p{
    margin: 17px 18px;
    text-align: left;
}

/* --- menu of use-flow --- */
.area-useflowmenu>div>h2{
    margin-top: 40px;
}
.area-useflowmenu>div>p{
    margin-top: 10px;
}
.area-useflowmenu>div>ul{
    margin-top: 30px;
    width: 960px;
}
.area-useflowmenu>div>ul>li{
    width: 210px;
    height: 210px;
    margin-left: 40px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.area-useflowmenu>div>ul>li:nth-of-type(1){
    margin-left: 0;
    background: #fffbfb url(../../images/keep/text_no1.png) no-repeat 0 25px;
    border: 3px solid #ffebeb;
}
.area-useflowmenu>div>ul>li:nth-of-type(2){
    background: #fffef7 url(../../images/keep/text_no2.png) no-repeat 0 25px;
    border: 3px solid #fffad7;
}
.area-useflowmenu>div>ul>li:nth-of-type(3){
    background: #f7fcff url(../../images/keep/text_no3.png) no-repeat 0 25px;
    border: 3px solid #d7f0ff;
}
.area-useflowmenu>div>ul>li:nth-of-type(4){
    background: #fcfff7 url(../../images/keep/text_no4.png) no-repeat 0 25px;
    border: 3px solid #f0ffd7;
}
.area-useflowmenu>div>ul>li{
    position: relative;
}
.area-useflowmenu>div>ul>li:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #000;
    top: 50%;
    left: -27px;
    margin-top: -8px;
}
.area-useflowmenu>div>ul>li:nth-of-type(1):before{
    content: none;
}
.area-useflowmenu li>h3{
    margin-top: 48px;
}
.area-useflowmenu li>p{
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
}

/* --- use-flow --- */
.area-useflow{
    background: #f0f0e6;
    margin-top: 40px;
}
.area-useflow>.useitem{
    background: #fff;
    padding: 17px;
    padding-bottom: 12px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.area-useflow>.useitem:nth-of-type(1){
    margin-top: 37px;
    border: 3px solid #ffebeb;
}
.area-useflow>.useitem:nth-of-type(2){
    border: 3px solid #fffad7;
}
.area-useflow>.useitem:nth-of-type(3){
    border: 3px solid #d7f0ff;
}
.area-useflow>.useitem:nth-of-type(4){
    border: 3px solid #f0ffd7;
}
.area-useflow>.useitem:nth-of-type(1) h3{
    background: url(../../images/keep/text_step1.png) no-repeat;
}
.area-useflow>.useitem:nth-of-type(2) h3{
    background: url(../../images/keep/text_step2.png) no-repeat;
}
.area-useflow>.useitem:nth-of-type(3) h3{
    background: url(../../images/keep/text_step3.png) no-repeat;
}
.area-useflow>.useitem:nth-of-type(4) h3{
    background: url(../../images/keep/text_step4.png) no-repeat;
}
.area-useflow>.useitem:nth-of-type(1) h4{
    margin-top: 9px;
}
.area-useflow>.useitem:nth-of-type(1) p{
    margin-top: 14px;
}
.area-useflow>.useitem:nth-of-type(1) article:nth-of-type(2){
    margin-top: 52px;
    position: relative;
}
.area-useflow>.useitem:nth-of-type(1) article:nth-of-type(2):before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -39px;
    left: 50%;
    margin-left: -3px;
}
.area-useflow>.useitem>div{
    width: 437px;
    float: left;
    text-align: left;
}
.area-useflow>.useitem>div:nth-of-type(2){
    margin-left: 43px;
}
.area-useflow>.useitem h3{
    padding: 11px 0 0 63px;
    height: 53px;
}
.area-useflow>.useitem h4{
    font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
    font-size: 16px;
    font-weight: bold;
}
.area-useflow>.useitem p{
    line-height: 26px;
}
.area-useflow>.useitem:nth-of-type(2) h3+p{
    margin-top: 4px;
}
.area-useflow>.useitem:nth-of-type(2) h3+p+p{
    margin-top: 27px;
}
.area-useflow>.useitem:nth-of-type(2) h4{
    font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
    font-size: 18px;
    font-weight: normal;
}
.area-useflow>.useitem:nth-of-type(2) table,
.area-useflow>.useitem:nth-of-type(4) table{
    margin-top: 7px;
    width: 440px;
}
.area-useflow>.useitem:nth-of-type(2) table th,
.area-useflow>.useitem:nth-of-type(2) table td,
.area-useflow>.useitem:nth-of-type(4) table th,
.area-useflow>.useitem:nth-of-type(4) table td{
    padding: 12px 0 12px;
    border-bottom: 1px solid #ccc;
    font-family: meiryo,sans-serif;
    font-size: 14px;
}
.area-useflow>.useitem:nth-of-type(2) table tr:nth-of-type(5) th,
.area-useflow>.useitem:nth-of-type(2) table tr:nth-of-type(6) th{
    padding-bottom: 13px;
}
.area-useflow>.useitem:nth-of-type(2) table tr:first-of-type th,
.area-useflow>.useitem:nth-of-type(2) table tr:first-of-type td,
.area-useflow>.useitem:nth-of-type(4) table tr:first-of-type th,
.area-useflow>.useitem:nth-of-type(4) table tr:first-of-type td{
    border-top: 1px solid #ccc;
}
.area-useflow>.useitem:nth-of-type(2) table th,
.area-useflow>.useitem:nth-of-type(4) table th{
    width: 220px;
    padding-left: 10px;
    background: #fffad7;
}
.area-useflow>.useitem:nth-of-type(2) table td,
.area-useflow>.useitem:nth-of-type(4) table td{
    text-align: right;
}
.area-useflow>.useitem:nth-of-type(2) span,
.area-useflow>.useitem:nth-of-type(4) span {
    display: block;
    margin-top: 9px;
    font-family: meiryo,sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.area-useflow>.useitem:nth-of-type(3) h3+p{
    margin-top: 3px;
}
.area-useflow>.useitem:nth-of-type(3) h3+p+p{
    margin-top: 20px;
}
.area-useflow>.useitem:nth-of-type(3) h3+p+p+p{
    margin-top: 18px;
    margin-bottom: 4px;
}
.area-useflow>.useitem:nth-of-type(3) figcaption ul{
    margin-top:8px;
}
.area-useflow>.useitem:nth-of-type(3) figcaption li{
    margin-top:10px;
    padding-top:4px;
    font-family: meiryo,sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding-left: 29px;
    width: 175px;
    position: relative;
}
.area-useflow>.useitem:nth-of-type(3) figcaption li:before{
    content: attr(list-marker);
    position: absolute;
    left: 0;
    top: 0;
    font-family: meiryo,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding-top: 3px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.area-useflow>.useitem:nth-of-type(4) h4{
    margin-top: 9px;
}
.area-useflow>.useitem:nth-of-type(4) h4+p{
    margin-top: 14px;
}
.area-useflow>.useitem:nth-of-type(4) article:nth-of-type(2){
    margin-top: 38px;
}
.area-useflow>.useitem:nth-of-type(4)>div:nth-of-type(2) h4{
    margin-top: 19px;
    font-family: "Source Serif Pro","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E",serif;
    font-size: 18px;
    font-weight: normal;
}
.area-useflow>.useitem:nth-of-type(4)>div:nth-of-type(2) table{
    margin-top: 8px;
    margin-bottom: 6px;
}
.area-useflow>.useitem:nth-of-type(4) table th{
    background: #f0ffd7;
}
span.line-through{
    text-decoration: line-through;
}