/* CSS初期設定 */

/* # =================================================================
   # 基本設定
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body
{
   font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   line-height: 1.5;
}

a { color: #003399; text-decoration: underline;}

a:hover {
	color: #fc361d;
}


h1, h2, h3, h4, h5, h6
{
   font-family: 'メイリオ', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}


/* page layout */

body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-position: 0% 0%;
    background-attachment: fixed;
    line-height: 1.5;
}


#main-wrap{
	margin: 0 auto;
    width: 1080px;
    display: block;
    background-image: url(images/shadow.png);
    background-repeat: repeat-y;
}

#center-wrap {
    margin: 0 10px 0 10px;
    background: #FFF;
    width: 1080px;
}

#header {
    margin: 0;
    padding: 0;
    width: 1080px;
    height: 80px;
    background: #fff;
    background-image: url(images/headerbg.gif);
    background-repeat: no-repeat;
}

#header-mem {
    margin: 0;
    padding: 0;
    width: 1080px;
    height: 80px;
    background: #fff;
    background-image: url(images/headerbg-mem.gif);
    background-repeat: no-repeat;
}

#header_logo {
    width: 280px;
    height: 80px;
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
}

#header_txt {
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
    width: 355px;
    height: 70px;
    display: inline;
}

#header_txt h2 {
    width: 355px;
    height: auto;
    padding: 10px 0 0 0;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.serch_block {
    width: 260px;
    margin: 0 20px 10px 0;
    height: 35px;
    float: right;
    padding: 15px 0 0 0;
    display: block;
}

.serch_block input[type="search"]{
	border: silver 1px solid;
	padding: 2px 5px;
	font-size: 12px;
    float: left;
    width: 160px;
    height: 30px;
    margin: 0 10px 0 0;
}

#login_base img{
    vertical-align: top;
}

.serch_block button, html [type="button"], [type="reset"], [type="submit"] {
    background: #1fb8ec;
    width: 60px;
    height: 30px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.screen-reader-text{
	display: none;
}

.serch_block2 {
    width: 260px;
    margin: 5px 200px 10px 0;
    height: 35px;
    float: right;
    padding: 15px 0 0 0;
    display: block;
}

.serch_block2 input[type="search"]{
	border: silver 1px solid;
	padding: 2px 5px;
	font-size: 12px;
    float: left;
    width: 160px;
    height: 30px;
    margin: 0 10px 0 0;
}

.serch_block2 button, html [type="button"], [type="reset"], [type="submit"] {
    background: #1fb8ec;
    width: 60px;
    height: 30px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.post_list h4{
	padding: 20px 0;
	border-bottom: 1px dashed silver;
}

p.query_text {
    width: 165px;
    height: 30px;
    padding-top: 2px;
    float: left;
}

.tb2{
	margin: 0 7.5% 50px 7.5%;
	display: flex;
}

.tb2 a{
	flex-basis: 45%;
	margin: 0 2.5%;
}

.tb2 a img{
	width: 100%;
	height: auto;
}

.pdf_list{
	padding: 0 30px 40px 30px;
}
.pdf_list li{
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px dashed silver;
}

#login_base {
    width: 110px;
    height: 20px;
    margin: 0 20px 0 0;
    float: right;
    z-index: 99;
}

.hnavi_bg {
    width: 100%;
    height: 45px;
    background-image: url(images/hnavi_bg.jpg);
    background-repeat: repeat-x;
    padding: 0;
}

.hnavi_bg_mem {
    width: 100%;
    background-image: url(images/navibg-mem.jpg);
    background-repeat: repeat-x;
    padding: 0;
}

.itemHead {
width: 800px;
    height: 30px;
    margin: 0;
    padding: 5px 0 0 30px;
    font-size: 13px;
    font-weight: bold;
    color: #313131;
    background-image: url(images/item-head.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}
#topslide {
    width: 1080px;
    height: 378px;
	overflow: hidden;
	margin-bottom: 30px;
}

.infobox{
    margin: 20px;
    font-size: 14px;
}

.info_l{
	float: left;
	width: 100px;
	margin: 0 30px 20px 0;
	font-weight: bold;
}

.info_r{
	float: left;
	width: 630px;
	margin: 0 0 20px 0;
}

.state_l{
	float: left;
	width: 550px;
	margin: 0 30px 20px 0;
}

.rtxt{
    text-align: right;
    margin: 0 20px 20px 0;
}

p.date{
	font-weight: bold;
}

.to_detail2{
	text-align: right;
}

.tfbox p.to_detail2 img {
    width: auto;
}

.state_r{
	float: left;
	width: 150px;
	margin: 0 0 20px 0;
    padding: 20px 0 0;gb
}

.state_r p{
	float: left;
	margin: 0 15px 0 0;
}

.format_l{
	float: left;
	width: 400px;
	margin: 0 30px 20px 0;
}

.format_r{
	float: left;
	width: 330px;
	margin: 0 0 20px 0;
    padding: 0;
}

.format_r p{
	float: left;
	margin: 0 15px 0 0;
}

.mainbg {
    width: 1080px;
    height: 378px;
    background-image: url(images/mainbg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}

#docbox {
    width: 1038px;
    margin: 0 0 20px 0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
	overflow: hidden;
	font-size: 14px;
}

#docs {
    margin: 20px;
}

