/* ----------------------------
reset
------------------------------- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
}

html {
    font-size: 62.5%;
}

body {
    color: #111111;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.8rem;
    ;
    line-height: 1.7;
    color: #282828;
    -webkit-text-size-adjust: 100%;
    background-color: #ffffff;
    text-align: left;
}

a,
a:link,
a:visited {
    color: #181818;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

a img {
    margin: 0;
    padding: 0;
    border-style: none;
}

/**************************************************************
【配置設定】
**************************************************************/

.img_c {
    text-align: center;
    margin: 20px auto;
}

.img_c img {
    width: 100%;
}

.img_c2 {
    text-align: center;
    margin: 20px auto;
}

.img_c2 img {
    width: 70%;
}

.img_c3 {
    text-align: center;
    margin: 20px auto;
}

.img_c3 img {
    width: 80%;
}

.img_c4 {
    text-align: center;
    margin: 20px auto;
}

.img_c4 img {
    width: 60%;
}

.img_c5 {
    text-align: center;
    margin: 0px auto;
}

.img_c5 img {
    margin: 0px auto;
}

.img_right1 {
    float: right;
    margin: 0px 0 20px 20px;
    width: 40%;
}

.img_right1 img {
    width: 100%;
}

.img_left1 {
    float: left;
    margin: 0px 20px 20px 0px;
    width: 40%;
}

.img_left1 img {
    width: 100%;
}

.img_right2 {
    float: right;
    margin: 0px 0 20px 20px;
    width: 40%;
}

.img_right2 img {
    width: 100%;
}

.img_right3 {
    float: right;
    margin: 0px 0 10px 20px;
    width: 25%;
}

.img_right3 img {
    width: 100%;
}

.img_right_man {
    float: right;
    margin: 20px 0 20px 20px;
    width: 35%;
}

.img_right_man img {
    width: 100%;
}

.img_left2 {
    float: left;
    margin: 0px 20px 20px 0px;
    width: 40%;
}

.img_left2 img {
    width: 100%;
}

/* バナー */

.banner {}

.banner img:hover {
    opacity: 0.8;
    filter: alpha(opacity=60);
}

/* 共通 */

.inner {
    width: 1470px;
    margin: 0 auto;
}

.inner2 {
    width: 1470px;
    margin: 0 auto;
}

.banner_pc {
    display: block;
}

.banner_sp {
    display: none;
}

.pcbr {
    display: inline;
}

