@charset "utf-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset {
  border: none;
  /* margin: 0;
  padding: 0; */
}

.mfp_element_fieldset legend{
    display: none;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

map area {
  outline: none;
}



/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	color: #333;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
    font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

p{
	font-size: 160%;
	line-height: 1.8;
    margin-bottom: 1em;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none !important;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	transition: opacity .3s, background .3s, color .3s, transform .3s ease-in-out;
}

img{
	width: 100%;
	border-style: none;
	vertical-align: bottom;
}

a:hover{
	opacity: 0.8;
}

/* 回り込み解除 */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
    width: 0;
	height: 0;
	visibility: hidden;
}
.clearfix{
	min-height: 1px;
}
* html .clearfix{
	height: 1px;
}

.inner{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}



/* ------------------------------------------------------- header */
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    z-index: 10;
}

.hTopWrapper{
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.hTopWrapper .inner{
    display: table;
}

.fukushihokenLogo{
    display: table-cell;
    vertical-align: middle;
    width: 175px;
}

.hTopContents{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.hTopContents .hTopNavi{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.hTopContents .hTopNavi:first-child a{
    text-decoration: underline;
    font-size: 140%;
    color: #333;
}

.hTopContents .hTopNavi:first-child a:hover{
    opacity: 1;
    text-decoration: none;
}

.fontSize span{
    display: inline-block;
    font-size: 140%;
    margin-right: 5px;
}

.fontSize ul{
    display: inline-block;
}

.fontSize ul li{
    display: inline-block;
    font-size: 140%;
    line-height: 1;
    padding: .6em .75em;
    color: #00a2c3;
    background-color: #fff;
    border: 1px solid #00a2c3;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.fontSize ul li:last-child{
    margin: 0;
}

.fontSize ul li.current{
    color: #fff;
    background-color: #00a2c3;
}

.search form{
    display: table;
    border: 1px solid #00a2c3;
    border-radius: 5px;
    overflow: hidden;
}

.search form input.searchTxt{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 140%;
    padding: 5px;
    border: none;
}

.search form button.submitBtn{
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    height: 100%;
    padding: 0;
    background-color: #00a2c3;
    border: none;
}

.search form button.submitBtn img{
    padding: 8px;
}

.hMainWrapper{
    padding: 15px 0;
}

.hMainWrapper .siteLogo{
    float: left;
    display: block;
    width: 340px;
    height: 54px;
}

.hMainWrapper .siteLogo h1{
    height: 100%;
    text-indent: -9999px;
    background: url('/images/h_logo_1.png')no-repeat center;
    background-size: 100%;
}

.hMainWrapper #nav-drawer{
    float: right;
}

#nav-input{
	display: none;
}

#nav-content nav ul li{
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

#nav-content nav ul li a{
    display: block;
    min-width: 190px;
    font-size: 130%;
    font-weight: 700;
    line-height: 1.25;
    color: #333;
    padding: 1.12em .75em;
    background-color: #e4f4f7;
    border: 1px solid #00a2c3;
    border-radius: 10px;
    position: relative;
}

#nav-content nav ul li a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #00a2c3;
    border-right: 1px solid #00a2c3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
}

#nav-content nav ul li a span{
    display: block;
    font-size: 140%;
}

#nav-content nav ul li a:hover{
    color: #fff;
    background-color: #00a2c3;
}

#nav-content nav ul li a:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}



/* ------------------------------------------------------- main */
.topHero{
    width: 100%;
    height: 480px;
    background: url('/images/top_hero_img_pc_1.jpg')no-repeat center;
    background-size: auto;
}

.topContentsWrapper{
    padding: 70px 0 0;
}

