@charset "utf-8";
/* --------------------------------------------------------
reset
-------------------------------------------------------- */
html {
	overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	clear: both;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img{
	vertical-align:top;
}
::selection {
	background: #f7f7f4;
	color:#000;
}
input, select {
    vertical-align:middle;
}
/* --------------------------------------------------------
share style
-------------------------------------------------------- */
.left	{ text-align:left !important; }	
.right	{ text-align:right !important; }
.center	{ text-align:center !important; }
.break	{ clear:both; }
.noBorder{ border:none !important; }
.noBg{ background:none !important;}
.float_left, .leftContent{
	float:left;
	overflow: hidden;
}
.float_right, .rightContent{
	float:right;
	overflow: hidden;
}
.flex_around {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
}
.flex_between {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.emp {
	font-weight: bold !important;
	font-size: 110% !important;
}
blockquote {
    position: relative;
    padding: 20px;
    border-left: 4px solid #dcdcdc;
	margin-bottom: 1em;
	font-style: italic;
}
.cont_indent {
	padding: 0 50px;
	margin-bottom: 30px;
}
/* hr */
hr {
	clear:both;
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ccc;
    margin:2em 0;
    padding: 0;
}
/* alpha rollover */
.cssRoll{
    transition: 0.3s;
	opacity:1;
}
.cssRoll:hover{
    background: #fff;
	transition: 0.1s;
	opacity:0.5;
}
.cssRoll img{
	transition: 0.3s;
}
/* img */
img.alignright {
	float: right;
	margin: 0px 0 10px 20px;
}
img.alignleft {
	float: left;
	margin: 0px 20px 10px 0;
}
img.img_center {
	display: block;
	margin: 0 auto;
}
/* table */
table {
	border: 1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
table th,
table td{
	border: 1px solid #ccc;
	margin: 0 auto;
	border-spacing:0;
	padding: 10px 15px;
    box-sizing: border-box;
}
table td {
	vertical-align: top;
}

/* color */
.pink{ color:#FF6B87 !important;}
.orange{ color:#EF7A00 !important;}
.blue{ color:#00E6E6 !important;}
.green{ color: #29A14D !important;}
.red{ color:#FF1A1A !important;}
.black{ color:#222222 !important;}
.white{ color:#ffffff !important;}
.col{ color:#EF7A00 !important;}

/* font-size */
.font_s  {font-size: 13px;}
.font80 {font-size: 80% !important;}
.font110 {font-size: 110% !important;}
.font120 {font-size: 120% !important;}
.font130 {font-size: 130% !important;}
.font140 {font-size: 140% !important;}
.font150 {font-size: 150% !important;}
.font160 {font-size: 160% !important;}
.font170 {font-size: 170% !important;}
.font180 {font-size: 180% !important;}
.font190 {font-size: 190% !important;}
.font200 {font-size: 200% !important;}

/* margin */
.m_b0 {	margin-bottom:0px  !important;}
.m_b5 {	margin-bottom:5px  !important;}
.m_b10{	margin-bottom:10px !important;}
.m_b15{	margin-bottom:15px !important;}
.m_b20{	margin-bottom:20px !important;}
.m_b25{	margin-bottom:25px !important;}
.m_b30{	margin-bottom:30px !important;}
.m_b35{	margin-bottom:35px !important;}
.m_b40{	margin-bottom:40px !important;}
.m_b45{	margin-bottom:45px !important;}
.m_b50{	margin-bottom:50px !important;}
.m_b55{	margin-bottom:55px !important;}
.m_b60{	margin-bottom:60px !important;}
.m_b65{	margin-bottom:65px !important;}
.m_b70{	margin-bottom:70px !important;}
.m_b75{	margin-bottom:75px !important;}
.m_b80{	margin-bottom:80px !important;}
.m_b90{	margin-bottom:90px !important;}
.m_b100{	margin-bottom:100px !important;}

/* padding */
.p_b0 {	padding-bottom:0px  !important;}
.p_b10{	padding-bottom:10px !important;}
.p_b20{	padding-bottom:20px !important;}
.p_t10{	padding-top:10px !important;}
.p_t15{	padding-top:15px !important;}
.p_t20{	padding-top:20px !important;}
.p_t25{	padding-top:25px !important;}
.p_t30{	padding-top:30px !important;}
.p_t50{	padding-top:50px !important;}

/* pagenavi */
.pagenavi {
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.pagenavi li {
	text-align: center;
	width: 30%;
	margin: 0 10px;
}
.pagenavi li::before {
    background: none;
}
.pagenavi li a {
	padding: 7px 10px;
	border: 1px solid #13b7b7;
	background: url("../images/arrow_pagenavi_l.png") no-repeat left 10px center;
	display: block;
	text-decoration: none;
	color: #333;
}
.pagenavi li.next a {
	background: url(../images/arrow_pagenavi_r.png) no-repeat right 10px center;
}
/* wp-pagenavi */
.wp-pagenavi {
	font-size:12px;
	display:block;
	clear:both;
	padding:20px 10px 20px 10px;
	width: auto;
	margin: 0 auto 20px auto;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
    padding: 8px 12px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #13b7b7 !important;
    background: #13b7b7 !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
	height: 40px;
	line-height: 40px;
}
.wp-pagenavi a:hover {
    border: 1px solid #13b7b7 !important;
    background: #13b7b7 !important;
    color: #fff !important;
}
.wp-pagenavi span.pages {
	display: none;
    padding: 6px 12px !important;
    margin: 3px !important;
    font-family: Georgia,serif !important;
    font-style: italic !important;
    color: #13b7b7 !important;
}
.wp-pagenavi span.current {
    padding: 6px 12px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #00E6E6 !important;
    background: #FCFCFC !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    font-weight: bold !important;
    color: #13b7b7 !important;
}
.wp-pagenavi span.extend {
    padding: 6px 12px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #13b7b7 !important;
    background: #FCFCFC !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}
.wp-pagenavi span {
	display: inline-block;
}

/* midashi */
.post h3 {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 20px 0;
    border-bottom: 1px solid #D8D3CC;
    position: relative;
}
.post h3::after {
	content: "";
	position: absolute;
    top: 1;
	left: 0;
	bottom: 0;
	width: 250px;
	height: 2px;
	margin: 0 0 -1px 0;
	background: #00E6E6;
}
.post h4 {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 10px 0;
    border-bottom: 1px solid #00E6E6;
}
/* format */
.line_blue {
    border-top: 4px solid #00E6E6;
    border-bottom: 4px solid #00E6E6;
    padding: 40px;
    margin: 20px auto;
    text-align: center;
}
.u_center {
	position: relative;
	display: block;
	font-size: 1.5em;
	text-align: center;
    font-weight: bold;
	padding-bottom: 10px;
	margin: 20px 0;
}
.u_center::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 3px;
	margin: 0 0 0 -50px;
	background: #00E6E6;
}
.u_icon_left {
    position: relative;
    display: block;
    margin: 10px 0 5px 0;
    padding: 0 0 5px 30px;
    font-weight: bold;
}
.u_icon_left::after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 20px;
    height: 4px;
    background: #00E6E6;
}
.flame_dashed {
    border: 1px dashed #ccc;
    margin: 15px auto;
    padding: 5px;
    display: inline-block;
}
/* button */
.btn {
	margin: 20px 0px 5px;
	text-align: center;
}
.btn a {
	margin: 10px auto 5px auto;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	background: #FF6B87;
	border: 2px solid #FF6B87;
	color: #fff;
	text-decoration: none;
    border-radius: 2em;
    letter-spacing: 0;
}
.btn a:hover {
	background: #fff;
	border: 2px solid #FF6B87;
	color: #FF6B87;
	transition: 0.1s;
	opacity: 1;
}
/* text_format  */
p.read_center {
    font-size: 130%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.read {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.post ul {
    list-style-type: none!important;
    margin: 0 0 1em 0;
    padding: 0;
}
.post ul li {
    position: relative;
    padding: 0.3em 0 0.3em 1em;
    margin-left: 1em;
    line-height: 1.5;
}
.post ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #13b7b7;
    border-radius: 50%;
    top: 0.7em;
    left: 0;
    margin-right: 5px;
}
.post ol {
    counter-reset:number;
    list-style-type: none!important;
    padding:0.5em;
    margin: 1em 1em 1em 0;
}
.post ol li {
    position: relative;
    padding-left: 40px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
}
.post ol li::before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #13b7b7;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* default font */
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", "helvetica", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #222;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	letter-spacing:1.2px;
}
a {
	color:#13b7b7;
	text-decoration: underline;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
    transition: 0.3s;
	opacity:1;
}
a:hover {
	color:#13b7b7;
	text-decoration: none;
	transition: 0.1s;
	opacity:0.5;
}
a.noLine, .noLine a {
	text-decoration: none;
}
a.noLine:hover,
.noLine a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bg_translucent {
	background: rgba(0,0,0,.6);
}

@media screen and (max-width: 960px) {
.brackets {
	width: 96%;
}
}

@media screen and (max-width: 644px) {
.float_left, .leftContent{
	float:none;
	padding-bottom: 10px;
}
.float_right, .rightContent{
	float:none;
}
.flex_around {
	display: block;
}
.flex_between {
	display: block;
}
img.alignright {
	float: none;
	margin: 0px auto 10px auto;
	display: block;
}
img.alignleft {
	float: none;
	margin: 0px auto 10px auto;
	display: block;
}
.cont_indent {
	padding: 0 10px;
	margin-bottom: 20px;
}
.read_center {
	font-size: 110%;
}
.read {
	font-size: 120%;
}
.pagenavi li {
	width: 48%;
}
.page_cont img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.pagenavi li {
	text-align: center;
	width: 40%;
	margin: 0 10px;
}

}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	html {
		-webkit-text-size-adjust: 100%;
	}
}