@charset "utf-8";
/*
Theme Name: blue_sphere_support_ver1.0.3
Author: マイテーマ
Description: マイテーマ
Version: 1.0.3
*/


* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
}

.smbr {
	display: none;
}

.none {
	display: none !important;
}

a:link {
	color: #0095dc;
	text-decoration: none;
}

a:visited {
	color: #0095dc;
	text-decoration: none;
}

a:active {
	color: #0095dc;
	text-decoration: none;
}

img.aligncenter {
	background-color: #EEEEEE;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 20px;
    margin: auto;
	display: block;
}

header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 15px;
	height: 80px;
	box-sizing: border-box;
	z-index: 9999;
	background-color: #FFFFFF;
	align-items: flex-start;
}

header a:hover{
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

header .logo {
	margin-right: auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

header .logo a {
	margin-right: 25px;
}

header .logo img {
	width: 100%;
	margin-right: 5px;
}

header .logo span {
	font-size: 24px;
    vertical-align: top;
    height: 50px;
	color: #0095DC;
}

header .login {
	padding: 10px 0px 10px 10px;
    background: url(./img/btn_login.png) no-repeat 88% center;
    background-color: #0095DC;
    box-sizing: border-box;
    color: #FFFFFF !important;
    font-weight: bold;
    margin-right: 10px;
    width: 150px;
    font-size: 18px;
}

header .login a{
    color: #FFFFFF !important;
}


header .menu_btn {
	cursor: pointer;
}

header ul {
	display: flex;
	list-style: none;
}

header li {
	margin-left: 1rem;
}

.menu-container {
	display: none;
    box-sizing: border-box;
    width: 260px;
    right: 0px;
    position: fixed;
	margin-top: 10px;
    margin-right: 10px;
    z-index: 9999;
	background-color: #ccebff;
	color: #0095dc;
}

.menu-container .close {
	font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: #0095DC;
    border: 1px solid #0095DC;
	font-weight: bold;
	cursor: pointer;
}

.menu-container ul {
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	list-style: none;
}

.menu-container .menu li {
	padding: 15px 10px 15px 10px;
    border-bottom: 2px solid #CCCCCC;
    background-color: #ccebff;
	cursor: pointer;
}

.menu-container .menu li:hover {
	background-color: #FFFFFF;
}

.menu-container .menu .middle li {
	padding: 15px 10px 15px 10px;
    border-bottom: 2px solid #CCCCCC;
    background-color: #f7f7f7;
}

.menu-container .menu .middle li:hover {
	background-color: #d5f3fb;
}

.menu-container .menu .middle .small_log li {
	padding: 15px 10px 15px 10px;
    border-bottom: 2px solid #CCCCCC;
    background-color: #FFFFFF;
}

.menu-container .menu .middle .small_log li:hover {
	background-color: #d5f3fb;
}


.menu-container .middle {
	display: none;
	background-color: #f7f7f7;
}
.menu-container .small_log {
	display: none;
    background-color: #FFFFFF;
}

.menu-container .menu .menu-item a {
	text-decoration: none;
}

.menu-container .menu .menu-item span {
	position: absolute;
	right: 10px;
}

.menu-container .menu .menu-item .arrow_up{
    box-sizing: border-box;
    margin: auto;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    margin-right: 3px;
    border: 2px solid #0095dc;
    border-color: #0095dc #0095dc transparent transparent;
    transform: rotate(-45deg);
    display: inline;
    float: right;
}

.menu-container .menu .menu-item .arrow_down{
    box-sizing: border-box;
    margin: auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    border: 2px solid #0095dc;
    border-color: #0095dc #0095dc transparent transparent;
    transform: rotate(135deg);
    display: inline;
    float: right;
}

.top_adjust{
	margin-top: 20px;
}

.bottom_adjust{
	margin-bottom: 20px;
}

.bottom_adjust_v2{
	padding-bottom: 40px;
}

.color_red {
	color: #FF0000 !important;
}

.color_bsblue {
	color: #0095DC;
}

.color_green {
	color: #6b9f25;
}

.arrow_manual {
	display: inline-block;
    float: right;
}

.underline {
	border-bottom: 1px solid;
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.aw {
	background: url(./img/icon_aw.png) no-repeat 100% center;
	width: 14px;
	height: 14px;
    margin-left: 30px;
    display: inline-block;
}

.tree {
    margin-right: 5px;
}

.tc {
	display: table-cell;
}

.manual_halfbox {
	display: flex;
}

.tc {
	display: table-cell;
}


.manual_complement {
	border: 1px solid;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    margin-left: 30px;
	width: 60%;
	padding: 10px;
}

.details img {
	vertical-align: middle;
}

.bread {
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
	margin-top: 80px;
	background-color: #E6E6E6;
}

.bread a:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.category_bg {
	height: 120px;
	background-color: #024287;
	margin-bottom: 35px;
}

.form_bg {
	height: 120px;
	background-color: #024287;
	margin-top: 80px;
}

.contact_form {
	background-color: #EEEEEE;
}

.category_bg h1 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 120px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.form_bg h1 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 120px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.category_type {
    background-color: #6d85a5;
    color: #FFFFFF;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 4px;
    margin-top: 12px;
    font-size: 16px;
	font-weight: bold;
}

.maintenance_box {
	border-bottom: 1px dashed #000000;
	margin-bottom: 15px;
}

.html_area .maintenance_box:last-child {
	border-bottom: 10px solid;
	margin-bottom: 15px;
}

.news_box {
	border-bottom: 1px dashed #000000;
	margin-bottom: 15px;
}

.news_detail {
	margin-bottom: 20px;
	font-weight: bold;
}

.news_detail a:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.news_detail span {
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-size: 18px;
}

.detail_box, .faq_box {
	margin-bottom: 60px;
}

.manual_detail_box {
	margin-bottom: 80px;
}

.manual_box, .help_box, .form_box {
	margin-bottom: 100px;
}


.no-border {
	border: 0px;
}

.detail_back {
	margin-bottom: 50px;
	font-weight: bold;
	color: #0095dc;
}

.detail_back a:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}


.detail_back ul li {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 50px;
	font-weight: bold;
	color: #0095dc;
	font-size: 18px;
}

.detail_back li img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.detail_right {
	background: url(./img/arrow_right.png) no-repeat 100% center;
}

.maintenance_title, .news_title {
	margin-top: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.manual_title {
	margin-top: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0095dc;
}

.manual_detail_title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 24px;
}

.manual_m_title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.manual_detail_cap {
	background-color: #EEEEEE;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0px;
	margin: 20px 0px;

}

.manual_detail_cap img {
	max-width: 100%;
}

.manual_detail_text{
	margin-bottom: 20px;
}

.manual_detail_text p{
	margin-bottom: 5px;
}

.help_detail_text{
	margin-bottom: 50px;
	padding-top: 30px;
}

.help_detail_text p{
	margin-bottom: 15px;
}

.client_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0095DC;
}

.site_form_title {
	margin-top: 20px;
	padding: 20px 30px 20px 30px;
    font-size: 20px;
    font-weight: bold;
    background-color: #EEEEEE;
    color: #0095DC;
}

.form_detail_text{
	margin-bottom: 50px;
	margin-top: 10px;
}

.form_detail_text p{
	margin-bottom: 15px;
}

.form_title {
	display: inline-block;
}

.site_formarea_first {
	padding: 10px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
}

.siteform_area {
	padding: 10px;
	background-color: #EEEEEE;
	display: none;
	margin-bottom: 20px;
}

.form_next {
    color: #000000;
	text-align: center;
	margin-bottom: 30px;
}


.form_next div {
    padding: 10px;
	background-color: #DDDDDD;
	color: #0095DC;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
}

.form_next div:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}


