 @charset "utf-8";
 
/* ------ �X�}�z����y�[�W�p ------ */

.cloud_fnctitle {
 width:100%;
 background:#003da3;
 color:#fff;
 font-size:36px;
 font-weight:bold;
 padding:60px 0;
 text-align:center;
}
@media (min-width: 769px) {
.cloud_fnctitle {
	padding: 80px 0 60px;
}
 br.pc_none{
 display: none;
}
}
@media screen and (max-width:768px){
.cloud_fnctitle {
 width:100%;
 background:#003da3;
 color:#fff;
 font-size:20px;
 font-weight:bold;
 padding:40px 0;
 text-align:center;
}
}
.sms_sec {
 margin:50px 0;
 width:100%;
}

.fnc_inner {
 max-width:1140px;
 margin:0 auto;
 padding: 50px 0;
}
@media screen and (max-width:768px){
.fnc_inner {
	max-width:90%;
	margin:0 auto;
	padding: 30px 0;
}
}
.sub_fnctitle {
 font-size: 34px;
 font-weight: 700;
 color: #003da3;
 letter-spacing: 1.5px;
}
@media screen and (max-width:768px){
.sub_fnctitle {
 font-size: 24px;
 font-weight: bold;
 color: #003da3;
 letter-spacing: 1.5px;
}
}
.sub_txt {
 line-height: 200%;
 letter-spacing: 1px;
}
@media screen and (max-width:768px){
.sub_txt {
 text-align:left;
}
}
@media screen and (max-width:768px){
.sp100 img {width:100%!important;margin:0!important;}
}



@media screen and (max-width:768px){
.spnone {
    display: none;
  }
}

.btn01{
 margin: 50px 0 0;
}
.btn01 a{
 display: block;
 width: 100%;
 max-width: 380px;
 font-weight: bold;
 color: #fff;
 background: #f36;
 padding: 10px 20px;
 border-radius: 50px;
 transition: all 0.5s;
 margin: 0 auto;
}

.btn01 a:hover{
 color: #f36;
 background: none;
 border: 2px solid #f36;
}

/*sms_sec01*/
@media screen and (min-width:768px){
 #sms_sec01 .flex_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 
 #sms_sec01 .flex_box p{
  text-align: left;
  width: 52%;
 }
 
 #sms_sec01 .flex_box figure{
  width:45%;
 }
}

/*sms_sec02*/
#sms_sec02 .sms_flow_list{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin-bottom: 30px;
}
#sms_sec02 .sms_flow_list li{
 position: relative;
 width: 100%;
 background: #fff;
 border: 1px solid #003da6;
 padding: 15px 10px;
}

#sms_sec02 .sms_flow_list li:not(:last-child)::after{
 content: "";
 position: absolute;
 top: auto;
 bottom: -60px;
 right: 0;
 left: 0;
 margin: auto;
 block-size:0;
 inline-size:0;
 border-top: 20px solid #003da6;
 border-bottom: 20px solid transparent;
 border-right: 20px solid transparent;
 border-left: 20px solid transparent;
}
#sms_sec02 .sms_flow_list li:not(:last-child){
 margin-bottom: 60px;
}
#sms_sec02 .sms_flow_list li h4{
 text-align: center;
 font-size: 16px;
 font-weight: bold;
 color: #356599;
 margin-bottom: 15px;
}
#sms_sec02 .sms_flow_list li p{
 text-align: left;
}

#sms_sec02 .sms_flow_list li figure img{
 width: 50%;
 height: auto;
}

@media screen and (min-width:768px){
 #sms_sec02 .sms_flow_list li{
 width: 16%;
}
 #sms_sec02 .sms_flow_list li:not(:last-child){
 margin-bottom: 0;
}
 #sms_sec02 .sms_flow_list li:not(:last-child)::after{
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 right: -60px;
 left: auto;
 transform: rotate(-90deg);
}
 #sms_sec02 .sms_flow_list li figure img{
 width: 80%;
 height: auto;
}
}


/*sms_sec03*/
#sms_sec03 ul li{
 padding: 20px;
 margin-bottom: 30px;
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

#sms_sec03 ul li h4{
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 20px;
}

#sms_sec03 ul li figure{
 margin-bottom: 20px;
}

#sms_sec03 ul li figure img{
 width: 50%;
 height: auto;
}

#sms_sec03 ul li p{
 text-align: left;
}

@media screen and (min-width:768px){
 #sms_sec03 ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
 }
 #sms_sec03 ul li{
  width: 31%;
 }
}

