@charset "utf-8";
/* CSS Document */

/* 以下、style.cssへの追記部分のみ記載 */

body {
	min-width: 320px;
}

/*----------------------------------------------------------------------------------*/
/*ヘッダー*/
/*----------------------------------------------------------------------------------*/

#hamburger{
	display: none;
}
#nav_toggle {
	display: none;
	z-index: 110;
}


@media screen and (max-width: 1059px){
	#hamburger{
		display: flex;
		align-items: center;
		background-size: 4px 4px;
		width: 100%;
		position: relative;
		background: url(../img/gnavi_bg.gif) left top repeat-x;
        min-height: 40px;
	}
	#nav_toggle {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		border: none;
		background-color: unset;
		margin: 0 auto;
		padding: 0;
		width: 30px;
        height: 100%;
	}
	#index.ninsho #nav_toggle{ /* 認証ページでグロナビ非表示 */
		display: none;
	}

	/* ボタン（クリック前） */
	#hamburger #nav_toggle .open_btn{
		display: block;
		width: 100%;
		height: auto;
	}
	#hamburger #nav_toggle .close_btn{
		display: none;
	}

	/* ボタン（クリック後） */
	#hamburger #nav_toggle.show .open_btn{
		display: none;
	}
	#hamburger #nav_toggle.show .close_btn{
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
        top: 15px;
        right: 15px;
		width: 30px;
	}
	  
	/* メニュー（クリック前）*/
	nav.stripe_navy {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 1rem;
		display: none;
		visibility: hidden;
		transition: opacity .5s, visibility .5s;
		z-index: 100;
	} 
	  
	/* メニュー（クリック後） */
	nav.stripe_navy.show {
		display: block;
		visibility: visible;
		height: fit-content;
		padding-top: 100px;
		padding-bottom: 70px;
		padding-right: unset;
		padding-left: unset;
		background: #45418b;
	}
	nav.stripe_navy.show ul{
		flex-direction: column;
		width: 100%;
		height: auto;
	}
	nav.stripe_navy.show ul li{
		width: 100%;
		max-width: unset;
		border-left: unset;
		border-right: unset;
	}
	nav.stripe_navy.show ul li a{
		padding: 19px 0 17px;
	}
	nav.stripe_navy.show ul li a:after{
		content: unset;
	}
}
@media screen and (max-width: 640px){
	header .width {
		padding: 0 8px;
	}
	header .width h1 img {
		width: 90%;
	}
	header .width .mlogo {
		margin-top: 10px;
	}
	header .width .mlogo img {
		min-width: 90px;
	}
}


/*----------------------------------------------------------------------------------*/
/*サイド*/
/*----------------------------------------------------------------------------------*/
#side section li:not(:last-child) {
	margin-bottom: 3px;
}


/*----------------------------------------------------------------------------------*/
/*認証 ページ*/
/*----------------------------------------------------------------------------------*/
.check {
	max-width: 760px;
	width: 100%;
	margin: auto;
}


/*----------------------------------------------------------------------------------*/
/* フッター */
/*----------------------------------------------------------------------------------*/

footer .telBox,
#mypage .telBox {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
	border: solid 1px #aaa;
	background: #fff;
}
#mypage .telBox {
	margin: 16px auto;
}

@media screen and (max-width: 540px){
	footer .telBox,
	#mypage .telBox {
		max-width: calc(100% - 16*2px);
		margin-right: 16px;
		margin-left: 16px;
	}
 }
 @media screen and (max-width: 640px) {
	footer .telBox,
	#mypage .telBox {
		flex-direction: column;
	}
	footer .telBox .sub,
	#mypage .telBox .sub {
		width: 100%;	
		padding-top: 9px;
        padding-bottom: 7px;
	}
	footer .telBox .main,
	#mypage .telBox .main {
		width: 100%;
	}
	footer .telBox .main p.tel img,
	#mypage .telBox .main p.tel img {
		width: 25px;
		padding-top: 3.5px;
	}
	footer .telBox .main p.tel,
	#mypage .telBox .main p.tel {
		font-size: 24px;
		letter-spacing: .15rem;
		margin-top: 7px;
        margin-bottom: 7px;
		text-align: center;
	}
	#page2top {
		right: 10px;
	}
 }


/*----------------------------------------------------------------------------------*/
/*トップページ*/
/*----------------------------------------------------------------------------------*/

 /* ヘッダー */