.spbr {
    display: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

/* 背景 */

.back1 {
    background-color: #f5faff;
    padding: 30px 0;
}

.back2 {
    background-color: #ffffff;
    padding: 30px 0;
}

.back3 {
    background-color: #ffffff;
    padding: 30px 0 80px;
}

.back4 {
    background-color: #ffffff;
    padding: 0px 0 0px;
}

/* タイトル */

.page_title {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 50px 0 50px 0;
    margin: 0px 0 40px 0;
    text-align: center;
    background-color: #e5f1ff;
}

.title1 {
    font-size: 2.6rem;
    border-bottom: 1px solid #111111;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
}

.title2 {
    font-size: 2.6rem;
    border-bottom: 1px solid #111111;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.title3 {
    font-size: 2.2rem;
    margin: 0 0 30px 0;
    text-align: center;
}

.title4 {
    font-size: 2.2rem;
    margin: 30px 0 30px 0;
    text-align: center;
    border: 1px solid #0F2A9A;
    padding: 5px;
    color: #0F2A9A;
}

/* 背景画像アリ */

.page_title_merit {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_merit.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_about {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_about.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_failure {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_failure.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_contact {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_contact.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_privacy {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_privacy.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_kiyaku {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_kiyaku.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_law {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_law.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_login {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_login.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_mailbox {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_mailbox.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_list {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_list.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_question {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_question.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_edit {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_edit.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_jisseki_list {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_jisseki_list.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_experience {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_experience.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_guide {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_guide.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_setting {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_setting.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_bank {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_bank.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_thanks {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_thanks.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.page_title_pay {
    font-size: 3.6rem;
    line-height: 1.3;
    padding: 13.0rem 0 13.0rem 0;
    margin: 0px 0 40px 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/ttl_pay.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

/* テキスト */

.text1 {
    text-align: center;
}

/* ボタン */

.btn1 {
    display: block;
    width: 15%;
    margin-left: auto;
}

.btn1 a {
    border-radius: 100px;
    margin: 0 0 0 auto;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-color: #4968d9;
    text-decoration: none;
}

.btn1 a:hover {
    background-color: #49639A;
    text-decoration: none;
}

.btn2 {
    width: 40%;
    margin: 0 auto;
}

.btn2 a {
    border-radius: 100px;
    margin: 0 0 0 auto;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-color: #4968d9;
    text-decoration: none;
}

.btn2 a:hover {
    background-color: #49639A;
    text-decoration: none;
}

.btn3 {
    width: 60%;
    margin: 0 auto;
}

.btn3 a {
    border-radius: 100px;
    margin: 0 0 0 auto;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-color: #4968d9;
    text-decoration: none;
}

.btn3 a:hover {
    background-color: #49639A;
    text-decoration: none;
}

.btn4 {
    display: none;
    width: 15%;
    margin-left: auto;
}

.btn4 a {
    display: none;
    border-radius: 100px;
    margin: 0 0 0 auto;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-color: #4968d9;
    text-decoration: none;
}

.btn4 a:hover {
    background-color: #49639A;
    text-decoration: none;
}

.btn5 {
    width: 30%;
    margin: 0 auto;
}

.btn5 a {
    display: none;
    border-radius: 100px;
    margin: 20px auto 0;
    padding: 20px 15px;
    display: block;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    background-color: #ff9900;
    text-decoration: none;
}

.btn5 a:hover {
    background-color: #ff6600;
    text-decoration: none;
}

.btn6 {
    width: 40%;
    margin: 0 auto;
}

.btn6 a {
    display: none;
    border-radius: 100px;
    margin: 20px auto 0;
    padding: 10px 5px;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    background-color: #ff9900;
    text-decoration: none;
}

.btn6 a:hover {
    background-color: #ff6600;
    text-decoration: none;
}

.btn_wp1 {
    margin: 30px auto;
    width: 80%;
}

.btn_wp1 ul {
    margin: 0 40px 0 0;
}

.btn_left {
    width: 47%;
    float: left;
}

.btn_right {
    width: 47%;
    float: right;
}

.line_tsuika {
    margin: 30px auto;
    text-align: center;
    width: 400px;
}

.line_tsuika img {
    width: 100%;
}

.tel_c {
    margin: 30px auto;
    text-align: center;
    width: 400px;
}

.tel_c img {
    width: 100%;
}

/* 001 */

.button001 a {
    background: #148ac3;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin: 0 0px;
    text-decoration: none;
}

.button001 a:hover {
    background: #32a6de;
    color: #FFF;
}

.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button001 a:hover:after {
    border-color: #FFF;
}

.button001 button {
    background: #148ac3;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin: 0 0px;
    text-decoration: none;
}

.button001 button:hover {
    background: #32a6de;
    color: #FFF;
}

.button001 button:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button001 button:hover:after {
    border-color: #FFF;
}

/* 002 */

.button002 a {
    background: #339900;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin: 0 0px;
    text-decoration: none;
}

.button002 a:hover {
    background: #57bb25;
    color: #FFF;
}

.button002 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button002 a:hover:after {
    border-color: #FFF;
}

.button002 button {
    background: #339900;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin: 0 0px;
    text-decoration: none;
}

.button002 button:hover {
    background: #57bb25;
    color: #FFF;
}

.button002 button:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button002 button:hover:after {
    border-color: #FFF;
}

/* テーブル */

.tb_smp {
    border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.tb_smp th,
.tb_smp td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.tb_smp th {
    padding: 20px 30px;
    text-align: left;
    width: 25%;
}

.tb_smp td {
    padding: 20px 30px;
    text-align: left;
}

.tb_smp tr {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    color: #00000;
}

.tb_smp2 {
    border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.tb_smp2 th,
.tb_smp2 td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.tb_smp2 th {
    padding: 20px 30px;
    text-align: center;
    width: 45%;
}

.tb_smp2 td {
    padding: 20px 30px;
    text-align: left;
}

.tb_smp2 tr {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    color: #00000;
}

/* テーブル-問い合わせ */

.table-contact {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto 20px;
}

.table-contact th {
    width: 20%;
    padding: 15px 30px 10px 0;
    ;
    vertical-align: top;
    text-align: right;
}

.table-contact td {
    padding: 10px 0;
    vertical-align: top;
}

/* テーブル-ソフト */

.table-soft {
    border-collapse: collapse;
    margin: 0px auto 20px;
}

.table-soft th {
    padding: 15px 0 10px;
    vertical-align: top;
    text-align: right;
}

.table-soft td {
    padding: 10px 20px 0;
    width: 200px;
    vertical-align: top;
}

.table-soft td>input {
    margin: 0 0 0px 0px;
    padding: 8px 15px 8px 0;
    height: 30px;
    width: 100%;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    text-align: left;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: none;
}

.tbg {
    background-color: #eee;
}

.atn {
    font-size: 1.6rem;
}

.atn a,
.atn a:link,
.atn a:visited {
    color: #181818;
    text-decoration: underline;
}

.atn a:hover,
.atn a:active {
    color: #333;
    text-decoration: none;
}

.deco1 {
    display: block;
    margin: 0 0 0px 0px;
    padding: 8px 15px 8px;
    height: 30px;
    width: 90%;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    text-align: left;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: none;
}

.deco2 {
    display: block;
    margin: 0 0 20px 0px;
    padding: 8px 15px 8px;
    height: 40px;
    width: 90%;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    text-align: left;
    color: #000;
    border: solid 1px #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
}

.deco3 {
    display: block;
    margin: 0px 0 20px 0px;
    padding: 10px 15px 4px;
    height: 300px;
    width: 90%;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    text-align: left;
    color: #000;
    border: solid 1px #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

input.sbtn {
    background: #ff9900;
    border-radius: 200px;
    align-items: center;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin: 0 auto 30px;
    background-image: url("../images/btn_mark.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px auto;
    width: 500px;
    border: none;
    font-size: 2.0rem;
    display: block;
    letter-spacing: 0.5rem;
}

input.sbtn a {
    border: none;
    margin: 0 auto;
    align-items: center;
}

input.sbtn:hover {
    background-repeat: no-repeat;
    background-color: #ff6600;
    box-shadow: none;
    transform: translate3d(0, 0px, 0);
}

.select-group {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 92%;
    padding: 8px 15px 8px;
    vertical-align: middle;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    height: 50px;
    font-size: 1.8rem;
    line-height: 20px;
    font-family: Arial, sans-serif;
    text-align: left;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.select {
    position: relative;
    z-index: 1;
    color: #000;
    line-height: 1.8;
    font-size: 1.6rem;
    display: block;
    width: 105%;
    padding: 0;
    text-indent: 0px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.select-group:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 6px solid #999;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

form em {
    font-style: normal;
    background-color: #e60e11;
    color: #ffffff;
    padding: 3px;
    margin-left: 3px;
    font-size: 80%;
    line-height: 1.0;
}

/* ヘッダー */

#header_pc {
    width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
}

.head_top {
    padding: 0px 0px 0;
    width: 100%;
}

#header_pc h1 {
    float: left;
    width: 280px;
    /* margin: 40px 0 0 30px; */
}

#header_pc h1 img {
    width: 100%;
}

.top_right {
    float: right;
    width: 542px;
    margin: 14px 30px 0 0px;
    padding: 0 0 9px 0;
}

.contact1 {
    float: right;
    width: 256px;
}

.contact1 img {
    margin-bottom: 5px;
}

.contact2 {
    float: right;
    width: 261px;
    margin: 0 25px 0 0;
}

.tel {
    margin: 4px 0;
}

#header_pc {
    display: block;
}

#header_sp {
    display: none;
}

#top_fix {
    display: none;
}

/* PCナビ */

#pc_nav {
    background-color: #4968d9;
    display: block;
}

#nav {
    width: 1470px;
    margin: 0 auto;
    text-align: center;
}

.nav1 {
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 20%;
    text-align: center;
    color: #fff;
}

.nav1 a {
    display: block;
    padding: 15px 0px;
    background-color: #4968d9;
}

.nav1 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/nav1.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.nav1 a:hover {
    text-decoration: none;
    background-color: #495686;
}

.nav2 {
    float: left;
    border-right: 1px solid #fff;
    width: 20%;
    text-align: center;
    color: #fff;
}

.nav2 a {
    display: block;
    padding: 15px 0px;
    background-color: #4968d9;
}

.nav2 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/nav2.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.nav2 a:hover {
    text-decoration: none;
    background-color: #495686;
}

.nav3 {
    float: left;
    border-right: 1px solid #fff;
    width: 20%;
    text-align: center;
    color: #fff;
}

.nav3 a {
    display: block;
    padding: 15px 0px;
    background-color: #4968d9;
}

.nav3 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 29px;
    background-image: url("../images/nav3.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: left center;
    text-align: left;
}

.nav3 a:hover {
    text-decoration: none;
    background-color: #495686;
}

.nav4 {
    float: left;
    border-right: 1px solid #fff;
    width: 20%;
    text-align: center;
    color: #fff;
}

.nav4 a {
    display: block;
    padding: 15px 0px;
    background-color: #4968d9;
}

.nav4 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 25px;
    background-image: url("../images/nav4.png");
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: left center;
    text-align: left;
}

.nav4 a:hover {
    text-decoration: none;
    background-color: #495686;
}

.nav5 {
    float: left;
    border-right: 1px solid #fff;
    width: 19%;
    text-align: center;
    color: #fff;
}

.nav5 a {
    display: block;
    padding: 15px 0px;
    background-color: #4968d9;
}

.nav5 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 29px;
    background-image: url("../images/nav5.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: left center;
    text-align: left;
}

.nav5 a:hover {
    text-decoration: none;
    background-color: #495686;
}

nav a,
nav a:link,
nav a:visited {
    color: #111;
    text-decoration: none;
}

nav a:hover,
nav a:active {
    color: #111;
    text-decoration: none;
}

/* 実績一覧 */

.jisseki_wp {
    padding: 0 0 0 1%;
    display: flex;
    flex-wrap: wrap;
}

.jisseki_box {
    flex-shrink: 0;
    float: left;
    width: 49%;
    margin: 0 1% 30px 0;
    padding: 20px 0 10px;
    background-color: #ffffff;
    border-radius: 15px;
}

.jisseki_wp h3 {
    background-color: #5589c3;
    color: #fff;
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 1.3;
    margin: 0 20px;
    padding: 10px;
    text-align: center;
}

.chart_wp {
    margin: 0px 0 0;
    padding: 25px;
}

.chart {
    float: left;
    width: 43%;
}

.chart img {
    width: 100%;
}

.hyou {
    /*float: right;*/
    width: 100%;
}

.hyou table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    width: 100%;
}

.hyou th {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 12px 10px;
    text-align: left;
    border: 1px solid #d4d4d4;
    width: 31%;
}

.hyou td {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 12px 10px;
    text-align: left;
    border: 1px solid #d4d4d4;
}

.up {
    font-size: 3.2rem;
    padding: 0 0 2px;
    color: #fe6191;
}

.an2-fadeup {
    animation-name: fadeup;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    float: left;
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 実績SP */

.responsive3 {
    display: none;
}

.jisseki_wp_sp {
    display: none;
}

.jisseki_box_sp {
    display: none;
    float: left;
    width: 49%;
    margin: 0 1% 30px 0;
    padding: 20px 0 10px;
    background-color: #ffffff;
    border-radius: 15px;
}

.jisseki_wp_sp h3 {
    display: none;
    background-color: #5589c3;
    color: #fff;
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 1.3;
    margin: 0 20px;
    padding: 10px;
    text-align: center;
}

.chart_wp_sp {
    display: none;
    margin: 0px 0 0;
    padding: 25px;
}

/* 実績一覧-下層 */

.jisseki_wp_kaso {
    padding: 0 0 0 1%;
    display: flex;
    flex-wrap: wrap;
}

.jisseki_box_kaso {
    float: left;
    width: 49%;
    margin: 0 1% 30px 0;
    padding: 20px 0 10px;
    background-color: #ffffff;
    border-radius: 15px;
    flex-shrink: 0;
}

.jisseki_wp_kaso h3 {
    background-color: #5589c3;
    color: #fff;
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 1.3;
    margin: 0 20px;
    padding: 10px;
    text-align: center;
}

/* サービス紹介 */

.ai_sv {
    margin: 0 0 20px;
}

.s1 {
    float: left;
    width: 33.3%;
}

.s1 img {
    width: 100%;
}

.s2 {
    float: left;
    width: 33.3%;
}

.s2 img {
    width: 100%;
}

.s3 {
    float: left;
    width: 33.3%;
}

.s3 img {
    width: 100%;
}

.s4 {
    float: left;
    width: 33.3%;
}

.s4 img {
    width: 100%;
}

.s5 {
    float: left;
    width: 33.3%;
}

.s5 img {
    width: 100%;
}

.s6 {
    float: left;
    width: 33.3%;
}

.s6 img {
    width: 100%;
}

.s1,
.s2,
.s3,
.s4,
.s5,
.s6 {
    overflow: hidden;
}

.s1 img,
.s2 img,
.s3 img,
.s4 img,
.s5 img,
.s6 img {
    display: block;
    transition: 0.5s;
}

.s1 img:hover,
.s2 img:hover,
.s3 img:hover,
.s4 img:hover,
.s5 img:hover,
.s6 img:hover {
    transform: scale(1.2, 1.2);
}

/* AI製品1-スライダー */

.products1 {
    margin: 0 0 20px;
}

.pr {
    display: inline-block;
    background-color: #ffffff;
    width: 17%;
    margin: 10px 0 10px 0;
    padding: 20px 0 20px;
    box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
    width: 100%;
    min-height: 390px;
}

.products1 h3 {
    padding: 0 20px;
    font-size: 2.4rem;
    line-height: 1.3;
}

.products1 p {
    padding: 10px 25px 0;
    font-size: 1.4rem;
}

.products1_img {
    margin: 10px 20px;
}

.products1_img img {
    width: 100%;
}

.mg {
    margin: 0 10px;
}

.text_takasa1 {
    min-height: 80px;
}

/* slick調整 */

.slick-prev:before,
.slick-next:before {
    color: #aaa;
}

.data-slick img {
    width: 100%;
    margin: 0 10px;
}

.data-slick {
    padding: .5em 1em;
}

/* AI製品2 */

.products2 {}

.pr2 {
    display: inline-block;
    background-color: #ffffff;
    margin: 10px 0 10px 0;
    padding: 20px 0 20px;
    box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
    width: 100%;
    min-height: 430px;
}

.products2 h3 {
    padding: 0 25px;
    font-size: 2.4rem;
    line-height: 1.3;
}

.products2 h4 {
    padding: 0 25px;
    font-size: 1.6rem;
    line-height: 1.3;
}

.products2 p {
    padding: 10px 25px 0;
    font-size: 1.4rem;
}

.products2_img {
    margin: 20px 25px;
}

.products2_img img {
    width: 100%;
}

.text_takasa2 {
    min-height: 60px;
}

/* 商品ラインナップ */

.products_ch {
    margin: 30px auto;
    border: 1px solid #1f2b5c;
    width: 50%;
}

.products_ch h4 {
    background-color: #1f2b5c;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
}

.box_on {
    background-color: #fff;
    padding: 20px;
    width: 30%;
    box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    right: 100px;
    bottom: 200px;
}

.products_ch_img {
    margin: 0 auto;
    width: 100%;
}

.products_ch_img img {
    width: 100%;
}

.products_ch_right {
    margin: 0px auto;
    width: 100%;
    background-color: #f5fcff;
    padding: 5px 0 10px;
}

.products_ch_right h3 {
    font-size: 2.0rem;
    margin: 20px 20px 10px;
}

.products_ch_case {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 95%;
    margin: 0px 20px 20px;
}

.products_ch_case th {
    width: 150px;
    background-color: #f2f2f2;
    padding: 10px 20px;
    text-align: left;
    font-weight: normal;
}

.products_ch_case td {
    background-color: #ffffff;
    padding: 10px 20px;
    text-align: left;
    font-weight: normal;
    border: 1px solid #f2f2f2;
    color: #f00;
}

.youkou {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

.youkou th {
    width: 30%;
    background-color: #4968d9;
    padding: 10px 10px 10px 30px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
}

.youkou td {
    background-color: #ffffff;
    padding: 10px 20px;
    text-align: right;
    font-weight: normal;
    vertical-align: middle;
    border: 1px solid #D9D9D9;
}

.scr {
    overflow-y: scroll;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 160%;
    border: 1px solid #eee;
    padding: 15px;
    height: 300px;
    margin: 10px 10px 0;
}

.scr h4 {
    font-size: 1.4rem;
}

.scr h5 {
    font-size: 1.4rem;
}

.form_checkbox {
    text-align: center;
    margin: 30px auto 0;
    line-height: 160%;
}

.k1 {
    text-align: left;
}

.k1 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/k1.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.k2 {
    text-align: left;
}

.k2 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/k2.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.k3 {
    text-align: left;
}

.k3 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/k3.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.k4 {
    text-align: left;
}

.k4 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/k4.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.k5 {
    text-align: left;
}

.k5 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/k5.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.k6 {
    text-align: left;
}

.k6 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/k6.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.k7 {
    text-align: left;
}

.k7 span {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 0px 0px 0 27px;
    background-image: url("../images/k7.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: left center;
    text-align: left;
}

.radio_td1 {
    float: right;
}

.radio_td2 {
    float: right;
    width: 20%;
}

.sps {
    color: #fff;
}

/* リスト数字 */

.list1 {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.list1 li {
    list-style: none;
    margin-bottom: 5px;
}

.list1 li span {
    background-color: #172c5b;
    color: #fff;
    margin-right: 5px;
    padding: 2px 8px;
    text-align: center;
    width: 2.5%;
}

/* メールBOX */

.mailbox em.midoku {
    margin: 0 5px 0 5px;
    line-height: 15px;
}

.mailbox em.midoku img {
    width: 20px;
    vertical-align: middle;
}

/* Al Sniperとは */

.as_title {
    text-align: center;
    font-size: 2.4rem;
    color: #aaa;
    margin: 0 0 50px;
}

.as_title2 {
    text-align: center;
    font-size: 3.0rem;
    line-height: 2.0;
    margin: 50px 0 30px;
}

.b_line {
    background-color: #003366;
    display: block;
    width: 10%;
    height: 3px;
    margin: 20px auto 40px;
}

.as_box {
    border: 1px solid #003366;
    background-color: #fff;
    width: 70%;
    margin: 30px auto;
}

.as_box h5 {
    background-color: #003366;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
}

.as_box_in {
    padding: 20px;
}

.voice_wp {
    padding: 0 0 0 5%;
}

.voice_box {
    border: 1px solid #181818;
    background-color: #fff;
    width: 42%;
    float: left;
    padding: 20px 25px;
    margin: 20px 3% 20px 0px;
    min-height: 400px;
}

.title_v {
    color: #aaa;
    font-size: 1.4rem;
}

.title_v2 {
    font-size: 1.8rem;
}

.title_v3 {
    font-size: 1.6rem;
    font-weight: bold;
}

.as_banner {
    margin: 30px auto;
    width: 70%;
}

.as_l {
    width: 47%;
    float: left;
}

.as_r {
    width: 47%;
    float: right;
}

.as_l img,
.as_r img {
    width: 100%;
    margin: 0 0 10px;
}

.as_banner p {
    font-size: 1.6rem;
    line-height: 1.4;
}

.user {
    margin: 0 0 10px;
}

.user_img {
    float: left;
    margin: 0 15px 0 0;
    width: 12%;
}

.user_img img {
    width: 100%;
}

.user_name {
    float: right;
    width: 85%;
    padding: 5px 0 0;
}

/* アンケート */

.que_box {
    border: 1px solid #ccc;
    padding: 20px;
    width: 90%;
}

.que_check {
    width: 15%;
    float: left;
}

.que_check2 {
    margin: 0 30px 0 0;
    float: left;
}

.th_tyosei {
    padding: 30px 20px 0 0 !important
}

/* ページャー*/

.page {
    color: #aaa;
    margin: 0 15px;
}

.page a,
.page a:link,
.page a:visited {
    color: #333;
    text-decoration: none;
}

.page a:hover,
.page a:active {
    color: #666;
    text-decoration: none;
}

/* 利用ガイド*/

.guide_wp {
    padding: 0 0 50px 4%;
}

.guide_box {
    float: left;
    width: 46%;
    border: 1px solid #181818;
    padding: 0 0 20px;
    margin: 0 3% 30px 0px;
}

.guide_box h3 {
    background-color: #181818;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    padding: 5px;
}

.guide_img {
    margin: 20px 20px;
}

.guide_img img {
    width: 100%;
}

.g_txt {
    margin: 0 20px;
    min-height: 80px;
}

.g_line {
    border: 1px solid #181818;
    padding: 20px 30px;
    width: 87%;
    margin: 0 auto 30px;
}

.g_line h3 {
    padding: 20px 0;
}

.img_g {
    width: 90%;
    margin: 20px auto;
}

.img_g img {
    width: 100%;
}

/*************************************************************
【メール設定方法】
*************************************************************/

.setting_page_contents {
    width: 980px;
    margin: 20px auto;
}

.setting_page_contents h2 {
    font-size: 22px;
    padding: 15px 10px 15px 20px;
    margin: 0 0 15px 0;
    color: #ffffff;
    background: #012244;
    border-color: #041f83 #041f83 #044281 #3071a9;
    border-width: 1px 1px 7px 7px;
    border-style: solid;
    color: #ffffff;
}

.h4_gg {
    border: 1px solid #eee;
    background: #f2f2f2;
    padding: 10px 5px;
    font-size: 13px;
    line-height: 20px;
    color: #041f83;
    margin: 0 0 0px 0;
    text-align: center;
}

.title_h3 {
    border-left: 5px solid #041f83;
    padding: 0 0 0 12px;
    font-size: 16px;
}

.title_h3-3 {
    color: #041f83;
    font-size: 16px;
}

.mark {
    padding: 3px 0 4px 20px;
    background-image: url(../images/mail_icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.mail_set {
    width: 700px;
    margin: 0 auto;
}

.mail_set h3 {
    padding: 3px 0 4px 18px;
    background-image: url(../images/mail_icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-weight: normal;
    font-size: 1.0em;
}

.mail_set h3 a,
.mail_set h3 a:link,
.mail_set h3 a:visited {
    color: #121212;
    text-decoration: none;
}

.mail_set h3 a:hover,
.mail_set h3 a:active {
    color: #aaa;
    text-decoration: none;
}

.mail_l {
    float: left;
    width: 226px;
    margin: 5px 0 5px 0;
}

.mail_center {
    float: left;
    width: 226px;
    margin: 5px 0 5px 11px;
}

.mail_r {
    float: left;
    width: 226px;
    margin: 5px 0 5px 11px;
}

.h4_mail {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 15px 0 10px;
}

.set_text {
    font-size: 13px;
    line-height: 16px;
}

.info {
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 15px;
    margin: 30px 0 0 0;
}

.font_mail {
    font-size: 13px;
}

#left_contents {
    width: 60%;
    margin: 30px auto;
}

.side_navi li {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 0 7px 20px;
    background-image: url(../images/mail_icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.back_pt1 {
    background-color: #FFF;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    padding: 0 2px 2px;
}

.back_pt2 {
    background-color: #FFF;
    padding: 2px;
    border: 1px solid #ccc;
}

/* ボタン */

.mail_setting_un {
    font-size: 16px;
    display: block;
    width: 300px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    color: #032C49;
    text-decoration: none;
    letter-spacing: 0;
    border: 1px solid #ccc;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 7px;
    text-decoration: none;
    padding: 20px 5px;
    background: #167e05;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #167e05), color-stop(0.00, #3cc70b));
    background: -webkit-linear-gradient(#3cc70b, #167e05);
    background: -moz-linear-gradient(#3cc70b, #167e05);
    background: -o-linear-gradient(#3cc70b, #167e05);
    background: -ms-linear-gradient(#3cc70b, #167e05);
    background: linear-gradient(#3cc70b, #167e05);
}

.mail_setting_un:hover {
    background-repeat: no-repeat;
    background-position: 7% center;
    background-image: none;
    background-color: #3cc70b;
}

.mail_setting_un a,
.mail_setting_un a:link,
.mail_setting a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
}

.bg_yy {
    background-color: #FFDC73;
    padding: 0px 5px 0px;
}

.card_waku {
    margin: 20px auto 30px;
    border-bottom: 1px solid #f2f2f2;
}

.moji_tyousei {
    text-align: center !important
}

/* footer */

footer {
    background-color: #070a13;
    padding: 40px 0;
    text-align: left;
    width: 100%;
    line-height: 1.3;
    color: #fff;
}

.footer_inner {
    width: 1470px;
    margin: 0 auto;
}

footer h2 {
    width: 248px;
}

footer h2 img {
    width: 100%;
}

.f_navi {
    margin: 45px 0;
    font-size: 1.8rem;
}

.f_menseki {
    font-size: 1.6rem;
}

.copy {
    text-align: center;
    font-size: 1.2rem;
    margin: 40px 0 0;
}

footer a,
footer a:link,
footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover,
footer a:active {
    color: #ccc;
    text-decoration: none;
}

.scroll_list {
    display: none;
}

/*ここからPC用2（1025px～1470px）環境の設定
---------------------------------------------------------------------------*/

@media (min-width:1025px) and (max-width:1470px) {
    body {
        font-size: 1.8rem;
        line-height: 1.7;
        background-image: none;
    }
    /* イメージ */
    .img_c img {
        width: 100%;
    }
    .img_c2 img {
        width: 80%;
        margin: 20px auto;
    }
    .img_c3 {
        width: 90%;
        margin: 20px auto;
    }
    .img_c3 img {
        width: 100%;
    }
    .img_c4 {
        text-align: center;
        margin: 20px auto;
    }
    .img_c4 img {
        width: 70%;
    }
    .img_c5 img {
        width: 100%;
    }
    .img_right1 {
        float: right;
        margin: 0px 0 20px 20px;
        width: 40%;
    }
    .img_right1 img {
        width: 100%;
    }
    .img_left1 {
        float: left;
        margin: 0px 20px 20px 0px;
        width: 40%;
    }
    .img_left1 img {
        width: 100%;
    }
    .img_right2 {
        float: right;
        margin: 0px 0 20px 20px;
        width: 40%;
    }
    .img_right2 img {
        width: 100%;
    }
    .img_right3 {
        float: right;
        margin: 0px 0 10px 20px;
        width: 25%;
    }
    .img_right3 img {
        width: 100%;
    }
    .img_right_man {
        float: right;
        margin: 20px 0 20px 20px;
        width: 35%;
    }
    .img_right_man img {
        width: 100%;
    }
    .img_left2 {
        float: left;
        margin: 0px 20px 20px 0px;
        width: 40%;
    }
    .img_left2 img {
        width: 100%;
    }
    /* 共通 */
    #wrapper {
        width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
    }
    .inner {
        width: 92%;
        margin: 0 auto;
    }
    .inner2 {
        width: 96%;
        margin: 0 auto;
    }
    .banner_pc {
        display: block;
    }
    .banner_sp {
        display: none;
    }
    .pcbr {
        display: block;
    }
    .spbr {
        display: none;
    }
    /* 背景 */
    .back1 {
        background-color: #f5faff;
        padding: 30px 0;
    }
    .back2 {
        background-color: #ffffff;
        padding: 30px 0;
    }
    .back3 {
        background-color: #ffffff;
        padding: 30px 0 80px;
    }
    .back4 {
        background-color: #ffffff;
        padding: 0px 0 0px;
    }
    /* タイトル */
    .title1 {
        font-size: 2.6rem;
        border-bottom: 1px solid #111111;
        padding: 0 0 15px 0;
    }
    .title2 {
        font-size: 2.6rem;
        border-bottom: 1px solid #111111;
        padding: 0 0 15px 0;
        text-align: center;
    }
    /* ボタン */
    .btn1 {
        display: block;
        width: 20%;
        margin-left: auto;
    }
    .btn1 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn1 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn2 {
        width: 60%;
        margin: 0 auto;
    }
    .btn2 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn2 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn4 {
        display: none;
        width: 20%;
        margin-left: auto;
    }
    .btn4 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn4 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn5 {
        width: 50%;
        margin: 0 auto;
    }
    .btn5 a {
        display: none;
        border-radius: 100px;
        margin: 20px auto 0;
        padding: 20px 15px;
        display: block;
        color: #fff;
        font-size: 2.6rem;
        font-weight: bold;
        text-align: center;
        background-color: #ff9900;
        text-decoration: none;
    }
    .btn5 a:hover {
        background-color: #ff6600;
        text-decoration: none;
    }
    .btn_wp1 {
        margin: 30px auto;
        width: 80%;
    }
    .btn_wp1 ul {
        margin: 0 40px 0 0;
    }
    .btn_left {
        width: 48%;
        float: left;
    }
    .btn_right {
        width: 48%;
        float: right;
    }
    /* 001 */
    .btn_wp1 {
        margin: 30px auto;
        width: 90%;
    }
    .btn_left {
        float: left;
        width: 45%;
    }
    .btn_right {
        float: right;
        width: 45%;
    }
    .button001 a {
        background: #148ac3;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 25px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        text-decoration: none;
    }
    .button001 a:hover {
        background: #32a6de;
        color: #FFF;
    }
    .button001 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
        text-decoration: none;
    }
    .button001 a:hover:after {
        border-color: #FFF;
    }
    .button002 a {
        background: #339900;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 25px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        text-decoration: none;
    }
    .button002 a:hover {
        background: #57bb25;
        color: #FFF;
    }
    .button002 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
        text-decoration: none;
    }
    .button002 a:hover:after {
        border-color: #FFF;
    }
    /* テーブル */
    .tb_smp {
        border-collapse: collapse;
        border-spacing: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .tb_smp th,
    .tb_smp td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .tb_smp th {
        padding: 20px 30px;
        text-align: left;
        width: 25%;
    }
    .tb_smp td {
        padding: 20px 30px;
        text-align: left;
    }
    .tb_smp tr {
        text-align: center;
        padding: 20px 0;
        background-color: #fff;
        color: #00000;
    }
    .tb_smp2 {
        border-collapse: collapse;
        border-spacing: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .tb_smp2 th,
    .tb_smp2 td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .tb_smp2 th {
        padding: 20px 30px;
        text-align: center;
        width: 45%;
    }
    .tb_smp2 td {
        padding: 20px 30px;
        text-align: left;
    }
    .tb_smp2 tr {
        text-align: center;
        padding: 20px 0;
        background-color: #fff;
        color: #00000;
    }
    /* ヘッダー */
    #header_pc {
        width: 100%;
        margin: 0 auto;
        /* padding: 20px; */
    }
    .head_top {
        padding: 0px 0px 0;
        width: 100%;
    }
    #header_pc h1 {
        float: left;
        width: 280px;
        /* margin: 40px 0 0 30px; */
    }
    #header_pc h1 img {
        width: 100%;
    }
    .top_right {
        float: right;
        width: 542px;
        margin: 14px 30px 0 0px;
        padding: 0 0 9px 0;
    }
    .contact1 {
        float: right;
        width: 256px;
    }
    .contact1 img {
        margin-bottom: 5px;
    }
    .contact2 {
        float: right;
        width: 261px;
        margin: 0 25px 0 0;
    }
    .tel {
        margin: 4px 0;
    }
    #header_pc {
        display: block;
    }
    #header_sp {
        display: none;
    }
    #top_fix {
        display: none;
    }
    /* PCナビ */
    #pc_nav {
        background-color: #4968d9;
        display: block;
    }
    #nav {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .nav1 {
        float: left;
        border-right: 1px solid #fff;
        width: 20%;
        text-align: center;
        color: #fff;
    }
    .nav1 a {
        display: block;
        padding: 10px 0px;
        background-color: #4968d9;
    }
    .nav1 span {
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/nav1.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .nav1 a:hover {
        text-decoration: none;
        background-color: #495686;
    }
    .nav2 {
        float: left;
        border-right: 1px solid #fff;
        width: 20%;
        text-align: center;
        color: #fff;
    }
    .nav2 a {
        display: block;
        padding: 10px 0px;
        background-color: #4968d9;
    }
    .nav2 span {
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/nav2.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .nav2 a:hover {
        text-decoration: none;
        background-color: #495686;
    }
    .nav3 {
        float: left;
        border-right: 1px solid #fff;
        width: 20%;
        text-align: center;
        color: #fff;
    }
    .nav3 a {
        display: block;
        padding: 10px 0px;
        background-color: #4968d9;
    }
    .nav3 span {
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.0;
        padding: 0px 0px 0 29px;
        background-image: url("../images/nav3.png");
        background-repeat: no-repeat;
        background-size: 19px auto;
        background-position: left center;
        text-align: left;
    }
    .nav3 a:hover {
        text-decoration: none;
        background-color: #495686;
    }
    .nav4 {
        float: left;
        border-right: 1px solid #fff;
        width: 20%;
        text-align: center;
        color: #fff;
    }
    .nav4 a {
        display: block;
        padding: 10px 0px;
        background-color: #4968d9;
    }
    .nav4 span {
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.0;
        padding: 0px 0px 0 25px;
        background-image: url("../images/nav4.png");
        background-repeat: no-repeat;
        background-size: 15px auto;
        background-position: left center;
        text-align: left;
    }
    .nav4 a:hover {
        text-decoration: none;
        background-color: #495686;
    }
    .nav5 {
        float: left;
        width: 19%;
        text-align: center;
        color: #fff;
    }
    .nav5 a {
        display: block;
        padding: 10px 0px;
        background-color: #4968d9;
    }
    .nav5 span {
        display: inline-block;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.0;
        padding: 0px 0px 0 29px;
        background-image: url("../images/nav5.png");
        background-repeat: no-repeat;
        background-size: 19px auto;
        background-position: left center;
        text-align: left;
    }
    .nav5 a:hover {
        text-decoration: none;
        background-color: #495686;
    }
    nav a,
    nav a:link,
    nav a:visited {
        color: #fff;
        text-decoration: none;
    }
    nav a:hover,
    nav a:active {
        color: #fff;
        text-decoration: none;
    }
    /* 実績一覧 */
    .jisseki_wp {
        padding: 0 0 0 1%;
        display: flex;
        flex-wrap: wrap;
    }
    .jisseki_box {
        flex-shrink: 0;
        float: left;
        width: 49%;
        margin: 0 1% 30px 0;
        padding: 20px 0 10px;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .jisseki_wp h3 {
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 2.8rem;
        line-height: 1.3;
        margin: 0 20px;
        padding: 5px;
        text-align: center;
    }
    .chart_wp {
        margin: 0px 0 0;
        padding: 25px;
    }
    .chart {
        float: left;
        width: 38%;
    }
    .chart img {
        width: 100%;
    }
    .hyou {
        /*float: right;*/
        width: 100%;
    }
    .hyou table {
        border-collapse: collapse;
        border: 1px solid #d4d4d4;
        width: 100%;
    }
    .hyou th {
        font-weight: normal;
        font-size: 1.8rem;
        line-height: 1.2;
        padding: 10px 5px 10px 10px;
        text-align: left;
        border: 1px solid #d4d4d4;
        width: 31%;
    }
    .hyou td {
        font-weight: normal;
        font-size: 1.8rem;
        line-height: 1.2;
        padding: 10px 5px 10px 10px;
        text-align: left;
        border: 1px solid #d4d4d4;
    }
    .up {
        font-size: 2.4rem;
        color: #fe6191;
        padding: 2px 0 5px;
    }
    .an2-fadeup {
        animation-name: fadeup;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        float: left;
    }
    @keyframes fadeup {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* 実績SP */
    .jisseki_wp_sp {
        padding: 0 0 0 1%;
        display: none;
    }
    .jisseki_box_sp {
        display: none;
        float: left;
        width: 49%;
        margin: 0 1% 30px 0;
        padding: 20px 0 10px;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .jisseki_wp_sp h3 {
        display: none;
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 2.8rem;
        line-height: 1.3;
        margin: 0 20px;
        padding: 5px;
        text-align: center;
    }
    .chart_wp_sp {
        display: none;
        margin: 0px 0 0;
        padding: 25px;
    }
    /* 実績一覧-下層 */
    .jisseki_wp_kaso {
        padding: 0 0 0 3%;
        display: flex;
        flex-wrap: wrap;
    }
    .jisseki_box_kaso {
        float: left;
        width: 47%;
        margin: 0 3% 30px 0;
        padding: 20px 0 10px;
        background-color: #ffffff;
        border-radius: 15px;
        flex-shrink: 0;
    }
    .jisseki_wp_kaso h3 {
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 2.8rem;
        line-height: 1.3;
        margin: 0 20px;
        padding: 5px;
        text-align: center;
    }
    /* AI製品2 */
    .products2 {}
    .pr2 {
        display: inline-block;
        background-color: #ffffff;
        margin: 10px 0 10px 0;
        padding: 20px 0 20px;
        box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
        width: 100%;
        min-height: inherit;
    }
    .products2 h3 {
        padding: 0 25px;
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .products2 h4 {
        padding: 0 25px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .products2 p {
        padding: 10px 25px 0;
        font-size: 1.4rem;
    }
    .products2_img {
        margin: 20px 25px;
    }
    .products2_img img {
        width: 100%;
    }
    .text_takasa2 {
        min-height: 100px;
    }
    /* Al Sniperとは */
    .as_title {
        text-align: center;
        font-size: 2.4rem;
        color: #aaa;
        margin: 0 0 50px;
    }
    .as_title2 {
        text-align: center;
        font-size: 3.0rem;
        line-height: 2.0;
        margin: 50px 0 30px;
    }
    .b_line {
        background-color: #003366;
        display: block;
        width: 10%;
        height: 3px;
        margin: 20px auto 40px;
    }
    .as_box {
        border: 1px solid #003366;
        background-color: #fff;
        width: 70%;
        margin: 30px auto;
    }
    .as_box h5 {
        background-color: #003366;
        padding: 10px;
        color: #fff;
        text-align: center;
        font-size: 2.6rem;
    }
    .as_box_in {
        padding: 20px;
    }
    .voice_wp {
        padding: 0 0 0 3%;
    }
    .voice_box {
        border: 1px solid #181818;
        background-color: #fff;
        width: 42%;
        float: left;
        padding: 20px 25px;
        margin: 20px 2% 20px 0px;
        min-height: 500px;
    }
    .title_v {
        color: #aaa;
        font-size: 1.4rem;
    }
    .title_v2 {
        font-size: 1.8rem;
    }
    .title_v3 {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .as_banner {
        margin: 30px auto;
        width: 70%;
    }
    .as_l {
        width: 45%;
        float: left;
    }
    .as_r {
        width: 45%;
        float: right;
    }
    .as_l img,
    .as_r img {
        width: 100%;
        margin: 0 0 10px;
    }
    .as_banner p {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .user {
        margin: 0 0 10px;
    }
    .user_img {
        float: left;
        margin: 0 15px 0 0;
        width: 12%;
    }
    .user_img img {
        width: 100%;
    }
    .user_name {
        float: right;
        width: 83%;
        padding: 5px 0 0;
    }
    /* アンケート */
    .que_box {
        border: 1px solid #ccc;
        padding: 20px;
        width: 90%;
    }
    .que_check {
        width: 25%;
        float: left;
    }
    .que_check2 {
        margin: 0 30px 0 0;
        float: left;
    }
    .th_tyosei {
        padding: 30px 20px 0 0 !important
    }
    .radio_td1 {
        float: right;
    }
    .radio_td2 {
        float: right;
        width: inherit;
        margin: 0 0 0 10px;
    }
    /* footer */
    footer {
        background-color: #070a13;
        padding: 40px 0;
        text-align: left;
        width: 100%;
        line-height: 1.3;
        color: #fff;
    }
    .footer_inner {
        width: 94%;
        margin: 0 auto;
    }
    footer h2 {
        width: 248px;
    }
    footer h2 img {
        width: 100%;
    }
    .f_navi {
        margin: 45px 0;
        font-size: 1.8rem;
    }
    .f_menseki {
        font-size: 1.6rem;
    }
    .copy {
        text-align: center;
        font-size: 1.2rem;
        margin: 40px 0 0;
    }
    footer a,
    footer a:link,
    footer a:visited {
        color: #ffffff;
        text-decoration: none;
    }
    footer a:hover,
    footer a:active {
        color: #ccc;
        text-decoration: none;
    }
}

/*ここからタブレット用（600px～1024px）環境の設定
---------------------------------------------------------------------------*/

@media (min-width:600px) and (max-width:1024px) {
    body {
        font-size: 1.6rem;
        line-height: 1.7;
        background-image: none;
    }
    /* イメージ */
    .img_c img {
        width: 100%;
    }
    .img_c2 img {
        width: 90%;
        margin: 20px auto;
    }
    .img_c3 {
        width: 90%;
        margin: 20px auto;
    }
    .img_c3 img {
        width: 100%;
    }
    .img_c4 {
        text-align: center;
        margin: 20px auto;
    }
    .img_c4 img {
        width: 70%;
    }
    .img_c5 img {
        width: 100%;
    }
    .img_right1 {
        float: right;
        margin: 20px 0 20px 20px;
        width: 35%;
    }
    .img_right1 img {
        width: 100%;
    }
    .img_left1 {
        float: left;
        margin: 20px 20px 20px 0px;
        width: 35%;
    }
    .img_left1 img {
        width: 100%;
    }
    .img_right2 {
        float: none;
        margin: 20px auto 20px;
        width: 70%;
    }
    .img_right2 img {
        width: 100%;
    }
    .img_right3 {
        float: right;
        margin: 0px 0 10px 20px;
        width: 25%;
    }
    .img_right3 img {
        width: 100%;
    }
    .img_right_man {
        float: right;
        margin: 20px 0 20px 20px;
        width: 30%;
    }
    .img_right_man img {
        width: 100%;
    }
    .img_left2 {
        float: none;
        margin: 20px auto 20px;
        width: 70%;
    }
    .img_left2 img {
        width: 100%;
    }
    /* 共通 */
    #wrapper {
        width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
    }
    .inner {
        width: 92%;
        margin: 0 auto;
    }
    .inner2 {
        width: 96%;
        margin: 0 auto;
    }
    .banner_pc {
        display: block;
    }
    .banner_sp {
        display: none;
    }
    .pcbr {
        display: inline;
    }
    .spbr {
        display: none;
    }
    /* 背景 */
    .back1 {
        background-color: #f5faff;
        padding: 20px 0;
    }
    .back2 {
        background-color: #ffffff;
        padding: 20px 0;
    }
    .back3 {
        background-color: #ffffff;
        padding: 20px 0 50px;
    }
    /* タイトル */
    .page_title {
        font-size: 2.4rem;
        line-height: 1.3;
        padding: 30px 0 30px 0;
        margin: 0px 0 20px 0;
        text-align: center;
        background-color: #e5f1ff;
    }
    .title1 {
        font-size: 2.2rem;
        border-bottom: 1px solid #111111;
        padding: 0 0 10px 0;
    }
    .title2 {
        font-size: 2.2rem;
        border-bottom: 1px solid #111111;
        padding: 0 0 10px 0;
        text-align: center;
    }
    .title3 {
        font-size: 1.8rem;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .title4 {
        font-size: 1.8rem;
        margin: 30px 0 30px 0;
        text-align: center;
        border: 1px solid #0F2A9A;
        padding: 5px;
        color: #0F2A9A;
    }
    /* 背景画像アリ */
    .page_title_merit {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_merit_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_about {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_about_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_failure {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_failure_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_contact {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_contact_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_privacy {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_privacy_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_kiyaku {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_kiyaku_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_law {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_law_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_login {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_login_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_mailbox {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_mailbox_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_list {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_list_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_question {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_question_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_edit {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_edit_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_jisseki_list {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_jisseki_list_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_experience {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_experience_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_guide {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_guide_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_setting {
        font-size: 3.6rem;
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_setting_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_bank {
        font-size: 3.6rem;
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_bank_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_thanks {
        font-size: 3.6rem;
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_thanks_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_pay {
        font-size: 3.6rem;
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 7.0rem 0 7.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_pay_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    /* ボタン */
    .btn1 {
        width: 25%;
        margin-left: auto;
    }
    .btn1 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn1 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn2 {
        width: 80%;
        margin: 0 auto;
    }
    .btn2 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 5px 5px;
        display: block;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn2 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn3 {
        width: 80%;
        margin: 0 auto;
    }
    .btn3 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 5px 5px;
        display: block;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn3 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn5 {
        width: 55%;
        margin: 0 auto;
    }
    .btn5 a {
        display: none;
        border-radius: 100px;
        margin: 20px auto 0;
        padding: 20px 15px;
        display: block;
        color: #fff;
        font-size: 2.6rem;
        font-weight: bold;
        text-align: center;
        background-color: #ff9900;
        text-decoration: none;
    }
    .btn5 a:hover {
        background-color: #ff6600;
        text-decoration: none;
    }
    .btn6 {
        width: 65%;
        margin: 0 auto;
    }
    .btn6 a {
        display: none;
        border-radius: 100px;
        margin: 20px auto 0;
        padding: 10px 5px;
        display: block;
        color: #fff;
        font-size: 1.8rem;
        text-align: center;
        background-color: #ff9900;
        text-decoration: none;
    }
    .btn6 a:hover {
        background-color: #ff6600;
        text-decoration: none;
    }
    .btn_wp1 {
        margin: 30px auto;
        width: 100%;
    }
    .btn_wp1 ul {
        margin: 0 10px 0 0;
    }
    .btn_left {
        width: 48%;
        float: left;
    }
    .btn_right {
        width: 48%;
        float: right;
    }
    /* 001 */
    .btn_wp1 {
        margin: 30px auto;
        width: 100%;
    }
    .btn_left {
        float: left;
        width: 48%;
    }
    .btn_right {
        float: right;
        width: 48%;
    }
    .button001 a {
        background: #148ac3;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 5px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
    }
    .button001 a:hover {
        background: #32a6de;
        color: #FFF;
    }
    .button001 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
    }
    .button001 a:hover:after {
        border-color: #FFF;
    }
    .button002 a {
        background: #339900;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 5px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
    }
    .button002 a:hover {
        background: #57bb25;
        color: #FFF;
    }
    .button002 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
    }
    .button002 a:hover:after {
        border-color: #FFF;
    }
    /* テーブル */
    .tb_smp {
        border-collapse: collapse;
        border-spacing: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .tb_smp th,
    .tb_smp td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .tb_smp th {
        padding: 15px 10px;
        text-align: left;
        width: 30%;
    }
    .tb_smp td {
        padding: 15px 10px;
        text-align: left;
    }
    .tb_smp tr {
        text-align: center;
        padding: 20px 0;
        background-color: #fff;
        color: #00000;
    }
    .tb_smp2 {
        border-collapse: collapse;
        border-spacing: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .tb_smp2 th,
    .tb_smp2 td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .tb_smp2 th {
        padding: 15px 10px;
        text-align: left;
        width: 30%;
    }
    .tb_smp2 td {
        padding: 15px 10px;
        text-align: left;
    }
    .tb_smp2 tr {
        text-align: center;
        padding: 20px 0;
        background-color: #fff;
        color: #00000;
    }
    /*お問い合わせ*/
    .table-contact {
        border-collapse: collapse;
        width: 100%;
        margin: 0px auto 20px;
    }
    .table-contact th {
        width: 20%;
        padding: 10px 20px 10px 0px;
        vertical-align: top;
        text-align: right;
    }
    .table-contact td {
        padding: 10px 0;
        vertical-align: top;
    }
    .atn {
        font-size: 1.4rem;
    }
    .atn a,
    .atn a:link,
    .atn a:visited {
        color: #181818;
        text-decoration: underline;
    }
    .atn a:hover,
    .atn a:active {
        color: #333;
        text-decoration: none;
    }
    .deco1 {
        display: block;
        margin: 0 0 0px 0px;
        padding: 8px 15px 8px;
        height: 30px;
        width: 90%;
        border: 0;
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
        text-align: left;
        border: solid 1px #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: none;
    }
    .deco2 {
        display: block;
        margin: 0 0 20px 0px;
        padding: 8px 15px 8px;
        height: 40px;
        width: 90%;
        border: 0;
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
        text-align: left;
        color: #000;
        border: solid 1px #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #eee;
    }
    .deco3 {
        display: block;
        margin: 0px 0 20px 0px;
        padding: 10px 15px 4px;
        height: 100px;
        width: 90%;
        border: 0;
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
        text-align: left;
        color: #000;
        border: solid 1px #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
    }
    input.sbtn {
        background: #ff9900;
        border-radius: 200px;
        align-items: center;
        padding: 20px 25px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        margin: 0 auto 20px;
        background-image: url("../images/btn_mark.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 20px auto;
        width: 70%;
        border: none;
        font-size: 1.8rem;
        display: block;
        letter-spacing: 0.5rem;
    }
    input.sbtn a {
        border: none;
        margin: 0 auto;
        align-items: center;
    }
    input.sbtn:hover {
        background-repeat: no-repeat;
        background-color: #ff6600;
        box-shadow: none;
        transform: translate3d(0, 0px, 0);
    }
    .select-group {
        position: relative;
        display: inline-block;
        overflow: hidden;
        box-sizing: border-box;
        width: 95%;
        padding: 5px 15px 8px;
        vertical-align: middle;
        background-color: none;
        background-repeat: no-repeat;
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
        text-align: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .select {
        position: relative;
        z-index: 1;
        line-height: 1.8;
        display: block;
        width: 120%;
        padding: 0;
        text-indent: 0px;
        border: none;
        border-radius: 0;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .select-group:after {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 6px solid #999;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    /* ヘッダー */
    #header_sp {
        width: 100%;
        margin: 0 auto;
    }
    .head_top {
        padding: 10px 0px;
        width: 100%;
        box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.6);
        position: relative;
        z-index: 0;
    }
    #header_sp h1 {
        width: 150px;
        margin: 0px auto;
        line-height: 1.0;
        text-align: center;
    }
    #header_sp h1 img {
        width: 100%;
    }
    /* スマホナビ関連 */
    .reg_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
        font-size: 12px;
        display: block;
        width: 75px;
        line-height: 12px;
        text-align: center;
        color: #ffffff;
        border: none;
        background-color: #00c300;
        padding: 8px 0px;
        margin: 0px auto 0;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
    }
    .reg_btn a,
    .reg_btn a:link,
    .reg_btn a:visited {
        color: #fff;
        text-decoration: none;
    }
    .reg_btn a:hover,
    .reg_btn a:active {
        color: #fff;
        text-decoration: none;
    }
    .drawer-menu-item {
        font-size: 1.4rem !important;
        text-decoration: none !important
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        width: 25px;
        height: 3px;
        -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        background-color: #222;
    }
    .drawer-menu-item a,
    .drawer-menu-item a:link,
    .drawer-menu-item a:visited {
        color: #111111;
        text-decoration: none !important
    }
    #header_pc {
        display: none;
    }
    #header_sp {
        display: block;
    }
    #top_fix {
        display: block;
    }
    /* PCナビ */
    #pc_nav {
        display: none;
    }
    /* 実績一覧 */
    .jisseki_wp {
        padding: 0 0 0 1%;
    }
    .jisseki_box {
        float: left;
        width: 49%;
        margin: 0 1% 20px 0;
        padding: 15px 0 10px;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .jisseki_wp h3 {
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 2.0rem;
        line-height: 1.3;
        margin: 0 15px;
        padding: 5px;
        text-align: center;
    }
    .chart_wp {
        margin: 0px 0 0;
        padding: 15px;
    }
    .chart {
        float: none;
        width: 100%;
    }
    .chart img {
        width: 100%;
    }
    .hyou {
        float: none;
        width: 100%;
    }
    .hyou table {
        border-collapse: collapse;
        border: 1px solid #d4d4d4;
        width: 100%;
        margin: 10px 0 0;
    }
    .hyou th {
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 7px;
        text-align: left;
        border: 1px solid #d4d4d4;
        width: 31%;
    }
    .hyou td {
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 7px;
        text-align: left;
        border: 1px solid #d4d4d4;
    }
    .up {
        font-size: 2.0rem;
        color: #fe6191;
    }
    .an2-fadeup {
        animation-name: fadeup;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        float: left;
    }
    @keyframes fadeup {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* 実績一覧-下層 */
    .jisseki_wp_kaso {
        padding: 0 0 0 3%;
        display: flex;
        flex-wrap: wrap;
    }
    .jisseki_box_kaso {
        float: left;
        width: 47%;
        margin: 0 3% 20px 0;
        padding: 15px 0 10px;
        background-color: #ffffff;
        border-radius: 15px;
        flex-shrink: 0;
    }
    .jisseki_wp_kaso h3 {
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 2.0rem;
        line-height: 1.3;
        margin: 0 15px;
        padding: 5px;
        text-align: center;
    }
    /* AI製品1-スライダー */
    .products1 {
        margin: 0 20px 20px;
    }
    .pr {
        display: inline-block;
        background-color: #ffffff;
        width: 17%;
        margin: 10px 0 10px 0;
        padding: 20px 0 20px;
        box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
        width: 100%;
        min-height: inherit;
    }
    .products1 h3 {
        padding: 0 15px;
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .products1 p {
        padding: 10px 15px 0;
        font-size: 1.4rem;
    }
    .products1_img {
        margin: 10px 20px;
    }
    .products1_img img {
        width: 100%;
    }
    /* slick調整 */
    .slick-prev:before,
    .slick-next:before {
        color: #aaa;
    }
    .data-slick {
        width: 90%;
        margin: 0 auto;
    }
    .data-slick {
        padding: .5em 1em;
    }
    /* AI製品2 */
    .products2 {}
    .pr2 {
        display: inline-block;
        background-color: #ffffff;
        margin: 10px 0 10px 0;
        padding: 20px 0 20px;
        box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
        width: 100%;
        min-height: inherit;
    }
    .products2 h3 {
        padding: 0 15px;
        font-size: 2.0rem;
        line-height: 1.3;
    }
    .products2 h4 {
        padding: 0 15px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .products2 p {
        padding: 10px 15px 0;
        font-size: 1.4rem;
    }
    .products2_img {
        margin: 10px 20px;
    }
    .products2_img img {
        width: 100%;
    }
    .text_takasa2 {
        min-height: 110px;
    }
    /* 商品ラインナップ */
    .products_ch {
        margin: 30px auto 0;
        width: 70%;
    }
    .products_ch h4 {
        background-color: #1f2b5c;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
    }
    .box_on {
        background-color: #fff;
        padding: 10px;
        width: 40%;
        font-size: 1.4rem;
        box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
    }
    .relative {
        position: relative;
    }
    .absolute {
        position: absolute;
        right: 20px;
        bottom: 150px;
    }
    .products_ch_img {
        width: 100%;
    }
    .products_ch_img img {
        width: 100%;
    }
    .products_ch_right {
        width: 100%;
        background-color: #f5fcff;
        padding: 10px 0px 5px;
    }
    .products_ch_right h3 {
        font-size: 1.8rem;
        margin: 0 15px 10px;
    }
    .products_ch_case {
        border-collapse: separate;
        width: 94%;
    }
    .products_ch_case th {
        width: 25%;
        background-color: #f2f2f2;
        padding: 10px 15px;
        text-align: left;
        font-weight: normal;
    }
    .products_ch_case td {
        background-color: #ffffff;
        padding: 10px 15px;
        text-align: left;
        font-weight: normal;
    }
    .youkou {
        border-collapse: separate;
        border-spacing: 0 5px;
        width: 100%;
    }
    .youkou th {
        width: 38%;
        background-color: #4968d9;
        color: #fff;
        padding: 5px 5px 5px 10px;
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
    }
    .youkou td {
        background-color: #ffffff;
        padding: 5px 10px;
        text-align: right;
        font-weight: normal;
        vertical-align: middle;
    }
    .k1 {
        text-align: left;
    }
    .k1 span {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/k1.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k2 {
        text-align: left;
    }
    .k2 span {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/k2.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k3 {
        text-align: left;
    }
    .k3 span {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/k3.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k4 {
        text-align: left;
    }
    .k4 span {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/k4.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k5 {
        text-align: left;
    }
    .k5 span {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/k5.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k6 {
        text-align: left;
    }
    .k6 span {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/k6.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k7 {
        text-align: left;
    }
    .k7 span {
        display: inline-block;
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.0;
        padding: 0px 0px 0 27px;
        background-image: url("../images/k7.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .radio_td1 {
        float: right;
    }
    .radio_td2 {
        float: right;
        width: inherit;
    }
    /* Al Sniperとは */
    .as_title {
        text-align: center;
        font-size: 1.8rem;
        color: #aaa;
        margin: 0 0 30px;
    }
    .as_title2 {
        text-align: center;
        font-size: 2.4rem;
        line-height: 2.0;
        margin: 30px 0 30px;
    }
    .b_line {
        background-color: #003366;
        display: block;
        width: 10%;
        height: 3px;
        margin: 20px auto 40px;
    }
    .as_box {
        border: 1px solid #003366;
        background-color: #fff;
        width: 80%;
        margin: 30px auto;
    }
    .as_box h5 {
        background-color: #003366;
        padding: 10px;
        color: #fff;
        text-align: center;
        font-size: 2.0rem;
    }
    .as_box_in {
        padding: 20px;
    }
    .voice_wp {
        padding: 0 0 0 0;
    }
    .voice_box {
        border: 1px solid #181818;
        background-color: #fff;
        width: 90%;
        float: none;
        padding: 20px 25px;
        margin: 20px auto;
        min-height: inherit;
    }
    .title_v {
        color: #aaa;
        font-size: 1.4rem;
    }
    .title_v2 {
        font-size: 1.8rem;
    }
    .title_v3 {
        font-size: 1.8rem;
        font-weight: bold;
    }
    .as_banner {
        margin: 30px auto;
        width: 100%;
    }
    .as_l {
        width: 48%;
        float: left;
    }
    .as_r {
        width: 48%;
        float: right;
    }
    .as_l img,
    .as_r img {
        width: 100%;
        margin: 0 0 10px;
    }
    .as_banner p {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .user {
        margin: 0 0 10px;
    }
    .user_img {
        float: left;
        margin: 0 15px 0 0;
        width: 10%;
    }
    .user_img img {
        width: 100%;
    }
    .user_name {
        float: right;
        width: 87%;
        padding: 5px 0 0;
    }
    /* アンケート */
    .que_box {
        border: 1px solid #ccc;
        padding: 20px;
        width: 90%;
    }
    .que_check {
        width: 40%;
        float: left;
    }
    .que_check2 {
        margin: 0 30px 0 0;
        float: left;
    }
    .th_tyosei {
        padding: 30px 20px 0 0 !important
    }
    /*************************************************************
【メール設定方法】
*************************************************************/
    .setting_page_contents {
        width: 92%;
        margin: 20px auto;
    }
    .setting_page_contents h2 {
        font-size: 22px;
        padding: 15px 10px 15px 20px;
        margin: 0 0 15px 0;
        color: #ffffff;
        background: #012244;
        border-color: #041f83 #041f83 #044281 #3071a9;
        border-width: 1px 1px 7px 7px;
        border-style: solid;
    }
    .h4_gg {
        border: 1px solid #eee;
        background: #f2f2f2;
        padding: 10px 5px;
        font-size: 13px;
        line-height: 20px;
        color: #041f83;
        margin: 0 0 0px 0;
        text-align: center;
    }
    .title_h3 {
        border-left: 5px solid #041f83;
        padding: 0 0 0 12px;
        font-size: 16px;
    }
    .title_h3-3 {
        color: #041f83;
        font-size: 16px;
    }
    .mark {
        padding: 3px 0 4px 20px;
        background-image: url(../images/mail_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }
    .mail_set {
        width: 92%;
        margin: 0 auto;
    }
    .mail_set h3 {
        padding: 3px 0 4px 18px;
        background-image: url(../images/mail_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        font-weight: normal;
        font-size: 1.0em;
    }
    .mail_set h3 a,
    .mail_set h3 a:link,
    .mail_set h3 a:visited {
        color: #121212;
        text-decoration: none;
    }
    .mail_set h3 a:hover,
    .mail_set h3 a:active {
        color: #aaa;
        text-decoration: none;
    }
    .mail_l {
        float: none;
        width: 50%;
        margin: 10px auto;
    }
    .mail_center {
        float: none;
        width: 50%;
        margin: 10px auto;
    }
    .mail_r {
        float: none;
        width: 50%;
        margin: 10px auto;
    }
    .mail_l img,
    .mail_center img,
    .mail_r img {
        width: 100%;
    }
    .h4_mail {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        margin: 15px 0 10px;
    }
    .set_text {
        font-size: 14px;
        line-height: 16px;
    }
    .info {
        font-size: 14px;
        border: 1px solid #ccc;
        background-color: #eee;
        padding: 15px;
        margin: 30px 0 0 0;
    }
    .font_mail {
        font-size: 13px;
    }
    .side_navi li {
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #ccc;
        border-bottom-color: #ccc;
        border-left-color: #ccc;
        font-size: 13px;
        line-height: 16px;
        padding: 8px 0 7px 20px;
        background-image: url(../images/mail_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }
    .back_pt1 {
        background-color: #FFF;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #ccc;
        border-bottom-color: #ccc;
        border-left-color: #ccc;
        padding: 0 2px 2px;
    }
    .back_pt2 {
        background-color: #FFF;
        padding: 2px;
        border: 1px solid #ccc;
    }
    /* footer */
    footer {
        background-color: #070a13;
        padding: 30px 0;
        text-align: left;
        width: 100%;
        line-height: 1.3;
        color: #fff;
    }
    .footer_inner {
        width: 94%;
        margin: 0 auto;
    }
    footer h2 {
        width: 30%;
    }
    footer h2 img {
        width: 100%;
    }
    .f_navi {
        margin: 35px 0;
        font-size: 1.6rem;
    }
    .f_menseki {
        font-size: 1.4rem;
    }
    .copy {
        text-align: center;
        font-size: 1.2rem;
        margin: 30px 0 0;
    }
    footer a,
    footer a:link,
    footer a:visited {
        color: #ffffff;
        text-decoration: none;
    }
    footer a:hover,
    footer a:active {
        color: #ccc;
        text-decoration: none;
    }
}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/

@media only screen and (max-width:599px) {
    body {
        font-size: 1.4rem;
        background-image: none;
        line-height: 1.7;
        margin: 0 auto 0;
    }
    /* イメージ */
    .img_c img {
        width: 100%;
    }
    .img_c2 img {
        width: 100%;
        margin: 20px auto;
    }
    .img_c3 {
        width: 90%;
        margin: 20px auto;
    }
    .img_c3 img {
        width: 100%;
    }
    .img_c4 {
        text-align: center;
        margin: 20px auto;
    }
    .img_c4 img {
        width: 80%;
    }
    .img_c5 img {
        width: 100%;
    }
    .img_right1 {
        float: right;
        margin: 20px 0 20px 20px;
        width: 50%;
    }
    .img_right1 img {
        width: 100%;
    }
    .img_left1 {
        float: left;
        margin: 20px 20px 20px 0px;
        width: 50%;
    }
    .img_left1 img {
        width: 100%;
    }
    .img_right2 {
        float: none;
        margin: 20px auto 20px;
        width: 70%;
    }
    .img_right2 img {
        width: 100%;
    }
    .img_right3 {
        float: right;
        margin: 0px 0 10px 20px;
        width: 30%;
    }
    .img_right3 img {
        width: 100%;
    }
    .img_right_man {
        float: right;
        margin: 20px 0 20px 20px;
        width: 35%;
    }
    .img_right_man img {
        width: 100%;
    }
    .img_left2 {
        float: none;
        margin: 20px auto 20px;
        width: 70%;
    }
    .img_left2 img {
        width: 100%;
    }
    /* 共通 */
    #wrapper {
        width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
    }
    .inner {
        width: 92%;
        margin: 0 auto;
    }
    .inner2 {
        width: 100%;
        margin: 0 auto;
    }
    .banner_pc {
        display: none;
    }
    .banner_sp {
        display: block;
    }
    .pcbr {
        display: none;
    }
    .spbr {
        display: inline;
    }
    /* 背景 */
    .back1 {
        background-color: #f5faff;
        padding: 5px 0;
    }
    .back2 {
        background-color: #ffffff;
        padding: 5px 0;
    }
    .back3 {
        background-color: #ffffff;
        padding: 5px 0 30px;
    }
    .back4 {
        background-color: #ffffff;
        padding: 0px 0 0px;
    }
    /* タイトル */
    .page_title {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 30px 0 30px 0;
        margin: 0px 0 20px 0;
        text-align: center;
        background-color: #e5f1ff;
        ;
    }
    .title1 {
        font-size: 1.8rem;
        border-bottom: 1px solid #111111;
        padding: 10px 0 5px 0;
        margin: 0 0 15px;
    }
    .title2 {
        font-size: 1.8rem;
        border-bottom: 1px solid #111111;
        padding: 10px 0 5px 0;
        margin: 0 0 15px;
        text-align: center;
    }
    .title3 {
        font-size: 1.6rem;
        margin: 0 0 20px 0;
        text-align: center;
    }
    .title4 {
        font-size: 1.6rem;
        margin: 20px 0 10px 0;
        text-align: center;
        border: 1px solid #0F2A9A;
        padding: 5px;
        color: #0F2A9A;
    }
    /* 背景画像アリ */
    .page_title_merit {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_merit_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_about {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_about_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_failure {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_failure_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_contact {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_contact_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_privacy {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_privacy_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_kiyaku {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_kiyaku_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_law {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_law_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_login {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_login_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_mailbox {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_mailbox_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_list {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_list_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_question {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_question_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_edit {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_edit_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_jisseki_list {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_jisseki_list_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_experience {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_experience_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_guide {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_guide_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_setting {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_setting_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_bank {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_bank_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_thanks {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_thanks_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    .page_title_pay {
        font-size: 2.2rem;
        line-height: 1.3;
        padding: 5.0rem 0 5.0rem 0;
        margin: 0px 0 20px 0;
        text-align: center;
        color: #fff;
        background-image: url("../images/ttl_pay_s.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    }
    /* テキスト */
    .text1 {
        text-align: left;
    }
    /* ボタン */
    .btn1 {
        display: none;
        width: 35%;
        margin-left: auto;
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .btn1 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 5px 10px;
        display: block;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn1 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn2 {
        width: 60%;
        margin: 0 auto;
    }
    .btn2 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn2 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn3 {
        width: 70%;
        margin: 0 auto;
    }
    .btn3 a {
        border-radius: 100px;
        margin: 0 0 0 auto;
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn3 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn4 {
        display: block;
        width: 55%;
        margin: 40px auto 20px;
    }
    .btn4 a {
        border-radius: 100px;
        margin: 0 auto 0;
        padding: 5px 10px;
        display: block;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        background-color: #4968d9;
        text-decoration: none;
    }
    .btn4 a:hover {
        background-color: #49639A;
        text-decoration: none;
    }
    .btn5 {
        width: 100%;
        margin: 0 auto;
    }
    .btn5 a {
        display: none;
        border-radius: 100px;
        margin: 20px auto 0;
        padding: 20px 5px;
        display: block;
        color: #fff;
        font-size: 1.7rem;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
        background-color: #ff9900;
        text-decoration: none;
    }
    .btn5 a:hover {
        background-color: #ff6600;
        text-decoration: none;
    }
    .btn6 {
        width: 80%;
        margin: 0 auto;
    }
    .btn6 a {
        display: none;
        border-radius: 100px;
        margin: 20px auto 0;
        padding: 10px 15px;
        display: block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.2;
        text-align: center;
        background-color: #ff9900;
        text-decoration: none;
    }
    .btn6 a:hover {
        background-color: #ff6600;
        text-decoration: none;
    }
    .btn_wp1 {
        margin: 20px auto 30px;
        width: 100%;
    }
    .btn_wp1 ul {
        margin: 0 0px 0 0;
    }
    .btn_left {
        width: 48%;
        float: left;
    }
    .btn_right {
        width: 48%;
        float: right;
    }
    /* 001 */
    .btn_wp1 {
        margin: 20px auto 30px;
        width: 100%;
    }
    .btn_left {
        float: left;
        width: 49%;
    }
    .btn_right {
        float: right;
        width: 49%;
    }
    .button001 a {
        background: #148ac3;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 0px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
    }
    .button001 a:hover {
        background: #32a6de;
        color: #FFF;
    }
    .button001 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
    }
    .button001 a:hover:after {
        border-color: #FFF;
    }
    .button002 a {
        background: #339900;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        padding: 20px 0px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
    }
    .button002 a:hover {
        background: #57bb25;
        color: #FFF;
    }
    .button002 a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out;
    }
    .button002 a:hover:after {
        border-color: #FFF;
    }
    .line_tsuika {
        margin: 20px auto;
        text-align: center;
        width: 80%;
    }
    .line_tsuika img {
        width: 100%;
    }
    .tel_c {
        margin: 20px auto;
        text-align: center;
        width: 80%;
    }
    .tel_c img {
        width: 100%;
    }
    /* テーブル */
    .tb_smp {
        border-collapse: collapse;
        border-spacing: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .tb_smp th,
    .tb_smp td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .tb_smp th {
        padding: 15px 10px;
        text-align: left;
        width: 30%;
    }
    .tb_smp td {
        padding: 15px 10px;
        text-align: left;
    }
    .tb_smp tr {
        text-align: center;
        padding: 20px 0;
        background-color: #fff;
        color: #00000;
    }
    .tb_smp2 {
        border-collapse: collapse;
        border-spacing: 5px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .tb_smp2 th,
    .tb_smp2 td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .tb_smp2 th {
        padding: 15px 10px;
        text-align: left;
        width: 30%;
    }
    .tb_smp2 td {
        padding: 15px 10px;
        text-align: left;
    }
    .tb_smp2 tr {
        text-align: center;
        padding: 20px 0;
        background-color: #fff;
        color: #00000;
    }
    /*お問い合わせ*/
    .table-contact {
        border-collapse: collapse;
        width: 90%;
        margin: 10px 0 10px;
    }
    .table-contact th {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        vertical-align: bottom;
        line-height: 100%;
        text-align: left;
    }
    .table-contact td {
        display: block;
        padding: 10px 0;
    }
    .atn {
        font-size: 1.2rem;
    }
    .atn a,
    .atn a:link,
    .atn a:visited {
        color: #181818;
        text-decoration: underline;
    }
    .atn a:hover,
    .atn a:active {
        color: #333;
        text-decoration: none;
    }
    .deco1 {
        display: block;
        margin: 0 0 0px 0px;
        padding: 8px 15px 8px;
        height: 30px;
        width: 98%;
        border: 0;
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
        text-align: left;
        border: solid 1px #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: none;
    }
    .deco2 {
        display: block;
        margin: 0 0 20px 0px;
        padding: 8px 15px 8px;
        height: 40px;
        width: 100%;
        border: 0;
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
        text-align: left;
        color: #000;
        border: solid 1px #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #eee;
    }
    .deco3 {
        display: block;
        margin: 0px 0 20px 0px;
        padding: 10px 15px 4px;
        height: 100px;
        width: 100%;
        border: 0;
        font-size: 14px;
        line-height: 28px;
        font-family: Arial, sans-serif;
        text-align: left;
        color: #000;
        border: solid 1px #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #fff;
    }
    input.sbtn {
        background: #ff9900;
        border-radius: 200px;
        align-items: center;
        padding: 20px 25px;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        margin: 0 auto 30px;
        background-image: url("../images/btn_mark.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 20px auto;
        width: 70%;
        border: none;
        font-size: 1.6rem;
        display: block;
        letter-spacing: 0.5rem;
    }
    input.sbtn a {
        border: none;
        margin: 0 auto;
        align-items: center;
    }
    input.sbtn:hover {
        background-repeat: no-repeat;
        background-color: #ff6600;
        box-shadow: none;
        transform: translate3d(0, 0px, 0);
    }
    .select-group {
        position: relative;
        display: inline-block;
        overflow: hidden;
        box-sizing: border-box;
        width: 106%;
        padding: 5px 15px 8px;
        vertical-align: middle;
        background-color: none;
        background-repeat: no-repeat;
        height: 45px;
        font-size: 16px;
        line-height: 20px;
        font-family: Arial, sans-serif;
        text-align: left;
        color: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .select {
        position: relative;
        z-index: 1;
        color: #000;
        line-height: 1.8;
        display: block;
        width: 120%;
        padding: 0;
        text-indent: 0px;
        border: none;
        border-radius: 0;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .select-group:after {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        width: 0;
        height: 0;
        margin: auto;
        content: '';
        border-top: 6px solid #999;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    /* ヘッダー */
    #header_sp {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0px 6px 9px -8px rgba(0, 0, 0, 0.3);
        position: relative;
        z-index: 0;
    }
    .head_top {
        padding: 10px 0px;
        width: 100%;
    }
    #header_sp h1 {
        width: 150px;
        margin: 0px auto;
        line-height: 1.0;
        text-align: center;
    }
    #header_sp h1 img {
        width: 100%;
    }
    /* スマホナビ関連 */
    .reg_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
        font-size: 12px;
        display: block;
        width: 75px;
        line-height: 12px;
        text-align: center;
        color: #ffffff;
        border: none;
        background-color: #00c300;
        padding: 8px 0px;
        margin: 0px auto 0;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
    }
    .reg_btn a,
    .reg_btn a:link,
    .reg_btn a:visited {
        color: #fff;
        text-decoration: none;
    }
    .reg_btn a:hover,
    .reg_btn a:active {
        color: #fff;
        text-decoration: none;
    }
    .drawer-menu-item {
        font-size: 1.4rem !important;
        text-decoration: none !important
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        width: 32px;
        height: 3px;
        -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        background-color: #222;
    }
    .drawer-menu-item a,
    .drawer-menu-item a:link,
    .drawer-menu-item a:visited {
        color: #111111;
        text-decoration: none !important
    }
    .drawer-hamburger {
        top: -7px !important
    }
    #header_pc {
        display: none;
    }
    #header_sp {
        display: block;
    }
    #top_fix {
        display: block;
    }
    /* PCナビ */
    #pc_nav {
        display: none;
    }
    nav a,
    nav a:link,
    nav a:visited {
        color: #111;
        text-decoration: none;
    }
    nav a:hover,
    nav a:active {
        color: #111;
        text-decoration: none;
    }
    /* 実績一覧 */
    .jisseki_wp {
        display: none;
        padding: 0 0 0 1%;
    }
    .jisseki_box {
        display: none;
        float: left;
        width: 49%;
        margin: 0 1% 15px 0;
        padding: 10px 0 5px;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .jisseki_wp h3 {
        display: none;
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 0 10px;
        padding: 5px;
        text-align: center;
    }
    .chart_wp {
        display: none;
        margin: 0px 0 0;
        padding: 10px;
    }
    .chart {
        width: 100%;
    }
    .chart img {
        width: 100%;
    }
    .hyou {
        width: 100%;
    }
    .hyou table {
        border-collapse: collapse;
        border: 1px solid #d4d4d4;
        width: 100%;
        margin: 10px 0 0;
    }
    .hyou th {
        font-weight: normal;
        font-size: 1.3rem;
        line-height: 1.2;
        padding: 10px 5px 10px;
        text-align: left;
        border: 1px solid #d4d4d4;
        width: 32%;
    }
    .hyou td {
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 10px 5px 10px;
        text-align: left;
        border: 1px solid #d4d4d4;
    }
    .up {
        font-size: 1.6rem;
        color: #fe6191;
    }
    .an2-fadeup {
        animation-name: fadeup;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        float: left;
    }
    @keyframes fadeup {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* 実績SP */
    .responsive3 {
        display: block;
    }
    .jisseki_wp_sp {
        display: block;
        padding: 0 30px 0;
        margin: 0 15px;
    }
    .jisseki_box_sp {
        display: inline-block;
        margin: 10px 0 10px 0;
        padding: 20px 0 20px;
        width: 100%;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .jisseki_wp_sp h3 {
        display: block;
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 0 10px;
        padding: 5px;
        text-align: center;
    }
    .chart_wp_sp {
        display: block;
        margin: 0px 0 0;
        padding: 10px;
    }
    /* 実績一覧-下層 */
    .jisseki_wp_kaso {
        padding: 0 0 0 2%;
        display: flex;
        flex-wrap: wrap;
    }
    .jisseki_box_kaso {
        flex-shrink: 0;
        float: left;
        width: 48%;
        margin: 0 2% 15px 0;
        padding: 10px 0 5px;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .jisseki_wp_kaso h3 {
        background-color: #5589c3;
        color: #fff;
        font-weight: normal;
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 0 10px;
        padding: 5px;
        text-align: center;
    }
    /* AI製品1-スライダー */
    .products1 {
        margin: 0 20px 20px;
    }
    .pr {
        display: inline-block;
        background-color: #ffffff;
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 20px 0 20px;
        box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
        width: 100%;
        min-height: inherit;
    }
    .products1 h3 {
        padding: 0 20px;
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .products1 p {
        padding: 10px 25px 0;
        font-size: 1.4rem;
    }
    .products1_img {
        margin: 10px auto;
    }
    .products1_img img {
        width: 100%;
    }
    .mg {
        margin: 0 0;
    }
    .text_takasa1 {
        min-height: 80px;
    }
    /* slick調整 */
    .slick-prev:before,
    .slick-next:before {
        color: #aaa;
    }
    .slick-prev {
        left: -30px !important
    }
    .slick-next {
        right: -30px !important
    }
    .slick-prev,
    .slick-next {
        width: 25px !important;
        height: 25px !important
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 25px !important
    }
    /*少し大きくする*/
    .data-slick {
        width: 90%;
        margin: 0 auto;
    }
    .data-slick {
        padding: .5em 1em;
    }
    /* AI製品2 */
    .products2 {
        margin: 0 20px 20px;
    }
    .pr2 {
        display: inline-block;
        background-color: #ffffff;
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 20px 0 20px;
        box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
        width: 100%;
        min-height: inherit;
    }
    .products2 h3 {
        padding: 0 25px;
        font-size: 2.0rem;
        line-height: 1.3;
    }
    .products2 h4 {
        padding: 0 25px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .products2 p {
        padding: 10px 25px 0;
        font-size: 1.4rem;
    }
    .products2_img {
        margin: 10px 20px;
    }
    .products2_img img {
        width: 100%;
    }
    .text_takasa2 {
        min-height: 80px;
    }
    /* サービス紹介 */
    .ai_sv {
        margin: 0 0 20px;
    }
    .s1 {
        float: left;
        width: 50%;
    }
    .s1 img {
        width: 100%;
    }
    .s2 {
        float: left;
        width: 50%;
    }
    .s2 img {
        width: 100%;
    }
    .s3 {
        float: left;
        width: 50%;
    }
    .s3 img {
        width: 100%;
    }
    .s4 {
        float: left;
        width: 50%;
    }
    .s4 img {
        width: 100%;
    }
    .s5 {
        float: left;
        width: 50%;
    }
    .s5 img {
        width: 100%;
    }
    .s6 {
        float: left;
        width: 50%;
    }
    .s6 img {
        width: 100%;
    }
    /* 商品ラインナップ */
    .products_ch {
        margin: 30px auto 20px;
        width: 80%;
    }
    .products_ch h4 {
        background-color: #1f2b5c;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
    }
    .box_on {
        background-color: #fff;
        padding: 10px 15px;
        width: 75%;
        margin: 0 auto;
        font-size: 1.4rem;
        box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
    }
    .relative {
        position: inherit;
    }
    .absolute {
        position: relative;
        right: inherit;
        bottom: inherit;
    }
    .products_ch_img {
        float: none;
        width: 100%;
        margin: 0 auto 0px;
    }
    .products_ch_img img {
        width: 100%;
    }
    .products_ch_right {
        float: none;
        width: 100%;
        margin: 0 auto 0px;
        background-color: #f5fcff;
        padding: 10px 0px;
    }
    .products_ch_right h3 {
        font-size: 1.3rem;
        margin: 0 0 10px;
        padding: 0 15px;
    }
    .products_ch_case {
        border-collapse: separate;
        width: 90%;
        margin: 0 15px;
    }
    .products_ch_case th {
        width: 20%;
        background-color: #f2f2f2;
        padding: 10px 10px;
        text-align: left;
        font-weight: normal;
    }
    .products_ch_case td {
        background-color: #ffffff;
        padding: 10px 10px;
        text-align: left;
        font-weight: normal;
    }
    .youkou {
        border-collapse: separate;
        border-spacing: 0 5px;
        width: 100%;
    }
    .youkou th {
        width: 38%;
        background-color: #4968d9;
        color: #fff;
        padding: 5px 5px 5px 10px;
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
    }
    .youkou td {
        background-color: #ffffff;
        padding: 5px 10px;
        text-align: right;
        font-weight: normal;
        vertical-align: middle;
    }
    .scr {
        overflow-y: scroll;
        background-color: #fff;
        font-size: 1.2rem;
        line-height: 160%;
        border: 1px solid #eee;
        padding: 15px;
        height: 150px;
        margin: 10px 5px 0;
    }
    .scr h4 {
        font-size: 1.3rem;
    }
    .scr h5 {
        font-size: 1.3rem;
    }
    .form_checkbox {
        text-align: center;
        margin: 20px auto 0;
        line-height: 160%;
    }
    .k1 {
        text-align: left;
    }
    .k1 span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0px 0px 0 24px;
        background-image: url("../images/k1.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k2 {
        text-align: left;
    }
    .k2 span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0px 0px 0 24px;
        background-image: url("../images/k2.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k3 {
        text-align: left;
    }
    .k3 span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0px 0px 0 24px;
        background-image: url("../images/k3.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k4 {
        text-align: left;
    }
    .k4 span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0px 0px 0 24px;
        background-image: url("../images/k4.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k5 {
        text-align: left;
    }
    .k5 span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0px 0px 0 24px;
        background-image: url("../images/k5.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k6 {
        text-align: left;
    }
    .k6 span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0px 0px 0 24px;
        background-image: url("../images/k6.png");
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: left center;
        text-align: left;
    }
    .k7 {
        text-align: left;
    }
    .k7 span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.0;
        padding: 0px 0px 0 21px;
        background-image: url("../images/k7.png");
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-position: left center;
        text-align: left;
    }
    .radio_td1 {
        float: right;
    }
    .radio_td2 {
        float: right;
        width: 80%;
    }
    /* メールBOX */
    .mailbox em.midoku {
        margin: 0 5px 0 5px;
        line-height: 15px;
    }
    .mailbox em.midoku img {
        width: 15px;
        vertical-align: middle;
    }
    /* Al Sniperとは */
    .as_title {
        text-align: center;
        font-size: 1.6rem;
        color: #aaa;
        margin: 0 0 20px;
    }
    .as_title2 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 20px 0 20px;
    }
    .b_line {
        background-color: #003366;
        display: block;
        width: 10%;
        height: 3px;
        margin: 20px auto 40px;
    }
    .as_box {
        border: 1px solid #003366;
        background-color: #fff;
        width: 100%;
        margin: 20px auto;
    }
    .as_box h5 {
        background-color: #003366;
        padding: 5px;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
    }
    .as_box_in {
        padding: 10px 15px 15px;
    }
    .voice_wp {
        padding: 0 0 0 0;
    }
    .voice_box {
        border: 1px solid #181818;
        background-color: #fff;
        width: 92%;
        float: none;
        padding: 10px 15px;
        margin: 20px auto;
        min-height: inherit;
    }
    .title_v {
        color: #aaa;
        font-size: 1.3rem;
    }
    .title_v2 {
        font-size: 1.4rem;
    }
    .title_v3 {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .as_banner {
        margin: 30px auto;
        width: 100%;
    }
    .as_l {
        width: 48%;
        float: left;
    }
    .as_r {
        width: 48%;
        float: right;
    }
    .as_l img,
    .as_r img {
        width: 100%;
        margin: 0 0 10px;
    }
    .as_banner p {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .user {
        margin: 0 0 5px;
    }
    .user_img {
        float: left;
        margin: 0 5px 0 0;
        width: 12%;
    }
    .user_img img {
        width: 100%;
    }
    .user_name {
        float: right;
        width: 85%;
        padding: 5px 0 0;
    }
    /* アンケート */
    .que_box {
        border: 1px solid #ccc;
        padding: 10px 15px;
        width: 100%;
    }
    .que_check {
        width: 40%;
        float: left;
    }
    .que_check2 {
        margin: 0 30px 0 0;
        float: left;
    }
    .th_tyosei {
        padding: 30px 20px 0 0 !important
    }
    /* 利用ガイド*/
    .guide_wp {
        padding: 0 0 30px 0.5%;
    }
    .guide_box {
        float: left;
        width: 47%;
        border: 1px solid #181818;
        padding: 0 0 10px;
        margin: 0 1% 10px 0.5%;
    }
    .guide_box h3 {
        background-color: #181818;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.2;
        text-align: center;
        padding: 5px;
    }
    .guide_img {
        margin: 10px 10px;
    }
    .guide_img img {
        width: 100%;
    }
    .g_txt {
        margin: 0 10px;
        min-height: 15.0rem;
    }
    .g_line {
        border: 1px solid #181818;
        padding: 10px 10px;
        width: 87%;
        margin: 0 auto 30px;
    }
    .g_line h3 {
        padding: 10px 0 0;
    }
    .img_g {
        width: 100%;
        margin: 20px auto;
    }
    .img_g img {
        width: 100%;
    }
    .g_tb {
        display: table;
        width: 100%;
    }
    .guide_box_dan {
        display: table-cell;
        padding: 5px 5px 5px;
        height: 35px;
        text-align: center;
        vertical-align: middle;
    }
    /*************************************************************
【メール設定方法】
*************************************************************/
    .setting_page_contents {
        width: 92%;
        margin: 20px auto;
    }
    .setting_page_contents h2 {
        font-size: 22px;
        padding: 15px 10px 15px 20px;
        margin: 0 0 15px 0;
        color: #ffffff;
        background: #012244;
        border-color: #041f83 #041f83 #044281 #3071a9;
        border-width: 1px 1px 7px 7px;
        border-style: solid;
        color: #ffffff;
    }
    .h4_gg {
        border: 1px solid #eee;
        background: #f2f2f2;
        padding: 10px 5px;
        font-size: 13px;
        line-height: 20px;
        color: #041f83;
        margin: 0 0 0px 0;
        text-align: center;
    }
    .title_h3 {
        border-left: 5px solid #041f83;
        padding: 0 0 0 12px;
        font-size: 16px;
    }
    .title_h3-3 {
        color: #041f83;
        font-size: 16px;
    }
    .mark {
        padding: 3px 0 4px 20px;
        background-image: url(../images/mail_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }
    .mail_set {
        width: 92%;
        margin: 0 auto;
    }
    .mail_set h3 {
        padding: 3px 0 4px 18px;
        background-image: url(../images/mail_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        font-weight: normal;
        font-size: 1.0em;
    }
    .mail_set h3 a,
    .mail_set h3 a:link,
    .mail_set h3 a:visited {
        color: #121212;
        text-decoration: none;
    }
    .mail_set h3 a:hover,
    .mail_set h3 a:active {
        color: #aaa;
        text-decoration: none;
    }
    .mail_l {
        float: none;
        width: 70%;
        margin: 10px auto;
    }
    .mail_center {
        float: none;
        width: 70%;
        margin: 10px auto;
    }
    .mail_r {
        float: none;
        width: 70%;
        margin: 10px auto;
    }
    .mail_l img,
    .mail_center img,
    .mail_r img {
        width: 100%;
    }
    .h4_mail {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        margin: 15px 0 10px;
    }
    .set_text {
        font-size: 14px;
        line-height: 16px;
    }
    .info {
        font-size: 14px;
        border: 1px solid #ccc;
        background-color: #eee;
        padding: 15px;
        margin: 30px 0 0 0;
    }
    .font_mail {
        font-size: 13px;
    }
    .side_navi li {
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #ccc;
        border-bottom-color: #ccc;
        border-left-color: #ccc;
        font-size: 13px;
        line-height: 16px;
        padding: 8px 0 7px 20px;
        background-image: url(../images/mail_icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
    }
    .back_pt1 {
        background-color: #FFF;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #ccc;
        border-bottom-color: #ccc;
        border-left-color: #ccc;
        padding: 0 2px 2px;
    }
    .back_pt2 {
        background-color: #FFF;
        padding: 2px;
        border: 1px solid #ccc;
    }
    #left_contents {
        width: 80%;
        margin: 30px auto;
    }
    .card_waku {
        margin: 20px auto 20px;
        border-bottom: 1px solid #f2f2f2;
    }
    .moji_tyousei {
        text-align: left !important
    }
    /* footer */
    footer {
        background-color: #070a13;
        padding: 30px 0;
        text-align: left;
        width: 100%;
        line-height: 1.3;
        color: #fff;
    }
    .footer_inner {
        width: 94%;
        margin: 0 auto;
    }
    footer h2 {
        width: 40%;
    }
    footer h2 img {
        width: 100%;
    }
    .f_navi {
        margin: 25px 0;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .f_menseki {
        font-size: 1.1rem;
    }
    .copy {
        text-align: center;
        font-size: 1.2rem;
        margin: 20px 0 0;
    }
    footer a,
    footer a:link,
    footer a:visited {
        color: #ffffff;
        text-decoration: none;
    }
    footer a:hover,
    footer a:active {
        color: #ccc;
        text-decoration: none;
    }
    .scroll_list {
        display: block;
        margin: 0 auto 20px;
        padding: 0;
        width: 90%;
        /* コンテンツが見切れて見えるようにする */
        overflow-x: auto;
        /* 横スクロールの指定 */
        white-space: nowrap;
        /* 横スクロールの指定 */
        overflow-scrolling: touch;
        /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;
        /* スクロールを滑らかにする */
    }
    .scroll_list>div:first-of-type {
        margin-left: 10px;
    }
    .scroll_list>div {
        display: inline-block;
        /* 横並びにする指定 */
        list-style: none;
        white-space: normal;
        width: 80%;
        margin-right: 10px;
    }
    .pr h3,
    p {
        padding: 0 10px;
    }
    .pr2 h3,
    p {
        padding: 0 10px;
    }
    .chart {
        margin-bottom: 10px;
    }
    .hyou {
        float: none;
    }
    .jisseki_box_sp {
        padding-bottom: 0;
    }
    .btn4 {
        margin: 20px auto 20px;
    }
    .products1 {
        display: none;
    }
    .products2 {
        display: none;
    }
    .jisseki_box_sp {
        float: none;
    }
}

/*************************************************************
【marginの設定】
*************************************************************/

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.m5 {
    margin: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.m10 {
    margin: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.m15 {
    margin: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.m20 {
    margin: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.m25 {
    margin: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.m30 {
    margin: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.m35 {
    margin: 35px !important
}

.mt35 {
    margin-top: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.m40 {
    margin: 40px !important
}

.mt40 {
    margin-top: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.m45 {
    margin: 45px !important
}

.mt45 {
    margin-top: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.m50 {
    margin: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.m55 {
    margin: 55px !important
}

.mt55 {
    margin-top: 55px !important
}

.mr55 {
    margin-right: 55px !important
}

.mb55 {
    margin-bottom: 55px !important
}

.ml55 {
    margin-left: 55px !important
}

.m60 {
    margin: 60px !important
}

.mt60 {
    margin-top: 60px !important
}

.mr60 {
    margin-right: 60px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.ml60 {
    margin-left: 60px !important
}

.m65 {
    margin: 65px !important
}

.mt65 {
    margin-top: 65px !important
}

.mr65 {
    margin-right: 65px !important
}

.mb65 {
    margin-bottom: 65px !important
}

.ml65 {
    margin-left: 65px !important
}

.m70 {
    margin: 70px !important
}

.mr70 {
    margin-right: 70px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.ml70 {
    margin-left: 70px !important
}

.m75 {
    margin: 75px !important
}

.mt75 {
    margin-top: 75px !important
}

.mr75 {
    margin-right: 75px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.ml75 {
    margin-left: 75px !important
}

.m80 {
    margin: 80px !important
}

.mt80 {
    margin-top: 80px !important
}

.mr80 {
    margin-right: 80px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.ml80 {
    margin-left: 80px !important
}

.mlrb30 {
    margin: 10px 30px 30px !important
}

.ml90 {
    margin-left: 90px !important
}

/**************************************************************
【paddingの設定】
**************************************************************/

.p0 {
    padding: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.p5 {
    padding: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.p10 {
    padding: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

.p20 {
    padding: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pl20 {
    padding-left: 20px !important
}

.p30 {
    padding: 30px !important
}

.p4050 {
    padding: 40px 50px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb80 {
    padding-bottom: 80px !important
}

/**************************************************************
【widthの設定】
**************************************************************/

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w130 {
    width: 130px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w220 {
    width: 220px;
}

.w250 {
    width: 250px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w710 {
    width: 710px;
}

.w876 {
    width: 876px;
}

/**************************************************************
【heightの設定】
**************************************************************/

.h10 {
    height: 10px;
}

.h30 {
    height: 30px;
}

.h100 {
    height: 100px;
}

.h200 {
    height: 200px;
}

/**************************************************************
【配置設定】
**************************************************************/

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

/**************************************************************
【文字装飾】
**************************************************************/

.red1 {
    color: #FF0000;
}

/*明るい赤 */

.red2 {
    color: #c62726;
}

/*暗い赤 */

.red1_b {
    color: #F00;
    font-weight: bold;
}

/*太字・明るい赤 */

.red2_b {
    color: #d13938;
    font-weight: bold;
}

/*太字・暗い赤 */

.blue {
    color: #00F;
}

/*青 */

.bl {
    color: #254BDD;
}

/*青 */

.or {
    color: #FF9739;
}

/*オレンジ */

.blk {
    color: #000;
}

/*黒 */

.gr {
    color: #999;
}

/*グレー */

.grn {
    color: #50A810;
}

/*みどり */

.pk {
    color: #FE48DA;
}

/*ピンク */

.gld {
    color: #d5b876;
}

/*ゴールド */

.pp {
    color: #8A37BC;
}

/*むらさき */

.underline {
    text-decoration: underline;
}

/*アンダーライン */

strong {
    font-weight: bold;
}

/*太字 */

.bg_y {
    background-color: #F6BD15;
    padding: 0px 5px 0px;
}

.bg_k {
    background-color: #F8FF12;
    padding: 0px 5px 0px;
}

.font0_5 {
    font-size: 0.5em;
}

.font0_6 {
    font-size: 0.6em;
}

.font0_7 {
    font-size: 0.7em;
}

.font0_8 {
    font-size: 0.8em;
}

.font0_9 {
    font-size: 0.9em;
}

.font1 {
    font-size: 1em;
}

.font1_1 {
    font-size: 1.1em;
}

.font1_2 {
    font-size: 1.2em;
}

.font1_3 {
    font-size: 1.3em;
}

.font1_4 {
    font-size: 1.4em;
}

.font1_5 {
    font-size: 1.5em;
}

.font1_6 {
    font-size: 1.6em;
}

.font1_7 {
    font-size: 1.7em;
}

.font1_8 {
    font-size: 1.8em;
}

.font1_9 {
    font-size: 1.9em;
}

.font2 {
    font-size: 2em;
}

.lh160 {
    line-height: 160%;
}

.font_M {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* CLEAR FIX*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-flex;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/*メールBOX */

.mailbox {
    font-size: 20px;
    line-height: 28px;
}

.mailbox-list dl {
    position: relative;
    margin: 0px 0 0;
    cursor: pointer;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.mailbox-list dl:last-child {
    border-bottom: 1px solid #DDD;
}

.mailbox-list dl:first-child {
    margin-top: 0;
}

.mailbox-list dl::after {
    position: absolute;
    top: 38px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.mailbox-list .open::after {
    transform: rotate(-45deg);
}

.mailbox-list dl dt {
    position: relative;
    margin: 0;
    padding: 15px 20px 15px 20px;
    font-weight: normal;
    background: #fff;
}

.mailbox-list dl dt span {
    font-size: 1.6rem;
}

.mailbox-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 20px;
    border-top: 1px dotted #ddd;
    font-size: 18px;
}

.mailbox-list dl dd p {
    margin: 30px 0 0;
}

.mailbox-list dl dd p:first-child {
    margin-top: 0;
}

.mailbox em {
    font-style: normal;
    padding: 0 5px 0 0;
}

@media (min-width:600px) and (max-width:1024px) {
    .mailbox {
        font-size: 16px;
        line-height: 24px;
    }
    .mailbox-list dl {
        margin: 0px 0 0;
        line-height: 160%;
    }
    .mailbox-list dl:after {
        top: 25px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .mailbox-list dl dt {
        padding: 10px 40px 10px 15px;
        font-size: 16px;
    }
    .mailbox-list dl dt::before {
        font-size: 16px;
        top: 12px;
        left: 20px;
    }
    .mailbox-list dl dt span {
        font-size: 1.4rem;
    }
    .mailbox-list dl dd {
        margin: 0;
        padding: 10px 10px 10px 15px;
        font-size: 14px;
    }
    .mailbox-list dl dd p {
        margin: 30px 0 0;
    }
    .mailbox-list dl dd p:first-child {
        margin-top: 0;
    }
}

@media only screen and (max-width:599px) {
    .mailbox {
        font-size: 14px;
        line-height: 24px;
    }
    .mailbox-list dl {
        margin: 0px 0 0;
        line-height: 160%;
    }
    .mailbox-list dl:after {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .mailbox-list dl dt {
        padding: 5px 10px 5px 15px;
        font-size: 14px;
    }
    .mailbox-list dl dt::before {
        font-size: 14px;
        top: 12px;
        left: 20px;
    }
    .mailbox-list dl dt span {
        font-size: 1.2rem;
    }
    .mailbox-list dl dd {
        margin: 0;
        padding: 10px 10px 10px 15px;
        font-size: 12px;
    }
    .mailbox-list dl dd p {
        margin: 30px 0 0;
    }
    .mailbox-list dl dd p:first-child {
        margin-top: 0;
    }
}

.sp {
    display: none;
}

.resImg {
    width: 100%;
}

@media screen and (max-width:768px) {
    .sp {
        display: block;
    }
    .sp_none {
        display: none;
    }
    .resImg {
        width: 100%;
        height: auto;
    }
}

/* ソフトpickup */

.recommend_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.recommend_subbox {
    width: 31%;
    background: #fff;
    align-items: center;
    box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.8);
    padding: 10px;
    font-size: 2.6rem;
    text-align: center;
}

.recommend_subbox:only-child {
    margin: 0 auto;
}

.recommend_subbox:nth-child(n+4) {
    margin-top: 10px;
}

.recommend_subbox h3 {
    color: #5589c3;
    font-size: 3rem;
}

@media screen and (max-width:935px) {
    .recommend_subbox {
        width: 100%;
        margin-top: 10px;
        font-size: 2rem;
    }
    .recommend_subbox h3 {
        font-size: 2.4rem;
    }
    .recommend_subbox:first-child {
        margin-top: 0;
    }
}

/*************************************************************
【スクリーニング】
*************************************************************/

.screen_box:first-of-type {
    margin: 0 auto;
}

.screen_box {
    margin: 40px auto 0;
}

.screen_box img {
    width: 100%;
    margin-bottom: 20px;
}

.screen_box a {
    display: block;
    width: 25%;
    margin: 20px auto;
    text-align: center;
    padding: 15px;
    border: 1px solid #4968d9;
    color: #4968d9;
    text-decoration: none;
}

.screen_ttl_res {
    display: block;
    width: 25%;
    margin: 20px auto 0;
    text-align: center;
    padding: 15px;
    border: 1px solid #4968d9;
    color: #4968d9;
    text-decoration: none;
}

.screen_box a:hover {
    background: #4968d9;
    color: #fff;
}

/*
.screen_arrow {
	width: 12px;
	height: 20px;
	margin: 0 auto 10px;
	background-color: #4968d9;
	clip-path: polygon(30% 0, 70% 0, 70% 55%, 100% 55%, 50% 100%, 0 55%, 30% 55%);
}
*/

@media screen and (max-width:956px) {
    .screen_box a {
        width: 65%;
    }
    .screen_ttl_res {
        width: 65%;
    }
}

.screen_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.screen_list li {
    width: 49%;
    background: #f5faff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 1%;
    border-radius: 5px;
}

.screen_ttl {
    font-size: 2rem;
}

.screen_data {
    font-size: 1.3rem;
    color: #000;
}

.screen_data span {
    background: #4968d9;
    display: inline-block;
    line-height: 1.8em;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 3px;
    color: #fff;
}

@media screen and (max-width:768px) {
    .screen_ttl_res {
        margin: 20px auto;
    }
    .screen_arrow {
        display: none;
        margin: 0;
    }
    .screen_list {
        height: 300px;
        display: block;
        overflow-y: scroll;
    }
    .screen_list li {
        width: 100%;
    }
}

.loader {
    color: #fff;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.screen_popout {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
}

.screen_popout.is-load {
    opacity: 1;
    visibility: visible;
}

.screen_popup {
    position: fixed;
    width: 50%;
    display: block;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    align-items: center;
    transform: translate(-50%, -50%);
}

.screen_popup p {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 599px) {
    .screen_popup p {
        font-size: 2rem;
    }
}

/*************************************************************
【体験版POPUP】
*************************************************************/

.exp_popout {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
}

.exp_popout.is-exper {
    opacity: 1;
    visibility: visible;
}

.exp_popup {
    position: fixed;
    width: 45%;
    display: block;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
}

.exp_popup p {
    padding: 0 20px;
}

.exp_popup_title {
    background-color: #5589c3;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 15px 20px 10px;
}

.exp_popup_box {
    border-radius: 0 0 15px 15px;
    background-color: #f5faff;
    padding: 10px 0;
}

.exp_popup_box h3 {
    text-align: center;
    color: #4968d9;
    padding: 0 20px 10px;
}

.exp_popup_box a {
    text-decoration: none;
}

.exp_popup_title h3 {
    display: inline-block;
    font-size: 2.1rem;
}

@media screen and (max-width: 1315px) {
    .exp_popup {
        font-size: 12px;
        width: 50%;
    }
    .exp_popup_title {
        padding: 5px;
    }
    .exp_popup_title h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 725px) {
    .exp_popup {
        font-size: 10px;
        width: 70%;
    }
    .exp_popup_title h3 {
        font-weight: normal;
        font-size: 1rem;
    }
    .exp_popup_box h3 {
        text-align: left;
    }
}

/*************************************************************
【下矢印アニメーション】
*************************************************************/

.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_arrows {
    position: relative;
    display: flex;
    height: 100px;
    margin: 0 auto 10px;
    justify-content: center;
    align-items: center;
}

.cp_arrows .cp_arrow {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: arrow-move07 3s ease-out infinite;
    animation: arrow-move07 3s ease-out infinite;
    opacity: 0;
}

.cp_arrows .cp_arrow:first-child {
    -webkit-animation: arrow-move07 3s ease-out 1s infinite;
    animation: arrow-move07 3s ease-out 1s infinite;
}

.cp_arrows .cp_arrow:nth-child(2) {
    -webkit-animation: arrow-move07 3s ease-out 2s infinite;
    animation: arrow-move07 3s ease-out 2s infinite;
}

.cp_arrows .cp_arrow:before {
    width: 12px;
    height: 20px;
    margin: 0 auto 10px;
    background-color: #4968d9;
    clip-path: polygon(30% 0, 70% 0, 70% 55%, 100% 55%, 50% 100%, 0 55%, 30% 55%);
}

.cp_arrows .cp_arrow:after {
    width: 12px;
    height: 20px;
    margin: 0 auto 10px;
    background-color: #4968d9;
    clip-path: polygon(30% 0, 70% 0, 70% 55%, 100% 55%, 50% 100%, 0 55%, 30% 55%);
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
}

@-webkit-keyframes arrow-move07 {
    25% {
        opacity: 0.6;
    }
    43.75% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0.8;
    }
    62.5% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(3em);
        transform: translateY(3em);
        opacity: 0;
    }
}

@keyframes arrow-move07 {
    25% {
        opacity: 0.6;
    }
    43.75% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0.8;
    }
    62.5% {
        -webkit-transform: translateY(2em);
        transform: translateY(2em);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(3em);
        transform: translateY(3em);
        opacity: 0;
    }
}

@media screen and (max-width:768px) {
    .cp_arrows {
        display: none;
        margin: 0;
    }
}

/*************************************************************
【お問い合わせBOX】
*************************************************************/

.submit {
    display: block;
    background: #f1304c;
    border: none;
    width: 90%;
    margin: 5px auto;
    font-size: 1.4rem;
    padding: 20px 0;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px !important;
}

.submit:hover {
    opacity: 0.8;
}

.submit.mt00 {
    margin-top: 0;
}

.submit.line_submit {
    background: #00B900;
    padding: 10px 0;
}

.contact_bnr {
    background: #f5faff;
    padding: 30px 0;
}

.contact_box {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #4968d9;
    padding: 20px;
    box-sizing: border-box;
}

.contact_box_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_box_sub {
    width: 33%;
}

.contact_box_sub a {
    text-decoration: none;
    color: #fff;
}

.contact_box_ttl {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #4968d9;
    margin-bottom: 20px;
}

.contact_box_ttl span {
    border: #4968d9 3px solid;
    display: inline-block;
    padding: 8px 20px;
}

.contact_box_sub_ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.contact_qr {
    margin: 0 auto;
    width: 100px;
}

.contact_qr img {
    width: 100%;
    height: auto;
}

.tel_txt {
    font-size: 4rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 5px 0;
    line-height: 1.2em;
}

.tel_txt a {
    text-decoration: none;
    color: #000;
}

.tel_icon {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.contact_txt {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}

@media screen and (max-width:768px) {
    .contact_bnr {
        padding: 30px 5px;
    }
    .contact_box {
        padding: 15px 5px;
    }
    .contact_box_flex {
        display: block;
    }
    .contact_box_sub {
        width: 100%;
    }
    .contact_box_ttl {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .contact_box_ttl span {
        padding: 8px 10px;
    }
    .contact_box_sub_ttl {
        margin-top: 15px;
    }
    .tel_icon {
        height: 25px;
        width: auto;
    }
    .tel_txt {
        font-size: 3rem;
    }
}

/* 銀行振込ページ */

.title4_bank {
    margin-top: 50px;
}

.bank-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    padding: 10px;
}

.bank-item {
    width: 40%;
    margin-bottom: 50px;
    text-align: center;
}

#popup {
    display: none;
}

.popup-open {
    cursor: pointer;
    background-color: #0F2A9A;
    text-align: center;
    padding: 20px 20%;
    color: #fff;
    font-weight: bold;
}

.popup-open:hover {
    opacity: 0.7;
}

.popup-overlay {
    display: none;
}

#popup:checked~.popup-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.popup-window {
    width: 60%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-text {
    margin: 0;
    color: #000;
}

.popup-text:not(:last-of-type) {
    margin-bottom: 1em
}

.popup-close {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: 0;
}

.space {
    padding-left: 17px;
}

.space_2 {
    padding-left: 8px;
}

/* ポップアップ */

.popup_box {
    display: flex;
    justify-content: center;
}

.popup_item {
    width: 30%;
}

.popup_item h3 {
    font-size: 2.5rem;
}

.popup_item p {
    font-size: small;
}

.popup_submit_mail {
    background-color: #f1304c;
}

.popup_submit_mail a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:1200px) {
    .popup_box {
        display: block;
    }
    .popup_item {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .bank-container {
        display: block;
        width: 100%;
    }
    .bank-item {
        width: 90%;
    }
    .popup-window {
        width: 70%;
    }
}

/* ポップアップ */

/* 銀行振込ページ */

/********* 	
	
	
LINE 	
	
	
*********/

.lineBox {
    border: #142587 4px solid;
    position: relative;
}

.lineBox_ttl {
    background: #f8f8ff;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
    .lineBox_ttl {
        font-size: 1.4rem;
        padding: 10px 0;
    }
}

@media screen and (max-width:430px) {
    .lineBox_ttl {
        font-size: 1.2rem;
        padding: 10px 0;
    }
}

.lineBox_body {
    padding: 15px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    .lineBox_body {
        padding: 5px;
    }
}

.lineBox_cont {
    width: calc(100% - 150px);
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .lineBox_cont {
        width: 100%;
        padding: 10px;
    }
}

.lineBox_txt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00B900;
    /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";*/
}

@media screen and (max-width:768px) {
    .lineBox_txt {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:430px) {
    .lineBox_txt {
        font-size: 1.4rem;
    }
}

.lineBox_btn {
    margin: 15px auto 0;
    background: #00B900;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 0;
    border-radius: 5px;
    display: block;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro";
}

.lineBox_btn:hover {
    opacity: 0.8;
}

@media screen and (max-width:768px) {
    .lineBox_btn {
        font-size: 1.4rem;
        width: 80%;
        margin: 10px auto 0;
    }
}

.lineBox_img {
    width: 100px;
    height: 100px;
    border: #000 1px solid;
    padding: 0px;
    position: absolute;
    top: 27%;
    left: 7%;
    box-sizing: border-box;
}

.lineBox_img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .lineBox_img {
        display: none;
    }
}

.lineBox_txt_Red {
    margin-top: 7px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FF0000;
    /*font-family:"ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro W4","ãƒ’ãƒ©ã‚®ãƒŽä¸¸ã‚´ Pro","Hiragino Maru Gothic Pro";*/
}

@media screen and (max-width:768px) {
    .lineBox_txt_Red {
        font-size: 1.8rem;
        font-weight: bold;
        color: #FF0000;
    }
}

@media screen and (max-width:430px) {
    .lineBox_txt_Red {
        font-size: 1.6rem;
        font-weight: bold;
        color: #FF0000;
    }
}