@charset "utf-8";
/*
Theme Name: かごぷれ専用テンプレート
*/

/* =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;}

ol, ul {list-style: none;}
table {border-collapse: separate;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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
line-height:1.5;
font-family: "Kaisei Opti","Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
color:#333;
-webkit-text-size-adjust: none;
}

img{max-width:100%;height:auto;}

.pc{display:block;}
.sp{display:none;}

@media only screen and (max-width:1024px){
body {font-size: 90%;}
.pc{display:none;}
.sp{display:block;}
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}


/* リンク設定
------------------------------------------------------------*/
a{
  margin:0;
  padding:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  font-size:100%;
  text-decoration:underline;
  color:#000;
}

a:hover, a:active{
  -webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
  outline: none;
  text-decoration:none;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea,select,input[type="email"]{
  vertical-align:middle;
  max-width:90%;
  line-height:30px;
  height:30px;
  padding:1px 5px;
  border:1px solid #d4d4d7;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  font-size:100%;
  color:#555;
  background:#fcfcfc;
}

textarea{
  height:auto;
  line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
  padding:3px 10px;
  background: #5a0000;
  background: -moz-linear-gradient(top, #781f12 0%, #5a0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#781f12), color-stop(100%,#5a0000));
  background: -webkit-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: -o-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: -ms-linear-gradient(top, #781f12 0%,#5a0000 100%);
  background: linear-gradient(to bottom, #781f12 0%,#5a0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#781f12', endColorstr='#5a0000',GradientType=0 );
  border:0;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  line-height:1.5;
  font-size:100%;
  color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
  background: #5a0000;
  background: -moz-linear-gradient(top, #5a0000 0%, #781f12 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a0000), color-stop(100%,#781f12));
  background: -webkit-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: -o-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: -ms-linear-gradient(top, #5a0000 0%,#781f12 100%);
  background: linear-gradient(to bottom, #5a0000 0%,#781f12 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a0000', endColorstr='#781f12',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}




/* レイアウト
------------------------------------------------------------*/
#wrapper{margin-top:75px;}

.inner{
  margin:0 auto;
  width:1100px;
}

.inner:after{content: "";clear: both;display: block;}

#header{overflow:hidden;}

#top-content{}

#content-sub{
  float:right;
  width:800px;
  padding:30px 0;
}

#sidebar{
  float:left;
  width:265px;
  padding:30px 0;
}

#footer {
  clear: both;
  padding-top: 30px;
  background: #F0DBB7;
  font-size: 90%;
  margin-top: 50px;
}


@media only screen and (max-width:1100px){
  .inner{
    width:auto;
    padding:0 20px;
  }
  #content-sub {
    width: 68%;
  }
  #sidebar{
    width:28%;
  }
}

@media only screen and (max-width:813px){
  #content-sub, #sidebar {
    float: none;
    width: auto;
    padding-top:0;
    padding-bottom:30px;
  }
}


/* ヘッダー
*****************************************************/

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1{
  padding:10px 0 0 3px;
  color: #781f12;
  font-size:90%;
  font-weight:normal;
}


/*パンくず*/
.crumbs {
  font-size: 95%;
  margin-bottom: 50px;
}

.crumbs ul{width:1100px;margin:0 auto;}

.crumbs li{
  display: inline-block;
}
.crumbs li::after{
  content:'›';
  padding:0 7px;
  color: #666;
}
.crumbs li:last-child::after{display: none;}
@media only screen and (max-width: 1100px){
  .crumbs{padding:0 20px;margin-bottom: 30px;}
  .crumbs ul{width: auto;padding:0;}
}

/* メインメニュー
------------------------------------------------------------*/
.header-inner{padding:0;}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 5px 0;
  line-height: 1;
  z-index: 999;
  background: #fff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head a,
#top-head {
  color: #000;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
  margin-left:10px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 16px;
  margin:0;
}
#global-nav ul li {
  float: left;
  padding:0 5px;
}
#global-nav ul li a {
  display:inline-block;
  padding: 10px 15px;
  border-radius:10px;
  background:#F2EBDF;
}
#global-nav ul li a:hover{
  background:#F0DBB7;
}
#global-nav ul li.navi-red a{
  background:#E34C47;
  color:#fff;
}
#global-nav ul li.navi-red a:hover{
  background:#c5231d;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0;
}


