@charset "Shift_JIS";

/* --------------------------------------------------------------
#contents
-------------------------------------------------------------- */
#main .link_area.mb50 {
	margin-bottom: 50px !important;
}
#main .txtBold {
	font-weight: bold;
}
#main .note{
	margin-bottom: 0 !important;
}
#main .note li{
	line-height: 1.5 !important;
}
/*module*/
.m-text-center{
	text-align: center !important;
}
.m-text-right{
  text-align: right !important;
}
.fs14{
	font-size: 13px !important;
}
/* --------------------------------------------------------------
#accordion
-------------------------------------------------------------- */

#main div.flame div.flame_top div.flame_btm .accordion h4{
	background:initial;
	margin: initial;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3;
  padding:4px ;
}
#main div.flame div.flame_top div.flame_btm .accordion h4 span{
	display: block;
	background: #FFF;
	padding: .5em;
  }
  #main div.flame div.flame_top div.flame_btm .accordion .msa h4{
  }
  #main div.flame div.flame_top div.flame_btm .accordion h4.toggle:hover{
	opacity: 0.8;
	  cursor: initial;
  }
  
  #main div.flame div.flame_top div.flame_btm .accordion .switch h4.toggle { 
padding-left: 45px;
  background-image: url(/personal/form/images/icon_plus02.png) ;
  background-position:13px center ;
  background-repeat: no-repeat;
  border-radius: 7px;
  margin:10px 0;
  cursor: pointer;
  padding: 4px 4px 4px 45px;
  }
#main div.flame div.flame_top div.flame_btm .accordion .switch h4.toggle.active{
	background-image: url(/personal/form/images/icon_minus02.png)  ;
	border-radius: 7px 7px 0 0;
	margin-bottom: 0;
  }
  #main div.flame div.flame_top div.flame_btm .accordion .switch h4.toggle + .modContact2 {
	display: none; 
}

  #main div.flame div.flame_top div.flame_btm .accordion .msa h4 {  background: #00b0f0 ;}
  #main div.flame div.flame_top div.flame_btm .accordion .switch h4 { 	background: #f8b61c ;}
  
  #main div.flame div.flame_top div.flame_btm .accordion >ul li{margin-bottom: 2px;}
  #main div.flame div.flame_top div.flame_btm .accordion .commconTbl{  width: auto;}
  #main div.flame div.flame_top div.flame_btm .accordion .commconTbl thead th{ background: #cfe1b7; }
  #main div.flame div.flame_top div.flame_btm .accordion .commconTbl th{  text-align: center;}

/*----- modContact -----*/
body.gnavi03 #contents div .modContact2 {
	padding: 20px 10px;
	line-height: 1.5;
  }
body.gnavi03 #contents div .msa .modContact2 {  background: #ebf9fe;}
body.gnavi03 #contents div .switch .modContact2 {  background: #fffdf4;
padding-left: 45px;}

/*btn*/
body.gnavi03 #contents div .modContact2 .btn {
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
	width: 190px;
  }
  body.gnavi03 #contents div .modContact2.-col-3 .btn {
	width: 30.5%;       /* 3列ボタンの場合 */
  }
  body.gnavi03 #contents div #anc-01 .switch .modContact2.-col-3 .btn {
	width: 210px;
  }
  body.gnavi03 #contents div #anc-01 .switch .modContact2.-col-3 .btn a{
	min-height: 115px;
  }


  body.gnavi03 #contents div .modContact2 .btn a:not(.ini){
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	border: solid 1px #7fd8cc;
	border-radius: 4px;
	min-width: 190px;
	min-height: 100px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  }
  body.gnavi03 #contents div .modContact2 .btn a.disable{
	cursor: default;
	border: none;
	background: #CCC;
	box-shadow:none;
	opacity: .6;
	pointer-events : none;
	filter: grayscale(50%);
}
body.gnavi03 #contents div .modContact2 .btn p.disable{
	color: #777;
}
body.gnavi03 #contents div .modContact2 .btn a.modal_open_btn.btn_operator{
	font-size: 14px;
	min-height: auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin-top: 1rem;
}
body.gnavi03 #contents div .modContact2 .btn a.modal_open_btn.btn_operator img,
body.gnavi03 #contents div .modContact2 .btn a.modal_open_btn.btn_operator:hover img{
	width: 30px;
	height: 30px;
	margin: 0;
	margin-right: 10px;
}