header nav ul {
    display: flex;
    justify-content: center;
    max-width: 1080px;
    width: 100%;
	height: 40px;
    margin: auto;
}
header h1 img{
	max-width: 256px;
	width: 100%;
}
header .width .mlogo img{
	max-width: 125px;
	width: 100%;
}

#container #main {
	width: calc(100% - 240px);
}

/* ログイン */
@media screen and (max-width: 640px) {
	#index main#container #main.flex {
		flex-direction: column;
		flex-wrap: wrap;
	}
	#main .login {
		width: 100%;
		order: 1;
	}
	#main .contents {
		width: 100%;
		order: 2;
	}
}


/*----------------------------------------------------------------------------------*/
/*トップページ（メイン）*/
/*----------------------------------------------------------------------------------*/

/*お知らせ*/
@media screen and (max-width: 640px) {
	.news dt span {
		font-weight: bold;
		padding-right: 16px;
		width: 100%;
		display: inline-block;
	}
}

/* ログイン */
@media screen and (max-width: 640px) {
	#main .login #login_form input[type=text] {
		font-size: 90%;
	}
	#main .login #login_form .button {
		max-width: 258px;
		margin-right: auto;
		margin-left: auto;
	}
	#main .login #login_form.apply .button {
		max-width: 262px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*初めてご利用の方*/
@media screen and (max-width: 945px) {
	#index .first .flex div {
		margin-bottom: 32px;
	}
	#index .first .flex div .button {
		max-width: 285px;
		margin-right: auto;
		margin-left: auto;
	}
}

/* その他の情報 */
.others ul li{
    padding-left: 20px;
    text-indent: -22px;
}
ul.others li{
	margin-left: 20px;
	text-indent: -22px;
}
.others ul li .pdf:before{
    position: relative;
    left: 0px;
}
ul.others li .pdf:before {
	position: relative;
    left: 0px;
}


/*ノルスパンについて 患者さん指導ツール*/
#container section.text1 {
    margin-bottom: 32px;
}
#index .text1 .flex,
#index .text2 .flex{
	justify-content: space-between;
	gap: 16px;
}
#index a.link_arrow.stripe_blue {
	min-width: 240px;
	max-height: 44px;
}

@media screen and (max-width: 640px) {
	#index .text1 .flex,
	#index .text2 .flex{
		flex-direction: column;
		flex-wrap: wrap;
	}
	#index .text1 .flex span,
	#index .text2 .flex span{
		width: 100%;
	}
}


/*----------------------------------------------------------------------------------*/
/*施設ログイン*/
/*----------------------------------------------------------------------------------*/
@media screen and (max-width: 1059px) {
	.shisetsulogin {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 960px) {
	.shisetsulogin .login #login_form{
		width: 50% !important;
		margin: 30px 10px;
	}
	.shisetsulogin .login #login_form .dispensing_button {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 640px) {
	.shisetsulogin .flex{
		display: block;
	}
	.shisetsulogin .login #login_form{
		width: 95% !important;
		margin: 20px 10px;
	}
	.shisetsumypage .id a {
		margin-top: unset;
	}
}

