
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

br.xs {
  display: block;
 }
 br.sm {
  display: none;
 }
 br.lg {
  display: none;
 }


/* PC */
@media screen and (min-width: 800px) {
br.xs {
 display: none;
}
br.sm {
 display: none;
}
br.lg {
 display: block;
}
}

/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333333;
    background: #fff;
    font: 14px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}

section {
    text-align: center;
    padding: 0px 0 0 0;
    width: 100%;
}

h1 {
    margin-bottom: .5em;
}

p {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1.5px;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f_left{
    float: left;
}
.f_right{
    float: right;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

#himage{
    z-index: 1;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 0px;
}

#himage img{
    width: 100%;
}

#wide {/*親div*/
    position: relative;/*相対配置*/
}

#wide div.himage_outer {
    position: absolute;/*絶対配置*/
    width: 98%;
    top: 3%;
    left: 1%;
    transition: .3s;
}

.svg__container { 
	position: relative;
	width: 100%;
}
.svg__content { 
	position: relative;
    width: 90%;
}

svg {
    display: inline-block;
    overflow: visible;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}


.foreground {
    fill: #003366;
    
}
.background {
    stroke: #FFF;
    stroke-width: 3;
    stroke-linejoin: round;
    
}

.foreground_orange {
    fill: #FF3F00;
    font-weight: 900;
    font-size: 105%;
}
.background_orange {
    stroke: #FFF;
    stroke-width: 3;
    stroke-linejoin: round;
    font-weight: 900;
    font-size: 105%;
}

.foreground_small {
    fill: #003366;
    font-size: 6px;
    font-weight: 900;
}
.background_small {
    stroke: #FFF;
    stroke-width: 2;
    stroke-linejoin: round;
    font-size: 6px;
    font-weight: 900;
}


#wide div.himage_outer2 {
    position: absolute;/*絶対配置*/
    width: 98%;
    bottom: 3%;
    left: 2%;
    transition: .3s;
}


#wide div.himage_outer2 img {
    width: 100%;
    max-width: 110px;
}

#wide div.himage_outer2 p {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    line-height: 1.8;
    transition: .3s;
    text-align: left;
    letter-spacing: 0;
    text-shadow: 
       2px  2px 10px #222,
      -2px  2px 10px #222,
       2px -2px 10px #222,
      -2px -2px 10px #222,
       2px  0px 10px #222,
       0px  2px 10px #222,
      -2px  0px 10px #222,
       0px -2px 10px #222;        /* 文字の影 */
}



header {
    overflow: hidden;
    
}


.img-pc {
    display: none;
}
.img-sp {
    display: block;
}

@media screen and (min-width:800px) {
    .img-pc {
        display: block;
    }

    .img-sp {
        display: none;
    }
}



@media screen and (min-width: 800px) {
    
    .svg__content { 
        position: relative;
        width: 55%;
    }

    #wide div.himage_outer2 img {
        width: 100%;
        max-width: 220px;
    }
    
    #wide div.himage_outer2 p {
        font-size: 17px;
    }

}



@media screen and (min-width: 1100px) {
    


    header {
        overflow: hidden;
    }
  
    
    #himage{
        z-index: 1;
        overflow: hidden;
        margin-top: 0px;
    }
    #himage img{
        width: 100%;
    }
   
    
   
}


@media screen and (min-width: 1230px) {
    

}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #333333; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/* BUTTON
------------------------------------------------------------*/

.sts_more{
    width: 100%;
    text-align: center;
    margin:0 0 20px 0;
    padding: 0;
    letter-spacing: 0.05em;
}


a.cp_btn {
	display: inline-block;
    position: relative;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
    background: #FF6884;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-radius: 5px;
    font-size: 16px;
}

@media screen and (min-width: 920px) {
    a.cp_btn {
        font-size: 24px;
    }
}


a.cp_btn:hover {
	background: #468C00;
	color: #fff;
}

.sti_more{
    width: 100%;
    text-align: center;
    margin:0px 0 20px 0;
    padding: 0 10px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}

a.ci_btn {
	display: inline-block;
    position: relative;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
    background: #477D68;
    border-radius: 5px;
    font-size: 16px;
}

a.ci_btn:hover {
	background: #FF8409;
	color: #fff;
}


@media screen and (min-width: 920px) {
    
    .sti_more{
        margin:20px 0 20px 0;
    }
    
    a.ci_btn {
        width: 50%;
        font-size: 24px;
    }
}



.fa-caret-right{
    margin-left: 10px;
    font-size: 16px;
    position:absolute;
    top:28%;
}
@media screen and (min-width: 920px) {
    .fa-caret-right{
        margin-left: 20px;
        font-size: 20px;
        position:absolute;
        top:32%;
    }
}




/* フッター
------------------------------------------------------------*/
footer{
	clear: both;
	padding: 0;
	text-align: center;
	font-size: 12px;
    margin: 0 auto;
    background: none;
}

.btn_mail{
    float: left;
    width: 100%;
    background: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 20px;
    
}
.btn_mail p{
    padding-top: 30px;
    text-align: center;
}


.btn_mail .fa-envelope{
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
    color: #FF0000;
}

.btn_mail a{
    display: block;
    height: 90px;
    color: #313131;
    text-decoration: none;
}

.btn_mail a:hover{
    background: #FFFFBF;
}


.btn_phone{
    float: right;
    width: 100%;
    background: #FFF;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    margin-left: 0;
}
.btn_phone p{
    padding-top: 10px;
    text-align: center;
}
.btn_phone span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin-left: 10px;
}

