@charset "utf-8";
/*
Theme Name: company
Theme URI: http://sphere-links.co.jp/
Description: company
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: company
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul,ol {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}

/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
	font-size:62.5%;
	margin-top: 0!important;
}
body {
    font-size: 1.6rem;
    line-height: normal;
    color: #666;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*全体のフォントサイズを指定*/
a{
	color: #1b7db6;
	text-decoration: none;
	transition: 0.5s;
}
a:hover{
	color: #002f51;
}
a:hover img{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
.clearfix:after{
    display: table;
    clear: both;
    content: "";
}
div{
	box-sizing: border-box;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
header {
    background: none;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
	background: url(images/bk.jpg) repeat left top;
}
.header_top {
    display: flex;
    justify-content: space-between;
    background: #2d4052;
    padding: 10px 0;
	color: #fff;
}
.header_top .contents_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1220px;
}
.header_btn{
    display: flex;
    flex-wrap: wrap;
}
.header_btn li{
    margin-right: 15px;
}
.header_btn .tel{
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    color:#589BD9;
    font-size: 1rem;
    padding: 5px 15px;
}
.c_nav .header_btn .tel{
    border: 1px solid #589BD9;
    box-sizing: border-box;
}
.header_btn .tel p{
    margin-bottom: 0;
}
.header_btn .tel span{
    font-size: 1.2rem;
}
.header_btn .mail {
    background: #28B4FF;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    padding: 5px 15px;
    text-align: center;
}
.header_btn .mail img {
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.header_btn .mail p{
    margin-bottom: 0;
}
.header_btn .mail a {
    color: #fff!important;
}
.logo {
    font-size: 3rem;
    font-weight: normal;
    max-width: 310px;
}
.logo h1,
.logo span.c-logo {
    display: inline-block;
    max-width: 270px;
}
.header_box {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    align-items: center;
}
.header_box > .flex {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 98%;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}
.header_box .flex p img{
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
    .header_box {
        width: 100%;
    }
}

/*ナビ*/
#g_nav {
    max-width: 100%;
    width: 45%;
}
#g_nav .nav_box{
    display: flex;
}
#g_nav .header_btn{
    display: none;
}
.right_box p {
    font-size: 1.1rem;
    margin-bottom: 0;
}
#g_nav ul.btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c_nav_h1{
    background: #2d4052;
    color: #fff;
    padding: 6px 0;
}
.c_nav_h1 p {
    max-width: 1220px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
    margin: 0 auto;
    font-weight: bold;
}
.clone_nav{
	width: 100%;
}
.clone_nav .c_nav_h1{
    display: none;
}
#g_nav .clone_nav {
    width: 100%;
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
}
#g_nav ul, .c_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#g_nav .nav_box ul li, .c_nav .nav_box ul li {
    /* float: left; */
    position: relative;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 20px;
}
#g_nav ul li:last-child,.c_nav ul li:last-child{
	padding: 0 0px 0px 20p
}
#g_nav ul.dropdown,.c_nav ul.dropdown{
    display: none;
    position: absolute;
    padding: 0;
    width: 100%;
    z-index: 1;
}
#g_nav ul.dropdown li, .c_nav ul.dropdown li {
    width: 100%;
    margin-bottom: 0;
    border: none;
    text-shadow: none;
    padding-left: 0;
    background: #128dd7;
    padding: 0;
    border-bottom: 1px solid #fff;
}
#g_nav ul.dropdown li a, .c_nav ul.dropdown li a{
    color: #fff;
    font-size: 1.2rem;
}
#g_nav ul li a, .c_nav ul li a, #g_nav ul li span, .c_nav ul li span {
    display: inline;
    color: #002f51;
    box-sizing: border-box;
    font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.1em;
	position: relative;
}

@media screen and (max-width: 1600px){
    #g_nav {
        width: 60%;
    }
}

@media screen and (max-width: 1400px){
    #g_nav {
        width: 70%;
    }
}

@media screen and (max-width: 1000px){
    #g_nav ul li a{
        font-size: 12px;
    }
    .c_nav #g_nav .nav_box ul li a, .c_nav #g_nav ul.header_btn li a{
        font-size: 10px!important;
    }
}

#g_nav li a:hover, .c_nav li a:hover,#g_nav ul li span:hover, .c_nav ul li span:hover {
    color: #1b7db6;
}
#g_nav ul.dropdown a, .c_nav ul.dropdown a {
    height: 30px;
    padding: 6px 0 0px;
}
#sp_g_nav{
    display: none;
}

/*ナビクローン用*/
.c_nav #g_nav .header_btn {
    display: flex;
    flex-basis: 36%;
}
.c_nav {
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 4000;
    transition: top 0.25s;
    height: 90px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    background: url(images/bk.jpg) repeat left top;
}
.c_nav #g_nav .nav_box ul li {
    font-size: 1.4rem;
    padding: 0px 20px 0;
}
.c_nav .nav_box {
    max-width: 1320px;
    margin: 0;
    flex-basis: 80%;
}
.c_nav .header_box {
    margin: 20px 0 auto;
}

@media screen and (max-width:768px){
	.c_nav {
		display: none;
	}
    .header_top {
        display: none;
    }
}

