@charset "utf-8";
/*
Theme Name: AEON Retail Pharmacist
Description: 東海・長野エリア限定薬剤師募集サイト｜イオンリテール株式会社テンプレート
Version: 1.0
*/

/*共通*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

:focus {outline: 0;}

html {
    font-size: 62.5%;
}

body {
		font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 1.0rem;
		line-height: 1;	
		color:#333333;
		position: relative;
    -webkit-text-size-adjust: 100%;
}

img {max-width:100%;vertical-align:top;}
a {color:#333333;	}

section {
		box-sizing: border-box;
}
p {
    font-size: 1.4rem;
    line-height: 2;	
}
.flex_left {
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
		
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex_around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		
    -webkit-justify-content: space-around;
    justify-content: space-around;

}
.flex_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		
    -webkit-justify-content: space-between;
    justify-content: space-between;

}

.mw_wp_form .error {
    margin-top: 2px;
}
/******************************************************************************************/
/* フレーム */
/******************************************************************************************/
#wrapper {
		min-width:990px;
}
.inner {
		width: 990px;
    margin: 0 auto;
}

/******************************************************************************************/
/* ヘッダー */
/******************************************************************************************/
header {
		padding: 10px 0;
}
.ttl_bloc {
	
}
.ttl_bloc h1 {
    margin-left: 5px;
}
.ttl_bloc h2 {
		font-size: 1.2rem;
    margin-left: 30px;
}
/******************************************************************************************/
/* フッター */
/******************************************************************************************/
footer {
		background: #129e1f;
    text-align: center;
    padding: 10px 0;
}
footer small {
		font-size: 1.3rem;
    color: #FFF;
}
/******************************************************************************************/
/* ナビゲーション */
/******************************************************************************************/
nav {
    background: #ff9f42;
}
nav li:nth-child(even) {
		background: #ffae5f;
}
nav li:nth-child(odd) {
		background: #ffbd7d;
}
nav li:hover {
		background: #ff9f42;
}
/******************************************************************************************/
/* メインビジュアル */
/******************************************************************************************/
#mainVisual {
    background: url(../images/img_mainVisual.png) no-repeat center center;
    height: 465px;
}


/******************************************************************************************/
/* ブロックタイトル */
/******************************************************************************************/
.blockTitle {
    text-align: center;
    margin-bottom: 30px;
}
.blockTitle img {
		display: inline-block;
}
.blockTitle span {
    color: #129e1f;
    font-size: 1.6rem;
    line-height: 2;
    display: block;
    max-width: 570px;
    margin: 10px auto 0;
    border-top: solid 2px #ff8712;
}


/******************************************************************************************/
/* メッセージ */
/******************************************************************************************/
#message {
    background: url(../images/img_message.png) no-repeat center center;
    background-size: cover;
    height: 450px;
    padding: 50px 0 100px;
}

#message p {
    max-width: 720px;
    margin: 0 auto;
}
/******************************************************************************************/
/* インタビュー */
/******************************************************************************************/
#interview {
    padding: 50px 0 100px;
}
#interview h1 + p {
		font-weight: bold;
    text-align:center;
		margin-bottom:50px;
}
#interview .inner > ul {
	
}
#interview .inner > ul > li {
    position: relative;
    cursor: pointer;
}
#interview .inner > ul > li > img {
	
}
#interview .inner > ul > li > p {
		position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 135, 18, 0.6);
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
    width: 100%;
}
/******************************************************************************************/
/* イオンの支援制度 */
/******************************************************************************************/
#merit {
		background: #fff5eb;
    padding: 50px 0 50px;
}
#merit h1 + p {
		font-weight: bold;
    text-align:center;
		margin-bottom:50px;
}

#merit .tab ul li {
  width: 490px;
  height: 88px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #d6d6d6;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  cursor: pointer;
}
#merit .tab ul li:nth-child(1) {
  margin-right: 10px;
}
#merit .tab ul .select {
  background: #ffae5f;
}
#merit .tab ul .select:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 228px;
  border-top: 15px solid #ffae5f;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