.btn_phone .fa-phone{
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
    color: #FF0000;
    transform: rotateY(180deg);
}

.btn_phone a{
    display: block;
    height: 90px;
    color: #313131;
    text-decoration: none;
}
.btn_phone a:hover{
    background: #FFFFBF;
}
footer .inner{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    overflow: hidden;
}



address{
    width: 100%;
    padding:20px 0 30px 0;
    text-align: center;
    font-style: normal;
    
}

address p{
    overflow: hidden;
    vertical-align: middle;
    margin-top: 10px;
    color: #333333;
    text-align: center;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.03em;
}

address .co_name{
    font-size: 20px;
    font-weight: 700;
    
}

address img{
    width: 100%;
    margin-right: 10px !important;
    max-width:60px; 
    vertical-align: middle;
}

address a{
    text-decoration: none;
    color: #222;
}
address a:hover{
    text-decoration:underline;
    color: #222;
}
.copyright{
    width: 100%;
    margin: 0;
    text-align: center;
    padding:15px 0;
    background: #134C78;
}


small{
	font-size: 10px;
    color:#FFF;
}


footer .outer{
    margin: 0 auto;
    width: 100%;
    
}

footer .outer .tel_box{
    width: 100%;
    float: left;
    background: #155686;
    display: table-cell;
    height: auto;
    vertical-align: middle;
    padding: 20px 0 ;
    box-sizing: border-box;
}
footer .outer .mail_box{
    width: 100%;
    float: left;
    background: #134C78;
    display: table-cell;
    height: auto;
    vertical-align: middle;
    padding: 20px 0 ;
    box-sizing: border-box;
}
.btn-flat-border {
    display: inline-block;
    padding: 25px 20%;
    text-decoration: none;
    color: #FFF;
    border: solid 4px #FFF;
    transition: .4s;
    font-size: 20px;
    font-weight: bold;
}

.btn-flat-border:hover {
  background: #FFFFFF;
  color: #155686;
}

footer .outer .tel_box p.tel{
    text-align: center;
    font-size: 31px;
    color: #FFF;
    font-weight: bold;
    font-family: "Lato";
    line-height: 1.2;
}
footer .outer .tel_box p.reception{
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    .btn_mail{
        float: left;
        width: 47%;
        font-size: 16px;
    }
    
    .btn_phone{
        float: right;
        width: 47%;
        margin-left: 6%;
        font-size: 26px;
    }
    .btn_phone span{
        font-size: 12px;
    }
    
    .btn_mail p{
        padding-top: 35px;
        text-align: center;
    }
    
    .btn_phone p{
        padding-top: 15px;
        text-align: center;
    }
    
    .btn_mail a{
        display: block;
        height: 100px;
        color: #313131;
        text-decoration: none;
    }
    .btn_phone a{
        display: block;
        height: 100px;
        color: #313131;
        text-decoration: none;
    }
}

@media screen and (min-width: 920px) {
    
    footer .outer .tel_box{
        width: 50%;
        float: left;
        background: #155686;
        display: table-cell;
        height: 200px;
        vertical-align: middle;
        padding-top: 60px;
        box-sizing: border-box;
    }
    footer .outer .mail_box{
        width: 50%;
        float: left;
        background: #134C78;
        display: table-cell;
        height: 200px;
        vertical-align: middle;
        padding-top: 50px;
        box-sizing: border-box;
    }
    
    .btn-flat-border {
        font-size: 24px;
    }


    footer .outer .tel_box p.tel{
        font-size: 42px;
    }
    footer .outer .tel_box p.reception{
        font-size: 16px;
    }
    
    
    .btn_mail{
        float: left;
        width: 47%;
        font-size: 20px;
    }
    
    .btn_phone{
        float: right;
        width: 47%;
        font-size: 30px;
    }
    .btn_mail p{
        padding-top: 30px;
        text-align: center;
    }
    
    .btn_phone p{
        padding-top: 10px;
        text-align: center;
    }
    
    
    footer .inner{
        margin: 0 auto;
        max-width: 1200px;
        padding: 35px 10px;
        overflow: hidden;
    }

    
    address{
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        text-align: center;
        font-style: normal;

    }

    address p{
        margin-top: 10px;
        text-align: center;
    }

    address img{
        margin-right: 0;
    }

    
    small{
        font-size: 13px;
        color:#FFF;
    }
    
}




/* ------------------------------------------------------------------------------------ */
/* etc...										*/
/* ------------------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .clearfix {display: inline-block;}
 

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
    width: 60px;
}
@media screen and (min-width: 920px) {
    .pagetop {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 50px;
        width: 60px;
    }

}



.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}



/* sec_top_product
------------------------------------------------------------*/

#sec_top_product{
    margin:0;
    padding:20px 0 30px 0;
    text-align: left;
}

#sec_top_product .inner{
    margin: 0 auto;
    max-width: 1270px;
    overflow: hidden;
}

#sec_top_product div{
    padding: 0 0px;
    margin-top: 20px;
}

#sec_top_product div p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.01em;
    
}


.button_box{
    text-align: center;
}

.btn--blue_gradation,
a.btn--blue_gradation {
    color: #FFF !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    background: linear-gradient(to right, #F57B00, #EB4F03);
}
.btn--blue_gradation:hover,
a.btn--blue_gradation:hover {
    color: #FFF;
    background: linear-gradient(to right, #EB4F03, #F57B00);
}

a.btn--radius {
    border-radius: 100vh;
}

.btn_link,
a.btn_link,
button.btn_link {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2.5rem 1.2rem 2.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.01em;
    color: #212529;
    margin-top: 10px;
    box-sizing: border-box;

}
@media screen and (min-width: 375px) {
    .btn_link,
    a.btn_link,
    button.btn_link {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 3.5rem 1.2rem 3.5rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.01em;
        color: #212529;
        margin-top: 10px;
        box-sizing: border-box;

    }
}
@media screen and (min-width: 375px) {
    #sec_top_product div{
        padding: 0 10px;
        margin-top: 20px;
    }
}