/*----------------------------------------------------------------------------------*/
/*パスワードの再設定*/
/*----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#main .pass .pass_form{
		padding: 20px;
	}
	#main .pass .pass_form input{
		width: 90%;
		font-size: 90%;
	}
}

/*----------------------------------------------------------------------------------*/
/*申請フォーム*/
/*----------------------------------------------------------------------------------*/
.selectbox {
	text-align: justify;
}
.selectbox p {
	padding: 16px 0 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.selectbox .maru_num > li {
	font-size: 12px;
}
#apply_form .form input[type=text],
#apply_form .form input[type=email] {
    border-radius: 0;
}
@media screen and (max-width: 1059px) {
	input {
    font-size: 1.4rem;
	}
	#apply_form {
		padding-right: 0;
		padding-left: 0;
	}
	#apply_form .form dt {
		width: 100%;
		text-align: left;
		float: none;
		padding: 15px 0 0;
		font-weight: bold;
	}
	#apply_form .form dd {
		padding-left: 0;
		min-height: auto;
	}
	#apply_form .form dd:after {
		content: unset;
	}
	#apply_form .form select,
	#apply_form .form .long input[type=text],
	#apply_form .form input[type=text] {
		max-width: 100%;
	}
	#apply_form .form .mid input[type=text].iname {
		width: 45%;
		display: inline-block;
		max-width: 160px;
	}
	#apply_form .form .long input[type=text],
	#apply_form .form .long input[type=email] {
		width: 100%;
		max-width: 300px;
	}
	#apply_form .form .mid input[type=text] {
    margin-bottom: 10px;
	}
	#apply_form .form select#shisetsu{
		min-width: 260px;
		font-size: 80%;
	}
	#apply_form .form .short input[type=text]#tel1,
	#apply_form .form .short input[type=text]#tel2,
	#apply_form .form .short input[type=text]#tel3,
	#apply_form .form .short input[type=text]#fax1,
	#apply_form .form .short input[type=text]#fax2,
	#apply_form .form .short input[type=text]#fax3,
	#apply_form .form .short input[type=text]#facility_tel1,
	#apply_form .form .short input[type=text]#facility_tel2,
	#apply_form .form .short input[type=text]#facility_tel3,
	#apply_form .form .short input[type=text]#workplace_tel1,
	#apply_form .form .short input[type=text]#workplace_tel2,
	#apply_form .form .short input[type=text]#workplace_tel3,
	#apply_form .form .short input[type=text]#doctor_tel1,
	#apply_form .form .short input[type=text]#doctor_tel2,
	#apply_form .form .short input[type=text]#doctor_tel3,
	#apply_form .form .short input[type=text]#pharmacist_tel1,
	#apply_form .form .short input[type=text]#pharmacist_tel2,
	#apply_form .form .short input[type=text]#pharmacist_tel3{
		margin: 5px 3px 5px 1px;
	}
	#apply_form input#yuubinNo1,
	#apply_form input#yuubinNo2,
	#apply_form input#tel1,
	#apply_form input#tel2,
	#apply_form input#tel3,
	#apply_form input#fax1,
	#apply_form input#fax2,
	#apply_form input#fax3{
		min-width: 50px;
	}
	#apply_form input[type="submit"],
	#apply_form input[type="reset"]{
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		width: calc((100% - 32px) / 2);
		max-width: 192px;
	}
	#apply_form .form dd .small {
		display: block;
	}
	.selectbox {
		border: dotted 1px #ccc;
		padding: 0 10px 8px;
		margin-top: 8px;
		font-weight: normal;
	}
}
@media (max-width: 640px) {
	input {
    font-size: 1.7rem;
	}
	#apply_form input[type=checkbox] + label[for="applied_job_kbn_1"], 
	#apply_form input[type=checkbox] + label[for="applied_job_kbn_2"], 
	#apply_form input[type=radio] + label[for="interest_field_1"], 
	#apply_form input[type=radio] + label[for="interest_field_2"], 
	#apply_form input[type=radio] + label[for="interest_field_3"], 
    #apply_form input[type=radio] + label[for="interest_field_4"]{
        width: 35%;
    }
	#apply_form .btn a.iframe3 {
		margin-top: 5px;
	}
	#apply_form .box h3 {
		font-size: 16px;
		/*font-weight: bold;*/
	}	
	#apply_form .box h3.cation {
		font-size: 16px;
	}
}

	#apply_form .box2 .inner p a{
			line-break: anywhere;
	}


/* 卒業年度参考表 */
.search .graduation input[type="text"],
.search select#sotsugyouNendo {
    padding: 0 1em;
}


/*----------------------------------------------------------------------------------*/
/*ダウンロードページ（メイン）*/
/*----------------------------------------------------------------------------------*/

/* memo */
/* bodyにIDdownload追記 */
/* ↑ download.php  download2.php  */