#cltop {
	margin-top: -80px;
	padding-top: 80px;
}

.form_next_first {
    color: #000000;
	text-align: center;
	margin-bottom: 30px;
}

.form_next_first div {
    padding: 10px;
	background-color: #DDDDDD;
	color: #0095DC;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
}

.form_next_first div:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

#formdata p {
	font-weight: bold;
	margin-bottom: 10px;
	color: #545454;
}

.help_row {
	margin-bottom: 30px;
}

.help_caption, .form_caption {
	width: 270px;
	font-weight: bold;
	display: inline-block;
}

.form_caption {
	width: 270px;
	font-weight: bold;
	display: inline-block;
	color: #545454;
}


.help_caption_textarea, .form_caption_textearea {
	width: 270px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.form_site_caption {
	width: 240px;
	font-weight: bold;
	display: inline-block;
	padding-left: 20px;
	color: #545454;
}

.form_site_caption_textarea {
	width: 260px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.help_inputtext {
	width: 400px;
	font-size: 20px;
	height: 30px;
	border: 1px solid #999999;
	padding: .375rem .75rem;
	border-radius: .25rem;
}

.form_inputtext {
	width: 400px;
	font-size: 20px;
	height: 50px;
	border: 1px solid #545454;
}

.form_delete {
	color: #eeeeee;
	background-color: #545454;
	padding: 3px;
	border-radius: 5px;
	cursor: pointer;
}

.form_delete:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

input[type="checkbox"] {
	width: 18pt;
	height: 18pt;
	vertical-align: middle;
}

input[type="checkbox"] + label {
	padding: 0 4px;
	font-size: 16px;
	border-radius: 5px; 
	cursor: pointer;
	transition: .2s;
	margin-right: 30px;
}

input[type="radio"] {
	width: 18pt;
	height : 18pt;
	vertical-align: middle;
}

input[type="radio"] + label {
	padding: 0 4px;
	font-size: 16px;
	border-radius: 5px; 
	cursor: pointer;
	transition: .2s;
	color: #000000;
	margin-right: 30px;
}


.help_inputtextarea {
	resize: none;
	width: 700px;
	height: 260px;
	font-size: 20px;
	border: 1px solid #999999;
	padding: .375rem .75rem;
	border-radius: .25rem;
}

.form_site_inputtextarea {
	resize: none;
	width: 700px;
	height: 260px;
	font-size: 20px;
}

.help_submitarea {
	text-align: center;
}

.help_submitarea span.link {
	border-bottom: 1px solid #0095DC;
}

.m_submitarea {
	text-align: center;
}

.m_submitarea span.link {
	border-bottom: 1px solid #0095DC;
}

#help_submit {
	padding: 20px 90px;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	background-color: #0095DC;
	display: inline-block;
    margin-top: 30px;
	cursor: pointer;
}

#m_submit {
	padding: 20px 90px;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	background-color: #0095DC;
	display: inline-block;
    margin-top: 30px;
	cursor: pointer;
}

