@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

header, nav, section, article footer {display:block;}

ol, ul {list-style: none;}
table {border-collapse:collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;/* text-align: left; */}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


* {
	padding: 0;
	margin: 0;
}
strong {
	font-weight: bold;
}


@media screen and (max-width:768px){

.pc {display:none!important;}

.sp {display:block!important;}

}

.pc {display:block;}
.sp {display:none;}


/* -------------------------------------------------------------- */

body{
	color:#333;
	line-height:1.5;
	-webkit-text-size-adjust: none;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
}

#sikaku, #seido, #plan01, #plan02, #hogo, #form { padding-top:100px; margin-top:-100px; }


/* Image Module
----------------------------------------------------------------- */


img{
border:0;
vertical-align:bottom;
}

a img:hover, input#Kakunin:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-filter: "alpha( opacity=50 )";
	background-color:transparent;
}

h1 a img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-ms-filter: "alpha( opacity=100 )";
	background-color:transparent;
}




/* リンク設定
------------------------------------------------------------*/
a{
	color: #3333CC;
	text-decoration: underline;
}
a:hover{
	color: #3333CC;
}
a:active, a:focus{outline:0;}




/* 空き調整
------------------------------------------------------------*/

.Left {
	float: left;
}
.Right {
	float: right;
}

img.Center { display:block; margin:0 auto; }

.MT20 {
	margin-top: 20px!important;
}
.MT10 {
	margin-top: 10px;
}

.MT5 {
	margin-top: 5px;
}

.MT30 {
	margin-top: 30px!important;
}
.MT40 {
	margin-top: 40px!important;
}

.MB20 {
	margin-bottom: 20px!important;
}
.MB30 {
	margin-bottom: 30px!important;
}
.MB40 {
	margin-bottom: 40px!important;
}

.MB50 {
	margin-bottom: 50px!important;
}
.ML20 {
	margin-left: 20px;
}

PT30 { padding-top:30px!important; }


.PT20 {
	padding-top: 10px!important;
}
.PT30 {
	padding-top: 30px!important;
}
.PT40 {
	padding-top: 40px!important;
}
.PL50 {
	padding-left: 50px!important;
}


@media screen and (max-width:768px){
	
.MT30 {margin-top: 30px!important;}

.PT40 {padding-top:20px!important;}

.MT40 {margin-top: 20px!important;}

}



/* 高さ調整
------------------------------------------------------------*/

html,body{
height: 100%;
width:100%;
}

body > #wrapper {
　height: auto;
}

#Wrapper {
	min-height: 100%;
	overflow: hidden;
	background-color: #A9C6E2;
	width: 100%;
}


/*///フォームエラー///*/

ul.error {
	list-style-type: none!important;
	color:red;
	font-size:16px;
	margin-bottom:10px!important;

}

p.ErrorBox {
	padding:8px;
	background-color:#FCC;
	width:100%;
	text-align:center!important;
	margin-bottom:10px!important;
}

ul.error li em, p em {
	font-variant: normal;
	color: #F00;
	font-size:16px;
}

.error em {
	font-variant: normal;
	color: #F00;
	font-size:16px;
}

@media only screen and (orientation:landscape){
	
/* Portraitモード（縦向き）用 */
#wrapper {
	width:1024px;
}

}


/*************
/* 全体共通
*************/

/* ヘッダー*/

header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/common/heder_newback.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:29px;
	box-sizing:content-box;
}

.HeaderInner {
	width: 930px;
	height:111px;
	margin:auto;
	position:static;
}

.HeaderInner img {
	position:absolute;
	left:600px;
	top:20px;
}

.HeaderInner h1 {
	padding-top:32px;
	box-sizing:content-box;
}

.HeaderInner h1 a {
	color:#FF3366!important;
	text-decoration:none;
	font-size:23px;
	font-weight:bold;
	line-height:1!important;
}

.HeaderInner h1 a span.h1sec {
	font-size:80%;
}

.HeaderInner h1 a span.h1mid {
	font-size:70%;
}

.HeaderInner h1 a span.h1sml {
	font-size:60%;
}


@media screen and (max-width:768px){

header {
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	background-color:#EAE7E1;
	padding-top:20px;
}

.HeaderInner {
	width: 95%;
	height:initial;
}

.HeaderInner h1 a {
	font-size:20px;
}

.HeaderInner h1 {
	padding-top:0px;
	box-sizing:initial;
	height: 60px;
	text-align:center;
}

.HeaderInner h1 a span.h1sec {
	font-size:70%;
}

.HeaderInner h1 a span.h1mid {
	font-size:60%;
}

.HeaderInner h1 a span.h1sml {
	font-size:50%;
}


.Inner {
	width:98%;
}

.Inner img {width: 100%;}

article {
	padding:0 20px;
}

main.home-main {
	width:100%;
}
	
}


/* 各囲み*/

section {
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 40px;
}

article {
	overflow: hidden;
	widht:100%;
}

@media screen and (max-width:768px){

section {
	width:100%;
}

section.backgr {
	padding-bottom: initial;
}
	
}


/* ナビ*/

nav {
	width: 100%;
	background-color: #4382C0;
}


nav ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	padding-block: 24px;
}


nav ul li {
	float: left;
	width: auto;
	margin-right: 1rem; /*/ 2021.10調整 */
}


nav ul li a {
	display: block;
	text-align: center;
	background-color: #4382C0;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	box-sizing:content-box;
	padding: 8px 12px;
}

nav ul li:last-child {
	margin-right:0px;
}

nav ul li a:hover, nav ul li a.on {
	display: block;
	text-align: center;
	color: #FFFF26;
}

@media screen and (min-width:769px) and (max-width:1024px){

nav ul li {
	margin-right: 57px;
}

}


/* フッター*/

footer {
	overflow: hidden;
	color: #FFF;
}

