@charset "utf-8";
/* CSS Document */


html {
    background: #fff;
}
body {
    font-family: ' メイリオ', Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Ka ku Got hic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helv etica, Verdana, sans-serif;
    font-size: 14px;
    color: #504d49;
    line-height: 20px;
    margin: 0;
}
#wrapper {
    width: 100% !important;
    margin: 0 auto;
}
h1 {
    margin: 0px 0 1.5em 0 !important;
    padding: 0px !important;
    display: block;
    overflow: hidden;
}
/*  link 
-----------------------------------------------------------------------------*/
a {
    color: #af0c0e;
    text-decoration: none;
}
a:visited {
    color: #af0c0e;
}
a:hover {
    color: #af0c0e;
    text-decoration: underline;
}
a img {
    border: 0;
}
/* list
-----------------------------------------------------------------------------*/
ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
/*  font 
-----------------------------------------------------------------------------*/
.txt14 {
    font-size: 14px;
    line-height: 18px;
}
.txt12 {
    font-size: 12px;
    line-height: 16px;
}
.txt10 {
    font-size: 10px;
    line-height: 13px;
}
.txt_b {
    font-weight: bold;
}
.txt_01 {
    font-size: 0.55em;
}
.txt_02 {
    font-size: 3.25em;
}
.txt_03 {
    font-size: 2em;
}
.txt_04 {
    font-size: 5em;
    color: #4AABC7;
    line-height: 130%;
    font-weight: bold;
}
.txt_05 {
    font-size: 22px !important;
}
/*  align
-----------------------------------------------------------------------------*/
.align_r {
    text-align: right;
}
.align_c {
    text-align: center;
}
.align_l {
    text-align: left;
}
.valign_m {
    vertical-align: middle;
}
/*  float 
-----------------------------------------------------------------------------*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.cb {
    clear: both;
}
.clearfix:after {
    height: 0;
    display: block;
    clear: both;
    content: " ";
}
/*  width
-----------------------------------------------------------------------------*/
.w_1200 {
    width: 1200px;
    margin: auto;
}
.w_100 {
    width: 100%;
}
.main_img {
    text-align: center;
    background: #f9f9f9;
    border-bottom: #ccc;
}
/*  background
-----------------------------------------------------------------------------*/

.bg_05 {
    background: #e4eef1;
}
.bg_06 {
    background: #fff;
}
/*  .btn_enter
-----------------------------------------------------------------------------*/

div.btn_enter {
    width: 1200px;
    ;
    margin: auto;
    color: #333;
}
div.btn_enter a {
    padding: 20px 30px 15px!important;
    display: block;
    font-weight: bold;
    text-decoration: none;
    transition: .4s;
    margin: 0 auto 3em !important;
    color: #333;
    border: #fff 1px solid;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
}
div.btn_enter a:hover {
    background: #dedede;
    border: #ccc 1px solid;
}
div.btn_enter dl {
    width: 100%;
    overflow: hidden;
}
div.btn_enter dt {
    font-size: 2.65em;
    line-height: 100%;
    text-align: center;
    float: left!important;
}
div.btn_enter dd {
    float: right!important;
    display: block;
    text-align: center;
    font-size: 2.55em;
    padding: 25px 20px;
    background: #ed9639;
    color: white !important;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
}
div.btn_enter dd p {
    padding: 4px 0 0 0.5em;
    float: left;
    margin: 0px;
}
.arrow {
    width: 15px;
    height: 15px;
    border: 5px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    float: left;
}
/*  .poin_01 
-----------------------------------------------------------------------------*/


div.point_01 {
    position: relative;
    background: #0071bc;
    padding: 50px 2em;
    display: block;
    margin-bottom: 3em;
    margin-top: 3em!important;
}
div.point_01:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #0071bc transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
div.point_01 dl {
    overflow: hidden;
    display: block;
    width: 1000px;
    margin: 0 auto;
    color: #fff;
}
div.point_01 dt {
    float: left;
    width: 50%;
    display: block;
}
div.point_01 dd {
    float: right;
    width: 50%;
    display: block;
    margin-top: 60px;
}
iv.point_01 ul {
}
div.point_01 li {
    padding: 0px 0 0px 2em;
    font-size: 1.65em;
    line-height: normal;
    margin-bottom: 1em;
    background-size: 35px;
    background: url("../img/list_01.png") no-repeat;
}
.btn_01 {
    width: 1200px;
    margin: auto!important;
    text-align: center;
    color: #fff;
    font-size: 2em;
    display: block;
}
.btn_01 li {
    float: left;
    width: 25%;
    background: #63a44a;
    margin: 1em 20px 2em;
    display: block;
    padding: 1em;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
}
div.case {
    background: #e4eef1;
    display: block;
    overflow: hidden;
    width: 1120px!important;
    padding: 40px;
}
div.case dl {
    display: block;
    overflow: hidden;
    width: 480px;
    background: #FFF;
    padding: 30px;
}
div.case dt {
    font-size: 2em;
    color: #4AABC7;
    line-height: 130%;
    border-bottom: #4AABC7 2px solid;
    margin: 15px 0!important;
    display: block;
    overflow: hidden;
}
div.case dd {
    margin-top: 1em!important;
    display: block;
    overflow: hidden;
}
div.case dd p {
    font-size: 1.45em;
    line-height: normal;
    color: #4AABC7;
}
div.case dd img {
    float: left;
    margin-right: 1em;
    margin-top: 1em!important;
}
.name_02 {
    font-size: 0.8em;
}
.name_01 {
    font-size: 1em!important;
    color: #333!important;
}
/*  .feature 特徴
-----------------------------------------------------------------------------*/

