/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css&display=swap");
@import url('https://fonts.googleapis.com/css?family=Tulpen+One&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
iframe {
    border: none;
    margin: 0px;
    width: 100%;
    height: 1900px;
    overflow: hidden;
   }
/*------------------------------------------------------------
	メインコンテンツ等のスタイル
------------------------------------------------------------*/
body {
  	font-family: "futura-pt","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: "futura-pt","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 100%;
    letter-spacing: .05em;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
}
a img {
    border: medium none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
}
.pc_tab_br {
	
}
.pc_br {

}
.tab_br {
	display: none;
}
.sp_br {
	display:none;
}
#wrapper {
	background-color: #fff;
	color: #000;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
#key_visual_wrap {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    height: 650px;
    background-image: url(../image/key_visual.jpg);
    background-position: center -100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.key_visual {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding: 30px 50px 0;
  align-items: center;
}
.header_logo_wrap {
    display: flex;
    align-items: center;
}
.header_logo {
    width: 308px;
    margin-right: 50px;
}
.header_logo img {
    width: 100%;
}
.header_logo_sub {
    width: 195px;
}
.header_logo_sub img {
    width: 100%;
}
.header_menu {
    display: flex;
    align-items: center;
}
.link_login {
    width: 260px;
    height: 52px;
    background-color: #00a0e9;
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    border-radius: 26px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.link_login:hover {
    background-color: #494949;
}
.link_login span {
    padding-right: 20px;
    background: url(../image/icon/login.svg) no-repeat right center / 15px auto;
}
.header_menu_sp {
    display: flex;
    align-items: center;
    display: none;
}
.link_login_sp {
    width: 260px;
    height: 52px;
    background-color: #00a0e9;
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    border-radius: 26px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.link_login_sp:hover {
    background-color: #494949;
}
.link_login_sp span {
    padding-right: 20px;
    background: url(../image/icon/login.svg) no-repeat right center / 15px auto;
}
.header_sns {

}
.header_sns a {
    margin-left: 16px;
}
.header_sns a img {
    width: 36px;
}
.main_copy_wrap {
    width: 100%;
    position: relative;
    padding: 60px 5% 0;
    box-sizing: border-box;
}
.main_title_top {
    
}
.top_copy {
    color: #0074d5;
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: bold;
    text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
    margin-bottom: 40px;
}
.main_copy {
    color: #cf121b;
    font-size: 54px;
    text-align: center;
    line-height: 1.4;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: bold;
    text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
    margin-bottom: 20px;
    margin-top: 110px;
}
.top_intro_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    width: 92%;
}
.ti_badge {
    width: 70px;
    height: 50px;
    margin-right: 20px;
}
.ti_badge img {
    width: 100%;
}
.ti_copy {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 3%;
    margin-left: 20%;
    margin-bottom: 2%;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.ti_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3%;
    margin-top: 70px;
    margin-bottom: 20px;
    background   : rgba(255, 255, 255, 0.55);
    text-align: center;
}

.ti_badge {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 20px;
}
.ti_badge img {
    width: 50px;
    height: 50px;
}
.kv_regist {
    width: 400px;
    height: 104px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kv_regist_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.kv_regist_btn {
    display: block;
    background-color: #cf121b;
    color: #fff;
    font-weight: bold;
    width: 356px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.kv_regist_btn:hover {
    background-color: #ed3b43;
}
.kv_regist_btn span {
    font-size: 20px;
    font-weight: bold;
    padding-right: 24px;
    color: #fff;
    background: url(../image/icon/arrow_w_1.svg) no-repeat right center / 20px auto;
}

.cta_wrapk{
    width: 100%;
    padding: 15px 5% 12px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #00a0e9;
}
.cta_wrapk_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.cta_wrapk_inner_btn{
    display: block;
    background-color: #FFFFFF;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.cta_wrapk_inner_btn:hover {
    background-color: #ed3b43;
}
.cta_wrapk_inner_btn img {
    width: 90%;
}
.ctawk_ttl {
 font-weight: bold;
 color: #FFFFFF;
 font-size:  24px;
 line-height: 1.6;
}





/*------------------------------------------------------------
    気になる疑問
------------------------------------------------------------*/
.strong_faq_wrap {
    width: 100%;
    padding: 2% 60px;
	margin-top:20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.strong_faq_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #00a0e9;
    border-radius: 3px;
    background-color: #fff;
    margin-top: -140px;
    position: relative;
    z-index: 2;
}

.faq_wrap {

}
.faq_ttl {
    display: flex;
    align-items: center;
    background-color: #00a0e9;
    color: #fff;
    padding: 20px 0;
    justify-content: center;
}
.faq_ico {
    margin-right: 5px;
}
.faq_ico img {
    width: 60px;
}
.faq_inner_ttl {
    display: flex;
    flex-direction: column;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.faq_inner_ttl span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-top: 10px;
}
.faq_cont_wrap {
    padding: 30px 50px 40px;
}
/* --------　アコーディオンメニュー１　--------*/
.accordion_ul_faq section h1 {
    border-bottom: 2px solid #eff5ff;
    padding: 12px 40px 12px 0;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    font-weight: bold;
    text-indent: -3.8em;
    padding-left: 3.8em;
    font-size: 18px;
}
.accordion_ul_faq section h1:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: #000;
}
.accordion_ul_faq section h1:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 12px;
  background: #fff;
}

.accordion_ul_faq section h1.active:before {
  margin-top: 2px;
}
.accordion_ul_faq section h1.active:after {
  margin-top: -3px;
}
.accordion_ul_faq section div {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 14px 24px 18px 24px;
    border-radius: 0 0 5px 5px;
    text-indent: -3.1em;
    padding-left: 3.1em;
    margin-left: 20px;
}
.accordion_ul_faq section li a {
    position: relative;
    display: block;
}
.accordion_ul_faq section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #9CF;
}
.accordion_ul_faq section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}
.font-en {
    font-size: 34px;
    font-weight: normal;    
    line-height: 24px;
    color: #b2df68;
}
.font-en-2 {
    font-size: 34px;
    font-weight: normal;    
    line-height: 24px;
    margin-right: 5px;
    color: #cf121b;
}
/* --------　///アコーディオンメニュー１　--------*/

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_1_wrap {
    width: 100%;
    padding: 30px 5% 80px;
    box-sizing: border-box;
    background: url(../image/bg/build.png) no-repeat bottom center #f9f9f9;
}
.sec_1_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.point_info1_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pi_img {
    width: 35%;
}
.pi_img img {
    width: 100%;
}
.pi_txt {
    width: 60%;
}
.pit_1 {
    margin-bottom: 15px;
}
.txt_under_line {
    background: linear-gradient(transparent 60%, #fff799 50%);
    color: #00a0e9;
    font-size: 30px;
    font-weight: bold;
}
.pit_2 {
    font-weight: bold;
    font-size: 20px;
}

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_2_wrap {
    width: 100%;
    padding: 60px 5% 80px;
    box-sizing: border-box;
}
.sec_2_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sec_cont_ttl {
    background-color: #0074d5;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
    border-radius: 3px;
    padding: 15px 0 15px;
    position: relative;
    margin-bottom: 60px;
}
.sec_cont_ttl::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 40px 0 40px;
    border-color: #0074d5 transparent transparent transparent;
    bottom: -16px;
    left: 50%;
    margin-left: -40px;

}
.sec_support_txt {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.sec_support_txt span {
    color: #cf121b;
}
.tbletitle{
     font-weight: bold;
    font-size:16px;
	text-align:center;
}

.table_wrap_1 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.table_1 {
    border: 1px solid #D5D8DD;
    width: 100%;
    height: auto;
    font-size: 16px;
    word-break: break-all;
}
.table_1 tr {

}
.table_1 th {
    border: 1px solid #D5D8DD;
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 10px 12px;
    vertical-align: middle;
    line-height: 1.6;
	text-align: center;
}
.table_1 td {
    text-align: center;
    border: 1px solid #D5D8DD;
    vertical-align: middle;
    padding: 10px 12px;
    line-height: 1.6;
}
.tbi_c {
    text-align: center !important;
}
.table_caution_1 {

}

.sec_support_txt2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
}
.sec_support_txt2 span {
    color: #cf121b;
}
.property_wrap3 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3%;
    margin-bottom: 80px;
}
.property_box3 {
    width: 30.3333%;
    margin-right: 3%;
    border-radius: 3px;
    border: 2px solid #00a0e9;
}