#help_submit:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

#m_submit:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.manual_box a:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.manual_menu .manual_title:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.manual_title span img {
	vertical-align: top;
	float: right;
}

.manual_text {
	display: none;
	box-sizing: border-box;
	padding-left: 40px;

	margin-bottom: 20px;
}

.manual_text p {
	display: inline-block;
	border-bottom: 1px solid #0095DC;
}

.manual_text p:hover {
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;
}

.manual_text .circle {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0095DC;
	margin-right: 5px;
	vertical-align: middle;
}

.manual_head {
    display: flex;
    align-items: center;
}

.manual_head a {
	margin-bottom: 20px;
	color: #0095DC;
	font-weight: bold;
}

.faq_title {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 22px;
}

.faq_m_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

.faq_m_title img {
	vertical-align: middle;
	margin-right: 10px;
}

.question_title {
	box-sizing: border-box;
	background-color: #eeeeee;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
    display: table;
}

.question_title_single {
	box-sizing: border-box;
	background-color: #eeeeee;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
    display: table;
}

.question_title p {
	display: inline-block;
}

.question_title_single span {
	color: #0095dc;
}


.question_title span {
	color: #0095dc;
}

.question_q {
	text-align:left;
	display: table-cell;
	color: #0095DC;
	width: 1px;
}

.question_a {
	text-align:left;
	display: table-cell;
	color: #FF0000;
	width: 1px;
}

.question_text_arc p {
	display: table-cell;
    font-size: 16px;
}

.question_title span.arrow_up {
	margin-left: auto;
    display: table-cell;
    vertical-align: middle;
	text-align: right;
}
.question_title span.arrow_down {
	margin-left: auto;
    display: table-cell;
    vertical-align: middle;
	text-align: right;
}

.question_text {
	margin-bottom: 10px;
	font-size: 14px;
}

.question_text_arc {
	margin-bottom: 10px;
	display: none;
	font-size: 14px;
	padding: 0px 20px;
}

.question_text_single {
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0px 20px;
}

.maintenance_box span{
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-size: 18px;
}
.maintenance_box span img{
	vertical-align: sub;
	margin-left: 10px;
}

