/* ----------------------------------------------------------------header*/
header {
    position: relative;
    padding-top: 64px;
    background: url("../img/common_img/header_sky.png") center top no-repeat,  url("../img/common_img/bg_sky.png") center top #80b5e3;
    background-size: 100% auto, 100% auto;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    padding: 10px 15px 0;
	text-align: right;
}
.header_logo {
    margin-bottom: 5px;
	line-height: 1.0;
}
.header_logo img {
	width: auto;
	height: 40px;
}
.header_contact ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_contact ul li {
    line-height: 1.1;
}
.header_contact ul li p {
    line-height: 1.1;
    font-size: 11px;
}
.header_contact ul li a {
    text-decoration: none;
}
.header_contact ul li:first-child {
	margin-right: 10px;
    text-shadow: 
        rgba(255,255,255,0.3) 1px 1px 4px, rgba(255,255,255,0.3) -1px -1px 4px,/*右下、左上*/
        rgba(255,255,255,0.3) -1px 1px 4px, rgba(255,255,255,0.3) 1px -1px 4px,/*右上、左下*/
        rgba(255,255,255,0.3) 0px 1px 4px, rgba(255,255,255,0.3) 0-1px 4px,/*右、左*/
        rgba(255,255,255,0.3) -1px 0 4px, rgba(255,255,255,0.3) 1px 0 4px;/*上、下*/
}
.header_contact ul li:first-child i {
    color: #ff7000;
}
.header_contact ul li:first-child span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.header_contact ul li:last-child a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 34px;
    padding: 0;
	font-family: "NotoSansBold";
    font-size: 14px;
    color:#fff;
    border-radius: 10px;
    background: #ff7000;
}
.header_contact ul li:last-child a i {
    margin-right: 5px;
    font-size: 16px;
}

