@charset 'UTF-8';
/* style sheet */
/* Bootstrap メディアクエリ
// スマホ縦
@media (max-width: 575.98px) {
	.my-class {
		// cssプロパティをここに記述
	}
}
// スマホ横
@media (min-width: 576px) and (max-width: 767.98px) {
	.my-class {
		// cssプロパティをここに記述
	}
}
// タブレット
@media (min-width: 768px) and (max-width: 991.98px) {
	.my-class {
		// cssプロパティをここに記述
	}	
}
// PC
@media (min-width: 992px) and (max-width: 1199.98px) {
	.my-class {
		// cssプロパティをここに記述
	}	
}
// PC大画面
@media (min-width: 1200px) {
	.my-class {
		// cssプロパティをここに記述
	}	
}
*/
/* よく使う色 */
body
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    font-weight: 500;
    line-height: 1.75;

    letter-spacing: 1.5px;

    color: #333;
}

a
{
    color: #333;
}

a:hover
{
    text-decoration: none;

    color: #fa199b;
}

.text-center
{
    text-align: center;
}

.text-bold
{
    font-weight: bold;
}

.text-red
{
    color: red;
}

.text-purple
{
    color: #fa199b;
}

.text-green
{
    color: #5ad1a9;
}

.big
{
    font-size: 1.2em;
}

.mini
{
    font-size: .85em;
}

.mt10
{
    margin-top: 1em;
}

.mb05
{
    margin-bottom: .5em;
}

.mb10
{
    margin-bottom: 1em;
}

.back_color_white
{
    background-color: #fff;
}

.back_color_green
{
    background-color: #5ad1a9;
}

.back_color_purple
{
    background-color: #fa199b;
}

.back_color_yellow
{
    background-color: #faf205;
}

.back_color_light_gray
{
    background-color: #f5f5f5;
}

.row-eq-height
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

header #h_top
{
    height: 100px;

    border-bottom: #c7c8d0 solid 1px;
}

header #h_top #top_logo
{
    position: absolute;
    top: 0;
    left: 0;

    width: 270px;
    height: 100px;
    padding: 20px;
}

header #h_top #top_logo .logo
{
    width: 230px;
    margin: auto;
}

header #h_top #to_contact
{
    position: absolute;
    top: 0;
    right: 200px;

    cursor: pointer;
}

header #h_top #to_partner
{
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;
}

header #h_top .top_button
{
    font-weight: bold;

    width: 200px;
    height: 100px;
    padding-right: 40px;

    text-align: center;

    color: #fff;
}

header #h_top .top_button div
{
    position: relative;

    height: 100%;
}

header #h_top .top_button div p
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 160px;
    margin-bottom: 0;

    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