@media screen and (max-width: 1059px){
	body#download #container {
		display: flex;
		flex-flow: column-reverse;
	}
	body#download #container #main {
		max-width: none;
		width: 100%;
		padding-right: 0;
		float: none;
	}
	body#download #container #side {
		width: 100%;
		float: none;
		display: flex;
		justify-content: right;
	}
	body#download #container #side .account {
		max-width: 400px;
		width: 100%;
		margin: 0 auto 30px;
	}
	body#download #container #side .download {
		display: none;
	}
	body#download #main .download .right {
		max-width: calc(100% - 205px);
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	body#download #main .download .right {
		max-width: none;
		margin-top: 16px;
		padding: 0 8px;
	}
	body#download .intro ul {
		width: calc(100% - 16px);
		text-align: left;
	}
	body#download .intro ul li {
		width: 100%;
	}
	body#download .intro ul li:not(:last-child) {
		margin-bottom: 3px;
	}
	body#download .intro ul li a.link_down{
		display: block;
	}
	body#download #main .download img {
		display: none;
	}
	body#download #main .download ul.three li,
	body#download #main .download ul.four li{
		width: 100%;
		text-align: left;
		padding: 0 16px;
	}
	/*body#download #container #side {
		width: 100%;
	}*/
	
	#download #main .download .left {
		width: 100%;
	}
	#download #main .download .left br {
		display: none;
	}
	#download #main .download .link_arrow {
		max-width: 100%;
	}
	#download #main .download.text ul li {
		padding: 0 !important;
	}
	#download #main .download.text ul li br {
		display: none;
	}
	#download #main .download p.single {
		line-height: 1.5;
	}
	#download #main .download h4 {
		font-size: 16px;
	}
}


/*----------------------------------------------------------------------------------*/
/*プライバシーポリシー*/
/*----------------------------------------------------------------------------------*/

/* memo */
/* bodyにIDprivacy追記 */
/* ↑ policy.php  policy2.php  */

@media screen and (max-width: 1059px){
	body#privacy #container {
		display: flex;
		flex-flow: column-reverse;
	}
	body#privacy #container #main {
		max-width: none;
		width: 100%;
		padding-right: 0;
		float: none;
	}
	body#privacy #container #side {
		width: 100%;
		float: none;
		display: flex;
		justify-content: right;
	}
	body#privacy #container #side .account {
		max-width: 320px;
		width: 100%;
	}
	body#privacy #container #side .download {
		display: none;
	}
}


/*----------------------------------------------------------------------------------*/
/*調剤者の種類選択*/
/*----------------------------------------------------------------------------------*/

@media screen and (max-width: 750px) {
	.check .btnBox ul.flex {
		flex-direction: column;
	}
	.check .button {
		max-width: 311px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*----------------------------------------------------------------------------------*/
/*医療機関・薬局の登録に関する確認事項（医師用・薬剤師用）*/
/*----------------------------------------------------------------------------------*/

#apply_form .box ul.checkbox {
    margin-bottom: 20px; /* 余白調整 */
}
#apply_form .box ul.checkbox li {
    margin-top: 15px; /* 余白調整 */
}
@media screen and (max-width: 640px) {
	#apply_form .box ul.checkbox {
		margin-bottom: 0px; /* 余白調整 */
	}
	#apply_form .rightBox {
		text-align: left;
	}
	#apply_form .rightBox a {
		display: inline-block;
		font-size: 90%;
	}
	/*#apply_form form[action="shisetsu_form_doctor.php"] .box {
    padding: 100px 15px 20px; 
	}*/
	#apply_form form[action="shisetsu_check_doctor_confirm.php"] .box {
    padding: 100px 15px 20px; 
	}
}

/*----------------------------------------------------------------------------------*/
/*↓ 以下、医師マイページ ↓*/
/*----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/*トップ*/
/*----------------------------------------------------------------------------------*/
#mypage #data {
	width: calc(100% - 400px);
}

/* 先生氏名～ステータス */
@media screen and (max-width: 950px) {
	#mypage #status {
		width: 100%;
		float: none;
	}
	#mypage #data {
		width: 100%;
		padding-left: unset; 
		margin-top: 32px;
	}
}

