/* ----------------------------
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 {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
    font-size: 1.8rem;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    background-color: #ffffff;
    text-align: left;
}

a img {
    margin: 0;
    padding: 0;
    border-style: none;
}

a,
a:link {
    text-decoration: none;
}

.btn-wrap a:hover {
    opacity: 0.8;
  }


/* 共通 */
.banner_pc {
    display: block;
}

.banner_sp {
    display: none;
}

.banner_pc1 {
    display: block;
}

.banner_sp1 {
    display: none;
}

.pcbr {
    display: inline;
}

.pcbr1 {
    display: inline;
}

.spbr {
    display: none;
}

.spbr1 {
    display: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
    text-align: center;
}

/* ヘッダー */

 .header_pc{
    width: 1000px;
    margin: auto;
    }

.head_top_pc{
    display: flex;
    justify-content: left;
    padding-top: 20px;
}

.logo{
    width: 30%;
}

.logo img{
    width: 100%;
    padding-top: 30px;
}

.head_text{
    width: 70%;
    color: #fff;
    padding: 10px 0 0 20px;
} 

/* ===============================================
ヘッダーのスタイリング
=============================================== */
.header_sp {
    width: 1000px;
    margin: auto;
    display: none;
  }


/* TOP */
.top_cat{
    background-image: url(../images/top_pc_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 394px;
    z-index: 100;
    position: relative;
}

.top_cat_text{
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
    font-size: 2.4em;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.top_cat_text span{
    font-size: 2em;
    letter-spacing: 0.1em;
}

.arrow{
    text-align: center;
    animation: arrow_move 1s ease-in-out infinite;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -14px;
}

@keyframes arrow_move{
    0% {
        -webkit-transform: translateY(-5px) translateX(-50%);
        transform: translateY(-5px) translateX(-50%);
    }
    50% {
        -webkit-transform: translateY(5px) translateX(-50%);
        transform: translateY(5px) translateX(-50%);
    }
    
    100% {
        -webkit-transform: translateY(-5px) translateX(-50%);
        transform: translateY(-5px) translateX(-50%);
    }
    }


/* MAIN */
.contents_main {
    background-image: url(../images/top_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.main_text{
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

.ai_text{
    text-align: center;
    padding: 80px 0 20px;
    color: #333333;
    font-size: 1.8em;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ai_text span{
    color: #c70000;
    font-weight: bold;
    font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
}

.box02 {
    position: relative;
}
.main_tect_in {
    clear: both;
    display: block;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.box02 .image {
    position: absolute;
    right: 4%;
    bottom: 0;
}

.pc {
    display: block;
}

.robot1{
    width: 91%;
    margin: 30px 0 0 auto;
}

.robot1 img{
    width: 100%;
}

.box02 .sizeEffect {
    width: 65%;
    padding-bottom: 265px;
}
.sizeEffect {
    position: relative;
}

.sizeEffect .item01 {
    position: absolute;
    z-index: 9999;
}
.sizeEffect p {
    width: 100%;
}

.sizeEffect.current .item01 img {
    -moz-animation: animeBg 2s linear 0s 2 alternate;
    -webkit-animation: animeBg 2s linear 0s 2 alternate;
    -ms-animation: animeBg 2s linear 0s 2 alternate;
    -o-animation: animeBg 2s linear 0s 2 alternate;
    animation: animeBg 2s linear 0s 2 alternate;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.main_tect_in img {
    width: 100%;
}
img {
    border: none;
    vertical-align: bottom;
}

@keyframes animeBg{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

99.9%, 100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

.sizeEffect .item02 {
    position: relative;
}

.sizeEffect p {
    width: 100%;
}


.btn,
a.btn,
button.btn {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  margin-left:15px;
}

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


/* mail_cat */
.mail_cat {
    background-color: #eeeeee;
}

.mail_cat_in {
    width: 800px;
    margin: auto;
    color: #333333;
    padding: 20px 20px 60px;
}

.mail_top_text{
    width: 854px;
    color: #000;
    text-align: center;
    margin: auto;
    font-size: 1.3em;
    padding:60px 0 20px;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.mail_top_text2 span{
    color: #fff600;
}

.form_input{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

input {
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

.form_input input {
    height: 40px;
    width: 90%;
    font-size: 1.1em;
    color: #000;
    background: #FFF;
    text-align: left;
    padding: 12px 5px 12px 15px;
}

.form_btn  {
    padding-left: 2px;
    width: 80%
}

.form_btn img{
    width: 100%;
}

.form_checkbox{
    font-size: 0.9em;
    padding-top: 20px;
    padding-left: 30px;
    text-align: left;
}

.form_checkbox a{
    color: #265b90;
    text-decoration: underline;
}

.form_checkbox a:hover{
    opacity: 0.8;
}

/* MAIN2 */
.contents_main2 {
    background-image: url(../images/blu_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
	margin-top:0px;
    position: relative;
    z-index: 99;
}

.main_text2{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main_text2 img {
    width: 100%;
} 

.box03 {
    position: relative;
}
.main_tect_in2 {
    clear: both;
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    height: 620px;
}

.box03 .image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.box03 .oobake_wh {
    position: absolute;
    top: 0;
    right: 0;
}

.pc {
    display: block;
}

.robot2{
    width: 90%;
}

.box03 .sizeEffect {
    width: 58%;
}
.sizeEffect {
    position: relative;
}

.sizeEffect .item01_wh {
    position: absolute;
    z-index: 9999;
}
.sizeEffect p {
    width: 100%;
}

.sizeEffect.current .item01_wh img {
    -moz-animation: animeBg 2s linear 0s 2 alternate;
    -webkit-animation: animeBg 2s linear 0s 2 alternate;
    -ms-animation: animeBg 2s linear 0s 2 alternate;
    -o-animation: animeBg 2s linear 0s 2 alternate;
    animation: animeBg 2s linear 0s 2 alternate;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.main_tect_in img {
    width: 100%;
}
img {
    border: none;
    vertical-align: bottom;
}

@keyframes animeBg{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

99.9%, 100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

.sizeEffect .item02_wh {
    position: relative;
}

.sizeEffect p {
    width: 100%;
}

.main2_cat_text{
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 80px 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.main2_cat_text span{
    color: #c0ff7d;
}

/* blu_cat */

.blu_div{
    background-image: url(../images/blu_div_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: auto;
    height: 220px;
    z-index: 99;
    position: relative;
}

.blu_div_text{
    color: #ffffff;
    font-size: 2.1em;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 60px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.blu_div_text span{ 
    font-size: 1.6em;
}


/* gra_cat */

.gra_cat{
    background-image: url(../images/gra_back_pc.jpg);
    background-repeat: repeat-y;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 98;
}

.gra_cat_in{
    width: 1000px;
    margin: auto;
}

.gra_cat_in2{
    width: 1000px;
    margin: auto;
    padding-bottom: 100px;
}

.proof{
    padding-top: 80px;
    text-align: center;
}

.proof1{
    text-align: center;
}

.proof_text1 img{
    float: right;
    padding: 60px 0 60px 20px;
}

.proof_text1 p{
    color: #fff;
    text-align: left;
    padding: 60px 0;
    line-height: 1.8;
    font-size: 1.3em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.proof_text2 p{
    color: #fff;
    text-align: center;
    padding: 40px 0;
    line-height: 1.2;
    font-size: 1.9em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.proof5{
    text-align: center;
    padding-bottom: 100px;
}

.gra_cat_title{
    color: #ffffff;
    font-size: 2.1em;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 80px 0 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title span{ 
    font-size: 1.4em;
}

.gra_cat_title2{
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 40px 0 70px;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title2 span{ 
    font-size: 2.8em;
}

.gra_cat_title3{
    color: #ffffff;
    font-size: 1.6em;
    text-align: center;
    padding: 80px 0 0;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title3 span{ 
    font-size: 1.6em;
}

.gra_cat_title3_text{
    color: #ffffff;
    font-size: 0.8em;
    text-align: left;
    padding: 40px 100px 40px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title4{
    color: #ffffff;
    font-size: 1.6em;
    text-align: center;
    padding: 0 0 60px 0;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title4 span{ 
    font-size: 1.6em;
}

.hr2{
    border-top: 3px solid #5bf4e3;
    border-right: transparent;
    border-bottom: transparent;
    border-left: transparent;
    width: 20%; 
}

.step_text1 img{
    float: right;
    padding: 60px 0 60px 20px;
}

.step_text1 p{
    color: #fff;
    text-align: left;
    padding: 60px 0;
    line-height: 1.6;
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.step_text1 span{
    color: #5bf4e3;
    font-size: 1.4em;
    line-height: 1.2;
}

.gra_div{
    background-image: url(../images/gra_div_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: auto;
    height: 370px;
    position: relative;
    z-index: 99;
}

.gra_div_text{
    color: #000000;
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 60px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_div_text1{
    color: #333333;
    font-size: 2.1em;
    text-align: center;
    padding-top: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.co_blu{ 
    font-size: 1.6em;
    color: #265b90;
    font-weight: bold;
}

.co_blu_s{ 
    font-size: 0.8em;
    color: #265b90;
    font-weight: bold;
}

.wh_box{
    display: flex;
    background-color: #ffffff;
    width: 1000px;
}

.wh_box_text{
    width: 50%;
    color: #333333;
    padding: 40px 0 0 80px;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.wh_box_text1{
    font-size: 1.8em;
}

.wh_box_text1 span{
    color: #265b90;
}

.wh_box_text2{
    padding-top: 30px;
    font-size: 2.2em;
}

.wh_box_text2 span{
    color: #265b90;
    line-height: 1;
    padding-bottom: 0;
	border-bottom: 2px solid #265b90; display: inline-block;
}

.wh_box_img{
    width: 50%;
    padding-right: 30px;
}

.wh_box_img img{
    margin-top: -30px;
}

/* wh_cat */
.wh_cat{
    background-color: #ffffff;
}

.wh_cat_in{
    width: 1000px;
    margin: auto;
}

.wh_cat_title{
    text-align: center;
    color: #004e9e;
    padding-top: 80px;
    font-size: 2.7em;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_title span{
    font-size: 0.9em;
}

.hr1{
    border-top: 3px solid #004e9e;
    border-right: transparent;
    border-bottom: transparent;
    border-left: transparent;
    width: 20%; 
    margin-top: 20px; 
}

.wh_cat_text{
    color: #333333;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.8;
    padding: 80px 0 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_text span{
    color: #004e9e;
}

.wh_cat_text1{
    color: #333333;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8;
    padding: 80px 0 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_text2{
    color: #333333;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.8;
    padding: 80px 0 60px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_title2{
    width: 80%;
    margin: auto;
    padding-bottom: 80px;
    text-align: center;
}

.wh_cat_title2 img{
    width: 100%;
}

.wh_cat_title2 h3{
    font-size: 3em;
    text-align: center;
    color: #c70000;
    padding: 40px 0;
    padding-bottom: 0;
	border-bottom: 3px solid #c70000; 
    display: inline-block;
}

.bl_bg{
    background-color: #000000; color:#ffffff; padding: 1px 0;
    margin-bottom: 30px;
}

.wh_cat_text2 span{
    color: #265b90;
}

.co_blu_l{ 
    font-size: 1.8em;
    color: #265b90;
}

/* footer */
footer{
    background-image: url(../images/footer_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	padding:25px 0 0;
	text-align: left;
	width:100%;
    line-height: 1.3;
    color: #fff;
}

.footer_inner{
    width: 1000px;
	margin:0 auto;
}

.footer_logo{
    width: 30%;
}

.footer_logo img{
    width: 100%;
    padding-top: 30px;
}

.f_navi{
margin: 0px 0;
font-size: 1.5rem;
}

.f_navi ul{
    display: flex;
    flex-wrap: wrap;
}

.f_navi li{
    margin-right: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px
}

.f_menseki{
font-size: 1.4rem;
padding: 45px 0;
}

.copy{
    background-color: #252525;
text-align: center;
font-size: 1.3rem;
margin: 40px 0 0;
padding: 15px 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;
}

/* fix_button */

.fix_button {
    position: fixed;
    z-index: 99999; 
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #01325d;
  }

  .fix_button img {
    max-width: 100%;
  }

  .fix_button a img{
    position:relative;
	top:0;
  }

  .fix_button a img:hover {
    top:10px;
	transition:0.3s;
  }

  .pagetop {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 15px;
    z-index: 200;
  }
  .pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #04325b;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 17px;
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border-radius: 50%;
  }
  .pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding:15px 17px;
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  .contents_cat {
      width: 1000px;
      margin: 0 auto;
      padding: 30px 0;
  }
  .contents_in {
      width: 960px;
      margin: 0 auto;
      padding: 30px 20px;
      background-color: #ffffff;
  }
  .contents_title{
      text-align: center;
      border-top: 5px solid #000;
      background-color: #c4c4c4;
      color: #000;
      font-weight: bold;
      font-size: 1.4em;
      padding: 10px 10px 10px 30px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  }
  
  .font_ss a[href^="tel:"] {
      color:#000;
      text-decoration: none;
      pointer-events: none;
  }

  /* カテゴリーテーブル */
  .contents_in2 {
      width: 92%;
      margin: 0 auto;
      padding: 30px 40px;
      background-color: #ffffff;
  }

  .cat_table {
      display: flex;
      padding: 30px 20px;
      border-bottom: 1px solid #b0b0b0;
  }

  .cat_table_title {
      width: 30%;
      text-align: center;
      font-size: 1.1em;
      font-weight: bold;
  }

  .cat_table_text {
      width: 70%;
      padding: 0px 20px;
  }

  .cat_table_text a[href^="tel:"] {
      color:#000;
      text-decoration: none;
      pointer-events: none;
  }

  /* コンタクトページ・AI株価診断 */

  .contents_page_in{
      width: 800px;
      margin: auto;
  }

  .contents_top_note{
      padding: 30px 0 0;
  }  

  .contents_note{
      padding-bottom: 30px;
      line-height: 1.8;
  }

  .contents_note span{
      display: flex;
      align-items: center;
  } 

  .contents_note a[href^="tel:"]{
      font-size: 1.6em;
      color: #000000;
      padding-left: 8px;
  }

  .table-contact {
      border-collapse: collapse;
      width: 100%;
      margin: 20px auto 20px;
  }

  .table-contact tr {
      display: block;
      text-align: left;
  }

  .table-contact th {
      width: 100%;
      color: #333;
      padding: 15px 30px 0 0;
      vertical-align: top;
      text-align: left;
      display: inline-block;
  }

  .table-contact td {
      display: block;
      padding: 10px 0;
  }

  .deco_a{
  	display:block;
  	margin: 0 0 0px 0px;
  	padding:8px 15px 8px;
  	height:30px;
  	width:97%;
  	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;
  }
  input.sbtn {
      background: #fff;
      border-radius: 200px;
      padding: 10px 25px;
      color: #043466;
      font-weight: bold;
      transition: 0.3s ease-in-out;
      margin: 0 auto 30px;
      background-size: 20px auto;
      width: 500px;
      border: 3px solid #043466;
      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: #043466;
      box-shadow: none;
      color: #fff;
      transform: translate3d(0, 0px, 0);
  }
/*ここからタブレット用（600px～1120px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1120px) {
    body {
        font-size: 1.6rem;
        line-height: 1.7;
        background-image: none;
    }

    /* 共通 */
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .banner_pc {
        display: none;
    }

    .banner_pc1 {
        display: block;
    }

    .banner_sp1 {
        display: none;
    }

     .banner_sp {
        display: block;
    }

    .pcbr {
        display: inline;
    }

    .pcbr1 {
        display: none;
    }

    .spbr {
        display: block;
    }

    .spbr1 {
        display: none;
    }

/* ヘッダー */

#header{
    width: 94%;
    margin: auto;
    }

.head_top_pc{
    display: flex;
    justify-content: left;
    padding-top: 20px;
}

.logo{
    width: 20%;
    padding-left: 10px;
}

.logo img{
    width: 100%;
    padding-top: 30px;
}

.head_text{
    width: 70%;
    color: #fff;
    padding: 10px 0 0 20px;
}

/* TOP */
.top_cat{
    background-image: url(../images/top_sp_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.top_cat_text{
    text-align: center;
    color: #ffffff;
    padding: 30px 0;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.top_cat_text span{
    font-size: 2em;
    letter-spacing: 0.1em;
}

.arrow{
    text-align: center;
    animation: arrow_move 1s ease-in-out infinite;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@keyframes arrow_move{
    0% {
        -webkit-transform: translateY(-5px) translateX(-50%);
        transform: translateY(-5px) translateX(-50%);
    }
    50% {
        -webkit-transform: translateY(5px) translateX(-50%);
        transform: translateY(5px) translateX(-50%);
    }
    
    100% {
        -webkit-transform: translateY(-5px) translateX(-50%);
        transform: translateY(-5px) translateX(-50%);
    }
    }



/* MAIN */
.contents_main {
    background-image: url(../images/top_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.main_text{
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.main_text img {
    width: 100%;
} 

.robot1{
    width: 95%;
    margin: 30px 0 0 auto;
}

.robot1 img{
    width: 100%;
}

.ai_text{
    text-align: center;
    color: #333333;
    font-size: 3vw;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ai_text span{
    color: #c70000;
    font-weight: bold;
    font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
}

.box02 {
    position: relative;
}
.main_tect_in {
    clear: both;
    display: block;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.box02 .image {
    z-index: 999;
    position: absolute;
    right: 2%;
    bottom: 0;
}

.pc {
    display: block;
}

.robot1{
    width: 85%;
}

.box02 .sizeEffect {
    width: 60%;
    padding-bottom: 20vw;
}
.sizeEffect {
    position: relative;
}

.sizeEffect .item01 {
    position: absolute;
    z-index: 9999;
}
.sizeEffect p {
    width: 100%;
}

.sizeEffect.current .item01 img {
    -moz-animation: animeBg 2s linear 0s 2 alternate;
    -webkit-animation: animeBg 2s linear 0s 2 alternate;
    -ms-animation: animeBg 2s linear 0s 2 alternate;
    -o-animation: animeBg 2s linear 0s 2 alternate;
    animation: animeBg 2s linear 0s 2 alternate;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.main_tect_in img {
    width: 100%;
}
img {
    border: none;
    vertical-align: bottom;
}

@keyframes animeBg{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

99.9%, 100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

.sizeEffect .item02 {
    position: relative;
    z-index: 10000;
}

.sizeEffect p {
    width: 100%;
}


.btn,
a.btn,
button.btn {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  margin-left:15px;
}

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

/* mail_cat */
.mail_cat {
    background-color: #eeeeee;
}

.mail_cat_in {
    width: 94%;
    margin: auto;
    color: #333333;
    padding: 20px 0 50px;
}

.mail_top_text{
    width: 100%;
    color: #000;
    text-align: center;
    margin: auto;
    font-size: 2.8vw;
    padding:50px 0 20px;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.mail_top_text2 span{
    color: #fff600;
}

.form_input{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

input {
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

.form_input input {
    height: 40px;
    width: 90%;
    font-size: 1.1em;
    color: #000;
    background: #FFF;
    text-align: left;
    padding: 12px 5px 12px 15px;
}

.btn-wrap  {
    width: 94%;
    margin: auto;
}

.btn-wrap img{
    width: 100%;
}

.form_checkbox{
    font-size: 0.9em;
    padding-top: 20px;
    text-align: left;
}

.form_checkbox a{
    color: #265b90;
    text-decoration: underline;
}

/* MAIN2 */
.contents_main2 {
    background-image: url(../images/blu_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
	margin-top:0px;
}

.main_text2{
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.main_text2 img {
    width: 100%;
}

.main2_cat_text{
    color: #ffffff;
    font-size: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 80px 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.main2_cat_text span{
    color: #c0ff7d;
}

.ai_text{
    text-align: center;
    color: #333333;
    font-size: 3vw;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ai_text span{
    color: #c70000;
    font-weight: bold;
    font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
}

.box03 {
    position: relative;
}
.main_tect_in2 {
    clear: both;
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    height: 48vw;
}

.box03 .image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.box03 .oobake_wh {
    position: absolute;
    top: 0;
    right: 0;
}

.pc {
    display: block;
}

.robot2{
    width: 90%;
}

.box03 .sizeEffect {
    width: 60%;
}
.sizeEffect {
    position: relative;
}

.sizeEffect .item01_wh {
    position: absolute;
    z-index: 9999;
}
.sizeEffect p {
    width: 100%;
}

.sizeEffect.current .item01_wh img {
    -moz-animation: animeBg 2s linear 0s 2 alternate;
    -webkit-animation: animeBg 2s linear 0s 2 alternate;
    -ms-animation: animeBg 2s linear 0s 2 alternate;
    -o-animation: animeBg 2s linear 0s 2 alternate;
    animation: animeBg 2s linear 0s 2 alternate;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.main_tect_in img {
    width: 100%;
}
img {
    border: none;
    vertical-align: bottom;
}

@keyframes animeBg{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

99.9%, 100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

.sizeEffect .item02_wh {
    position: relative;
}

.sizeEffect p {
    width: 100%;
}


/* blu_cat */

.blu_div{
    background-image: url(../images/blu_div_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 120;
}

.blu_div_text{
    color: #ffffff;
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 30px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.blu_div_text span{ 
    font-size: 1.6em;
}

/* gra_cat */

.gra_cat{
    background-image: url(../images/gra_back_sp.jpg);
    background-repeat: repeat-y;
    background-position: top;
    background-size: contain;
    position: relative;
    z-index: 100;
}

.gra_cat_in{
    width: 94%;
    margin: auto;
    padding-top: 40px;
}

.gra_cat_in2{
    width: 94%;
    margin: auto;
    padding-bottom: 60px;
}

.proof{
    padding-top: 40px;
    text-align: center;
}

.proof img{
    width: 100%;
}

.proof1{
    text-align: center;
}

.proof1 img{
    width: 100%;
    margin-top: 30px;
}

.proof_text1{
    text-align: center;
}

.proof_text1 img{
    float: none;
    padding: 40px 0;
}

.proof_text1 p{
    color: #fff;
    text-align: left;
    padding: 0;
    line-height: 1.6;
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.proof_text2 p{
    color: #fff;
    text-align: center;
    padding: 40px 0;
    line-height: 1.2;
    font-size: 1.9em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.proof5{
    text-align: center;
    padding-bottom: 80px;
}

.proof5 img{
    width: 100%;
}

.gra_cat_title{
    color: #ffffff;
    font-size: 5vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 40px 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title span{ 
    font-size: 1.4em;
}

.gra_cat_title2{
    color: #ffffff;
    font-size: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 40px 0 50px;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title2 span{ 
    font-size: 2.2em;
}

.gra_cat_title3{
    color: #ffffff;
    font-size: 4vw;
    text-align: center;
    padding: 60px 0 0;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title3 span{ 
    font-size: 1.6em;
}

.gra_cat_title3_text{
    color: #ffffff;
    font-size: 0.6em;
    text-align: left;
    padding: 40px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title4{
    color: #ffffff;
    font-size: 4vw;
    text-align: center;
    padding: 0 0 60px 0;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title4 span{ 
    font-size: 1.4em;
}

.hr2{
    border-top: 3px solid #5bf4e3;
    border-right: transparent;
    border-bottom: transparent;
    border-left: transparent;
    width: 27%; 
}

.step img{
    width: 100%;
}

.step_text1{
    text-align: center;
}

.step_text1 img{
    float: none;
    padding: 40px 0;
}

.step_text1 p{
    color: #fff;
    text-align: left;
    padding: 0 0 30px;
    line-height: 1.6;
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.step_text1 span{
    color: #5bf4e3;
    font-size: 1.4em;
    line-height: 1.2;
}

.gra_div{
    background-image: url(../images/gra_div_sp.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: auto;
    height: 100%;
}

.gra_div_text{
    color: #000000;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 40px 0 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_div_text1{
    color: #333333;
    font-size: 2.1em;
    text-align: center;
    padding: 0 0 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.co_blu{ 
    font-size: 1.6em;
    color: #265b90;
    font-weight: bold;
}

.co_blu_s{ 
    font-size: 0.8em;
    color: #265b90;
    font-weight: bold;
}

.wh_box{
    display: block;
    background-color: #ffffff;
    width: 90%;
    margin: auto;
}

.wh_box_text{
    width: 94%;
    color: #333333;
    padding: 40px 0 0;
    font-weight: bold;
    margin: auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.wh_box_text1{
    font-size: 4vw;
}

.wh_box_text1 span{
    color: #265b90;
}

.wh_box_text2{
    padding-top: 30px;
    font-size: 6vw;
}

.wh_box_text2 span{
    color: #265b90;
    line-height: 1;
    padding-bottom: 0;
	border-bottom: 2px solid #265b90; display: inline-block;
}

.wh_box_img{
    width: 70%;
    padding-right: 0;
    margin: auto;
}

.wh_box_img img{
    margin-top: 0;
    width: 100%;
}

/* wh_cat */
.wh_cat{
    background-color: #ffffff;
}

.wh_cat_in{
    width: 94%;
    margin: auto;
}

.wh_cat_title{
    text-align: center;
    color: #004e9e;
    padding-top: 80px;
    font-size: 5.6vw;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_title span{
    font-size: 0.9em;
}

.hr1{
    border-top: 3px solid #004e9e;
    border-right: transparent;
    border-bottom: transparent;
    border-left: transparent;
    width: 20%; 
    margin-top: 20px; 
}

.wh_cat_text{
    color: #333333;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.8;
    padding: 40px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_text span{
    color: #004e9e;
}

.wh_cat_text1{
    color: #333333;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.8;
    padding: 80px 0 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_text2{
    color: #333333;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8;
    padding: 80px 0 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_title2{
    width: 80%;
    margin: auto;
    padding-bottom: 80px;
}

.wh_cat_title2 img{
    width: 100%;
}

.wh_cat_title2 h3{
    font-size: 5vw;
    text-align: center;
    color: #c70000;
    padding: 40px 0;
    padding-bottom: 0;
	border-bottom: 3px solid #c70000; 
}

.bl_bg{
    background-color: #000000; color:#ffffff; padding: 1px 0;
    margin-bottom: 20px;
}

.wh_cat_text2 span{
    color: #265b90;
}

.co_blu_l{ 
    font-size: 1.8em;
    color: #265b90;
}

/* footer */
footer{
    background-image: url(../images/footer_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	padding:25px 0 0;
	text-align: left;
	width:100%;
    line-height: 1.3;
    color: #fff;
}

.footer_inner{
    width: 94%;
	margin:0 auto;
}

.f_navi{
margin: 0px 0;
font-size: 1.4rem;
}

.f_navi ul{
    display: flex;
    flex-wrap: wrap;
}

.f_navi li{
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px
}

.f_menseki{
font-size: 1.2rem;
padding: 45px 0;
}

.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;
}

    /* fix_button */

    .fix_button {
        position: fixed;
        z-index: 99999; 
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
      }
    
      .fix_button img {
        width: 100%;
      }
    
      .fix_button a img{
        position:relative;
        top:0;
      }
    
      .fix_button a img:hover {
        top:10px;
        transition:0.3s;
      }
    
      .pagetop {
        display: none;
        position: fixed;
        bottom: 200px;
        right: 15px;
      }
      .pagetop a {
        display: block;
        background-color: #ccc;
        text-align: center;
        color: #04325b;
        font-size: 15px;
        text-decoration: none;
        padding: 12px 17px;
      filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
      }
      .pagetop a:hover {
        display: block;
        background-color: #b2d1fb;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        padding: 12px 17px;
      filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
      }

      .contents_title{
          font-size: 1.3em;
      }

      .contents_cat {
          width: 96%;
          margin: 0 auto;
          padding: 30px 0;
      }

      .contents_in {
          width: 96%;
          margin: 0 auto;
          padding: 30px 10px;
      }
      /* カテゴリーテーブル */

      .cat_table {
          display: block;
          padding: 30px 20px;
          border-bottom: 1px solid #b0b0b0;
      }

      .cat_table_title {
          width: 100%;
          text-align: left;
          font-size: 1.1em;
          font-weight: bold;
          padding: 0 0 20px 0;
      }

      .cat_table_text {
          width: 100%;
          padding: 0;
      }
      /* コンタクトページ */

      .contents_page_in{
          width: 80%;
          margin: auto;
      }

      .contents_note{
          padding-bottom: 30px;
          line-height: 1.8;
      }

      .contents_note span{
          display: flex;
          align-items: center;
      } 

      .contents_note a[href^="tel:"]{
          font-size: 1.6em;
          color: #000000;
          font-weight: bold;
          padding-left: 8px;
      }

      .contents_line{
          border-top: 1.5px dotted #000;
        border-right: transparent;
        border-bottom: transparent;
        border-left: transparent;
        width: 100%;
      }
}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px) {
    body {
        font-size: 1.4rem;
        background-image: none;
        line-height: 1.7;
        margin: 0 auto 0;
    }

    /* 共通 */
    #wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .banner_pc {
        display: none;
    }

    .banner_sp {
        display: block;
    }

    .banner_pc1 {
        display: none;
    }

    .banner_sp1 {
        display: block;
    }

    .pcbr {
        display: none;
    }

    .pcbr1 {
        display: none;
    }

    .spbr {
        display: inline;
    }

    .spbr1 {
        display: inline;
    }


/* ヘッダー */

.header {
    height: 100px;
  }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    color: #fff;
    padding: 0 25px;
    margin-right: auto;
    margin-left: auto;
  }

  .header__logo{
    padding-bottom: 5px;
  }

  .header__logo a {
    width: 60%;
    display: block;
  }

  .header__logo img{
    width: 100%;
  }

  .head_text{
    font-size: 2vw;
  }
  
/* input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  } */
  
  input#check{
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }

  
  .hamburger {
    display: block;
    width: 30px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
  }
  .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  .hamburger span::before {
    top: -10px;
  }
  .hamburger span::after {
    bottom: -10px;
  }
  input[type="checkbox"]:checked + .hamburger span {
    background-color: transparent;
  }
  input[type="checkbox"]:checked + .hamburger span::before {
    top: 0;
    transform: rotate(45deg);
  }
  input[type="checkbox"]:checked + .hamburger span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  
  .nav {
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 0;
    right: -120%;
    background-color: #043466;
    color: #fff;
    padding: 80px 0;
    transition: all 0.5s;
  }
  .nav li {
    border-bottom: solid 1px #fff;
  }
  .nav__item a {
    display: block;
    font-size: 3vw;
    padding: 20px 0 20px 50px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .nav__item a:hover {
    color: #043466;
    background-color: #fff;
  }
  input[type="checkbox"]:checked ~ .nav {
    right: 0;
  }

/* TOP */
.top_cat{
    background-image: url(../images/top_sp_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.top_cat_text{
    text-align: center;
    color: #ffffff;
    padding: 30px 0;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.top_cat_text span{
    font-size: 2em;
    letter-spacing: 0.1em;
}

.arrow{
    text-align: center;
    animation: arrow_move 1s ease-in-out infinite;
    position: absolute;
    width: 18%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@keyframes arrow_move{
    0% {
        -webkit-transform: translateY(-5px) translateX(-50%);
        transform: translateY(-5px) translateX(-50%);
    }
    50% {
        -webkit-transform: translateY(5px) translateX(-50%);
        transform: translateY(5px) translateX(-50%);
    }
    
    100% {
        -webkit-transform: translateY(-5px) translateX(-50%);
        transform: translateY(-5px) translateX(-50%);
    }
    }



/* MAIN */
.contents_main {
    background-image: url(../images/top_back_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.main_text{
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.main_text img {
    width: 100%;
} 

.robot1{
    width: 95%;
    margin: 30px 0 0 auto;
}

.robot1 img{
    width: 100%;
}

.ai_text{
    text-align: center;
    color: #333333;
    padding-top: 30px;
    font-size: 3.4vw;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.ai_text span{
    color: #c70000;
    font-weight: bold;
    font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
}

.box02 {
    position: relative;
}
.main_tect_in {
    clear: both;
    display: block;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.box02 .image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pc {
    display: block;
}

.robot1{
    width: 85%;
}

.box02 .sizeEffect {
    width: 65%;
    padding-bottom: 20vw;
}
.sizeEffect {
    position: relative;
}

.sizeEffect .item01 {
    position: absolute;
    z-index: 9999;
}
.sizeEffect p {
    width: 100%;
}

.sizeEffect.current .item01 img {
    -moz-animation: animeBg 2s linear 0s 2 alternate;
    -webkit-animation: animeBg 2s linear 0s 2 alternate;
    -ms-animation: animeBg 2s linear 0s 2 alternate;
    -o-animation: animeBg 2s linear 0s 2 alternate;
    animation: animeBg 2s linear 0s 2 alternate;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.main_tect_in img {
    width: 100%;
}
img {
    border: none;
    vertical-align: bottom;
}

@keyframes animeBg{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

99.9%, 100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

.sizeEffect .item02 {
    position: relative;
}

.sizeEffect p {
    width: 100%;
}

.btn,
a.btn,
button.btn {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  margin-left:15px;
}

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

/* mail_cat */
.mail_cat {
    background-color: #eeeeee;
}

.mail_cat_in {
    width: 94%;
    margin: auto;
    color: #333333;
    padding: 20px 0 30px;
}

.mail_top_text{
    width: 100%;
    color: #000;
    text-align: center;
    margin: auto;
    font-size: 2.8vw;
    padding:30px 0 0;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.mail_top_text2 span{
    color: #fff600;
}

.form_input{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

input {
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

.form_input input {
    height: 40px;
    width: 90%;
    font-size: 3.4vw;
    color: #000;
    background: #FFF;
    text-align: left;
    padding: 6px 5px 6px 15px;
}
.btn-wrap  {
    width: 94%;
    margin: auto;
}

.btn-wrap img{
    width: 100%;
}

.form_checkbox{
    font-size: 2.2vw;
    padding-top: 10px;
    padding-left: 20px;
    text-align: left;
}

.form_checkbox a{
    color: #265b90;
    text-decoration: underline;
}

/* MAIN2 */
.contents_main2 {
    background-image: url(../images/blu_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
	margin-top:0px;
}

.main_text2{
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.main_text2 img {
    width: 100%;
}

.main2_cat_text{
    color: #ffffff;
    font-size: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 40px 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.main2_cat_text span{
    color: #c0ff7d;
}

.box03 {
    position: relative;
}
.main_tect_in2 {
    clear: both;
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    height: 50vw;
}

.box03 .image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.box03 .oobake_wh {
    position: absolute;
    top: 2%;
    right: 0;
}

.pc {
    display: block;
}

.robot2{
    width: 90%;
}

.box03 .sizeEffect {
    width: 60%;
}
.sizeEffect {
    position: relative;
}

.sizeEffect .item01_wh {
    position: absolute;
    z-index: 9999;
}
.sizeEffect p {
    width: 100%;
}

.sizeEffect.current .item01_wh img {
    -moz-animation: animeBg 2s linear 0s 2 alternate;
    -webkit-animation: animeBg 2s linear 0s 2 alternate;
    -ms-animation: animeBg 2s linear 0s 2 alternate;
    -o-animation: animeBg 2s linear 0s 2 alternate;
    animation: animeBg 2s linear 0s 2 alternate;
    /* -webkit-transform: scale(3.0, 3.0); */
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.main_tect_in img {
    width: 100%;
}
img {
    border: none;
    vertical-align: bottom;
}

@keyframes animeBg{
0% {
    transform: scale(3.0, 3.0);
    opacity: 0.0;
}

99.9%, 100% {
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}
}

.sizeEffect .item02_wh {
    position: relative;
}

.sizeEffect p {
    width: 100%;
}

/* blu_cat */

.blu_div{
    background-image: url(../images/blu_div_pc.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: auto;
    height: 100%;
}

.blu_div_text{
    color: #ffffff;
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 20px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.blu_div_text span{ 
    font-size: 1.6em;
}

.blu_div_arrow{
    width: 100%;
} 

/* gra_cat */

.gra_cat{
    background-image: url(../images/gra_back_sp.jpg);
    background-repeat: repeat-y;
    background-position: top;
    background-size: contain;
}

.gra_cat_in{
    width: 94%;
    margin: auto;
}

.gra_cat_in2{
    width: 94%;
    margin: auto;
    padding-bottom: 60px;
}

.proof{
    padding-top: 50px;
    text-align: center;
}

.proof img{
    width: 100%;
}

.proof1{
    text-align: center;
}

.proof1 img{
    width: 100%;
    margin-top: 30px;
}

.proof_text1{
    text-align: center;
}

.proof_text1 img{
    float: none;
    padding: 40px 0;
    width: 90%;
}

.proof_text1 p{
    color: #fff;
    text-align: left;
    padding: 0;
    line-height: 1.6;
    font-size: 3.6vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.proof_text2 p{
    color: #fff;
    text-align: center;
    padding: 10px 0 30px;
    line-height: 1.4;
    font-size: 5vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.proof5{
    text-align: center;
    padding-bottom: 60px;
}

.proof5 img{
    width: 100%;
}

.gra_cat_title{
    color: #ffffff;
    font-size: 5vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 40px 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title span{ 
    font-size: 1.4em;
}

.gra_cat_title2{
    color: #ffffff;
    font-size: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 20px 0 40px;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title2 span{ 
    font-size: 2.2em;
}

.gra_cat_title3{
    color: #ffffff;
    font-size: 4vw;
    text-align: center;
    padding: 50px 0 0;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title3 span{ 
    font-size: 1.6em;
}

.gra_cat_title3_text{
    color: #ffffff;
    font-size: 3.4vw;
    text-align: left;
    padding: 30px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title4{
    color: #ffffff;
    font-size: 4vw;
    text-align: center;
    padding: 0 0 40px 0;
    line-height: 1.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_cat_title4 span{ 
    font-size: 1.4em;
}

.hr2{
    border-top: 3px solid #5bf4e3;
    border-right: transparent;
    border-bottom: transparent;
    border-left: transparent;
    width: 20%; 
}

.step img{
    width: 100%;
}

.step_text1{
    text-align: center;
}

.step_text1 img{
    float: none;
    padding: 40px 0;
    width: 90%;
}

.step_text1 p{
    color: #fff;
    text-align: left;
    padding: 0 0 30px;
    line-height: 1.6;
    font-size: 3.4vw;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.step_text1 span{
    color: #5bf4e3;
    font-size: 1.4em;
    line-height: 1.2;
}

.gra_cat_arrow{
    width: 100%;
}

.gra_div{
    background-image: url(../images/gra_div_sp.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: auto;
    height: 100%;
}

.gra_div_text{
    color: #000000;
    font-size: 3.2vw;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 30px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.gra_div_text1{
    color: #333333;
    font-size: 7vw;
    text-align: center;
    padding: 0 0 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.co_blu{ 
    font-size: 1.6em;
    color: #265b90;
    font-weight: bold;
}

.co_blu_s{ 
    font-size: 0.8em;
    color: #265b90;
    font-weight: bold;
}

.gra_div_arrow{
    width: 100%;
}

.wh_box{
    display: block;
    background-color: #ffffff;
    width: 90%;
    margin: auto;
}

.wh_box_text{
    width: 94%;
    color: #333333;
    padding: 30px 0 0;
    font-weight: bold;
    margin: auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
}

.wh_box_text1{
    font-size: 4.8vw;
}

.wh_box_text1 span{
    color: #265b90;
}

.wh_box_text2{
    padding-top: 20px;
    font-size: 6vw;
}

.wh_box_text2 span{
    color: #265b90;
    line-height: 1;
    padding-bottom: 0;
	border-bottom: 2px solid #265b90; display: inline-block;
}

.wh_box_img{
    width: 70%;
    padding-right: 0;
    margin: auto;
}

.wh_box_img img{
    margin-top: 0;
    width: 100%;
}

/* wh_cat */
.wh_cat{
    background-color: #ffffff;
}

.wh_cat_in{
    width: 94%;
    margin: auto;
}

.wh_cat_title{
    text-align: center;
    color: #004e9e;
    padding-top: 40px;
    font-size: 5.6vw;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_title span{
    font-size: 0.9em;
}

.hr1{
    border-top: 3px solid #004e9e;
    border-right: transparent;
    border-bottom: transparent;
    border-left: transparent;
    width: 20%; 
    margin-top: 20px; 
}

.wh_cat_text{
    color: #333333;
    text-align: left;
    font-size: 3.8vw;
    line-height: 1.8;
    padding: 40px 0 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_text span{
    color: #004e9e;
}

.wh_cat_text1{
    color: #333333;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.8;
    padding: 40px 0 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_text2{
    color: #333333;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.8;
    padding: 50px 0 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.wh_cat_title2{
    width: 96%;
    margin: auto;
    padding-bottom: 40px;
}

.wh_cat_title2 img{
    width: 80%;
}

.wh_cat_title2 h3{
    font-size: 5vw;
    text-align: center;
    color: #c70000;
    padding: 20px 0 40px;
    padding-bottom: 0;
	border-bottom: 3px solid #c70000; 
}

.bl_bg{
    background-color: #000000; color:#ffffff; padding: 1px 0;
    font-size: 4vw;
    margin-bottom: 20px;
}

.wh_cat_text2 span{
    color: #265b90;
}

.co_blu_l{ 
    font-size: 1.8em;
    color: #265b90;
}

.wh_cat_arrow{
    width: 100%;
}

/* footer */
footer{
    background-image: url(../images/footer_back_sp.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	padding:25px 0 0;
	text-align: left;
	width:100%;
    line-height: 1.3;
    color: #fff;
}

.footer_inner{
    width: 94%;
	margin:0 auto;
}

.footer_logo{
    width: 40%;
}

.footer_logo img{
    width: 100%;
    padding-top: 10px;
}


.f_navi{
margin: 0px 0;
font-size: 1.2rem;
line-height: 1.6;
text-align: center;
}

.f_menseki{
font-size: 1.1rem;
padding: 20px 0;
}

.copy{
text-align: center;
font-size: 3vw;
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;
}

    /* fix_button */

    .fix_button {
        position: fixed;
        z-index: 99999; 
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
      }
    
      .fix_button img {
        max-width: 100%;
      }
    
      .fix_button a img{
        position:relative;
        top:0;
      }
    
      .fix_button a img:hover {
        top:10px;
        transition:0.3s;
      }
    
      .pagetop {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 15px;
      }
      .pagetop a {
        display: block;
        background-color: #ccc;
        text-align: center;
        color: #3a59a0;
        font-size: 12px;
        text-decoration: none;
        padding: 10px 14px;
      filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
      }
      .pagetop a:hover {
        display: block;
        background-color: #3a59a0;
        text-align: center;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        padding: 10px 14px;
      filter:alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8;
      }

      .contents_cat {
          width: 96%;
          margin: 0 auto;
          padding: 5vw 0 0;
      }

      .contents_in {
          width: 96%;
          margin: 0 auto;
          padding: 30px 0;
          background-color: #ffffff;
      }

      .contents_title{
          font-size: 3vw;
      }

      .contents_in2 {
          width: 96%;
          margin: 0 auto;
          padding: 30px 10px;
          background-color: #ffffff;
      }

      .cat_table {
          display: block;
          padding: 30px 20px;
          border-bottom: 1px solid #b0b0b0;
      }

      .cat_table_title {
          width: 100%;
          text-align: left;
          font-size: 1.1em;
          font-weight: bold;
          padding: 0 0 20px 0;
      }

      .cat_table_text {
          width: 100%;
          padding: 0;
      }

      .table-contact {
          border-collapse: collapse;
          width: 90%;
          margin: 10px 0 10px;
      }
      /* コンタクトページ */

      .contents_page_in{
          width: 90%;
          margin: auto;
      }

      .contents_note{
          padding-bottom: 30px;
          line-height: 1.8;
      }

      .contents_note span{
          display: flex;
          align-items: center;
          padding: 10px 0;
      } 

      .contents_note a[href^="tel:"]{
          font-size: 1.6em;
          color: #000000;
          font-weight: bold;
          padding-left: 8px;
      }

      .contents_line{
          border-top: 1.5px dotted #000;
        border-right: transparent;
        border-bottom: transparent;
        border-left: transparent;
        width: 100%;
      }
        input.sbtn {
            transition: 0.3s ease-in-out;
            margin: 0 auto 30px;
            background-size: 20px auto;
            width: 70%;
            font-size: 1.6rem;
            display: block;
            letter-spacing: 0.5rem;
        }    
}


/*************************************************************
【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;
}

/*太字・暗い赤 */
.whe {
    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;
}

.font_ss {
    font-size: 0.8em;
    line-height: 160%;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* 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;
    }
}