@media screen and (min-width: 920px) {

    /* sec_top_service
    ------------------------------------------------------------*/
    #sec_top_product{
        margin:0;
        padding:20px 0 40px 0;
        text-align: left;
    }

    .btn_link,
    a.btn_link,
    button.btn_link {
        font-size: 32px;
    }
    
    #sec_top_product div p{
        font-size: 32px;
    }
    
    
}



/* sec_top_function
------------------------------------------------------------*/

#sec_top_function{
    margin:0;
    padding:20px 0 20px 0;
    text-align: left;
    
}

#sec_top_function .inner{
    margin: 0 auto;
    max-width: 1270px;
    overflow: hidden;
    margin-bottom: 50px;
}

#sec_top_function h1 {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}


#sec_top_function h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003366;
}


#sec_top_function .inner div{
    margin-top: 30px;
    text-align: center;
    padding: 0 10px;
}
#sec_top_function .inner div p{
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 1000px;
    letter-spacing: 0.05em;
}


@media screen and (min-width: 920px) {
 
  
  
    
}

@media screen and (min-width: 920px) {

    /* sec_top_function
    ------------------------------------------------------------*/
    #sec_top_function{
        margin:0;
        padding:20px 0 20px 0;
        text-align: left;
    }
    #sec_top_function h1 {
        font-size: 38px;
    }
  
    
}



/* sec_top_plan
------------------------------------------------------------*/

#sec_top_plan{
    margin:0;
    padding:20px 0 30px 0;
    text-align: left;
    position: relative;
    
}

#sec_top_plan::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DFF2F4;
    transform: skewY(-7deg) translateY(80px);
    z-index: -1;
}

#sec_top_plan .inner{
    margin: 0 auto;
    max-width: 1270px;
    overflow: hidden;
}

#sec_top_plan h1 {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 0px;
}


#sec_top_plan div{
    padding: 0 10px;
    margin-top: 20px;
}


#sec_top_plan .plan_box{
    text-align: center;
    max-width: 1280px;
    margin: 0px auto 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
    
}
#sec_top_plan .plan_box .plan_select{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

#sec_top_plan .plan_box .plan_select .plan_parts{
    padding: 0;
    display:table-cell;
}

#sec_top_plan table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
    box-shadow: 1px 1px 6px #CCC;
    margin-top: 20px;
}

#sec_top_plan table tr:last-child{
  
}

#sec_top_plan table th{
    text-align: center;
    padding: 15px 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}


#sec_top_plan table th.thright{
  background: #003366;
}



#sec_top_plan table td{
    text-align: left;
    padding: 7px 0;
    background: #FFF;
    font-weight: bold;
    vertical-align: top;
}

#sec_top_plan table td p{
    text-align: center;
    font-weight: bold;
}



#sec_top_plan table td.tdleft{
    background: #FFF;
    font-weight:normal;
    text-align: left;
    padding: 15px 15px 5px 15px;
}
#sec_top_plan table td.tdleft p{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
#sec_top_plan table td.tdright{
    background: #FFF;
    font-weight:normal;
    text-align: right;
    padding: 10px 15px;
}

#sec_top_plan table td.tdright img{
    width: 100%;
    max-width: 220px;
    
}

#sec_top_plan table td.td100{
    height: auto;
}


ul.check_img {
    list-style:none;
    padding: 0 0px 0 10px;
}
ul.check_img li {
    background-image: url(../images/common/check.png);
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding-left: 30px;
    line-height:1.6;
    font-size: 16px;
    margin-bottom: 10px;
}

@media screen and (min-width: 375px) {
    #sec_top_plan table th{
        font-size: 20px;
    }
}



@media screen and (min-width: 920px) {

    /* sec_top_service
    ------------------------------------------------------------*/
    #sec_top_plan{
        margin:0;
        padding:80px 0 80px 0;
        text-align: left;
    }
    #sec_top_plan::before {
        transform: skewY(-7deg) translateY(140px);
    }
    
    
    #sec_top_plan h1 {
        font-size: 32px;
    }
    #sec_top_plan .plan_box .plan_select{
        float: left;
        width: calc( 100% / 3 );
        margin-bottom: 0;
        padding: 0 15px;
        box-sizing: border-box;
        
    }
    #sec_top_plan table{
        height: 600px;
        
    }
    
    #sec_top_plan table th{
        height: 60px;
    }

    #sec_top_plan table td.td100{
        height: 120px;
    }
    ul.check_img li {
        font-weight: 500;
    }

}


/* sec_top_price
------------------------------------------------------------*/

#sec_top_price{
    margin:0;
    padding:30px 0 30px 0;
    text-align: left;
    position: relative;
    background: #FFF
}


#sec_top_price .inner{
    margin: 0 auto;
    max-width: 1270px;
    overflow: hidden;
}

#sec_top_price h1 {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.01em;
    padding-bottom: 20px;
}


#sec_top_price h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003366;
}


#sec_top_price div{
    padding: 0 10px;
    margin-top: 15px;
}


#sec_top_price .plan_box{
    text-align: center;
    max-width: 1280px;
    margin: 0px auto 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
    
}
#sec_top_price .plan_box .plan_select{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    
}