@media screen and (max-width: 900px) {
	#mypage .form .address,
	#mypage .form .name {
		width: 100%;
		padding: 0;
		float: none;
	}
	#mypage .form .address dl {
		padding-top: 5px;
		margin-bottom: 15px;
	}
	#mypage .form .address dt {
		width: 60px;
		padding: 16px 0;
		text-align: left;
	}
	#mypage .form .address dd {
		padding-left: 70px;
	}
	#mypage .form .address select {
		width: 100%;
		max-width: 128px;
	}
	#mypage .form .name dt,
	#mypage .form dt,
	#mypage .form .address dt {
		width: 100%;
		padding: 0;
		text-align: left;
		float: none;
		margin-top: 12px;
	}
	#mypage .form .name dd,
	#mypage .form dd,
	#mypage .form .address dd {
		padding: 4px 0;
		padding-left: 0;
		display: flex;
		justify-content: left;
        gap: 5px;
	}
	#mypage .form input[type=text] {
		width: 45%;
		max-width: 128px;
	}
}
@media screen and (max-width: 640px) {
	#mypage #account {
		padding: 16px;
	}
	#mypage #account h2.id {
		justify-content: center;
		margin-bottom: 32px;
		padding: 0 0 8px;
		font-size: 16px;
		display: flex;
		align-items: end;
		/* word-break: keep-all; */
		max-width: 100%;
		position: static;
	}
	#mypage #account h2.id span {
		margin-right: 10px;
		min-width: 45px;
	}
	#mypage #account h2.id a {
		float: none;
		bottom: 0;
		margin-top: unset;
		padding: 10px 8px 8px 24px;
		position: relative;
	}
	#mypage #account h2.id a.link_arrow:before {
		left: 6px;
	}
	#mypage #account h2.id a.link_arrow:after {
		left: 10px;
	}
	#mypage #status .chapter {
		padding: 8px 0;
	}
	#mypage #status table th {
		padding-right: 10px;
	}
	#mypage #status table td.ratio {
		padding: 0;
	}
	#mypage #status table td.play {
	}
	#mypage .form h4 {
		padding-top: 0;
		margin-bottom: 0;
		font-size: 16px;
	}
	#mypage .btnBox {
		width: 80%;
		margin: 16px auto 0;
	}
}
@media screen and (max-width: 360px) {
	#mypage #status table td.ratio ul li {
		width: 7px;
	}
}

/* アカウント情報 */

#mypage #data dd > span {
    margin-left: -1em;
}

@media screen and (max-width: 640px) {
	#mypage #data dl {
		display: flex;
		flex-wrap: wrap;
	}
	#mypage #data dt {
		width: 105px;
		float: none;
		clear: none; 
		z-index: -100;
	}
	#mypage #data dt:after {
		right: 5px;
	}
	#mypage #data dd {
		width: calc(100% - 105px);
		padding-left: 0;
		padding-bottom: 8px;
	}
	#mypage #data dd:last-child {
		padding-bottom: 0;
	}
	#mypage #data a.link_arrow.stripe_indigo,
	#mypage #data a.link_arrow.stripe_orange {
		width: 100%;
		max-width: 240px;
	}
	#mypage #data dd:last-child a {
		width: 100%;
		/*max-width: 100% !important;*/
	}
}

/* 適正使用・資材DL */
@media screen and (max-width: 1059px){
	#download #main #area02 ul.three li {
		text-align: left;
	}
	#download #main #area03 ul.three li {
		text-align: left;
	}
	#download #main #area03 ul.four li {
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	#mypage #second .content {
		width: 100%;
		padding-right: unset;
	}
	#mypage #second .download {
		width: 100%;
		padding-left: unset;
	}
}

/*----------------------------------------------------------------------------------*/
/*↓ 以下、薬剤師マイページ ↓*/
/*----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/*トップ*/
/*----------------------------------------------------------------------------------*/

#mypage .form input[type=text] {
	border-radius: 0;
}

@media screen and (max-width: 1059px){
	#mypage .apply .link_arrow {
		margin-top: 4px;
	}
}

@media screen and (max-width: 900px){
	#mypage .apply .form .clearfix dl {
		border-bottom: dotted 1px #999;
	}
}


@media screen and (max-width: 640px) {
	#mypage .apply .link_arrow {
		float: none;
	}
	#mypage .box .address {
		width: 100%;
		padding-right: unset;
	}
	#mypage .box .name {
		width: 100%;
		padding-left: unset;
	}
	#mypage #account #status ul li span{
		display: block;
	}
}

/*----------------------------------------------------------------------------------*/
/*地元医師の照会*/
/*----------------------------------------------------------------------------------*/

@media screen and (max-width: 1059px) {
	#mypage.shoukai #container {
		display: flex;
        flex-flow: column-reverse;	
	}
	#mypage.shoukai #container #side {
        width: 100%;
        float: none;
        display: flex;
        justify-content: right;
		flex-direction: column;
    }
	#mypage.shoukai #container #side .account{
		max-width: 400px;
        width: 100%;
        margin: 0 auto 30px;
	}
	#mypage.shoukai #container #side .download{
		max-width: 400px;
        width: 100%;
        margin: 0 auto 30px;
	}
}


/*----------------------------------------------------------------------------------*/
/*処方元医師の適正使用講習e-learning受講状況　確認結果*/
/*----------------------------------------------------------------------------------*/