#docs1 {
    width: 485px;
    height: 100px;
    background: #EEEEEE;
    overflow: hidden;
    margin: 0 20px 20px 0;
    float: left;
}

.docimg {
    float: left;
    margin-right: 15px;
}

.doc-t1 {
    font-size: 108%;
    font-weight: bold;
    color: #313131;
    padding: 3px 0 0 0;
    margin-bottom: 2px;
}

.doc-t2 {
    color: #313131;
    margin-bottom: 5px;
}

.doc-t3 {
    text-align: right;
    margin-right: 10px;
}

#docs2 {
    width: 485px;
    height: 100px;
    background: #EEEEEE;
    overflow: hidden;
    margin: 0 0 20px 0;
    float: left;
}

.bt_l {
    float: left;
    padding: 250px 0 0 0;
    margin: 0 50px 0 380px;
}

.mainbg p.bt01 {
    margin: 0;
    padding: 0;
}

.mainbg p.bt02 {
    margin: 0;
    padding: 0;
}

#topslide img {
    width: 100%;
}

.bt_r {
    float: left;
    padding: 190px 0 0 0;
    margin: 0 0 0 50px;
}

.tfbox{
	width: 860px;
	margin: 40px auto;
	text-align: center;
}

.tfbox img{
	width: 100%;
}

.cont{
	margin: 30px;
}

.cont p{
	margin-bottom: 15px;
}

.cont h2{
	margin-bottom: 20px;
}

.date-r{
	text-align: right;
	color: silver;
	margin: 10px 10px 0 0;
}

.goback{
	text-align: center;
	margin: 30px auto;
}

.goback button, html [type="button"] {
    -webkit-appearance: button;
    background: #19a0ea;
    padding: 5px 15px;
    color: #fff;
    font-size: 13px;
    width: auto;
}
.tf01{
	width: 220px;
	text-align: left;
	float: left;
	margin: 0 20px 0 0;
	background: #DCF4F3;
	padding: 10px;
} 

.tf01 img{
	margin-bottom: 10px;
}

#headerwrap {
	width: 100%; /* necessary for ie win */
	height: 200px;
	margin: 0 auto 40px auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-image:url(images/headbg.jpg);
	background-size: cover;
}

.tf02{
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}

.newsbox{
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 30px;
}

.newsbox-inner{
    padding: 12px 20px;
    text-align: left;
}

.newsbox-inner li{
	list-style-type: none;
	font-size: 14px;
	margin: 0 0 12px 0;
}

.tf03{
	width: 300px;
	float: left;
	margin: 0 0 0 0;
}

.tf03 img{
	margin-bottom: 10px;
}

.mainwrap{
	width: 1040px;
	margin: 20px;
}

.main{
	float: left;
	width: 800px;
}

.side{
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
}
.contribution_item2 {
    padding: 0;
    border: 2px solid silver;
}
.story_list2 {
    padding: 10px 0;
    width: auto;
    vertical-align: top;
    display: block;
}
.rules_itemTitle2 {
    margin: 5px 0 0 10px;
    width: 230px;
    height: auto;
    text-align: left;
    float: left;
    display: block;
    font-weight: bold;
}
.rules_attch_icon {
    width: 60px;
    height: 25px;
    margin: 0 0 0 20px;
    float: left;
    display: block;
    vertical-align: middle;
}
.rules_attch_icon {
    width: 60px;
    height: 25px;
    margin: 0 0 0 20px;
    float: left;
    display: block;
    vertical-align: middle;
}
p.w100 img{
	width: 100%;
	height: auto;
}

.contents {
    line-height: 2;
    font-size: 14px;
    margin: 0;
    padding: 0 0 30px 0;
}

.contents2 {
    line-height: 2;
    font-size: 14px;
    margin: 0;
    padding: 0 30px 30px 30px;
}

.contents h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 3px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #3672e0;
}

.contents h3 {
    font-weight: bold;
    margin: 10px 0px 15px 0px;
    padding: 3px 10px;
    border-left: solid 3px #4696D0;
}