.visible {
    top: 0;
}

@media screen and (min-width:769px){
    .menu-trigger,
    .menu-trigger span{
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor :pointer;
    }
    .menu-trigger span{
        position: absolute;
        background: #1E4460;
        width: 30px;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span:nth-of-type(1){
        top: 12px;
    }
    .menu-trigger span:nth-of-type(2){
        top: 0;
        bottom: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 12px;
    }
    .menu-trigger.active{
        background: none;
    }
    .menu-trigger.active span:nth-of-type(1){
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
        background: #1E4460;
    }
    .menu-trigger.active span:nth-of-type(2){
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
        background: #1E4460;
        width: 30px;
        right: 0;
    }
    .menu-trigger {
        z-index: 10000;
        position: absolute;
        width: 45px;
        height: 45px;
        background: none;
        top: -11px;
        right: 10px;
        background: #E4ECEF;
    }
    .c_nav .menu-trigger {
        right: -40px;
    }
    .sp_nav {
        max-width: 100%;
        margin: 0 auto;
        flex-basis: 80%;
        display: none;
        position: absolute;
        top: -20px;
        right: -55px;
        width: 100%;
        max-width: 560px;
        height: auto;
        z-index: 10;
        background: rgb(255 255 255 / 80%);
        padding-top: 60px;
        padding-bottom: 80px;
        z-index: 300;
    }
    .sp_nav ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        color: #fff;
        width: 90%;
        box-sizing: border-box;
    }
    .sp_nav ul li {
        float: none;
        position: relative;
        margin: 0;
        width: 100%;
        margin-right: 0;
        background-color: none;
        display: block;
        box-sizing: border-box;
        text-align: left;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        border-bottom: 1px solid #000;
    }
    .sp_nav ul.dropdown{
        display: none;
        position: absolute;
        padding: 0;
        width: 100%;
        z-index: 10;
    }
    .sp_nav ul.dropdown li{
        width: 100%;
        margin-bottom: 0;
    }
    .sp_nav ul li a {
        display: block;
        color: #000;
        box-sizing: border-box;
        padding: 10px 5px 10px 25px;
        position: relative;
        font-size: 1.4rem;
    }
    .sp_nav ul li:last-child a{
        border-right: none;
    }
    .sp_nav .nav_box > ul > li:first-child{
        padding-bottom: 35px;
    }
    .sp_nav ul li:first-child a{
        padding: 0;
        padding-bottom: 10px;
        padding-left: 25px;
    }
    .sp_nav ul li:first-child .submenu li{
        border-bottom: none;
    }
    .sp_nav ul li:first-child .submenu a{
        padding: 0;
        border-bottom: none;
    }
    .sp_nav li a:hover,.c_nav li a:hover{
        opacity: 0.8;
    }
    .sp_nav ul li:last-child a:hover{
        opacity: 0.8;
    }
    .sp_nav ul li.home{
        display: none;
    }
}

@media screen and (max-width: 1200px){
    .c_nav .menu-trigger {
        right: 10px;
    }
    .sp_nav{
        right: 0;
    }
}

@media screen and (max-width: 768px){
	.clone_nav{
		display: none;
	}
	header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 20;
		border-top: none;
		padding: 0;
	}
	#sp_g_nav{
		display: block;
		z-index: 20;
		width: 100%;
	}
	#g_nav{
		display: none;
	}
	.sp_logo {
		position: absolute;
		top: 10px;
		left: 10px;
		text-align: left;
		width: 212px;
	}
    .sp_logo img {
        width: 100%;
        width: 212px;
    }
	.lg_m {
		text-align: right;
		height: 60px;
		background: url(images/bk.jpg) repeat left top;
	}
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor :pointer;
	}
    .menu-trigger {
        position: relative;
        width: 60px;
        height: 60px;
        z-index: 2;
    }
	.menu-trigger span{
        position: absolute;
        background: #002f51;
        width: 30px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
	}
    .menu-trigger span:nth-of-type(1) {
        top: 22px;
    }
	.menu-trigger span:nth-of-type(2){
        top: 0;
        bottom: 0;
	}
    .menu-trigger span:nth-of-type(3) {
        bottom: 22px;
    }
	.menu-trigger.active span:nth-of-type(1){
        -webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
		top: 15px;
	}
	.menu-trigger.active span:nth-of-type(2){
        opacity: 0;
	}
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
        bottom: 19px;
    }
	/*メニューの動き END*/
    #sp_g_nav .sp_nav ul {
        background-color: #10305a;
        opacity: 0.9;
        display: block;
        padding-bottom: 0;
    }
	#sp_g_nav .sp_nav ul.dropdown{
		border-top: 1px solid #fff;
	}
	#sp_g_nav .sp_nav ul.dropdown{
		background: #dedfe7;
	}
	.sp_nav{
        display: none;
        position: absolute;
        top: 60px;
        width: 100%;
        z-index: 3;
        height: calc( 100vh - 60px );
	}
	#sp_g_nav .sp_nav li{
		text-align:center;
		width: 100%;
		border-bottom: dotted 1px #fff;
		position: relative;
	}
	#sp_g_nav .sp_nav li span.arrow_icon {
		top: 18px;
		right: 26px;
		width: 15px;
		height: 15px;
		content: "";
		background: url(images/sp_arrow.png) no-repeat center top;
		position: absolute;
	}
	#sp_g_nav .sp_nav li a {
        display: block;
        padding: 10px 5px;
        color: #fff;
        font-size: 1.4rem;
    }
	.sp_nav div{
		display: flex;
		justify-content: center;
		background-color: #e6e6e6;
		opacity: 0.9;
		width: 100%;
	}
	.sp_nav span.txt_en{
		display: none;
	}
}

