@charset "UTF-8";

/* -------------------------------------------------

denshishinsei

------------------------------------------------- */
/* 箇条書き（〇印）
================================================== */
.O_bullet_points ul {
	width: 100%;
	margin: 35px 0;
	padding-left: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.O_bullet_points li {
	margin: 0 0 15px;
	list-style-type: circle;
}

@media screen and (max-width: 768px)  {
.O_bullet_points li {
	font-size: 1.4rem;
	margin: 0 0 10px;
}
}
@media screen and (max-width: 568px)  {
.O_bullet_points ul {
	margin: 25px 0 0;
	padding-left: 30px;
}
}


/* サブタイトル
================================================== */
.O_sub_title	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:2rem;
	padding-bottom: 30px;
	padding-left: 25px;
	margin-bottom: 30px;
	position:relative;
}
.O_sub_title::before {
content: '';
position: absolute;
top: 12px;
left: 0;
transform: translateY(-50%);
width: 18px;
height: 18px;
border: 3px solid #00489D;
border-radius: 100%;
}
.O_sub_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #00489D 0px, #00489D 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}
.O_sub_title span {
	display: flex;
	align-items: center;
	color: #00489D;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.O_sub_title span::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 2px;
	background-color:#00489D;
}
@media screen and (max-width: 768px)  {
.O_sub_title	{
	font-size:1.8rem;
	padding-bottom: 20px;
	margin: 0 0 15px;
}
.O_sub_title span {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.O_sub_title span::before {
	margin-right: 8px;
	width: 10px;
}
}
@media screen and (max-width: 480px)  {
.O_sub_title	{
	font-size:1.6rem;
	padding-bottom: 20px;
}	
}

/* 注意事項（囲い枠）
================================================== */
.O_notes_box {
 position: relative;
 margin: 4em 1.5em 2em;
 padding: 1.5em 1.5em 0.8em 1.5em;
 border: solid 3px #00489D;
	display: flex;
	flex-flow: row nowrap;
}
.O_notes_box .box-title {
 position: absolute;
 display: inline-block;
 top: -13px;
 left: 15px;
 padding: 0 25px;
 line-height: 1;
 font-size: 2rem;
 background: #FFF;
 color: #00489D;
 font-weight: 500;
}
@media screen and (min-width: 899px) and (max-width: 1100px) {
.O_notes_box {
	flex-flow: row wrap;
}
}
@media screen and (max-width: 768px)  {
.O_notes_box {
  padding: 1.5em 1em 0.8em 1em;
}
.O_notes_box .box-title {
 padding: 0 15px;
 font-size: 1.8rem;
}
}
@media screen and (max-width: 568px)  {
.O_notes_box {
	flex-flow: row wrap;
}
}
@media screen and (max-width: 480px)  {
.O_notes_box {
 margin: 3em 0.5em 2em;
	padding: 1.5em 0.5em 0.8em 0.5em;
}
.O_notes_box .box-title{
 font-size: 1.6rem;
}
}

/* 余白
================================================== */
.margin__006 {
	margin: 20px;
}
@media screen and (max-width: 768px)  {
.margin__006 {
	margin: 10px 20px 30px;
}
}
@media screen and (max-width: 480px)  {
.margin__006 {
	margin: 10px 0px 30px;
}
}


/* お問い合わせ先（電子申請）
================================================== */
.page_contactus strong	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
}
.page_contactus .contact_Box {
	margin-bottom: 30px;
}
.page_contactus .contact_Box:last-child {
	margin-bottom: 0px;
}
dl.O_contact_tel,dl.O_contact_tel02	{
	width: 100%;
	margin: 15px;
	display: flex;
	flex-flow: row wrap;
}
dl.O_contact_tel dd a,dl.O_contact_tel02 dd a,dl.O_contact_tel03 dd a	{
	text-decoration: underline;
	font-weight: 500;
}
dl.O_contact_tel dd a:hover,dl.O_contact_tel02 dd a:hover,dl.O_contact_tel03 dd a:hover	{
	text-decoration: none;
}
dl.O_contact_tel dt	{
	flex-basis: 220px;
	font-weight:normal;
}
dl.O_contact_tel dd	{
 flex-basis: calc(100% - 220px); 
}
dl.O_contact_tel02 dt	{
	flex-basis: 340px;
	font-weight:normal;
}
dl.O_contact_tel02 dd	{
 flex-basis: calc(100% - 340px); 
}

dl.O_contact_tel03	{
	width: 290px;
	margin: 15px;
	display: flex;
	flex-flow: row wrap;
}
dl.O_contact_tel03 dt	{
	flex-basis: 120px;
	font-weight:normal;
	padding-bottom: 5px;
}
dl.O_contact_tel03 dt.padding-left	{
	padding-left: 32px;
}
dl.O_contact_tel03 dd	{
 flex-basis: calc(100% - 120px); 
	padding-bottom: 5px;
}
@media screen and (max-width: 768px)  {
.page_contactus strong	{
	font-size: 1.4rem;
}
dl.O_contact_tel,dl.O_contact_tel02,dl.O_contact_tel03	{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 640px)  {
dl.O_contact_tel,dl.O_contact_tel02	{
	margin: 10px;
	flex-flow: column nowrap;
}
dl.O_contact_tel dt	{
	flex-basis: auto;
}
dl.O_contact_tel dd	{
	flex-basis: auto;
}
dl.O_contact_tel02 dt	{
	flex-basis: auto;
}
dl.O_contact_tel02 dd	{
	flex-basis: auto;
}
	
dl.O_contact_tel03	{
	width: 290px;
	margin: 10px;
}
dl.O_contact_tel03 dt	{
	flex-basis: 100px;
}
dl.O_contact_tel03 dd	{
 flex-basis: calc(100% - 100px); 
}
dl.O_contact_tel03 dt.padding-left	{
	padding-left: 14px;
}
}
@media screen and (max-width: 480px)  {
dl.O_contact_tel03	{
	width: 100%;
}
}


/*  2列  */
.O_contact_flex {
 display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 640px)  {
.O_contact_flex {
 flex-direction: column;
}
}
@media screen and (max-width: 480px)  {
}