.contents h4 {
    font-size: 110%;
    font-weight: bold;
	padding: 3px 5px 3px 10px;
	margin-bottom: 15px;
    border-left: #4696d0 5px solid;
}

.contents h5 {
    font-size: 16px;
    border-bottom: rgb(0,102,153) 4px double;
    padding: 10px;
	margin-bottom: 15px;
	text-align: left;
}

.bluebk{
	padding: 10px;
    background-color: #dcf4f3;
}

.beigebk{
	padding: 10px;
    text-align: center;
    background-color: #fdf2e3;
}

.sbox{
    width: 200px;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin: 0 0 30px 0;
}
.sbox-inner{
			padding: 15px;
			font-size: 14px;
	}

table.annnai {
    margin: 10px 0 20px 20px;
    width: 400px;
    line-height: 1.3;
    border-collapse: collapse;
    border: 1px solid #B4A096;
    background-color: #FFFFFF;
}

table.annnai caption {
    color: #44392F;
    text-align: left;
}

table.annnai th {
    width: 100px;
    background-color: #D2E6FA;
    padding: 10px 15px;
    color: #504646;
    font-size: 12px;
    border: 1px solid #B4A096;
    vertical-align: middle;
    text-align: left;
}

table.annnai td {
    background-color: #FFFFFF;
    padding: 10px 15px;
    font-size: 12px;
    border: 1px solid #B4A096;
    vertical-align: middle;
    text-align: left;
}

table.lower-link {
    margin: 0px 0 20px 0;
    width: 760px;
    line-height: 1.3;
    border-collapse: collapse;
    border: 1px solid #B4A096;
    background-color: #FFFFFF;
}

table.lower-link caption {
    color: #44392F;
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

table.lower-link th {
    width: 100px;
    background-color: #D2E6FA;
    padding: 15px;
    color: #504646;
    font-size: 12px;
    border: 1px solid #B4A096;
    vertical-align: top;
    text-align: left;
}

table.lower-link td {
    width: 500px;
    background-color: #FFFFFF;
    padding: 15px;
    font-size: 12px;
    border: 1px solid #B4A096;
    vertical-align: middle;
    text-align: left;
}

.consult .contact-box {
    border: double 5px #AE9879;
    padding: 5px 20px;
    margin: 10px;
    background-color: #FFFFFF;
    width: 350px;
}

.sub-title {
    padding: 5px 10px;
    background: #f8f8f8;
    color: #313131;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #C0C0C0;
    margin-bottom: 15px;
}

.l_10 {
    float: left;
    margin-right: 10px;
}

.soudan-box {
    width: 796px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.soudan-menu {
    float: left;
    width: 250px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 18px;
	overflow: hidden;
	font-size: 14px;
}

.soudan-menu-clr {
	clear: both;
    float: left;
    width: 250px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 18px;
	overflow: hidden;
	font-size: 14px;
}

.soudan-menu-end {
    float: left;
    width: 250px;
    height: 50px;
	font-size: 14px;
    overflow: hidden;
}

.soudan-t1 a {
    color: #0075A9;
}

.soudan-t1 {
    font-weight: bold;
    color: #0075A9;
    margin: 0 0 5px 0;
}

.lbox p{
	margin-bottom: 10px;
}

.menu-link{
    margin: 0 10px;
    padding: 15px 0;
    font-size: 13px;
}

.sbox ul ul{
	margin-bottom: 30px;
}

.menu-link li{
    background-image: url(images/arrow2.gif);
    background-repeat: no-repeat;
    padding: 3px 0 1px 25px;
    background-position: 0px 2px;
    list-style-type: none;
}

.menu-link li.parent-term {
    background-image: unset;
    background-repeat: no-repeat;
    padding: 5px 10px;
    background-position: 0px 2px;
    list-style-type: none;
    background: #ebf7fb;
    margin-bottom: 15px;
    font-weight: bold;
}

.tban_l{
    clear: both;
	float: left;
	width: 45%;
	margin: 0 5% 30px 0;
}

.tban_l img{
	width: 100%;
}

.tban_r{
	float: left;
	width: 45%;
	margin: 0 0 30px 0;
}

.tban_r img{
	width: 100%;
}

.consult{
    width: 100%;
    padding: 20px 3%;
    margin: 20px 0px;
    background-color: #FDF2E3;
    border-bottom: solid 1px #DCD2B9;
    border-right: solid 1px #DCD2B9;
}


#footer {
    width: 100%;
    background: #009e99;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
#footer-info {
    width: 1080px;
    height: 140px;
    background: #139f9a;
    background-image: url(images/footerbg.gif);
    background-repeat: no-repeat;
}
#footer-info-l {
    width: 390px;
    height: 140px;
    color: #fff;
    float: left;
    overflow: hidden;
}
#footer-info-l p {
    padding: 115px 0 0 0;
    text-align: right;
}
#footer-info-l a {
    color: #fff;
}
#footer-info-r {
    width: 500px;
    height: 140px;
    color: #fff;
    float: left;
    overflow: hidden;
}
#logo {
	width: 100%;
	text-align: center;
	margin: 35px auto 5px auto;
}
#footer-info-r p.kes {
    padding: 0;
    text-align: right;
    margin-right: 25px;
}

