/* CSS Document */
/*リセット*/
h1, h2, h3, h4, h5, h6 { font-weight:bold; margin:0;}
h1{ margin:0; padding:0;}

ol, ul { margin:0; padding:0}
dl { margin:0; padding:0}
ol li { list-style:none; }
ul li { list-style:none; }
dl, dt, dd{margin:0; padding:0;}
a{margin:0; text-decoration: none;}
p{margin:0; line-height:150%; color: #000;}
a{outline:none;}
button{ outline:none;}
/* --TABLE-- */
th { font-weight:bold; text-align:center; }
table{border-collapse:collapse;}

/* clearfix */
.clearfix:after { content:""; display:block; clear:both; }
	/* for IE6 */
	* html .clearfix { display:inline-block; }
	/* for IE7 */
	*+html .clearfix { display:inline-block; }

img {
    border-style:none;
	height:auto;
	max-width:100%;
}
br{
	letter-spacing:0;}
.clear {
    clear:both; height:0; line-height:0;}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;}  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: left;
	line-height: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing:border-box;
}

/*スクロール処理*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-fade02{opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done, .load-fade02.done{opacity : 1; transform : translate(0, 0);}
.m_over:hover{opacity: 0.75;}

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:"Zen Old Mincho", YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
body {font-family: Noto Sans JP, sans-serif;}
.center{text-align: center;}
@media screen and (max-width: 769px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*header*/
.head {
  padding: 20px 10px 5px;
}
.head_inner{
  max-width:1200px;
  margin: 0 auto;
}
.head_inner img{
    max-width:270px;
    min-width:270px;
  }
@media screen and (max-width: 769px) {
  .head_inner img{
    max-width:200px;
    min-width:200px;
  }
}

/*パンくずリスト*/
.m-breadcrumbs {
  padding: 12px;
}
.m-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  max-width:1200px;
  margin: 0 auto;
  gap: 10px;
}
.m-breadcrumbs-list_item {
  white-space: nowrap;
  position: relative;
}
.m-breadcrumbs_link, .m-breadcrumbs_text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #8e8e8e;
}
.m-breadcrumbs-list_item:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #8e8e8e;;
}
.m-breadcrumbs_current {
  font-weight: 700;
  color: #006c60;
}
.m-breadcrumbs-list_item:last-child:after {
  display: none
}
@media screen and (max-width: 769px) {
  .head {
    padding: 3vw 10px 1vw;
  }
  .m-breadcrumbs-list_item {
    white-space: wrap;
  }
}

/*mv*/
.mv {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.mv h1 {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .mv h1 {
    max-width: 100%;
    margin: 0;
  }
}
.mv_ab01 {
  position: absolute;
  bottom: -10px;
  left: 37%;
  width: 28.07%;
  animation: fadeIn 1s ease 0s 1 normal;
}
.mv_ab02 {
  position: absolute;
  display: flex;
  bottom: 5px;
  right: 20.87%;
  width: 9.72%;
  animation: fadeIn 1s ease 0s 1 normal;
  opacity: 0;
  animation-fill-mode: forwards;
  
}
.mv_ab03 {
  position: absolute;
  display: flex;
  bottom: 5px;
  right: 9.45%;
  width: 11.42%;
  animation: fadeIn 1s ease 0s 1 normal;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.mv_ab04 {
  position: absolute;
  display: flex;
  bottom: 5px;
  right: 2%;
  width: 7.45%;
  animation: fadeIn 1s ease 0s 1 normal;
  animation-delay: 1.4s;
  animation-fill-mode: forwards; 
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .mv_ab01 {
    bottom: 19.5%;
    left: 28%;
    width: 55.07%;
  }
  .mv_ab02 {
    right: 63.87%;
    width: 18.72%;
  }
  .mv_ab03 {
    right: 39.45%;
    width: 21.42%;
  }
  .mv_ab04 {
    right: 21%;
    width: 13.45%;
  }
}
/* fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

/*anc_cont*/
.anc_cont {
  margin: 60px 0 0 0;
}
.cont_inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
}
.anc_cont h2{
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
}
.anc_btn {
  text-align: center;
  margin: 40px 0 0 0;
}
.anc_box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 20px auto 0;
}
.anc_box ul li{
  width: 18.75%;
  margin-bottom: 15px;
}
.anc_box ul li:nth-child(n+6){
  width: 23.92%;
}
.anc_box ul li a{
  display: block;
}