.Inner {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}

#BackIcon {
	background-image:url(../image/common/footer_backicon.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:930px;
	margin:0 auto;
}



#FooterBottom {
	width:100%;
	padding:10px 0;
	box-sizing:content-box;
	background-color:#4382C0;
	overflow:hidden;
}


#BackIcon ul {
	width:100%;
	padding:20px 0;
	overflow:hidden;
}

#BackIcon ul li {
	float:left;
	margin-right:37px; /*/2021.10調整 */
}

#BackIcon ul li:last-child {
	margin-right:0;
}

#BackIcon ul li a {
	text-decoration:none;
	display:block;
	color:#FFF;
	font-weight:bold;
}

#BackIcon ul li a:hover {
	font-weight:bold;
	color:#FFFF26;
}

#BackIcon ul li > ul {
	padding:10px 0;
	line-height:160%;
}

#BackIcon ul li > ul li {
	font-size:12px;
	float:none;
	margin:0;
}

#BackIcon ul li > ul li a, #BackIcon ul li > ul li a:hover {
	font-weight:normal;
}

#BackIcon ul li a.on {
	color:#FFFF26;
}

@media screen and (max-width:768px){

#BackIcon .Inner {width:100%;padding:0 15px;box-sizing: border-box;}

.Inner {
	width: 98%;
	/* padding:0 5px; */
}

section.backgr .Inner {
	padding:0px!important;
}

#BackIcon {
	width: 100%;
}

#BackIcon ul li {
	float:none;
	margin-right:0px;
	margin-bottom:10px;
}

#BackIcon img {
	width: 100%;
}

}
	


/*///ヘッダ固定///*/

.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

@media screen and (max-width:768px){

nav {
	width:100%;
	display:block;
	height:initial;
}


nav ul {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border-bottom:#999!important;
	background-color:#999;
	height:initial;
}

nav ul li {
	width:100%;
	float: left;
	margin-left:0px;
	height:36px;
	line-height:36px;
}

nav ul li a {
	text-align:center;
	display:block!important;
	border-bottom:#fff!important;
	height:36px;
	line-height:36px;
}

nav ul li a.on, nav ul li a:hover {
	border-bottom:#999!important;
}


/*///ヘッダ固定///*/

.fixed {
	display: none;
	position: static;
	top: 0px;
	width: 100%;
	z-index: 10000;
}


#TopImage, #AboutImage {
	width:90%;
	height:auto;
	margin:0 auto;
	display:block;
}

.Inner.w867 img {
	width:100%;
	height:auto;
	margin-bottom: 5px;
}

}


/*///トップページ///*/

/*************
/* メインイメージ
*************/

.MainImage {
	width:100%;
	margin:auto;
	position:relative;
}

#MainCopy {
	position:absolute;
	left:20%;
	top:20px;
}

.MainImage img {
	width:100%;
	margin:auto;
	max-width:100%;
	min-width:930px;
	height:auto;
}

.backgr { background-color:#FFF; padding-bottom:0px!important; }


@media screen and (max-width:768px){

.MainImage img {
	max-width:initial;
	min-width:initial;
	height:auto;
}

}


/*************
/* サブナビボタン
*************/

ul#Bt_SubNavi {
	width:930px;
	height:auto;
	margin: 40px auto 0 auto; 
	overflow:hidden;
}

ul#Bt_SubNavi li#Bt_SubNavi_Left {
	background-image:url(../image/index/btn_entry.png);
	background-position:center -240px;
	background-repeat:no-repeat;
	float:left;
	margin-right:40px;
}

ul#Bt_SubNavi li#Bt_SubNavi_Right {
	background-image:url(../image/index/btn_qa.png);
	background-position:center -240px;
	background-repeat:no-repeat;
	display:block;
	float:right;
}

ul#Bt_SubNavi li#Bt_SubNavi_Left:hover {
	background-position:center top;
	cursor:pointer;
}

ul#Bt_SubNavi li#Bt_SubNavi_Left a {
	width:500px;
	height:240px;
	text-decoration:none;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

ul#Bt_SubNavi li#Bt_SubNavi_Right:hover {
	background-position:center top;
	cursor:pointer;
}

ul#Bt_SubNavi li#Bt_SubNavi_Right a {
	width:390px;
	height:240px;
	text-decoration:none;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


@media screen and (max-width:768px){
	
ul#Bt_SubNavi {
	width: 95%;
	margin:40px auto 0 auto;
}

ul#Bt_SubNavi li#Bt_SubNavi_Left, ul#Bt_SubNavi li#Bt_SubNavi_Right {
	width:100%;
	float:none;
}

ul#Bt_SubNavi li#Bt_SubNavi_Left {
	margin-bottom:30px;
	width: 100%;
	margin: 0 auto 30px auto;
	background-size: 95%;
	background-position: center top;
	background-image:url(../image/index/btn_entry_sp.png);
}

ul#Bt_SubNavi li#Bt_SubNavi_Right {
	margin-bottom:30px;
	width: 100%;
	margin: 0 auto 0px auto;
	background-size: 95%;
	background-position: center top;
	background-image:url(../image/index/btn_qa_sp.png);
}
	
}

@media screen and (min-width:748px) and (max-width:768px) {

ul#Bt_SubNavi li#Bt_SubNavi_Left a, ul#Bt_SubNavi li#Bt_SubNavi_Right a {
	height:430px;
}

}



/*************
/* 新着情報
*************/

.BackStripe {
	background-image:url(../image/common/stripe.png);
	background-repeat:repeat-x repeat-y;
}

#MsBox {
	width: 100%;
	border: 1px solid #CCC;
	background-color:#FFF;
}