/*トップ-コンテンツ*/
a:hover{
    opacity: 0.8;
}
.mainimage {
    background: url("images/ttl_bg.png") no-repeat center center;
    position: relative;
    background-size: cover;
	height: 235px;
	padding-top: 90px;
	box-sizing: border-box;
	text-align: center;
}
.main_txt {
    font-size: 3.4rem;
    color: #002f51;
    font-weight: bold;
    letter-spacing: 0.1em;
}
h2.search_h2 span {
    background: url(images/icon_search.png) no-repeat left top 3px;
    background-size: 24px auto;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}
.flex.search_flex,.flex.cat_flex{
    margin-bottom: 30px;
    vertical-align: middle;
    align-items: center;
}
.flex.search_flex .txt,.flex.cat_flex .txt{
	flex-basis: 80%;
	position: relative;
}
.flex.search_flex h3,.flex.cat_flex h3{
	font-size: 1.5rem;
	color: #898989;
	flex-basis: 15%;
}
.flex.search_flex input {
    font-size: 1.5rem;
    color: #898989;
    border: none;
    font-weight: bold;
    height: 50px;
    padding: 0px 30px 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 100vh;
}
.flex.search_flex button {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    padding: 0;
    z-index: 10;
    cursor: pointer;
}
.flex.cat_flex ul.cat{
	display: flex;
	flex-wrap: wrap;
}
.flex.cat_flex ul.cat li{
	margin-right: 20px;
	margin-bottom: 10px;
}
.flex.cat_flex ul.cat li a{
	color: #fff;
	background: #1b7db6;
	padding: 10px 20px;
	border-radius: 100vh;
	display: block;
	font-weight: bold;
}
h2.tag_h2 span {
    background: url(images/icon_tag.png) no-repeat left top 4px;
    background-size: 24px auto;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}