@media screen and (max-width: 769px) {
  .anc_cont {
    margin: 8vw 0 0 0;
  }
  .cont_inner {
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  .anc_cont h2{
    max-width: 100%;
  }
  .anc_btn {
    margin: 6vw 0 0 0;
  }
  .anc_box ul{
    max-width: 100%;
    margin: 5vw auto 0;
  }
  .anc_box ul li{
    width: 48.12%;
    margin-bottom: 3vw;
  }
  .anc_box ul li:nth-child(n+6){
    width: 48.12%;
  }
  .anc_box ul li:last-child {
    flex: 0 0 48.12%;
    margin: auto;
  }
}

/*cont01*/
.cont01 {
  margin: 40px 0;
}
.cont_inner02{
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
}
.cont_ttl {
  width: 332px;
  margin: 0 auto;
}
.y_box {
  background: #fff8e8;
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 1px 3px 10px -5px #c4c4c4;
  padding: 80px 7.1%;
  position: relative;
}
.guide_num {
  position: absolute;
  left: 30px; 
  top: -7px;
  background: url("/images/customer/web_service/guide/guide_icon01.png") no-repeat scroll 0 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px 15px 15px;
}
.y_box_flex {
  display: flex;
  justify-content: space-between;
}
.y_box_flexitem01 {
  width: 58.05%;
}
.y_box_flexitem02 {
  width: 38.59%;
}
.y_fukidashi {
  padding: 5px 20px;
  font-size: 16px;
  color: #005E60;
  font-weight: bold;
  background: #F5D84F;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.y_fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  border-style: solid;
  border-width: 10px 0 0 14px;
  border-color: #F5D84F transparent transparent;
  translate: calc(-50% + 0.7px) 100%;
  transform: skew(15deg);
  transform-origin: top;
}
.cont_subttl {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  color: #005e60;
  font-weight: bold;
  border-bottom: 4px solid #005e60;
  padding-bottom: 8px;
  line-height: 120%;
}
.cont_subttl .fs02 {
  font-size: 24px;
}
.ttl_ic01 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon01.png") no-repeat scroll left center;
  display: inline-block;
}
.cont_txt {
  font-size: 16px;
  font-weight: 500;
}
.cont_note {
  margin-top: 15px;
}
.cont_note li{
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.point_box {
  margin-top: 40px;
  border: 2px solid #005E60;
  position: relative;
  padding: 32px 35px;
  border-radius: 5px;
}
.point_box .abtxt {
  position: absolute;
  top:-20px;
  left: -2px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  color: #F5D84F;
  background: #005E60;
  border-radius: 25px 25px 25px 0;
}
.point_box .abtxt span {
  padding: 5px 0 5px 34px;
  background: url("/images/customer/web_service/guide/guide_icon02.png") no-repeat scroll left center;
  display: inline-block;
}
.point_boxtxt {
  font-size: 16px;
  font-weight: bold;
  color: #005E60;
}
.point_boxtxt span{
  font-size: 12px;
  display: block;
  margin-top: 15px;
}
.point_boxtxt .ind {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  font-size: 16px;
  margin: 0;
}
.ttl_ic02 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon02.png") no-repeat scroll left center;
  display: inline-block;
}
.cont_flex {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.cont_flexitem {
  width: 31.5%;
}
.cont_wh {
  background: #fff;
  display: flex;
  padding: 10px 18px;
  border-radius: 10px;
  position: relative;
}
.cont_wh p{
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
}
.cont_wh::before{
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 14px);
  border: 12px solid transparent;
  border-top: 14px solid #f5d84f;
  border-radius: 5px;
}
.cont_gr {
  background: #005e60;
  display: flex;
  padding: 15px 18px;
  border-radius: 10px;
  margin-top: 40px;
}
.cont_gr p{
  font-size: 16px;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}
