@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #404040;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #333;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}



/*共通*/
.fsS{
    font-size: .9em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.fsL{
    font-size: 1.3em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.under{
	text-decoration:underline;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa {
  padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.pc_n {
    display: none;
}
.sp_n {
  display: block;
}

.red {
    color: #f10205;
  font-weight: bold;
}
 .br_sp {
    display: block;
  }
 .br_pc {
    display: none;
  }

@media screen and (min-width:640px){
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
}



/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 5% 3% 5% 3%;
}
figure{
  margin: 0 auto;
  max-width: 100%;
	text-align: center;
}
img {
    width: 100%;
    height: auto;
  vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

@media screen and (min-width:750px) {
    #content {
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: relative;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
}
#mv {
    /*margin-top: 16vw;*/
}
.head_tell{
    position: absolute;
    color: red;
    font-weight: bold;
    font-size:5.1vw;
    top: 29%;
    right: 2%;
/*    letter-spacing:-2.3px;*/
    margin: 0;
}

.head_tell a:link{
    color: red;
}

/* 光らせるためのstyle */
.shine{
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


@media screen and (min-width:750px) {
header {
  width: 750px;
}
#mv {
    /*margin-top: 120px;*/
    margin-bottom: 20px;
}
.head_tell{
    font-size:37px;
    top: 32%;
}
.mv_btn {
    width: 85%;
    margin: 0 auto;
}
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

#Realtime01, #endtime {
    font-weight: 700;
    margin: 1em 0 0 0;
    padding: 1%;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
}
h2 {
background: linear-gradient(30deg, #0082d5, #48c9e9, #0082d5);
  background-repeat: repeat-x;
  text-align: center;
  margin-bottom: 1em;
  padding: 5%;
  background-size: contain;
}
.comment_abs {
    top: -38px;
    width: 45%;
    left: 10px;
    position: absolute;
}

@media screen and (min-width:640px) {
#Realtime01, #endtime {
    font-size: 1.4em;
}
.comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
}
}

@media screen and (max-width:320px) {
#Realtime01, #endtime {
    font-size: 1em;
}
.comment_abs {
    top: -31px;
    width: 45%;
    left: 10px;
    position: absolute;
}
}

.mv-under{
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
    padding: 1%;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
}

/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.arrow_mt {
margin-top: -2vw;
}

/*-------------基本プランのごあんない-------------*/
.trouble-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}
.item {
    width: 31%;
    margin-bottom: 4%;
}
section.trouble {
    margin-bottom:0;
    margin-top: 2.5em;
}
.plan_box {
    background: #e5ecee;
    margin: -5% 0 3%;
    padding-top: 5%;
}

.tp {
    width: 100px;
    height: 110px;
    margin-bottom: 10px;
    background-size: 100%;
}

.trouble-point1{
    background-image: url(../img/trouble01-1.png);
    background-repeat: no-repeat;
}
.trouble-point2{
    background-image: url(../img/trouble02-1.png);
    background-repeat: no-repeat;
}
.trouble-point3{
    background-image: url(../img/trouble03-1.png);
    background-repeat: no-repeat;
}
.trouble-point4{
    background-image: url(../img/trouble04-1.png);
    background-repeat: no-repeat;
}
.trouble-point5{
    background-image: url(../img/trouble05-1.png);
    background-repeat: no-repeat;
}
.trouble-point6{
    background-image: url(../img/trouble06-1.png);
    background-repeat: no-repeat;
}
.trouble-point_p {
    background: #ff7900;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 0.8em;
    margin-top: 90px;
    position: absolute;
    padding: 0.3em 0.3em;
    border-radius: 100vh;
    letter-spacing: -1.5px;
    width: 27%;
}

.plan_box_ttl {
    font-weight: bold;
    color: #fff;
    background: #04cfe1;
    margin-top: 0;
    padding: 1vw;
    font-size: 1.1em;
}


@media screen and (min-width:640px){
section.trouble {
    margin-bottom: 0;
    margin-top: 20px;
}
.tp {
    width: 200px;
    height: 225px;
    margin-bottom: 10px;
    background-size: 100%;
}
.trouble-flex {
    padding: 25px 25px 0 25px;
}
.trouble-point_p {
    font-size: 1.3em;
    margin-top: 183px;
    padding: 0.3em 0.3em;
    width: 200px;
}
.plan_box_ttl {
    font-size: 30px;
}
}