#sec_top_price .plan_box .plan_select .plan_parts{
    padding: 0;
}

#sec_top_price table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
    border: 1px solid #EEE;
}

#sec_top_price table tr:last-child{
  
}

#sec_top_price table th{
    text-align: center;
    padding: 15px 10px;
    color: #003366;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}


#sec_top_price table th.thright{
  background: #DFF2F4;
}



#sec_top_price table td{
    text-align: left;
    padding: 15px 0;
    background: #FFF;
    font-weight: bold;
}

#sec_top_price table td p{
    text-align: center;
    font-weight: bold;
}



#sec_top_price table td.tdleft{
    background: #FFF;
    font-weight:normal;
    text-align: left;
    padding: 20px 15px 20px 15px;
    vertical-align: top;
}
#sec_top_price table td.tdleft p{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
#sec_top_price table td.tdright{
    background: #FFF;
    font-weight:normal;
    text-align: right;
    padding: 10px 15px;
}

#sec_top_price table td.tdright img{
    width: 100%;
    max-width: 220px;
    
}


@media screen and (min-width: 375px) {
    #sec_top_price table th{
        font-size: 20px;
    }
}


@media screen and (min-width: 920px) {

    /* sec_top_service
    ------------------------------------------------------------*/
    #sec_top_price{
        margin:0;
        padding:60px 0 80px 0;
        text-align: left;
    }

    
    #sec_top_price h1 {
        font-size: 38px;
    }
    #sec_top_price .plan_box .plan_select{
        float: left;
        width: calc( 100% / 3 );
        margin-bottom: 0;
        padding: 0 15px;
        box-sizing: border-box;
        
    }
    
    #sec_top_price table{
        height: 300px;
        
    }
    #sec_top_price table th{
        height: 60px;
    }

    
    
    #sec_top_price table td.td100{
        height: 120px;
    }
    
    
}




/* sec_top_solution
------------------------------------------------------------*/

#sec_top_solution{
    margin:0;
    padding:20px 0 20px 0;
    text-align: left;
    
}

#sec_top_solution .inner{
    margin: 0 auto;
    max-width: 1270px;
    overflow: hidden;
    margin-bottom: 50px;
}

#sec_top_solution h1 {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.01em;
    padding-bottom: 20px;
}


#sec_top_solution .inner div{
    margin-top: 30px;
    text-align: center;
    border: 5px solid #C5E7EB;
    border-radius: 30px;
    padding: 40px 10px;
    margin: 0 10px;
    box-sizing: border-box;
    max-width: 1000px;
}

#sec_top_solution .inner div img.sap{
    width: 100%;
    max-width: 220px;
}
#sec_top_solution .inner div img.partner{
    width: 100%;
    max-width: 240px;
    margin: 20px 0;
}


#sec_top_solution .inner div p{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
}


@media screen and (min-width: 375px) {
    #sec_top_solution h1 {
        font-size: 20px;
    }
}



@media screen and (min-width: 920px) {

    /* sec_top_solution
    ------------------------------------------------------------*/
    #sec_top_solution{
        margin:0;
        padding:20px 0 20px 0;
        text-align: left;
    }
    #sec_top_solution h1 {
        font-size: 30px;
    }
  
    #sec_top_solution .inner div{
        margin-top: 30px;
        text-align: center;
        border: 5px solid #C5E7EB;
        border-radius: 30px;
        padding: 40px;
        margin: 0 auto;
        box-sizing: border-box;
        max-width: 1000px;
    }
    
    #sec_top_solution .inner div p{
        font-size: 20px;
    }
    #sec_top_solution .inner div img.sap{
        width: 100%;
        max-width: 320px;
    }
}



/* sec_top_tv
------------------------------------------------------------*/

#sec_top_tv{
    margin:0;
    padding:20px 0 20px 0;
    text-align: left;
    
}

#sec_top_tv .inner{
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    margin-bottom: 0px;
}

#sec_top_tv h1 {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.01em;
    padding: 0 10px 20px 10px;
}



#sec_top_tv .plan_box{
    text-align: center;
    max-width: 1280px;
    margin: 0px auto 10px auto;
    overflow: hidden;

    
}
#sec_top_tv .plan_box .plan_select{
    float: left;
    width: calc( 100% / 2 );
    padding: 0 10px;
    box-sizing: border-box;
}
#sec_top_tv .plan_box .plan_select img{
    width: 100%;
}


@media screen and (min-width: 920px) {
 
  
  
    
}

@media screen and (min-width: 920px) {

    /* sec_top_tv
    ------------------------------------------------------------*/
    #sec_top_tv{
        margin:0;
        padding:20px 0 20px 0;
        text-align: left;
    }
    #sec_top_tv h1 {
        font-size: 32px;
    }
  
    #sec_top_tv .plan_box{
        margin: 0px auto 30px auto;
    }
    
    #sec_top_tv .plan_box .plan_select{
        float: left;
        width: calc( 100% / 2 );
        margin-bottom: 0;
        padding: 0 15px;
        box-sizing: border-box;
        
    }
    
    
}



/* sec_top_case
------------------------------------------------------------*/

#sec_top_case{
    margin:0;
    padding:20px 0 20px 0;
    text-align: left;
    
}

#sec_top_case .inner{
    margin: 0 auto;
    max-width: 1270px;
    overflow: hidden;
    margin-bottom: 0px;
}

#sec_top_case h1 {
    width: 100%;
    margin: 0 0 20px 0 ;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}