body.gnavi03 #contents div .modContact2 .btn a.modal_open_btn.btn_operator span:before {
display: none;
}
  #anc-01 .msa .modContact2 .btn a{
	  /*min-height: 145px !important;*/
	  min-height: 155px !important;
  }
  .modContact2 .btn a i {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
  }
  .modContact2 .btn a i.web {
	color: #333;
	background: #c7fff9;
	width: 6em;
  }
  body.gnavi03 #contents div .modContact2 .btn a.single{ max-width: 190px;}

	  	body.gnavi03 #contents div .modContact2 .btn a:not(.ini):hover {
	text-decoration: none;
	border: solid 2px #00b199;
  }

  body.gnavi03 #contents div .modContact2 .btn a img {
	width: 50px;
	height: auto;
	margin: 5px auto;
	transition: all 200ms 0s ease;
	display: block;
  }
  body.gnavi03 #contents div .modContact2 .btn a:hover img {
	width: 60px;
	margin: 5px auto;
  }

  
  body.gnavi03 #contents div .modContact2 .btn a span:before {
	content: url(/shared_rwd/images/ico_contact_arrow.png);
	margin-right: 5px;
  }
  body.gnavi03 #contents div .modContact2 .btn .txtBtnDsp {
	font-size: 100%;
	text-align: left;
	margin: 16px 0 0;
  }

/*zoom*/
  .zoom_img{
		text-align: center;
	  position: relative;
	  width: 300px;
	  min-height: 150px;
	  display: inline-block;
	  margin: 0 3px;
  }
  .zoom_img.short{
	width: 250px;
	min-height: 210px;
	height: auto;
}
  .zoom_img.long{
	width: 500px;
	min-height: 200px;
	height: auto;
}
  .zoom_img img{
	  width: 100%;
	  height: auto;
	  /*cursor: pointer;*/
  }
 .zoom_img img:hover{
	 /*width: 700px;
	transform: scale(2);
	transform-origin:left center;
	position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 1;*/
  }
  .zoom_img.short img:hover{
	/*width: 500px;*/
}

  /*pagelink*/
  .pageNav{
	  margin: 20px 0 15px 10px !important;
  }
  .pageNav li {
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 5px 10px 0 !important;
  }
    .pageNav li a{
		display: block;
  }
  .pageNav li a:hover{
	  opacity: .8;
}

  /*pagelink-text*/
  .pageNav-text{
	  margin: 20px 0 15px 10px !important;
  }
  .pageNav-text::after{
	  content: "";
	  display: table;
	  clear: both;
  }
  .pageNav-text li {
	  margin: 0 1.5% 18px 1.5% !important;
	  float: left;
	  width: 47%;
	}
  .pageNav-text li a{
		display: block;
		color: #fff !important;
		text-align: center;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.4;
		border-radius: 10px;
		position: relative;
		padding: 40px 10px 50px !important;
		background: rgb(114,208,197);
		background: -moz-linear-gradient(top,  rgba(114,208,197,1) 0%, rgba(74,194,181,1) 25%, rgba(44,184,169,1) 50%, rgba(9,173,154,1) 75%, rgba(9,173,154,1) 75%, rgba(1,170,151,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(114,208,197,1) 0%,rgba(74,194,181,1) 25%,rgba(44,184,169,1) 50%,rgba(9,173,154,1) 75%,rgba(9,173,154,1) 75%,rgba(1,170,151,1) 100%);
		background: linear-gradient(to bottom,  rgba(114,208,197,1) 0%,rgba(74,194,181,1) 25%,rgba(44,184,169,1) 50%,rgba(9,173,154,1) 75%,rgba(9,173,154,1) 75%,rgba(1,170,151,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d0c5', endColorstr='#01aa97',GradientType=0 );
		-moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.1);
		-moz-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
		-webkit-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
		-ms-text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
		text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
   }
  .pageNav-text li a::before{
	  content: "";
	  display: inline-block;
	  background: url(/customer/change/images/14/ico_arrow_down_01.png) 0 0 no-repeat;
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  bottom: 10px;
	  left: 50%;
	  transform: translateX(-50%);
  }
  .pageNav-text li a:hover{
	  opacity: .8;
  }
  .pageNav-text li a em {
	  font-style: normal;
	  display: block;
	  font-size: 1.26em;
  }
  .fs03 .pageNav-text li a em {
	  font-size: 1.15em;
  }

  .q_list{
	  margin-left: 1em !important;
  }
  .q_list li{
	  display: flex;
  }
  .q_list li::before{
	  display: inline-block;
	  content: "Q";
	  margin-right: .75em;
	  font-weight: bold;
	  font-size: 1.1em;
  }

  /*----- モーダルウィンドウ -----*/
body.modal #contents .modal_area .modal_layer {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(100, 100, 100, 0.5);
}
body.modal #contents .modal_area .modal_box {
	position: absolute;
	display: none;
	height: auto;
	width: 714px;
	background-color: #fefbf4;
	background-size: 2px;
	border-radius: 8px;
	box-sizing: border-box;
	z-index: 100;
}
body.modal #contents .modal_area .modal_box h6.modal_title {
	position: relative;
	display: block;
	padding: 12px 0;
	margin: 0;
	font-size: 155%;
	text-align: center;
	color: #FFFFFF;
	border-radius: 8px 8px 0 0;
	background-color: #00ad9e;
}