#footer-info-r p.memlog {
    padding: 10px 0 0 0;
    text-align: right;
}

#logo img{
	width: 560px;
	padding: 0;
	margin: 0;
}


.globalMenuSp{
	display: none;
}

.navToggle{
	display: none;
}

#sp-head{
    width: 90%;
    margin: 0 5%;
    text-align: center;
}

#sp-head h3{
	background: #23c0ec;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	font-size: 18px;
	margin-bottom: 20px;
}

#sp-head iframe{
	text-align: center;
	margin: 0 auto;
}


#naviwrap{
	margin-bottom: 30px;
}

ul#glonavi{
	position: relative;
	width: 628px;
	padding: 0 0 0 0;
	margin: 0 auto;
	text-align: left;
    overflow: hidden;
    height: 48px;
}

#glonavi li {
	position:relative;
	float: left;
	list-style-type:none;
	float: left;
	margin: 0 1.5% 0 0;
	padding: 0;
	width: 15.5%;
}

#glonavi li.end {
	position:relative;
	float: left;
	list-style-type:none;
	float: left;
	margin: 0;
	padding: 0;
	width: 15%;
}

#glonavi li img{
	width: 100%;
	height: auto;
}

#glonavi li a:hover img{
	opacity: 0.7;
}


#glonavi li.bt01 {
	background-image:url(images/navi01_off.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt01 a:hover {
	background-image:url(images/navi01_on.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt02 {
	background-image:url(images/navi02_off.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt02 a:hover {
	background-image:url(images/navi02_on.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt03 {
	background-image:url(images/navi03_off.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt03 a:hover {
	background-image:url(images/navi03_on.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt04 {
	background-image:url(images/navi04_off.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt04 a:hover {
	background-image:url(images/navi04_on.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt05 {
	margin-right: 0;
	background-image:url(images/navi05_off.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt05 a:hover {
	margin-right: 0;
	background-image:url(images/navi05_on.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt06 {
	background-image:url(images/navi06_off.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt06 a:hover {
	background-image:url(images/navi06_on.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#glonavi li.bt07 {
	width: 160px;
	background-image:url(images/navi07_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt07 a:hover {
	width: 160px;
	background-image:url(images/navi07_on.png);
	background-repeat:no-repeat;
}

#glonavi li.bt08 {
	width: 150px;
	background-image:url(images/navi08_off.png);
	background-repeat:no-repeat;
}

#glonavi li.bt08 a:hover {
	width: 150px;
	background-image:url(images/navi08_on.png);
	background-repeat:no-repeat;
}


section{
    width: 100%;
    margin: 0 auto 40px auto;
	padding: 0 0 0 0;
}

section article{
    width: 1028px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


section.catch{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.page{
    width: 1200px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 30px auto 0 auto;
}

section.page article{
    width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

section.contact{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}

/* flex */
.flex-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding:  0;             /* 余白指定 */
}

.flex-box2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%;
    padding:  0;             /* 余白指定 */
}

.flex-box3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5%;
    padding:  0;             /* 余白指定 */
}

.flex-item {
    position: relative;
    width: calc( 100% / 4 );
    padding: 0 15px;
    margin-bottom: 50px;
}

.flex-item-spot {
    position: relative;
    width: calc( 100% / 3 );
    padding: 0 15px;
    margin-bottom: 50px;
}

.flex-item-spot img{
	margin: 0 0 20px 0;
}

.flex-item2 {
    width: calc( 100% / 2 );
    padding: 0 20px;
    margin-bottom: 50px;
}

.flex-item2 img{
	width: 100%;
	height: auto;
}

.flex-item3 {
    width: calc( 100% / 3 );
    padding: 0 20px;
    margin: 20px 0 60px 0;
}

.flex-item3 img{
	width: 100%;
}

.flex-item4 {
    width: calc( 100% / 2 );
    padding: 0 20px;
    margin-bottom: 50px;
}

.flex-item4 img{
	width: 100%;
}

.flex-item3 h2{
font-family: Arial Black,Arial-BoldMT;
    font-size: 240%;
    color: #313131;
    margin: 20px auto 0 auto;
    text-align: center;
}

.flex-item3 h3{
	font-size: 14px;
    text-align: center;
}

.flex-item5 {
	width: 20%;
	float: left;
    padding: 0 20px 40px 20px;
}

.flex-item5-cen {
	width: 20%;
	float: left;
    padding: 0 20px 40px 20px;
}

.flex-item5 img{
	width: 100%;
}

.flex-item5-cen img{
	width: 100%;
}

.flex-item5 p{
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #f1dfb7;
}

.flex-item5-cen p{
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #f1dfb7;
}

.flex-item7 {
    width: calc( 100% / 3 );
    padding: 0 20px 40px 20px;
}

.flex-item7 img{
	width: 100%;
}



/* 左カラム */

#main{
	width: 628px;
	margin: 0 100px 0 0;
	float: left;
	margin-bottom: 50px;
}

#main h2{
			text-align: left;
			font-size: 18px;
			background: #e1f7fd;
			padding: 10px 15px;
	border-left: solid #23c0ec 6px;
	margin-bottom: 20px;
}

#main h3{
			text-align: left;
			font-size: 18px;
			padding: 5px 10px;
	border-bottom: solid #23c0ec 3px;
	margin-bottom: 20px;
}

#main h2.pt{
			text-align: left;
			font-size: 32px;
			background: none;
			padding: 10px 0;
	border-left: none;
	margin-bottom: 20px;
}

.breadcrumbs{
	margin-bottom: 15px;
}

.post{
	margin-bottom: 40px;
}

.post p{
	color: #313131;
	line-height: 1.6;
	margin-bottom: 15px;
	font-size: 18px;
}

.post p.seiza-list{
    text-align: center;
    font-weight: bold;
    margin: 0 0 0 -35px;
}

p.seiza-list{
    text-align: center;
    font-weight: bold;
    margin: 15px 0 0 -35px;
}


.post p.seiza-img{
    margin: 0 auto;
    text-align: center;
}

.post p.seiza-img img{
    width: 50%;
}

.post p.seiza-title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 30px -50px;
}

.post p.seiza-rank{
    float: left;
    margin: 0 10% 5% 25%;
}

.post p.cname01{
	margin: 0;
}

.luckybox{
	margin: 30px 0 0 0;
}

.post .luckybox p{
	margin: 0 30px 0 0;
	float: left;
}

span.lucky{
    background: #e33762;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
}

.cname02 {
    background: #f08fa7;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.post_image{
	width: 100%;
	height: auto;
	margin: 0 auto 40px auto;
	text-align: center;
}

.post_image img{
		width: 100%;
		height: auto;
}


.il{
    float: left;
	margin: 0 30px 0 0;
	width: 35%;
}

.il img{
	width: 100%;
	height: auto;
}

.post p.desc1{
	margin: 0 0 5px 0;
	font-size: 20px;
    line-height: 1.4;
}

.post p.desc1 a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.post p.desc1 a:hover{
	text-decoration: underline;
}

.post p.desc2{
	font-size: 14px;
}


.post .contents img{
			width: 100%;
			height: auto;
		}
	
.post .contents .yarpp-related img {
    width: auto;
    height: auto;
	}

#latestEntries li.thumbnailBox a:hover.padTitle {
    color: #ef908f;
}



.snsbox{
	text-align: right;
	margin-bottom: 10px;
}

.snsbox p{
	float: right;
	margin: 0 15px 20px 0;
}

.to_detail{
	text-align: center;
	margin: 30px auto;
}

.to_detail2{
	text-align: right;
	margin: 15px 0 0 0;
}

.to_contact{
	text-align: center;
	margin: 30px auto;
}

/* 右カラム */
#side{
	width: 300px;
	float: left;
	margin-bottom: 50px;
}

#side h3{
	background: #23c0ec;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	font-size: 18px;
	margin-bottom: 20px;
}

.rban{
	margin-bottom: 25px;
}

.rban img{
	width: 100%
}

.plist{
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px dashed silver;
}

/* 検索 */
#search{
	border: 2px #23c0ec solid;
	padding: 20px;
	margin-bottom: 30px;
}

#search input[type="text"] {
    border: 1px silver solid;
	padding: 5px;
	margin: 0 10px 0 0;
}

#search select {
    margin-bottom: 10px;
}

#search input[type="submit"] {
    background: #e33762;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

#search-sp{
	padding: 20px;
	margin: 0 20px 30px 20px;
}

#search-sp select{
	padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

#search-sp input[type="text"]{
	border: 1px silver solid;
	padding: 5px;
}

#search-sp input[type="submit"]{
	background: #e33762;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
-webkit-border-radius: 10px;/* for Safari and Chrome */
-moz-border-radius: 10px; /* for Firefox */
-o-border-radius: 10px; /* for opera */
}

#search-sp select{
	padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

#search-sp input[type="text"]{
	border: 1px silver solid;
	padding: 5px;
}

#search-sp input[type="submit"]{
	background: #e33762;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
-webkit-border-radius: 10px;/* for Safari and Chrome */
-moz-border-radius: 10px; /* for Firefox */
-o-border-radius: 10px; /* for opera */
}

/* ページナビ */
.page_navi { margin:0 0 30px 0; padding:0;clear: both; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 5px 0; color:#888; }
.page_navi ul { }
.page_navi li { float:left;list-style-type: none; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#f08fa7; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; text-decoration:none; }
.page_navi span.dots { background:none; color:#333; }

.page_navi span.current { color:#fff; background:#e33762; }
.page_navi a.prev, .page_navi a:hover.prev, .page_navi a:visited.prev {  }
.page_navi a.next, .page_navi a:hover.next, .page_navi a:visited.next {  }

.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding:8px 20px; }


/* フッター */
.footer{
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #ef908f;
	clear: both;
}

.footer a{
	color: #fff;
	text-decoration: none;
}

.footlink{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
    margin: 0 0 15px 0;
}

.footlink a{
	text-decoration: none;
	color: #fff;
}

.footlink a:hover{
	text-decoration: underline;
	color: #fff;
	}
	


.postbox{
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0;
}


.content a.read_more {
    float: right;
    display: block;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    background: #313131;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
}



/* お問合わせ */

table.contab{
	border-collapse: collapse;
	border: 1px solid #e33762;
	width: 100%;
	margin: 0 0 5% 0;
}

table.contab th{
	border: 1px solid #f08fa7;
	text-align: left;
	background: #fac7d4;
	width: 28%;
	padding: 2% 3%;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	color: #313131;
}

table.contab td{
	border: 1px solid #f08fa7;
	background: #fff;
	width: 71%;
	padding: 2% 3%;
	vertical-align: top;
	text-align: left;
}

.googlemap iframe{
	width: 100%;
	}

.contact_top{
	margin: 0 0 15px 0;
}

radio{
	margin-top: 5px;
}

.contab input[type="text"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
	
.contab input[type="number"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:20%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab p input[type="text"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0 0 15px 0;
width:30%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="tel"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="date"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0 0 20px 0;
width:30%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="email"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contab input[type="radio"]{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
}


.contab select{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.contab textarea{
border:0;
padding:10px;
font-family:Arial, sans-serif;
color:#696969;
border:solid 1px #ccc;
margin:0;
width:80%;
font-size: 14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn{
	margin: 30px auto;
	text-align: center;
}

.messageBtn input[type="submit"]{
border:solid 1px #ccc;
background: #ef9a9a;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#000;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="reset"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.messageBtn input[type="button"]{
border:solid 1px #ccc;
background: #dcdcdc;
padding:5px 20px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:14px;
text-transform:uppercase;
color:#333;
cursor:pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

/* 個人情報保護 */

.privacy{
	margin: 20px 40px;
}
	
p.priv_t {
font-weight: bold;
font-size: 18px;
text-align: center;
margin: 40px 10px 10px 10px;
}

p.priv_txt {
margin: 0 50px;
line-height: 1.5;
color: #313131;
}

p.priv_t2 {
font-weight: bold;
font-size: 16px;
margin: 0 50px;
margin-bottom: 5px;
color: #313131;
}

p.priv_txt_r {
text-align: right;
margin-right: 30px;
}

.googlemap {
    margin: 40px 5% 10px 5%;
}



/* その他回り込み指定など */

.cen{
	text-align: center;
}


.pcnon{
	display: none;
	}

.img_left{
float: left;
}

.l_10{
float: left;
margin-right: 10px;
}

.l_15{
float: left;
margin-right: 15px;
}

.l_20{
float: left;
margin-right: 20px;
}

.l_25{
float: left;
margin-right: 25px;
}

.l_30{
float: left;
margin-right: 30px;
}

.l_60{
float: left;
margin-right: 60px;
}


.l_140{
float: left;
margin-right: 140px;
}


.r_15{
float: right;
margin-left: 15px;
}

.r_25{
float: right;
margin-left: 25px;
}

.top40{
	margin-top: 40px;
}

.right{
	text-align: right;
	margin-bottom: 20px;
}

.bd{
	font-weight: bold;
}

.bd14{
	font-weight: bold;
	font-size: 14px;
}

.bd16{
	font-weight: bold;
	font-size: 16px;
}


.white{color: white;}
.red{color: #FF0000;}
.blue{color: blue;}
.gray{color: gray;}
.green{color: green;}
.brown{color: #A52A2A;}

.redbd{color: #FF0000;font-weight: bold;}
.bluebd{color: #191970;font-weight: bold;}
.graybd{color: gray;font-weight: bold;}
.greenbd{color: green;font-weight: bold;}
.brownbd{color: #A52A2A;font-weight: bold;}
.bd{font-weight: bold;}
.orangebd{font-weight: bold;color: #FF4500;}

.f12{
	font-weight: normal;
	font-size: 12px;
}

.red12{
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
}

/* ----------------------------------------------------------------------
 Archive, Search result page
---------------------------------------------------------------------- */
.wp-pagenavi {
clear: both;
width: 100%;
text-align: right;
height: 30px;
}
	


	@media only screen and (max-width: 768px){
#footer-info{
	display: none;
}

#main-wrap{
			width: 100%;
			background-image: none;
	}
#center-wrap {
    margin: 0;
    background: #FFF;
    width: 100%;
}
section article {
    width: auto;
    height: auto;
    margin: 0 auto;
	padding: 00;
}

#header {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: none;
}

#header h1{
		}
#header_logo {
    width: 280px;
    height: 80px;
    float: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
}

#header img{
}

		#header_txt{
		display: none;
		}

#login_base {
		display: none;
}
		.serch_block{
		display: none;
		}
.hnavi_bg{
		display: none;
		}

.hcon{
	display: none;
}

#navibg{
	display: none;
		}
#topslide {
	display: none;
}
.mainbg {
    width: 100%;
    height: auto;
    background-image: none;
    background-size: unset;
    background-repeat: no-repeat;
    padding: 0;
		}
	#soudanbox{
	display: none;
		}
		.tfbox{
	display: none;
		}
.glonavi {
    clear: both;
    width: 100%;
    height: 70px;
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
		}
.navi_img {
    width: 25%;
    henight: auto;
    float: left;
		}
.banner{
			margin: 20px auto;
			text-align: center;
		}
.banner img{
			width: 100%;
			height: auto;
}
.maincon {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
		}
.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
		}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		}
		.news_t{
		margin: 30px 0 0 0;
		}
		
		.news_t img{
			width: 100%;
			height: auto;
		}
		
		.spban p{
		margin: 0 auto 15px auto;
		}
		.spban p img{
			width: 100%;
			height: auto;
		}
		.spban02 p{
		margin: 0 10% 15px 10%;
		}
		.spban02 p img{
			width: 100%;
			height: auto;
		}
table.fmenu {
    width: 100%;
    border-collapse: collapse;
		}
table.fmenu td {
    width: 50%;
    padding: 10px 10px;
    background: #006ab3;
    color: #fff;
    border: 1px solid #3398dd;
		}
table.fmenu td a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
		}
.footinfo {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #e0f2ff;
    display: block;
		}
.footinfo-inner {
    margin: 0 10px;
    padding: 10px 0;
		}
.foot_name {
    font-size: 130%;
    color: #006ab3;
    margin-bottom: 10px;
		}
.footmap {
    text-align: center;
		}
.footmap img{
    width: 80%;
		}
.footmember {
			text-align: center;
			margin-bottom: 30px;
		}
.footmember img {
    width: 80%;
		}
		#footer{
			margin-bottom: 50px;
		}
		.foot_contact{
			position: fixed;
			bottom: 0;
		}
.side {
    float: none;
    width: 90%;
    margin: 0 5%;
		}
.sbox {
    width: 100%;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin: 0 0 30px 0;
		}

.menu-link li {
    font-size: 16px;
    background-image: url(images/arrow2.gif);
    background-repeat: no-repeat;
    padding: 7px 0 7px 25px;
    background-position: 0px 9px;
    list-style-type: none;
		}
		.lbox p{
		text-align: center;
		}
		.lbox p img{
			width: 80%;
			height: auto;
		}
.mainwrap {
    width: 100%;
    margin: 0;
    padding: 20px;
		}
.main {
    float: none;
    width: 100%;
		}
.r_15 {
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
		}
.sp80 img{
			width: 80%;
			height: auto;
		}
.soudan-box {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
		}

.soudan-menu {
    float: none;
    width: 100%;
    height: auto;
    margin: 20px;
    overflow: hidden;
    font-size: 16px;
		}

.soudan-menu-end {
    float: none;
    width: 100%;
    height: auto;
    margin: 20px;
    overflow: hidden;
    font-size: 16px;
		}
.soudan-menu-clr {
    float: none;
    width: 100%;
    height: auto;
    margin: 20px;
    overflow: hidden;
    font-size: 16px;
		}
.tban_l {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
		}
.tban_r {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
		}
.itemHead {
    width: 100%;
		}
.infobox {
    margin: 20px;
    font-size: 14px;
		}
.state_l {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
		}
.state_r {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
		}
table.lower-link {
	width: 100%;
		}
		.contents img{
			width: 100%;
			height: auto;
		}
table.annnai {
    margin: 10px 0;
			width: 100%;
		}
.consult .contact-box {
    border: double 5px #AE9879;
    padding: 5px 20px;
    margin: 10px 0;
    background-color: #FFFFFF;
    width: 100%;
		}
.navi_img {
    width: 25%;
    float: left;
		}
#header-mem {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    background-image: none;
    background-repeat: no-repeat;
		}
.info_l {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: bold;
		}
.info_r {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
		}
#docbox {
    width: 100%;
    margin: 0 0 20px 0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    overflow: hidden;
    font-size: 14px;
		}
#docs1 {
    width: 100%;
    height: auto;
    background: #EEEEEE;
    overflow: hidden;
    margin: 0 20px 20px 0;
    float: none;
    padding: 10px;
		}
#docs2 {
    width: 100%;
    height: auto;
    background: #EEEEEE;
    overflow: hidden;
    margin: 0 20px 20px 0;
    float: none;
    padding: 10px;
		}
.docimg {
    float: none;
    margin: 20px auto;
    text-align: center;
    display: block;
		}
.format_l {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
		}
		.format_l p{
		font-size: 16px;
		}
.format_r {
float: none;
    width: 100%;
    margin: 0 0 70px 0;
    padding: 0;
    display: block;
		}
.format_r p {
    float: left;
    margin: 0 13px 0 0;
		}
.story_list2 {
    padding: 10px 0;
    width: auto;
    vertical-align: top;
    display: block;
		}
.rules_itemTitle2 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
    font-weight: bold;
		}
.rules_attch_icon {
    width: 60px;
    height: 25px;
    margin: 0 0 10px 20px;
    float: left;
    display: block;
    vertical-align: middle;
}


.tb2{
	margin: 0 0 50px 0;
	display: block;
}

.tb2 a {
    margin: 0 auto 20px auto;
    display: block;
}


} 