.top_main .tag_box{
	margin-bottom: 60px;
}
ul.tag{
	display: flex;
	flex-wrap: wrap;
	z-index: 10;
	position: relative;
}
.top_main .tag_box ul.tag{
	justify-content: center;
}
ul.tag li{
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.tag li a {
    color: #768fa2;
    padding: 3px 15px;
    border-radius: 100vh;
    display: block;
    border: 2px solid #768fa2;
    box-sizing: border-box;
    font-size: 1.3rem;
}
ul.tag li a:hover{
	background: #768fa2;
	color: #fff;
}
h2.dot {
    text-align: left;
    display: flex;
    align-items: center;
    background: url(images/icon1.png) no-repeat left top;
    background-size: 40px auto;
    padding: 4px 0 8px 60px;
    box-sizing: border-box;
    letter-spacing: 0.15em;
}
h2.dot:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background: url("images/dot_line.png") repeat-x left center;
	background-size: auto 3px;
}
h2.dot:after {
    margin-left: 30px;
}
.osusume_list .flex{
	margin-bottom: 100px;
}
span.cat {
    background: #1b7db6;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 10px;
	text-align: left;
}
span.cat.cat_new{
	background: #002f51;
}
.txt_top span.cat:last-of-type{
	margin-right: 0;
}
.txt_top{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	position: absolute;
    right: 0;
    top: 0;
}
.flex.article_flex {
    max-width: 1100px;
    margin: 0 auto 60px;
    background: #fff;
    padding: 40px 30px 10px;
    position: relative;
}
.flex.article_flex a.link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex.article_flex a.link:hover{
	background: rgba(255,255,255,0.2);
}
.flex.article_flex a.link span{
	display: none;
}
.flex.article_flex .img {
    max-width: 240px;
    flex-basis: 23%;
}
.flex.article_flex .img img{
	object-fit: contain;
}
.flex.article_flex  > .txt {
    flex-basis: 74%;
}
.article_flex h3,.article_column3 h3{
    font-size: 2rem;
    color: #002f51;
    border-bottom: 1px solid #002f51;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
	text-align: left;
}
.article_flex h3:before,.article_column3 h3:before{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #002f51;
    border-bottom: 1px solid #002f51;
    transform: translate(-50%, -50%) rotate(315deg);
    background: #fff;
}
.article_flex h3:after,.article_column3 h3:after{
    content: '';
    position: absolute;
    bottom: -4px;
    right: -8px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #002f51;
    transform: translate(-50%, -50%) rotate(35deg);
}
.flex.article_flex p.p1,.flex.article_column3 p.p1{
	font-size: 1.4rem;
	color: #898989;
	margin-bottom: 10px;
}
.contents_box p.more_link{
	margin-bottom: 60px;
}
.more_link a {
    text-align: left;
    display: flex;
    align-items: center;
    background: url(images/icon_more.png) no-repeat right top 7px;
    background-size: 22px auto;
    padding: 4px 30px 8px 0px;
    box-sizing: border-box;
    letter-spacing: 0.2em;
	font-weight: bold;
}
.more_link a:before {
    content: "";
    height: 3px;
    flex-grow: 1;
    background: url("images/dot_line.png") repeat-x left center;
	background-size: auto 3px;
	margin-right: 30px;
}
.dl_box{
	margin-bottom: 90px;
}
.dl_box .flex{
	display: flex;
	background: #002f51;
	border-radius: 100vh;
}
.dl_box .flex > .img {
    flex-basis: 44%;
}
.dl_box .flex > .img img{
    border-radius: 100vh 0 0 100vh;
}
.dl_box .flex > .txt {
    flex-basis: 52%;
    padding-top: 40px;
    box-sizing: border-box;
}
.dl_box .flex .dl_txt {
    font-size: 2rem;
    color: #fff;
    background: url(images/icon_dl.png) no-repeat left top 8px;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    background-size: 21px auto;
	font-weight: bold;
}
.dl_box .flex .file_txt {
    font-size: 1.6rem;
    color: #898989;
    background: url(images/icon_file.png) no-repeat left top 8px;
    padding: 2px 0 2px 25px;
    box-sizing: border-box;
    background-size: 18px auto;
    margin-bottom: 5px;
}
.dl_box .link_btn {
    margin-top: 15px;
}
.link_btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
	max-width: 295px;
}
.link_btn a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #1b7db6;
    box-sizing: border-box;
    border-radius: 10px;
    letter-spacing: 0.15em;
}
.rank_list{
	margin-bottom: 80px;
}
.rank_list h2.dot{
    background: url(images/icon3.png) no-repeat left top;
    background-size: 51px auto;
}
.flex.article_column3 li {
    max-width: 366px;
}
.flex.article_column3 .img{
	max-width: 240px;
	margin: 0 auto;
}
.flex.article_column3 .img img{
	object-fit: contain;
}
.flex.article_column3 p.p1{
	text-align:left;
}
.rank_list .flex.article_column3 li{
	position: relative;
}
.flex.article_column3 > li {
    background: #fff;
    padding: 50px 30px 20px;
    box-sizing: border-box;
	position: relative;
}
.flex.article_column3 > li a.link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex.article_column3 > li a.link span{
	display: none;
}
.flex.article_column3 > li a.link:hover{
	background: rgba(255,255,255,0.2);
}
.rank_list .flex.article_column3 li .num {
    position: absolute;
    top: -25px;
    left: 20px;
    font-size: 6rem;
    color: #002f51;
    line-height: 6rem;
    margin-bottom: 0;
    font-weight: bold;
}
.flex.article_column3 li .txt_top{
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 65px;
}
.pagetop {
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
	background: rgba(255, 255, 255, 0.7);
	padding:20px 10px;
	box-sizing: border-box;
	z-index:100;
}
.sp{
	display: none;
}
.sp_pagetop{
	display: none;
}