h2.icon {
	background-color: #8EC0F0;
	background-image: url(../image/common/h2_icon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 20px 0px 15px 95px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
}

h2.iconb {
	background-color: #F8F8F0;
	background-image: url(../image/common/h2_icon_sub.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 100px;
	line-height:50px;
}

h3.MiniTitle {
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3399FF;
	border-bottom-color: #3399FF;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.MiniTitle p {
	border-left: 7px solid #CC6600;
	padding-left: 10px;
	height: 30px;
	font-size: 120%;
	line-height: 30px;
	font-weight: bold;
}

h4.SmallTitle {
	height: 67px;
	background-image: url(../image/guide/h4_title.png);
	background-position: 0px 0px;
	line-height: 67px;
	padding-left: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #993300;
}

h5.QaTitle {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #009933;
	margin-bottom: 20px;
	background-color: #D1F3DC;
}

h5.QaTitle span {
	border-left: 5px solid #009933;
	padding-left: 10px;
	color: #009933;
	font-size: 140%;
	font-weight: bold;
	margin-right: 10px;
	float: left;
	vertical-align: middle;
}

@media screen and (max-width:768px){

.BackStripe {
	padding-bottom: 20px;
}

h2.iconb {
	font-size: 12px;
}
	
h3.MiniTitle {
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.MiniTitle p {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #993300;
	padding-left: 10px;
	height: auto;
	font-size: 120%;
	line-height: 30px;
	font-weight: bold;
}

}


#NewsWrapper, DownWrapper {
	position: relative;
	overflow-y: scroll;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
}

ul.NewsList {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 290px;
}

li.ListItem {
	width: 100%;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom:#333 1px dotted;
	padding-top: 10px;
}

#DownBox {
	width: 65%;
	float: right;
	border: 1px solid #CCC;
}

#DownWrapper {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#DownWrapper p {
	font-size: 90%;
	margin-top: 10px;
}

#DownWrapper ul {
	overflow: hidden;
	margin-left: -10px;
}

#DownWrapper ul li {
	float: left;
	margin-left: 10px;
}