.cont_btnflex {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.cont_btnflex li{
  width: 32%;
}

.cont_btn {
  display: block;
  border: 2px solid #005E60;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #464646;
  border-radius: 30px;
  position: relative;
}
.cont_btn::before,
.cont_btn::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cont_btn::before{
  right: 14px;
  width: 10px;
  height: 2px;
  background: #000;
}
.cont_btn::after{
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cont_btn span {
  padding: 10px 0 10px 45px;
  display: inline-block;
}
span.bt_ic01 {
  background: url("/images/customer/web_service/guide/guide_icon03.png") no-repeat scroll 0% center;
}
span.bt_ic02 {
  background: url("/images/customer/web_service/guide/guide_icon04.png") no-repeat scroll 2% center;
}
span.bt_ic03 {
  background: url("/images/customer/web_service/guide/guide_icon05.png") no-repeat scroll 0% center;
}
.cont_note.addmt01 {
  margin-top: 60px;
}
.cont_btnflex.addmt02 {
  margin-top: -50px;
}
.ttl_ic03 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon03.png") no-repeat scroll left center;
  display: inline-block;
}
.cont_btnflex02 {
  margin-top: 20px;
  display: flex;
}
.cont_btnflex02 li{
  width: 32%;
  margin-right: 1.3%;
}
.ttl_ic04 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon04.png") no-repeat scroll left center;
  display: inline-block;
}
.ttl_ic05 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon05.png") no-repeat scroll left center;
  display: inline-block;
}
.cont_list {
  margin-top: 15px;
}
.cont_list li{
  font-size: 16px;
  padding: 4px 0 0 40px;
  margin-bottom: 10px;
}
.cont_list li.ptn01 {
  background: url("/images/customer/web_service/guide/guide_icon06.png") no-repeat scroll left 2px;
}
.cont_list li.ptn02 {
  background: url("/images/customer/web_service/guide/guide_icon07.png") no-repeat scroll left 2px;
}
.cont_list li.ptn03 {
  background: url("/images/customer/web_service/guide/guide_icon08.png") no-repeat scroll left 2px;
}
.ttl_ic06 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon06.png") no-repeat scroll left center;
  display: inline-block;
}
.ls12 {
  letter-spacing: -1.2px;
}
.ttl_ic07 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon07.png") no-repeat scroll left center;
  display: inline-block;
}
.ttl_ic08 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon08.png") no-repeat scroll left center;
  display: inline-block;
}
.ttl_ic09 {
  padding-left: 40px;
  background:url("/images/customer/web_service/guide/guide_ttl_icon09.png") no-repeat scroll left center;
  display: inline-block;
}
.recommended_txt {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
}
.recommended_txt a {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}
.line_box {
  margin: 30px auto 0;
  max-width: 794px;
}
.line_box a {
  display: block;
}
@media screen and (max-width: 1280px) {
  .y_box {
    padding: 80px 2.1%;
  }
}
@media screen and (max-width: 769px) {
  .cont01 {
    margin: 8vw 0;
  }
  .cont_inner02{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .cont_ttl {
    width: 60.66%;
  }
  .y_box {
    border-radius: 0;
    margin-top: 6vw;
    padding: 13vw 4% 8vw;
  }
  .guide_num {
    position: absolute;
    left: 4vw;
    top: -1vw;
    background-size: 11vw auto;
    font-size: 3.466vw;
    padding: 3vw 3vw 3vw 2vw;
  }
  .y_box_flex {
    display: block;
  }
  .y_box_flexitem01 {
    width: 100%;
  }
  .y_fukidashi {
    padding: 1vw 3vw;
    font-size: 3.733vw;
    border-radius: 10px;
  }
  .y_fukidashi::after {
    left: 3vw;
    border-style: solid;
    border-width: 8px 0 0 11px;
  }
  .cont_subttl {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 5.3333vw;
    border-bottom: 2px solid #005e60;
    padding-bottom: 1vw;
  }
  .cont_subttl .fs {
    font-size: 3.7333vw;
  }
  .cont_subttl .fs02 {
    font-size: 3.7333vw;
  }
  .ttl_ic01 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .b_c {
    text-align: center;
    margin-bottom: 2vw;
  }
  .cont_txt {
    font-size: 4.266vw;
  }
  .cont_note {
    margin-top: 15px;
  }
  .cont_note li{
    font-size: 3.733vw;
  }
  .point_box {
    margin-top: 9vw;
    border: 2px solid #005E60;
    padding: 6vw 3.5vw;
  }
  .point_box .abtxt {
    position: absolute;
    top: -3vw;
    left: -2px;
    font-size: 2.533vw;
    font-weight: bold;
    padding: 0 2vw;
    border-radius: 25px 25px 25px 0;
  }
  .point_box .abtxt span {
    padding: 1vw 0 1vw 5vw;
    background-size: 3vw;
  }
  .point_boxtxt {
    font-size: 4.266vw
  }
  .point_boxtxt span{
    font-size: 3.7333vw;
    display: block;
    margin-top: 3vw;
  }
  .point_boxtxt .ind{
    font-size: 4.266vw
  }
  .ttl_ic02 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .cont_flex {
    margin-top: 4vw;
    display: block;
  }
  .cont_flexitem {
    width: 92%;
    margin: 0 auto 3vw;
    display: flex;
    justify-content: space-between;
  }
  .cont_wh {
    display: flex;
    padding: 2.5vw 1.5vw;
    width: 47%
  }
  .cont_wh p{
    font-size: 3.066vw;
  }
  .cont_wh::before{
    content: "";
    position: absolute;
    bottom: calc(50% - 4vw);
    left: auto;
    right: -5.5vw;
    transform: translateY(-50%);
    border: 2vw solid transparent;
    border-left: 2vw solid #f5d84f;
    border-radius: 3px;
  }
  .cont_gr {
    padding: 2.5vw 1.5vw;
    margin-top: 0;
    width: 47%
  }
  .cont_gr p{
    font-size: 3.066vw;
  }
  .cont_btnflex {
    margin-top: 5vw;
    display: block;
  }
  .cont_btnflex li{
    width: 100%;
    margin-bottom: 4vw
  }

  .cont_btn {
    padding: 1vw 6vw;
    font-size: 3.7333vw;
    border-radius: 30px;
  }
  .cont_btn span {
    padding: 2vw 0 2vw 8vw;
    display: inline-block;
  }
  span.bt_ic01 {
    background-size: 6vw auto;
  }
  span.bt_ic02 {
    background-size: 4vw auto;
  }
  span.bt_ic03 {
    background-size: 6vw auto;
  }
  .cont_note.addmt01 {
    margin-top: 3vw;
  }
  .cont_btnflex.addmt02 {
    margin-top: 4vw;
  }
  .ttl_ic03 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .cont_btnflex02 {
    margin-top: 5vw;
    display: block;
  }
  .cont_btnflex02 li{
    width: 100%;
    margin-bottom: 4vw
  }
  .ttl_ic04 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .ttl_ic05 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .cont_list {
    margin-top: 15px;
  }
  .cont_list li{
    font-size: 4.266vw;
    padding: 0.5vw 0 0.5vw 7vw;
    margin-bottom: 1.5vw;
  }
  .cont_list li.ptn01 {
    background-size: 5vw auto;
  }
  .cont_list li.ptn02 {
    background-size: 5vw auto;
  }
  .cont_list li.ptn03 {
    background-size: 5vw auto;
  }
  .ttl_ic06 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .ls12 {
    letter-spacing: 0px;
  }
  .ttl_ic07 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .ttl_ic08 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .ttl_ic09 {
    padding-left: 6vw;
    background-size: 4vw;
  }
  .recommended_txt {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
  .recommended_txt a {
    font-size: 3.2vw;
  }
  .line_box {
    margin: 6vw auto 0;
    max-width: 90%;
  }
}

/*faq*/
.faq_box {
  margin: 40px auto 0;
  max-width: 1200px;
  border-radius: 15px;
  background: #F0F0F0;
  padding: 40px 10px;
}
.faq_box h3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.faq_box ul{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.faq_box ul li{
  margin: 0 1%;
}
.faq_box ul a {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 5px 40px 5px 20px;
  background:url("/images/customer/web_service/guide/guide_icon_blank.png") no-repeat scroll 90% center #fff;
  border-radius: 20px;
}
.faq_box ul a span{
  color: #005e60;
}
.faq_box p {
  text-align: center;
  margin-top: 20px;
}
.faq_box p a{
  padding-right: 26px;
  font-size: 16px;
  color: #000;
  background:url("/images/customer/web_service/guide/guide_icon_blank.png") no-repeat scroll 100% center;
}
.faq_box02 {
  max-width: 1420px;
  margin: 50px auto 0;
  padding: 0 10px;
}
.faq_box02 p{
  text-align: center;
  padding: 30px;
  background: #fff8e8;
  border-radius: 15px;
}
.faq_box02 p a{
  color: #005E60;
  font-size: 28px;
  font-weight: bold;
  padding-left: 50px;
  background: url("/images/customer/web_service/guide/guide_iconqa.png") no-repeat scroll left center;
}
.faq_box02 p a span{
  border-bottom: 1px solid #005E60
}

.cont_top {
  margin:60px auto 110px;
  max-width: 590px;
}
.cont_top a{
  background: #fff;
  color: #637f91;
  border: 1px solid #637f91;
  border-radius: 100px;
  box-shadow: 2px 2px 6px 2px #0000001a;
  padding: 30px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  display: block;
  text-align: center;
}
.cont_top a::before,
.cont_top a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cont_top a::before{
  right: 14px;
  width: 15px;
  height: 2px;
  background: #000;
}
.cont_top a::after{
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #637f91;
  border-right: 2px solid #637f91;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  .faq_box {
    margin: 10vw auto 0;
    max-width: 100%;
    border-radius: 0;
    padding: 6vw 10vw;
  }
  .faq_box h3 {
    font-size: 4.8vw;
  }
  .faq_box ul{
    display: block;
    justify-content: center;
    margin-top: 4vw;
  }
  .faq_box ul li{
    margin: 0 0 4vw;
  }
  .faq_box ul a {
    font-size: 3.2vw;
    padding: 3vw 4vw;
    border-radius: 30px;
    text-align: center;
  }
  .faq_box p {
    margin-top: 4vw;
  }
  .faq_box p a{
    padding-right: 26px;
    font-size: 3.2vw;
  }
  .faq_box02 {
    max-width: 92%;
    margin: 10vw auto 0;
    padding: 0;
  }
  .faq_box02 p{
    padding: 11vw 0 6vw;
  }
  .faq_box02 p a{
    font-size: 6.4vw;
    padding: 7vw 0 0 0;
    background-position: center 0%;
    background-size: 6vw auto;
  }
  .cont_top {
    margin:10vw auto 25vw;
    max-width: 90%;
  }
  .cont_top a{
    padding: 3vw 2vw;
    font-size: 4.8vw;
  }
}

/*footer*/
.foot {
  padding: 10px;
  background: #005d60;
  font-size: 10px;
  text-align: center;
  color: #fff;
}


/*fixbtn*/
.fix_area {
  position: fixed;
  right: 0;
  bottom: 0px;
  width: 180px;
  border-radius: 5px 0 0 5px;
  background: #005E60;
  padding: 15px 12px;
}
.fix_area a {
  display: block;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #005E60;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.fix_area a.fbt01 {
  background: url("/images/customer/web_service/guide/guide_icon_blank.png") no-repeat scroll 94% center #F5D84F;
  background-size: 12px auto;
  margin-bottom: 10px;
}

.fix_area a.fbt02::before,
.fix_area a.fbt02::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.fix_area a.fbt02::before{
  right: 14px;
  width: 8px;
  height: 2px;
  background: #000;
}
.fix_area a.fbt02::after{
  right: 14px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #637f91;
  border-right: 2px solid #637f91;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  .fix_area {
    position: fixed;
    right: 0;
    bottom: 0px;
    width: 180px;
    border-radius: 5px 0 0 5px;
    background: #005E60;
    padding: 15px 12px;
  }
  .fix_area a {
    display: block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #005E60;
    border-radius: 20px;
    background: #fff;
    position: relative;
  }
  .fix_area a.fbt01 {
    background: url("/images/customer/web_service/guide/guide_icon_blank.png") no-repeat scroll 94% center #F5D84F;
    background-size: 12px auto;
    margin-bottom: 10px;
  }

  .fix_area a.fbt02::before,
  .fix_area a.fbt02::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .fix_area a.fbt02::before{
    right: 14px;
    width: 8px;
    height: 2px;
    background: #000;
  }
  .fix_area a.fbt02::after{
    right: 14px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #637f91;
    border-right: 2px solid #637f91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.blank_icon {
  display: block;
  border: 2px solid #005E60;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #464646;
  border-radius: 30px;
  position: relative;
  background: url("/images/customer/web_service/guide/guide_icon_blank２.png") no-repeat scroll 95% center;
}
.blank_icon span {
    padding: 10px 0 10px 45px;
    display: inline-block;
}
.cont_txt sup{
  font-size: 12px;
  vertical-align: super;
}

@media screen and (max-width: 769px) {
  .blank_icon {
    background-size: 3vw auto;
            padding: 1vw 6vw;
        font-size: 3.7333vw;
        border-radius: 30px;
  }
  .blank_icon span {
      padding: 2vw 0 2vw 8vw;
      display: inline-block;
  }
  .cont_txt sup{
    font-size: 3vw;
    vertical-align: super;
  }
}


/*modal内*/
.moc{
  padding: 40px 24px;
}
.mo_foot {
  font-size: 18px;
  text-align: right;
  color: #005e60;
}
.mo_foot span {
  color: #fff;
  font-size: 16px;
  background: #005e60;
  border-radius: 50%;
  padding: 4px 8px;
}
.remodal-close {
  background: none;
  color: #005e60;
}
.mov {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .moc{
    padding: 4vw 2vw 5vw;
  }
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(255, 255, 255, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  box-shadow: 0px 0px 15px -5px #ababab;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  

  cursor: pointer;
  border:none;
}
.remodal-close:before {
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1050px;
    box-sizing: border-box;
    border-radius: 5px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}