header #h_top .top_button::after
{
    position: absolute;
    top: 50%;
    right: 12.5%;

    width: 16px;
    height: 16px;
    margin-top: -5px;

    content: "";
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

header #navi
{
    max-width: 1200px;

}

header #navi .nav li a
{
    font-weight: bold;

    padding-top: 1.25em;
    padding-bottom: 1.25em;

    color: #000;
	
}

header #navi .nav li a.active
{
    border-bottom: #fa199b solid 3px;
    background-color: initial;
}

header #navi .nav li a:hover
{
    color: #fff;
    background-color: #fa199b;
}

header #navi .nav .nav-link
{
    border-radius: 0;
	
}

header #navi_line
{
    position: relative;
    z-index: -1;
    top: -3px;

    border-bottom: #c7c8d0 solid 3px;
}

header #h_top_mobile .navbar.navbar-expand-lg
{
    padding: 0 0;

    background-color: #fff;
}

header #h_top_mobile .navbar-toggler
{
    padding: .25rem .25rem;

    border-color: #fff;
}

header #h_top_mobile .navbar-toggler:active,
header #h_top_mobile .navbar-toggler:focus
{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

header #h_top_mobile .navbar-toggler .navbar-toggler-icon
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(250,25,155,1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E');
}

header #h_top_mobile .navbar-nav .nav-item
{
    font-size: 1.2em;
    font-weight: bold;

    padding: .5em 1em;

    border-left: 3px solid #fa199b;
}

  header #navi .nav #try-item a {
    background: #fa199b;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 30px;
    border: none;
    color: #ffffff;
    border-bottom: 3px solid #fff;
    margin-left: 5px;
    margin-right: 5px; }
    header #navi .nav #try-item a:hover {
      background-color: #ff6dc2; }
	  
header #h_top_mobile #try-item-mb a {
  text-align: center;
  background: #fa199b;
  color: #ffffff;
  margin: 1rem auto 2rem auto;
  width: 100%;
  line-height: 1.6rem;
  border: 1px solid #d20079; }
  header #h_top_mobile #try-item-mb a:hover {
    background-color: #ff6dc2; }
  header #h_top_mobile #try-item-mb a:active {
    background-color: #ff6dc2; }

.mb-gap
{
    height: 58px;
}

#page_top_title
{
    position: relative;
    top: -3px;

    padding-top: 5em;
    padding-bottom: 5em;

    background: url(./../images/page_header_image.jpg) center;
    background-size: cover;
}

#page_top_title h1#page_title
{
    font-size: 2em;
    font-weight: bold;

    margin-bottom: 0;

    text-align: center;

    color: #fff;
}

#Breadcrumbs
{
    font-size: .75em;
    font-weight: bold;

    max-width: 1540px;
    padding: .75em;
}

.frame01
{
    margin: .5em;
    padding: .5em;

    border-radius: .5em;
    background-color: #fff;
}

.frame02
{
    font-size: 1.25em;

    margin: 1em .5em;
    padding: .5em;

    color: #fa199b;
    border: #fa199b solid 2px;
    border-radius: 1.5em;
}

.frame03
{
    padding: 1em;
}

h3
{
    font-size: 1.25rem;
    font-weight: bold;

    margin: 1em .5em;
    margin-top: 0;
    padding: .5em;

    text-align: center;

    color: #fff;
    border-radius: 2rem;
    background-color: #000;
}

.func_box
{
    text-align: center;

    border: #000 solid 2px;
}

.func_box .text
{
    padding: 1em 0;
}

.func_box .text div:last-child
{
    font-size: 1.25em;
    font-weight: bold;
}

.func_box2
{
    text-align: center;

    border: #fff solid 2px;
}

.func_box2 .text
{
    padding-right: .5em;
    padding-left: .5em;
}

.func_box2 .text div:last-child
{
    font-size: 1.25em;
    font-weight: bold;
}

.func_box3
{
    text-align: center;

    border: #fff solid 2px;
}

.func_box3 .text
{
    padding: 1em 0;
}

.func_box3 .text div:last-child
{
    font-size: 1.25em;
    font-weight: bold;
}

#index_main .top_section01
{
    max-width: 1540px;
    height: 3493px;
    /*3759*/

    background: url(./../images/index_pc_01.jpg) center;
    background-size: cover;
}

#index_main .top_section01-5
{
    max-width: 1540px;
    margin: 0 auto 0 auto;
    padding-bottom: 4em;

    background-color: #f7f7f7;
}

#index_main .top_section01-5 .section_title
{
    color: #000;
}

#index_main .top_section01-5 .section_split
{
    color: #000;
}

#index_main .top_section01-5 .section_btn
{
    margin: 0 2em 0 2em;

    color: #000;
    border: 2px #000 solid;
}

#index_main .top_section01-5 .section_btn::after
{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

#index_main .top_section01-5 .section_btn:hover
{
    color: #fff;
    border: 2px #fff solid;
    background-color: #000;
}

#index_main .top_section01-5 .section_btn:hover::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#index_main .top_section02
{
    padding-top: 4em;
    padding-bottom: 4em;

    background: url(./../images/index_pc_02.jpg) center;
    background-size: cover;
}

#index_main .top_section03
{
    padding-top: 4em;
    padding-bottom: 4em;
}

#index_main .top_section03 .section_title
{
    color: #000;
}

#index_main .top_section03 .section_split
{
    color: #000;
}

#index_main .top_section03 .section_btn
{
    color: #000;
    border: 2px #000 solid;
}

#index_main .top_section03 .section_btn::after
{
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

#index_main .top_section03 .section_btn:hover
{
    color: #fff;
    border: 2px #fff solid;
    background-color: #000;
}

#index_main .top_section03 .section_btn:hover::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#index_main .top_section03 .voice_box
{
    padding: 0 .75em;

    border: .5rem solid #fff;
    background-color: #eeeeef;
}

#index_main .top_section03 .voice_box .in_box
{
    padding: 1em 0;
}

#index_main .top_section03 .voice_box .in_box .title
{
    font-weight: bold;

    padding-top: .5em;
    padding-bottom: .5em;
}

#index_main .top_section03 .voice_box .in_box .text
{
    line-height: 1.5;

    letter-spacing: 1px;
}

#index_main .section_title
{
    font-size: 2em;

    text-align: center;

    color: #fff;
}

#index_main .section_split
{
    font-size: 2em;

    text-align: center;

    color: #fff;
}

#index_main .section_text
{
    text-align: center;

    color: #fff;
}

#index_main .section_btn
{
    font-weight: bold;

    position: relative;

    display: block;

    width: 385px;
    margin: 2em 2em 0 2em;
    padding: 1em;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border: 2px #fff solid;
    text-shadow: initial;
}

#index_main .section_btn::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#index_main .section_btn:hover
{
    color: #000;
    border: 2px #000 solid;
    background-color: #fff;
}

#index_main .section_btn:hover::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

#index_main .page_section
{
    max-width: 1100px;
}

#index_main .page_section_white
{
    padding: 4em .5em;

    background-color: #fff;
}

#index_main .page_section_gray
{
    padding: 4em .5em;

    background-color: #f5f5f5;
}

#index_main .page_section_QA
{
    max-width: 1100px;
}

#index_main .page_section_QA h3
{
    margin: 2em .5em;
}

#index_main .page_section_QA .QA_table
{
    max-width: 1100px;
}

#index_main .page_section_QA .QA_table .tr_space
{
    height: 3em;
}

#index_main .page_section_QA .QA_table .q_icon
{
    font-weight: bolder;

    width: 5%;
    padding: 1em;

    text-align: center;

    color: #fff;
    background-color: #5ad1a9;
}

#index_main .page_section_QA .QA_table .q_body
{
    font-weight: bold;

    width: 95%;
    padding: 1em;

    color: #5ad1a9;
    background-color: #fff;
}

#index_main .page_section_QA .QA_table .a_icon
{
    font-weight: bolder;

    width: 5%;
    padding: 1em;

    text-align: center;

    color: #fff;
    background-color: #b4b4b5;
}

#index_main .page_section_QA .QA_table .a_body
{
    width: 95%;
    padding: 1em;

    color: #000;
    background-color: #f7f7f7;
}

#index_main .feature_head_text
{
    font-size: 1.5em;
    font-weight: bold;

    color: #5ad1a9;
}

#index_main .feature_sec_text
{
    font-size: 1.5em;
    font-weight: bold;
}

#index_main .feature_text
{
    font-size: 1em;
}

#index_main .function_head_text
{
    font-size: 1.25em;
    font-weight: bold;

    margin-bottom: 1em;
    padding: 0 1em;

    color: #5ad1a9;
}

#index_main .function_text
{
    font-size: 1em;
    font-weight: bold;

    margin-bottom: 1em;
    padding: 0 1em;
}

#index_main .function_mini_text
{
    font-size: .7em;

    text-align: right;
}

#index_main .item-row
{
    padding: 1.5em 0;
    padding-bottom: 1em;

    border-top: 1px solid #c7c8d0;
}

#index_main .form-item-title
{
    font-weight: bold;

    text-align: right;
}

#index_main .sub-item-title
{
    font-size: .75em;

    color: #c7c8d0;
}

#index_main .req
{
    font-size: .75em;
    font-weight: bold;

    display: inline-block;

    margin-left: .125em;
    padding: .125em .25em;

    color: #fff;
    background-color: #5ad1a9;
}

#index_main .any
{
    font-size: .75em;
    font-weight: bold;

    display: inline-block;

    margin-left: .125em;
    padding: .125em .25em;

    color: #fff;
    background-color: #c7c8d0;
}

#index_main .form_btn
{
    font-weight: bold;

    position: relative;

    width: 385px;
    margin: 2em 2em 0 2em;
    padding: 1em;

    cursor: pointer;
    text-align: center;

    color: #fa199b;
    border: 2px solid #fa199b;
    border-radius: 2.5em;
    background-color: #fff;
    text-shadow: initial;
}

#index_main .form_btn::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #fa199b;
    border-right: 2px solid #fa199b;
}

#index_main .form_btn:hover
{
    color: #fff;
    background-color: #fa199b;
}

#index_main .form_btn:hover::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

footer .hide
{
    display: none;
}

footer #footer_cta .footer_section01
{
    padding-top: 4em;
    padding-bottom: 4em;

    color: #fff;
    background: url(./../images/index_pc_04.jpg) center;
    background-size: cover;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

footer #footer_cta .footer_section01 #sub
{
    font-size: 1.5em;

    text-align: center;
}

footer #footer_cta .footer_section01 #main
{
    font-size: 2.5em;
    font-weight: bold;

    margin-bottom: .5em;

    text-align: center;
}

footer #footer_cta .footer_section01 .list-Item
{
    font-weight: bold;
}

footer #footer_cta .footer_section01 .list-Item i
{
    color: yellow;
}

footer #footer_cta .footer_section01 .footer_btn
{
    font-weight: bold;

    position: relative;

    width: 385px;
    margin: 2em 2em 0 2em;
    padding: 1em;

    cursor: pointer;
    text-align: center;

    color: #fa199b;
    border-radius: 2.5em;
    background-color: #fff;
    text-shadow: initial;
}

footer #footer_cta .footer_section01 .footer_btn::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #fa199b;
    border-right: 2px solid #fa199b;
}

footer #footer_cta .footer_section01 .footer_btn:hover
{
    color: #fff;
    background-color: #fa199b;
}

footer #footer_cta .footer_section01 .footer_btn:hover::after
{
    position: absolute;
    top: 1.5em;
    right: 1em;

    width: .75em;
    height: .75em;

    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: rotate(45deg);
        -ms-transform: translateY(-50%) translateX(-50%);
        -ms-transform: rotate(45deg);
            transform: translateY(-50%) translateX(-50%);
            transform: rotate(45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

footer #footer_line
{
    border-top: #c7c8d0 solid 3px;
}

footer #menu_area
{
    font-size: .75em;
    line-height: 2em;

    max-width: 1100px;
    padding-top: 2em;
    padding-bottom: 2em;
}

footer #menu_area #menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer #menu_area .logo
{
    max-width: 200px;
}

footer #copy_area
{
    font-size: .8em;

    padding-top: 1.5em;
    padding-bottom: 1.5em;

    text-align: center;

    color: #fff;
    background-color: #282828;
}

#demo_container
{
    width: 75%;
    margin: auto;

    -webkit-user-select: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

     -khtml-user-select: none;
    -webkit-user-drag: none;
     -khtml-user-drag: none;
    -webkit-touch-callout: none;
}

.form-group
{
    border-radius: .25em;
}

.form-group.demo
{
    margin-bottom: 0;

    border: 2px solid #5ad1a9;
}

.form-group.diary
{
    margin-bottom: 3em;

    border: 2px solid #fa199b;
}

.form-group .demo_frame_title
{
    font-size: 1.5em;
    font-weight: bold;

    padding: .125em .5em;

    color: #fff;
    background-color: #5ad1a9;
}

.form-group .demo_frame_title.diary
{
    background-color: #fa199b;
}

.form-group .demo_frame_text
{
    font-size: .75em;
    font-weight: bold;

    padding: .25em .5em;
}

.form-group .demo_frame
{
    padding: 1em .5em;
}

.form-group .demo_frame .demo_select_icon
{
    font-weight: bold;

    margin-bottom: 0;
    padding: .5em .25em;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 1em;
    background-color: #c7c8d0;
}

.form-group .demo_frame .demo_select_icon.active
{
    background-color: #5ad1a9;
}

.form-group .demo_frame .demo_select_icon.active img
{
    opacity: 1;
}

.form-group .demo_frame .demo_select_icon img
{
    width: 100%;
    max-width: 122px;
    margin-bottom: .5em;
    padding: .25em;

    opacity: .5;
    border-radius: 100%;
}

.form-group .demo_frame .demo_select_icon figcaption
{
    font-size: .75em;
}

.mini_padding
{
    padding-right: .15em;
    padding-left: .15em;
}

.a-arrow
{
    font-size: 3em;
    line-height: 1.2;

    text-align: center;
}

#diary_show
{
    padding: 1em .5em;
}

#diary_show .demo_text
{
    font-size: .75em;
    font-weight: bold;
}

#diary_show .category_button
{
    font-weight: bold;

    padding: .5em .5em;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 2em;
    background-color: #fa199b;
}

#diary_show .category_button.active
{
    background-color: #5ad1a9;
}

#diary_show .diary_show_title
{
    font-size: 1.5em;
    font-weight: bold;

    margin: 0 0 1em 0;
    padding: .5em 0;

    text-align: center;

    color: #fa199b;
    border-top: 3px solid #fa199b;
    border-bottom: 3px solid #fa199b;
    background-color: #fff0f5;
}

#diary_show .subject_title,
#diary_show .body_title
{
    font-size: 1em;
    font-weight: bold;

    margin-top: 1em;
}

#diary_show .subject_frame,
#diary_show .body_frame
{
    font-size: 1em;

    padding: .5em;

    border: 1px solid #c7c8d0;
    border-radius: .25em;
}

#diary_show p
{
    margin: 0;
}
	
@media (min-width: 576px) and (max-width: 767.98px)
{
    body
    {
        font-size: 87.5%;
    }
    #index_main .top_section01-5
    {
        margin-top: 0;
    }
    .frame03
    {
        padding: .5em;
    }
    .frame_m_img
    {
        margin: .5em;
    }
    footer #footer_cta .footer_section01
    {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    footer #footer_cta .footer_section01 #sub
    {
        font-size: 1em;

        margin-bottom: .5em;
    }
    footer #footer_cta .footer_section01 #main
    {
        font-size: 1.5em;

        margin-bottom: .5em;
    }
    #demo_container
    {
        width: 100%;
    }
    .demo_frame .demo_select_icon
    {
        padding: .5em;
    }
    .demo_frame .demo_select_icon img
    {
        padding: .25em;
    }
    .demo_frame .demo_select_icon figcaption
    {
        font-size: .7em;
    }
    .stiky_button
    {
        margin-top: -60px;
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px)
{
    body
    {
        font-size: 87.5%;
    }
    .frame_m_img
    {
        margin: .5em;
    }
    #demo_container
    {
        width: 100%;
    }
    .demo_frame .demo_select_icon
    {
        padding: .5em;
    }
    .demo_frame .demo_select_icon img
    {
        padding: .25em;
    }
    .demo_frame .demo_select_icon figcaption
    {
        font-size: .7em;
    }
    .stiky_button
    {
        margin-top: -60px;
        padding-top: 60px;
    }
  .nav {
    font-size: 68.5%; }
}

@media (min-width: 1480px)
{
    #index_main .top_section01
    {
        height: 3759px;
    }
}

@media (max-width: 1099.98px)
{
    #index_main .top_section01
    {
        /*244.09*/
        height: 0;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 244.09%;

        background: url(./../images/index_pc_01.jpg) 0 0 no-repeat;
        background-size: cover;
    }
}

@media (max-width: 575.98px)
{
    body
    {
        font-size: 87.5%;
        line-height: 1.25;

        letter-spacing: 1.125px;
    }
    #index_main .top_section01
    {
        max-width: 1125px;
        height: 6633px;
        height: 0;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 589.6%;

        background: url(./../images/index_m05.jpg) center;
        background: url(./../images/index_m05.jpg) 0 0 no-repeat;
        background-size: cover;
        background-size: contain;
    }
    #index_main .top_section01-5
    {
        margin-top: 0;

        background-color: #fff;
    }
    #index_main .feature_head_text
    {
        font-size: 1.2em;
    }
    #index_main .feature_sec_text
    {
        font-size: 1.5em;
    }
    #index_main .feature_text
    {
        font-size: 1em;
    }
    #index_main .function_head_text
    {
        font-size: 1.2em;
    }
    #index_main .function_text
    {
        font-size: 1em;
    }
    #index_main .function_mini_text
    {
        font-size: .5em;
    }
    #index_main .mb-text-mini
    {
        font-size: .8em;
    }
    #index_main .form-item-title
    {
        padding-bottom: .5em;

        text-align: left;
    }
    .frame03
    {
        padding: .5em;
    }
    .frame03 span
    {
        font-size: 105%;
    }
    .frame_m_img
    {
        margin: 0;
        /* .5em */
    }
    footer #footer_cta .footer_section01
    {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    footer #footer_cta .footer_section01 #sub
    {
        font-size: 1em;

        margin-bottom: .5em;
    }
    footer #footer_cta .footer_section01 #main
    {
        font-size: 1.5em;

        margin-bottom: .5em;
    }
    footer #footer_cta .footer_section01 .list-Item
    {
        line-height: 1.75;
    }
    #demo_container
    {
        width: 100%;
    }
    .demo_frame_title
    {
        font-size: 1.25em;
    }
    .demo_frame .mini_padding
    {
        padding-right: .15em;
        padding-left: .15em;
    }
    .demo_frame .demo_select_icon
    {
        padding: .5em .25em;
    }
    .demo_frame .demo_select_icon img
    {
        padding: .25em;
    }
    .demo_frame .demo_select_icon figcaption
    {
        font-size: .7em;
    }
    #diary_show .stiky_button
    {
        margin-top: -60px;
        padding-top: 60px;
    }
    #diary_show .category_button
    {
        padding: .75em .5em;
    }
}

/*# sourceMappingURL=../maps/style.css.map */