@media screen and (max-width: 768px){
	body {
		font-size: 1.4rem;
	}
	.sp{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
    .mainimage {
        margin-top: 60px;
        background: url(images/ttl_bg_sp.png) no-repeat center top;
        background-size: cover;
        padding-bottom: 15px;
		padding-top: 98px;
    }
	.main_txt {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
	h2 {
    font-size: 1.8rem;
	margin-bottom: 20px;
	}
	.flex.search_flex h3, .flex.cat_flex h3{
		text-align: center;
		margin-bottom: 20px;
	}
	.flex.cat_flex ul.cat li {
    margin: 0 auto 10px;
	}
	.top_main .tag_box {
    margin-bottom: 40px;
	}
	.dl_box .flex {
    display: block;
    border-radius: 0;
	}
    .dl_box .flex > .txt {
        padding: 40px 30px;
        box-sizing: border-box;
    }
	.dl_box .flex .file_txt {
    padding: 2px 0 2px 35px;
	}
	.dl_box .flex > .img{
		margin-bottom: 0;
	}
	.dl_box .flex > .img img {
    border-radius: 0;
	}
	.dl_box {
        margin: 0 calc(50% - 50vw) 50px;
        width: 100vw;
	}
	.rank_list {
        margin-bottom: 60px;
	}
	.flex.column3.article_column3 > li {
        margin: 0 auto 30px!important;
		padding: 30px 25px 15px;
	}
	.flex.article_flex {
        margin: 0 auto 20px;
        padding: 30px 25px 15px;
        max-width: 366px;
    }
	h2.dot {
        font-size: 1.8rem;
	}
    .article_flex h3, .article_column3 h3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
	.flex.article_flex p.p1, .flex.article_column3 p.p1 {
        font-size: 1.2rem;
        color: #898989;
        margin-bottom: 10px;
    }
    .pagetop {
        width: 40px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        background: rgba(255, 255, 255, 0.7);
        padding: 15px 8px;
        box-sizing: border-box;
        z-index: 100;
    }
}

.contents_box {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.contents_box p {
    margin-bottom: 20px;
    line-height: 1.8;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.img_r{
	flex-direction: row-reverse;
}
.flex.column2 > div,.flex.column2 > li{
	flex-basis: 49%;
}
.flex.column3 > div,.flex.column3 > li{
	flex-basis: 32%;
}
.flex.column3 > li{
    margin-bottom: 20px;
    text-align: center;
	position: relative;
}
.flex.column4 > div,.flex.column4 > li{
	flex-basis: 23%;
}
.flex > .img{
	flex-basis: 40%;
	text-align: center;
	align-items: center;
}
.flex > .txt{
	flex-basis: 58%;
}
p.catch {
    font-size: 26px;
    margin-bottom: 40px!important;
    text-align: center;
    font-weight: bold;
}
h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    box-sizing: border-box;
    color: #002f51;
    position: relative;
    text-align: center;
	letter-spacing: 0.1em;
}
.under_h2 h2{
	font-size: 2.4rem;
}
.under_h1 h1.c-header__h1{
	font-size: 2.4rem;
    margin-bottom: 40px;
    box-sizing: border-box;
    color: #002f51;
    position: relative;
    text-align: center;
	letter-spacing: 0.1em;
}
h4 {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding: 0px 0 5px 15px;
    box-sizing: border-box;
}
table{
	width: 100%;
	margin-bottom: 20px;
}
table.table1 th{
	width: 25%;
	color: #898989;
	border-bottom: solid 1px #768fa2;
	padding: 8px 5px;
	text-align: left;
}
table.table1 td{
	border-bottom: solid 1px #768fa2;
	text-align: left;
	padding: 8px 5px;
	vertical-align: middle;
	color: #898989;
}
table.table2 td, table.table2 th {
    border-bottom: 1px solid #768fa2;
    border-right: 1px dotted #768fa2;
    padding: 8px 5px;
    line-height: 1.6;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    color: #898989;
    letter-spacing: -0.05em;
}
table.table2 th {
	background:#c1dceb;
	color: #002f51;
	font-weight:normal;
	white-space: nowrap;
}
table.table2 thead th{
	background: #002f51;
	color: #fff;
	white-space: nowrap;
}
table.table2 tr td:last-child{
	border-right: none;
}
.blog_contents table{
	width: 100%;
	margin-bottom: 20px;
}
.blog_contents table td,
.blog_contents  table th {
    border-bottom: 1px solid #768fa2;
    border-right: 1px dotted #768fa2;
    padding: 8px 5px;
    line-height: 1.6;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    color: #898989;
    letter-spacing: -0.05em;
}
.blog_contents table th {
	background:#c1dceb;
	color: #002f51;
	font-weight:normal;
	white-space: nowrap;
}
.blog_contents table thead th{
	background: #002f51;
	color: #fff;
	white-space: nowrap;
}
.blog_contents table tr td:last-child{
	border-right: none;
}

@media screen and (max-width: 600px){
    table.table2.case_table th, table.table2.case_table td {
        font-size: 11px;
        padding: 3px 5px;
    }
    table.table2 th {
        white-space: normal;
    }
    table.table2 thead th{
        white-space: normal;
    }
    .blog_contents table th {
        white-space: normal;
    }
    .blog_contents table thead th{
        white-space: normal;
    }
}

span[id]:not([href]){
    margin-top:-100px;
    padding-top:100px;
	vertical-align: top;
	width: 0;
	height: 0;
}
.center{
	text-align: center;
}
br.sp{
    display: none;
}
#main {
    margin: 0 auto;
    box-sizing: border-box;
    background: url(images/bk.jpg) repeat left top;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px){
    br.sp{
        display: inline;
    }
    #main {
        display: block;
        padding-top: 80px;
    }
    #contents {
        width: 100%;
        max-width: 100%;
    }
    .flex{
        display: block;
    }
    .inq_btn a {
        font-size: 25px;
        max-width: 480px;
        margin: 0 auto;
        padding: 20px 5px 20px;
    }
    .flex > .img {
        margin: 0 auto;
    }
    span[id]:not([href]){
        margin-top:-60px;
        padding-top:60px;
    }
    .contents_box {
        padding: 0 20px;
    }
    h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .under_h2 h2{
        font-size: 1.8rem;
    }
    .under_h1 h1.c-header__h1{
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px){
    table.table2 td, table.table2 th {
        padding: 5px;
        font-size: 12px;
    }
    table.table1 th,table.table1 td{
        font-size: 12px;
    }
}

/* フッター */
footer {
    padding-top: 0;
	background: #002f51;
	padding: 30px 0;
	text-align: center;
}
.footer_nav1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 25px;
}
.footer_nav1 li{
	padding: 0 10px;
}
.footer_nav1 li a{
	color: #fff;
	font-size: 1.4rem;
}
.footer_nav2 {
    display: flex;
    justify-content: center;
    margin: 0 auto 25px;
    flex-wrap: wrap;
}
.footer_nav2 li {
    padding: 0 15px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    line-height: 0.8;
    align-items: center;
}
.footer_nav2 li:last-child{
    border-right: none;
}
.footer_nav2 li a{
	color: #fff;
	font-size: 1.2rem;
}
footer .copy {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
}
footer .copy p{
    margin-bottom: 0;
}