#sec_top_case h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003366;
}

#sec_top_case h2 {
    width: calc(100% - 60px);
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 15px 0;
    margin: 0 30px 0 30px;
    
    background: #339DDA;
}

#sec_top_case h3{
    text-align: left;
    font-size: 20px;
    position: relative;
}

.h3_line01{
    width: 130px;
    border-bottom: 1px solid #333;
}
.h3_line02{
    width: 90px;
    border-bottom: 1px solid #333;
}

.h3_line03{
    width: 170px;
    border-bottom: 1px solid #333;
}

#sec_top_case .inner .case_outer{
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto 40px auto ;
}

#sec_top_case .inner .case_box{
    margin-top: 30px;
    text-align: center;
    border: 5px solid #C5E7EB;
    border-radius: 30px;
    padding: 60px 30px 20px 30px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: -40px auto 0 auto;
}
#sec_top_case .inner .case_box p{
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 1000px;
}

#sec_top_case .inner .case_box ul{
    list-style:disc;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
#sec_top_case .inner .case_box ul li{
    margin-bottom: 5px;
    line-height: 1.5;
}


@media screen and (min-width: 375px) {
 
    #sec_top_case h2 {
        font-size: 20px;
    }
  
    
}

@media screen and (min-width: 920px) {

    /* sec_top_case
    ------------------------------------------------------------*/
    #sec_top_case{
        margin:0;
        padding:20px 0 20px 0;
        text-align: left;
    }
    #sec_top_case h1 {
        font-size: 38px;
    }
    #sec_top_case .inner .case_box{
        padding: 60px 50px 40px 50px;
    }
    #sec_top_case h2 {
        font-size: 26px;
    }
    #sec_top_case h3{
        font-size: 26px;
    }

    
    .h3_line01{
        width: 170px;
        border-bottom: 1px solid #333;
    }
    .h3_line02{
        width: 110px;
        border-bottom: 1px solid #333;
    }

    .h3_line03{
        width: 220px;
        border-bottom: 1px solid #333;
    }


    #sec_top_case .inner .case_box ul{
        list-style:disc;
        text-align: left;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 20px;
    }
}


/* sec_top_about
------------------------------------------------------------*/

#sec_top_about{
    margin:0;
    padding:20px 0 20px 0;
    text-align: left;
    
}

#sec_top_about .inner{
    margin: 0 auto;
    max-width: 1040px;
    overflow: hidden;
    margin-bottom: 50px;
}

#sec_top_about h1 {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
}


#sec_top_about h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003366;
}


#sec_top_about .inner div{
    text-align: center;
    background: #DFF2F4;
    margin: 0 10px;
    padding: 10px;
}

#sec_top_about .inner div div{
    border: 1px solid #FFF;
    margin: 0;
    padding: 30px 15px;
}

#sec_top_about .inner div p{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 1000px;
    margin-top: 25px;
}


@media screen and (min-width: 375px) {
 
    #sec_top_about h1 {
        font-size: 24px;
    }
  
    
}

@media screen and (min-width: 920px) {

    /* sec_top_about
    ------------------------------------------------------------*/
    #sec_top_about{
        margin:0;
        padding:20px 0 20px 0;
        text-align: left;
    }
    #sec_top_about h1 {
        font-size: 38px;
    }
  
    #sec_top_about .inner div p{
        font-size: 20px;
    }
    
}



/* sec_top_mail
------------------------------------------------------------*/

#sec_top_mail{
    margin:0;
    padding:20px 0 20px 0;
    text-align: left;
    
}

#sec_top_mail .inner{
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    margin-bottom: 0px;
}

#sec_top_mail h1 {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}


#sec_top_mail h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003366;
}


#sec_top_mail .inner div{
    margin-top: 30px;
    text-align: center;
    padding: 0 10px;
    
}
#sec_top_mail .inner div p{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 1000px;
    margin-bottom: 20px;
}

table.entry_form{
	width: 100%;
	margin: 0 auto 30px;
    font-size: 16px;
    
	}
	
table.entry_form th{
	width: 100%;
	padding: 15px 10px;
	text-align: left;
	border-bottom: dotted 1px #C9C9C9;
    letter-spacing: 0.05em;
    background: #EEE;
    box-sizing: border-box;
	}
table.entry_form th em{
    font-style: normal;
    background: #ED7055;
    color:#FFFFFF;
    font-weight: normal;
    padding: 0px 5px 2px 5px;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 20px;
}
table.entry_form th span{
	margin-right: 55px;
	}
	
table.entry_form td{
    width: 100%;
	padding: 20px 10px;
    overflow: hidden;
	border-bottom: dotted 1px #C9C9C9;
    text-align: left !important;
	}

table.entry_form td,
table.entry_form th {
    border-bottom: none;
    display: block;
}

img.icon_required{
	margin: 0 20px;
	}
	
.privacy{
	width: calc(100% - 20px);
	margin: 0 auto;
	border: solid 1px #BFBFBF;
	padding: 10px 20px;
	line-height: 1.7;
	height: 224px;
	overflow:auto;
    box-sizing: border-box;
    margin: 0 10px;
    font-size: 13px
	}
	
.privacy span{
	font-weight: bold;
	font-size: 16px;
	line-height: 3em;
	}
	
.consent{
	width: calc(100% - 30px);
	margin: 20px 10px 40px;
	background-color:#E5E5E5;
	font-size: 10pt;
	height: auto;
	text-align: center;
	padding: 10px 5px;
    
    
	}
	
.button{
	width: 300px;
	background-color: #ED7054;
	font-weight: bold;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
	margin: 0 auto;
	}