.topContentsWrapper h2{
    text-align: center;
    font-size: 240%;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.topContentsWrapper h2 span{
    padding: 0 .15em;
    background: -webkit-linear-gradient(transparent 65%, #ffff64 65%);
    background: -o-linear-gradient(transparent 65%, #ffff64 65%);
    background: linear-gradient(transparent 65%, #ffff64 65%);
}

.topContentsWrapper section{
    margin-bottom: 50px;
}

.topContentsWrapper section h3{
    font-size: 200%;
    line-height: 1.25;
    padding: .75em .75em .75em 1.25em;
    background-color: #e4f4f7;
    margin-bottom: .75em;
    position: relative;
}

.topContentsWrapper section h3::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 100%;
    background-color: #43bbd2;
    position: absolute;
    top: 0;
    left: 0;
}

.topContentsWrapper section h4{
    font-size: 180%;
    line-height: 1.25;
    padding: .75em 0 0 1.25em;
    border-top: 2px solid #e4f4f7;
    margin: 2em 0 .75em;
    position: relative;
}

.topContentsWrapper section h4::before{
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    background-color: #00a2c3;
    position: absolute;
    top: 1.1em;
    left: .35em;
}

.topContentsWrapper section h5{
    display: inline-block;
    font-size: 160%;
    margin: 1em 0 .5em;
}

.sec2col{
    margin-bottom: 30px;
}

.sec2col figure{
    float: left;
    width: 35%;
    margin-right: 2%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.sec2col figure.noEffect{
    border-radius: 0;
    box-shadow: none;
}

.sec2col .txtContents{
    float: right;
    width: 63%;
}

.img2col li,
.link2col a{
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
}

.img2col li:nth-child(2n),
.link2col a:nth-child(2n){
    margin-right: 0;
}

.img3col li,
.link3col a{
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
}

.img3col li:nth-child(3n),
.link3col a:nth-child(3n){
    margin-right: 0;
}

.img2col li figure img,
.img3col li figure img{
   border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.img2col li figure figcaption,
.img3col li figure figcaption{
    display: block;
    text-align: center;
    font-size: 140%;
    margin-top: .5em;
}

a.linkBtn{
    display: inline-block;
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    line-height: 1.25;
    padding: 1em 2em;
    color: #00a2c3;
    border: 1px solid #00a2c3;
    border-radius: 10px;
    position: relative;
}

a.linkBtn::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #00a2c3;
    border-right: 1px solid #00a2c3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
}

a.linkBtn:hover{
    color: #fff;
    background-color: #00a2c3;
}

a.linkBtn:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.topContentsWrapper section.IllustBk{
    padding-top: 30px;
    border-top: 2px solid #e2f2f5;
}

.topContentsWrapper section.IllustBk .txtContents{
    padding-right: 240px;
    background: url('/images/top_Illust_01.png')no-repeat right center;
    background-size: 200px auto;
}

.topMenuWrapper{
    padding: 50px 0;
    margin: 70px 0 0;
    background-color: #e2f2f5;
}

.topMenuWrapper ul li{
    float: left;
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.topMenuWrapper ul li:nth-child(2){
    float: right;
}

.topMenuWrapper ul li a{
    color: #fff;
}

.topMenuWrapper ul li a p{
    text-align: center;
    font-size: 200%;
    font-weight: 700;
    padding: 1em;
    background-color: #00a2c3;
    margin: 0;
    position: relative;
}

.topMenuWrapper ul li a p::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
}

.IllustBk_moshikamokun_first{
    background: url('/images/top_Illust_00.png')no-repeat right 30px center;
    background-size: 125px auto;
}

.IllustBk_moshikamokun{
    background: url('/images/top_Illust_04.png')no-repeat left 30px center;
    background-size: 130px auto;
}

.listCircle li{
    padding-left: 1.25em;
    font-size: 160%;
    line-height: 1.5;
    margin-bottom: .75em;
    position: relative;
}

.listCircle li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #43b9d0;
    position: absolute;
    left: .45em;
    top: .55em;
}

.listCircle li strong{
    display: block;
    margin-bottom: .25em;
}

.topContentsWrapper.topHr{
    padding: 0;
    margin: 70px 0 0;
}

.topHr .inner{
    padding-top: 70px;
    border-top: 2px solid #e2f2f5;
}

.video2col .videoContents{
    float: left;
    width: 50%;
}

.video2col #my-video{
    float: left;
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    margin-right: 2%;
}

.video2col .txtContents{
    width: 48%;
}

.note{
    text-indent: -1em;
    padding-left: 1em;
}

.youtube{
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.kenkoudukuriContents{
    text-align: center;
}

.kenkoudukuriContents p{
    display: inline-block;
    text-align: left;
}

.kenkoudukuriContents a{
    display: block;
    width: 35%;
    margin: 0 auto;
}



/* ------------------------------------------------------- footer */
footer{
    margin-top: 100px;
}

.pageTopLink{
    padding: 10px 0;
    background-color: #00a2c3;
    text-align: center;
}

.pageTopLink a{
    display: inline-block;
    font-size: 150%;
    font-weight: 700;
    color: #fff;
}

.fNavi{
    padding: 40px 0;
    text-align: center;
}

.fNavi li{
    display: inline-block;
    margin: 0 1.5em;
}

.fNavi li a{
    text-decoration: underline;
    font-size: 150%;
    color: #333;
}

.fNavi li a:hover{
    opacity: 1;
    text-decoration: none;
}

.fInfo{
    text-align: center;
    margin-bottom: 40px;
}

.fInfo span{
    display: inline-block;
    font-size: 150%;
    margin: 0 .5em;
}

.copyright{
    text-align: center;
    padding: 5px 0;
    background-color: #eee;
}

.copyright span{
    font-size: 130%;
}




/* sub 共通
--------------------------------------------------------------- */
.breadcrumbs{
    padding: 10px 0 0;
}

.breadcrumbs ul li{
    display: inline-block;
    font-size: 130%;
}

.breadcrumbs ul li::after{
    content: '/';
    display: inline-block;
    padding: 0 .5em;
}

.breadcrumbs ul li:last-child::after{
    content: none;
}

.breadcrumbs ul li a{
    text-decoration: underline;
    color: #333;
}


.subTit{
    width: 100%;
    height: 100px;
    background-color: #00a2c3;
    position: relative;
    box-sizing: content-box;
}

.subTit .inner{
    display: table;
    width: 100%;
    height: 100%;
}

.subTit .subTitContent{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
}

/* #kenshin .subTit .subTitContent{
    background: url(../images/kenshin_tit_bg.jpg)no-repeat center;
    background-size: cover;
} */

.subTit .subTitContent h2{
    display: inline-block;
    font-size: 320%;
    line-height: 1.25;
    padding: 0 .25em;
    color: #fff;
}

.inlineLink{
    word-break: break-all;
    color: #0066c0;
    text-decoration: underline;
}

.inlineLink:hover{
    opacity: 1;
    text-decoration: none;
}

.img50{
    width: 50%;
    margin: 0 auto 15px;
}

.img60{
    width: 60%;
    margin: 0 auto 15px;
}

.img70{
    width: 70%;
    margin: 0 auto 15px;
}

.img80{
    width: 80%;
    margin: 0 auto 15px;
}

.imgFull{
    width: 100%;
    margin: 0 auto 15px;
}



/* sub kenshin 健診
--------------------------------------------------------------- */
.subTableContents{
    width: 100%;
}

.subTableContents th,
.subTableContents td{
    text-align: center;
    font-size: 140%;
    padding: .75em;
    border: 1px solid #ccc;
}

.subTableContents th{
    font-weight: 700;
    background-color: #e4f4f7;
}

.subTableContents td.explanation br{
    display: none;
}


.subTableContents th.discover,
.subTableContents td.explanation{
    text-align: left;
}



/* sub gankenshin がん検診
--------------------------------------------------------------- */
.topContentsWrapper section .gankenshinTable h5{
    display: block;
    text-align: center;
}

.topContentsWrapper section .gankenshinTable h5 span{
    font-size: 90%;
    font-weight: normal;
}

.gankenshinTable table{
    width: 100%;
}

.gankenshinTable table th,
.gankenshinTable table td{
    height: 45px;
    text-align: center;
    font-size: 140%;
    padding: .5em;
    border: 1px solid #ccc;
}

.gankenshinTable table th{
    font-weight: 700;
    background-color: #e4f4f7;
}

.gankenshinTable table th.illustBk{
    width: 135px;
    padding: 0 5px 0 0;
    vertical-align: bottom;
    background-color: #fff;
    border: none;
}

.gankenshinTable table th.noCell{
    background-color: #fff;
    border: none;
}

.gankenshinTable table th.stageLevel{
    width: 115px;
    background-color: #fff;
    border: none;
}

.gankenshinTable table th.stageLevel span{
    display: block;
    line-height: 1;
    padding: .5em;
    border-radius: 5px;
    background-color: #e7e3f0;
    margin: 0 .25em;
}

.gankenshinTable table th.stageLevel span:first-child{
    position: relative;
}

.gankenshinTable table th.stageLevel span:first-child::after{
    content: '';
    display: block;
    width: 10px;
    height: 110px;
    background: url('/images/gankenshin_parts_arrow.png')no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 2em;
    left: 0;
    right: 0;
    margin: auto;
}

.gankenshinTable table th.stageLevel span:nth-child(2){
    color: #fff;
    background-color: #8873b4;
    margin-top: 110px;
}

.gankenshinTable table .cellStrong{
    font-weight: 700;
    border-top: 2px solid #ee2127;
    border-bottom: 2px solid #ee2127;
}

.gankenshinTable table .cellStrong.strongFirst{
    border-left: 2px solid #ee2127;
}

.gankenshinTable table .cellStrong.strongEnd{
    border-right: 2px solid #ee2127;
}

.gankenshinTable table th.stage1{
    background-color: #e7e3f0;
}

.gankenshinTable table th.stage2{
    background-color: #c8bedc;
}

.gankenshinTable table th.stage3{
    color: #fff;
    background-color: #9a87be;
}

.gankenshinTable table th.stage4{
    color: #fff;
    background-color: #8873b4;
}

.source{
    display: block;
    text-align: right;
    font-size: 130%;
    margin-top: .5em;
}

.gankenshin2col .txtContents{
    float: left;
    margin-right: 2%;
}

.gankenshin2col figure{
    float: right;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.merit2col{
    display: flex;
    flex-wrap: wrap;
}

.merit2col > li{
    float: left;
    width: 48%;
    padding: 20px;
    background-color: #e4f4f7;
    border-radius: 10px;
    margin-right: 4%;
}

.merit2col > li:nth-child(2){
    background-color: #e7e3f0;
    margin: 0;
}

.merit2col > li > span{
    display: block;
    text-align: center;
    font-size: 160%;
    font-weight: 700;
    padding: .5em;
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 1em;
}

.merit2col > li > ul.listCircle > li{
    margin-bottom: 1.5em;
}

.merit2col li dl{
    display: table;
    margin-bottom: 10px;
}

.merit2col li dl dt{
    display: table-cell;
    width: 5em;
    font-size: 160%;
    font-weight: 700;
}

.merit2col li dl dd{
    font-size: 160%;
}

.gankenshin2col.illustBk .txtContents{
    width: 76%;
}

.gankenshin2col.illustBk figure{
    width: 22%;
}

.pdfLink{
    display: block;
    width: 300px;
    margin: 0 auto;
}

.pdfLink img{
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.pdf2col .pdfLink{
    float: left;
    width: 25%;
    margin-right: 2%;
}

.pdf2col .txtContents{
    width: 73%;
}

.taleft{
    text-align: left !important;
}

.pleaseBx{
    padding: 20px;
    border: 2px solid #e4f4f7;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pleaseBx:nth-of-type(2){
    margin-bottom: 0;
}

.topContentsWrapper section .pleaseBx h4{
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.topContentsWrapper section .pleaseBx h4::before{
    top: .35em;
}

#gankenshin .topMenuWrapper{
    padding: 0;
    background-color: #fff;
}

#gankenshin .topMenuWrapper ul li a p{
    display: table;
    width: 100%;
    height: 110px;
}

#gankenshin .topMenuWrapper ul li a p span{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
}

#gankenshin .topMenuWrapper ul li a p ins{
    display: block;
    text-decoration: none;
    font-size: 70%;
}

#gankenshin .subTit{
    height: 120px;
}

#gankenshin .subTit .subTitContent span{
    display: block;
    font-size: 160%;
    font-weight: 700;
    color: #fff;
}