body.modal #contents .modal_area .modal_box h6.modal_title .close {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	font-size: 100%;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	border-radius: 25px;
	color: #00ad9e;
	background-color: #ffffff;
	cursor: pointer;
}

body.modal #contents .modal_area .modal_box h6.modal_title .close:before,
body.modal #contents .modal_area .modal_box h6.modal_title .close:after {
	content: "";
	position: absolute;
	top: 25%;
	left: 25%;
	right: 25%;
	height: 2px;
	background-color: #00ad9e;
	border-radius: 2px;
	transition: all 0.5s;
	top: 45%;
}

body.modal #contents .modal_area .modal_box h6.modal_title .close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.modal #contents .modal_area .modal_box h6.modal_title .close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

body.modal #contents .modal_area .modal_box h6.modal_title .close:hover {
	background-color: #d6f1ee;
	text-decoration: none;
}
body.modal #contents .what_modal .description_modal_area {
	padding: 30px;
	background-color: #fefbf4;
	border-radius: 0 0 8px 8px;
	text-align: center;
}

.what_modal .description_modal_area .no a {
	font-family: Arial;
	line-height: 1.3 !important;
    color: #e5508f !important;
    font-size: 300%;
    font-weight: bold;
    display: inline-block;
	pointer-events: none;
}
.what_modal .description_modal_area .txtBold{
    font-size: 133%;
}

.popup-image{
	text-align: left;
	display: inline-block;
}
.c-btn-zoom{
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	background: #11a292;
	border-radius: 3px;
	padding: 0 .5em;
	margin-top: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}


@media screen and (max-width: 1024px) and (orientation: portrait){
	.what_modal .description_modal_area .no a {
		pointer-events: initial;
	}
	}

	@media screen and (max-width: 600px){
		.pageNav-text {
			margin: 0 !important;
		}
	.pageNav-text li{
		float: none;
		width: 100%;
		margin: 10px auto !important;
	}
	.pageNav-text li a{
		text-align: left;
		padding: .5em 1em !important;
	}
	.pageNav-text li a::before {
		background-size: cover;
    width: 18px;
    height: 18px;
		top: 50%;
    bottom: initial;
    left: initial;
		right: 10px;
    transform: translateY(-50%);
}
.pageNav-text li a em {
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
}

#main div.flame div.flame_top div.flame_btm .accordion h4{
	font-size: 16px;
}

body.gnavi03 #contents div .modContact2 .btn {
	width: 100% !important;
	margin: 0 0 10px;
}
body.gnavi03 #contents div .modContact2 .btn a.single{
	max-width: 100% !important;
}
body.gnavi03 #contents div .modContact2 .btn a{
	min-height: auto !important;
}
body.gnavi03 #contents div .switch .modContact2{
	padding-left: 10px;
}

body.modal #contents .modal_area .modal_box {
	width: 90%;
	line-height: 1.5;
}
body.modal #contents .modal_area .modal_box h6.modal_title {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
body.modal #contents .modal_area .modal_box h6.modal_title .close {
	transform: scale(.8);
}
body.modal #contents .what_modal .description_modal_area {
	padding: 10px;
}

.what_modal .description_modal_area .no a {
    font-size: 200%;
}
.what_modal .description_modal_area .txtBold{
	font-size: 100%;
}

.zoom_img,
.zoom_img.short,
.zoom_img.long{
	width: 100%;
	margin-bottom: 10px;
}
.mfp-figure{
	padding: 0 10px;
}

.c-btn-zoom{
	margin-bottom: 1em;
	padding: .5em 1em;
}
}


/**/