input[type='radio']{

    }

label{
	display: inline-block;
margin-left: 0.5em;
}	

input[type="text"] {
	float: left;
	}

textarea{
	margin: 10px 0;
	width: 90%;
	height: 100px;
	}
	

.add-wrap {
	max-width: 100%;
	margin: 0px auto;
}
.add-wrap dt {
	width: 90%;
	float: none;
	padding-top: 5px;
    box-sizing: border-box;
}
.add-wrap dd {
    padding: 10px 0;
    margin-bottom: 0px;
    overflow: hidden;
}
.add-wrap dd:last-child {
 margin-bottom: 0px;
}
input[type="text"],
textarea {
    padding: 0.6em;
    outline: none;
    border: 1px solid #AAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    font-size: 16px;
    width: 95%;
    box-sizing: border-box;
    margin-top: 0px;
    float: left;
    background: #FAFAFA;
}

.form-w60ml{
    width: calc( 47% - 10px ) !important;
    margin-left: 0px;
}
.form-w60ml2{
    width: calc( 47% - 10px ) !important;
    margin-left: 20px;
}

input[type="email"]{
    padding: 0.6em;
    outline: none;
    border: 1px solid #AAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    font-size: 16px;
    width: 95%;
    box-sizing: border-box;
    margin-top: 0px;
    float: left;
    background: #FAFAFA;
}

input[type="tel"]{
    padding: 0.6em;
    outline: none;
    border: 1px solid #AAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    font-size: 16px;
    width: 95%;
    box-sizing: border-box;
    margin-top: 0px;
    float: left;
    background: #FAFAFA;
}

select{
    padding: 0.5em;
    outline: none;
    border: 1px solid #AAA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    width: 200px;
    box-sizing: border-box;
    margin-top: 0px;
}

textarea{
    height: 200px;
}
/* フォーカスした時のスタイルを変更
*****************************************/
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}

/* フォーカスした時のスタイルを変更
*****************************************/
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}

.radio02{
    margin: 0 0 0 -10px !important;
    text-align: left !important;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #009a9a;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}

input[type=text].form-w40p {
	width: 40%;
    margin-right: 20px;
}
input[type=text].form-w80px {
	width: 80px;
}
input[type=tel] {
	width: 95%;
}
input[type=email] {
	width: 95%;
}
input[type=number] {
	width: 100px;
}


/* checkbox------------------- */
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  padding-top: 2px;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 5px;
  width: 1.25em; height: 1.25em;
  border: 1px solid #c0cac3;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .35em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #009a9a;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:checked + label{
  color: #009a9a;
}

/* entry-button ----- */
.form-button-wrap {
	text-align: center;
	margin-bottom: 40px;
}
.form-button {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	display: inline-block;
	padding: 22px 0 20px 0;
	border-radius: 100vh;
	transition: all 0.2s ease-in-out;
	background: linear-gradient(to right, #F57B00, #EB4F03);
	position: relative;
	width: 80%;
	cursor: pointer;
    border: none;
    font-weight: bold;
    margin: 2% 0;
}

.form-button:hover {
	background-color: #FFF;
	background: linear-gradient(to right, #EB4F03, #F57B00);
}


.form-button2 {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	display: inline-block;
	padding: 20px 0;
	border-radius: 6px;
	transition: all 0.2s ease-in-out;
	background-color: #666;
	position: relative;
	width: 80%;
	cursor: pointer;
    border: 2px solid #666;
    font-weight: bold;
    margin: 2% 0;
}

.form-button2:hover {
	background-color: #FFF;
	color: #333;
}



@media screen and (min-width: 920px) {
 
  
  
    
}

@media screen and (min-width: 920px) {

    /* sec_top_mail
    ------------------------------------------------------------*/
    #sec_top_mail{
        margin:0;
        padding:20px 0 20px 0;
        text-align: left;
    }
    #sec_top_mail h1 {
        font-size: 38px;
    }
  
    table.entry_form{
            width: 100%;
            max-width: 1000px;
            margin: 0 auto 40px;
            font-size: 16px;
        }

        table.entry_form th{
            width: 300px;
            padding: 20px;
            text-align: right;
            border-bottom: dotted 1px #C9C9C9 !important;
            letter-spacing: 0.05em;
            background: none;
        }
        table.entry_form th em{
            font-style: normal;
            background: #ED7055;
            color:#FFFFFF;
            font-weight: normal;
            padding: 0px 5px 2px 5px;
            border-radius: 4px;
            font-size: 13px;
            margin-left: 20px;
        }
        table.entry_form th span{
            margin-right: 55px;
            }

        table.entry_form td{
            width: calc(100% - 270px);
            padding: 20px;
            border-bottom: dotted 1px #C9C9C9 !important;
            }

            table.entry_form td,
        table.entry_form th {
            border-bottom: none;
            display:table-cell;
        }
        .add-wrap {
            max-width: 100%;
            margin: 0px auto;
        }
        .add-wrap dt {
            width: 120px;
            float: left;
            padding-top: 5px;
        }
        .add-wrap dd {
            padding: 0 0 0 10px;
            margin-bottom: 15px;
            overflow: hidden;
        }
        .add-wrap dd:last-child {
         margin-bottom: 0px;
        }
    
        .form-button {
        width: 40%;
            margin: 0 2%;
        }
        .form-button2 {
            width: 40%;
            margin: 0 2%;
        }
}