/* tab/sp
--------------------------------------------------------------- */
@media(max-width:768px){
	.dispPc{
		display: none !important;
	}

	.dispSp{
		display: block !important;
	}
    
	p{
		font-size: 140%;
	}
	
	.inner{
		padding: 0 40px;
	}
	
    header .inner{
        padding: 0 15px;
    }
    
    .fukushihokenLogo{
        width: 150px;
    }
    
    .hTopWrapper{
        padding: 8px 0;
    }
    
    .hMainWrapper .siteLogo{
        width: 280px;
        height: 44px;
    }
    
    
    
    
    
    
    
    
    
    /*ハンバーガーメニュー
	ヘッダーまわりはサイトに合わせて調整してください*/
	#nav-drawer {
		position: absolute;
		top: 54px;
		right: 20px;
		width: 44px;
		height: 44px;
		padding: 10px;
		border-radius: 5px;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
	  	display: inline-block;
	  	width: 24px;
	  	height: 22px;
	  	vertical-align: middle;
		padding-top: 2px;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  	position: absolute;
	  	height: 3px;/*線の太さ*/
	  	width: 24px;/*長さ*/
	  	background: #37415b;
	  	display: block;
	  	content: '';
	  	cursor: pointer;
	}
	#nav-open span:before {
	  	bottom: -8px;
	}
	#nav-open span:after {
	  	bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	  	display: none;/*はじめは隠しておく*/
	  	position: fixed;
	  	z-index: 99;
	  	top: 0;/*全体に広がるように*/
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	background: black;
	  	opacity: 0;
	  	transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
	  	overflow: auto;
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	  	z-index: 9999;/*最前面に*/
	  	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	  	max-width: 330px;/*最大幅（調整してください）*/
	  	height: 100%;
	  	background: rgba(255,255,255,.9);/*背景色*/
	  	transition: .3s ease-in-out;/*滑らかに表示*/
	  	-webkit-transform: translateX(-105%);
	  	transform: translateX(-105%);/*左に隠しておく*/
		margin-top: 112px;
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	  	display: block;/*カバーを表示*/
	  	opacity: .5;
		margin-top: 112px;
	}

	#nav-input:checked ~ #nav-content {
	  	-webkit-transform: translateX(0%);
	  	transform: translateX(0%);/*中身を表示（右へスライド）*/
	  	/* box-shadow: 6px 0 25px rgba(0,0,0,.15); */
	}
	
	#top header.is-animation #nav-content{
		background-color: rgba(255,255,255,.9);
		border: none;
	}
	
	#nav-content .inner{
		padding: 0;
	}
	
    #nav-content nav ul li{
        margin: 0;
    }
    
    #nav-content nav ul li.navMenu{
        display: block;
        padding: 0;
        margin: 0;
    }    
    
    #nav-content nav ul li.navMenu a{
        text-align: left;
        padding: 1.5em;
        background: none;
        border: none;
        border-bottom: 1px dotted #00a2c3;
        border-radius: 0;
    }
    
    #nav-content nav ul li.navMenu a span{
        font-size: 115.3845%;
    }
    
    #nav-content nav ul li .fontSize{
        padding: 15px 10px 0 0;
    }
    
    #nav-content nav ul li .search form{
        height: 1em;
        background-color: #fff;
        margin: 10px auto 0;
    }
    
    .topHero{
        background: none;
        height: auto;
    }
    
    .topContentsWrapper{
        padding-top: 40px;
    }
    
    .topContentsWrapper h2{
        font-size: 200%;
    }
    
    .topContentsWrapper section h3{
        font-size: 180%;
    }
    
    a.linkBtn{
        font-size: 150%;
    }
    
    a.linkBtn br{
        display: none;
    }
    
    .topContentsWrapper section{
        margin-bottom: 30px;
    }
    
    .sec2col figure{
        width: 34%;
        margin-right: 3%;
    }
    
    .topMenuWrapper{
        padding: 40px 0;
        margin-top: 40px;
    }
    
    .topMenuWrapper ul li a p{
        font-size: 150%;
    }
    
    .listCircle li{
        font-size: 140%;
    }
    
    .topContentsWrapper.topHr{
        margin-top: 40px;
    }
    
    .topHr .inner{
        padding-top: 40px;
    }
    
    footer{
        margin-top: 70px;
    }
    
    .pageTopLink a{
        font-size: 140%;
    }
    
    .fNavi{
        padding: 25px 0;
    }
    
    .fNavi li a{
        font-size: 140%;
    }
    
    .fInfo span{
        font-size: 140%;
    }
	
    .fInfo{
        margin-bottom: 30px;
    }
    
    .copyright span{
        font-size: 120%;
    }
    
    .IllustBk_moshikamokun_first{
        background-position: right bottom;
        background-size: 80px auto;
    }

    .IllustBk_moshikamokun{
        background-position: left center;
        background-size: 90px auto;
    }
    
    .subTit{
        height: 100px;
    }
    
    .subTit .subTitContent h2{
        font-size: 240%;
    }
    
    .topContentsWrapper section h4{
        font-size: 160%;
    }
    
    .subTableContents th,
    .subTableContents td{
        font-size: 130%;
    }
    
    .topContentsWrapper section h5{
        font-size: 150%;
    }
    
    .gankenshin2col figure{
        margin: 0;
    }
    
    .merit2col li span{
        font-size: 150%;
    }
    
    .merit2col li dl dt,
    .merit2col li dl dd{
        font-size: 140%;
    }
    
    .video2col .videoContents,
    .video2col #my-video{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .video2col .txtContents{
        float: none;
        width: 100%;
    }
    
    .img2col li figure figcaption,
    .img3col li figure figcaption{
        font-size: 130%;
    }
    

}



