@charset "UTF-8";

.sp-only {
    display: none;
}

html, body, div, p, ul, li, a {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.text-small {
    font-size: 80%;
}

.row {
}

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

.col-md-1 {
    float: left;
    width: calc(100/12*1%);
}

.col-md-2 {
    float: left;
    width: calc(100/12*2%);
}

.col-md-3 {
    float: left;
    width: calc(100/12*3%);
}

.col-md-4 {
    float: left;
    width: calc(100/12*4%);
}

.col-md-5 {
    float: left;
    width: calc(100/12*5%);
}

.col-md-6 {
    float: left;
    width: calc(100/12*6%);
}

.col-md-7 {
    float: left;
    width: calc(100/12*7%);
}

.col-md-8 {
    float: left;
    width: calc(100/12*8%);
}

.col-md-9 {
    float: left;
    width: calc(100/12*9%);
}

.col-md-10 {
    float: left;
    width: calc(100/12*10%);
}

.col-md-11 {
    float: left;
    width: calc(100/12*11%);
}

.col-md-12 {
    float: left;
    width: calc(100/12*12%);
}

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
    position: relative;
	font-size: 1.6rem;
    background-image: url(../img/common/bg2.png);
    background-position: center 200px;
    background-repeat: no-repeat;
}

.container {
    position: relative;
	margin: auto;
	width: 940px;
}

header {
}

nav {
    margin-bottom: 30px;
}

main {
	display: flex;
    flex-direction: row-reverse;
}

.contents {
    padding: 0px 20px;
	width: 740px;
}

.sidebar {
}

footer {
	margin: 30px 0px;
	padding: 20px;
	border-top: 2px solid rgba(0,0,0,0.2);
	color: rgba(91,91,91,1.00);
	text-align: center;
	font-size: 1.2rem;
    line-height: 170%;
}

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

a {
	color: #0066cc;
}

a:hover {
	color: #ff4b33;
}

.text-center {
	text-align: center;
}

.text-pc-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-contents {
	margin: 0px 0px;
    padding: 0px 20px;
}

.text-contents p {
	font-size: 1.5rem;
	line-height: 190%;
}

.table {
	margin: 10px 0px 10px 10px;
	width: 100%;
	border: 1px solid rgba(205,205,205,1.00);
	box-sizing: border-box;
}


.table tr:nth-child(odd) {
	background-color: rgba(242,247,252,1.00);
}


.table th {
	text-align: left;
}


.table th, .table td {
	padding: 10px 20px;
	font-size: 1.5rem;
	line-height: 190%;
	border-bottom: 1px solid rgba(205,205,205,1.00);
}

.table tr:last-child th, .table tr:last-child td {
	border: 1px none rgba(205,205,205,1.00);
}

.table td {
}

section {
	margin: 20px 0px 50px 0px;
}

.h1 {
    margin: 0px;
    padding: 0px;
	background-image: url(../img/common/top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 800px;
	height: 130px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

ul.nav {
	display: flex;
    justify-content: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	background-color: #FBFBFB;
    border-top: 1px solid rgba(0,0,0,0.9);
    border-bottom: 1px solid rgba(0,0,0,0.9);
}

ul.nav li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid white;
}

ul.nav li a {
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
}

ul.nav li a:hover {
	background-color: #F5F5F5;
    text-decoration: underline;
}

.top-photo {
	margin: 10px 0px;
}

.top-photo img {
	width: 100%;
}

.h2 {
    margin: 10px 0px 20px 0px;
    padding: 7px 20px;
    color: #FFF;
    background-color: rgba(87,171,254,1.00);
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#news-list {
}

#news-list ul {
	list-style-type: none;
}

#news-list ul li {
	padding: 10px 0px 10px 30px;
	font-size: 1.5rem;
	background-image: url(../img/common/g_list.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #99CC66;
}

#news-list ul li a {
	padding: 10px 0px 10px 10px;
	text-decoration: none;
}

.blog {
    position: relative;
}

.blog .text-contents {
    margin-top: 30px;
}

.blog .text-contents img {
    max-width: 240px;
    max-height: 240px;
    vertical-align: top;
}

.blog .date {
    display: block;
    position: absolute;
    right: 10px; top: 10px;
    margin: 0px 10px 0px 0px;
    padding: 5px 10px;
    font-size: 1.4rem;
    background-color: #F8F8F8;
    border-radius: 10px;
    text-align: right;
}

.blog .movelink {
    margin: 30px 0px 0px 0px;
    padding: 20px 0px 0px;
    border-top: 1px dotted rgba(50,153,0,0.33);
}

.blog .movelink ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.blog .movelink ul li {
    margin: 0px;
    padding: 0px;
}

.blog .movelink ul li.next {
    text-align: right;
}

.blog .movelink ul li a {
    display: inline-block;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
}

.blog .movelink ul li.prev a::before {
    content: "◀";
    display: inline-block;
    margin: 0px 10px;
    font-size: 1.1rem;
    transform: scaleX(0.7);
    vertical-align: middle;
}

.blog .movelink ul li.next a::after {
    content: "▶";
    display: inline-block;
    margin: 0px 10px;
    font-size: 1.1rem;
    transform: scaleX(0.7);
    vertical-align: middle;
}

.blog .movelink ul li a span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.4rem;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.sidebar .h3 {
    margin: 10px 0px 20px 0px;
    padding: 7px 20px;
    color: #FFF;
    background-color: rgba(87,171,254,1.00);
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

ul.link {
    margin: 0px 0px 20px 0px;
    padding: 0px;
	list-style-type: none;
}

ul.link li {
    margin: 3px 10px;
}

ul.link li a {
    display: block;
    padding: 7px 10px;
    font-size: 1.4rem;
    color: #333;
    background-color: #fff;
    border-top: 1px solid rgba(175,175,175,1.00);
    border-right: 1px solid rgba(175,175,175,1.00);
    border-bottom: 1px solid rgba(175,175,175,1.00);
    border-left: 10px solid rgba(88,172,254,1.00);
    text-decoration: none;
}

ul.link li a:hover {
    background-color: #DBF3FE;
}

ul.banner {
    margin: 0px;
    padding: 0px;
	list-style-type: none;
}

ul.banner li {
    margin: 3px 10px;
}

ul.banner li img {
    max-width: 100%;
}

ul.banner li a {
}

ul.banner li a:hover {
    opacity: 0.75;
}

/**
 * ページ上部リンク
 */
.pagetop {
    display: none;
    position: fixed;
    right: 60px;
    bottom: 60px;
}

.pagetop a {
    display: block;
    width: calc(100px*0.7);
    height: calc(100px*0.7);
    background-color: rgba(255,255,255,0.9);
    background-image: url(../img/common/pagetop.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 2px solid #E5F0CE;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.pagetop a:hover {
    opacity: 0.7;
}