#merit .panelBox {
  background: #fff;
  padding: 50px 0 0;
}
#merit .panelBox div ul {
  overflow: hidden;
}
#merit .panelBox div ul li {
  float: left;
  width: 288px;
  height: 280px;
  margin: 0 20px;
}
#merit .panelBox div ul li figure {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 12px 0;
}
#merit .panelBox div ul li dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff8712;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}
#merit .panelBox div ul li dl dd {
  font-size: 1.3rem;
  line-height: 1.8;
}
#merit .panelBox #panel02 {
  display: none;
}
/******************************************************************************************/
/* 東海・長野エリア　店舗一覧 */
/******************************************************************************************/
#store {
    padding: 50px 0 50px;
}
#store h1 + p {
		font-weight: bold;
    text-align:center;
		margin-bottom:50px;
}
#store .storeMap {
    position: relative;
}
#store .storeMap .storeDot {
    position: absolute;
    background: url(../images/ico_mark_off.png) no-repeat center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#store .storeMap .storeDot:hover {
    background: url(../images/ico_mark_on.png) no-repeat center center;
}
#store  .storeMap #store01 {
    top: 521px;
    left: 293px;
}
#store  .storeMap #store02 {
    top: 515px;
    left: 332px;
}
#store  .storeMap #store03 {
		top: 544px;
    left: 326px;
}
#store  .storeMap #store04 {
    top: 553px;
    left: 252px;
}
#store  .storeMap #store05 {
    top: 543px;
    left: 286px;
}
#store  .storeMap #store06 {
    top: 643px;
    right: 226px;
}
#store  .storeMap #store07 {
    top: 757px;
    right: 371px;
}
#store  .storeMap #store08 {
    top: 754px;
    right: 449px;
}
#store  .storeMap #store09 {
    top: 747px;
    right: 407px;
}
#store  .storeMap #store10 {
    top: 728px;
    right: 272px;
}
#store  .storeMap #store11 {
    top: 567px;
    right: 194px;
}
#store  .storeMap #store12 {
		top: 752px;
    right: 429px;
}
#store  .storeMap #store13 {
    top: 1015px;
    right: 410px;
}
#store  .storeMap #store14 {
		top: 642px;
    right: 588px;
}
#store  .storeMap #store15 {
    top: 777px;
    right: 554px;
}
#store  .storeMap #store16 {
    top: 873px;
    right: 396px;
}


#store  .storeMap #store17 {
    top: 628px;
    right: 527px;
}
#store  .storeMap #store18 {
    top: 946px;
    right: 454px;
}

#store  .storeMap #store19 {
		top: 996px;
    right: 559px;
}
#store  .storeMap #store20 {
    top: 701px;
    right: 629px;
}
#store  .storeMap #store21 {
    top: 696px;
    right: 550px;
}
#store  .storeMap #store22 {
    top: 769px;
    right: 515px;
}
#store  .storeMap #store23 {
    top: 574px;
    right: 622px;
}
#store  .storeMap #store24 {
    top: 961px;
    right: 475px;
}
#store  .storeMap #store25 {
    top: 995px;
    right: 505px;
}
#store  .storeMap #store26 {
    top: 564px;
    right: 668px;
}
#store  .storeMap #store27 {
    top: 555px;
    right: 636px;
}
#store  .storeMap #store28 {
    top: 1005px;
    right: 539px;
}
#store  .storeMap #store29 {
    top: 909px;
    right: 448px;
}
#store  .storeMap #store30 {
    top: 902px;
    right: 492px;
}
#store  .storeMap #store31 {
    top: 591px;
    right: 591px;
}
#store  .storeMap #store32 {
    top: 678px;
    right: 627px;
}
#store  .storeMap #store33 {
    top: 721px;
    right: 536px;
}
#store  .storeMap #store34 {
    top: 592px;
    right: 621px;
}