/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 1024px) {
.header-inner{padding:0;}

#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  /*background: transparent;*/
}
#mobile-head {
  width: 100%;
  height: 56px;
  z-index: 999;
  position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
  position: absolute;
  left: 13px;
  top: 10px;
  color: #333;
  font-size: 26px;
  width:230px;
}
#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -500px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
}
#global-nav ul li {
  float: none;
  position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  width: 100%;
  display: block;
  padding: 18px 0;
  margin-bottom:10px;
}
#nav-toggle {
  display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}
}
/*メニューここまで*/
@media screen and (min-width: 901px) {
.sp-none{display:none;}
}




/* トップページ　メイン画像
----------------------------------*/
#mainImg{
  line-height:0;
  text-align:center;
  z-index:0;
}


.single-item .slick-dots li button:before{
	font-size:16px;
	color:#DDDDDD;
	opacity:1;
}
.single-item .slick-dots li.slick-active button:before{
	color:#FFBEBC;
}

#mainImg .card{text-align:center;}
#mainImg .card img{margin:0 auto;}


/* タイポグラフィ
*****************************************************/


img.aligncenter {
  display: block;
  margin:5px auto;
}

img.alignright, img.alignleft{
  padding:4px;
  margin:0 0 2px 7px;
  display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}
.center{text-align:center;}


/* サイドバー　ウィジェット
*****************************************************/

#searchform input[type="text"]{
  line-height:1.7;
  height:24px;
  width:130px;
  vertical-align:bottom;
}

/*新着情報*/
.side-news h3 {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding: 4px 0;
}

.side-news .news-box{
	width:500px;
	display:inline-block;
	vertical-align:top;
	margin:0 10px 20px 10px;
}
.side-news .news-box:after {content: "";clear: both;display: block;}
.side-news .news-box-img {
    width: 40%;
    float: left;
    height: 157px;
    overflow: hidden;
}

.side-news .news-box-img img{width:100%;}

.side-news .news-box-txt{
	width:55%;
	float:right;
	text-align:left;
}

.side-news .news-box-cat a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
	min-width:100px;
	text-align:center;
	border-radius:5px;
	margin-bottom:10px;
}

.news-box-date{margin-bottom:10px;}
.news-box-title{font-size:110%;margin-bottom:10px;}

@media only screen and (max-width:500px){
	.news-box{width:auto;display:block;}
	.news-box-img {height: 100px;}
}

.side-news h3{
	font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.side-news .side-news-box{
	font-size:80%;
	margin-bottom:10px;
}
.side-news .side-news-box:after {content: "";clear: both;display: block;}
.side-news .side-news-box .news-box-img {
    width: 30%;
    height: 60px;
    border: 1px solid #ccc;
}
.side-news .side-news-box .news-box-txt{
	width:65%;
}
.side-news .side-news-box .news-box-cat a{
	margin-bottom:5px;
}
.side-news .side-news-box .news-box-date{
	margin-bottom:5px;
}
.side-news .side-news-box .news-box-title{
	margin-bottom:5px;
}
.side-news .btn-white{font-size:80%;margin-top:20px;}

@media only screen and (max-width:1070px){
	.side-news .side-news-box .news-box-img{height: inherit;}
}





/* フッター
*****************************************************/
#footer .inner{
  width:1040px;
  padding:30px 30px;
  background:#fff;
  border-radius:20px;
  margin-bottom:20px;
}
@media only screen and (max-width:1100px){
  #footer .inner{width:auto;}
}
.footer-container{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.footer-infomation{
  width:600px;
}
.footer-kanren{
  width:350px;
  text-align:center;
}
@media only screen and (max-width:800px){
  .footer-container{display:block;}
  .footer-infomation,.footer-kanren{width:auto;margin-bottom:20px;}
}
.footer-logo{margin-bottom:20px;}
.footer-message{margin-bottom:30px;font-size:90%;}
.footer-kanren-title{
  font-size:120%;
  letter-spacing:0.1em;
  margin-bottom:10px;
}
.footer-menu{text-align:center;margin-bottom:10px;}

#copyright{
  clear:both;
  padding:5px;
  text-align:center;
  font-style:normal;
  font-size:85%;
  zoom:1;
}