@media screen and (max-width: 768px){
	.footer_nav1{
		margin-bottom: 18px;
	}
	.footer_nav2 {
    margin-bottom: 18px;
	}
	footer .copy p {
    font-size: 1rem;
	}
}

/* 下層 */
strong{
    font-weight:bold;
	color:#002f51;
	background: linear-gradient(transparent 70%, #add0e5 70%);
}
.small_img{
	max-width:300px;
	width:80%;
	margin:0 auto 30px;
	display: block;
	text-align:center;
}
header.under_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: none;
}
header.under_header #g_nav ul li a, header.under_header #g_nav ul li span{
	color: #fff;
}
header.under_header .cnav_logo{
	display: none;
}
.single .c_nav .cnav_logo{
	display: block;
}
.single .c_nav .under_logo{
	display: none;
}
.under_main{
	background: url("images/main_bg.png") no-repeat center top;
	height: 580px;
	box-sizing: border-box;
	background-size: cover;
	position: relative;
}
.under_main .main_ttl_box_top {
    position: absolute;
    left: 30px;
    top: 120px;
}
.under_main .main_ttl_box_top ul{
	display: flex;
}
.under_main .main_ttl_box_top ul li{
	color:#92a2b4;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	font-weight: bold;
}
.under_main .main_ttl_box_top ul li a{
	color: #92a2b4;
	font-size: 1.3rem;
	font-weight: bold;

}
.under_main .main_ttl_box_top ul li.ttl{
	color: #fff;
}
.under_main .main_ttl_box{
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.main_ttl_box h2,
.main_ttl_box h1.c-ttl {
    font-size: 2.6rem;
    margin-bottom: 10px;
    text-align: left;
    box-sizing: border-box;
    color: #002f51;
    position: relative;
    letter-spacing: 0.1em;
}
.main_ttl_box .day{
	font-size: 1.3rem;
	color: #002f51;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
.under_contents #toc_container {
    max-width: 767px;
    margin: 0 auto 60px;
    position: relative;
    padding: 40px 95px;
    box-sizing: border-box;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
.under_contents #toc_container:before{
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	border-top: 5px solid #002f51;
	border-left: 5px solid #002f51;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.under_contents #toc_container:after{
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	border-bottom: 5px solid #002f51;
	border-right: 5px solid #002f51;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
}
.under_contents #toc_container p.toc_title{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.7rem;
	color: #002f51;
}
.under_contents #toc_container ul li{
	margin-bottom: 15px;
}
.under_contents #toc_container ul ul {
    margin-left: 0;
}
.under_contents #toc_container ul.toc_list li a {
    color: #002f51;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.under_contents #toc_container ul.toc_list li ul li a{
	color: #768fa2;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	padding-left: 18px;
}
.under_contents #toc_container ul.toc_list li ul li a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    background: #768fa2;
    left: 0;
    top: 13px;
}
.under_contents #toc_container ul li:last-child{
	margin-bottom: 0;
}
.under_contents .blog_contents section{
	background: #fff;
	padding: 50px 60px;
	box-sizing: border-box;
	border-top: 5px solid #002f51;
	margin-bottom: 60px;
}
.under_contents .blog_contents .mb0{
	margin-bottom: 0!important;
}
.under_contents .blog_contents section h3,
.under_contents .blog_contents section h2.c-header__h2 {
    font-size: 2.6rem;
    color: #fff;
    background: #002f51;
    display: table;
    padding: 2px 5px;
    margin: 0 auto 35px;
	text-align: center;
    letter-spacing: 0;
}
.under_contents .blog_contents section p{
	margin: 0 auto 40px;
	color: #898989;
}
.under_contents .blog_contents p.img{
	max-width: 100%;
	font-size: 1.4rem;
	color: #768fa2;
}
.under_contents .blog_contents p.img img{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.under_contents .blog_contents section h4,
.under_contents .blog_contents section h3.c-header__h3 {
	font-size: 2.2rem;
	color: #002f51;
	border: none;
	padding: 0;
	margin:0 0 20px;
    background: none;
}
.under_contents .blog_contents section h5,
.under_contents .blog_contents section h4.c-header__h4{
	font-size: 2rem;
	color: #1b7db6;
	padding: 0;
	margin:0 0 10px;
}
.under_contents .blog_contents .border_box{
	border: 1px solid #768fa2;
	box-sizing: border-box;
	padding: 40px 50px 1px 50px;
	margin-bottom: 40px;
}
.under_contents .blog_contents dl.text_list dt,
.under_contents .blog_contents ul.text_list li.text_list__head {
    font-size: 1.6rem;
    color: #002f51;
    margin-bottom: 8px;
    font-weight: bold;
}
.under_contents .blog_contents dl.text_list dd,
.under_contents .blog_contents ul.text_list li.text_list__content {
    color: #898989;
    font-size: 1.4rem;
    margin-bottom:20px;
    line-height: 1.6;
}
.under_contents .blog_contents dl.text_list dd:last-of-type,
.under_contents .blog_contents ul.text_list li.text_list__content:last-of-type{
	margin-bottom: 40px;
}
.under_contents .blog_contents .bg_box{
	background: #e6f1f7;
	padding: 40px 50px 1px 50px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.company_box {
    border: 2px solid #002f51;
    padding: 30px 50px;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.company_box .flex > .img{
	max-width: 250px;
	min-width: 230px;
	flex-basis: 30%;
}
.company_box .flex > .img img{
	width: 200px;
	margin: 0 auto;
}
.company_box .flex > .txt {
    flex-basis: 62%;
}
.company_box .flex > .img .link_btn{
	margin-bottom: 0;
}
.company_box .flex > .img .link_btn a{
	font-size: 1.6rem;
	background: #002f51;
	border-radius: 100vh;
	margin-top: 25px;
	line-height: 155%;
}
.company_box h3{
	font-size: 2rem;
	margin-bottom: 20px;
	color: #002f51;
}
.company_box h3 .small{
	font-size: 1.4rem;
}
.company_box .flex > .txt p.p1{
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #898989;
}
.kanren_list{
	margin-bottom: 80px;
}
.kanren_list h2.dot{
    background: url(images/icon2.png) no-repeat left top 4px;
    background-size: 40px auto;
}
.osusume_list{
	margin-bottom: 80px;
}
.tag.tag_center {
    margin: 0 auto 30px;
    justify-content: center;
}
.ul_check{
    margin-bottom: 40px;
}
.ul_check li {
    position: relative;
    display: block;
    margin: 1em auto 1em auto;
    padding: 15px 10px 15px 30px;
    max-width: 100%;
    font-size: 16px;
    background: #eee;
    max-width: 600px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}
.ul_check li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #eee;
}
.ul_check span{
	padding-left:24px;
	position:relative;
}
.ul_check span:before,
.ul_check span:after{
	content:"";
	display:block;
	position:absolute;
}
.ul_check span:before{
	width:16px;
	height:16px;
	background:#ffffff;
    border:1px solid #000000;
	left:0;top:2px;
}
.ul_check span:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:6px;
	height:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}
ul.ul01{
    margin-bottom: 25px;
}
ul.ul01 li {
    padding: 0 0 5px 18px;
    position: relative;
	color: #898989;
}
ul.ul01 li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #002f51;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

@media screen and (max-width: 768px){
	header.under_header {
        position: fixed;
    }
	header.under_header.fixed_bg {
        background: #002f51;
    }
	.under_header .lg_m{
		background: none;
	}
	.under_header .menu-trigger span {
        background: #fff;
    }
    .under_main {
        background: url(images/main_bg.png) no-repeat center top;
        height: 400px;
        box-sizing: border-box;
        background-size: cover;
        margin-bottom: 0;
    }
	.under_main .main_ttl_box_top ul {
		flex-wrap: wrap;
	}
	.under_main .main_ttl_box_top {
        left: 20px;
	}
    .under_main .main_ttl_box {
        left: 20px;
        bottom: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
	.main_ttl_box h2,
    .main_ttl_box h1.c-ttl {
        font-size: 2rem;
        margin-bottom: 10px;
        text-align: left;
        box-sizing: border-box;
        color: #002f51;
        position: relative;
        letter-spacing: 0.1em;
	}
	.under_main .main_ttl_box_top {
        position: absolute;
        left: 20px;
        top: 75px;
    }
	.under_contents #toc_container {
        margin: 0 auto 40px;
        padding: 25px;
		display: block;
	}
	.under_contents #toc_container p.toc_title{
		text-align: center;
		margin-bottom: 15px;
	}
	.under_contents .blog_contents section {
        padding: 25px;
        margin-bottom: 40px;
    }
	.under_contents .blog_contents section h3,
    .under_contents .blog_contents section h2.c-header__h2 {
        font-size: 2rem;
        margin: 0 auto 20px;
        text-align: left;
		display: inline-block;
    }
	.under_contents .blog_contents section p {
        margin: 0 auto 20px;
    }
	.under_contents .blog_contents section h4,
    .under_contents .blog_contents section h3.c-header__h3 {
        font-size: 1.8rem;
        margin: 0px 0 15px;
    }
	.under_contents .blog_contents section h5,
    .under_contents .blog_contents section h4.c-header__h4{
        font-size: 1.7rem;
        margin: 0 0 10px;
    }
	.under_contents .blog_contents .border_box {
        padding: 20px 20px 1px 20px;
        margin-bottom: 30px;
    }
	.under_contents .blog_contents .bg_box {
        padding: 20px 20px 1px 20px;
        margin-bottom: 30px;
    }
	.company_box {
        padding: 25px;
        margin-bottom: 50px;
    }
	.under_contents #toc_container ul.toc_list li a {
        font-size: 1.6rem;
    }
	.under_contents #toc_container ul.toc_list li ul li a {
        font-size: 1.4rem;
    }
	.under_contents #toc_container ul.toc_list li ul li a:before {
        top: 10px;
    }
    .company_box .flex > .img .link_btn{
        margin-bottom: 20px;
    }
}