#store  .storeMap #store35 {
		top: 994px;
    right: 448px;
}
#store  .storeMap #store36 {
    top: 707px;
    right: 655px;
}
#store  .storeMap #store37 {
		top: 620px;
    right: 598px;
}
#store  .storeMap #store38 {
    top: 631px;
    right: 565px;
}
#store  .storeMap #store39 {
    top: 818px;
    right: 710px;
}
#store  .storeMap #store40 {
    top: 680px;
    right: 734px;
}
#store  .storeMap #store41 {
    top: 724px;
    right: 725px;
}
#store  .storeMap #store42 {
		top: 694px;
    right: 723px;
}
#store  .storeMap #store43 {
    top: 772px;
    right: 761px;
}
#store  .storeMap #store44 {
    top: 804px;
    right: 752px;
}
#store  .storeMap #store45 {
    top: 627px;
    right: 742px;
}
#store  .storeMap #store46 {
		top: 758px;
    right: 822px;
}
#store  .storeMap #store47 {
    top: 875px;
    right: 668px;
}
#store  .storeMap #store48 {
    top: 797px;
    right: 850px;
}
#store  .storeMap #store49 {
    top: 719px;
    right: 746px;
}
#store  .storeMap #store50 {
    top: 845px;
    right: 689px;
}
#store  .storeMap #store51 {
    top: 750px;
    right: 749px;
}
#store  .storeMap #store52 {
    top: 640px;
    right: 709px;
}
#store  .storeMap #store53 {
    top: 669px;
    right: 719px;
}
#store  .storeMap #store54 {
    top: 648px;
    right: 732px;
}




#store  .storeMap #store56 {
		top: 372px;
    right: 452px;
    display: none;
}
#store  .storeMap #store57 {
    top: 223px;
    right: 292px;
    display: none;
}
#store  .storeMap #store58 {
    top: 301px;
    right: 317px;
    display: none;
}
#store  .storeMap #store59 {
		top: 373px;
    right: 351px;
    display: none;
}
#store  .storeMap #store60 {
    top: 278px;
    right: 351px;
    display: none;
}
#store  .storeMap #store61 {
    top: 509px;
    right: 384px;
    display: none;
}
#store  .storeMap #store62 {
    top: 273px;
    right: 231px;
    display: none;
}
#store  .storeMap #store63 {
    top: 83px;
    right: 256px;
    display: none;
}
#store  .storeMap #store64 {
    top: 239px;
    right: 398px;
    display: none;
}

#store  .storeMap #store65 {
		top: 516px;
    right: 410px;
	  display: none;
}
#store  .storeMap #store66 {
    top: 249px;
    right: 349px;
	  display: none;
}
#store  .storeMap #store67 {
    top: 924px;
    right: 436px;
}
#store  .storeMap #store68 {
    top: 890px;
    right: 468px;
}
#store  .storeMap #store69 {
    top: 908px;
    right: 383px;
}
#store  .storeMap #store70 {
    top: 938px;
    right: 374px;
}
#store  .storeMap #store71 {
    top: 942px;
    right: 477px;
}





/******************************************************************************************/
/* 働き方 */
/******************************************************************************************/
#choice {
		background: #fff5eb;
    padding: 50px 0 50px;
}
#choice h1 + p {
		font-weight: bold;
    text-align:center;
		margin-bottom:50px;
}
.styleBox {
	
}
.style_bloc {
		background: #FFF;
    width: 485px;
}
.style_info {
    padding: 20px;
}
.style_info h2 {
		text-align: center;
    border-bottom: solid 2px #cacaca;
    padding-bottom: 20px;
    margin-bottom: 20px;	
}
.style_info dl {
    margin: 0;
    letter-spacing: -1px;
}
.style_info dl + dl {
		margin-top: 10px;
}
.style_info dl dt {
		font-size: 2.2rem;
    background: #d0b45e;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    margin-right: 8px;
}
.style_info dl dd {
    font-size: 3.3rem;
    font-weight: bold;
    color: #d0b45e;
    margin: 0;
    display: inline-block;
}
.style_info dl dd .num {
		font-size: 4.3rem;
}
.style_info dl dd .mini {
		font-size: 1.2rem;
    color: #333333;
    display: block;
    margin-top: 5px;
}
.style_info ul {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: bold;
}
.style_info ul li {

}
.focus {
		border: solid 2px #ff9d7b;
    padding: 15px 15px 0;
    margin-bottom: 15px;
}
.focus h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #ff9d7b;
}
.focus h4 {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #ff9d7b;
    margin-bottom: 15px;
}
.style_info .focus dl dt {
		background:#ff9d7b;
}
.style_info .focus dl dd {
		color:#ff9d7b;
}
.point {
    border-top: solid 2px #cacaca;
    padding-top: 15px;
}
.point h3 {
		font-size: 1.5rem;
}
.point ul {
		font-size: 1.5rem;
    margin-left: 20px;
}