/*上に戻る*/
.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	text-decoration:none;

}
.page_top:hover {

	opacity:0.5;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
  clear:both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
  clear:both;
  color:#5a0000;
  text-align:center;
}


/* トップページ
------------------------------------------------------------*/
/*相談方法・お知らせ*/
#soudan-news {
  display:flex;
  gap:55px;
  padding:40px 0;
}
#soudan-news:after{display:none;}
#soudan{
  border:1px solid #F2EBDF;
  border-radius:20px;
  padding:20px;
  background:#FCF7EF;
  width:40%;
  text-align:center;
}
@media only screen and (max-width:900px){
  #soudan-news{display:block;padding:40px 20px;}
  #soudan{width:auto;margin-bottom:20px;}
}
#soudan h2{
  font-size:180%;
  letter-spacing:0.1em;
  margin-bottom:10px;
}
#soudan p{margin-bottom:15px;}
.soudan-red{
  font-size:140%;
  color:#E34C47;
}
.top-title{
  text-align:center;
  font-size:180%;
  font-weight:bold;
  margin-bottom:40px;
  letter-spacing:0.1em;
}
.top-title::after{
  content:'';
  display:block;
  margin:5px auto 0 auto;
  background:#FFBEBC;
  border-radius:10px;
  width:50px;
  height:8px;
}
.news-cat a{
  display:inline-block;
  padding:3px 10px;
  min-width:80px;
  color:#fff;
  background:#FFC11A;
  text-align:center;
  text-decoration:none;
  font-size:85%;
  border-radius:5px;
  margin-right:10px;
  margin-bottom:5px;
}
.icon-news a{background:#FFC11A;}
.icon-nayami a{background:#FF7979;}
.icon-column a{background:#6EC7C7;}
.icon-comic a{background:#44c462;}
.icon-media a{background:#9372d0;}
.icon-faq a{background:#777;}
.icon-movie a{background:#9d774f;}
.icon-ikuji a{background:#ff982b;}

.news-time{font-size:90%;}

#news li{margin-bottom:20px;}

/*メニュー*/
#menu{padding-bottom:50px;}
#menu .inner{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap:26px;
}
#menu .inner a:hover img{filter:saturate(200%);}
@media only screen and (max-width:900px){
  #menu .inner{grid-template-columns: 1fr 1fr 1fr;}
}
@media only screen and (max-width:600px){
  #menu .inner{grid-template-columns: 1fr 1fr;}
}

/*コラム・マンガ*/
#top-column-comic{padding:50px 0;}
#top-column-comic .inner{
  display:flex;
  gap:60px;
}
#column,#comic{
  width:50%;
}
@media only screen and (max-width:900px){
  #top-column-comic .inner{display:block;}
  #column,#comic{width:auto;margin-bottom:20px;}
}
.link-list{margin-bottom:20px;}
.link-list li{
  background:url(images/arrow-pink.svg) no-repeat left top 6px;
  padding-left:20px;
  margin-bottom:15px;
}

/*かごぷれとは*/
#about{
  padding:50px 0;
}
#about .inner{
  display:flex;
  gap:60px;
}
#about p{margin-bottom:20px;}
@media only screen and (max-width:800px){
  #about .inner{display:block;}
}

/*悩み一覧*/
.nayami-list{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:20px 60px;
  margin-bottom:20px;
}
.nayami-list li{
  background:#F2EBDF;
  border-radius:10px;
  padding:20px 30px;
  font-size:120%;
}
@media only screen and (max-width:800px){
  .nayami-list{display:block;}
  .nayami-list li{margin-bottom:10px;}
}

/* 共通
------------------------------------------------------------*/
/*ボタン*/
.btn-red a{
  display:inline-block;
  padding:10px 20px;
  min-width:70px;
  border-radius:10px;
  text-align:center;
  background:#E34C47;
  color:#fff;
  text-decoration:none;
  font-size:120%;
  margin-bottom:20px;
}
.btn-red a:hover{background:#c5231d;}

.btn-white{text-align:center;}
.btn-white a{
  display:inline-block;
  padding:10px 20px;
  min-width:70px;
  border-radius:10px;
  text-align:center;
  background:#fff;
  border:#DDDDDD solid 2px;
  text-decoration:none;
  font-size:120%;
  margin-bottom:20px;
}
.btn-white a:hover{background:#eee;}

/*背景*/
.bg-gradation{
  background:linear-gradient(to bottom right,#FFD1D1, #BEE8FF);
}

/*ボックス*/
.whitebox{
  background:#fff;
  border-radius:20px;
  padding:30px 40px;
}
.flex{
  display:flex;
  gap:60px;
}
.hbox-l,.hbox-r{width:50%;}
@media only screen and (max-width:800px){
  .flex{display:block;}
  .hbox-l,.hbox-r{width:auto;margin-bottom:20px;}
}

/* サブページ
------------------------------------------------------------*/

/*ページ送り*/

.tablenav {
	color: #424242;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #424242;
	padding: 2px 7px;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:110%;
	background:#fff;
}

a.page-numbers:hover {
	color:white;
	background: #7b35a8;
}

.tablenav .current {
	color: white;
	background: #7b35a8;
	border-color: #7b35a8;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:90%;
	font-weight:bold;
}

/*妊娠週数の計算*/
.ninshin_keisan {
  margin-bottom: 20px;
}

.keisan_tbl,.result_tbl {
  margin: 0 auto;
}

.keisan_txt {
    text-align: center;
    font-size: 70%;
}

.subpage table.keisan_tbl th,
.subpage table.result_tbl th {
  text-align: right;
}

.subpage table.keisan_tbl th,
.subpage table.result_tbl th,
.subpage table.keisan_tbl td,
.subpage table.result_tbl td {
  width:50%;
}

.keisan_result {
  background: #ffe2e2;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
  font-size: 130%;
}

@media screen and (max-width: 500px){
	.keisan_result{
		font-size: 100%;
		padding: 30px 0;
	}
	.subpage table.keisan_tbl th,
	.subpage table.result_tbl th {
	  width:60%;
	}
	.subpage table.keisan_tbl td,
	.subpage table.result_tbl td {
	  width:40%;
	}
	.keisan_txt{font-size:90%;}
}

/*投稿記事の日付*/
.dateLabel {
    text-align: right;
}

/*テキスト関係*/
#content-onecolumn h2 {
  text-align: center;
  font-size: 180%;
  margin: 50px 0;
  border-bottom: 1px solid #000;
}

#content-sub .sub-title {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 20px;
  background:#F0DBB7;
  padding:15px 15px;
  border-radius:10px;
}

#content-onecolumn h2 span{
  font-weight: bold;
}

.subpage {margin-bottom: 30px;}

.subpage .dateLabel {text-align: right;}
.subpage p{padding-bottom:13px;line-height: 1.6em;}
.subpage h3{
  background: #EA8700;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 130%;
  margin-bottom: 20px;
  font-weight: bold;
}
.subpage h4 {
  background: #fff0dc;
  border: 1px solid #ea8700;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 110%;
}
.subpage h5 {
  color: #0d6d1e;
  border-left: 5px solid#0d6d1e;
  font-size: 110%;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 5px;
}

/*リスト*/

.subpage ul li{
  position: relative;
  list-style:none;
  padding-bottom:5px;
  margin-left:1em;
}
.subpage ul li:after{
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 0.7em;
  height: 0.7em;
  background-color: #ea8700;
  border-radius: 150%;
}

.subpage ul li ul{
  border:none;
  padding:0;
}

.subpage ul li ul li{
  margin-top:5px;
  padding-bottom:0px;
}

.subpage ul{
  margin-bottom:10px;
  margin-left:0px;
  padding:0;
  background:#fcfddb;
  border-radius:10px;
  padding:10px 10px;
}

.subpage ol{
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
	counter-reset:circle-number;/* 任意の名前*/
}
.subpage ol li{
  line-height: 2;
  margin-bottom: 0.4em;
  margin-left:2.3em;
}
.subpage ol li:before {
  counter-increment: circle-number;
  content: counter(circle-number);
  background: #ea8700;
  color: #fff;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  text-align: center;
  display: inline-block;
  margin-right: .3em;
  margin-left: -2.3em;
}

/*テーブル*/

.subpage table{
  margin-bottom:15px;
  border-collapse:collapse;
}
.subpage table th{
  background:#eee;
  color:#000;
  font-weight:bold;
  padding:10px;
  vertical-align:top;
  text-align:left;
  border:1px solid #d9d9d9;
  border-collapse:collapse;
}
.subpage table td{
  padding:10px;
  vertical-align:top;
  border:1px solid #d9d9d9;
  border-collapse:collapse;
}

.subpage .info_table{
  line-height:1.5;
  margin-bottom:15px;
  border:none;
  border-collapse:separate;
  border-spacing:3px;
}
.subpage .info_table thead th{
  background:#ff7200;
  border-radius:5px;
  color:#fff;
  border-collapse:separate;
  border-spacing:3px;
  border:none;
}
.subpage .info_table th{
  color:#ff7200;
  background:none;
  font-size:110%;
  font-weight:bold;
  padding:10px;
  vertical-align:top;
  text-align:left;
  border-bottom:1px dotted #cccccc;
  border-left:none;
  border-right:none;
  border-top:none;
}
.subpage .info_table td{
  padding:10px;
  color:#323232;
  vertical-align:top;
  border-bottom:1px dotted #cccccc;
  border-left:none;
  border-right:none;
  border-top:none;
}

.subpage .nonetable,.subpage .nonetable th,.subpage .nonetable td{border:none;background:none;}

.subpage strong{
  /*background: linear-gradient(transparent 50%, #ffff66 50%);*/
  font-weight:bold;
}
.subpage em{
	background: linear-gradient(transparent 50%, #ffff66 50%);
}

/*ページ送り*/

.tablenav {
	color: #424242;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #424242;
	padding: 2px 7px;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:110%;
	background:#fff;
}

a.page-numbers:hover {
	color:white;
	background: #ea8700;
}

.tablenav .current {
	color: white;
	background: #ea8700;
	border-color: #ea8700;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:90%;
	font-weight:bold;
}

/* 404 */
.notFound {
  font-size: 700%;
  color: #ea8700;
  text-align: center;
  line-height: 1em;
}

/*アーカイブ*/
.archive-box{
  border:1px solid #ccc;
  background:#fff;
  padding:15px;
  margin-bottom:10px;
  border-radius:10px;
}
.archive-box:after {content: "";clear: both;display: block;}
.archive-img{
  width:30%;
  float:right;
  border: 1px solid #ccc;
  text-align:center;
}
.archive-excerpt{
  width:65%;
  float:left;
}

.archive-excerpt .btn-more{margin-top:20px;}

#content-sub h3.archive-link{
	background: #F2EBDF;
  border-radius:10px;
	padding:5px 10px;
	font-size:138.5%;
	margin-bottom:10px;
	border:none;
}

#content-sub h3.archive-link a{
	text-decoration:underline;
}
#content-sub h3.archive-link a:hover{
  text-decoration:none;
  color:#E34C47;
}

@media only screen and (max-width:600px){
  .archive-img,.archive-excerpt{width:auto;float:none;margin-bottom:20px;}
  .archive-img{max-width:250px;margin-left:auto;margin-right:auto;}
}

.keyword li{display:inline-block;}
.keyword a{
  background:#eee;
  border-radius:5px;
  padding:5px 10px;
  display:inline-block;
  margin-right:10px;
  margin-bottom:10px;
}

/*メールフォーム*/
.mw_wp_form em {
  display: inline-block;
  background: #cd4d4d;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 90%;
}

.tel_num {
  font-size: 200%;
  font-weight: bold;
}

/*サイトマップ*/
.sitemap-list ul{
  background:none;
}
.subpage .sitemap-list li::after{display:none;}
.subpage .sitemap-list li{
  margin-top:10px;
  background:url(images/sitemap-list-arrow.png) no-repeat 0 8px;
  padding-left:20px;
  font-size:120%;
  border-bottom:1px dotted #ccc;
  padding-bottom:10px;
  margin-left:0;
}
.sitemap-list li ul li{
  margin-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  background:url(images/sitemap-list-child-arrow.png) no-repeat 0 8px;
  font-size:90%;
  border-bottom:none;
}
.sitemap-list li ul li ul li{
  border-bottom:none;
  background:url(images/sitemap-list-grandchild-arrow.png) no-repeat 0 8px;
}


/* 第19回コラム */
.column19-wrap {
	padding: 20px 15px;
	background-color: #f8cbac;
	border-radius: 30px;
	border: 2px solid #335191;
}
.column19-marleft {
	margin-left: 30px;
	margin-bottom: 0px;
}

#wrapper .wp-block-file:not(.wp-element-button){font-size:inherit;}