@charset "utf-8";
/* CSS Document */

html,
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	
}


/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color: #000000;/*文字の色：青*/
    font-style: normal;
    text-decoration: none;/* なし */
}
a:hover {/*カーソルを合わせたときの色*/
    color: #000000;/*文字の色：赤*/
    font-style: normal;/* 下線 */
}
a:visited {/*カーソルを合わせたときの色*/
    color: #000000;/*文字の色：赤*/
    font-style: normal;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration: none;/* なし */
    color: #000000;
}

p{
	font-size: 15px;
	line-height: 1.8em;
	padding-top: 20px;
	padding-bottom: 20px;
}

h1{
}

h2{
}

h3{
}

h4{
}

hr{
	
}

/*シンプルボタン*/
.btn{
    font-size: 16px;
    text-align: center;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}

/*ページリンク用ボタン１*/
.btn2{
    text-align: center;
    color: #FFFFFF;
    background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
}

.btn2 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn2 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn2 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn2  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/


/*ページリンク用ボタン２*/
.btn3{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/

/*ページリンク用ボタン4*/
.btn4{
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
}

.btn4 a :link{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn4 a :hover{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn4 a :active{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn4  a :visited{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/

/*ページリンク用ボタン５*/
.btn5{
    width: 45%;
    height: auto;
	margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn5 a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}


/*--------------------*/

/*問診表・クラブ規約リンクボタン*/
.btn-pdf{
    width: 50%;
    height: auto;
	margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-pdf a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/

/*種目別ページリンクボタン*/
.btn-menu{
    width: 70%;
    height: auto;
    margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-menu a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*矢印付きボタン*/
.arrow-button{
    /* ボタンのCSS */
    background-color: #00784B;
    border-radius: 8px;
    box-shadow: 0 4px 0 #00613D;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #00784B;
}

.arrow-button::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button:link {
    /* ボタンのCSS */
    background-color: #00784B;
    border-radius: 8px;
    box-shadow: 0 4px 0 #00613D;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button:hover{
    /* ボタンのCSS */
    background-color: #00784B;
    border-radius: 8px;
    box-shadow: 0 4px 0 #00613D;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button:active{
    /* ボタンのCSS */
    background-color: #00784B;
    border-radius: 8px;
    box-shadow: 0 4px 0 #00613D;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button:visited{
    /* ボタンのCSS */
    background-color: #00784B;
    border-radius: 8px;
    box-shadow: 0 4px 0 #00613D;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン2*/
.arrow-button2{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 0.6rem 1rem 0.5rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button2::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #323232;
    border-right: solid 2px #323232;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button2:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 0.6rem 1rem 0.5rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button2:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 0.6rem 1rem 0.5rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button2:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 0.6rem 1rem 0.5rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button2:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 0.6rem 1rem 0.5rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン3*/
.arrow-button3{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0C5A30;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button3::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #00784B;
    border-right: solid 2px #00784B;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button3:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0C5A30;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button3:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0C5A30;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button3:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0C5A30;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button3:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0C5A30;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン4*/
.arrow-button4{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #2255EE;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button4::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #2255EE;
    border-right: solid 2px #2255EE;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button4:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #2255EE;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button4:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #2255EE;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button4:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #2255EE;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button4:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #2255EE;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン5*/
.arrow-button5{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #A47500;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button5::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #A47500;
    border-right: solid 2px #A47500;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button5:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #A47500;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button5:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #A47500;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button5:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #A47500;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button5:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #A47500;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン6*/
.arrow-button6{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #DD3333;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button6::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #DD3333;
    border-right: solid 2px #DD3333;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button6:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #DD3333;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button6:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #DD3333;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button6:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #DD3333;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button6:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #DD3333;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン7*/
.arrow-button7{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #9E005D;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button7::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #9E005D;
    border-right: solid 2px #9E005D;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button7:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #9E005D;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button7:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #9E005D;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button7:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #9E005D;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button7:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #9E005D;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン8*/
.arrow-button8{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0E214A;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button8::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #0E214A;
    border-right: solid 2px #0E214A;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button8:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0E214A;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button8:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0E214A;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button8:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0E214A;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button8:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #0E214A;
    display: block;
    padding: 8px;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

/*矢印付きボタン10*/
.arrow-button10{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 1rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 0 #9E9E9E;
}

.arrow-button10::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #323232;
    border-right: solid 2px #323232;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

.arrow-button10:link {
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 1rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;

}

.arrow-button10:hover{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 1rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button10:active{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 1rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}

.arrow-button10:visited{
    /* ボタンのCSS */
    background-color: #E9E9E9;
    border-radius: 8px;
    box-shadow: 0 4px 0 #9E9E9E;
    color: #252525;
    display: block;
    padding: 1rem 1rem;
    position: relative; /* position: relative;で矢印の位置を基点とさせます */
    text-align: center;
    text-decoration: none;
}


/*フォントの色設定*/

.red{
	color: red;
}

.green{
	color: #006835;
}

.green2{
    color: #00BC61;
}

.orange{
    color: #FF7E00;
}

.orange2{
    color: #CD0000;
}

.blue1{
	color: rgba(0,59,179,1.00);
}

.navy{
}

.purple{
    color: #b52d85;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}

/*背景色　ブルー1*/
.bg-blue1{
	background-color: #005289;
}

/*装飾　ボーダー*/
.border1{
    border-bottom: 5px solid #BEBEBE;
    border-top: 5px solid #BEBEBE;
}

.border2{
    border-bottom: 5px solid #BEBEBE;
}

.border3{
    border-bottom: 5px solid #C30D23;
}

.border4{
    border-bottom: 5px solid #006835;
}

.border5{
    border-bottom: 5px solid #0E214A;
}

.border6{
    border-bottom: 5px solid ;
    border-top: 5px solid #BEBEBE;
}



/***************************************************************************************************************/


/*タブレット用*/
@media (min-width: 768px){
	
body {
	margin-left: auto;
    margin-right: auto;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    padding: 0px;
    text-size-adjust: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
	
p {
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 20px;
    padding-bottom: 20px;
}	
	
/*シンプルボタン*/
.btn{
    font-size: 16px;
    text-align: center;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}

/*ページリンク用ボタン1*/
.btn2{
    text-align: center;
    color: #FFFFFF;
    background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
}

.btn2 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn2 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn2 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn2  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}


/*--------------------*/


/*ページリンク用ボタン２*/
.btn3{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/
	
/*ページリンク用ボタン4*/
.btn4{
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
}

.btn4 a :link{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn4 a :hover{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn4 a :active{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn4  a :visited{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/
	
/*ページリンク用ボタン５*/
.btn5{
    width: 45%;
    height: auto;
	margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn5 a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}


/*--------------------*/

/*問診表・クラブ規約リンクボタン*/
.btn-pdf{
    width: 50%;
    height: auto;
	margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-pdf a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/

/*種目別リンクボタン*/
.btn-menu{
    width: 70%;
    height: auto;
    margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-menu a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

	
/*装飾　ボーダー*/
.border1{
    border-bottom: 5px solid #BEBEBE;
    border-top: 5px solid #BEBEBE;
}
	
.border2{
    border-bottom: 5px solid #BEBEBE;
}
	
.border3{
    border-bottom: 5px solid #C30D23;
}
	
.border4{
    border-bottom: 5px solid #006835;
}
	
.border5{
    border-bottom: 5px solid #0E214A;
}
	
}


/***************************************************************************************************************/

/*デスクトップ用*/

@media (min-width: 1024px){
	
body {
    margin-left: auto;
    padding: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}
	
/*シンプルボタン*/
.btn{
    font-size: 16px;
    text-align: center;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}

/*ページリンク用ボタン１*/
.btn2{
    text-align: center;
    color: #FFFFFF;
    background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
    text-decoration: none;
}

.btn2 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn2 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn2 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn2  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

/*--------------------*/


/*ページリンク用ボタン２*/
.btn3{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/
	
/*ページリンク用ボタン４*/
.btn4{
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.3em;
}

.btn4 a :link{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn4 a :hover{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn4 a :active{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn4  a :visited{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

/*--------------------*/

/*ページリンク用ボタン５*/
.btn5{
    width: 45%;
    height: auto;
	margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn5 a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}


/*--------------------*/

/*問診表・クラブ規約リンクボタン*/
.btn-pdf{
    width: 50%;
    height: auto;
	margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-pdf a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}
	
/*--------------------*/

/*種目別リンクボタン*/
.btn-menu{
    width: 70%;
    height: auto;
    margin: 10px auto 0px auto;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-menu a :link{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :hover{	
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :active{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu  a :visited{
	width: 50%;
	height: auto;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}
	
/*装飾　ボーダー*/
.border1{
    border-bottom: 5px solid #BEBEBE;
    border-top: 5px solid #BEBEBE;
}
	
.border2{
    border-bottom: 5px solid #BEBEBE;
}
	
.border3{
    border-bottom: 5px solid #C30D23;
}
	
.border4{
    border-bottom: 5px solid #006835;
}
	
.border5{
    border-bottom: 5px solid #0E214A;
}
	
}


/***************************************************************************************************************/

/*デスクトップ用　横幅1280px*/

@media (min-width: 1280px){
	
/*装飾　ボーダー*/
.border1{
    border-bottom: 10px solid #BEBEBE;
    border-top: 10px solid #BEBEBE;
}
	
.border2{
    border-bottom: 5px solid #BEBEBE;
}
	
.border3{
    border-bottom: 5px solid #C30D23;
}
	
.border4{
    border-bottom: 5px solid #006835;
}
	
.border5{
    border-bottom: 5px solid #0E214A;
}
	
/*シンプルボタン*/
.btn{
    font-size: 16px;
    text-align: center;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}

/*ページリンク用ボタン１*/
.btn2{
    text-align: center;
    color: #FFFFFF;
    background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 10px 15px;
    text-decoration: none;
}

.btn2 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn2 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn2 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn2  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #005434;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

/*--------------------*/


/*ページリンク用ボタン２*/
.btn3{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :link{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :hover{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3 a :active{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn3  a :visited{
	text-align: center;
	color: #FFFFFF;
	background-color: #2255EE;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

/*--------------------*/
	
/*ページリンク用ボタン４*/
.btn4{
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 2px 10px 3px 10px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.3em;
}

.btn4 a :link{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn4 a :hover{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn4 a :active{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.btn4  a :visited{
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
	text-decoration: none;
}

/*--------------------*/

/*ページリンク用ボタン５*/
.btn5{
    width: 45%;
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn5 a :link{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :hover{	
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5 a :active{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn5  a :visited{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}


/*--------------------*/

/*問診表・クラブ規約リンクボタン*/
.btn-pdf{
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-pdf a :link{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :hover{	
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf a :active{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-pdf  a :visited{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}
	
/*--------------------*/

/*種目別リンクボタン*/
.btn-menu{
    width: 70%;
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    text-align: center;
    color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #9ABBC4;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3em;
    clear: none;
}

.btn-menu a :link{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :hover{	
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu a :active{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.btn-menu  a :visited{
	width: 50%;
	height: auto;
	margin: 0px auto;
	text-align: center;
	color: #00523C;
    background-color: #EDEDED;
    border: 1px solid #005267;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
	text-decoration: none;
}
	
	
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block!important;}
.sp { display: none !important;}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }

}







	
	