.hopeBox {
    margin-top: 147px;
}
.hope_bloc {
    border: solid 1px #ff9f4d;
    box-sizing: border-box;
    width: 215px;
}
.hope_bloc h3 {
    background: #ff9f4d;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 5px;
}
.hope_bloc p {
		padding: 10px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    font-weight: bold;
}
.hope_bloc p em {
		font-size: 2.0rem;
    font-style: normal;
}
.hope_bloc p em span {
    font-size: 2.4rem;
}

/******************************************************************************************/
/* 募集要項 */
/******************************************************************************************/
#entry {
    padding: 50px 0 50px;
}
#entry h1 + p {
		font-weight: bold;
    text-align:center;
		margin-bottom:50px;
}

.table_style {
	
}
.table_style th {
    background: #fff5eb;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #ff2e3d;
    width: 248px;
    padding: 22px 0;
    border: 1px solid #f2ba82;
    vertical-align: middle;
}
.table_style td {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 22px;
		border:solid 1px #f2ba82;
}
.iframe_form {
		border: none;
    overflow: visible;
    width: 1020px;
    height: 1300px;
    display: block;
    margin: 0 auto;
}

/******************************************************************************************/
/* 応募フォーム */
/******************************************************************************************/
.page-id-17 {
	
}


#entryForm {
    padding: 50px 0 100px;
}
#entryForm h1 + p {
		font-weight: bold;
    text-align:center;
		margin-bottom:50px;
}

#entryForm form {
		border: 1px solid #ddd;
    margin: 30px 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
}






table.entry {
    width: 100%;
    margin-bottom: 40px;
}
table.entry th {
		width: 420px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 22px 0 22px 72px;
    text-align: left;
    vertical-align: baseline;
}
table.entry th span {
    font-size: 1.4rem;
    color: #ff8712;
    padding-left: 10px;
}
table.entry td {
    font-size: 1.3rem;
}
table.entry td input[type="email"],
table.entry td input[type="text"] {
    width: 420px;
    height: 34px;
    border: 1px solid #ddd;
    padding: 4px;
    box-sizing: border-box;
}
table.entry td select {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    padding: 0 5px;
    background-color: #fff;
    background-image: url(../images/ico_selectbox.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    cursor: pointer;
}


.form_controll {
		display: inline-block;
}


table.entry td select {
		height: 34px;
    margin: 0 10px;
    padding-right: 40px;
}
table.entry td select[name="year"] {
    margin-left: 0;
}
table.entry td select[name="store"] {
    margin-left: 0;
}
table.entry td input[type="radio"]:checked + span {
    vertical-align: middle;
    padding: 5px 30px 5px 30px;
    background-image: url(../images/ico_radio_on.png);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.entry td input[type="radio"] + span {
    vertical-align: middle;
    padding: 5px 30px 5px 30px;
    background-image: url(../images/ico_radio_off.png);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.entry td input[type="radio"] {
    display: none;
}
table.entry td textarea {
    width: 420px;
    height: 92px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 4px;
    vertical-align: top;
}
#e_check_label {
    padding: 5px;
}
.policy_bloc {
    text-align: center;
		margin-bottom: 40px;
}
.policy_bloc a {
		text-decoration:none;
}
.policy_bloc a:hover {
		text-decoration:underline;
}
.btn_bloc {
    text-align: center;
}
.btn_bloc button {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: none;
}

.btn_bloc button:hover {
		opacity:0.8;
}

.mw_wp_form_confirm .policy_bloc {
		display:none;
}


#thanks {
    background: url(../images/bg_thanks.png) no-repeat center top;
    background-size: cover;
    height: calc(100vh - 87px);
    box-sizing: border-box;
    text-align: center;
}
#thanks h1 {
		font-size:2.4rem;
		margin-bottom:20px;
}
#thanks p {
		font-size:1.6rem;
}