#DownWrapper ul li a {
	display: block;
	line-height: 160%;
	padding:20px 0;
	width: 584px;
	text-align: center;
	font-size: 140%;
	border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	background:-moz-linear-gradient(top, #FF5959, #FFD8CA);
	background:-webkit-linear-gradient(top, #FF5959, #FFD8CA1);
	background:linear-gradient(to bottom, #FF5959, #FFD8CA);
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#DownWrapper ul li a:hover {
	background:-moz-linear-gradient(top, #FFB3B3, #FFD8CA);
	background:-webkit-linear-gradient(top, #FFB3B3, #FFD8CA);
	background:linear-gradient(to bottom, #FFB3B3, #FFD8CA);
}

ul.TwoButton {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
ul.TwoButton li {
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 20px;
}

ul.TwoButton li:last-child {
	margin-right: 0px!important;
}

ul.TwoButton li a {
	display: block;
	padding: 10px;
	border: 2px solid #26ACFB;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #26ACFB;
}

ul.TwoButton li a:hover {
	display: block;
	padding: 10px;
	border: 2px solid #26ACFB;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #26ACFB;
}

ul.TwoButtonImg {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 867px;
	margin-right: auto;
	margin-left: auto;
}

ul.TwoButtonImg {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 621px;
	margin-right: auto;
	margin-left: auto;
}

ul.TwoButtonImg li {
	float: left;
	margin-left: 20px;
}


ul.InfoButton {
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
ul.InfoButton li {
	margin-bottom: 20px;
}

ul.InfoButton li:last-child {
	margin-right: 0px!important;
}

ul.InfoButton li a {
	display: block;
	padding: 10px;
	border: 2px solid #26ACFB;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #26ACFB;
	background-color: #F6FFFA;
	background-image: url(../image/common/link_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}

ul.InfoButton li a:hover {
	display: block;
	padding: 10px;
	border: 2px solid #26ACFB;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #26ACFB;
}


/*//2021.10追加/*/

ul.OneButton {
	margin:10px auto 30px auto;
	overflow: hidden;
	width: 520px;
}
ul.OneButton li {
	width: 100%;
	text-align: center;
	margin-right: 20px;
}

ul.OneButton li:last-child {
	margin-right: 0px!important;
}

ul.OneButton li a {
	display: block;
	padding: 10px;
	border: 2px solid #4382C0;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #4382C0;
}

ul.OneButton li a:hover {
	display: block;
	padding: 10px;
	border: 2px solid #4382C0;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #4382C0;
}

/*//ここまで/*/

@media screen and (max-width:768px){

ul.OneButton {
	width:100%;
}

}



ul.BtnKiyaku {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 30px;
}
ul.BtnKiyaku li {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dotted #666;
	margin-bottom: 20px;
}
ul.BtnKiyaku li a {
	display: block;
	padding: 10px;
	background-color: #F8F8F0;
	font-size: 120%;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../image/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 480px center;
}
ul.BtnKiyaku li a:hover {
	display: block;
	padding: 10px;
	background-color: #F8F8F0;
	font-size: 120%;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../image/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 480px center;
}



#KakomiMember {
	height: 147px;
	background-image: url(../image/member/kakomi_member.png);
	background-position: 0px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}
#KakomiGuest {
	height: 147px;
	background-image: url(../image/member/kakomi_guest.png);
	background-position: 0px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

#KakomiChange {
	height: 147px;
	background-image: url(../image/member/kakomi_member.png);
	background-position: 0px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

#KakomiMember p, #KakomiChange p {
	text-align: center;
}
#KakomiGuest p, #KakomiChange p {
	text-align: center;
}

.MemberTitle {
	font-size: 190%;
	margin-top: 20px;
	line-height: 2em;
	color: #26ACFB;
}


.BtnWrapper, .BtnWrapperUp {
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.BtnWrapper a, .BtnWrapperUp a {
	display: block;
}

.BtnWrapper.check p a, .BtnWrapperUp.check p a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.BtnWrapper.check:hover, .BtnWrapperUp.check:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 0px 107px;
}

.check {
	background-image: url(../image/about/btn_check.png);
	background-position: 0px 0px;
	height: 105px;
	width: 527px;
	line-height: 110px;
	font-size: 24px;
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 40px;
	vertical-align: middle;
}
.check p {
	padding-left: 70px;
}
.Kakunin {
	height: 74px;
	width: 304px;
	background-image: url(../image/check/btn_check.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 30px;
}

.Kakunin a {
	text-decoration: none;
	color: #FFF;
}
.Kakunin:hover {
	text-decoration: none;
	color: #FFF;
	background-position: 0px 74px;
}
.Seikyu {
	height: 73px;
	width: 504px;
	background-image: url(../image/guide/btn_card.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Seikyu a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
}
.Seikyu:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: 0px 73px;
}
.Catalog {
	height: 74px;
	width: 504px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Catalog a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-image: url(../image/check/btn_catalog.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Catalog a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: left -73px;
}

.Card {
	height: 73px;
	width: 504px;
	background-image: url(../image/guide/btn_card.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.Card a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
}

.Card:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: 0px 73px;
}
.Mousikomi {
	height: 73px;
	width: 504px;
	background-image: url(../image/guide/btn_mousikomi.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Mousikomi a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
}
.Mousikomi:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: 0px 73px;
}
.Relative {
	position: relative;
	height: 67px;
}
#LinkIcon {
	position: absolute;
	left: 741px;
	top: 18px;
	height: 28px;
	width: 33px;
	vertical-align: top;
	line-height: 100%;
}

@media screen and (max-width:768px){


.Catalog {
	height: 74px;
	width: 100%;
	font-size: 90%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Catalog a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../image/check/btn_catalog.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 200%;
}
.Catalog a:hover {
	color: #FFF;
	text-decoration: none;
	background-position: left -73px;
}

}



/*************
/* ピックアップ
*************/

h3.h3Title {
	width:100%;
	padding:18px 0px;
	background-color:#3399FF;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	margin-bottom:40px;
}

.BtnLinkPage {
	width:157px;
	margin:30px auto 0 auto;
}

.BtnLinkPage a {
	display:block;
	height:47px;
	background-image:url(../image/common/btn_linkpage.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.BtnLinkPage a:hover {
	background-position:center -47px;
}

.ImgCenter img {
	display:block;
	margin:40px auto 0 auto;
}


@media screen and (max-width:768px){

h3.h3Title {
	font-size:18px;
}

}


/*///お問い合わせ先（自転車会員）///*/

#ContactTitle {
	background-color: #26ACFB;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
dl.ContactBody {
	overflow: hidden;
}
dl.ContactBody dt {
	float: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #26ACFB;
	border-left-color: #26ACFB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #26ACFB;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
}
dl.ContactBody dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #26ACFB;
	border-bottom-color: #26ACFB;
	border-left-color: #26ACFB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*///お問い合わせ先（自転車会員）///*/

#ContactTitleRed {
	background-color: #E34855;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
dl.ContactBodyRed {
	overflow: hidden;
}
dl.ContactBodyRedTopBorder {
	overflow: hidden;
	border-top: 1px solid #E34855;
	margin-top: 10px;
}
dl.ContactBodyRed dt {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E34855;
	border-left-color: #E34855;
}
dl.ContactBodyRedTopBorder dt {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E34855;
	border-left-color: #E34855;
}
dl.ContactBodyRed dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E34855;
	border-bottom-color: #E34855;
	border-left-color: #E34855;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
dl.ContactBodyRedTopBorder dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E34855;
	border-bottom-color: #E34855;
	border-left-color: #E34855;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*///お問い合わせ先（協議会）///*/

dl.AdressBox {
	width:100%;
	border: 1px solid #999;
	margin-top: 20px;
}

dl.AdressBox dt {
	float:left;
	height: 123px;
	line-height: 110px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

dl.AdressBox dd {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 170px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

dl.AdressBox dd img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

dl.AdressBox dd p.Uketuke {
	clear: left;	
}

dl.AdressBox dd p.FaxNumber {
	height:46px;
	padding-top:18px;
}

.FaxNumber {
	font-weight: bold;
	font-size: 160%;
	width: 100%;
	text-align: left;
	margin-top: 0px;
}



@media screen and (max-width:768px){

dl.AdressBox dt {
	float:left;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


dl.AdressBox dd img {
	float:none;
	width:85%!important;
	height:auto;
	margin-bottom:5px;
}

dl.AdressBox dd {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 170px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

dl.AdressBox dd p.FaxNumber {
	height:20px;
	padding-top:0px;
}

dl.AdressBox dd p.Uketuke {
	clear: left;	
}

.FaxNumber {
	font-weight: bold;
	font-size: 130%;
	width: 100%;
	text-align: left;
	margin-top: 0px;
}

dl.AdressBox dd p.Uketuke {
	clear: left;
	padding-top:10px;	
}


}




/*///よくある質問///*/

dl.QAwrapp {
	overflow:hidden;
	margin-bottom:30px;
}

dl.QAwrapp dt {
	float:left;
}

dl.QAwrapp dt.as {
	color:red;
	font-weight:bold;
}

dl.QAwrapp dd {
	margin-left:2em;
}

span.Question {
	color:#3399FF;
	font-weight:bold;
}



@media screen and (max-width:768px){

dl.ContactBodyRed, dl.ContactBodyRedTopBorder {
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E34855;
	border-left-color: #E34855;
}

#ContactTitleRed {
	background-color: #E34855;
	height: initial;
	line-height: 21px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding:5px;
	font-size:90%;
}

dl.ContactBodyRed dt, dl.ContactBodyRedTopBorder dt {
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right-width: 0px;
	border-right-style: none;
}

dl.ContactBodyRed dd, dl.ContactBodyRedTopBorder dd {
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E34855;
}

}




dl.CheckList {
	font-weight: bold;
	width: 100%;
	font-size: 120%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	line-height: 25px;
	padding-top: 10px;
}

dl.CheckList dt {
	width: 80%;
	float:left;
}
dl.CheckList dd {
	width:20%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left:80%;
	text-align:right;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
dl.CheckList dd input {
	height: 20px;
	width: 20px;
}
dl.ConfirmList  {
	width: 650px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}



dl.ConfirmList dt {
	float: right;
	width: 530px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	padding-left: 5px;
}
dl.ConfirmList dd {
	float: left;
	padding-top: 10px;
	height: 35px;
	width: 100px;
	text-align: right;
}
dl.ConfirmList dd input {
	height: 30px;
	width: 30px;
}

dl.SmallModule {
	overflow: hidden;
	margin-top: 20px;
	display: table;
}
.SmallModule dt {
	float: left;
	margin-right: 10px;
	display: table-cell;
}
dl.SmallModule dd {
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}

.Renraku {
	left: 371px;
	top: 38px;
	position: absolute;
	width: 226px;
	height: 25px;
}

.TopPDFup {
	position: absolute;
	left: 290px;
	top: 13px;
}

.Radius {
	background-color:#EFEFEF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}


/*.LinkBox {
	float: right;
	border: 1px solid #CCC;
	position: relative;
	width: 65%;
}
*/

.LinkBox {
	position: relative;
	width: 100%;
}


.Orange {
	color: #F90;
	font-weight: bold;
	margin-bottom: 5px;
}
.Blue {
	color: #26ACFB;
	font-weight: bold;
	margin-bottom: 5px;
}

.RedBold {
	color: #E34855;
	font-weight: bold;
	margin-bottom: 5px;
}
.FreeDial {
	background-color: #E34855;
	font-size: 60%;
	color: #FF0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.ContactNumber {
	font-size: 24px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.FaxNum {
	font-size: 18px;
}

.Brown {
	color: #A5771D;
	font-weight: bold;
}
.Navy {
	color: #00238C;
	font-weight: bold;
}

.Red {
	color: #F00;
}



.GrayBold {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.ContactBodyRed dd p:nth-of-type(3) span.GrayBold, .ContactBodyRedTopBorder dd p:nth-of-type(3) span.GrayBold {
	padding-right: 3em;
}

.BlackBold {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.BigText {
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
}

.MiddleText {
	font-size: 120%;
	font-weight: bold;
	line-height: 160%;
}


.Center {
	text-align: center;
}


.NewsTitle {
	font-size: 120%;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

p.SubTitle {
	font-size: 120%;
	color: #26ACFB;
	font-weight: bold;
	text-align: right;
	display: block;
	height: 19px;
}

.UnderText {
	color: #FFFFFF;
	font-size: 95%;
}
.TextIndent {
	text-indent: 1em;
	color: #666;
}
.TextIndentSec {
	padding-left:1em;
	text-indent: -1em;
	color: #666;
}
.TextDefault {
	color: #666;
}
.TextBold {
	color: #666;
	font-weight: bolder;
}
.SmallText {
	font-size: 90%;
	line-height: 140%;
}
.NaviDial {
	float: right;
	vertical-align: bottom;
	margin: -5px;
}

.Title {
	font-weight: normal;
}
.TelBig {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width:768px){

.NaviDial {
	float: none;
	width:100%;
}

.ContactNumber {
	font-weight: bold;
	font-size: 90%;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.FaxNum {
	font-size: 12px;
}

}


/*///告知ページ///*/

#Kokuti {
	padding: 10px;
	border: 1px solid #ccc;
}

#Kokuti h2 {
	font-size:24px;
	color:#993300;
	text-align:center;
	font-weight:bold;
	margin-bottom: 20px;
}

#Kokuti p {
	text-indent:1em;
	line-height:180%;
}



/*///幅微調整///*/

.w817 {
	width: 817px;
}

.w867 {
	width: 867px;
}
.w650 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.w930 {
	width: 930px;
}


/*///行間調整///*/

.LH20 {
	line-height: 20px;
}
.LH40 {
	line-height: 40px;
}

.LH24 {
	line-height: 36px;
}
.LH38 {
	line-height: 42px;
}

@media screen and (max-width:768px){

dl.ContactBodyRed dd p.LH24 {
	line-height: 24px;
	padding:5px;
}

.LH20 {
	line-height: initial;
}

.w817, .w800 {
	width: 100%;
}

}



.MiniTitle em {
	border-left: 7px solid #4382C0;
	padding-left: 10px;
	height: 30px;
	font-size: 120%;
	line-height: 30px;
	font-weight: bold;
}


.mobile {
	display:none;
}

.SubTitle a {
	color: #26ACFB;
	text-decoration: none;
}

.SubTitle img {
	vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 3px;
}

#PageTop {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 32px;
	overflow: hidden;
	background-color: #FFF;
	display: block;
}

#UnderMenu {
	font-size: 86%;
	text-align: center;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}

#UnderMenu a {
	text-decoration: underline;
	color: #FFF;
}
#UnderMenu a:hover, #UnderMenu a.on {
	text-decoration: underline;
	color: #FFFF26;
}



/*************
/* フォームテーブル
*************/


table#FormTable {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#FormTable td {
	padding: 10px;
}
#FormTable td.Koumoku {
	padding: 10px;
	background-color: #F8F8F0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: 30%;
	text-align: right;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#FormTable td.KoumokuDot {
	padding: 10px;
	background-color: #F8F8F0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: 30%;
	text-align: right;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#FormTable td.Kotae {
	padding: 10px;
	background-color: #FFFFFF;
	width: 70%;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#FormTable td.KotaeDot {
	padding: 10px;
	background-color: #FFFFFF;
	width: 70%;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#FormTable input {
	height: 20px;
}

#FormTable input.Sumutokoro  {
	width:400px;
}

#FormTable input.MailAdress {
	width:300px;
}

#FormTable input.Kaishya {
	width:250px;
}

#FormTable input.Furigana, #FormTable input.Onamae{
	width:200px;
}

#FormTable textarea.Toiawase {
	width:300px;
}

input[type=radio] {
	vertical-align: middle;
}

input#Kakunin {
	font-size: 120%;
	color: #FFF;
	font-weight: bold;
	background-color: #F90;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	display: block;
}

.Kotae #textarea {
	resize: none;
}


/*///トップカレンダー///*/

#CalendarWrapp {
	float: right;
	width: 65%;
}
p.CalendarTitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.CalendarBox {
	background-color: #CCC;
	height: 200px;
	width: 252px;
}
#CalendarWrapp ul {
	width: 602px;
	margin-right: auto;
	margin-left: auto;
}
#CalendarWrapp ul li {
	float: left;
	width: 252px;
	margin-left: 40px;
}