@media screen and (max-width:320px){
.tp {
    width: 27vw;
    height: 31vw;
    margin-bottom: 10px;
}
.trouble-point_p {
    font-size: 0.7em;
    margin-top: 25vw;
}
p.item02 {
    height: 43vw;
}
}

.web3000 {
    margin: 8vw 3vw;
    text-align: center;
}
@media screen and (min-width:640px){
.web3000 {
    margin: 50px 0;
}
}

/*-------------仕組み-------------*/
section.system {
    margin-bottom: 1em;
    margin-top: 2.5em;
}

.ballon2 {
    background-image: url(../img/system_anshin_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 5% 5%;
}

@media screen and (min-width:640px) {
section.system {
margin-top: 5em;
}
}

@media screen and (max-width:320px) {
p.fz_se {
    font-size: 0.75em;
}
.ballon2 {
    padding: 11% 5% 5%;
}
}

/*-------------選ばれる理由-------------*/
section.point {
    background: #04cfe1;
    margin-top: 1.5em;
    margin-bottom: 2em;
    margin-bottom: 2em;
}
.point_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point_box {
     background: #fff;
     width: 48%;
     margin-bottom: 5%;
}
.point_ttl {
    color: #faec2f;
    width: 75%;
    display: block;
    height: 30px;
    font-size: 0.9em;
    text-align: center;
    background: #1c416a;
    font-weight: bold;
    padding: 4px;
    padding-right: 59px;
    background: linear-gradient(
-60deg
 , transparent 50px, #1c416a 0);
    margin-top: 0;
}

h3 {
    color: #e60012;
    font-weight: bold;
    font-style: oblique;
    margin: 0;
    font-size: 1em;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
.point_tx p {
    line-height: 1.4;
    font-size: 0.9em;
}
.point_tx {
    padding: 0 5%;
}
.point_box p:nth-child(3) {
    font-size: 0.7em;
    line-height: 1.2;
}
.abs_p1 {
    width: 80%;
}
.abs_p2 {
    top: -1%;
    left: 53%;
    width: 52%;
}
.abs_p4 {
    top: -4%;
    left: 61%;
    width: 37%;
}
.abs_p5 {
    top: -6%;
    left: 62%;
    width: 45%;
}
.abs_p6 {
    top: -4%;
    left: 57%;
    width: 48%;
}

@media screen and (min-width:640px){
.point_ttl {
    width: 56%;
    height: 10%;
    font-size: 1.3em;
}
h3 {
    font-size: 1.7em;
    line-height: 1.3;
}
.abs_p1 {
    width: 55%;
}
.abs_p2 {
    top: -5%;
    left: 54%;
    width: 53%;
}
.abs_p4 {
    top: -8%;
    left: 69%;
    width: 37%;
}
.abs_p5 {
    top: -8%;
    left: 69%;
    width: 33%;
}
.abs_p6 {
    top: -4%;
    left: 64%;
    width: 51%;
}
}

@media screen and (max-width:320px) {
.point_ttl {
font-size: 0.7em;
}
h3 {
font-size: 0.9em;
}
}

/*-------------お客様からの声-------------*/
section.voices {
    background-image: url(../img/voice_bg.jpg);
    background-size: cover;
    margin-bottom: 2em;
    margin-top: 4em;
}
h4 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -0.8px;
}
.voice_ttl {
    font-size: 1.8em;
    color: #e60012;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.slider{
    margin: auto;
    margin-top: 25px;
    width: 88%;
}
.slider img{
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.voice {
    width: 97%;
    background: #fff;
    margin: 0 auto;
    padding: 5%;
    border-radius: 20px;
/*    height: 780px;*/
    border: 3px solid #03c1d9;
}
.position-voice_p1 {
    text-align: center;
    padding: 2px;
    color: #fff;
    background: #03c1d9;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}
.position-voice_p2 {
    font-size: 1em;
}

@media screen and (min-width:640px){
h4 {
    font-size: 2em;
}
    .voice_ttl {
    font-size: 2em;
}
.voice {
    width: 90%;
}
section.voices {
    margin-top: 100px;
}
}

@media screen and (max-width:320px) {
h4 {
    font-size: 1em;
}
}

/*-------------ご利用の流れ-------------*/
section.step {
    background-color: #fff2d6;
    margin-bottom: 2em;
}
.step_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step_box {
    width: 48%;
    box-shadow: 0px 10px 15px -10px #808080;
    margin-bottom: 20px;
    height: 305px;
    background: #fff;
}
.step-p1 {
    text-align: center;
    color: #fff;
    background: #03c1d9;
    padding: 2%;
    font-weight: bold;
}
.step_n {
    top: -15%;
    left: -1%;
    width: 22%;
}
.step_p {
    padding: 0 7%;
}
p.step_p {
    font-size: 0.8em;
}
.step_mt {
    margin-top: -24px;
}

@media screen and (min-width:640px){
section.step {
    margin-bottom: 80px;
}
.step_box {
    height: 410px;
}
.step_flex {
    padding: 0 30px;
}
.step_n {
    top: -31%;
    left: 2%;
    width: 22%;
}
p.step_p {
    font-size: 16px;
    margin-top: 25px;
}
}

@media screen and (max-width:320px) {
.step_n {
    top: -15%;
    left: -5%;
    width: 22%;
}
}

/*-------------対象エリア-------------*/
h5 {
    padding: 5%;
    font-size: 1.1em;
    text-align: center;
    margin-top: 3em;
}
dl {
    display: inline-block;
    text-align: center;
    font-weight:bold;
    width: 90%;
}
dl.area2 {
    margin-top: -10px;
    width: 40%;
    margin-bottom: 16vh;
}
.map_abs {
    top: -3%;
}
dt {
    color: #fff;
}
dt.area_kansai {
    background-color: #e181a9;
}
dt.area_shikoku {
    background-color: #cfdb00;
}
dt.area_kyusyu {
    background-color: #ea591f;
}
dt.area_cyubu {
    background-color: #2a69b3;
}
dt.area_kanto {
    background-color: #00a0d9;
}

dd.area_kansai {
    border-bottom: 2px solid #e181a9;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_shikoku {
    border-bottom: 2px solid #cfdb00;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kyusyu {
    border-bottom: 2px solid #ea591f;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_cyubu {
    border-bottom: 2px solid #2a69b3;
    margin-bottom: 10px;
        margin-left: 0;
}
dd.area_kanto {
    border-bottom: 2px solid #00a0d9;
    margin-bottom: 10px;
        margin-left: 0;
}

@media screen and (min-width:640px){
    .map_abs {
    top: -29%;
    left: 19%;
    width: 82%;
}
dl {
    font-size: 22px;
    width: 60%;
}
h5 {
    padding: 0 5%;
    font-size: 1.6em;
margin-top: 4em;
}
}


/*-------------フッター-------------*/

footer {
    background: #35bbf3;
    color: #fff;
    margin-top: 1em;
    padding: 1em;
    font-size: 12px;
}
table.fooer_table {
    width: 100%;
    padding: 20px 10px 0;
    line-height: 1.8;
    padding-bottom: 1em;
}
table.fooer_table th{
    width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
    color: #000;
}

a.fixed_case_a{
    text-decoration: none;
}

.fixed_case:hover {
    opacity: 0.7;
}

.footer_oya{
    display: flex;
    justify-content:space-around;
}
.another p{
    font-size: 12px;
    color: #fff;
}
    .close1 {
        display: none;
    }

.logo img {
    width: 80%;
    margin-bottom: 10px;
}
.another {
    width: 100%;
    padding: 5px 30px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
}

@media screen and (min-width:640px) {
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #fff;
    }
    .toiawase{
        width: 400px;
    }
    .logo img {
        width: 50%;
        margin-bottom: 10px;
    }
}




/* 210927 */
.lead_text{
    display:flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 1% auto;
    position: relative;
}
.lead_text div{
    width: 72%;
}
.lead_text img{
    display:block;
    width:25%;
    object-fit: contain;
}
.lead_text h2{
    background: none;
    color: #2177ed;
    font-size: 170%;
    margin-bottom: 0;
    text-align: left;
}
h3{
    font-size: 150%;
    font-weight: bold;
}
.pics{
    display: block;
    max-width: 100%;
    margin: 1% auto;
}
h4{
    text-align: center;
    max-width: 1000px;
    margin: 1% auto;
    font-weight: bold;
    font-size: 140%;
    line-height: 1.8;
}
.pc{
    display: block;
    max-width: 100%;
    margin: 1% auto;
}
.sp{
    display: none;
}

.kinds h4{
    color: #f83600;
}
.sum_bg{
    padding: 3% 0;
    margin-top: 3%;
}
.sum_bg h4{
    color: #ff7800;
    margin-bottom: 3%;
}
.sum_bg h5{
    text-align: center;
    color: #333;
    margin-top: 3%;
    font-weight: bold;
    font-size: 110%;
    line-height: 1.8;
    padding: 0;
}
.staff_card{
    max-width: 1000px;
    margin: 3% auto;
    border: 2px solid #007284;
    border-radius: 10px;
    padding-top: 2%;
}
.staff_card_prof{
    display: flex;
    width: 90%;
    margin: 0 auto 3%;
    justify-content: space-between;
    align-items: center;
}
.staff_card_prof img{
    display: block;
    width: 20%;
}
.staff_card_prof div{
    width: 77%;
}
.staff_card_prof div h6{
    font-weight: bold;
    margin: 0 0 2%;
    font-size: 120%;
}
.staff_card_comment{
    background-color: #b1d9df;
    padding: 3% 2%;
    border-radius: 0 0 10px 10px;
}

.customer_voice{
    margin-top: 5%;
    background-image: url('../img/bg_yel_pc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 17% 3% 10%;
}
.ttl_img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.customer_voice_child{
    max-width: 1000px;
    margin: 2% auto;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 2px solid #007284;
    background-color: #fff;
    padding: 1%;
    box-sizing: border-box;
}
.customer_voice_child img{
    display: block;
    width: 10%;
    object-fit: contain;
}
.customer_voice_child div{
    width: 88%;
}
.customer_voice_child div p:last-child{
    display: block;
    text-align: right;
}

.fixed_case{
    margin: 2% auto;
    max-width: 1000px;
    border: 10px solid #eef8ff;
    box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    background-color: #fff;
    padding: 2%;
    display: flex;
    justify-content: space-between;
}
.fixed_case_cat{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}
.fixed_case_cat p{
    display: block;
    width:48%;
}

.case_th {
	background-color: #35bbf3;
    padding: 3px 15px;
    color: #fff;
    font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin-top: 8px;
}
.fixed_case_cat .right{
    text-align: right;
}
.fixed_case .pc_ds{
    display: block;
    width:25%;
    object-fit: contain;
}
.fixed_case .sp_ds{
    display: none;
}
.fixed_case>div{
    width: 100%;
}
.fixed_case div b{
    font-size: 120%;
    font-weight: bold;
}

.other_service02 li{
    list-style: none;
    width: 28% !important;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.other_service02 li a{
    color: #fff;
}
.other_service02 li .contact{
    font-weight: normal;
}
.price_detail{
    margin: 2% auto;
    max-width: 1000px;
}
.price_detail_ttl{
    display: block;
    padding: 10px 0;
    background-color: #e1eaf7;
    color: #666;
    margin-bottom: 2%;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.price_table{
    width: 100%;
    margin: 2% auto;
    border-collapse: collapse;
}
.price_table td{
    border: 1px solid #999;
    padding: 10px 15px;
}
.price_table tr:first-child td{
    background-color: #eee;
    text-align: center;
    
}

@media screen and (max-width:640px){
    h2{
        font-size: 5.5vw;
        margin: 10% 0;
    }
    .lead_text{
        width:95%;
    }
    .lead_text h2{
        font-size: 100%;
    }
    .lead_text div{
        width: 75%;
    }
    .lead_text img{
        width: 23%;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
        width: 95%;
        margin: 5% auto;
    }
    .pics{
        max-width: 95%;
    }
    h4{
        font-size: 100%;
    }
    .sum_bg{
        background-image: url('../img/bg_col.png');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20% 3% 5%;
    }
    .sum_bg img{
        margin: 5% auto;
    }
    .sum_bg h5{
        font-size: 95%;
    }
    .staff_card{
        width: 95%;
    }
    .staff_card_prof img{
        display: block;
        width: 30%;
    }
    .staff_card_prof div{
        width: 65%;
    }
    .staff_card_comment{
        padding: 5%;
    }
    .ttl_img{
        width: 100%;
        margin: 0;
    }
    .customer_voice{
        margin-top: 5%;
        background-image: url('../img/bg_yel.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20% 0;
    }
    .customer_voice_child{
        width: 95%;
        display: block;
        padding: 3%;
    }
    .customer_voice .customer_voice_child:nth-child(even){
        margin-left: 0;
        border-left: 0;
        border-radius: 0 10px 10px 0;
    }
    .customer_voice .customer_voice_child:nth-child(odd){
        margin-right: 0;
        border-right: 0;
        border-radius: 10px 0 0 10px;
    }
    .customer_voice_child img{
        width: 30%;
        margin: 10px auto;
    }
    .customer_voice_child div{
        width: 100%;
    }
    .fixed_case{
        display: block;
        padding: 3%;
        margin: 2% auto;
        width: 95%;
        border: 10px solid #eef8ff;
    }
    .fixed_case img,
    .fixed_case>div{
        width: 100%;
    }
    .fixed_case .pc_ds{
        display: none;
    }
    .fixed_case .sp_ds{
        display: block;
        margin-bottom: 3%;
    }
    .fixed_case_cat{
        display: block;
    }
    .fixed_case_cat p{
        width: 100%;
    }
    .fixed_case_cat .right{
        text-align: left;
    }
    .other_service02{
        padding: 0 !important;
    }
    .other_service02 li{
        width: 47% !important;
    }
    .price_table{
        width: 95%;
    }
    .price_table td{
        padding: 10px;
        line-height: 1.6;
    }
    .price_table td:first-child{
        width: 65%;
    }
}


.example{
    max-width: 1200px;
    margin: 5% auto 0;
    position: relative;
    z-index: 5;
}

.example h3{
    padding: 10px 0 10px 10px;
    color: #fff;
    font-style: normal;
	text-align: center;
	background: #35bbf3;
}

.main_flex{
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    border: 2px solid #35bbf3;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
}
.main_flex img{
    display: block;
    object-fit: contain;
    width: 100%;
}
.main_flex div{
    width: 100%;
	text-align: center;
}

.staff_comment{
    margin: 50px auto 20px;
    padding: 15px;
    background-color: #eef8ff;
}
.staff_comment p{
    margin: 0 0 15px;
}
.staff_comment p:last-child{
    margin-bottom: 0;
}

.view_ex_all{
    display: block;
    text-align: center;
}
.view_ex_all a{
    color: #fff;
    border-radius: 50px;
    background-color: #f00;
    padding: 10px 25px;
    font-weight: bold;
}
.info_th{
	text-align: center;
		font-weight: bold;
}

.tbl-r03{
	text-align: center;
	margin: 0 auto;
	width: 50%;
	background: #c8e7ff;
}
th {
  
  padding: 1px;
}
td {
  padding: 2px;

}
.last{
	border-top: 1px dashed #8ecdff;
	background: #fff;
}

@media screen and (max-width:640px) {
	.tbl-r03{
	width: 90%;
	font-size: 56%;
}
td {
	font-size: 1.2em;
}
}

.ex_item{
	margin-top: 3em;
}
.fixed_case_cat+p a{
    color: #333;
}


.other_service{
    display: block;
    text-align: center;
}

.other_service02{
    display: flex;
    justify-content: space-between;
    padding: 2%;
    list-style: disc;
    flex-wrap: wrap;
    flex-direction: row;
}

.other_service02 li{
    line-height: 2;
    width: 200px;
}
.other_service02 li .contact{
    font-weight: normal;
}

.ri-p{
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #69d1fc;
    width: 30%;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    border-radius: 20px;
}

@media screen and (max-width:640px){
    .main_flex{
        display: block;
        width: 95%;
    }
    .main_flex img,
    .main_flex div{
        width: 100%;
    }
    .example h3{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.2em;
    }
    .view_ex_all{
        margin-top: 20px;
    }
    .other_service02{
        padding: 2% 5%;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    .other_service02 li{
        line-height: 2;
        width: 100px;
    }
    .other_service02 li a{
        font-size: 14px;
    }

.ri-p{
    font-size: 15px;
    padding: 7px 10px;
    width: 60%;
    margin: 0 auto;
}
}