/******************************************************************************************/
/* お電話でのお問い合わせ、ご応募はコチラ */
/******************************************************************************************/




#tel {
		width: 990px;
    margin: 0 auto 80px;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
}
#tel h1 {
    font-size: 2.4rem;
    color: #129e1f;
    margin-bottom: 14px;
}
#tel h2 {
    font-size: 6.0rem;
    color: #129e1f;
    margin-bottom: 14px;
}
#tel h3 {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 40px;
}
#tel h4 {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.8;
}
/******************************************************************************************/
/* ヘルス＆ウェルネスへの取り組み */
/******************************************************************************************/
#health {
    height: 700px;
    background: url(../images/img_health.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
}
#health h1 {
		border-bottom: solid 2px #dcdcdc;
    margin-bottom: 30px;
    padding-bottom: 15px;
    display: inline-block;
}



/******************************************************************************************/
/* ポップアップ */
/******************************************************************************************/

.interviewBox .innerBox figure {
    width: 330px;
    margin: 0 auto 40px;
    position: relative;
}
.interviewBox .innerBox figure img {
    width: 100%;
}
.interviewBox .innerBox figure p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 135, 18, 0.6);
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 14px 0;
    width: 100%;
}

.interviewBox .innerBox .txt {
    overflow-y: scroll;
    height: 300px;
}
.interviewBox .innerBox .txt dl {
    margin-bottom: 20px;
}
.interviewBox .innerBox .txt dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff8712;
    margin-bottom: 10px;
}
.interviewBox .innerBox .txt dl dd {
    margin: 0;
}
.interviewBox .innerBox .txt dl dd p {
    font-size: 1.3rem;
    line-height: 1.6;
}



.modal-content {
  width: 780px;
  margin: 0;
  border: 1px solid #a6bdd4;
  padding: 20px;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 7000;
}
.interviewBox {
    width: 980px;
}
#modal-overlay {
  z-index: 6000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-content .btnClose {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 4.0rem;
    color: #ffae5f;
    cursor: pointer;
}
.modal-content .storeBox figure {
    float: right;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 390px;
}
.modal-content .storeBox .storeDetail {
    float: left;
    width: calc(100% - 410px);
}
.modal-content .storeBox .storeDetail h1 {
		font-size: 2rem;
    line-height: 1;
    color: #ff8712;
    margin: 0 0 10px;
}
.modal-content .storeBox .storeDetail .flagOn {
		background: #ff8712;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
    padding: 8px 10px;
    border-radius: 6px;
}
.modal-content .storeBox .storeDetail .flagOff {
    background: #b2b2b2;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding: 8px 10px;
    border-radius: 6px;
}
.modal-content .storeBox .storeDetail .flagOnText {
		display: inline-block;
    margin-left: 10px;
}

.modal-content .storeBox .storeDetail h2 {
		font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 14px;
    font-weight: bold;
}
.modal-content .storeBox .storeDetail h2 span {
  color: #7dacc3;
}
.modal-content .storeBox ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  -ms-flex-align: center;
}
.modal-content .storeBox ul li {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  width: 82px;
  height: 28px;
  border-radius: 4px;
  margin-right: 10px;
  background: #5d98b5;
}
.modal-content .storeBox .storeTxt {
  clear: both;
}
.modal-content .storeBox .storeTxt p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.modal-content .storeBox .storeTxt dl dt {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 5px;
    color: #129e1f;
    font-weight: bold;
}
.modal-content .storeBox .storeTxt dl dd {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-left: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}