.maintenance_box a:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.flex_between {
	display: flex;
	justify-content: space-between;
}

.info_flexbox {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
}

#top_area {
	width: 100%;
	background-color: #024287;
	padding: 40px 0px;
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-top: 80px;
}

.html_area {
	width: 1000px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

.top_area {
	width: 1000px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

.top_imgarea {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.top_img {
    width: 300px;
    height: 300px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 20px;
	display: table;
}

.top_button {
    vertical-align: middle;
    display: table-cell;
}

.top_button:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}



.top_img span {
	margin-top: 20px;
	font-size: 24px;
	color: #0095DC;
	display: block;
}

.top_img img {
	max-width: 100%;
}


.mainarea {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	color: #0095DC;
	align-items: flex-start;
	margin-bottom: 80px;
}

.main_side {
	box-sizing: border-box;
	width: 360px;
	border-top: 3px solid #024287;
	border-bottom: 3px solid #024287;
	padding: 30px 0px 0px 0px;
	margin-right: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.main_side a:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.main_side h2 {
	box-sizing: border-box;
	padding-bottom: 20px;
	font-size: 18px;

}

.main_side .circle {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0095DC;
	margin-right: 5px;
}

.manual_small_title {
	margin: 0px;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #0095dc;
	display: inline-block;
    cursor: pointer;
}

.manual_small_title:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}



.main_side .use {
	font-size: 14px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #0095dc;
}

.side_manual {
	font-size: 18px;
    box-sizing: border-box;
    border-top: 1px solid #024287;
    border-bottom: 1px solid #024287;
    padding-bottom: 15px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 20px;
}

.main_side .title {
	box-sizing: border-box;
	font-size: 18px;
	margin-bottom: 10px;
	cursor: pointer;
	display: inline-block;
}

.main_side .title:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.side_question {
	margin-bottom: 0px;
}

.side_question_big {
	/*margin-bottom: 20px;*/
}

.side_question .q_title {
	box-sizing: border-box;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
}

.side_manual .c_middle {
	margin: 0px;
	font-size: 14px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #0095dc;
}

.side_manual .manual_small_text {
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 55px;
	margin-top: 5px;
	display: none;
	margin-bottom: 15px;
}

.side_manual .question_small_text {
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 30px;
	display: none;
}

.side_question_title {
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
	margin-bottom: 10px;
}

.side_question_title:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.side_question_big_title {
	margin: 0px;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #0095dc;
	display: inline-block;
	cursor: pointer;
}

.side_question_big_title:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.side_question_big .side_question_middle:last-child {
	margin-bottom: 20px;
}

.side_question_middle_title {
	font-size: 14px;
    box-sizing: border-box;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
	margin-top: 5px;
}

.side_question_middle_title:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.side_question_small_text {
	font-size: 12px;
    box-sizing: border-box;
    padding-left: 55px;
    margin-top: 5px;
    margin-bottom: 10px;
	display: none;
}

.manual_small {
	/*margin-bottom: 20px;*/
}

.info_area {
	width: 640px;
}

.info_mainte {
	margin-bottom: 40px;
	
}

.info_titlearea {
	background-color:#EEEEEE;
	box-sizing: border-box;
	padding: 20px 40px;
	font-size: 18px;
}

.info_contentsarea {
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 20px 40px 20px 40px;
}

.info_contents {
	border-bottom: 1px dotted #000000; 
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.info_contents:last-child {
	border-bottom: unset; 
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.info_n_now, .info_m_now {
	font-weight: bold;
	padding-bottom: 10px;
	color: #000000;
}

.info_m_date {
	display: inline-block;
	margin-right: 50px;
	color: #000000;

}

.info_m_text {
	display: inline-block;

}

.info_m_title {
	display: inline-block;
	border-bottom: 1px solid #0095DC;
}

.info_m_title:hover{
	border-bottom: 1px solid #FFFFFF;
	opacity: 0.7;
	transition: all 300ms 0s ease;
}


.info_newmark {
    color: #ff0000;
    font-weight: bold;
    padding: 3px 5px;
    display: inline-block;
}


.info_m_text a:hover {
	border-bottom: 2px solid #FFFFFF;
}


.info_n_date {
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000000;
}

.info_n_titlearea {
	margin-bottom: 20px;
}

.info_n_title {
	border-bottom: 1px solid #0095DC;
}

.info_n_title:hover{
	border-bottom: 1px solid #FFFFFF;
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.info_n_title a:hover {
	border-bottom: 2px solid #FFFFFF;
}

.info_n_date span {
	background-color: #6d85a5;
	color: #FFFFFF;
    padding: 3px;
    margin-left: 10px;
}

.info_title {
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
    padding: 10px 0px;
}

.info_detail_next {
	background-color: #FFFFFF;
	padding: 10px 15px 10px 20px;
    display: flex;
    align-items: center;
}

.info_flexbox a:hover {
	opacity: 0.7;
	transition: all 300ms 0s ease;
}

.info_detail_next img {
	margin-left: 10px;
}

.pager {
	margin-top: 75px;
	margin-bottom: 100px;
	font-size: 24px;
	color: #0095dc;
}

.pager ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pager ul li {
	margin-left: 12px;
	margin-right:12px;

}

.pager_lt {
	border-top: 10px solid transparent;
	border-right: 20px solid #0095dc;
	border-bottom: 10px solid transparent;
}

.pager_rt {
	border-top: 10px solid transparent;
	border-left: 20px solid #0095dc;
	border-bottom: 10px solid transparent;
}

.pager ul li a {
	border-bottom: 1px solid;
}












footer {
    text-align: center;
    height: 40px;
    background-color: #FFFFFF;
    color: #6d85a5;
    border-top: 1px solid #6d85a5;
    line-height: 40px;
    font-size: 0.75em;
}

footer ul {
	display: flex;
	list-style: none;
	flex-direction: column;
}

footer ul li {
	margin : 0px 0px -15px 0px;
}

footer ul li a{
	text-decoration: none;
}

@media (max-width: 750px) {
	.smbr {
		display: block;
	}

	.category_bg h1 {
		font-size: 7vw;
		line-height: unset;
	}

	.category_bg, form_bg {
		height: unset;
	}

	.html_area {
		width: 100%;
		padding: 10px;
	}

	.bread {
		margin-top: 90px;
	}

	.top_area {
		width: 100%;
		padding: 10px 5px 10px 5px;
	}

	.top_img {
	    width: 30vw;
	    height: 30vw;
	}

	.top_img img {
	    width: 50%;
	}
	.top_img span {
		font-size: 4vw;
		margin-top: 0px;
	}

	#top_area {
		padding: 20px 0px;
		margin-top: 90px;
	}

	.manual_halfbox {
	    flex-wrap: wrap;
	}

	.manual_complement {
		width: 100%;
	    margin-left: 0px;
	}

	.form_bg h1 {
		font-size: 24px;
		line-height: unset;
	}

	.form_bg {
	    height: unset;
	    margin-top: 100px;
	}

	.siteform_area {
		padding: 10px;
		background-color: #EEEEEE;
		display: none;
		margin-left: -10px;
		margin-right: -10px;
	}

	.site_formarea_first {
		margin-left: -10px;
		margin-right: -10px;
	}

	.site_form_title {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
	}

	.form_site_caption {
		padding-left: 0px;
	}

}



@media (max-width: 650px) {



	.info_area {
		width: 100%;
	}

	.main_side { 
		width: 100%;
	}

	.info_flexbox {
		display: block;
	}

	.flex_between {
		display: block;	
	}

	.info_detail_next {
    	padding: 3px;
		width: 120px;
	}

	.info_n_date span {
	    margin-left: 0px;
	    display: inline-block;
	    margin-top: 5px;
	}

	header {
		padding: 5px;
		height: auto;
	}
	
	header .login {
	    padding-right: 5px;

	}

	header .logo span {
		font-size: 3vw;
	}

	.mainarea {
		flex-flow: column-reverse nowrap;
	}

	.help_inputtext {
		width: 80%;
	    font-size: 20px;
	    height: 50px;
	}

	.form_inputtext {
		width: 80%;
	    font-size: 20px;
	    height: 50px;
	}

	.help_inputtextarea, .form_site_inputtextarea {
		width: 100%;
	}

	header .logo {
		display: block;
		padding-right: 10px;
	}

	.info_title {
		vertical-align: middle;
		display: inline-block;
		font-size: 5vw;
	    padding: 10px 0px;
	}
}

@media (max-width: 450px) {
	header .login {
	    padding-right: 5px;
		font-size: 4vw;
	}
}