/*sms_sec04*/
@media screen and (min-width:768px){
 #sms_sec04 .flex_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 
 #sms_sec04 .flex_box .tx_box{
  text-align: left;
  width: 52%;
 }
 
 #sms_sec04 .flex_box .tx_box h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; 
 }
 
 #sms_sec04 .flex_box .tx_box p a{
  display: inline-block;
  width: 100%;
   max-width: 320px;
  text-align: center;
  color: #fff;
  background: #cf4a02;
  padding: 8px 10px;
  margin-top: 20px;
 }
 
 #sms_sec04 .flex_box .tx_box p a:hover{
  opacity: 0.7;
 }
 
 #sms_sec04 .flex_box figure{
  width:45%;
 }
}


.parent {
 width:100%;
 margin-bottom:30px;
}
.parent li{
 float:left;
 width: 30.333%;/*-- �{�^���̉����i�C�ӂ̒l�j --*/
 height: auto;/*-- �{�^���̏c���i�C�ӂ̒l�j --*/
 border: 1px solid #ccc;
 box-shadow: 0 4px 0 0 rgb(227 228 232 / 40%);
 border-radius: 5px;/*-- �{�^���̘g���i�C�ӂ̒l�j --*/
 text-align: center;/*-- �e�L�X�g�̒����z�u�i���񂹂ł�����j --*/
 line-height: 50px;/*-- �T�C�Y��height�ɍ��킹�� --*/
 position: relative;
 margin:10px 1.5%;
}
@media screen and (max-width:768px){
.parent li{
 width:100%;
 margin:10px 0;
}
}
.child2 {
  position: absolute;
  right:10px;/*-- �E�[����̋����i�C�Ӂj --*/
}
.link_blue {display:block;}
.link_blue:hover {font-weight:bold;background:#003da3;color:#fff;border-radius: 5px;}
.Bnr{
  position: relative;
  margin: 0 20px 20px 0;
  width: 200px;
  display: none;
  float:left;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;

  /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);*/
  z-index: 88;
}
.Bnr__img__inner{
  width: 200px;

  box-sizing:border-box;
  padding: 10px;
  /*bbackground-color: #fafafa;*/
}
.Bnr__img__inner img{
  width: 100%;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img__inner a:hover{
  opacity:0.7;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
}
.pankuzu {
    margin-top:50px;
}
@media screen and (max-width:640px){
.pankuzu {
    margin-top:20px;
}
}
.link_motpbx_b {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link_motpbx_b a{
	background: #0057b8;
	border-radius: 50px;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 30px;
	border-bottom: 2px solid #0057b8;
	text-decoration:none;
	letter-spacing: 1px;
}
@media screen and (max-width:640px){
.link_motpbx_b a{
	margin:30px 0 0!important;;
}
}
.link_motpbx_b a.link:hover {
	background: #fff;
	color: #0057b8;
	border: #0057b8 1px solid;
}





/*mot_faq*/
.mot_faq{
 text-align: left;
}
.mot_faq li{
 border-bottom: 1px dotted #ccc;
 padding: 10px 0;
}
.mot_faq li .question, .mot_faq li .answer{
 position: relative;
 padding: 15px 15px 15px 60px; 
}
.mot_faq li .answer{
 display: none;
}
.mot_faq li .question::before{
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 8px;
 left: 5px;
 content: "Q";
 width: 40px; 
 height: 40px;
 font-size: 18px;
 color: #fff;
 background: #7FDBEC;
 border-radius: 50%;
}

.mot_faq li .answer::before{
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 8px;
 left: 5px;
 content: "A";
 width: 40px; 
 height: 40px;
 font-size: 18px;
 color: #fff;
 background: #eb003b;
 border-radius: 50%;
}


/*mot_faq*/
.mot_faq{
 text-align: left;
}
.mot_faq li{
 border-bottom: 1px dotted #ccc;
 padding: 10px 0;
}
.mot_faq li .question, .mot_faq li .answer{
 position: relative;
 padding: 15px 15px 15px 60px; 
}
.mot_faq li .answer{
 display: none;
}
.mot_faq li .question::before{
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 8px;
 left: 5px;
 content: "Q";
 width: 40px; 
 height: 40px;
 font-size: 18px;
 color: #fff;
 background: #7FDBEC;
 border-radius: 50%;
}

.mot_faq li .answer::before{
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: 8px;
 left: 5px;
 content: "A";
 width: 40px; 
 height: 40px;
 font-size: 18px;
 color: #fff;
 background: #eb003b;
 border-radius: 50%;
}



