@charset "Shift_JIS";

#main div.flame div.flame_top_gnavi04 div.flame_btm {
  padding-top: 30px;
}

#main .flame_btm .switch .-col-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}

#main .flame_btm .border-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
}

#main .flame_btm .-col-02.txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

#main .flame_btm .-col-02.txt.-left li:first-child {
  width: 60%;
  margin-right: 0;
}

#main .flame_btm .-col-02.txt.-left li:last-child {
  width: 37%;
}

#main .flame_btm .-col-02.txt.-right li:last-child {
  width: 70%;
  margin-right: 0;
}

#main .flame_btm .-col-02.txt.-right li:first-child {
  width: 30%;
}

#main .flame_btm .switch .-col-02 li:first-child {
  margin-right: 50px;
}

#main .flame_btm .switch .a-center {
  text-align: center !important;
}

#main .flame_btm .txt_rt {
  width: 435px;
}

#main .flame_btm .block_fl .block.clearfix {
  padding-bottom: 0 !important;
}



/* --------------------------------------------------------------
img_link
-------------------------------------------------------------- */

#main .flame .flame_btm a .img_link {
  display: inline-block;
}

/* --------------------------------------------------------------
table border
-------------------------------------------------------------- */

#main .flame_btm .switch table .border-bottom-bashed td {
  border-bottom: #dfdfdf dashed 1px;
}

#main .flame_btm .switch table .border-top-none td {
  border-top: none;
}

/* --------------------------------------------------------------
#accordion
-------------------------------------------------------------- */

#main div.flame div.flame_top div.flame_btm .accordion h4{
	background:initial;
    /*font-size: initial;*/
	margin: initial;
	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: #11a292 ;}
  #main div.flame div.flame_top div.flame_btm .accordion .switch h4 { 	background: #11a292 ;}
  
  #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 #contents div .modContact2 {
    padding: 20px 10px;
    line-height: 1.5;
    }
  body #contents div .msa .modContact2 {  background: #ebf9fe;}
  body #contents div .switch .modContact2 {  background: #fffdf4;
  padding-left: 45px;}

/* 表のフォントサイズ */
body table th, body table tr {
  font-size: 1.5rem;
}

  /* 注釈 */

  body .note.fs {
    margin-left: 2rem !important;
    text-indent: -1.5rem;

  }

/*----- greenBorderBox -----*/
.greenBorderBox dl {
	display: inline-block;
	padding: 5px 0 2px !important;
	margin-bottom: 5px !important;
	border: 1px solid #006c5c;
	border-radius: 5px;
}
.greenBorderBox dt, .greenBorderBox dd {
	padding: 0 10px !important;
	text-align: center;
}
.greenBorderBox dt {
	border-bottom: 1px solid #006c5c;
}
.greenBorderBox dd {
	font-weight: bold;
	font-size: 2.3rem;
	padding-top: 5px;
}
.greenBorderBox dd .small {
	font-weight: normal;
	font-size: 1.5rem;
}

    /*----- モーダルウィンドウ -----*/
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;
	background-color: #fefbf4;
	background-size: 2px;
	box-sizing: border-box;
	z-index: 100;
}
body.modal #contents .modal_area .modal_box .close {
	display: inline-block;
	position: absolute;
	top: 5%;
	right: 14px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	font-size: 100%;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	color: #000;
	background-color: #ffffff;
	cursor: pointer;
}

body.modal #contents .modal_area .modal_box .close:before,
body.modal #contents .modal_area .modal_box .close:after {
	content: "";
	position: absolute;
	top: 25%;
	left: 25%;
	right: 25%;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
	transition: all 0.5s;
	top: 45%;
}

body.modal #contents .modal_area .modal_box .close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.modal #contents .modal_area .modal_box .close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

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;
}
}

/* note */
p.note {
	padding-left: 20px !important;
	position: relative;
}
p.note span {
	position: absolute;
	left: 0;
	top: 0;
}