.prpt_ttl3 {
    background-color: #00a0e9;
    color: #fff;
    line-height: 1.6;
    padding: 10px 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.prpt_txt3 {
    padding: 30px 35px;
    font-size: 15px;
    font-weight: bold;
}
.prpt_txt3 img {
    width: 85%;
    padding-left: 30px;
}
/*------------------------------------------------------------
    
------------------------------------------------------------*/
.cta_wrap {
    width: 100%;
    padding: 60px 5% 60px;
    box-sizing: border-box;
    background-color: #00a0e9;
}
.cta_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.cta_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.cc_img {
    width: 35%;
    margin-right: 5%;
}
.cc_img img {
    width: 100%;
}
.cc_inner_cont {
    width: 60%;
}
.ccic_ttl {
    margin-bottom: 20px;
}
.txt_under_line2 {
    background: #fff;
    color: #00a0e9;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
}
.ccic_sub {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.ccic_sub span {
    color: #f4e434;
}
.ccic_rgst {
    display: flex;
}
.ccicr_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 68px;
    background-color: #cf121b;
    border-radius: 34px;
    border: 2px solid #fff;
    margin-right: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.ccicr_btn:hover {
    background-color: #ed3b43;
}
.ccicr_btn span {
    font-size: 22px;
    font-weight: bold;
    background: url(../image/icon/arrow_w_2.svg) no-repeat right center / 22px auto;
    padding-right: 26px;
    color: #fff;
}
.ccicl_btn {
    display: flex;
    align-items: center;
}
.ccicl_btn span {
    font-size: 16px;
    font-weight: bold;
    background: url(../image/icon/arrow_w_1.svg) no-repeat left center / 20px auto;
    padding-left: 24px;
    color: #fff;
    text-decoration: underline;
}

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_3_wrap {
    width: 100%;
    padding: 60px 5% 80px;
    box-sizing: border-box;
    background-image: url(../image/bg/bg_point.jpg);
    background-position: center center;
    background-size: cover;
}
.sec_3_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.get_point_ttl {
    margin-bottom: 60px;
    text-align: center;
}
.get_point_ttl img {
    width: 700px;
}
.get_point_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5%;
}
.get_point_box {
    width: 45%;
    padding: 35px 35px 30px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin-right: 5%;
    margin-bottom: 50px;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 0px 0px rgba(207,18,27,1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(207,18,27,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(207,18,27,1);
    -o-box-shadow: 5px 5px 0px 0px rgba(207,18,27,1);
    -ms-box-shadow: 5px 5px 0px 0px rgba(207,18,27,1);
    display: flex;
    align-items: center;
}
.gpb_label {
    width: 112px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background-color: #00a0e9;
    position: absolute;
    left: -15px;
    top: -15px;
    font-size: 13px;
    line-height: 1;
}
.gpb_label::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #007cba transparent transparent;
    bottom: -15px;
    left: 0px;    
}


/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_4_wrap {
    width: 100%;
    padding: 80px 5% 40px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.sec_4_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sustain_wrap {
    margin-bottom: 80px;
}
.sec_cont_ttl_sub {
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background-color: #00a0e9;
    border-radius: 3px;
    padding: 8px 20px;
    margin-bottom: 40px;
}
.persistence_image {
    max-width: 820px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto 60px;
    padding: 50px;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
}
.persistence_image img {
    width: 100%;
}
.persistence_indent {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 5px solid #00a0e9;
    line-height: 1.6;
}
.persistence_txt {
    font-size: 20px;
    margin-bottom: 60px;
}
.persistence_txt span {
    color: #cf121b;
}

.table_wrap_2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.table_2 {
    border: 1px solid #D5D8DD;
    width: 100%;
    height: auto;
    font-size: 16px;
}
.table_2 tr {

}
.table_2 th {
    border: 1px solid #D5D8DD;
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 10px 12px;
    vertical-align: middle;
    line-height: 1.6;
}
.table_2 td {
    text-align: center;
    border: 1px solid #D5D8DD;
    vertical-align: middle;
    padding: 10px 12px;
    line-height: 1.6;
    background-color: #fff;
}
.table_caution_2 {
    margin-bottom: 50px;
}
.persistence_why {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00a0e9;
    padding-left: 44px;
    background: url(../image/icon/lightbulb.svg) no-repeat left center / 32px auto;
}
.pw_txt {
    font-size: 20px;
}
.pw_btxt {
    font-size: 20px;
	font-weight:bold;
}
.usp_image {
	margin-top: 20px;
    margin-bottom: 30px;
}
.usp_image img {
    width: 100%;
}

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_5_wrap {
    width: 100%;
    padding: 80px 5% 20px;
    box-sizing: border-box;
}
.sec_5_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sct_property_sub {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}
.property_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3%;
    margin-bottom: 80px;
}
.property_box {
    width: 30.3333%;
    margin-right: 3%;
    border-radius: 3px;
    border: 2px solid #00a0e9;
}
.prpt_ttl {
    background-color: #00a0e9;
    color: #fff;
    line-height: 1.6;
    padding: 10px 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.prpt_ttl span {
    color: #f4e434;
}
.prpt_txt {
    padding: 30px 35px;
    font-size: 15px;
    font-weight: bold;
}

.about_risingbull {
    padding-top:30px;
    border-top: 2px solid #00a0e9;
}
.about_risingbull_ttl_pc {
    width: 610px;
    text-align: center;
    margin: 0 auto 40px;
}
.about_risingbull_ttl_pc img {
    width: 100%;
}
.about_risingbull_ttl_sp {
    width: 610px;
    text-align: center;
    margin: 0 auto 40px;
    display: none;
}
.about_risingbull_ttl_sp img {
    width: 100%;
}

.flow_wrap {
    display: flex;
    margin-right: -5%;
}
.flow_box {
    width: 28.333%;
    margin-right: 5%;
    position: relative;
}
.flow_box::after {
    content: '';
    display: block;
    background-size: 18px auto;
    background-repeat: no-repeat;
    width: 18px;
    height: 49px;
    position: absolute;
    right: -16%;
    top: 48%;
}
.flow_box_ex {
    width: 20%;
    margin-right: 5%;
    position: relative;
}
.flow_box_ttl {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    align-items: center;
}
.flow_ttl_nmb {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ee8800;
    font-size: 20px;
    font-weight: bold;
    flex-direction: column;
    line-height: 1;
    margin-right: 8px;
}
.flow_ttl_nmb span {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 1px;
    font-weight: normal;;
}
.flow_ttl_s {
    flex: 1;
}
.flow_image {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    height: 234px;
}
.flow_image img {
    width: 75%;
}
.flow_txt {
    background-color: #f4f4f4;
    padding: 25px 30px;
    text-align: justify;
    font-weight: bold;
    line-height: 1.7;
    min-height: 193px;
}

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.cta_wrap2 {
    width: 100%;
    padding: 80px 5% 80px;
    box-sizing: border-box;
    background-color: #00a0e9;
}
.cta_inner2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.cta_strong_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3%;
}
.cta_strong_box {
    width: 30.333%;
    margin-right: 3%;
    border: 1px solid #83b3f6;
    border-radius: 5px;
    padding: 0px 35px 30px;
}
.csb_badge {
    text-align: center;
    margin-top: -27px;
    margin-bottom: 20px;
}
.csb_badge img {
    width: 54px;
    height: 54px;
}
.csb_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.csb_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
}
.csb_nmb {
    font-size: 70px;
    color: #fff;
    line-height: 1;
}
.csb_nmb span {
    font-size: 20px;
    color: #fff;
}


/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_6_wrap {
    width: 100%;
    padding: 60px 5% 100px;
    box-sizing: border-box;
}
.sec_6_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cover_ttl {
    margin-bottom: 60px;
    text-align: center;
}
.cover_ttl img {
    width: 798px;
    margin-left: -60px;
}
.cover_txt {
    font-weight: bold;
}
.cover_txt span {
    color: #cf121b;
}

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_7_wrap {
    width: 100%;
    padding: 80px 5% 60px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.sec_7_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.strong_card_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3%;
}
.strong_card {
    width: 30.333%;
    margin-right: 3%;
    padding: 30px 35px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 2px solid #00a0e9;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
}
.strca_ico {
    margin-bottom: 25px;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strca_ico img {
    width: 70px;
}
.strca_ico img.strcaiex {
    width: 90px;
}

.strca_ttl {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #00a0e9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #00a0e9;
}
.strca_txt {

}

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_8_wrap {
    width: 100%;
    padding: 80px 5% 100px;
    box-sizing: border-box;
}
.sec_8_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sec_profile_wrap1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.profile_image {
    width: 344px;
    margin-right: 50px;
}
.profile_detail {
    flex: 1;
}
.profile_name_1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
}
.profile_name_2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
}
.profile_name_2 span {
    font-size: 14px;
    font-weight: normal;
}
.profile_career_wrap {
    margin-bottom: 30px;
}
.profile_career_wrap dl {
    display: flex;
}
.profile_career_wrap dl dt {
    width: 66px;
}
.profile_career_wrap dl dd {
    flex: 1;
}
.profile_qualification {

}
.qualification_ttl {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.qualification_detail {

}
.sec_profile_wrap2 {
    padding: 30px 0 0;
    background: url(../image/icon/double_quotation_1.svg) no-repeat 0 0 / 18px auto;
    margin-bottom: 60px;
}
.tq_ttl {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
}
.personal_history_wrap {

}
.personal_history_wrap dl {
    display: flex;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.personal_history_wrap dl dt {
    width: 138px;
    font-weight: bold;
}
.personal_history_wrap dl dd {
    flex: 1;
}

.profile_media_wrap {

}
.profile_media_inner_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.smb_list {
    margin-bottom: 50px;
    border-radius: 4px;
}
.smb_list li {
    margin-left: 20px;
    margin-bottom: 6px;
    margin-top: 6px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: bold;
}

.smb_list li::before {
    content: '■';
    left: 0;
    color: #cf121b;
    margin-right: 3px;
    margin-left: -20px;
    display: inline-block;
    font-size: 10px;
    -webkit-transform:scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.strong_professional {
    padding-top: 60px;
    border-top: 2px solid #00a0e9;
}
.pro_ttl {
    margin-bottom: 30px;
    text-align: center;
}
.pro_ttl img {
    width: 700px;
}
.pro_ttl_sub {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.table_wrap_3 {
    width: 800px;
    margin: 0px auto 60px;
}
.table_3 {
    border: 1px solid #D5D8DD;    
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 15px;
}
.table_3 tr {

}
.table_3 th {
    border: 1px solid #D5D8DD;
    background-color: #00a0e9;
    color: #fff;
    font-weight: bold;
    padding: 10px 12px;
    vertical-align: middle;
    line-height: 1.6;
    font-weight: bold;
}
.table_3 td {
    text-align: center;
    border: 1px solid #D5D8DD;
    vertical-align: middle;
    padding: 10px 20px;
    line-height: 1.6;
    background-color: #fff;
    font-weight: bold;
}
.table_3 td img {
    width: 170px;
    vertical-align: middle;
    margin-left: 15px;
}

.tbl3_pc {
    
}
.tbl3_sp {
    display: none;
}

.table_caution_3 {
    margin-bottom: 50px;
    line-height: 1.8;
}
.tbl_lf {
    text-align: left !important;
}
.pro_ttl_str {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
}
.txt_under_line3 {
    background: linear-gradient(transparent 60%, #fff799 50%);
    color: #00a0e9;
    font-size: 36px;
    font-weight: bold;
}
.pro_ttl_str_sub {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_9_wrap {
    width: 100%;
    padding: 80px 5% 60px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.sec_9_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.payment_ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
}
.payment_cont {
    margin-bottom: 60px;
}
.payment_detail {
    padding: 0 15px;
}
.payment_detail p {
    margin: 30px 0;
}

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_10_wrap {
    width: 100%;
    padding: 220px 5% 100px;
    box-sizing: border-box;
}
.sec_10_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.comparison_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comparison_image {
    width: 35%;
}
.comparison_image img {
    width: 100%;
}
.comparison_txt {
    width: 60%;
    font-weight: bold;
}
.comparison_txt span {
    color: #cf121b;
}

.capTit {
    font-size: 36px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}
.capTit::after {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 2px;
    bottom: -8px;
    left: 50%;
    margin-left: -20px;
    background-color: #cf121b;
}
/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_11_wrap {
    width: 100%;
    padding: 60px 5% 100px;
    box-sizing: border-box;
}
.sec_11_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*アコーディオン*/
.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 18px 0.625em 18px 1em;
    background-color: #fff;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 2px solid #00a0e9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
    background-color: #f9f9f9;
}


.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 1px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #051c2c;
    transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    /*横線*/
    width: 15px;
    height: 1px;
    background: #051c2c;
    transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}
.accordion-container .accordion-title span {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
}

.accordion-content {
    padding: 30px 20px 30px;
    border: 1px solid #fff;
    background-color: #fff;
}
.accordion-content-inner {
    display: flex;
    font-weight: 300;
}
.aci_img_wrap {
    width: 220px;
    margin-right: 40px;
}
.aci_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
}
.aci_img_inner {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.aci_img_inner img {
    transition: 0.5s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aci_cont {
    flex: 1;
}
.aci_cont span {
   color: #cf121b;
}
/*.accordion-content-inner span {
    width: 34px;
    margin-right: 5px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}*/
.accordion-content-inner p {
    flex: 1;
}

/* CSS for CodePen */
.accordion-container {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #00a0e9;
}
/*end アコーディオン*/

/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_12_wrap {
    width: 100%;
    padding: 80px 5% 100px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}
.sec_12_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.prsup {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
}

.table_wrap_4 {
    margin-bottom: 40px;
}
.table_4 {
    border: 1px solid #D5D8DD;    
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 15px;
}
.table_4 tr {

}
.table_4 th {
    border: 1px solid #D5D8DD;
    background-color: #00a0e9;
    color: #fff;
    font-weight: bold;
    padding: 10px 12px;
    vertical-align: middle;
    line-height: 1.6;
    font-weight: bold;
}
.table_4 td {
    text-align: center;
    border: 1px solid #D5D8DD;
    vertical-align: middle;
    padding: 10px 20px;
    line-height: 1.6;
    background-color: #fff;
}
.table_4 td img {
    width: 170px;
    vertical-align: middle;
    margin-left: 15px;
}
.table_caution_4 {
    margin-bottom: 50px;
    line-height: 1.8;
}

.progress_support_cont {
    margin-bottom: 40px;
}
.pscont_note {
    border-top: 1px solid #d0d0d0;
    padding-top: 40px;
}
.pscn_ttl {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.pscn_txt {

}
/*------------------------------------------------------------
    
------------------------------------------------------------*/
.sec_13_wrap {
    width: 100%;
    padding: 80px 5% 100px;
    box-sizing: border-box;
}
.sec_13_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.law_ttl {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.law_cont {

}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  padding: 60px 5% 60px;
  box-sizing: border-box;
  background-color: #000;
  color: #999;
}
.footer_inner {
  
}
.footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer_menu li {
    margin: 0 15px;
}
.footer_menu li a {
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}
.copyright {
   text-align: center;
}
.footer_inner p {
  font-family: alternate-gothic-no-1-d, sans-serif;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

/*------------------------------------------------------------
  ページトップ
------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 77%;
    z-index: 3;
}
#page-top a {
    background: #cf121b;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,.10);
    box-shadow: 0px 4px 12px rgba(0,0,0,.10);
}
#page-top a:hover {
    text-decoration: none;
    background: #f3f3f3;
}
#page-top a img {
  width: 18px;
}

/*------------------------------------------------------------
  FAQ リンク設定
------------------------------------------------------------*/

.accordion_ul_faq li a{
    color: #00a0e9;
}

.accordion_ul_faq li a:hover,
.accordion_ul_faq li a:active,
.accordion_ul_faq li a:focus {
    color: #00a0e9;
    text-decoration: underline;
}

.accordion_ul_faq li a:visited{
    color: #00a0e9;
}
/*------------------------------------------------------------
 Font Awesome設定
------------------------------------------------------------*/
	.my-red {
	color: cf121b;
font-weight: 900;
}
/*------------------------------------------------------------
 サポート中のコース運用実績のテーブル設定
------------------------------------------------------------*/
.table_01 {
    width: 100%;
    border-collapse: collapse;
	font-size:16px;
  }

  .table_01 tr{
    border-bottom: solid 2px #cccccc;
  }
  .table_01 th{
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
		border-top: 2px solid #cccccc;
		border-bottom: 2px solid #cccccc;
  }
  .table_01 td {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #cccccc;
  }
  
.table_01 tr:last-child{
    border-bottom: none;
  }
.table_01 thead tr{
    background-color: #fff;
  }  
.table_01 tbody th{
    position: relative;
    text-align: left;
    width: 25%;
    background-color: #cf121b;
    color: white;
    text-align: center;
    padding: 10px 0;
  }
  
.table_01 th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #cf121b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
.table_01 td{
    text-align: left;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
  }
.unde-text {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}