div.feature {
    display: block;
    overflow: hidden;
    padding: 20px;
}
div.feature ul {
    display: block;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 1em;
}
div.feature li {
    float: left;
    display: block;
    overflow: hidden;
    width: 140px;
    border: solid 2px #0071bc;
    margin: 10px 40px !important;
    text-align: center;
    font-size: 1.2em!important;
    color: #0071bc!important;
    padding: 30px 30px;
    font-weight: bold;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
    background: #fff;
}
div.feature li img {
    margin-top: 40px;
}
div.feature_02 {
    display: block;
    overflow: hidden;
    margin: auto;
}
div.feature_02 ul {
    display: block;
    overflow: hidden;
    margin-top: 1em;
    margin-left: 38px;
    margin-bottom: 3em;
}
div.feature_02 li {
    float: left;
    display: block;
    overflow: hidden;
    width: 342px;
    margin: 10px 10px !important;
    text-align: center;
    padding: 30px 0 0 0;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
    background: #29ABE2;
    height: 250px;
}
div.feature_02 li h3 {
    font-size: 3em;
    color: #fff;
    font-weight: bold;
}
div.feature_02 li p {
    font-size: 5em;
    color: #E2E56A;
    margin-top: 1em;
}
/*  .step ステップ
-----------------------------------------------------------------------------*/
div.step {
    width: 1200px !important;
    display: block;
    overflow: hidden;
}
div.step ul {
    margin-left: 65px;
}
div.step li {
    padding-left: 85px;
    font-size: 1.45em;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}
.step_01 {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #333;
    background: #FFF;
    border: solid 2px #29ABE2;
    box-sizing: border-box;
    width: 250px;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
}
.step_01:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -11px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}
.step_01:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -13px;
    border: 14px solid transparent;
    border-left: 14px solid #29ABE2;
    z-index: 1;
}
.step_end {
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #63a44a;
    border: solid 2px #63a44a;
    box-sizing: border-box;
    width: 250px;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
}
.bg_01 {
    background: url("../img/step_01.png") no-repeat #FFF 10px 8px;
}
.bg_02 {
    background: url("../img/step_02.png") no-repeat #FFF 10px 8px;
}
.bg_03 {
    background: url("../img/step_03.png") no-repeat #FFF 10px 8px;
}
.bg_04 {
    background: url("../img/step_04.png") no-repeat #63a44a 10px 8px;
}
/*  .icn_asp
-----------------------------------------------------------------------------*/



.icn_asp {
    width: 1050px;
    margin: 2em auto !important;
    display: block;
    overflow: hidden;
}
.icn_asp dt {
    float: left;
    display: block;
    overflow: hidden;
}
.icn_asp dt img {
    margin-right: 15px;
    margin-top: 15px;
}
.icn_asp dd {
    display: block;
    overflow: hidden;
    float: right;
}
.icn_asp dd h3 {
    color: #0071bc;
    font-size: 1.75em;
    line-height: normal;
    margin-bottom: 10px;
}
/*  .support サポート
-----------------------------------------------------------------------------*/

div.support {
    background: #0071bc;
    display: block;
    overflow: hidden;
    padding: 70px 0 10px;
    color: #fff;
    margin-bottom: 3em;
}
div.support dl {
    width: 1200px;
    margin: auto;
    display: block;
    position: relative;
}
div.support dt {
    display: block;
    font-size: 3em;
    line-height: normal;
    text-align: center;
    padding-left: 110px;
}
div.support dd {
    overflow: hidden;
    display: block;
    font-size: 1.5em;
    line-height: normal;
    text-align: center;
    margin-top: 1.5em;
}
.sp_01 {
    position: absolute;
    left: 165px;
    top: -30px
}
div.support ul {
    width: 1200px;
    display: block;
    overflow: hidden;
    color: #fff !important;
    margin: 0 auto;
    padding: 0 0 0 30px;
}
div.support li {
    float: left;
    display: block;
    overflow: hidden;
    width: 140px;
    margin: 10px 40px !important;
    text-align: center;
    font-size: 1.2em!important;
    padding: 30px 30px;
    border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
}
/*  .footre

-----------------------------------------------------------------------------*/
footer {
    text-align: center;
    color: #fff;
    margin-top: 3em;
    padding: 20px;
    background: #2e58a7;
    border-top: 1px solid #ccc;
}
footer img {
    margin-right: 1em;
}