@media(max-width:670px){	
	.inner{
		padding: 0 20px;
	}
    
    header .inner{
        padding: 0 10px;
    }
    
    #nav-input:checked ~ #nav-close,
    #nav-content{
        margin-top: 85px;
    }
    
    .hTopWrapper{
        padding: 5px 0;
    }
    
    .fukushihokenLogo{
        width: 130px;
    }
    
    .hTopContents .hTopNavi:first-child a{
        font-size: 130%;
    }
    
    .hMainWrapper{
        padding: 10px 0;
    }
    
    .hMainWrapper .siteLogo{
        width: 210px;
        height: 34px;
    }
    
    #nav-drawer{
        top: 35px;
        right: 5px;
    }
    
    .topContentsWrapper h2{
        font-size: 160%;
    }
    
    .topContentsWrapper h2 br{
        display: none;
    }
    
    .topContentsWrapper section h3{
        font-size: 150%;
    }
    
    .sec2col{
        margin-bottom: 20px;
    }
    
    .sec2col figure{
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    
    .sec2col .txtContents{
        float: none;
        width: 100%;
    }
    
    .topContentsWrapper section.IllustBk{
        padding-top: 20px;
    }
    
    .link2col a,
    .link3col a{
        float: none;
        margin: 0 0 5px;
        width: 100%;
    }
    
    .topContentsWrapper section.IllustBk .txtContents{
        padding: 0 0 150px;
        background-position: center bottom;
        background-size: 160px auto;
    }
    
    .topMenuWrapper ul li{
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    
    .topMenuWrapper ul li:nth-child(2){
        margin: 0;
    }
    
    .topMenuWrapper ul li a p{
        padding: .75em 1em;
    }
    
    footer{
        margin-top: 50px;
    }
    
    .fNavi li{
        margin: 0 1em;
    }
    
    .copyright{
        padding: 5px;
    }
    
    .copyright span{
        font-size: 110%;
    }
    
    .IllustBk_moshikamokun_first{
        padding-bottom: 150px;
        background-position: center bottom;
        background-size: 120px auto;
    }
    
    .IllustBk_moshikamokun{
        padding-bottom: 120px;
        background-position: center bottom;
        background-size: 120px auto;
    }
    
    .fInfo span{
        font-size: 120%;
    }
    
    .subTit .subTitContent h2{
        font-size: 200%;
    }
    
    .breadcrumbs ul li{
        font-size: 120%;
    }
    
    .topContentsWrapper section h4{
        font-size: 150%;
    }
    
    .subTableContents{
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .topContentsWrapper section h5{
        font-size: 150%;
    }
    
    .subTableContents td.explanation br{
        display: inline;
    }
    
    .img50,
    .img60,
    .img70,
    .img80{
        width: 100%;
    }
    
    .topContentsWrapper section .gankenshinTable h5{
        font-size: 140%;
    }
    
    .gankenshinTable table{
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .gankenshinTable table th,
    .gankenshinTable table td{
        font-size: 130%;
    }
    
    .gankenshin2col figure{
        width: 70%;
        margin: 0 auto;
    }
    
    .gankenshin2col.illustBk .txtContents{
        width: 100%;
    }
    
    .gankenshin2col.illustBk figure{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    
    .merit2col > li{
        float: none;
        width: 100%;
        padding: 15px;
        margin: 0 0 15px;
    }
    
    .merit2col > li span{
        font-size: 140%;
        margin-bottom: .5em;
    }
    
    .merit2col > li > ul.listCircle > li{
        margin-bottom: .75em;
    }
    
    .img2col li,
    .img3col li{
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }

    .img2col li img,
    .img3col li img{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    
    .pdf2col .pdfLink{
        float: none;
        width: 70%;
        margin: 0 auto 15px;
    }
    
    #gankenshin .topMenuWrapper ul li a p{
        display: block;
        height: inherit;
    }
    
    #gankenshin .topMenuWrapper ul li a p span{
        display: inherit;
    }
    
    #gankenshin .subTit{
        height: 100px;
    }
    
    #gankenshin .subTit .subTitContent span{
        font-size: 130%;
    }
    
    .kenkoudukuriContents a{
        width: 100%;
    }
    
    
    
    
    
    
    
}