/** 202308　追加　リニューアル
*****************/
.pc_on{
    display: block;
}
.sp_on{
    display: none;
}
.color_01{
    color: #F5DE2E !important;
}
.color_02{
    color: #50B188 !important;
}
.frame{
    padding: 0 15px;  
}
.w970{
    max-width: 1000px !important;
}
.w1000{
    max-width: 1030px !important;
    width: 100%;
}
.w1220{
    max-width: 1250px !important;
    width: 100%;
}

.ttl_01{
    background-color: #50B188;
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    font-size: 26px;
    line-height: 1.4em;
}

.f20{
    font-size: 20px;
}

.bg_01{
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.30); 
}
/*******************/
header .mv_img img{
    width: 100%;
    vertical-align: bottom;
}

header .h_txt_a{
    background-color: #318B60;
    color: #fff;
    text-shadow: 0 3px 6px rgba(000, 000, 000, 0.30);
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.4em;
    padding: 10px 15px;
}
header .h_txt_a span{
    position: relative;
    padding: 0 30px;
    display: inline-block;
}

header .h_txt_a span:before{
    position: absolute;
    content: "";
    background-image: url("../images/2023/icon_01_l.png");
    width: 20px;
    height: 32px;
    background-size: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}

header .h_txt_a span:after{
    position: absolute;
    content: "";
    background-image: url("../images/2023/icon_01_r.png");
    width: 20px;
    height: 32px;
    background-size: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}
header .h_txt_b{
    background-color: #50B188;
    text-shadow: 0 3px 6px rgba(000, 000, 000, 0.30);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 44px;
    line-height: 1.4em;
    padding: 14px 15px;
    margin-bottom: 12px;
}

header .h_txt_b small{
    font-size: 23px;
}
header p{
    font-size: 17px;
    line-height: 1.4em;
}
#sec_top_plan div{
    padding: 0;
    margin: 0;
}
#sec_top_plan .inner{
    overflow: inherit;
}
#sec_top_plan .plan_box{
    background-color: #fff;
    padding: 40px 40px 40px;
}
#sec_top_plan table{
    box-shadow: none;
    border: 1px solid #EEEEEE;
    height: 330px;
}
#sec_top_plan table th.thright{
    background-color: #D2EBE1;
    color: #333333;
}

#sec_top_plan h1{
    margin-bottom: 50px;
}
#sec_top_plan .plan_box .bnr_sap img{
    display: block;
    padding-top: 20px;
    margin-left: auto;
}




#sec_top_price{
    
}
#sec_top_price .plan_box .plan_select{
        width: calc( 100% / 2 );   
}

#sec_top_case h2{
    background-color: #50B188;
}
#sec_top_case .inner .case_box{
    border: 5px solid #D2EBE1;
    text-align: left;
}
#sec_top_price table{
    height: 370px;
}
#sec_top_price table th.thright{
    background-color: #D2EBE1;
    color: #333;
}
#sec_top_case h3{
    width: auto;
    display: inline-block;
}

@media (max-width: 1000px) {
    header .h_txt_a{
        font-size: 24px;
    }
    header .h_txt_b{
        font-size: 24px;
    }
}
@media (max-width: 920px) {
    #sec_top_price .plan_box .plan_select{
        width: 100%;
    }
    #sec_top_plan table,
    #sec_top_price table{
        height: auto;
    }
}
@media (max-width: 800px) {
    .pc_on{
        display: none;
    }
    .sp_on{
        display: block;
    }
    header .h_txt_a{
        font-size: 18px;
        padding: 15px;
    }
    header .h_txt_b{
        font-size: 18px;
    }
    header p{
        font-size: 14px;
    }
    header .h_txt_b small{
        font-size: 14px;
    }
    #sec_top_plan h1{
        padding: 0 15px;
    }
    .bg_01{
        width: 94%;
        margin: auto !important;
    }
    .ttl_01{
        font-size: 20px;
    }
    .f20{
        font-size: 16px;
    }
    #sec_top_plan .plan_box{
        padding: 20px 15px;
    }

}








/** 2023011　追加　リニューアル
*****************/


body{
    background-repeat: repeat;
    word-break: break-all;
}

.btn_link, a.btn_link, button.btn_link{
	padding: 1rem 3rem 1.2rem 3rem;
}
.wi_1000 img{
	max-width: 100%;
}
.i_1140 img{
	max-width: 1140px;
	width: 100%;
}
.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.color_03{
    color: #FFA907 !important;
}
.color_04{
    color: #CC2525 !important;
}
.ttl_02{
	color: #333333;
	text-align: center;
	line-height: 1.6em;
	font-size: 32px;
}

.ttl_03{
	text-align: center;
	color: #50B188;
	font-size: 38px;
	line-height: 1.5em;
}

.ttl_04 {
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #003366;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
	font-size: 38px;
}


.ttl_04:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003366;
}

.ttl_05{
	display: inline-block;
	font-size: 26px;
	border-bottom: 1px solid #333;
	text-align: left;
	position: relative;
	width: auto;
	margin-bottom: 15px;
}

.txt_link a{
	color: #01844C;
	text-decoration: underline;
}
.txt_l{
	text-align: left !important;
}
.txt_c{
	text-align: center !important;
}

.f17{
	font-size: 17px;
}
.f20{
	font-size: 20px;
}
.frame_a{
	max-width: 1000px;
	margin: auto;
	padding-left: 15px !important;
	padding-right: 15px !important;
}


.frame_b{
	max-width: 1270px;
	margin: auto;
	padding: 0 15px;
}

.frame_c{
	max-width: 970px;
	margin: auto;
}
.type_a {
	display: flex;
	justify-content: space-between;
}