.about_tit{
	font-size: 3rem;
    font-weight: bold;
    margin: 0 auto 30px;
    color: #002f51;
    text-align: center;
    letter-spacing: 2px;
}
.about_p{
    margin: 0 auto 80px;
    text-align: center;
}
.about_tit2{
	font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 20px;
    color: #002f51;
    text-align: center;
    letter-spacing: 2px;
}
.br-pc{
display: block;
}
.br-sp{
display: none;
}

@media screen and (max-width: 768px){
    .about_tit{
        font-size: 2.5rem;
        margin: 0 auto 20px;
        line-height:160%;
    }
    .about_p{
        margin: 0 auto 50px;
        text-align: left;
    }
    .about_tit2{
        font-size: 1.8rem;
        margin: 0 auto 20px;
        line-height:160%;
    }
    .br-sp{
        display: block;
    }
    .br-pc{
        display: none;
    }
}

/* マニュアルのお問い合わせ */
.form_manual div.h1Wrapper {
    margin-top: 25px;
}
.form_manual table.formTable {
    margin: 40px auto 50px auto;
    border-top: 1px solid #dedede;
}
div.wpcf7-mail-sent-ok {
    display: none!important;
}
.form_manual table.formTable th, table.formTable td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.form_manual table.formTable tr {
    border-bottom: 1px dotted #666;
	padding: 0;
	display: flex;
    align-items: center;
}
.form_manual table.formTable th {
    text-align: left;
    font-weight: bold;
	color: #002f51;
    width: 250px;
    line-height: 1.5;
	padding-right: 15px;
    vertical-align: top;
    float:left;
}
.form_manual_hissu {
    display: inline-block;
	background-color: #ea5514;
    color:#fff;
    font-size:11px;
    font-weight: bold;
    width: 25px;
    padding:0px 2px;
    margin:5px;
    text-align:center;
}
.form_small {
    font-size: 11px;
    color: #ea5514;
    line-height:160%;
}
.form_zipcode {
    margin-bottom:10px;
}
.br-pc {
    display: block;
}
.form_manual table.formTable td {
    width:calc(100% - 265px);
}
.form_manual input[type=text] {
    width: 100%;
    box-sizing: border-box;
	margin-bottom: 10px;
}
.form_manual button, input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #002f51;
}
.form_manual span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.form_manual textarea {
    border-radius: 5px;
    border: 1px solid #002f51;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.form_manual .wpcf7-free-text {
    display: inline-block;
    margin-left: 10px;
    max-width: 200px!important;
    box-sizing: border-box!important;
}
.form_manual .wpcf7-form-control-wrap.tel input,
.form_manual .wpcf7-form-control-wrap.zip input{
	max-width: 200px;
	box-sizing: border-box;
}
.form_manual .conf_btn #to_next input {
    background: #0284c3;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 40px;
	font-size:1.7rem;
	letter-spacing:2px;
}
.form_manual .conf_btn #to_back input {
    background: #ff5172;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 20px;
	font-size:1.7rem;
	letter-spacing:2px;
}
.form_manual .conf_btn #to_send input {
    background: #0284c3;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 20px;
	font-size:1.7rem;
	letter-spacing:2px;
}
.form_manual .thanks_msg{
	margin-bottom: 20px;
}
.form_manual p{
margin-bottom: 0;
}
input::placeholder, textarea::placeholder {
    color:#B5B5B5
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 60px;
	gap: 25px;
	font-weight:bold;
	font-size:1.8rem;
}
.form_btn {
    background: #0284c3;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 20px;
	font-size:1.7rem;
	letter-spacing:2px;
	margin:0 auto;
	display: block;
	width: 200px;
	text-align: center;
	border-radius: 5px;
}
#to_next {
    margin: 0 auto;
    display: block;
    width: 137px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 auto;
	padding: 0;
	border: none!important;
	color: #ea5514!important;
	text-align:center!important;
	font-weight: bold!important;
	font-size:1.5rem;
}
.wpcf7-not-valid-tip {
	color: #ea5514!important;
	font-weight: bold!important;
	font-size:1.5rem!important;
    display: block!important;
}
#wpmem_login legend, #wpmem_reg legend {
    display:none;
}
#wpmem_login fieldset, #wpmem_reg fieldset {
    border: none;
    padding: 0;
    margin: 40px auto 0;
    display:block;
    max-width:800px;
}
#wpmem_login, #wpmem_reg {
    margin: 0 auto;
}
input {
    box-sizing: border-box;
}
#wpmem_login label, #wpmem_reg label {
    text-align: left;
    font-weight: bold;
    color: #002f51;
    padding-right: 15px;
}
#wpmem_login .button_div, #wpmem_reg .button_div {
    text-align: center!important;
}
.buttons {
    background: #0284c3;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 1.7rem;
    letter-spacing: 5px!important;
    margin: 0 auto;
}
#wpmem_reg .req-text {
    display:none;
}
.req {
color: #bd3500!important;
}

@media screen and (max-width: 768px){
    .br-pc {
        display: none;
    }
    .form_manual table.formTable td {
        width: 100vw;
    }
    .form_manual table.formTable th {
        width: 100%;
        padding-bottom: 0;
    }
    .form_manual table.formTable tr {
    display: block;
    }
}
