@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body { 
	padding: 0; 
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #171722;
} 
img{ 
	margin: 0; 
	padding: 0; 
	vertical-align: bottom; 
	height: auto; 
} 
h1,h2,h3,h4,h5,h6,p { 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
} 
.cl { 
	clear: both; 
} 
a {   
        color: inherit;
        text-decoration: none; 
} 
a:hover { 
      opacity:0.7; 
      filter: alpha(opacity=70); 
      -ms-filter: "alpha( opacity=70 )"; 
      -webkit-transition: 0.3s ease-in-out; 
      -moz-transition: 0.3s ease-in-out; 
      -o-transition: 0.3s ease-in-out; 
      transition: 0.3s ease-in-out; 
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pc_navi{
	display: block;
}
.sp_navi { 
    display: none; 
}

.only-pc{display: block;}
.only-sp{display: none;}

.contentWrapper {
    padding: 6.15%;
}
#head_logoinfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#head_logo {
    width: 320px;
    margin-left: 2.3%;
}

#head_logo img {
	width: 100%;

}
#head_contact {
    width: 520px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tel_open  {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
    vertical-align: top;
    text-align: right;
    margin-right: 3.07%;
}
#tel_open img {
    width: 16px;
    vertical-align: baseline;
    margin-right: 4px;
}

#head_open {
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
    color: #6d6d6d;
    text-align: right;
    margin-top: 4px;
}
#head_mailapp{
    display: flex;
}
#head_mailapp a {
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    align-items: center;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
}
#head_mailapp a img {
    width: 18px;
    margin-bottom: 8px;
}
#head_mailapp .head_order {
    background-image: -webkit-linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
}
#head_mailapp .head_order img {
    width: 14px;
}
.pc_navi nav{
	
}
.pc_navi nav ul {
	padding-top: 0; 
    padding-right: 3.07%; 
    padding-left: 3.07%; 
    padding-bottom: 0; 
    margin-top: 8px; 
    margin-right: auto; 
    margin-left: auto; 
    margin-bottom: 0; 
    display: flex; 
    list-style-type: none;
	max-width: 1120px;
}
.pc_navi nav ul li {
	background-image: url(../images/menu_border.svg);
	background-position: left center;
	background-size: 1px auto;
	background-repeat: no-repeat;
	width: 100%;
}
.pc_navi nav ul li:last-child { 
	background-image: url(../images/menu_border.svg) ,url(../images/menu_border.svg); 
    background-position: left center,right center; 
    background-size: 1px auto; 
    background-repeat: no-repeat; 
} 
.pc_navi nav ul li a {    
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 500; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    padding-top: 18px; 
    padding-bottom: 18px; 
    line-height: 1em; 
    letter-spacing: 1px; 
} 
#foot_riyoufaq_btn {
	display: flex;
}

#riyou_btn{
	width: 50%;	
}

#riyou_btn a{	
	color: #fff;
    font-size: 18px;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    padding: 8.46% 0;
    align-items: center;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(302deg,rgba(100,175,158,1.00) 0%,rgba(43,156,158,1.00) 100%);
    background-image: -moz-linear-gradient(302deg,rgba(100,175,158,1.00) 0%,rgba(43,156,158,1.00) 100%);
    background-image: -o-linear-gradient(302deg,rgba(100,175,158,1.00) 0%,rgba(43,156,158,1.00) 100%);
    background-image: linear-gradient(148deg,rgba(100,175,158,1.00) 0%,rgba(43,156,158,1.00) 100%);
}

#riyou_btn a img{
	width: 60px;
    margin-bottom: 16px;
}
#faq_btn{
	width: 50%;
}
#faq_btn a{	
	color: #fff;
    font-size: 18px;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    padding: 8.46% 0;
    align-items: center;
    justify-content: flex-end;
	background-image: -webkit-linear-gradient(270deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
}

#faq_btn a img{
	width: 60px;
    margin-bottom: 16px;
}

#foot_contact_text {
	margin-bottom: 4.61%;	
}



#foot_contact_ttl {	
}

#foot_contact_ttl p {	
	font-family: nitalago-ruika, sans-serif;    
    font-size: 30px;
	line-height: 2em;
	font-weight: 600;
	letter-spacing: .06em; 	
	padding-bottom: 8px;
}

#foot_contact_ttl p span {    
    background: linear-gradient(transparent 60%, #ffd201 0%);
    display: inline;   
}
#foot_contact_catch {
	font-size: 16px;
	line-height: 2em;
}

#page_title {
    background-color: #003f76;
    height: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagetitle {
	text-align: center;
	color:#ffffff;
	font-size: 25px;
	line-height: 1em;
	font-family: nitalago-ruika, sans-serif;
	font-weight: 500;
}
footer {
	border-top: 1px solid #f2f2f2;
}
#foot_contact {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6.15%;
	padding-right: 6.15%;
	padding-top: 6.15%;
	padding-bottom: 6.15%;
}
#foot_contact_text {
	text-align: center;
}



#foot_contact_catch {
	font-size: 16px;
	line-height: 2em;
	font-weight: 500;
}
#foot_contact_telmail {
	display: flex;
	justify-content: space-between;
}

#foot_tel_num {
	text-align: left;
	margin-right: 4.61%;
    min-width: 344px;
}
#foot_tel_num .tel_num {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	line-height: 1em;
	font-weight: 700;
	color: #c30d23;
	text-align: center;
	display: inline-block;
}

#foot_tel_num .tel_num a[href*="tel:"]{
	pointer-events: none;
	cursor: default;
	text-decoration: none;	
}


#foot_tel_num .tel_num span {
	color: #171722;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	display: block;
	font-weight: 500;
}
#foot_tel_num .tel_num img {
	width: 22px;
	vertical-align: baseline;
}
#foot_mailapp_each{
	display: flex;
	width: 65%;
}
#foot_mailapp_each a {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 16px;
	align-items: center;
	justify-content: center;
	background-image: -webkit-linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(29,74,142,1.00) 0%,rgba(0,63,118,1.00) 100%);
	margin-right: 16px;
	width: 50%;
}

#foot_mailapp_each a:last-child{
		margin-right: 0;
	}
#foot_mailapp_each a img {
	width: 18px;
	margin-bottom: 8px;
}
#foot_mailapp_each .foot_order {
	background-image: -webkit-linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(128,159,187,1.00) 0%,rgba(90,159,187,1.00) 100%);
	
}
#foot_mailapp_each .foot_order img {
	width: 22px;
}
#foot {
	padding-top: 4.61%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 16px;
	background-color: #222222;
}
#foot_inner_box  {
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6.15%;
	padding-right: 6.15%;
	margin-bottom: 4.61%;
}

#foot_l_box {
	width: 60.39%;
	margin-right: 4.61%;
}
#foot_logo {
	margin-bottom: 16px;
	width: 273px;
}
#foot_logo img {
	width: 100%;
}
#foot_oc_logo {
	width: 147px;
}
#foot_oc_logo img {
	width: 100%;
}
#foot_r_box {
    width: 70%;
}
#foot_r_box ul {
display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
}
#foot_r_box ul li {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    /* [disabled]flex: 1 0 auto; */
    margin-bottom: 8px;
    text-align: center;
}
#foot_r_box ul li:nth-child(4){
	margin-right: 0;
}
#foot_r_box ul li a {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
    text-decoration: none;
}
#footer_copy {
	font-size: 10px;
	line-height: 2em;
	color: #fff;
	text-align: center;
}