@media print, screen and (min-width:768px) {
header {
    padding-top: 110px;
}
#header {
    padding: 20px 40px 0;
}
.header_logo {
    margin-bottom: 20px;
}
.header_logo img {
	width: auto;
	height: auto;
}
.header_contact ul li p {
    font-size: 16px;
}
.header_contact ul li:first-child {
	margin-right: 20px;
}
.header_contact ul li:first-child i {
    font-size: 30px;
}
.header_contact ul li:first-child span {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
}
.header_contact ul li:last-child a {
    width: 200px;
    height: 60px;
    font-size: 18px;
    transition: all 0.5s;
}
.header_contact ul li:last-child a:hover {
    background: #ffb000;
}
.header_contact ul li:last-child a i {
    margin-right: 10px;
    font-size: 30px;
}
}
@media print, screen and (min-width:1200px) {
header {
    padding-top: 65px;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: #989898;
}
/*------------------------------------------------------------content*/
.content_bg01 {
	padding: 40px 0;
	text-align: left;
	background: #fff;
}
.content_bg02 {
	padding: 40px 0;
	text-align: left;
    background-image: linear-gradient( -45deg, #fffae3 25%, #fff4c7, #fff4c7 50%, #fffae3 50%, #fffae3 75%, #fff4c7 75%, #fff4c7 );
	background-size: 23px 23px;
}
.content_bg03 {
	padding: 40px 0;
	text-align: left;
    background-image: linear-gradient( -45deg, #e0f8ff 25%, #effbff, #effbff 50%, #e0f8ff 50%, #e0f8ff 75%, #effbff 75%, #effbff );
	background-size: 23px 23px;
}
.content_bg_sky {
	padding: 40px 0;
	text-align: left;
    background: url("../img/common_img/bg_sky_top.png") center top no-repeat,  url("../img/common_img/bg_sky.png") center top #80b5e3;
    background-size: 100% auto, 200% auto;
}

@media print, screen and (min-width:768px) {
.content_bg01 {
	padding: 80px 0;
	text-align: center;
}
.content_bg02 {
	padding: 80px 0;
	text-align: center;
}
.content_bg03 {
	padding: 80px 0;
}
.content_bg_sky {
	padding: 80px 0;
	text-align: center;
    background: url("../img/common_img/bg_sky_top.png") center top no-repeat,  url("../img/common_img/bg_sky.png") center top #80b5e3;
    background-size: 100% auto, 100% auto;
}
}
/* ----------------------------------------------------------------footer*/
footer {
	text-align: center;
	padding: 40px 0;
	background: #fff;
}
footer h2 {
    margin-bottom: 15px;
    line-height: 0;
}
footer h2 img {
    width: auto;
    height: 22px;
}
footer div h3 {
    margin-bottom: 10px;
    line-height: 1.1;
	font-family: "NotoSansBold";
    font-size: 19px;
}
footer div .address {
    margin-bottom: 30px;
}
footer div span.no_wrap {
    display: inline-block;
}
footer a, footer a:visited {
    color: #000;
}
footer a:hover {
    color: #2faad8;
}
footer ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
footer ul li {
    padding: 0 10px;
    line-height: 1.1;
    border-right: solid 1px #000;
}
footer ul li:last-child {
    border-right: none;
}
small {
    display: block;
	margin-top: 30px;
    font-family: "NotoSansRegular";
	font-size: 11px;
}
@media print, screen and (min-width:768px) {
footer {
	padding: 80px 0;
}
footer .flex_box {
	display: flex;
    justify-content: center;
    text-align: left;
}
footer h2 {
    margin-right: 50px;
    margin-bottom: 0;
}
footer h2 img {
    width: auto;
    height: auto;
}
footer div h3 {
    margin-bottom: 15px;
    font-size: 22px;
}
footer .link {
    font-size: 16px;
}
footer ul {
    justify-content:flex-start;
}
footer ul li {
    margin-right: 10px;
    padding: 0 10px 0 0;
    font-size: 16px;
}
footer a {
    transition: all 0.5s;
}
small {
	margin-top: 60px;
}
}


/* ----------------------------------------------------------------rayout*/
.center {
	display: block;
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse:separate;
    border-spacing: 2px;
}
.sheet_basic tr th, .sheet_basic tr td {
	padding: 10px 5px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
.sheet_basic tr th {
    color: #fff;
	background: #22a2d4;
}
.sheet_basic tr th:first-child {
    color: #000;
	background: #c6e8f4;
}
.sheet_basic tr:nth-child(2n+1) th:first-child {
	background: #afdeef;
}
.sheet_basic tr:first-child th:first-child {
    color: #fff;
	background: #56b8df;
}
.sheet_basic tr td {
	background: #ddf0f9;
}
.sheet_basic tr:nth-child(2n+1) td {
	background: #c6e8f4;
}
.sheet_basic th strong {
    display: block;
    margin-top: -24px;
    padding-top: 24px;
    white-space: nowrap;
	font-family: "NotoSansBlack";
    font-size: 20px;
    background: url("../img/common_img/point_shine.png") center top no-repeat;
    background-size: auto 24px;
}

@media print, screen and (min-width:768px) {
.sheet_basic {
    border-spacing: 4px;
}
.sheet_basic tr th, .sheet_basic tr td {
	padding: 10px;
}
.sheet_basic th strong {
    margin-top: -33px;
    padding-top: 33px;
    font-size: 30px;
    background: url("../img/common_img/point_shine.png") center top no-repeat;
    background-size: auto;
}
}

.sheet_basic02 {
    margin: 0 auto;
	border-collapse:separate;
    border-spacing: 2px;
}
.sheet_basic02 tr th, .sheet_basic02 tr td {
	padding: 10px 5px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
.sheet_basic02 tr th {
    text-align: left;
	background: #ddf0f9;
}
.sheet_basic02 tr:nth-child(2n+1) th {
	background: #c6e8f4;
}
.sheet_basic02 tr:first-child th {
    text-align: center;
    white-space: nowrap;
	background: #8dcfe9;
}
.sheet_basic02 tr td {
	background: #ddf0f9;
}
.sheet_basic02 tr:nth-child(2n+1) td {
	background: #c6e8f4;
}
@media print, screen and (min-width:576px) {
.sheet_basic02 tr th, .sheet_basic02 tr td {
	padding: 10px;
}
}
@media print, screen and (min-width:768px) {
.sheet_basic02 {
    border-spacing: 4px;
}
.sheet_basic02 tr th, .sheet_basic02 tr td {
	padding: 10px 30px;
}
}

/*------------------------------------------------------------list*/
.list_kome {
    display: inline-block;
}
.list_kome li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 1.5em;
    text-align: left;
    line-height: 1.4;
}
.list_kome li::before {
    position: absolute;
    left: 0;
    content: "※";
}

/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    margin-bottom: 20px;
    line-height: 1.3;
	font-family: "NotoSansBlack";
	font-size: 21px;
	text-align: center;
}
.title01_img {
    margin-bottom: 20px;
    line-height: 1.3;
	font-family: "NotoSansBlack";
	font-size: 21px;
	text-align: center;
}
.title01_img img {
    width: auto;
    height: 50px;
    margin-right: 5px;
}
.title01_img span {
    display: inline-block;
}
.title02 {
	margin-bottom: 15px;
    text-align: center;
	font-family: "NotoSansBlack";
	font-size: 19px;
	color: #308fd9;
}
.title03 {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
.title03 span {
	font-size: 12px;
}

@media print, screen and (min-width:768px) {
.title01 {
    margin-bottom: 40px;
	font-size: 50px;
}
.title01_img {
    margin-bottom: 40px;
	font-size: 50px;
}
.title01_img img {
    width: auto;
    height: 90px;
    margin-right: 10px;
}
.title02 {
	margin-bottom: 30px;
	font-size: 40px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #f00000;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.phbox_left {
	text-align: center;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 0;
}
#pagetop img {
	width: 40px;
    height: 40px;
}
@media print, screen and (min-width:768px) {
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
}
#pagetop img {
	width: auto;
    height: auto;
}
}

.contact_bn {
    padding: 40px 0;
    color: #fff;
    background: url("../img/common_img/bg_blue_header.png") center top no-repeat #2faad8;
    background-size: 280px auto;
}
.contact_bn h2 {
    margin-bottom: 15px;
    line-height: 1.1;
	font-family: "NotoSansBlack";
    font-size: 21px;
}
.contact_bn ul li:first-child {
    margin-bottom: 15px;
}
.contact_bn ul li:first-child h3 {
    margin-bottom: 10px;
    line-height: 1.1;
	font-family: "NotoSansBlack";
    font-size: 18px;
}
.contact_bn ul li:first-child p.tel_num {
    margin-bottom: 8px;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffd800;
}
.contact_bn ul li:first-child p.tel_num i {
    font-size: 22px;
}
.contact_bn ul li:first-child p.tel_tx {
    font-family: "NotoSansBold";
    line-height: 1.1;
}
.contact_bn ul li:first-child a {
    text-decoration: none;
    color:#fff;
}
.contact_bn ul li:last-child a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background: url("../img/common_img/btn_bg_arrow.png") #ff7000;
    background-size: 100% 100%;
}
.contact_bn ul li:last-child a h3 {
    margin-bottom: 6px;
    line-height: 1.1;
	font-family: "NotoSansBlack";
    font-size: 20px;
}
.contact_bn ul li:last-child a h3 i {
    font-size: 22px;
}
.contact_bn ul li:last-child a p {
    line-height: 1.1;
}
.contact_bn ul li:last-child a p span {
    display: inline-block;
    padding: 4px 20px;
    font-family: "NotoSansBold";
    border-radius: 50px;
    background: #f00000;
}
@media print, screen and (min-width:576px) {
.contact_bn ul {
    display: flex;
}
.contact_bn ul li {
    width: 50%;
}
.contact_bn ul li:first-child {
    margin-bottom: 0;
}
.contact_bn ul li:last-child a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}
@media print, screen and (min-width:768px) {
.contact_bn {
    padding: 80px 0;
    background: url("../img/common_img/bg_blue_header.png") center top no-repeat #2faad8;
    background-size: auto;
}
.contact_bn h2 {
    margin-bottom: 50px;
    font-size: 50px;
}
.contact_bn ul li:first-child h3 {
    margin-bottom: 10px;
    font-size: 30px;
}
.contact_bn ul li:first-child p.tel_num {
    margin-bottom: 8px;
    font-size: 40px;
}
.contact_bn ul li:first-child p.tel_num i {
    font-size: 34px;
}
.contact_bn ul li:first-child p.tel_tx {
}
.contact_bn ul li:last-child a {
    transition: all 0.5s;
}
.contact_bn ul li:last-child a:hover {
    background: url("../img/common_img/btn_bg_arrow.png") #ffa000;
    background-size: 100% 100%;
}
.contact_bn ul li:last-child a h3 {
    margin-bottom: 15px;
    font-size: 32px;
}
.contact_bn ul li:last-child a h3 i {
    font-size: 36px;
}
.contact_bn ul li:last-child a p span {
    padding: 8px 48px;
    font-size: 22px;
}
}
@media print, screen and (min-width:992px) {
.contact_bn ul li:first-child h3 {
    margin-bottom: 10px;
    font-size: 36px;
}
.contact_bn ul li:first-child p.tel_num {
    margin-bottom: 8px;
    font-size: 60px;
    letter-spacing: -0.05em;
}
.contact_bn ul li:first-child p.tel_num i {
    font-size: 46px;
}
.contact_bn ul li:first-child p.tel_tx {
    font-size: 22px;
}
.contact_bn ul li:last-child a h3 {
    font-size: 40px;
}
.contact_bn ul li:last-child a h3 i {
    font-size: 46px;
}
.contact_bn ul li:last-child a p span {
    font-size: 25px;
}
}
@media print, screen and (min-width:1200px) {
.contact_bn ul li:first-child p.tel_num {
    font-size: 68px;
    letter-spacing: 0;
}
.contact_bn ul li:first-child p.tel_num i {
    font-size: 52px;
}
}

/*------------------------------------------------------------Content*/
.table-scroll{
    width: 100%;
    overflow: auto; /*スクロールさせる*/
    white-space: nowrap; /*文字の折り返しを禁止*/
    margin-bottom: 15px;
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar {
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}