/*///自転車保険のご案内///*/


.main-heading h2 {
	padding:14px;
	margin-bottom:0;
	border:1px solid #cccccc;
	font-size:18px;
	text-align: center!important;
}


/*/2023.01追加分/*/

h3.CircleBox {
	width:100%;
	border-radius: 10px;
	padding:2px;
	box-sizing:border-box;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	margin-bottom:20px;
}

.BackBlue {
	background-color:#00ABFF;
}

.KakomiY {
	width:100%;
	background-color:#E7E8B1;
	padding:10px;
	box-sizing:border-box;
	font-size:120%;
	font-weight:800;
}

.KakomiY dl {
	margin-bottom:10px;
}

.KakomiY dl:last-child {
	margin-bottom:0px;
}

.KakomiY dt {
	width:auto;
	float:left;
	margin-right:5px;
	color:#00ABFF;
}

.KakomiY dd {
	width:auto;
	padding-left:160px;
	box-sizing:border-box;
}

.KakomiY dd span {
	font-size:90%;
	font-weight:normal;
}


@media screen and (max-width:768px){

h3.CircleBox {
	font-size:18px;
}

.KakomiY dt {
	float:none;
}

.KakomiY dd {
	padding-left:0px;
}

p.MiddleText {
	font-size:110%;
}

}