/* プライバシーポリシー全体のスタイル */
.privacy-policy {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    color: #333;
    line-height: 1.8;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.privacy-policy h1 {
    font-size: 1.8rem;
    color: #333; 
    border-bottom: 2px solid #0076c0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.privacy-policy h2 {
    font-size: 1.5rem;
    color: #0076c0; /* ロゴの青 */
    margin: 40px 0 20px;
}

.privacy-policy h3 {
    font-size: 1.15rem;
    background: #f8f8f8;
    padding: 10px 15px;
    border-left: 5px solid #0076c0;
    margin: 30px 0 15px;
}

.privacy-policy p {
    margin-bottom: 1.2rem;
}

.center-text {
    text-align: center;
    font-weight: bold;
}

.list-none {
    list-style: none;
    padding-left: 0;
}

.list-none li {
    margin-bottom: 10px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.notice-small {
    font-size: 0.85rem;
    color: #666;
    margin-top: 40px;
}

.section-divider {
    margin: 60px 0;
    border: 0;
    border-top: 1px dashed #ccc;
}

/* テーブルのスタイル */
.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.95rem;
}

.policy-table th, 
.policy-table td {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

.policy-table th {
    background-color: #0076c0;
    color: #fff;
    width: 25%;
}

.policy-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

/* レスポンシブ対応（スマホ表示） */
@media screen and (max-width: 768px) {
    .policy-table, .policy-table thead, .policy-table tbody, .policy-table th, .policy-table td, .policy-table tr {
        display: block;
    }
    
    .policy-table thead {
        display: none; /* 見出しを隠す（または後述のように調整） */
    }
    
    .policy-table tr {
        margin-bottom: 20px;
        border: 2px solid #0076c0;
    }
    
    .policy-table td {
        border: none;
        padding: 10px;
    }
    
    .policy-table td:first-child {
        background-color: #eef7ff;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }
}

/* テーブル内のテキストスタイル調整 */
.policy-table td:first-child {
    font-weight: bold; /* 左側の列（データ種別）を太字に */
    background-color: #f9f9f9; /* 視認性を高めるため、左列に薄い背景色 */
    width: 25%;
    color: #333;
}

/* スマホ表示（レスポンシブ）の調整 */
@media screen and (max-width: 768px) {
    .policy-table td:first-child {
        width: 100%;
        background-color: #eef7ff; /* スマホではヘッダー風に色を変更 */
        color: #004a80;
        border-bottom: 1px solid #0076c0;
        padding: 12px 15px;
    }
}