background: #5fa8d3;/*
Theme Name: Sangomap
 Template:first
*/


/* TABLE OF CONTENTS
------------------------------------------------------------
* Global
* Repeatable Patterns
* Layout
* Header
* Menu
* Content
* Navigations
* Comments
* Widgets
* Footer
* Plugins
* Print
------------------------------------------------------------ */


/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 90%;
}
@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}

/* Base */
body {
	color: #333;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
::selection {
	background-color: #fffad3;
	color: #333;
}
::-moz-selection {
	background-color: #fffad3;
	color: #333;
}
.sp {
display:block;
}
.pc {
display:none;
}

@media screen and (min-width: 481px) {
	body {
		font-size: 18px;
	}
	.sp {
display:none;
}
.pc {
display:block;
}
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #111;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.4;
}
h1 {
	font-size: 36px;
	font-size: 2.25rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 28px;
	font-size: 1.75rem;
	font-size: 1.6rem
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 17px;
	font-size: 1.063rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .post-navigation a {
	color: #3872b8;
	text-decoration: underline;
}
a:hover {
	color: #5687c3;
}

/* Text */
p {
	margin: 0 0 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #999;
}
code, kbd, tt, var {
	color: #666;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
mark, ins {
	background-color: #fffad3;
	color: #333;
	text-decoration: none;
}

/* List */
ul, ol {
	margin: 0 0 1.5em 2em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.4em;
}
dd {
	margin: 0 0 1.5em 1.5em;
}

/* Table */
table {
	border-top: solid 1px #e6e6e6;
	font-size: 100%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #e6e6e6;
	padding: 0.8em 1.2em 0.8em 0;
}
th {
	font-weight: 600;
	text-align: left;
}


/* Elements */
blockquote {
	color: #888;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #ddd;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	left: -5px;
	line-height: 1;
	position: absolute;
	top: -5px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	color: #666;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 87.5%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.4em 0;
	word-wrap: normal;
}
hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 0 0 1.5em;
}

/* Media */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #222;
	border: none;
	border-radius: 10px;
	color: #eee;
	font-size: 14px;
	line-height: 1;
	padding: 1em 1.5em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #555;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #666;
	margin-top: 0.4em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #ff6600;
}
textarea {
	max-width: 644px;
	width: 100%;
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #777;
	font-size: 93.8%;
	font-style: italic;
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8em 0;
}

/* WP Smiley */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-top:before,
.site-top:after,
.site-content:before,
.site-content:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.comment-navigation:before,
.comment-navigation:after,
.post-navigation:before,
.post-navigation:after,
.site-footer:before,
.site-footer:after,
.footer-widget:before,
.footer-widget:after,
.site-bottom:before,
.site-bottom:after {
	content: '';
	display: table;
}
.clear:after,
.site-header:after,
.site-top:after,
.site-content:after,
.entry-content:after,
.comment-content:after,
.comment-navigation:after,
.post-navigation:after,
.site-footer:after,
.footer-widget:after,
.site-bottom:after {
	clear: both;
}


/* Layout
------------------------------------------------------------ */

body {
	background-color: #f5f4f2;
		background-color: #fff;/*20260306*/
}
.site {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.boxed .site {
	/*max-width: 1220px;*/
	/*max-width: 1200px;fc 20260306*/

}
.site-top,
.site-content,
/*.footer-widget,*/
.site-bottom {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 644px;*/
	/*padding: 0 20px;*/
}

.site-top{max-width: 100%;}/*fc*/

.site-top,
.site-bottom {
	text-align: center;
}
.site-logo {
	padding-bottom: 8px;
}
.header-navigation {
	margin: 16px;
}
.site-content {
	margin-bottom: 24px;
}
.sidebar-area {
	border-top: solid 3px #eee;
	padding-top: 56px;
}
.footer-navigation {
	margin-bottom: 10px;
}
@media screen and (min-width: 783px) {
	.site-top,
	/*.main-navigation,*/
	.footer-widget,
	.site-bottom {
		margin-left: auto;
		margin-right: auto;
/*		max-width: 1000px;		max-width: 850px;*/

		padding: 0 45px;
	}
	.site-top{max-width: 100%;}/*fc*/

}

@media screen and (min-width: 960px) {
	.site-content,
	.footer-widget {
/*		max-width:960px;*/
		padding: 0px;
	}
	.header-side .site-top,
	.footer-side .site-bottom {
		text-align: left;
	}
	.header-side .site-top-table {
		display: table;
		width: 100%;
	}
	.header-side .site-branding {
		display: table-cell;
		vertical-align: middle;
	}
	.header-side .site-logo,
	.header-side .site-title {
		display: inline-block;
	}
	.header-side .site-logo {
		padding-bottom: 0;
		padding-right: 8px;
		padding-top: 8px;
	}
	.header-side .header-navigation {
		display: table-cell;
		margin-top: 0;
		text-align: left;
		vertical-align: middle;
	}
	.content-area {
		float: left;
		width: 64.4%;
	}
	.no-sidebar .content-area,
	.full-width .content-area {
		border-right: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
		width: 644px;
		width: 750px;/*fc*/

	}
	.full-width .content-area {
		width: auto;
	}
	.sidebar-area {
		border-top: none;
		float: right;
		padding-top: 0;
		width: 26%;
	}
}
/*footer-navi　レイアウト　9.7インチたて*/
@media screen and (min-width: 768px) {
	.footer-widget .widget-area {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding-left: 0px;padding-right: 40px;
	}
	.footer-widget .widget-area:last-child {
		padding-right: 0;
	}
	.footer-1 .footer-widget .widget-area {
		width: 33.3%;
	}
	.footer-2 .footer-widget .widget-area {
		width: 33.3%;
		paddig:0;
	}
	.footer-3 .footer-widget .widget-area {
		width: 33.3%;
	}
	.footer-side .footer-navigation {
		float: left;
		margin-bottom: 6px;
	}
	.footer-side .site-info {
		float: right;
		text-align: right;
	}
}


/* Header
------------------------------------------------------------ */

.site-header {
	/*border-bottom: solid 1px #eee;*/
	margin-bottom: 56px;
	margin-bottom: 45px; /*fc*/


}
.site-top {
	/*margin-bottom: 34px;
	margin-top: 22px;*/
	margin:0px; /*fc*/
	padding:0;
/*	background-color:#ff99cc; fc* ロゴ背景*/
	background: linear-gradient(#ff99cc, #FFC5E2);
/*	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);/*fc*/
}
/*.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}*/
.site-logo a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
.site-logo img {
	zoom: 90%;
}
/*.site-title img{height:70px;}/*fc*/

.site-title {
	/*font-size: 36px;
	line-height: 1.2;*/
	margin: 0;
	padding:0!important;
	vertical-align: middle;
}
h1.site-title{	margin: 5px;
}
.site-title a,
.site-title a:hover {
	color: #111;
}
.site-title a:hover {
	opacity: 0.8;
	opacity: 0.6;/*fc*/
	transition: opacity .15s ease-in-out;
}
.site-title {
	margin: 5px;
	line-height: 1;
	font-size: 0;
}

.site-title a {
	display: block;
	line-height: 0;
}

.site-title img {
	display: block;
	max-width: 100%;
	height: auto;
}
.site-description {
	color: #777;	color: #FB628D;/*fc*/
	font-size: 85%;
	/*line-height: 1.4;*/
	padding:5px 0;
	/*width:100%;*/
	background-color: #fee;
    text-align:center;
}
.header-image {
	max-height: 480px;
	overflow: hidden;
}
.header-image img {
	width: 100%;
}

/*写真に文字*/
.imgandtxt {
  position: relative;
  }

.i-txt {
 position: absolute;
	top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:20px;
	width:500px;
	background-color: #D4D4D4;
	opacity: 0.7;
	text-align: center;
		}
.i-txt p{margin:0;
color:#111;
	font-size: 1.4em;
	font-weight: bold;
	opacity:1.0!important;
}

.imgandtxt img {
  width: 100%;
  }	
.imgandtxt .img1{max-height:350px;overflow:hidden;}

@media screen and (max-width: 480px) {
	.i-txt{display:none;}
	
}

@media screen and (min-width: 783px) {
	.site-logo img {
		zoom: 1;
	}
	/*.site-title {
		font-size: 40px;
	}*/
	.site-header {
	/*border-bottom: solid 1px #eee;*/
	margin-bottom: 60px;
    }/*fc*/

	
}

/* Menus
------------------------------------------------------------ */

/* Navigation Bar */


.site-bar,
.main-navigation ul ul {
	background-color: deepskyblue!important;/*ナビ背景#33ccff*/
}
.site-bar,
/*.menu-toggle,*/
.main-navigation a {
	line-height: 50px;
}


.main-navigation {
	font-size: 93.8%;
	position: relative;
}
.menu-toggle {
	font-size: 100%; color:#FFF!important;font-weight: bold;
	line-height: 45px;
	cursor: pointer;
	/*text-transform: uppercase;*/
}
.menu-toggle:before {
	content: '\f419';
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}


/*PC用メニューを隠す*/
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
}
.main-navigation.toggled ul,
.main-navigation.toggled ul ul{
	display: block;
	background-color: #66ccff!important;
}
.main-navigation.toggled ul ul li{
padding-left:0px;line-height: 1.2!important;}

.main-navigation.toggled ul a,
.main-navigation.toggled ul ul a{
	color: #333!important;/*メニューリンク文字色*/
	padding: 0 15px;
}

.main-navigation.toggled ul a:hover{
	color: #333!important;
}
/*ボーダー*/
.main-navigation a {
	border-top: dashed 1px #555;
	border-color: rgba( 255, 255, 255, 0.5 );
	display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #fff;
	
}
.main-navigation ul ul a {
	padding-left: 30px;
}
.main-navigation ul ul ul a {
	padding-left: 45px;
}
.main-navigation ul ul ul ul a {
	padding-left: 60px;
}
.main-navigation .search-form {
	position: absolute;
	right: 20px;
	top: 0;
}
.main-navigation .search-field {
	background: url( "images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 36px;
	margin-top: 10px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
}
.main-navigation .search-field:focus {
	background-color: #fff;
	background-image: url( "images/search-icon-ov.png" );
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.main-navigation .search-field {
		background-image: url( "images/search-icon@2x.png" );
	}
	.main-navigation .search-field:focus {
		background-image: url( "images/search-icon-ov@2x.png" );
	}
}
.main-navigation .search-submit {
	display: none;
}
.ie8 .site-header .search-field {
	padding-top: 6px;
}


/*パソコン向けナビ*/
@media screen and (min-width: 783px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

	.main-navigation a {
		color: #fff!important;/*メニューリンク文字色*/
		border-top: none;
			/*color: rgba( 255, 255, 255, 0.9 );透かし*/
	padding: 0 15px;
	}

	.main-navigation a:hover {
		/*background-color: transparent;*/
		color:#3300cc!important;
	}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul ul a {
		padding-left: 18px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
		padding-right: 30px; padding-right: 0px;/*FC*/
		text-align: center;
		text-transform: uppercase;
	}
	.header-side .main-navigation div.menu > ul,
	.header-side .main-navigation ul.menu {
		text-align: left;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		white-space: nowrap;
		text-align: left;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		padding-left: 0;
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a,
	.main-navigation ul.menu > li.page_item_has_children > a,
	.main-navigation div.menu > ul > li.menu-item-has-children > a,
	.main-navigation ul.menu > li.menu-item-has-children > a {
		padding-right: 28px; padding-right: 20px;/*fc*/

	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: '\f431';
		font: normal 16px/1 Genericons;/*サブメニュー↓*/
		-webkit-font-smoothing: antialiased;
		position: absolute;
		right: 5px;
		top: 22px;top: 15px;/*fc*/
	}
	.main-navigation ul ul {
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .2s ease-in-out;
		white-space: normal;
		width: 180px;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #555;
		border-color: rgba( 255, 255, 255, 0.2 );
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 24px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px;
	}
	.main-navigation .search-form {
		right: 45px;
	}
	.main-navigation .search-field {
		transition: width .4s ease, background .4s ease;
	}
}

/* Header Navigation */

.header-navigation {
	font-size: 93.8%;font-size: 80%;
}
.header-navigation ul {
	list-style: none;display: block;
}
.header-navigation li {
	color: #C435B8;
	line-height: 35px;
	position: relative;
	text-align: center;
}

.header-navigation li a {
	display: block;
}
.header-navigation li a:hover {
	color: #6135C4;
}
.header-navigation .current-menu-item > a,
.header-navigation .current_page_ancestor > a {
	color: #C435B8;
	color: blue;/*fc*/
}
.header-navigation ul.menu > li {
	display: inline-block;
	text-transform: uppercase;
}

.header-navigation ul.menu > li:first-child {
	padding-left: 0;
}
.header-navigation ul.menu > li.menu-item-has-children {
	padding-right: 0px;
}
.header-navigation ul.menu > li.menu-item-has-children:after {
	content: '\f431';
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	top: 10px;
}
.header-navigation ul ul {
	background-color: #fff;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #ddd;
	left: -9999px;
	opacity: 0;
	position: absolute;
	text-transform: none;
	top: 100%;
	transition: opacity .2s ease-in-out;
	white-space: normal;
	width: 180px;
	z-index: 99999;
}
.header-navigation ul li:hover > ul {
	left: 4px;
	opacity: 1;
}
.header-navigation ul li:first-child:hover > ul {
	left: -14px;
}
.header-navigation ul li:last-child:hover > ul {
	left: auto;
	opacity: 1;
	right: -14px;
}
.header-navigation ul ul li a {
	border-top: solid 1px #eee;
	line-height: 1.5;
	padding: 10px 14px;
}
.header-navigation ul ul li:first-child a {
	border-top: none;
}

/* Footer Navigation フッターナビ */
.footer-navigation {
	color: #555; color: #fff; line-height: 2.5;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
	padding: 0 8px;
}
.footer-navigation li a{
		color: #003399;
}/*フッターナビ色　fc*/


/* Social Link 
   This section is based on code from Stargazer.
   http://wordpress.org/themes/stargazer */
.menu a:before {
	border: solid 1px #ddd;
	border-radius: 50%;
	color: #999;
	display: inline-block;
	font: normal 18px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
	padding: 6px;
	position: relative;
	vertical-align: middle;
}
.menu a:hover:before {
	border-color: #bbb;
	color: #666;
}
.main-navigation a:before,
.footer-widget .menu a:before {
	border-color: #666;
	border-color: rgba( 255, 255, 255, 0.3 );
	color: #bbb;
	color: rgba( 255, 255, 255, 0.7 );
}
.main-navigation a:hover:before,
.footer-widget .menu a:hover:before {
	border-color: #999;
	border-color: rgba( 255, 255, 255, 0.5 );
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}
.widget .menu a:before {
	font-size: 22px;
	padding: 7px;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }


/* Content
------------------------------------------------------------ */

/* Entry */
.hentry {
	border-bottom: solid 1px #cecece;
	margin-bottom: 48px;
}
.single .hentry {
	margin-bottom: 60px;
}
.page .hentry {
	border-bottom: none;
}
.category-pdf.hentry {
	border-bottom: none;
	margin-bottom: 0px;
}
table.pdf{border: none;}
	
/* Entry Header */
.entry-header {
	margin-bottom: 36px;
}
.entry-title {
	/*font-size: 36px;*/
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-top: 0;
}
.entry-title-pdf {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-top: 0;
}
.entry-header-meta {
	color: #999;
	font-size: 93.8%;
	margin-bottom: 36px;
	text-transform: uppercase;
}
.entry-header-meta a:hover {
	color: #666;
}
.meta-sep {
	color: #ccc;
	margin: 0 8px;
}
.post-thumbnail {
	margin-bottom: 36px;
	transition: opacity .15s ease-in-out;
}
.post-thumbnail-pdf {
	margin-bottom: 0px;
	transition: opacity .15s ease-in-out;
}


.post-thumbnail a:hover {
	opacity: 0.8;
}

/* Entry Content */
.entry-content {
	margin-bottom: 24px;
}
.entry-content cite a {
	text-decoration: none;
}

/* Entry Footer */
.entry-footer {
	margin-bottom: 24px;
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%;
}
.cat-links {
	margin-right: 24px;
}
.cat-links:before,
.tags-links:before {
	color: #ccc;
	display: inline-block;
	font: normal 24px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}

/* Entry Summary */
.entry-summary {
	margin-bottom: 48px;
}
.entry-summary-pdf {
	margin-bottom: 0px;
}

.continue-reading {
	text-transform: uppercase;
}

/* Sticky Post */
.sticky {
}
.featured {
	background-color: #ff810c;
	border-radius: 3px;
	color: #fff;
	font-size: 87.5%;
	margin-left: 12px;
	padding: 3px 9px;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 24px;
}

/* Archive */
.page-header {
	border-bottom: solid 2px #33ccff;/*kaefc*/
	margin-bottom: 48px;
	padding-bottom: 24px;	padding-bottom: 10px;/*fc*/
}
.page-title {
	font-size: 22px;
	font-size: 1.38rem;
		font-size: 32px;/*fc*/
	margin-bottom: 12px;
	margin-top: 0;
}

.page-title-search {
		font-size: 22px;/*fc*/
	margin-bottom: 12px;
	margin-top: 0;
}

.page-content {
}

/* Hide Title */
.format-aside .entry-title,
.format-image .entry-title,
.format-link .entry-title,
.format-quote .entry-title,
.format-status .entry-title {
	display: none;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote {
	font-size: 1.5em;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 24px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #eee;
	font-size: 93.8%;
	margin-bottom: 60px;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	background-color: #222;
	border: solid 1px #222;
	display: none;
	padding: 8px 19px;
	margin-right: 4px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	background-color: transparent;	
	border-color: transparent;
	color: #555;
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers:hover {
	background-color: #555;
	border-color: #555;
	color: #fff;
}
.pagination .current {
	background-color: #fff;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
}
@media screen and (min-width: 640px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 93.8%;
	margin-bottom: 30px;
	margin-top: 48px;
}
.page-links .page-numbers {
	background-color: #eee;
	border: solid 1px #ccc;
	color: #333;
	font-weight: 700;
	padding: 6px 16px;
	margin-left: 4px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #ddd;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #333;
}

/* Post Navigation */
.post-nav-title {
	color: #777;
	font-size: 93.8%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.post-navigation {
	margin-bottom: 60px;
}
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

/* Comment Navigation */
.comment-navigation {
	margin-bottom: 24px;
	text-transform: uppercase;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #333;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 60px;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 24px;
	margin-top: 0;
}
.comments-title {
	padding-top: 12px;
}
.comment-reply-title {
	margin-top: 48px;
}
.comment-respond:only-child .comment-reply-title,
.comment-list .comment-reply-title {
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	border-bottom: solid 1px #eee;
	list-style: none;
	margin: 0 0 24px 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 24px;
}
.comment-list .comment-body {
	border-top: solid 1px #eee;
	padding-bottom: 24px;
	padding-top: 24px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #333;
}
.comment-author a:hover {
	color: #666;
}
.comment-author .avatar {
	height: 42px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 42px;
}
.has-avatars .comment .comment-meta {
	margin-left: 57px;
}
.bypostauthor > .comment-body .comment-author:after {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	content: '\f408';
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}

/* Comment Body */
.comment-content cite a {
	text-decoration: none;
}
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 3px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond a {
	color: #666;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #333;
}
#commentform label {
	display: block;
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
	color: #555;color: #333;/*fc*/
	/*font-size: 93.8%;*/
	margin-bottom: 48px;
}
.footer-widget .widget {
	color: #fff!important;
	color: rgba( 255, 255, 255, 0.9 )!important;
	-webkit-text-size-adjust: 110%!important;
}
.footer-widget .widget select {
	color: #555;
}
.textwidget{font-size: 16px;line-height: 1.8;}/*fc*/

/* Heading */
.widget-title {
	font-size: 17px!important;
	font-size: 1.063rem;
	letter-spacing: 0;
	margin-bottom: 16px;
	margin-top: 0;
	text-transform: uppercase;
}
.footer-widget .widget-title {
	color: #eee;
	color: rgba( 255, 255, 255, 0.9 );
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
}
.footer-widget .widget a {
	color: #fff;
	color: rgba( 255, 255, 255, 0.9 );
}
.footer-widget .widget a:hover {
	color: #fff;
	color: rgba( 255, 255, 255, 0.7 );
}

/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul li {
	border-top: solid 1px #eee;
	line-height: 1.4;
	padding-bottom: 12px;
	padding-top: 12px;
}
.widget > ul > li:first-child,
.widget > div > ul > li:first-child {
	border-top: none;
	padding-top: 8px;
}
.widget ul ul {
	margin-left: 12px;
	margin-top: 12px;
}
.widget ul ul li:last-child {
	padding-bottom: 0;
}
.footer-widget .widget ul li {
	border-color: #555;
	border-color: rgba( 255, 255, 255, 0.15 );
}

/* Form */
.footer-widget button,
.footer-widget input[type="button"],
.footer-widget input[type="reset"],
.footer-widget input[type="submit"] {
	background-color: #666;
	background: rgba( 255, 255, 255, 0.3 );
}
.footer-widget button:hover,
.footer-widget input[type="button"]:hover,
.footer-widget input[type="reset"]:hover,
.footer-widget input[type="submit"]:hover {
	background-color: #888;
	background-color: rgba( 255, 255, 255, 0.4 );
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
	text-transform: uppercase;
}
.footer-widget .widget_recent_entries .post-date {
	color: rgba( 255, 255, 255, 0.5 );
}

/* Recent Comments */
.widget_recent_comments li a {
	text-decoration: underline;
}

/* Search */
.widget_search input[type="search"] {
	max-width: 150px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}


/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 32px;
	margin-bottom: 0;
	max-width: 300px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	border-bottom: solid 1px #e6e6e6;
	padding: 2px 0;
}
.widget_calendar tbody td {
	border-bottom: solid 1px #e6e6e6;
}
.widget_calendar tbody td a {
	background-color: #e6e6e6;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #555;
	background-color: #f0f0f0;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}
.footer-widget .widget_calendar table,
.footer-widget .widget_calendar thead th,
.footer-widget .widget_calendar tbody td {
	border-color: #666;
	border-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar caption {
	color: #ccc;
	color: rgba( 255, 255, 255, 0.7 );
}
.footer-widget .widget_calendar tbody td a {
	background-color: #666;
	background-color: rgba( 255, 255, 255, 0.3 );
}
.footer-widget .widget_calendar tbody td a:hover {
	background-color: #555;
	background-color: rgba( 255, 255, 255, 0.2 );
}

/* RSS */
.widget_rss li {
	line-height: 1.4;
	margin-bottom: 6px;
}
.widget_rss li .rsswidget {
	display: block;
	margin-top: 6px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 86.7%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
	text-transform: uppercase;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}
.footer-widget .widget_rss .rss-date,
.footer-widget .widget_rss .rssSummary,
.footer-widget .widget_rss cite {
	color: rgba( 255, 255, 255, 0.5 );
}


/* Footer
------------------------------------------------------------ */

/* Base */
.site-footer {
	border-top: solid 5px #AFCFF5;
	background-color: #ACD8F7;/*fc*/

}

/* Footer Widget */
.footer-area {
	background-color: #222;/*カスタマイザー優先*/
	padding-bottom: 24px;
	padding-top: 50px;
}

/* Footer */
.site-bottom {
	color: #999;	color: #666;/*fc*/
	font-size: 90%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.site-bottom a {
	color: #666;/*フッターナビリンクカラー*/
}
.site-bottom a:hover,
.site-bottom .current-menu-item > a {
	color: #111;color: #0066cc;
	text-decoration: underline;
}
.site-copyright,
.site-credit {
	margin-bottom: 6px;
}
.sep {
	color: #ccc;
	margin: 0 4px;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 0;
	width: 25px;
}
#infinite-handle {
	margin-bottom: 60px;
	text-align:center;
}
#infinite-handle span {
	background-color: #222;
	border-radius: 0;
	color: #eee;
	cursor: pointer;
	display: block;
	font-size: 93.8%;
	margin-left: auto;
	margin-right: auto;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #555;
}

/* Jetpack Widgets */
#subscribe-email input {
	margin-top: 0;
	max-width: 300px;
	padding: 0.6em !important;
	width: 100% !important;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 24px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.grofile-thumbnail {
	max-width: 300px !important;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
ul.grofile-urls {
	margin-bottom: 1.5em;
	margin-top: 0;
}

/* Jetpack Comments */
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.header-navigation,
	.site-bar,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.sidebar-area,
	.footer-area,
	.footer-navigation {
		display: none;
	}
	.site {
		max-width: none;
	}
	.site-top,
	.site-content,
	.footer-widget,
	.site-bottom {
		max-width: none;
		padding: 0;
	}
	.content-area {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.site-bottom,
	.site-bottom a {
		color: #000;
	}
}


/*装飾*/
.big1{font-size:1.2em;font-weight: bold;}
hr.line{margin:20px 0;}

.small-txt{font-size:0.6em;font-weight: normal;color:#333}

/*ボックス　リボン*/

.box10 {
  position: relative;
  padding: .3em;
  background-color: #ffe5e5;
	font-size:14px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
.box10  span {
  display: block;
  padding: .75em 1em;
  border: 2px dashed #FFA2A2;
}
.box10 ::before,
.box10 ::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
.box10 ::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #ccc;
}
.box10 ::after {
  top: -15px;
  right: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-bottom-color: #ccc;
}
/*ボックス黄色*/
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 35px 15px 20px;
    border: solid 2px #FFC107;
}
.box28 .box-title28 {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0px 9px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 10px 0 0 0;
}

.box-gray{ 
	padding: 1.2em 1em;
    margin: 0 0 2em;
    background-color:#ececec;
}

/*ポイント青Box*/
.point-box {
    position: relative;
    margin: 0 20px 20px 0;
    padding: 25px;
    border: solid 3px #95ccff;
    border-radius: 5px;
}
.point-box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.point-box p {
    margin: 0; 
    padding: 0;
}

/*バナーを貼ってくださいBox*/
.banner h3.title16{
	text-align: center; font-size: 17px;
    background-color:#539CE5;
	color: #fff;
    font-weight: bold;
    margin: 0!important; 
	line-height:2.0;
	padding:3px 0 2px;}
.banner .box16{
    padding: 1.2em 1em;
    margin: 0 0 2em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	}
.banner .box16 p{margin: 0; padding: 0;}
.banner .box16 ul{margin:15px 0 0 0;padding:0;list-style: none;display:block;}
.banner .box16 li{float:left;margin:10px 10px 10px 0;vertical-align: middle;}


/*箇条書きボックス　参考リンク*/
.box1 ul{
    border: solid 2px #ffb03f;
    padding: 0.5em;
  position: relative;
  margin-top: 2em;
margin-left:0}
.box1 ul li{
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.box1 ul li:last-of-type{
  border-bottom: none;
}
.box1 ul li:before {/*リスト内のアイコン*/
  	/*font-family: "FontAwesome";*/
  	content: ">";/*アイコン種類　\f138*/
  	position: absolute;
  	left : 1em; /*左端からのアイコンまで*/
  	color: #ffb03f; /*アイコン色*/
	font-weight: bold;
}
.box1 ul li:after {/*タイトルタブ*/
  	background: #ffb03f;
  	color: #fff;
  	font-weight: bold;
  	position: absolute;
  	left: -2px;
  	bottom: 100%;
  	padding: 1px 7px;
  	content: " 参考リンク ";/*タブの文字*/
  	letter-spacing: 0.05em;/*字間*/
  }

/*箇条書きボックス　参考TIPS*/
.box1-1 ul{
    border: solid 2px #ffb03f;
    padding: 0.5em;
  position: relative;
  margin-top: 2em;
margin-left:0}
.box1-1 ul li{
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.box1-1 ul li:last-of-type{
  border-bottom: none;
}
.box1-1 ul li:before {/*リスト内のアイコン*/
  	/*font-family: "FontAwesome";*/
  	content: ">";/*アイコン種類　\f138*/
  	position: absolute;
  	left : 1em; /*左端からのアイコンまで*/
  	color: #ffb03f; /*アイコン色*/
	font-weight: bold;
}
.box1-1 ul li:after {/*タイトルタブ*/
  	background: #ffb03f;
  	color: #fff;
  	font-weight: bold;
  	position: absolute;
  	left: -2px;
  	bottom: 100%;
  	padding: 1px 7px;
  	content: " 参考Tips ";/*タブの文字*/
  	letter-spacing: 0.05em;/*字間*/
  }


/*サンゴマップって？　リスト*/
.list2 p{margin:0;padding:0}
.list2 ul{line-height:1.3;margin:10px 25px 15px;}
.list2 ul li{padding:5px 0;}

/*(番号)つきリスト*/
.list1 p{margin:0px ;padding:0}
.list1 ol{line-height:1.3;margin:10px 0 15px;} 
.list1 ol li{
  text-indent:-2.5em;
  padding-left:2.5em;
  padding:5px 0 5px 2.5em;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.list1 ol li:before{
  display: marker;
  content: "（" counter(cnt) "）";
}


/*ボタン*/
.btn {
    padding: 8px 30px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
}
.btn03 {
    background-color: #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn03:hover {
    background-color: #74A3ED;
}

.btn-s {
    padding: 8px 30px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
}
.btn-s03 {
    background-color: #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-s03:hover {
    background-color: #74A3ED;
}

.main-btn {
	max-width:400px;
    padding: 8px 30px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
	text-align: center;
}
.main-btn-big {
    padding: 8px 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
	text-align: center;
}
.main-btn1 {
    background-color: #67c5ff;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.main-btn1:hover {
    background-color: #74A3ED;
}


/* Table1 */
.kakomi1{background: #F2FAF9;
	padding: 10px;
	margin: 0 0 1.6em;
}
.kakomi2{
	padding: 0px;
	margin: 0 0 2em;
}

.t6-table{
	border-top: none;
	font-size: 100%;
	max-width: 100%;
	margin: 0 0 20px;
}


.t6-table caption {
	margin-bottom: 0;
}
table td.tb-normal {
	border-bottom: none;
	padding: 5px 1px 0px 0px;
	font-size:85%;
}

/* コンテンツ */
.content1{
clear: both;
display:block;
padding:0 0 0px 0;
margin:0 0 60px 0;
}
/*コンテンツ　リンク集用*/
.content2{
clear: both;
display:block;
padding:0 0 0px 0;
margin:0 0 40px 0;
}
.content2 a{color:#333!important;}
.content2 a:hover{text-decoration: underline;font-weight: bold;}



/*見出し　ｈ2*/
h2.midashi1{
		color:	#ff0066;
margin:0 0 30px 2px;
	    background-color:#FFEEEE;
	padding: 10px 5px;
  border-top: 4px solid #AFC5EC;  border-top: 5px solid #ff99cc;
	border-bottom: 2px dashed #AFC5EC;	border-bottom: 2px dashed #ff99cc;}

}

h2.tips{padding: 0.8em 1em;
    margin: 0 0 2em;
    background-color:#FFEEEE;
}
h2.tips span{color:#FF6699;font-size: 1.4em;
}


/*見出し　ｈ3*/
h3.midashi1{
font-size: 1.2em;
padding:0; margin:0 0 5px 0;
}
h3.midashi1:first-letter {
color: #ff6767;
font-size: 1.4em;
}

h3.step{
font-size: 1.2em;
padding:0 0 3px 0; margin:0 0 15px 0;
border-bottom: 2px dotted #ccc;
}
h3.step span{color:#ff6767;font-size: 1.6em;}


/*FAQ*//*dtQ ddA*/
dl.qa {
overflow: hidden;
_zoom: 1;
}
dl.qa dd,
dl.qa dt {
text-indent: -2.6em; 
padding: 15px 0px 0px 40px;
}
dl.qa dt {
margin: 0px 0px -10px 0;
line-height:1.2;
border-top: dashed 2px #AFC5EC;
}
dl.qa dd:first-letter,
dl.qa dt:first-letter {
font-size: 1.6em;
font-weight: bold;
margin-right: 11px;
padding: 5px;
}

dl.qa dd {
margin: 10px 0 0px 0;
line-height: 1.6em;
padding-top: 15px;
padding-bottom: 30px;
}
dl.qa dt:first-letter {
color: #3498db;
}
dl.qa dd:first-letter {
color: #ff6767;
}

/*アコーディオンボックス全体*/
.accbox {
    margin: 0;
    padding: 0px;
    max-width: 100%;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #ff6600;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 10px;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff4ea;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
h4.midashi-a{margin:10px 10px 5px;font-size:1.1em;}

/*アコーディオンここまで*/



/*レイアウト*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

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

.mb-40{margin-bottom: 40px;}
.mtl-20{margin:20px 0 0 20px}

.box1-1{display:block;width:100%;}
.leftbox{
	display:inline-block;float:left;width:auto;
}
.rightbox{
	display:inline-block;float:right;width:auto;
}
@media screen and (max-width: 480px) {
	.leftbox,
	.rightbox{float:none;margin:10px auto 10px;width:90%;}
	.imgalignright,
	.imgalignleft{float:none;margin:10px auto 10px;clear:both;}
	img.alignright,.alignleft{float:none!important;display:block;margin:10px auto 10px;width:100%;}
}

/*2026改変*/

/* ===== 上部ロゴ帯 ===== */
.site-top{
  padding: 10px 16px 0px;
/*  background: #f3a3cf;*/
/*	background: linear-gradient(#f3a3cf, #fff);*/
	background: linear-gradient(#f0a6ca 0%, #ffffff 95%);

}

.site-title{
  margin: 0;
  text-align: center;
}

.site-title a{
  display: inline-block;
}

.site-title img{
  display: block;
  width: min(620px, 92vw);
  height: auto;
  margin: 0 auto;
}

/* ===== 補助リンク帯 ===== */
.site-top-nav{
  background: #fff;
  border-top: 1px solid rgba(255,255,255,0.4);
  border-bottom: 1px solid #e6dde3;
  padding: 10px 16px　10px;
}

.site-top-nav .menu{
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-top-nav .menu li{
  display: inline-block;
  margin: 0 12px;
}

.site-top-nav .menu a{
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}


/* ===== メインナビ ===== */
.site-bar{
/*  background: #16b5e7;*/
	background: #5fa8d3;
}


/* ===== スマホ ===== */
@media (max-width: 767px){
  .site-top{
    padding: 0px 10px 0px;
  }

  .site-title img{
    width: 82vw;
    max-width: 310px;
  }

  .site-top-nav{
    padding: 10px 0;
  }
.header-navigation
{
    padding: 0;margin:-5px 0 5px;
  }
  .site-top-nav .menu li{
    display: block;
    margin: 4px 0;
  }

  .site-top-nav .menu a{
    font-size: 13px;
	line-height: 1.4;
  }
  .menu-toggle{
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 14px;
	 font-weight:normal;
  }
 .entry-title {
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 8px;
	margin-top: 0;
}
.site-header {
	margin-bottom: 25px;
}
 
}

/* ===== 画像上 ===== */
.i-txt{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:rgba(255,255,255,0.75);
  padding:24px 34px;
  border-radius:14px;
  text-align:center;
  max-width:520px;
  width:80%;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.i-txt p{
  margin:6px 0;
  line-height:1.7;
}
.imgandtxt{
  position:relative;
}
.img1 img{
  width:100%;
  height:auto;
  display:block;
}

@media (max-width:767px){

  .i-txt{
    padding:16px 18px;
    width:85%;
    border-radius:10px;
  }

  .i-txt p{
    font-size:15px;
    line-height:1.6;
  }

}