.type_a .l_box {
	max-width: 470px;
	width: 49%;
}

.type_a .r_box {
	max-width: 470px;
	width: 49%;
}



.bg_01_inner{
	padding: 40px;
}


.bg_02{
	margin-top: 30px;
	text-align: left;
	border: 5px solid #C5E7EB;
	border-radius: 30px;
	padding: 40px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1000px;
}

.bg_02 p{
	font-size: 20px;
}
.bg_02 img.sap{
	width: 100%;
	max-width: 320px;
}

.bg_03{
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.30); 
	background-color: #fff;
	padding: 64px;
}
.bg_03 p{
	margin: 0;
}


.table_01 {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #CCCCCC;
}

.table_01 th {
	background-color: #50B188;
	color: #FFF;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #CCCCCC;
	letter-spacing: 0.05em;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	border-right: 1px solid #fff;
	text-align: center;
}

.table_01 td {
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 20px;
	background-color: #fff;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 16px;
	line-height: 1.4em;
}

.table_01 td.bg_col{
	background-color: #F2F8E9 !important;
	color: #333333;
	text-align: center;
}



ul.list_a{

}
ul.list_a li{
    margin-bottom: 5px;
    line-height: 1.5;
} 

ul.list_a{
	list-style:disc;
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
}





.dashboard #box01{
	padding: 60px 0 90px;
}

.dashboard #box02{
	padding: 0 0 100px;
}
.dashboard #box03{
	padding: 0 0 10px;
}


.dashboard #box04{
    margin:0;
    padding:80px 0 80px 0;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.dashboard #box04::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #DFF2F4;
    transform: skewY(-7deg) translateY(140px);
    z-index: -1;
}


.dashboard #box05{
	padding: 70px 0 100px;
}

.dashboard #box06{
	padding: 0 0 60px;
}

.dashboard #box06 .case_outer{

}
.dashboard #box06 .ttl_06 {
    width: calc(100% - 60px);
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #FFF;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 15px 0;
    margin: 0 30px 0 30px;
    
    background: #50B188;
}
.dashboard #box06 .case_box{
    margin-top: 30px;
    text-align: center;
    border: 5px solid #D2EBE1;
    border-radius: 30px;
    padding: 60px 40px 40px 40px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: -40px auto 0 auto;
}
.dashboard #box06 .case_box p{

}

.radio02-input + label{
	width: 100%;
}

@media (max-width: 1050px) {
	.frame_a,
	.frame_b{
		width: 96%;
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
}
@media (max-width: 920px) {
	
	.bg_01_inner{
		padding: 20px;
	}
	.f20{
		font-size: 18px;
	}
	.f17{
		font-size: 16px;
	}
	
	.ttl_02,
	.ttl_03{
		font-size: 19px;
	}
	
	.ttl_04,
	.ttl_01,
	.ttl_05{
		font-size: 20px;
	}
	.bg_03,
	.bg_02{
		padding: 20px 20px;
	}
	.dashboard #box06 .case_box{
		padding: 60px 20px 40px 20px;
	}
}
@media (max-width: 800px) {
	.wi_1000 img{
		max-width: 400px;
		width: 100%;
	}

	.i_1140 img{
		max-width: 400px;
		width: 100%;
		margin: auto;
		display: block;
	}
	.bg_01{
		width: 100%;
	}
	.table_01 th{
		width: 50%;
	}
	.type_a{
		display: block;
	}
	.type_a .l_box{
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.type_a .r_box{
		width: 100%;
		max-width: 100%;
	}	
	
	.dashboard #box01{
		padding: 40px 0 50px;
	}
	.dashboard #box02{
		padding: 0 0 60px;
	}
	.dashboard #box04{
		padding: 0 0 40px;
	}
	.dashboard #box06 .ttl_06{
		font-size: 20px;
	}
	ul.list_a{
		font-size: 17px;
	}
}


/*---------------------------------*/
/* 2024/03/28 add
/*---------------------------------*/
button.form-button {
	padding: 22px 20px 20px;
	line-height: 1.2;
	width: 100%;
	max-width: 550px;
	font-family: "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}





/** 2024627　追加
*****************/
ul li{
	list-style:none !important;
}
.fw_b{
	font-weight: bold;
}


.list_b>li{
	background-image: url("../images/2024/icon_01.png");
	background-repeat: no-repeat;
	background-size: 28px 41px;
	background-position: left top;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 20px;
}
.list_b>li:last-child{
	margin-bottom: 0;
}
.list_b>li p{
	font-size: 28px;
	line-height: 1.4em;
	color: #333333;
	text-align: left;
}


.box_type_a{
	border: 5px solid #50B188;
	padding: 45px;
}
.box_type_b{
	border: 5px solid #50B188;
	padding: 40px;
	position: relative;
}
.box_type_b:after{
	content: "";
	background-image: url("../images/2024/icon_02.png");
	background-size: 100%;
	width: 40px;
	height: 30px;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: auto;
}



.ttl_a{
	border-bottom: 2px solid #003366;
	text-align: center;
	font-size: 32px;
	line-height: 1.4em;
	color: #003366;
	margin-bottom: 40px;
	padding-bottom: 18px;
}




@media (max-width: 800px) {
	.ttl_a{
		font-size: 20px;
	}
	
	
	.box_type_b{
		padding: 20px;
	}
	.list_b>li{
		background-image: url("../images/2024/sp_icon_01.png");
		background-repeat: no-repeat;
		background-size: 21px 21px;	
		background-position: left 4px;
	}
	.list_b>li p{
		font-size: 18px;
	}


}