@media screen and (max-width:768px){

#MsBox, #DownBox {
	float:none;
	width:100%;
}

#DownWrapper ul {
	width:inherit;
}

#DownWrapper ul li {
	float:none;
	display:block!important;
	/* width: 100%; */
	text-align: center;
	margin-bottom: 10px;
}

#DownWrapper ul li a {
	width:100%;
}

.Renraku {
	width:100%;
	position: static;
	text-align:center;
}

p.SubTitle {
	text-align:center;
	margin:5px;
}



.LinkBox {
	width: 100%;
	height:auto;
}

#PageTop .Inner {
	width:151px;
}

p#UnderMenu {
	height: 60px;
	padding:0 10 0 10px!important;
}

.UnderText.Left, .UnderText.Right {
	float: none;
	margin-top:5px;
	width:100%;
	text-align:center;
}

.check, .Seikyu {
	display:none;
}

.BtnWrapper.check:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 0px 85px;
}

.SmpWrapper {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 100%;
}

img.mobile {
	display:block;
	width:100%;
}

ul.TwoButton {
	width:100%;
}

ul.TwoButton li {
	width:100%;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul.TwoButtonImg {
	width:100%;
}

ul.TwoButtonImg li {
	width:100%;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul.InfoButton, ul.BtnKiyaku li {
	width: 100%;
}

ul.BtnKiyaku li a, ul.BtnKiyaku li a:hover {
	background-position: 95% center;
}

ul.BtnKiyaku {
	width:80%;
}

dl.ContactBody dt {
	float:none;
	margin-right:0px;
	text-align:center;
}

dl.ContactBody dd {
	text-align:center;
}

p.TelBig {
	width: 12em;
	display:block;
	margin:0 auto;
	text-align: initial;
}

h2.iconb {
	padding-right: 10px!important;
}

h2.TwoLine { line-height:20px; }



h3.MiniTitle.Multi {
	height:85px;
	line-height:1.5em!important;	
}

.MiniTitle.Multi p {
	height:85px;
}

h3.MiniTitle.Multi {
	height:85px;
	line-height:1.5em!important;	
}

h3.MiniTitle.Double {
	height:55px;
	line-height:1.5em!important;	
}

.MiniTitle.Multi p {
	height:85px;
}

.MiniTitle.Double p {
	height:53px;
}



h4.SmallTitle {
	background-image:none;
	line-height:1.5em;
	border:#CCC;
	background-color:#F8F8F0;
	height:inherit;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#LinkIcon {
	width:100%;
	left:87%;
	margin-left: 5px;
}

.LH40 {
	line-height:60px;
}

dl.SmallModule dt, dl.SmallModule {
	display:inherit;
}

dl.SmallModule dt {
	float:none;
	margin-right:0px;
	text-align:center;
	margin:0 0 10px;
}

/*
dl.CheckList {
	width:100%!important;
	padding-top:5px;
	display:table;
}

dl.CheckList dt {
	width:80%;
	font-size:14px;
	display:table-cell;
	line-height:160%;
	vertical-align:middle;
}

*/

dl.CheckList dd {
	width:20%;
	border-style: none;
	text-align:right;
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding:3% 0% 5% 80%;
	
}

dl.CheckList.NoInput dt {
	width:100%;
	font-size:14px;
	height:auto;
	font-size:13px;
	line-height:25px;
}


dl.CheckList.NoInput dd.member {
	height:30px;
}

dl.ConfirmList  {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl.ConfirmList dt {
	width: 83%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 14px;
	height: auto;
	line-height: 25px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 8px;
}

dl.ConfirmList dd {
	float: left;
	padding-top: 10px;
	height: 35px;
	width: 10%;
	text-align: right;
}

dl.ConfirmList dd input {
	height: 25px;
	width: 25px;
}

#KakomiMember {
	font-size:100%;
	background-size:100%;
	padding:10px;
	background-image:none;
	background-color:#FFFFCC;	
}

#KakomiGuest {
	font-size:100%;
	background-size:100%;
	padding:10px;
	background-image:none;
	background-color:#E2E4DE;	
}

table#FormTable {
	width:inherit;
}

