﻿@charset "utf-8";



/* -------------------------------------------- */
/* ▼タブレットサイズ以上用デザイン /*
/* -------------------------------------------- */

@media screen and (min-width:767px) {
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }

.box60		{
		max-width: 60%;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		}


.box60 dl	{
		margin:  0px 0px 0px 0px;
		padding:  0px 0px 0px 0px;
		}


.box60 dl dt	{
		position: relative;
		margin-bottom:0.5em;
		border-bottom:1px dotted #003366;
		padding:  0px 0px 0px 20px;
		}



.box60 dl dt::after	{
		display: block;
		content: '';
		position: absolute;
		top: 0.22em;
		left: 0.1em;
		width: 10px;
		height: 10px;
		background-color: #fff;
		border: 2px solid #053c61;
		border-radius: 100%;background: skyblue;/*背景色*/
		}


.box60 dd	{
		margin-bottom:1em;
		}


















}