@media screen and (max-width: 1059px){
	#mypage #container #main {
		max-width: none;
		width: 100%;
		padding-right: 0;
	}
	#mypage #container .main.inquiry #exp .right{
		float: none;
	}
	#mypage #container #main section.form #frm dd.mid span.small{
		display: block;
    	margin-top: 5px;
	}
}

@media screen and (max-width: 640px) {
	#mypage #container .main.inquiry #exp .left,
	#mypage #container .main.inquiry #exp .left img{
		width: 100% !important;
	}
	#mypage #container .main.inquiry #exp h4 {
		font-size: 16px; 
	}
	#mypage #container .main.inquiry #exp h3 {
		font-size: 14px; 
	}
}


/*----------------------------------------------------------------------------------*/
/*↓ 以下、デザイン変更 ↓*/
/*----------------------------------------------------------------------------------*/

.stripe_navy {
	background: url(../img/gnavi_bg.gif) left top repeat-x;
}
header nav {
    min-height: 40px;
}
#container h2 {
	border-bottom: solid 3px #302d94;
}
header h1 img {
    max-width: 426px;
}
#main .news h2:after,
#main .about h2:after,
#index .first h2:after {
	border-bottom: none;
}
.about aside {
    border: solid 1px #000;
}
.scrollBox {
    overflow-y: scroll;
    padding: 10px 5px 5px 5px;
    border: solid 1px #000;
	height: 102px;
}
#main .about p{
	color: #302d94;
	font-weight: bold;
}
#index .first .flex div,
#index .first .flex div#pharmacist,
#index .first .flex div#dispensing {
	position: relative;
	background: #fff;
	border: solid 2px #cdcdcd;
	padding: 45px 16px 16px 16px;
	border-radius: 10px;
}
#index .first .flex div h3 {
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    padding: 5px 16px;
    color: white;
    width: calc(100% + 3px);
    border-radius: 10px 10px 0 0;
}
#index .first .flex div#doctor h3 {
	background: #3c963c;
}
#index .first .flex div#pharmacist h3 {
	background: #754688;
}
#index .first .flex div#dispensing h3 {
	background: #d7822d;
}
#index .first .flex div .button {
	border-radius: 10px;
	color: white;
	font-weight: bold;
	box-shadow: 0 5px 3px 0 #cacaca;
}
#index .first .flex div#doctor .button {
	background: linear-gradient(to bottom, #ffffff -90%, #056e05);
}
#index .first .flex div#pharmacist .button {
	background: linear-gradient(to bottom, #ffffff -90%, #754688);
}
#index .first .flex div#dispensing .button {
	background: linear-gradient(to bottom, #ffffff -90%, #ee841b);
}
#index .first .flex div#doctor ul.point {
	color: #3c963c;
	font-weight: bold;
}
#index .first .flex div#pharmacist ul.point {
	color: #754688;
	font-weight: bold;
}
#index .first .flex div#dispensing ul.point {
	color: #d7822d;
	font-weight: bold;
}

/* タイトル */
#container h2.bga {
    color: #2B2855;
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: normal;
	padding: unset;
	border-bottom: none;
	background: none;
	position: static;
}
#second .download h2:after,
#second .content h2:after,
#mypage #data h2:after,
#mypage #status h2:after,
#mypage #status h2:after,
.main.inquiry .form h2:after,
.main.inquiry .form h2:after,
#mypage .apply h2:after,
.main.inquiry #exp h2:after{
    border-bottom: none; 
}
@media screen and (max-width: 640px){
	#container h2.bga {
		font-size: 21px;
	}
}

/* 申請フォーム */

#apply_form .box span.line_red{
	font-weight: bold;
    color: #B10A0E;
	text-decoration: underline;
}
#apply_form .box span.line{
	font-weight: bold;
}
#apply_form .box {
    border: solid 1px #908eb7;
    background: url(../img/attbox_bg.gif) -20px center no-repeat #e8e8f0;
    padding: 15px 15px 8px 110px;
}
#apply_form h2 {
    font-size: 18px;
    background-color: rgb(48, 45, 148);
    border-radius: 5px;
    color: white;
    font-size: 160%;
    padding: 5px 5px 0 5px;
}
#apply_form .rightBox a {
    margin-bottom: 5px;
}
@media screen and (max-width: 640px){
	#apply_form .box {
		background: url(../img/attbox_bg.gif) top center no-repeat #e8e8f0;
		padding: 100px 15px 7px;
	}
}