table#FormTable tbody {
	display:block;
}

#FormTable td.Koumoku, #FormTable td.KoumokuDot {
	display:block;
	width:96%;
	text-align:left;
	border-right:none;	
}

#FormTable td.Kotae, #FormTable td.KotaeDot {
	display:block;
	width:96%;	
}

#FormTable td.Kotae br {
	display:none;
}

#FormTable input.Sumutokoro  {
	width:100%;
}

#FormTable input.MailAdress {
	width:200px;
}

#FormTable input.Kaishya {
	width:200px;
}

#FormTable input.Furigana, #FormTable input.Onamae{
	width:200px;
}

#FormTable textarea.Toiawase {
	width:100%;
}


input[type=radio] {
	width:5%;
	
}

div.description-icon img {
	display:none!important;
}

.description-body {
	width:92%!important;
	display: block;
}

.description {
	/* width:95%; */
	display: block;
}

.home.home-about-insurance .pricing-compensation-row .pricing-compensation span, .home.home-about-insurance .pricing-damages-row .pricing-damages span, .home.home-about-insurance .pricing-charge-row .pricing-charge span,.home.home-about-insurance .pricing-charge-car-member-row .pricing-charge span, .home.home-about-insurance .plan-type-row .plan-type span {
	font-size:120%;
}

main.main.home-main .main-contact-list-heading {
	padding:10px 0px;
}

.office-hours, main.main.home-main .main-contact-list-item-info, main.main.home-main .main-contact-list-item-type {
	display:block;
	width:83%;
}

main.main.home-main .main-contact-list-item-type, main.main.home-main .main-contact-list-item, main.main.home-main .main-contact-list, main.main.home-main .main-contact-list-item-info {
	width:inherit;
}

main.main.home-main .main-contact-list, main.main.home-main .main-contact-list-item {
	display:inherit;
}

main.main.home-main .main-contact-list-item-info .contact-phone-number-big {
	text-align:center;
	width: 94%;
}

main-contact-list-item-type {
	display:block;
}

/*main.main.home-main .main-contact-list-item {
	border-top:#e34855 solid 2px;
}*/

.home.home-about-insurance .about-insurance-features-list-item .description, .home.home-about-insurance .about-insurance-features-list-item .description-body, .home.home-about-insurance .insurance-advice .insurance-advice-figures {
	display:inherit;
}

.home.home-about-insurance .insurance-advice .insurance-advice-figures-right-advice {
	margin-top:10px;
}

p.MemberTitle {
	font-size:125%;
}


.PL50 {
	padding-left: 0px!important;
}

.w650, .w867 {
	width:100%;
}

.Card, .Mousikomi {
	display:none;
}

#KakomiGuest p br {

	display:none;
}

ul.BtnKiyaku li a {
	font-size:80%;
}

h2.icon {
	font-size:14px;
}

}



/*///自転車の加害事故例 2020.12追加///*/

ul.CaseModule, ul.GimuList {
	width:930px;
	overflow:hidden;
}

ul.CaseModule h4 {
	font-size:20px;
	font-weight:bold;
	color:#EF5451;
}

ul.CaseModule li {
	width:290px;
	float:left;
	margin-right:25px;
}

ul.CaseModule li:last-child {
	margin-right:0px;
}

ul.CaseModule li p {
	font-size:90%;
	line-height:160%;
}

ul.GimuList {
	margin-top:20px;
}

ul.GimuList li {
	width:440px;
	margin-right:25px;
	float:left;
}

ul.GimuList h4 {
	font-size:16px;
	color:#D70051;
}

ul.GimuList li:nth-of-type(2) h4 {
	color:#F08300;
}


@media screen and (max-width:768px){

ul.CaseModule, ul.GimuList {
	width:initial;
	margin:0 auto;
	padding:0 10px;
}

ul.CaseModule li, ul.GimuList li {
	width: 100%;
	margin-bottom:10px;
	float:none;
	margin-right:0px;
}

ul.GimuList {
	margin-top:20px;
}

ul.GimuList li {
	margin-bottom:20px;
}

}





/*///プリント用CSS////*/

@media print {

body {
	margin:0;
	padding:0;
	background-color:#fff;
}

@page {
    size: A3 portrait;
	margin: 10mm 10mm;
}


#PageTop {
	display:none;
}

header. nav. section, article, Inner, .w867, footer .Inner, img#TopImage {
	width:100%!important;
}

.fixed {
	position:relative;
}

footer {
	background-color:#fff;
	color:#000!important;
}

#Wrapper {
	background-color:#fff;
}

img {
	width:100%;
	height:auto;
}

.NaviDial, p.SubTitle img, .HeaderInner img {
	width:inherit!important;
}

p#UnderMenu a {
	color:#000!important;
	text-decoration:none;
}

p.UnderText {
	color:#000!important;

}

.ol-sp {
	display:none;
}

dl.ContactBodyRedTopBorder img {
	width:25%;
	height:auto;
}

#BackIcon ul li a {
	color:#000!important;
}

#BackIcon img {
	width:35%;
	height:auto;
}

}



/*************
/* 事業者の皆様へ　2021.10追加
*************/

.NewsInner {
	width:100%;
	overflow:hidden;
	margin:20px 0 ;
}

.NewsInnerLeft {
	float:left;
	width: 420px;
}

.NewsInnerRight {
	width: 420px;
	float:right;
}

.NewsInnerRight ul {
	width:100%;
	overflow:hidden;
}

.NewsInnerRight ul li {
	float:left;
	margin-right:20px;
}

.NewsInnerRight ul li:last-child {
	margin-right:0px;
}

h3.icon {
	background-color: #A9C6E2;
	padding: 10px 0px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	margin-bottom:10px;
}

h3.icon a {
	color:#000;
}

@media screen and (max-width:768px){

.NewsInnerLeft, .NewsInnerRight {
	width:100%;
}

.NewsInnerRight ul li {
	float:none;
	text-align:center;
	margin:0 0 20px 0;
}

}



/* ================================================= */
/* UPLOAD IMG */
/* ================================================= */

img.centered {
	display: block;
	clear: both;
	margin: 0.25em auto 1.5em;
	/*margin: 10px auto;*/
	}
img.alignleft {
	margin-top: 0.25em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0;
	clear: both;
	float: left;
	/*margin: 0 10px 5px 0;*/
	}
img.alignright {
	float: right;
	clear: both;
	margin: 0.25em 0 1.5em 1.5em;
	/*margin: 0 0 5px 10px;*/
	}

div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.alignright {
	display: inline-block;
	clear: both;
	float: right;
	margin-top: 0!important;
	margin-right: 20px!important;
	margin-bottom: 2px!important;
	margin-left: 7px!important;
	text-align: center!important;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

div.alignleft {
	display: inline-block;
	float: left;
	margin-top: 0!important;
	margin-right: 7px!important;
	margin-bottom: 2px!important;
	margin-left: 0!important;
	text-align: center!important;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

img.aligncenter, .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.aligncenter img {
	margin-right:10px;
	width:30%;
	height:auto;
}


/* ================================================= */
/* テーブル */
/* ================================================= */

table.table, table.tablef{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.tablek{
	border-collapse:collapse;
	width:50%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}

table.table th,table.table td,table.tablek th,table.tablek td, table.tablef th,table.tablef td{
padding:5px;
border:1px solid #cacaca;
}

table.table th, table.tablef th{
	text-align:right;
	font-weight:bold;
	background:#f3f3f3;
	white-space: nowrap;
	letter-spacing: 1px;
}

table.table th.left, table.tablef th.left{
text-align:left;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
background:#fff;
}

table.table td {border-left:#48370d;}



/*************
/* 自転車保険の加入を義務づけている主な自治体　2023.11追加
*************/

.GimuWapp {
	width:100%;
	padding:40px 0 0 0;
}

.GimuWapp h4 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#3399FF;
	border-bottom:#3399FF 1px solid;
}

.GimuWapp ul {
	padding:20px 0 0 0;
	overflow:hidden;
}

.GimuWapp ul li {
	width:223px;
	float:left;
	margin:0 12px 12px 0;
}

.GimuWapp ul li:nth-child(4n) {
	margin:0px;
}

.PrefCoreOff {
	position: relative;
	font-size:16px;
	color:#fff;
	border:#F08300 1px solid;
	text-align:center;
	background-color:#F08300;
	padding-bottom:5px;
	display:block;
}

.PrefCoreOn {
	position: relative;
	font-size:16px;
	color:#fff;
	border:#D70051 1px solid;
	text-align:center;
	background-color:#D70051;
	padding-bottom:5px;	
	display:block;
}

.PrefCoreOff a, .PrefCoreOn a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.PrefCoreOff:hover, .PrefCoreOn:hover {
	opacity:0.6;
}

.PrefCoreOff p:first-child, .PrefCoreOn p:first-child {
	color:#000;
	background-color:#fff;
	padding:3px;
	line-height:24px;
	margin-bottom:5px;
}


@media screen and (max-width:768px){

.GimuWapp h4 {
	font-size: 18px;
}

.GimuWapp ul {
	text-align:center;
	width: 80%;
	margin: 0 auto;
}

.GimuWapp ul li {
	width: 100%;
	float:none;
	display:block;
	margin:0 auto 15px 0;
}

.GimuWapp ul li:nth-child(4n) {
	margin:15px 0;
}

}


/*新着情報（2024.02追加分）
---------------------------------------------------------------------------*/

.NewsBox {
	width:100%;
	margin-top:20px;
}

.NewsBox ul {
	width:100%;
	margin-top:20px;
	overflow:hidden;
}

.NewsBox li {
	width:210px;
	height:195px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.NewsBox li:nth-of-type(3n) {
	margin-right:0px;
}

.NewsBox li:nth-of-type(3) p, .NewsBox li:nth-of-type(4) p, .NewsBox li:nth-of-type(5) p {
	line-height:30px;	
}

.NumerBox {
	width:210px;
	height:37px;
}

.NumerBox p {
	font-size:12px;
	margin-left: 35px;
	box-sizing:border-box;
	line-height:125%;
	padding-top:5px;
	color:#fff;
}

dl.UnderBox {
	width:100%;
	margin-top:10px;
}

dl.UnderBox dt {
	float:left;
}

dl.UnderBox dd {
	font-size:12px;
	margin-left:87px;
}

.one {
	background:url(../image/news/number01.png) no-repeat 0 0;
}

.two {
	background:url(../image/news/number02.png) no-repeat 0 0;
}
.three {
	background:url(../image/news/number03.png) no-repeat 0 0;
}
.four {
	background:url(../image/news/number04.png) no-repeat 0 0;
}
.five {
	background:url(../image/news/number05.png) no-repeat 0 0;
}


@media screen and (max-width:768px){

.NewsBox ul {
	width:210px;
	margin:20px auto;
}

.NewsBox li {
	height:initial;
}

}





